﻿/*Dit zorgt ervoor dat er niet wordt ingezoomd bij een dubbel-tap*/
.disable-dbl-tap-zoom { touch-action: manipulation !important; }

.wachtwoord_veld { margin-top: 15px; }
/*.wachtwoord_veld { margin-top: 0px; }*/
/*.wachtwoord_veld span { font-size: 6vw; line-height: 70px; height: 50px; visibility: hidden; display: block; }*/
/*.wachtwoord_veld span { font-size: 26px; line-height: 50px; height: 35px; visibility: hidden; display: block; }*/

.selectie-container {
    position: relative !important;
    width: 100%;
    display: inline-block;
/*    margin-bottom: 10px;*/
}
.fout-melding {
    color: red;
    display: inline-block !important;
    position: relative !important;
    font-weight: bold;
    margin-top: 15px;
}

/*.square-box {
    position: relative;
    width: min(calc((100vh - 520px) / 5),calc((100vw/3) - 100px));
    min-width: 30px;
    height: 80%;
    overflow: hidden;*/
    /*margin: min(calc((100vh - 320px) / 50),calc((100vw/30) - 10px));*/
    /*margin: calc((100vh - 520px) / 50) calc((50vw/60));
    padding: 0px;
    border-radius: 50%;
}*/

@media (max-width:495px) {
    .wachtwoord_veld        { margin-top: -25px !important; }
    .melding                { padding: 0px; margin-bottom: 0px; }
    .onder_melding          { height: 3px; }
}
@media (min-height:511px) {
    .scherm_schalen         { -webkit-transform: translate(-1%, -45px) scale(0.84,0.84); position: fixed; width: 100% !important; }

    #naamlijst .ui-select   { width: 200px !important; }
    .breedte_knop           { width: 100%; }
}
@media (min-height: 605px)  {
    .scherm_schalen         { -webkit-transform: translate(-1%, 0px) scale(1,1); position: fixed; width: 100% !important; }
}
@media (max-width:321px)    {
    .scherm_schalen         { -webkit-transform: translate(-1%,-15%) scale(0.84,0.84); }
    /*.breedte_knop           { width: 200px !important; margin-left: 60px; }*/
    .breedte_knop           { width: 100%; }
}

.square-box {
    position: relative;
    width: 7%;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}
.square-box:before      { content: ""; display: block; padding-top: 100%; }

.square-content         { position: absolute; top: 0; left: 0; bottom: 0; right: 0; color: white; }
/*.square-content         { position: relative; top: 0; left: 0; bottom: 0; right: 0; color: white; height:100%; width:100% }*/ /* height: min(3vh ,7vw);  */
.square-content div     { display: table; width: 100%; height: 100%; }
.square-content span    { display: table-cell; text-align: center; vertical-align: middle; color: black; font-size: 4vw; }
/*.square-content span    { display: table-cell; text-align: center; vertical-align: middle; color: black; font-size: min(7vw,4vh); }*/ /* TODO set font-size to propper amount */ /*min(7vw,4vh);*/

.selectClass            { font-size: 4vw; float: none; border: 1px solid red; }
/*.selectClass            { font-size: 16px; float: none; border: 1px solid red; }*/

.changeable-selects     { font-size: 20px; float: none; }

#naamlijst .ui-select   { width: 50%; float: none; }
/*#naamlijst .ui-select   { float: none; }*/ /*overwrite values from KVS3.css*/

/*.login-table {
    height: calc(100vh - 420px);*/ /* TODO calcualte a propper subtraction amount */
/*}*/

@media (min-width: 500px) {
    .square-box {
        width: 5%;
    }
}