/** Pop up Box Style **/


.popup-bg , .invoice-popup-bg, .bill-popup-bg, .complaint-popup-bg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	
	background: #000; /* fallback */
	background: rgb(0 0 0 / 55%);
}
.invoice-popup-bg{
	z-index: 800; /* high z-index */
}
.bill-popup-bg {
  z-index: 1000;
}
.complaint-popup-bg {
  z-index: 1000;
}
.popup-bg{
	z-index: 1000; /* high z-index */
}


.badge-delete{background: #F25656 !important;}

.category_listbox{
	height: 250px;
	overflow: auto;
	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%;
}
.bill-popup-bg {
  display: none;
}
.bill-popup-bg .overlay-content {
  top: 8% !important;
}
.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: 50px 0 0 -13%;
    padding: 10px 10px 10px;
    position: fixed;
    top: 10%;
	/*  we have update poup tp isue in eventnotice//
	// top: 11%; */
    width: 60%;
}
