h3{
    margin-top: 5px;
    margin-bottom: 5px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: "Arial", Arial, Helvetica, sans-serif;
}
.ms-options-wrap > button:focus, .ms-options-wrap > button{
    padding: 0 0 0 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
li{
    list-style: none;
}
a{
    cursor: pointer;
    text-decoration: none;
}
body {
    height: 100%;
    width: 100%;
    background: #fff;
}
hr{
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
}
.hrdotted{
    border:none;
    border-top:1px solid #ddd; 
    width:100%;
    padding: 5px 0 5px 0;
}
table {
    border: 1px solid #ddd;
    font-size: 13px;
    width:100%;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
th{
    border: 1px solid #ccc;
    text-align: left;
    padding: 1px;
    background:  #00a3cc;
    color: #fff;
    font-size: 11px;
}
td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    padding: 1px;

}
.table-responsive tr:nth-child(even) {
    background-color: #ccfff2;
}
.table-responsive tr:hover {
    background-color: #ffffb3;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1px;
    line-height: 1.42857143;
    border-top: 1px solid #fff;
    font-size: 12px;
}
div.vertical
{
    position: absolute;
    width: 300px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari/Chrome */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
    line-height: 14px;
    color: #00264d;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 260px;
    letter-spacing: 2px;
    margin-left: -120px;
}
.verticalBox{
    position: fixed;
    top: 34px;
    bottom: 0;
    width: 80px;
    z-index: 1;
    overflow: visible; 
    text-align: left;
}
.fromdateDiv{
    margin-left: -45px;
}
button{
    width: auto;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.paddng2px{
    padding:0 2px;
}
.MediheightTableDiv{
    height: 180px;
    overflow: auto;
}
.padng5px{
    padding: 5px;
}
.padng7px{
    padding: 7px 7px;
}
.padding-zero{
    padding: 0;
}
.margin_right{
    margin-right: 20px;
}
.main-div1{
    margin: 110px 0 100px 0;
}
.main-div{
    margin: 40px 0 10px 0;
}
.main-box{
    margin: 20px 0 20px 0;
}
.margn-bottom{
    margin-bottom: 20px;
}
.heightTableDiv{
    height: 200px;
    margin: 10px 0 10px 0;
    overflow: auto;
}
.heightTableDivFD{
    height: 280px;
    overflow: auto;
}
.heightTableDashboard{
    height: 440px;
    overflow: auto;
}
.breadcrumb{
    margin:0  0 0px  0;
    padding: 5px 0 0  0px;
    background: none;
}
.alertBox{
    text-align: center;
    opacity: 1;
}
.adminmodalimg img{
    border: none;
    color: #fff;
    max-width: 100%;
}
.CustregForm .form-group{
    margin: 0;
}
.CustregForm .padng5px{
    padding:2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #008080;
    padding: 2px 7px;
}
.form-group{
    width: 100%;
    margin: 5px auto 5px auto;
}
.form-group label{
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 0;
}
input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="file"] {
    box-sizing: border-box;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
}
textarea{
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
}
input[type="date"],input[type="datetime-local"]{
    box-sizing: border-box;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
}
.form-group input[type="image"]{
    width: 100%;
    height: 150px;
}
.form-group select{
    box-sizing: border-box;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
}
.input-group-addon{
    padding: 0px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.input-icons-srch i { 
    position: absolute; 
    left: 0;
    margin: 10px 10px 10px 20px;
} 
.input-icons-rfsh i { 
    position: absolute; 
    right: 0;
    margin: 10px;
} 
@-moz-document url-prefix() {
    .input-icons-rfsh i { 
        position: absolute; 
        right: 0;
        margin-top: -23px;
    } 
}
@-moz-document url-prefix() {
    .input-icons-user i { 
        position: absolute; 
        right: 0;
    } 
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none; 
}
.js #loader {
    display: block; position: absolute; left: 100px; top: 0; 
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader-64x/loader.gif) center no-repeat #fff;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #009933;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.Dashboard_info{
    height: 150px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 5px 2px #ccc;
}
.Dashboard_info h4{
    padding: 15px 0 0px 0;
    text-align: center;
    font-size: 15px;
    color: #007acc;
    font-weight: 600;
}
.Dashboard_info h5 {
    padding: 15px 0 15px 0;
    text-align: center;
    box-shadow: 2px 2px 10px 2px #b3b3b3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px auto 5px auto;
}
.Dashboard_info h5 a{
    font-size: 16px;
    color: #002752;
    font-weight: 600;
}
.Dashboard_info  a{
    padding: 20px 0 0px 0;
    text-align: center;
    font-size: 13px;
    color: #D83D5A;
    font-weight: 600;
}
.imgsize{
    width: 250px;
    height: 250px
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #008080;
    font-weight: 500;
    padding: 2px 20px;
}
.nav li a{
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 20px;
    background: #008080;
    margin:  0 2px;
    font-weight: 500;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #008080;
    padding: 2px 20px;
}
.husbandProfileReg .nav li button{
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 20px;
    background-color: #33cccc;
    margin:  0 2px;
    font-weight: 500;
    border: 1px solid #fff;
}
.husbandProfileReg .nav-tabs>li.active>button, .nav-tabs>li.active>button:focus, .nav-tabs>li.active>button:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.husbandProfileReg .nav-pills>li.active>button, .nav-pills>li.active>button:focus, .nav-pills>li.active>button:hover {
    color: #fff;
    background-color: #008080;
    padding: 5px 7px;
}
.husbandProfileTesting .nav li a{
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 20px;
    background-color: #007acc;
    margin:  0 2px;
    font-weight: 500;
}
.husbandProfileTesting .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.husbandProfileTesting .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #008080;
    padding: 5px 7px;
}
#headerInfo,#footerInfo{
    visibility: hidden;
    margin: 0;
    max-height: 0;
}
#topheader,#topheader{
    visibility: hidden;
    margin: 0;
    max-height: 0;
}
#section-to-print{
    border: 1px solid #ccc;
    margin: 0px 0 0 0;
}
.modalmrgn{
    margin-top: 100px;
}
.printerfooterChalan{
    visibility: hidden;
    max-height: 0;
    margin: 0;
}
.printerfooterChalan{
    visibility: hidden;
    max-height: 0;
    margin: 0;
}
.headerinfoDiv{
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0px 0 5px 0;
    width: 100%;
    display: inline-block;
    padding: 5px 7px 5px 7px;
}
h5{
    margin: 7px 0 2px 0px;
    word-spacing: 2px;
    font-size: 13px;
}
.logo_report{
    width: 100px;
    height: 60px;
}
.logo_reportLandscape{
    width: 100px;
    height: 60px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.loading-gif {
    width: 100px;
}
.loader.fade-out {
    animation: fadeOut var(--speed);
    animation-fill-mode: forwards;
}
@keyframes fadeOut {
    100% {
        opacity: 10;
        visibility: hidden;
    }
}
.modal-header{
    background:  #007acc;
}
.form_error span {
    font-size: 14;
    color: #D83D5A;
    background: #ddd;
    font-weight: 600;
    padding: 5px 0;
    margin: 10px 0;
}
/*Styling in case no errors on form*/
.form_success span {
    font-size:14;
    color: green;
    background: #ddd;
    font-weight: 600;
    margin: 10px 0;
}
.form_success input {
    border: 1px solid green;
}
#error_msg {
    color: red;
    text-align: center;
    margin: 2px auto;
}
/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}
.fancy-collapse-panel .panel-heading h4 {
    padding: 0px;
    display: inline-block;
    width: 100%;
    background-color: #008080;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 13px;
}
.fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 20px;
    font-size: 13px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}
.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196";
}
.collapseMenuBar  ul li  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    color: #000;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px;
    margin-bottom: 0;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.collapseMenuBar  ul li a {
    width: 100%;
    color:#000;
    font-size:12px;
    padding:1px 1px;
}
#AppointDataShow{
    height: 100px;
    overflow: auto;
}
.TestTypes{
    height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
}
.heading{
    background:  #eee;
    margin-top: 0;
    padding: 0px 0;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.modal-header{
    background: #0099cc;
    color: #fff;
}
.CDETDiv{
    height: 35px;
    overflow: auto;
}
.panel-group {
    margin-bottom: 0; 
}
#PatientCmplntsWLDivPasntReg{
    height:480px;
    overflow: auto;
}
#PatientCmplntsWLDivIPDNAdmit{
    height:440px;
    overflow: auto;
}
#PatientCmplntsWLDiv{
    height:90px;
    overflow: auto;
}
.VitalMedicnInvstnModalPOPDHistry{
    height: 250px;
    overflow: auto;
    background: #eee;
}
.VitalMedicnInvstn{
    height: 250px;
    overflow: auto;
    background:  #e6fff5;
}
.AdvaiceGiveDiv{
    height: 35px;
    overflow: auto;
}
.BillGrpAccounts{
    height: 32px;
    overflow: auto;
}
.BillGrpAccounts label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.modal-body {
    position: relative;
    padding: 0 15px 5px 15px;
}
.modalmargin{
    margin: 20px 0px 0 20px;
}
.vitalBoxWithLabel{
    height: 30px;
}
.vitalBoxWithLabel label{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.labelSmall{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
    font-size: 13px;
    padding: 50px 0;

}
.Specilitycss #exampleNewMedAddTable .select2-container .select2-selection--single {
    height: 22px;
}
.Specilitycss #exampleNewMedAddTable .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}
.Specilitycss #exampleNewMedAddTable .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}
.Specilitycss .NewMedAddModel.select2-container .select2-selection--single {
    height: 23px;
}
.Specilitycss .NewMedAddModel .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}
.Specilitycss .form-group label{
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.Specilitycss .padng5px{
    padding:2px;
}
.Specilitycss label{
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.Specilitycss  .input-group-addon {
    padding: 0px 0px; 
}
.Specilitycss .select2-container .select2-selection--multiple {
    min-height: 0px;
}
.Specilitycss .select2-container .select2-selection--single {
    height: 24px;
}
.Specilitycss .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}
.Specilitycss .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.Specilitycss .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 0; 
    display: inline-block;
    margin-left: 0; 
    margin-top: 0; 
    padding: 0px 2px;
}
.Specilitycss .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 24px;
}
.BedSelectDiv{
    height: 330px;
    overflow: auto;
}
.VitalMedicnOTNotes{
    height: 190px;
    overflow: auto;
    background: #eee;
}
.ConsoBillModel{
    height:500px;
    overflow-y: auto;
}
.loaderimg
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 1;
}
.loaderimg .center
{
    z-index: 1;
    margin: 250px auto;
    width: 100px;
    background-color: none;
    border-radius: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.loaderimg .center img
{
    height: 100px;
    width: 100px;
}
button radio{
    background: #fff;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}
.slider.round:before {
    border-radius: 50%;
}
@media print {
    body{   
        margin:0 !important;
        visibility: hidden;
        height: 100% !important;
        width: 100% !important;
    }
    .modalmrgn{
        margin-top: -15px;
    }
    #SerachInput,#SerachInput * {
        display:none;
    }
    #section-to-print {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
    }
    #FrontScreenData,#FrontScreenData *{
        display: none;
        max-height: 0;
        margin: 0;
    }
    /* style sheet for print goes here */
    #section-to-print,#section-to-print * {
        visibility: visible;
    }
    #section-to-print{
        border: 1px solid #fff;
        margin: 0px 0 0 0;
    }
    #headerInfo,#footerInfo{
        visibility: hidden;
        margin: 0px 0 10px 0;
        max-height: 100%;
    }
    #pageEnd:after {
        counter-increment: page;
        content: counter(page);
    }
    .printerfooter{
        margin: 0;
        position: fixed;
        top: 0;
    }
    #footerInfo{
        margin-top: 30px;
    }
    /* style sheet for print goes here */
    #kriyaBtnNotprint{
        display: none;
    }
    #printbtn{ 
        display:none;
    }
    #backbtn{
        display: none;
    }
    #Delete{
        display: none;
    }
    .delete{
        display: none;
    }
    @page {
        margin: 20px 40px 40px 40px;
    } 
    @print {
        @page :footer {
            display: none;
        }
        @page :header {
            display: none
        }
    }
}