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