﻿#recdLabel, #decisionLabel {
    color: red;
    left: 10px;
    position: relative;
    font-size: 15px;
}

#receivedDate {
    color: red;
    font-weight: 900;
    left: 10px;
    position: relative;
    font-size: 18px;
}

#receiveddatepopup, #decisiondatepopup {
    color: red;
    font-weight: 900;
    left: 10px;
    position: relative;
    font-size: 18px;
}

#recdHeader {
    position: relative;
    top: 8px;
}

.displayNone {
    display: none;
}

.nopadding {
    white-space: normal;
}

.authchange-action-btn {
    max-width: 120px;
}

.main_container {
    /* margin-top: 40px; */
}

#MemberProfile {
    padding-bottom: 10%;
}

.minHeighPendModal {
    min-height: 4em;
}


.popover-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.margin_top_6px {
    margin-top: 6px;
}

.margin_top_4px {
    margin-top: 4px;
}

/*.collapsed_click:last-of-type .nav.child_menu:last-of-type li:last-of-type{
    margin-bottom:30px;
}*/


.work_menu2 {
    width: 118%;
    margin-top: -61px;
    background: #203764;
    margin-left: -14px;
    z-index: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid #102c63;
    border-left: 1px solid #102c63;
    border-bottom: 1px solid #102c63;
}

    .work_menu2 li a.active {
        background: white;
        color: #2961bd !important;
        text-decoration: underline;
        border: 1px solid rgba(255,255,255,.26);
    }

.marginleft-10px {
    margin-left: 10px;
}

.underline {
    text-decoration: underline;
}

.boldFontPendModal {
    font-weight: bolder;
    font-size: 1.5em;
}

.boldTextReasonLabel {
    font-weight: bold;
    font-size: 1.1em;
}

.font-normal {
    font-weight: normal;
}

.tile_info a.sidebarColorPallet {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-right: 7% !important;
    margin-left: 7%;
    border-radius: 32%;
    border: 3px solid rgba(21, 3, 3, 0);
}

.tile_info a.floatMemberColorPallet {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-right: 7% !important;
    margin-left: 7%;
    border-radius: 32%;
    border: 3px solid rgba(21, 3, 3, 0);
}

.tile_info a.topNavBarColorPallet {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-right: 7% !important;
    margin-left: 7%;
    border-radius: 32%;
    border: 3px solid rgba(21, 3, 3, 0);
}

body.nav-sm .nav.side-menu li.active-sm ul ul {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
}


.menu_section > ul {
    overflow-y: auto;
}

.img-circle.profile_img {
    margin-top: 46px;
    padding: 2px;
}

.img-circle {
    /* border-radius: 50%; */
    border-radius: 0 !important;
}

.profile_info {
    padding: 20px 0px 10px;
}

    .profile_info h2 {
        margin-bottom: 2px;
    }

#sidebar-menu span.fa {
    margin-top: 10px;
    color: #4783b5;
}

.nav_menu {
    /*background: #F4F6F9;
    border-bottom: 1px solid #E6E9ED;*/
    background: #203764;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
    color: white !important;
}

body.nav-md .container.body .right_col {
    /* margin-top: 42px; */
    /* padding: 0px 0px 0; */
    /* margin-left: 230px; */
}

body .container.body .right_col {
    background: none;
}

body.nav-md .container.body .right_col {
    margin-top: 38px;
    padding: 0;
    /* margin-left: 230px; */
}

body {
    font-family: "Roboto","Helvetica Neue", Arial, "Droid Sans", sans-serif;
    font-size: 12px;
}

.top_nav .navbar-right {
    width: 84%;
}

    .top_nav .navbar-right li {
        display: inline-block;
        display: -moz-inline-stack;
        *display: inline;
        float: right;
        border-left: 1px solid #efefef;
    }

.nav.side-menu > li {
    /*margin: 0px 5px;*/
    /* border-bottom: 1px dashed rgba(241, 241, 241, 0.47); */
}

    .nav.side-menu > li > a:hover {
        color: #F2F5F7 !important;
    }

    .nav.side-menu > li > a:hover, .nav > li > a:focus {
        color: rgba(255,255,255,.96);
        text-decoration: underline;
        background: rgba(255, 255, 255, 0.21);
        border: 1px solid rgba(255,255,255,.26);
    }

.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
    padding-left: 30px;
    font-weight: 500;
    border-radius: 0px;
    font-size: 13px;
    line-height: 35px;
    text-overflow: ellipsis;
}

body.nav-md ul.nav.child_menu li:before {
    background: rgb(121, 175, 220);
    bottom: auto;
    content: "";
    height: 8px;
    left: 15px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

body.nav-md ul.nav.child_menu li:after {
    border-left: none;
    bottom: 0;
    content: "";
    left: 18px;
    position: absolute;
    top: 0;
}

.sideBarExpand .nav.side-menu > li > a, .sideBarExpand .nav.child_menu > li > a {
    color: white;
    font-weight: 500;
    padding: 0px 9px 0px 6px;
    border-radius: 3px;
    /* font-size: 11px; */
    border: 1px solid transparent;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.sideBarExpand .nav.side-menu .memberinnermenu > li > a, .sideBarExpand .nav.child_menu .memberinnermenu > li > a {
    color: none;
    font-weight: 500;
    padding: 0px 4px 0px 6px;
    border-radius: 3px;
    font-size: 11px;
    border: 1px solid transparent;
    line-height: 36px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.sideBarCollapse .nav.side-menu > li > a, .sideBarCollapse.nav.child_menu > li > a {
    color: none;
    font-weight: 500;
    /*padding: 0px 14px 0px 10px;*/
    border-radius: 3px;
    font-size: 11px;
    border: 1px solid transparent;
    line-height: 35px;
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -13px;
    width: 100%;
}

.sideBarCollapse .menuCarat {
    display: none !important;
}


.chrome-tab-title {
    text-transform: uppercase;
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none;
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #fff;
}

.nav > li > a {
    padding: 5px 15px 0px;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: none;
    border-radius: 4px;
}

    .nav.side-menu > li.current-page, .nav.side-menu > li.active:before {
        /* content: ""; */
        width: 100%;
        height: 13px;
        top: 0px;
        display: block;
        position: absolute;
        left: -1px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 2px;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    }


li.current-page {
    text-decoration: underline;
}

.nav.side-menu > li.active > a {
    text-shadow: none;
    box-shadow: none;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 35px;
    height: 36px;
    color: white;
    text-decoration: underline;
    background: transparent;
    top: 8px;
    font-weight: bold;
    text-decoration: none;
}

li.current-page a {
    color: white !important;
}

.site_title {
    font-weight: normal;
    font-size: inherit;
    width: auto;
    color: none;
    margin-left: inherit;
    line-height: inherit;
    display: inherit;
    margin: inherit;
    padding-left: inherit;
    position: absolute;
    overflow: hidden;
    /* height: 61px; */
    left: 44px;
    padding-top: 2px;
    text-overflow: inherit;
}

.site_title_module {
    font-weight: normal;
    font-size: inherit;
    width: auto;
    color: none;
    margin-left: inherit;
    line-height: inherit;
    display: inherit;
    margin: inherit;
    padding-left: inherit;
    position: absolute;
    overflow: hidden;
    /* height: 61px; */
    left: 650px;
    padding-top: 2px;
    text-overflow: inherit;
}

    .site_title_module img {
        height: 40px;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    /* color: #5a5a5a !important; */
}

.toggle {
    padding-top: 15px;
}

    .toggle a {
        padding: 15px 15px 13px;
        border-right: 1px solid #f1f1f1;
        cursor: pointer;
    }

        .toggle a i {
            font-size: 14px;
        }

.nav.child_menu > li > a {
    color: none;
    font-size: 14px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


footer {
    margin: 0 0px;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px;
    display: inline-block;
    /*display: -moz-inline-stack;*/
    *display: inline;
    background: #fff;
    border: none;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 4px;
}

.x_title {
    border-bottom: 0px solid #E6E9ED;
    color: white;
}

    .x_title h2 {
        color: #a3a4a5;
        font-weight: 700;
    }

ul.color_list li {
    background: #fff;
    padding: 5px;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
}

    ul.color_list li a {
        /* padding: 3px 5px !important; */
    }

.dropdown-menu.color_list {
    /* width: 580px !important; */
}

    .dropdown-menu.color_list span {
        white-space: normal;
    }

.top_nav .navbar-right .color_list li {
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    float: right;
    border-left: none !important;
}

.info-number .badge {
    top: 3px;
}

a.user-profile {
    color: #000 !important;
}

.user-profile img {
    width: 25px;
    height: 25px;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
}

#sidebar-menu .fa {
    font-size: 14px;
}

/*#sidebar-menu .menu_click_collapsed .fa {
    font-size: 14px;
    width: 100%;
    text-align: center;
}*/

ul.bar_tabs {
    /* border: 1px solid #ff0000; */
    background: #ffffff;
    height: 50px;
    margin: -10px 0px 0px;
    padding-top: 24px;
}

    ul.bar_tabs > li.active {
        border-right: 6px solid #e8a100;
        border-top: 2px solid #e8a100;
    }

.divider-dashed {
    border-top: 1px dashed rgb(209, 209, 209);
    margin-top: 0;
}

ul.messages li .message_wrapper h4.heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

fieldset table {
    margin-top: -0.5%;
}

/*New Custom ones*/


.site_title img {
    height: 40px;
}


div#menuBar {
    padding: 0px;
    margin-top: 0px;
}

div#mainBody {
    background: #ffffff;
    padding-top: 0px;
    z-index: 10;
}

/**/
textarea {
    resize: none;
    overflow: auto;
}

.paper-input__wrapper {
    position: relative;
    /* width: 65%; */
    margin-left: 5%;
    margin-bottom: 1rem;
    margin-top: 9px;
}

.paper-input {
    background: none;
    display: block;
    width: 95%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #999eaa;
    font-size: 13px;
    padding: 0.5rem 0;
    /* color: #ffffff; */
}

    .paper-input:focus,
    .paper-input.has-focus {
        visibility: visible;
        width: 94%;
        left: 0;
        border-bottom: 2px solid #01c101;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .paper-input ~ label {
        font-size: 13px;
        width: 100%;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: 3px;
        bottom: 0;
        color: rgba(255,255,255,.95);
    }

.paper-input--touched ~ label {
    visibility: hidden;
}

/*Floating*/
.paper-input--floating ~ label {
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.paper-input--floating:focus ~ label,
.paper-input--floating.paper-input--touched ~ label {
    visibility: visible;
    top: -0.625rem;
    font-size: 10px;
    color: #ffffff;
}

.paper-input--floating.paper-input--dirty:invalid ~ label {
    top: -0.625rem;
    font-size: 0.75rem;
    color: #d34336;
}

.paper-input--dirty:invalid ~ label:after {
    background-color: #d34336;
}

.paper-input--dirty:invalid ~ .paper-input__error {
    visibility: visible;
}

.paper-input--dirty:invalid {
    box-shadow: none;
    border-color: #d34336;
}

.papersearch-input__wrapper {
    width: 44%;
}

    .papersearch-input__wrapper > .paper-input {
        width: 50%;
        padding-top: 10px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .papersearch-input__wrapper > .paper-input:focus {
            width: 100%;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .papersearch-input__wrapper > .form-control-feedback.right {
        border: none;
        right: 2px;
    }

.nav.side-menu span.label.label-success {
    margin-left: 10px;
    padding: 3px;
}

li.sub_menu {
    border: none !important;
    background-color: rgba(240, 248, 255, 0) !important;
}

.nav_menu .nav > li > a:hover, .nav_menu .nav > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
    color: #0070ff !important;
}

#menu-container {
    /*overflow-y: auto;
    overflow-x: hidden;*/
    width: 108%;
}

/**Semi collapsible sidebar with Icons**/
.sideBarCollapse {
    /*width: 5.2%;
    transition: width 0.5s;*/
}

.mainBodyExpand {
    /*width: 94.8%;
    transition: width 0.5s;*/
}

.sideBarExpand {
    /*width: 16.66%;
    transition: width 0.5s;*/
    /*transition: width 0.5s;*/
}

.mainBodyCollapse {
    /*width: 83.34%;
    transition: width 0.5s;*/
    /*transition: width 0.5s;*/
}

.menu_toggle {
    position: relative;
    color: white;
    top: 2px;
    cursor: pointer;
    right: 10px;
}

    .menu_toggle > .toggleBtn {
        font-size: 14px !important;
    }

.sideBarCollapse p.menu_toggle {
    left: 12%;
    top: 10px;
}

.sideBarCollapse .paper-input__wrapper {
    display: none;
}

.sideBarCollapse .customTab {
    display: none;
}

.sideBarCollapse .side-menu > li {
    cursor: pointer;
}

    .sideBarCollapse .side-menu > li a {
        width: 24%;
        left: 4.5%;
    }

.sideBarCollapse .memberinnermenu > li a {
    width: 75%;
    left: 15.5%;
}

.sideBarCollapse li a i {
    /* padding-left: 5%; */
}

    .sideBarCollapse li a i.fa {
        position: relative;
        text-align: center;
    }

.sideBarCollapse .work_menu li a i.fa {
    position: relative;
    left: -50%;
}


.sideBarCollapse li a.active i.fa {
    padding-right: 27%;
    position: relative;
    top: -50%;
}

.label_on_collapsed {
    display: none;
}

.sideBarCollapse li a span.text_beside_icon {
    display: none;
}

.sideBarCollapse li .label_on_collapsed {
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    text-align: center;
    width: 100%;
    font-weight: bold;
    position: relative;
    top: 0;
    font-size: 10px;
    color: white;
}

.sideBarCollapse li .floating_menu_label {
    display: inline;
}

.sideBarCollapse li ul.child_menu {
    z-index: 20;
    position: absolute;
    display: block;
    /*left: 29.7%;
    top: -1px;
    width: 235%;*/
    border-radius: 6px;
    left: 109%;
    top: -1px;
    width: 294%;
    border: 1px solid rgb(179, 196, 214);
}

.sideBarCollapse .main_menu_side {
    padding: 0;
    position: relative;
}

.sideBarCollapse .nav.side-menu > li.active > a {
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    height: 36px;
    /* color: white; */
    text-decoration: underline;
    background: inherit;
}

.sideBarCollapse .nav.side-menu > li > a:hover {
    border: none !important;
    background: inherit;
}

/*.sideBarCollapse .nav.side-menu > li > a:active, li:active {
    border: 1px solid #b3c4d6;
    border-radius: 4px;
}*/


.sideBarExpand .addbtninmenu {
    position: absolute;
    right: -9px;
    z-index: 20;
    height: 20px;
    width: 20px;
    border-radius: 18px;
    background: #5fad5f;
    border: #5fad5f;
    text-align: left;
    padding: 3px 0px 0px 4px;
    color: #fff;
    top: 20%;
}

.sideBarCollapse .memberinnermenu .anchorselected .addbtninmenu {
    position: absolute;
    left: 69%;
    top: -7%;
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 18px;
    background: #5fad5f;
    border: #5fad5f;
    text-align: left;
    padding: 3px 0px 0px 4px;
    color: #fff;
}

.sideBarCollapse .memberinnermenu .addbtninmenu {
    position: absolute;
    left: 69%;
    top: 20%;
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 18px;
    background: #5fad5f;
    border: #5fad5f;
    text-align: left;
    padding: 3px 0px 0px 4px;
    color: #fff;
}

.memberinnermenu .inner_text_beside_icon {
    position: relative;
    left: 0;
    font-size: 14px;
}
/** /Semi collapsible sidebar with Icons**/

/**Custom Style for SideMenu Tab**/
.customTab {
    position: relative;
    left: 28%;
    margin-top: 2%;
}

.toggle-on.btn {
    background: transparent;
    color: white;
    font-weight: bold;
}

.toggle-off.btn {
    background: transparent;
    color: white;
    font-weight: bold;
}

.toggle-off {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 10px;
    margin: 0;
    border: 1px solid white;
    border-radius: 0;
    font-size: 12px;
}

.toggle-on {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 50%;
    left: 10px;
    margin: 0;
    border: 1px solid white;
    border-radius: 0;
    font-size: 12px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0px 6px;
}

.sideBarCollapse a.inner_menu_item {
    left: 0 !important;
}
/** /Custom Style for SideMenu Tab**/

/**Tab switching App Menu and Work Menu**/
.member_menu {
    display: block !important;
}
/** /Tab switching App Menu and Work Menu**/

.img-circle {
    border-radius: 0px;
}

.work_menu {
    position: absolute;
    z-index: 3;
    top: 80px;
    right: 0px;
    background: rgba(137,173,230,1);
    background: -moz-linear-gradient(-45deg, rgba(137,173,230,1) 0%, rgba(71,110,174,1) 32%, rgba(62,97,152,1) 70%, rgba(125,160,217,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(137,173,230,1)), color-stop(32%, rgba(71,110,174,1)), color-stop(70%, rgba(62,97,152,1)), color-stop(100%, rgba(125,160,217,1)));
    background: -webkit-linear-gradient(-45deg, rgba(137,173,230,1) 0%, rgba(71,110,174,1) 32%, rgba(62,97,152,1) 70%, rgba(125,160,217,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(137,173,230,1) 0%, rgba(71,110,174,1) 32%, rgba(62,97,152,1) 70%, rgba(125,160,217,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(137,173,230,1) 0%, rgba(71,110,174,1) 32%, rgba(62,97,152,1) 70%, rgba(125,160,217,1) 100%);
    background: linear-gradient(135deg, rgba(137,173,230,1) 0%, rgba(71,110,174,1) 32%, rgba(62,97,152,1) 70%, rgba(125,160,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89ade6', endColorstr='#7da0d9', GradientType=1 );
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid #102c63;
    border-left: 1px solid #102c63;
    border-bottom: 1px solid #102c63;
}

.rightLegend {
    margin-top: -31px;
    margin-left: 94%;
    background: white;
    width: 42px;
    font-weight: 900;
    color: #4366a0;
    height: 40px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
}

.input-xs {
    height: 22px;
    font-size: inherit;
    padding: 0px 6px;
    font-weight: bold;
}

.zero-padding-left-right {
    padding-left: 3px;
    padding-right: 3px;
    }

.zero-padding-left {
    padding-left: 0px;
}

.zero-padding-right {
    padding-right: 0px;
}

.work_menu_overlay {
    position: fixed;
    bottom: 0px;
    height: 1064px;
    background: rgba(72, 105, 175, 0.64);
    width: 240px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    z-index: 2;
    top: 84px;
}


.color_row {
    margin: 10px;
    position: relative;
    margin-bottom: 25px;
}

.dash-divider-module {
    border-top: 2px dashed rgb(205, 205, 205);
    margin-top: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}

.memberheader {
    color: white;
    /* background: white; */
}

.boldbody {
    font-family: bold;
    /*font-size: 11px;*/
    background: white;
}

    .boldbody td {
        font-family: "Roboto";
        font-weight: bold;
        color: #000;
        border-top: none !important;
        border-left: 1px dotted #bfbfbf;
        border-right: 1px dotted #bfbfbf;
    }

    .boldbody img {
        width: 21px;
        height: 21px;
    }

.runningdata > .zero-padding-left-right {
    padding: 0px;
}

.runningbar {
    position: fixed;
    z-index: 4;
    padding: 0px;
    margin-left: -10px;
    /*border: 1px solid #4b72b1;*/
    border-left: 0px;
    border-right: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .runningbar::before {
        /*content: " ";*/
        position: absolute;
        background: #fff;
        width: 10px;
        height: 59px;
        top: 65px;
        /* border-right: 2px solid #023b98; */
        /* border-top: 2px solid #023b98; */
        z-index: 1;
    }

    .runningbar::after {
        /*content: " ";*/
        position: absolute;
        background: #fff;
        width: 10px;
        height: 58px;
        top: 65px;
        right: 0;
        /* border-left: 2px solid #023b98; */
        /* border-top: 2px solid #023b98; */
    }



.runningdata table {
    margin-bottom: 0px;
    color: white !important;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2a67), color-stop(20%,#34569f),color-stop(100%,#4869b0));
    background-image: -moz-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
    background-image: -ms-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b2a67', endColorstr = '#4869b0', GradientType = 0);
}

.runningheadercontent {
    margin-top: 181px;
}

.runninginfotab {
    padding: 0px;
    padding-left: 0px !important;
}

ul.runninginfotab > li.active > a, ul.runninginfotab > li.active > a:hover, ul.runninginfotab > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
}

ul.runninginfotab > li {
    border: 0px;
    background: none;
}

    ul.runninginfotab > li > a {
        border: 0px;
        background: none;
        border-bottom: 1px solid grey;
    }

    ul.runninginfotab > li:focus, ul.runninginfotab > li:hover {
        border: 0px 0px 0px 0px;
        background: none;
        border-bottom: 1px solid orange;
    }

    ul.runninginfotab > li.active {
        border-right: 0px;
        border-top: 0px;
        border-bottom: 2px solid blue;
    }

.tabclosetag {
    position: absolute;
    color: red;
    right: 2px;
    padding: 0px 3px 1px 0px;
    margin-left: 9px;
    padding-right: 0px;
}

    .tabclosetag:hover {
        background: #dedede;
        border-radius: 3px;
        cursor: pointer;
    }

.memberinnermenu {
}

.sideBarCollapse .memberinnermenu {
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    /*background: #ab47bc;
    border: 6px none #0383ff;*/
    background: #203764;
    border: 6px none #b3b2b2;
    border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        /*background: #0383ff;*/
        background: #203764;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 2px;
}

    ::-webkit-scrollbar-track:hover {
        background: #f7f7f7;
    }

    ::-webkit-scrollbar-track:active {
        background: #f7f7f7;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.mandatory_field_halo, .mandatory_field_halo:focus, .mandatory_field_halo:active {
    /* border: 1px solid rgba(232, 46, 0, 0.72); */
    /* box-shadow: 0 0 2px rgba(232, 46, 0, 0.72); */
    background: url(../../Resources/Images/Buttons/Ghost.png) !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% !important;
    border: 1px solid #3859a1 !important;
    border-top: 4px solid #3859a1 !important;
}

/*., .:focus, .:active {
    box-shadow: 0 0 2px rgba(49, 161, 208, 0.70);
    border: 1px solid rgba(49, 161, 208, 0.70);
}*/

    .req {
        color: red;
    }

    .options_fieldset {
        position: absolute;
        top: -2px;
        right: 5px;
    }

    .options_label {
        /*display: block;*/
        box-shadow: 1px 1px 1px rgba(255,255,255,.2), -1px -1px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 1px 1px rgba(255,255,255,.2) inset, -1px -1px 1px rgba(0,0,0,.2) inset;
        -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,.2) inset, -1px -1px 1px rgba(0,0,0,.2) inset;
    }

        .options_label:first-child {
            border-left-width: 1px;
            border-top-left-radius: .2em;
            border-bottom-left-radius: .2em;
        }

        .options_label:last-child {
            border-top-right-radius: .2em;
            border-bottom-right-radius: .2em;
        }

        .options_label.selected {
            background-color: rgb(26, 187, 156);
            border-color: #07d0ce;
            /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.57) inset;*/
            /* cursor: pointer !important; */
        }


.options_label.pcp.selected {
    background-color: #33e612;
    border-color: #c7b9b9;
}

.options_label.mbr {
    right: 41px;
}


.PCPRadioButtonAsTags {
    position: absolute;
    top: -9999px;
    left: -9999px;
}


.bg-lightcyan {
}

.in_label {
    position: relative;
    top: -18px;
    right: 5px;
    background: #1b7e5a;
    color: white;
}

.out_label {
    position: relative;
    top: -18px;
    right: 5px;
    background: #de2121;
    color: white;
}

.req {
    color: red;
}

div#alertbell {
    position: fixed;
    text-align: center;
    max-width: 320px;
    z-index: 1000;
    right: 5px;
    top: 55px;
    margin: 0px;
}

ul.menu-list.alert {
    margin-top: 10px;
}

.los_labels {
    position: relative;
    top: 3px;
}

.admission_section {
    color: #fff !important;
    /*margin-bottom: 2%;*/
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2a67), color-stop(50%,#34569f),color-stop(100%,#4869b0));
    background-image: -moz-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
    background-image: -ms-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b2a67', endColorstr = '#4869b0', GradientType = 0);
    background-repeat: no-repeat !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.mainBodyCollapse .pull_to_left {
    margin-left: -2.7%;
}

.mainBodyExpand .pull_to_left {
    margin-left: -1.4%;
}

.plain_language_btn {
    /*position: relative;
    width: 100px;
    top: 4px;
    height: 29px !important;
    width: 131px;*/
}

.auth_form input {
    text-transform: uppercase;
}

.thead_green {
    background: #31bc86;
    color: white;
}



.table-access-blue thead {
    background: #708bb8;
    color: white;
}

.table-striped tbody > tr:hover {
    background-color: rgb(215, 238, 247) !important;
}

.table-hover > tbody > tr:hover {
    background-color: #DBE5F1 !important;
}

.table-striped > tbody > tr:nth-child(2n-1) {
    background-color: #f5fcff;
    -webkit-transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -o-transition: all .125s ease-in-out;
    transition: all .125s ease-in-out;
}

.table-white tbody > tr:hover {
    background-color: lightblue !important;
}

.table-white tbody > tr {
    background-color: #fff !important;
    -webkit-transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -o-transition: all .125s ease-in-out;
    transition: all .125s ease-in-out;
}

.margin_left_half_percent {
    margin-left: -0.5%;
}
/** /Create New Auth CSS**/

#nextinnertab {
    display: none;
}



.text-yellow {
    color: #ffd600;
}

.text-lightgreen {
    color: #33e612;
}

.text-orange {
    color: #ff9b00;
}

.text-purple {
    color: #7c00ff;
}

.text-red {
    color: red;
}

.text-cyan {
    color: #00ccce;
}

.sideBarExpand .nav.side-menu > li > a.active {
    /* color: #2961bd; */
    /* cursor: pointer; */
    /* text-decoration: underline; */
    /* background: #ffffff; */
    /* border: 1px solid rgba(255,255,255,.26); */
    /* padding-right: 20px; */
}


.sideBarCollapse .nav.side-menu > li > a.active {
    color: #2961bd !important;
    cursor: pointer;
    text-decoration: underline;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.26);
    margin: 8px 0 0px 0;
    height: 25px;
}

a.active {
}

/*.nav.side-menu>li:after<a.active {
    position: absolute;
    content: "";
    width: 7%;
    bottom: 0;
    right: -6px;
    border-bottom: 1px solid #AAA;
    z-index: 0;
    background: white;
    height: 42px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}*/

.nav.side-menu > li > a.active:hover {
    /* color: #2961bd !important; */
    /* cursor: default; */
    /* text-decoration: underline; */
    /* background: #ffffff; */
    /* border: 1px solid rgba(255,255,255,.26); */
}

th.column-title {
    border: none !important;
}

.flyingtab {
    display: none;
    position: fixed;
    background: #ff0000;
    color: white !important;
    z-index: 10;
    padding: 10px;
    border-radius: 5px;
}

    .flyingtab a {
        color: white !important;
        font-size: 16px;
        font-weight: bold;
    }

.select2-search__field {
    text-transform: uppercase;
}

/*.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Upload';
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    border-radius: 0px;
    padding: 3px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
   
    font-weight: 700;
    font-size: 10px;
    color: white;
    margin-top: -1px;
    margin-left: -6px;
    background-image: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background-image: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    background-image: -moz-linear-gradient(top, #e3e3e3 50%, #f9f9f9 100%);
}*/

body.nav-md ul.nav.child_menu li.current-page:before {
    background: rgb(26, 255, 0);
}

li.col-lg-3 {
    padding-right: 20px !important;
    padding-left: 20px !important;
    border: 1px dotted #e6e6e6;
}

.circ {
    border-radius: 50%;
    border: 5px solid #ce0000;
}

    .circ img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
    }

    .circ:before {
        content: "";
        position: absolute;
        top: 103%;
        left: 40%;
        height: 12px;
        width: 19px;
        background: #ce0000;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 10%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(10%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 10%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 10%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 10%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 10%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}

.form-control {
    color: black;
}

.custom_x_title > h2 {
    color: white !important;
}

/*table td color*/
td {
    color: #333;
}

.x_title {
    border-bottom: none !important;
    padding: 1px 14px 6px;
    margin-bottom: -1% !important;
}

.margin_bottom_zero {
    margin-bottom: 0 !important;
    margin-left: 6px;
}


.menu_section .paper-input {
    color: #ffffff;
}

.memberinnermenu {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.border_on_white {
    border: 3px solid rgb(206, 207, 216) !important;
}

.top_nav .dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #e4dfdf !important;
}

#topTabs li a {
    color: #716464 !important;
}

#topTabs li.active a {
    color: white !important;
    font-weight: bold !important;
}

.nav .open > a {
    background-color: inherit !important;
}

.tabstyle {
    width: 250px;
    background-color: white;
    color: black;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    height: 35px;
    border-radius: 0px 43px 0px 0px;
    padding-top: 2px;
    padding-right: 40px;
    border-top: 3px solid rgb(119, 154, 210);
    border-right: 0px solid rgb(119, 154, 210);
    border-bottom: 1px solid #c9c9c9;
}

div.tabstyle::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 31px;
    background: white;
    right: 1px;
    top: -3px;
    border-left: 3px solid #3f68a8;
    border-bottom: 3px solid #3f68a8;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg); /* Standard syntax */
}

.float_menu_toggle {
    cursor: pointer;
    position: absolute;
    right: 0px;
    z-index: 100000;
    top: 1px;
    padding: 2px 0px 0 3px;
    height: 23px;
    width: 23px;
}

.RealestateBreadCrum {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 2px;
}

.addbtninmenu:hover {
    background: #00ca00;
}

/*.copyright-info {
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    right: 25px;
}*/


.serviceline_title {
    color: #a3a4a5;
    font-weight: 700;
}

.width_13_percent {
    width: 13%;
}

.width_1000_pixel {
    width: 1000px;
}

.width_87_percent {
    width: 87%;
}

.sideBarExpand .anchorselected > .badge.badge-left {
    left: 0px;
    right: inherit;
    top: -3px;
    padding: 1px 5px;
    font-weight: bold;
}

.sideBarCollapse .anchorselected > .badge.badge-left {
    left: 0px;
    right: inherit;
    top: -3px;
    padding: 1px 5px;
    font-weight: bold;
}

.sideBarExpand .badge.badge-left {
    left: 0px;
    right: inherit;
    top: -3px;
    padding: 1px 5px;
    font-weight: bold;
}

.sideBarCollapse .badge.badge-left {
    left: 0px;
    right: inherit;
    top: 13px;
    padding: 1px 5px;
    font-weight: bold;
}

.bg-lightgreen {
    background: rgb(0, 255, 10) !important;
    border: 1px solid #00e4b8 !important;
    color: #232323;
}

/** Auth Preview**/
.modalbodyheight {
    max-height: 5000px;
    overflow: auto;
}

.inline_block {
    display: inline-block;
    vertical-align: text-top;
}

.font_16 {
    font-size: 16px;
}

.plusbtnSign {
    cursor: pointer;
    margin-left: 5px;
}

.padding_top_10px {
    padding-top: 10px;
}

.width_1 {
    width: 1%;
}

.width_2 {
    width: 2%;
}

.width_3 {
    width: 3%;
}

.width_4 {
    width: 4%;
}

.width_5 {
    width: 5%;
}

.width_6 {
    width: 6%;
}

.width_7 {
    width: 7%;
}

.width_8 {
    width: 8%;
}

.width_9 {
    width: 9%;
}

.width_10 {
    width: 10%;
}

.width_11 {
    width: 11%;
}

.width_12 {
    width: 12%;
}

.width_13 {
    width: 13%;
}

.width_14 {
    width: 14%;
}

.width_15 {
    width: 15%;
}

.width_16 {
    width: 16%;
}

.width_17 {
    width: 17%;
}

.width_18 {
    width: 18%;
}

.width_19 {
    width: 19%;
}

.width_20 {
    width: 20%;
}

.width_21 {
    width: 21%;
}

.width_22 {
    width: 22%;
}

.width_23 {
    width: 23%;
}

.width_24 {
    width: 24%;
}

.width_25 {
    width: 25%;
}

.width_26 {
    width: 26%;
}

.width_27 {
    width: 27%;
}

.width_28 {
    width: 28%;
}

.width_29 {
    width: 29%;
}

.width_30 {
    width: 30%;
}

.width_31 {
    width: 31%;
}

.width_32 {
    width: 32%;
}

.width_33 {
    width: 33%;
}

.width_34 {
    width: 34%;
}

.width_35 {
    width: 35%;
}

.width_36 {
    width: 36%;
}

.width_37 {
    width: 37%;
}

.width_38 {
    width: 38%;
}

.width_39 {
    width: 39%;
}

.width_40 {
    width: 40%;
}

.width_41 {
    width: 41%;
}

.width_42 {
    width: 42%;
}

.width_43 {
    width: 43%;
}

.width_44 {
    width: 44%;
}

.width_45 {
    width: 45%;
}

.width_46 {
    width: 46%;
}

.width_47 {
    width: 47%;
}

.width_48 {
    width: 48%;
}

.width_49 {
    width: 49%;
}

.width_50 {
    width: 50%;
}

.width_51 {
    width: 51%;
}

.width_52 {
    width: 52%;
}

.width_53 {
    width: 53%;
}

.width_54 {
    width: 54%;
}

.width_55 {
    width: 55%;
}

.width_56 {
    width: 56%;
}

.width_57 {
    width: 57%;
}

.width_58 {
    width: 58%;
}

.width_59 {
    width: 59%;
}

.width_60 {
    width: 60%;
}

.width_61 {
    width: 61%;
}

.width_62 {
    width: 62%;
}

.width_63 {
    width: 63%;
}

.width_64 {
    width: 64%;
}

.width_65 {
    width: 65%;
}

.width_66 {
    width: 66%;
}

.width_67 {
    width: 67%;
}

.width_68 {
    width: 68%;
}

.width_69 {
    width: 69%;
}

.width_70 {
    width: 70%;
}

.width_71 {
    width: 71%;
}

.width_72 {
    width: 72%;
}

.width_73 {
    width: 73%;
}

.width_74 {
    width: 74%;
}

.width_75 {
    width: 75%;
}

.width_76 {
    width: 76%;
}

.width_77 {
    width: 77%;
}

.width_78 {
    width: 78%;
}

.width_79 {
    width: 79%;
}

.width_80 {
    width: 80%;
}

.width_81 {
    width: 81%;
}

.width_82 {
    width: 82%;
}

.width_83 {
    width: 83%;
}

.width_84 {
    width: 84%;
}

.width_85 {
    width: 85%;
}

.width_86 {
    width: 86%;
}

.width_87 {
    width: 87%;
}

.width_88 {
    width: 88%;
}

.width_89 {
    width: 89%;
}

.width_90 {
    width: 90%;
}

.width_91 {
    width: 91%;
}

.width_92 {
    width: 92%;
}

.width_93 {
    width: 93%;
}

.width_94 {
    width: 94%;
}

.width_95 {
    width: 95%;
}

.width_96 {
    width: 96%;
}

.width_97 {
    width: 97%;
}

.width_98 {
    width: 98%;
}

.width_99 {
    width: 99%;
}

.width_100 {
    width: 100%;
}

.margin_right_1 {
    margin-right: 1%;
}

.margin_top_5px {
    margin-top: 5px;
}

.auth_number_label {
    position: relative;
    right: -18%;
}

.plan_use_only_label {
    position: relative;
    right: 0;
    top: 15px;
    left: 0%;
}
/** /Auth Preview**/
.table_align_middle th, .table_align_middle td {
    text-align: center;
}

.alignLeftTable td, .alignLeftTable th {
    text-align: left !important;
}

.noBorderTable td, .noBorderTable th {
    border: none !important;
}

.boldBody td {
    font-weight: 500;
}

.zeroPaddingBottomTh th {
    padding-bottom: 0 !important;
}

.zeroPaddingTopTd td {
    padding-top: 0 !important;
}

.zero_padding_bottom {
    padding-bottom: 0;
}

.no_underline, .no_underline:hover, .no_underline:active {
    text-decoration: none !important;
}

.odagtext {
    width: 50%;
    padding-left: 3px;
    padding-right: 0px;
    display: initial;
    border-radius: 5px;
    height: 20px;
}

.addBtnInTab {
    position: relative;
    left: 74.5%;
    top: -24px;
    z-index: 1;
    height: 16px;
    width: 16px;
    border-radius: 15px;
    background: #5fad5f;
    border: #5fad5f;
    text-align: left;
    padding: 1px 0px 0px 3px;
    color: #fff;
}

.tabText {
    position: relative;
    left: 2%;
}

.current > a.list-item {
    background: #ffffff;
    color: #fff;
    font-weight: bold;
}

.text_align_right {
    text-align: right;
}

.table_custom_th_border_right th {
    border-right: 1px solid #dddddd !important;
}

.font_13 {
    font-size: 13px;
}



.modal-backdrop.fade.in {
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}





/*-------------tooltip---------------------------*/
.tooltip {
    text-transform: uppercase !important;
    word-wrap: break-word;
}

    .tooltip .tooltip-arrow {
        display: none;
    }

.tooltip-inner {
    border: 1px solid #ddd !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #333 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    padding: 8px;
    margin-top: 7px;
    box-shadow: 0 1px 1px 1px #8a8989;
}


.nav_menu .tooltip-inner {
    border: 1px solid #ddd !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #333 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    white-space: nowrap;
    padding: 8px;
    margin-top: 7px;
    box-shadow: 0 1px 1px 1px #8a8989;
}



.margin_top_20_px {
    margin-top: 20px;
}

.margin_top_10_px {
    margin-top: 10px;
}

.important_field_halo, .important_field_halo:focus, .important_field_halo:active {
    box-shadow: 0 1px 11px rgb(245, 3, 3) !important;
    border: 1px solid rgb(245, 3, 3);
}

.hook {
    display: none;
}

.active .hook {
    width: 4px;
    height: 4px;
    margin: -16px 0 0 24px;
    border-radius: 50%;
    display: block;
}

.hook::before {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 3px 0px rgb(105, 107, 111), 0px -3px 3px 0px rgb(105, 107, 111);
    content: "";
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    margin: 8px;
    height: 24px;
    width: 8px;
    position: absolute;
    top: 37px;
    left: 0.8%;
    z-index: 2;
}

.hook::after {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 3px 0px rgb(105, 107, 111), 0px -3px 3px 0px rgb(105, 107, 111);
    content: "";
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    margin: 8px;
    height: 24px;
    width: 8px;
    position: absolute;
    top: 37px;
    left: 97%;
    z-index: 2;
}

hookBorder {
    width: 4px;
    height: 4px;
    margin: -16px 0 0 24px;
    border-radius: 50%;
    display: block;
}

.hookBorder::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 98.9%;
    height: 19px;
    border: 1px solid #6e93cf;
    top: 39px;
    border-left: 4px solid #6e93cf;
    border-right: 4px solid #466392;
    left: 6px;
}

#myTabContent {
    /*padding-top: 15px;*/
    background: white;
}





.runningdata td:first-of-type {
    border-left: none !important;
}

.clasp {
    background: #aaaaaa;
    border: 1px solid #999999;
    border-radius: 4px;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.4), inset -1px 1px 2px white;
    display: block;
    height: 23px;
    position: absolute;
    top: 82px;
    width: 5px;
    z-index: 2000;
    left: 1.4%;
}

    .clasp.hole_left {
        left: 14.5%;
    }

    .clasp.hole_middle_left {
        left: 29.88%;
    }

    .clasp.hole_middle_right {
        left: 62.2%;
    }

    .clasp.hole_right {
        left: 97.55%;
    }

.hole {
    background: #edf0f3;
    border-radius: 11px;
    box-shadow: 0 -1px 0 black, inset 0 0 20px #f9f0f0;
    display: block;
    height: 9px;
    position: absolute;
    top: 98px;
    width: 9px;
    z-index: 2;
    left: 1.2%;
}

    .hole.hole_left {
        left: 14.35%;
    }

    .hole.hole_middle_left {
        left: 29.7%;
    }

    .hole.hole_middle_right {
        left: 62.04%;
    }

    .hole.hole_right {
        left: 97.35%;
    }

    .hole.hole_left_top {
        top: 80px;
        left: 14.35%;
    }

    .hole.hole_middle_left_top {
        top: 80px;
        left: 29.7%;
    }

    .hole.hole_middle_right_top {
        top: 80px;
        left: 62.04%;
    }

    .hole.hole_right_top {
        top: 80px;
        left: 97.35%;
    }

.margin_top_0 {
    margin-top: 0 !important;
}


/*-------------------------------Table buttons Style-------------------------------*/

.view-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #48c2a9;
    border: 0;
    border-bottom: 2px solid #18a689;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #18a689;
    box-shadow: inset 0 -2px #18a689;
}

.print-button {
    width: 60px;
    height: 30px;
    margin-left: 186px;
    font-size: medium;
    position: relative;
    vertical-align: top;
    padding: 0;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #0583e8;
    border: 0;
    border-bottom: 2px solid rgb(4, 109, 228);
    cursor: pointer;
    box-shadow: inset 0 -2px rgb(5, 107, 224);
}

.view-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.view-auth-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #48c2a9;
    border: 0;
    border-bottom: 2px solid #18a689;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #18a689;
    box-shadow: inset 0 -2px #18a689;
}

    .view-auth-button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.copy-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #3498db;
    border: 0;
    border-bottom: 2px solid #2a8bcc;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #2a8bcc;
    box-shadow: inset 0 -2px #2a8bcc;
}

    .copy-button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.light-blue-button {
    position: relative;
    vertical-align: top;
    /* width: 40px; */
    height: 31px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #4FB5D3;
    border: 0;
    border-bottom: 2px solid #3498DB;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #3498DB;
    box-shadow: inset 0 -2px #3498DB;
}

    .light-blue-button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.edit-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f39c12;
    border: 0;
    border-bottom: 2px solid #e8930c;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #e8930c;
    box-shadow: inset 0 -2px #e8930c;
}

    .edit-button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.red-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
}

.default-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c1bcbc;
    border: 0;
    border-bottom: 2px solid #949090;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #949090;
}

    .default-button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.red-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.light-green-button {
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 22px;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #5cb85c;
    border: 0;
    border-bottom: 2px solid #4aa84a;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #4aa84a;
    box-shadow: inset 0 -2px #4aa84a;
}

    .light-green-button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.button-styles button {
    /*width: 70px;
    height: 30px;
    font-size: 11px;*/
    min-width: 98px;
    border-radius: 2px;
    /* height: 38px; */
    font-size: 14px;
    font-weight: bold !important;
}

.button-styles-md button {
    width: 85px;
    height: 25px;
    font-size: 10px;
}

.button-styles-xs button {
    /* width: 28px; */
    /* height: 22px; */
    /* font-size: 10px; */
}

/*-------------------------------Table buttons Style-------------------------------*/

/*.memberinnermenu .active .text_beside_icon {
    vertical-align: top;
  width: 40px;
  height: 22px;
  padding: 3px 5px;
  border-radius: 2px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}*/

td span {
    line-height: 12px;
}

.chrome-tab .fa-trash-o {
    color: #dad9d9;
}

    .chrome-tab .fa-trash-o:hover {
        color: red;
    }

.chrome-tab.chrome-tab-current .fa-trash-o {
    color: red;
}

.min_width_60_percent {
    min-width: 60%;
}

.addbtninmenu > i.fa {
    color: #fff !important;
}

#authHistoryListData {
    cursor: default;
}


/*==================== CUSTOM SLIDING MODAL =======================*/

.modal_background {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 0px;
    z-index: 10000;
    background: rgba(203, 203, 203, 0.59);
    height: 0px;
}

    .modal_background > .slide_modal {
        background: #ffffff;
        position: fixed;
        top: 0px;
        right: 0px;
        overflow-x: hidden;
        width: 60% !important;
        -moz-opacity: 0.9;
        -ms-opacity: 0.9;
        -webkit-opacity: 0.9;
        opacity: 1;
        z-index: 10001;
        box-shadow: 8px -7px 8px 9px #424141;
        padding: 5px;
    }


        .modal_background > .slide_modal > .modal_header {
            font-size: 16px;
            font-weight: bold;
            padding: 0px 5px;
        }

        .modal_background > .slide_modal > .modal_body {
            padding: 0px 5px;
            font-weight: bold;
            font-size: 16px;
        }

        .modal_background > .slide_modal > .modal_header > .close_btn {
            float: right;
            cursor: pointer;
        }

            .modal_background > .slide_modal > .modal_header > .close_btn:hover {
                color: #333;
            }

/*====================== END ========================================*/
/* for the export options*/
a.export-button {
    padding: 0px 1px 0px 1px;
    border: 1px solid #4469a6;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 2px;
    -webkit-transition-duration: 0.01s;
    transition-duration: 0.01s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all 500ms all;
    z-index: 1;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .5);
}

    a.export-button:hover {
        box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    }

    a.export-button:active {
        transform: translateY(0.5px);
        box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .1);
        box-shadow: 0 1px #7d7a7a;
    }

.export-button img {
    width: 20px;
    height: 20px;
}

.queue_body.active ~ .bottomfixed {
    display: none !important;
}



.width_125_percent {
    width: 125% !important;
}

.notification-list:not(:last-of-type) {
    border-bottom: 1px solid #cbd3da;
}

.settings-list:not(:last-of-type) {
    border-bottom: 1px solid #cbd3da;
}

.settings-list {
    margin: 3px 0px 3px 0px;
    cursor: pointer;
}

.innermenu .nav .side-menu {
}

.innerMenu ul li {
    height: 40px;
}

    .innerMenu ul li a {
        position: relative;
        top: 15%;
    }

.innerMenu .text_beside_icon {
    padding-left: 10px;
}

div#fullBodyContainer {
    overflow: auto !important;
}




.memberheader .headings > th {
    border-bottom: none !important;
}

#ruler {
    visibility: hidden;
    white-space: nowrap;
}





/*TEXT-ADJUST*/

.text_adjust {
    width: auto;
    padding-right: 10px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.addcptrangebtn {
    /* height: 32px !important; */
}

.bold_text {
    font-weight: bold !important;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.sideModalHeading {
    color: black !important;
}

.notification-list {
    color: black;
}

.ClickHereStyle {
    color: #3e98ff;
}

.radioStyle {
    padding-left: 10px;
}

.inline_flexy {
    display: inline-flex;
}

span.options_label {
    height: 17px;
    padding-top: 0 !important;
    width: 40px;
    cursor: pointer !important;
}

    span.options_label > label {
        cursor: pointer !important;
    }

.innertabclose-red {
    background: #c61f35;
}

.background_white {
    background: white;
}

.uploadIcon {
    width: 21px;
}

.reviewDataLabel {
    color: #102c62 !important;
}

.abvStyleClass {
    background-color: #001748;
    display: inline-block;
    width: 100%;
}

.expeditedStyle {
    color: #ba162c;
}

.close_modal_btn:hover {
    color: white !important;
}

#sideModalHeader {
    padding: 6px 18px 6px 24px;
    /*background: url(../../Resources/Images/Buttons/Primary.png);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.document_modal {
    width: 98%;
    margin-left: 2%;
    margin-top: 2%;
}

.tile-stats {
    padding-top: 5px;
}

    .tile-stats .count, .tile-stats h3, .tile-stats p {
        position: absolute;
        margin: 0;
        margin-left: 10px;
        right: 1px;
        z-index: 5;
        padding: 0;
    }

    .tile-stats .icon {
        color: #BAB8B8;
        position: absolute;
        right: 44px;
        z-index: 1;
    }

span.titlecms.h3 {
    margin-left: 5px;
}


.tile-stats .count {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.65857143;
    margin-top: -8px;
    margin-right: 5px;
}

.legend2.exportbtn {
    position: absolute;
    border: none;
    top: 0px;
    right: 20px;
    background: #fff;
    padding: 0px !important;
    border: none !important;
}

.export-button {
    margin-top: 2px;
    margin-bottom: 2px;
}

.transparent-font-color {
    color: transparent;
}

.divider-dashed-right {
    border-right: 1px solid rgb(61, 92, 159);
    padding-right: 1%;
}


/*#admissionSection > .x_panel  {
    background: #c1e3ff;
}*/

.PreAuth_NoteTextStyle {
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#mainBody {
    top: 6px;
}

.shared-floating-modal-header-white {
    color: black;
    background: url(../../Resources/Images/Buttons/Primary.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.PrintBtnStyle {
    background-color: white;
}

.INOONLabelOverrideCls {
    order: 2;
    margin-left: 0 !important;
    position: relative !important;
    top: -4px !important;
    margin-top: 0px !important;
    height: 22px !important;
}

#dynamicSection .form-control, #dynamicSection .viewProviderSearchDropdown, #dynamicSection .viewFacilitySearchDropdown {
    position: relative;
    top: -4px;
}

#PreAuthMemberArea .form-control {
    position: relative;
    top: -4px;
}

#PreAuthSvcProvider .form-control {
    position: relative;
    top: -4px;
}

#PreAuthFacility .form-control {
    position: relative;
    top: -4px;
}

#PreAuthDates .form-control {
    position: relative;
    top: -4px;
}

#PreAuthReqProvider .form-control:not(.checkbox-radio) {
    position: relative;
    top: -4px;
}

#PreAuthReqProvider .theme_label_data {
    position: relative;
    top: -4px;
}

/*-------Modal Height & Width---------*/
#SharedFloatingModalContent {
    /*width:700px;*/
    border-radius: 0px !important;
}
/*#SharedFloatingModalBody{
    min-height:595px;
}*/

.all_black {
    color: black;
}

.claimlist_table th label {
    color: black;
}

.Notes_Contact {
    font-weight: 800;
    word-break: normal;
}

#dataInBucket label {
    left: 50px;
}

.move_name span {
    top: -4px;
    position: relative;
}

.databaseColor {
    color: #fffe46 !important;
}

ul.color_list li a.active {
    /* padding: 3px 5px !important; */
    border: 2px solid red;
}

.field-validation-error {
    color: red;
}

#InsertTextDiv {
    float: left;
    overflow: auto;
    margin-left: 4px;
    margin-right: 12px;
}

#textSnippetsTable td {
    overflow: hidden;
    white-space: normal;
    font-weight: bold;
}

#textSnippetsTable tr {
    cursor: pointer;
}

#actionBtns button {
    float: right;
}

#hiddenActionBtns {
    display: none;
}


.popover-content {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    word-break: normal !important;
    font-weight: 800 !important;
    color: black !important;
    font-family: "Roboto","Helvetica Neue", Arial, "Droid Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

    .popover-content .unbold {
        font-weight: normal;
    }

.popover-title {
    font-weight: normal !important;
    color: black !important;
    text-transform: uppercase;
    font-family: "Roboto","Helvetica Neue", Arial, "Droid Sans", sans-serif;
    font-size: 14px !important;
}

.popover {
    width: auto;
    white-space: pre-wrap !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    max-width: 40em;
    overflow: hidden;
    font-weight: bold;
    z-index: 9999 !important;
    position: fixed;
}

.align-middle {
    display: flex;
    align-items: center;
}

.screencheckalert, .browsercheckalert {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: red;
    color: white;
    font-weight: bold;
    z-index: 50;
    text-transform: uppercase;
    height: 35px;
}

    .screencheckalert h6, .browsercheckalert h6 {
        color: white;
    }

.thumbnail {
    height: auto;
    cursor: pointer;
}

    .thumbnail .image {
        height: auto;
    }

.filecss {
    width: 6%;
}

div#fullBodyContainer::after {
    content: "";
    height: 50px;
    display: block;
}

.c-pointer {
    cursor: pointer;
}

a.disabled {
    color: gray;
    cursor: not-allowed !important;
}

    a.disabled:hover {
        cursor: not-allowed !important;
    }

.insertTextLink {
    cursor: pointer;
    color: #337ab7;
}

    .insertTextLink:hover {
        text-decoration: underline;
    }

#innerTabContainer {
    /*padding-bottom:70px;*/
}

#authChangeButtons {
    /*padding-bottom:60px;*/
}

.collapsed_click.active:first-of-type {
    padding-top: 5px;
}

.calypsoBtnBody {
    padding-bottom: 70px !important;
    margin-top: 10px !important;
}

#PreAuthRequestForm, #ViewAuthorizationTabView {
    /*padding-bottom:70px !important;*/
}

#UM_auth_form {
    padding-bottom: 30px !important;
}

#queue-table-body {
    padding-bottom: 10px !important;
}

#QueueGrid {
    padding-bottom: 15px !important;
}

#queueBody {
    padding-bottom: 15px !important;
}

/*Setting Member Header Widths*/
.memberheader .refId {
    width: 6%;
}

.memberheader .subscriberId {
    width: 5%;
}

.memberheader .memberfullName {
    width: 10%;
}

.memberheader .dob {
    width: 8%;
}

.memberheader .memberPhone {
    width: 7%;
}

.memberheader .gender {
    width: 5%;
}

.memberheader .age {
    width: 3%;
}

.memberheader .planSubGroup {
    width: 12%;
}

.memberheader .planSubGroupcombinecounty {
    width: 19%;
}

.memberheader .county {
    width: 7%;
}

.memberheader .effectiveDate {
    width: 7%;
}

.memberheader .terminationDate {
    width: 7%;
}

.memberheader .providerId {
    width: 6%;
}

.memberheader .pcpName {
    width: 10%;
}

.memberheader .pcpPhone {
    width: 7%;
}


/*Small screen 100%*/
@media screen and (min-height: 600px) and (max-height: 768px) {
    .PlanSubGroupWidth {
        margin-left: 3px;
    }
}

/*Small screen 75%*/
@media screen and (min-height: 769px) and (max-height: 1100px) {
    .PlanSubGroupWidth {
        margin-left: 14px;
    }
}



/*.headerArea #MemberHeaderTable{
    table-layout :fixed !important;
}*/

@media (min-width: 1300px) {
    #MemberHeaderTable {
        width: 100%;
        max-width: 100%;
    }
}

.textNormal {
    text-transform: none !important;
}

.tooltip {
    text-transform: uppercase;
}


#loadingSample img {
    width: 100px;
    height: 30px;
    z-index: 100000;
    text-align: center;
}


/*Grid CSS*/

.colstyle {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
}

#tableWrapper .mh_subscriberIDcss {
    width: 8%;
}

#tableWrapper .mh_lastNamecss {
    width: 8%;
}

#tableWrapper .mh_firstNamecss {
    width: 8%;
}

#tableWrapper .mh_dateOfBirthcss {
    width: 6%;
}

#tableWrapper .mh_gendercss {
    width: 5%;
}

#tableWrapper .mh_providerIdcss {
    width: 6%;
}

#tableWrapper .mh_pcpFullNamecss {
    width: 8%;
}

#tableWrapper .mh_pcpPhoneNumbercss {
    width: 8%;
}

#tableWrapper .mh_planNamecss {
    width: 7%;
}

#tableWrapper .mh_planEffectiveDatecss {
    width: 7%;
}

#tableWrapper .mh_addressLine1css {
    width: 7%;
}

#tableWrapper .mh_citycss {
    width: 5%;
}

#tableWrapper .mh_statecss {
    width: 4%;
}

#tableWrapper .mh_zipCodecss {
    width: 5%;
}

#tableWrapper .mh_viewEditButtons {
    width: 8%;
}

/*UM Search*/
#tableWrapper .um_subscriberIDcss {
    width: 8%;
}

#tableWrapper .um_lastNamecss {
    width: 7%;
}

#tableWrapper .um_firstNamecss {
    width: 7%;
}

#tableWrapper .um_dateOfBirthcss {
    width: 7%;
}

#tableWrapper .um_gendercss {
    width: 5%;
}

#tableWrapper .um_providerIdcss {
    width: 7%;
}

#tableWrapper .um_pcpFullNamecss {
    width: 7%;
}

#tableWrapper .um_pcpPhoneNumbercss {
    width: 7%;
}

#tableWrapper .um_planNamecss {
    width: 8%;
}

#tableWrapper .um_planEffectiveDatecss {
    width: 7%;
}

#tableWrapper .um_facilitycss {
    width: 7%;
}

#tableWrapper .um_addressLine1css {
    width: 7%;
}

#tableWrapper .um_citycss {
    width: 5%;
}

#tableWrapper .um_statecss {
    width: 4%;
}

#tableWrapper .um_zipCodecss {
    width: 6%;
}

xmp {
    font-family: inherit;
    font-size: inherit;
    display: inline;
    word-wrap: break-word;
    white-space: normal !important;
    font-weight: inherit;
    color: black !important;
    text-transform: uppercase;
}

.font14 {
    font-size: 14px !important;
}

.paddingLeftZero {
    padding-left: 0px;
}

.height76 {
    height: 76px;
}

.height19 {
    height: 19px;
}

.marginLeftminusTen {
    margin-left: -10px;
}

.marginBottomTen {
    margin-bottom: 10px;
}

.paddingLeftTen {
    padding-left: 10px;
}

.alert-warning {
    color: #ffffff;
    background-color: #DCA808 !important;
    border-color: #DCA808 !important;
}

.alert-success {
    color: #ffffff;
    background-color: #358A33 !important;
    border-color: #358A33 !important;
}

.alert-dark {
    color: white !important;
    background-color: #0F2B68 !important;
    border-color: rgba(52,73,94,.88) !important;
}

/*Css for  Search Buttons Hightlighting*/
#searchMembersButton:focus {
    box-shadow: 0px 0px 10px #e2af0e !important;
    border: 1px solid #e2af0d !important;
    margin-right: 1px !important;
}

#clearSearchButton:focus {
    box-shadow: 0px 0px 10px #e2af0e !important;
    border: 1px solid #e2af0d !important;
    margin-right: 1px !important;
}

.auto_tabheading {
    color: transparent;
}

    .auto_tabheading::before {
        content: "Ma ";
    }

.SearchMemberOverflow {
    overflow: hidden !important;
}


/*Breadcrumb styling*/
.cl_br:after {
    border-left: 10px solid #378c34 !important;
}

.cl_br:hover {
    background: url('../../Resources/Images/Buttons/Success.png') no-repeat !important;
    background-size: cover !important;
}

#QueueName {
    color: #fff !important;
}

#ModuleName {
    color: #fff !Important;
}

#QueueName {
    color: #fff !Important;
}

.memberheader {
    color: #fff !Important;
}

.outer_menu_item_under:first-of-type {
    /* top: 7px !Important; */
    margin-bottom: 9px !Important;
}


.InEligibleMember {
    background-image: linear-gradient(300deg, white 10%, #7d9de2) !important;
    height: 28px;
}

.GoldPlusPlanColor {
    color: #F0AD4E !important;
}