﻿body 
{
    background: #005B94 url(http://gestaoacessos.rockinrio.com/images/bkg_app.jpg) left top repeat-x;
    }

.boxWrapper {
    height: 100%;
    width: 1024px !important; 
    margin:10px auto !important;
    background: #fff !important;
    box-shadow:0 0 1px 1px #999;
}

.boxHeader {
    width: 100%;
    height: 100px !important;
    background: #fff !important;
    margin-bottom:20px !important;
    border-bottom: #16649E 1px solid;
}

.boxContent {
    width: 990px !important;
}

.boxLogoApp 
{
    display:none;
    }

.boxLogoCustomer {
    float: left;
    margin: 0px 20px;
    /*display:none;*/
}

.boxLogoCustomer ul 
{
    list-style:none;
    }

.boxLogoCustomer li {
    display:none;
}

.boxLogoCustomer li:last-child {
    display:block !important;
}

.boxLogoCustomer li img{
    content:url(../images/logo_rir.png);
}

.boxLogoCustomer img {
    max-height: 100% !important;
    border: none;
    /*margin-top: -20px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

.boxApp a li {
    display: block !important;
    float: left !important;
}

.boxFooterLeft a img 
{
    content:url(../images/logo_mywp_footer.png);
    height:20px;
    }

.boxApp .boxAppTitle {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 10;
    margin-bottom: -50px;
    background: transparent !important;
    /* background: url(../images/bkg_titulo.png) left top repeat-x; 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(85%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 85%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 85%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 85%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );*/
    border-radius: 2px;
    text-align: left;
}

.boxApp a li .boxAppImage img {
    width: auto;
    height: auto;
   /* margin: 65px auto !important; */
}

.boxFooterRight img {
    border: none;
    margin-top: 5px;
}

.appOffline 
{
    padding:80px;
    text-align:center;
    }