﻿/*BiaBet*/
body {
    background: #28616B !important;
}

.OrangeLine {
    display: none;
}

.logo {
    background: url("images/ClientLogo/294/Biabet_logo.png") no-repeat;
    background-size: contain;
    height: 55px;
    width: 210px;
}

.layout {
    background: #fff;
}

header {
    background: #292929 !important;
    border-color: #14805e;
}

.content-head {
    background: #fff !important;
    color: #204E57 !important;
}

#main {
    background: #252525;
}

.main-col {
    background: #fff;
}

/*LANGUAGEBAR*/
.select-list li {
    background: #1d1d1d;
}

    .select-list li:hover {
        background: #404040;
    }
/*LANGUAGEBAR*/

/*LEFTBAR*/

a:hover {
    color: #000000;
}

.active > a {
    color: #000000;
}

.active {
    color: #000000;
}
/*LEFTBAR*/

.expandable-list .menuleft ul li a {
    background-color: #D6D6D6;
    border-color: #28616B;
}

.expandable-list .menuleft ul li.active a:before {
    background-color: #EBEBEB;
}

.expandable-list .menuleft ul li.active a {
    background: #EBEBEB;
}

@media screen and (max-width: 1024px) {
    .logo {
        background-repeat: no-repeat;
        width: 180px;
        height: 50px;
        background-size: contain;
    }
}

@media screen and (max-width: 375px) {
    .logo {
        width: 100px;
        height: 30px;
    }
}
