.hide {
    display:none !important;

}

/* Add here all your CSS customizations */
.breadcrumb2 {
    list-style: none;
    overflow: hidden;
    font: 10px "Open Sans", Arial, sans-serif;
    float: left;
    margin-bottom: 1px;
}
    .breadcrumb2 li {
        float: left;
    }
        .breadcrumb2 li a {
            color: #e7e7e7;
            text-decoration: none;
            padding: 15px 0 10px 65px; /* fallback color */
            background: #007bbf;
            position: relative;
            display: block;
            float: left;
            height: auto;
            font-size: medium;
        }
            .breadcrumb2 li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #007bbf;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }
            .breadcrumb2 li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid #FFFFFF;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }
        .breadcrumb2 li:first-child a {
            padding-left: 10px;
        }
        .breadcrumb2 li:nth-child(2) a {background: #007bbf; }
        .breadcrumb2 li:nth-child(2) a:after { border-left-color: #007bbf; }
        .breadcrumb2 li a:hover { color: #ec7022; }
        .breadcrumb2 li a:hover:after { color: #ec7022 !important; }
.cat-welcome {
    float: right;
    margin-right: auto;
    margin-left: auto;
}
header nav ul.nav-main li a.myaccount {
    color: #999;
}
    header nav ul.nav-main li a.myaccount:hover {
        color: #fff;
    }
.nav-main.mega-menu.account {


}
.btn.btn-default.search {
    height: 46px;    background-color: #ee752b;
}

.nav.nav-list.primary.pull-bottom a em {
    font-size: .6em;
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
}
a.back-to-search h6 {
    color: #333
}
a.back-to-search:hover {
    text-decoration: none;
}
a.back-to-search h6:hover {
    color: #ee752b;
    text-decoration: none;
}

.RadComboBox_Default .rcbInputCellLeft, div.RadComboBox_Default .rcbInputCellRight, div.RadComboBox_Default .rcbArrowCellLeft, div.RadComboBox_Default .rcbArrowCellRight {
    background-image: none !important;
    border: none !important;
}
em .chartItalics { font-size: 12px; }


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 1px;
    padding-top: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .scroll-top-wrapper:hover {
        background-color: #888888;
    }
    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }
    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.min-height-250-px {
    min-height: 250px;
}

.min-height-600-px {
    min-height: 600px;
}
.min-h-100-percent {
    min-height: 100% !important;
}

.height-1-px {
    height: 1px;
}

.height-10-px {
    height: 10px;
}

.height-30-px {
    height: 30px;
}

.height-31-px {
    height: 31px;
}

.height-45-px {
    height: 45px;
}

.height-50-px {
    height: 50px;
}

.height-100-px {
    height: 100px;
}

.height-200-px {
    height: 200px;
}

.height-250-px {
    height: 250px;
}

.height-280-px {
    height: 280px;
}

.height-700-px {
    height: 700px;
}

.height-750-px {
    height: 750px;
}

.height-100-percent {
    height: 100%;
}

.width-15-px {
    width: 15px !important;
}

.width-25-px {
    width: 25px !important;
}

.width-55-px {
    width: 55px;
}

.width-100-px {
    width: 100px;
}

.width-110-px {
    width: 110px !important;
}

.width-150-px {
    width: 150px;
}

.width-191-px {
    width: 191px !important;
}

.width-200-px {
    width: 200px !important;
}

.width-250-px {
    width: 250px !important;
}

.width-280-px {
    width: 280px !important;
}

.width-300-px {
    width: 300px !important;
}

.width-350-px {
    width: 350px !important;
}

.width-450-px {
    width: 450px !important;
}

.width-500-px {
    width: 500px !important;
}

.width-900-px {
    width: 900px !important;
}

.width-1110-px {
    width: 1110px !important;
}

.width-1130-px {
    width: 1130px !important;
}

.width-5-percent {
    width: 5%;
}

.width-10-percent {
    width: 10%;
}

.width-15-percent {
    width: 15%;
}

.width-20-percent {
    width: 20%;
}

.width-25-percent {
    width: 25%;
}

.width-30-percent {
    width: 30%;
}

.width-33-percent {
    width: 33%;
}

.width-40-percent {
    width: 40%;
}

.width-50-percent {
    width: 50%;
}

.width-65-percent {
    width: 65%;
}

.width-80-percent {
    width: 80%;
}

.width-85-percent {
    width: 85%;
}

.width-90-percent {
    width: 90%;
}

.width-95-percent {
    width: 95%;
}

.width-100-percent {
    width: 100% !important;
}

.l-a {
    left: auto;
}

.r-5 {
    right: 5px;
}

.r-10 {
    right: 10px;
}

.b-5 {
    bottom: 5px;
}

.t-5 {
    top: 5px;
}

.t-8 {
    top: 8px;
}

.t-15 {
    top: 15px;
}

.p-10 {
    padding: 10px;
}

.p-b-1 {
    padding-bottom: 1px;
}

.p-b-4 {
    padding-bottom: 4px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

.b-n {
    border: none;
}

.m-14-0 {
    margin: 14px 0px;
}

.m-0 {
    margin: 0;
}

.m-t-m-5 {
    margin-top: -5px !important;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-7 {
    margin-top: 7px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-11 {
    margin-top: 11px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-15 {
    margin-right: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.p-r {
    position: relative;
}

.d-n {
    display: none;
}

.d-i {
    display: inline;
}

.d-b {
    display: block;
}

.d-i-b {
    display: inline-block;
}

.f-s-sr {
    font-size: smaller;
}

.f-s-19 {
    font-size: 19px !important;
}

.f-s-28 {
    font-size: 28px !important;
}

.f-w-b {
    font-weight: bold;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-700 {
    font-weight: 700;
}

.l-s-m-1 {
    letter-spacing: -1px;
}

.b-c-red {
    border-color: red;
}

.b-w-2 {
    border-width: 2px;
}

.b-s-s {
    border-style: solid;
}

.t-d-u {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.bg-while {
    background-color: white;
}

.color-1 {
    color: #0053a0;
}

.color-2 {
    background-color: rgb(249, 249, 249);
}

.color-3 {
    background-color: #175C73;
}

.color-red {
    color: #E90404;
}

.color-white {
    color: white;
}

.color-green {
    color: green;
}

.color-Black {
    color: black;
}

.color-blue {
    color: blue;
}

.v-a-t {
    vertical-align: top;
}

.fancybox-content {
    width: 1114px !important;
    height: 700px !important;
}

/*table {
    table-layout: fixed;
    width: auto !important;
}*/

.tableWrapper {
    overflow: scroll !important;
    min-width: 100% !important;
    table-layout: fixed !important;
    overflow-wrap: break-word !important;
}

.breaklongWords {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*-ms-word-break: break-all;*/
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#SectionContent div UL {
    /*   padding:25px !important;*/
    padding-left: 18px !important;
}

/* Smartphones ----------- */
@media only screen and (max-width: 568px) {
    body {
        /*font-size: 1.2em !important;*/
    }
}

.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.modal-backdrop {
    opacity: 0 !important;
}

body.modal-open {
    overflow: visible;
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
    background-color: #fff34d;
    -moz-border-radius: 15px; /* FF1+ */
    -webkit-border-radius: 15px; /* Saf3-4 */
    border-radius: 15px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlightC {
    padding: 1px 4px;
    margin: 0 -4px;
    background-color: #ffaaff;
    -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3-4 */
    border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.pinchedZoom {
    cursor: pointer;
    cursor: hand;
}

.border-1-s {
    border: 1px solid #dee5e7;
}

.custom-1 {
    background: rgba(88, 102, 110, 0.5);
    bottom: 5px !important;
}

.custom-2 {
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size: 15px;
}

#p1, #p2, #p3, #p4, #p5 {
    width: 10px !important;
    display: inline-block !important;
    background-color: transparent;
}

td.details-control {
    /*background: url('../libs/DataTables/details_open.png') no-repeat center center;*/
    cursor: pointer;
    width: 2px;
}

tr.shown td.details-control {
    /*background: url('../libs/DataTables/details_close.png') no-repeat center center;*/
    width: 2px;
}

.o-h {
    overflow: hidden;
}

@media (max-width: 767px) {
    .pp-dialog {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .pp-dialog {
        max-width: 65% !important;
    }
}


.tc-container {
    min-height: 15em !important;
    border: 1px solid #cececefe !important;
    max-height: 300px !important;
}

.smooth-Fade-To-Bottom {
    right: 0 !important;
    position: absolute !important;
    margin: 1em !important;
    scroll-behavior: smooth !important;
}

.terms-and-conditions {
    overflow: scroll !important;
    height: 100% !important;
    min-height: 100% !important;
    scroll-behavior: smooth !important;
}

.intro {
    overflow: scroll !important;
    height: 100% !important;
    scroll-behavior: smooth !important;
}





.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}



.dx-innertable {
    width: 100% !important;
    border: 1px solid black;
    --bs-table-border-color: bl !important;
}

.dx-table-border {
    --bs-table-border-color: #A9A9A9 !important;
    --bs-body-bg: transparent !important;
}
.table > :not(caption) > * > * {
    padding: 0.1rem 0.1rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table-padding {
    padding: 0.5rem 0.5rem !important;
}

.table-padding-5rem > :not(caption) > * > * {
    padding: 0.5rem 0.5rem !important;
}

@media (max-width: 768px) {
    .min-h-25-sm {
        min-height: 25px;
    }

    .mt-15-sm {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .d-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

:focus {
    border: 2px solid black !important;
    border-radius: 3px !important;
    transition: border-radius 0.2s ease;
    outline: 2px !important;
    /*outline-offset: 2px !important;*/
}