﻿body {
    padding: 0;
    margin: 0;
    font-size: 9pt;
    background: #f9f9f9;
}

.site-main {
    height: 100vh;
}

.header {
    /*height: 150px;*/
    background: #fff;
    width: 100%;
    display: table;
}
/* banner **********************************/
.banner-container {
    height: 60px;
    width: 100%;
    display: flex;
}


.banner-left-img {
    height: 60px;
    width: 240px;
    display: table-cell;
    position: fixed;
    z-index: 999;
}

.banner-middle-text {
    height: 60px;
    align-items: center;
    display: flex;
    margin-left: 258px;
}

.title {
    color: #00338d;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
}

.banner-right-img {
    height: 70px;
    display: table-cell;
    text-align: right;
}

/* utilitybar **********************************/
.utilitybar {
    /*    height: 15px; */
    /* set in code   background-image:url(/images_nav/bg_utility.gif); */
    background-color: #003891;
    text-align: right;
    white-space: nowrap;
}

.utilitybar-link {
    font-family: Arial;
    font-size: 9pt;
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    margin-right: 22px;
    cursor: pointer;
}

/* header2 **********************************/
.header2-container {
    height: 40px;
    width: 100%;
    background-color: #f9f9f9;
    white-space: nowrap;
    display: table;
    box-shadow: 5px 5px 5px #ddd;
}


.header2-logo {
    height: 40px;
    width: auto;
    min-width: 250px;
    display: flex;
    padding-left: 1rem;
    margin-top: 10px;
    align-items: center;
}

.header2-logo-text {
    font-size: 12pt;
    font-family: Arial;
    color: #00338d;
    border-left: 1px solid #d4d4d4;
    padding-left: 1rem;
}

.header2-spacer-left {
    height: 36px;
    width: 240px;
    min-width: 40px;
    display: table-cell;
    background-color: #00338d;
}

.header2-tab {
    height: 14px;
    width: 1px;
    display: table-cell;
    padding-top: 0px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    background-color: #f9f9f9;
    border-top: 2px solid #f7f7f7;
}

.header2-tab-top {
    height: 0px;
    margin-right: 18px;
}

.header2-tab-bottom {
    white-space: nowrap;
}

.header2-tab-text {
    height: 16px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 10pt;
    font-weight: 600;
    color: #000000c7;
    font-family: Arial;
    margin-left: .8rem;
}

.header2-tab-report-info {
    border-top: 3px solid white;
    height: auto;
    display: inline-block;
    background-color: white;
}

.header2-tab-right {
    height: 0px;
    width: 18px;
    display: inline-block;
}

.header2-right {
    height: 36px;
    width: auto;
    display: flex;
    justify-content: end;
    margin-right: 1rem;
    padding-left: 50px;
    white-space: nowrap;
    text-align: left;
    background-color: #f9f9f9;
}

.header2-my-clients {
    width: auto;
    display: table-cell;
    padding-top: 7px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
}

/* middle *************************************/
.middle-container {
    height: calc(100% - 135px) !important;
    overflow-y: auto !important;
    display: table;
    width: 100%;
}

/* left menu **********************************/
.left-menu-container {
    height: calc(100% - 109px);
    width: 240px;
    min-width: 240px;
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial;
    vertical-align: top;
    background-color: #00338d;
    margin-top: -40px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
}


/* content **********************************/
.content-container {
    display: table-cell;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 1rem;
    padding-left: 260px !important;
    padding-bottom: 2rem;
}

.content {
    font-size: 9pt;
    font-family: Arial;
    height: calc(100vh-160px) !important;
    overflow: auto;
    width: calc(100vw-280px) !important;
}

/* footer **********************************/
.footer-container {
    height: 30px;
    width: 100%;
    display: flex;
    background-color: #000E27;
    position: fixed;
    bottom: 0;
}

.footer-divider-cell-spacer {
    height: 4px;
    width: 240px;
    padding-left: 240px;
    display: table-cell;
    background-color: #bcd1e9;
}

.footer-divider {
    height: 4px;
    width: 100%;
    padding-left: 240px;
    display: table-cell;
    border-top: 2px solid #bfd4e9;
    border-bottom: 1px solid #ffffff;
    background-color: #89b0d6;
}

.footer-content {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 8pt;
    font-family: Arial;
    color: #999999;
    padding-left: 240px;
    padding-top: 5px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

/* ///////// TDS SKIN STYLES ///////// */

.disp-flx a {
    color: lightblue;
}

.left-menu-container td {
    padding: 5px 0px;
    padding-left: 5px;
}

.disp-flx {
    display: flex;
}

.k-picker-solid {
    background-color: #ffffff !important;
    border-color: rgb(0 0 0 / 25%) !important;
}

.logout {
    border: 1px solid #0a5a98;
    height: 30px;
    color: #0a5a98;
    display: flex;
    font-family: arial;
    font-size: .8rem;
    width: 85px;
    border-radius: 5px;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 1rem;
}

    .logout:hover {
        border: 1px solid #0090ff;
        color: red;
        cursor: pointer;
        background: #f3f7ff;
    }

.left-menu-container table thead:first-child {
    height: 28px !important;
}

.left-menu-container table tr th {
    background: #00338d !important;
}


.left-menu-container table tbody tr {
    height: 22px !important;
}

.font7 {
    font-size: 7pt;
}

.initial-container {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #00338d;
}

.profile-container {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 45px;
    width: 195px;
    height: 50px;
    background: #00338d;
}

.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background: #278910;
    border-radius: 50%;
    margin-left: .5rem;
    font-size: 16px !important;
    color: #fff;
    font-family: Arial;
}

.pr-name {
    color: white;
    font-size: 16px;
    margin-left: .5rem;
    font-family: arial;
}

.logout-img, .logout > img {
    height: 16px !important;
}

.logout-container {
    width: 20%;
    display: flex;
    font-size: 15px;
    justify-content: end;
    color: darkblue;
    padding-right: 1rem;
    align-items: center;
}

.link-style {
    color: #0861ff !important;
}

    .link-style:hover {
        cursor: pointer;
    }

.client-container {
    display: flex;
    width: 80%;
}

.link-button {
    color: #0058e9 !important;
}

h3 {
    font-size: 1.1em !important;
}

h2 {
    font-size: 1.1em !important;
}

#tblAssigneeSearch {
    height: 12rem;
    margin-top: 1rem;
}

    #tblAssigneeSearch tr {
        margin-bottom: .5rem !important;
    }

#tblReportCriteria {
    height: 5rem;
}

    #tblReportCriteria tr td:first-child {
        padding-right: 1rem !important;
    }

    #tblReportCriteria .k-checkbox {
        margin-right: .5rem;
    }

span[paramname="KPMGRPT"] {
    display: flex;
    align-items: center;
}

.border-bottom-grey {
    border-bottom: 1px solid #B9C2D5;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.KLA-nowrap {
    padding: 3px !important;
}

    .KLA-nowrap a {
        text-decoration: none !important;
    }

.showall-button {
    background: #0058e9;
    border: none;
    padding: 6px;
    padding-left: 20px;
    color: #fff;
}

.mb-1 {
    margin-bottom: 1rem;
}

.left-menu-container [class^="icon-"] {
    color: #FFF !important;
    font-size: 14px !important;
    width: 16px !important;
    margin-right: 5px;
    margin-left: 10px;
}

.left-menu-home {
    display: flex;
    align-items: center
}

    .left-menu-home #linkToLinkGo {
        color: #FFFFFF;
        font-weight: bold;
        cursor: pointer;
    }

.menu-title-container {
    display: flex;
    height: 27px;
    justify-content: space-between;
    align-items: center;
}

.left-menu-container table {
    border-bottom: 1px solid #30528ec4;
}

.pad-left-8 {
    padding-left: 8.5%;
}

.KLA-wrap {
    color: #0046c2;
}

/*  ///// Scroll bar customization //// */
::-webkit-scrollbar {
    width: 8px !important;
}
/* Track */
::-webkit-scrollbar-track {
    background: #CCD3E0 !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #A6B2C9 !important;
    border-radius: 8px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #99BEFF !important;
        border-right: 1px solid #00338d !important;
    }

.link-menu-container A:link {
    color: #005494 !important;
    text-decoration: none !important;
    font-size: .8rem !important;
}

.k-svg-i-filter > svg {
    fill: #0861ff !important;
}

.k-button .k-svg-i-filter > svg {
    fill: white !important;
}

.RequiredFieldMark {
    color: #DC003D !important;
}

.left-menu-container A.navlink2:visited {
    color: white !important;
}
