﻿/* CSS Document */
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif !important;
}
:focus {
    outline: 0 !important;
}
.form-group {
    margin-bottom: 5px;
}

.table {
    width: 99.9%;
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 5px !important
}

.font-weight-bold {
    font-weight: bold !important
}

.color-grey {
    color: #9B9B9B !important;
}
.color-blue {
    color: #004E67 !important;
}
.color-orange {
    color: #FF4100 !important;
}
.Creds-Dashboard {
    float: right;
    margin-top: 11px;
}
.text-center {
    text-align: center !important;
}
.portlet > .portlet-title > .caption.CustomCaption {
    text-align: center;
    display: block;
    float: initial;
}

.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: inherit;
    padding: 10px 0;
    font-family: Montserrat;
}

    .portlet > .portlet-title > .caption > i.activityT {
        font-size: 22px;
        margin-right: 8px;
    }

.alertnotification i {
    font-size: 80px;
    color: #024d66;
    line-height: 90px !important;
}

.pb-bordered {
    border: 2px solid transparent;
    border-radius: 10px !important;
    padding: 5px;
}

    .pb-bordered.bordered {
        border: 4px solid #005f8d;
    }

.bordered > .payment-box {
    background-color: #005f8d;
    color: #fff;
}

    .bordered > .payment-box p {
        background-color: #005f8d;
        color: #fff;
    }

    .bordered > .payment-box i {
        color: #fff;
    }

.payment-box {
    background-color: #06bbff;
    padding: 20px;
    border-radius: 10px !important;
    text-align: center;
}

    .payment-box h3 {
        margin: 10px 0 10px 0;
        color: #fff;
    }

    .payment-box p {
        color: #fff;
        font-weight: 600;
        margin: 10px;
    }

    .payment-box i {
        color: #a5e6ff;
        font-size: 37px;
        display: block !important;
        padding: 10px 10px;
    }

    .payment-box span {
        color: #fff;
    }

.btn.btn-payment-box {
    background-color: #0495ce;
    border-radius: 8px !important;
}

    .btn.btn-payment-box:hover {
        color: #FFF;
    }

.aboutus-header h3.blue-color {
    font-weight: 600;
}

.blue-color {
    color: #004160 !important;
}

.text-light-blue {
    color: #06b8fb !important;
}

.light-blue2 {
    color: #91E4FF !important
}

.white-color {
    color: #fff !important;
}

.page-header.navbar .menu-toggler > span, .page-header.navbar .menu-toggler > span:after, .page-header.navbar .menu-toggler > span:before, .page-header.navbar .menu-toggler > span:hover, .page-header.navbar .menu-toggler > span:hover:after, .page-header.navbar .menu-toggler > span:hover:before {
    background: #fff;
}

.statuspage-header p {
    font-size: 16px;
}

.loader-bg {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.stepform-packagebox {
    padding: 20px;
    min-height: 260px;
    background-color: #349ef9;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.5));
}
    .stepform-packagebox h2 {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        margin: 0;
        text-align:center;
    }
    .stepform-packagebox h3 {
        color: #024d64;
        line-height: 17px;
        font-size: 30px;
        font-weight: 600 !important;
        text-align: center;
    }
    .stepform-packagebox h3 sup {
        font-size:59% !important;
    }
        .stepform-packagebox h3 small.color-grey {
            color: #fff !important;
            font-size: 13px;
        }
    .stepform-packagebox .PackageDetails{
        color:#fff;
        font-weight:bold;
    }
.Cart-Selection hr {
    border: 0;
    border-top: 1px solid #9a9a9a;
    border-bottom: 0;
}
.Cart-Selection {
    padding: 20px;
    border-right: 1px solid #2cc5ff;
}
.Cart-Selection h3 {
    color: #024d66;
    font-size: 22px;
}
.Cart-table {
    width: 100%;
}
    .payment-cart{
        margin-top:50px;
    }

.Cart-table td span.help-block {
    font-size: 12px;
    font-weight: normal;
    color: red;
}
.Cart-table th, .Cart-table td {
    padding: 10px 5px;
}
.Cart-table th {
    color: #6f6f6f;
    min-width: 114px;
    width: 114px;
}
    .Cart-table td {
        color: #024d64;
        font-size: 20px;
        font-weight: bold;
    }
        .Cart-table td.big-T {
            font-size: 24px;
        }



.Cart-table td small {
    font-size: 12px;
    font-weight: 400;
}
.loader {
    margin-top: 20%;
    border: 16px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 16px solid #f85210;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

label.mt-radio.disabled {
    cursor: not-allowed;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.t-c-o {
    color: #f85210;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding: 0 !important;
}

.btn-border {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-border:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.required-field {
    color: #ad0402;
    vertical-align: middle;
}

#AlertPopPayment, #AlertPopMessage, #AlertPopDispute {
    display: none;
}

.btn.red-haze:not(.btn-outline) {
    color: #FFF;
    background-color: #f85210;
    border-color: #f85210;
}

.SpecialLine {
    border-top: 1px solid #2b3643;
    height: 5px;
    border-bottom: 1px solid #2b3643;
    display: block;
    width: 20%;
    margin-top: 10px;
}

.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#DateOfInvoice {
    background-color: #ffffff;
    opacity: 1;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.d-block {
    display: block !important;
}

.table .btn {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}

.portlet.box .dataTables_wrapper .dt-buttons {
    margin-top: -44px;
}

.nopadding {
    padding: 0 !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-50 {
    padding: 50px !important;
}

.currency-grey {
    color: #757575 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: monospace;
}
/**/
label {
    font-weight: 600 !important;
    color: #005f8d;
}

.g-recaptcha div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    border: 1px solid #2cc5ff !important;
}

.has-success .form-control:focus {
    border-color: #2cc5ff;
}

.has-success .form-control {
    border-color: #2cc5ff;
}

.form-control:focus {
    border-color: #2cc5ff;
}

.form-control:hover {
    background-color: #cff2ff;
}

.form-control {
    background-color: #fff;
    border: 1px solid #2cc5ff;
    border-radius: 4px !important;
}

.login .content .form-control {
    color: #000;
}

.page-footer {
    padding: 15px 20px 5px;
    font-size: 13px;
    height: 43px;
}

.page-header.navbar, .page-footer {
    background-color: #024d66;
}

.page-footer-inner a {
    color: #fff;
}

    .page-footer-inner a:hover {
        color: #f85210;
    }

.scroll-to-top > i {
    display: inline-block;
    color: #00b4f1;
    font-size: 30px;
    opacity: .6;
    filter: alpha(opacity=60);
}

.page-header.navbar .page-logo .logo-default {
    margin: 15px 0 0;
}

.dashboard-stat.darkblue {
    background-color: #2b3643;
    -webkit-transition: all .50s;
    -moz-transition: all .50s;
    -o-transition: all .50s;
    transition: all .50s;
}

a.dashboard-stat.darkblue:hover {
    background-color: #000;
}

    a.dashboard-stat.darkblue:hover .visual > i {
        opacity: 0.6;
    }

a.darkblue {
    color: #fff;
}

.dashboard-stat.darkblue .visual > i {
    margin-left: 0;
    font-size: 100px;
    line-height: 50px;
    opacity: .2;
    -webkit-transition: all .50s;
    -moz-transition: all .50s;
    -o-transition: all .50s;
    transition: all .50s;
}

.btn-primary {
    color: #fff;
    background-color: #024d66;
    border-color: #024d66;
}

.icon-btn-icon {
    height: 33px;
    min-width: 33px;
    margin: 5px;
    border: 0;
    padding: 8px 0 0;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline;
    color: #d23906;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}

.icon-btn {
    height: 33px;
    min-width: 33px;
    margin: 0;
    border: 1px solid #9B9A9A;
    padding: 8px 0 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #d23906;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}

    .icon-btn:hover {
        text-decoration: none;
        border-color: #999;
        color: #fff;
        background-color: #d23906;
        text-shadow: none;
        transition: all .3s ease;
        box-shadow: none;
    }

.icon-btn-disabled {
    height: 33px;
    min-width: 33px;
    margin: 0;
    border: 1px solid #9B9A9A;
    padding: 8px 0 0;
    background-color: #BFBEBE;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #FFF;
    text-shadow: none;
    text-align: center;
    cursor: not-allowed;
    position: relative;
    transition: all .3s ease;
}

    .icon-btn-disabled i {
        cursor: not-allowed;
        font-size: 18px;
    }

    .icon-btn-disabled:hover, .icon-btn-disabled:focus, .icon-btn-disabled:active, .icon-btn-disabled:visited {
        color: #fff;
    }

.portlet.box .dataTables_wrapper .dt-buttons {
    margin-top: -44px !important;
}

.table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
    text-align: center;
}

.table.table-bordered.dataTable tfoot th, table.table-bordered.dataTable tfoot td {
    vertical-align: middle;
    text-align: center;
}

.table-scrollable > .table-bordered > tfoot > tr > th:last-child {
    text-align: center;
    font-size: 12px;
}

.table-scrollable > .table-bordered > tbody > tr:last-child > td {
    border-bottom-width: 1px;
    border-bottom: 1px solid #e7ecf1;
}

.table-scrollable > .table-bordered > tbody > tr > td a {
    word-wrap: break-word;
}

.font-red-haze {
    color: #f85210 !important;
}

.dashboard-stat2 h3 span.small-currency {
    font-size: 16px !important;
}

.dashboard-stat2 .display .number h3.font-red-haze-small > span.small-currency {
    font-size: 16px !important;
}

.dashboard-stat2 {
    background: #024d66;
    padding: 15px 15px 15px;
    margin-bottom: 0;
    border-top: 3px solid transparent;
}

.box-disabled {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    cursor: not-allowed;
}

.underline {
    border-bottom: 1px solid #0f0;
}

.dashboard-stat2 .display {
    margin-bottom: 5px;
}

.dashboard-stat2 span {
    color: #65bcff;
    font-size: 18px;
}

.dashboard-stat2.actives h3 {
    color: #333;
}

.dashboard-stat2.actives span.lead {
    color: #333;
}

.dashboard-stat2.actives span {
    color: #f85210;
}

.dashboard-stat2 h3 {
    margin: 0;
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif !important;
}

    .dashboard-stat2 h3 span {
        color: #ffffff;
        font-weight: bold;
    }
        .dashboard-stat2 h3 span.currencySign {
            color: #65bcff;
            font-weight: 400;
            font-size:12px;
        }
.dashboard-stat2.actives span.currencySign {
    color: #333;
}
.dashboard-stat2 .display .number h3 {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .dashboard-stat2 .display .number h3.left-text {
        font-size: 16px;
    }

        .dashboard-stat2 .display .number h3.left-text > small {
            font-size: 16px;
            font-weight: 400;
        }
.newtable-design tr th {
    background-color: #E1E7EC !important;
    color: #004E67;
    font-weight:bold;
    text-align:left;
}
.table.table-bordered.dataTable.newtable-design tbody th, table.table-bordered.dataTable.newtable-design tbody td {
    text-align: left;
    font-weight: bold;
}
.table.table-bordered.dataTable.newtable-design tbody th, table.table-bordered.dataTable.newtable-design tbody td.text-center {
    text-align: center;
}
table.dataTable.newtable-design thead .sorting {
    background: url(../plugins/datatables/images/sort_both1.png) center right no-repeat;
    background-image: url(../plugins/datatables/images/sort_both1.png);
    background-position-x: right;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.dashboard-stat2 .display .text-right {
    float: right !important;
    display: inline-block;
    text-align: left;
}

.portlet.light.bordered {
    border: 1px solid #e7ecf1 !important;
    border-top: 0px solid transparent !important;
}

    .portlet.light.bordered.radius {
        border: 1px solid #e7ecf1 !important;
        border-top: 0px solid transparent !important;
        border-radius: 20px !important;
    }

.portlet.light.blue-bordered {
    border: 1px solid #50cfff !important;
    border-radius: 20px !important;
    padding: 30px;
}

.navbar-nav a.nav-link.nav-toggle {
    color: #fff;
}

    .navbar-nav a.nav-link.nav-toggle:hover {
        background-color: #3f4f62;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover > i, .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle > i, .page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #fff;
}

.tabbable-custom > .nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    color: #fff;
}

.page-content-white .page-title {
    margin: 25px 0;
    font-size: 32px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a:hover {
        background-color: #f85111;
        color: #fff;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a:hover i {
            color: #fff;
            -webkit-transition: all .25s;
            -moz-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
        }

.actives {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    border-top: 3px solid #f85210;
}

.text-success {
    color: #26bd41;
}

.text-incorrectAmount {
    color: #2746FF;
}

.text-disputed {
    color: #560077;
}

.text-partial {
    color: #f85210;
}

.form-buttons a.mybtn {
    border: 0;
    background-color: #f85210;
    border: 1px solid #f85210;
    padding: 10px;
    display: inline-block;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
}

a.mybtn {
    border: 0;
    background-color: #f85210;
    border: 1px solid #f85210;
    padding: 10px;
    display: block;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
}

.btn.btn-outline.light {
    border-color: #fff;
    color: #fff;
    background: 0 0;
}

    .btn.btn-outline.light.active, .btn.btn-outline.light:active, .btn.btn-outline.light:active:focus, .btn.btn-outline.light:active:hover, .btn.btn-outline.light:focus, .btn.btn-outline.light:hover {
        border-color: #f85210;
        color: #FFF;
        background-color: #f85210;
    }
.ModalBtnOrange {
    border: 0;
    border-radius: 10px !important;
    background-color: #f85210;
    border: 1px solid #f85210;
    padding: 10px;
    display: inline-block;
    color: #fff;
    margin-left: auto;
    margin-top: 10px;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    font-weight:bold;
}
.ModalBtnOutline {
    border: 2px solid #024D66;
    border-radius: 10px !important;
    background-color: transparent;
    padding: 8px;
    display: inline-block;
    color: #024D66;
    margin-left: auto;
    margin-top: 10px;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    font-weight: bold;
}
.dropzone {
    min-height: 150px;
    border: 2px solid #2cc5ff;
    background: white;
    padding: 20px 20px;
}
.mybtn {
    border: 0;
    border-radius: 0 !important;
    background-color: #f85210;
    border: 1px solid #f85210;
    padding: 10px;
    display: block;
    color: #fff;
    margin-left: auto;
    margin-top: 10px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
}

.mybtn-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mybtn:hover {
    background-color: #ad0402;
    border: 1px solid #ad0402;
}

.mybtn-blue {
    border: 0;
    background-color: #fff;
    padding: 10px;
    display: block;
    color: #333;
    border: 1px solid #333;
    margin-left: auto;
    margin-top: 10px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
}

    .mybtn-blue:hover {
        background-color: #2f353b;
        color: #fff;
    }

.input-group-addon > i {
    color: #fff;
}

.input-group-addon {
    padding: 6px 12px;
    min-width: 39px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #a5acb9;
    border: 1px solid #a5acb9;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.input-group {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

    .input-group:hover .input-group-addon {
        background-color: #f85210;
    }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    font-size: 18px;
    color: #f85210;
}

.tabbable-custom > .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
    background-color: #024d66;
}

    .tabbable-custom > .nav-tabs > li.active {
        border-top: 3px solid #f85210;
        margin-top: 0;
        position: relative;
    }

        .tabbable-custom > .nav-tabs > li.active a {
            color: #333;
        }

.portlet.blue-hoki, .portlet.box.blue-hoki > .portlet-title, .portlet > .portlet-body.blue-hoki {
    background-color: #005f8d;
}

.portlet.box.blue-hoki {
    border: 1px solid #005f8d;
    border-top: 0;
}
.portlet.orange-hoki, .portlet.box.orange-hoki > .portlet-title, .portlet > .portlet-body.orange-hoki {
    background-color: #f85210;
}

.portlet.box.orange-hoki {
    border: 1px solid #f85210;
    border-top: 0;
}
.portlet.box.orange-hoki > .portlet-title > .caption, .portlet.box.orange-hoki > .portlet-title > .caption > i {
    color: #FFF;
}
.DisputedClaim{
    display:none;
}
.noborder {
    border: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #efefef;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background: #ffe2d7 !important;
}


.table-scrollable > .table-center > tbody > tr:last-child > td, .table-scrollable > .table-center > tbody > tr:last-child > th, .table-scrollable > .table-center > tfoot > tr:last-child > td, .table-scrollable > .table-center > tfoot > tr:last-child > th, .table-scrollable > .table-center > thead > tr:last-child > td, .table-scrollable > .table-center > thead > tr:last-child > th, .table.table-center thead > tr > th {
    text-align: center !important;
}
/*CHANGING MENU HOVER STYLES & MENU*/
.page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-closed > li {
    background-color: #fff;
    margin: 0;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li > a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-sidebar .page-sidebar-menu > li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
    background-color: #fff;
    margin: 10px 0 10px 20px;
}

    .page-sidebar .page-sidebar-menu > li > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i {
        color: #f05323;
        font-size: 19px;
    }

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a:hover, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active > a:hover {
    border-left: 0;
    background: #f85210;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active > a {
    border-left: 0;
    background: #f85210;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.open > a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li:hover > a {
    background: #f85210;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.page-sidebar .page-sidebar-menu > li > a > i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-sidebar .page-sidebar-menu > li:hover > a > i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li:hover > a {
    background: #005f8d !important;
    color: #fff;
}

.radio-list input[type=radio] {
    height: 18px;
    width: 15px;
    vertical-align: middle;
}

.radio-list label {
    text-align: center;
}

.radio-list .radio-inline {
    padding-left: 0;
    padding-right: 20px;
}

.portlet-body.form h3 {
    font-weight: 400;
}

.errorhidden {
    display: none;
}

.errordisplay {
    color: red;
    display: none;
}

#loginerror {
    display: none;
}

#ShowHide, #ShowHide2, .hideme {
    display: none;
}

#HideOnRadio {
    display: none;
}

#CurrentDefaultPaymentNot, #ACHpaymentsdiv, #CompanyPortalTB {
    display: none;
}

.portlet-body.form textarea {
    resize: none;
    height: 180px;
}

    .portlet-body.form textarea.textareaSingleClaim {
        resize: none;
        height: 250px;
    }

.nested-check {
    margin-left: 3% !important;
}

td p {
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
/*CHANGING MODAL MODAL MODAL*/
.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #005F8D !important;
}


.modal .modal-header {
    background-color: #024D66;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-weight: 600;
}
h2.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-weight: 600;
    font-size: 26px;
}
.modal-header button.fa-times {
    color: #024d66;
    border: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index:99;
}

    .modal-header button.fa-times:hover {
        border-color: #f85210;
        color: #f85210;
    }

.modal-body {
    text-align: left;
}

    .modal-body h3 {
        margin: 0;
        text-align: left;
    }

.modal-dialog {
    width: 900px;
}

.modal-comment-text i {
    text-align: right;
    font-size: 12px;
    margin-bottom: 0;
}

.modal-comment-text b span {
    padding-right: 5px;
}

    .modal-comment-text b span i {
        color: #f85210;
    }

.modal-comment-text b {
    text-overflow: ellipsis;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    word-wrap: break-word;
    max-width: 120px;
    overflow: hidden;
}

.comments-scroll {
    height: 378px;
    overflow: auto;
    padding: 10px 10px 0px 10px;
    border: 1px solid #c2cad8;
}

.modal-comment-text {
    border: 2px solid #f85210;
    padding: 15px;
    margin-bottom: 10px;
}

.modal-comment-textarea textarea {
    height: 320px;
    resize: none;
}

.modal-comment-text.comment-client .col-md-7 {
    text-align: right;
}

.comment-client {
    border: 2px solid #024d66;
}

    .comment-client b span i {
        color: #024d66;
    }

    .comment-client p {
        word-wrap: break-word;
    }

.buttons {
    text-align: right;
}

    .buttons button {
        display: inline-block;
    }

.modal-body .mt-radio-list {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.PartialPaymentHide {
    display: none;
}

.record-payment {
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.handledispute-leftbar {
    padding: 10px;
    background-color: #f3f3f3;
}

.modal-body .col-md-7 .form-group textarea, textarea.RespondText {
    resize: none;
    min-height: 120px;
}

.mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
    border: 1px solid #f85210;
    background: 0 0;
}

.hiddenbgpayment {
    padding: 20px;
    background-color: #f2f8ff;
}

.SiteList {
    padding: 5px 20px;
    margin-top: 10px;
    min-height: 200px;
    min-width: 100%;
    overflow: auto;
}

.selectedCompany {
    color: #f85210;
    font-weight: bold;
}

.btn-default {
    color: #fff;
    background-color: #f85210;
    border: 0;
}

    .btn-default:hover {
        color: #fff;
        background-color: #ad0402;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #ad0402;
    }

    .btn-default.focus, .btn-default:focus {
        color: #fff;
        background-color: #ad0402;
    }

.formwizard-centersm {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #118df8;
}

.form-wizard .progress {
    margin-bottom: 0;
}

.form-wizard .steps, .form-wizard .steps > li > a.step {
    background-color: transparent;
}

.form-wizard .steps {
    padding: 0;
    margin-bottom: 0;
}

    .form-wizard .steps > li > a.step > .number {
        background-color: #f3f3f3;
        text-align: center !important;
        padding: 0;
        margin-right: 10px;
        height: 20px;
        width: 20px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        color: #333;
    }

    .form-wizard .steps > li > a.step > .desc, .form-wizard .steps > li > a.step > .number {
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        color: #333;
    }

    .form-wizard .steps > li.done > a.step .number {
        background-color: #024d64;
        color: #fff;
    }

.submenu-custom {
    margin-left: 20% !important;
}

.page-sidebar .page-sidebar-menu li > a > .badge, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .badge {
    float: right;
    margin-top: 1px;
    margin-right: 0;
    position: absolute;
    right: 14px;
    top: 6px;
}

.page-sidebar .page-sidebar-menu > li.submenu-custom > a {
    padding: 5px;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.submenu-custom:hover > a {
    background-color: #005f8d;
}
/*CENTER MODAL CENTER MODALCENTER MODALCENTER MODALCENTER MODAL*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}
/*SIDEBAR CHANGES SIDE BAR SIDE SIDE SIDE BAR BAR BAR*/
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
    background-color: #f6f7f9;
}

.page-content-wrapper {
    background-color: #f6f7f9;
}

.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    color: #333;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu {
    background: #ffffff;
}

.page-sidebar .page-sidebar-menu .sub-menu > li > a {
    color: #333;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a {
    color: #fff;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu > li:hover > a {
    color: #fff;
}
/*CHANGING MODAL MODAL MODAL DETAILS DETAILS DETAILS DETAILS DETAILS DETAILS*/
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    text-align: left;
    border: 1px solid #f85210;
    border-top: 0;
}

    .widget-box h5 {
        padding: 10px;
        background-color: #f85210;
        margin: 0;
        color: #fff;
    }

.dl-horizontal dt {
    padding-left: 10px;
}

dt {
    padding: 5px;
    font-weight: 600;
}

dd {
    padding: 5px;
}

.dl-horizontal dd {
    text-align: left;
    padding-left: 10px;
}

.panel dl dd {
    margin-bottom: 10px;
}

.widget-content {
    padding-top: 10px;
    padding-bottom: 1px;
}

.widget-content-height {
    min-height: 371px;
}

#cookie-law-info-bar {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: none;
}

#cookie_action_close_header {
    display: inline-block;
    margin: 5px;
    color: rgb(255, 255, 255);
    padding: 10px;
    background-color: rgb(0, 0, 0);
}
tr.newnotification td{
    background-color: rgba(248,82,16,0.3);
}
.notificationBell:hover, .notificationBell a:hover, .notificationBell:focus, .notificationBell a:focus {
    background-color: #f85210 !important;
}
.notificationBell a {
    color: #fff;
}
    .notificationBell a.HasNotification::after {
        content: '';
        height: 7px;
        width: 7px;
        background-color: #ff0300;
        border-radius: 100%;
        display: block;
        position: absolute;
        right: 17%;
        top: 40%;
        animation: pulse-animation 2s infinite;
    }
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(256,256,256,0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(256,256,256,0);
    }
}
/*Admin Admin! Admin Admin! Admin Admin! Admin Admin! Admin Admin! Admin Admin!*/
/*Admin Admin! Admin Admin! Admin Admin! Admin Admin! Admin Admin! Admin Admin!*/
.widget-thumb a.AdminButons:hover .widget-thumb-icon {
    background: #f85210 !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.widget-thumb a.AdminButons .widget-thumb-icon {
    background-color: #024d66;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#AllClaimAdminDatatable_filter label {
    width: 100% !important;
    display: inline-block !important;
    font-size: 18px !important;
}

#AllClaimAdminDatatable_filter input {
    width: 70% !important;
    display: inline-block !important;
    margin-left: 10px !important;
    padding: 20px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
    border-color: #005f8d !important;
}

#FilterSelect {
    vertical-align: middle;
    margin-top: 5px;
}

.dashboard-btns a {
    display: block;
    padding: 10px;
    font-size: 18px;
}

    .dashboard-btns a span.filter-text {
        display: block;
        font-size: 16px;
        color: #f85111;
        padding-top: 10px;
    }

i.accountnumbereye {
    position: absolute;
    right: 6%;
    z-index: 99;
    top: 53%;
    font-size: 20px;
    color: #005f8d;
}
small.rangeday1 {
    position: absolute;
    left: 20px;
}
small.rangeday2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
small.rangeday3 {
    position: absolute;
    right: 20px;
}
/*LOGIN LOGIN! LOGIN LOGIN! LOGIN LOGIN! LOGIN LOGIN! LOGIN LOGIN! LOGIN LOGIN!*/
/*Start Start! Start Start! Start Start! Start Start! Start Start! Start Start!*/
.login {
    background-image: url(../../../debtor/img/bg2.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .login .content .create-account > p {
        margin: 0;
        color: #fff;
    }

    .login .content h3 {
        color: #f85210;
    }

    .login .content .forget-password {
        font-size: 14px;
        float: left;
        display: inline-block;
        margin-top: 10px;
    }

    .login .content .form-actions .btn {
        margin-top: 1px;
        font-weight: 600;
        padding: 10px 20px !important;
        margin-left: auto;
        -webkit-transition: all .50s;
        -moz-transition: all .50s;
        -o-transition: all .50s;
        transition: all .50s;
    }

    .login .content .form-actions .btn-right {
        margin-top: 1px;
        font-weight: 600;
        padding: 10px 20px !important;
        display: block;
        margin-left: auto;
        -webkit-transition: all .50s;
        -moz-transition: all .50s;
        -o-transition: all .50s;
        transition: all .50s;
    }

    .login .content .login-text {
        color: #6c798c;
        text-align: center;
    }

.TabInfoDashboard {
    float: right;
}

.dashboard-stat2 hr {
    margin: 0;
}

.TabInfoDashboard i {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px !important;
    margin-right: 0.3em;
}

.display .tooltip {
    min-width: 200px;
    font-size: 14px;
}

.display .tooltip-inner {
    max-width: 350px;
    width: 350px;
    padding: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left !important;
}

.companyname {
    color: #fff;
    font-size: 14px;
    margin-top: 15.5px;
    padding: 0 10px;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu > li > a {
    background-color: #fff !important;
    color: #333;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
    background-color: #fff !important;
    color: #333;
}

.cstm-breadcrumbs ul {
    padding: 0;
}

    .cstm-breadcrumbs ul li {
        display: inline-block;
        list-style-type: none;
        background-color: #fff;
        border-radius: 50px !important;
    }

        .cstm-breadcrumbs ul li a {
            background-color: #fff;
            color: #024D66;
            padding: 5px 10px;
            display: inline-block;
            border-radius: 50px !important;
            font-weight: bold;
        }

        .cstm-breadcrumbs ul li i {
            font-size: 22px;
            color: #024D66;
            vertical-align: sub;
            line-height: 1 !important;
        }

.col-sm-1.padding-sm, .col-sm-2.padding-sm, .col-sm-3.padding-sm, .col-sm-4.padding-sm, .col-sm-5.padding-sm, .col-sm-6.padding-sm,
.col-sm-7.padding-sm, .col-sm-8.padding-sm, .col-sm-9.padding-sm, .col-sm-10.padding-sm, .col-sm-11.padding-sm, .col-sm-12.padding-sm,
.col-md-1.padding-sm, .col-md-2.padding-sm, .col-md-3.padding-sm, .col-md-4.padding-sm, .col-md-5.padding-sm, .col-md-6.padding-sm,
.col-md-7.padding-sm, .col-md-8.padding-sm, .col-md-9.padding-sm, .col-md-10.padding-sm, .col-md-11.padding-sm, .col-md-12.padding-sm,
.col-lg-1.padding-sm, .col-lg-2.padding-sm, .col-lg-3.padding-sm, .col-lg-4.padding-sm, .col-lg-5.padding-sm, .col-lg-6.padding-sm,
.col-lg-7.padding-sm, .col-lg-8.padding-sm, .col-lg-9.padding-sm, .col-lg-10.padding-sm, .col-lg-11.padding-sm, .col-lg-12.padding-sm {
    padding: 0 10px;
}
.DetailSelect {
    padding: 3px;
    border: 1px solid #56d5ff;
}
.ClaimDetailBox .claimdetailvalues span {
    border-bottom: 1px solid #56D5FF;
    padding-bottom: 5px !important;
}

.ClaimDetailBox .highlighted {
    font-size: 18px;
    font-weight: bold;
}

.claimdetailvalues {
    margin-top: 10px;
    padding: 0 10px;
}

.ClaimDetailBox label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ClaimDetailBox .ClaimDetailButton {
    background-color: #FF4100;
    color: #fff;
    font-size: 12px;
    font-weight:600;
    padding: 5px 10px;
    margin: -2px 5px;
    float: right;
    border:0;
}
.ClaimDetailBox .ClaimDetailBtnDiv {
text-align:right;
}
    .ClaimDetailBox .ClaimDetailBtnDiv .ClaimDetailButton {
        background-color: #FF4100;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 10px;
        margin-top: 10px;
        border: 0;
        display: inline-block;
        float: none;
    }
.ClaimDetailBox .ClaimDetailButton.disabled {
    background-color: #949494;
    color: #fff;
    cursor:not-allowed;
}
.ClaimDetailBox h3 {
    background-color: #EEF1F5;
    font-size: 18px;
    font-weight: bold;
    padding: 7px;
    color: #024D66;
   
}

    .ClaimDetailBox h3 span {
        background-color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        display: inline-block;
        position: absolute;
        right: 20px;
        margin-top: -2px;
        color: #F85210;
    }

.tab-divider {
    margin: 5px 0 !important
}
.DetailNotesScoller {
    max-height: 208px;
    overflow-y: auto;
    padding-right:10px;
}
.DetailsBoxNotification {
    border: 2px solid #f00 !important;
}
.DetailNotesBox {
    background: #F6F7F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
    border: 2px solid #eeeeee;
}

    .DetailNotesBox .header {
        padding: 5px;
    }

    .DetailNotesBox .body {
        padding: 5px;
    }
        .DetailNotesBox .body i {
            color: #56d5ff;
            font-size: 15px;
            padding: 5px;
        }
        .DetailNotesBox .body a {
            color: #56d5ff;
            text-decoration:underline;
        }
.ClaimDetailTableScroll {
    max-height: 171px;
    overflow-y: auto;
    overflow-x: auto;
}

.ClaimDetailTable td {
    border: 1px solid #56D5FF;
}

.table.ClaimDetailTable > thead > thead > tr > th {
}

.table.ClaimDetailTable > thead > tr > th {
    border-bottom: 1px solid #56D5FF;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.activityHR {
    border: 0;
    border-top: 1px solid #024D66;
    border-bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px;
}
.iti .help-block {
    display: block;
    width: 100%;
}
.tabbable-custom .iti {
    display: block;
}
.tabbable-custom .iti__selected-flag {
    z-index: 4;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 6px 0 8px;
    margin-top: 9px;
}
.EmailTrackerTable {
    width: 100%;
}
.EmailTrackerScroll {
    max-height: 395px;
    overflow-y: auto;
    overflow-x: auto;
}
    .EmailTrackerTable thead tr {
        background-color: #005F8D;
        color: #91E4FF;
    }

        .EmailTrackerTable thead tr th {
            font-weight: 400;
            text-align: center;
        }

    .EmailTrackerTable > thead:first-child > tr:first-child > th:first-child {
        text-align: left;
    }
.EmailTrackerTable > thead:first-child > tr:first-child > th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #005F8D;
    z-index: 10;
}






.EmailTrackerTable tbody tr td:first-child {
    text-align: left;
}

    .EmailTrackerTable tbody tr {
        background-color: #EEF1F5;
        border-bottom: 2px solid #fff;
    }

        .EmailTrackerTable tbody tr td {
            text-align: center;
            vertical-align: middle;
        }

            .EmailTrackerTable tbody tr td .activitybtn {
                background: #FFFFFF;
                border: 1px solid #F85210;
                border-radius: 5px !important;
                color: #F85210;
                padding: 3px 10px;
                font-weight: 500;
                display: block;
            }

                .EmailTrackerTable tbody tr td .activitybtn i {
                    padding-right: 6px;
                }

            .EmailTrackerTable tbody tr td time {
                display: block;
                font-size: 12px;
                font-weight: 500;
                margin-top: 5px;
                color:#333;
            }

            .EmailTrackerTable tbody tr td .activityicon {
                background: #FFFFFF;
                padding: 4px;
                border-radius: 50% !important;
                margin-bottom: 5px;
                display: block;
                height: 26px;
                width: 26px;
                margin-left: auto;
                margin-right: auto;
            }
                .EmailTrackerTable tbody tr td .activityicon.disp {
                    background: #FB1E3C;
                }
                    .EmailTrackerTable tbody tr td .activityicon.disp i {
                        color: #fff;
                    }

                .EmailTrackerTable tbody tr td .activityicon i {
                    color: #005F8D;
                }
        .EmailTrackerTable tbody tr td {
            color: #818181;
        }
/* width */
.CustomScroller::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.CustomScroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.CustomScroller::-webkit-scrollbar-thumb {
    background: #56D5FF;
}

    /* Handle on hover */
    .CustomScroller::-webkit-scrollbar-thumb:hover {
        background: #16708e;
    }


/*.ClaimDetailBox label {
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.ClaimDetailBox .highlighted {
    font-size:18px;
    font-weight:bold;
}
.claimdetailvalues{
    margin-top:10px;
    padding:0 10px;
}*/
/*MEDIA QUERIES!MEDIA QUERIES!MEDIA QUERIES!MEDIA QUERIES!*/
@media (max-width: 1366px) {
    td p {
        white-space: nowrap;
        overflow: hidden;
        width: 65px;
        text-overflow: ellipsis;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .dashboard-stat2 h3, .TabInfoDashboard i, .dashboard-stat2 span {
        font-size: 14px;
    }

        .dashboard-stat2 h3 span.small-currency {
            font-size: 12px !important;
        }

    .dashboard-stat2 .display .number h3.font-red-haze-small > span.small-currency {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .CommentsClaims{
        margin-top: 20px;
    }
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }

    .btn.red-haze:not(.btn-outline) {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn.dark:not(.btn-outline) {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    td p {
        white-space: nowrap;
        overflow: hidden;
        width: 65px;
        text-overflow: ellipsis;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }



    @media (max-width: 768px) {
        .dashboard-stat2 .display .number {
            float: initial;
            display: block;
        }

        .form-wizard .steps > li > a {
            display: none;
        }

        td p {
            white-space: nowrap;
            overflow: hidden;
            width: 65px;
            text-overflow: ellipsis;
            display: inline-block;
            margin: 0;
            vertical-align: middle;
        }
    }

    @media (min-width: 768px) {
        div.col-sm-7.five-three {
            width: 60% !important;
        }

        div.col-sm-5.five-two {
            width: 40% !important;
        }
    }
