.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%;
}





#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;
}
