.select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}

.select2-selection--single, .select2-selection--multiple {
    /*//border: none !important;*/
    border: 1px solid black !important;
    border-radius: 25px !important;
    /*//line-height: 32px !important;*/

    /*//border: 3px solid #EEEEEE !important;*/

}

.select2-container--default .select2-selection--single {
    /*//border: none !important;*/
    border: 1px solid black !important;
    border-radius: 25px !important;
    height: 47px !important;
    line-height: 32px !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 100%;
    /*//height: 47px!important;*/
    line-height: 32px !important;
}

/*//.select2-container .select2-selection--multiple{*/
/*//    display: inline-table;*/
/*//}*/

/*.select2-selection__rendered {*/
/*    line-height: 45px !important;*/
/*    *padding: 0 5px;
/*}*/


.select2-container {
    width: 100%;
    /*height: 100%;*/
    /*z-index: 2000;*/
}

.select2-results {
    color: #0a0a0a;
}


/*//.select2-container{*/
/*//    border: 3px solid #EEEEEE!important;*/
/*//}*/
/*//.select2-selection--single, .select2-selection--multiple {*/
/*    //height: 54px !important;*/

/*//padding: 10px !important;*/

/*//}*/

/*//.select2-selection--single {*/
/*//    line-height: 44px !important;*/
/*//*/
/*//}*/

/*//.select2-selection--multiple .select2-selection__choice {*/
/*    //height: 38px;*/
/*    //line-height: 38px;*/
/*//}*/

/*//.select2-selection--multiple {*/
/*//    line-height: 44px !important;*/
/*//}*/

/*//.select2-container .select2-search--inline .select2-search__field {*/
/*//    margin: 0;*/
/*//}*/

.select2-selection__arrow {
    line-height: 45px !important;
    height: 45px !important;
}


.stage-select2-custom .select2-container--default .select2-selection--single {
    height: 32px !important;
    line-height: 32px !important;
}

.stage-select2-custom .select2-selection--single, .stage-select2-custom .select2-selection--multiple {
    /*//border: none !important;*/
    border: none !important;
    border-radius: 3px !important;
}

.stage-select2-custom .select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 3px !important;
}

.stage-select2-custom .select2-selection__rendered {
    line-height: 42px !important;
}
