﻿/*esto se agrego para el select2 sea mas alto*/
.select2-selection__rendered {
    line-height: 31px !important;
}

/*.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}*/

/*Fin select2*/


/* SELECT BOX DESIGN */
.select2-selection--single {
    height: 30px !important;
    /*box-shadow: 2px 15px 18px -18px rgba(0,0,0,0.75) !important;*/
    /*color al borde izquierdo*/
    /*border-left: 2px solid red !important;*/
}


