﻿/*Loader Gif*/
.Window_overly {
    position: relative;
    background-color: #eee;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

* html #Process_overlay {
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#loading {
    position: relative;
    /*background: transparent;*/
    z-index: 102;
    border: none;
    text-align: left;
    display: block;
    min-height:100px;
    background: url('../images/loader.gif') center no-repeat;
}

* html #Process_window {
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/*.float-left{
    width:700px!important;
}*/
/*.header {
    display: table-header-group;
    background-color: #dddddd;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.tablerow {
    background-color: #ffffff; 
}

.headercell {
    display: table-cell;
    padding: 10px;
    text-align: center;
}

.cell {
    text-align: justify;
    border: 1px solid White;
    display: table-cell;
    padding: 5px;
}*/
/*Div base table*/
.table {
    width: 100%;
    display: table;
    border: 1px solid white;
}

.table-caption {
    display: table-caption;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.table-header {
    display: table-header-group;
    background-color: #3bafda;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.header-cell {
    display: table-cell;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid White;
}

.table-body {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.table-row:nth-child(odd) {
        background-color: #f1f5f7;
 }

.table-body-cell {
    text-align: justify;
    border: 1px solid white;
    display: table-cell;
    padding: 5px;
}

/*.table-body-cell.empty {
    border: none;
    width: 100px;
}

.table-body-cell.rowspanned {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
    }*/

.colspan {
    float: left;
    border-bottom: 0px;
    text-align: left;
}

.table-footer {
    display: table-footer-group;
    /*font-weight: bold;*/
    /*font-size: 12px;*/
}

.table-footer-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid White;
}

/*Table tag*/

.table {
    /*border: 1px solid #e2e4e6;*/
}

.header {
    /*background-color: #3bafda;*/
    background-color: #027496;
    color: white;
    font-size: 15px;
}

.subheader {
    background-color: #f1f5f7;
    padding: .25rem;
    font-size: 14px;
}

/*.table th {
    padding: 0.5rem;
    font-weight: 600 !important;
    border: 1px solid #dee2e6;
}*/

.subheader th {
    border: 1px solid #dee2e6;
}

/*.table td {
    padding: 0.3rem;
    vertical-align: top;
    border: 1px solid #e2e4e6;
    border-collapse: collapse;
}*/

.table-responsive tbody tr:nth-of-type(even) {
    background-color: #f1f5f7;
}

.dd-expand {
    content: '+';
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.dd-collapse {
    height: 20px;
    width: 20px;
    content: '-';
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

td:first-child::before {
    box-shadow: 0 0 45px 0 rgba(0,0,0,.12);
    background-color: #1abc9c;
    top: .85rem;
}

@media(max-width:576px) {
    .table {
        width: auto !important;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .table {
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .table {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .table {
        width: auto;
    }
}

@media (min-width: 1200px) {
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/*DrropDownList*/
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: auto;
    /*min-height:*/
    margin: 5px 0;
    padding: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 3px;
    box-sizing: border-box;
}

.dd-header {
    font-size: 15px;
    color: #3bafda;
    background-color: #f1f5f7;
}

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

    .dd-item > button:before {
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button.dd-expand:before {
        content: '+';
    }

    .dd-item > button.dd-collapse:before {
        content: '-';
    }

.dd-expand {
    /*display:none*/
}

.dd-collapsed .dd-collapse, .dd-collapsed .dd-list {
    /*display: none;*/
}

.dd-collapsed .dd-expand {
    display: block;
}

.Grpup-Cell {
    display: table-cell;
    width: 230px !important;
    height: auto;
}

.Cell {
    text-align: left;
    padding-left: 5px;
    display: table-cell;
    width: auto;
    height: auto;
    /*height:20px*/
}

.modal-header {
    line-height: 22px;
    font-size: 18px;
    background-color: #027496;
    text-align: left;
    margin: 0;
    color: white;
}

.DisplayNone {
    display: none;
}


.Popup_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #dddddd;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    height: 100%;
    width: 100%;
}

* html #Popup_overlay {
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.Popup_window {
    position: fixed;
    background: #FFFFFF;
    z-index: 102;
    padding: 0px;
    border: 1px solid #AAAAAA;
    padding: 2px 10px 2px 10px;
    text-align: left;
    clear: both;
}

* html #Popup_window {
    /* ie6 hack */
    position: absolute;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #3bafda;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #3bafda;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #3bafda;
        border-color: #3bafda;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*6/1/2021*/
/*all hyperlink cursor style pointer*/
a:not([href]):not([tabindex]) {
    cursor: pointer;
}
/*all hyperlink cursor style pointer*/
/*6/1/2021*/
/*6/3/2021*/
.navbar-custom-light {
    background: #f5f6f8 !important;
    padding: 0 10px 0 0;
    left: 0;
    right: 0;
    z-index: 100;
}
/*6/3/2021*/

.search-box-header {
    background-color: #027496 !important;
    padding-bottom: 0px;
    padding-top: 10px;
}

.btn-outline-link {
    font-weight: bold;
}

.btn-outline-link:hover {
    font-weight: bold;
    color: #ffffff;
}

/*8_5_2021*/
.td-irn {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.td-signedQRCode {
    /*max-width: 400px;*/
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10%;
    height: 1.5em;
    white-space: nowrap;
}
.td-secondary {
    background-color: #f1f5f7;
}

.dvAirExportPrintContent {
    font-family: Calibri;
 /*   overflow: auto;*/
}

.table-inner {
    font-size: 0.8rem;
    padding-left:20px;
}

.listing{
    max-height:350px;
    overflow-y:auto;
}

.max-line-2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sticky-header-table
{
    display: block;
}

.sticky-header {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
}


a.disabled {
    pointer-events: none;
    cursor: default!important;
    color: #adb5bd!important;
}

.pharmacy-sales-user-mapping-missing {
    background-color: #fd9843;
}
.pharmacy-sales-mapping-today-added-tr {
    background-color: #FFAE09!important;
}

.pharmacy-sales-user-mapping-missing-font {
    color: #fd9843;
}

.btn-user-login {
    color: #fff;
    background-color: #FFAE09;
    border-color: #FFAE09;
}
.btn-user-login:hover {
	color: #fff;
	background-color: #E59C08;
	border-color: #E59C08
}
.user-login-title {
    color: #FFAE09;
}
.admin-user-login-title {
    color: #3bafda;
}
.pharmacy-csv-details {
    background-color: #90EE90 !important;
}

.pharmacy-details {
    background-color: #FAFA33 !important;
}

.max_rate_missing {
    background-color: #FAFA33 !important;
}

.pharmacy-today-updated {
    background-color: #198754 !important;
}

.wholesaler-today-mapped {
    background-color: #FF69B4 !important;
}

.span-today-added {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    display: block;
}

.mb-3-px {
    margin-bottom: 3px;
}

.link-info {
    color: #027496!important;
}
.dropdown-menu {
    transform: none !important;
}


.show-password .password-eye:before {
    content: "\e86e"
}

.password-eye:before {
    font-family: feather !important;
    content: "\e86a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1.2;
    font-size: 16px
}

.show-password .password-eye:before {
    content: "\e86e"
}

.input-group-append {
    height: calc(1.5em + .9rem + 2px);
}

.font-bold {
    font-weight: bold;
}