﻿@font-face {
    font-family: Roboto;
    src: url('/Roboto/Roboto/Roboto-Regular.ttf');
}
.chat {
    margin-top: 5px;
}

body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

html, body {
    height: 100%;
}

#TopWrapper {
    min-height: calc(100vh - 150px);
}

a {
    color: rgb(5 26 125);
    transition: color .3s, border .3s, background .3s;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: black;
    text-decoration: none;
}

.btn.btn-default, .btn.btn-primary, .btn-success, input[value="Go To Next Step"] {
    color: white;
    background-color: rgb(5 26 125);
    border: 0px solid #000000;
    border-radius: 0;
    transition: color .3s, border .3s, background .3s;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
    color: #ffffff;
    background: rgb(5 26 125 / 49%);
    border: 0px solid rgb(5 26 125 / 49%);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.header-wrapper {
    background: white;
    background-size: cover;
    min-height: 51px;
    margin-top: 0px;
    border-top: none;
    border-bottom: 0px;
}

.header-wrapper-container {
    background: none;
    min-height: 40px;
}

.client-logo {
    background-image: url(/assets/broker-logo.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 243px;
    float: left;
    margin-top: 13px;
    margin-bottom: 0;
    margin-left: 0;
    background-size: 228px auto;
    padding-top: 35px;
    background-position: 15px;
}

.navbar.navbar-inverse {
    background-color: rgba(0,0,0,0);
    border: none;
    margin-top: -45px;
    min-height: 38px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: black;
        height: 3px;
        width: 22px;
    }

    .navbar.navbar-inverse .navbar-header button.navbar-toggle, .navbar.navbar-inverse .navbar-header button.navbar-toggle:hover {
        margin-top: 10px;
        margin-bottom: 12px;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        height: 30px;
        width: 32px;
        border-radius: 30px;
    }

    .navbar-inverse .navbar-nav > li:nth-of-type(2), .navbar-inverse .navbar-nav > li:nth-of-type(3), .navbar-inverse .navbar-nav > li:nth-of-type(4) {
        border-bottom: none;
        border-top: none;
    }

    .navbar-inverse .navbar-nav > li > a {
        text-transform: uppercase;
        transition: color .3s, border .3s, background .3s;
        color: #a6a6a6;
        font-weight: 700;
        text-decoration: none;
        font-size: 12px;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background: none;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: #000000;
        border: none;
    }

    .navbar-inverse .navbar-nav > li:hover {
        background: none;
    }

    .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .navbar.navbar-inverse {
        float: right;
        margin-right: 119px;
    }

    .navbar.navbar-inverse > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: black;
        text-transform: uppercase;
        transition: color .3s, border .3s, background .3s;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus {
        color: rgb(5 26 125);
        text-decoration: none;
        border-bottom: none;
    }
}



.navbar-nav > li > a#ctl00_UCHeader_lnkAdditionalMenuLink1 {
    padding: 0;
    margin-left: 15px;
}

.navbar-nav > li > a#autofill_contact {
    color: rgb(0, 117, 193) !important;
}

.header-nav-container {
    margin-top: -70px;
}

ul.header-nav {
    margin-bottom: 0px;
}

ul.header-nav {
    width: 500px;
    float: right;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

li.header-nav a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 2px;
    background-color: transparent;
}

li.header-nav a:hover {
    background-color: transparent;
}


li.header-nav a:hover {
    background-color: transparent;
}

.dd-selected, .dd-option {
    padding: 2px 5px;
}

.dd-options {
    box-shadow: none;
}

@media (max-width: 767px) {
    #header > .pull-right + div {
        clear: right;
    }
}

.ClientName, #header-text-1, #reg {
    color: rgb(0, 117, 193);
}

#WrapperContent {
    padding-top: 20px;
}

.footer-wrapper {
    background: #25272e;
    min-height: 150px;
}

.footer-container {
    color: #ffffff;
    background: #25272e;
    font-size: 14px;
    text-align: left;
    min-height: 150px;
    padding-top: 20px;
}

.footer-container a {
    color: rgb(5 26 125);
}

.footer-container a:hover {
    color: black;
}

@media (max-width: 767px) {
    .footer-container nobr {
        white-space: normal;
    }
}



/* ---- General Reg ---- */

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.navbar-header > button.navbar-toggle span.icon-bar {
    margin-top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

.navbar-header > button.navbar-toggle span.icon-bar:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-header > button.navbar-toggle span.icon-bar:nth-child(2) {
    margin-top: 3px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-header > button.navbar-toggle span.icon-bar:nth-child(3) {
    margin-top: 3px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-header button[aria-expanded="false"] span.icon-bar {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-header > button.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-header > button.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar-header > button.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.search {
    padding: 0;
    background: #ffffff;
}

.search-container.col-md-12 {
    padding: 0 15px;
    border: none;
}

.search-header {
    padding: 0;
}

hr {
    margin-top: 5px;
}


select.dropdown-toggle, select {
    border-radius: 4px;
}



#trIntrastateDOTNumber .search-field {
    padding-left: 30px;
}

#content_lookupbtn.text-center input, #next_step input, #searchAgainSection1 input, #searchAgainSection2 input, .col-12-md.text-center input, .col-md-12.text-center input {
    margin-right: 0;
    margin-top: 20px;
}

@media (max-width: 450px) {
    #searchAgainSection1, #searchAgainSection2 {
        text-align: center;
    }

    #searchAgainSection1 input, #searchAgainSection2 input {
        margin-right: 3px;
        white-space: normal;
    }
}

@media (min-width: 992px) {
    .col-md-12.col-md-offset-1 {
        margin-left: 0;
        padding-bottom: 0;
    }
}

#content_dotresults_match_qualify {
    margin-top: 20px;
}

#content #searchAgainSection2 {
    margin-top: 0;
}

#btnSearchAgain2 {
    margin-right: 18px;
}

.dot-result-title {
    margin-top: 20px;
    padding-bottom: 0 !important;
}

.search-fields {
    padding: 20px 0;
}

#ctl00_ContentPlaceHolderMain_content_insurance_toget .search-fields.col-md-12 {
    padding: 20px 15px;
}

@media (min-width: 992px) {
    .search-field {
        text-align: right;
        padding-right: 0;
    }

    .W9Title + .search-fields .row .search-field {
        text-align: left;
    }

    .search-field table {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .col-md-5.search-field, .col-md-3.search-field {
        padding-right: 0;
    }
}

#CarrierPrequalFieldContainer .search-field {
    text-align: left;
}

.statusBlockDataSection.statusBlockTop > .col-md-12, .col-md-12.statusBlockDataSection.status-block-border-bottom {
    padding-left: 0;
    padding-right: 0;
}

.border-bottom, .col-md-12 > .col-md-12.border-bottom {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.uploadSection {
    margin-top: 10px;
}

.uploadSection input {
    margin-top: 0;
}

.uploadSection span {
    margin-top: 10px;
}

.search-header.W9Title {
    color: #333333;
    border-bottom: 1px solid #b9b9b9;
}

.search-header .search-title.W9Title span[style*="text-transform:capitalize; font-weight:bold;"], .search-header .RequesterOnly {
    font-size: 14px;
}

select.dropdown-toggle {
    padding: 6px 12px 6px 12px;
}

.col-md-8 > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    ol, ul {
        padding-left: 20px;
    }
}

span[style*="visibility:hidden"] {
    display: none;
}

.content-container {
    padding: 20px 15px;
}

.SameAsDropdown select {
    margin-left: 0;
    margin-right: -2px;
}

#content_submit {
    text-align: center;
}

/* -- Carrier Prequalification -- */

@media (min-width: 992px) {
    #content-dotresults .righttext {
        padding-right: 0;
    }
}

#CarrierPrequalFieldContainer input[type=text] {
    float: left;
}

@media (min-width: 768px) {
    #content-lookupinfo .row.search-item > .col-md-1.col-sm-2 {
        padding-right: 0;
    }

    #content-lookupinfo .row.search-item > .col-md-1.col-sm-2 select {
        float: right;
    }
}

input + label + label {
    display: inline;
    margin-left: 3px;
}

#content-dotresults {
    padding-left: 0;
    padding-right: 0;
}

#content_dotresults_match_rule > .row.statusBlockData.text-center > label {
    padding-left: 15px;
    padding-right: 15px;
}

/* -- Contact Info -- */

#ctl00_ContentPlaceHolderMain_divAccounting > .row > .col-md-3 > label, #ctl00_ContentPlaceHolderMain_divDispatch > .row > .col-md-3 > label, #ctl00_ContentPlaceHolderMain_divSales > .row > .col-md-3 > label {
    margin-top: 13px;
}

.search-field label {
    margin-top: 5px;
}

/* -- Profile -- */

@media (min-width: 992px) {
    .TrailersContainer .col-md-3 > .row > .col-md-6:first-child, .CompanyProfileContainer .col-md-3 > .row > .col-md-6:first-child {
        text-align: right;
        padding-right: 0;
    }
}

.CertificationContainer td {
    padding-left: 5px;
    padding-right: 5px;
}

.CertificationContainer .search-item {
    margin-bottom: 15px;
}


#divSmartWayDesc, #divCTPATDesc, #divFASTDesc, #divTWICDesc, #divCARBDESC, #divHazMatDesc, #divSafetyPermit {
    margin-bottom: 20px;
}

.col-md-12 > .col-md-12.form-group#ctl00_ContentPlaceHolderMain_tblTrailers {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .CertificationContainer span a {
        word-break: break-all;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .TrailersContainer .col-md-3, .TrailersContainer .col-md-6, .CompanyProfileContainer .col-md-3, .CompanyProfileContainer .col-md-6, .CompanyProfileContainer .col-md-9 {
        width: 50%;
        float: left;
    }

    .TrailersContainer .col-md-3 > .row > .col-md-6:first-child, .CompanyProfileContainer .col-md-3 > .row > .col-md-6:first-child {
        text-align: right;
        padding-right: 0;
    }
}

/* -- References -- */

@media (min-width: 768px) {
    .ExtInput input {
        display: inline-block;
    }

    .ReferenceForm {
        text-align: right;
    }

    .ReferenceForm b {
        text-align: left;
    }

    .ReferenceForm .col-md-2.col-sm-3 {
        padding-right: 0;
    }

    .ReferenceForm .col-md-6.col-sm-5.ExtInput {
        text-align: left;
        padding-left: 0;
    }

    .ReferenceForm .col-md-6.col-sm-5.ExtInput span {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .ExtInput {
        margin-top: 10px;
    }
}

table.ReferencesTable, table.ReferencesTable > tbody > tr > td {
    border: #ffffff;
}

@media (max-width: 767px) {
    table.ReferencesTable > tbody > tr:first-child > td {
        display: none;
    }

    table.ReferencesTable > tbody > tr > td {
        clear: left;
        float: left;
    }

    table.ReferencesTable > tbody > tr > td:last-child {
        float: right;
    }
}

td.GridHeader {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

@media (min-width: 768px) {
    table.ReferencesTable > tbody > tr > td:last-child {
        text-align: center;
    }
}

/* -- Preferred Lanes -- */

table.table.LaneTable > tbody > tr > td {
    border-top: none;
    padding: 3px 5px;
    vertical-align: top;
}

@media (min-width: 768px) {
    table.table.LaneTable > tbody > tr > td:nth-child(2n + 1) {
        text-align: right;
        padding-top: 12px;
    }

    table.table.LaneTable > tbody > tr > td:nth-child(3) {
        width: 35px;
    }

    table.table.LaneTable > tbody > tr:first-child > td:nth-child(2n) {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    table.table.LaneTable > tbody > tr:first-child {
        display: none;
    }

    table.table.LaneTable > tbody > tr > td {
        clear: left;
        float: left;
        width: 100%;
    }

    table.table.LaneTable > tbody > tr > td:last-child {
        margin-bottom: 20px;
    }
}

/* -- Carrier Operating Areas -- */

#RampsAndPorts select {
    max-height: 635px !important;
}

/* -- Payment Form -- */

#BankingInformationCheckImage {
    margin-left: auto;
    margin-right: auto;
}

#BankingInformationTable {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #BankingInformationTable > tbody > tr > td:first-child {
        text-align: right;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    #BankingInformationTable > tbody > tr > td {
        clear: left;
        float: left;
    }

    #BankingInformationTable > tbody > tr > td:last-child {
        margin-bottom: 5px;
    }
}

#ctl00_ContentPlaceHolderMain_txtAuthroizationText {
    margin-top: 20px;
}

/* -- Supplier Diversity -- */

.SupplierDiversityContainer h4 {
    margin-top: 0;
}

@media (min-width:1200px) {
    .SupplierDiversityContainer h4 {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .SupplierDiversityContainer h4 #ctl00_ContentPlaceHolderMain_lblDiversityQuestion3 {
        margin-top: 20px;
        display: block;
    }
}

.SupplierDiversityContainer hr {
    display: none;
}

.SupplierDiversityContainer {
    margin-right: 0 !important;
    padding-left: 15px !important;
}

/* -- Thank You -- */
#ctl00_ContentPlaceHolderMain_divInsuranceNOTRequired {
    text-align: center;
}

/* ---- Reg ---- */

.statusCoName {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Roboto',serif;
    display: block;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: left;
}

@media (max-width: 767px) {
    .statusCoName {
        font-size: 24px;
    }
}

.search-header span.contact-info-highlight {
    display: block;
    margin-bottom: 5px;
}

.search-header {
    font-size: 18px;
    border-bottom: none;
}

input[value="Please click here to search again."].btn.btn-default, .btn.btn-secondary, input[value="Print Agreement"].btn.btn-default {
    background-color: #dddddd;
    border: 1px solid #9c9c9c;
    color: #000000;
    transition: color .3s, border .3s, background .3s;
    text-transform: uppercase;
    border-radius: 0;
}

input[value="Please click here to search again."].btn.btn-default:hover, input[value="Please click here to search again."].btn.btn-default:active, input[value="Please click here to search again."].btn.btn-default:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, input[value="Print Agreement"].btn.btn-default:hover, input[value="Print Agreement"].btn.btn-default:active, input[value="Print Agreement"].btn.btn-default:focus {
    background-color: #9c9c9c;
    border: 0px solid #000000;
    color: #000000;
}

.dot-result-title {
    color: rgb(0, 117, 193);
}

.righttext {
    font-weight: bold;
}

#content_dotresults_match_rule {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

#lblDOTGateRules ul {
    padding-left: 20px;
    margin-bottom: 0;
}

#content_dotresults_match > div > .status-block-border-bottom {
    margin-bottom: 0 !important;
}

.col-md-12.dot-result-sub-title-center {
    color: rgb(0, 117, 193) !important;
    text-align: left;
    text-transform: uppercase;
}

.dot-result-sub-title-center {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #content_RMISrequirement > .statusBlockData > .statusBlockDataSection > .row:first-child > .dot-result-sub-title {
        display: none;
    }
}

#content_RMISrequirement ul {
    padding-left: 20px;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .SameAs select {
        width: 161px;
    }
}

@media (min-width: 1200px) {
    .SameAs select {
        width: 213px;
    }
}

.StateDropdown {
    padding: 6px 12px 7px 12px !important;
}

table.ReferencesTable > tbody > tr > td a {
    color: red;
    transition: all .5s ease;
    padding: 10px;
    border-radius: 4px;
}

table.ReferencesTable > tbody > tr > td a:hover, table.ReferencesTable > tbody > tr > td a:active, table.ReferencesTable > tbody > tr > td a:focus {
}

table.ReferencesTable > tbody > tr > td a:hover:after {
    background: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all a:hover:after {
    background: none;
}

.QuestionsTable div {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .QuestionsTable div:nth-of-type(n + 2) {
        width: 33%;
        float: left;
    }

    .QuestionsTable div#content-submit {
        width: 100%;
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .QuestionsTable div:nth-of-type(n + 2) {
        width: 50%;
        float: left;
    }

    .QuestionsTable div#content-submit {
        width: 100%;
        clear: left;
    }
}

.QuestionsTable td, .QuestionsTable tr {
    float: left;
}

.QuestionsTable td {
    padding-right: 10px;
}

#ctl00_ContentPlaceHolderMain_lblAgreement {
    display: block;
    margin-bottom: 10px;
}

span.radioButtonList {
    display: block;
    margin-top: 10px;
}

#header_ {
    margin-bottom: 20px;
}

.uploadSection > input + input + span.error-message {
    display: block;
    white-space: normal;
}

/* ---- Agreement ---- */

@media (min-width: 768px) {
    #VendorInfo table tr td:nth-child(2n+1) {
        text-align: right;
        padding-right: 5px;
    }
}

/* ---- Landing Page ---- */

.invitaion-content-section p, .invitaion-content-section .search-header {
    text-align: center;
}

.invitaion-content-section input {
    height: 50px;
}

.invitaion-content-section .col-lg-2 label {
    margin-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
}


/* ---- Client Login ---- */

.LoginSubheader {
    text-align: left;
}

.LoginSubheader label {
    font-weight: 700;
    color: #86888b !important;
}


/* ---- Overrides ---- */

.btn {
    padding: 11px 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .nav.navbar-nav {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-inverse .navbar-nav > li#ctl00_UCHeader_liAdditionalMenuLink1, .navbar-inverse .navbar-nav > li#ctl00_UCHeader_liAdditionalMenuLink1 a, .navbar-inverse .navbar-nav > li#liFAQ {
        padding: 0;
        margin: 0;
        width: 0;
        height: 0;
        border-bottom: 0;
    }

}

#sccCwI a img {
    display: none !important;
}

#sccCwI a {
    width: 119px;
    height: 42px;
    display: block;
    background: url(livechat.gif);
}

#sccCwI {
    float: right;
}

#liReg a, #liClientLogin a, #liInsuredLogin a {
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
}

#liReg a:hover, #liClientLogin a:hover, #liInsuredLogin a:hover, #liReg a:active, #liClientLogin a:active, #liInsuredLogin a:active, #liReg a:focus, #liClientLogin a:focus, #liInsuredLogin a:focus {
    border-bottom: 4px solid rgb(5 26 125);
}

@media (min-width: 992px) {
    .form-horizontal .control-label.InputLabelDivMD {
        padding-right: 0;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .InputLabelDivMD, .InputLabelDivMD.control-label {
        text-align: left;
    }
}

.form-horizontal select.dropdown-toggle, .form-horizontal input {
    margin: 0;
}

.form-horizontal select.dropdown-toggle {
    height: 34px;
}

@media (max-width: 767px) {
    .DOTLookup td {
        width: 100%;
        display: block;
    }

    .DOTLookup tr {
        margin-bottom: 10px;
        display: block;
    }
}

.header_ {
    margin-bottom: 20px;
}

.AffiliationDisclosure td, .AffiliationDisclosure th {
    padding: 5px;
}

@media (max-width: 767px) {
    .AffiliationDisclosure td {
        width: 100%;
        display: block;
    }

    .AffiliationDisclosure th {
        display: none;
    }
}

@media (min-width: 768px) {
    #content_dotresults_match tr > td:first-child, #divrmisInfo tr > td:first-child {
        text-align: right;
        padding-right: 15px;
        min-width: 235px;
    }

    #content_dotresults_match table, #divrmisInfo table {
        margin-bottom: 10px;
    }
}

#content_dotresults_match div[style*="padding-left: 20px"], #divrmisInfo div[style*="padding-left: 20px"] {
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .chat.hidden-sm.hidden-md.hidden-lg img {
        display: none !important;
    }

    .chat.hidden-sm.hidden-md.hidden-lg a {
        background: url(livechat.gif);
        width: 119px;
        height: 42px;
        display: block;
        float: right;
    }
}

@media (max-width: 767px) {
    body #TopWrapper, body #TopWrapperOverlay {
        min-height: calc(100vh - 250px);
    }

    .container-fluid.footer-wrapper .footer-container {
        min-height: 250px;
    }
}

#cookie-msg {
    background-color: #fff !important;
    border-top: 8px solid black !important;
    padding: 20px;
    color: white;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-left: 0;
    bottom: 0;
}

#cookie-msg > span {
    color: #000;
}

#cookie-msg span a {
    color: rgb(5 26 125) !important;
    text-decoration: underline !important;
}

#ctl00_lblPrivacyMessage button.btn {
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
}
