.takeComplain:hover {
    cursor: pointer;
}

.modal-title {
    float: left;
}

button.close {
    float: right;
}

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

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

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

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

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



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

.navigation > ul > li.active > a:hover {
    /*background: #edf0f0;*/
    color: rgba(0, 0, 0, 0.82);
}

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

.text-danger {
    color: #05141f !important;
}

.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: #9ba1a5;
    border: 1px solid #9ba1a5 ;
}


#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: #cdd0d2;
    color: #ffffff;
    cursor: pointer;
}

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

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

select[name="active_dealer"] option[selected] {
    font-weight: bold;
}


.page-title {
    padding: 10px 0px 20px;
}
.page-title h3 {
    padding-left: 28px;
}

