.auth-bg {
    background-image: url('/assets/img/photos/bg-auth.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

button.dt-button.buttons-columnVisibility.active {
    background: #d8e5f8 !important;
    border: 1px solid black;
    margin-top: 5px;
}

button.dt-button.buttons-columnVisibility  {
    background: white !important;
    border: 1px solid black;
    margin-top: 5px;
}

.dt-down-arrow {
    display: none;
}

.dt-button-collection {
    margin: 8px;
}

.input-radius {
    border-radius: 5px !important;
}

.btn-block {
    width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color: white;
    /*color: #495057 !important;*/
}

.bootstrap-select {
    border: 1px solid #ced4da;
}

.filter-option-inner-inner {
    color: #495057;
}

.btn-input {
    border: 1px solid #ced4da;
}

.custom-card {
    border: 1px solid darkgray;
    border-radius: 5px;
    /*padding: 20px;
    margin: 10px 5px;*/
}

.radio-success:checked {
    background-color: #1cbb8c;
    border-color: #1cbb8c;
}

.radio-warning:checked {
    background-color: #fcb92c;
    border-color: #fcb92c;
}

.radio-danger:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* style per selectpicker */
.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
    background-color: #fff;
    border-color: #9dbeee;
    box-shadow: 0 0 0 0.2rem rgba(59,125,221,.25);
    color: #495057;
}
