/* 
    Created on : Nov 2, 2019, 2:32:15 PM
    Author     : andreas
*/
body {
    background: #FFFFFF;
}

img {
    max-width: 100%;
    height: auto;
}

.vlt {
    padding: 30px;
    margin: 0 auto;
    display: block;
    overflow: auto;
}

.vlt-top {
    border: none;
    border-bottom: 1px solid #C0C0C0;
    height: 100px;
    margin: 0 auto;
    margin-top: 50px;
    width: 300px;    
}

.vlt-top form {
    border: none;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    display: block;
    overflow: auto;
}

.vlt-top form input[type='password'] {
    font-size: large;
    font-weight: bold;
    color: #C00000;
    border: none;
    margin: 0 auto;
    margin-top: 65px;
    width: 250px;
    height: 30px;
    outline: none;
}

.vlt-top form input[type='checkbox'] {
    width: 25px;
    margin: 0 auto;
    margin-top: 80px;
}

.vlt-top form label {
    margin: 0 auto;
    margin-top: 80px;
    font-size: smaller;
    font-weight: 300;
    font-family: 'Helvetica';
    color: #C0C0C0;    
}

.vlt-top img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 95px;
}

.vlt-bottom {
    border: none;
    height: 500px;
    margin: 0 auto;
    width: 800px;
}

.vlt-bottom p {
    font-size: small;
    font-weight: 300;
    font-family: 'Helvetica';
    color: #C00000;
    text-align: center;
    height: 20px;
    margin: 0 auto;
    padding-top: 10px;
}

.vlt-bottom form {
    border: none;
    margin: 0 auto;
    height: 500px;
    text-align: center;
    display: block;
    overflow: auto;
}

.vlt-bottom form textarea{
    font-size: small;
    font-weight: 300;
    font-family: 'Courier';
    color: #000000;
    border: 1px solid #C0C0C0;
    margin: 0 auto;
    margin-top: 20px;
    height: 400px;
    width: 780px;
    resize: none;
}

.vlt-bottom form input[type='submit'] {
    border: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
    font-weight: 300;
    font-family: 'Helvetica';
    margin: 4px 2px;
    background-color: #C0C0C0;  
    color: #FFFFFF;
}

.vlt-bottom form input[type='submit']:disabled {
    background-color: #F0F0F0;    
    color: #FFFFFF;    
}

/*.vlt-bottom .save {
    background-color: #C00000;    
    color: #FFFFFF;
}*/

.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    margin-top: 5px;
    height: 3px;
    background: #C00000;
    box-shadow: 0 0 1px #C00000;
}
