/* Minification failed. Returning unminified contents.
(760,39): run-time error CSS1046: Expect comma, found '0'
(760,43): run-time error CSS1046: Expect comma, found '/'
(1055,35): run-time error CSS1046: Expect comma, found '0'
(1055,39): run-time error CSS1046: Expect comma, found '/'
(1159,35): run-time error CSS1046: Expect comma, found '0'
(1159,39): run-time error CSS1046: Expect comma, found '/'
(1219,39): run-time error CSS1046: Expect comma, found '0'
(1219,43): run-time error CSS1046: Expect comma, found '/'
(1239,35): run-time error CSS1046: Expect comma, found '0'
(1239,39): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    color: #072448;
}

a:link {
    color: rgb(40,63,107);
}
a:visited {
    color: rgb(40,63,107);
}

a.btn-danger:link {
    color: white;
}

a.btn-danger:visited {
    color: white;
}

.btn-danger {
    background-image: linear-gradient(rgb(238,53,36), rgb(189, 54, 47))
}

a.btn-primary:link {
    color: white;
}

a.btn-primary:visited {
    color: white;
}

header {
    background-color: rgb(40,63,107);
}

header.well {
    background-color: #104b7d;
    margin-bottom: 5px;
}

footer {
    /*background-color: rgb(40,63,107);*/
}

footer a:link, footer a:visited, footer a:hover {
    color: white;
}

.footer{
    background-color: rgb(40,63,107);
    margin-top: 10px;
    margin-bottom: 0px;
    color: #ffffff;    
    min-height: 40px;
    
}

.disclaimer {
    font: small;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    text-wrap: normal;
    margin-top: 25px;
}

#signInOutBar.well {
    border-top: none;
    margin-bottom:10px;
    padding: 0px 19px 5px 19px;
    background-color: rgb(184,204,228);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.keaneButton.well {
    min-height:initial;
    background-color: #e92c20;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding:5px;
    color:#000000;
    width: 100px;
}

.keaneButton.well a {
    text-decoration:none;
    color:#000000;
}

.keaneButton.well a:hover {
    text-decoration:none;
}

#mainContentContainer {
    /*background-color: #ffffff;*/
    /*min-height: 73%;*/
}

#imgSiteBanner {    
    display:block; 
    margin: 0px auto 0px 0;
}

#homeCurrentIssueContainer {
    padding: 10px;
}

#homeLoginContainer.well {
    padding-bottom: 0px;
    border-radius: initial;
     -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#homeLoginContainer .loginLabel {
    width: 70px;
    display:inline-block;
}

#homeLoginContainer .loginControl {
    width: 180px;
    display:inline-block;
}

#homeLoginContainer .loginValidationControl {
    width: 180px;
    display:inline-block;
    margin-bottom: 10px;
}

#homeContactUsContainer.well {
    margin-bottom: 0px;
    border-radius: initial;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.well-title {
    color: white;
    padding: 5px 0 5px;
    background-color: rgb(238,53,36);
    border: 1px solid #e3e3e3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#logoutForm {
    display: inline;
}

#navContactContainer {
    margin-bottom:0px;
    background-color:#ffffff;
}

#navContactContainer div.well {
    margin-bottom: 10px;
    background-color: #ffffff;    
}

#navContactContainer div.well:first-child {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#navContactContainer div:last-child {
    margin-bottom: 0px;
}

.navContact {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 0;
    position: relative;
    height: 56px;
    /*width: 258px;*/
}

.navContact div:first-child {
    position: absolute;
    top: 12%;
    left: 18%;
}
   

.keanoteThumbnail {
    cursor: pointer;
    height: 110px;
    width: 85px;
}

.keanoteThumbnail-Large {   
    height: 220px;
    width: 170px;
}

.keanoteThumbnail-Small {   
    height: 55px;
    width: 42px;
}

.well-site {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.documentLink {
    cursor:pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.full-height {
    height: 100%;
}

table {
    border: 1px solid #bab6b6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

thead {
    color: white;
    background-color: rgb(40,63,107);
    /*background-color: rgb(238,53,36);*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

thead a:link, thead a:visited{
    color: white;
}

th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;    
}

th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.nav-tabs > li > a {
    background-color: white;
}

#adminNav li > a {
    color: black;
    margin-bottom: 0px;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;  
    background-position: right;
    background-image: url(\\Content\\images\\nav_notch_red_cropped.png);
    background-image: url(\\Content\\images\\nav_notch_red_cropped.png), -webkit-linear-gradient(#FEFEFE, #FEFEFE, #CBCBCB 100%);
    background-image: url(\\Content\\images\\nav_notch_red_cropped.png), linear-gradient(#FEFEFE, #FEFEFE, #CBCBCB 100%);
}

#adminNav a:hover {
    color: red;
}

#userNav li > a {
    color: black; 
    margin-bottom: 0px;    
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;  
    background-position: right;
    background-image: url(\\Content\\images\\nav_notch_blue_cropped.png);
    background-image: url(\\Content\\images\\nav_notch_blue_cropped.png), -webkit-linear-gradient(#FEFEFE, #FEFEFE, #CBCBCB 100%);
    background-image: url(\\Content\\images\\nav_notch_blue_cropped.png), linear-gradient(#FEFEFE, #FEFEFE, #CBCBCB 100%);
}

#userNav a:hover {
    color: blue;
}

.lock {
    position: absolute;
    top: 30%;
    left: 10%;
}

#frmUserProfileSearch {
    margin-bottom: 0;
}

.userFilter {
    padding: 0 10px 10px 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 19px;
}

#webGrid {
    margin-bottom: 20px;
}

#tabs {
    font-size: smaller;
}

table td, .table-overflow-break {
    max-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    text-overflow: ellipsis;
}

#tabs-1, #tabs-2, #tabs-3 {
    overflow: hidden;
}

.validation-summary-errors, .field-validation-error {
    color: rgb(238,53,36);
}

input.input-validation-error, textarea.input-validation-error {
    border: 1px solid rgb(238,53,36);
}

.detailContent {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

td.detailLabel {
    padding: 10px;
    vertical-align:top;
    min-width: 170px;
    background-color: rgba(184, 204, 228, 0.5);    
}

td.detailLabel label {
    font-weight: bold;
}

td.detailData {
    padding: 10px;
    vertical-align:top;
    max-width: 100% !important;
}

.detailContent table {
    margin: 10px 30px 10px 30px;
    border: none;
}

.detailContent table tr:first-child td:first-child {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

.detailContent table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.whitespace {
    white-space: pre-line;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-break {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
}

#roleTable {
    /*border: none;*/
    min-height: 400px;
    width: 100%;
}

#roleTable td {
    min-height: 30px;
    padding: 5px;
    text-align: center;
}

#roleTable select {
    height: 100%;
}

.alert li, #homeLoginContainer li{
    list-style: none;

}

.alert-error li {
    color: #b94a48;
}

.payterms {
    background-color:white;
    height: 400px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 20px;
}

.regBanner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.registrationContainer {
    width: 100%;
    margin: 30px 0 30px 0;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.noDecoration li {
    list-style: none;
}

pre {
    border: none;
    padding: 0;
    margin: 0;
    background-color: inherit;
    word-break: normal;
    font-family: Arial, sans-serif;
    font-size: inherit;
}

#tabs pre {
    font-family: Verdana, Arial, sans-serif;
}


/*iPad CSS */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

    body {
        font-family: Arial, sans-serif;
        font-size: 10px;
    }

    select {
        max-width: 100%;
    }

    input {
        max-width: 100%;
    }


}

/*New style*/

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.logo {
    margin-left: 20px;
}

.logo a {
    font-size: 14px;
    color: #74BFFF;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.logo a img {
    width: 92px;
}

.logo a span {
    opacity: 0.75;
}

.logo a:hover {
    text-decoration: none;
}

.main-nav .logo {
    margin-left: 8px;
    margin-right: 32px;
}

.main-nav {
    padding: 16px 0px 10px;
    border-bottom: 1px solid #DBE0E5;
    background-color: #fff;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.main-nav .logo a img {
    width: 193px;
}

.main-nav h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #072448;
}

.main-section {
    margin-top: 127px;
    padding: 0px 8px;
}

.main-section p {
    margin-bottom: 30px;
}

.dashboard-main {
    padding: 100px 85px 0px 0px;
    min-height: calc(100vh - 113px) !important;
}

.medium-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.2px;
    margin: 0px;
    margin-bottom: 22px;
    color: #072448;
}

.legislative-section table {
    border: 0px;
    border-radius: 0px;
}

    .legislative-section table thead {
        border-radius: 0px;
    }

        .legislative-section table th {
            font-size: 12px;
            line-height: 16px;
            color: #545E75;
            font-weight: normal;
            padding: 8px 16px 8px;
            border: 0px;
            border-bottom: 1px solid #DBE0E5;
            background-color: #fff;
            border-radius: 0px;
        }

.legislative-section-table table th:first-child, .legislative-section-table table th:last-child {
    width: 20%;
}

.legislative-section-table table th:nth-child(2) {
    width: 60%;
}

            .legislative-section table td {
                font-size: 12px;
                line-height: 16px;
                color: #072448;
                padding: 12px 16px;
                border: 0px;
                border-bottom: 1px solid #DBE0E5;
            }

.login-section {
    padding: 17px 15px;
    border: 1px solid #DBE0E5;
    border-radius: 8px;
    margin-bottom: 10px;
}

    .login-section p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.2px;
        color: #545E75;
        margin-bottom: 18px;
    }

.login-section .well-title {
    margin: 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 11px;
    text-align: left;
    padding: 0px;
    color: #072448;
    border-radius: 0px;
    background-color: #fff;
    border: 0px;
}

.login-section #homeLoginContainer.well {
    padding: 0px;
    border: 0px;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0px;
}

    .login-section #homeLoginContainer.well form {
        margin-bottom: 0px;
    }

    .login-section input[class*="span"] {
        height: 56px;
        border-radius: 8px;
        border: 1px solid #999EA3;
        line-height: 20px;
        color: #545E75;
        letter-spacing: -0.1px;
        margin-bottom: 23px;
        padding: 0.375rem 0.75rem;
        font-size: 14px;
        box-shadow: none;
    }

    .login-section input[class*="span"]:focus {
        box-shadow: none;
    }

    .login-section a {
        font-size: 16px !important;
        color: #015FFF;
        letter-spacing: -0.2px;
        line-height: 24px;
    }

    .login-section .btn {
        background: #015FFF;
        box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
        border-radius: 8px;
        padding: 6px 16px;
        letter-spacing: 0.2px;
        line-height: 20px;
        color: #fff;
        font-weight: 700;
    }

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(360deg, #072448 0%, #073A5E 100%);
    width: 14.52991452991453%;
}

.logo-section {
    padding: 24px 8px 20px 0px;
    background-color: #072A51;
}

.nav-sidebar {
    padding: 17px 8px 17px;
}

    .nav-sidebar ul li {
        margin-bottom: 2px;
    }

    .nav-sidebar #userNav li a {
        display: block;
        padding: 6px 13px 6px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.1px;
        color: #FFFFFF;
        border-radius: 4px;
        position: relative;
        background-image: none;
        background-color: inherit;
        border: 0;
        text-align: left;
    }

        .nav-sidebar #userNav li a:hover, .nav-sidebar #userNav li.active a {
            background-color: rgba(116, 191, 255, 0.12);
            text-decoration: none;
        }

    .nav-sidebar ul li a:hover:after, .nav-sidebar ul li.active a:after {
        content: '';
        position: absolute;
        left: 3px;
        height: 80%;
        width: 4px;
        background-color: #015FFF;
        top: 10%;
        border-radius: 8px;
    }

            .nav-sidebar ul li a img {
                margin-right: 9px;
                max-width: 14px;
            }

.main-heading-bar {
    padding: 18px 2.4% 20px;
    border-bottom: 1px solid #DBE0E5;
    width: calc(100% - 19.4%);
    margin-left: 0;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    left: 14.52991452991453%;
}

    .main-heading-bar h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.2px;
        color: #072448;
        margin: 0px;
    }

.newsletter-div {
    padding-top: 14px;
    padding-bottom: 64px;
}

    .newsletter-div h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.2px;
        margin-bottom: 22px;
        margin-top: 0;
    }

    .newsletter-div p {
        margin-bottom: 22px;
    }

    .newsletter-div h4 {
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        margin-bottom: 35px;
        margin-top: 0px;
    }

    .newsletter-div .img-polaroid {
        background-color: #C4C4C4;
        border: 0;
        box-shadow: none;
        padding: 0px;
    }

    .newsletter-div .keanoteThumbnail {
        height: 120px;
        width: 100px;
    }

    .newsletter-div .media-heading {
        font-size: 16px;
        line-height: normal;
        font-weight: normal;
    }

    .newsletter-div .media-heading a {
        color: #015FFF;
    }

.footer-text {
    font-size: 12px;
    line-height: 16px;
    color: #545E75;
    text-align: center;
    margin-bottom: 40px;
}

.legislative-filter {
    padding: 0px;
    min-height: auto;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #545E75;
    border: 0px;   
}

    .legislative-filter select {
        border: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        background-color: rgba(115, 144, 207, 0.09);
        padding: 14px 12px;
        border-radius: 8px 8px 0px 0px;
        border-bottom: 1px solid rgba(84, 94, 117, 0.4);
        color: #545E75;
        font-size: 14px;
        line-height: 20px;
        height: auto;
        width: 228px;
        -webkit-appearance: none;
        position: relative;
        background-image: url(../Content/images/dropdown-arrow.svg);
        background-repeat: no-repeat;
        background-position: center right 15px;
    }

        .legislative-filter select:focus {
            outline: none;
        }

        .legislative-filter select option {
            font-weight: 400;
            font-size: 14px;
            line-height: 60px;
            letter-spacing: -0.1px;
            color: #072448;
            background-color: #fff;
            padding: 8px 16px;
            height: 60px;
        }

        .jurisdiction-div h4 {
            font-size: 12px;
            line-height: 16px;
            color: #545E75;
            font-weight: 400;
        }

.jurisdiction-div a {
    font-size: 12px;
    color: #072448;
    line-height: 16px;
}

    .jurisdiction-div a:hover {
        color: #015FFF;
    }

    .dormancy-filters {
        padding: 0px;
        box-shadow: none;
        border: 0px;
        background-color: transparent;
        margin-top: 40px;
    }

    .dormancy-filters .dormancy-filter-field {
        padding: 6px 0px 0;
        background-color: rgba(115, 144, 207, 0.09);
        border-radius: 8px 8px 0 0;
        margin-bottom: 30px;
    }

.dormancy-filter-field select {
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    -webkit-appearance: none;
    background-image: url(../Content/images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 5px right 12px;
    padding: 0px 12px 9px 12px;
    border-bottom: 1px solid rgba(84, 94, 117, 0.4);
    box-sizing: border-box;
    border-radius: 0;
    height: 34px;
}

.dormancy-filter-field select:focus {
    outline: 0;
}

.dormancy-filter-field .property-type {
    margin-bottom: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(84, 94, 117, 0.4);
    box-sizing: border-box;
    border-radius: 0;
    height: auto;
}

    .dormancy-filter-field .property-type:focus {
        box-shadow: none;
    }

.request-link a {
    font-size: 12px;
    line-height: 16px;
    color: #015FFF;
    text-decoration: none;
    border-bottom: 1px solid #015FFF;
    margin-left: 15px;
}

.logout-btn {
    padding: 8px 11px;
    background-color: rgba(3, 27, 55, 0.8);
    position: absolute;
    width: 90%;
    bottom: 0;
    text-align: right;
}

    .logout-btn a {
        background-color: rgba(116, 191, 255, 0.08);
        border-radius: 8px;
        padding: 6px;
        display: inline-flex;
        cursor: pointer;
    }

.btn-search .btn {
    background: #015FFF;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding: 5px 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}

.btn-search .btn-link {
    text-shadow: none;
    background: none;
    color: #015FFF;
    box-shadow: none;
}

.legislative-section tfoot td {
    text-align: right;
}

    .legislative-section tfoot td:last-child {
        border-bottom: 0px;
    }

    .legislative-section tfoot td::content {
        padding: 5px;
        background-color: red;
    }

    .legislative-section tfoot td a {
        border-radius: 8px;
        padding: 4px 9px;
        color: #072448;
        font-size: 12px;
        line-height: 16px;
        display: inline-flex;
        margin-left: -4px;
    }

    .legislative-section tfoot td .xyz {
        background: #015FFF;
        border-radius: 8px;
        padding: 4px 9px;
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        display: inline-flex;
        margin-right: 4px;
    }

.legislative-section tfoot td a:hover {
    text-decoration: none;
}

    .legislative-section tfoot td a:last-child {
        background: none;
        color: #072448;
    }

.field-box {
    padding: 6px 0px 0px;
    background-color: rgba(115, 144, 207, 0.09);
    border-radius: 8px 8px 0 0;
    margin-bottom: 30px;
    max-width: 320px;
}

    .field-box .contact {
        margin-bottom: 0px;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: 0px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 9px;
        border-bottom: 1px solid rgba(84, 94, 117, 0.4);
        box-sizing: border-box;
        border-radius: 0;
        height: auto;
    }

    .field-box .contact:focus {
        box-shadow: none;
    }

    .field-box input:focus:invalid:focus {
        box-shadow: none;
    }

    .field-box .input-validation-error {
        border-color: rgb(238,53,36) !important;
    }

    .field-box label, .dormancy-filter-field label {
        font-size: 12px;
        line-height: 16px;
        color: #545E75;
        margin: 0px 12px;
        cursor: initial;
    }

.contact-filters .btn {
    background: #015FFF;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding: 6px 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin-left: 26px;
}

.contact-filters a {
    text-shadow: none;
    background: none;
    color: #015FFF;
    box-shadow: none;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.contact-filters .field-validation-error {
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
}

.newsletter-div02 .legislative-filter select {
    max-width: 118px;
}

.newsletter-div02 h4 {
    margin-bottom: 0px;
}

thead a:link, thead a:visited {
    color: #545E75;
}

.reset-password-container {
    padding: 127px 8px 40px;
}

    .reset-password-container h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.2px;
        color: #072448;
        margin: 0px 0px 8px;
    }

    .reset-password-container p {
        letter-spacing: -0.1px;
        color: #072448;
        margin: 0px 0px 24px;
    }

    .reset-password-container .btn {
        background: #015FFF;
        box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
        border-radius: 8px;
        padding: 6px 16px;
        letter-spacing: 0.2px;
        line-height: 20px;
        color: #fff;
        font-weight: 700;
        margin-left: 26px;
    }

    .reset-password-container a {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.2px;
        color: #015FFF;
    }

.btn.sovos-default {
    background: #015FFF;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding: 6px 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin-left: 26px;
}

.dropdown .dropdown-toggle {
    background-color: rgba(116, 191, 255, 0.08);
    border-radius: 8px;
    padding: 6px;
    background-image: none;
    box-shadow: none;
    border: 0px;
}

    .dropdown .dropdown-toggle:focus-visible, .dropdown .dropdown-toggle:focus {
        outline: 0;
    }

    .dropdown-menu {
        border-radius: 0px;
        top: auto;
        bottom: 33px;
        right: 0;
    }

.dropdown-menu .dropdown-item {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    color: #072448;
    display: block;
    text-align: left;
    padding: 5px 15px;
    margin-bottom: 0px;
}

.dropdown-menu a.dropdown-item:hover {
    background-color: rgba(115, 144, 207, 0.09);
    text-decoration: none;
}

    .dropdown-menu .dropdown-item a {
        background-color: transparent;
        padding: 0;
        display: inline-flex;
    }

.contact-page {
    padding: 127px 8px 0px;
}

.dashboard-main .contact-page {
    padding: 0px;
}

.dashboard-main a.contactUsLink, a.viewChangeLogLink {
    color: #015FFF;
    cursor: pointer;
}

.contact-heading h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.2px;
    color: #072448;
    margin: 0px 0px 8px;
}

.main-text p span {
    font-size: 18px;
}

/*#pager a {
    background-color: #fff;
    color: #000;
}

#pager a:hover {
    background-color: red;
    color: #fff;
}

    #pager span:nth-child(3) {
        background-color: red;
        color: #fff;
    }

#pager span:not(:any-link) {
    background-color: aqua;
}*/

/*#pager span {
    display: flex;
    width: fit-content;
    background-color: #015FFF;
    color: #fff;
    align-items: center;
    text-align: center;
}

    #pager span a {
        padding: 4px 9px;
        background-color: #fff;
        text-align: center;
        color: #072448;
    }*/

ul.checks li.checkmark:before {
    content: '\2611';
    margin-left: -1.3em;
    margin-right: .500em;
}

ul.checks li:before {
    content: '\2610';
    margin-left: -1.3em;
    margin-right: .500em;
}

ul.checks {
    list-style: none;
}

