body, html {
    margin: 0;
    min-height: 100%;
    height: 100%;
}

#SearchBarScrollView {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
}

.ShowSearchBar {
    visibility: visible !important;
    opacity: 1 !important;
}

#app-side-nav-outer-toolbar {
    flex-direction: column;
    display: flex;
    height: 100%;
    width: 100%;
}

.layout-header {
    flex: 0 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 1501;
}

#webUiLoadPanel .dx-loadpanel-wrapper {
    z-index: 1502 !important;
}

.grayBell > div > i {
    color: #bbb !important;
}

.dx-toolbar .dx-toolbar-item.menu-button {
    width: 60px;
    text-align: center;
    padding: 0;
}

    .dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon {
        color: #75B94E;
    }

.dx-card {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 10px;
    background-color: #fff;
    margin: 2px 2px 3px;
    height:100%;
}

    .dx-card.wide-card {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        border-right: 0;
        border-left: 0;
    }

.with-footer > div > div > .dx-scrollable-content {
    height: 100%;
}

    .with-footer > div > div > .dx-scrollable-content > .dx-scrollview-content {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

.layout-body {
    background-color: #f2f2f2;
    flex: 1;
    height: 100%;
    min-height: 0;
}

    .layout-body .menu-container {
        height: 100%;
        width: 250px;
    }

    .layout-body .content {
        flex-grow: 1;
        height: 100%;
        line-height: 1.5;
    }

        .layout-body .content h2 {
            font-size: 30px;
            font-weight: 300;
            letter-spacing: -.5px;
        }

    .layout-body .content-block {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .layout-body .content-footer {
        display: block;
        color: rgba(0,0,0,.609);
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .layout-body .responsive-paddings {
        padding: 20px;
    }

.layout-body-hidden {
    visibility: hidden;
}

@media screen and (min-width: 600px) {
    .layout-body .content-block {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .layout-body .responsive-paddings {
        padding: 20px 40px 40px 40px;
    }
}

.menu-container .dx-widget {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    line-height: 24px;
}

.menu-container .dx-treeview {
    white-space: nowrap;
}

    .menu-container .dx-treeview .dx-treeview-item {
        padding-left: 0;
        padding-right: 0;
    }

        .menu-container .dx-treeview .dx-treeview-item .dx-icon {
            width: 60px !important;
            margin: 0 !important;
        }

    .menu-container .dx-treeview .dx-treeview-node {
        padding: 0 0 !important;
    }

    .menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
        right: 10px;
        left: auto;
    }

    .menu-container .dx-treeview .dx-rtl .dx-treeview-toggle-item-visibility {
        left: 10px;
        right: auto;
    }

    .menu-container .dx-treeview .dx-treeview-node-container-opened li:nth-child(1) {
        -webkit-box-shadow: inset 0px 10px 9px -6px #000000;
        box-shadow: inset 0px 10px 9px -6px #000000;
    }

    .menu-container .dx-treeview .dx-treeview-node[aria-level="1"] {
        font-weight: bold;
        border-bottom: 1px solid #313332;
    }



    .menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
        font-weight: normal;
        padding: 0 60px;
        
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node[aria-level="2"] > .dx-treeview-item {
        border-left: 5px solid #4A4C4B;
        background-color: #252625;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node[aria-level="2"].dx-state-selected > .dx-treeview-item {
        border-left: 5px solid #7FFF9D;
    }


    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node[aria-level="3"] > .dx-treeview-item {
        border-left: 5px solid #4A4C4B;
        background-color: #1D1E1D;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node[aria-level="3"].dx-state-selected > .dx-treeview-item {
        border-left: 5px solid #7FFF9D;
    }


    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item {
        background-color: rgb(50, 50, 50);
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item * {
        color: #7FFF9D;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
        background-color: #373A38;
        color: #dee2e6 !important;
    }


/* OWN */
.master-detail-caption {
    padding: 15px 0 5px 0px;
    font-size: 14px;
    font-weight: bold;
}

td.dx-cell-focus-disabled.dx-master-detail-cell div.master-detail-caption:first-of-type {
    padding-top: 0 !important;
}

.highlight-text {
    font-weight: bold;
    color: red;
}


.dx-toolbar .dx-toolbar-after:last-child {
    padding-right: 20px;
}

#devextreme0 > div > div.dx-datagrid-total-footer.dx-datagrid-nowrap {
    padding-right: 0px;
    position: fixed !important;
    bottom: 0 !important;
    background-color: white;
    height: 99px;
    border-top: 2px grey solid !important;
    z-index: 9;
}

#devextreme0 > div > div.dx-datagrid-pager.dx-pager {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 10;
}

.login-background {
    background: url(../images/login_back_1.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}


    .login-background .dx-card {
        border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
    }


.alert {
    margin: 10px 0;
}

    .alert ul, .alert ul li {
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0;
    }

.validation-summary-valid {
    display: none;
}

.additionalInformationForInput {
    margin: 10px 0;
    font-weight: 600;
    color: grey;
}

.dx-texteditor.dx-editor-underlined.dx-state-readonly:after {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.dx-state-readonly {
    opacity: 0.75;
}

#devextreme456 > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div:nth-child(3) > div > div > label > span > span {
    font-weight: bold;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
    font-weight: normal;
    padding: 0 20px 0 15px !important;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="3"] .dx-treeview-item-content {
    font-weight: normal;
    padding: 0 20px 0 25px !important;
}

.edittoolbar {
    position: fixed;
    bottom: 0px !important;
    padding: 10px !important;
    border-top: 1px solid rgba(0,0,0,0.05) !important;
    z-index: 10;
}

#scrollview > .dx-scrollable-wrapper > .dx-scrollable-container {
    margin-bottom: 80px;
    overflow-y: scroll;
}

#Tab2 .dx-field-item-label-location-top {
    display: inline;
    padding-bottom:0px;
}


.dx-texteditor.dx-editor-underlined .dx-placeholder:before, .dx-texteditor.dx-editor-underlined .dx-texteditor-input {
    padding: 0px 0 5px;
}

.dx-field-item-label-location-top {
    padding: 4px 0 2px;
    padding: 4px 0 0px;
}


.dx-texteditor.dx-editor-underlined .dx-texteditor-input {
    padding: 6px 0 5px;
    padding: 10px 5px 10px 5px;
}

.dx-texteditor-input-container div.dx-icon + input.dx-texteditor-input, .dx-texteditor-input-container div.dx-icon + input.dx-texteditor-input + div.dx-placeholder {
    padding: 5px 5px 5px 20px !important;
}

.dx-texteditor.dx-editor-underlined .dx-placeholder::before {
    padding: 0px;
}




.dx-layout-manager .dx-field-item:not(.dx-last-col) {
    padding-right: 20px;
/*    vertical-align: middle;*/
    position: relative;
/*    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

#edit-order-page #editorderscrollview, #scrollview {
    bottom: 80px !important;
}

.dx-pager, .dx-datagrid-total-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
}

.dx-pages {
    float: right !important;
}
.ae-dx-pager-info {
    margin: auto;
    float: none;
    text-align: center;
    padding: 9px 0px;
    line-height: 12px;
}

#small-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    margin: auto;
    display: block;
    width: 50px !important;
    height: 50px !important;
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px -1px 13px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px -1px 13px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px -1px 13px -1px rgba(0,0,0,0.2);
    border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    z-index: 99999;
}


#stock-grid-small-load-indicator {
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 200px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 100px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 100px;
}

.btn-gray {
    background-color: #F1F2F4 !important;
    border: 1px solid #F1F2F4 !important;
    color: #8D95A6 !important;
}

.btn-blue {
    background-color: #1B55C3 !important;
    border: 1px solid #1B55C3 !important;
    color: #fff !important;
}

#purchase-order-grid div.dx-datagrid-rowsview,
#accounting-account div.dx-datagrid-rowsview,
#supplier-grid div.dx-datagrid-rowsview,
#bank-grid div.dx-datagrid-rowsview,
#carrier-grid div.dx-datagrid-rowsview,
#registration-authorities-grid div.dx-datagrid-rowsview,
#gridAllGarageJobs > div > div:nth-child(6),
#company-definition-grid div.dx-datagrid-rowsview,
#component-definition-grid div.dx-datagrid-rowsview,
#marketplace-grid div.dx-datagrid-rowsview,
#number-ranges-grid div.dx-datagrid-rowsview,
#order-protocol-grid div.dx-datagrid-rowsview,
#translation-strings-grid div.dx-datagrid-rowsview,
#vatrate-grid div.dx-datagrid-rowsview,
#server-jobs-pipelines-grid div.dx-datagrid-rowsview,
#server-jobs-definitions-grid div.dx-datagrid-rowsview,
#server-jobs-schedules-grid div.dx-datagrid-rowsview
{
    height: calc(100vh - 387px);
}

#ads-grid div.dx-datagrid-rowsview
{
    height: calc(100vh - 420px);
}

#gridVehicle div.dx-datagrid-rowsview,
#orders-grid div.dx-datagrid-rowsview,
#customer-grid div.dx-datagrid-rowsview,
#intrastat-grid div.dx-datagrid-rowsview
{
    height: calc(100vh - 400px);
}

#ManageDocumentTreeGrid div.dx-treelist-rowsview {
    height: calc(100vh - 335px);
}


#main-menu-tree-view{
    height: calc(100% - 80px);
}

#main-menu-version-view{
    height:90px;
    padding:10px;
    color:#666;
    text-align: center;
    vertical-align: bottom;
    background: url(../images/logo_dark_back.png);
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: center 10px;
}

#main-menu-version-view p{
    padding:0;
    text-align: center;
    margin-top: 40px;
}




/*fix height scrollbar content layout*/
#layout-drawer-scrollview > div.dx-scrollable-wrapper > div {
    height: 100vh;
}

/*bootstrap make cols the same height*/
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.border-left-dashboard {
    border-left: 5px solid #dee2e6 !important;
}

.dx-overlay-shader {
    background-color: rgba(0,0,0,.60)!important;
}


.ae-loading-indicator-small {
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
}

.ae-loading-indicator-medium {
    display: block;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
}


.ae-loading-indicator-large {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(images/bars.svg);
    background-size: cover;
    background-position: center;
}



.ae-loading-indicator-small.ae-loading-icon-5::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #62b812;
    width: 30px;
    margin-left: 10px;
    height: 30px;
    margin-top: 10px;
}

.ae-loading-indicator-small.ae-loading-icon-4::before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #fc1c03;
    width: 30px;
    margin-left: 10px;
    height: 30px;
    margin-top: 10px;
}

.ae-loading-indicator-small.ae-loading-icon-1::before {
    content: "\f017";
    font-family: FontAwesome;
    color: #333;
    width: 30px;
    margin-left: 10px;
    height: 30px;
    margin-top: 10px;
}






.ae-loading-icon-2 {
    background-image: url(images/bars.svg);
}



.jobsListItem {

    display: flex;
    align-items: center;
}

.jobsListItemContentWrapper {

}


.rotate-center {
    -webkit-animation: rotate-center 1s ease-in-out 1s infinite reverse both;
    animation: rotate-center 1s ease-in-out 1s infinite reverse both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-8-31 21:31:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#SearchBarContent {
    position: relative;
}

#SearchBarResults {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
}

.ShowSearchBarContent {
    padding: 10px;
    font-size: 12px;
}

    .ShowSearchBarContent .fas {
        font-size: 26px;
    }

    .ShowSearchBarContent .longtext {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

    .ShowSearchBarContent .item {
        border-bottom: 1px solid #ddd;
    }

    .ShowSearchBarContent p {
        margin-bottom: 0.5rem;
    }

    .ShowSearchBarContent .statusContainer {
        display: flex;
        justify-content: center;
    }

    .ShowSearchBarContent .status {
        border: 1px solid;
        padding: 3px;
        width: 125px;
        border-radius: 5px;
    }

    .ShowSearchBarContent .statusBlue {
        border-color: #9EBCE8;
        color: #9EBCE8;
    }

.ShowSearchBarContent .statusRed {
    border-color: #b22222;
    color: #b22222;
}

    .ShowSearchBarContent .statusGreen {
        border-color: #4CB74C;
        color: #4CB74C;
    }

    .ShowSearchBarContent .statusOrange {
        border-color: #EBCD80;
        color: #EBCD80;
    }

    .ShowSearchBarContent .statusRed {
        border-color: #C47774;
        color: #C47774;
        background-color: rgba(196,119,116, 0.3)
    }

#SearchBarScrollView {
    height: 0;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: white;
    z-index: 2000;
    -webkit-box-shadow: 10px 9px 9px -8px rgba(0,0,0,0.38);
    -moz-box-shadow: 10px 9px 9px -8px rgba(0,0,0,0.38);
    box-shadow: 10px 9px 9px -8px rgba(0,0,0,0.38);
    width: 500px;
    left: -101px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
}

#stockMenuContent {
    border-left: 1px solid #ddd;
}

#reportMenuContent {
    border-left: 1px solid #ddd;
}

#SearchBarInput .fa-search {
opacity:0.5;
}

#SearchBarInput .dx-editor-underlined:after {
    border-bottom: 1px solid #ddd!important;
}

.selection-popup-footer {
    padding: 15px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: 60px;
    text-align: right;
}
.dx-popup-content > div[id*="-datagrid"]{
    height: calc(100% - 50px);
}


.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover,
.dx-button.dx-button-default.dx-state-hover {
    background-color: #ddd !important;
    color: #333;
}

.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-focused,
.dx-button.dx-button-default.dx-state-focused {
    background-color: #eee !important;
    color: #333;
}


.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active,
.dx-button.dx-button-default.dx-state-active {
    background-color: #00E183 !important;
    color: white;
}

.dx-fa-button .dx-overlay-content .dx-fa-button-icon:hover {
    background-color: #7FFF9D !important;
    color: #292D2B;
}


.dx-fa-button .dx-overlay-content .dx-fa-button-icon {
    background-color: #00E183;
    color: white; /*ASDASd*/
}


/*icon button*/
#edit-order-page .dx-button.dx-button-has-icon:not(.dx-button-has-text):not(.dx-shape-standard) {
    border-radius: 50% !important;
    max-width: 25px !important;
    max-height: 27px !important;
}

#edit-order-page .dx-button-mode-outlined .dx-icon {
    color: #777 !important;
}


/*icons in texteditor*/
#edit-order-page .dx-texteditor-buttons-container .dx-button-has-icon .dx-icon {
    font-size: 18px !important;

}

#edit-order-page .dx-button-has-icon .dx-icon {
/*    font-size: 12px !important;*/
    line-height: 15px !important;
}

#edit-order-page .dx-button-has-icon .dx-icon {
    width: 16px;
}

#edit-order-page .payments-table th, #edit-order-page .claims-table th {

    font-weight: bold !important;
    background: #f2f2f2;
}

#edit-order-page .table td, #edit-order-page .table th {
    padding: .50rem !important;
    vertical-align: baseline !important;
}


#edit-order-page .dx-form-group-with-caption > .dx-form-group-content {
    padding-bottom: 15px !important;
}

#edit-order-page .table-actions-column {
    text-align: right;
    width:50px;
}

#edit-order-page .colored-border.orange {
    border-left: 5px solid #ff6600;
}

#edit-order-page .colored-border.red {
    border-left: 5px solid red;
}


.colored-border.green {
    border-left: 5px solid green;
}

#edit-order-page .colored-border.grey {
    border-left: 5px solid grey;
}

#edit-order-page .colored-border.lightgrey {
    border-left: 5px solid lightgrey;
}

#edit-order-page .colored-border.yellow {
    border-left: 3px solid #ffcc66;
}

#edit-order-page #vehicleDescription {
    font-weight: bold;
}

#edit-order-page #customerDescription {
    font-weight: bold;
}

/*editVehiclePage*/

#edit-vehicle-page .dx-form-group-with-caption {
    padding-bottom: 25px;
}


/*editDocumentTemplateScrollView*/

#editDocumentTemplateScrollView #componentsItems,
#editDocumentTemplateScrollView #componentsItemsOthers,
#editDocumentTemplateScrollView #protocolItems {
    max-height: 180px;
}
/*TABS*/
.dx-tab {
    background-color: #EFEFEF !important;
}

.dx-tab-selected {
    background-color: #EAEAEA !important;
}

.bg-orange {
    background-color: orange !important;
}

.dx-button-orange {
    background-color: transparent;
    color: orange;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid orange;
}


#MenuToolbar > div > div.dx-toolbar-before{
    padding-left:15px;    
}


.dx-treelist-content tr[aria-level="1"] {
    background-color: #fafafa;
}


.dx-treelist-content tr[aria-level="0"] {
    background-color: #f0f0f0;
    border-left: 5px solid orange;
}


.searchResultIconWrapper {
    border-right: 1px solid lightgray;
}

.dx-swatch-additional {
    background-color: #373a38 !important;
}


.menu-container > div > div > div > div  > div > ul:first-of-type {
    margin: 10px;
    display: block;
    border-radius: 10px;
    background-color: rgba(255,255,255,.04);
}

.dx-popup-wrapper > .dx-overlay-content {
    background: #fff;
    -webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    border-radius: 10px;
    overflow: hidden;
}
.dx-button {
    border-radius:15px !important;
}

.pointer {
    cursor: pointer;
}



.toolbarp {
    margin: 0;
    margin-left: 10px;
}

.toolbaritems {
    display: flex;
    align-items: center;
    justify-content: center;
}

.square1 {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
}

.square2 {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.square3 {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.square4 {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.square5 {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}


/**********
Garage Job Data Grid
 */

.toolbarGarageJob {
    margin: 0;
    margin-left: 10px;
}

.toolbarItemsGarageJob {
    display: flex;
    align-items: center;
    justify-content: center;
}

.square1GarageJob {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
}

.square2GarageJob {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.square3GarageJob {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.square4GarageJob {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.square5GarageJob {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

/**********
Garage Job Data Grid
 */


/*******************
devextreme 20.2.4 overrides
*******************/

.dx-swatch-additional .dx-treeview-item {
    padding: 13px 8px;
    min-height: 48px;
    line-height: 22px;
}

.dx-swatch-additional .dx-treeview-item .dx-icon {
    width: 24px;
    height: 24px;
    background-position: 0px 0px;
    background-size: 24px 24px;
    padding: 0px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
    right: 10px;
    left: auto;
}

.dx-swatch-additional .dx-treeview-toggle-item-visibility {
    font: 24px / 24px DXIcons;
    text-align: center;
    color: rgba(255, 255, 255, 0.54);
    width: 24px;
    height: 48px;
    top: 0px;
    left: 0px;
}

.dx-swatch-additional .dx-treeview-toggle-item-visibility::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

.dx-swatch-additional .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened::before {
    content: "\f016";
    position: absolute;
    display: block;
    width: 24px;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

/*******************
devextreme 20.2.4 overrides
*******************/


.dx-gallery-item-image {
    height: 100%;
    object-fit: contain;
}

.color-green {
    color: #7FFF9D;
}

.dxSmallGeneralButton {
    font-size: 11px;
}

.dxSmallGeneralButton .dx-icon {
    font-size: 13px !important;
}