.padding-icon{
    margin-right: 15px;
}

a.disabled {
/* Make the disabled links grayish*/
color: gray;
/* And disable the pointer events */
pointer-events: none;
}

fieldset {
    border: 1px solid #B0BEC5;
    border-radius: 10px;
    padding: 10px;
}

legend {
    border-style: none;
    border-width: 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 10px;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.noHover .btn:hover{
    background-color: transparent;
    color: #000;
}

select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}


/*Select2 ReadOnly End*/

