.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: white;
}

.navbar.navbar-default, .navbar.navbar-default.navbar-glass:hover {
    border-bottom: 0;
}

.logo {
    height: 40px;
    position: relative;
    top: -10px;
}

.dt-buttons .btn {
    margin-right: 10px;
}

.table-responsive.--no-buttons .row:nth-of-type(2),
.table-responsive .row:nth-of-type(3) {
    padding: 0;
}

.table-responsive.--no-buttons .row:nth-of-type(1),
.table-responsive.--no-buttons .row:nth-of-type(2),
.table-responsive .row:nth-of-type(2),
.table-responsive .row:nth-of-type(3) {
    border-bottom: 0;
}

.dataTables_filter input[type=search] {
    margin-left: 10px;
}

.dataTables_length select {
    margin-right: 6px;
}

/* table row states */
[class*=state] td:first-of-type {
    padding: 0;
}

[class*=state] td:first-of-type a {
    color: black;
    display: block;
    line-height: 2.5;
    text-align: center;
    text-decoration: none;
}

[class*=state] td:first-of-type:hover a {
    color: white;
}

.state-0 td:first-of-type {
    background-color: rgba(222, 129, 92, 0.5) !important;
}

.state-1 td:first-of-type {
    background-color: rgba(222, 178, 92, 0.5) !important;
}

.state-2 td:first-of-type {
    background-color: rgba(175, 222, 92, 0.5) !important;
}

.state-0 td:first-of-type:hover {
    background-color: rgba(222, 129, 92, 1) !important;
}

.state-1 td:first-of-type:hover {
    background-color: rgba(222, 178, 92, 1) !important;
}

.state-2 td:first-of-type:hover {
    background-color: rgba(175, 222, 92, 1) !important;
}

#callTable_processing, #notificationsTable_processing {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0;
    bottom: 0;
    display: flex !important;
    font-size: 30px;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        font-size: 12px;
        padding: 15px 10px;
    }

    .container {
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

#page-wrapper {
    padding-top: 65px;
}

.navbar {
    border-bottom: 1px solid #454e59 !important;
}

.navbar .active .caret,
.navbar .active:hover .caret,
.navbar li:hover .caret {
    border-bottom-color: white;
    border-top-color: white;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 15px 10px !important;
    }
}