﻿/* ArabBet*/
.logo {
    background: url(images/ClientLogo/165/ArabBet_Logo_Dark_bg.png) no-repeat; 
    background-size: cover;
    width: 124px;
    height: 36px;
}
body {
    background-color: #1D1D1D;
}
header {
    background: #2B2B2B;
    box-shadow: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
}
.expandable-list .menuleft .menuleftа {
    background: #2B2B2B;
    color: #fff;
}
    .expandable-list .menuleft .menuleftа:hover {
        background-color: #262626;
    }
.expandable-list .menuleft ul li a {
    background-color: #212121;
    color: #999999;
}
.expandable-list .menuleft ul li.active a {
    background-color: #1D1D1D;
    color: #999999;
}
.expandable-list .menuleft ul li a:hover {
    background-color: #1D1D1D;
}
.arrow {
    color: #999999 !important;
}
.open .menuleftа span,
.active .menuleftа span {
    color: #999999;
}
.content-head {
    color: #F6CF16;
}
#menuContainer {
    background-color: #2B2B2B;
}
.main-col {
    background-color: #333333;
}
.select-list li {
    background-color: #fff;
    border-bottom: 1px solid #0a0a0a;
}
.select-list .selected {
	background-color: #c5c5c5;
	border-color:#009688;
}
.select-list li:hover a {
    color: #009688 !important;
}

.mob_nav,
#menu_toggle_close {
	color:#009688;
}
.mob_nav:hover::before {
    color: #009688;
}

.langRow {
    background-color: #2B2B2B;
}

.langRow:hover {
    background-color: #1D1D1D;
}

.langRow .txt {
	color: #fff;
}

.languages #selLang {
    pointer-events: none;
    border: 1px solid #F6CF16;
    border-radius: 2px;
}
.expandable-list {
    background-color: #1D1D1D;
}
.languages{
	width:70px;
}
    .languages #selLang > a:after {
        color: #999999;
    }
.open .menu-list {
    background: #1D1D1D;
}

/*different arabic flag*/
.lang.ar {
	background-position: -21px -135px;
}
