.bg-color-white {
    background-color: #ffffff;
}
.bg-color-eeeeee {
    background-color: #eeeeee;
}
.border-light-gray {
    border-color: #d3d3d3;
}
.border-cccccc {
    border-color: #cccccc !important;
}
.border-color-black {
    border-color: #000000;
}
.h-20px {
    height: 20px;
}
.h-25px {
    height: 25px;
}
.h-30px {
    height: 30px;
}
.h-35px {
    height: 35px;
}
.h-40px {
    height: 40px;
}
.h-45px {
    height: 45px;
}
.h-50px {
    height: 50px;
}
.h-100px {
    height: 100px;
}
.w-50px {
    width: 50px;
}
.w-100px {
    width: 100px;
}

/*** Header NAV ***/
#header .dropdown-menu .menu-item a.d-block:hover,
#header .dropdown-menu .menu-item.active a.d-block
{
    background-color: #f5f5f5;
    text-decoration: none;
}
/** End Header NAV */