/** 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);

}

.popup-bg
{
    background: rgba(0,0,0,0.50);
}

.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: 22%;

  /* margin: 4% 0% 0% 23%; */

  padding: 10px 10px 10px;

  position: fixed;

  top: 12%;

  width: 66%;

  /* max-height:100% */

}

.payment_popup .overlay-content {

    max-height: 40% !important;

  }

.certificate .overlay-content
{
    height: 80% !important;
}

@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%;

}

.modal-content .category_listbox_new {
    height: 250px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.admission_pop_up_new {
    float: left;
    width: 100%;
}
.new_popup_padding {
    padding: 10px;
    border: 1px solid #E1E3E5;
    background: #FFFFFF;
    margin: 10px !important;
}
.new_popup_padding .col-md-10.post_title {
    margin-top: 12px;
    font-size: 14px;
    color: black;
}
.catagory_set_input {
    border-radius: 0 !important;
}
.new_popup_padding .btn-edit-cat_popup {
    margin-left: 13px;
}
.row .popup_form_edit_set {
    height: 45px;
    /* margin-top: -12px; */
    width: 100%;
    /* margin-left: -8px; */
}
.user_form input#category_name_edit {
    /* margin-top: 3px; */
    width: 100%;
    /* margin-left: -9px; */
    /* height: 38px; */
}
.padding_left_0 {
    padding-left: 0 !important;
}
.btn-cat-update-cancel_popup img, .btn-cat-update_popup img {
    height: 40px;
    width: 40px;
}
.input input[type=text]:focus
{
    box-shadow: 0 0 0 0px #2271b1;
}
.width_catagory_button {
    width: 85%;
    border-radius: 0 !important;
}
.certificate_height .overlay-content
{
    height: 80%;
}