html, body {
    font-size: 14px;
}

:root, .dropdown-menu,
[data-bs-theme=light] {
    --bs-body-font-size: 14px;
    --bs-emphasis-color: #7e7f82;
    --bs-body-color: #7e7f82;
    --bs-danger-rgb: 242,222,222;
    --bs-dropdown-link-color: #333;
    --bs-dropdown-link-active-bg: #ef7b10;
    --bs-dropdown-link-hover-bg: #ef7b10;
    --bs-dropdown-link-hover-color: #fff;
    --bs-success-rgb: 223, 240, 216;
}

iframe[src*="intlCreditReportPDF"] {
    color-scheme: light !important;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

h2.header, h3.header {
    font-weight: bolder;
}

h4.well-header {
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header .btn-group  button.btn,
.page-header .btn-group  a.btn {
    white-space: nowrap;
}

label {
    display: inline-block;
    font-weight: 700;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: left;
}

.pd-8 {
    padding: 8px;
}

.pdt-10 {
    padding-top: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.text-primary {
    color: #428bca !important;
}

a, a:not([href]):not([class]) {
    color: #337ab7;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: #337ab7;
    text-decoration: underline;
}

.table {
    color: #7e7f82;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-responsive {
    display: table;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    border-top: 1px solid #ddd;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.text-success {
    color: #468847 !important;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px !important;
        width: 750px;
    }

    .form-horizontal .control-label {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px !important;
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
        width: 1170px;
    }
}

.list-group-item {
    padding: 10px 15px;
}

.list-group-item > .badge {
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 1px;
}

.header-margin, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 10px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
    color: #31708f;
}

.alert-info h2, .alert-info h3, .alert-info h4, .alert-info table {
    color: #31708f;
}

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    color: #3c763d;
}

.alert-success h2, .alert-success h3, .alert-success h4, .alert-success table {
    color: #3c763d;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    color: #8a6d3b;
}

.alert-warning h2, .alert-warning h3, .alert-warning h4, .alert-warning table {
    color: #8a6d3b;
}



.form-inline span, .form-inline input, .form-inline label {
    display: inline-block;
}

.alert-form-label {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 400;
    display: inline-block;
}

li.nav-item.active > a.nav-link {
    color: #fff;
}

.nav>li>a {
    padding: 10px 15px;
    position: relative;
    display:block;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-justified {
    width: 100%;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        width: 600px;
        margin: 30px auto;
    }
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-select {
    border-radius: 0;
}

.card-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card>.card-header {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.card.card-primary>.card-header {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.card>.card-header {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.card.card-warning>.card-header {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
    background-repeat: repeat-x;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.badge-primary {
    background-color: #337ab7;
}

.border-primary {
    border-color: #337ab7 !important;
}

.border-warning {
    border-color: #faebcc !important;
}

.form-text {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.checkbox-right label {
    padding-left: 0;
    padding-right: 20px;
    position: relative;
}

.lead {
    font-size: 1.5rem;
}

.alert-info .alert-link {
    color: #245269;
}

.alert>p+p {
    margin-top: 5px;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.my-usage-btn {
    padding: 4px 8.5px;
}

#tools .dropdown-item:hover, #tools .dropdown-item:focus, #tools .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ef7b10;
    background-image: none;
}

.container.search div.card {
    margin-bottom: 10px;
}

#custom-search-input .btn-lg {
    padding: 9px 16px 8px;
    height: 46px
}


.marketing-tabs-flat ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type:none;
    padding: 0;
    margin: 0;
}

.marketing-tabs-flat ul li {
    flex: 1 1 auto;
    text-align: center;
}

.marketing-tabs-flat a.nav-link {
    padding: 20px 15px;
    display: block;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
}

.marketing-tabs-flat a.nav-link:hover,  .marketing-tabs-flat a.nav-link:active, .marketing-tabs-flat a.nav-link.active {
    color: white;
    background-color: #f0ac4c;
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13;
    position: relative;
}

.marketing-tabs-flat a.nav-link.orange-down-arrow.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eb9417;
    position: absolute;
    left: 40%;
    top: 82px;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

input[type="checkbox"].large {
    width: 32px;
    height: 32px;
}

.form-horizontal .form-group-sm .control-label, .form-group-small {
    padding-top: 6px;
    font-size: 13px;
}



.dashboard-panel div.panel-heading {
    font-size: 16px;
    padding: 5px;
}

.clearfix a {
    width: 100%;
}

.clearfix:before, .nav:before {
    display: table;
    content: " ";
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

/*contextual colors*/
.text-primary {
    color: #428bca !important;
}

.text-primary:hover {
    color: #428bca !important;
}

.text-warning {
    color: #c09853 !important;
}

.text-warning:hover {
    color: #c09853 !important;
}

.text-danger {
    color: #b94a48 !important;
}

.text-danger:hover {
    color: #b94a48 !important;
}

.text-success {
    color: #468847 !important;
}

.text-success:hover {
    color: #468847 !important;
}

.text-info {
    color: #3a87ad !important;
}

.text-info:hover {
    color: #3a87ad !important;
}

/*labels*/
.label.label-light {
    background-color: #eee !important;
}

a.more-alerts {
    width: 100%;
}

.search-form {
    padding: 15px 15px;
    border-radius: 1px;
    background-color: #e2f7f7;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success  {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}

/* copied from bs3, but this class should be not used anymore */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* copied from bs3, but this class should be not used anymore */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.dropdown-menu>li>a {
    padding: 6px 20px
}


.panel span.form-inline,
.card span.form-inline  {
    display: flex;
    white-space: nowrap;
}

.panel span.form-inline>span,
.card span.form-inline>span {
    font-weight:300;
}

.panel span.form-inline>input,
.card span.form-inline>input {
    border-radius: 0px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 2px;
    width: 90px;
    margin-top: -5px;
}

