html.dark-mode .ui-widget-content, html.dark-mode .ui-widget-header {
    background-color: #202020 !important;
}
html.layout-phone .popover-header, html.layout-small .popover-header {
    background-color: #202020 !important;
}
html.dark-mode body {
    background-color: #202020 !important;
}
html.dark-mode:not(.touch) ::-webkit-scrollbar-track {
    background-color: #202020 !important;
}
html.dark-mode #taskmenu .action-buttons a {
    color: #6d92cb !important;
}
html.dark-mode .listing li.selected, html.dark-mode .listing li.selected>a, html.dark-mode .listing li.selected>div>a, html.dark-mode .listing tr.selected td {
    color: #6d92cb !important;
}
html.dark-mode .btn-primary {
    background-color: #0050ce !important;
    color: #fff !important;
}
html.dark-mode .custom-file-label:focus:not(.is-invalid), html.dark-mode .form-control:focus:not(.is-invalid) {
    border-color: #0050ce !important;
}

@media screen and (max-width: 480px){
html.dark-mode #layout-menu .popover-header {
    border-bottom: none !important;
}
}
html.dark-mode.layout-phone #layout-menu {
    background: #202020 !important;
}
html.dark-mode #layout-menu {
    border-right: none !important;
}
html.dark-mode.layout-phone .popover, html.dark-mode.layout-small .popover {
    border-left: none !important;
}
html.dark-mode .popover {
    background-color: #202020 !important;
}


.btn-primary{
color:#fff;background:#0050ce !important;
border-color:#0050ce !important;
}
.form-control:focus, .tagedit-list[tabindex="-1"] {
    border-color: #0050ce !important;
    box-shadow: 0 0 0 0.2rem rgba(0,80,206,.25) !important;
}
@media screen and (min-width: 481px){
#layout-menu .popover-header {
    background-color: #202020!important;
}
}
@media screen and (min-width: 481px){
#layout-menu {
    background-color: #202020 !important;
    border-right: none !important;
}
}
@media screen and (min-width: 481px){
#taskmenu .action-buttons a {
    color: #6d92cb !important;
}
}