﻿@import url("/DART_MT_Layout_WebBlocks/Theme.DART_MT_LiverpoolBaseTheme.css?16193");

.Min1{
    min-height: 1px;
}

.Hidden {
    display:none;
}

.WideCell {
    margin-left: -5px;
    margin-right: -5px;
    min-width: 250px;
}

.Button {
    min-width: 11.5vw;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px !important
}

/*@media only screen and (max-width: 1744px) {
    .Button {
        min-width: 14.5vw;
    }
}*/

@media only screen and (min-width: 1745px) and (max-width: 1919px) {
    .Button {
        min-width: 12.5vw;
    }
}

@media only screen and (min-width: 2132px) {
    .Button {
        min-width: 10.5vw;
    }
}

@media only screen and (min-width: 2400px) {
    .Button {
        min-width: 9.5vw;
    }
}

@media only screen and (min-width: 2560px) {
    .Button {
        min-width: 8.5vw;
    }
}

@media only screen and (min-width: 2880px) {
    .Button {
        min-width: 7.5vw;
    }
}

.ButtonGroup_button.Button {
 background-color: var(--color-primary)   
}

.desktop .ButtonGroup .Button:hover {
background-color: var(--color-primary) ;
 -webkit-filter: brightness(0.9);
 filter: brightness(0.9);
}

/* DropUp */
div.DropUp {
    Border: 3px solid #d0d0ce;
    background-color: #fff;
    z-index: 20;
}

div.DropUpContent {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

div.DropUpTitle {
    padding: 10px;
}

div.DropUpClosed {
    margin-top: 0;
}

div.ColorGrey {
    color:#d0d0ce;
}

.ColorBlack {
    color:#000
}

/* Fix for usage inside tabs*/
.tabs .is--visible .sidebar-container.enter-right,
.tabs .is--hidden .sidebar-container.leave-right,
.tabs .is--visible .sidebar-overlay.enter-fade,
.tabs .is--hidden .sidebar-overlay.leave-fade {
    -webkit-animation-name: none;
            animation-name: none;
}

.tabs .sidebar-container,
.tabs .sidebar-overlay {
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}

.tabs .is--visible .sidebar-container {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
}

.tabs .is--visible .sidebar-overlay {
    opacity: 1;
}

/* $4.4.5 - Patterns - Navigation - Tabs */
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tabs.tabs-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.tabs .tabs-header {
    
    display: table;
    position: relative;
    width: 100%;
    z-index: 2;
}

.tabs .tabs-header .ListRecords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tabs.justified .tabs-header {
    width: 100%;
}

.tabs-header-item {

}

.tabs-header-item:first-child {
    margin-left: var(--space-none);
}

.tabs-header-item.active {
    border-bottom: var(--border-size-m) solid var(--color-primary);
    color: var(--color-neutral-10);
    font-weight: var(--font-semi-bold);
}

.tabs-header-item .fa-fw {
    margin-right: var(--space-s);
    width: auto;
}

.tabs-header-item.active .fa-fw {
    color: var(--color-primary);
}

.tabs-header-item .badge {
    margin-left: var(--space-s);
}

.tabs.justified .tabs-header-item {
    -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    margin-left: var(--space-none);
}

.tabs .tabs-content {
    
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: -1px;
    padding: 20px;
    
}

.tabs .tabs-content-item:not(.active) {
    display: none;
}

.phone .tabs .tabs-header,
.tablet .tabs .tabs-header {
    overflow-x: auto;
}

.phone .tabs-header-item,
.tablet .tabs-header-item {
    flex: 1 0 auto;
}

body.ModalOpened .Modal .ModalContainer {
    bottom: 30%;
}

.hidden_category_order{
    display: none;
}

.popup-dialog{
    resize: both;
    overflow: auto;
    max-height: fit-content;
    max-width: fit-content;
}