﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Figtree", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #2E4B55;
    background-color: #f2f2f2 !important;
}

.navbar {
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.56), 0 0px 4px 0px rgba(0, 0, 0, 0.12), 0 0px 2px 0px rgba(0, 0, 0, 0.2) !important;
    padding: 11px 16px !important;
    background-color: #192E37;
    color: #0FB2D3;
}

.nav-link {
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px !important;
}

.nav-link.active {
    background-color: rgba(255, 255, 255, .1) !important;
    border-radius: 3px !important;
    font-weight: 500;
}


.nav-link:hover {
    color: #98CC3D !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    font-weight: 500;
}

.navbutton_active {
    color: #192E37 !important;
    background-color: #98CC3D !important;
    font-weight: 500;
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a.active, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);*/
    background-color: #192e37; /*changed from material kit primary to btn-vertifi color*/
    color: #fff !important
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #192e37;
    font-weight: 400;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
    transition: all .15s linear;
    min-width: 7rem;
    padding: .625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word
}

/*.navbar-default > ul.dropdown-menu {
    border-radius:3px !important;
    background-color:#cdd5df;
}*/
.navbar-brand {
    padding-top: 6px !important;
    padding-left: 15px;
}

/*button.dropdown-toggle {
    width: 108px;
    font-size: 12px !important;
    line-height: 20px;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 13px !important;
    width: 7em;
margin: 9px;
padding: 5px !important;
border-radius: 2px !important;
padding-left: 0px !important;
font-weight: 400;
}*/

.navbar-collapse .collapse.show::after {
    position: relative;
    display: block;
    /*margin-top:1em;*/
}

a.dropdown-toggle {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration:none !important;
}

.top_nav_image {
    /*height: 400px;*/
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 576px) {
    .padding_top {
        padding-top: 0px;
    }
}

@media (min-width:576px) {
    .padding_top {
        padding-top: 10px;
    }
}

.padding_top_main {
    padding-top: 80px;
}

.padding_bottom_main {
    padding-bottom:10px;
}
.vertical-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vertical-align-middle {
    vertical-align: middle;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

a {
    color: #2e4b55;
}
a:hover {
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #192e37;
    padding: 12px 0 8px 0;
}

h1 {
    font-size: 48px;
}

h2 {
    line-height: 36px;
}
h3 {
    font-size: 24px;
}

.card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 6px 3px;
    border-radius: 1px;
}
.card-raised {
    border-radius: 3px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .20);
}

/*.stats-card-header {
    background-color: #2e4b55;
    color: #FFF;
    border: solid;
    border-color: #2e4b55;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 16px 0 16px;
}
.stats-card-body {
    padding-left: 16px;
    padding-right:16px;
    padding-top:16px;
}
.stats-card-footer {
    padding: 16px;
    margin-bottom: 16px;
}*/

.hidden {
    display: none;
}

.labelheader {
    font-size: 1.2em;
    font-weight: bolder;
}

/*.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.2);
}*/

.navbar, .navbar.navbar-default {
    color: #1F4A6F;
}

.dropdown-item:hover {
    background-color: #192e37 !important;
    color: #ffffff !important;
    font-weight: 500;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .20);
}

.dropdown-item.active {
    background-color: #192e37 !important;
    color: #98cc3d !important;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .20);
}

.nomargin {
    margin: 2px 0px !important;
}

.modal-content .modal-header {
    border-bottom: none;
    padding:14px 24px;
    background-color: #efefef;
    color: #354256;
    text-transform: uppercase;
}

.btn-default {
    background-color: #f5f0de !important;
}

.btn-vertifi {
    background-color: #2e4b55;
    color: white !important;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .20), 0 1px 5px 0 rgba(0, 0, 0, .12);
    font-weight: 500;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    color: #2E4B55;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin: 0px;
}

.cust-button {
    padding: 0px !important;
    margin: 0px !important;
}

.material-icons.maximize:before {
    content: '\E145';
}

.material-icons.minimize:before {
    content: '\E15B';
}

.material-icons.goback:before {
    content: '\E5CB';
    font-size: 28px !important;
}

.main {
    background-color: #fff !important;
}

.main.main-raised {
    margin: 0px 30px 0;
    padding: 1em;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .20);
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after {
    font-family: "Material Icons";
    content: "check";
}

.nav-tabs, .nav-pills {
    margin-top: 8px;
    padding: 6px 4px;
    background-color: #192e37 !important;
}
.nav.nav-pills .nav-link {
    background-color: #192e37 !important;
}

    .nav.nav-pills .nav-link.active {
        color: #192e37 !important;
        background-color: #98CC3D !important;
    }


.nav-tabs > li > a, .nav-pills > li > button {
    line-height: 8px;
    font-size: 12px;
}

#idMasterTab {
    border-radius: 3px;
    padding: 6px 4px;
}

#appDownloadChoice1, #appDownloadChoice2 {
    font-size: 13px;
    float: right;
    /*padding:8px 20px;*/
}

.home_background {
    /*background-image: url('/images/topbackground.png');*/
}

video {
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}


.cust-control-label {
    font-size: 15px;
    color: #0d0d0d !important;
    font-weight: 500;
    height: 28px;
    line-height: 1.0;
    padding: 4px 0;
}

.cust-control-text {
    display: inline-block;
    height: 28px;
    padding: 2px 4px !important;
    margin-bottom: 2px;
    margin-top: 8px;
    font-size: 16px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cust-panel-header {
    background: #efefef;
    font-weight: 200;
    padding: 6px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.cust-panel {
    border: 1px solid #efefef;
    margin-top: 10px;
    margin-bottom: 2px;
}

.cust-italic-label {
    font-size: x-small !important;
    color: #555555 !important;
    font-style: italic;
    font-weight: normal !important;
}

.cust-control-textarea-s {
    display: block;
    width: 100%;
    padding: 0px 2px !important;
    line-height: 1.2;
    font-size: 10px;
    color: #555555;
    /*vertical-align: middle;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.refreshicon {
    background-image: url('/images/refresh.png');
    width: 30px !important;
    height: 30px !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px;
}

.printpage {
    background: url('/images/print.png');
    width: 30px !important;
    height: 30px !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px;
}

.md-22 {
    font-size: 22px !important;
}

/*@media screen and (max-width: 600px) {
    .home_background {
        background-image: url('/images/topbackground_sm.png');
    }

    .navbutton {
        padding: 8px 8px !important;
    }

    .navbutton_active {
        padding: 8px 8px !important;
    }

    .top_mission_text {
        font-size: 1.9em;
        margin-top: 200px !important;
    }

    .navbuttonmarginright {
        margin-right: 10px !important;
    }

    .dropdown-menu > li {
        margin-right: 30px !important;
    }
}*/

/*@media screen and (min-width: 600px) and (max-width: 768px) {
    .home_background {
        background-image: url('/images/topbackground_sm.png');
    }

    .navbutton {
        padding: 8px 10px !important;
    }

    .navbutton_active {
        padding: 8px 8px !important;
    }

    .top_mission_text {
        font-size: 1.9em;
        margin-top: 240px !important;
    }

    .navbuttonmarginright {
        margin-right: 20px !important;
    }

    .dropdown-menu > li {
        margin-right: 20px !important;
    }
}*/

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home_background {
        background-image: url('/images/topbackground_md.png');
    }

    .top_mission_text {
        margin-top: 270px !important;
    }
}

@media screen and (min-width: 1600px) {
    .home_background {
        background-image: url('/images/topbackground_lg.png');
    }
}

@media (max-width: 768.98px) {
    .navbar a.nav-link {
        margin: 0 0.5em;
    }

    #navbs .dropdown-menu.show {
        max-width: 33em;
        margin-left:20px;
    }
}*/

/*@media (min-width: 768px) and (max-width: 992px) {
    ul.dropdown-menu.show {
        position: absolute !important;
        margin-top: .75em;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
        background-color: white;
    }
}*/
.top-title {
    /*padding-top: 1.5em;*/
    padding-bottom: .5em;
}

.spacing {
    padding-top: 2em;
}

.rdc-icon {
    font-size: 48px;
    margin: 8px;
    color: #2e4b55;
}

.btn {
    background-color: #2e4b55;
    color: white;
}
.btn-nostyle {
    color: #2e4b55;
    background-color: transparent;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 0px;
}

    .btn-nostyle:hover, .btn-nostyle:focus {
        text-decoration: underline;
    }


.input-group.input-group-dynamic.is-focused label,
.input-group.input-group-static.is-focused label {
    color: #2e4b55;
}


.input-group.input-group-dynamic .form-control,
.input-group.input-group-dynamic .form-control:focus,
.input-group.input-group-static .form-control,
.input-group.input-group-static .form-control:focus {
    background-image: linear-gradient(0deg, #2e4b55 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, rgba(209, 209, 209, 0) 0);
    border-radius: 0 !important;
}

.form-check-input:after {
    background-image: linear-gradient(180deg, #2e4b55 2px, #135A90 0);
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    border-color: #135A90;
}

/* Below are css tweaks made for IE 11 browser only*/
@media only screen and (min-width:769px) {
    /*_:-ms-fullscreen, :root .navbutton {
        color: #344767 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    _:-ms-fullscreen, :root .navbutton_active {
        font-size: 14px !important;
        font-weight: 500 !important;
    }*/

    _:-ms-fullscreen, :root .navbar-transparent .dropdown-menu.show {
        background-color: white !important;
    }

    _:-ms-fullscreen, :root .navbar-vertifi .dropdown-menu.show {
        background-color: white !important;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    }
}

/*@media only screen and (max-width:992px) {
    _:-ms-fullscreen, :root .navbutton {
        /*margin: 3px 30px;* /
        width: 8.5em;
        padding-left: 18px !important;
        margin-bottom: 5px;
    }

    _:-ms-fullscreen, :root #idProductsButton {
        padding-right: 29px !important;
    }

    _:-ms-fullscreen, :root .navbutton_active {
        /*margin: 3px 30px;* /
        width: 9em;
        padding-left: 18px !important;
    }
}*/

_:-ms-fullscreen, :root .navbutton {
    color: #344767 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

_:-ms-fullscreen, :root .navbutton_active {
    font-size: 14px !important;
    font-weight: 500 !important;
}

@media only screen and (max-width:769px) {
    _:-ms-fullscreen, :root #navbs > .navbar-collapse.show {
        background-color: white;
    }

    _:-ms-fullscreen, :root nav.navbar-vertifi > .navbar-collapse:after {
        background-color: white;
    }
}

_:-ms-fullscreen, :root #appDownloadChoice1, #appDownloadChoice2 {
    float: right;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*padding:8px, 20px, 8px, 20px;*/
}

_:-ms-fullscreen, :root .btn.btn-default:disabled:hover {
    background-color: none !important;
}

_:-ms-fullscreen, :root .btn.disabled, .btn:disabled {
    box-shadow: none;
}

_:-ms-fullscreen, :root .btn:disabled:focus, btn:disabled:hover {
    box-shadow: none;
    /*cursor:not-allowed !important;*/
}

_:-ms-fullscreen, :root .nav-link.dropdown-toggle {
    margin: 6px 6px 0 6px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    /*padding-right: 23px !important;
    padding-left: 18px !important;*/
    border-radius: 3px !important;
    margin-bottom: 5px !important;
}

_:-ms-fullscreen, :root .ms-5{
    margin-left:3rem;
}
/*_:-ms-fullscreen, :root .dropdown .dropdown-toggle:after,
{
    content: 'expand_more';
    font-family: 'Material Icons';
}*/
/*
_:-ms-fullscreen, :root .dropdown .dropdown-toggle.show:after,
.dropup .dropdown-toggle.show:after,
.dropstart .dropdown-toggle.show:after,
.dropend .dropdown-toggle.show:after {
    transform: rotate(180deg);
}

_:-ms-fullscreen, :root .dropdown .dropdown-toggle:after,
.dropup .dropdown-toggle:after,
.dropstart .dropdown-toggle:after,
.dropend .dropdown-toggle:after {
    transition: 0.3s ease;
}*/
_:-ms-fullscreen, :root .navbar-vertifi {
    padding-top: 10px;
    padding-bottom: 15px;
}

_:-ms-fullscreen, :root #main-raised {
    margin-top: -10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 20px 6px;
    border-radius: 10px;
}

_:-ms-fullscreen, :root .card-header {
    background-color: #eee;
}

_:-ms-fullscreen, :root .footer {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

_:-ms-fullscreen, :root #idtxtComments {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
}

_:-ms-fullscreen, :root #idMasterTab > li > button {
    padding: 1px 8px 1px 8px;
    padding-bottom: 1px !important;
}
