﻿@-ms-viewport {
    width: auto !important;
}

body {
    /*margin-top: 10px;*/
    /*font-family: "Open Sans", sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
}

.tab-content {
    background-color: #337ab7;
    padding: 10px 7px 10px 7px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.clf-header-link-container {
    position: absolute;
    bottom: 0px;
}

    .clf-header-link-container > ul > li > a {
        color: #000000;
        font-size: 11px;
        font-weight: bold;
    }

.clf-mas-head-icon {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
    touch-action: manipulation;
    cursor: pointer;
}

.clf-icon-btn {
    outline: 0px;
    text-decoration: none;
    background-color: transparent;
}

@font-face {
    font-family: sgds-icons;
    src: url('../../fonts/sgds/sgds-icons.ttf') format("truetype"), url('../../fonts/sgds/sgds-icons.woff') format("woff"), url('../../fonts/sgds/sgds-icons.svg?#sgds-icons') format("svg");
    font-weight: 400;
    font-style: normal
}
.sgds-icon {
    font-family: sgds-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sgds-icon-chevron-down:before {
    content: "\e93c";
}

.sgds-icon-chevron-up:before {
    content: "\e93f";
}

.sgds-icon-sg-crest:before {
    content: "\e948";
    color: #db0000
}

.sgds-masthead {
    position: relative;
    background-color: #f0f0f0;
    height: auto;
    color: #484848;
    text-decoration: none
}

    .sgds-masthead .is-hidden {
        display: none !important;
    }

    .sgds-masthead .masthead-layout-container {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }

    .sgds-masthead .sgds-container {
        margin-left: 152px;
        margin-right: 152px;
        padding: 0 10px;
        position: relative;
        width: auto;
    }

    .sgds-masthead a {
        color: #0070f0;
        cursor: pointer;
        text-decoration: none;
    }

    .sgds-masthead .masthead-layout {
        font-size: 13px;
        cursor: pointer;
        padding: 3px 6px 3px 6px;
        display: table;
    }

    .sgds-masthead .is-text {
        margin-left: 4px;
        font-family: "Source Sans Pro", BlinkMacSystemFont, -apple-system, "Segoe UI", sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    .sgds-masthead .sgds-icon.sgds-icon-sg-crest {
        font-size: 20px;
    }

    .sgds-masthead .sgds-masthead-button {
        display: table-cell;
        cursor: pointer;
        color: #2f60ce;
    }

    .sgds-masthead .sgds-masthead-button-text {
        text-decoration-line: underline;
        padding-left: 0;
    }

    .sgds-masthead .masthead-divider {
        width: 100%;
        border-bottom: 0 solid #ccc;
        padding-left: -12px;
        padding-right: -12px;
    }

    .sgds-masthead .banner-content-layout {
        flex: none;
        width: 100%;
        padding: 30px 10px 40px 10px;
        display: block;
    }

    .sgds-masthead .banner-content-text {
        display: contents;
        font-size: inherit;
    }

    .sgds-masthead .sgds-masthead-button-text {
        text-decoration-line: underline;
        padding-left: 0;
    }

    .sgds-masthead .banner-content-text:after {
        padding-left: 2px;
        display: inline-block;
        font-family: sgds-icons;
        content: "\e95c";
        padding-left: 0.25rem;
        font-weight: 400;
    }

    .sgds-masthead .banner-content {
        float: left;
        display: inline-flex;
        max-width: min(44%,45.5rem);
    }

        .sgds-masthead .banner-content:first-child {
            margin-right: min(12%,13.5rem);
        }

        .sgds-masthead .banner-content div {
            font-size: 14px;
            line-height: 2.25;
            letter-spacing: 0;
        }

        .sgds-masthead .banner-content p {
            line-height: 1.75;
            font-size: inherit;
        }

    .sgds-masthead .inline-banner-icon {
        height: 12px;
        display: inline;
        vertical-align: baseline;
    }

    .sgds-masthead .banner-icon {
        float: left;
        margin-right: 13px;
        align-self: flex-start;
        margin-top: 5px;
        height: 17px;
    }

@media screen and (max-width:1023px) {
    .sgds-masthead {
        padding-left: 4px;
        padding-right: 4px
    }
        .sgds-masthead .sgds-container {
            margin-left: 0;
            margin-right: 0;
        }

        .sgds-masthead .masthead-layout {
            font-size: 11px;
            padding: 4px 6px 4px 6px;
        }

        .sgds-masthead .masthead-divider {
            border-bottom-width: 1px;
        }

        .sgds-masthead .banner-content {
            max-width: unset;
        }

            .sgds-masthead .banner-content:first-child {
                margin-right: unset;
                margin-bottom: 1rem;
            }

            .sgds-masthead .banner-content div {
                font-size: 11px;
            }

        .sgds-masthead .banner-content-layout {
            padding: 15px 10px 20px 10px;
        }

        .sgds-masthead .inline-banner-icon {
            height: 10px;
        }
}

/*Company name section*/
.clf-header-company-name {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.clf-company-container {
    display: flex;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #F0F0F0;
    border-top: 1px solid #E0E0E0;
}

/*1st level navigation*/
.clf-nav-container {
    margin: 0px;
    padding: 0px;
    border: 2px;
    border-top-style: solid;
    border-top-color: #1F295C;
}

.clf-navbar-default {
    margin-bottom: 0px;
    border: 0px;
    background-color: #FFFFFF;
    height: 65px;
}

    .clf-navbar-default .navbar-nav {
        height: inherit;
    }

        .clf-navbar-default .navbar-nav > li {
            height: inherit;
            width: 100px;
            text-align: center;
            display: table;
        }

            .clf-navbar-default .navbar-nav > li > a {
                color: #000;
                vertical-align: middle;
                display: table-cell;
                padding: 0px 15px;
                line-height: 14px;
            }

        .clf-navbar-default .navbar-nav li:not(:last-child) a {
            border-right: 1px solid #ccc;
        }

        .clf-navbar-default .navbar-nav > .active > a,
        .clf-navbar-default .navbar-nav > .active > a:focus,
        .clf-navbar-default .navbar-nav > .active > a:hover {
            color: #FFFFFF;
            background-color: #1F295C;
            height: inherit;
        }

    .clf-navbar-default div {
        height: inherit;
        float: right;
    }

        .clf-navbar-default div > .btn-link:focus, .btn-link:hover {
            outline: 0px;
            text-decoration: none;
            background-color: transparent;
        }

        .clf-navbar-default div > button > img {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 35px;
            height: 35px;
        }

/* 2nd level nav*/
.clf-tab-content-link {
    min-height: 40px;
    padding: 10px;
    background-color: #1F295C;
}

.clf-nav,
.clf-nav-link {
    color: #FFFFFF;
    font-size: 12px;
}

    .clf-nav > .clf-nav-item {
        float: left;
        width: 200px;
        padding: 5px 0px;
    }

        .clf-nav > .clf-nav-item > .clf-nav-link {
            padding: 0px;
            line-height: normal;
        }

    .clf-nav-item.active > a,
    .clf-nav-link:focus,
    .clf-nav-link:hover,
    .clf-nav-link:active .clf-nav-link:active {
        color: #B69C5C !important;
        text-decoration: none !important;
        background-color: transparent !important;
        font-weight: bold;
    }

.clf-nav-item:not(:last-child) a {
    border-right: 1px solid #ccc;
}

.clf-arrow-div {
    position: relative;
}

    .clf-arrow-div:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        background-color: transparent;
        border: 10px solid transparent;
        border-top-color: #1F295C;
        top: 100%;
    }

.clf-arrow-div-1st {
    width: 50px;
    left: 95px;
}

.clf-arrow-div-2nd {
    width: 50px;
    left: 300px;
}

.clf-arrow-div-3rd {
    width: 50px;
    left: 495px;
}

.clf-arrow-div-4th {
    width: 50px;
    left: 690px;
}

/*user control logout button*/
.clf-btn-group-user-control {
    margin-top: 4px;
}

    .clf-btn-group-user-control > button.clf-dropdown-toggle-user-control {
        width: 39px;
        height: 50px;
        background-image: url('../../img/app/user-icon.png');
        background-size: 100%;
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
        box-shadow: none !important;
    }

.clf-dropdown-toggle-user-control.active,
.clf-dropdown-toggle-user-control:active,
.clf-dropdown-toggle-user-control.active.focus,
.clf-dropdown-toggle-user-control.active:focus,
.clf-dropdown-toggle-user-control.active:hover,
.clf-dropdown-toggle-user-control:active.focus,
.clf-dropdown-toggle-user-control:active:focus,
.clf-dropdown-toggle-user-control:active:hover,
.open > .dropdown-toggle.clf-dropdown-toggle-user-control.focus,
.open > .dropdown-toggle.clf-dropdown-toggle-user-control:focus,
.open > .dropdown-toggle.clf-dropdown-toggle-user-control:hover {
    background-image: url('../../img/app/user-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    box-shadow: none;
}

.clf-dropdown-menu-user-control {
    background-color: #EBEBEB;
    color: #000000;
    border-radius: 0px;
}

    .clf-dropdown-menu-user-control > li > a:hover {
        background-color: #B69C5C;
        color: #ffffff;
    }

#footer > .clf-footer-sites > .row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    background-color: #e7eaea;
}

.clf-footer-sites a img {
    width: 100%;
}

/* Dashboard */
.dashboard {
    min-height: 20px;
    padding: 15px 0 5px 0;
    background-color: #f5f5f5;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.stat-row-padding {
    padding: 0 15px 0 15px;
}

.stat-right-padding {
    padding: 0 5px 0 0;
}

.stat-container {
    padding: 12px;
    margin-bottom: 10px;
    height: 120px;
    text-align: center;
}

.stat-count {
    font-size: 45px;
}

.stat-green {
    color: #FFFFFF;
    background-color: #61AE24;
}

.stat-blue {
    color: #FFFFFF;
    background-color: #3EA9D7;
}

.stat-orange {
    color: #FFFFFF;
    background-color: #FE8A11;
}

.stat-lilac {
    color: #FFFFFF;
    background-color: #8781BD;
}

.stat-red {
    color: #FFFFFF;
    background-color: #E93D33;
}

.stat-white {
    color: #AAAAAA;
    background-color: #FFFFFF;
    border: 2px solid #AAAAAA;
}

/*Help Modal Styling*/
#modal-view-help-document .modal-header {
    background-color: #9e7d31;
    border-bottom-color: #9e7d31;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #modal-view-help-document .modal-header .modal-title {
        color: #ffffff;
    }

#modal-view-help-document .modal-body {
    padding: 0;
}

#modal-view-help-document .modal-footer {
    border-top: 2px solid #9e7d31;
    text-align: center;
}

#contentDiv {
    border-left: 2px solid #9e7d31;
}

/*For jsTree*/
.jstree {
    padding-top: 2px;
    max-width: 100%;
    max-height: 400px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

    .jstree a {
        /*enable wrapping*/
        white-space: normal !important;
        /*ensure lower nodes move down*/
        height: auto !important;
        /*offset icon width*/
        padding-right: 24px;
    }

/*For Help content well*/
.help-content-well {
    min-height: 400px;
    max-height: 400px;
    background-color: #ffffff;
    border: #ffffff;
    margin-bottom: 0px;
    overflow: auto;
}

/* Modal */
.modal-backdrop {
    opacity: 0.7 !important;
}

.masModal .close {
    opacity: 1;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    border: 2px solid #333;
    width: 36px;
    height: 36px;
    background: #b59c5c;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: -16px;
    margin-right: 10px;
    position: relative;
}

.masModal .modal-content {
    border-radius: 0 !important;
}

.masModal .message {
    background: #b59c5c;
    color: #fff;
    text-align: center;
    height: 100%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-bottom: 20px;
}

.masModal .description {
    color: #333;
    text-align: center;
    padding: 20px 15px;
    display: table-cell;
    float: none;
    min-width: 420px;
}

.masModal .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.masModal .message .fa {
    color: #ddd1b7;
    font-size: 96px;
}

.masModal .modal-body {
    padding: 0px !important;
}

.masModal .blue {
    border-radius: 0px !important;
    background: #21306f;
    color: #fff;
    text-transform: uppercase;
}

.masModal .gray {
    border-radius: 0px !important;
    background: #8488a3;
    color: #fff;
    text-transform: uppercase;
}

.actions {
    margin-top: 20px;
}

/*form prompt dialog - vertical centering*/
.form-prompt-dialog:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.form-prompt-dialog {
    text-align: center;
}

/*form prompt modal dialog - vertical centering*/
.form-prompt-modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.container-padding {
    padding-right: 158px;
    padding-left: 158px;
}

@media (max-width: 767px) {
    body .cover {
        display: none;
    }

    body header .bottom-header .container {
        background-color: #012D6B;
    }

    .container-padding {
        padding-top: 80px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-padding.masthead-expanded {
        padding-top: 270px;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
    }
}
