html {
    scrollbar-face-color: #eee;
    scrollbar-base-color: #eee;
    scrollbar-3dlight-color: #eee;
    scrollbar-highlight-color: #eee;
    scrollbar-track-color: #cecece;
    scrollbar-arrow-color: #cecece;
    scrollbar-shadow-color: #eee;
    scrollbar-dark-shadow-color: #eee;
}

::-webkit-scrollbar { width: 8px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #eee; }
::-webkit-scrollbar-track {  background-color: #cecece;}
::-webkit-scrollbar-track-piece { background-color: #eee;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #cecece; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #eee;}
::-webkit-resizer { background-color: #666;}

.SPContainer {
    background-color: #2a2e33;
}
.SFContainer {
    border-bottom: 1px solid #272727;
}
.dropdown-theme {
    background-color: #353c45 !important;
    color: #b8b8b8 !important;
    box-shadow: 0 0 20px #222427 !important;
}

.SFHeadLogo {
    background-image: url(../themed-images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    text-align: center;
    background-position: center;
}

.SFLangInput-theme{
    background-color: #1c1f23 !important;
    color: #455353 !important;
}

.SFDetDataTitle {
    color: #1a8675;;
}
.SFDetDTxt2 {
    color: #b8b8b8;
}
.SFDetNameTxt {
    color: #b8b8b8;
}
.SFDetNameWrap {
    border-bottom: 1px solid #272727;
}
.SFFootContainer {
    background-color: #25292e;
    color: #b8b8b8;
    border-top: 1px solid #272727;
}
.SFFootContainer > a > .Text1 {
    font-size: 10px;
    padding: 10px 20px;
    float: left;
}
.SFFootContainer > a {
    color: inherit;
}
.SFFootContainer > a > .Text1:hover {
    cursor: pointer;
    text-decoration: underline;
}
.SFFootDialog {
    background-color: #171a1d;
}
.SFFootDialog .Head {
    color: #1a8675;
}
.SFFootDialog .Text {
    color: #b8b8b8;
}

.SFFootContainer .HeaderImg {
    background-image: url("../themed-images/eu_financed.png");
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    background-size: 150px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 5px;
    float: none;
}

/*UDAP*/