﻿
/* Rules page */
/*.logo {
    background: url('images/ClientLogo/undefined/big.png') no-repeat;
    width: 115px;
    height: 36px;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .logo {
        background: url('images/ClientLogo/undefined/sm.png') no-repeat;
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}*/

body {
    background-color: #A1A1A4;
}

header {
    background: #E2E2E2;
    box-shadow: 3px 1px 4px #000;
}

.languages .select-list,
.langRow {
    background-color: #f1f1f1;
}

    .langRow .txt {
        color: #333333;
    }

    .langRow:hover {
        background-color: #f9f9f9;
    }

.languages #selLang > a {
    border-radius: undefinedpx;
}

.expandable-list {
    background-color: #A1A1A4;
}

.main-col {
    background: #E2E2E2;
    color: #000;
}

.expandable-list .menuleft .menuleftа {
    background: #E2E2E2;
    color: #000;
}

    .expandable-list .menuleft .menuleftа:hover {
        background: #f1f1f1;
    }

.expandable-list .menuleft ul li a {
    background-color: #C4C4C4;
    color: #4d4d4d;
}

    .expandable-list .menuleft ul li a:hover {
        background-color: #d3d3d3;
    }

.expandable-list .menuleft ul li.active a {
    background-color: #D4D4D4;
}

.content-head {
    color: #00788C;
}

.mob_nav {
    color: #333333;
}

.subMenu .arrow,
.languages #selLang > a:after {
    color: #333333;
}
