/* sim.css */
@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Form */
form { 
    width: 520px;
    padding-bottom: 0px;
    margin-top: 30px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Fieldset */
fieldset { 
    width:    720px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Label, Span */
label { 
    width: 178px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Input */
input { 
    width: 100px;  
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* select */
select { 
    width: 105px;  
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Switch */
.switch {
    margin-left: -5px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ID-Spezifikation */
#idSimTimeLab{
    margin: 0px;
}
#idSimPhaseLab1Up, #idSimPhaseLab2Up, #idSimPhaseLab3Up, #idSimPhaseLab4Up, #idSimPhaseLab5Up{
    font-size:7px;
    font-weight: bold;
    margin:2px;
    padding:0;
    width:  18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px;
    background: #dce2ef;
}
#idSimPhaseLab1Dn, #idSimPhaseLab2Dn, #idSimPhaseLab3Dn, #idSimPhaseLab4Dn, #idSimPhaseLab5Dn{
    font-size:7px;
    font-weight: bold;
    margin:2px;
    padding:0;
    width:  18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px;
    background: #dce2ef;
}
#idSimPhaseLab1Up:hover, #idSimPhaseLab2Up:hover, #idSimPhaseLab3Up:hover, #idSimPhaseLab4Up:hover, #idSimPhaseLab5Up:hover,
#idSimPhaseLab1Dn:hover, #idSimPhaseLab2Dn:hover, #idSimPhaseLab3Dn:hover, #idSimPhaseLab4Dn:hover, #idSimPhaseLab5Dn:hover{
    background:#6791CC;
}
#idSimPhaseLab1Up[disabled], #idSimPhaseLab2Up[disabled], #idSimPhaseLab3Up[disabled], #idSimPhaseLab4Up[disabled], #idSimPhaseLab5Up[disabled],
#idSimPhaseLab1Dn[disabled], #idSimPhaseLab2Dn[disabled], #idSimPhaseLab3Dn[disabled], #idSimPhaseLab4Dn[disabled], #idSimPhaseLab5Dn[disabled]{
    cursor: default;
    background:#efefef;
    color: lightgrey;
}
#idSimPhaseLab1Up{
    margin-left: 22px;
}
#idSimPhaseLab4Up, #idSimPhaseLab4Dn{
    margin-left: 15px;
}
#idSimPhaseLab1Up, #idSimPhaseLab1Dn{
    margin-left: 245px;
}
#idSimPhaseLab{
    width: 140px;
    height: 30px;
    
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 8px;
    font-family: monospace;
}
#idSimPhaseLabMM{
    margin-top: 10px;
}
#idSimCloseBtn{
    width: 180px;
    margin: 2px;
    margin-top: 15px;
    margin-left: 20px;
    color: white;
    font-weight: normal;
}
#idSimHead{
    height: 140px;
}