﻿/*
 * Client : ECGB
 * Date : 18/09/2018

    Colours:
        Orange (pantone 159) - CB6015
        Green (pantone 382) - C4D600
        *Blue (pantone 294) - 002F6C
        Blue-dk - #00285c
        Blue-lt - #4484b2
        Black (process black) - 27251F

    Font-Family (used on the ECGBB website): 'Yanone Kaffeesatz'
 */
body {
    line-height: 1.7;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

/* ================================ Typography ================================ */
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 1.2;
}

h2 {
    font-weight: 700;
}

.h2_custom {
    color: #fe5e08;
    text-transform: uppercase;
}
.h3_custom {
    color: #fe5e08;
    font-weight: 600;
    text-transform: uppercase;
}
.h4_custom {
    color: #0C0A78;
    font-weight: 550;
    text-transform: capitalize;
}

/* Colours */
.text-ecgb-orange {
    color: #CB6015;
}

.text-ecgb-green {
    color: #C4D600;
}

.text-ecgb-blue {
    color: #002F6C;
}

.fw700 {
    font-weight: 700;
}

.readonly {
    padding-top: 7px !important;
}

/* =========================== Panels and Structure =========================== */
#content {
    clear: both;
}

.middle {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px !important;
}

.mb20 {
    margin-bottom: 20px;
}

/* Left side */
aside#left-panel {
    /*background: rgba(11, 31, 58, 0.84);*/
    /*background: #005696;*/
    background: #4484B2;
    box-shadow: 9px 0 46px rgba(0,0,0,0.08);
    border-right: 3px solid #FE5E08;
    padding-top: 60px;
}

    aside#left-panel nav ul li.active > a:before {
        color: #FE5E08;
    }

    aside#left-panel nav ul ul {
        background: rgba(0,0,0,.25);
    }

        aside#left-panel nav ul ul li > a:hover {
            background: unset;
        }

    aside#left-panel nav ul li a {
        color: #fff;
    }

        aside#left-panel nav ul li a:active {
            background: rgba(0, 0, 0, 0.39) !important;
        }

        aside#left-panel nav ul li a:hover {
            color: #dadada;
        }

/* Login / Register */
.login-info {
    box-shadow: none;
    border-bottom: none;
}

    .login-info > span {
        border-bottom: 1px dashed #fff;
    }

    .login-info a {
        color: #c0d829;
        margin-top: 1%;
    }

    .login-info img.online {
        /*border: none;*/
        border: 2px solid #fff !important;
        border-radius: 50%;
    }

#shortcut .selected {
    border: 2px solid #c4d600 !important;
}

    #shortcut .selected:after {
        border-top: 35px solid #c4d600;
    }

#extr-page #header {
    height: 60px;
}

#extr-page-header-space {
    line-height: 60px;
}

#extr-page .login-header-big {
    font-weight: 700;
}

.client-form header {
    /*background: rgb(0, 86, 150);*/
    /*background: #005696;*/
    background: #4484B2;
}

@media only screen and (max-width : 1199px) and (min-width : 991px) {
    .login-desc-box-1 img.display-image {
        width: 180px;
        margin-top: 48px;
    }
}

.smart-form header {
    font-weight: 700;
    color: #fff;
}

.section-padding {
    /*padding: 40px 0 0;*/
    padding: 70px 0 0;
}

    .section-padding.sec-pad-alt {
        background-color: #f8f8f8;
    }
/* Main */
#header {
    background-color: #fff;
    background-image: none;
    /*border-bottom: 2px solid rgb(23, 34, 47);*/
    border-bottom: 2px solid rgb(0, 66, 117);
    height: 60px;
}

.login-info a span {
    text-transform: lowercase;
}

.page-footer {
    /*background: #11243f;*/
    /*background: #005696;*/
    background: #6E6E6E;
}

/* Panel styling */
.jarviswidget-color-blueDark > header {
    border-color: transparent !important;
    /*background: rgb(17, 36, 63);*/
    background: #404040;
    color: #fff;
    border-top: 3px solid #fe5e08 !important;
}

    .jarviswidget-color-blueDark > header h2 {
        font-weight: 700;
        letter-spacing: 0.3px;
    }



ul.dropdown-menu.pull-right.text-left {
    z-index: 99999;
}

/* Tables */
table#dtFeesLanding {
    width: 100%;
}

    table#dtFeesLanding > thead {
        /*background-color: #005696;*/
        background-color: #4484B2;
        color: #fff;
    }

    table#dtFeesLanding > tbody {
        background-color: #fff;
    }

.table-bordered#dtFeesLanding,
.table-bordered#dtFeesLanding > tbody > tr > td,
.table-bordered#dtFeesLanding > tbody > tr > th,
.table-bordered#dtFeesLanding > tfoot > tr > td,
.table-bordered#dtFeesLanding > tfoot > tr > th,
.table-bordered#dtFeesLanding > thead > tr > td,
.table-bordered#dtFeesLanding > thead > tr > th {
    /*border: 1px solid #005696;*/
    border: 1px solid #4484B2;
    font-size: 14px;
}

a.tbl_link {
    color: #fe5e08;
}

.w150 {
    width: 150px;
}

.minw150 {
    min-width: 150px;
}

.minw200 {
    min-width: 200px;
}

/* Profile Page */
#ClientProfile > .col-sm-12 > .well {
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#ClientProfile footer.form-actions {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-top: none;
}

.profile-pic > img {
    border-radius: 50%;
}

.profile-carousel {
    background: url('../img/nik-647823-unsplash.jpg') no-repeat center center;
    max-height: 150px;
    height: 150px;
    background-size: cover;
}

#profile-header h1 small {
    letter-spacing: 0.6px;
    font-size: 14px;
}

/*#profile-header ul.list-unstyled {
    display: flex;
}*/

#profile-header ul.list-unstyled li {
    /*flex: 1;*/
    display: inline-block;
}

    #profile-header ul.list-unstyled li:nth-child(2) {
        margin: 0 15px;
    }

    #profile-header ul.list-unstyled li p {
        font-size: 13px;
        letter-spacing: 0.6px;
    }

#profile-edit-details ul.nav-tabs > li:last-child {
    font-size: 16px;
    font-weight: bold;
}

#profile-edit-details ul.nav-tabs > li {
    font-size: 13px;
}

#password + .glyphicon {
    cursor: pointer;
    pointer-events: all;
}

/* =================================== Login Hero ================================== */
.hero {
    width: 100% !important;
    height: auto !important;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
}

    .hero .ecgb-section {
        display: flex;
        align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        -o-justify-content: space-between;
    }
        .hero .ecgb-section img {
            width: 40%;
            min-width: 250px;
        }

    .hero .maintenance-section {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
    }
        .hero .maintenance-section img {
            width: 50%;
            min-width: 250px;
        }
        .hero .maintenance-section label {
            font-size: small;
            font-weight: 600;
        }
        .hero .maintenance-section span {
            color: red;
        }

/* =================================== Dashboard ================================== */
.dashboard-maintenance-section {
    background-color: lightsteelblue;
    margin-bottom: 10px;
    width: 100%;
}
    .dashboard-maintenance-section label {
        margin: 5px 0 5px 10px;
        font-size: small;
        font-weight: 600;
    }
    .dashboard-maintenance-section span {
        color: red;
    }

/* =================================== Forms ================================== */
.form-horizontal .control-label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    color: #304158;
}

.form-horizontal .control-label::after {
    content: ':';
}
.form-horizontal .non-control-label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    color: #304158;
}

.form-actions .btn {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 14px;
}

.form-actions .btn-success a,
.form-actions .btn-primary a {
    color: #fff;
}

.form-actions .btn-default a {
    color: #333;
}

btn.btn_save_icon::before {
    content: '\f0c7';
    font-family: 'FontAwesome';
}

.vert-resize {
    resize: vertical;
}
/* nav tabs */
#QuarterlyReviews .nav.nav-tabs,
#QuarterlyReviews .nav.nav-pills {
    padding-left: 13px;
    border-bottom: none;
}

#QuarterlyReviews .nav.nav-pills {
    margin-bottom: 15px;
}

#QuarterlyReviews .nav-pills li a {
    border-radius: 1000px;
    font-size: 14px;
    font-weight: 600;
    /*color: #f3f3f3;*/
    color: #8a8a8a;
}

#QuarterlyReviews .nav-pills > li.active > a,
#QuarterlyReviews .nav-pills > li.active > a:focus,
#QuarterlyReviews .nav-pills > li.active > a:hover {
    /*background-color: #11243f;*/
    /*background-color: #005696;*/
    background-color: #4484B2;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#QuarterlyReviews .nav-tabs > li.active > a,
#QuarterlyReviews .nav-tabs > li.active > a:focus,
#QuarterlyReviews .nav-tabs > li.active > a:hover {
    color: #fff;
    /*background-color: #11243f;*/
    /*background-color: #005696;*/
    background-color: #4484B2;
    border: 1px solid #ddd;
}

#QuarterlyReviews .nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 #fe5e08;
    -moz-box-shadow: 0 -2px 0 #fe5e08;
    box-shadow: 0 -2px 0 #fe5e08;
}

/* ================================ Navigation ================================ */
#main > #ribbon {
    /*background: #005696;*/
    background: #4484B2;
    /*background: rgba(11, 31, 58, 0.84);
    background: linear-gradient(to bottom right, rgba(11, 31, 58, 0.84), #0c3c5f);*/
}

.breadcrumb > li {
    color: #fff;
}

    .breadcrumb > li.active,
    #ribbon .breadcrumb li:last-child,
    #ribbon .breadcrumb > .active {
        /*color: #FE5E08;*/
        color: #C4D600;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .breadcrumb > li + li:before {
        color: #fafafa;
    }

.minifyme {
    background: #243042;
    color: #fafafa;
}

    .minifyme:hover {
        background: #FE5E08;
        /*color: rgba(0,0,0,.43);*/
        color: rgb(48, 65, 88);
    }

.minified .minifyme {
    /*color: rgba(0,0,0,.43);*/
    color: rgb(48, 65, 88);
}

#logout a,
#hide-menu a {
    margin-top: 10px;
}

#header #top-right {
    top: 5px;
    position: relative;
    padding-right: 20px;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: #fe5e08;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9999;
    text-align: center;
}

    .go-top > i {
        /*color: #0c203b;*/
        color: #f1f1f1;
        vertical-align: bottom;
    }

    .go-top:hover {
        background: rgba(254,94,8,0.62);
    }

/* Register & Login */
#extr-page-header-space > :first-child,
#extr-page-header-space > :last-child {
    font-size: inherit;
    margin-right: inherit;
    vertical-align: inherit;
    font-weight: 400;
}

#top-right a,
#search-mobile a {
    cursor: pointer !important;
}

/* ================================ Background ================================ */
.bg-ecgb-orange {
    background-color: #FE5E08;
}

.bg-ecgb-green {
    background-color: #C4D600;
}

.bg-ecgb-blue {
    background-color: #002F6C;
}

.bg-ecgb-blue-lt {
    background-color: #4484B2;
}

.bg-f8 {
    background-color: #f8f8f8;
}

.sec-pad-alt-white {
    background-color: #fff;
}
/* ============================= Logos and imagery ============================= */
/* SVG */
#svg_ecgbb_logo,
#ecgbb-logo > svg {
    /*max-width: 220px;*/
    max-width: 120px;
    width: 100%;
    margin: 7% 11%;
}

    #svg_ecgbb_logo .cls-1 {
        fill: #e3701e;
    }

    #svg_ecgbb_logo .cls-2 {
        fill: #f48024;
    }

    #svg_ecgbb_logo .cls-3 {
        fill: #f79727;
    }

    #svg_ecgbb_logo .cls-4 {
        fill: #005696;
    }

    #svg_ecgbb_logo .cls-5 {
        fill: #c0d72f;
    }


/* ============================= Media Queries ============================= */
/*@media only screen and (max-width: 979px) and (min-width: 768px) {
    .btn-header a {
        margin-top: unset !important;
        width: unset !important;
    }
}*/

/*@media only screen and (max-width: 880px) and (min-width: 768px) {
    header #logout.transparent a {
        border: none !important;
        background: 0 0;
        margin-left: 0;
        width: unset !important;
        box-shadow: unset !important;
    }

    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: unset !important;
        width: unset !important;
        height: unset !important;
        line-height: unset !important;
    }

}*/

@media only screen and (max-width : 979px) {
    #btn_logout_media {
        display: inline-block !important;
    }

        #btn_logout_media a {
            width: 40px !important;
        }

            #btn_logout_media a i {
                font-size: 121%;
            }

    .logout-hide-sm {
        display: none;
    }

    #hide-menu > a.btn-circle,
    #btn_logout_media > a.btn-circle {
        width: 40px !important;
        height: 40px !important;
        line-height: 30px !important;
    }

        #hide-menu > a.btn-circle i {
            color: #fff !important;
        }
}

@media only screen and (min-width : 980px) {
    #btn_logout_media {
        display: none;
    }
}

@media only screen and (max-width : 679px) {
    #ribbon .breadcrumb li:last-child,
    #ribbon .breadcrumb > .active {
        color: #C4D600 !important;
    }

    /* Profile page */
    #profile-header ul.list-unstyled li {
        display: block;
    }

    #profile-header ul.list-unstyled {
        margin-top: 35px;
    }

        #profile-header ul.list-unstyled li:nth-child(2) {
            margin: 0;
        }
}

/* Margins */
.mtn {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}
/* Text Area*/
.textarea-memo {
    margin-left: 12px !important;
}

/* Scrollable Divs*/
.infoDiv {
    max-width: 800px;
}
.innerWorkingFieldset {
    margin-right: 10px;
}
.workingDiv {
    max-height: 1800px;
    overflow: auto;
    margin-bottom:15px;
}
#workingDiv[role="header"] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
.middle-div {
    padding: 20px;
}
.div-sticky {
    
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.execution_head .dropzone {
    max-height: 80px !important;
}
.execution_head {
   height: 100%;
}
.execution_head .dropzone-div {
    height: 100%;
}
.btn-nav {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.legend_custom {
    display: block;
    padding: 8px 0;
    border-bottom: 2px solid #404040;
    background: #fff;
    font-size: 20px !important;
    font-weight: 300;
    color: #000;
    margin: 25px 0 20px;
}
.header_2 {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    background: #fff;
    font-size: 18px !important;
    font-weight: 300;
    color: #222;
    margin: 25px 10px 20px;
}
.header_3 {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px !important;
    font-weight: 300;
    color: #222;
    margin: 25px 20px 20px;
}
.system_control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 550;
    line-height: 1.42857143;
    color: darkblue;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #ccc; */
    border-radius: 0;
    -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,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;
}

.validationMessage {
    position: absolute;
    right: 13px;
    padding: 3px;
    z-index: 1000;
    background-color: black;
    color: white;
    font-size: 10px;
    border-top: 1px solid red;
}

.validationError {
    background-color: #FFD1D1;
    border: 1px solid red;
}

/* Knockout grid styling*/
tr.rowSelectable:hover {
    cursor: pointer;
    background-color: aliceblue;
}

.select2-hidden-accessible {
    display: none;
}


/* ============================= Loading spinner behaviour ============================= */
.loading-spinner-busy {
    display: inline-flex !important;
}

.loading-spinner {
    display: none;
    width: 0.75em;
    height: 0.75em;
    border: 0.25em solid #4484b2; /* Light blue */
    border-top-color: #00285c; /* Dark blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}