body {
    background-color: #fcfcfc;
    margin: 0;
    padding: 1.5rem;
    font-family: Georgia, sans-serif;
    color: #757472;
}

div#page{
    margin: 0;
}

div#errorBoxWrapper{
    display: none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    background:linear-gradient(to right,  rgba(0,0,0,.80) 0%,rgba(0,0,0,.80) 100%);
}

div#errorBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem;
    background-color:#fff;
}

div.dirSerlector{
    margin-bottom: 0.5rem;
}

div.dirSerlector label{
    display:inline-block;
    min-width: 4rem;
    margin-right: 1rem;
    color: #000;
    font-weight: 600;

}

div.dirSerlector select{
    margin-right: 1rem;  
}

div.componentGroup{
    margin-bottom: 0.5rem;
}

div.componentGroupLabel{
    color: #000;
    font-weight: 600;
}

div.componentGroupDescription{
    margin: 0.5rem 0 0.5rem 2rem;
}

div.component{
    margin: 0.5rem 0 0.5rem 2rem;
}

div.component input{
    margin: 0 0.5rem 0 0;  
}

div.component label{
    color: #000;
    font-weight: 600;    
}

div.componentDescription{
    margin-left: 2rem;   
}

a.sLink{
    font-size: 0.875rem;
    margin-left: 0.5rem;       
}

a:link, a:visited, a:active{
    color: #e24a37;
    text-decoration: none; 
}

a:hover{
    color: #6b1a0f;
}
