.loadingGw
{ 
    position:fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.1);
    background-image:url('https://cdn.guicheweb.com.br/gw-bucket/imagens/gwload.svg');
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 1.0;
}

#message{
    position: fixed;
    top:5px;
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight:  bold;
    font-size:  18px;
    color:white;
    padding-top: 10px;
    display: none ;        
}

.gw-danger {
     background-color: #a94442;
}

.gw-success {
     background-color: #3c763d;
}
.gw-progress {
     background-color: #31708f;
}

#overlay_highlight{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.highlight{
    position:relative !important;
    z-index: 10;
}

.blink tr{
    background-color: #FF9;
}