﻿body {
    font-size: 12px !important;
}

/* Gemiddelde schermen (>= 600px) */
@media (min-width: 600px) {
    body {
        font-size: 14px!important;
    }
}

/* Grote schermen (>= 1024px) */
@media (min-width: 1024px) {
    body {
        font-size: 14px!important;
    }
}

.loadingDiv {
    border: 5px solid;
    margin: auto;
    width: 50%;
    padding: 10px;
    z-index:9999999999;
}

.mtparent {
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999999998;
}

.mtchild {
    box-shadow: 0 2px 22px 0 rgba(0,0,0,.2),0 2px 30px 0 rgba(0,0,0,.35);
    border-radius: .1875rem;
    background: white;
    width: 300px;
    height: 300px;
    position: relative;
    align-content:center;
    align-items:center;
    margin: -50px 0 0 -50px;
    z-index: 9999999999;
}


.mtc-maxwidth-logo {
    max-width: 25px;
}

.mtc-maxwidth-cell {
    max-width: 30px;
}

/* Gemiddelde schermen (>= 600px) */
@media (min-width: 600px) {
    .mtc-maxwidth-logo,
    .mtc-maxwidth-cell {
        max-width: 45px;
    }
}

/* Grote schermen (>= 1024px) */
@media (min-width: 1024px) {
    .mtc-maxwidth-logo,
    .mtc-maxwidth-cell {
        max-width: 45px;
    }
}

