.dg.main.taller-than-window .close-button {
    border-top: 1px solid  #4caf50 !important;
}

.dg.main .close-button {
    background-color:  #4caf50 !important;
}
 
.dg.main .close-button:hover {
    background-color: darkgreen !important;
}

.dg {
    color: white !important;/* #555 !important;*/
    text-shadow: none !important;
}

.dg.main::-webkit-scrollbar {
    background: #fafafa !important;
}

.dg.main::-webkit-scrollbar-thumb {
    background: #bbb !important;
}
 
.dg li:not(.folder) {
    background: #4caf50 !important;/* #fafafa !important;*/
    border-left: 2px solid green !important;/* #ddd !important;*/
}
 
.dg li.save-row .button {
    text-shadow: none !important;
}
/*
.dg li.title {
    background: #e8e8e8 url(data:image/gif !important;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat !important;
}*/
/*
.dg .cr.function:hover,.dg .cr.boolean:hover {
    background:darkgreen !important;
}
 */
.dg .c input[type=text] {
    background: #e9e9e9 !important;
}
 /*
.dg .c input[type=text]:hover {
    background: darkgreen !important;
}
 */
.dg .c input[type=text]:focus {
    background: #eee !important;
    color: #555 !important;
}
 
.dg .c .slider {
    background: white !important;
    
}
.dg .c .slider-fg {
    background: blueviolet !important;
    
}
/*
.dg .li .folder {
    font-weight: bold !important;
}
*/


/*
.dg .c .slider:hover {
    background: darkgreen !important;
}
*/
