.desabilita-loading .spinner{
	display: none !important;
}
.habilita-loading .has-loading{
	border-bottom-right-radius: 0 !important; 
	border-top-right-radius: 0 !important;
}

.btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-clean:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-clean.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #fff;
}


.sis-thumb{
    width: 150px;
    height: 150px;
    background-size:90% auto;
    background-repeat: no-repeat;
    background-position: center;
}