:root {
  --primary-color: #168c8e;
}

.primary-color {
    color: #168c8e;
}


body {
    color: #666;
    font-family: Inter, Helvetica, arial, sans-serif;
}

#login-page {
    background-color: #eaeaea;
    height: 100%;
    margin: 0;
    padding: 0;
}

.ui.menu .item img.logo {
    margin-right: 1.5em;
}

.select2-container--bootstrap .select2-results__group {
    font-size: 100% !important;
}

.wireframe {
    margin-top: 2em;
}

.ui.segment.no-shadow-segment {
    box-shadow: none;
    border-radius: 0;
}

.field-highlighted input,
input.field-highlighted {
    border-color: #f48042 !important;
}

.asg-verified.field-highlighted input,
input.field-highlighted.asg-verified {
    border-color: #168c8e !important;
}

.text-right { text-align: right !important;}
.text-left { text-align: left !important;}
.text-center { text-align: center !important;}

.text.red { color: #db2828!important; }
.text.orange { color: #f2711c!important; }
.text.yellow { color: #fbbd08!important; }
.text.olive { color: #b5cc18!important; }
.text.green { color: #00a78d!important; }
.text.teal { color: #00b5ad!important; }
.text.blue { color: #168c8e!important; }
.text.violet { color: #6435c9!important; }
.text.purple { color: #a333c8!important; }
.text.pink { color: #e03997!important; }
.text.brown { color: #a5673f!important; }
.text.grey { color: #88a0a8!important; }
.text.black { color: #000000!important; }
.text.white { color: #ffffff!important; }

.bilinfo.icon { color: #2185d0; }
.autodesktop.icon { color: #308E1B; }
.mobile.icon { color: rgb(255, 102, 0); }

/* XS */
@media only screen and (max-width : 768px) {
    .xs-top0 {
        margin-top: 0 !important;
    }

    .xs-top7 {
        margin-top: 7px !important;
    }

    .xs-top15 {
        margin-top: 7px !important;
    }

    .xs-top16 {
        margin-top: 15px !important;
    }

    .xs-top20 {
        margin-top: 20px !important;
    }

    .xs-top30 {
        margin-top: 30px !important;
    }
}


.header-select {
  width: 22%;
  font-size: 14px;
}

.edit-button {
    cursor: pointer;
}

#group-administration .edit-button {
    cursor: pointer;
}

#group-administration .edit-button .icon {
    font-size: 18px;
}

.group-selection .item.active {
    background-color: rgba(0,0,0,0.1) !important;
}

.group-selection .item::before {
    width: 11px;
    content: " ";
    margin-right: 6px;
    font-size: 11px;
    font-family: 'Icons';
    display: inline-block;
}

.group-selection .item.active::before {
    content: "\f00c";
}

.ui.footer.segment {
    flex: none;
    background: #fafafa;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.ui.secondary.menu.bold-text .item {
    font-weight: bold;
}

.highlighted-text {
    color: #FF851B !important;
}

.highlighted-input {
    border-color: #FF851B !important;
}

.green-text {
    color: #21ba45 !important;
}

.top0 {
    margin-top: 0;
    padding-top: 0;
}

.align-padded-top {
    top: 24px;
    align-self: flex-start;
}

.align-bottom {
    align-self: flex-end;
}

.flex {
    display: flex;
}

#secondary-menu {
    margin-top: 65px;
    border-radius: 0 !important;
}

.single-left-border {
    border-left: 1px solid rgba(34,36,38,.1) !important;
}

.double-left-border {
    border-left-width: 3px !important;
}

img.logo {
  height: 36px !important;
  width: auto !important;
}

a.header.logo.item:hover {
    background: transparent;
}

img.img-responsive {
    max-width: 100%;
}

.ui.container .header.item {
    border-left: 0 !important;
}

#user_type_tabs .item.active {
    background-color: #F2711C;
    color: white;
}

.ui.toggle.orange.checkbox input:checked~.box:before,
.ui.toggle.orange.checkbox input:checked~label:before,
.ui.toggle.orange.checkbox.checked label::before {
    background-color: orange !important;
}

.ui.accordion.table tr.content.active {
    display: table-row !important;
}

.ui.tabular.menu > .item,
.ui.tabs.menu > .item {
    cursor: pointer;
}

#page-offer-create #car-info-header,
#page-offer-create #price-info-header,
#page-offer-create #images-info-header {
    margin-top: 0;
}

#page-offer-create .ui.header {
    margin-top: 32px;
}

#page-title {
    margin: 0;
    font-size: 1.5em;
    vertical-align: middle;
}

.page-title-item::before {
    display: none;
}

#page-offer-create .ui.header.half-margin {
    margin-top: 16px;
}

#page-offer-details .ui.divided.grid .row,
#page-offer-create .ui.divided.grid .row,
#page-profile .ui.divided.grid .row {
    padding: 0;
}

#page-offer-details .ui.divided.grid .row:first-child,
#page-offer-create .ui.divided.grid .row:first-child,
#page-profile .ui.divided.grid .row:first-child {
    padding-top: 1rem;
}

#page-offer-details .row .value,
#page-offer-create .row .value {
    font-weight: bold;
}

#page-offer-details .ui.bottom.attached.segment {
    border-top: 0;
    /*border-bottom: 1px solid transparent;*/
}
#page-offer-details .tabular.menu .item.active {
    color: #F2711C !important;
}

#page-offer-details .tabular.menu .item:first-child {
    margin-left: -1px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#welcome-page .ui.wrapper {
    background-image: url('/static/images/backgrounds/a4-highway-1368417.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 320px;
    margin: 0;
    padding: 0;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    font-size: 15px;
}

#welcome-page .ui.wrapper h1 {
    text-align: center;
    padding-top: 110px;
    font-size: 4em;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,0.8);
}

#welcome-page .offer.wrapper.overlay {
    background: rgba(0,0,0,0.4);
    height: 100%;
}

#welcome-page .ui.wrapper.with-video {
    position: relative;
}

#welcome-page .ui.wrapper.with-video .ui.container {
    padding-top: 100px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

#welcome-page .ui.wrapper.is-dealer {
    height: 380px;
}

#welcome-page .is-dealer .ui.header {
    font-size: 18px !important;
}

#welcome-page .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#welcome-page .video-background video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#welcome-page .ui.wrapper h1 span {
    color: #F2711C;
}

#welcome-page .ui.wrapper.is-dealer h1 {
    padding-top: 20px;
}

#welcome-page #leasing-steps,
#welcome-page #text-segment {
    margin-top: 20px;
}

#welcome-page .ui.wrapper .ui.container,
#welcome-page .ui.wrapper #card-options {
    height: 100% !important;
}

.ui.form.individual .hidden-business,
.ui.form.individual .hidden-dealer,
.ui.form.business .hidden-individual,
.ui.form.business .hidden-dealer,
.ui.form.dealer .hidden-individual,
.ui.form.dealer .hidden-business
{
    display: block;
}

.ui.form.individual .hidden-individual,
.ui.form.business .hidden-business,
.ui.form.dealer .hidden-dealer {
    display: none !important;
}

.collapsed.row.stretched { margin: 0 1rem; }
.collapsed.row.stretched .column { padding: 0; }

/*
#welcome-page #card-options .card {
    background-color: orange;
}
*/
#welcome-page #card-options #card-portalen .content {
    background: #F2711C;
}

#welcome-page #card-options #card-offer .content {
    background: #2185D0;
}

#welcome-page #card-options .card .header {
    color: white;
}

#welcome-page #card-options .card .extra.content {
    background: white !important;
}

#welcome-page #text-segment .header {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

#make-offer-button-container {
    margin-top: 60px;
    margin-bottom: 20px;
}

#make-offer-button-container a {
  font-size: 26px !important;
}

#page-offer-create input,
#page-offer-create select {
    padding: 5px 12px;
}

#page-offer-create input[type=number] {
    text-align: right;
}

#page-offer-create .ui.toggle.checkbox {
    padding: 2px 0;
}

#page-offer-create .row.extra-margin {
    margin-bottom: 15px;
}

#page-offer-create .dropzone {
    border: 0;
    min-height: 230px;
}

#page-offer-create #lead-price {
    color: #bbb;
}

#page-offer-create #price-calculated {
    color: black;
}

.ui.message .message-text {
    margin-left: 10px;
}

.ui.header .content {
    width: 100%;
}

.ui.header .right.floated {
    float: right;
}

#page-profile .ui.divided.grid .row:before {
    box-shadow: none;
}

.ui.breadcrumb {
    display: block;
    margin: 10px 0 20px;
}

/*body {
    display: flex;
    height: 100%;
    flex-direction: column;
}

#content-wrapper {
    flex: 1 0 auto;
}

#content-wrapper::after {
  content: '\00a0';
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}*/

.ui.very.basic.table.selectable {
    cursor: pointer;
}

#customer-validation {
    height: 238px;
    overflow: auto;
}

#main-nav {
    height: 66px;
    box-shadow: none;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#main-nav > .item,
#main-nav > .menu > .item {
}

#main-nav > .item::before,
#main-nav > .menu > .item::before {
    background: rgba(255, 255, 255, .1);
}

#main-nav .header.item {
    width: 254px;
    text-align: center;
}

#main-nav .header.item img.logo {
    margin: 0 auto;
}

#main-nav #mobile-nav-button {
    display: none;
}

#main-nav .ui.container.row {
    padding: 0;
    margin: 0 auto !important;
}

.show-mobile {
    display: none !important;
}

.car-offer.card {
    width: 100%;
    height: 290px;
}

@media only screen and (max-width : 768px) {

    #customer-offer-table tbody tr td:nth-child(1),
    #customer-offer-table thead tr th:nth-child(1) {
        display: none;
    }

    #customer-offer-table td.image {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    #customer-offer-table .ui.button {
        padding-left: 3px !important;
        padding-right: 3px !important;
        width: 100%;
    }

    #welcome-page .ui.wrapper h1 {
        color: #222;
        font-size: 3em;
    }

    .car-offer.card {
        height: auto;
    }

    #welcome-page .ui.wrapper {
        border: 0;
        height: auto;
        color: #222;
        text-shadow: none;
    }

    #welcome-page .ui.offer.wrapper .is-dealer.with-video {
        background: none;
        height: auto;
    }

    #welcome-page .ui.wrapper.is-dealer {
        height: auto;
    }

    #welcome-page .ui.offer.wrapper .offer.wrapper.overlay {
        background: white;
    }

    #welcome-page .video-background {
        display: none;
    }

    #welcome-page .ui.wrapper.with-video .ui.container {
        padding-top: 0px;
    }
    #main-nav .mobile.only.row,
    #main-nav .ui.grid {
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0;
    }
    #main-nav {
        position: absolute;
        box-shadow: none;
        border: 0;
    }

    #main-nav.active {
        position: absolute;
        top: 0;
        height: auto;
        z-index: 4;
    }

    #main-nav #mobile-nav-button {
        display: flex;
        text-align: center;
        position: absolute;
        right: 0;
        margin: 0;
        height: 65px;
        background-color: white;
        border: 0;
    }

    #main-nav.active #mobile-nav-button {
        position: absolute;
        right: 0px;
        z-index: 44;
    }

    #main-nav .ui.container {
        display: none;
        position: absolute;
        width: 300px;
        flex: 0;
        right: 0;
        top: 0;
        z-index: 20;
        flex-flow: row wrap;
        background-color: white;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-shrink: 0;
    }

    #main-nav.active .ui.container .item,
    #main-nav.active .ui.container .menu .item {
        width: 100% !important;
        border: 0;
    }

    #main-nav.active .ui.container {
        display: flex;
    }

    #main-nav.active .right.floated.menu {
        width: 100%;
        margin: 0 !important;
        flex-flow: row wrap;
        background-color: white;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    #main-nav .ui.container .dropdown.item .dropdown.icon {
        display: none;
        border: 0;
    }

    #main-nav .ui.container .dropdown.item .menu {
        display: block !important;
        box-shadow: none;
        border: 0;
        visibility: visible !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: inline-block !important;
    }
}

.ui.table tr.positive {
    background-color: #b3ffcc !important;
}

.ui.table tr.warning {
    background-color: #ffe6b3 !important;
}

/*.dark-blue .ui.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}*/

.dark-blue {
    background-color: #168c8e !important;
    color: white;
}

.dark-blue-color {
    color: #058487 !important;
}

.dark-blue.button {
    color: white;
}

.dark-blue.button:hover {
    background-color: #058487 !important;
    color: white;
}

.dark-blue.button:active,
.dark-blue.button:focus {
    background-color: #058487 !important;
    color: white;
}

.light-blue.button {
    background-color: #02a2dd;
    color: white;
}

.light-blue.button:hover {
    background-color: #27ade3;
    color: white;
}

.light-blue.button:active,
.light-blue.button:focus {
    background: #007fae;
    color: white;
}

.contact-image {
    float: right;
    width: 40% !important;
    max-width: 120px !important;
}

#offers-table {
    width: 100% !important;
}

#offers-table_wrapper .eight.wide.column {
    width: 100% !important;
}

#offers-table_filter {
    width: 100%;
}

#zip_code_filter {
    padding-left: 15px;
}

.car-link {
    overflow: auto;
}

.right-aligned {
    text-align: right;
}

.break-word {
  word-wrap: break-word;
}

#page-offer-create .car-images .ui.button {
  margin-top: 150px;
}

#customer-info-locked {
    text-align: center;
    height: 190px;
}

#customer-info-locked .icon {
    padding-top: 60px;
    font-size: 48px;
}

#seller-dashboard .ui.label .icon {
    margin: 0 !important;
}

.ui.menu.no-shadow {
    box-shadow: none !important;
}

#dashboard-menu-container.fixed.top {
    margin-top: 76px !important;
}

.cropper-controls.submit-row {
    text-align: center;
}

#cropper-overlay-close {
    padding-top: 3px;
}

/*.stats-item .ui.large.header .icon {
    box-shadow: 0 0 0 .1em #00B5AD inset;
}*/

.ui.steps a.step.active .icon {
    color: #4183c4;
}

.stats-item {
  cursor: pointer;
  display: block;
  clear: left;
  height: 60px;
  padding: 8px;
}

.stats-item:hover {
  background-color: #fafafa !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.stats-item .stats-icon,
.stats-item .content {
    display: inline-block;
    float: left;
}

.float-right {
    float: right;
}

.stats-item.teal .stats-icon { background-color: #00B5AD; }
.stats-item.teal .heading {    color: #00B5AD; }
.stats-item.blue .stats-icon { background-color: #2185D0; }
.stats-item.blue .heading {    color: #2185D0; }
.stats-item.green .stats-icon { background-color: #21BA45; }
.stats-item.green .heading {    color: #21BA45; }
.stats-item.violet .stats-icon { background-color: #6435C9; }
.stats-item.violet .heading {    color: #6435C9; }
.stats-item.yellow .stats-icon { background-color: #FBBD08; }
.stats-item.yellow .heading {    color: #FBBD08; }
.stats-item.orange .stats-icon { background-color: #F2711C; }
.stats-item.orange .heading {    color: #F2711C; }

/*
 '#6435C9', '#FBBD08', '#F2711C']
*/

.stats-item .content {
    margin-top: 6px;
}

.stats-item .heading {
    font-size: 24px;
    font-weight: bold;
}

.stats-item .sub-heading {
    color: #bbb;
}

.stats-item > .stats-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    margin-right: 8px;
}

.stats-item > .stats-icon {
    text-align: center;
    font-size: 24px;
    display: table;
}

.stats-item > .stats-icon > .icon {
    vertical-align:middle;
    display: table-cell;
}

#car-suggestion-container {
    height: 36px;
}

#seller-dashboard {
    min-height: 400px;
}

.ui.list>.item>.field {
    display: inline-block !important;
}

.ui.table .ui.small.image {
    max-width: 150px !important;
    width: 150px !important;
}

.ui.table .ui.small.image img {
    width: 150px;
}

.text-left {
    text-align: left;
}

#overview-tab {
    color: white;
    padding: 16px;
    margin-top: 36px;
}

#overview-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#overview-tab ul li {
    margin-top: 4px;
    margin-bottom: 8px;
}

#overview-tab li.header {
    color: #02a2dd;
}

#overview-tab li.value {
    font-weight: bold;
}

#overview-tab li.value .tax-value {
    font-weight: normal;
    color: #ccc;
    font-size: 80% !important;
    margin-left: 4px;
}

#overview-tab li.sep {
    display: block;
    height: 1px;
    background: white;
}

.slider-column {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.top0 {
    margin-top: 0px !important;
}

.top1 {
    margin-top: 1px !important;
}

.top7 {
    margin-top: 7px !important;
}

.ptop8 {
    padding-top: 8px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top30 {
    margin-top: 30px !important;
}

.bot7 {
    margin-bottom: 7px !important;
}

.bot15 {
    margin-bottom: 15px;
}

.bot30 {
    margin-bottom: 30px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left25 {
    margin-left: 25px;
}

.noUi-connect {
    background-color: #003755 !important;
}

.month_select_container .ui.dropdown .menu>.item {
    white-space: nowrap !important;
}

.nowrap {
    white-space: nowrap;
}

.offer-title {
    text-overflow: ellipsis;
}

.month_select_container .ui.dropdown .menu {
    width: auto;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.main-content {
    flex-grow: 1;
    padding-top: 100px;
    overflow: auto;
}

.sidemenu {
    width: 253px;
    border-right: 1px solid rgba(34,36,38,.15);
}

.sidemenu.collapsed .title,
.sidemenu.collapsed .sub.menu {
    display: none !important;
}

.ui.vertical.fixed.menu {
    top: 66px;
    flex-grow: 1;
    width: 253px;
}

.sidemenu.collapsed .ui.vertical.fixed.menu,
.sidemenu.collapsed {
    width: 74px;
}

.no-padding {
    padding: 0 !important;
}

#dashboard-menu {
    max-height: calc(100% - 66px);
    overflow-y: auto;
    padding-top: 15px;
}

#dashboard-menu .item.active,
#dashboard-menu .item.forced,
#dashboard-menu .item.active:hover,
#dashboard-menu .item.forced:hover {
    background-color: #cff8ed !important;
}

#dashboard-menu.ui.menu .blue.item.active {
    color: #1fad96 !important;
}

#dashboard-menu .item .alt.text {
    color: #1fad96;
    float: right;
}

#dashboard-menu .item.active .menu-title {
    color: #1fad96;
}

#dashboard-menu .item {
    font-size: 12px;
    cursor: pointer;
}

#dashboard-menu .item .icon {
    float: none !important;
    margin-right: 8px;
}

#dashboard-menu .item .title {

}

#dashboard-menu .item > .sub.menu {
    display: none;
    margin-left: 8px;
}

#dashboard-menu .sub.menu .item {
    font-size: 12px !important;
    font-weight: bold;
}

#dashboard-menu .sub.menu .item.orange i.icon {
    color: #f2711c !important;
}

#dashboard-menu .sub.menu .item.blue i.icon {
    color: #1fad96 !important;
}

#dashboard-menu .item.active > .sub.menu {
    display: block;
}

#dashboard-menu .item.forced > .sub.menu {
    display: block !important;
}

#dashboard-menu .item.orange.active .title {
    color: #333 !important;
}

#dashboard-menu .item.orange.active i.icon,
#dashboard-menu .item.orange.forced i.icon {
    color: #02a2dd!important;
}


.sidemenu.collapsed #dashboard-menu .item.forced > .sub.menu {
    display: none !important;
}


.sidemenu.collapsed #dashboard-menu > .item.blue.forced {
    color: #333 !important;
}

/*#dashboard-menu .orange.item.forced {
    color: #f2711c!important;
    background-color: rgba(0,0,0,.05);
}*/

#dashboard-menu .item > .sub.menu .item .icon {
    margin-right: 4px;
}

#dashboard-menu .item > .sub.menu .item {
    font-size: 14px;
}

#dashboard-menu > .item {
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: bold;
}

#dashboard-menu .menu-title {
    padding-left: 8px;
    line-height: 24px;
}

#dashboard-menu .sub.menu .menu-title {
    font-weight: normal;
}

#dashboard-sidemenu.new-crm .menu-title {
    padding-left: 0px !important;
}

#dashboard-menu .sub.menu > .item {
    color: black;
    padding-left: 0;
}

#dashboard-menu .sub.menu > .item.active {
    color: #1fad96;
}

#dashboard-menu .menu-title .icon,
#dashboard-menu > .item > .icon {
    font-size: 18px;
}

#dashboard-menu .submenu {
    color: #666;
}

#dashboard-menu .submenu {
    padding: 4px;
    margin-left: 41px;
}

#dashboard-menu .submenu {
    cursor: pointer;
}

#dashboard-menu .submenu:hover,
#dashboard-menu .submenu.active,
#dashboard-menu .submenu.forced {
    color: #ff7500;
}
#dashboard-menu .submenu span {
    font-size: 12px;
}
#dashboard-menu .submenu-link {
    font-size: 12px;
    margin-left: 79px;
    display: block;
}
#dashboard .expandable-menu {
    cursor: pointer;
}
#dashboard .expandable-menu:hover,
#dashboard .expandable-menu.active,
#dashboard .expandable-menu.forced {
    color: #ff7500;
}

a.submenu-link {
    color: #666;
}
a.submenu-link:hover,
a.submenu-link.active,
a.submenu-link.forced {
    color: #ff7500;
}

.expandable-menu {
    display: none;
}

.expandable-menu.active {
    display: block;
}

.text-muted {
    color: #aaa;
}

.minimal-padding {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.text-value-inline {
    color: black;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
}

.ui.divider.smaller-margin {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

footer .ui.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.input-icon {
    position: relative;
}

.input-icon > .icon-symbol {
  position: absolute;
  display: block;
  /*transform: translate(0, -50%);*/
  top: 50%;
  margin-top: 2px;
  pointer-events: none;
  width: 32px;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  right: 5px; /* right */
}

.input-icon > input {
  /* left */
  /*padding-left: 25px;
  padding-right: 0;*/

  /* right */
  padding-left: 0;
  padding-right: 32px !important;
}

.input-icon-right > .icon-symbol {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 32px;
  text-align: right;
}

.matrix-field .ui.checkbox {
  margin-top: 8px;
}

.main-content {
    display: flex;
    flex-direction: column;
}

.ui.main.container {
  flex: 1 0 auto;
}

.ui.table tr.car-offer-row-header td {
    padding-bottom: 0;
}

.ui.table.inverted-header tr th {
    background-color: #333;
    color: white;
}

.ui.table.inverted-header th,
.ui.table.inverted-header td {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

footer {
  margin-top: 50px !important;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .ui.table tr.car-offer-row-header {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .car-offer-row td {
        border-top: 0 !important;
    }

    .ui.table tr.car-offer-row td {
        padding-top: 0;
    }
}

@media only screen and (max-width: 840px) and (min-width: 768px) {
  .ui.container {
    width: 500px;
  }

  body.menu-collapsed .ui.container {
    width: 674px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 841px) {
  .ui.container {
    width: 570px;
  }

  body.menu-collapsed .ui.container {
    width: 746px;
  }
}

@media only screen and (max-width: 1099px) and (min-width: 992px) {
  .ui.container {
    width: 720px;
  }

  body.menu-collapsed .ui.container {
    width: 900px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .ui.container {
    width: 820px;
  }

  body.menu-collapsed .ui.container {
    width: 1000px;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .ui.container {
    width: 930px;
  }

  body.menu-collapsed .ui.container {
    width: 1106px;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 1400px) {
  .ui.container {
    width: 1127px;
  }

  body.menu-collapsed .ui.container {
    width: 1306px;
  }
}

@media only screen and (max-width: 1800) and (min-width: 1600px) {
  .ui.container {
    width: 1280px;
  }

  body.menu-collapsed .ui.container {
    width: 1340px;
  }
}

@media only screen and (min-width: 1801px) {
  .ui.container {
    width: 1480px;
  }
}
/*
#dashboard-sidemenu .sub.menu > a.item::before {
    content: "\f105";
    font-family: 'Icons';
}*/

@media only screen and (max-width: 767px) {
  #dashboard-sidemenu {
    display: none;
    width: 100%;
  }

  #nav-toggle i.icon {
    padding-top: 10px;
    padding-left: 8px;
  }

  .content-wrapper {
    flex-direction: column;
  }

  #dashboard-menu {
    width: 100%;
    position: relative !important;
  }

  #dashboard-sidemenu.mobile-show {
    display: block !important;
  }

  .page-title-item {
    display: none !important;
  }

  #main-nav .header.item {
    display: none;
  }
}

tr.highlighted {
    background: #eaffbc;
}

#settings-menu .item {
    border-bottom: 1px solid rgba(34,36,38,.1);
}

#settings-menu .item i.icon {
    float: right;
}

.dz-image-rotate {
    display: block;
    cursor: pointer;
    text-align: center;
}

.dz-image-rotate:hover {
    text-decoration: underline;
}

.micro.image {
    width: 24px !important;
}

.ui.narrow.menu a.item {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.group-column-add {
    border: 3px dashed #ccc;
    border-radius: .28571429rem;
    min-height: 200px;
    cursor: pointer;
    text-align: center;
    color: #ccc;
}

.group-column-add .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

.group-column-add:hover {
    color: #666;
    border-color: #666;
}

.group-column {
    min-height: 200px;
}

.right.aligned {
    text-align: right;
}

.group-seller-column {
    line-height: 28px;
}

#group-administration .ui.tiny.image {
    width: auto;
    height: 22px;
}

.collapse-icon:before {
    content: "\f104";
}

.collapsed .collapse-icon:before {
    content: "\f105";
}

/*.collapsed .item.open > .sub.menu {
    display: block !important;
    position: absolute;
    right: 0;
}*/

#collapse-button {
    background-color: rgba(0,0,0,0.05);
}

.sidemenu.collapsed #dashboard-menu .item.blue.open {
    color: #2185d0 !important;
}

.sidemenu.collapsed #dashboard-menu .item.blue.open > .sub.menu {
    display: block !important;
    position: absolute;
    z-index: 3;
    margin-top: 0;
    margin-left: 100%;
    width: 220px;
    left: 0;
    top: 0;
    background: white;
    border: 1px solid rgba(34,36,38,.15);
}

#dashboard-menu, #dashboard-sidemenu {
    display: flex;
    flex-shrink: 0;
    background-color: #224040;
}

#dashboard-menu a.item {
    font-weight: normal !important;
}

#dashboard-menu > .item,
#dashboard-menu > a.item {
    font-weight: normal !important;
    color: #f1fcf9;
}

.sidemenu.collapsed #dashboard-menu .item.blue.open > .sub.menu .item {
    padding: 16px;
}

.sidemenu.collapsed #dashboard-menu .item.blue.open > .sub.menu .item .title {
    display: inline !important;
}

.sidemenu.collapsed #dashboard-menu .item.blue.open > .sub.menu .item .sub.menu {
    display: block !important;
}

.sidemenu.collapsed #dashboard-menu {
    overflow: visible;
}

.title-hover {
  display:block;
  position: absolute;
  z-index: 3;
  background: white;
  padding-right: 10px;
}

.ui.vertical.menu.full-width .item {
  width: 100%;
}

tr:nth-child(even) .title-hover {
  background: #f2f2f2;
}

#document-dropzone {
    display: table;
    border: 3px dashed #eee;
    padding: 10px;
    width: 100%;
}

#document-dropzone .dz-preview {
    min-width: 240px;
    text-align: left;
    border: 1px solid #eee;
    padding: 4px;
    display: table-row;
}

#document-dropzone .dz-col {
    display: table-cell;
}

.matrix-container .field {
    min-width: 80px;
}

.blog-cover img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.color-circle {
  display: inline-block;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px rgba(0,0,0, 0.3);
}

.select2-result-car__thumbnail {
  float: left;
  width: 80px;
  margin-right: 10px;
}

.select2-result-car__thumbnail img {
  max-width: 100%;
}

.select2-result-car__meta {
  margin-left: 90px;
}

.select2-result-car__title {
  font-weight: bold;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #eaeaea !important;
  color: inherit !important;
}

.task-blue {
  color: #489BC3;
}

.task-red {
  color: #D33134;
}

.task-green {
  color: #3DBC3D;
}

.ui.transparent.checkbox .box:before,
.ui.transparent.checkbox label:before {
  background: transparent !important;
  /*border-color: white !important;*/
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {

}

.preview-car-container {
    background-color:  #eaeaea;
    color:  #1a1a1a;
}

#overview-tab {
  background-color: #eaeaea !important;
  color: #1a1a1a;
}

#overview-tab li.sep {
  background: #bbb !important;
}

#overview-tab li.value,
#overview-tab li.value .tax-value {
  color: #168c8e;
}

#overview-tab li.header {
  color: #333;
}

.ui.mini.button.small-padding {
  padding: 4px !important;
}

.tax-calculator-frame {
    z-index: 10;
    position: relative;
}

.tax-calculator-popup {
    width: 380px;
    position: absolute;
    right: -400px;
    bottom: -50px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}

.tax-calculator-frame .ui.simple.table {
    border: 0;
}

.ui.analytics.table tr td:nth-child(2) {
    font-weight: bold;
    background: #f9fafb;
    text-align: right;
}

#sync-progress-bar {
  display: block;
  width: 100%;
  position: fixed;
  top: 66px;
  z-index: 1000;
}

.first-pay-container .input-dropdown .ui.dropdown,
.first-pay-container .input-dropdown .ui.dropdown .menu.visible {
    border-color: #00a78d !important;
}

.interest-row-shown {
  padding: 8px;
  background: #fafafa;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.right-aligned-checkbox {
    position: absolute !important;
    right: 15px;
}

.detailed-input-box {
  padding: 8px;
  background: #fafafa;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.new-crm.collapsed,
.new-crm.collapsed .ui.vertical.fixed.menu {
    width: 253px;
}

.new-crm.sidemenu.collapsed #dashboard-menu {
    overflow-y: auto;
}

.new-crm #collapse-button {
    display: none;
}

.new-crm.collapsed .item .title {
    display: inline !important;
}

.new-crm #dashboard-menu>.item {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: bold !important;
}

.new-crm #dashboard-menu>.item::before {
  display: none;
}

@media only screen and (min-width : 767px) {
    .new-crm.sidemenu.collapsed .sub.menu {
        display: inherit;
    }
}

.black-button-table .ui.icon.button,
.black-button-table .ui.dropdown.action-menu {
    color: black;
}

.light-gray-menu {
    background-color: #eaeaea !important;
}

.light-gray-menu .ui.inverted.transparent.icon input {
    color: white;
    font-weight: bold;
}

.image-upload-container #ImageDropzone.dropzone .dz-preview .dz-image {
    z-index: 1;
}

.status-label {
    font-weight: normal !important;
    text-align: left !important;
}

.status-label.gray {
    color: black;
}

.search-container-item {
    background-color: white !important;
    border: 1px solid #cacaca;
    border-right: none;
}

.search-container-item .ui.input input::placeholder {
    color: rgba(0,0,0,.50);
}

.ui.basic.button {
  color: black !important;
}

.ui.basic.image.button {
    position: relative;
    top: -2px;
}

.ui.basic.icon.button .image-icon {
    position: absolute;
    top: 10px;
}

.ui.basic.icon.button .image-icon-filler {
    display: inline-block;
    width: 16px;
}

.ui.basic.button .bold-text,
.ui.basic.button.bold-text {
    font-weight: bold;
}

.ui.asg-tax-button.button .svg-icon {
    display: inline-block;
}

.ui.asg-tax-button.button .svg-icon .icon-container {
    position: relative;
    display: inline-block;
    top: 10px;
}

.ui.asg-tax-button.button .svg-icon .spinner-icon {
    position: absolute;
    z-index: 2;
}

.ui.asg-tax-button.button .svg-icon .asg-icon {
    position: relative;
}

.has-monospace-font {
    font-family: 'Consolas', 'Courier New', Courier, monospace;
}

.cell-collapse {
    width: 0;
}

tr td.cell-border-left {
    border-left: 1px solid rgba(34,36,38,.1)
}

tr td.cell-border-right {
    border-right: 1px solid rgba(34,36,38,.1)
}

.cell-highlighted {
    background-color: #eaeaea !important;
}

#vehicles-page td.selectable {
    position: relative;
    top: 100%;
}

#vehicles-page td.selectable.active {
    position: relative;
    top: 100%;
    background-color: rgba(0,0,0,.05);
}

#vehicles-page td.selectable.active .offer-menu {
    opacity: 1;
    visibility: visible;
}

#vehicles-page .offer-menu {
    display: block;
    visibility: hidden;
    position: absolute;
    background: white;
    width: 100%;
    top: 100%;
    z-index: 2;
    border: 1px solid rgba(34,36,38,.1);
    opacity: 0;
    transition: opacity 0.2s;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    left: 0;
}

#vehicles-page .offer-menu a.item {
    display: block;
    width: 100%;
    padding: 0.78571429em 0.78571429em;
    border-top: 1px solid rgba(34,36,38,.1);
    transition: background-color 0.2s, color 0.2s;
    color: rgba(0,0,0,0.8);
}

#vehicles-page .offer-menu a.item:first-child {
    border: 0;
}

#vehicles-page .offer-menu a.item:hover {
    background-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,0.9);
}

#vehicles-page .vehicle-row:hover {
    background-color: #fafafa;
}

#vehicles-page .vehicle-row .visible-hover {
    visibility: hidden;
}

#vehicles-page .vehicle-row.show-checkboxes .visible-hover,
#vehicles-page .vehicle-row:hover .visible-hover {
    visibility: visible;
}

#vehicles-page .offer-cell {
    padding: 0.4em 0.6em;
}

#vehicles-page .offer-cell > a {
    display: block;
}

#vehicles-page .ui.main.container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

#vehicles-page #vehicles-container {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    gap: 16px;
}

#vehicles-page #vehicles-content {
    flex-grow: 2;
}

#vehicles-page #vehicles-sidebar {
    width: 280px;
    background-color: #eaeaea;
}

#vehicles-sidebar-form {
    padding: 5px;
    border: 1px solid #ccc;
    background: white;
}

#vehicles-page .dropdown-container {
    display: block;
}

.ui.accented.search input,
.ui.accented.search input:focus {
    background-color: #eaeaea;
    border-color: #eaeaea;
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.ui.selection.dropdown>.dropdown.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: 1.785714em;
    right: 1.8em;
}

.ui.field .fields .field {
    width: 100%;
}

.asg-checkmark-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgdmlld0JveD0iMCAwIDI2Ny43IDI2Ny43IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPgogICAgICAgICAgICAgIDxyZWN0IHg9IjEzNi4yIiB5PSIxMjUuNyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDI2IC0wLjcxMTUgMC43MTE1IDAuNzAyNiAtNTYuMTE3NSAxNTEuNjg2KSIgd2lkdGg9IjM0LjUiIGhlaWdodD0iMzQuNSIvPgogICAgICAgICAgICAgIDxyZWN0IHg9IjE2OC4yIiB5PSI5My4xIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwMjYgLTAuNzExNSAwLjcxMTUgMC43MDI2IC0yMy40MTgxIDE2NC43NjEpIiB3aWR0aD0iMzQuNSIgaGVpZ2h0PSIzNC41Ii8+CiAgICAgICAgICAgICAgPHJlY3QgeD0iMTAzLjkiIHk9IjE1Ny42IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwMjYgLTAuNzExNSAwLjcxMTUgMC43MDI2IC04OC4zNzQ3IDEzOC4yMDkpIiB3aWR0aD0iMzQuNSIgaGVpZ2h0PSIzNC41Ii8+CiAgICAgICAgICAgICAgPHJlY3QgeD0iNzMiIHk9IjEyNS4zIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwMjYgLTAuNzExNSAwLjcxMTUgMC43MDI2IC03NC42MDU0IDEwNi41NzgzKSIgd2lkdGg9IjM0LjUiIGhlaWdodD0iMzQuNSIvPgogICAgICAgICAgICA8L3N2Zz4=');
}

.field-highlighted.asg-verified input {
    border-bottom-left-radius: 0 !important;
}

.asg-tax-label-container {
    position: relative;
}

.asg-tax-label {
    color: white;
    position: absolute;
    top: -15px;
    background-color: #168c8e;
    display: inline;
    width: auto;
    padding: 4px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 80%;
    font-weight: bold;
}

.asg-tax-label svg {
    position: relative;
    top: 2px;
    left: -4px;
}

.disabled-text-centered {
    background-color: white;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0, 0.1);
}

.asg-tax-dialog {
    position: absolute;
    top: -15px;
    left: -40px;
}

.asg-tax-dialog h3 {
    margin-top: 0;
}

.asg-tax-dialog .inputs {
    display: flex;
    flex-direction: row;
}

.asg-tax-dialog .text-sm {
    font-size: .875rem;
}

.asg-tax-dialog .text-red {
    color: rgb(220, 38, 38);
}

.asg-tax-dialog .inputs .alert-input {
    margin: 4px;
}

.asg-tax-dialog .alert-input input {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.25;
    border-radius: .25rem;
    appearance: none;
    outline: none;
    border: 1px solid rgb(226, 232, 240);
    color: rgb(74,85,104);
}

.asg-tax-dialog .alert-input input:focus {
    outline: none;
}

.asg-tax-dialog .alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Styles for the alert box */
.asg-tax-dialog .alert-box {
    position: relative;
    padding: 20px;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    z-index: 1001;
    animation: appear 0.3s ease-out forwards;
}

.asg-tax-dialog .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 20px;
    color: #666;
}

.asg-tax-dialog .close-button:hover {
    color: #000;
}

@keyframes appear {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.asg-tax-calc {
    color: #737373;
}

.asg-tax-calc.asg-tax-requested {
    color: rgb(22 78 99);
}

.asg-tax-calc.asg-tax-ib-completed {
    color: #374151;
}

.asg-tax-calc.asg-tax-is-completed {
    color: #374151;
}

.asg-tax-calc.asg-tax-completed {
    color: #00a78d;
}

.asg-tax-calc.asg-tax-ikke-dmr {
    color: black;
}

.asg-tax-calc.asg-tax-completed.asg-tax-invalid {
    color: #eab308;
}

.asg-tax-calc.asg-tax-completed.asg-tax-expired {
    color: #dc2626;
}

.asg-tax-calc.asg-tax-completed.asg-tax-difference {
    color: #0ea5e9;
}

.spinner_V8m1{transform-origin:center;animation:spinner_zKoa 2s linear infinite}
.spinner_V8m1 circle{stroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite}
@keyframes spinner_zKoa{
    100%{transform:rotate(360deg)}
}
@keyframes spinner_YpZS{
    0%{stroke-dasharray:0 150;stroke-dashoffset:0}
    47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}
    95%,100%{stroke-dasharray:42 150;stroke-dashoffset:-59}
}

/* Used in leasing calculator */

.info-popup {
    display: inline-block;
    margin-left: 4px;
}

.info-popup i {
    cursor: pointer;
}

.info-popup .info-popup-content {
    display: none;
    background: rgba(0,0,0,0.8);
    color: white;
    position: absolute;
    top: 0;
    width: 250px;
    padding: 4px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer;
}

.info-popup:hover .info-popup-content {
    display: block;
}
