html,
body {
    font-family: 'PT Sans', sans-serif;
}

.table-hover tbody tr:hover {
    background-color: #FAFAFA
}

.table th, .table td {
    vertical-align: middle;
}

.select.select2 {
    opacity: 1;
}

#select2-perPage-container {
    line-height: 1;
}

.tr-clickable {
    cursor: pointer;
}

.text-green {
    color: #00b300;
}

.timeline.timeline-6.timeline-date .timeline-item .timeline-label {
    width: 90px;
}

.timeline.timeline-6.timeline-date:before {
    left: 90.5px
}

.menu-item .menu-link .select2-selection {
    background-color: #EEF0F8;
}

.brands-links {
    margin: auto 0;
    height: 55px;
    overflow: hidden;
}

.brands-links a img {
    height: 55px;
}

@media (max-width: 1440px) {
    .brands-links a img {
        height: 50px;
        margin: 5px 0;
    }
}

@media (max-width: 1366px) {
    .brands-links a img {
        height: 45px;
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .brands-links {
        display: none;
    }
}
