﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*   --------------------- Developer Added  -------------------------   */
.btn-tcsg-warning {
    background-color: #ffc107;
    border-color: #836200;
    color: #212529;
}
    .btn-tcsg-warning:hover {
        color: white;
        background-color: #e0a800;
        border-color: #836200;
    }
.tblSimple {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #E9E3DC;
    border: 1px solid #787878;
    padding: 0.3rem;
}
.cellbdr {
    border: solid 1px gray;
    text-align: center;
}

.cellbdrR {
    border: solid 1px gray;
    text-align: right;
}

.cellbdrL {
    border: solid 1px gray;
}

.tblStyle {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 10pt;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 4px;
}

.cellbdr {
    border: solid 1px gray;
    text-align: center;
}

.cellbdrR {
    border: solid 1px gray;
    text-align: right;
}

.cellbdrL {
    border: solid 1px gray;
    width: 200px;
}

.cellbdrCHdr {
    border: solid 1px gray;
    text-align: center;
    font-weight: bold;
    background-color: #F4F3AE;
}

.tblStyle {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 10pt;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 10px;
}

.NavigatorText {
    font-size: 30pt;
    font-family: Cambria, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
    color: #2ba7c2;
    border: none;
    text-decoration: none;
    text-align: center;
    width: 50%
}
.masterDate {
    text-align: right;
    width: 25%;
    vertical-align: top;
}
.masterLogin {
    vertical-align: bottom;
    text-align: right;
}
.btn-tcsg {
    background-color: #2ba7c2;
    border-color: #006187;
    color: white;
}
.nav-item nav-custom{
    width: 200px;
}
.myMenuItem {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
.headerStyle {
    font-weight: bold;
    color: white;
    background-color: #004e6d;
    font-family: Verdana;
    font-size: medium;
    text-align: center;
}
.landingPage {
    height: 600px;
    /*border: solid 1px darkgrey;*/
    text-align: center;width:100%;
}
.btn-tcsg {
    background-color: #2ba7c2;
    border-color: #006187;
    color: white;
}
    .btn-tcsg:hover {
        color: #fff;
        background-color: #004e6d;
        border-color: #002a3a;
    }
.header5 {
    font-size: 1em;
    font-weight: bold;
    color: #004e6d;
}
.myCheckBox {
    padding-left: 8px;
    position: relative !important;
    display: inline-block;
    vertical-align: text-bottom;
}

    .myCheckBox label {
        display: inline;
        padding: 3px;
        margin-right: 20px;
        font-weight: 400;
    }
    .myMargin10{
        margin-left: 10px;
    }
.myTextArea{
    min-width:450px;
    min-height:45px;
}
.cellbdr {
    border: solid 1px gray;
    text-align: center;
}

.cellbdrR {
    border: solid 1px gray;
    text-align: right;
}

.cellbdrL {
    border: solid 1px gray;
}

.tblStyle {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 10pt;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 4px;
}
.myRowHeight{
    padding-top:15px;
}
/*  ---------------------------From GALIS  ------------------------------------*/
body {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: .9em;
}

/* Custom Content*/
.margineRight50 {
    margin-right: 50px;
}

.CapsLockWarning {
    background-color: #ffc;
    border: 1px solid brown;
    padding: 6px;
    text-align: center;
}

.header5 {
    font-size: 1em;
    font-weight: bold;
    color: #004e6d;
}

.myh4 {
    font-size: 18px;
    color: #286090;
}

.infoLabel {
    font-size: small;
    font-style: italic;
    color: darkgray;
    margin-top: -15px;
}

.hiddenMsg {
    visibility: hidden;
}

.myCheckBox {
    padding-left: 8px;
    position: relative !important;
    display: inline-block;
    vertical-align: text-bottom;
}

    .myCheckBox label {
        display: inline;
        padding: 3px;
        margin-right: 20px;
        font-weight: 500;
    }

.myDdlBox {
    margin-bottom: 6px;
}

.goButton {
    border-radius: 5px;
    background: #73AD21;
    /*padding: 10px;*/
    width: 30px;
    height: 25px;
    /*margin-top:10px;*/
    vertical-align: bottom;
    font-size: x-small;
    color: white;
}

.btn-tcsg {
    background-color: #2ba7c2;
    border-color: #006187;
    color: white;
}

    .btn-tcsg:hover {
        color: #fff;
        background-color: #004e6d;
        border-color: #002a3a;
    }

.alert-tcsg {
    color: #004085;
    background-color: #c7ebf2;
    border-color: #b2e4ed;
    font-weight: bold;
}

.alert-tcsg-off-yr {
    color: #004085;
    background-color: #cbc8c7;
    border-color: #a6a19f;
    font-weight: bold;
}

.myTd {
    background-color: #eeeeee;
}

.myTh {
    background-color: Gainsboro;
    text-align: right;
}

.myTableHeader {
    color: white;
    background-color: #6ebe49;
}

.myTableHeaderX {
    color: white;
    background-color: #cbc8c7;
}
/***********************
  CUSTOM NAVBAR
************************/
.logo {
    display: inline-block;
    /*float: left;*/
}

.dropup2 {
    margin-top: 5px;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #fff;
    content: "";
}

.wrapper {
    width: 15%;
    margin-top: 40px;
}

.sideBarNavActive {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #2ca7c2;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}

.sideBarNavDisabled {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: gray;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}

.navbar-custom {
    background-color: #004d72;
    color: #000000;
    border-radius: 0;
    max-height: 60px;
    /*min-height: 80px;*/
}

.navbar-custom-sub {
    background-color: #2ba7c2;
    color: #000000;
    border-radius: 0.25rem;
    max-height: 60px;
    /*margin-top: -25px;*/
    width: 100%;
}

.navbar-custom .navbar-nav {
    min-height: 60px;
}

    .navbar-custom .navbar-nav > li {
        min-height: 60px;
        padding-top: 13px;
        padding-bottom: 13px;
        line-height: 27px;
    }

        .navbar-custom .navbar-nav > li > a {
            color: #fff;
        }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            background-color: #2ca7c2;
        }

.navbar-custom .navbar-brand {
    color: #eeeeee;
    float: left;
    padding: 24px 15px;
    font-size: 18px;
    min-height: 80px;
    line-height: 27px;
}

.navbar-custom .navbar-toggle {
    background-color: #eeeeee;
}

.navbar-custom .icon-bar {
    background-color: #33aa33;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f8f9fa;
}

.dropdown-item-sub {
    display: block;
    width: 100%;
    padding: 0.25rem .75rem;
    clear: both;
    /*font-weight: 400;*/
    /*font-size: .85em;*/
    color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item-sub:hover, .dropdown-item-sub:focus {
        text-decoration: none;
        font-weight: bold;
        color: white;
    }

.dropdown-item-cm {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #ffffff;
    border: 0;
}

    .dropdown-item-cm:hover, .dropdown-item-cm:focus, dropdown-item-cm > a:hover {
        /*color: #16181b;*/
        /*color: white;*/
        text-decoration: none;
        background-color: #dcdcdc;
    }

    .dropdown-item-cm.active, .dropdown-item-cm:active {
        color: #fff;
        text-decoration: none;
        background-color: #2ba7c2;
    }

    .dropdown-item-cm.disabled, .dropdown-item-cm:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.myLink:hover {
    background-color: #dcdcdc;
    text-decoration: none;
}

.dropdown-menu-cm {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0 .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.navbar-default {
    min-height: 80px;
}

.navbar-collapse {
    max-height: 450px;
    padding-right: 15px;
    padding-left: 15px;
}


h1 {
    color: #004e6d; /*#0089db;*/
}

h2 {
    color: #004e6d; /*#0079C1;*/
}

h3 {
    color: #004e6d; /*#0069a8;*/
}

h4 {
    color: #004e6d; /*#00598e;*/
}

h5 {
    color: #004e6d; /*#004975;*/
    font-weight: bold;
}

.heading4 {
    font-size: 18pt;
    color: #004e6d;
}

.heading5 {
    font-size: 14pt;
    color: #004e6d;
    font-weight: bold;
}

.myh4 {
    font-size: 18px;
    color: #286090;
}

.radio, .checkbox {
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative !important;
    display: inline-block;
    vertical-align: text-bottom;
}

    .radio label,
    .checkbox label {
        display: inline;
        padding: 0;
    }

.orgLabel {
    color: #E46e0a;
    font-weight: bold;
    font-size: 12pt;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*Added by CM 10/7/2015*/

ul li span {
    /* Text color 
        color: #8DC63F;*/
    color: #49A942;
}

ul li a:active {
    font-weight: bold;
}

.FooterSubHead {
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;*/
    color: black;
    background-color: #2ba7c2;
    text-align: center;
    vertical-align: middle;
}

.FooterBar {
    background-color: #6ebe49;
    height: 2px;
}

.FooterLower {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: black;
    background-color: #cbc8c7;
    text-align: center;
    vertical-align: middle;
}
/* accordion style*/
.accordionHeader {
    /*border: 1px solid #2F4F4F;*/
    color: white;
    background-color: #2ba7c2;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    /*border: 1px solid #2F4F4F;*/
    color: white;
    background-color: #6ebe49;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
/*end accordion*/

#central {
    /*width: 80%;
        float:right;
        min-height: 400px;*/
    align-content: center;
    background-color: white;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.SubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}

.SubHeadContent {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    /*padding-left: 15px;*/
}

.OrangeLabel {
    font-weight: bold;
    /*color: #F58220;*/
    color: #f18a20;
    font-size: medium;
}

Footer {
    /*position: absolute;
    bottom: 5px;*/
    left: 0px;
    width: 100%;
    text-align: center;
}

/* REPORT TREE for GALIS REPORTS  */
.TreeRoot {
    font-size: 10pt;
    font-weight: bold;
}

    .TreeRoot a:Link, .TreeRoot a:active, .TreeRoot a:visited, .TreeRoot a:hover {
        color: #0079C1;
        padding: 3px 3px 3px 3px;
    }

.TreeParent a:Link, .TreeParent a:active, .TreeParent a:visited, .TreeParent a:hover {
    color: #d8690a;
    padding: 3px 3px 3px 3px;
}

.TreeParent {
    font-size: 10pt;
}

.TreeLeaf a:Link, .TreeLeaf a:active, .TreeLeaf a:visited, .TreeLeaf a:hover {
    color: #5F5F5F;
    padding: 3px 3px 3px 3px;
}

.TreeLeaf {
    font-size: small;
}
/*.TreeLeaf td, .TreeLeaf a:active, TreeLeaf a:visited
{
    font-weight: bold;
    background-color: #FBB034;
}*/
.TreeSelected a:Link, .TreeSelected a:active, .TreeSelected a:visited, .TreeSelected a:hover, TreeSelected td {
    font-weight: bold;
    background-color: #E0E0E0;
}

.TreeSelected {
    font-weight: bold;
    background-color: #FBB034;
}
/*.TreeLeaf .TreeLeaf a:active, .TreeLeaf td
{
    font-weight: bold;
    background-color: #FBB034;
}*/

.myAgree{
    font-size:medium;
    color: white;
}

.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    /*column-rule-width: none;*/
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /*height: auto;*/
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    /*margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;*/
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    /*padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;*/
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    /*width: auto;*/
    word-spacing: normal;
}

.color-file-excel {
    color: #1D6F42;
}

.fy26disabled {
    color: rgba(16, 16, 16, 0.3);
    text-decoration: line-through;
}

.fy26disabled:not([href]) {
    color: rgba(16, 16, 16, 0.3);
    text-decoration: line-through;
}

.fy26disabled:not([href]):hover {
    color: rgba(16, 16, 16, 0.3);
    text-decoration: line-through;
}

.navDivWaiting {
    /*position: absolute;*/
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.83;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    cursor: wait;
}

.updatePanelDiv {
    display:inline;
}