/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-05-21, 14:39:27
    Author     : Wojtek
*/

html,body {overscroll-behavior: none;}

.brico-buttonNumeric {
    font-size: 4em;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
}


.brico-buttonNumeric0 {
    font-size: 4em;
    font-weight: bold;

    width:100%;
    border-radius: 30px;
}

.brico-buttonRadious {
    border-radius: 30px;
}

.brico-phone {
    font-size: 3em;   
}

.brico-label {
    font-size: 2em;   
}


.serwis-button {
    font-size: 1.2em;
    margin: 10px;
    text-align: center;    
}

.serwis-button-center {
   padding-top: 145px;
}
.serwis-legenda {
    font-size: 1.5em;
}

.brico-btn-cofnij{
    font-size: 2.5em;
    margin: 10px;
    text-align: center;    
}

.serwis-alert {
      font-size: 2.5em;
}

.serwis-btn-paczka-wlozona {
     font-size: 2.5em;
    margin: 10px;
    text-align: center;    
}

.serwis-boks-big, .serwis-boks-small, .serwis-boks-medium {
    font-weight: bold;
    font-size: 2em;
    border: solid 1px;
}
.serwis-boks-big {
    height: 400px;
}
.serwis-boks-medium {
    height: 133.33px;
}
.serwis-boks-small {
    height: 100px;
}


.serwis-button-medium-center {
   margin-top: 30px;
}

.serwis-boks-ekran {
    background-color: blue;
    font-weight: bold;
    font-size: 3em;

}

.serwis-boks-error {
    background-color: red;
}

.serwis-boks-empty {
    background-color: green;
}
.serwis-boks-notempty {
    background-color: mediumpurple;
}

