﻿
.btn-link.text-success, .btn-link.text-success:link {
    color: #3c763d;
}

    .btn-link.text-success:hover, .btn-link.text-success:visited, .btn-link.text-success:active {
        color: #2b542c;
    }

.btn-link {
    color: #3c763d;
}

.darker-span {
    filter: brightness(50%);
}

.text-area-fix {
    resize: none;
    overflow-x: auto;
    white-space: nowrap;
}

.shadow-float {
    box-shadow: 5px 10px 12px #888888;
}

.mar-zero {
    margin: 0px !important;
}

.pad-zero {
    padding: 0px !important;
}

.input-tight {
    padding: 1px !important;
    height: 34px !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;
    }
}

/* TITLE */
.bvb_title {
    color: #3c8dbc;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
