
.container {
    width: 95%;
}

.alert[class*=alert-styled-]:after, .ui-pnotify[class*=alert-styled-] > .alert:after {
    content: '' !important;
}

.selected {
    background-color: #80A4CD;
}

.notify_container {
    margin-bottom: 5px;
}

.selectedemployee {
    background-color: #80A4CD;
}

.litabs {
    display: inline;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0px;
    cursor: pointer;
}

.btn-labeled.btn-xs {
    padding-left: 36px !important;
}

.app-btn-primary {
    border: none;
    background: var(--secondary-color) !important;
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 27px;
    color: #fff;
}

.table.dataTable tbody tr.selected {
    background-color: #fff;
}

table.dataTable thead th {
    border-bottom: 1px solid #ddd !important;
    color: #52565a !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.btn-labeled > b {
    background: none !important;
}

.modal-heading {
    color: #4f4f4f;
}

.pagination > .active > a {
    background-color: #071d49 !important;
    border-color: #071d49 !important;
}

    .pagination > .active > a:hover {
        color: #fff !important;
    }

#tabs li.active {
    background-color: #80A4CD;
}

.divboxleft {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding-top: 10px;
}

.divboxright {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding-top: 10px;
}

.divboxrow {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding-top: 10px;
}

.panel-heading {
    padding-bottom: 8px;
    padding-top: 8px;
}

.panel-title {
    color: #fff !important;
}

.staticlabel {
    padding: 5px;
    margin-bottom: 0px;
}

.staticlabelcontent {
    padding: 5px 10px;
    margin-bottom: 0px;
}

.statictextcontent {
    padding: 2px 2px;
    margin-bottom: 0px;
}

.staticradiocontent {
    margin-bottom: 0px;
}

.staticselectcontent {
    padding: 2px 2px;
    margin-bottom: 0px;
    height: 26px;
}

#ngdatepickerdate {
    padding: 2px 2px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    height: 26px;
}


#ngdatepickermonth {
    padding: 2px 2px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    height: 26px;
}

.selectedRow {
    background: #FC6C2114 !important;
}

#ngdatepickeryear {
    padding: 2px 2px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    height: 26px;
}

.form-group {
    margin-bottom: 20px;
    /*border-bottom: 1.5px dotted #7D7D7D;*/
}

.last {
    margin-bottom: 0px;
    border-bottom: none;
}

.divbox {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.divspace {
    margin-right: 0px;
}

.input-xs {
    height: 25px;
}

.customtableeffect {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.selecttableeffectactive {
    background-color: #FCF5CF;
    color: #185494;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    cursor: pointer;
}


.selecttableeffect:hover {
    background-color: rgba(0,0,0,0.15);
    color: #185494;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    cursor: pointer;
}


.nav-tabs > li {
    margin-left: 3px;
}

    .nav-tabs > li:first-child {
        margin-left: 0px;
    }


.columnresize {
    padding: 0px;
    margin: 0px;
}

.main-header h5 {
    margin: 4px 0px;
    display: inline-block;
    color: #071d49;
    font-size: 20px;
    font-weight: 600!important;
}
/*.panel-body {
    padding: 10px;
}
.content-header .panel-body {
    background: #eeeeef;
}
#header {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    background-color: white;
}
*/
.nav-tabs {
    margin-bottom: 0px;
    border: none !important;
    margin-left: -2px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: var(--secondary-color);
        color: #fff;
        border: none;
    }

.footer-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    margin-bottom: 5px;
}

    .footer-menu li {
        display: inline;
        padding: 0;
        margin: 0;
    }

        .footer-menu li a {
            margin: 5px;
            color: #ffffff;
        }

        .footer-menu li:before {
            content: "| ";
        }

        .footer-menu li:first-child:before {
            content: "";
        }

    * html .footer-menu li {
        border-left: 1px solid black;
        padding: 0 0.5em 0 0.5em;
        margin: 0 0.5em 0 -0.5em;
    }

* html .footer-menu {
    height: 1%;
}

    * html .footer-menu li {
        display: block;
        float: left;
    }

        * html .footer-menu li:first-child {
            border-left: 0;
        }

.footer-social {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}

    .footer-social li {
        display: inline;
        padding: 0;
        margin: 0;
    }

        .footer-social li a {
            margin: 5px;
            color: #ffffff;
        }

            .footer-social li a i {
                font-size: 22px;
            }

    * html .footer-social li {
        border-left: 1px solid black;
        padding: 0 0.5em 0 0.5em;
        margin: 0 0.5em 0 -0.5em;
    }

* html .footer-social {
    height: 1%;
}

    * html .footer-social li {
        display: block;
        float: left;
    }

        * html .footer-social li:first-child {
            border-left: 0;
        }

body {
    /*padding-top: 185px;*/
    font-family: 'Work Sans', sans-serif;
    position: relative;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
}

.header_top {
    background: none repeat scroll 0 0 #F7CB18;
}

.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    color: #696763;
    font-family: 'Roboto', sans-serif;
}

    .contactinfo ul li a:hover {
        background: inherit;
    }

.login ul li a {
    border: 0 none;
    border-radius: 0;
    color: #696763;
    padding: 0px;
}

.login .dropdown-menu {
    padding: 5px;
}

.login ul li a i {
    padding: 11px 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

    .login ul li a i:hover {
        color: #000000;
        transition: all 0.9s ease 0s;
        -moz-transition: all 0.9s ease 0s;
        -webkit-transition: all 0.9s ease 0s;
        -o-transition: all 0.9s ease 0s;
    }

.social-icons ul li a {
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    padding: 0px;
}

.social-icons ul li {
    display: inline-block;
}

    .social-icons ul li a i {
        padding: 11px 15px;
        transition: all 0.9s ease 0s;
        -moz-transition: all 0.9s ease 0s;
        -webkit-transition: all 0.9s ease 0s;
        -o-transition: all 0.9s ease 0s;
    }

        .social-icons ul li a i:hover {
            color: #fff;
            transition: all 0.9s ease 0s;
            -moz-transition: all 0.9s ease 0s;
            -webkit-transition: all 0.9s ease 0s;
            -o-transition: all 0.9s ease 0s;
        }

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .header-middle .container .row .col-sm-4 {
        padding-left: 0;
    }

    .header-middle .container .row .col-sm-8 {
        padding-right: 0;
    }

.usa {
    border-radius: 0;
    color: #B4B1AB;
    font-size: 12px;
    margin-right: 20px;
    padding: 2px 15px;
    margin-top: 10px;
}

    .usa:hover {
        background: #185494;
        color: #fff;
        border-color: #185494;
    }

    .usa:active, .usa.active {
        background: none repeat scroll 0 0 #185494;
        box-shadow: inherit;
        outline: 0 none;
    }

.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}

/*.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color: #185494;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}*/

.shop-menu ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

    .shop-menu ul li:last-child {
        padding-right: 0;
    }

    .shop-menu ul li a {
        background: #FFFFFF;
        color: #696763;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding: 0;
        padding-right: 0;
        margin-top: 10px;
    }

        .shop-menu ul li a i {
            margin-right: 3px;
        }

        .shop-menu ul li a:hover {
            color: #185494;
            background: #fff;
        }

.header-bottom {
    padding-bottom: 30px;
    padding-top: 30px;
}

.navbar-collapse.collapse {
    padding-left: 0;
}

.mainmenu ul li {
    padding-right: 15px;
    padding-left: 15px;
}

    .mainmenu ul li:first-child {
        padding-left: 0px;
    }

    .mainmenu ul li a {
        color: #696763;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        font-weight: 300;
        padding: 0;
        padding-bottom: 10px;
    }

        .mainmenu ul li a:hover, .mainmenu ul li a.active, .shop-menu ul li a.active {
            background: none;
            color: #fdb45e;
        }

.search_box input {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-family: 'roboto';
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 155px;
    background-image: url(../images/home/searchicon.png);
    background-repeat: no-repeat;
    background-position: 130px;
}

/*  Dropdown menu*/

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav > li:hover > ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.dropdown ul.sub-menu li .active {
    color: #FDB45E;
    padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
}

    .navbar-nav li ul.sub-menu li:last-child {
        padding-bottom: 20px;
    }

    .navbar-nav li ul.sub-menu li a {
        color: #fff;
    }

        .navbar-nav li ul.sub-menu li a:hover {
            color: #FDB45E;
        }

.fa-angle-down {
    padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*************************
*******Footer CSS******
**************************/



/*
.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}

.companyinfo {
    margin-top: 57px;
}

    .companyinfo h2 {
        color: #B4B1AB;
        font-family: abel;
        font-size: 27px;
        text-transform: uppercase;
    }

        .companyinfo h2 span {
            color: #185494;
        }

    .companyinfo p {
        color: #B3B3AD;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 300;
    }

.footer-top .col-sm-3 {
    overflow: hidden;
}*/

.video-gallery {
    margin-top: 57px;
    position: inherit;
}

    .video-gallery a img {
        height: 100%;
        width: 100%;
    }

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: #185494;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

    .overlay-icon i {
        position: relative;
        top: 50%;
        margin-top: -20px;
    }

.video-gallery a:hover .overlay-icon {
    opacity: 1;
}

.video-gallery p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.video-gallery h2 {
    color: #8c8c88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
}

.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

    .address img {
        width: 100%;
    }

    .address p {
        color: #666663;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        left: 25px;
        position: absolute;
        top: 50px;
    }

.footer-widget {
    background-color: #020E29;
    color: white;
}

    .footer-widget .container {
        padding-top: 15px;
    }

.single-widget h2 {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

    .single-widget h2 i {
        margin-right: 15px;
    }

.single-widget ul li a {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

    .single-widget ul li a i {
        margin-right: 18px;
    }

    .single-widget ul li a:hover {
        background: none;
        color: #185494;
    }

.searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
}

.searchform button {
    background: #185494;
    border: medium none;
    border-radius: 0;
    margin-left: -5px;
    margin-top: -3px;
    padding: 7px 17px;
}

    .searchform button i {
        color: #FFFFFF;
        font-size: 20px;
    }

    .searchform button:hover,
    .searchform button:focus {
        background-color: #185494;
    }

.searchform p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
}

.footer-bottom {
    background: #020E29;
    padding-top: 10px;
}

    .footer-bottom p {
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-left: 15px;
        margin-bottom: 15px;
    }

        .footer-bottom p span a {
            color: #185494;
            font-style: italic;
            text-decoration: underline;
        }

.panel-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    padding-top: 8px;
    background: #071d49 !important;
    border: none !important;
}

.content-table thead {
    color: #071d49;
}

.panel-title {
    color: steelblue;
}

.panel {
    border: none !important;
}

.emplitabs {
    display: inline;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0px;
    cursor: pointer;
}

#AddEmployeetabs li.active {
    background-color: #80A4CD;
}

#empmainView {
    border: 1px solid #ddd;
    clear: both;
    padding: 0 1em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#mainView {
    clear: both;
    padding: 0x 0;
    padding-bottom: 20px;
    /*background-color: #fff;*/
}

.btn-disabled {
    background: #ebebe4 !important;
    cursor: not-allowed;
}

.pane {
    background: #eae9e9;
}

.p-0 {
    padding: 0px;
}

.pane-vScroll {
    background: #eae9e9 !important;
}

#divCurrentTab {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#currentAccountTab {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#map {
    height: 500px;
    box-shadow: 3px 3px 10px gray;
    margin-bottom: 30px;
    margin-top: 20px;
}

.ta-editor {
    overflow: scroll;
    overflow-x: scroll;
    min-height: 81px;
}

.ngdialog.dialogwidth800 .ngdialog-content {
    width: 700px;
    height: 300px;
}

.ngdialog.dialogwidth100height100 .ngdialog-content {
    width: 90%;
    height: 55%;
}


/* tree control */
.tree {
    padding-left: 9px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

    .tree:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: -20px;
        bottom: 0px;
        left: 0;
        border-width: 0 0 0 1px;
        z-index: 1;
    }

    .tree .tree-folder {
        width: auto;
        min-height: 25px;
    }


        .tree .tree-folder .tree-folder-header {
            position: relative;
            padding: 10px 8px !important;
            line-height: 16px;
            cursor: pointer;
            margin-bottom: 3px !important;
            border-radius: 4px;
        }

            .tree .tree-folder .tree-folder-header:hover,
            .tree .tree-folder .tree-folder-header:focus,
            .tree .tree-item:hover,
            .tree .tree-item:focus {
                background-color: #F0F7FC;
                outline: none;
            }

            .tree .tree-folder .tree-folder-header .tree-folder-name,
            .tree .tree-item .tree-item-name {
                display: inline;
                z-index: 2;
            }

            .tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child,
            .tree .tree-item > [class*="icon-"]:first-child {
                display: inline-block;
                position: relative;
                z-index: 2;
                line-height: 16px !important;
                /* top: -1px; */
                color: #80a6cd;
            }

            .tree .tree-folder .tree-folder-header .tree-folder-name {
                margin-left: -8px;
                font-size: 14px;
                color: #071d49;
                font-weight: 600;
                text-transform: uppercase;
            }

        .tree .tree-folder:last-child:after {
            display: inline-block;
            content: "";
            position: absolute;
            z-index: 1;
            top: 15px;
            bottom: 0;
            left: -15px;
        }

        .tree .tree-folder .tree-folder-content {
            margin-left: 23px;
            position: relative;
        }

            .tree .tree-folder .tree-folder-content:before {
                display: inline-block;
                content: "";
                position: absolute;
                z-index: 1;
                top: 0px;
                bottom: 0px;
                left: -10px;
                border: solid 1px #A4D6ED;
                border-width: 0 0 0 1px;
            }

    .tree .tree-item {
        position: relative;
        padding: 8px 8px !important;
        line-height: 20px;
        cursor: pointer;
        border-radius: 4px;
    }

        .tree .tree-item .tree-item-name {
            margin-left: 3px;
            font-size: 14px;
            color: #071d49;
        }

            .tree .tree-item .tree-item-name > [class*="icon-"]:first-child {
                margin-right: 3px;
                color: #555;
            }

        .tree .tree-item > [class*="icon-"]:first-child {
            margin-top: -1px;
        }

    .tree .tree-folder,
    .tree .tree-item {
        position: relative;
    }

        .tree .tree-folder:before,
        .tree .tree-item:before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 14px;
            left: -13px;
            width: 18px;
            height: 0;
            z-index: 1;
        }

    .tree .tree-selected {
        background-color: rgba(98, 168, 209, 0.1);
        color: #6398B0;
    }

        .tree .tree-selected:hover {
            background-color: rgba(98, 168, 209, 0.1);
        }

    .tree .tree-item,
    .tree .tree-folder .tree-folder-header {
        margin: 0;
        color: #4D6878;
        display: block;
        text-decoration: none;
    }

        /*.tree .tree-item.selected,
        .tree .tree-folder .tree-folder-header.selected {
            border-color: #62a8d1;
            background-color: #F0F7FC;
        }
            */
        .tree .tree-item:hover,
        .tree .tree-item.selected:focus,
        .tree .tree-folder .tree-folder-header:hover,
        .tree .tree-folder .tree-folder-header:focus {
            text-decoration: none;
        }

        .tree .tree-item > [class*="icon-"]:first-child {
            /* color: #F9E8CE; */
            color: #80a6cd;
            width: 13px;
            height: 13px;
            line-height: 13px;
            font-size: 11px;
            text-align: center;
            border-radius: 3px;
            background-color: #FAFAFA;
            border: 1px solid #CCC;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

    .tree .tree-selected > [class*="icon-"]:first-child {
        background-color: #F9A021;
        border-color: #F9A021;
        color: #FFF;
    }

    .tree .icon-plus[class*="icon-"]:first-child,
    .tree .icon-minus[class*="icon-"]:first-child {
        border: 1px solid #DDD;
        vertical-align: middle;
        height: 11px;
        width: 11px;
        text-align: center;
        border: 1px solid #8BAEBF;
        line-height: 10px;
        background-color: #FFF;
        position: relative;
        z-index: 1;
    }

        .tree .icon-plus[class*="icon-"]:first-child:before {
            display: block;
            content: "+";
            font-family: "Open Sans";
            font-size: 16px;
            position: relative;
            z-index: 1;
        }

        .tree .icon-minus[class*="icon-"]:first-child:before {
            content: "";
            display: block;
            width: 7px;
            height: 0;
            border-top: 1px solid #4D6878;
            position: absolute;
            top: 5px;
            left: 2px;
        }

    .tree .tree-unselectable .tree-item > [class*="icon-"]:first-child {
        color: #5084A0;
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 10px;
        text-align: center;
        border-radius: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .tree [class*="icon-"][class*="-down"] {
        transform: rotate(-45deg);
    }

    .tree .icon-spin {
        height: auto;
    }

    .tree .tree-loading {
        margin-left: 36px;
    }

    .tree img {
        display: inline;
        veritcal-align: middle;
    }

.tree {
    padding-left: 22px;
}

    .tree:before {
        margin-left: 9px;
    }

    .tree .tree-item {
        /* padding: 5px 10px; */
    }

    .tree .tree-folder {
        /* padding: 0 2px; */
    }

        .tree .tree-folder:before, .tree .tree-item:before {
            width: 12px;
        }

        .tree .tree-item, .tree .tree-folder .tree-folder-header {
            text-wrap: none;
            white-space: nowrap;
            background-color: #fff;
            margin-bottom: 3px;
        }

    .tree .input-append {
        position: relative;
        top: -2px;
    }

    .tree input {
        font-size: 13px;
        padding: 1px 6px;
        margin: 0;
    }

        .tree input.edit {
            position: relative;
            top: -2px;
        }

    .tree .edit-pane {
        margin-left: 4px;
    }

        .tree .edit-pane > span > i {
            margin-left: 7px;
        }

.folder-separator {
    margin-left: 4px;
    margin-right: 4px;
}

.tree-view-wrapper {
    float: left;
}

.tree-view-wrapper2 {
    border: 1px solid #ddd;
    padding: 5px;
    overflow-x: auto;
}


.tree-view2 {
    display: inline-block;
}

.tree-folder-header.editing {
    background-color: #f0f7fc !important;
}

.blue {
    color: #478fca !important;
}

.orange {
    color: #ff892a !important;
}

.breadcrumb li.active {
    background-color: transparent !important;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.split p {
    padding: 20px;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-horizontal {
        background-image: url('icons/grips/vertical.png');
        cursor: ew-resize;
    }

    .split.split-horizontal, .gutter.gutter-horizontal {
        height: 100%;
        float: left;
    }

.dataTables_filter {
    display: none !important;
}

.bgaboutus {
    background: url("../images/aboutus.jpg");
    background-position: -20px;
}

.bgcontactus {
    background: url("../images/contactus.png");
}

.aboutus-content {
    background: url("../images/white-bg.png");
}

#policyPeriodListTable tbody .ng-table-group {
    background-color: #52565a;
}

.ng-table-group td a {
    color: white;
}

#policyPeriodListTable thead th {
    padding: 10px;
}

.selectedtable {
    background-color: #fcf5cf !important;
}

#policyPeriodListTable tbody tr {
    background-color: #fff;
}

    #policyPeriodListTable tbody tr:hover, #policyPeriodListTable tbody tr.selectedtable {
        background-color: #f8f8f8 !important;
    }

    #policyPeriodListTable tbody tr td {
        border: none;
        border-bottom: 1px solid #eee;
    }

.table > thead > tr > th {
    background-color: #eeeeef;
    font-weight: normal;
    text-align: center;
  /*      position: relative;
    z-index: 0;*/
}

.table > thead > tr > td {
    background-color: #ffffff;
}

.bg-custom {
    background-color: #071d49;
    border-color: #071d49;
    color: #FFFFFF;
}

.bg-dialog {
    background-color: #fff;
}

.btn-close:focus {
    box-shadow: none;
}

#policyTable tbody tr {
    cursor: pointer;
}


.required label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.requiredvalid {
    border-color: red;
}

.requirecustomselect {
    border-color: red !important;
}

.menu-top {
    background-color: #071d49;
    border-color: #071d49;
    padding-left: 20px;
    padding-right: 20px;
}

    .menu-top .navbar-collapse .navbar-text .label a {
        color: #fff !important;
    }

.topmenutext li.dropdown a {
    color: #fff;
}

.topmenutext .dropdown .dropdown-menu li a {
    color: #071d49 !important;
}

body {
    background-color: #fafafa !important;
}

.topmenutext .header a {
    color: #fff !important;
}

.main-heading {
    margin: 0px 0px;
    display: inline-block;
    color: #071d48;
    font-size: 24px;
    font-weight: 700;
}

.navbar-text {
    text-align: left;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.menu-bottom {
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    padding-left: 20px;
    /*padding-right: 20px;*/
}

.navbar-inverse {
    background-color: none;
    border-color: none;
}

.navbar {
    border-width: 0px 0;
}


.mainmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0px;
    /*background-color: #FCF5CF;*/
}

.logo-img {
    padding: 10px 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mainmenu > li {
    text-align: center;
    margin: 4px 1px;
    width: 87px;
    border-radius: 6px;
}

    .mainmenu > li.active-item {
        background-color: #80808040;
    }

span.menutext {
    font-size: 12px;
}

.mainmenu > li > a {
    padding: 10px 0px;
    color: #fff !important;
    line-height: 1.2;
}

    .mainmenu > li > a > span > img {
        max-width: 60%;
    }

.navbar-brand {
    line-height: 100%;
    height: 100%;
    width: 100%;
}

    .navbar-brand > img {
        margin-top: 5px;
        width: 80%;
        margin-left: 10px;
        /*height: 100%;
        width: 100%;*/
    }


.mainmenu > li:hover, .mainmenu > li:focus {
    background-color: var(--secondary-color);
    cursor: pointer;
}

.IsReadClass {
    background-color: #fff !important;
}

.mainmenu > li > a:hover, .mainmenu > li > a:focus {
    background-color: transparent !important;
}

.header-svg {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
}

    .header-svg path {
        fill: #071d49;
    }

.mainmenu > li a .menutext {
    color: #071d49;
}

.mainmenu > li:hover .header-svg path, .mainmenu > li:focus .header-svg path {
    fill: #fff;
}

.mainmenu > li:hover a .menutext, .mainmenu > li:focus a .menutext {
    color: #fff;
}

.mobilemenuicon {
    margin-top: 4%;
    color: #ccc;
    margin-right: 25px;
    background-color: #ccc;
}




.groupname {
    line-height: 7;
    text-align: left;
    /*width: 63%;*/
    width: 50%;
    margin: auto;
}

    .groupname > span {
        font-size: 1.5vmax;
        color: #52565a;
    }

@media (max-width:768px) {

    .menu-top {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu-bottom {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-brand {
        line-height: 70%;
        width: 70%;
    }

        .navbar-brand > img {
            margin-top: 2px;
            height: 50%;
            width: 50%;
        }

    .mainmenu {
        display: inherit;
        background-color: inherit;
    }

    .menuicon {
        display: none;
    }

    .mainmenu > li {
        text-align: left;
        background-color: inherit;
    }

        .mainmenu > li > a > span > img {
            width: 25% !important;
        }

    .mainmenu > li {
        width: 100%;
    }

        .mainmenu > li > a {
            margin-left: 15px;
            font-size: 12px;
        }

    .navbar-fixed-top {
        position: fixed;
    }

    .menutext {
        margin-left: -50px;
    }
}

@media (max-width: 1862px) {
    .groupname {
        /*width: 60%;*/
        width: 50%;
    }
}

@media (max-width: 1730px) {
    .groupname {
        /*width: 57%;*/
        width: 50%;
    }
}


@media (max-width: 1610px) {
    .groupname {
        /*width: 55%;*/
        width: 50%;
    }
}

@media (max-width: 1540px) {
    .groupname {
        /*width: 52%;*/
        width: 35%;
    }
}


@media (max-width: 1440px) {
    .groupname {
        /*width: 50%;*/
        width: 40%;
    }
}

@media (max-width: 1385px) {
    .groupname {
        /*width: 47%;*/
        width: 35%;
    }
}

@media (max-width: 1310px) {
    .groupname {
        /*width: 45%;*/
        width: 35%;
    }
}

@media (max-width: 1260px) {
    .groupname {
        /*width: 43%;*/
        width: 35%;
    }
}

@media (max-width: 1220px) {
    .groupname {
        /*width: 42%;*/
        width: 35%;
    }
}


@media (min-width: 1560px) {

    /*  .navbar-top {
        padding-top: 10%;
    }*/
}

@media (max-width: 1560px) {

    /*  .navbar-top {
        padding-top: 12%;
    }*/
}

@media (max-width: 1340px) {

    /*   .navbar-top {
        padding-top: 14%;
    }*/
}

@media (max-width: 1200px) {

    /*   .navbar-top {
        padding-top: 15%;
    }*/

    .groupname {
        display: none;
    }
}

@media (max-width: 1078px) {

    /*.navbar-top {
        padding-top: 17%;
    }*/
}

@media (max-width: 950px) {

    /*  .navbar-top {
        padding-top: 25%;
    }*/
}

@media (max-width: 865px) {

    /*.navbar-top {
        padding-top: 26%;
    }*/
}

@media (max-width: 769px) {

    .navbar-top {
        padding-top: 25%;
    }

    .panel-body {
        padding: 10px;
        overflow-x: auto;
    }
}

@media (max-width: 520px) {

    .navbar-top {
        padding-top: 30%;
    }
}

@media (max-width: 400px) {

    .navbar-top {
        padding-top: 34%;
    }
}

@media (max-width: 380px) {
    .mobilemenuicon {
        margin-top: 3%;
    }
}

@media (max-width: 275px) {
    .mobilemenuicon {
        margin-top: 2%;
    }

    .navbar-top {
        padding-top: 41%;
    }
}

.ngdialog.idcarmodal .ngdialog-content {
    width: 90%;
    height: 80%;
}

.groupname .label {
    white-space: normal !important;
}

/*ui select*/
.ui-select-toggle {
    height: 26px;
}

.ui-select-search {
    height: 26px;
    width: 100% !important;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    top: inherit !important;
}

.ui-select-match-text {
    line-height: inherit
}

.btn-default-focus {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 50px !important;
    border-color: transparent !important;
    outline: none !important;
    text-transform: capitalize !important;
}

.ui-select-bootstrap .ui-select-choices-row > a div {
    text-transform: capitalize !important;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #1e90ff !important;
    padding: 1px 20px !important;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    margin-top: 0px;
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
    display: block;
    border-radius: 0px !important;
    border: 1px solid #0000001F !important;
    background: #fff;
}

.ui-select-match-text {
    width: 90%;
    overflow: hidden;
}

.containerclass {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.censustable td {
    padding: 12px 16px !important;
}

.search-filter-pane select {
    width: 95%;
}

.filter-main-pane {
    background: #F1F5F9;
}

    .filter-main-pane input[type="text"], .filter-main-pane select, .filter-main-pane input[type="search"] {
        border: solid 1px #dddddd;
        height: 30px;
        width: 100%;
    }

.filter-search-input {
    float: left;
    width: 85% !important;
}

.filter-search-btn {
    float: left;
    width: 15% !important;
    background: #2a5176;
    color: #fff;
    height: 29px;
    padding: 4px;
    text-align: center;
}

.td_10 {
    width: 10%;
}

.td_15 {
    width: 15%;
}

.td_5 {
    width: 5%;
}

.td_20 {
    width: 20%;
}


/*.................. provider search starts.............*/
.OSL_ProviderLanding {
    width: 100%;
    background: url("../images/providerdirectoryL.png") left no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-top: 35px;
}

.zeroHeight {
    min-height: 5px !important;
}

.OSL_ProviderLanding p {
    color: #fff;
    font-size: 19px;
}

    .OSL_ProviderLanding p a {
        color: #00bff3 !important;
        text-decoration: underline !important;
        font-style: italic;
    }

.OSL_ProviderLanding-leftbg {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 10px;
    border-radius: 5px;
}
/*.................. provider search Ends.............*/




.GBG_aboutUsMidddle {
    margin-top: 50px;
    background-image: url(../images/GetImageContentByItemId.png);
}

.aboutMission {
    background: url(../images/white-bg.png);
    padding: 23px;
    margin-bottom: 60px;
}

/*.......... Invoice.........*/
.o-f {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
}

.topmenutext .dropdown-menu .lang-dropdown li a {
    color: #071d49 !important;
    display: flex;
    align-items: center;
}

.topmenutext .dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #071d49 !important;
}
/*
.cookie {
    background: var(--secondary-color) !important;
}

.cookie-banner {
    padding-top: 25px;
    padding-bottom: 35px !important;
}

.cookies-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-center {
    display: flex;
    flex-direction: column;
}

.accept-wrapper {
    width: 30%;
    margin-right: 5px;
    margin-top: 5px;
}

.cookie-terms {
    width: 100% !important;
    text-align: center !important;
}
*/
.mainmenu .disabled-item {
    filter: invert(85%) sepia(8%) saturate(236%) hue-rotate(22deg) brightness(89%) contrast(85%);
    cursor: not-allowed;
    pointer-events: none;
}

.disabledInput {
    background-color: #E9ECEF;
    cursor: not-allowed !important;
    pointer-events: none !important;
}


/*----- My Claims -----*/
.fa-file-text {
    padding-right: 10px;
}

.myclaims #no-more-tables table tr th {
    background: #2a5796;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    cursor: pointer;
}

.myclaims span.searchbtn {
    border-left: 1px solid #b9b9b9;
    color: #004bb3;
    /* background: #fff; */
}

.myclaims input[type="search"] {
    border-radius: 20px !important;
}

.claim_btn {
    background: #ff6c0e !important;
    border-bottom: none !important;
}

    .claim_btn:hover {
        background: #e75d15 !important;
        border-bottom: none !important;
    }

.myclaims .search-filter {
    border-radius: 50px;
    overflow: hidden;
}

.myclaims .searchbtn.closeBtnFiled {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 20px;
    margin-top: 0;
    padding: 2px 5px;
    position: absolute;
    right: 23px;
    width: 23px;
}

.myclaims #no-more-tables table tr td a {
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: underline;
}

.myclaims #no-more-tables .newTableMain table tr td {
    padding: 9px 8px !important;
    font-size: 14px;
    border: 1px solid #2a579612;
}

.myclaims td[data-title="Claim Type"] span {
    color: #2a5796;
    font-size: 18px;
}

.myclaims td .plusminus {
    color: #ff6c0e;
    font-size: 18px;
}

.highlightOne {
    background: none !important;
    border-radius: 20px;
    color: var(--secondary-color) !important;
}

.home-page-table tbody tr td b {
    font-size: 18px;
    color: #383838;
}

.myclaims #no-more-tables .newTableMain table tr.expandDtls td, #no-more-tables .newTableMain table tr.expandDtls:hover td {
    padding: 13px !important;
    margin: 0 !important;
    background: #fbfbfb !important;
}

.myclaims h3.expandedTitle {
    color: #2b2b2b;
}

.myclaims .benefitHoldingBtn {
    text-align: center;
    padding: 30px 0;
}

.myclaims a.benefithoolds:hover {
    background: #3a3938;
}

.myclaims a.benefithoolds {
    padding: 10px;
    margin-top: 20px;
    background: #2a5796;
    color: #fff !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400 !important;
}

    .myclaims a.benefithoolds i {
        margin-right: 10px;
    }

.eobicon {
    color: red;
    cursor: pointer;
}

button[data-toggle="popover"] {
    margin: 10px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #464646 !important;
    color: #fff !important;
    width: 65px;
    height: 66px;
    text-align: center !important;
    border-radius: 40px;
    line-height: 0;
    background: url(../Content/images/phone.png) !important;
    background-size: cover;
    border: 0 !important;
    z-index: 1;
}

.myclaims .pagination > .disabled > a, .custom-pagination .pagination > .disabled > a {
    background-color: #6b727c !important;
    border: 1px solid #6b727c !important;
    color: #fff !important;
}

.myclaims .pagination > li.active a, .custom-pagination .pagination > li.active a {
    background: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    color: #fff !important;
}

.myclaims .pagination > li a:hover, .custom-pagination .pagination > li a:hover {
    color: #fff !important;
    background: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.myclaims .pagination li a, .custom-pagination .pagination li a {
    margin: 0px 4px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    background: #f1f1f1 !important;
    color: #000 !important;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px !important;
    font-weight: 800;
    border: none !important;
}
/* swing */
.tooltip {
    position: relative;
    width: 14px;
}

    .tooltip:before, .tooltip:after {
        display: block;
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

    .tooltip:after {
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgb(233, 100, 41);
        border-left: 6px solid transparent;
        content: '';
        height: 0;
        top: 9px;
        left: 4px;
        width: 0;
    }

    .tooltip:before {
        background: rgb(233, 100, 41);
        border-radius: 2px;
        color: #fff;
        content: attr(data-title);
        font-size: 14px;
        padding: 6px 10px;
        top: 15px;
        white-space: nowrap;
        z-index: 9999999 !important;
    }

    .tooltip.swing:before, .tooltip.swing:after {
        transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
        transform-origin: 0 0;
        transition: transform .15s ease-in-out, opacity .2s;
    }

    .tooltip.swing:after {
        transform: translate3d(0,60px,0);
        transition: transform .15s ease-in-out, opacity .2s;
    }

    .tooltip.swing:hover:before, .tooltip.swing:hover:after {
        opacity: 1;
        transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
    }

.tabordion section span {
    opacity: 1;
    /* float: left; */
    font-size: 13px;
}


section span.tooltip i {
    font-size: 17px;
    color: #2a5796;
}

.file-upload-wrapper {
    position: relative;
    width: 225px;
    height: 33px;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 33px;
        line-height: 30px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
        border: 1px solid #ccc;
    }

    .file-upload-wrapper:before {
        content: 'Upload';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 33px;
        background: var(--secondary-color);
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 11px;
        line-height: 34px;
        padding: 0 20px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #071d49;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 33px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
        background: none !important;
    }

.fileuploadbtn:disabled {
    cursor: not-allowed;
    opacity: 0;
}

.disabled_fileupload_wrapper:before {
    background-color: #ccc;
}

.disabled_fileupload_wrapper:hover:before {
    background-color: #ccc;
}

a[ng-click="SaveClaims();"] {
    font-size: 17px;
    font-weight: 600;
    padding: 6px 18px !important;
}

.policyselections {
    margin-top: 9px;
    background: #ececec;
    padding: 13px !important;
    float: left;
    background-color: #fcfcfc;
    border: 1px solid #ececec;
}

    .policyselections.box {
        text-align: left;
        box-shadow: none;
        padding-top: 0;
        margin-bottom: 0;
    }

.tabordion section label input[type="text"] {
    max-width: 120px;
    font-weight: 400;
    font-size: 12px;
    padding: 0 8px !important;
    border: 1px solid #ccc;
    margin-top: -17px;
    max-height: 26px !important;
    min-height: 26px;
    border-radius: 4px;
}

.uploadDocumentNote label[for="policy"] {
    font-size: 12px;
    font-weight: 400;
    margin-top: 9px;
}

.uploadDocumentNote .heading-orange.ng-binding {
    font-size: 17px !important;
    /* font-weight:400; */
}

.tabordion #section1 article {
    top: -27px !important;
}

/*.tabordion #section2 article {
    top: 14px !important;
}

.tabordion #section3 article {
    top: 54px !important;
}

.tabordion #section4 article {
    top: 94px !important;
}

.tabordion #section1 label {
    padding-top: 13px !important;
}

.tabordion #section2 label {
    padding-top: 13px !important;
}

.tabordion #section3 label {
    padding-top: 13px !important;
}

.tabordion #section4 label {
    padding-top: 13px !important;
}*/





.tabordion section ul.uploadedDocumentsmain {
    display: none;
}

.addMoremain ul {
    border-top: 1px solid #e4e3e3;
    padding-top: 20px;
    margin-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.PatientInfo span.rad-bg label {
    font-size: 12px;
    max-width: 245px;
}

.patientBlocks {
    background: #fbf9f1;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #f9f3da;
    box-sizing: border-box;
    float: left;
    color: #071d49 !important;
    text-align: center;
    border-radius: 8px;
    transition: ease all .5s;
    overflow-y: auto;
}

    .patientBlocks h5 {
        font-size: 14px;
        font-weight: 600;
        word-break: break-all;
        /*margin-left: 12px;*/
        margin: 0 0 8px;
    }

    .patientBlocks input[type="text"] {
        border: 0;
        background: none;
        color: #000;
        transition: ease all .5s;
        text-align: center;
        max-width: 100%;
    }

    .patientBlocks:hover, .patientBlocks.actve {
        background: var(--secondary-color) !important;
    }

    .patientBlocks span {
        width: 100%;
        float: left;
        font-size: 13px;
        font-weight: 400;
    }

.policyselections .input-group-custom.form-input .polSelect {
    width: auto !important;
    background: #fff;
    float: left;
    margin: 0 10px 10px;
    padding: 4px 25px;
    color: #071d49;
    border-radius: 30px;
    position: relative;
    border: 1px solid #071d49;
}

.patientBlocks.actve:after {
    content: "";
    /*     display: none; */
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid var(--secondary-color-opacity);
    box-shadow: 0 0 0 2px #fff;
}

.patientBlocks input[type="radio"] {
    opacity: 0;
    position: static;
    /*min-width: 19px;
    min-height: 19px;
    bottom: 6px;
    left: 44%;*/
}

.patientBlocks:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #fbf9f1;
    border: 2px solid #fbf9f1;
    box-shadow: 0 0 0 2px #797979;
    position: absolute;
    left: 6px;
    top: 6px;
}

.patientBlocks p {
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 500;
}

.actve:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 11px;
    border-bottom: 4px solid #248603;
    border-right: 4px solid #248603;
    position: absolute;
    top: 4px;
    left: 11px;
}

.actve:after, .tick {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 7px;
    border-bottom: 3px solid #248603;
    border-right: 3px solid #248603;
    position: absolute;
    top: 6px;
    left: 6px;
}

.polSelect.actvs:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 15px;
    width: 8px;
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    position: absolute;
    top: 10px;
    left: 15px;
}

.polSelect input[type="radio"] {
    opacity: 0 !important;
}

.polSelect.actvs {
    background: var(--secondary-color) !important;
    color: #fff !important;
    border: 1px solid var(--secondary-color) !important;
}

.patientBlocks.actve:before {
    /* content: ""; */
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    background: #13131326;
    top: 0px;
    border-bottom-right-radius: 41px;
}

.email_labelMain label {
    float: left;
    margin-top: 5px;
}

.email_labelMain {
    margin-top: 10px;
}

    .email_labelMain input.editableEmail.form-control {
        float: left;
        width: 60%;
        margin-left: 8px;
        border: 0;
        box-shadow: none;
        margin-right: 10px;
        margin-top: 6px;
        text-align: left;
    }

    .email_labelMain:after {
        content: "";
        height: 1px;
        background: #dedede;
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        left: 1.5%;
    }

    .email_labelMain i.fa.fa-envelope {
        color: #2a5796;
        font-size: 15px;
        margin-top: 6px;
    }

a.emailsEdits {
    top: 6px;
    position: absolute;
    color: #403e3e;
}

a#ResetCardbutton, a.resetBtn {
    margin-left: 10px !important;
    background: none !important;
    color: var(--secondary-color) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid var(--secondary-color);
    padding: 0px 4px;
}

    a#ResetCardbutton:hover, a.resetBtn:hover {
        color: #e96429 !important;
    }

.btn_edit {
    color: #071d49;
    background: none !important;
    border: none !important
}

    .btn_edit:hover {
        color: #071d49 !important;
    }

    .btn_edit:focus {
        box-shadow: none;
    }

    .btn_edit:active {
        box-shadow: none;
    }

.btn-save {
    border-color: #fda06f;
}

button.continueBtn {
    /* background: #5f5f5f; */
    padding: 8px 20px !important;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    width: auto !important;
    font-weight: 600 !important;
    border-radius: 31px;
    margin-top: 0px;
    text-decoration: none !important;
    background: rgb(142, 142, 142);
    background-color: var(--secondary-color);
    cursor: pointer;
    /* background: linear-gradient(90deg, rgba(74,74,74,1) 0%, rgb(113, 113, 113) 100%); */
}

.policyselections.box {
    text-align: left;
    box-shadow: none;
    padding-top: 0;
    margin-bottom: 0;
    height: 154px;
}

.policyselections {
    margin-top: 0px;
    background-color: #fcfcfc;
    border: 1px solid #ececec;
    padding: 8px 15px !important;
    float: left;
}

.PatientInfo .radio input[type="radio"] {
    /* min-width: 30px !important;
    min-height: 23px; */
    width: 15px;
    margin-left: 0 !important;
}

.PatientInfo .newTableMain table tr td {
    padding: 7px !important;
}

.PatientInfo .radio input[type="radio"] + label {
    margin-left: 0px !important;
    margin-top: 1px;
}

.patientBlocks {
    /*background: #f1f1f1;*/
    border: 1px solid #c5c6c7;
    background: #dadfe6;
    padding: 0px 10px 10px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    float: left;
    color: #071d49 !important;
    text-align: center;
    border-radius: 8px;
    transition: ease all .5s;
    position: relative;
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.PatientInfo table {
    width: 100%;
}

.patientDetailsMn {
    padding: 0;
}

.PatientInfo {
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 17px 0;
}

.tabordion {
    color: #333;
    display: block;
    font-family: 'Work Sans', sans-serif;
    margin: auto;
    position: relative;
    width: 100%;
    /*margin-top: 27px;*/
}

    .tabordion input[name="sections"] {
        left: 0;
        position: relative;
        top: -6px;
        z-index: 999;
    }

    .tabordion section {
        display: block;
        /* position: relative;
    max-width: 230px; */
        padding: 0;
        line-height: 0;
    }

        .tabordion section label {
            /* background: #ccc; */
            /* border:1px solid #fff; */
            cursor: pointer;
            display: flex;
            font-size: 14px;
            font-weight: 600;
            padding: 7px 0px;
            width: 100%;
            z-index: 100;
            line-height: 20px;
        }

        .tabordion section article {
            display: block;
            width: 100%;
        }

            .tabordion section article:after {
                /* background-color: #ccc; */
                /* bottom: 0; */
                /* content: ""; */
                /* display: block; */
                /* left:-229px; */
                /* position: absolute; */
                /* top: 0; */
                /* width: 220px; */
                /* z-index:1; */
            }

    .tabordion input[name="sections"]:checked + label {
        /* background: #eee; */
        /* color: #bbb; */
    }

    .tabordion input[name="sections"]:checked ~ article {
        display: block;
    }

    .tabordion p {
        line-height: 29px;
    }

.tick {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 7px;
    border-bottom: 3px solid #248603;
    border-right: 3px solid #248603;
    position: absolute;
    top: 8px;
    left: -6px;
}

section span.tooltip i {
    font-size: 17px;
    color: #2a5796;
    position: relative;
    left: 7px;
}

ul.uploadedDocumentsmain li {
    border: 1px solid var(--secondary-color);
    padding: 10px;
    margin: 7px 21px 0 0;
    cursor: pointer;
    border-radius: 27px;
    float: left;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 30.7%;
    display: flex;
    overflow: hidden;
    color: var(--secondary-color);
    align-items: center;
    font-size: 14px;
}

    ul .uploadedDocumentsmain li a {
        color: var(--secondary-color);
    }

    ul.uploadedDocumentsmain li span:first-child {
        font-size: 12px;
        font-weight: 700;
        text-decoration: underline;
        margin: 0 7px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100px;
        display: inline-block;
        overflow: hidden;
        top: 3px;
    }

    ul.uploadedDocumentsmain li small {
        margin-left: 6px;
        font-size: 17px;
        position: relative;
        top: -1px;
    }

        ul.uploadedDocumentsmain li small + span {
            text-decoration: underline;
            margin: 0 7px;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 140px;
            display: inline-block;
            overflow: hidden;
            position: relative;
            top: 1px;
            cursor: pointer;
        }

    ul.uploadedDocumentsmain li a[title="Delete"] {
        color: #f70000;
    }

    ul.uploadedDocumentsmain li a {
        margin: 0px 8px 0 21px;
        font-size: 13px !important;
        top: 3px;
    }

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

button.addMoreDocbuttons, .addNewMethodButton a, .changeMethodButton a {
    /* background: #5f5f5f; */
    padding: 5px 15px !important;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    width: auto !important;
    font-weight: 600 !important;
    border-radius: 31px;
    margin-top: 0px;
    text-decoration: none !important;
    background: var(--secondary-color);
    /* background: linear-gradient(90deg, rgba(74,74,74,1) 0%, rgb(113, 113, 113) 100%); */
}

    button.addMoreDocbuttons:hover, .addNewMethodButton a:hover, .changeMethodButton a:hover {
        background: var(--secondary-color);
        /* background: linear-gradient(90deg, #f4b609 0%, rgb(191, 159, 12) 100%); */
    }

@media (max-width: 533px) {

    .tabordion {
        width: 100%;
    }

        .tabordion section label {
            font-size: 1em;
            width: 160px;
        }

        .tabordion section article {
            left: 200px;
            min-width: 270px;
        }

            .tabordion section article:after {
                background-color: #ccc;
                bottom: 0;
                content: "";
                display: block;
                left: -199px;
                position: absolute;
                top: 0;
                width: 200px;
            }
}

@media (max-width: 768px) {

    .tabordion {
        width: 96%;
    }

    .policyselections {
        margin-top: 0;
    }
}

.p-l-0 {
    padding-left: 0px;
}

.m-t-5 {
    margin-top: 5px;
}

/*----- Notification ------*/
.col-md-12.info-bgborder {
    position: relative;
}

.info-bgborder {
    border: 1px solid #b8b9bb;
    padding: 20px 0 25px 0;
    box-shadow: none;
}

    .info-bgborder h4 {
        color: var(--secondary-color);
    }

.info-heading {
    position: absolute;
    top: -12px;
    left: 20px;
    background-color: #fff;
    padding: 0 8px;
    font-size: 15px;
    font-weight: bold;
}

a.eof {
    position: absolute;
    top: 4px;
    padding: 8px 16px;
    color: #2a5796;
    right: 5px;
}

    a.eof i {
        color: #ec0505;
        margin-right: 2px;
    }

.patientDetailsMn .form-group {
    margin-bottom: 10px;
}

.documentUploder {
    float: left;
    width: 100%;
    background: #fafbfd;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #f1f1f1;
}


.m-t-15 {
    margin-top: 15px;
}

.rad-head {
    position: relative;
    top: -10px;
    left: 15px;
    background-color: #f2f7fa;
    padding: 0 5px;
    z-index: 1;
}

.rad-bg {
    padding: 10px 15px;
    border: 1px solid #adbac3;
    outline: none;
    position: relative;
    bottom: 20px;
}

.radio-inline, .checkbox-inline {
    margin-right: 10px;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0px !important;
    }

.m-b-20 {
    margin-bottom: 20px;
}

.bg-Questionnaire {
    background-color: #fcfcfc;
    border: 1px solid #ececec;
    padding: 10px 0;
}

.bg-patient {
    background-color: #fcfcfc;
    padding: 10px 0 7px 0;
    overflow: hidden;
    margin: 0 17px;
    border-radius: 6px;
    border: 1px solid #ececec;
}

.form-submit .ng-invalid {
    border: 1px solid #f78888 !important;
    background: #fff4f4 !important;
}

.form-submit .ng-invalid-question {
    border: 1px solid #f78888 !important;
    background: #fff4f4 !important;
    padding: 5px;
}

.labelbox .noresponselabel {
    margin-top: 5px;
    color: #f26522;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 0px !important;
}

#ParentBlock .labelbox .noresponselabel {
    margin-top: 5px;
    font-weight: bold;
    color: black !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.docs-required {
    padding-left: 20px;
}

    .docs-required li {
        list-style: disc;
    }

.notifications {
    color: #ffffff;
    border-radius: 50%;
    min-height: 25px;
    min-width: 25px;
    position: absolute;
    bottom: -14px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 19px;
}

.seperation-line {
    position: relative;
}

    .seperation-line:after {
        content: "";
        height: 1px;
        background: #dedede;
        position: absolute;
        left: 0;
        width: 97%;
        left: 1.5%;
        bottom: 0;
    }

.messages {
    margin-bottom: 10px;
}

.link_btns {
    border: 1px solid #428bca;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all ease-in 0.2s;
}

    .link_btns:hover {
        color: #f7f8f9;
        background: #2a648d;
    }

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-2 {
    margin-right: 5px !important;
}

.content-box {
    transition: all .5s ease;
    overflow-y: hidden;
}

    .content-box.ng-hide {
        background: #fff;
        border-color: transparent !important;
        display: block !important;
        height: 0 !important;
        padding-top: 0;
        min-height: 0 !important;
        padding-bottom: 0;
    }


.myclaims #no-more-tables .newTableMain table tr td .msg {
    margin: 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 52%;
}

@media(max-width:991px) {
    .myclaims #no-more-tables .newTableMain table tr td .msg {
        display: inline-block;
        width: 33%;
    }
}

@media(max-width:767px) {
    .myclaims #no-more-tables .newTableMain table tr td {
        text-align: right;
    }

        .myclaims #no-more-tables .newTableMain table tr td .msg {
            display: inline-block;
        }
}

.patientBlocks[disabled] {
    opacity: 1 !important;
    cursor: not-allowed;
    background: #f1f1f1;
    /*color: rgba(42, 87 ,150 , 0.75)!important;*/
}

    .patientBlocks[disabled].actve {
        background: #071d49;
        color: #071d49 !important;
    }

.polSelect[disabled] {
    cursor: not-allowed;
    background: #f1f1f1;
}

    .polSelect[disabled] label {
        pointer-events: none;
    }

.patientBlocks[disabled].actve:after {
    border: 2px solid var(--secondary-color) !important;
}

.required:after {
    content: "*";
    color: red;
}

select[disabled] {
    background: rgb(235, 235, 228);
    cursor: not-allowed !important;
    color: black;
}

::placeholder {
    color: #ccc !important;
    opacity: 1; /* Firefox */
}

.auth-section .auth-content {
    font-size: 12px;
    font-weight: 400;
    margin-top: 9px;
}

.input-group-custom select {
    width: 100%;
    height: 28px;
    padding-left: 7px;
}
/*=================== style for loading starts ========================*/
.blockUI.blockOverlay {
    background-color: #fff !important;
    opacity: 0.4 !important;
}

.blockUI.blockMsg.blockPage {
    width: 10% !important;
    left: 46% !important;
    border-radius: 10px;
}

.loader-bg {
    background-color: #f7f7f7;
    padding: 20px 0 40px 0;
    border-radius: 20px;
}

.loader-cir {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #f4783e;
    border-right: 5px solid #f4783e;
    border-bottom: 5px solid #ff9868;
    border-left: 5px solid #ff9868;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

.loader-cir--text {
    position: absolute;
    right: 15px;
    margin: auto;
    color: #005696;
    left: 0px;
    width: 3rem;
}

    .loader-cir--text:after {
        content: "Loading";
        font-weight: bold;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes loader-cir {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pre-loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pre-loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .pre-loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: 0.5s;
    }

    .pre-loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: 0.4s;
    }

    .pre-loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: 0.3s;
    }

    .pre-loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: 0.2s;
    }

    .pre-loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: 0.1s;
    }

    .pre-loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

.pre-loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
    color: #005696;
}

    .pre-loader--text:after {
        content: "Loading";
        font-weight: bold;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}


/*=================== style for loading ends ========================*/
#queue_tabs .nav > li > a {
    text-decoration: none !important;
    display: flex;
    padding: 5px 7px !important;
    font-size: 12px;
    font-weight: 600;
}

.nav-tabs > li {
    margin-left: 0px;
    margin-bottom: 10px;
    border-radius: 6px 6px 0px 0px !important;
    margin: 0px 2px !important;
}

    .nav-tabs > li > a {
        border: 1px solid #88888830;
        border-radius: 6px 6px 0px 0px !important;
        color: #686767!important;
    }

    .nav-tabs > li.active {
        background: var(--secondary-color) !important;
        color: #fff !important;
    }
    .nav-tabs > li.active > a{
        color:#fff!important;
    }
        .nav-tabs > li > a {
        text-decoration: none !important;
        padding: 5px 15px !important;
    }

.enrolled-member-button-group-pane {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 36px;
    margin-top: -18px;
    display: flex;
}

.panel-heading-close-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #fff;
    cursor: pointer;
    width: 20px;
    text-align: center;
}

.table.table {
    margin-top: 0px !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    margin: 0 4px;
}

#editindividuldetailsform .form-group, #employeeidentificationform .form-group {
    display: flex;
}

#editindividuldetailsform select, #editindividuldetailsform input[type="text"],
.update-user-details-pane select, .update-user-details-pane input[type="text"], .custom-form-control,
ng-combo-date-picker select, .ui-select-container, #txtSalaryInfoAmount, #txtEmployementNumber,
#txtEmployementOccupation {
    height: 33px !important;
    border-radius: 5px !important;
    border: 1px solid #0000001F;
}
/*#editindividuldetailsform select, .update-user-details-pane select,  .ui-select-container {
    border-radius: 50px !important;
}*/
.ui-select-container  .form-control:hover{
    background-color:transparent !important;
}
.ui-select-container {
  /*  border-radius: 50px !important;*/
    height: 2.25rem !important;
    
}

.ui-select-match .form-control {
    /*border-radius: 50px !important;*/
}

ng-combo-date-picker select {
    -webkit-appearance: none !important;
    background-image: url(../assets/icons/icons_Arrow_down_drop_icon.svg);
    background-repeat: no-repeat;
    background-position: 88% center;
    background-size: 8px;
}

#ngdatepickerdate {
    width: 50px;
    padding: 2px 5px;
}

#ngdatepickeryear {
    width: 74px;
    padding: 2px 5px;
}

#ngdatepickermonth {
    width: 124px;
    padding: 2px 10px;
}

.ui-select-container .ui-select-search {
    height: 30px !important;
    border: none !important;
    border-radius: 50px;
}

.ui-select-bootstrap .ui-select-toggle {
    height: 2.25rem !important;
    border: none !important;
    background-image: url(../assets/icons/icons_Arrow_down_drop_icon.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 8px;
}

    .ui-select-bootstrap .ui-select-toggle .caret {
        display: none !important;
    }

.indivigual-info {
    min-height: 438px;
}

.noty_text_success, #close_success_notify, #close_error_notify, .noty_text_error {
    color: #fff !important;
}

.update-user-details-pane .form-group {
    display: flex;
}

.add-Dependent-dialog-form-pane .form-group {
    display: flex;
}

.filter-block {
    background: #eeeeef;
   
}

.ng-table th.sortable .sort-indicator {
    font-size: 14px;
}
/*Common Styles*/
.filter-chips {
    float: left;
    padding: 4px 16px;
    border: 1px solid #b1b8c6;
    font-size: 12px;
    background-color: #ffffff;
    margin-right: 2px;
    margin-top: 20px;
    border-radius: 20px;
}

.panel-title-btns {
    color: #fff;
    border-radius: 27px;
    padding: 0.4rem 1rem !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: var(--secondary-color);
    border: none;
}

    .panel-title-btns:hover {
        /*background-color: #FFFFFF29 !important;*/
        color: #fff !important;
    }

    .panel-title-btns img {
        margin-left: 8px;
        width: 15px;
    }

.orange-primary-btn {
    border: none;
    background: var(--secondary-color) !important;
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
}

    .orange-primary-btn:hover {
        color: #fff !important;
    }

.grid-primary-btn {
    height: 2.25rem;
    padding: 0.25rem 1rem;
    background-color: #fff;
    font-size: 14px;
    border-radius: 27px;
    border: 1px solid #c4c4c4;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    font-weight: 500;
    color: #071d49 !important;
    text-decoration: none !important;
}


.font-weight-600 {
    font-weight: 600;
}

.search-chipset {
    float: left;
    padding: 4px 14px;
    border: 1px solid #b1b8c6;
    font-size: 12px;
    background-color: #ffffff;
    margin-right: 2px;
    margin-top: 20px;
    border-radius: 20px;
}

.select-btn {
    min-width: 180px !important;
    width: 180px;
}

.invalid-feedback-forgot {
    width: auto;
    color: #ED354D !important;
    font-size: 14px !important;
    /*padding-left: 1rem;*/
}

.icons {
    background-image: url(/assets/icons/Icons_Showmore.svg) !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height:16px!important;
    width:16px!important;
    vertical-align: middle;
    padding: 0px 0 0 20px;
    line-height: 20px !important;
}
img.folder-icon {
    margin-right: 16px;
}
.icons-open {
    background-image: url(/assets/icons/Icons_Showless.svg) !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    vertical-align: middle;
    height: 16px !important;
    width: 16px !important;
    padding: 0px 0 0 20px;
   
}

.readonly-calender {
    background-color: #ffffff !important;
    /* opacity: 1; */
}
.grid-primary-btn {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #ffffff !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
}
    .grid-primary-btn img {
        -webkit-filter: invert(100%); /* Safari/Chrome */
        filter: invert(100%);
    }

    .grid-primary-btn:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color: #ffffff !important;
    }


.overlay-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99999;
    left: 0;
    display: none;
    top: 0;
    cursor:pointer;
}
.overlay-search.show{
    display:block;
}
.form-control.dob {
    border: 1px solid #0000001F;
    border-radius: 26px;
    padding: 0.4rem 1rem;
}
.readonly-calender {
    border-radius: 50px !important;
}

.grid-data-pad-top {
    padding-top: 10px;
}

.chipset-main {
    width: 700px;
}
.pad-left-ul {
    padding-left: 0rem !important;
}

.deduct-proname {
    margin-left: 15px;
    cursor: pointer;
    background: #d6dfe4;
    display: block;
    margin-top: 12px;
    padding: 10px;
    color: #4889ad;
    font-weight: bold;
}

.schudlepopup .tree-right-mainview {
    border: 1px solid #e3ebf2;
    padding: 15px 0 0 0;
    margin: 14px 0;
    height: 411px;
    overflow-y: auto;
    width: 100%;
}
.schudlepopup .tree-right {
    border: 1px solid #e3ebf2;
    padding: 15px 0 0 0;
    margin: 20px 0;
    height: 500px;
    overflow-y: auto;
    width: 100%;
}


.caseControl .drilldowncontainerinn-new .request-type select, .caseControl .drilldowncontainerinn-new .request-type input {
    float: right;
}

.caseControl .request-type textarea {
    width: 67%;
    float: right;
}

.caseControl .request-type.dateinfo {
    padding-left: 0;
    width: 27%;
    padding-right: 0;
}

    .caseControl .request-type.dateinfo label {
        min-width: 30%;
        float: left;
    }

    .caseControl .request-type.dateinfo .stayRightPane, .caseControl .request-type.dateinfo .stay-right-pane {
        width: 220px !important;
        float: right !important;
    }

.caseControl .request-section {
    padding: 0;
}
.request-type, .request-section {
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    padding: 6px 0px 6px 10px;
}
.request-type, .request-section {
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    padding: 6px 0px 6px 10px;
}

    .request-type label, .request-section label {
        margin-bottom: 0;
    }
    .request-type h6, .request-section h6 {
        font-weight: 600 !important;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 0 4px 0;
    }

    .request-section .reason textarea {
        min-height: 61px;
        width: 94% !important;
    }
