

/* AANMELDEN */
.header-brand-img {
    max-width: 250px;
}




/* OVERZICHT VERSTIGINGEN */
#overzicht-vestigingen-table td {
    padding: 0;
}

#overzicht-vestigingen-table span {
    display: block;
    padding: 4px 10px;
    
}

.full-maand {
    background-color: #00B000;
    color: white;
}

.nfull-maand {
    background-color: #ed4467;
    color: white;
}

#overzicht-vestigingen-table.dataTable > thead > tr > th:not(.sorting_disabled) {
    padding-right: 18px;
}



#overzicht-vestigingen-table tbody tr td {
    border: 1px solid #000;
}

/* DASHBOARD */

.dashboard-type {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.1rem;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff !important;  
}

#dashboard-vestigingen-titel {
    font-size: 2rem;
    text-align: center;
    color: #FFF;
    background-color: #4b565c;
    border-radius: 5px;
    padding: 15px;
}

.bleft-danger {
    border-left: 1px solid #f82649;
}

#global-loader {
    opacity: 0.75;
}

.vestiging-select {
    background-color: #f82649;
    color: #FFF !important;
    border-radius: 20px;
    
    display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px;
  font-size: 13px;
 

}

/* CLASSES */

.minw75 {
    min-width: 75px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.pbot5 {
    padding-bottom: 5px;
}

.pbot10 {
    padding-bottom: 10px;
}

.mbot10 {
    margin-bottom: 10px;
}

.mh50 {
    max-height: 50px;
}

.mb25 {
    margin-bottom: 25px;
}

.pointer {
    cursor: pointer;
}

.no-padding {
    padding: 0px !important;
}

.ptop-75px {
    top: 75px;
}

.mr-5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.m0auto {
    margin: 0 auto;
}


.btn-toggle-blauw {
    background-color: #3BA0DA;
    color: #FFF;
}

.mw-75 {
    max-width: 75px;
}

.mw-50 {
    max-width: 50px;
}

.w100 {
    width: 100%;
}

.w100px {
    width: 100px;
}

.w100imp {
    width: 100% !important;
}

.h100 {
    height: 100%;    
}

.legende-block {
    display: inline-block;
    height: 15px;
    width: 15px;
}
.excel {
    color: #008000;
}

.mw-100 {
    max-width: 100px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.w18em {
    width: 18em;
}

.bg-f1 {
    background-color: #F1F1F1;
}

.hiddenRow {
    padding: 0 !important;
}


.main_green {
    color: green;    
}

.main_red {
    color: red;
}

.btn-eantype-toggle {
    background-color: #446ea0 !important;
    border-color: #446ea0 !important;
    color: #FFF !important;
}


/* TWEAK DATEPICKER */
.datepicker {
    z-index: 2001 !important;
}
.ui-autocomplete {
    z-index: 2001 !important;
}