/* 
    Created on : 31.05.2018, 19:27:23
    Author     : T.Smit
*/
*{
    margin:0px;
    padding:0px;
}
body{
    background-color: #cccccc;
    font-family: sans-serif;
    font-size:12pt;
}
form{
    font-size:12pt;
    width:20cm;
    padding:20px;
    border:1px solid #222222;
    min-height: 50px;
    background-color: #fff;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
a{
    text-decoration: none;
    color: #000;
}
a{
    text-decoration: underline;
    color: #333;
}

.remark{
    width:100%;
    padding:5px;
    height: 25px;
    background-color:#00bb00;
    color:#fff;
    font-weight: bold;
    text-align: center;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;  
    -o-transition: all 1s ease-out 0s;  
    -moz-transition: all 1s ease-out 0s;  
}
.remark-fadeOut {
    margin-top: -35px;
}

.remarkAlarm{
    width:100%;
    padding:5px;
    height: 25px;
    background-color:#aa0000;
    color:#fff;
    font-weight: bold;
    text-align: center;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;  
    -o-transition: all 1s ease-out 0s;  
    -moz-transition: all 1s ease-out 0s;  
}
.remarkAlarm-fadeOut {
    margin-top: -35px;
}

.pdfDownload{
    border:1px solid #000;
    background-color: #fff;
    margin:12px;
    padding:5px;
}



