﻿/*THEME AREA*/

/*Tool tip css*/
.tooltip {
    text-transform: uppercase !important;
    word-wrap: break-word;
}


:root {
    --main-color: #203764;
}

body {
    text-transform: uppercase;
}

.nav_menu .fa {
    color: #ffffff !important;
}

.nav_menu .nav.navbar-nav > li > a {
    color: #ffffff !important;
}

.profileTabMargin {
    margin-top: 3%;
}

.user-profile {
    color: #ffffff !important;
}

#searchBox::-webkit-input-placeholder {
    color: #ffffff !important;
}

#searchBox::-moz-placeholder {
    color: #ffffff !important;
}

#searchBox:-ms-input-placeholder {
    color: #ffffff !important;
}

.search_wrapper {
    border-bottom: 1px solid #ffffff !important;
}

.filter-element {
    text-transform: uppercase;
}

.main_menu_side, .work_menu, #sidebar-menu {
    background: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    z-index: 11;
}

.theme_label {
    font-weight: normal !important;
    color: black !important;
    text-transform: uppercase;
}

.theme_label_data {
    font-weight: 800 !important;
    color: black !important;
    white-space: initial;
}

/* YES NO (RED/GREEEN) CHECKBOX CSS*/
input.ClassSuccess:checked + label > span, input.ClassSuccess:checked + label > span,
input.ClassSuccess:not(:disabled):checked + label > span {
    background: #008000 !important;
}

input.ClassPrimary:checked + label > span, input.ClassPrimary:checked + label > span,
input.ClassPrimary:not(:disabled):checked + label > span {
    background: #203764 !important;
}

input.ClassDanger:checked + label > span, input.ClassDanger:checked + label > span,
input.ClassDanger:not(:disabled):checked + label > span {
    background: #aa061c !important;
}

/* YES NO (RED/GREEEN) CHECKBOX CSS ENDS*/
.theme_thead {
    /*background: url(../../Resources/Images/Buttons/Primary.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white !important;*/
}

.theme_a {
    color: #4469a6;
}

.form-control:active, .form-control:focus {
    box-shadow: 0 0 10px #e2af0e;
    border: 1px solid #e2af0d;
}

#outerTabsArea li {
    /* background: #d7eef7; */
    background: url(../../Resources/Images/Buttons/Ghost.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 190px;
    max-width: 190px;
    text-align: center;
    font-size: 12px;
}

    #outerTabsArea li > a {
        color: #30487D !important;
        text-transform: uppercase;
    }

    #outerTabsArea li.active {
        background: url("../../Resources/Images/Buttons/Primary.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

        #outerTabsArea li.active > a {
            color: #fff !important;
        }

.innerTabsArea li {
    background: url(../../Resources/Images/Buttons/Ghost.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    font-weight: bold;
}

    .innerTabsArea li > a {
        color: #30487D !important;
    }

    .innerTabsArea li.active {
        background: url("../../Resources/Images/Buttons/Primary.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

#workmenu {
    background: url(../../Resources/Images/Buttons/Danger.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#submittedmenu {
    background: url("../../Resources/Images/Buttons/Success.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#completedmenu {
    background: url("../../Resources/Images/Buttons/Success.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#CTFUmenu {
    background: url(../../Resources/Images/Buttons/Danger.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

    #workmenu > a, #submittedmenu > a, #completedmenu > a, #CTFUmenu > a {
        color: white !important;
        margin-top: 4px !important;
    }

.queueUppertab_label {
    /* border:2px solid White !important; */
    margin-left: 3px !important;
    background: #3c5ea6;
}

.topminus3 {
    top: -3px !important;
}

.innerTabsArea li.active > a {
    color: #fff !important;
}
/* /THEME AREA*/

.memberPictureFrame {
    color: white !important;
    margin-bottom: 0px;
    margin-left: -4px;
    border-top: 4px solid #203764;
    border-right: 4px solid #203764;
    border-bottom: 4px solid #203764;
    border-left: 4px solid #203764;
    z-index: 1;
    height: 65px;
    margin-top: 4px;
    padding: 0;
    min-height: 60px;
}

.HeightAdjsutment {
    height: 30px !important;
}

.memberPictureFrame::before {
    content: "";
    background: #203764;
    right: 0;
    position: absolute;
    width: 3px;
    height: 47%;
}

.nav_menu {
    background: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #395aa3 !important;
    margin-bottom: 0px;
    box-shadow: 0 1px 3px 2px rgb(68, 118, 222) !important;
}

.runningdata thead {
    color: #fff;
    background: none;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 12px 6px 24px;
    background: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.inner_menu_container .list-item {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding: 0px 4px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    vertical-align: middle;
    line-height: 2.8em;
    border-bottom: none;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    cursor: pointer;
    font-weight: bold;
    color: #30487D !important;
    background-color: #e0ebff !Important;
}


    .inner_menu_container .list-item:hover {
        font-weight: bold;
        background: #e0ebff;
        color: #0096da;
    }

        .inner_menu_container .list-item:hover:before, .list-item:hover:after {
            -webkit-transition: all .25s linear;
            transition: all .25s linear;
        }

    .inner_menu_container .list-item:before, .list-item:after {
        content: '';
        position: absolute;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        width: 0.5em;
    }

    .inner_menu_container .list-item:after {
        background: #e4e4e4;
        bottom: -46px;
        left: 37px;
        -webkit-transform: rotate(90deg) skew(0, 45deg);
        transform: rotate(90deg) skew(0deg, 0deg);
    }

    .inner_menu_container .list-item:before {
        background: #e4e4e4;
        top: 0.25em;
        left: -.5em;
        -webkit-transform: skewY(-45deg);
        transform: skewY(-45deg);
    }

.inner_menu_container .current > a.list-item {
    background: linear-gradient(#4b6cb7, #182848);
    background-color: #4A5899 !important;
    color: white !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.inner_menu_container .list-item {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding: 3px 4px 1px 4px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    vertical-align: middle;
    line-height: 2.2em;
    border-bottom: none;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    cursor: pointer;
    font-weight: bold;
    color: #30487D !important;
    /* background-color: #d7eef7 !Important; */
    background: url(../../Resources/Images/Buttons/Ghost.png);
    background-repeat: no-repeat;
    background-size: cover;
}


    .inner_menu_container .list-item:hover {
        font-weight: bold;
        background: url(../../Resources/Images/Buttons/Ghost.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .inner_menu_container .list-item:hover:before, .list-item:hover:after {
            -webkit-transition: all .25s linear;
            transition: all .25s linear;
        }

    .inner_menu_container .list-item:before, .list-item:after {
        content: '';
        position: absolute;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        width: 0.5em;
    }

    .inner_menu_container .list-item:after {
        background: #e4e4e4;
        bottom: -46px;
        left: 37px;
        -webkit-transform: rotate(90deg) skew(0, 45deg);
        transform: rotate(90deg) skew(0deg, 0deg);
    }

    .inner_menu_container .list-item:before {
        background: #e4e4e4;
        top: 0.25em;
        left: -.5em;
        -webkit-transform: skewY(-45deg);
        transform: skewY(-45deg);
    }

.inner_menu_container .current > a.list-item {
    background: linear-gradient(#4b6cb7, #182848);
    background: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.FooterShadow {
    box-shadow: rgb(115, 164, 255) 0px 0px 38px inset;
}

#searchBox {
    color: #ffffff;
}

.search_wrapper_border {
    border-bottom: 2px solid #01c101 !important;
}

.sideBarExpand .memberinnermenu > li > a.active {
    /* color: #2961bd !important; */
    /* cursor: pointer; */
    /* text-decoration: underline; */
    /* background: #ffffff; */
    /* border: 1px solid rgba(255,255,255,.26); */
    /* padding-right: 20px; */
}

/*.theme_thead > tr > th {
    border-bottom: 2px solid #49739e !important;
}*/

.btn {
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn.btn-xs {
        padding: 2px 10px;
    }

.btn-success {
    color: white;
    background: url("../../Resources/Images/Buttons/Success.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn-danger {
    color: white;
    background: url("../../Resources/Images/Buttons/Danger.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn_secondary_danger {
    color: white;
    background: url("../../Resources/Images/Buttons/Odag.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

    .btn_secondary_danger:hover {
        color: white !important;
    }

.btn-warning {
    color: white;
    background: url("../../Resources/Images/Buttons/Warning.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn-primary {
    color: white;
    background: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn-ghost {
    color: #304893;
    background: url("../../Resources/Images/Buttons/Ghost.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn-cancel {
    color: white;
    background: url("../../Resources/Images/Buttons/Cancel.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn-info {
    color: white;
    background: url("../../Resources/Images/Buttons/Info.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.btn-all {
    color: white;
    background: url("../../Resources/Images/Buttons/All.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

.theadBorder thead::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0%;
    border-bottom: 1px solid #3d5c9f;
}

fieldset.fsStyle {
    border: 1px solid #3d5c9f !important;
    margin-bottom: 15px;
    color: black;
}

.legendStyle {
    width: auto !important;
}

    .legendStyle > span.theme_depend {
        color: #fff;
        margin-left: 5px;
        margin-right: 5px;
        padding: 4px 8px 4px 8px;
        background: url(../../Resources/Images/Buttons/Primary.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .legendStyle > span.theme_depend_Odag {
        color: #fff;
        margin-left: 5px;
        margin-right: 5px;
        padding: 4px 8px 4px 8px;
        background: url(../../Resources/Images/Buttons/Odag.png) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

.read_only_field {
    /* background: #d7eef7 !important; */
    /* box-shadow: 0 0 2px rgba(49, 161, 208, 0.70); */
    /* border: 1px solid rgba(49, 161, 208, 0.70); */
    background: url(../../Resources/Images/Buttons/Ghost.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 1px solid #5e90fd !important;
    /*padding-top: 4px;*/
    cursor: not-allowed;
    pointer-events: none;
}

.innerTabs.active > a {
    text-transform: uppercase;
}

.text-lightgreen {
    color: #338931;
}

.label-success {
    background-color: #358a33;
    border-radius: 0 !important;
}

/*sets the color of the checkbox and radio button when it is checked*/
input.normal-checkbox:checked + label > span,
input.normal-radio:checked + label > span,
input.checkbox-radio:not(:disabled):checked + label > span {
    background: #011D5B !important;
}

.border_on_panel {
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #3d5c9f !important;
    border-radius: 1px;
}

.outer_menu_item_top {
    background: url(../../Resources/Images/Buttons/Primary.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    cursor: pointer;
}

.outer_menu_item_greentab {
    background: url(../../Resources/Images/Buttons/Success.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    cursor: pointer;
}

.outer_menu_item_top > a {
    color: white !important;
}

.outer_menu_item_under {
    background: url(../../Resources/Images/Buttons/Ghost.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #07235f !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.work_menu_special_item {
    background: url(../../Resources/Images/Buttons/Danger.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 1px !important;
}

.work_menu a {
    font-weight: 900 !Important;
}

.work_menu a {
    text-align: center !important;
}

.inner_menu_item_danger {
    background: url(../../Resources/Images/Buttons/Danger.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #07235f !important;
    text-decoration: none !important;
    margin-right: 1px !important;
}

/*----Padding left for add new note/contact/attachment Buttons*/
.addNewBtns_profiletabs_paddingleft {
    padding-left: 7px !important;
}

.outer_menu_item_under a:hover {
    color: #07235f;
}

a.expand_click.menu_click_expanded.outer_menu_item_under.expanded, a.expand_click.menu_click_expanded.outer_menu_item_under.expanded :hover {
    color: #07235f !important;
}

a.expand_click.menu_click_collapsed.outer_menu_item_under.expanded, a.expand_click.menu_click_collapsed.outer_menu_item_under.expanded :hover {
    color: #07235f !important;
}

.theme1_table {
    color: white !important;
    background: linear-gradient(#0b2a67,#34569f, #4869b0);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2a67), color-stop(50%,#34569f),color-stop(100%,#4869b0));
    background: -moz-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
    background: linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
}

.theme1_portal_table {
    color: white !important;
    background: linear-gradient(#0b2a67,#34569f, #4869b0);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2a67), color-stop(50%,#34569f),color-stop(100%,#4869b0));
    background: -moz-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
    background: linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
}

fieldset.member-Style {
    font-weight: normal;
    border: 1px solid #3d5c9f;
    padding: 4px;
    margin: 5px;
}

.nav.side-menu > li > a {
    margin-bottom: 0px;
}

.nav.side-menu > li.active > a {
    top: 0px;
}

.work_menu {
    min-width: 180px;
}

#inputFieldsTable > thead > tr > th {
    border-bottom: 1px solid #3e60a8;
}

#searchResultGrid > tr > td {
    border-top: 1px solid #aabee8 !important;
}

.queue_table > tbody > tr > td {
    border-top: 1px solid #aabee8 !important;
}

.queue_table > thead {
    background: linear-gradient(#0b2a67,#34569f, #4869b0);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2454), color-stop(40%,#4263aa),color-stop(100%,#3c5a9d));
    background: -moz-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
}

.square-small {
    display: block;
    width: 120px;
    height: 60px;
    position: absolute;
}

.mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.form-control {
    border: 1px solid #3658a1;
}

#MemberProfile .form-control:active, #MemberProfile .form-control:focus {
    box-shadow: 0px 0px 10px #e2af0e;
    border: 1px solid #e2af0d;
}

.auth_form .form-control:active, .auth_form .form-control:focus {
    box-shadow: 0px 0px 10px #e2af0e;
    border: 1px solid #e2af0d;
}

.modal button:active, .modal button:focus {
    box-shadow: 0px 0px 10px #e2af0e;
    border: 1px solid #e2af0d;
}

.modal input:active.normal-checkbox + label > span, .modal input:focus.normal-checkbox + label > span {
    box-shadow: 0px 0px 10px #e2af0e !important;
}

.auth_form .btn.loser_field:active, .auth_form .btn.loser_field:focus {
    box-shadow: 0px 0px 9px #daa607;
}

.auth_form input.form-control.checkbox-radio:focus + label > span, .auth_form input.form-control.checkbox-radio:active + label > span {
    box-shadow: 0px 0px 9px #daa607 !important;
    border: 1px solid #daa607 !important;
}

/*input[type="radio"],input[type="radio"]]:focus,input[type="radio"]]:active {
    border: 1px solid #3658a1;
}*/
.form-control::-webkit-input-placeholder {
    color: #4869b0;
}

.form-control::-moz-placeholder {
    color: #4869b0;
}

.form-control:-ms-input-placeholder {
    color: #4869b0;
    padding-top: 0px;
}

.modal-header {
    /*border-bottom: 1px solid #203764;
    background: #203764;*/
}

.modalTitle {
    color: #ffffff;
    font-size: 18px;
    padding-top: 8px;
}

.shared-floating-modal-header {
    background: url(../../Resources/Images/Buttons/Primary.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white;
    font-weight: bolder;
}

input.normal-checkbox + label > span, input.normal-radio + label > span, input.checkbox-radio + label > span {
    border: 0.0625em solid rgb(61, 92, 159) !important;
}

#noResultFound {
    color: #0c43b9;
}

#SharedFloatingModalFooter {
    border-top: 1px solid rgb(61, 92, 159) !important;
}
/*#SharedFloatingModalBody{
    min-height:250px;
}*/

#SharedFloatingModalBody label {
    color: black;
}

.checkboxes label {
    color: black;
}

#menu_section {
    overflow-y: auto;
    overflow-x: hidden;
}

#SharedModalHeader {
    background: url(../../Resources/Images/Buttons/Primary.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-out-div {
    background: url("/Areas/UM/Resources/Images/Common/pop_out_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6px;
}

#fishArea > img {
    height: 100%;
}

#fishCPTArea > img {
    height: 100%;
}

#coMagLabel {
    position: relative;
    left: -6px;
}

.modal-backdrop.fade.in {
    opacity: 0.1 !important;
}

tbody.tabletdcontrol  {
    color: black;
    font-weight: bold;
}

/*Placeholder changes*/

::-webkit-input-placeholder {
    text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}

:-ms-input-placeholder {
    text-transform: uppercase;
}

/**/

.umLogOff:before {
    content: "\f011";
    position: relative !important;
    left: -5px !important;
    top: 2px !important;
}

.table-white tbody > tr:hover {
    background-color: white !important;
}

.popover {
    text-transform: uppercase !important;
}

/*popover header color*/
.popover-title {
    /*background: #DBE5F1 !important;*/
    background: #FFFFFF !important;
    font-size: 14px !important;
}

.bootstrap-datetimepicker-widget {
    color: #07235F;
}

    .bootstrap-datetimepicker-widget .day {
        color: #07235F;
        font-weight: 800;
    }

        .bootstrap-datetimepicker-widget .day.old, .bootstrap-datetimepicker-widget .day.new {
            color: #07235F;
            font-weight: 400;
        }

    .bootstrap-datetimepicker-widget .table-condensed tbody td {
        white-space: normal;
    }

.filer-search {
    text-transform: uppercase;
}

.searchTerm {
    -moz-box-sizing: border-box;
    height: 25px;
    font-size: 80%;
    margin: 0px;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2a67), color-stop(20%,#34569f),color-stop(100%,#4869b0));
    border: none !important;
    border-bottom: 2px solid white !important;
    color: white !important;
}

    .searchTerm:focus {
        -moz-animation-delay: 4s;
        -webkit-animation-delay: 4s;
        border-bottom: 2px solid #01c101 !important;
    }

    .searchTerm::-webkit-input-placeholder {
        color: white;
    }

    .searchTerm::-moz-placeholder {
        color: white;
    }

    .searchTerm:-ms-input-placeholder {
        color: white;
    }

.inner_menu_container .tabs-menu li {
    display: inline-block;
    width: 10%;
}

.inner_menu_container ul.tabs-menu {
    padding: 0px;
}
/*--------------------Tab  CSS-----------------*/
.memberProfileTabsContainer .list-item {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    /*overflow: hidden !important;*/
    padding: 0px 4px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    vertical-align: middle;
    line-height: 2.8em;
    border-bottom: none;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    cursor: pointer;
    font-weight: bold;
    color: #30487D !important;
    /*background-color: #e0ebff !Important;*/
    background: url(../../Resources/Images/Buttons/Ghost.png) !important;
}

.memberProfileTabsContainer .list-item-disabled {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    /* overflow: hidden !important; */
    padding: 0px 4px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    vertical-align: middle;
    line-height: 2.8em;
    border-bottom: none;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    cursor: not-allowed;
    font-weight: bold;
    color: rgba(53, 87, 160, 0.48) !important;
    background-color: #e0ebff !Important;
    background: url(../../Resources/Images/Buttons/Ghost.png) !important;
}


.memberProfileTabsContainer .list-item:hover {
    font-weight: bold;
    /*background: #e0ebff;*/
    color: #0096da;
}

    .memberProfileTabsContainer .list-item:hover:before, .list-item:hover:after {
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

.memberProfileTabsContainer .list-item:before, .list-item:after {
    content: '';
    position: absolute;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    width: 0.5em;
}

.memberProfileTabsContainer .list-item:after {
    background: #e4e4e4;
    bottom: -46px;
    left: 37px;
    -webkit-transform: rotate(90deg) skew(0, 45deg);
    transform: rotate(90deg) skew(0deg, 0deg);
}

.memberProfileTabsContainer .list-item:before {
    background: #e4e4e4;
    top: 0.25em;
    left: -.5em;
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

.memberProfileTabsContainer .current > a.list-item {
    /* background: linear-gradient(#4b6cb7, #182848) !important;
    background-color: #4A5899 !important;
    */ background: url(../../Resources/Images/Buttons/Primary.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white !important;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.memberProfileTabsContainer .tab-item {
    width: 100%;
    display: inline-block;
}

.memberProfileTabsContainer .tab-item-sec-1 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-2 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-3 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-4 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-5 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-6 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-7 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-8 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-9 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-10 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-11 {
    width: 175px;
}

.memberProfileTabsContainer .tab-item-sec-12 {
    width: 175px;
}
/*--------------------End of Tab CSS-----------------*/
/*--------------------PSV Tab  CSS-----------------*/
/*#resultCountSection {
    font-size: 16px;
    position: relative;
    top: -15px !important;
}*/

#clearSearchButton:hover {
    color: white;
}

input.MyCustomPlaceHolder::-webkit-input-placeholder {
    color: #3658a1 !important;
}

.serachcomp .select2-container--default .select2-selection--single {
    height: 28px !important;
}

    .serachcomp .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-weight: normal !important;
    }

.levelcomp .select2-container--default .select2-selection--single {
    height: 28px !important;
}

    .levelcomp .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-weight: normal !important;
    }

.levelcomp .select2-container--default {
    margin-top: -5px;
}

#providernpiInput::-webkit-input-placeholder {
    font-weight: normal !important;
}

#lastNameInput::-webkit-input-placeholder {
    font-weight: normal !important;
}

#firstNameInput::-webkit-input-placeholder {
    font-weight: normal !important;
}

/*#providernpiInput, #lastNameInput, #firstNameInput {
    color: black !important;
    font-weight: bold !important;
}*/

.labelinputspace {
    -webkit-color: black !important; /* Chrome, Opera 15+, Safari 3.1+ */
    color: black !important; /* Firefox 16+, IE 10+, Opera */
}

.labelinputspace {
    font-weight: lighter !important;
}

.memberProfileTabsContainer .PSV_tab-item-sec-1 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-2 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-3 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-4 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-5 {
    width: 140px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-6 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-7 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-8 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-9 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-10 {
    width: 175px;
}

.memberProfileTabsContainer .PSV_tab-item-sec-11 {
    width: 175px;
}

.mandatory-for-select2-body {
    background: url(../../../../../Resources/Images/Buttons/Ghost.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 20px !important;
}

.mandatory-for-select2-border {
    border-top: 3px solid #3859a1 !important;
}


/*--------------------PSV End of Tab CSS-----------------*/
/*==============Customization of CSS for SearchWithDropDown====================*/
.select2-container--default .select2-selection--single {
    border: 1px solid #3658a1 !important;
    border-radius: 0px !important;
    height: 22px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
    border: 1px solid #3658a1 !important;
}

.select2-selection__arrow {
    height: 20px !important;
}

    .select2-selection__arrow > b {
        border-color: #3e5fa7 transparent transparent transparent !important;
    }

.select2-selection__placeholder {
    color: #3658a1 !important;
}

.select2-selection__rendered {
    color: black !important;
    line-height: 22px !important;
    font-weight: bold !important;
    line-height: 22px !important;
}
/* css for the multiselect*/

/*Placeholder*/
.select2-search__field::-webkit-input-placeholder {
    color: #3658a1 !important;
}

.select2-search__field:-moz-placeholder {
    color: #3658a1 !important;
}

.select2-search__field::-moz-placeholder {
    color: #3658a1 !important;
}

.select2-search__field:-ms-input-placeholder {
    color: #3658a1 !important;
}

.select2-search__field, .select2-results__options {
    color: black !important;
    white-space: initial;
}
/*boarder*/
span.select2-selection.select2-selection--multiple {
    border: solid #2d4b8b 1px !important;
}
/*dropdown focus and active border css*/
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    box-shadow: 0px 0px 10px #e2af0e !important;
    border: 1px solid #e2af0d !important;
}

/*Place hodler for multiselect ends here*/
.select2-results__option {
    font-weight: bold;
    white-space: initial;
}


.Divspace.select2-selection.select2-selection--multiple {
    border: solid #4767ac 1px;
    outline: 0;
}

.Divspace::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4767ac;
}

k .Divspace::-moz-placeholder { /* Firefox 19+ */
    color: #4767ac;
}

.Divspace:-ms-input-placeholder { /* IE 10+ */
    color: #4767ac;
}

.Divspace:-moz-placeholder { /* Firefox 18- */
    color: #4767ac;
}

.multiselect {
    /*min-height: 22px !important;*/
    border: 1px solid #3658a1 !important;
}

.loading-results {
    color: black !important;
}

.select2 .select2-container .select2-container--default .select2-container--focus {
    position: relative;
    top: -5px !important;
}

.select2-results {
    white-space: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3658a1;
    white-space: initial;
}
/*==============Customization of CSS for SearchWithDropDown *END====================*/

/*Css for  MH Add Form*/
#AddNewMemberForm .form-control:active, #AddNewMemberForm .form-control:focus {
    box-shadow: 0px 0px 10px #e2af0e;
    border: 1px solid #e2af0d;
}

#EditMemberForm .form-control:active, #EditMemberForm .form-control:focus {
    box-shadow: 0px 0px 10px #e2af0e;
    border: 1px solid #e2af0d;
}

/*Css for  MH Add Form*/


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #3658a1 !important;
    border-radius: 4px;
    cursor: text;
}

.select2-search__field::-webkit-input-placeholder {
    color: #3658a1;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    border: 1px solid #3658a1 !important;
}

.fieldsetStyle {
    border: 1px solid #3658a1 !important;
}

span.theme_label label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.boxstyle .vlaueStyling .form-control.input-xs {
    font-weight: bold !important;
}

.boxstyle .form-control.input-xs {
    font-weight: bold !important;
}

button.profilePicUploadButton {
    position: absolute;
    left: 25px;
}

button.profilePicDeleteButton {
    position: absolute;
    left: 25px;
}

#PersonalInformationArea {
    margin-top: 10px !important;
}

.textNormal {
    text-transform: none !important;
}

.table-hover > tbody > tr:hover {
    background-color: #DBE5F1 !important;
}


/*---------title text--------------*/
label.title_text {
    font-weight: 900;
    font-size: 15px;
    color: #ffffff;
    padding: 1px 9px;
    position: relative;
    margin-left: -25px;
    background: linear-gradient(#0b2a67,#34569f, #4869b0);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0b2a67), color-stop(50%,#34569f),color-stop(100%,#4869b0));
    background: -moz-linear-gradient(left, #0b2a67 0%, #34569f 50%,#4869b0 100%);
}


    label.title_text:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 10px 8px 0;
        border-color: transparent #173778 transparent transparent;
        left: 0px;
        bottom: -8px;
    }

/*----------Css For Disabled FormControl field-------------*/
.form-controlfordisableField {
    display: block !important;
    width: 100% !important;
    color: black !important;
    border: 1px solid #3658a1 !important;
    line-height: 1.42857143 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*----------Css For Disabled FormControl field-------------*/
.table-title {
    padding: 2px 0px;
    font-weight: 500;
    color: #203764;
    text-transform: capitalize;
    font-size: 15px;
}

.withArrowIcon {
    -webkit-appearance: none;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
    cursor: default;
}

/*-----------BOOTSTRAP DATE-TIME CALENDER CSS----------*/
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    content: '' !important;
    right: inherit;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    content: '' !important;
    border-bottom: none !important;
    bottom: -6px !important;
    top: inherit !important;
    right: inherit;
}

.cursor_notallowed {
    cursor: not-allowed !important;
}

.alert-success {
    color: white;
    background: url("../../Resources/Images/Buttons/Success.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    font-family: inherit;
}

.alert-warning {
    color: white;
    background: url("../../Resources/Images/Buttons/Warning.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    font-family: inherit;
}

.alert-danger {
    color: white;
    background: url("../../Resources/Images/Buttons/Danger.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    font-family: inherit;
}

.alert-primary {
    color: white;
    background: url("../../Resources/Images/Buttons/Primary.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    font-family: inherit;
}

.close_btn .close_modal_btn {
    width: 85px !important;
}

/* cms1500 from related */
.cms_div_border_bottom {
    border-bottom: 1px solid #3d5c9f;
    padding: 5px;
}

.cms_div_border_top {
    border-top: 1px solid #3d5c9f;
    padding: 5px;
}

.cms_div_border_left {
    border-left: 1px solid #3d5c9f;
}

.cms_div_border_right {
    border-right: 1px solid #3d5c9f;
}

.cms1500formdiv .table-bordered, .claims_tab_container .table-bordered {
    border: 1px solid #3d5c9f !important;
}

    .cms1500formdiv .table-bordered > tbody > tr > td, .cms1500formdiv .table-bordered > tbody > tr > th, .cms1500formdiv .table-bordered > tfoot > tr > td, .cms1500formdiv .table-bordered > tfoot > tr > th,
    .cms1500formdiv .table-bordered > thead > tr > td, .cms1500formdiv .table-bordered > thead > tr > th {
        border: 1px solid #3d5c9f !important;
    }

.create_claims_container .btn-default {
    border: 1px solid #3658a1;
}


/*Intended for Safari Browser - preventing disabled feilds from showing text in grey color*/
input[type="text"][disabled], textarea[disabled],
select[disabled] {
    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 1;
    color: rgba(0, 0, 0, 1);
    background: white;
}

/*for IE 10 and IE 11  - removing the cross icon after input field*/
input::-ms-clear {
    display: none;
}
/*for placeholders Font Size fixed as 12 px*/
input::-ms-input-placeholder  {
    font-size: 12px !important;
}

input::-moz-placeholder  {
    font-size: 12px !important;
}

.showstyleOnactive:active, .showstyleOnactive:focus {
    box-shadow: 0 0 10px #e2af0e;
    border: 1px solid #e2af0d;
}

/*Style of 5 star image to be shown in portal providers and facilities*/
.fiveStarImageStyle {
    width: 64px;
}

.error-message-requiredField {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-top: 5px;
}
.requiredFieldStar {
    font-weight: bold;
    color: red;
}
