/*.search_widget_div{
	position: absolute;
	width: 200px;
	right: 10px;
	overflow: hidden;
	background-color: #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}*/


.search_widget_div {
    background-color: #F4FAFC;
    border-radius: 5px;
    left: 3%;
    overflow: hidden;
    position: absolute;
    top: 83px;
    width: 200px;
    z-index: 99999;
}

.search_widget_div_level1{
	width:100%;
	height:29px;
	background-color: #F4FAFC;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.search_widget_textfield{
	border: none;
	height:30px;
	text-indent: 5px;
	background-color: #E3F3F8;
	width: 154px;
	margin: 0px;padding:0px; 
	font: 9pt "leelawad";
	font-weight: normal;
	color: #676464;
	 z-index: 99999;
}
.search_widget_btn{
	border: none;
	height:30px;
	width:42px;
	background:#3398D6  url(../images/searchico.png) no-repeat 50% center;
}
.search_widget_btn:hover{
	background-color: #ff6000;
}
.search_widget_div_level2{
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
.search_widget_label{
	margin: 2px;
	font: 10pt "leelawad";
	font-weight: normal;
	color: #676464;
}
.search_widget_checkbox{

}

@media (max-width: 768px) {
.search_widget_div {
    left: 70%;
    top: 50px;
  z-index: 99999;
}
#dayDate {
    left: 77%;
}

.search_widget_div {
    background-color: #CDE6EE;
    border-radius: 5px;
    left: 77%;
    overflow: hidden;
    position: absolute;
    width: 200px;
    top: 35px;
    font: 9pt "leelawad";
}
}


@media (max-width: 480px) {
.search_widget_div {
    left: 5%;
    top: 60px;
	  z-index: 99999;
}
#dayDate {
    left: 60%;
    top: 5px;
    width: auto;
		display: none;
}
.section-breadcrumbs h1 { font-size: 1.45em; }
}

@media (max-width: 320px) {

.search_widget_div {
    left: 1%;
    top: 50px;
	z-index: 99999;
}
.navbar-brand > img {
    width: 70%;
}
.section-breadcrumbs h1 { font-size: 1.45em; }

#dayDate {
    left: 15%;
    top: 0;
    width: 50%;
	display: none;
}

}