/*
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 : Nov 10, 2017, 12:39:06 PM
    Author     : Maroš Ambróz
    email: silent.sun@seznam.cz
*/

.simple-border{
        border: 1px solid black;
}
.disabledElement { 
        pointer-events: none;
        opacity: 0.3;
        
}
.shadowed {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.invalid {
        background: rgb(220,220,220);
        text-decoration: line-through;                        
}

.ok { /*background: #ffcccc; border: 1px solid green;*/ }
.fail {background: #DBB0B3;  border: 1px solid red; }

.center-text {
       text-align: center;
       vertical-align: middle;
       line-height: 100%; 
}

.row-height5 {
        height: 5px;
}
.row-height15 {
        height: 15px;
}
.small-font {
        font-size: 11px;
        /*font-style: italic*/;
}
.littleI-font {
        font-size: 10px;
        font-style: italic;
}

.font9 {
    font-size: 9px;
}
.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.fontI {
    font-style: italic;
}

.iconSize50 {
    width: 50px;
    height: 50px;
}

.iconSize40 {
    width: 40px;
    height: 40px;
}

.iconSize30 {
    width: 25px;
    height: 25px;
}

.iconSize20 {
    width: 20px;
    height: 20px;
}

