
.navbar{
    background-color: #201952 !important;

}

.navbar a:not(.dropdown-item){
    color: white !important;
}

.list-group .active{
    background-color: #201952;
    border-color: #201952;
}

.logo{
    max-width: 250px;
    margin-bottom: 30px;
}

#shop-name{
    margin-bottom: 25px;
    margin-top: 15px;
}

.terminal{
    font-family: Consolas,monaco,monospace;
}

#language a{
    margin-left: 10px;
    color: #201952;
}

.device{
    margin-top: 30px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.f-drop:hover{
    border: 1px solid grey;
}

.class-nav .nav-link{
    color: #1F1852;
}

samp.password :nth-child(6n-2),
samp.password :nth-child(6n-1),
samp.password :nth-child(6n) {
    color: #EE0000;
}

.aau-button{
    color:white;
    background-color: #201952;
    margin-bottom: 20px;
}

.aau-button:hover{
    color:white;
    border-color: white;
}

.btn-group > button{
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

form .btn-group-toggle > .active{
    background-color: green !important;
    border-color: green !important;
}

.aau-link {
    color: #201952;
}

.aau-link:hover{
    color: #201952;
}

.support-details{
    margin-bottom: 0px;
}

.connection-status > .spinner-grow{
    width: 18px;
    height: 18px;
    color: #201952 !important;
    margin-right:10px;
}

.connection-status.connected > .spinner-grow{
    color: #2E8B57 !important;
}

.navbar-toggler{
    border-color: #908CA9 !important;
}

.udc-spacer{
    margin-bottom: 0px;
}

.nav.special-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    margin-bottom: 20px;
    list-style: inherit !important;
}

.tab-pane{
    margin-bottom: 25px;
}

.setup-variables{
    margin-left: 8px;
    line-height: 1;
}

.setup-variables > dd,dt{
    padding-bottom: 2px;
}

.language-select img{
    width: 18px;
}

.language-select .dropdown-item img{
    margin-top: -3px;
    margin-right: 5px;
}
