/* Common */
body {
    height: 100%;
    background-color: #F0F4FF;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0.25px;
}

.bg-white {
    background: white;
}

.bg-primary {
    background: #123195;
    color: white;
}

.bg-dark, .bg-dark:hover {
    background: #000;
    border-color: #000;
    color: white;
}

.col-gray-light {
    color: #d8d6d6 !important;
}

.col-black {
    color: #000 !important;
}

.col-red {
    color: #d9534f !important;
}

.col-dark-blue {
    color: #123195 !important;
}

.bg-transparent:not(.active) {
    background-color: #f0f4ff !important;
}

.border-primary {
    border-color: #123195;
}

.border-2w {
    border-width: 2px;
}

.border-0w {
    border-width: 0px !important;
}

.border-top-0w {
    border-top-width: 0px !important;
}

.border-rad-0w {
    border-radius: 0px !important;
}

.pad-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-l-0 {
    padding-left: 0px;
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-r-10 {
    padding-right: 10px;
}

.pad-r-5 {
    padding-right: 5px;
}

.pad-l-5 {
    padding-left: 5px;
}

.pad-t-5 {
    padding-top: 5px;
}

.pad-t-3 {
    padding-top: 3px !important;
}

.pad-tb-8-4 {
    padding-top: 8.4px;
    padding-bottom: 8.4px;
}

.pad-l-30 {
    padding-left: 30px;
}

.pad-15 {
    padding: 15px;
}

.pad-t-25 {
    padding-top: 25px !important;
}

.vertical-middle {
    vertical-align: middle;
}

.mar-t-10-p {
    margin-top: 10%;
}

.mar-t-5 {
    margin-top: 5px;
}

.mar-t-10 {
    margin-top: 10px !important;
}

.mar-t-20 {
    margin-top: 20px !important;
}

.mar-r-5 {
    margin-right: 5px !important;
}

.mar-r-10 {
    margin-right: 10px;
}

.mar-r-15 {
    margin-right: 15px;
}

.mar-r-n-5 {
    margin-right: -5px;
}

.mar-l-0 {
    margin-left: 0px !important;
}

.mar-l-5 {
    margin-left: 5px;
}

.mar-l-10 {
    margin-left: 10px;
}

.mar-l-n-2 {
    margin-left: -2px;
}

.mar-l-20 {
    margin-left: 20px !important;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-tb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mar-t-n-1 {
    margin-top: -1px;
}

.mar-t-n-5 {
    margin-top: -5px;
}

.mar-t-n-10 {
    margin-top: -10px;
}

.mar-l-n-16 {
    margin-left: -16px;
}

.mar-l-n-6 {
    margin-left: -6px;
}

.mar-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pad-15 {
    padding: 15px;
}

.pad-10 {
    padding: 10px !important;
}

.pad-b-0 {
    padding-bottom: 0px !important;
}

.pad-b-10 {
    padding-bottom: 10px !important;
}

.pad-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.disp-inl-bl {
    display: inline-block !important;
}

.bg-li-gray {
    background-color: #ECECEC !important;
    border-color: #ECECEC !important;
}

.bg-li-blue {
    background-color: #f0f4ff !important;
    border-color: #f0f4ff !important;
}

.bg-li-pink {
    background-color: #ffd1d1 !important;
    border-color: #ffd1d1 !important;
}

.bg-sk-blue {
    background-color: #b0bce3 !important;
    border-color: #b0bce3 !important;
}

.pad-b-0 {
    padding-bottom: 0px !important;
}

.wid-100 {
    width: 100%;
}

.text-e-lg {
    font-size: 20px;
}

.text-lg {
    font-size: 18px;
}

.text-lg-1 {
    font-size: 16px;
}

.text-md {
    font-size: 14px;
}

.text-sm {
    font-size: 12px;
}

.text-cap {
    text-transform: capitalize;
}

.fnt-21 {
    font-size: 21px !important;
}

.fnt-22 {
    font-size: 22px !important;
}

.fnt-1-5-em {
    font-size: 1.5em !important;
}

.fnt-we-100 {
    font-weight: 100 !important;
}

.fnt-we-700 {
    font-weight: 700;
}

.label-dark {
    font-size: 1em;
    font-weight: 600;
}

a.no-decor {
    text-decoration: none;
}

    a.no-decor:hover {
        text-decoration: none;
    }

.big-check {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c0c0c3;
    accent-color: #00AEEF;
}

    .big-check:checked {
        accent-color: #123195;
    }

.big-radio {
    width: 20px;
    height: 20px;
    accent-color: #123195;
    margin-top: 1px !important;
}

.box-sha {
    box-shadow: 1px 1px 10px #c4c1c1;
}

.border-1 {
    border-bottom: 1px solid #e4e4e4;
}

.he-100-p {
    height: 100%;
}

.header-label {
    font-size: 21px;
    font-weight: 600;
}

.border-rad-10w {
    border-radius: 10px;
}

.min-wid-30-p {
    min-width: 30%
}

.bootstrap-drop {
    border-color: #ccd3ea;
    border-radius: 5px !important;
    background: #f0f4ff;
    color: #000 !important;
    box-shadow: none;
}

    .bootstrap-drop .k-select {
        background: #f0f4ff;
        color: #000 !important;
    }

    .bootstrap-drop .k-state-hover .k-select {
        color: #000 !important;
    }

    .bootstrap-drop .k-state-hover .k-input {
        background: #f0f4ff !important;
        color: #000 !important;
    }

    .bootstrap-drop.k-dropdown .k-state-hover .k-input {
        color: #000 !important;
    }

    .bootstrap-drop.input-lg .k-select, .bootstrap-drop.input-lg .k-dropdown-wrap, .k-datetimepicker.input-lg .k-select {
        height: 40px;
    }

    .bootstrap-drop.input-lg .k-dropdown-wrap {
        min-height: 40px;
        border-radius: 0px !important;
    }

    .bootstrap-drop.input-lg .k-input {
        padding-top: 0px !important;
        height: 40px;
        line-height: 40px;
        border-radius: 0px !important;
    }


    .bootstrap-drop.input-lg .k-dropdown .k-state-hover .k-input {
        color: #000 !important;
    }

    .bootstrap-drop.input-lg .k-dropdown .k-state-focused .k-input {
        color: #fff !important;
    }

    .bootstrap-drop.input-lg .k-select {
        margin-top: 0px;
        border-radius: 0px !important;
    }

.btn-block-inline {
    display: inline;
}

/* menu bar*/
.dropdown-menu > li > a {
    padding: 5px 20px;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: #123195 !important;
        color: #fff !important;
    }

    .dropdown-menu > li > a.active {
        background: #123195 !important;
        color: #fff !important;
    }

.navbar-nav > .open > .dropdown-menu {
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.navbar-nav > .open > a.btn-white {
    background: #123195 !important;
    color: #fff !important;
}

.navbar-toggle {
    background: #123195 !important;
    color: #fff !important;
}

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

.navbar-header {
    border-bottom: 2px solid #123195;
}

.navbar-collapse .btn-white {
    text-align: left;
}
/* menu bar*/
/* Header Footer */
.header {
    width: 100%;
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #eae9e9;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    padding-bottom: 17.5px !important;
    padding-top: 17.5px !important;
}

    .header a {
        color: #000;
        text-decoration: none;
    }

    .header .site-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

.header-wrapper.small .header {
    padding: 3px 3px;
}

.header-wrapper.small .icon.ps-icon {
    background: url("../img/icons/property-search.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper.small .icon.map-icon {
    background: url("../img/icons/map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper .icon.op-icon,
.header-wrapper.small .site-icon.op-icon {
    background: url("../img/icons/online-protest.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.panel-help {
    border: 4px solid #f0f4ff !important;
}


.panel-body {
    background-color: #FAFBFF;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    background-color: #F0F4FF !important;
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e260"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    background-color: #F0F4FF !important;
    content: "\e259"; /* adjust as needed, taken from bootstrap.css */
}

.row-eq-height {
    min-height: 400px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .row-eq-height {
        /*display property will be overriden as any class further inside this scope*/
        display: block;
    }
}

.help-hint-accordion .panel-heading {
    background-color: #FAFBFF !important;
}

.help-hint-accordion .panel-body {
    background-color: #FAFBFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    color: #343434;
}

.input-group-addon {
    background-color: #F0F4FF !important;
}

.select-item {
    width: 100% !important;
    min-height: 50px !important;
    margin-top: 10px !important;
}

.help-hint-accordion .button-accordion {
    background-color: #FAFBFF;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #202020;
}

.helpful-hints-label-row {
    background-color: #FAFBFF;
    padding: 0px 15px 15px 15px;
}




.disclaimer-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #343434;
}

.helpful-hints-list-row {
    padding: 15px;
}

.helpful-hints-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #202020;
}


.search-div .form-control {
    background: #f0f4ff;
    border-width: 0px;
}

.search-menu {
    margin-left: -30px;
    margin-right: -30px;
}

    .search-menu > ul > li.active > a.btn {
        background-color: #123195 !important;
        border: 1px solid #123195;
        color: #fff !important;
    }

.header-wrapper.small .icon.op-icon {
    background: url("../img/icons/online-protest-sm.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper .icon.ps-icon,
.header-wrapper.small .site-icon.ps-icon {
    background: url("../img/icons/property-search.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper.small .icon.ps-icon {
    background: url("../img/icons/property-search-sm.png");
    background-repeat: no-repeat;
    background-size: contain;
}


.header-wrapper.small .icon.tax-icon {
    background: url("../img/icons/truth-in-taxation.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper.small .icon.forms-icon {
    background: url("../img/icons/online-forms.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper.small .seal {
    background: url("../img/icons/web.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header .header-links {
    text-align: center;
    margin-left: 0px;
    padding: 0px 10px;
}

    .header .header-links .icon {
        display: inline-block;
        width: 25px;
        height: 25px;
    }

    .header .header-links div {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding-top: 0px;
        padding-left: 4px;
        vertical-align: top;
    }

    .header .header-links h2 {
        font-size: 15px;
        margin: 0px;
        margin-left: -35px;
    }

    .header .header-links small {
        color: gray;
        margin-left: -10px;
        font-size: 100%;
    }

.footer {
    margin-top: 25px;
    background-color: #002045;
    color: #fff;
    clear: both;
    padding: 5px 5px 0;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: none;
        }

    .footer .about {
        margin-top: 0px;
        font-size: 13px;
    }

    .footer .margin {
        margin-bottom: 10px;
    }
/* Login */
.welcome-wrapper {
    background: #f0f4ff;
    height: 100%;
}

    .welcome-wrapper .left-panel {
        padding: 8% 10% 0;
    }

    .welcome-wrapper .headerlabel {
        font-weight: 600;
        font-size: 32px;
        line-height: 45px;
        letter-spacing: 0.25px;
    }

    .welcome-wrapper .content {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.25px;
    }

    .welcome-wrapper .ps-icon {
        background: url("../img/icons/login-left-container.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100px;
        height: 100px;
    }

    .welcome-wrapper .max-w-600 {
        max-width: 600px;
    }

    .welcome-wrapper .max-w-300 {
        max-width: 300px;
    }

    .welcome-wrapper .auto-mar {
        margin: 0 auto;
    }

    .welcome-wrapper .form-control {
        background: #f0f4ff;
        border-width: 0px;
        height: 52px;
    }

    .welcome-wrapper .input-group {
        margin-bottom: 20px !important;
    }

    .welcome-wrapper .input-group-addon {
        background: #e8f0fe;
        border-color: #e8f0fe;
    }

    .welcome-wrapper .right-panel {
        padding: 8% 15%;
        background-color: #fff;
    }

    .welcome-wrapper a {
        color: #000;
        text-decoration: none;
    }

    .welcome-wrapper .btn-default:hover, .welcome-wrapper .btn-primary:hover,
    .welcome-wrapper .btn-default:focus, .welcome-wrapper .btn-primary:focus {
        background: #123195;
        color: #fff;
    }

    .welcome-wrapper .btn-outline {
        background: #fff;
    }

    .welcome-wrapper .btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 35px;
        letter-spacing: 0.25px;
        border-radius: 8px;
    }
/* Registration */
.register-left-container-image {
    max-width: 100% !important;
    min-width: 100% !important;
    text-align: center !important;
    margin-top: 20px;
}

.register-leftcontainerText {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 25px;
    /* or 141% */
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #202020;
    text-align: center;
}

.register-leftcontainerDescription {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #313131;
    text-align: left;
    padding: 5px 40px 5px 40px;
}

.register-leftcontainerLabel {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #313131;
    text-align: left;
    padding: 5px 40px 5px 40px;
    margin-bottom: 0px;
}

.validation-summary-valid {
    display: none !important;
}

.validation-summary-errors {
    color: red;
}

.sidenav-left-registartion {
    background-color: #f0f4ff;
    height: 950px;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .faicon {
        position: absolute;
        padding: 15px;
        padding-top: 17px;
        pointer-events: none;
    }

/* align icon */
.left-addon .faicon {
    left: 0px;
}

.right-addon .faicon {
    right: 0px;
}

.right-addon.has-success .faicon, .right-addon.has-error .faicon {
    display: none;
}

.right-addon.has-success .form-control, .right-addon.has-error .form-control {
    border-width: 2px;
}
/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-r-b-10 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.m-l-b-10 {
    margin-left: 10px;
    margin-bottom: 10px;
}

.register-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    /* identical to box height, or 141% */
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #202020;
    text-align: center;
}

.register-enterdetails {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #313131;
    text-align: center;
}

/* My protest */
.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-default {
    background-color: #f0f4ff;
}

.navbar-pad {
    padding: 15px 20px 15px 15px;
}

.main-content {
    background: #f0f4ff;
    padding: 15px;
    height: 100%;
}

.btn-view {
    width: 80px;
    padding-top: 9px;
    padding-bottom: 7px;
    border-radius: 7px;
    margin: 2px 5px;
    color: #000;
    height: 40px;
    background-color: #dfe7ff !important;
    box-shadow: none;
    border: 2px solid #dfe7ff !important;
    outline: none;
}

    .btn-view:hover, .btn-view:focus {
        outline: none;
    }

.btn-white, .btn-blue {
    margin: 2px 5px;
    /*background: #fff;*/
    color: #000;
}

    .btn-white.btn-lg {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 14px !important;
        font-weight: 600;
        letter-spacing: .25px;
    }

    .btn-white.active {
        background-color: #123195;
        border: 1px solid #123195;
        color: #fff !important;
    }

    .btn-white:hover, .btn-white:focus {
        background-color: #123195 !important;
        border: 1px solid #123195;
        color: #fff !important;
    }

    .btn-blue.active {
        background-color: #dfe7ff;
        border: 1px solid #dfe7ff;
        box-shadow: none !important;
    }

.bg-white {
    background: white;
}

.border-5px {
    border-radius: 5px;
}

.plus-icon {
    border: 4px solid #313131;
    border-radius: 20px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px !important;
    outline: 7px solid #dee6fe;
    background: #313131;
    -webkit-text-stroke: 1px #220807;
    width: 20px;
}

.btn-white:hover .plus-icon, .btn-white:focus .plus-icon {
    background: #eff3fe !important;
    color: #123195;
}

.protest-list {
}

    .protest-list .headerbox {
        background: #FAFBFF;
        padding: 34px;
        margin: 0px -30px 15px;
        border-bottom: 1px solid #eeeeee;
    }

    .protest-list .headerlabel {
        font-weight: 600;
        font-size: 32px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }

.protest th, .protest td {
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle !important;
    padding: 4px 4px 4px 15px !important;
    height: 40px;
    min-height: 70px;
}

.protest th {
    font-weight: 600;
}

.min-he-440px {
    min-height: 440px;
}

.filterbtn {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    background: none;
    border: 0px solid;
    box-shadow: none;
}

.clear-filter-icon {
    background: url("../img/icons/cross.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
}

.reset-filter-icon {
    background: url("../img/icons/reset.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
}

.filterbtn:hover, .filterbtn:focus, .filterbtn:active {
    border: 0px solid;
    box-shadow: none;
    outline: none !important;
}

.withdraw-btn {
    width: 100px;
    padding-top: 9px;
    padding-bottom: 7px;
    border-radius: 7px;
    margin: 2px 5px;
    height: 40px;
}

.protest-grid.k-widget {
    border: 0px solid !important;
    background: #fff;
}

.protest-grid .k-header.k-grid-toolbar.k-grid-top {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.protest-grid .k-grid-header, .protest-grid .k-grid-content, .protest-grid .k-grid-pager {
    border: 1px solid rgb(221, 221, 221);
    background: #fff;
}

.protest-grid .k-grid-header {
    min-height: 40px;
}

    .protest-grid .k-grid-header table {
        min-height: 42px;
    }

    .protest-grid .k-grid-header th.k-header {
        vertical-align: middle;
        background: #fff;
    }

.protest-grid tr.k-alt {
    background: #fff;
}

    .protest-grid tr.k-alt.k-state-selected {
        background: #123195;
    }

.protest-grid .k-pager-wrap .k-link {
    background: #f0f4ff;
    border-color: #d1dcfc;
}

protest-grid .k-pager-wrap .k-link:hover {
    color: #0f314c;
    background: #c1cceb;
}

.protest-grid .k-pager-sizes .k-widget.k-dropdown {
    width: 90px;
}

.select-protest-container, .select-protest-header {
    text-align: center !important;
}
/* My protest */
/* Extra small devices (phones, less than 768px) - Default */
@media (max-width: 767px) {
    .header {
        padding: 15px 0 0;
    }

    .header-wrapper {
        position: relative;
    }

    .welcome-wrapper .left-panel {
        padding: 1%;
        min-height: 400px;
    }

    .welcome-wrapper .right-panel {
        padding: 0%;
        min-height: 400px;
        margin-top: -20px;
    }
}
/* blue modal */
.blue-modal.k-window {
    background: #fff;
    border: none;
    border-radius: 8px;
}

.blue-modal .k-header {
    background-color: #002045 !important;
    border-color: #002045 !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.blue-modal .k-window-title {
    font-size: 1.4em;
    color: white;
    padding: 10px;
    font-weight: 600;
}

.blue-modal .k-icon.k-i-close {
    font-size: 2.5rem;
    color: #fff;
}

.blue-modal.white .k-header {
    background-color: #fff !important;
}

.blue-modal.white .k-window-title {
    color: #123195;
}

.blue-modal.white .k-icon.k-i-close {
    color: #123195;
}

.blue-modal .alert-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    border-radius: 0;
    font-size: 1.5rem;
}

.blue-modal .form-control {
    background: #f0f4ff;
    border-width: 0px;
    height: 40px;
    font-size: 1.8rem;
    font-weight: 600;
}

.blue-modal .input-group-addon {
    background: #f0f4ff;
    border-color: #e1e5ef;
}

.blue-modal .k-footer {
    /* background-color: #002045;
    border-color: #002045;*/
    padding: 8px;
    margin: 10px -12px 0px;
}

.blue-modal .k-content {
    background-color: #f0f4ff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
/* blue modal */
/* notice */
.notice {
    margin: 0px;
    /*min-height: calc(94vh - 140px);*/
    padding: 15px 5px;
}

    .notice .pro-header {
        background: #f9f9f9;
        margin: 0px -30px;
        padding: 0px;
    }

.sub-header .addProtestLink {
    color: #000;
    background: #dfe7ff;
    border-color: #dfe7ff;
    margin-bottom: 10px;
    padding: 13px;
    font-size: 14px;
}

    .sub-header .addProtestLink a:hover, .sub-header .addProtestLink a:focus {
        color: #000;
        background: #dfe7ff;
        border-color: #dfe7ff;
        text-decoration: none;
    }

.notice .label {
    display: inline-block;
}

    .notice .label a {
        color: #fff;
        text-decoration: none;
    }

.notice .lnk-btn {
    border: none;
    background: none;
}

.notice .protest-btn {
    float: none;
}

    .notice .protest-btn i {
        border: 1px solid #dfe7ff;
        border-radius: 16px;
        padding: 8px;
        background-color: #dfe7ff;
    }

.notice .unprotest-btn {
    float: none;
    display: inline;
}

.notice .well-lg {
    border: none;
    font-size: 14px;
    padding: 10px;
}

.notice .label-blue {
    background: #dfe7ff;
    border-color: #dfe7ff;
    padding: 8px;
    border-radius: 12px;
    color: #000;
}

.notice .form-control {
    background: #f0f4ff;
    border-width: 0px;
}

.ques-header {
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
    font-size: 22px;
}

.notice .panel-equal {
    min-height: 200px;
}

.alert.alert-blue {
    background-color: #FAFBFF;
}

.panel.panel-blue {
    background: #fafbff;
    border-color: #eeecec;
    border-radius: 10px;
}

.panel-blue .panel-heading {
    /*border-bottom: 1px solid #e4e4e4;*/
    font-weight: 700;
    /* margin-left: 10px;
    padding-left: 0px;*/
    padding-bottom: 20px;
}

    .panel-blue .panel-heading.fix {
        margin-left: 0px;
        padding-left: 10px;
        padding-bottom: 10px !important;
    }

.panel-blue .list-group-item {
    background: #fafbff !important;
    /*border-bottom-width: 3px !important;*/
    border-color: #e4e4e4;
}

.panel-blue .list-group-item-heading {
    font-weight: 600 !important;
    margin-bottom: 10px;
}

.panel-blue .circle-icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 3px;
}

.panel.panel-blue.dark {
    border-color: #002045 !important;
}

.panel-blue.dark .panel-heading {
    background-color: #002045;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-blue.light .panel-heading {
    background-color: #dfe7ff;
    color: #333;
    border: 1px solid #c1cef5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.notice .protest-files {
    min-height: 50px;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 10px;
    padding-top: 10px;
}

.table.no-border > tbody > tr:not(:first-child) td {
    background: #fff;
}

.protest-list .addProtestLink,
.protest-list .addProtestLink:focus, .protest-list .addProtestLink:focus {
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* notice */
/* submit notice */
.sub-notice {
    margin: 0px;
    min-height: calc(94vh - 140px);
    border-radius: 8px;
}

    .sub-notice .sub-header {
        background: #FAFBFF;
        padding: 37px 15px;
        margin: 0px -15px 15px;
        border-bottom: 1px solid #eeeeee;
        border-radius: 8px;
    }

    .sub-notice .section-header {
        font-size: 22px;
        font-weight: 600;
        line-height: 20px;
    }

    .sub-notice label {
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px !important;
    }

    .sub-notice .radio.big {
        padding-left: 10px;
        margin-bottom: 25px;
    }

    .sub-notice .span-blk {
        display: block;
        margin-top: -20px;
        margin-left: 30px;
    }

    .sub-notice .label-blue {
        background: #dfe7ff;
        border-color: #dfe7ff;
        padding: 8px;
        border-radius: 12px;
        color: #000;
    }

.multi_step {
    display: block;
    width: 100%;
}

.pad-t-15 {
    padding-top: 15px;
}

.multi_step .multi_step_form {
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
    z-index: 1;
    width: 90%;
}

.multi_step_form .progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding-inline-start: 0px;
}

    .multi_step_form .progressbar li {
        list-style-type: none;
        color: #99a2a8;
        font-size: 1em;
        width: 23%;
        float: left;
        position: relative;
        cursor: pointer;
    }

    .multi_step_form .progressbar .last-step {
        width: 20px !important;
    }

        .multi_step_form .progressbar .last-step .labels {
            width: 130px !important;
            margin-left: -45px
        }

    .multi_step_form .progressbar li:before {
        content: "\f00c";
        font: normal normal 18px FontAwesome;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        background: #eaf0f4;
        border-radius: 100%;
        /*margin: 0px auto 10px auto;*/
        text-align: center;
    }

    .multi_step_form .progressbar li:after {
        content: '';
        width: 100%;
        height: 10px;
        background: #eaf0f4;
        position: absolute;
        left: 1%;
        top: 20px;
        z-index: -1;
    }

    .multi_step_form .progressbar li:last-child:after {
        width: 100%;
    }

    .multi_step_form .progressbar li.active {
        color: #202020;
    }

        .multi_step_form .progressbar li.active:before {
            background: #123195;
            color: white;
        }

        .multi_step_form .progressbar li.active:after {
            background: linear-gradient(to right, #123195 50%, #eaf0f4 50%);
            color: white;
        }

    .multi_step_form .progressbar li.done {
        color: #202020;
    }

        .multi_step_form .progressbar li.done:before, .multi_step_form .progressbar li.done:after {
            background: #123195;
            color: white;
        }

    .multi_step_form .progressbar li.update-step:before, .multi_step_form .progressbar li.update-step:after {
        background: #449d44;
        color: white;
    }

    .multi_step_form .progressbar li.active.update-step:after {
        background: linear-gradient(to right, #449d44 50%, #123195 50%);
        color: white;
    }

.sr-only-focusable {
    text-align: center !important;
    margin-left: -25px !important;
}

.progress-bar {
    text-align: end !important;
}

.multi_step_form .progressbar li.current-step:after {
    background: linear-gradient(to right, #123195 50%, #eaf0f4 50%);
    color: white;
}

.multi_step_form .progressbar li strong {
    display: none;
}

.multi_step_form .progressbar .label-center {
    text-align: center;
    margin-left: -80%;
}


.step-tool-bar .progress {
    margin-bottom: -2px;
    width: 245px;
    margin-left: 5px;
    height: 10px;
}

.sub-notice .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0px;
}

.sub-notice .form-control {
    background: #f0f4ff;
    border-width: 0px;
}

.sub-notice .input-group-addon {
    background: #f0f4ff;
    border-color: #e1e5ef;
}

.sub-notice .input-group.has-error .form-control.input-validation-error,
.sub-notice textarea.input-validation-error,
.sub-notice .form-control.input-validation-error {
    border: 1px solid #C40003 !important;
    background-color: #ffeeee !important;
    background: #ffeeee !important;
}

.sub-notice .input-validation-error.big-radio {
    accent-color: #c40003;
    border: 1px solid #C40003;
}

.sub-notice .input-group.has-error .input-group-addon {
    border: 1px solid #C40003 !important;
    background-color: #ffeeee !important;
    background: #ffeeee !important;
}

.sub-notice .alert-blue {
    color: #000;
    background-color: #f0f4ff;
    border-color: #f0f4ff;
    letter-spacing: 1px;
}

.sr-only-focusable.showsr, .sr-only-focusable.showsr:not(:focus) {
    width: 55px;
    height: 27px;
    margin-top: -9px;
    overflow: visible;
    clip: auto;
    background: #fff;
    color: #000;
    padding-top: 3px;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #e8e3e3;
}
/* submit notice */

/*Admin Configuration settings*/
.admin-configurationsettings-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #202020;
}

.admin-configurationsettings-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #343434;
}

.admin-configurationsettings-options-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #343434;
    padding-left: 7px;
    padding-right: 15px;
    padding-top: 2px;
}

.admin-configurationsettings-submenu {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #343434;
    padding: 10px;
}

.admin-configurationsettings-protestreson-row {
    padding: 5px 10px 5px 10px;
}

.admin-configurationsettings-li {
    position: relative;
    display: block;
    padding: 15px 35px 15px 35px;
    margin: 20px 10px 20px 10px;
    margin-bottom: -1px;
    background-color: #FAFAFA;
}

.admin-configurationsettings-checkbox-radio {
    width: 16px;
    height: 16px;
}

    .admin-configurationsettings-checkbox-radio:checked {
        accent-color: #123195;
    }

.admin-configurationsettings-errormessage {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-right: 15px;
}
/*Admin Configuration settings*/
@media (min-width: 759px) and (max-width : 768px) {
    .header .header-links {
        margin-left: 6px;
        margin-top: 4px;
    }

        .header .header-links div {
            font-size: 12px;
            padding-left: 0px;
        }

    .footer-element {
        min-height: 100px;
    }

    .step-tool-bar .progress {
        width: 245px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) {
    .header-label {
        font-size: 32px;
        font-weight: 600;
    }

    .footer-element {
        min-height: 100px;
    }

    .lin-h-100 {
        line-height: 100px;
    }

    /*    .footer {
        padding: 20px 100px 0;
    }*/

    .footer .about {
        margin-top: 25px;
    }

    .footer .margin {
        margin-bottom: 0px;
    }

    .navbar-pad {
        padding: 30px 45px 20px 30px;
    }

    .main-content {
        padding: 5px 50px 50px 50px;
    }

    .notice .pro-header {
        padding: 0px 15px 10px;
    }

    .notice .protest-btn {
        float: left;
    }

    .notice .unprotest-btn {
        float: right;
    }

    .notice .panel-equal {
        min-height: 650px;
    }

    .step-tool-bar .progress {
        width: 350px;
        margin-left: 20px;
    }

    .multi_step_form .progressbar {
        padding-inline-start: 52px;
    }

        .multi_step_form .progressbar li strong {
            display: block;
        }

    .min-he-440px {
        min-height: calc(94vh - 140px);
    }

    .multi_step_form .progressbar .margin-left {
        margin-left: -85%;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width : 1199px) {
    .main-content {
        padding: 5px 50px 15px 50px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
}

.fnt-we-500 {
    font-weight: 500 !important;
}

.fnt-we-400 {
    font-weight: 500 !important;
}

.header .container-fluid .pull-right {
    margin-top: 10px;
}

.input-icon {
    background-color: rgb(232, 240, 254);
    border: none;
    border-radius: 5px;
}

.input-lg {
    font-size: 14px !important;
    border-radius: 8px !important;
    border-color: none;
}

.k-window-titlebar .k-window-action {
    padding: 18px !important;
}

.blue-modal .control-label {
    letter-spacing: 0.25px;
}

.table > thead > tr > th {
    letter-spacing: 0.25px !important;
}

.sub-notice > form {
    padding: 0px 33px;
}

.panel-blue .panel-body > .row {
    padding-top: 20px !important;
}

.input-group .form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: none;
    box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
    min-height: 50px;
}

.input-group .input-group-addon {
    border: none;
}

.mailing-Address > textarea {
    max-height: 50px !important;
    overflow: hidden;
    outline: none;
    resize: none !important;
}


.panel-blue .panel-heading {
    padding: 10px 10px !important;
}


.panel-blue hr {
    margin: 10px 10px 5px 10px !important;
    border: 0;
    border-top: 1px solid #eee;
}

.Main-alert {
    padding: 0px 31px;
    font-family: Montserrat;
    line-height: 25px;
}

.checkbox-inline .mar-l-10 {
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 400 !important;
}

.fnt-we-600 {
    font-weight: 600 !important;
}

.panel-blue .text-sm {
    color: #343434;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.panel-blue .disp-inl-bl:not(i) {
    color: #343434;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
}

.sub-bl {
    color: #343434;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
}

.panel-blue .k-dropdown-wrap {
    min-height: 50px;
}

.panel-blue .k-input {
    padding-top: 2% !important;
}

.panel-blue .k-select {
    margin-top: 1%;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default, .k-multiselect.k-header {
    border-color: none !important;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default, .k-menu-vertical .k-state-default {
    background-image: none;
    background-position: 50% 50%;
    background-color: #f0f4ff !important;
    border-color: none !important;
    border-radius: 8px !important;
    border: none !important;
}

.k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    background-color: #f0f4ff !important;
    background-image: none;
    background-position: 50% 50%;
    border-color: none !important;
    color: #343434 !important;
    border: none !important;
}

.k-dropdown .k-state-focused .k-input, .k-dropdown .k-state-hover .k-input {
    color: #ffffff !important;
}

.k-window {
    border-radius: 8px !important;
    border: none !important;
}

.noticesub > .list-group > .list-group-item {
    border: none !important;
}

.alert.alert-bg {
    background-color: #FAFBFF;
}

.list-group-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sub-notice > .panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.profile-sub .form-group {
    padding: 0px 25px;
}

.c-white {
    color: #ffffff !important;
}

.status-btn {
    padding: 12px !important;
    font-size: 14px !important;
}

/* waiver */
.waiver {
}

    .waiver .headerbox {
        background: #FAFBFF;
        /*padding: 15px 15px 18px;*/
        padding: 34px;
        margin: 0px -30px 15px;
        border-bottom: 1px solid #eeeeee;
    }

    .waiver .headerlabel {
        font-weight: 600;
        font-size: 32px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }

    .waiver i.return {
        border: 1px solid #dfe7ff;
        border-radius: 16px;
        padding: 8px;
        background-color: #dfe7ff;
    }

    .waiver .txtbox {
        background: #f0f4ff;
        border-color: #f0f4ff;
    }

        .waiver .txtbox.min-he-40 {
            min-height: 40px;
            border-radius: 0px;
        }

.search-input {
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
}

.k-column-menu {
    border-radius: 8px !important;
    border-color: #dfe7ff !important;
}

.k-menu .k-state-hover .k-link.k-state-active {
    background-color: #123195 !important;
    color: #ffffff !important;
}


.k-state-hover {
    background-color: #123195 !important;
    color: #ffffff !important;
}

.k-animation-container, .k-animation-container:hover {
    border-radius: 8px !important;
}

li > .k-state-hover {
    border-radius: 8px !important;
}

.k-item .k-state-default .k-state-hover {
    background-color: #123195 !important;
    color: #ffffff !important;
}

ul > .k-group .k-menu-group .k-popup .k-reset .k-state-border-left {
    border-radius: 8px !important;
    border: 0px;
}



.k-menu .k-link.k-state-active, .k-menu .k-state-hover > .k-link, .k-menu .k-menu-scroll-button:hover {
    color: #ffffff !important;
    background-color: #123195 !important;
    border-color: none;
    background-image: none;
}

.form-control.border-light {
    border: 0.5px solid lightgrey;
}

.k-list > .k-item.k-state-hover {
    border-radius: 0px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

label-primary {
    background-color: #f0f4ff !important;
    color: #313131 !important;
}

.panel-primary > .panel-heading {
    color: #000 !important;
    background-color: #f0f4ff !important;
    border-color: #f0f4ff !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
}

.panel-primary {
    /* border-color: #f0f4ff !important;*/
    border: solid 4px #f0f4ff;
}

.Panel-outer {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
}

.text-no-transform {
    text-transform: none !important;
}

.fa-eye, .fa-eye-slash {
    cursor: pointer;
}

.protest-dropdown {
    width: 100% !important;
    background: none !important;
}

.k-widget.k-calendar {
    background-color: #f0f4ff;
}

.k-calendar .k-header {
    background-color: #f0f4ff;
}

.k-calendar .k-today.k-state-selected {
    background-color: #123195;
}

.sub-notice .label-green {
    background: #82da84;
    border-color: #82da84;
    padding: 8px;
    border-radius: 12px;
    color: #fff;
}

.blinking {
    animation: blink 3s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.disp-tbl-row {
    display: table-row;
}

#help-disclaimer {
    font-family: 'Montserrat', sans-serif;
    color: #123195;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    margin-top: 2px;
}

.disclaimer-message {
    font-size: 14px;
    color: black;
}

hr {
    border: 1px solid rgba(18, 49, 149, 0.2);
    background-color: white;
    margin-bottom: 0px;
    margin-right: 5%;
}

.grid-container {
    margin-left: -20px;
    margin-right: -20px;
}

#index-search {
    padding-bottom: 20px;
    text-align: left !important;
    font-weight: bold !important;
    padding-bottom: 1px !important;
}

#search-menu-grid {
    padding-bottom: 30px;
}

#advance-search {
    margin: 10px 0 10px 0;
}

#disclaimer-comtainer {
    margin: 10px 5px 10px -5px;
}

#hints-container {
    margin: 10px -5px 10px 5px !important;
}

#legal-desc-block {
    font-size: 14px;
}

#disclaimer-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #343434;
}

.fields-display-none {
    display: none;
}

.panel-heading {
    background-color: white;
}

    .panel-heading.active {
        background-color: #F0F4FF;
    }

        .panel-heading.active .accordion-toggle {
            /*background-color: #F0F4FF;*/
            color: black;
        }

.panel-collapse {
    background-color: #F0F4FF;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    /*background-color: #F0F4FF;*/
}

.bis-logo {
    width: 60px;
}

.pad-t-10 {
    padding-top: 10px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.button-default {
    background-color: #DFE7FF;
    border: none;
    color: black;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

    .button-default:hover {
        background-color: #123195 !important;
    }

.button-gray {
    background-color: #E9E9E9;
    border: none;
    color: black;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.button-blank {
    background-color: #FAFBFF;
    border: none;
    color: black;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

    .button-blank:hover {
        background-color: #123195 !important;
    }

.button-gray:hover {
    background-color: #123195 !important;
}

.sub-options-section {
    padding-top: 20px;
    padding-bottom: 25px;
}

.result-grid {
    margin-left: 30px;
    margin-right: 30px;
}

.table-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


.table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.table-container::-webkit-scrollbar-thumb {
    background: #b0bce3;
    border-radius: 8px;
}

    .table-container::-webkit-scrollbar-thumb:hover {
        background: #b0bce3;
    }

.search-result-table > tbody > tr {
    background-color: white !important;
}

.table-container {
    max-height: 1000px;
    overflow-y: scroll;
    overflow-x: auto;
}

.map-col {
    max-height: 1000px;
    overflow-y: scroll;
    overflow-x: auto;
    font-size: 12px !important;
}

    .map-col::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .map-col::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
    }

    .map-col::-webkit-scrollbar-thumb {
        background: #b0bce3;
        border-radius: 8px;
    }

        .map-col::-webkit-scrollbar-thumb:hover {
            background: #b0bce3;
        }

.grid-map-row:hover {
    color: #1e2125;
    background-color: #b0bce3;
    cursor: pointer !important;
}

.grid-map-row {
    border-bottom: 2px solid #dcdcdc;
}

.map-list-arrow {
    width: 30px;
    height: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #1e2125;
}

.list-result {
    max-height: 1000px;
    overflow-y: scroll;
    overflow-x: auto;
    font-size: 12px !important;
}

.list-result-h5 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

.list-result::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.list-result::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.list-result::-webkit-scrollbar-thumb {
    background: #b0bce3;
    border-radius: 8px;
}

    .list-result::-webkit-scrollbar-thumb:hover {
        background: #b0bce3;
    }

.search-result-table > tbody > tr > th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #202020;
    padding: 15px 10px 15px 10px !important;
}

.search-result-table > tbody > tr > td {
    padding: 15px 10px 15px 10px !important;
}

.search-result-table > tbody > tr:hover {
    color: #1e2125;
    background-color: #b0bce3 !important;
    cursor: pointer !important;
}

.search-result-table > tbody > tr:nth-child(even) {
    background-color: #FAFBFF !important;
}

    .search-result-table > tbody > tr:nth-child(even):hover {
        color: #1e2125;
        background-color: #b0bce3 !important;
        cursor: pointer !important;
    }

.list-result > div:nth-child(even):hover {
    color: #1e2125;
    background-color: #b0bce3 !important;
}

.header-tool-bar {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -50px;
}

.list-result > div:nth-child(even) {
    background-color: #FAFBFF !important;
}

.grid-map-row:nth-child(even):hover {
    color: #1e2125;
    background-color: #b0bce3 !important;
}

.grid-map-row:nth-child(even) {
    background-color: #FAFBFF !important;
}

.button-default:active {
    background-color: #123195 !important;
}

.button-default:focus {
    background-color: #DFE7FF !important;
    color: black;
}

.button-group-style {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.select-text {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: #313131 !important;
}

.grid-text {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
    color: #313131 !important;
}


.page-link {
    border: none;
    color: grey;
    background-color: transparent;
}

.active1 {
    border-radius: 5px;
    background-color: #123195;
    color: white;
}

    .active1:hover {
        background-color: #123195;
        color: white;
    }



.custom {
    background-color: #123195;
    border-radius: 5px;
}

.fa-angle-double-right {
    color: white;
    border-radius: 5px;
}

.previuse-btn {
    background-color: #FFFFFF !important;
}

.custom1 {
    border-radius: 5px;
    background: #FFF;
}

.active1 > span {
    background-color: #123195 !important;
    color: white !important;
}

.pagination > li > a, .pagination > li > span {
    background-color: #F0F4FF;
    border: none !important;
}

.fa-angle-double-left {
    color: black;
}

.main-container {
    /*height: auto !important;*/
}

.mar-b-5 {
    margin-bottom: 5px;
}

.display-content {
    display: contents;
}

.mar-t-8 {
    margin-top: 8px !important;
}

.mar-b-10-imp {
    margin-bottom: 10px !important;
}

.pad-t-50 {
    padding-top: 50px !important;
}

.help-header {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f0f4ff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #202020;
}

.help-content {
    background-color: white !important;
    margin-top: 40px !important;
    padding-top: 25px !important;
    border-radius: 5px;
}

a.list-group-item {
    background-color: #FAFBFF;
}

@media only screen and (max-width: 600px) {
    .help-content {
        background-color: white !important;
        margin-top: 20px !important;
        padding-top: 13px !important;
        border-radius: 3px;
    }

    .help-header {
        margin-top: 0px;
    }

    .help-main-content {
        margin: 10px !important;
    }

    .help-desc {
        padding: 10px !important;
    }
}

.panel-body ul {
    list-style-image: url(../img/icons/bullet.png);
    color: #0f314c;
}

.help-desc {
    background-color: white;
    padding: 50px;
}

.help-main-content {
    margin: 50px;
}

body {
    overflow-x: hidden;
}

.container {
    display: flex;
    overflow: hidden;
}
.m-6 {
    margin: 6rem !important;
}

.outer-con {
    width: 100%;
    justify-content: center;
    display: flex;
}
.terms-use-border {
    border: 1px solid #ddd;
}

.mar-15{
    margin: 15px;
}

.col-md-12.col-sm-12.col-xs-12.footer-disclaimer {
    padding-bottom: 2% !important;
}