﻿





@charset "utf-8";
/* Start of Common CSS */
/* latin-ext */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 300;
    src: local('Overpass Light'), local('Overpass-Light'), url(https://fonts.gstatic.com/s/overpass/v2/tgqY5qOfB6w1HP32JTSrLCYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 300;
    src: local('Overpass Light'), local('Overpass-Light'), url(https://fonts.gstatic.com/s/overpass/v2/tgqY5qOfB6w1HP32JTSrLI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: local('Overpass Regular'), local('Overpass-Regular'), url(https://fonts.gstatic.com/s/overpass/v2/xf9_Q4u6c0bcCd8geHaSgxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: local('Overpass Regular'), local('Overpass-Regular'), url(https://fonts.gstatic.com/s/overpass/v2/o3S9a2vetxRRO8sKA6PL0_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 600;
    src: local('Overpass SemiBold'), local('Overpass-SemiBold'), url(https://fonts.gstatic.com/s/overpass/v2/w4FT_68VVErTcMDJuNJOOSYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 600;
    src: local('Overpass SemiBold'), local('Overpass-SemiBold'), url(https://fonts.gstatic.com/s/overpass/v2/w4FT_68VVErTcMDJuNJOOY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    src: local('Overpass Bold'), local('Overpass-Bold'), url(https://fonts.gstatic.com/s/overpass/v2/z_QV2-z5a6o4brQE8JEVyiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    src: local('Overpass Bold'), local('Overpass-Bold'), url(https://fonts.gstatic.com/s/overpass/v2/z_QV2-z5a6o4brQE8JEVyo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

    a:visited, a:hover {
        color: inherit;
        text-decoration: none;
    }

body {
    font-family: 'Overpass', sans-serif;
    background: #f9f9f9;
    width: 100%;
    float: left;
    font-size:14px;
}

.custom-container {
    width: 1200px;
    float: left;
    margin-left: calc((100% - 1200px) / 2);
}

.container-inner-row {
    width: 100%;
    float: left;
    position: relative;
}

.body_container {
    width: 96%;
    margin: 0 auto;
}

.body_fulldiv {
    width: 100%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
    min-height: 70vh;
}

ul, ol, p {
    margin: 0;
    padding: 0;
}
/* End of Common CSS */

/* Start Of Header Part CSS */
.header, header {
    width: 100%;
    float: left;
}

.logo-row {
    width: 100%;
    float: left;
    background: #fff;
    height: 102px;
    position: relative;
}

.product-logo-div {
    width: 190px;
    float: left;
    position: relative;
    top: -20px;
    left: -20px;
    z-index: 10;
}

.logo-box {
    float: left;
    padding: 26px 0;
    width: auto;
}

    .logo-box a {
        float: left;
    }



/*Top header menu */
.top_header_right {
    float: right;
    width: calc(80% - 40px );
}

.top-menu-item {
    float: left;
    padding: 3px 5px;
    margin: 10px 0px;
    color: #909090;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    border-right: 1px solid #e0e1e1;
}



.user-panel {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.up-user-name {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #959595;
    cursor: pointer;
    display:flex;
}

    .up-user-name span {
        max-width: 90%;
        height: 20px;
        float: left;
        overflow: hidden;
        margin-right: 0;
        width: 90%;
    }

    .up-user-name i {
        color: #606060;
        float: left;
        margin-left: 0px;
    }

.up-user-dropdown {
    display: none;
    position: absolute;
    top: 72px;
    right: 20px; /*width: 200px; */
    /* width: 100px; */
    width:150px;
    z-index: 999;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
}

ul.upud_list {
    width: 100%;
    float: left;
}

    ul.upud_list li {
        width: 100%;
        float: left;
        display: inline-block;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
    }

        ul.upud_list li a {
            width: 100%;
            float: left;
            display: inline-block;
            padding: 6px 13px 4px;
            text-transform: uppercase;
            cursor: pointer;
            color: #666
        }


            ul.upud_list li a:hover { /*background: #f36f25;*/
                color: #fff;
            }

.notification-panel {
    width: 100%;
    float: left;
    position: relative;
}

.notification-sign {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 2px;
    background: #c9c9c9;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 9px 14px;
    cursor: pointer;
}

    .notification-sign:hover {
        background: #f36f25 !important;
    }

.notification-panel span, .notification-panel a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 2.0;
    background: #fff;
    float: right;
    position: absolute;
    top: 28px;
    right: -8px;
    border-radius: 100%;
    padding: 3px 5px;
    font-size: 12px;
    color: #f36f25;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47);
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47);
}

.notification-sign:hover + span, {
    display: block;
}


.category_box {
    width: 200px;
    float: left;
    position: absolute;
    top: 58px;
    right: 210px;
    display: none;
    background: #fff;
    padding: 10px 0 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
}

.category_search_button {
    width: calc(100% - 20px);
    margin-left: 10px;
    background: #f36f25;
    text-align: center;
    padding: 6px 0 4px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

ul.category_list {
    width: 100%;
    float: left;
}

    ul.category_list li {
        width: 100%;
        float: left;
        display: inline-block;
        padding: 10px 15px;
        background: #f1f1f1;
    }

        ul.category_list li:hover, ul.category_list li.active {
            background: #3c88a9;
            color: #fff;
        }

.menu-search-box {
    width: 100%;
    float: left;
}

.menu-row {
    width: 100%;
    float: left;
    background: #05658f;
    height: 58px;
    position: relative;
    z-index: 4;
}

.top-navigation {
    float: right;
    /* margin-left: 170px; */
}

    .top-navigation .active {
        background: #59b749;
        box-shadow: 0px -2px 0px 1px #59b749;
        border-right: none;
    }

    .top-navigation li {
        float: left;
        display: inline-block;
        border-right: 1px solid #5aa0bf;
        padding: 0px 12px;
        min-height: 58px;
    }

        .top-navigation li:last-child {
            border-right: none;
        }

        .top-navigation li a {
            float: left;
            padding: 18px 6px;
            font-size: 16px;
            color: #92bbd1;
            font-weight: 700;
        }

            .top-navigation li a:hover {
                color: #fff;
            }

        .top-navigation li.active a {
            color: #fff;
        }

        .top-navigation li a:focus {
            outline: none;
            text-decoration: none;
        }

.download-category-search-box {
    float: right;
}

.dcsb-buttons {  float:left;  padding: 10px; }
.medicaltracking-box .dcsb-buttons { float:right; }
.filter-txtfld-box .dcsb-buttons { float: left; }
    .dcsb-buttons a {
        float: left;
    }

    .dcsb-buttons i {
        color: #fff;
        font-size: 26px;
        padding: 8px;
    }

.category_btn {
    float: right;
    position: relative;
}

.category_list_number {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #f36f25;
    font-size: 13px;
    border-radius: 100%;
    color: #fff;
    padding: 2px 0;
    text-align: center;
    bottom: 6px;
    right: 0;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47);
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47);
    display: none;
}

.dsb-search-box {
    width: 200px;
    float: left;
    position: relative;
    padding: 14px 20px 14px 0;
}

    .dsb-search-box i {
        position: absolute;
        top: 21px;
        left: 10px;
    }

    .dsb-search-box input[type="text"] {
        width: 100%;
        float: left;
        border-radius: 7px;
        height: 30px; /*color: #c8c3c9;*/ padding-left: 30px; border: 1px solid #2b586f; }

        .dsb-search-box input[type="text"]:focus, .dsb-search-box input[type="text"]:hover {
            outline: none;
        }

.responsivemenubtn {
    position: relative;
    top: 51px;
    z-index: 9;
    right: 0;
    width: 48px;
    height: 48px;
    display: none;
    cursor: pointer;
    background: rgba(5,101,143,0.5);
    padding: 12px 10px;
    float: right;
}

    .responsivemenubtn span {
        display: block;
        float: left;
        clear: both;
        height: 3px;
        width: 100%;
        border-radius: 40px;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .responsivemenubtn span:nth-child(1) {
            margin-top: 0;
            z-index: 9;
        }

        .responsivemenubtn span:nth-child(2) {
            margin-top: 7px;
        }

        .responsivemenubtn span:nth-child(3) {
            margin-top: 7px;
        }

.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(7px) translateX(7px);
    -moz-transform: rotate(45deg) translateY(7px) translateX(7px);
    -ms-transform: rotate(45deg) translateY(7px) translateX(7px);
    -o-transform: rotate(45deg) translateY(7px) translateX(7px);
    transform: rotate(45deg) translateY(7px) translateX(7px);
}

.oppenned span:nth-child(2) {
    display: none;
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
    -moz-transform: rotate(-45deg) translateY(0) translateX(0);
    -ms-transform: rotate(-45deg) translateY(0) translateX(0);
    -o-transform: rotate(-45deg) translateY(0) translateX(0);
    transform: rotate(-45deg) translateY(0) translateX(0);
}
/* End of Header Part CSS */

/* Start Of Footer Part CSS */
.footer, footer {
    width: 100%;
    float: left;
    background-image: url(../images/footer-back.jpg);
    background-size: contain;
    background-position: center;
    -webkit-box-shadow: 0 0 12px 3px rgba(0,0,0,0.40);
    -moz-box-shadow: 0 0 12px 3px rgba(0,0,0,0.40);
    box-shadow: 0 0 12px 3px rgba(0,0,0,0.40);
}

.footer-logo {
    padding: 20px 10px;
    float: left;
    background-color: #fff;
    width: 220px;
}

    .footer-logo a {
        float: left;
        width: 100%;
    }

        .footer-logo a img {
            width: 100%;
        }

.copyright-box {
    width: calc(100% - 220px);
    float: left;
    height: 102px;
    display: table;
    background: #006a92;
}

.copyright-box-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-left: 20px;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* End Of Footer Part CSS */

/* Start Of Section Part CSS */
section, .section {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    background: #f9f9f9;
	min-height: 70.4vh !important;
}
/* Start Of Screen Page 1 CSS */
.section-banner {
    width: 100%;
    float: left;
}

    .section-banner img {
        width: 100%;
    }

.table-outer-width {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
    -moz-box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
    box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
}

table.status-report-table, table.status-report-table1 {
    width: 100%;
    table-layout: auto;
}

    /*    table.status-report-table thead { border-top: 6px solid #e4e4e4; border-bottom: 6px solid #e4e4e4; }
            table.status-report-table thead th { border-left: 3px solid #e4e4e4; padding: 7px; vertical-align: bottom; }
            table.status-report-table thead th:first-child { border-left: none; width: 110px; }
            table.status-report-table thead th:nth-child(2), table.status-report-table thead th:nth-child(3) { width: 120px; }
            table.status-report-table thead th:nth-child(4), table.status-report-table thead th:nth-child(10) { width: 40px; }
            table.status-report-table thead th:nth-child(5) { width: 50px; }
            table.status-report-table thead th:nth-child(6), table.status-report-table thead th:nth-child(11) { width: 70px; }
            table.status-report-table thead th:nth-child(7) { width: 30px; }
            table.status-report-table thead th:nth-child(8), table.status-report-table thead th:nth-child(12) { width: 55px; }
            table.status-report-table thead th:nth-child(9), table.status-report-table thead th:nth-child(13) { width: 65px; }*/
    table.status-report-table thead tr:first-child, .status-report-table1 tr:first-child {
        border-top: 6px solid #e4e4e4;
        border-bottom: 6px solid #e4e4e4;
    }

    table.status-report-table tr:first-child th, table.status-report-table1 tr:first-child th {
        border-left: 3px solid #e4e4e4;
        padding: 7px;
        vertical-align: top;
        text-align:center;
    }

        table.status-report-table tr:first-child th:first-child {
            border-left: none;
            width: 110px;
            text-align: center
        }

    table.status-report-table tr:first-child th:nth-child(2), table.status-report-table tr:first-child th:nth-child(3) { width: 120px; text-align: center }

            table.status-report-table tr:first-child th:nth-child(4), table.status-report-table tr:first-child th:nth-child(10) { width: 40px; text-align: center }

            table.status-report-table tr:first-child th:nth-child(5) { width: 50px; text-align: center }

            table.status-report-table tr:first-child th:nth-child(6), table.status-report-table tr:first-child th:nth-child(11) { width: 70px; text-align: center }

            table.status-report-table tr:first-child th:nth-child(7) { width: 30px; }

            table.status-report-table tr:first-child th:nth-child(8), table.status-report-table tr:first-child th:nth-child(12) { width: 55px; text-align: center }

            table.status-report-table tr:first-child th:nth-child(9), table.status-report-table tr:first-child th:nth-child(13) { width: 65px; text-align: center }

            table.status-report-table tr:first-child th:nth-child(14) { width: 82px; }

table.status-report-table tbody tr td, .status-report-table1 tbody tr td {
    padding: 15px 12px 20px;
	background: #fafafa;
    border-bottom: 2px solid #e4e4e4 !important;
    font-size: 14px;
    text-align: center;
    vertical-align: initial;
}
.medicaltracking-box #dvGrid table .statusReportGrid_HeaderRow th {
    word-break: break-all;
}
.statusReportGrid_HeaderRow th {
    word-break: break-all;
}
.statusReportGrid_HeaderRow1 th {
    word-break:break-word;
}
.medicaltracking-box #dvGrid table tbody tr td {
    word-break: break-all;
}
.status-report-table2 tr td {
    word-break: break-all;
}
.custom-container.e-prescription {
    padding: 20px !important;
}
.statusReportGrid_HeaderRow2 th {
    word-break: normal;
}
.gridDesign {
    overflow: auto;
    width: 100%;
}

    .gridDesign > div > table {
        table-layout: unset;
    }
.table-link a {
    color: #225d7d;
    border-bottom: 1px solid #93a9b4;
    padding-bottom: 1px;
    position: relative;
    width: 100%;
}

.table-link {
    position: relative;
}

.table-patient-name-hover {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    z-index: 1;
    width: 300px;
    left: 0px;
    top: 100%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
}
.need-valid-number {
    display: block;
    margin-top: -25px;
}
    .table-patient-name-hover:before {
        content: "\f0d8";
        font: normal normal normal 20px/1 FontAwesome;
        top: -15px;
        position: absolute;
        color: #225d7d;
        left: 30px;
    }

.breakline {
    width: 100%;
    float: left;
    margin-bottom: 2px;
}

    .breakline:last-child {
        margin-bottom: 0;
    }

.tr-orange {
    color: #ed6f32;
}

.tr-green {
    color: #00d74f;
}

.tr-gray {
    color: #bebebe;
}

table.status-report-table thead th:nth-child(5), table.status-report-table tbody td:nth-child(5) {
    text-align: center;
}
/*table.status-report-table thead th:nth-child(6), table.status-report-table tbody td:nth-child(6), table.status-report-table thead th:nth-child(7), table.status-report-table tbody td:nth-child(7),
table.status-report-table thead th:nth-child(8), table.status-report-table tbody td:nth-child(8), table.status-report-table thead th:nth-child(9), table.status-report-table tbody td:nth-child(9),
table.status-report-table thead th:nth-child(10), table.status-report-table tbody td:nth-child(10), table.status-report-table thead th:nth-child(11), table.status-report-table tbody td:nth-child(11),
table.status-report-table thead th:nth-child(12), table.status-report-table tbody td:nth-child(12), table.status-report-table thead th:nth-child(13), table.status-report-table tbody td:nth-child(13) { text-align: right; }*/
table.status-report-table tr:first-child th:nth-child(6), table.status-report-table tbody td:nth-child(6), table.status-report-table tr:first-child th:nth-child(7), table.status-report-table tbody td:nth-child(7),
table.status-report-table tr:first-child th:nth-child(8), table.status-report-table tbody td:nth-child(8), table.status-report-table tr:first-child th:nth-child(9), table.status-report-table tbody td:nth-child(9),
table.status-report-table tr:first-child th:nth-child(10), table.status-report-table tbody td:nth-child(10), table.status-report-table tr:first-child th:nth-child(11), table.status-report-table tbody td:nth-child(11),
table.status-report-table tr:first-child th:nth-child(12), table.status-report-table tbody td:nth-child(12), table.status-report-table tr:first-child th:nth-child(13), table.status-report-table tbody td:nth-child(13) {
    text-align: right;
    text-align: center;
}

.status-report-popupbox {
    position: fixed;
    width: 800px;
    left: calc((100% - 800px) / 2) !important;
    top: 190px;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.47);
    -moz-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.47);
    box-shadow: 0 2px 12px 2px rgba(0,0,0,0.47);
    max-height: 100vh;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.sr-popup-header {
    width: 100%;
    float: left;
    background: #eeeeee;
}

.srph-title {
    width: calc(100% - 51px);
    float: left;
    color: #f36f25;
    font-size: 17px;
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
}

.srph-close {
    width: 51px;
    float: right;
    text-align: center;
    color: #afafaf;
    height: 51px;
    font-size: 32px;
    padding: 5px 8px 8px;
    cursor: pointer;
}

.sr-popup-content {
    width: 100%;
    float: left;
    max-height: 500px;
    background: #fafafa;
    padding: 5px 5px 20px 5px;
}

.sr-popup-table {
    width: 100%;
    background: #fafafa;
    border: 1px solid #d6d6d6; /*  margin-bottom: 15px;*/
}

    .sr-popup-table tr {
        border-bottom: 3px solid #fff;
        color: #959595;
    }

        .sr-popup-table tr:first-child th, .sr-popup-table tbody tr td {
            font-size: 15px;
            padding: 10px;
            border: none
        }

            .sr-popup-table tr:first-child th:nth-child(2), .sr-popup-table tbody tr td:nth-child(2) {
                width: 20%;
                text-align: right;
            }

            .sr-popup-table tr:first-child th:nth-child(4), .sr-popup-table tbody tr td:nth-child(4) {
                text-align: right;
                padding-right: 50px;
            }

            .sr-popup-table tbody tr td b {
                color: red;
            }

.table_button {
    float: right;
    margin-right: 20px;
    background: #006a92;
    text-transform: uppercase;
    padding: 7px 20px 5px;
    color: #fff;
    border: none;
}

/* End Of Screen Page 1 CSS */

/* Start Of Screen Page 2 CSS */
.analytic_button_box {
    width: 100%;
    float: left;
    ;
}

.abb_searchbox {
    width: calc(33.33% - 20px);
    float: left;
    margin-right: 20px;
}

.abb_searchbox_label {
    width: 70px;
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.dateRangeField, .abb_searchbox .sel-practice { width: calc(100% - 70px) !important; float: left; height: 40px; /*width: calc(100% - 69px);*/ float: left; height: 40px; font-size: 13px; }

.abb_button_list {
    width: 100%;
    float: left;
    margin-top:10px
}

    .abb_button_list li {
        width: calc(25% - 15px);
        float: left;
        margin-right: 20px;
        display: inline-block;
        border-radius: 7px;
        overflow: hidden;
    }

        .abb_button_list li:last-child {
            margin-right: 0;
        }

.abb_list_title {
    width: 65%;
    float: left;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.abb_list_value {
    width: 35%;
    float: left;
    text-align: center;
    padding: 10px;
    color: #fff;
    height: 40px
}

.abb_list_value_yellow {
    background: #f5a625;
}

.abb_list_value_orange {
    background: #ee6926;
}

.abb_list_value_blue {
    background: #03668d;
}

.abb_list_value_green {
    background: #5ab54c;
}

.analytic_chart_box {
    width: 100%;
    float: left;
    border: 1px solid #bababa;
    background: #fafafa;
    padding: 15px;
    margin-top: 25px;
    -webkit-box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
    -moz-box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
    box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
}

.acb_fulldiv {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.acb_widthof50 {
    width: calc(50% - 7px);
    float: left;
    margin-right: 14px;
}

    .acb_widthof50:last-child {
        margin-right: 0;
    }

.acb_widthof33 {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 15px;
}

    .acb_widthof33:last-child {
        margin-right: 0;
    }

.acb_title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #04658f;
    margin-bottom: 10px;
}

.acb_chartbox {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ebebeb;
    height: 200px;
}
/* End Of Screen Page 2 CSS */

/* Start Of Screen Page 3 CSS */
.status-report-notificatin {
    width: 100%;
    float: left;
    background: #55b945;
    position: relative;
}

.srn-backbtn {
    width: 60px;
    float: left;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    position: absolute;
    left: 0;
}

.srn-patient-description {
    width: 100%;
    float: left;
}

    .srn-patient-description li {
        display: inline-block;
        float: left;
        width: 33.33%;
        padding: 19px 10px 19px 70px;
        color: #fff;
        font-size: 16px;
    }

.srn-pd-label {
    float: left;
    margin-right: 10px;
    font-weight: 700
}

.srn-pd-content {
    float: left;
    font-size: 15px;
    font-weight: 300
}

.status-report-patient-details {
    width: 100%;
    float: left;
    background: #fafafa;
    -webkit-box-shadow: 0 0 130px 130px rgba(229, 229, 229, 1);
    -moz-box-shadow: 0 0 130px 130px rgba(229, 229, 229, 1);
    box-shadow: 0 0 130px 130px rgba(229, 229, 229, 1)
}

    .status-report-patient-details li { /*width: calc(100% / 4);*/
        float: left;
        display: inline-block
    }

.srpd_list_1 {
    width: 20%
}

.srpd_list_2 {
    width: 20%
}

.srpd_list_3 {
    width: 25%
}

.srpd_list_4 {
    width: 35%
}

.on {
    color: green !important;
}

.srpd_main_title {
    width: 100%;
    float: left;
    z-index: 0;
    position: relative;
    padding: 15px 10px 15px 20px;
    font-size: 15px;
    background: #e5e5e5
}

.srpd_content {
    width: 100%;
    float: left;
    padding: 15px 10px 15px 20px
}

.srpd_main_title img {
    position: absolute;
    height: 28px;
    top: 10px;
    margin-left: 10px
}

.srpd-fullwidth {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000
}

.sprd-title {
    float: left;
    width: 105px;
    margin-right: 10px;
    font-size: 14px
}

.sprd-content {
    float: left;
    width: calc(100% - 115px)
}

.srpd_list_1 .sprd-title {
    width: 65px
}

.srpd_list_1 .sprd-content {
    width: calc(100% - 75px);
    word-wrap: break-word;
}

.sprd-content.orange {
    color: #f36f25
}

.srpd_content_2 .sprd-title {
    width: 160px
}

.srpd_main_title i {
    margin-left: 10px;
    color: #05658f;
}

.srpd_content_2 .sprd-content {
    width: calc(100% - 175px)
}
/*.status-report-patient-details li:nth-child(2) .srpd_content {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}*/

.srpd-fullwidth {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
}

.sprd-title {
    float: left;
    width: 105px;
    margin-right: 10px;
    font-size: 14px;
}


.sprd-content {
    float: left;
    width: calc(100% - 115px);
}

    .sprd-content.orange {
        color: #f36f25;
    }

/*.srpd_content_2 .sprd-title {
    width: 120px;
}

.srpd_content_2 .sprd-content {
    width: calc(100% - 135px);
}*/

.status-report-tab-box {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 55px 21px rgba(229,229,229,0.33);
    -moz-box-shadow: 0px 0px 55px 21px rgba(229,229,229,0.33);
    box-shadow: 0px 0px 55px 21px rgba(229,229,229,0.33);
}

.srtb-filter {
    float: right;
}

.srtb-filter-option-box {
    float: left;
    width: 120px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 6px;
    border: none;
    padding-left: 15px;
}

.srtb-filter-date-box {
    float: left;
    width: 200px;
    margin-left: 15px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: none;
}

    .srtb-filter-date-box:hover, .srtb-filter-option-box:hover, .srtb-filter-date-box:focus, .srtb-filter-option-box:focus {
        outline: none;
    }

.srtb-filter span {
    float: left;
    margin-left: 15px;
    margin-top: 9px;
    font-size: 16px;
}

.srtb-tab-button {
    width: auto;
    float: left;
}

.srtb-tab-view {
    width: 100%;
    float: left;
    border-top: 2px solid #fff;
    background: #f7f7f7;
    padding: 15px;
}
.chartImgMap {
    max-width: 965px;
    height: auto !important;
    width: 100% !important;
}

.tablinks {
    width: auto;
    float: left;
    border: none;
    background: #efefef;
    padding: 11px 20px;
    font-size: 16px;
    border-right: 2px solid #fff;
}

    .tablinks:focus, .tablinks:hover {
        outline: none;
    }

    .tablinks.active {
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: -2px;
        z-index: 1;
        position: relative;
        background: #f5f5f5;
    }
/* End Of Screen Page 3 CSS */

/* End Of Section Part CSS */
.footable-toggle {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
}

    .footable-toggle:before {
        content: "\f055";
        position: absolute;
        left: 0;
        top: 0;
        color: #04658f;
        font: normal normal normal 16px/1 FontAwesome;
        display: none;
    }

.footable-detail-show .footable-toggle:before {
    content: "\f056";
}

.breakpoint .footable-toggle:before {
    display: block;
}

.footable-row-detail-row {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.footable-row-detail-name {
    width: 150px;
    float: left;
    display: block;
}

.footable-row-detail-value {
    width: calc(100% - 150px);
    float: right;
}

.righttxt {
    text-align: right !important;
}

.topfltr {
    width: 180px;
    padding-left: 15px;
    padding-top: 15px;
}

.mform3 {
    height: 25px;
}

.clearbtn {
    color: white;
    text-decoration: none !important;
    padding: 9px 19px 5px;
    background-color: #f5a625;
    border-radius: 7px;
    border: 2px solid;
    position: relative;
    bottom: 10px;
    font-size: 12px;
    left: 5px;
}

    .clearbtn:hover {
        border: 2px solid white;
        color: white !important;
    }

.searchbar-nitification-download {
    float: right;
}

    .searchbar-nitification-download .dcsb-buttons i {
        color: #f5a625;
    }

    .searchbar-nitification-download .notification-panel {
        width: auto;
        padding: 4px;
    }

    .searchbar-nitification-download .notification-sign {
        position: relative
    }

    .searchbar-nitification-download .dcsb-buttons {
        padding: 7px 10px;
        padding-top: 2px;
    }

    .searchbar-nitification-download .notification-sign {
        background: #05658f
    }

.table-outer-div {
    width: calc(100% - 20px);
    float: left;
    margin: 10px;
    background: #fff;
    border: 1px solid #ccc;
}
    .table-outer-div > table {
        width: 100%;
    }

    .table-outer-div h4 {
        float: left;
        width: 100%;
        padding: 10px 20px;
        font-size: 20px;
        margin: 0;
        background: #05658f;
        color: #fff;
    }

        .table-outer-div h4 i {
            text-align: right;
            float: right;
        }

.tablehide {
    display: none
}
/*.table-outer-div .status-report-table tr:first-child th:nth-child(7) {width: 50px;}*/
.btnStatusDwnld {
    font-size: 35px !important;
    padding: 8px;
    color: #f5a625;
    cursor: pointer;
}

a.btnStatusDwnld {
    color: #f5a625;
}

.dcsb-buttons input[type="image"], .btnStatusDwnld {
    width: 40px !important;
    height: 40px !important;
}

.lnkbtn {
    margin-left: 100px;
    position: relative;
    bottom: 10px;
}

.tbl-padd {
    padding-left: 200px;
}

.note-btn {
    padding: 10px;
    border-radius: 10px;
    background-color: #05658f;
    color: white;
    border: 2px solid #ccc;
}

.flt-rgt {
    float: right;
}

.gridPagination span {
    color: #fff;
    font-weight: bold;
    background-color: #006a92;
    padding: 10px;
    float: initial !important;
}

.gridPagination td {
    padding: 10px !important;
}


.prescriptionRenewalGridHeader {
    text-align: left;
}

.prescriptionRenewalGridValues {
    padding: 10px 10px 10px !important;
    background: #fafafa;
    font-size: 15px;
    text-align: left !important;
    color: #000000;
    .
}

.rxRenewalPopupTable tbody tr th {
    background: #ffffff;
    border-bottom: 3px solid #fff;
    font-size: 15px;
    text-align: left !important;
}

table.rxRenewalPopupTable tr:first-child th {
    border-left: 3px solid #e4e4e4;
    padding: 7px;
    vertical-align: bottom;
}


    table.rxRenewalPopupTable tr:first-child th:first-child {
        border-left: none;
        width: 80px;
        padding-left: 20px;
    }

.rxRenewalDangerColor td:nth-child(4) {
    color: #f38436;
}

.blinkMedicalCapsule {
    animation-duration: 1500ms;
    animation-name: blinkCapsule;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blinkCapsule 1500ms infinite; /* Safari and Chrome */
}

@keyframes blinkCapsule {
    from {
        background: #05658f;
    }

    to {
        background: red;
    }
}

@-webkit-keyframes blinkCapsule {
    from {
        background: #05658f;
    }

    to {
        background: red;
    }
}


.info-alertBox {
    padding: 10px;
    left: 665px !important;
}

.patientOldReport-alertBox {
    left: 630px !important;
}

.unFilteredStatusReport-alertBox {
    left: 580px !important;
}

.unFilteredStatusReport-second-alertBox {
    left: 810px !important;
}

.info-alert-div {
    border: none !important;
    background: #fff;
}

.info-alertBox div table {
    background: #fff;
    border: none;
    margin: 5px;
}

.info-alertBox table tr td {
    padding: 0px 8px;
}

.red {
    color: red;
}

.padding0 {
    padding: 0px;
}

.infoicon {
    font-size: 18px;
    color: blue;
    float: right;
    position: relative;
    top: 3px;
}

.popover-content {
    font-weight: normal;
}

.t-heading {
    font-size: 14px;
    font-weight: 600;
}

.t-section {
    padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.infoicon-container .popover {
    max-width: 500px !important;
    top: 0px !important;
}

    .infoicon-container .popover .arrow {
        top: 7% !important;
    }


/* Tooltip for download button */
.dcsb-buttons {
    position: relative;
}

    .dcsb-buttons .tooltiptext { visibility: hidden; width: 220px; background-color: white; color: #000; text-align: center; border-radius: 1px; padding: 9px 5px; font-size: 14px; position: absolute; z-index: 1; top: 10px; right: 60px; webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47); -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47); box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.47); }

    .dcsb-buttons:hover .tooltiptext {
        visibility: visible;
    }

 
/* Page Title*/
.page-title {
    margin: auto;
    font-size: 18px;
    color: #05658f;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    float: left;
    background: #e2e2e2;
}

.inner-container {
    box-shadow: 0 0 80px 2px rgba(0,0,0,0.27);
}

/* Css for Box layout */
.box-container {
    min-height: 400px;
    margin: 10px 0px;
}

.box-title {
    min-height: 50px;
    width: 100%;
    font-size: 18px;
    color: #05658f;
    font-weight: bold;
    padding: 10px 0px;
    border-bottom: 1px solid #03a3e8;
    border-bottom-width: medium;
}

.box-conten {
    padding: 5px 0px;
}

.box-container .item-container {
    padding: 10px 0px;
}


.create-patient-report input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #eaeaea;
    padding-left: 10px;
}


.box-container .button input[type="submit"] {
    padding: 8px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    background: #006a92;
    margin: 10px 0px;
}


.create-patient-report select {
    width: 100%;
    border: none;
    background-color: #eaeaea;
    padding-left: 10px;
}

.RadioLabel label {
    padding-left: 10px;
}

.RadioLabel input[type="radio"], .RadioLabel input[type="checkbox"] {
    margin: 5px;
}

.table.status-report-table tr:first-child th:nth-child(4) {
    width: 28px;
}

.reportlink {
    color: blue !important;
}

    .reportlink:hover {
        text-decoration: underline;
    }

.wordwrapdata {
    word-wrap: break-word;
}

.lnkAddNew {
    margin: 0px 0px 0px 0px;
    background: url(/App_Resources/Images/New.png) no-repeat left center;
    padding: 0em 1.2em;
    color: blue !important;
}

    .lnkAddNew:hover {
        text-decoration: underline;
    }

.formbuttons {
    color: #fff;
    background: #05658f;
    border: 1px solid #05658f;
    text-transform: uppercase;
    padding: 10px 8px 5px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 82px;
}

.divUserControl .col-md-10 {
    padding-bottom: 3px
}

.divUserControl .col-md-2 {
    padding-bottom: 3px;
    padding-left: 0px !important;
}

    .divUserControl .col-md-2 label {
        font-size: 14px !important;
    }

.divUserControl .col-md-10 label {
    font-size: 14px !important;
}

.leftaligndata {
    text-align: left !important;
    padding-left: 150px !important;
}

.leftaligndataoffice {
    text-align: left !important;
    padding-left: 50px !important;
}



.gridPagination table {
    margin: 0 auto;
}

.fpf_fullwidth span.password-validation {
    color: red !important;
    font-style: normal;
    visibility: visible;
    font-size: 14px;
    width: 100%;
    margin-left: 161px;
    padding: 0;
}

.divWaiting img, .divWaiting1 img {
    width: 90px;
}

.divWaiting, .divWaiting1 {
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    z-index: 2147483647 !important;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-top: 19%;
   /* pointer-events: none;*/
}

    .divWaiting img {
        width: 90px;
    }

.divWaiting {
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    z-index: 2147483647 !important;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-top: 19%;
}

/*Tooltip Style*/

/*.infobutton { width: 100%; float: left; padding: 2px; }*/
.popover_title {
    font-size: 24px;
    text-decoration: none;
    color: blue;
}

.popover_wrapper {
    position: relative;
    margin-top: 0;
    display: inline-block;
    float: right;
    right: 20px;
}

    .popover_wrapper a {
        text-align: center !important;
        
    }

.top-menu-item .popover_wrapper a { float: none; }
.top-menu-item .popover_wrapper .display-block-mobile {
    display: none !important;
}
.popover_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -45px;
    -moz-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    -webkit-transform: translate(0,10px);
    transform: translate(0,10px);
    background-color: transparent;
    padding: 30px 0 0;
    top: 40px;
    width: 290px;
}

    .popover_content:before {
        position: absolute;
        z-index: -1;
        content: '';
        right: 133px;
        top: 19px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #BFBFBF transparent;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

.popover_wrapper:hover .popover_content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    top: 100% !important;
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    transform: translate(0,-20px);
    -moz-transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    -o-transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    -webkit-transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.infobutton.activePatientDashboard .popover_content {
    right: -12px !important;
    left: auto !important;
    padding-top: 30px !important;
}
    .infobutton.activePatientDashboard .popover_content .popover_content_inner {
        max-height: 80vh !important;
        overflow: hidden;
        overflow-y: auto;
    }
    .popover_content_title {
        width: 100%;
        float: left;
        background: #9b9b9b;
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }

.popover_content_content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border: 1px solid #9b9b9b;
    border-top: none;
    font-size: 15px;
}

.popover_content_inner {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 100%;
    float: left;
}


.download-category-search-box .submitBtn {
    margin-top: 15px !important;
    margin-left: -25px !important;
}

.alertdata {
    position: relative
}

.table-alert {
    position: absolute;
    top: 40px;
    width: 200px;
    z-index: 9
}

.table-alert-with-table {
    width: 400px
}

    .table-alert-with-table table {
        width: 100%
    }

.table-alert table tr td {
    padding: 0;
    border: none
}

table.status-report-table .table-alert table tbody tr td, .table-alert table .status-report-table1 tbody tr td {
    padding: 0 7px;
    background: transparent;
    border-bottom: none;
    font-size: 14px;
    text-align: left;
    border: 0.5px solid #ccc
}

table.status-report-table .table-alert table tr:first-child, .status-report-table1 .table-alert table tr:first-child {
    border: none !important
}

tr.border_top td {
    border-top: 2px solid #e4e4e4 !important;
}

.notableborderbottom tr td {
    border-bottom: none !important;
}

.statusReportSortIcon {
    color: #f36f20;
    font-size: 20px;
    padding-left: 3px;
}

table.status-report-table tr.loader {
    background: #999999;
    color: #034663;
}

.eRxSuccessPopupBox {
    width: 100%;
    left: 0px !important;
    top: 0px !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    position: fixed;
    z-index: 9999;
}

    .eRxSuccessPopupBox .eRxSuccessPopupBox-PopupLayout {
        width: 700px !important;
        width: 90%;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }

    .eRxSuccessPopupBox .srph-title {
        width: 100%;
        font-size: 20px;
        padding-top: 6px;
        text-align: center;
        font-weight: bold;
    }

    .eRxSuccessPopupBox .eRxSuccessMessage {
        font-size: 16px;
    }

.searchExp_conditionCheckboxMainWrapper {
    display: inline-block;
    float: left;
    padding: 5px 5px 5px 0px;
    margin-top: 13px;
    margin-right: 25px;
}


.searchExprMenuIcon {
    float: left;
    padding: 0px 5px 0px 5px;
    color: #05658f;
    cursor: pointer;
    font-size: 20px;
}

.searchExprMenuItemWrapper {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 5px 6px 3px 9px;
    top: 10px;
    display: none;
}

.searchExprMenuCloseBtn {
    padding: 2px 5px 0px 5px;
    font-size: 22px;
    cursor: pointer;
}

.gridEmptyDataRow td {
    font-size: 22px !important;
    color: red;
}

.gridEmptyDataRowmdcolor td {
    font-size: 22px !important;
    color: black !important;
}

.medicalReportDownloadBtn {
    position: absolute;
    right: 0px;
    font-size: 30px;
    cursor: pointer;
    padding: 10px 10px;
}

.fullwidth {
    width: 100%;
    float: left
}

.medicalTracking-radiobtn-box {
    width: 70px;
    float: left
}
    .medicalTracking-radiobtn-box label {
        width: auto;
        margin-bottom: 0;
    }

    .medicalTracking-radiobtn-box input[type="radio"], .medicalTracking-radiobtn-box input[type="checkbox"] {
        float: left;
        margin: 3px 10px 0 0
    }

.medicalTracking-textfld {
    width: calc(100% - 70px);
    float: left
}
.medicalInsights > div {
    display: inline-block;
    width: 100%;
}

.custom-form {
    width: 100%;
    float: left;
    border: 1px solid #ccc; /*border-radius: 5px;*/
    padding: 20px;
    margin: 0 0 18px 0;
    background: #fff;
}
.MedicalTracking-form .custom_popup {
    width: 100% !important;
    height: 100%;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 5;
}

.MedicalTracking-form .custom_popup_innerbox {
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 20px;
    float: left;
    width: 780px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.MedicalTracking-form .custom_popup_background {
    display: none;
}
span#ctl00_MainContent_lblMessage {
    width: 100%;
    float: left;
    text-align: left;
    color: #f00;
    margin-bottom: 10px;
}

.medicaltracking-btn {
    float: left;
    margin: 0
}

.status-report-table2 tbody tr td {
    border-left: 1px solid #ccc;
}

    .status-report-table2 tbody tr td:first-child {
        border-left: none;
    }

.status-report-table2 tbody tr td {
    text-align: left
}

.status-report-table2 tbody .statusReportGrid_HeaderRow th {
    text-align: center
}

.medicaltracking-box {
    width: calc(100% - 30px);
    float: left;
    border: 1px solid #ccc;
    margin: 15px;
    border-radius: 3px;
}

.GVFixedHeader {
    font-weight: bold;
    background-color: Green;
    position: relative;
    top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.GridViewContainer {
    overflow-y: scroll;
    overflow-x: hidden;
}

.normalcursor {
    cursor: default !important;
}

ul.upud_list li:hover {
    background-color: #f36f25;
    color: #fff;
}


.medicalTracking .srn-patient-description li {
    width: 25%;
    padding: 15px 10px
}

    .medicalTracking .srn-patient-description li:last-child {
        width: 45%;
        text-align: right;
    }

input[type=text]:disabled {
    background: #999;
    cursor: not-allowed
}

.status-report-table2 tr:nth-child(even) td {
    background: #f2f2f2;
}

.status-report-table2 tr:nth-child(odd) td {
    background: #fff;
}

label.fullwidth {
    width: 100%;
    text-align: left
}

    label.fullwidth i {
        float: right;
        color: #05658f
    }


.custom_popup {
    width: 780px;
    position: fixed;
    top: 30%;
    z-index: 5;
    padding: 20px;
    left: calc((100% - 780px) / 2)
}

.custom_popup_background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 5;
}

.custom_popup_innerbox {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 20px;
    float: left
}

.newaccount-panelheader h2 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px
}

.newaccount-panelbutton {
    float: left;
}

.prescription-form-button {
    float: left;
    margin-right: 20px
}

.newaccount-panelheader i {
    position: absolute;
    top: -35px;
    right: -20px;
    width: 36px;
    height: 36px;
    background: #f00;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 4px 0;
}

.medicaltracking {
    margin-bottom: 15px
}

    .medicaltracking label {
        text-align: right;
        width: 100%;
        margin: 8px 0px;
    }

    .medicaltracking input[type="text"] {
        margin: 0
    }

    .medicaltracking span {
        width: 100%;
        float: left;
        text-align: left
    }

.sel-practice {
    width: 222px;
    height: 32px;
    margin-left: 7px;
}

.p-left {
    padding-left: 0px;
}

.p-right {
    padding-right: 0px;
}

.mleft8 {
    margin-left: 8px;
}

.blue {
    color: #05658f;
}

.next-app-close {
    position: absolute;
    top: -14px;
    right: -20px;
    width: 36px;
    height: 36px;
    background: #f00;
    border-radius: 100%;
    font-size: 24px !important;
    text-align: center;
    color: #fff;
    padding: 4px 0;
}

.status-report-table3 tr th {
    text-align: center !important;
}

.time-control {
    display: table;
    width: 100%;
}

    .time-control .hour-control {
        width: auto !important;
        width: 56px !important;
    }
    .time-control select {
        float: left;
    }
    .time-control .min-control {
        width: auto !important;
        width: 56px !important;
        margin-right: 5px;
    }

    .time-control .sec-control {
        width: auto !important;
        width: 56px !important;
    }

.mleft6 {
    margin-left: 6px;
}

.mbtm30 {
    margin-bottom: 30px !important;
}

.add-info-modal {
    background-color: #ddd;
}

.w100 {
    width: 100%;
}

.left {
    float: left;
}

.tleft {
    text-align: left;
}

.custom_popup .left-label {
    width: 150px;
    text-align: left;
}

.add-info {
    width: 700px !important;
}

.nexrclass {
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.search_grid > div {
    min-width: 972px !important;
}

#additionalInformation .custom_popup_innerbox {
    background-color: transparent !important;
    padding: 0px;
}
div[aria-describedby="additionalInformation"] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    max-width: 85% !important;
}
div[aria-describedby="additionalInformation"] #additionalInformation {
        max-height: 85vh !important;
        overflow: hidden;
        overflow-y: auto;
    }
    div[aria-describedby="additionalInformation"] .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
        background: transparent;
        border: none;
        display: block !important;
    }
    div[aria-describedby="additionalInformation"] .ui-dialog-title {
        display: none;
    }
    div[aria-describedby="additionalInformation"] .ui-dialog-titlebar-close {
        top: -12px;
        background: transparent;
        border: none;
        border-radius: 50px;
        right: -33px;
        text-align: center;
        visibility: visible !important;
        outline: none;
        background-image: url(../../App_Resources/Images/close.png);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: 40px;
        z-index: 100;
    }
    div[aria-describedby="additionalInformation"] .ui-button:hover .ui-icon, div[aria-describedby="additionalInformation"] .ui-button:focus .ui-icon, div[aria-describedby="additionalInformation"] .ui-button .ui-icon {
        display: none;
    }
.PatientReportImageBtnSelected {
    padding: 2px 2px 0px 2px;
    background: #827f7f;
}

.status-report-patient-details li.srpd_list_1, .status-report-patient-details li.srpd_list_2, .status-report-patient-details li.srpd_list_3 {
    border-right: 2px solid #dedada;
    min-height: 265px;
}

.srpd_visual_acuity_switch_wrap {
    float: right;
    width: 57%;
    font-weight: normal;
}

.srpd_visual_acuity_switch_wrap .eyeLabelRight {
    margin-left: 35px;
}
.cellular-line-icon .last-icon ul.icons { list-style-type: none; }
.cellular-line-icon .last-icon .dcsb-buttons { display: inline; }
.cellular-line-icon .last-icon .infoicon {  right: -143px; padding-top:16px; z-index:10;}
.cellular-line-icon .last-icon .red-i { float: left; margin-left: 68px; margin-top: -9px; }
.modal-trans { background-color: #fff; border: 1px solid #ddd; margin-bottom:10px; min-height: 47px; padding-left: 10px; }
.modal-trans .text { display: inline-block; float: left; font-size: 16px; color:#e69700; padding-top: 10px; font-weight: bold; }
.modal-trans a.trans-icon:focus { outline: 0px; }
.modal-trans a.trans-icon { float: right; display: inline-block; width: 30px; float: right; width: 30px; }
.modal-trans .popover { max-width: 600px; margin-top: 70px; }


.customSearchWrapper {
    float: left;
    padding: 0px 20px 0px 10px;
}

.customSearchBtn {
    background: #58b049;
    padding: 4px 14px 4px 14px;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

.customClearBtn {
    background: #f5a625;
    padding: 4px 14px 4px 14px;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

.customSrchLbl {
    float: left;
    padding-top: 6px;
    padding-right: 10px;
}

.technicalSupport-button { padding: 8px 25px; font-size: 14px; color: #ffffff; font-weight: 700; border: none; background: #5ab54b; float: left; }


.ui-widget-overlay {
    background: #000 !important;
    filter: alpha(opacity=50);
    opacity: 0.5 !important;
}


.validation-msg {
    width: calc(100% - 180px);
    float: right;
    position: relative;
    margin-top: -20px;
}

/** Start billing info/study history popup css **/
.status-report-billpopupbox {
    position: fixed;
    width: 1000px;
    left: calc((100% - 800px) / 2) !important;
    top: 190px;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.47);
    -moz-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.47);
    box-shadow: 0 2px 12px 2px rgba(0,0,0,0.47);
    max-height: 100vh;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    background-color: white;
}

.divBillingInfoPopupBackground {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: gray;
    opacity: 0.7;
}
.divInfoPopupBackground {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: gray;
    opacity: 0.7;
}
.divBillingInfoPopup {
    display: none;
    left: 424.5px;
    z-index: 100000;
}
.divInfoPopup {
    display: none;
    left: 424.5px;
    z-index: 100000;
}
.imgBillingClose {
    text-align: right;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 5px;
}
.imgPopupClose {
    text-align: right;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 5px;
}
.imgBillingHistoryClose {
    text-align: right;
    padding: 5px;
    right: 0px;
    top: 5px;
    position: absolute;
}

.lblBillingHeader {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
}
.lblHeader {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
}
.table-outer-width-billinginfotable {
    width: 100%;
    float: left;
    overflow: auto;
    height: 350px;
}
.table-outer-width-infotable {
    width: 100%;
    float: left;
    overflow: auto;
    height: 350px;
}
table#tblBillingInfo > tbody > tr > td:nth-child(1) > span {
    color: #538de0;
}

#divBillingHistory {
    float: left;
    display: inline-block;
    position: relative;
    width: 99%;
}

.table-outer-width-billinghistorytable > div {
    margin-top: 0px;
}

.table-outer-width-billinghistorytable {
    width: 100%;
    float: left;
    overflow: scroll;
    height: 200px;
}

.tblBillingHistoryOnSelectCSS {
    background-color: lightgray;
}

.table-outer-width-billinginfotable > div {
    margin-top: 0px;
}
.table-outer-width-infotable > div {
    margin-top: 0px;
}
table#tblBillingInfo > tbody > tr > td, table#tblBillingInfo > tbody > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

table#tblBillingHistory > tbody > tr > td, table#tblBillingHistory > tbody > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

table.status-report-billinginfotable {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}

.divLStudy, .divRStudy {
    display: inline-block;
    box-sizing: border-box;
    width: 49%;
    padding: 10px;
    margin: 0;
    vertical-align: top;
}

table#tblLeftStudyHistory > tbody > tr > td, table#tblLeftStudyHistory > tbody > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

table#tblRightStudyHistory > tbody > tr > td, table#tblRightStudyHistory > tbody > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

.divStudyHistoryPopupBackground {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: gray;
    opacity: 0.7;
}

.divStudyHistoryPopup {
    display: none;
    left: 424.5px;
    z-index: 100000;
}

.divStudyHistoryMain {
    height: 550px;
    overflow: auto;
}

table#tblPatientStatus > tbody > tr > td, table#tblPatientStatus > tbody > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

table#tblPatientHisStatus > tbody > tr > td, table#tblPatientHisStatus > tbody > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

.table-outer-width-PatientHistorytable {
    width: 97%;
    float: left;
    //overflow: auto;
    //height: 180px;
    margin: 10px;
}
/** End billing info popup css **/

@media screen and (max-width:1024px) {
    .infoicon-container .popover {
        max-width: 500px !important;
        top: 105px !important;
        left: 450px !important;
    }

    .popover.left > .arrow:after {
        right: 0px !important;
        bottom: 0px !important;
    }
    .popover.left > .arrow{
        border-left:none !important;
    }
}

@media screen and (max-width:1000px) and (min-width:850px){
    .infoicon-container .popover {
        max-width: 500px !important;
        top: 105px !important;
        left: 318px !important;
    }

}

@media screen and (max-width:800px){
    .infoicon-container .popover {
        max-width: 500px !important;
        top: 105px !important;
        left: 190px !important;
    }
} 

@media screen and (max-width:768px) {
    .infoicon-container .popover {
        max-width: 320px !important;
        top: 98px !important;
        left: 180px !important;
    }

    .popover.left > .arrow:after {
        right: 330px !important;
        transform: rotate( -180deg );
        bottom: 15px !important;
    }
}

@media screen and (max-width:640px){
    .top-menu-item .popover_wrapper .display-block-mobile {
        display: block !important;
    }

    .eRxSuccessPopupBox .eRxSuccessPopupBox-PopupLayout {
        width: 90% !important;
        width: 90%;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }
}


@media screen and (max-width:414px){
    .infoicon-container .popover {
        max-width: 235px !important;
        top: 178px !important;
        left: 118px !important;
    }

    .popover.left > .arrow:after {
        right: 205px !important;
        transform: rotate( -90deg );
        bottom: 28px !important;
    }

    .t-section {
        padding: 5px 0px;
    }
    .t-heading{
        font-size:12px;
    }

    .t-section span {
        font-size: 12px;
    }
}

@media screen and (max-width:320px){
    .popover.left > .arrow:after {
        right: 172px !important;
        transform: rotate( -90deg );
        bottom: 35px !important;
    }
}


#MainContent_grdPatientScan tbody tr td {
   max-width: 250px;
    padding:  5px;
    word-wrap: break-word;
}


.goog-te-gadget {
    display: block !important;
}

/*XOL demo page css 27-01-21*/
.xolSection .custom-container {
    width: 100%;
    margin: 0;
}
.xolSection .wrapper1, .xolDemoTable .fixedHeader.wrapper2 {
    width: 100%;
}
section.section.xolSection {
    padding: 0;
    height: calc(100vh - 110px);
}
.table-outer-width.xolDemoTable {
    height: calc(100vh - 265px);
}
.xolSection .table-outer-div {
    height: 100%;
}
.xolDemoTable .fixedHeader.wrapper2 {
    overflow-y: auto;
    height: 100%;
}
.xolDemoTable .fixedHeader.wrapper2 table thead tr {
    border-top: 0;
}
.xolDemoTable .fixedHeader.wrapper2 table thead tr th {
    position: sticky;
    top: 0;
    background: #efefef;
    border: 0px;
    box-shadow: inset -2px -2px 0px -1px #adadad;
    -webkit-box-shadow: inset -2px -2px 0px -1px #adadad;
    -moz-box-shadow: inset -2px -2px 0px -1px #adadad;
}
.xolDemoTable .fixedHeader.wrapper2 table thead tr th a {
    color: black;
    font-weight: 600;
    font-size: 14px;
}
.filterWrapper > Div label {
    margin-bottom: 0;
}
.filterWrapper button.multiselect.dropdown-toggle.custom-select {
    margin: 0;
    border-radius: 4px;
    border: 1px solid #a2a2a2;
    height: 28px;
    background: #ffffff;
    text-align: left;
    padding-left: 14px;
}

    .filterWrapper button.multiselect.dropdown-toggle.custom-select::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #888787;
        position: absolute;
        right: 8px;
        top: 12px;
    }
.filterWrapper .multiselect-filter .fa-search {
    display: none;
}
.filterWrapper .multiselect-search {
    margin: 0 !important;
}

.xolDemoTable .fixedHeader.wrapper2 table tr td {
    white-space: nowrap;
}
.xolDemoTable {
    position: relative !important;
}
.xolDemoTable .notification.error {
    position: absolute;
    top: 50%;
    left: calc(50% - 75px);
}

.selectMultipleOptions .multiselect-container .multiselect-option .form-check {
    padding: 0 5px 0 0 !important;
    display: flex;
    align-items: flex-start;
}
.selectMultipleOptions .multiselect-container .multiselect-all .form-check {
    padding: 0 5px 0 0 !important;
}
/*XOL demo page css end*/


/*user log page css start*/

td.logsInnerTd table > tbody > tr > td:first-child {
    width: 24px;
}

td.logsInnerTd {
    padding-left: 52px !important;
}

/*user log css end*/


.float_right{

    float:right !important;
}
.RunIDInput {
    height: 40px;
    width: 100%;
    padding: 10px;
   
    border: 1px solid #bbb9b9;
    border-radius: 5px;
}

    .RunIDInput:focus-visible {
        outline: 0px !important;
    }
.submitbtn_new {
    width: 100%;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    background: #59b749;
}
.clearbtn_new {
    width: auto;
    height: 40px;
    cursor: pointer;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    background: #f5a625;
}
    .clearbtn_new:hover {
        border: 0px !important;
        outline: 0px !important;
    }
.highcharts-title {
    font-weight: 600;
    float: left;
    font-size: 18px !important;
    text-align: left;
}


.class1{
    float:left;
    width:49%;
   
}

.class2 {
    float: left;
    width: 9%;
   
}

.class3 {
    float: right;
    width: 40%;
    
}
.lineh_t{
    line-height:10px !important;
}
.shadow_acess {
    min-height: 600px;
    box-shadow: 0 0 80px 2px rgb(0 0 0 / 27%);
}

    .shadow_acess h4 {
        background-color: #e2e2e2;
        text-align: center;
        padding: 20px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        margin-top: 160px;
    }


.loadingwheel {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown {
    height: 40px;
    border: 1px solid #cbc8c8;
    padding: 5px;
    border-radius: 7px;
    max-width: 80%;
}

.btnSubmit {
    width: 50%;
    float: left;
    margin-top: 8px;
    border-radius: 5px;
    padding: 2px 20px 0;
    font-size: 20px;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    background: rgb(57, 152, 211);
    letter-spacing: 1px;
    border: none;
    -webkit-box-shadow: 0 2px 12px 1px rgb(92 92 92 / 60%);
    -moz-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
    box-shadow: 0 2px 12px 1px rgb(92 92 92 / 60%);
}

.shadow_acess h2 {
    font-weight:600;
    font-size:16px;
    margin:5px 0;

    
}

