.accent-success .btn-link:hover,
.accent-success .nav-tabs .nav-link:hover,
.accent-success a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
color: #04181f !important;
}
.table-hover tbody tr:hover {
    background-color: #e5f6f6 !important;
    cursor: pointer !important;
}
.btn-default {
    background-color: #44b3ca !important;
    color: #ffffff !important;
}
a.inline-deletelink {

    background-color: #FF501EFF;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.inline-deletelink:hover {
    background-color: #ff501e;
    border-color: #ff4711;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
}
.navbar {
    background-color: #04181f !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: none;
    letter-spacing: 0.02rem;
}
body {
    color: #264447 !important;
}
.navbar a, .navbar .navbar-brand {
    color: #5baaaa !important;
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: none !important;
}
.breadcrumb-item.active {
    color: #1ca7bd !important;
}

[class*=sidebar-dark-] {
    background-color: #04181f !important;
}
.sidebar {
    background-color: #04181f !important;
}

.sidebar .nav-link,
.sidebar .nav-item a {
    color: #ffffff !important;
}

.sidebar .nav-link.active,
.sidebar .nav-item a.active {
    background-color: #03303e !important;
    color: #ffffff !important;
}
.table thead th {
    color: #0f6674 !important;
}
.accent-info .btn-link,
.accent-info .nav-tabs .nav-link,
.accent-info a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
    color: #0e525e !important;
}

.accent-info .btn-link:hover,
.accent-info .nav-tabs .nav-link:hover,
.accent-info a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
    color: #1ca7bd !important;
}

.brand-text {
    font-size: 16px;
    line-height: 1;
    font-family: Verdana;
    font-weight: 800 !important;
}
.navbar-cyan {
    background-color: #022a32 !important;
    color: #badddd !important;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 80px;
    height: auto;
    max-height: 80px;
}
input[name="_addanother"] {
    display: none;
}

#changelist-search .form-group {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    min-width: 200px;
}

#changelist-search input[type="text"] {
    width: 250px;
}

#changelist-search button {
    height: 38px;
}

.select2-container {
    width: 200px !important;
}
#changelist-form table {
    width: 100% !important;
    border-collapse: collapse !important;
}
.related-widget-wrapper img {
    vertical-align: middle;
    margin-left: 5px;
}
.related-widget-wrapper img {
    width: 20px!important;
    height: 20px!important;
    margin-left: 10px;
    vertical-align: middle;
}
#changelist-form table th,
#changelist-form table td {
    max-width: 300px !important;
    overflow: hidden !important;
    text-align: left !important;
    vertical-align: middle !important;
}

#changelist-form table tr {
    height: 50px !important;
}


#changelist-form table input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

.nav-item a[href="/admin/"] {
    display: none !important;
}
/*убрать "последние действия"*/
/*#recent-actions-module {*/
/*    display: none;*/
/*}*/