html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background-color: white;
}

.topNavLayout {
    margin-bottom: 0 !important;
    padding: 0 0 15px 0;
    box-shadow: 1px 2px 3px lightgray;
}

body {
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #1C212D;
    margin-bottom: 60px;
    background-color: #f0f5fb;
}

h2 {
    margin-bottom: 0;
    font-weight: 600;
}

h7 {
    font-size: 11px;
    color: grey;
    font-weight: 600;
    text-decoration: underline;
}

h8 {
    font-size: 12px;
    color: dimgray;
    font-weight: 400;
    vertical-align: baseline;
    display: inline-table;
}

a {
    text-decoration: none;
}

.activePageBtn {
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #0EAA85;
    background-color: white;
    font-weight: 600;
    margin-right:10px;
    margin-left:10px;
}
.inactivePageBtn {
    padding: 3px 10px;
    margin-right:10px;
    margin-left:10px;
    color:darkgrey;
}
.inactivePageBtn:hover {
    color: #1C212D;
}

.helmBlack {
    color: #1C212D;
}
    .helmBlack:hover {
        color: black;
    }

.helmGreen {
    color: #0EAA85;
}
    .helmGreen:hover {
        color: #0c8367;
    }

.helmRed {
    color: #c20e29;
}
.helmRed:hover {
    color: #751423;
}

.form-control:focus {
    border-color: rgba(14, 170, 133, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(14, 170, 133, 0.6);
    outline: 0 none;
}
.form-select:focus {
    border-color: rgba(14, 170, 133, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(14, 170, 133, 0.6);
    outline: 0 none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: rgba(14, 170, 133, 0.25);
}

.circle {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 24px;
    color: #fff;
    line-height: 0.65;
    text-align: center;
    background: #0EAA85;
    padding: 25%;
    margin: 0 10px 0 10px;
    transition: box-shadow 1s;
}
    .circle:hover {
        color: #fff;
        box-shadow: 1px 2px 3px dimgray;
    }

.hidden {
    display:none;
}

.unhidden {
    visibility: visible;
}

.topMenuText {
    font-family: 'Poppins', sans-serif;
    color: #0EAA85;
    font-weight: 600;
    font-size: 16px;
}

.splashText {
    font-family: 'Poppins', sans-serif;
    color: #0EAA85;
    font-weight: 600;
    font-size: 24px;
}

.loginPartialText {
    color: #0EAA85 !important;
}

.menuGridBtn {
    color: #0EAA85;
    font-size: 28px;
    padding-top: 16px;
}
.menuGridBtnGrp {
    transition: text-shadow 0.5s;
}

    .menuGridBtnGrp:hover {
        text-shadow: 1px 2px 3px dimgray;
    }

.adminMenuGridBtn {
    color: #0EAA85;
    font-size: 24px;
    padding-top: 23px;
    transition: text-shadow 0.5s;}

    .adminMenuGridBtn:hover {
        text-shadow: 1px 2px 3px dimgray;
    }

.topSelectBar {
    width: 100%;
    height: 55px;
    margin: 0 0 10px 0;
    background-color: #f0f5fb;
}

.secondarySelectBar {
    margin: 0 0 5px 0;
}

.botSelectBar {
    width: 100%;
    height: 52px;
    margin: 15px 0 0 0;
    background-color: transparent;
}

.topSelectBarFields {
    margin-top: -48px;
    margin-bottom: 25px;
}

.hiddenText {
    margin: 0;
    font-weight: 800;
}

.subText {
    font-size: 11px;
    color: grey;
    font-weight: 600;
}

.subText2 {
    font-size: 12px;
    color: darkslategray;
    font-weight: 400;
}

.menuHr > hr {
    margin: 5px !important;
    height: 1px !important;
    display: block !important;
}

.filterDropdowns {
    padding: 5px;
    width: 100%;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.formRow {
    margin-bottom:15px;
}

.btnGroup > a {
    height: 18px;
    width: 18px;
    font-size: 16px;
}

.largeBtnGroup > a {
    height: 22px;
    width: 22px;
    font-size: 22px;
    color:slategray;
}

.btnGroup {
    width: 85px;
}
.largeBtnGroup {
    min-width: 150px;
}

.primaryBtn {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 6px;
    padding: 8px 15px;
    min-height: 36px;
    border-radius: 3px;
    background-color: #0EAA85 !important;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

    .primaryBtn:hover {
        color:lightgray;
    }
    .primaryBtn:focus {
        color:lightgray;
    }

.infoText {
    font-size: 11px;
    color: grey;
    font-weight: 600;
    z-index: 2;
    position: relative;
}


.createLink {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 0 6px;
    color: #0EAA85;
    margin-bottom: 5px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.sortBtn {
    /*z-index: 2;
    position: relative;
    cursor: pointer;*/
    color: black;
}
.createLink:link {
    color: #0EAA85;
}
.createLink:visited {
    color: #0EAA85;
}

.expenseLinks > button {
    border:none;
    background-color: transparent;
}

.expenseTable {
    background-color: white;
    border-radius: 6px;
}

.summaryTable {
    background-color: white;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom:0;
}
.summaryTableDiv {
    overflow-x: auto;
}
.frozenCol {
    /*position:absolute;
    width:150px;
    background-color:white!important;*/
}

.summaryTabs {
    color: darkgray !important;
    font-size: 16px !important;
}
    .summaryTabs:hover {
        color: #1C212D !important;
    }
.summaryTabsActive {
    color: #0EAA85 !important;
    font-weight: 600;
    font-size: 16px !important;
}

.summaryTabDropdowns {
    color: darkgray !important;
    font-size: 16px !important;
}
    .summaryTabDropdowns:hover {
        color: #1C212D !important;
    }
.summaryTabDropdownsActive {
    color: #0EAA85 !important;
    font-weight: 600;
    font-size: 16px !important;
}
.expenseTotal {
    border-radius: 6px;
}

.secondaryBtn {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 6px;
    padding: 8px 15px;
    min-height: 36px;
    border-radius: 3px;
    border-color: #0EAA85 !important;
    background-color: white !important;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
    .secondaryBtn:hover {
        background-color: rgba(14, 170, 133, 0.25) !important;
        color: #0EAA85 !important;
    }
    .secondaryBtn:focus {
        background-color: rgba(14, 170, 133, 0.25) !important;
        color: #0EAA85 !important;
    }


.setBtn {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 6px;
    padding: 8px 15px;
    min-height: 36px;
    border-radius: 3px;
    border-color: #0EAA85 !important;
    background-color: white !important;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
    .setBtn:hover {
        background-color: rgba(14, 170, 133, 0.25) !important;
        color: #0EAA85 !important;
    }
    .setBtn:focus {
        background-color: rgba(14, 170, 133, 0.25) !important;
        color: #0EAA85 !important;
    }

.pdfLink {
    height: 20px;
    width: 20px;
    font-size: 18px;
    padding-left: 0;
}

.longDesc {
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px !important;
}

.shortDesc {
    white-space: nowrap;
    overflow: hidden;
    max-width: 75px !important;
}

.searchBox {
    background-color: rgba(25, 143, 81, 0.10)!important;
    border-top: 1px solid slategray;
    border-bottom: 1px solid slategray;
    border-left: 1px solid slategray;
    border-right: 1px solid slategray;
    border-radius: 6px;
}
    .searchBox > div {
        margin-top: 8px;
        margin-bottom: 2px;
    }

.searchBoxInput {
    height: 28px;
    width: 50%
}

@media (max-width: 1200px) {
    .searchBoxInput {
        width: 50%
    }
}

.tableHdr > th {
    padding-bottom: 2px;
    border-bottom-width: 0;
}

.descriptorTableHdr > th {
    padding-bottom: 5px;
    font-size: 12px;
    color: slategray;
    font-weight: 400;
    border-bottom-width: 0;
    background-color: #f7f9fa;
}

.travelTableHdr > th {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    color: slategray;
    font-weight: 400;
    border-bottom-width: 0;
    background-color: rgb(235, 235, 234);
}

.travelTableHdr > td {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    border-bottom-width: 0;
    background-color: rgb(235, 235, 234);
}

.tableBody > td {
    top: 2px;
    padding-bottom: 2px;
    border-bottom-width: 0;
}
.tranDescTableBody > td {
    top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    background-color: white;
    border-bottom-width: 0;
}

.descriptorTableBody > td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width:0;
    background-color:#f7f9fa;
}

.ticketEntryHeader {
    padding: 5px;
    background-color: #f7f9fa;
}
.ticketEntryPanel {
    padding: 5px;
    margin: 10px;
    background-color: #f7f9fa;
}

.summaryGroupBox {
    padding: 0 4px;
    border-radius: 3px;
    background-color: white;
}

.helmGreenBorder {
    border: 1px solid #0EAA85;
}

.ticketEntryBox {
    padding: 3px;
    margin: 5px;
    border: 1px solid #0EAA85;
    border-radius:3px;
    background-color: white;
}

.lightTableBody > td, dt, dd {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom-width: 0;
    background-color: #f7f9fa;
}
.descriptorTableBody {
    margin-bottom: 15px;
}

.travelTableBody > th {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 0;
    font-size: 12px;
    font-weight: 400;
    color:slategray;
}

.travelTableBody > td, .travelTableBody > div {
    padding-top: 8px;
    border-bottom-width: 0;
    font-size: 14px;
    padding-bottom: 5px;
    background-color: white;
}

.travelProcessBox {
    background-color: white;
    padding: 15px;
    margin: 15px;
}

.travelTableBody > td > select,input {
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.travelTableBody {
    margin-bottom: 0;
}

/* Footers */
.helmFooter {
    margin-bottom: -82px;
}

.footerDiv {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.footerTable {
    margin-top: 8px !important;
    width: 100% !important;
}

.uploadBox {
    height: 80px !important;
    padding-top: 25px !important;
    background-color: #efefef !important;
    margin-top: -10px;
    font-size: 14px !important;
    font-weight: 600;
    color: gray !important;
    padding-left: 20% !important;
}

.uploadBoxLabel {
    font-size: 16px !important;
    margin-top: 10px !important;
    color: gray;
}

.uploadBoxBtn {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

/* page loading */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader.gif') 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

.homeTiles {
    height: 180px;
    transition: margin-top 1s, margin-bottom 1s, box-shadow 1s;
    border: solid 1px #f7f9fa;
    border-radius: 3px;
    margin: 8px;
    padding-top: 3em;
    cursor: pointer;
    position: relative;
    background-color: white;
}

    .homeTiles:hover {
        margin-top: -1px;
        margin-bottom: -1px;
        box-shadow: 2px 6px 5px #4e516054;
    }

.travelTiles {
    height: 220px;
    transition: margin-top 1s, margin-bottom 1s, box-shadow 1s;
    border: solid 1px #f7f9fa;
    border-radius: 3px;
    margin: 8px;
    padding-top: 1em;
    cursor: pointer;
    position: relative;
    background-color: white;
}

    .travelTiles:hover {
        margin-top: -1px;
        margin-bottom: -1px;
        box-shadow: 2px 6px 5px #4e516054;
    }

.travelEntryTiles {
    border: solid 2px #f7f9fa;
    transition: box-shadow 1s;
    border-radius: 6px;
    margin: 8px;
    padding-top: 3px;
    position: relative;
    background-color: white;
}
    .travelEntryTiles:hover {
        box-shadow: 2px 6px 5px #4e516054;
    }

.travelEntryTable > tbody > tr > td {
    padding-top: 3px;
}


.dropMenuIcons {
    max-height:50px;
    max-width:50px;
    font-size: 24px;
    color: #0EAA85;
    padding-bottom: 8px;
}
.dropdownLinks {
    text-align: center;
}
.dropdownLinks > li {
    padding: 0;
}
.dropdownLinks > li > a {
    font-size:11px;
    font-weight: 800;
    padding-left:2px;
    padding-right:2px;
}
.adminDropdownLinks {
    text-align: center;
}
    .adminDropdownLinks > li {
        padding: 0;
    }
        .adminDropdownLinks > li > a {
            font-size: 13px;
            font-weight: 800;
            padding-left: 2px;
            padding-right: 2px;
        }
.homeIcons {
    max-width: 80px;
    max-height:80px;
    font-size: 5em;
    padding-bottom: 12px;
    color: #0EAA85;
}

.titleIcons {
    max-width: 24px;
    max-height: 24px;
    font-size: 1em;
    padding-bottom: 5px;
    color: #0EAA85;
}

.homeIconsDropDown {
    max-width: 80px;
    max-height: 80px;
    font-size: 5em;
    padding-bottom: 12px;
    color: #0EAA85;
}
.homeIconsLabels {
    font-size: 16px;
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.addNewDiv {
    margin-top: 25px;
    margin-bottom: 25px;

}

.travelActionBtn > button, .travelActionBtn > a {
    border: none !important;
    font-size: 16px !important;
    color: slategrey !important;
    text-decoration-color: slategrey;
    background-color: transparent;
    text-transform: capitalize;
    z-index: 2;
    position: relative;
    padding-top: 14px;
    cursor: pointer;
}



.iconBtn {
    border: none !important;
    font-size: 14px !important;
    color: slategrey;
    text-decoration-color: slategrey;
    background-color: transparent;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
    .iconBtn:hover {
        color: #0EAA85;
    }

.iconBtnLg {
    border: none !important;
    font-size: 18px !important;
    color: slategrey;
    text-decoration-color: rgb(13, 110, 253);
    background-color: transparent;
}
    .iconBtnLg:hover {
        color: #0EAA85;
    }


.highlightRow {
    border: 4px dashed rgba(13, 110, 253, 0.6);
}

.midTravelTable > td {
    border-bottom-width: 0;
    padding-bottom:6px;
    padding-top:3px;
}

.travelCategoryLabels > td > i {
    color: #0EAA85;
}
.travelCategoryLabels > i {
    font-size: 14px;
    color: #0EAA85;
}
/* Rounded sliders */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f6573c;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fe7a63;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0EAA85;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0EAA85;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #caf0e7;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switchLabel {
    font-size: 16px;
    padding-top:1px;
}

/* page loading */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader.gif') 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}


