﻿
.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;
    }
}