﻿
.processing {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax.gif') 
                50% 50% 
                no-repeat;
}


body.loading {
    overflow: hidden;   
}

body.loading .processing {
    display: block;
}

#dataTables {
    font-size:12px;
}
#dataTables .fa-check{

    color:#00FF00;
}

#dataTables .fa-clock-o{

    color:#0000FF;
}


#dataTables .fa-ban{

    color:#FF0000;
}

#dataTables .fa-clock-o{

    color:#0000FF;
}

#dataTables .fa-times{

    color:#FF0000;
}


#dataTables .fa-flask{

    color:#ffd800;
}

label.text-danger {
    color:#ff0000;
   
}


.tipo-estados {
font-size: 14px;
padding-right: 10px;
margin-left: 10px;
display: inline-block;
padding-bottom: 4px;
}

.tipo-estados .fa{ margin-right: 5px; } 

.tipo-estados .fa-check{

    color:#00FF00;
}

.tipo-estados .fa-clock-o{

    color:#0000FF;
}


.tipo-estados .fa-ban{

    color:#FF0000;
}

.tipo-estados .fa-clock-o{

    color:#0000FF;
}

.tipo-estados .fa-times{

    color:#FF0000;
}


.tipo-estados .fa-flask{

    color:#ffd800;
}

input.text-danger {
    border: 1px solid #ff0000;
}

.form-group .msg-error{
  color: #a94442;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}


/*.form-group #comentario_origen_detalle_referido {
display:none;
}*/