
/* GENERAL STYLE START */
body{ background: #f4f4f4; }
body,p{
    font-size: 15px;
    color: #252525;
    line-height: 1.42;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
p{ margin-bottom: 15px; }
p:last-child{ margin-bottom: 0; }
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"]{
    width: 100%;
    max-width: 100%;
}
.btn{ margin: 10px 0; }
.btn-primary {
    background-color: #37a000;
    border-color: #37a000;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #252525 !important;
    border-color: #252525;
}
a{
    color: #37a000;
}
a:hover,
a:focus{
    color: #006600;
}
/* Typography */
h1{
    font-size: 38px;
    color: #252525;
    margin: 0 0 25px;
}
h2{
    color: #37a000;
    text-align: center;
    margin: 0 0 35px;
    font-size: 36px;
}
h2 a{ color: #252525; }
h3{ font-size: 32px; }
h4{ color: #252525; font-size: 21px; }
strong,b{ font-weight: 600; }
.table-scrollable{
    max-width: 100%;
    overflow: auto;
}

.multiselect ul br{
    display:none;
}
.multiselect ul li label{
    padding-bottom: 10px;
}
.multiselect ul li label input{
    margin-top: 0;
}
/* Form Elements */
fieldset legend{ color: #37a000; left: 5px; }
/* Icons */
.input-icon > [class*="fa-"], .input-icon > [class*="ti-"]{
    color: #37a000;
}
.help-block-error{ color: #a94442;}
.close{ color: #37a000; }
.modal{
    top: 15px;
    border: 0 none;
    border-radius: 8px;
}
.modal-footer, .modal-header{
    border-color: #eee;
}
.modal-title{ color: #252525; font-weight: 600; }
.modal-content{
    border: 0 none;
}
.modal-body .row:last-child .form-group,
.modal-body .row:last-child .help-block-error{ margin-bottom: 0; }
.modal-footer{
    border-top: 0 none;
    padding: 0 15px;
}
.modal-footer .btn + .btn{ margin: 10px 0; }
/* /GENERAL STYLE END */
/* HEADER START */
/* TOP HEADER */
.top-header{
    background: #252525;
}
.top-header .navbar-nav{ float: right; }
.top-header .navbar-nav > li{ float: right; }
.top-header .navbar-nav > li > a{
    color: #fff;
    padding: 10px 5px;
    float:right;
}
.top-header .nav > li > a:focus, .top-header .nav > li > a:hover{
    background: rgba(0,0,0,0);
}
.top-header .navbar-right{ margin-right: 0; }
/* /TOP HEADER */
.header{
    background: rgba(245,245,245,0.95);
    box-shadow: 0 0 5px #bbb;
}
header .navbar-brand {
    height: auto;
    padding: 8px 15px;
    display: block;
}
.header .navbar{
    margin-bottom: 0;
}
.main_header .navbar-nav > li > a{
    color: #252525;
    text-transform: capitalize;
    padding: 30px 15px;
    display: block;
    font-weight: normal;
    position: relative;
    transition: all 0.5s ease;
    font-size: 16px;
}
.main_header .navbar-nav > li > a::after {
    position: absolute;
    content: " ";
    height: 3px;
    background: #37a000;
    left: 50%;
    right: 50%;
    bottom: 0;
    transition: all 0.5s ease;
}
.main_header .navbar-nav > li.active > a, header .navbar-nav > li > a:hover { color: #37a000; }
.main_header .navbar-nav > li.active > a::after, header .navbar-nav > li:hover > a::after {
    left: 15px;
    right: 15px;
}
.main_header .container > .navbar-collapse{
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-toggle .icon-bar{ background-color: #252525; }
/* /HEADER END */
/* LOGIN FORM START */
.main-login{ padding: 80px 0 40px; }
.main-login .box-login{
    padding: 50px 20px;
}
form fieldset{
    border: 1px solid #ddd;
    padding: 25px 15px;
}
form fieldset legend{
    font-size: 17px;
    font-weight: 600;
}
form fieldset p{ margin-bottom: 10px; font-size: 15px; }
.main-login .form-actions{
    padding-top:0;
}
.copyright{
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
    padding: 5px 15px;
}
/* /LOGIN FORM END */
/* FORM START */
.signup_form{
    background: #fff;
    padding: 15px;
    margin: 15px;
}
.signup_form .city-group .city-group-inner{
    margin: 0 -10px;
}
.identity{
    display: flex;
    display: -webkit-flex;
    border: 1px solid #c8c7cc;
    padding: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.identity .form-group{
    min-width: 50%;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    margin-bottom: 0;
    display: flex;
    align-self: center;
}
.form-group .clip-radio label{ margin-bottom: 0; }
input[type=file]{ padding: 0; }
.form-group.file input[type="file"] + label.profile-pic{
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
    display: flex;
    padding: 0;
    float:right;
}
.form-group.file input[type="file"] + label.profile-pic img{ margin: auto; }
.proof_doc{
    display: flex;
    display: -webkit-flex;
    margin: 0 -10px;
}
.proof_doc > div{ width: 50%; padding: 0 10px; }

.form-group.file input[type="file"] + label.proof-pic{
    position: relative;
    height: 82px;
    width: 91px;
    background: #eee;
    overflow: hidden;
    display: flex;
    padding: 0;
}

.form-group.file input[type="file"] + label.test-pic{
    position: relative;
    height: 132px;
    width: 150px !important;
    background: #eee;
    overflow: hidden;
    display: flex;
    padding: 0;
}

.form-group.file label.test-pic .test-edit{
    position: absolute;
    margin:0;
    bottom: -1px;
    right: 0px;
    z-index:1;
    color: #fff;
    text-shadow: 0 0 2px #aaa;
}
.form-group.file input[type="file"] + label.pic{
    left: -17px;
}
.form-group.file input[type="file"] + label.image{	
    left: -2px;
}
.form-group.file input[type="file"] + label.proof-pic img{ 
    margin: auto;
    height: 80px;
    width: 89px;
}
.form-group.file label.profile-pic .profile-edit{
    position: absolute;
    margin:0;
    bottom: 5px;
    right: 10px;
    z-index:1;
    color: #fff;
    text-shadow: 0 0 2px #aaa;
}
.form-group.file label.proof-pic .proof-edit{
    position: absolute;
    margin:0;
    bottom: -1px;
    right: 0px;
    z-index:1;
    color: #fff;
    text-shadow: 0 0 2px #aaa;
}
.form-group.file label.profile-pic .profile-edit:hover{
    color: #37a000;
}

.ptype{
    width:49.3%;
    float:left;
    margin-right: 23px;
}
input[type="text"].gst-icon{
    background: #fff url(../image/gst.png) no-repeat 98% center;
    background-size: 12px auto;
}
input[type="text"].rupee-icon{
    background: #fff url(../image/rupee.png) no-repeat 98% center;
    background-size: 11px auto;
}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"]{
    padding: 5px 10px;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    height: 34px;
    border: 1px solid #c8c7cc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height:34px; width: 200px;}

.select2-container--default .select2-selection--single .select2-selection__arrow{ height: 32px; }
.select2-container--default .select2-selection--single:focus{ border-color: #aeacb4; }
.userproof .form-group{
    display: flex;
    min-height: 34px;
}
.userproof .form-group .clip-radio{ align-self: center; }
/* /FORM END */
/* ACCORDIAN START */
.accordian, .accordian_date{
    padding: 10px;
    border: 1px solid #eee;
    background: #f4f4f4;
    font-weight: 600;
    color:#212121;
    text-transform: uppercase;
}
.accordian i.fa, .accordian_date i.fa{ float: right; }
.accordian i.fa-sort-up, .accordian_date i.fa-sort-up{ line-height:30px; }
.accordian_content{
    padding: 10px;
    border: 1px solid #eee;
}
.accordian i.fa-sort-desc, .accordian_date i.fa-sort-desc{color:#000000;}
.accordian i.fa-sort-up, .accordian_date i.fa-sort-up{color:#000000;}
.accordian i.fa-sort-down, .accordian_date i.fa-sort-down{color:#000000;}
/* /ACCORDIAN END */
/* HOME PAGE START */
/* BANNER START */
.carousel-control{
    bottom:0;
    display: flex;
    width: 10%;
    font-size: 72px;
    text-shadow: none; 
}
.carousel-inner{
    max-height: 80vh;
    overflow: hidden;
    background: #252525;
}
.carousel-inner > .item{
    position: relative;
}
.carousel-inner > .item::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.carousel-control.left,
.carousel-control.right{
    background: rgba(0,0,0,0);
}
.carousel-control i{ margin: auto; }
.carousel-indicators li,
.carousel-indicators .active{
    border-radius: 5px 0;
    width: 30px;
    height: 5px;
    border-color: #37a000;
    vertical-align: middle;
}
.carousel-indicators .active{ background-color: #37a000; }
.carousel-caption{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p{
    color: #fff;
}
.carousel-caption h3{
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
}
.carousel-caption p{ font-size: 34px; }
.carousel-caption p i{ font-size: 24px; }
/* /BANNER END */
.about-us{
    background: #252525;
    padding: 70px 0;
}
.about-us h2{
    color: #37a000;
    text-align: center;
}
.about-us p{
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.main_content{
    background: #f1f1f1 url(../image/content_bg.jpg) top left;
}
.home-content{
    text-align: center;
    padding: 70px 0;
}
.home-content p{ font-size: 21px; }
.content-grids{
    padding: 25px 0;
}
.login_section{
    text-align: center;
}
.login_section .images_1_of_3{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0.8% 0;
}
.login_section .list_1_of_2 h3{
    margin-top: 20px;
    font-size: 32px;
}
.key_features{
    padding: 70px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.key_features .row{
    max-width: 800px;
    margin: 0 auto;
}
.key_features ul li{
    font-size: 24px;
    margin-bottom: 5px;
}
.key_features ul li span{ color: #37a000; font-size: 28px; }
.left-keys{
    text-align: right;
}
.right-keys{
    text-align: left;
}
/* /HOME PAGE END */
/* CONTENT START */
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0;
    background: rgba(0,0,0,0);
}
.pagination > li > a, .pagination > li > span{ margin-left: 0; }
.pagination > li > a i, .pagination > li > span i{
    line-height: 1.42;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #252525;
    border-color: #252525;
}
.pagination > li > a, .pagination > li > span{ color: #252525; font-weight: 600; }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{
    color: #bbb;
}
/* DASHBOARD START */
.user_profile{
    display: flex;
    padding: 15px 0;
}
.profile_pic{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #eee;
    margin-right: 15px;
    background: #ddd;
}
.profile_pic{ max-width: 60px; }
.user_profile .user_desc{
    flex: 1;
}
.user_profile h4{
    font-size: 24px;
    color: #252525;
    margin-bottom: 0;
}
.user_profile p{
    font-size: 15px;
    color: #555;
}
.profile_options{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.user_activity{
    padding: 15px 0;
}
.user_activity .row{ margin-bottom: 10px; }
.profile_footer{
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.profile_footer p{
    font-size: 15px;
    color: #555;
}
.profile_footer p span{
    font-size: 17px;
    color: #252525;
    font-weight: 600;
}
.dashboard-stat{
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.dashboard-stat .visual{
    padding-bottom: 10px;
    font-size: 38px;
    color: #252525;
}
.dashboard-stat .number{
    font-size: 21px;
    font-weight: 600;
    color: #37a000;
}
.calendar h2{
    font-size: 21px;
}
.calendar .fc button{
    line-height: 32px;
    height: 32px !important;
    text-transform: capitalize;
}
.calendar .fc-view > table{ background: #fff; }
.calendar .fc th{
    font-weight: 600;
    padding: 5px 0;
}
#piechart_3d{
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 15px;
}
.dataTables_length label{ line-height: 32px; margin-right:10px; }
.dataTables_length select,
.dataTables_length .record{
    margin-right: 10px;
    float: left;
}
.dataTables_length .record{ line-height: 1; margin-top: 8px; }
.dashboard_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
/* DASHBOARD START */
/* CONTACT US START */
.contact_us{
    padding: 70px 0;
}
.contact_us h2, .contact_us h4{ 
    text-align: center;
}
.contact_us h2{ margin-bottom: 0; }
.contact_us h4{ margin-bottom: 35px; }
.contact_us p{
    font-size: 20px;
    color: #444;
}
.contact_us form .form-input{ margin-bottom: 10px; }
.contact_us form .btn{ margin-top: 0; width: 100%; border-radius: 0; }
.contact_us h4{
    font-size: 18px;
}
/* /CONTACT US END */
/* PATIENT DETAILS FORM START */
.patientdetails{
    max-width: 650px;
}
.patientdetails .form-group{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.patientdetails .form-group label{
    font-weight: 600;
    float: left;
    width: 40%;
    color: #252525;
}
.patientdetails .form-group span{
    float: left;
    width: 60%;
}
/* /PATIENT DETAILS FORM END */
/* VIEW PATIENT DETAILS START */
.patient-detail-section
{
    margin: 40px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.section-header
{
    font-size: 20px;
    padding: 10px;
    background-color: lightgray;
}
.patient-data
{
    font-size: 0;
}
.patient-data-label
{
    width: 260px;
    height: 40px;
}
.patient-data-value, .patient-data-label
{
    display: inline-block;
    font-size: 19px;
}
.images img
{
    width: 200px;
}
.images
{
    float: right;
}
.section-data
{
    padding: 25px 50px 10px;
}
/* VIEW PATIENT DETAILS END */
/* CONTENT END */
@media(max-width: 980px){
    .key_features .row{
        max-width: 700px;
        margin: 0 auto;
    }
    .key_features ul li{ font-size: 21px; }
    .key_features ul li span{ font-size: 24px; }
    .table-scrollable table{ max-width: 980px; }
    .patientdetails{ padding: 0 15px; }
}
@media(max-width: 768px){
    body,p{ font-size: 14px; }
    h1{ font-size: 26px; }
    h2{ font-size: 24px; }

    .top-header .navbar-nav{ padding-left: 15px; }
    .navbar-nav{ height: auto !important; }
    .main_header .navbar-nav > li > a{
        padding: 10px 15px;
    }
    .main_header .navbar-nav > li > a::after{ content: none; }
    .main_header .navbar-nav{
        border-top: 1px solid #eee;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-brand{
        max-width: 250px;
        font-size: 15px;
    }
    .top-header .navbar-right{ float: right; }

    .home-content p{ font-size: 15px; }
    .key_features .row{
        margin: 0 -15px;
        max-width: 100%;
    }
    .key_features ul li{
        font-size: 18px;
    }
    .key_features ul li span{
        font-size: 20px;
    }
    .login_section .images_1_of_3{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        padding: 15px;
    }
    .login_section .images_1_of_3:last-child{ margin-bottom: 0; }
    .login_section .images_1_of_3 img{
        display: inline-block;
        max-width: 120px;
    }
    .login_section .list_1_of_2 h3{ margin-top: 15px;}
    .table-scrollable table{
        max-width: 767px;
    }
}

.ms-parent .ms-choice{
    line-height: 26px;
    height: 23px;
    padding: 6px 12px;
}
.ms-choice > div{ top: 0; }
.ms-parent .ms-choice > span {
    top: 5px;
    left: 3px;}
.hospital .multiselect { width: 250px !important; max-width: none !important;}
.mw-120{ min-width:200px;background-color:#fff;border: 1px solid #e5e5e5;position:relative; max-width:200px; }
.mw-120 button {
    border: none;
}
.mw-120 .ms-drop {
    left: 0;
}
.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

@media(max-width:560px){
    .patientdetails .form-group{
        display: block;
    }
    .patientdetails .form-group label, .patientdetails .form-group span{
        float: none;
        width: 100%;
    }
}



.dashboard-stat.blue-madison{background: rgb(254,255,255);
background: -moz-linear-gradient(-45deg, rgba(254,255,255,1) 0%, rgba(57,147,110,1) 0%, rgba(174,196,186,1) 35%, rgba(57,147,110,1) 99%, rgba(57,147,110,1) 99%, rgba(57,147,110,1) 100%, rgba(57,147,110,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(254,255,255,1) 0%,rgba(57,147,110,1) 0%,rgba(174,196,186,1) 35%,rgba(57,147,110,1) 99%,rgba(57,147,110,1) 99%,rgba(57,147,110,1) 100%,rgba(57,147,110,1) 100%);
background: linear-gradient(135deg, rgba(254,255,255,1) 0%,rgba(57,147,110,1) 0%,rgba(174,196,186,1) 35%,rgba(57,147,110,1) 99%,rgba(57,147,110,1) 99%,rgba(57,147,110,1) 100%,rgba(57,147,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#39936e',GradientType=1 );
color:#fff;}

.dashboard-stat.green-haze{background: rgb(30,87,153);
background: -moz-linear-gradient(-45deg, rgba(30,87,153,1) 12%, rgba(151,178,201,1) 37%, rgba(30,87,153,1) 87%, rgba(30,87,153,1) 87%, rgba(30,87,153,1) 87%, rgba(30,87,153,1) 90%);
background: -webkit-linear-gradient(-45deg, rgba(30,87,153,1) 12%,rgba(151,178,201,1) 37%,rgba(30,87,153,1) 87%,rgba(30,87,153,1) 87%,rgba(30,87,153,1) 87%,rgba(30,87,153,1) 90%);
background: linear-gradient(135deg, rgba(30,87,153,1) 12%,rgba(151,178,201,1) 37%,rgba(30,87,153,1) 87%,rgba(30,87,153,1) 87%,rgba(30,87,153,1) 87%,rgba(30,87,153,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 );
color:#fff;}

.dashboard-stat.red-intense{background: rgb(170,83,54);
background: -moz-linear-gradient(-45deg, rgba(170,83,54,1) 0%, rgba(170,83,54,1) 3%, rgba(242,156,94,1) 32%, rgba(173,112,90,1) 99%, rgba(173,112,90,1) 100%, rgba(173,112,90,1) 100%, rgba(173,112,90,1) 100%, rgba(173,112,90,1) 100%, rgba(242,156,94,1) 100%, rgba(83,159,225,1) 100%, rgba(115,177,231,1) 100%, rgba(135,188,234,1) 100%, rgba(173,112,90,1) 100%, rgba(173,112,90,1) 101%);
background: -webkit-linear-gradient(-45deg, rgba(170,83,54,1) 0%,rgba(170,83,54,1) 3%,rgba(242,156,94,1) 32%,rgba(173,112,90,1) 99%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 100%,rgba(242,156,94,1) 100%,rgba(83,159,225,1) 100%,rgba(115,177,231,1) 100%,rgba(135,188,234,1) 100%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 101%);
background: linear-gradient(135deg, rgba(170,83,54,1) 0%,rgba(170,83,54,1) 3%,rgba(242,156,94,1) 32%,rgba(173,112,90,1) 99%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 100%,rgba(242,156,94,1) 100%,rgba(83,159,225,1) 100%,rgba(115,177,231,1) 100%,rgba(135,188,234,1) 100%,rgba(173,112,90,1) 100%,rgba(173,112,90,1) 101%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa5336', endColorstr='#ad705a',GradientType=1 );
color:#fff;}
i{color:#fff;}
.desc{font-size: 20px;}
.more_link i{padding:10px;margin:0px 10px;border:2px solid #fff;border-radius: 50%;font-size:18px;text-align: center}
.more_link{border-top:1px solid #fff;padding: 10px 0px;margin: 10px 0;}
.more_link i:hover{box-shadow: 0 0 20px rgba(33,33,33,.20);border-color:#5F8295; }
.number{color:#fff !important}
a.more{color:#fff;}
/*a.more img{padding:10px;margin:0px 10px;border:2px solid #fff;border-radius: 50%;text-align: center;display: inline-block}*/
.city_master_popup .addFields{margin:0.8vw !important}
.city_master_popup .col-md-6.form-group{width:100%}
.city_master_popup .col-md-6.form-group label{font-weight: bold;}
.staff_popup .modal-footer, .city_master_popup .modal-footer, .edit-popup .editFields, .edit_popup .modal-footer{text-align: center}
.staff_popup #submit-form, .city_master_popup #submit-form{width:20%}
.staff_popup #submit-form:hover, .city_master_popup #submit-form:hover, .edit_popup .modal-footer .btn-primary:hover{background-color:#80c780 !important}
.staff_popup button.close, .city_master_popup button.close, .edit_popup button.close{color:#379F00 !important}
.city_master_popup .ht-30{margin-top:30px}
.staff_popup .form-group .clip-radio label{margin-bottom: 10px}
.staff_popup .clip-radio{padding-left: 10px}
.edit_popup .editInformation{width:100% !important}
.edit_popup .allEditButtons{text-align: center}
.edit_popup .form-group label{font-weight: bold;margin-bottom: 10px}
.edit_popup .modal-footer .btn-primary{width:20%;margin:15px}
.edit_popup .modal-footer {margin-top:50px}
/*#staffListForm.form{margin-top:30px;margin-left:30px;}*/
.clip-radio label{margin-left:10px}
#state_length select.form-control, #state_filter input.form-control, #state_paginate .paginate_button, .clip-radio label::before{border: 1px solid #379F00 !important}
#details .form-actions button:hover, .form-actions  button:hover {background-color:#80C780 !important; border-color:#80C780 }
.city-group-inner .form-control, .form-group select, .form-group textarea,#registration fieldset, .identity{border-color:#379F00 !important}
.city-group-inner .form-control:hover{border-color:#80C780 }
.form-group input, .ms-drop.bottom, .selection .select2-selection, .form-group .form-control{border-color:#379F00}
.medicine_stock{min-width: 100% !important; border-radius:0px}

#patient_length .form-control, #patient_filter .form-control, .pagination a{border-color:#379F00 !important}
#member_length .form-control, #member_filter .form-control{border-color:#379F00 !important}
.ms-drop ul li input{margin-right: 10px !important} 
.main-content fieldset, .main-content fieldset input {border-color:#379F00 !important }

/*20-08-2019*/
.form-actions #submit.btn-primary.pull-right{margin-right:28px !important}

/*body{height: calc(100% - 122px);}
#app{height: 100%;min-height: 100%;padding-bottom: 60px;}
.footer {position: absolute;width: 100%;bottom: 0;}*/


/* 09-03-2021 */
@media(max-width: 767px){
    .city-group .city-group-inner .form-group{width: 100%;}
    .city-group .select2-container{width: 100% !important}
}

#hms-js-notification-data{
    overflow: hidden;
    overflow-y: auto;
    max-height: 40vh;
}

.report-stat-parent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 30px 0;
    padding-left: 0;
    height: auto;
    width: 100%;
    padding-top: 15px;
}
.report-stat-parent .col-lg-4{
    float: none !important;
}
.report-stat-parent::before,
.report-stat-parent::after{
    display: none;
}

.report-stat-parent .report-stat{
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 20px;
    background: linear-gradient(135deg, rgba(254,255,255,1) 0%,rgba(57,147,110,1) 0%,rgba(174,196,186,1) 35%,rgba(57,147,110,1) 99%,rgba(57,147,110,1) 99%,rgba(57,147,110,1) 100%,rgba(57,147,110,1) 100%);
    border-radius: 5px;
    height: 100%;
}

.report-stat-parent .report-stat .header{
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
}
.report-stat-parent .report-stat h4{
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}
.report-stat-parent .report-stat ul{
    color: #fff;
    font-size: 22px;
    max-height: 340px;
    overflow: hidden;
}
.report-stat-parent .report-stat ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
}
.report-stat-parent .report-stat ul li::before, 
.report-stat-parent .report-stat ul li::after{
    height: 6px;
    width: 6px;
    background-color: #000;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50%;
}
.report-stat-parent .report-stat ul li::after{
    left: 10px;
}

.report-stat-parent .report-stat ul li a{
    color: #fff;
    font-size: 17px;
}