/*

    Estils personalitzats del backend

*/


.form-utm input:focus,
.form-utm select:focus,
.form-utm textarea:focus{
    border: 2px solid blue;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


label.required::after{
    content: ' *';
    color: red;
}

ul{
    list-style-type: circle;
}


/* disseny personalitzat pel select 2 de tags */
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #337ab7 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #1f1e1e !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #2e6da4;
    border-radius: 5px !important;
    height: 35px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 5px !important;
    cursor: text;
}

.select-container{
    display: inline-block;
    margin: 5px;

}

.select-filter_company_id{
    min-width: 200px;
}

.select-filter_link_type{
    min-width: 200px;
}

.box-header, .box-body
{
    padding: 5px;
}

.dataTables_filter input[type="search"] { width: 300px }

.logged-user:hover{
    cursor:default;
}

.btn-xs{
    margin: 2px;
    display: inline-block;
}


.header-logo {
    margin-top: -7.5px;
}

.login-logo-image{
    display: inline-block;
}