
#float-alerts{
    position: fixed;
    right: 25px;
    list-style-type: none;
    top: 80px;
    min-width: 400px;
    z-index: 999;
}

.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px; 
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000!important;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.w-5{
    width: 5%!important;
}
.w-10{
    width: 10%!important;
}
.w-15{
    width: 15%!important;
}
.w-20{
    width: 20%!important;
}
.w-30{
    width: 30%!important;
}
.w-35{
    width: 35%!important;
}
.w-40{
    width: 40%!important;
}
.w-45{
    width: 45%!important;
}
.w-55{
    width: 55%!important;
}
.w-60{
    width: 60%!important;
}
.w-65{
    width: 65%!important;
}
.w-70{
    width: 70%!important;
}
.w-80{
    width: 80%!important;
}
.w-85{
    width: 85%!important;
}
.w-90{
    width: 90%!important;
}
.w-95{
    width: 95%!important;
}