/**
* Hoja de estilos de grupo bafer 
* Creada por Rodrigo Pascual Arnaiz
*/


/**
* Estilos para todos los apartados
*/

    /* Cambio de color a las clases de boostrap */
    body .btn-primary{
        background:#75AF26  ;
        border: 1px solid #75AF26 ;
    }
    body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus{
        background:#35af26!important;
        border: 1px solid #35af26!important ;
    }
    body .btn-danger{
        background:#007AC4 ;
        border: 1px solid #007AC4;
    }
    body .btn-danger:hover , body .btn-danger:active, body .btn-danger:focus{
        background:#0040d0 !important;
        border: 1px solid #0040d0!important;
    }
    body input[switch]:checked + label {
        background-color: #75AF26;
    }
    body .nav-tabs-custom > li > a::after {
        background: #007AC4;
    }
    body .nav-tabs-custom > li > a.active {
        color: #007AC4 !important;
    }
    body .btn-default  {
        cursor:pointer;
        color: #fff!important;
        background-color: #007AC4!important;
        border-color: #007AC4!important;
    }
    body .btn-default:hover  {
        background:#0040d0 !important;
        border-color:#0040d0!important;
    }
    body .pagination .page-item.active .page-link{
        
        background:#007AC4 ;
        border: 1px solid #007AC4;
    }
    /* Quitar de los inputs todos los rebordes menos el inferior */
    body input.form-control {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
    }
    body input.form-control:focus,body input.form-control:hover  {
        border-color: #ced4da;
        transition: all 0.25s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    body .select2-container .select2-selection--single,body select.form-control {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
    }
    body .select2-container .select2-selection--single:hover,body select.form-control {
        border-color: #E3E3E3;
        transition: all 0.25s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/**
* Apartado vehiculos 
*/
.tasacion_vehiculos{
    background: #e6e6e6;
}
.unit{
    position: absolute;
    right: 20px;
    top: 40px;
    float: right!important;
}