.select2{
    border: none !important;
}

.select2 > span{
    border: none !important;
}

.select2 > span > span{
    border: none !important;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.03);
    border-radius: 0 !important;
    height: 41px !important;
    padding-top: 5px !important;
    background: #fff !important;
}

.modal-fipe-input {
    border:none;
    text-align: left;
    border-left: 1px dashed #cecece;
    border-bottom: 1px dashed #cecece;
    float: left;
    margin-right: 10px;
    width: 45%;
    padding: 5px;
    margin-top: 20px;
}

.form-control{
    border: 1px dashed #cecece !important;
}

.select2-container{
    border: 1px dashed #cecece !important;
}

.text-slider-degrade{
    text-align: center !important;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,0.4), rgba(0,0,0,0));
    min-height: 180px !important;
}
