/** Esempio di css custom per tema elio */
a, [class*=sidebar-dark-] .sidebar a, .page-link {
    color: #F8B133;
}
a:hover, .page-link:hover {
    color: #e84918;
}
#main-login:after,
.box-logo{
    background:url(svg/custom/logo.svg) no-repeat center top !important;
}
.btn-primary, #tag_list_div a {
    background: #F8B133;
}
.btn-primary:hover {
    background: #F8B133;
}
#header-login, [class*=sidebar-dark-], .main-footer, .table-admin thead, .page-item.active .page-link {
    background: #222;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover,
.main-radio-button input[type=radio]:checked ~ .check::before{
    background: #F8B133
}

.main-radio-button input[type=radio]:checked ~ .check, .main-radio-button:hover .check {
    border-color:#F8B133;
}
.main-radio-button input[type=radio]:checked ~ .check::before {
    background:#F8B133;
}
.main-radio-button input[type=radio]:checked ~ label  {
    color:#F8B133;
}

.page-item.active .page-link {
     border-color: #F8B133 ;
}
.box-table-user .btn-search-tag {
    border-color:#F8B133; color:#F8B133;
}


.box-table-user .btn-search-tag:before {
    background-image: url(svg/custom/tag-search.svg);
}

#userstable .select-checkbox:hover:before             {      border-color:#F8B133 ;
}

#userstable .dett-user:hover:before {
    background: url("svg/custom/dett-active.svg") no-repeat center top
}
.box-image-profile {
    background: url(svg/custom/user.svg) no-repeat center top;
}
.wrap-button-box {
    background: #222;
}

.list-option-message li:hover .check                  {      border: 5px solid #F8B133;
}
.list-option-message li input[type=radio]:checked ~ .check {  border: 5px solid #F8B133;
}
.list-option-message li input[type=radio]:checked ~ .check::before  { background: #F8B133;
}
.list-option-message li input[type=radio]:checked ~ label     {    color: #F8B133;
}


