/*colors*/
#photos {background-color: rgb(256,256,0,0.5) !important;}
/*
#photos .title {background-color: rgb(255,0,255,0.9);}
#photos .msg {background-color: rgb(256,0,256,0.2);}
#photos .crumbs {background-color: rgb(256,0,256,0.2);}
#photos .controls {background-color: rgb(256,0,256,0.4);}
#photos .crumbs button, #photos .crumbs input {background-color: rgb(255,0,255,1);}
#photos .controls button {background-color: rgb(255,0,255,0.9);}
#photos .counts {background-color: rgb(256,0,256,0.2);}
#photos .mixitup-control-active {background-color: rg(25,25,255,0.5)}
#photos #imagelist p, #photos #imagelist h1, #photos .normal, #photos .info {
    background-color: rgb(26,0,256,0.6);
}
#photos .galleria-container, #photos .galleria-theme-classic {background-color: rgba(0, 0, 0, 0.7);}
#photos .galleria-stage {background-color: rgba(255, 255, 255, 0.2);}

#photos .editmode{float: right; color: darkred;}
.actions {box-shadow:0px 0px 20px gray; background-color:rgb(256,256,256,0.5);}
.actions button {background-color: rgb(256,256,256,0.5);}

#imagelist{background-color:transparent;}
#imagelist div, #imagelist li {box-shadow: 5px 5px 5px #888;}
#imagelist .sel { box-shadow: 0px 0px 10px red; }
#imagelist .hilite { box-shadow: 0px 0px 10px yellow; }
#imagelist div button, #imagelist li button {background: transparent;}
#imagelist div.row1 {background-color:rgb(256,256,256,0.5);}
#imagelist div.hilite {background-color:rgb(256,256,256,0.5);}
#imagelist div.sel {background-color:#FFCCCC;}
*/