﻿
.compact-button {
    padding:3px 6px;
    margin:2px;
}

.compactInput {
    font-size: 0.9em;
    padding:2px;
}

.compact-table-header {
    border-bottom: 1px solid gray !important;
    margin-top: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    color: white;
    background-color: #005faa;

}

.compact-table-search {
    border-bottom: 1px solid gray !important;
    margin-top: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: #DEE5ED;
}

.compact-table-row {
    border-bottom: 1px solid gray !important;
    margin-top: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: white;
}

/* This replaces the outer "display: table" container */
.flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: grey 1px solid;
}

/* This replaces "display: table-cell" */
.flex-cell {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical align similar to table-cell */
    box-sizing: border-box;
    font-size:0.9em;
    border-right:grey 1px dashed;
    padding-left:2px;

}



/* Equivalent of the inner block with forced 100% width */
.flex-cell-inner {
    width: 100%;
    display: block;
}

.text-clipped {
    text-overflow: ellipsis;
    overflow: hidden;
}

    .text-clipped:hover {
        width: 300px !important;
        overflow: visible !important;
    }

.table-scroll-innervar {
    overflow: hidden;
}

.table-scroll-inner {
    min-width: 3000px;
    overflow: hidden;
}

.table-scroll-box {
    width: 100%;
    overflow-x: scroll;
}

.table-scroll-cont {
    overflow: hidden;
}

.badge-success {
   background-color:green;
}

.badge-warning {
    background-color: orange;
}

.tree-card {
    position: absolute;
    background: white;
    top: 10px;
    right: 2%;
    z-index: 2;
    border-radius:5px;
    padding:5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}


.tree-item {
    background:white!important;
   
    padding: 3px 6px;
    margin:3px;
}
.tree-item > i {
        color: #D11F14;
    }
.tree-cell {
    padding-left: 3px !important;
    padding-right: 3px !important;
}


.ellipsis {
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}


.mar-zero {
    margin: 0px !important;
}
.pad-zero {
    padding: 0px !important;
}

.autoFitInput {
    width: 100% !important;
}

.width-13 {
    width: 13% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.width-22 {
    width: 22% !important;
}

.dragover {
    border: 2px dashed black;
    background-color: gainsboro;
}

md-input-container {
    width: 100% !important;
    margin: 4px 0 !important;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.modal-xlg {
    width: 85% !important;
}

.home {
    background-color: white;
    width: 200px;
    display: inline-block;
    margin: 30px;
}
/* SPINNER EXTENSION */
.bvb-progress {
    display: none;
    max-width: 300px;
    margin: auto;
    margin-top: 50px;
    z-index: 20 !important;
}

.bvb-progress-active {
    display: block;
    position: absolute;
    width: 300px;
    top: 50%; 
    left: 0;
    right: 0;
    z-index: 20 !important;
}

.treasure-overlay-spinner-container {
    z-index: 10 !important;
}

/*WEBSHOP_FAST images EQUAL*/
.img-home {
    max-height: 100px;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
    }
}