.takeComplain:hover {
    cursor: pointer;
}

.modal-title {
    float: left;
}

button.close {
    float: right;
}

input.invalid, textarea.invalid {
    border: 1px solid #ffde00;
}

aside.left-panel {
    background-color: #ffffff;
}

a.text-muted {
    color: #d0d0d0;
}

.navigation > ul > li.active > a {
    color: #000000;
}

.navigation > ul > li.active:hover > a {
    color: #ffffff;
}



.navigation > ul > li.active > a {
    background: #a5a5a5;
}

.navigation > ul > li.active > a:hover {
    /*background: #edf0f0;*/
    color: #ffffff;
}

.navigation ul li ul li a:hover {
    color: #ffffff;
}

.navigation ul li ul {
    display: none;
    background-color: #d6d8d8;
    padding-bottom: 10px;
}

.navigation ul li ul li.active a {
    color: #000000 !important;
}

.navigation > ul > li.active:hover > a
{
  background: #9e979b;
}

.navigation > ul > li {
    overflow: hidden;
}

.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    background-color: #9e979b;
    border: 1px solid #9e979b;
    color:  #000000 !important;
}


#sellers-form-container div.seller-row:not(:last-child) {
    border-bottom: 1px solid grey;
}

#sellers-form-container div.seller-row:not(:first-child) {
    margin-top: 5px;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

.inline-block {
    display: inline-block;
}

i.float-right {
    float: right;
}

p.dealer-email {
    padding: 3px;
    width: 100%;
    pointer-events: none;
}

p.dealer-email i {
    margin-top: 3px;
}

p.dealer-email i {
    pointer-events: auto;
}

p.dealer-email:hover {
    background-color: #ffde00;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 754px) {
    .navigation li.header {
        font-size: 10px;
    }
}

.mini-stat-2 {
    background-color: #9e979b;
}
