/* Minification failed. Returning unminified contents.
(531,1): run-time error CSS1019: Unexpected token, found '@'
(573,1): run-time error CSS1019: Unexpected token, found '@'
(587,1): run-time error CSS1019: Unexpected token, found '@'
(633,1): run-time error CSS1019: Unexpected token, found '@'
 */
html, body {
    height: 100%;
}

body {
    font-family: "Source Sans Pro", sans-serif !important;
    width: 100%;
}

.navbar {
    background-color: #263D88;
    margin-bottom: 0;
}

.branding {
    float: left;
    padding-right: 12px;
    /*width: 150px;*/
}

.branding-title {
    /*float: left;*/
    font-weight: 600;
    color: #97bcfd;
    cursor: pointer;
}

.branding-sub-title {
    /*float: left;
                height: 18px;
                margin: 44px 0px 0px -122px;
                line-height: 18px;*/
    font-size: 12px;
    color: #c7dbfe;
    font-style: italic;
}

.-mgT {
    margin-top: -6px;
}

.nav-item2 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    background-color: #263D88;
    /*padding: 0 12px;*/
    text-transform: uppercase;
}

    .nav-item2 span, .nav-item2 i {
        display: block;
        float: left;
        height: 68px;
        font-size: 16px;
        font-weight: 600;
        line-height: 68px;
        color: #FFFFFF;
        border-bottom: 4px solid transparent;
    }

.active {
    background-color: rgba(35, 50, 56, 0.4);
    border-bottom: 4px solid #5789fa;
}

.navigation .icon {
    font-size: 22px;
}

#ddlGroups {
    min-width: 170px;
    height: 38px;
    background-color: #243867;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    padding-left: 15px;
    margin: 16px 0 14px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select:after {
    content: "\f123";
    font-family: Ionicons;
    font-size: 12px;
    color: #FFF;
    padding: 12px 8px;
    position: absolute;
    right: 13px;
    top: 17px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.login-user {
    width: 95.5px;
    height: 20px;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    margin-left: 9px;
}

.nav-item2 > span {
    display: block;
}

.loginUserName, .loginUserName:hover {
    background-color: #263d88 !important;
    border-radius: 4px;
}

.loginUserNameOpen, .loginUserNameOpen:hover {
    background-color: #5789fa !important;
    border-radius: 4px;
}

#loginUser {
    width: 150px;
}

#profileMenu a:hover, #profileMenu a:focus {
    color: white;
    background-color: none !important;
}

#dropdownProfile a:hover {
    color: #566f99;
}

.body.modal-open {
    margin: 0 auto !important;
}

.modal-open .navbar-fixed-top {
    margin-right: 0px !important;
}

/*.modal-open {
                overflow: inherit !important;
            }*/

.v-btn1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    /*font-weight: 600;*/
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    outline: none;
}

.v-btn-brand-nav {
    background-color: rgba(35, 50, 56, 0.4);
    border-color: rgba(35, 50, 56, 0.4);
    color: #FFFFFF;
}

    .v-btn-brand-nav:hover {
        background-color: #1D3F77;
        border-color: #1D3F77;
        color: #FFFFFF;
    }

    .v-btn-brand-nav:focus {
        background-color: #5789FA;
        border-color: #5789FA;
        color: #233238;
    }

.v-btn-group {
    background-color: rgba(35, 50, 56, 0.4);
    border-color: rgba(35, 50, 56, 0.4);
    color: #FFFFFF;
}

    .v-btn-group:hover {
        background-color: #233238;
        border-color: #233238;
        color: #fff;
    }

    .v-btn-group:focus {
        background-color: #5789FA;
        border-color: #5789FA;
        color: #233238;
    }

.focus {
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 #5789fa;
    border: solid 1px #5789fa !important;
}

.rectangle-red {
    width: 16px;
    height: 18px !important;
    border-radius: 2px;
    background-color: #ff5e59;
    color: #FFF !important;
    line-height: 18px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-top: 27px;
    margin-left: 5px;
    text-align: center !important;
}

.nav-more, .nav-more:hover {
    color: white;
}

.nav-more-dropdown {
    min-width: 156px !important;
    border: 1px solid #233238 !important;
    border-radius: 8px !important;
    background-color: #233238 !important;
    box-shadow: 0 0 4px 0 #233238 !important;
    margin-top: -34px !important;
    float: left !important;
    left: 0 !important;
    padding-top: 3px;
    color: #FFF !important;
}

    #nav-more > ul.nav-more-dropdown li, ul.nav-more-dropdown li:nth-child(even), ul.nav-more-dropdown li:nth-child(odd),
    .nav-more-dropdown li {
        color: #FFF !important;
        line-height: 26px !important;
        background-color: #233238 !important;
        /*padding-left: 0 !important;*/
    }

        .nav-more-dropdown li a {
            color: #FFF !important;
            outline: 0 !important;
        }

            .nav-more-dropdown li a:hover {
                background-color: #e7f0fe !important;
                color: #233238 !important;
            }

    .nav-more-dropdown .divider {
        height: 2px;
        margin: 9px 0;
        overflow: hidden;
        border: solid 1px rgba(89, 102, 105, 0.5);
    }

.disable-selection {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.footer-bg {
    height: 58px;
    background-color: #e7f0fe;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-child-1 {
    float: left;
    width: 200px;
    padding-top: 17px;
}

.footer-child-2 {
    float: left;
    width: calc(100% - 400px);
    text-align: center;
}

.footer-child-3 {
    float: right;
    width: 200px;
    font-weight: 600;
    text-align: right;
}

.footer-child-2, .footer-child-3 {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #768aad;
}

#ddlLanguage {
    color: #566f99;
}

#wrapper {
    position: relative;
    min-height: 100%;
}

.menu-item-small {
    font-size: 12px !important;
    color: #566f99 !important;
    height: 20px !important;
    line-height: 20px !important;
}

    .menu-item-small a {
        height: 20px !important;
        line-height: 20px !important;
    }

.dropdown-menu .menu-item-small a {
    padding: 0px 20px 0 20px !important;
}

.dropdown-menu .menu-item-small a {
    min-height: 20px !important;
}

/*************************************/
/*     S I D E B A R    M E N U     */
/*************************************/

.vertical-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-color: #233238;
    z-index: 1050;
}

.vertical-menu-close {
    height: 60px;
    border-bottom: 2px solid rgba(90,102,106,0.5);
    /*padding-right: 20px;*/
}

    .vertical-menu-close a:hover {
        color: #fff;
    }

.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu li {
        position: relative;
        z-index: 1;
    }

        .menu li.has-sub:before {
            content: '\f125';
            width: 22px;
            height: 18px;
            padding: 20px 35px 0 0;
            opacity: 0.5;
            font-family: Ionicons;
            font-size: 18px;
            text-align: center;
            color: #ffffff;
            float: right;
        }

        .menu li.active-menu:before {
            content: '\f123';
            width: 22px;
            height: 18px;
            padding: 20px 35px 0 0;
            opacity: 0.5;
            font-family: Ionicons;
            font-size: 18px;
            text-align: center;
            color: #ffffff;
            float: right;
        }

    .menu a {
        display: block;
        height: 60px;
        line-height: 60px;
        padding-left: 35px;
        border-bottom: 2px solid rgba(90,102,106,0.5);
        border-left: 4px solid transparent;
        font-size: 14px;
        font-weight: 600;
        color: #FFF;
        text-decoration: none;
        transition: all .3s ease;
    }

    /*.menu a:hover{background:#bbb}*/
    .menu ul {
        position: relative;
        left: 0;
        top: -100%;
        z-index: -1;
        max-height: 0;
        width: 0;
        overflow: hidden;
        background: #303F44;
        opacity: 0;
    }

    .menu li.active-menu > ul {
        top: 0;
        z-index: 2;
        opacity: 1;
        width: 100%;
        max-height: 50em;
        width: 100%;
        overflow: visible;
    }

.close-menu {
    font-size: 18px;
    height: 30px;
    width: 30px;
    float: right;
    padding: 18px 35px;
    color: #fff;
}

.selected-menu {
    background-color: #5789fa;
}

    .selected-menu a {
        /*border-left: 4px solid #2e58d6;*/
    }

.signalr {
    float: left;
    background-color: blue;
    display: block;
    position: absolute;
    right: -6px;
    top: 18px;
    height: 3px;
    width: 3px;
}

.signal-r-message {
    height: 106px;
    padding-top: 48px;
    margin-bottom: -80px !important;
}

.div-help {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
    margin-top: 4px;
    position: relative;
}

    .div-help:before {
        content: '\f143';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 16px;
        font-family: Ionicons;
        color: #5789fa;
    }

#divGroupMenu .v-btn1 {
    width: 235px;
}

.dyn-height-more-btn {
    margin-top: 25px;
}

#divMoreOption {
    padding: 0 12px 0 12px;
    height: 72px;
}

.dyn-foot-text-pos {
    text-align: center;
}

#ddlGroup {
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: left;
}

#ddlGroupsItems {
    max-height: 80vh;
    overflow-y: auto;
}

@@media screen and (min-width: 992px) and (max-width: 1199px) {
    #divMoreOption {
        padding: 0 12px 0 12px;
        height: 60px;
    }

    #divGroupMenu .v-btn1 {
        width: 195px;
    }

    .v-btn1 {
        font-size: 14px;
    }

    #ddlGroup {
        width: 145px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: left;
    }

    .nav-item2 {
        font-size: 14px;
    }

        .nav-item2 span, .nav-item2 i {
            height: 56px;
            font-size: 14px;
            line-height: 60px;
        }

    .dyn-height-more-btn {
        margin-top: 20px;
    }
    /*.navbar-ht {
                    height: 60px;

                }*/
}

@@media screen and (min-width: 1200px) and (max-width: 1230px) {
    #anchorHelp {
        display: none;
    }

    #divGroupMenu .v-btn1 {
        width: 235px;
    }

    #ddlGroup {
        width: 185px;
    }
}

@@media screen and (max-width: 991px) {
    #divMoreOption {
        padding: 0 12px 0 12px;
        height: 60px;
    }

    #divGroupMenu .v-btn1 {
        width: 210px;
    }

    #anchorHelp {
        display: none;
    }

    .v-btn1 {
        font-size: 14px;
    }

    #ddlGroup {
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: left;
    }

    .nav-item2 {
        font-size: 14px;
    }

        .nav-item2 span, .nav-item2 i {
            height: 56px;
            font-size: 14px;
            line-height: 60px;
        }

    .dyn-height-more-btn {
        margin-top: 20px;
    }

    .dyn-foot-text-pos {
        text-align: right;
    }
}

@@media screen and (max-width: 767px) {
    #divGroupMenu .v-btn1 {
        width: 110px;
    }

    #ddlGroup {
        width: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: left;
    }

    .footer-child-1 img {
        width: 150px;
    }

    .footer-child-2 {
        width: calc(100% - 400px);
        text-align: right;
    }

    .footer-child-3 {
        position: absolute;
        right: 10px;
    }

    .v-hidden-xs {
        display: none;
    }
}

.org-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: #2e58d6;
}

    .org-footer .text {
        height: 58px;
        line-height: 58px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #ffffff;
    }

    .org-footer .btn-mode-open {
        background-color: #5789fa;
        border: solid 1px #5789fa;
        color: #233238;
    }

    .org-footer .v-btn-white-outline {
        padding: 0;
    }

.disable-nav-menu {
    opacity: 0.5;
}

/*#reactNavbar {
          display: none;
        }*/

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9900; /* Specify a stack order in case you're using a different order for other elements */
}

#divBrowserWarning {
    background-color: #fff;
    color: rgb(29, 63, 119);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px 20px 20px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    width: 600px;
    font-size: 16px;
}

.notification {
    position: fixed;
    right: 4px;
    top: 10px;
    z-index: 9999;
    width: 270px;
}

#divBrowserWarning .notification {
    width: 600px;
}

.app-alert-item {
    background-color: #eb5a46;
    border: 1px solid #f5d3ce;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-top: 4px;
    overflow: hidden;
    padding: 4px 8px;
}

#divBrowserWarning.app-alert-item {
    font-weight: 400;
    background-color: #fff;
    color: rgb(29, 63, 119);
}

#btnBrowserWarningOk {
    margin: 0 auto;
    display: block;
}

#divBrowserWarning .modal-header {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 22px;
    font-weight: 300;
    background: #fff;
    color: #263d88;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#sessionInactiveConfirmation {
    z-index: 99999;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .nav-item2 i, .nav-item2 span {
        height: 56px;
        line-height: 60px;
    }

    #divMoreOption {
        padding: 0 12px;
        height: 60px;
    }

    .nav-item2, .nav-item2 span, .nav-item2 i, #ddlGroups, .login-user, .v-btn1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .nav-item2, .nav-item2 span, .nav-item2 i, #ddlGroups, .login-user, .v-btn1 {
        font-size: 14px;
    }
}
    
