﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/company-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* CommLaw orange color is: #E48914 */

@font-face {
    font-family: AvenirNext;
    src: url('/fonts/AvenirNext/AvenirNextLTPro-Regular.ttf');
}

@font-face {
    font-family: AvenirNext;
    src: url('/fonts/AvenirNext/AvenirNextLTPro-Demi.ttf');
    font-weight: bold;
}

@font-face {
    font-family: AvenirNext;
    src: url('/fonts/AvenirNext/AvenirNextLTPro-It.ttf');
    font-style: italic;
}

@font-face {
    font-family: AvenirNext;
    src: url('/fonts/AvenirNext/AvenirNextLTPro-DemiIt.ttf');
    font-weight: bold;
    font-style: italic;
}

.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    .navbar-brand > img {
        width: 150px;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5 !important;
}

.border-bottom {
    border-bottom: 1px solid #E48914 !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

body {
    background-color: #F1F1F1;
    min-width: 1100px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
}

aside {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 60px;
    border-right: solid;
    border-color: #F1F1F1
}

.bg-gray {
    background-color: #F1F1F1;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 60px;
    font-size: 0.9rem !important;
    font-family: AvenirNext, Arial, Helvetica, sans-serif;
}

main {
    margin-left: 150px;
    margin: 0 !important;
}


.form-control {
    color: #383838;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.mainContainer {
    margin: 0 !important;
}
.top-bar-enabled .mainContainer {
    margin-top: 30px !important;
}

aside {
    width: 200px;
    height: 100%;
    background: white;
    position: fixed;
    z-index: 100;
}

.rightColumn {
    background-color: #F1F1F1;
    margin-left: 200px;
    padding: 60px 0 0 0;
    flex: 1;
    overflow: auto;
    min-width: 1100px;
}

.mainWrapper {
    padding: 75px 15px 0 15px;
    min-width: 1100px;
}

/* Sidebar */
.navbar-fixed-left {
    width: 120px;
    position: absolute;
    border-radius: 0;
    height: 100%;
    padding: 0 10px 0 10px;
    color: #777;
    font-weight: 600;
    text-align: center;
}

    .navbar-fixed-left .navbar-nav > a {
        float: none; /* Cancel default li float: left */
        width: 120px;
        min-height: 100px;
        padding: 20px 0 20px 0;
        margin-bottom: 20px;
        background-image: linear-gradient(white, lightgray);
    }

    .navbar-fixed-left .navbar-nav .active {
        background-image: linear-gradient(white, #E48914);
    }

    .navbar-fixed-left + .container {
        padding-left: 140px;
    }

    .navbar-fixed-left a {
        color: darkgray;
    }

    .navbar-fixed-left .navbar-item-caption {
        text-align: left;
        margin: -10px 0px 10px 10px;
        color: #555;
    }

.navBg {
    background-color: white;
    width: 100%;
}

    .navBg nav a {
        transition: 0.6s;
        padding: 15px;
        color: #e48914;
        font-weight: 300;
        font-size: 16px;
        width: 100%;
        text-decoration: none;
        text-align: left;
    }

        .navBg nav a.active {
            background-color: #e48914;
            color: white;
        }

            .navBg nav a.active i {
                color: white;
            }

            .navBg nav a.active:hover i {
                color: #e48914;
            }

        .navBg nav a:hover {
            background-color: #e48914;
            color: white;
        }

            .navBg nav a:hover i {
                color: #e48914;
            }

        .navBg nav a.active:hover {
            background-color: white;
            color: #e48914;
        }

            .navBg nav a.active:hover i {
                color: #e48914;
            }

        .navBg nav a:hover i {
            color: white;
        }

    .navBg nav i {
        padding-right: 15px;
        min-width: 60px;
        min-height: 16px;
    }

/* End of sidebar */

ul li a {
    color: #E48914;
}

    ul li a[role=tab] {
        font-size: 1.25em;
        color: #E48914;
    }

.tab-pane {
    background-color: white;
    padding: 20px 40px 40px 40px;
}

.col-form-label {
    font-weight: 600;
    color: #555;
    padding-top: 0.3em;
    font-size: 1.2em;
}

.col-form-label-light {
    font-weight: 500;
    color: #555;
    padding-top: 0.3em;
    font-size: 1.1rem;
    color: #aaa;
}

.col-form-label-verify-information {
    color: #555;
    padding-top: 0.3em;
    font-size: 1.2em;
}

.question-tooltip {
    color: deepskyblue;
    margin-left: 5px;
    cursor: help;
    position: relative;
    display: inline-block;
}

.error-tooltip {
    color: #B94A48;
    margin-left: 5px;
    cursor: help;
    position: relative;
    display: inline-block;
}

.tooltip > .tooltip-inner {
    text-align: left;
}

.ui-datepicker-calendar {
    display: none;
}

#saving {
    color: gray;
}

.section-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #E48914;
}

/* Slider Switch */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -o-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #E48914;
}

input:focus + .slider {
    box-shadow: 0 0 1px #E48914;
}

input:checked + .slider:before {
    -o-transform: translateX(26px);
    -moz-transform: translateX(26px);
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch-label-left {
    position: absolute;
    font-weight: lighter;
    margin-top: 3px;
}

.switch-label-right {
    position: absolute;
    font-weight: lighter;
    margin-top: 3px;
}

.description-text {
    font-size: 1.2em;
    line-height: 1.65em;
    color: #aaa;
    margin: 0;
}

.label-text {
    font-size: 1.2em;
    line-height: 1.65em;
    color: #666;
    margin: 0;
}


/* END Slider Switch */

.input-group {
    min-width: 110px;
}

    input.input-validation-error, .input-group.input-validation-error, select.input-validation-error {
        border: 2px solid #B94A48;
        border-radius: 3px;
    }

.text-danger {
    color: #B94A48 !important;
}

.nav-tabs .nav-link {
    font-size: 1.15em;
}

.btn-state {
    margin-left: 5px;
}

.subtab-items {
    margin: 0px -40px 0px -40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    padding: 0px 40px 20px 40px;
}

    .subtab-items > button {
        margin-right: 5px;
    }

::-webkit-input-placeholder {
    font-style: italic;
    color: #F8F8F8;
    font-size: small;
}

:-moz-placeholder {
    font-style: italic;
    color: #F8F8F8;
    font-size: small;
}

::-moz-placeholder {
    font-style: italic;
    color: #F8F8F8;
    font-size: small;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #F8F8F8;
    font-size: small;
}

.grid-header {
    font-size: 1.4em;
    color: #555;
    font-weight: 600;
    text-align: center;
    background-color: white;
    min-height: 20px;
}

.overview-column-light {
    font-size: 1.4em;
    text-align: right;
    color: #888
}

.overview-column-light-left-align {
    font-size: 1.4em;
    text-align: left;
    color: #888;
}

.overview-header-light {
    color: #aaa
}

.overview-header-light-left {
    text-align: left;
    color: #aaa;
}

.overview-header-light-right {
    text-align: right;
    color: #aaa;
}

.overview-column-dark {
    font-size: 1.4em;
    text-align: right;
    color: black;
}

.overview-column-dark-left-align {
    font-size: 1.4em;
    text-align: left;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
}

.overview-column-dark-left-align-bold {
    font-size: 1.4em;
    text-align: left;
    color: #555;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.overview-grid-item-caption {
    font-size: 1.25em;
    color: #666;
    font-weight: 600;
}

.overview-grid-item-description {
    font-size: 1.15em;
    color: #999;
}

.n-bordered {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

    .n-bordered tr {
        border-left-style: hidden !important;
        border-right-style: hidden !important;
    }

.remove-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

table tr:hover td {
    background-color: #F1F1F1;
}

.nowrap-td {
    white-space: nowrap !important;
}

.horizontal-align input {
    float: left !important;
    margin-top: 5px !important;
}

.horizontal-align label {
    margin-left: 20px !important;
    display: block !important;
}

.nowrap-line {
    white-space: nowrap !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.hide {
    display: none !important;
}

.error {
    border: 2px solid #B94A48;
    border-radius: 3px;
}

.error-msg {
    color: #B94A48;
}

.top-header-container {
    height: 66px;
    position: fixed;
    width: calc(100% - 200px);
    z-index: 90;
    background: white;
    border-bottom: 3px solid #F1F1F1;
}

.company-name {
    font-weight: 600;
    font-size: 1.3em;
    color: #666
}

.company-logo {
    padding-right: 15px;
}

.header-info-header {
    height: 20px;
    padding: 8px 10px 0px 10px;
    text-align: center;
    color: gray;
}

.header-info-body {
    background-color: white;
    height: 40px;
    font-size: 1.4em;
    padding: 8px 10px 0px 10px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.mainTab {
    cursor: pointer;
}

.hidden-tab {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.modal-header {
    background-color: #F8F8F8;
    font-size: 1.5em;
}

.modal-footer {
    background-color: #F8F8F8;
}

/* This is required, to ensure email is correctly displayed in small resolution screens. */
.email-field {
    min-width: 330px;
}

.hidden {
    display: none !important;
}

.hidden-row {
    display: none;
}

p.noticed-text {
    padding: 10px;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5rem;
}

.grid-header > label,
.grid-header .col-2 {
    color: lightgray;
}

#qualifications_table .n-bordered tr:last-child {
    border-top-style: hidden !important;
    border-bottom-style: solid;
    border-bottom-color: #dee2e6;
    border-bottom-width: 2px;
}

.border-bottom {
    border-bottom-style: solid !important;
    border-bottom-color: #dee2e6 !important;
    border-bottom-width: 2px !important;
}

.border-top-bottom {
    border-top-style: solid !important;
    border-top-color: #dee2e6 !important;
    border-top-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #dee2e6 !important;
    border-bottom-width: 2px !important;
}

.no-bottom-border {
    border-bottom-style: hidden !important;
}

#contributions_table .n-bordered tr:not(last-child) {
    border-bottom-style: solid;
    border-bottom-color: #dee2e6;
    border-bottom-width: 2px;
}

#revenue_adjustments_table .n-bordered tr:nth-last-child(2),
#expected_growth_revenue_table .n-bordered tr:nth-last-child(2),
#contributions_table .n-bordered tr:nth-last-child(2) {
    border-bottom-style: solid !important;
    border-bottom-color: #dee2e6 !important;
    border-bottom-width: 2px !important;
}

#allContactsTab .card-body {
    border: lightgray solid 2px;
}

.edit {
    float: right;
    font-size: 1.2rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.center-vertically {
    align-items: center;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.md3 {
    width: 125px !important;
    float: left;
}

.md4 {
    width: 350px !important;
    float: left;
}

.md5 {
    width: 400px !important;
    float: left;
}

.header-title {
    font-weight: 500 !important;
    font-size: 1.15em;
}

.bottom-description {
    font-weight: 300 !important;
    font-size: 1.0em;
}

.lightgrey {
    color: lightgrey !important;
    font-size: 1.1rem !important;
}

.pull-right {
    float: right !important
}

.text-right {
    text-align: right;
}

.greyed {
    background-color: #d3d3d3;
}

.right-align {
    text-align: right;
    top: 50%;
    left: 50%
}

.disabled-btn {
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: none !important;
    color: grey !important;
    opacity: 0.5 !important;
}

.disabled-btn-normal-color {
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

.disabled-btn-grey-color {
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: none !important;
    color: grey !important;
    background-color: #e9ecef !important;
}

.disabled-look {
    opacity: 0.5;
    text-decoration: none;
}

.legal-issue-alert-dropdown-menu {
    transform: translate3d(-430px, 60px, 0px) !important;
}

.table th, .table td {
    vertical-align: middle !important;
}

.modal-header .close-overide {
    padding: 1rem 1rem;
    margin: -0.8rem -1rem -1rem auto;
}

.modal-header-overide {
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
}

    .modal-header-overide:after {
        content: "";
        position: absolute;
        top: 26px;
        left: 0;
        width: 100%;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
}

.margin-top-label {
    margin-top: 34px !important;
}

/*New input styles*/
.style-v2 .form-group {
    position: relative;
    margin-top: 1.5em;
    text-align: left;
    margin-bottom: 3rem !important;
}

.style-v2 input[type="text"],
.style-v2 input[type="email"],
.style-v2 input[type="url"],
.style-v2 input[type="password"],
.style-v2 input[type="date"],
.style-v2 input[type="time"],
.style-v2 input[type="number"],
.style-v2 textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 2em;
    margin: 0 0 5px;
    padding: 0;
    box-shadow: none;
    -webkit-transition: .3s border-bottom,.3s box-shadow;
    transition: .3s border-bottom,.3s box-shadow;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 1.1em;
}

.style-v2 select.form-control {
    all: unset;
    background: url(https://www.charbase.com/images/glyph/9662) no-repeat right;
    background-size: 16px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 1.8em;
    padding-top: 4px;
}

.style-v2 .form-group label.active,
.style-v2 .form-group label.alwaysactive {
    font-size: .8em;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.style-v2 .form-group > label {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    cursor: text;
    -webkit-transition: .2s ease-out;
    transition: .3s ease-out;
}

[readonly] {
    pointer-events: none;
    color: gray;
}

input.no-border[type=text] {
    border: none;
    background-color: white !important;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .small-screen {
        top: 0;
        position: relative;
        display: block;
        margin: 0;
        margin-top: 7px;
    }

        .small-screen::before {
            border-left: 6px solid transparent;
            border-top: 6px solid transparent;
            border-bottom: 8px solid #E48914;
            border-right: 6px solid transparent;
            top: -12px;
            left: 8px;
        }
}

.block {
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 16px;
}

.tool-tip {
    display: inline-block;
}

    .tool-tip [disabled] {
        pointer-events: none;
    }

#states label {
    font-size: 1.2em;
    line-height: 1.65em;
    color: #666;
    margin: 0;
}

.row-padding-left {
    padding-left: 5px;
}

.intl-tel-input {
    display: inherit !important;
}

.radio-block {
    display: block;
    /*margin-left: 15px;*/
}

.radio-div > input[type="radio"] {
    margin-left: 15px;
    margin-top: 10px;
}

.fa-icon-innter-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.form-group.fixed-height {
    height: 30px;
}

.truncate {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-container {
    position: relative;
    height: fit-content;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 255, 0.3);
}

.img-container:hover .overlay {
    opacity: 0.8;
}

.overlay-header {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-text {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-deleted {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.25);
}

.overlay-document {
    position: absolute;
    min-width: 910px;
    color: rgba(0, 0, 0, 0.05);
    font-size: 150px;
    height: 0px;
    overflow: visible;
    pointer-events: none;
    background: none !important
}

    .overlay-document div {
        -ms-transform: rotate(-10deg); /* IE 9 */
        transform: rotate(-10deg);
    }

.spinner-container {
    pointer-events: none;
}

.contact-list-container {
    height: 650px;
    overflow-y: scroll;
}

.contact-list-badge-color {
    background-color: lightskyblue;
}

.loadingbgclass {
    background: rgba(255, 255, 255, 0.8) !important;
    max-width: 100%;
    max-height: 100%;
}

.content-min-height {
    min-height: calc(100vh - 320px);
}

.dropzonebox {
    border: #ccc dashed 2px !important;
    border-radius: 5px;
}

.dropzonethumb {
    border: #ccc dashed 2px !important;
    border-radius: 5px;
    width: 104px;
    height: 124px;
    min-height: 124px !important;
    padding: 0px !important;
}

    .dropzonethumb .dz-message {
        margin: 1.5em 0em !important;
        padding: 10px;
        color: #999;
    }

.dz-default.dz-message {
    padding: 10px;
    color: #999;
}

.dropzone .dz-preview {
    margin: 0px !important;
    width: 100px !important;
    height: 100px !important;
}

.dz-image {
    width: 100px !important;
}

    .dz-image img {
        width: 100px;
        height: 100px;
        margin: auto;
        margin-top: 10px;
    }

.dropzone .dz-preview .dz-image {
    border-radius: 0px !important;
}

.title-light {
    color: #aaa;
}

/*.xxl-modal-dialog-scroll {
    overflow-y: initial !important
}*/
.xxl-modal-body-scroll {
    height: 710px;
    overflow-y: auto;
}

.hide-affiliates {
    display: none;
}

.fa-icon-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #f8fcff;
    border-color: darkgray;
}

.potentialError-count-placeholder {
    position: relative;
}


.potentialError-count-button-badge {
    position: absolute !important;
    right: -5px !important;
    top: -9px !important;
}

.potentialError-count-link-badge {
    position: absolute !important;
    right: -1px !important;
    top: -4px !important;
}

.badge {
    padding-top: 5px;
}

.summary-drag-list {
    font-size: 1.4em;
    text-align: left;
    color: #555;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F1F1F1;
}

.summary-drag-list-no {
    font-size: 1.4em;
    text-align: right;
    color: #555;
    margin-bottom: 10px;
    padding: 10px;
}

.info-box {
    border-color: #8c94a6 !important;
    border-width: 2px !important;
    border: solid;
    background-color: #f8fcff;
}

.revenue-field-validation {
    border: 2px solid #ffd800;
    border-radius: 3px !important;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("../../images/exclamation-yellow.svg");
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.no-data-revenue-value {
    font-size: 0.9rem;
    text-align: right;
    color: #888;
    white-space: nowrap !important;
}

.error-contact-dropdown {
    padding-left: 20px;
    margin-top: -25px;
    float: left;
}

.hscroll-container {
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 100%;
}

    .hscroll-container .hscroll-item {
        display: inline-block;
        vertical-align: top;
        margin: 10px;
    }

.arrow {
    position: absolute;
    top: 50%;
    color: gray;
}

.fixed-top {
    height: 60px;
}
.top-bar-enabled .fixed-top {
    top: 30px
}

.top-header-section {
    background: #FAA91A;
    display: flex;
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 9999;
    top: 0
}

.top-header-section img {
    max-width: 180px;
    margin-left: 30px
}

.top-header-section nav ul li {
    display: inline-block;
}

.top-header-section nav ul li a {
    line-height: 22px;
    display: inline-block;
    margin-top: 4px;
    color: #141414;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px
}

.top-header-section nav ul li a.active, .top-header-section nav ul li a:hover {
    border-bottom: 4px solid #FFF;
    text-decoration: none
}


.mainmenu-fontcolor {
    color: black;
}

.main-navbar {
    border-bottom: solid;
    border-color: #F1F1F1
}

.filing-info-left-column {
    padding-top: 19px !important;
    padding-left: 32px !important;
    float: left;
    background-color: #FFFFFF;
    height: 53px;
    padding-right: 15px;
}

.filing-info-right-column {
    position: absolute;
    right: 10px;
    background-color: #FFFFFF;
    z-index: -1;
    height: 53px;
}

    .filing-info-right-column > .row {
        margin-right: -10px;
    }

.warning {
    background-color: orange;
}

.nav-tabs .nav-link.dummy-active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.dt-buttons {
    width: fit-content;
    display: inline;
    margin-left: 10px
}

.dt-button {
    margin-top: 8px;
}

.left-login {
    background: url('/images/login-image.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display:flex;
    justify-content: center
}
.left-login img {
    max-width: 240px;
}
.sso-page a {
    color: #41919B;
}
.sso-page {
    background: #fff;
    min-width: 992px
}
    .sso-page .sso-card.large {
        max-width: 90%;
        margin: auto;
        text-align:center
    }
    .sso-page .sso-card.large h2 {
        font-size:28px;
        font-weight:bold;
        margin-top: 20px;
        margin-bottom: 70px
    }
.right-login .card {
    border:none
}

a.big-cta, a.big-cta-blue {
    padding: 8px, 12px, 8px, 12px;
    background: #FAA91A;
    width: 254px;
    line-height:60px;
    font-weight:bold;
    color:#000;
    margin: auto
}
a.big-cta:hover {
    background: #E69B18;
}
a.big-cta-blue {
    background: #41919B;
    color: #fff
}
a.big-cta-blue:hover {
    background: #3C858F;
    color: #fff
}
.right-login .card hr {
    display: none
}
.right-login .card .text-center {
    text-align: left!important;
    font-weight:bold;
    margin-bottom:30px;
    font-size:22px
}
.right-login {
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
}
.sso-page h1 {
    font-weight: bold;
    font-size: 38px;
    text-align:center
}
.sso-page h1.small {
    font-size: 20px;
    line-height:28px;
    margin-bottom: 50px
}
.sso-page p.bold {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 50px
}
.sso-page h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.sso-page h1 img {
    max-width: 250px
}
.sso-page .sso-card {
    padding: 30px;
    width: 100%;
    flex: 1;
    margin: 0;
    min-width: 600px;
    margin:auto;
}

.sso-page #loginUser {
    background: #FFC047;
    border-color: #FFC047;
    color: #000;
}
.sso-page #loginUser:hover {
    background: #FAA91A
}
.sso-page footer .container-fluid {
    text-align:right
}
.full-width {width: 100%}
.sso-page footer {
    border: none !important;
    padding-right: 50px;
}
.forgot-password-link {
    text-align: center
}
.ra-info-icon {
  color: deepskyblue;
  font-size: 16px;
}