.navbar-default {
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav .dropdown-menu {
    background: -moz-linear-gradient(top, #e6e6e6 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, white 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, white 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, white 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, white 100%);
}

.navbar-default .navbar-nav>li.activeMenu a.js-activated {
    border-bottom: 6px solid #e31d12;
}

li.dropdown.open,
li.dropdown.open>a {
    min-height: 90px;
}

.navbar-nav>li>a:active,
.navbar-nav>li:active {
    min-height: 90px;
}

.navbar-nav .dropdown-menu li a:hover {
    text-decoration: underline;
    background: none;
    color: #000;
    min-height: 90px;
}

.navbar {
    position: relative;
    min-height: 84px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    padding: 25px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 84px;
    margin-right: 15px;
}

.navbar-nav>li>a {
    padding-top: 28px;
    padding-bottom: 29px;
}

.navbar-nav>li>.dropdown-menu {
    border: 0;
    z-index: 99999;
    top:98%;
}

:lang(en_US) .navbar-brand img {
    padding-right: 50px;
}

:lang(ar_SA) .navbar-brand img {
    padding-left: 50px;
}

@media ( max-width :400px) {
    .navbar {
        top: 0;
        bottom: 0;
        margin: auto;
        min-height: auto;
    }
    .navbar-header {
        position: relative;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-brand img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 60%
    }
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.well {
    background-color: #fff;
}

.panel-default>.panel-heading {
    background-color: #fff;
}

.col-auto {
    width: auto;
}

a.list-group-item:focus {
    background-color: #fff;
}

.form-control-plaintext {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}
