/** Pop up Box Style **/
.popup-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}
.overlay-content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  cursor: default;
  float: left;
  left: 40%;
  margin: 0 0 0 -13%;
  padding: 10px 10px 10px;
  position: fixed;
  top: 6%;
  width: 60%;
}@media (max-width: 460px )
{.overlay-content {width:97%;left: 14%;}}
.badge-delete{background: #F25656 !important;}

.category_listbox{
	height: 250px;
	overflow: scroll;
	float: left;
    margin-bottom: 10px;
    width: 100%;
}
.patient_viewbox{
	height: 250px;
	overflow: scroll;
	margin-bottom: 10px;
    width: 100%;
}
.patient_viewbox_full{
	height: 275px;
	overflow: scroll;
	margin-bottom: 10px;
    width: 100%;
}
.doctor_note_part{
 
background: transparent url("./../images/timeline.png") repeat-y scroll left top;
margin-left:70px;
float:left;
}
.col-md-10.date_wise {
    margin-left: 25px;
}
.control-label.create-date {
    font-weight: 600;
    padding: 7px 25px;
}

form#medicinecat_form {
  float: left;
  width: 100%;
}
