@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "RehauIcons";
    src: url(/fonts/RehauIcons-Regular.woff2-data.woff2) format("woff2"), url(/fonts/RehauIcons-Regular.woff-data.woff) format("woff");
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
thead tr th {
    border-bottom: 1px solid;
}
.color1 {
    color: #ffffff;
}
.color2 {
    color: #FEFEFE;
}
.color3 {
    color: #000000;
}
.color4 {
    color: #37A58C;
}
.color5 {
    color: #DD0060;
}
.color7 {
    color: #7F7F7F;
}
.background1 {
    background: #ffffff;
}
.background3 {
    background: #000000;
}
.background4 {
    background: #37A58C;
}
.background5{
    background: #DD0060;
}
.background6 {
    background: #DD0060;
}
.background7 {
    background: #F6F6F6;
}
.background8 {
    background: #D9D9D9;
}
.navbar-nav {
    text-transform: capitalize;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgrey;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgrey;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgrey;
}
.nav a {
    font-size: 22px;
    color: #000000;
    margin: 0 21px;
    text-transform: capitalize;
}
.navbar a {
    font-size: 18px;
    margin: 0 25px;
}
.word-wrap {
    word-spacing: 100vw;
}
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.badge-pill {
    -webkit-border-radius: 5rem !important;
    -moz-border-radius: 5rem !important;
    border-radius: 5rem !important;
    padding: 5px 8px !important;
}
.font-16 {
    font-size: 16px !important;
}
.storeCategeories a {
    color: #000000;
    font-size: 18px;
}
[type='search'] {
    border-width: 0 0 1px 0;
}
.line {
    height: 1px;
    background: #E5E5E5;
}
.promoCover {
    width:100%;
    height: 274px;
}
.promoCover img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.promoCoverView {
    width:100%;
    height: 630px;
}
.promoCoverView img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.transactionHeader {
    border-bottom: 2px solid #000000;
}
.pl-8 {
    padding-left: 3rem !important;
}
.pr-8 {
    padding-right: 3rem !important;
}
.substring {
    height: 96px;
    overflow: hidden;
}
.verticalMiddle {
    display:flex;
    align-items:center;
}
#footer-menu ul {
    list-style: none;
    padding: 0;
}
#footer-menu a {
    color: #ffffff;
}
.form-reset-password img {
    margin-bottom: 15px;
}
.pagination {
    float: right;
}
.dataTables_info {
    float: left;
}
.pagination a, .pagination span {
    color: #DD0060;
    font-size: 20px !important;
    display: inline-block;
    padding: 0 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f1f1f1;
    vertical-align: top;
    color: #7E7E7E!important;
    margin: 0 2px;
    border: 0!important;
    line-height: 21px;
    box-shadow: none!important;
}
.pagination a.current {
    background: #000000;
    color: #ffffff;
}
.borderGrey {
    border: 1px solid lightgrey;
}
.carousel-indicators li {
    margin-left: 0;
    margin-right: 0;
    height: 0.4rem;
}
.carousel-indicators .active {
    background-color: #DD0060 !important;
}
.carousel-indicators li:hover {
    background-color: #b1b2b3;
}
.badge-approved, .badge-active, .badge-delivered {
    color: #fff;
    background-color: #37A58C;
}
.badge-pending {
    color: #fff;
    background-color: #B1B2B3;
}
.badge-reject, .badge-inactive {
    color: #fff;
    background-color: #DD0060;
}
.myAccountMenu a {
    padding: 10px 25px;
}
.storeCategeories a.active, .myAccountMenu a.active {
    background: #000000;
    color: #ffffff;
}
.storeCategeories a:hover, .myAccountMenu a:hover {
    color: #DD0060;
}
.myAccountMenu a.active:hover {
    color: #ffffff;
}
.categoryStar {
    position: relative;
    font-size: 20px;
}
.categoryStar small {
    position: absolute;
    left: 9px;
    top: 6px;
    z-index: 10;
    display: inline;
    font-size: 10px;
    font-weight: bold;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.ttf') format('truetype');
}
#customer-form img {
    width: 100%;
    height: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -100px;
    width: 250px;
}
.dropdown-item_ {
    display: inline;
    width: auto !important;
    padding: .25rem 1.5rem;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}
.nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #000000;
}
.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #000000 !important;
}
.border-success {
    border-bottom: 4px solid !important;
    border-color: #28a745 !important;
    border-bottom-color: rgb(40, 167, 69);
    margin-bottom: -4px;
}
.border3 {
    border-color: #000000 !important;
}
.border3x2 {
    border-width: 2px !important;
}
.noWrap {
    white-space: nowrap;
}
.text-default {
    color: #BFBFBF;
}
.text-warning {
    color: #F1C040;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb a {
    color: #7F7F7F;
}
.breadcrumb a.active {
    color: #DD0060;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.navTrainings a {
    font-size: 17px !important;
}
.navTrainings div a {
    width: 100%;
    color: #000000;
}
.trainings div.active a {
    color: #ffffff;
}
.navTrainings div a:hover {
    color: #DD0060;
}
.navTrainings div.active a {
    color: #ffffff;
}
.navTrainings .active {
    background: #000000;
    color: #ffffff;
}
.userList {
    list-style: none;
    padding: 0;
}
.text-pending {
    color: grey !important;
}
.text-approved {
    color: #3FB497;
}
.text-unapproved {
    color: #E00062;
}
option:disabled {
    color: lightgray !important;
}
.input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.select:not(.-country-selector)::after_ {
    display: inline-block;
    vertical-align: -0.125em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'RehauIcons';
    line-height: 2.4rem;
    letter-spacing: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    content: '\E007';
    position: absolute;
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    pointer-events: none;
}
.select:not(.-country-selector)::after_ {
    background-color: #000;
    color: #fff;
}
.select:not(.-country-selector) {
    position: relative;
    height: 4.4rem;
    max-height: 4.4rem;
    border-width: 0.1rem;
}
.removeArrow::after  {
    content: none;
}
label[for=marketingConsent] {
    padding: 0;
}
.form-control {
    font-size: 1.8rem !important;
}
legend {
    font-size: 1.8rem;
    font-weight: bold;
}
.modal {
    z-index: 10000;
}
fieldset {
    padding: 0.35em 0 0.625em;
}
.myAccountMenu a {
    color: #000000;
}
.lang-nav__link:hover {
    color: #ffffff;
}
.label span {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: 1rem;
}
.popover, .popover-header, .toast {
    font-size: 100%;
}
.modal-content {
    border: none;
}
.paginate_button {
    float: left;
    margin: 0px 5px 0;
    font-size: 2rem;
    padding: 10px 14px;
    display: block;
}
.paginate_button.current {
    background: black;
    color: #ffffff;
}
.paginate_button.disabled, .paginate_button.disabled:hover {
    color: grey;
}
.paginate_button:hover {
    color: #000;
}
.paginate_button.current:hover {
    color: #fff;
}
.paginate input {
    float: left;
    width: 100px;
}
.dataTables_info, .dataTables_paginate {
    margin-bottom: 20px;
}
.popover {
    max-width: 1000px;
}
#newAddress label {
    margin-top: 10px;
}
.DTE_Field {
    margin-bottom: 10px !important;
}
.DTE_Field input {
    padding: 10px 15px !important;
}
.shown {
    background-color: #000000 !important;
    color: #ffffff;
}
.badge-sold{
    color:#fff;
    background-color:#37A58C !important
}
.badge-dealerallocated{
    color:#fff;
    background-color:#7F7F7F !important
}
.badge-contacted {
    color:#fff;
    background-color: #426DC6 !important;
}
.DTE_Header {
    display: none;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 0;
}
/*    div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
        width: 50%;
    }
    div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input {
        float: right;
        width: 50%;
    }*/
table.dataTable tbody tr {
    /*background-color: whitesmoke;*/
}
.DTE_Field_InputControl div div {
    /*float: left;*/
    display: inline-block;
}
.DTE_Field_InputControl div div label {
    float: left;
    margin-right:5px;
}
div.DTE_Header {
    display: none;
}
.even {
    background: #F2F2F2;
}
.breadcrumb {
    margin-bottom: 10px !important;
}
.label {
    margin-top: 10px;
    padding-bottom: 0.4rem !important;
}
.choice span {
    margin-right: 10px;
}
.dropdown-toggle.lang {
    color: #000;
    margin-top: 15px;
    font-size: 1.6rem;
    padding-right: 20px;
}
.dropdown-toggle.lang::after {
    display: inline-block;
    vertical-align: -0.225em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'RehauIcons';
    content: '\E007';
    text-align: right;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin-left: 10px;
    margin-right: 10px;
}