/*Admin toolbar icon for custom link*/
.toolbar .toolbar-icon.oktopro-link:before {
    background-image: url(/themes/custom/oktopro/favicon.ico?v=1);
}

.toolbar .toolbar-icon[class*='views-codes-export-export-codes']:before {
    background-image: url(/core/themes/stable/images/core/icons/787878/twistie-down.svg);
}

.toolbar-menu-administration > ul > li:nth-child(10) ul a {
    padding: 12px 13px;
}

.toolbar .toolbar-icon[data-drupal-link-system-path="admin/oktopro"]:before {
    background-image: url(/themes/custom/oktopro/logo-white.png);
}

.adminimal-admin-toolbar .toolbar .toolbar-menu .toolbar-menu a.toolbar-icon[data-drupal-link-system-path="admin/structure/oktopro"],
.adminimal-admin-toolbar .toolbar .toolbar-menu .toolbar-menu a.toolbar-icon[data-drupal-link-system-path="admin/config/oktopro"] {
    padding-left: 35px;
}
.adminimal-admin-toolbar .toolbar .toolbar-menu .toolbar-menu a.toolbar-icon[data-drupal-link-system-path="admin/structure/oktopro"]:before,
.adminimal-admin-toolbar .toolbar .toolbar-menu .toolbar-menu a.toolbar-icon[data-drupal-link-system-path="admin/config/oktopro"]:before {
    background-image: url(/themes/custom/oktopro/logo-white.png);
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: ' ';
    display: block;
    height: 100%;
    left: 12px;
    position: absolute;
    top: 0;
    width: 15px;
}

.red a:hover,
.red a {
    color: red !important;
    font-weight: bold;
    padding-right: 5px;
}

.warning a:hover,
.warning a {
    color: #ff8300;
    font-weight: bold;
    padding-right: 5px;
}

.green a:hover,
.green a {
    color: #077016 !important;
    padding-right: 5px;
}
