﻿/*.satisfactorio-modal .modal-header{
    background-color: #33b86c;
}*/
.satisfactorio-modal .icono-msj{
    color: #33b86c;
}

/*.satisfactorio-modal .modal-title{
    color: #FFF;
}*/

/*.warning-modal .modal-header{
    background-color: #ffd740;
}*/

.warning-modal .icono-msj{
    color: #ffd740;
}

/*.warning-modal .modal-title{
    color: #000;
}*/

/*.error-modal .modal-header{
    background-color: #ef5350;
}*/

.error-modal .icono-msj{
    color: #ef5350;
}

/*.error-modal .modal-title{
    color: #FFF;
}*/

/*.pregunta-modal .modal-header {
    background-color: #337ab7;
}*/

.pregunta-modal .icono-msj{
    color: #337ab7;
}

/*.pregunta-modal .modal-title{
    color: #FFF;
}*/

.label-table {padding:3px !important;}

.modal {
    /*! adjust transition time */
    -webkit-transition: all ease-out !important;
    -moz-transition: all 0.1s ease-out !important;
    -o-transition: all 0.1s ease-out !important;
    transition: all 0.1s ease-out !important;
}
.modal.in .modal-dialog {
    /*! editthis transform to any transform you want */
    -webkit-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}
.modal.fade .modal-dialog {
    /*! disable sliding from left/right/top/bottom */
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.error-input{
    border: 1px solid #ef5350 !important;
}