
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.cursor{
    cursor:pointer;
}

.select2 {
    width:100% !important;
}

table{
    width:100% !important;
}

.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single {
    background-color: #fefeff;
    border-color: #3abaf4;
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single { 
    min-height: 0;
    border-color: #3abaf4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { 
     line-height: 25px;
     padding-left: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
     width: 19px; 
     min-height: 0px; 
}