﻿@font-face {
    font-family: 'kpmg light';
    src: url('../Fonts/KPMG-LIGHT.ttf') format('truetype'), url('../Fonts/KPMG-LIGHT.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kpmg extralight';
    src: url('../Fonts/KPMG-EXTRALIGHT.ttf') format('truetype'), url('../Fonts/KPMG-EXTRALIGHT.eot');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #EEEFF0;
    color: #004f5e;
    font-family: 'Open Sans 4', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    height: 100%;
    margin-bottom: 98px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

header {
    background-color: #00338d;
    overflow: visible;
}

header > div.container.banner {
    height: 95px;
}

footer {
    width: 100%;
    height: 98px;
    line-height: 1.4em;
    background-color: #333;
    color: #666;
    font-size: 70%;
    padding: 20px 0;
}

nav {
    background-color: #2f2f2f;
    margin-bottom: 10px;
}

    nav .form-group {
        margin: 0.1rem;
    }

    nav li a {
        display: block;
        padding: 0 !important;
        color: #FFF;
        font-family: 'Open Sans 6', 'Open Sans';
        font-weight: 600;
        text-decoration: none;
    }

        nav li a:hover,
        nav li a:active,
        nav li a:visited {
            color: #FFF;
            text-decoration: none;
        }

        nav li a:hover {
            color: #44b029;
        }

    nav li.active a:hover {
        color: #000;
    }

    nav li a span {
        padding-left: 15px;
    }

        nav li a span i {
            padding-right: 2px;
        }

    nav li a:before,
    nav li a .before {
        content: url(../Images/ui/nav-sep.png);
        width: 12px;
        height: 45px;
        display: inline-block;
        vertical-align: middle;
    }

    nav li select {
        margin-top: 5px;
    }

    nav li a i {
        margin-right: 8px;
    }

    /*nav li.active a {
        background: #44b029;
    }*/


h1#logo a {
    background: url(../Images/ui/logo-main.png) no-repeat;
    background: url(../Images/ui/logo-main-ie.png) no-repeat\9; /* IE 8 and below */
    -moz-background-size: 150px 75px;
    -o-background-size: 150px 75px;
    -webkit-background-size: 150px 75px;
    background-size: 150px 75px;
    width: 150px;
    height: 75px;
    display: block;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2#logobanner {
    color: #fff;
    height: 75px;
    display: block;
    font-size: 36px;
    margin-top: 28px;
    font-family: kpmg extralight;
    letter-spacing: 3px;
}

header .welcome {
    text-align: right;
}

    header .welcome h5 {
        font-family: kpmg extralight;
        font-size: 200%;
        margin-top: 7px;
        color: #fff;
        letter-spacing: 1px;
    }

        header .welcome h5.reduced {
            margin-bottom: 3px;
        }

    header .welcome em {
        font-size: 90%;
        display: block;
    }

        header .welcome em a {
            margin-left: 10px;
        }

#btnLogout {
    box-shadow: none;
    -webkit-box-shadow: none;
}

header .welcome .btn {
    margin-top: 11px;
    margin-bottom: 0;
    padding: 3px 12px 2px;
    font-size: 85%;
}


header .welcome .poweredby {
    display: none;
}

.nav-space {
    padding: 0 10px 0 10px;
}

.nav-icon-space {
    padding-right: 10px;
}

.active {
    color: #000;
}

.nav-remove-padding {
    padding: 0px;
}

.nav-add-padding {
    padding: .5rem 1rem
}

.btn-mar {
    color: #FFF;
    background-color: #9e3039;
}

    .btn-mar:hover,
    .btn-mar:focus,
    .btn-mar:active,
    .btn-mar.active,
    .btn-mar.disabled,
    .btn-mar[disabled] {
        background-color: #871c25;
    }

.form-control.k-widget {
    width: 100%;
}

.k-dropdown-wrap {
    height: 100%;
}

.btn {
    font-weight: 600;
    line-height: 2em;
}


/* ==========================================================================
   TABS
   ========================================================================== */
#calTab li {
    font-size: 110%;
}

#calTab li {
    border-color: transparent #B4D0EB #B4D0EB transparent !important;
    border-width: 0 0 40px 10px;
    border-style: solid;
    line-height: 40px;
    margin-right: 2px;
    padding: 0;
    height: 0;
    /* -webkit-transform: rotate(360deg); /* Fixes jagged edges in some browsers */
    /*-moz-transform: scale(360);
	-o-transform: rotate(360deg); /* Didn't check Opera yet */
    /*transform: rotate(360deg);*/
}

    #calTab li.active {
        border-color: transparent #002475 #002475 transparent !important;
    }

    #calTab li a {
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        padding: 0 15px 10px 10px;
        color: #FFF;
        font-weight: 400;
    }

    #calTab li.active a {
        text-decoration: none;
        background: url(../Images/ui/nav-selected.png) no-repeat;
        background: url(../Images/ui/nav-selected_ie.png) no-repeat\9; /* IE8 and below */
        -moz-background-size: 11px 7px;
        -o-background-size: 11px 7px;
        -webkit-background-size: 11px 7px;
        background-size: 11px 7px; /* Not supported in IE8 and below */
        background-position: 12px bottom;
    }

    #calTab li i, #inpTab li i {
        margin-right: 8px;
    }

        #calTab li i.icon-plane {
            font-size: 125%;
        }

.nav-tabs > li {
    margin-bottom: 0;
}

.admintabs li {
    font-size: 90% !important;
}

.adminpanes .table th, .adminpanes .table td {
    line-height: 1em;
    padding-left: 10px;
}

.adminpanes td {
    vertical-align: middle;
}

    .adminpanes td button {
        margin-right: 10px;
    }

/* ==========================================================================
   TITLE TAB
   ========================================================================== */
.titletab h1 {
    font-size: 145%;
    font-family: 'Open Sans 4', 'Open Sans';
    line-height: 40px;
    margin: 0;
    color: #FFF;
    height: 0;
    border-width: 0 0 40px 10px;
    border-style: solid;
    border-color: transparent #00338d #00338d transparent;
    /*-webkit-transform: rotate(360deg); /* Fixes jagged edges in some browsers */
    /*-moz-transform: scale(360);
	-o-transform: rotate(360deg); /* Didn't check Opera yet */
    /*transform: rotate(360deg);*/
}

.titletab i {
    padding: 0 12px;
}

.container .content {
    background-color: #FFF;
    padding: 15px;
}

.table-wrap {
    table-layout: fixed;
    word-wrap: break-word;
}

.form-group.row input[type=checkbox] {
    height: 100%;
    width: 20px;
}

#jsonArgumentsLabel {
    margin-bottom: 0
}

.required label:after {
    color: #e32;
    content: '*';
    display: inline;
    margin-left: 4px;
}

.k-grid {
    padding: 0
}

.k-grid-header {
    padding: 0 !important;
}

.k-header, k-grid-content {
    font-family: 'Open Sans 4', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    border-left: none !important;
    border-right: none !important;
}

th.k-header {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 2px solid #dee2e6 !important;
    background-color: #00338d !important;
    background-image: none;
    font-weight: 500 !important;
    overflow: visible !important;
    white-space: pre-wrap !important;
    color: white;
}

.k-grid-content {
    overflow-y: visible;
}

.k-grid td, .k-header {
    font-size: 14px !important;
}

.k-grid td {
    border: 0 !important;
}

.k-grid-norecords {
    height: auto;
}

.k-grid-toolbar {
    background-color: #00338d;
}

.k-grid .k-header .k-button {
    color: #ffffff;
    background-color: #00338d;
    border-color: #00338d;
    box-shadow: none;
}

    .k-grid .k-header .k-button:hover {
        color: #ffffff;
        background-color: #466AAB;
        border-color: #00338d;
        box-shadow: none;
    }

.k-grid-content .btn {
    display: inline;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .k-grid { display: block !important; }
}

.refreshBtnContainer {
    display: inline-block;
    float: right;
}

.no-left-margin {
    margin-left: 0px;
}