/*
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 : 11-Mar-2019, 16:25:13
    Author     : adam
*/

.dash-test-system {            
    padding:5px;
}
.dash-test-system-col {
    min-width:150px;
    margin-bottom: 5px;
}
.dash-test-system-element {
    margin:2px 0px;
}
.hideWordWrap {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.slot {
    margin:5px;
}
.slotnumber {
    padding:5px 2px 5px 2px;
    text-align: center;
}
.slotqv {
    margin:2px;    
}

#slotdata {
    margin:10px;
    
}

.logouter {
    display: none;
    
}

.logtext {
    font-family:monospace;
}

.loginbackground {
    background: url("/images/loginbackground.png");
    background-position:left bottom;
    background-repeat: no-repeat;
    background-size:cover;
        
}