﻿/* Updated Comment: ### */
html {
    font-size: 15px;
}

body {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    background-color: #f4f3f3;
    height: 100%;
    Width: 100%;
}

a {
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

.header {
    height: 60px;
    width: 100%;
    background-color: #F7F2EA;
    color: #FFFFFF;
    font-size: 14px;
}

.sidebar {
    width: 250px;
    background-color: #F7F2EA;
    overflow: hidden;
    height: calc(100% - 60px);
    position: fixed;
    float: left;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9;
}

.main-content {
    min-height: 100%;
    margin-top: 60px;
    margin-left: 250px;
    transition: 0.5s;
    background-color: #f4f3f3;
    min-width: 770px;
}

/**  Header **/
.main-logo {
    width: 250px;
    height: 60px;
    float: left;
}

.main-logo .logoImg {
    padding: 12px 0 12px 20px;
}

.main-menu {
    display: flex;
    height: 60px;
    white-space: nowrap;
    overflow-x: auto;
    width: calc(100% - 530px);
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .main-logo {
        width: 120px;
    }

    .main-menu {
        width: calc(100% - 400px);
    }
}

.menu-child {
    display: inline-block;
    height: 60px;
}

    .menu-child:hover {
        background-color: #E5DBD5;
    }

.main-menu span {
    border-right: 1px solid #DEDAD3;
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
}

    .main-menu span a {
        text-decoration: none;
        color: #000000;
    }

.main-menu #ls-menu {
    border-right: 0px;
}

.main-menu-content {
    padding-top: 20px;
    padding-bottom: 8px;
}

.main-user {
    float: right;
    max-width: 385px;
    min-width: 240px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

#user-icon {
    padding: 18px 8px 0;
    float: left;
    color: #BDB1C7;
}

.main-user .user-info {
    padding: 13px 0px;
    float: left;
    min-width: 132px;
    max-width: 288px;
}

.main-user .name {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.main-user .country {
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-user .parrow {
    float: left;
    padding: 18px 8px 0;
    color: #BDB1C7;
}

#user-border {
    border-left: 1px solid #DEDAD3;
    height: 30px;
    margin-top: 15px;
    float: left;
}

/**** SideBar ******/
.sidebar {
    color: #000000;
}

.sidebar .client {
    height: 50px;
    padding: 30px 0 4px 8px;
    font-weight: bold;
    font-size: 10px;
}

.side-user {
    background-color: #ccc;
    height: 53px;
    width: 100%;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.side-user .name {
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0 0 8px;
}

.side-user .con {
    font-size: 11px;
    color: #7B9BD2;
    margin-top: 0px;
    padding-left: 8px;
}

.side-tab {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    border-bottom: 1px solid #DEDAD3;
}

.top-side-bar {
    height: calc(100% - 275px);
    overflow-x: hidden;
    overflow-y: auto;
}

.side-tab a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #000000;
    height: 44px;
    padding: 12px 0px 10px 20px;
}

.sidebar .st-active {
    background-color: #E5DBD5;
}

.side-tab-first {
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding: 12px 0px 10px 20px;
}

.inside-side-tab {
    background-color: #E5DBD5;
    padding: 15px 30px;
}

.in-tab a {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    font-weight:300;
}

.in-tab-mis a {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000000 !important;
    text-decoration: none !important;
}

.in-tab-active {
    color: #000000 !important;
    font-weight:600;
}

.sidebar-dropdown {
    display: block;
    font-weight: normal;
    background-color: #E5DBD5;
    border-bottom: none;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    border-bottom: none;
    padding: 20px 0px 20px 20px;
}

.sidebar-dropdown a {
    font-size: 16px;
    line-height: 18px;
}

span.sidebar-font {
    display: block;
    font-size: 14px;
    border-bottom: none;
    line-height: 17px;
    color: #FAF9F9;
    font-weight: 300;
}

.side-footer-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #DEDAD3;
    background: #F7F2EA;
    border-bottom: 0px;
    padding: 0px 0px 10px 0px;
}
   
.side-tab.side-footer-links a:first-child {
    margin-top: 10px;
}

.side-tab.side-footer-links a:last-child {
    margin-bottom: 10px;
}

.side-footer-links a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    line-height: 10px;
    height: 20px;
}

.stsel {
    background-color: #d9d9d9;
}

.icon-right {
    right: -3px;
}

.col-arrow {
    height: 33px;
    width: 20px;
    padding: 3px 0 0 0;
    background-color: #F7F2EA;
    color: #fff;
    cursor: pointer;
    position: fixed;
    left: 250px;
    bottom: 30px;
    transition: 0.5s;
}

/**** Main Content ******/
.page-header.height-auto, .height-auto {
    height: auto;
}

.page-header {
    max-height : 250px;
    padding: 55px 30px 20px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e9e6e7;
}

.brdcrum, .brdcrum a {
    color: #867F82;
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.brdcrum, .brdcrum a:first-child {
    margin-left: 0px;
}

.brdcrum, .brdcrum a:active {
    margin-left: 5px;
}

.icon-brdcrum {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.page-header h1 {
    margin-bottom: 5px;
}

.page-content {
    height: 100%;
    margin: 30px;
    background-color: #fff;
    padding: 15px;
}

.page-body-sec-content {
    margin: 30px;
    background-color: #fff;
    padding: 15px;
}

.page-body-content {
    margin: 30px;
    padding: 15px;
}

.table, .mb-0 {
    margin-bottom: 0px;
}

.table thead th {
    background-color: #2F7370;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;

    em {
        color: #FFFFFF !important;
    }
}

.table tbody td {
    font-size: 14px;
    color: #867f82;
    line-height: 16px;
}

.table tbody td a {
    text-decoration: underline;
}

#ProgrammesClientSummary_wrapper .table tbody tr td:first-child > a {
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    display: block;
}

#programmeSearchResults_wrapper .table tbody tr td:nth-child(3) {
    word-break: break-all;
}

.table-bordered th, .table-bordered td {
    border: 0px;
}

.table-sm td {
    padding: 0.5rem;
}

.table-pagination {
    background-color: #7B9BD2;
    width: 100%;
    color: white;
    padding: 3px 12px 25px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

/***** Common ********/
.main-menu {
    cursor: pointer;
    margin-left: 1px;
}

    .main-menu .mm-active {
        background-color: #E5DBD5;
    }


.bg-white {
    background-color: white;
}

.bg-tranparent {
    background-color: transparent;
}

.popover {
    top: 46px !important;
    left: -15px !important;
    width: 200px !important;
    border-radius: 0px;
    border: 0px;
}

.bs-popover-bottom .arrow::after {
    border-bottom-color: #ddd;
}

.popover-content, .popover-body {
    background-color: #ddd;
}

.dis-none {
    display: none;
}

/**** margins  and paddings*****/
.mrg-0 {
    margin: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mrgright-5 {
    margin-right: 5px !important;
}

.mrgtop-30 {
    margin-top: 30px;
}

.mrg-top-5 {
    margin-top: 5px !important;
}

.mrg-top-10 {
    margin-top: 10px !important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mrg-btm-70 {
    margin-bottom: 70px;
}

.mrg-btm-13 {
    margin-bottom: 13px;
}

.mrg-btm-15 {
    margin-bottom: 15px;
}

.mrg-btm-10 {
    margin-bottom: 10px;
}

.mrg-btm-20 {
    margin-bottom: 20px;
}

.mrg-btm-25 {
    margin-bottom: 25px;
}

.mrg-btm-40 {
    margin-bottom: 40px;
}

.mrg-btm-15 {
    margin-bottom: 15px !important;
}

.mrg-top-20 {
    margin-top: 20px;
}

.mrg-top-10 {
    margin-top: 10px;
}

.mrg-top-minus-10 {
    margin-top: -10px !important;
}

.mrg-top-minus-15 {
    margin-top: -15px;
}

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-rg-10 {
    margin-right: 10px;
}

.mrg-rg-15 {
    margin-right: 15px;
}

.mrg-rg-5 {
    margin-right: 5px;
}

.mrg-l-8 {
    margin-left: 8px !important;
}

.mrg-l-10 {
    margin-left: 10px;
}

.mrg-l-15 {
    margin-left: 15px;
}

.mrg-l-20 {
    margin-left: 20px;
}

.ml-15m {
    margin-left: -15px;
}

.mrg-l-15 {
    margin-left: 15px;
}

.mt-minus-15 {
    margin-top: -15px;
}

.pad-0 {
    padding: 0 !important;
}

.pad-h-15 {
    padding: 0px 15px;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-l-8 {
    padding-left: 8px;
}

.pad-r-0 {
    padding-right: 0;
}

.pad-r-15 {
    padding-right: 15px;
}

.pad-r-20 {
    padding-right: 20px;
}

.pad-l-10 {
    padding-left: 10px !important;
}
.pad-l-15 {
    padding-left: 15px !important;
}
.pad-l-20 {
    padding-left: 20px !important;
}

.pad-l-30 {
    padding-left: 30px !important;
}

.pad-r-10 {
    padding-right: 10px !important;
}

.pad-l-5 {
    padding-left: 5px !important;
}

.pad-r-5 {
    padding-right: 5px !important;
}

.pad-b-15 {
    padding-bottom: 15px !important;
}

.pad-b-20 {
    padding-bottom: 20px !important;
}

.pad-b-40 {
    padding-bottom: 40px !important;
}

.pad-b-5 {
    padding-bottom: 5px !important;
}

.pad-t-15 {
    padding-top: 15px !important;
}

.pad-t-10 {
    padding-top: 10px !important;
}

/**************************** No Border ******************************/
.no-border {
    border: none !important;
}

.no-top-border {
    border-top: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.icon {
    width: 20px;
    height: 20px;
}

#icon-26 {
    width: 26px;
    height: 26px;
}

.icon-button {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.icon-imagebutton {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.icon-table {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

/*************** Place Holder **************/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aca7aa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aca7aa;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aca7aa;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aca7aa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aca7aa !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #aca7aa !important;
}


/************Tooltip styles - Abhishek *********/
.tooltipCommon {
    position: relative;
    display: inline-block;
}

.tooltiptextCommon {
    visibility: hidden;
    width: 240px;
    background-color: #7EE6E0;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    left: 50%;
    top: -90%;
    z-index: 1;
    padding: 10px;
    font-size: 10px;
}

.tooltipCommon:hover + .tooltiptextCommon {
    visibility: visible;
}

span.tooltiptextCommon:after {
    content: '';
    clear: both;
    position: absolute;
    bottom: -3px;
    width: 7px;
    height: 5px;
    background-color: black;
    left: 50%;
    transform: rotate(45deg);
}



/************ Group content styles - Abhishek *********/
.group-content {
    height: auto;
    margin: 0px 0px 0px 20px;
}

.group-content-part {
    margin: 30px 0px 30px 0px;
    background-color: white;
    padding: 15px;
    border: 1px solid #e9e6e7;
}

.group-content-part .col-12.header-row {
    padding: 0;
}

.group-content.row .col-8 {
    padding-left: 10px;
    padding-right: 30px;
}

.group-content-part .large-icon {
    width: 26px !important;
    height: 26px !important;
    margin-right: 0px !important;
}

.group-content-part p {
    margin-bottom: 11px;
}

.icon-button {
    cursor: pointer;
}

.right-content-sidebar {
    background-color: white;
    padding: 30px 21px;
    border-left: 1px solid #e9e6e7;
    overflow: hidden;
}

.viewteam-sidebar {
    height: calc(100vh - 150px);
}


/******************Navigation dropdown ********************/
.include-nav-dropdown {
    position: relative;
}

.nav-line {
    position: relative;
    color: #6B6B6B;
    z-index: 1;
    display: inline-block;
}

.navigation-dropdown {
    display: inline-block;
    position: relative;
    z-index: 1;
    bottom: -6px;
}

.navigation-dropdown ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation-dropdown li {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
}

.navigation-dropdown img.icon-button {
    float: right;
    margin-right: 0px !important;
    margin-top: 2px;
}

.navigation-dropdown li a {
    color: #6B6B6B;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    margin-right: 5px;
}

.navigation-dropdown li:hover {
    cursor: pointer;
}

.navigation-dropdown ul li .dropdown {
    border: 1px solid #D0D0D0;
}

.navigation-dropdown ul li ul {
    background: #FFFFFF;
    opacity: 0;
    min-width: 120px;
    position: absolute;
    left: 0;
    display: none;
    color: #ACA7AA;
}

.navigation-dropdown > ul > li > a {
    color: #867F82;
}

.navigation-dropdown ul > li.nav-open > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.show-dropdown {
    visibility: visible;
    opacity: 1 !important;
    display: block !important;
}

.navigation-dropdown ul li ul li {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #D0D0D0;
    padding: 0 5px 0 5px;
}

.navigation-dropdown ul li ul {
    display: none;
}

.navigation-dropdown:hover ul li ul {
    display: block;
}

.navigation-dropdown ul li ul li:last-child {
    border-bottom: 0;
}

.navigation-dropdown > ul > li ul > li > a {
    color: #ACA7AA;
    margin-right: 0;
}

.navigation-dropdown ul li ul li:hover {
    clear: both;
    width: 100%;
    padding: 0 5px 0 5px;
    background: #E9E9E9;
}

.navigation-dropdown .selected-item {
    background: #E9E9E9;
}

/************************* Checkbox ********************************/
.custom-chkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #4D4B4D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Hide the browser's default checkbox*/
.custom-chkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.chk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    border: 2px solid #2F7370;
    border-radius: 4px;
    background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.custom-chkbox input:checked ~ .chk-checkmark {
    background-color: #2F7370;
}

/* When the checkbox is disabled, add a grey background */
.custom-chkbox input:disabled ~ .chk-checkmark {
    background-color: #2F7370;
    opacity: 0.5;
}

/* When the checkbox is disabled, add a grey checkmark */
.custom-chkbox input:disabled ~ .chk-checkmark:after {
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
}

/* When the checkbox is disabled, add text color to label */
.custom-chkbox input:disabled {
    color: #ECECEC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-chkbox input:checked ~ .chk-checkmark:after {
    display: block;
}

.checkboxBorder input:checked {
    accent-color: #2F7370;
}

/* Style the checkmark/indicator */
.custom-chkbox .chk-checkmark:after {
    left: 4.5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Login screen error-info link*/
.error-info a {
    color: #e44747;
    font-size: 16px;
}

p.error-info {
    display: block;
}

p.error-info:empty {
    display: none;
}

.space-between-btn {
    margin-right: 10px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* Tabset implementation CSS*/
.tabs {
    margin: 20px auto 0 auto;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: inline-table;
    margin-right: 1px;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #DDDDDD;
    border: none;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding: 12px;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #000000;
    color: #FFFFFF;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: none;
}

.tab-contents {
    padding: 0;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

.tab-content-alignement {
    border: 1px solid #E6E6E6;
    padding: 15px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: 0px;
        margin-top: 0;
    }
}

/*  Popover  */
.button-popover {
    width: 545px;
    height: auto;
    background-color: #E4E4E4;
    border: 1px solid #C6C6C6;
    position: absolute;
    right: 45px;
    top: 275px !important;
    z-index: 3;
    padding: 15px;
    display: none;
}

.left-align-popover {
    left: 0;
    right: unset !important;
}

.btn.btn-primary.small-button {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 10px;
    height: auto;
}

.group-content-rhome {
    margin: 15px 30px 15px 30px;
}

.group-content-part-rhome {
    margin: 15px 0px 15px 0px;
    background-color: white;
    padding: 15px;
    border: 1px solid #e9e6e7;
}

.group-content-part-staging {
    margin: 0px 0px 15px 0px;
    background-color: white;
    padding: 15px;
    border: 1px solid #e9e6e7;
}

.form-inside-headers {
    color: #26062E;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 15px;
}

.form-radio-half {
    width: 50%;
    float: left;
}

/*************** System Admin Module ***********/
#DisplayList, .fluid-table-container {
    width: 100%;
}
    
#DisplayList > div > table tbody td {
    padding-left: 14px !important;
}

#DisplayList > table tbody td {
    padding-left: 14px !important;
}

table > thead {
    background-color: #ddd;
}

#DisplayList > ListingTable_wrapper > table > thead {
    background-color: #ddd;
}

#dataTables_scrollHeadInner {
    width: 100% !important;
}

#sortable1 li, #sortable2 li {
    cursor: pointer;
}

#PaymentTypeSortable1 li, #PaymentTypeSortable2 li {
    cursor: pointer;
}

.grey-box {
    background-color: #F8F8F8;
    margin: 0;
    padding: 15px 15px 0 15px;
}

.payment-type {
    width: 280px !important;
}

.payment-type.refine-search-popup {
    width: 520px !important;
}

/* Styles for applying background color on pagination block for admin tables */
table.dataTable {
    margin-bottom: 0px !important;
}

.dataTables_paginate.paging_numbers {
    background-color: #E9E6E7;
}

.dataTables_paginate.paging_numbers:after {
    display: block;
    clear: both;
    content: "";
}
/* End */

.paging_numbers > span {
    float: left;
}

.paging_numbers > span > a {
    margin-right: 0px;
    text-decoration: none;
    cursor: pointer;
    min-width: 28px;
    display: inline-block;
    text-align: center;
}

.paging_numbers > span > a.current {
    font-weight: normal;
    color: black;
}

.paging_numbers > span > a:current {
    font-weight: bold;
}

.group-content-part-sysAdminHome {
    margin: 15px 0px 15px 0px;
    background-color: white;
    padding: 15px;
    border: 1px solid #e9e6e7;
}

#userSearchPopUp {
    width: 500px !important;
}

.float-right .button-popover.rs-find-user {
    top: 30px !important;
}

#tblFindUser_wrapper.dataTables_wrapper.dt-bootstrap4.no-footer {
    width: 100%;
}

/***** Toatser style - start *****/
.toast.show {
    z-index: 999;
}
/***** Toatser style - end *****/

.row-no-margin {
    margin: 0;
    border-bottom: 1px solid #E8ECF3;
}

.row-no-margin.row-no-border {
    border: none;
}

.row-no-margin .td-row {
    height: auto;
    border-bottom: none;
}

.sub-header-text {
    color: #26062E;
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}


/** Start of Page loader css */
/* Absolute Center Spinner */
.page-loader {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.page-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.page-loader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.page-loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/** End of Page loader css */

#protitle a img {
    margin-left: 8px !important;
    margin-right: 0px !important;
    width: 26px !important;
    height: 26px !important;
}

/* below setting is used in multiple pages.*/
.header-row .float-right {
    position: relative;
}

.header-row .float-right > .button-popover {
    top: 35px !important;
    width: auto;
    right: 0;
    width: 100%;
}

.header-row .float-right > .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}

.float-right .showColored {
    background-color: #000000;
    color: #FFFFFF;
    outline: 1px solid #000000;
    outline-offset: 2px;
}

/* Custom checkbox styles */
.dataTables_wrapper input[type="checkbox"] {
    position: relative;
}

.dataTables_wrapper input[type="checkbox"]:before {
    content: "";
    left: 0;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    border: 2px solid #2F7370;
    background-color: #FFFFFF;
    display: block;
    color: #FFFFFF;
    border-radius: 4px;
}

.dataTables_wrapper input[type="checkbox"]:after {
    content: "";
    left: 6px;
    top: 1px;
    position: absolute;
    width: 8px;
    height: 14px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dataTables_wrapper input[type="checkbox"]:checked:before {
    background: #2F7370;
}
/** End */


.pad-t-10 {
    padding-top: 10px;
}

.pad-t-20 {
    padding-top: 20px;
}

.pad-b-30 {
    padding-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.pad-t-30 {
    padding-top: 30px;
}

#pass-rules > a.pass-req {
    color: #867f82;
    text-decoration: underline;
    cursor: pointer;
}

.mainleftbarsections {
    display: block;
    margin-bottom: 10px;
}

.side-tab-mis {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    height: 44px;
    padding: 0px 0px 14px 0px;
    height: calc(100% - 275px);
    overflow-x: hidden;
    overflow-y: auto;
}
.side-tab-mis::-webkit-scrollbar {
    background: transparent !important;
}
.side-tab-mis::-webkit-scrollbar-track {
    background: transparent !important;
}
.side-tab-mis::-webkit-scrollbar-thumb {
    border-color: #F7F2EA !important;
}

.side-tab-mis a {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}
.side-tab-mis > div {
    padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #DEDAD3;
}
.side-tab-active {
    background-color: #E5DBD5;
    /*To resolve another time, use this to add Background,
      but ensure the structure allows for it
      on bottom left bar (Sys Admin, Tools/Support, etc.)
    */
    color: #000000 !important;
    font-weight: bold;
}
.side-tab-mis .collapse {
    padding-top: 15px;
}
.side-tab-heading {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    color: #000000;
    height: 18px;
    display: block;
    padding-top: 23px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.int-comp-set {
    width: 150px;
    margin-bottom: 20px;
}

.pad-t-23 {
    padding-top: 23px;
}

.side-tab-link {
    padding: 5px 10px;
}

.side-tab-link a:hover {
    font-weight: bold;
}

.pad-t-15-first-side-tab-link > .side-tab-link:first-child {
    padding-top: 15px !important;
}

.side-tab-mis .int-comp-set {
    width: 100%;
    margin-bottom: 0px;
}

.side-tab-mis .side-tab-heading {
    line-height: 16px;
    padding-bottom: 4px;
    height: auto;
}

.side-section-border {
    width: 110%;
    border-bottom: 1px solid #DEDAD3;
    margin-left: -18px;
    margin-top: 15px;
}

.sidebar-back-color {
    padding-top: 10px;
}

/* Client Left bar css */
.navigation-dropdown.client-left-bar-drp > ul li ul {
    right: 0;
    left: auto;
}

.navigation-dropdown.client-left-bar-drp > ul > li > a,
.client-left-status .id-status {
    color: #000000;
}

#DisplayList1 {
    width: 100%;
    margin: 0 15px;
}

#DisplayList1 > div > table > thead {
    background-color: #ddd;
}

#DisplayList1 > div > table tbody td {
    padding-left: 14px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mrg-top-30 {
    margin-top: 30px;
}

#DisplayListTimeMonitor {
    width: 100%;
    margin: 0 15px;
}

#DisplayListTimeMonitor > div > table > thead {
    background-color: #ddd;
}

#DisplayListTimeMonitor > div > table tbody td {
    padding-left: 14px !important;
}

/* Ordered list with alphabate */
ol.alpha-bracket-list {
    counter-reset: list;
    margin: 0;
}

ol.alpha-bracket-list > li {
    list-style: none;
    position: relative;
}

ol.alpha-bracket-list > li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}
/** End */

/* more/less list stylesheet */
.term-list {
    padding-left: 0px;
}

.term-list li.more {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #867F82;
    list-style: none;
    text-decoration: underline;
    width: 40px;
    cursor: pointer;
}

.term-list li.more.less {
    width: 30px;
}

.term-list li:hover {
    background-color: transparent;
}

.hidden-list-item {
    display: none !important;
}
/* End */

/** Drag n Drop Stylesheet */
.draggingElem {
    width: 300px;
    padding: 8px;
    border: 2px solid #fff;
    background-color: #00A3CB;
    color: #fff;
    pointer-events: none;
    list-style-type: none;
}
/** End */

/*Sys Admin header button */
.admin-header-btn {
    position: relative;
    bottom: 20px;
}

.frm-chk-fontcolor {
    color: #4d4b4d;
}

.form-group.last-field {
    margin-bottom: 0px;
}

.office-txt {
    margin-top: 15px;
    color: #4D4B4D;
    margin-bottom: 5px;
}

.red-border {
    border: 1px solid red;
}

.typehead-reset-btn {
    float: right;
    padding: 2px 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #aca7aa;
}

.typehead-reset-btn:hover {
    text-decoration: none;
    color: #aca7aa;
}

optgroup:hover {
    color: none;
}

/** Table Alignment in admin*/
.container-fluid.dt-table-container {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid.dt-table-container #DisplayList {
    margin: 0px;
}
/** End */

/* Start - to hide jquery UI datepicker */
table.ui-datepicker-calendar, .ui-datepicker {
    display: none !important;
}

.hds-no-record-p-text {
    font-size: 14px;
    line-height: 14px;
    padding-top: 4px;
}
/* End */

/** Total Claim Summary report - lazy loading css*/
.dynamic-tables {
    margin-bottom: 150px;
}

.download-block {
    position: fixed;
    bottom: 0;
    width: calc(100% - 310px);
    background: #ffffff;
    margin: 4px 30px;
    padding: 10px 15px 5px 15px;
    border: 2px solid #000000;
    -webkit-box-shadow: -1px -18px 0px 0px rgba(44, 243, 243, 1);
    -moz-box-shadow: -1px -18px 0px 0px rgba(244,243,243,1);
    box-shadow: -1px -18px 0px 0px rgb(244, 243, 243);
    z-index: 10;
}

.download-block.hide-left-menus {
    width: calc(100% - 70px);
}

.show-summery-table.collapsed .arrow-up {
    display: none;
}

.show-summery-table.collapsed .arrow-down {
    display: inline-block;
}

.show-summery-table .arrow-down {
    display: none;
}

.show-summery-table .arrow-up {
    display: inline-block;
}

.vxsm-column {
    min-width: 30px !important;
    max-width: 30px !important;
}

.xxxsm-column {
    min-width: 50px !important;
    max-width: 50px !important;
}

.xxsm-column {
    min-width: 60px !important;
    max-width: 60px !important;
}

.xssm-column {
    min-width: 70px !important;
    max-width: 70px !important;
}

.date-column, .xsm-column {
    min-width: 90px !important;
    max-width: 90px !important;
}

.sm-column {
    min-width: 100px !important;
    max-width: 100px !important;
}

.md-column {
    min-width: 120px !important;
    max-width: 120px !important;
}

.lg-column {
    min-width: 140px !important;
    max-width: 140px !important;
}

.xlg-column {
    min-width: 160px !important;
    max-width: 160px !important;
}

.xxlg-column {
    min-width: 170px !important;
    max-width: 170px !important;
}

.width-220 {
    min-width: 220px !important;
    max-width: 220px !important;
}

.desc-column {
    min-width: 300px !important;
    max-width: 300px !important;
}

.width-340 {
    min-width: 340px !important;
    max-width: 340px !important;
}

.lg-desc-column {
    min-width: 420px !important;
    max-width: 420px !important;
}

.table-static-width .dataTables_scrollHead,
.table-static-width .dataTables_scrollBody,
.table-static-width .dataTables_scrollFoot {
    width: 100% !important;
}

.table-static-width .dataTables_wrapper tfoot tr td {
    padding: 10px 18px 10px 0px !important;
}

.word-break {
    word-break: break-word;
}

.word-break-all {
    word-break: break-all;
}

.table-td-pad-8 tbody tr td {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.radio-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

input[type="radio"]:checked {
    accent-color: #2F7370;
}

input[type="checkbox"]:checked {
    accent-color: #2F7370;
}

.mightOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-readonly .select2-selection {
    background: #e9ecef !important;
    pointer-events: none;
    opacity: 1;
}

.select2-readonly .select2-selection__clear {
    background: transparent !important;
}

.input-realonly {
    background: #ececec !important;
    pointer-events: none;
    opacity: 0.5;
}

.input-realonly + .input-group-addon {
    pointer-events: none;
    opacity: 0.5;
}

.overflow-scroll {
    overflow-y: scroll;
}

.UOR-resent-error-msg {
    line-height: 18px;
    position: absolute;
    top: -38px;
    left: 0;
    margin: 0px !important;
}

.sys-admin-error-code-ul {
    margin: 0px;
    padding: 0px 0px 0px 14px;
}

.sys-admin-error-code-ul li:hover {
    background: transparent;
}

.not-renewable .dt-checkboxes-cell {
    pointer-events: none;
    cursor: default;
}

.not-renewable .dt-checkboxes-cell > .dt-checkboxes {
    display: none;
    pointer-events: none;
    cursor: default;
}

.total-receipt {
    float: right;
    color: #333;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    min-width: 485px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar {
    width: 5px;
}

.h-scroll-section {
    max-width: 1900px; 
    min-width: 988px;
    max-height: 650px; 
    overflow: hidden; 
    overflow-x: auto; 
    overflow-y: auto;
}

.h-scroll-section .table-bordered tbody tr:nth-of-type(odd) {
    background-color: #F8F8F8 !important;
}

.h-scroll-section .table-bordered td {
    padding: 0.5rem;
}

.h-scroll-section .table thead th {
    border-bottom: none;
}

.h-scroll-section .table .separator {
    border-right: 2px solid #fff;
}

.h-scroll-section .min-w-col {
    min-width: 230px;
}

.h-scroll-section::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.h-scroll-section::-webkit-scrollbar-thumb {
    background: #888;
}

.h-scroll-section::-webkit-scrollbar {
    height: 10px;
    width: 10px;   
}

.accordian-section .card {
    border: 1px solid #47B6D7;
}

.country-dd .select2-container {
    width: 340px !important;
}

.country-dd .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 26px;
}

.currency-dd .select2-container {
    width: 135px !important;
}

/* custom checkbox dropdown styling */
.checkbox-dd {
	 position: relative;
}

.checkbox-dd .custom-chkbox {
    padding: 0px 6px 6px 24px;
}

 .checkbox-dd .dropdown-list {
	 padding: 6px;
	 background: #fff;
	 position: absolute;
	 top: 40px;
	 left: 0;
	 right: 0;
	 border: 1px solid rgba(0, 0, 0, .2);
	 max-height: 223px;
	 overflow-y: auto;
	 background: #fff;
	 display: none;
	 z-index: 10;
}
 .checkbox-dd .checkbox {
	 opacity: 0;
	 transition: opacity 0.2s;
}
 .checkbox-dd .dropdown-label {
	 display: block;
	 height: 40px;
	 line-height: 37px;
	 background: #fff;
	 border: 1px solid rgba(0, 0, 0, .2);
	 padding: 0 40px 0 10px;
	 cursor: pointer;
	 position: relative;
     overflow: hidden;
}
 .checkbox-dd .dropdown-label:before {
	 content: '▼';
	 position: absolute;
	 right: 20px;
	 top: 50%;
	 transform: translateY(-50%);
	 transition: transform 0.25s;
	 transform-origin: center center;
     font-size: 9px;
     color: #888;
}
 .checkbox-dd.open .dropdown-list {
	 display: block;
}
 .checkbox-dd.open .checkbox {
	 transition: 2s opacity 2s;
	 opacity: 1;
}
 .checkbox-dd.open .dropdown-label:before {
	 transform: translateY(-50%) rotate(-180deg);
}

.rrItemSection{
    display: none;
    margin-top: 20px;
}
/* end */

.frmAddNewReferral textarea {
    resize: none;
}

.frmAddNewReferral .custom-file .custom-file-label::after {
    padding-left: 20px;
}

h-50 {
    height: 50px !important;
}

.h-100 {
    height: 100px !important;
}

.h-150 {
    height: 150px !important;
}

.h-200 {
    height: 200px !important;
}

.h-250 {
    height: 250px !important;
}

/* S: Blue button file upload style */
.blue-custom-file {
    width: 100px;
    height: 40px;
}

.blue-custom-file .custom-file-input:lang(en)~.custom-file-label::after {
    content: "UPLOAD";
}

.blue-custom-file .form-control:disabled {
    opacity: 0;
}

.blue-custom-file .custom-file-input:disabled~.custom-file-label::after {
    background-color: #aca7aa;
    color: #E4E4E4;
}

.blue-custom-file .custom-file-label {
    right: inherit;
    text-overflow: inherit;
    left: inherit;
    width: 100px;
}

.blue-custom-file file-label::after {
    content: "UPLOAD";
}

.blue-custom-file .custom-file-label::after {
    padding: 11px 20px 11px 21px;
    right: inherit;
    background-color: #01a3cb;
}
/* E: */

.max-300 {
    max-width: 300px;
    width: 300px;
}

.listView {
    font-size: 14px;
    color: #4d4b4d;
    padding: 0 0 0 20px;
}

.select2-width .select2-container {
    width: 100% !important;
}

.font-14 {
    font-size: 14px !important;
}

.border-table {
    min-height: 37px;
}

.border-table td {
    border: 1px solid #dee2e6;
    min-height: 36px;
    height: 36px;
}

.btn-close {
    padding: 2px 5px;
    font-size: 16px;
    line-height: 18px;
    color: #8A8386;
    text-transform: uppercase;
    border-radius: 0px;
    height: 30px;
    border: 0px;
    margin-top: 10px;
    outline: none;
    background: none;
}

button.btn-close:focus {
    outline: none;
}

.referral-link {
    color: #649DFF;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 0.5px;
    font-weight: bold;
}

/* For aligning  status dropdown in straight line */
.navigation-dropdown {
    position: absolute;
    bottom: auto;
}

/* For alignning Programme summary buttons Renew Programme and Property Exposure*/
.float-right-button{
    position: absolute;
    right: 10px;
    bottom: 15px;
}
/* for GI-156 */
#frmAddNewReferral #collapseThree .country-dd .select2-container {
    width: 200px !important;
}
#frmAddNewReferral #collapseThree .program-dd .select2-container {
    width: 300px !important;
}
#frmAddNewReferral #collapseThree{
    overflow:hidden;
}
#frmAddNewReferral #collapseThree .h-scroll-section{
    min-width:inherit !important;
}
.select2-container--default.required {
    border: 1px solid red;
}

/*Coverageform Styles starts*/

.coverageform-content .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

.coverageform-content .nav-tabs {
            border-bottom: 1px solid #ddd;
        }

 .coverageform-content .nav-tabs > li {
                float: left;
                margin-bottom: -1px;
            }

 .coverageform-content .nav-tabs > li > a {
                    margin-right: 2px;
                    line-height: 1.42857143;
                    border: 1px solid transparent;
                    border-radius: 4px 4px 0 0;
                }

.coverageform-content .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

.coverageform-content .addwordindsrows,.coverageform-content .Editwordings {
            margin-top: 10px !important;
        }
 .coverageform-content .covtitileelipse,.coverageform-content .covdescelipse {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.coverageform-content .covtitileelipse {
            width: 300px;
        }

.coverageform-content .covdescelipse {
    width: 490px;
}
/*Coverageform Styles end*/

/*Instruction Pie Chart CSS Style*/
.pie_Circle {
    width: 26px;
    height: 26px;
    background: #B8AEC3;
    position:relative;
    border-radius:50%;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor:pointer;
}

.pie_Circle:before {
    --c: #263D3C;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
}

.pie_Circle_red {
    background: #D11A1A !important;
}

    .pie_Circle_red:before {
        --c: #D9D9D9 !important;
    }

.pie_Circle_yellow {
    background: #FFD000 !important;
}

    .pie_Circle_yellow:before {
        --c: #D9D9D9 !important;
    }
.pie_25 {
	--p:25;
}
.pie_50 {
	--p:50;
}
.pie_75 {
	--p:75;
}
.pie_33 {
	--p:33;
}
.pie_66 {
	--p:66;
}
.pie_100 {
	--p:100;
}
/*Instruction Pie Chart CSS Style End*/

.cursor-pointer {
    cursor: pointer;
}
