nav.site-main-navigation .menu {
    margin: 0;
    justify-content: end;
}

.dashboard .dashboard-top .dashboard-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard .dashboard-top .dashboard-tab {
    margin-bottom: 0;
}

.dashboard .dashboard-top .dashboard-tabs .btn {
    margin: 10px;
}

#dnn_ctr357_ViewConsole_Console {
    background-color: #146490;
}

.console.profile .console-none h3 {
    font-size: 24px;
}

#UserProfileImg {
    margin-bottom: 10px;
}

.UserProfileControls ul {
    list-style: none;
    padding-left: 0;
}

.UserProfileControls li a {
    background: unset;
    color: #fff;
    background-color: #146490;
    border-color: #146490; 
    box-shadow: unset;
    border-radius: 0;
    padding: 0.657rem 2.585rem; line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.UserProfileControls li a:hover {
    background: unset;
    color: #fff;
    background-color: #0f4d6e;
    border-color: #0e4563;  
    box-shadow: unset;
}
.UserProfileControls li a:focus, .UserProfileControls li a.focus {
    background: unset;
    color: #fff;
    background-color: #0f4d6e;
    border-color: #0e4563;
    box-shadow: 0 0 0 0.2rem rgba(55, 123, 161, 0.5);  
    box-shadow: unset;
}
.UserProfileControls li a.disabled, .UserProfileControls li a:disabled {
    background: unset;
    color: #fff;
    background-color: #146490;
    border-color: #146490;  
    box-shadow: unset;
}
.UserProfileControls li a:not(:disabled):not(.disabled):active, 
.UserProfileControls li a:not(:disabled):not(.disabled).active,
.show > .UserProfileControls li a.dropdown-toggle {
    background: unset;
    color: #fff;
    background-color: #0e4563;
    border-color: #0c3d58;  
    box-shadow: unset;
}
.UserProfileControls li a:not(:disabled):not(.disabled):active:focus, 
.UserProfileControls li a:not(:disabled):not(.disabled).active:focus,
.show > .UserProfileControls li a.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(55, 123, 161, 0.5); 
}

.SuperForm .fieldtitle label.SF_SubHead {
    font-size: 1.1rem;
}

.SuperForm .fieldcontent>input,
.SuperForm .fieldcontent>select {
    min-width: 200px;
    max-width: 300px;
    font-size: 18px;
}

.SuperForm .fieldcontent {
    display: flex;
}

.SuperForm .fieldcontent .checkboxInput {
    height: 36px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.SuperForm .fieldcontent .checkboxInput label,
.SuperForm .fieldcontent .checkboxInput p {
    margin-bottom: 0;
    margin-left: 5px;
}

.SuperForm .fieldcontent .checkboxInput input {
    min-width: unset !important;
    margin-left: 5px;
}
.SuperForm .fieldcontent .checkboxInput .text-red {
    color: #c02b0a;
}

.SuperForm .reset_btn {
    display: none;
}

@media (min-width: 768px) {
    .SuperForm div.fieldtitle {
        width: 40%;
    }
    .SuperForm div.fieldcontent {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .SuperForm div.fieldcontent {
        display: flex;
        flex-direction: column;
    }
    .SuperForm .fieldcontent .checkboxInput {
        justify-content: unset;
    }
}

#dnnEditUser ul#dnn_ctr_EditUser_adminTabNav {
    list-style: none;
}

/* #coverageInputRow,
.if-amended-row,
.if-review-row,
.not_24_hours_row {
    display: none;
} */

#coverageInputRow,
.if-amended-row,
.if-review-row {
    display: none;
}

.activate {
    display: block !important;
}

#unsubmitted_form_data {
    display: none;
}

#unsubmitted_form_data.active {
    z-index: 100;
    display: block;
    position: fixed;
    left: 25%;
    right: 25%;
    bottom: 30%;
    top: 30%;
    background-color: white;
    border: solid 12px #146490;
    box-shadow: 0px 5px 8px #146490;
}

#unsubmitted_form_data.active>.container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#unsubmitted_form_data.active .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 600;
    font-size: 20px;
    background-color: #146490;
    padding: 0 10px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
}

#unsubmitted_form_data.active .title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 700px) {
    #unsubmitted_form_data.active {
        left: 15%;
        right: 15%;
    }
}

@media (max-width: 450px) {
    #unsubmitted_form_data.active {
        left: 10%;
        right: 10%;
    }
}

div.dnnModuleManager .DnnModule.floating, 
div.dnnFormPopup {
    margin-top: 0 !important;
    bottom: 5% !important;
    top: 5% !important;
    margin-left: 0 !important;
    left: 10% !important;
    right: 10% !important;
}

.dnnModuleManager .DnnModule.floating iframe, 
.dnnFormPopup iframe {
    height: 90% !important;
}

#login-countdown {
    display: none;
}

#login-countdown.logged-out {
    display: block;
}

#login-countdown.logged-out {
    z-index: 100;
    display: block;
    position: fixed;
    left: 25%;
    right: 25%;
    bottom: 30%;
    top: 30%;
    background-color: white;
    border: solid 12px #146490;
    box-shadow: 0px 5px 8px #146490;
}

#login-countdown.logged-out>.container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#login-countdown.logged-out .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 600;
    font-size: 20px;
    background-color: #146490;
    padding: 0 10px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
}

#login-countdown.logged-out .title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 700px) {
    #login-countdown.logged-out {
        left: 15%;
        right: 15%;
    }
}

@media (max-width: 450px) {
    #login-countdown.logged-out {
        left: 10%;
        right: 10%;
    }
}

.site-jump-nav {
    font-weight: 600;
    padding: 1.5rem 0;
}

.site-jump-nav ul {
    list-style: none;
    margin: 0 -1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.site-jump-nav li {
    flex: 0 1 auto;
    margin-bottom: 0;
}

.site-jump-nav .e-label {
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 1.5rem;
}

.site-jump-nav li a {
    color: #166690;
}

.site-jump-nav a {
    display: block;
    padding: 0.5rem 1.5rem;
}

@media (max-width: 999.98px) {
    .site-jump-nav {
        text-align: center;
    }
    .site-jump-nav ul {
        justify-content: center;
    }
    .site-jump-nav .e-label-col {
        flex: 0 0 100%;
    }
    .site-jump-nav a {
        padding: 0.5rem 0.75rem;
    }
}

#data-profiles_wrapper>#data-profiles,
#data-stats_wrapper>#data-stats,
#data-laws_wrapper>#data-laws {
    background-color: #ffffff;
    padding: 1rem;
}

.form-text.text-muted {
    margin-left: 1rem;
}

.form-group.row {
    margin-bottom: .5rem;
}

.help-section {
    position: relative;
}

.help-bubble {
    margin-left: .5rem;
    cursor: pointer;
    margin-bottom: 5px;
}

.help-text {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.help-text.active {
    position: absolute;
    left: 20px;
    width: 300px;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    bottom: 0;
    background: #ffffff;
    padding: 1rem;
    border: solid 4px #146490;
    border-radius: 10px;
    text-align: center;
}

.form-group .form-control {
    min-width: 200px;
}
.form_history_table_container .form_history_table {
    min-width: 1180px;
}
.form_history_table_container .form_history_table tbody th {
    padding: 0.75rem 1rem;
    font-size: 18px;
    text-align: center;
    min-width: 100px;
}
.form_history_table_container .form_history_table tbody th.tbl-header h6{
    margin-bottom: 0;
    padding: 0.75rem 1rem;
    font-size: 24px;
    text-align: center;
}
.form_history_table_container .form_history_table tbody td {
    vertical-align: top;
    padding: 0.75rem 1rem;
}
.form_history_table_container .form_history_table tbody tr>td:nth-child(2) {
    text-align: center;
}
@media (max-width: 1400px) {
    .form_history_table_container {
        overflow-x: scroll;
    }
}