#sidebar-menu>ul>li>a { color: #d6d3d3 !important; }
.nav-second-level li a { color: #d6d3d3 !important; }
#sidebar-menu>ul>li>a:hover { color: #fff !important; }

/* oprava nova sablona */
.page-title {  }
.page-title-right { position: absolute; right: 27px; }

.page-title-box { position: relative; }

navbar-custom.clear { clear: both; }

/* barva menu aktivni */
.metismenu li a[aria-expanded="true"] { color: white !important; }


.left-side-menu { background: #38414a !important; overflow: scroll; }

/* barva horniho pruhu */

.navbar-custom { background: #a98b65; }

.logo-box { background: #ab8d68 !important; }

.button-menu-mobile { background: #31689b; }

#sidebar-menu .menuitem-active>a { color: white; }
#sidebar-menu .menuitem-active .active { color: white; }
#sidebar-menu a:hover { color: white !important; }

.app-search-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red !important;
    opacity: 1; /* Firefox */
}

/* padding */
.card-box { padding: 14px; padding-top: 8px; background: white; background-clip: border-box; border: 1px solid #e7eaed; }

.page-title-box { margin: 0 -27px 12px; }

.navbar-custom .app-search .form-control { border-radius: 0px; }
.navbar-custom .app-search .btn { border-radius: 0px; }

.alert-danger { background: #ffc4d6 !important; color: #fa004c !important; border-color: #ffc4d6 !important;; }
.alert-danger .ui-pnotify-icon { color: #fa004c !important; }

.table td, .table th {
    padding: 8px;
}

.history {
    color: grey;
    font-style: italic;
    font-size: 11px;
}

.btn-history {
    background: #f0f0f0;
    color: grey;
    border: 1px solid grey;
}

.import_id {
    padding: 6px;
    border: 1px solid #f1e792;
    background: #faf6d9;
}

.datagrid-settings .btn { background: green; border-color: green; margin-left: 22px; }