/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/06/2017, 02:08:13 PM
    Author     : ycieza
*/

#loadingmessage{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    background-size:contain;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
        url('../images/loading.gif') 
        50% 50% 
        no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)
}

/*alerta máx caracteres textarea*/
.alert{
    color: #c50707;
    font-weight: bold;
    font-size: 18px;
    padding: 0 !important;
    float:right;
}

.ok{
    color: #0064CD;
    font-size: 18px;
    font-weight: bold;
    float:right;
}