.pageHeader{
	margin-top: 40px;
	font-size: larger;
	font-weight: bold;
}

#select_day option{
	 font-size: large;
	 
}

#patientForm{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}


.bar_level_1{
	background-color:  #3da6fb;
	color: white;
	left: -20px;border: 1px solid #9c9c9c;padding: 4px;position: relative;margin-top: 20px;
}


.bar_level_2{
	margin-top: 16px;
}

.stype{display: block;font-size: small}
.btn_set_evid{
	background-color: #5fb0ff;
	color: #fff !important;
	font-size: medium;
	display: inline-block;
	box-shadow: 2px 3px 3px #666666;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 6px;
padding: 6px;	
border-radius: 2px;
cursor: pointer;
text-align: center;
}


.btn_set_evid:hover {
color: #ffffff !important;
background: #31c5db;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
}

.btn_close{
	background-color: #aaa;
	color: #ccc;
	font-size: medium;
	display: inline-block;
	box-shadow: 2px 3px 3px #666666;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 6px;
padding: 6px;	
border-radius: 2px;
cursor: pointer;
text-align: center;
}



#vtype{
	font-size: large;
	
}
#vtype label{
	font-weight: bold;
}






.data_selected{
		    border: 1px solid black;
		    margin: 0;
		    padding: 5px;
		    background-color: rgba(250, 250, 250, 0.2);
		    border-radius: 3px;
	    }    
#search_json{
	display: none;
	visibility: hidden;
}

.search_again{
	
}
.on_s{
	display: none;
}
.v_select{
	background-color: #eaeaea;
}
.remove_this{
color: red;
	position: relative;
	right: 2px;
	float: right;
}
.details{
	text-decoration: underline;
		position: absolute;
	right: 2px;
	bottom: 1px;	
}
.off{
	display: none;
	visibility: hidden;
}
.sselect{
background-image: url(<?=plugins_url('/css/uncheck.png', __FILE__)?>) ;
background-repeat: no-repeat;
background-size: 30px 30px,contain;
background-position: center center;
}

.vsselect{
background-image: url(<?=plugins_url('/css/check.png', __FILE__)?>) !important;
}

.sk{
	text-decoration: underline;
	font-weight: bold;
}

#container{
	display: none;
}

#vendor_selected{

	margin: 5px;
}

#show_msg{
	position: relative;

	max-width: 400px;
	max-height: 160px;
	text-align: center;
	border: 1px solid black;
background-color: #eee;
	padding: 10px;
	font-size: large;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 600px) {
#load_data{
	font-size: x-small;
	
}

#load_data td{
	height: 30px;
	text-align: center;
}

}
.breadcrumb.active{
	color: red;
}
