﻿
.row-tile {
    border-radius: 3px !important;
    background-color: #ECF0F5;
    padding: 5px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left:0px!important;
    margin-right:0px!important;
}

.text-pad-table {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.timePick-table {
  width:60px!important;
  text-align:center;
}

.text-width-00 {
    width: 60px !important;
    text-align: center;
}

.text-width-01 {
    width: 50px !important;
    text-align: center;
}

.text-digits-2 {
    width: 40px !important;
    text-align: center;
}

.text-digits-4 {
    width: 50px !important;
    text-align: center;
}

.text-digits-6 {
    width: 65px !important;
    text-align: center;
}
.text-digits-8 {
    width: 80px !important;
    text-align: center;
}

.has-error {
    color: red !important;
}

.text-area-fix {
    resize: none;
    overflow-x: auto;
    white-space: nowrap;
}

.shadow-float {
    box-shadow: 5px 10px 12px #888888;
}

.mar-zero {
    margin: 0px !important;
}

div.noDays table {
    display: none;
}

.table-input {
    padding: 3px !important;
    height: 30px !important;
    width:80px!important;
    text-align: center!important;
}
.table-input-wide {
    padding: 3px !important;
    height: 30px !important;
    width: 100%!important;
    text-align: left !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;
    }
}