﻿* {
    font-family: 'Open Sans',sans-serif;
}

.toolbar {
    background-color: #1c375f;
    padding: 0 1rem;
    color: #fff;
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex
}

.logo {
    width: 60px;
    height: 60px;
    margin-left: 0px;
    margin-top: 5px
}

.siteTitle {
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    padding: 20px 0px 0px 10px;
    font-weight: bold;
}

body {
    margin: 0px;
}

#mainHeader a:hover {
    text-decoration: none;
}

a:hover {
    color: #213456;
}

.main-container {
    min-height: 500px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin: 0px 8px;
}

.top-nav button:focus {
    outline: none;
}

#mainHeader {
    /**/ position: sticky;
    position: -webkit-sticky; /* For macOS/iOS Safari */
    top: 0; /* Sets the sticky toolbar to be on top */
    z-index: 1000; /* Ensure that your app's content doesn't overlap the toolbar */
    width: 100%;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.top-nav {
    font-size: 1rem;
    background-color: #21345C;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.top-logo-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

.top-logo-text {
    height: 4.5rem;
    vertical-align: middle;
}

.navbar-link {
    font-weight: bold;
    text-decoration: none;
    color: white;
    cursor: pointer;
    width: fit-content;
    display: inline-block;
}

.top-nav a {
    color: #21345C;
}

/*sticky mini menu*/
#desktop-menu {
    background-color: #4261AF;
    min-height: 0.125em;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#desktop-menu a:hover {
    color: #fff;
    text-decoration: none
}

.header-top {
    background-image: url("images/top-sliver.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.container-icon {
    padding: 1rem 0;
}

.header-top img {
    vertical-align: middle;
    width: 1.5rem;
    margin-right: 0.3rem;
}

/*sticky nav*/
#nav-logo-mini-wrapper {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 0;
    transition: width .8s;
    z-index: 1000;
    clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}

@-moz-document url-prefix() {
    #nav-logo-mini-wrapper {
        clip-path: none;
    }
}

.nav-logo-mini {
    display: inline-block;
    vertical-align: middle;
    height: 3rem;
    margin-bottom: 5px;
}

.nav-logo-mini img {
    height: 3rem;
}

#mobile-menu {
    background-color: rgb(66,97,175);
    width: 100%;
    padding: 1rem 3rem;
    display: none
}

#mobile-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mobile-menu-button, #mobile-menu {
    display: none;
}

.top-nav button:not(:disabled) {
    background-color: #21345C;
    color: #fff;
    margin-right: 1rem;
    margin-top: 0.2rem;
    padding: 12px;
    border: none;
}

.top-nav button:not(:disabled):hover {
    background-color: gray;
    border-radius: 50%;
}

.mobile-menu-button {
    float: right;
}

.menu > div {
    height: 2px;
    width: 18px;
    background-color: #fff;
    margin: 3px 0;
}

.MainFooterTop a {
    color: white;
    text-decoration: none;
    background-color: #21345C;
}

.MainFooterTop ul {
    padding: 0;
    margin: 0;
}

.MainFooterTop {
    padding: 0px 10px;
    padding-top: 0.4em;
    background-color: #21345C;
    color: white;
}

.MainFooterTop-border {
    border-bottom: 0.1em solid white;
}

.MainFooter-menu1 li {
    list-style: none;
    display: inline-block;
    margin-right: 1em;
}

.MainFooter-social {
    text-align: right;
}

.MainFooter-social a {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    margin: 0 .5em;
    transition: background-position .25s;
    cursor: pointer;
}

.MainFooter-social a.facebook {
    background: url('images/social-facebook.png') -5px -24px no-repeat;
}

.MainFooter-social a.linkedin {
    background: url('images/social-linkedin.png') 0 -25px no-repeat;
}

.MainFooter-social a.twitter {
    background: url('images/social-twitter.png') 0 -22px no-repeat;
}

.MainFooter-social a.youtube {
    background: url('images/social-youtube.png') 0 -25px no-repeat;
}

.MainFooter-social a:hover {
    background-position: 0 1px;
}

.MainFooter-mid .row {
    padding-top: 1em;
}

.MainFooter-mid ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    border-bottom: 0.0625em solid white;
    padding-bottom: 1.5em;
}

.MainFooter-mid ul li {
    list-style: none;
}

.MainFooter-bottom {
    text-align: center;
    font-size: 0.8em;
    margin: 0px 15px;
    padding: 1rem 0 3rem;
}

#dialog {
    display: none;
}

#dialog a {
    color: #4261af;
    text-decoration: underline;
}

#dialog a:hover {
    color: #213456;
}

.ui-dialog {
    padding: 0px;
}

#dialog.ui-corner-all {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #21345C;
    color: #fff;
}

.dialog-log {
    width: 4rem;
}

.ui-widget.ui-widget-content {
    padding: 0px;
}

.ui-dialog .ui-dialog-title {
    background: url("images/logo-image.svg") no-repeat;
    background-size: 3rem;
    background-position-y: top;
    padding: 0.8rem 0.8rem 0.8rem 5rem;
    font-size: large;
}

.ui-dialog-titlebar {
    background-color: #c2c2c2;
}

.ui-button .ui-icon {
    background-image: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 30% !important;
    right: 1em !important;
    margin: -10px 10px 0 0;
    height: 40px !important;
    width: 40px !important;
}

.ui-button-icon-only {
    text-indent: 0px !important;
}

.ui-icon-closethick, .ui-button-icon-space {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close::after {
    content: "\2716";
}

.ui-dialog button {
    border-radius: 50%;
    padding: 0.5em;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    color: blue;
    position: relative;
}

.ui-dialog button:hover {
    border: 2px solid #fff;
    background-color: grey;
    color: #ffffff;
}


.hidden {
    position: absolute;
    left: -10000rem;
    top: -10000rem;
    background-color: white;
    color: black;
}

.link-btn {
    margin: 2.5em 0em;
    background-color: rgb(33, 52, 92);
    padding: 0.8em;
    border-radius: 5px;
    display: inline-block;
}

#dialog .link-btn a, #dialog .link-btn a:hover {
    color: #fff;
    text-decoration: none;
}

#dialog .link-btn:hover {
    background-color: #497ae4;
}

#dialog .link-btn a:hover {
    display: inline-block;
}

.primaryButton {
    font-size: medium;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #1c375f;
    color: #fff;
    position: relative;
    outline: none;
    border: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.primaryButton:hover, .primaryButton:focus {
    color: #fff;
    background-color: rgb(63, 81, 181);
    border-color: #005cbf;
    border: 1px solid #000;
}

.envBanner {
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgb(113, 151, 41);
    padding: 1px;
    font-size: 24px;
}

.searchTb {
    width: 100%;
}

.searchTb input[type=text], .searchTb select {
    width: 100%;
}

.searchTb th, .searchTb td {
    padding: 0.5em;
}

.search .form-control {
    color: #33383D;
}

.text-danger {
    color: #9C1C28 !important;
}

tr.search td {
    padding: 1em 0.5em;
    background-color: #f0f0f0;
}

.error td {
    padding: 0 0.5em;
    background-color: #f0f0f0;
}

#ProfileGenCbxList, #CbxAcctCatList, #CbxAggTotalList {
    width: 100%;
}

#ProfileGenCbxList tr td, #CbxAcctCatList tr td, #CbxAggTotalList tr td {
    padding: 0.3em;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #ProfileGenCbxList td, #CbxAcctCatList td, #CbxAggTotalList td {
        display: block;
    }

    .form-control {
        font-size: 0.8rem;
    }

    .center-region {
        padding: 0 1rem;
    }

    .container-icon {
        font-size: smaller;
    }

    .header-top {
        padding: 0 0.5rem;
    }

    .top-logo-image {
        height: 3rem;
    }

    .top-logo-text {
        height: 2.5rem;
        margin-left: 0rem;
    }

    .top-nav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .link-btn {
        font-size: smaller;
    }

    #desktop-menu {
        display: none;
    }

    .ui-dialog .ui-dialog-title {
        padding-left: 3.5rem;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        margin: -6px 0 0 0;
    }

    .mobile-menu-button {
        display: block;
    }

    .main-container {
        padding: 1rem;
    }

    .searchTb {
        font-size: smaller;
    }

    .searchTb th, .searchTb td {
        padding: 0.2em;
    }

    tr.search td {
        padding: 0.5em 0.2em;
    }
}

@media print {
    .do-not-print {
        display: none !important;
    }
}

.secondaryButton {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    outline: none;
    border: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgb(77, 77, 77);
}

