header {
    margin-bottom: 0 !important;
}

.btn:hover {
    cursor: pointer;
}

.left-sidebar li.nav-item.active a {
    color: #555;
    font-weight: 500;
}

.custom-file-control::after {
    content: "Выберите файл...";
}

.custom-file-control::before {
    content: "Выбрать";
}

.header-image {
    background: url('../images/header_bg.jpg');
    height: 310px;
    background-size: 100%;
    margin-bottom: 40px;
}
a {
    color: #777;
}
a:hover {
    color: #333;
}
.navbar-brand {
    color: #777;
    font-size: 38px;
    font-weight: 100;
    display: inline-block;
    width: 357px;
    white-space: normal;
    line-height: 45px;
    margin: 15px 0;
}
.navbar-brand:hover {
    color: #333;
}
.page-title {
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
}

.table thead th {
    background: none;
    border-top: none;
    border-bottom: 1px solid #0078AD;
}