body{
    background-color: #cddbe7 !important;
}
#sidemenu{
    color:#fff !important; 
    background-color:#2e4a62 !important; 
    border-right: #172531 !important;
}
.menuItem{
    color: #ffffff !important;
}
#toolbar_wrapper{
    color:#fff !important; 
    background-color:#2e4a62 !important;
    border-bottom: #2e4a62 !important;
    border-bottom: #172531 !important;
}
#toolbar .separator{
    border-right: 1px solid #999;    
}
#toolbar li{
    color: #ffffff !important;
}
.detailWindow{
    background-color: #ffffff !important;
}
.detailWindow .theme-color{
    background-color: #cddbe7 !important;
}
.detailWindow form legend {
    text-shadow: none !important;
}
.notes:before{
    border-color: #cddbe7 transparent transparent transparent !important;
}
.rulesBox .notes:before{
    border-color: #ffffff transparent transparent transparent !important;
}
.window form input:disabled, .window form textarea:disabled, .window form select:disabled, .window form .readonlyTextarea:disabled {
    background-color: #efefef;
    border: 1px solid #dedede;
}

*::-webkit-scrollbar{
    width:5px;
    height: 10px;
} 
  
*::-webkit-scrollbar-thumb{
    background-color: rgba(128,128,128,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;  
}
.bg-magenta.notes{
    color: white;
    font-weight: bold;
}