
/*lisi*/
html {
    height: 100%;
}
body {
    height: 100%;
}
form {
    min-height: 100%;
}
/*.fullwidth {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}*/
.card-header {
    background: #88b7f1;
}
.bg-home-light {
    background: #88b7f1;
}
.sticky-top {
    z-index: 0 !important;
}

.bg-table {
    background: LightGray;
}

li,.nav-item  { 
    list-style-type: none 
}

.dropdown-menu.toolbar::before {
    content: '';
    width: 54px;
    height: 35px;
    margin: 0 auto;
    border-width: 14px 27px;
    border-color: transparent transparent #9a3324 transparent;
    border-style: solid;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}

#custom-header .navbar .dropdown-menu {
    width: auto !important;
}

#custom-header .navbar .btn-group:last-child .dropdown-menu {
    left: -65px !important;
    width: 180px !important;
    min-width: 180px !important;
    right: -1rem !important;
    transform: translate3d(0, 0, 0) !important;
}

.nav-link,.toolbar {
    font-size: 15px;
    font-family: "Poppins", "Helvetica Neue", Arial, serif;
    font-weight: bold;
    color: #000;
    border: none !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.dropdown-menu {
    background-color: #002B49;
}
.dropdown-item {
    font-size: 14px;
    background-color: #002B49;
    color: white;
    padding: 10px;
}
.dropdown-item:hover {
    background-color: #002B49;
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-nav .nav-link {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-size-adjust: 100%;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dropdown-menu.multi-column.columns-2 {
    min-width: 550px;
}
.col-6.col-border {
    border-right: 1px solid rgba(226, 226, 226, 0.3);
}
/* .toolbar-underline {
    height: 100%;
} */
.toolbar-underline:hover {
}
.dropdown-menu.toolbar {
    top: calc(100% - 5px);
    min-width: 260px;
    left: -40px;
    z-index: 5;
}
.nav-link.white.toolhead {
    color: white;
    font-size: 14px;
    font-weight: lighter;
    text-decoration-color: rgba(255, 255, 255, 0.94);
}
.toolbar-nounderline {
}
.nav-link.toolbar {
    padding-top: 39px;
}
.nav-link.dropdown.toolbar:active {
    padding-top: 34px;
    padding-bottom: 34px;
    margin-top: 5px;
    border-bottom: 5px solid #00B3E3;
    position: relative;
    z-index: 20 !important;
}
.nav-link.toolbar{
    color: black;
}
.material-icons.blue { 
    color: #517fff; 
}

/*end lisi*/

/*
html {
    height: 100%;
}

body {
    height: 100%;
}

form {
    min-height: 100%;
}

*/
main {
    min-height: 80vh;
}

.fullheight {
    min-height: 80vh;
}

.footer {
    font-size: 12px;
    font: "Trebuchet MS";
}

.bg-table {
    background: #e2e2e2;
}
.bg-home-light {
    background: #88b7f1;
}
.card-header {
    background: #88b7f1;
}


/*
.fullwidth {
    --bs-width: -.75rem;
    margin-left: var(--bs-width);
    margin-right: var(--bs-width);
}
@media only screen  and (max-width: 768px) {
    .fullwidth {
        --bs-width: -.75rem;
        margin-left: var(--bs-width);
        margin-right: var(--bs-width);
    }
}
*/
.nobold {
    font-weight: normal;
}

#header_top {
    height: 110px;
    margin: 0 auto;
    background-color: #ffffff;
}

#top_links {
    width: 350;
    position: absolute;
    left: inherit;
    margin-left: 380px;
}

#top_links a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
}

#content {
    width: 720px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}

#top_menu {
    position: absolute;
    left: inherit;
    top: inherit;
    margin-top: 0px;
    margin-left: 430px;
    width: 280px;
    text-align: right;
}

#top_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#top_menu li {
    display: inline;
    text-align: center;
    margin-left: 10px;
}

#top_menu li a {
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #F0F0F0;
    text-decoration: none;
    background-color: #7BAB5F;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
}

#greeting {
    color: #444444;
    font-weight: bold;
    font-size: 12px;
}

#content_header {
    margin-top: 10px;
    border-bottom: 1px solid #999;
    color: navy;
    font-weight: bold;
    font-size: 18px;
}

a.graphic_nav {
    font-weight: bold;
    /*font:"Trebuchet MS"*/
    font: Arial, Helvetica, sans-serif;
    color: navy;
    font-size: 16px;
    text-decoration: none;
    line-height: 25px;
}

a.small {
    font-size: 12px;
    font: Arial, Helvetica, sans-serif;
    color: 990000;
}

#footer {
    font-size: 12px;
    font: Trebuchet MS;"
}

.rollover:hover {
    cursor: pointer;
}

.content {
    background-color: #ffffff;
}
.header {
    background-color: #f4f5f5;
}
.bp-header-link {
    flex: 0 0 350px;                
}
.btn-padding-x {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.btn-padding-y {
    padding-top: 00.25rem;
    padding-bottom: 00.25rem;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: rgb(45, 132, 255); !important;
}
.btn-sm {
    background-color: rgb(45, 132, 255); !important;
    color: white;
}


