@font-face {
    font-family: "Renault";
    src: url("/fonts/cyrillic/RenaultLifeCy-Regular.woff") format('woff');
}

html,
body {
    height: 100%;
}


table td {
    min-width: 120px;
}

table th a {
    color: #000 !important;
}

.bg-corporate {
    background-color: #fc3;
}

.font-renault-cyrillic {
    font-family: "Renault", serif;
}

.fs-2em {
    font-size: 2em !important;
}

.fs-2x5em {
    font-size: 2.5em !important;
}

.fs-1x5em {
    font-size: 1.5em !important;
}

.font-helvetica {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.pagination .active .page-link {
    background-color: #fc3 !important;
    border-color: #000;
}

.pagination a {
    color: #000 !important;
}

.detail-view tr td:last-of-type {
    text-align: right;
}

.svg-logo {
    height: 50px;
}

@media (max-width: 767px) and (max-width: 480px) {
    .svg-logo {
        width: 120px;
    }
}


.list-view .pagination li:first-of-type {
    margin-left: auto;
}

.list-view .pagination li:last-of-type {
    margin-right: auto;
}

.list-view table tr:first-of-type td, .list-view table tr:first-of-type th {
    border-top: none;
}