.variable{
	font-weight: bold;
	font-size: 14px;
	margin-left: 24px;
}
.valor{
	font-size: 14px;
	margin-left: 6px;
}

#ContenedorBotonGuardar {
    position: fixed;
    background-color: #f3f3f4;
    bottom: 0;
    width: 100%;
    padding: 12px;
    z-index: 999;
}

.checkbox-inline{
  margin-top: -14px !important;
}

input[type=checkbox] {
    margin-left: 0px !important;
}

.radio.i-checks>label{
    
    display: inline;
    padding-left: 30px !important;
}

.radio.i-checks>label:hover{
    color: #1AB394;
}

.badge-pink{
    background-color: #ff53ff;
    color: #FFFFFF;
}


.warning-red{
    color: white;
    animation:animacionLabelExpedienteIncompleto 1s;
    -moz-animation:animacionLabelExpedienteIncompleto 1s infinite; /* Firefox */
    -webkit-animation:animacionLabelExpedienteIncompleto 1s infinite; /* Safari and Chrome */
}

.warning-red:hover{
    color: white;
}

@-moz-keyframes animacionLabelExpedienteIncompleto /* Firefox */ {
    0% {
        background-color:red;
    }
    50% {
        background-color:#f8ac5a;
    }
    100% {
        background-color:red;
    }
}

@-webkit-keyframes animacionLabelExpedienteIncompleto /* Safari and Chrome */ {
    0% {
        background-color:red;
    }
    50% {
        background-color:#f8ac5a;
    }
    100% {
        background-color:red;
    }
}
