@CHARSET "ISO-8859-1";

.elementdiv{
	padding:3px;
}
.elementlabel{
	max-width:150px;
}

.gh4u_calsearch_div{
	padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding-left:5px;
	font-size: 12px;
	text-align: center;
}

.hiddendiv{
	display:none;
}

.blockdiv{
	display:block;
}

.gh4u_calsearch .module-inner .module-ct {
	padding:0px !important;
	border:0px !important;

}

.gh4u_calsearch .module-ct ul li::before {
	content:"" !important;
}

.gh4u_calsearch .module-ct ul li {
	border-bottom:0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

/*  GRID OF FOUR   ============================================================================= */
.floating-box, .floating-date, .floating-buttons {
	display: inline-block;
    width: 170px !important;
    //max-width: 270px;
    margin: 10px;
}

.floating-box select {
	width: 170px !important;
}

.floating-box input {
	width: 160px !important;
}

.floating-date input {
	width: 36%;
	font-size: 12px !important;
}

.floating-box select option {
	font-size: 90%;
}

.floating-buttons .btn-primary {
	background: #172e3a;
	width: 45%;
	margin-bottom: 12px;
}

/*  GO FULL WIDTH AT LESS THAN 768 PIXELS */
@media only screen and (max-width: 768px) {
	.block_1_of_4 {
		width: 50%;
		padding: 0;
		margin-left: 0px !important;
	}

	.block_1_of_4 select {
		width: 94% !important;
	}

	.block_1_of_4 .search-field {
		width: 100%;
	}

	.block_1_of_4 .btn {
		width: 94%;
	}
	
	/* Box Styling */
	.block_1_of_4 input {
		width: 91% !important;
		height: 42px !important;
		border: 1px solid #ccc !important;
		padding: 1% 1% !important;
	}

	.block_1_of_4 .gh4uselect {
		height: 50px !important;
		width: 94%;
		font-size: 15px;
		border: 1px solid #ccc !important;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.block_1_of_4 {
		width: 100%;
		padding: 0;
		margin-left: 0px !important;
	}

	.block_1_of_4 select {
		width: 94% !important;
	}

	.block_1_of_4 .search-field {
		width: 100%;
	}

	.block_1_of_4 .btn {
		width: 94%;
	}
	
	/* Box Styling*/
	.block_1_of_4 input {
		width: 91.5% !important;
		height: 42px !important;
		border: 1px solid #ccc !important;
		padding: 1% 1% !important;
	}

	.block_1_of_4 .gh4uselect  {
		height: 50px !important;
		width: 94%;
		font-size: 15px;
		border: 1px solid #ccc !important;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 768 PIXELS */
@media only screen and (max-width: 768px) {
	.col {
		display: block;
		float:left;
		margin: 1% 0 1% 0%;
	}
}

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}