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

.select2-container{
    min-width: 220px;
}
.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;
}*/
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000;
}

.form-check-label{
    cursor: pointer;
}

.progress-line{
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.progress-line .progress-line-step{
    text-align: center;
    flex: 1;
    position: relative;
}
.progress-line .progress-line-step:after{
    content: '';
    width: 100%;
    height: 5px;
    background: #ccc;
    top: 25%;
    left: 50%;
    position: absolute;
    z-index: 1;
}
.progress-line .progress-line-step:last-child:after{
    display: none;
}
.progress-line .progress-line-step .step-between-info{
    background: #ccc;
    top: 29%;
    left: 89%;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 70px
}
.progress-line .progress-line-step .step-icon{
    width: 30px;
    height: 30px;
    background: #ccc;
    color: #203F56;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.progress-line .progress-line-step .step-icon i{
    font-size: 12px;
}
.progress-line .progress-line-step .step-description{
    font-weight: bold;
    margin-top: 2px;
    font-size: 12px;
}
.progress-line .progress-line-step.active .step-icon{
    background: #203f56;
    color: #fff;
}
.progress-line .progress-line-step.active:after{
    background: #ccc;
    content: '';
}
.progress-line .progress-line-step.finished .step-icon{
    background: #289548;
    color: #fff;
}
.progress-line .progress-line-step.finished:after{
    background: #289548;
    content: '';
}
.progress-line .progress-line-step.finished .step-between-info{
    background: #289548;
    color: #fff;
}

.w-5{
    width: 5%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-33{
    width: 33%;
}
.w-35{
    width: 35%;
}
.w-40{
    width: 40%;
}
.w-45{
    width: 45%;
}
.w-50{
    width: 50%;
}
.w-55{
    width: 55%;
}
.w-60{
    width: 60%;
}
.w-65{
    width: 65%;
}
.w-70{
    width: 70%;
}
.w-75{
    width: 75%;
}
.w-80{
    width: 80%;
}
.w-85{
    width: 85%;
}
.w-90{
    width: 90%;
}
.w-95{
    width: 95%;
}
.w-100{
    width: 100%;
}

.pagination{
    margin-bottom: 0px;
    padding-bottom: 10px;
}