﻿.centerContent {
    height: 300px;
    margin-top: 143px;
    margin-left: 198px;
}
/*Sets font family for all controls*/
body, div, input[type], textarea, button, a, p, ul, li, span, label, h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman";
    border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.1rem !important;
}

.form-control {
    border-radius: 0 !important;
}

.roundCornerDiv {
    margin-top: 12px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border-width: 2px;
    border-style: dashed;
    border-color: #ded8d8;
}

.divPrintElement {
    margin-top: 0px;
    font-family: 'Times New Roman';
    font-size: 2.8vh;
    width: 70% !important;
    background-color: white;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #ecf0f1;
}

.printing-margin {
    margin-left: 10% !important;
}

.divPrintElement table {
    margin-left: 10%;
}

.bill-sub-header {
    margin-left: 10%;
}
/*
.roundCornerDiv .row {
    margin-left: 0px;
    margin-bottom: 6rem;
}*/
#canvasPrintDiv .row {
    margin-left: 0px;
    margin-bottom: 6rem;
}

.roundCornerDiv::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.roundCornerDiv::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent);
}

.roundCornerDivReport {
    background-color: #f5f5f5;
    color: black;
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

.col-sm-2, .col-md-2, .col-lg-3, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-1, .col-md-1, .col-lg-1 {
    font-weight: bold;
}

/*table.dataTable tbody tr td {
    color: black !important;
}*/

table.dataTable thead tr {
    font-weight: bold !important;
}

.circle {
    width: 86px;
    height: 86px;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    text-align: center;
    line-height: 66px;
}

    .circle .glyphicon {
        color: white;
        margin-left: 4px;
    }

#Stats {
    padding: 0 1.50306% 13px 1.50306%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: -14px;
}

    #Stats .value {
        font-size: 48px;
        font-weight: bold;
    }

    #Stats .info {
        line-height: 1.2em;
        font-weight: bold;
        font-style: normal;
    }

    #Stats h1 {
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        top: -4px;
        margin-bottom: 25px;
    }

#Stats {
    background: #CC333F;
    color: white;
    border-top: 1px solid #D65963;
    min-height: 140px;
}

    #Stats * {
        color: white;
    }

    #Stats .value {
        text-shadow: 0 2px 1px #AD2B35;
    }

    #Stats .info {
        color: #F0C2C6;
        text-shadow: 0 1px 0px #AD2B35;
    }

    #Stats .value {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
        line-height: 1em;
    }

    #Stats .info {
        display: block;
        width: 100%;
        text-align: center;
    }

#Content .special {
    padding: 30px 8%;
    margin: 0 0 37px 0;
}

.special {
    background: #eee;
}

    .special h3 {
        color: #999;
        text-shadow: 1px 1px 1px #fff;
    }

select, textarea, input[type="text"] {
    border: 3px solid #e3e3e3;
    color: #555555;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

select, textarea, input[type="text"] {
    display: inline-block;
    height: 36px;
    padding: 4px 2%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    vertical-align: middle;
}

textarea {
    height: auto;
}

    textarea:focus,
    input[type="text"]:focus {
        outline: 0;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

select {
    *margin-top: 4px;
    line-height: 36px;
}

select {
    background-color: #ffffff;
}

/* Checkbox */

input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    top: 0.9em;
}

    input[type="checkbox"] + label i {
        display: inline-block;
        width: 19px;
        height: 19px;
        cursor: pointer;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        /*background: url(../images/checkbox.png) left top no-repeat;*/
    }

.col {
    margin-left: 0;
    background: url(../Content/Images/stats_div.png) no-repeat right 15px;
    padding: 22px 0 25px 0;
}

.text-strong {
    font-weight: bold;
}

.text-nowrap {
    white-space: nowrap;
}

.marg-left-15 {
    margin-left: 15%;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.userProfileImage {
    height: 26px;
    border-radius: 20px;
}

.centerCorosolContents {
    align-content: center;
    top: 10vh;
}

.centerLoginContents {
    align-content: center;
    margin-top: 20%;
}

.footerMargin {
    margin-bottom: 10%;
}

.carousel {
    min-height: 50vh;
    height: 50vh !important;
}

    .carousel .item {
        min-height: 50vh;
        height: 50vh !important;
    }

.carousel-caption img {
    height: 380px;
    width: 600px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.hpms-display {
    display: block !important;
}

.hpms-presc-width {
    width: 95% !important;
}

.hpms-booking-panel {
    width: 98% !important;
    overflow-y: auto;
}

.patient-presc {
    width: auto;
}

.hidden-by-role {
    display: none;
}

.display-by-role {
    width: auto;
}

.presc-instruction {
    width: 40rem;
    max-width: 40rem;
    text-align: justify;
}

.login-footer {
    margin-top: 8rem;
}

.text-justify {
    text-align: justify;
}

.lms-font-nomal {
    font-weight: normal !important;
}

.lms-font-bold {
    font-weight: bold !important;
}

.lms-font-big {
    font-size: 2rem !important;
}

fieldset.lms-fs-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.lms-fs-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.lms-btn-bottom-margin {
    margin-bottom: 2rem !important;
}

.btn-drug-tax {
}

.hpms-border-bottom {
    border-bottom: 1px solid black;
}

.display-auto-width {
    width: auto !important;
}

.hpms-print-font {
    font-size: 3rem !important;
}
/*Over ride select js css to set height on search with more records*/
.bootstrap-select > .dropdown-menu, .open {
    max-height: 30rem !important
}

.hpms-report-table > tbody > tr > td {
    vertical-align: top;
    padding-right: 1rem;
    border: none !important
}

    .hpms-report-table > tbody > tr > td.text-strong {
        color: #3a87ad;
    }

.hpms-bold {
    color: #3a87ad;
    font-weight: bold;
}
