.control-label {
    font-size: 14px;
}

.span-info {
    padding: 2px 5px;
    border-radius: 2px;
}

a > .fa {
    font-size: 12px;
}

.page-item.active .page-link {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.form-horizontal {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}

.page-item.active > .page-link{
    background-color: #444444!important;
    border-color: #444444!important;
    color: #fff!important;
}

.page-link{
    color: #444444!important;
}



