/*
 *
 * CSS com estilos específicos do tema azul
 *
 * @Autores
 *
 * - Simples Consultoria - www.simplesconsultoria.com.br
 *
 * @Referencias
 *
 * Lista de padrões, convenções e boas praticas CSS que devem ser seguidas.
 * https: //github.com/necolas/idiomatic-css/tree/master/translations/pt-BR
 *
 * Plugins para ordenar os atributos de CSS.
 * http://csscomb.com/
 *
 * Validador de CSS do W3C.
 * http://jigsaw.w3.org/css-validator/
 */
 
span.documentByLine  {
     
     max-width: 7.5em !important;
     
     }
     


.event dd[itemprop="eventType"] {
   display:none;
}


/* ==========================================================================
   Cabeçalho do portal
   ========================================================================== */

#header {
    padding: 32px 0 0 0;
    background-color: #53284f;
    color: #fff;
}

/* Menu da Barra
   ========================================================================== */

div#wrapper-barra-brasil {
    clear: both;
    top: -18px;
}

/* Menu de Acessibilidade
   ========================================================================== */

#accessibility-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    font-size: 1.2em;
    top: 47px;
}

.anchor {
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
}

/* Menu de Acessibilidade
   ========================================================================== */

#accessibility a {
    color: #fff;
}

#accessibility span {
    background: #783a72;
    color: #fff;
}

/* Titulo do portal
   ========================================================================== */

#portal-logo,
#portal-title { color: #fff !important; }
#portal-title {
    font-size: 2.5em;
}
#portal-title-1 { top: 12px; }

/* Menu site actions - Acessibilidade, Alto Contraste, Mapa do site
   ========================================================================== */

#portal-siteactions,
#portal-language { border-bottom: 1px dotted #783a72; }

#portal-siteactions a,
#portal-siteactions a:hover,
#portal-language a,
#portal-language a:hover { color: #fff !important; }

/* Menu sobre o portal
   ========================================================================== */

 #sobre {
     background: #492244;
     border-top: 1px solid #783a72
 }

#sobre a { color: #fff; }

#sobre .portalservicos-item a { border-right: 1px solid #783a72; }

/* Formulário de busca
   ========================================================================== */

#portal-searchbox { border: 1px solid #CCCCCC; }

/* ==========================================================================
   Sprinte Icons
   ========================================================================== */

/* icones de redes sociais */
#social-icons a,
/* central de conteudo */
.item-central .link-videos,
.item-central .link-audios,
.item-central .link-infograficos,
.item-central .link-publicacoes,
.item-central .link-fotos,
.item-central .link-aplicativos,
.item-central .link-dadosabertos,
/* icone do botão de busca */
#header input.searchButton { background-image: url("../img/sprite.png"); }
/* icone do botão de relatar erros */
#content .relatar-erros a { background: url("../img/icon-reportar-erros.png") no-repeat; }

/* Summary view */
#content .summary-view-icon [class*="icon"] {
    background-image: url("../img/summary-view-icons-sprite.png");
}


/* ==========================================================================
   Portles
   ========================================================================== */

/* Portlet de navegação
   ========================================================================== */

#portal-column-one > .nav-menu-de-relevancia .first-item-nav a,
#portal-column-one > .nav-menu-de-relevancia .first-item-nav a span {
    color: #2c66ce !important;
}

.portlet-static-contents-central .portletHeader,
.portlet-static-resource-center .portletHeader,
.portlet-static-centrales-del-contenido .portletHeader,
.portlet-static-centrais-de-conteudos .portletHeader,
.portletNavigationTree .portletHeader {
    border-top: 4px solid #53284f;
    color: #53284f;
}

.portletNavigationTree .portletHeader a { color: #53284f !important; }

.navTreeLevel0 > li.navTreeItemInPath,
.navTreeLevel0 > li.navTreeCurrentNode {
    border-top: 2px solid #783a72 !important;
    border-bottom: 2px solid #783a72 !important;
}


/* ==========================================================================
   Collective Cover
   ========================================================================== */

/* Tile Banner Rotativo
   ========================================================================== */

/* Cores dos botões */

#tile_banner_rotativo li .button-nav,
.orderTiles .button-nav {
    border-right: 1px solid #492244;
    background-color: #783a72;
}

#tile_banner_rotativo .activeSlide .button-nav,
#tile_banner_rotativo li .button-nav:hover,
#tile_banner_rotativo li .button-nav:focus {
    background-color: #53284f;
}

/* ícone do botão */

#content  #tile_banner_rotativo li .button-nav,
.orderTiles .button-nav {
    background-image: url("../img/bullet-banner-rotativo.gif");
}

/* Tiles
   ========================================================================== */

.tile a { color: #2c67cd !important; }


/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    background: #53284f;
    color: #fff;
}

#footer a { color: #fff; }

#wrapper #footer .footer-logos { background: #492244;  border-top: 1px solid #783a72}

/* Doormat
   ========================================================================== */

#doormat-container { background: #53284f; }

#doormat-container dl { border-left: 1px dotted #783a72; }

#doormat-container dt { color: #783a72; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Smartphone
   ========================================================================== */

@media only screen and (min-width : 320px) and (max-width : 768px) {

    .menuTrigger {
        background: #492244 url("../img/bg-menu-mobile.png") top right no-repeat;
    }

    .portlet-static-contents-central .portletHeader,
    .portlet-static-resource-center .portletHeader,
    .portlet-static-centrales-del-contenido .portletHeader,
    .portlet-static-centrais-de-conteudos .portletHeader,
    .portletNavigationTree .portletHeader {
        background: #edeff1 url("../img/portlet-header.gif") no-repeat 96% center;
    }

    .portletNavigationTree .portletHeader.ativo {
        background: url("../img/portlet-header-expanded.gif") no-repeat 96% center;
    }

}

@media only screen and (min-width : 320px) and (max-width : 480px) {
  #header #portal-searchbox .searchButton {
    background: url("../img/search-button-30px.png") no-repeat;
  }
}



/* ==========================================================================
   Comentários
   ========================================================================== */

#viewlet-below-content .discussion {
  border-top: 4px solid #000000;
  padding-top: 20px;
  margin-top: 15px;
}

#viewlet-below-content .comment a {
  color: #345179;
}

#viewlet-below-content .comment .documentByLine {
  color: #345179;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 10px;
}

.replyTreeLevel0 {
    background: #eeeff1;
    padding: 15px 0px 10px;
    clear: both;
}

.replyTreeLevel1 {
    border-left: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    clear: both;
}

.replyTreeLevel2 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 20px;
    clear: both;
}

.replyTreeLevel3 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 40px;
    clear: both;
}

.replyTreeLevel4 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 60px;
    clear: both;
}

.replyTreeLevel5 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 80px;
    clear: both;
}

.replyTreeLevel6 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 100px;
    clear: both;
}

.replyTreeLevel7 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 120px;
    clear: both;
}

.replyTreeLevel8 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 140px;
    clear: both;
}

.replyTreeLevel9 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 160px;
    clear: both;
}

.replyTreeLevel10 {
    border-left: 1px solid #eeeff1;
    border-top: 1px solid #eeeff1;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 180px;
    clear: both;
}

#viewlet-below-content .comment .documentByLine .commentDate {
  font-size: 1.0em;
  color: #172a38;
  font-weight: normal;
  padding-top: 0;
}

.commentBody {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    overflow: visible;
}

button.context.reply-to-comment-button {
    margin-left: 20px;
}

.commentActions {
    float: left;
    margin-left: 10px;
}

.commentBody p {
    font-size: 1.2em;
    color: #172a38;
    padding: 0 10px 10px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
    float: none;
}

.row #commenting textarea,
.row .discussion textarea {
    font: 1.2em "open_sansregular", Arial, Helvetica, sans-serif;
    width: 100%;
    border: 1px solid #eeeff1;
}

#commenting p {
    font-size: 1.2em;
}

.row #commenting label, .row .discussion label {
    font-size: 1.1em;
}

.discussion .reply {
    clear: both;
    color: #000000;
    padding-top: 5px;
}


/* ==========================================================================
   UNILA
   ========================================================================== */

/* remove aba de compartilhamento do menu */
#contentview-local_roles{
  display: none;   
}

.relatorios-gestao{
  line-height: 17px !important;
}

#accessibility{
    width: 250px;
    z-index: 3;
}

#wrapper-barra-brasil{
    top: -24px !important;
}

/*Configurações do portlet de navegação*/


dl.portletNavigationTree dd.portletItem{
    display: block;
}
/*
dl.portletNavigationTree dt.hiddenStructure + dd.portletItem{
    display: none;
}
*/

dl.portlet ul.navTree li a:hover {
    border-left: 4px solid #783a72;
    background: #FBFBFB;
    box-shadow: 0px 0px 15px #CCC inset;
}

dl.portletNavigationTree dt.portletHeader .portletTopLeft{
    background: #edeff1 url("../img/portlet-header-expanded.gif") no-repeat content-box right top;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    float: right;
    vertical-align: middle;
}

dl.portletNavigationTree dt.portletHeader.ativo .portletTopLeft{
    background: #edeff1 url("../img/portlet-header.gif") no-repeat content-box right top;
    background-size: 25px 25px;
}

dl.portletNavigationTree dt.portletHeader:hover{
    cursor: pointer;
}
dl.portletNavigationTree dt.portletHeader:hover .portletTopLeft{
    box-shadow: 0px 0px 15px #555 inset;
    border-radius: 2px;
}

dt.portletHeader{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ) !important; /* IE6-9 */

}

li.navTreeFolderish{
    background: url("../img/seta-baixo.png") no-repeat content-box right center;
}

#endereco-principal{
    background: #492244;
    border-bottom: 1px solid #783a72;
    max-width: 100% !important;
    margin: -20px 0 0 0 !important;
    padding: 1em 0 !important;
    text-align: center;
}
#nome-rodape{
    font-weight: bold;
    display: block;
}
.span-block{
    display: block;
}
#portal-siteactions{
    margin-right: 4px;
}
/**Correção dos tiles do tipo collection**/
.collection-item:not(:first-child), .list-item:not(:first-child){
    border-top: 1px solid #CCC;
    padding-top: 15px;
}
.collection-item img{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

/** Configuração da página de eventos */
dl.event.summary.details{
    border: 1px solid #783a72;
    margin-left: 10px;
    padding: 15px;
    border-radius: 15px;
}
dl.event.summary.details dt{
    width: 100%;
    background: #EFEFEF;
}

dl.event.summary.details dd .timezone{
    display: none;
}

.ui-dialog #content .eventDetails,
.ui-dialog #content .eventDetails table{
    width: 100%;
}

.ui-dialog #content .eventDetails th{
    width: 20%;
}

.ui-dialog #content #parent-fieldname-text, .ui-dialog #content #parent-fieldname-eventUrl{
    display: none;
}

.ui-dialog #content{
    font-size: 1.25em;
}
td.fc-last, td.fc-first {
    background: #EFEFEF;
}

/*Altera as cores do calendário de eventos */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #783a72;
    background: #492244;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #6b6247;
    background: #AAA38E;
}
.ui-state-hover, .ui-datepicker-calendar .ui-state-hover{
    border: 1px solid #492244;
    background: #ad76a7;
}
.ui-datepicker-calendar td a{
    text-align: center !important;
}
.fc-event{
    border: 1px solid #ad76a7 !important;
    background: #492244;
}

.fc-event:hover{
    background: #ad76a7;
    border: 1px solid #492244 !important;
}
.fc-event.state-published{
    color: #FFF !important;
}


.fc-event.state-private{
    border: 1px solid #FF4A3D !important;
    background: #FF918A;
    color: #FF4A3D;
}

/** Campo Data Inicio no collection tile para eventos */

div.start{
    font-family: "Helvetica Neue Bold", arial, helvetica, sans-serif;
    font-size: 1em;
    /* display: block; */
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #EFEFEF;
    /* margin: 2em auto; */
    border-bottom-left-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

div.start *{
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

div.start .start_month{
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #783a72;
    border-bottom: 1px dashed #492244;
    box-shadow: 0 2px 0 #783a72;
}

div.start .start_weekday{
    /*position: absolute; */
    /* bottom: 0.2em; */
    color: #783a72;
    margin-top: 35px;
}

div.start .start_day, div.start .start_days{
    width: 100%;
    font-size: 1.5em;
    letter-spacing: -0.05em;
    /* padding-top: 2em; */
    color: #2f2f2f;
}

div.start .start_days span{
    display: inline-block;
    width: initial;
    font-size: 0.95em;
}



/*Correção da tela de consulta de eventos pelo portlet calendário*/
a:link, #content a:link{
    padding-left: 0px;
}
.template-search .searchResults dd div{
    font-size: 1em !important;
}
.template-search #content .searchResults dd a{

}

/*Estilização do tile de calendario*/

.cover-calendar-tile {
    border: 1px solid #777;
}

.cover-calendar-tile .calendar-tile-header{
    background: #783a72;
    color: #FFF;
}
.cover-calendar-tile .calendar-tile-header a{
    color: #FFF !important;
}
.calendar-tile-prev:hover{
    color: #CCC !important;
}

.cover-calendar-tile .calendar-tile-item{
    background: #efefef;
    color: #777;
    padding: 10px;
}
.ploneCalendar{
    margin-bottom: 0px !important;
}

.cover-calendar-tile .calendar-tile-item .weekdays th{
    color: #222;
    font-weight: bold;
}
.ploneCalendar td{
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    transition: background 500ms;
    border-radius: 50%;
}
.ploneCalendar td:hover{
    background: initial;
}

.ploneCalendar td.event{
    background: #fff !important;

}
.ploneCalendar td.event a{
    color: #501849 !important;
}

.ploneCalendar td.event:hover{
    background: #501849 !important;
}

.ploneCalendar td.todaynoevent, .ploneCalendar td.todayevent{
    background: #783a72;
    color: #FFF;
    border: none;
}

.ploneCalendar td.todayevent a{
    color: #FFF !important;
}

#content .cover-calendar-tile a:hover{
    color: #fff !important;
}

.ploneCalendar td{
    border: none;
}


/*Classe para as descriçõs dos sistemas da Unila */
.card-sistemas{
    background: #eeeff1;
    height: 300px;
    text-align: justify;
    padding: 10px;
    border: 1px solid #53284f;
    background: #eeeff1;
    box-shadow: 0px 0px 15px #888 inset;
    font-size: 10px;
    background-color: white;
    overflow-y: auto;
}

.card-servicos{
    width: 200px;
    height: 150px;    
    margin: auto;
    background: #EDEDED;
    border: 1px solid #CECECE;
    border-radius: 5px;
    text-align: center;
    color: #54294F;
    padding: 15px 5px 0px 5px;
    -moz-box-shadow: 3px 4px 0px 0px #CCC;
    -webkit-box-shadow: 3px 4px 0px 0px #CCC;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.card-servicos:hover, .btn-voltar:hover{
    text-decoration: underline;
    cursor: pointer;
    -moz-box-shadow: 1px 2px 0px 0px #CCC;
    -webkit-box-shadow: 1px 2px 0px 0px #CCC;
    box-shadow: 1px 2px 0px 0px #CCC;
    top: 2px;
    left: 2px
}

.card-servicos:active{
    -moz-box-shadow: 0 0 #CCC;
    -webkit-box-shadow: 0 0 #CCC;
    box-shadow: 0 0 #CCC;
    top: 4px;
    left: 4px;

}

.card-servicos span{
    display: block;
    margin: auto;
    font-weight: bold;
    font-size: 15px;
}

.card-servicos a{
    color: #54294F;
}
.card-servicos a:visited{
    color: #54294F;
}
.card-servicos img{
    max-width: 64px;
}
/* Estilo de tabela padrão Unila */
.table-full{
    width: 100%;
    border-collapse: collapse;
    border: 1px;
}

.tabela-full thead{
    background: #53284f;
    border-bottom: #783b73;
}
.table-full td{
    border: 1px #eee;
}

table.listing tbody tr td{
    border: 1px dotted #d5d5d5;   
}
.table-zebra a:visited, .table-unila a:visited{
    color: #783a72 !important;
    border-bottom: 1px dotted #783a72 !important;
}
.table-zebra a:link, .table-unila a:link{
    border-bottom: 1px dotted #783a72 !important;
    color: #783a72 !important;   
}
.table-unila{
    width: 100%;
}
.table-zebra tbody tr:nth-child(odd), .table-unila .linha-pintada, .table-unila .coluna-pintada{
   background-color: #cab2c7;
}
.table-unila, .table-zebra{
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0px;
}
.table-unila thead td, .table-zebra thead td, .table-unila th, .table-zebra th{
   background-color: #53284f;
   color: #FFF;
   font-weight: bold;
   padding: 15px;
   border: 1px solid #783b73;
   text-align: center;   
    vertical-align: middle;
}

.table-unila td, .table-zebra td{
    padding: 10px;
    border: 1px solid #783b73;   
}
.table-unila .col-20{
    width: 20%;
}
.table-unila .coluna-50{
    width: 50% !important;
}
.table-servicos{
    border-collapse: collapse;
    float: right;
    right: 0;
}
.table-servicos td{
    padding: 10px;
    border: 1px solid #783b73;
}
.table-servicos tr td:first-child{
    background-color: #cab2c7;
    font-weight: bold;
}
/*Lista de ancoras servicos*/
ul.ancoras-servicos{
    float: left !important; 
}
/*Retira o bloco de imagens das paginas noticias*/
.newsLeftPane{
    display: none;
}
/*Altera os links das paginas de noticias*/
#content article .external-link{
    color: rgb(255, 102, 0);
}
.valign-center{
    vertical-align: middle;
}

/*Estilo*/
#content .botao, #content .botao2{
    margin: auto;
    width: fit-content;
}
#content .botao a, #content .botao2 a{
    padding: 7px 10px;
    border-radius: 8px;
    color: #F60 !important;
    text-decoration: none !important;
    height: 25px;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
}

#content .botao a{
    background: #592255;
}
#content .botao2 a{
    background: #54504b;
    color: #F60 !important;
}
#content .botao a:hover, #content .botao2 a:hover{
    color: #fff !important;
    text-decoration: none;
    text-shadow: #000 0px 1px 2px;
}
#content .botao2 a:hover{
    background: #6B655F;
}

/*Corrige o carroussel tile*/

.galleria-info {
    display: none;
}

.galleria-container {
    max-height: 240px;
}

.galleria-stage {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    min-width: 230px;
    min-height: 74px;
    position: relative;
    border: 0 none;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.galleria-thumbnails-container {
    bottom: 0;
}

.galleria-thumbnails-list {
    float: right;
    margin-right: 4px;
}

.template-summary_view #content .tileItem .keywords,
.template-folder_summary_view #content .tileItem .keywords,
.template-facetednavigation_view #content .tileItem .keywords {
    display: none;
}

/* Corrige o layout dos accordion */
.accordion-unila.ui-accordion .ui-accordion-content{
}

/* Força tamanho da fonte dos tiles a ser igual */
.cover-richtext-tile .tile-content p[style]{
    font-size: 1.15em !important;
}
/* Classes para imagens */
.imagem-boxed{
    border: 1px solid #000;
}
.imagem-centro{
    text-align: center;
    margin: auto;
}

/*Removendo float do banner-tile*/
.banner-tile{
    float: none !important;
}

/*Botão de voltar*/
.btn-voltar{
    border: 1px solid #CCC;
    padding: 10px 15px;
    font-size: 1em;
    text-align: center;    
    background: #EDEDED;
    border: 1px solid #CECECE;
    border-radius: 5px;
    box-shadow: 3px 4px 0px 0px #CCC;
    -moz-box-shadow: 3px 4px 0px 0px #CCC;
    -webkit-box-shadow: 3px 4px 0px 0px #ccc;
    width: 60px;
    margin-right: 25px;
    font-weight: bold;
}
.btn-voltar a, .btn-voltar-full a, .btn-voltar a:hover, .btn-voltar-full a:hover,
.btn-voltar a:visited, .btn-voltar-full a:visited, .btn-voltar a:active, .btn-voltar-full a:active,
.btn-voltar a:focus, .btn-voltar-full a:focus{
    color: #53284f !important;
}
.btn-voltar a:before, .btn-voltar-full a:before{
    border: solid #53284f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform-origin: rotate(135deg);
    content: "";
    color: #53284f;
    margin-right: 5px;
}
.btn-voltar-full{
    border: 1px solid #CCC;
    padding: 10px 15px;
    font-size: 1em;
    text-align: center;
    background-color: #53284f;
    color: #FFF;
    border-radius: 5px;
    margin-right: 25px;
    font-weight: bold;
}
@media only screen and (min-width : 901px){


    #main{
        margin-top: 50px;
    }

    /** Correção do tamanho do menu */
    #portal-column-one{
        width: 19.65%;
    }
    /**Corrigindo layout das telas com menu lateral*/
    div.position-1\3a 4 {
        margin-left: -76.755% !important;
    }
    div.width-3\3a 4{
        width: 76.75% !important;
    }

    #logo{
        float: left;
        padding: 0;
        width: 55%;
        display: inline-block;
        margin-left: 170px;
        margin-top: -10px;
    }
    #accessibility{
        margin-left: 170px;
    }
    #portal-title-1{
        background: url("../img/logoUnila.png") no-repeat;
        width:209px;
        height: 230px;
        top: -33px;
        left: -30px;
        z-index: 3;
    }
    #header > div{
        overflow: inherit;
    }
    #portal-description{
        bottom: -105px;
    }
}

@media only screen and (max-width : 900px){

    #wrapper-barra-brasil{
        top: -18px !important;
    }
}
@media only screen and (min-width : 768px) and (max-width: 900px){

    #header > div{
        overflow: inherit;
    }
    #portal-title-1{
        background: url("../img/logoUnila.png") no-repeat;
        background-size: 210px 230px;
        width:210px;
        height: 230px;
        top: -33px;
        left: -30px;
        z-index: 3;
    }
    #portal-title {
        font-size: 2em;
        margin: 30px 0 46px 170px;
    }
    #portal-description{
        margin-left: 170px;
        bottom: -105px;
    }
    #accessibility{
        width: 35% !important;
        margin-left: 170px;
    }

    #wrapper-barra-brasil{
        top: -24px !important;
    }

    #language{
        font-size: 0.93em;
        position: absolute;
        top: 20px;
        right: 0px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px){
    #portal-siteactions {
        width: 100%;
        clear: both;
        font-size: 0.9em;
        float: left;
        padding: 0px 0px 3px 0px;
    }
    #portal-title{
        font-size: 2em;
    }
    #header > div{
        position: relative;
        margin: 0 auto;
    }
    #header{
        padding-top: 20px !important;
    }
    #logo{
       float: none;
       width: 100%;
       text-align: center;
    }
    #social-icons{
        margin: -1em 0 1em 0;
        text-align: center;
        float: none;
    }
    #sobre ul{
        text-align: center;
    }


    dl.portletNavigationTree dt.portletHeader .portletTopLeft{
        background: #edeff1 url("../img/portlet-header.gif") no-repeat content-box right top;
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
        float: right;
        vertical-align: middle;
    }

    dl.portletNavigationTree dt.portletHeader.ativo .portletTopLeft{
        background: #edeff1 url("../img/portlet-header-expanded.gif") no-repeat content-box right top;
        background-size: 25px 25px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 380px){

    #language{
        font-size: 0.9em;
        position: absolute;
        top: 0px;
        right: 0px;
        border: none !important;
    }
}

@media only screen and (max-width: 380px){

    #language{
        font-size: 0.9em;
        position: absolute;
        top: 20px;
        right: 0px;
        border: none !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px){

    #portal-description{
        position: relative !important;
        margin-top: -5px;
    }
}

@media only screen and (max-width: 480px){

    #portal-description{
        position: relative !important;
        bottom: 24px;
    }
}

@media only screen and (max-width: 550px){


    #portal-siteactions {
        width: 100%;
        clear: both;
        font-size: 0.9em;
        float: left;
        padding: 0px 0px 3px 0px;
        text-align: left;
    }
}

@media only screen and (max-width: 748px){
    #search-results-bar{
        position: relative !important;   
    }
}
/* Arrumando iframes dos relatórios */
@media only screen and (min-width: 1367px){
    .iframe-relatorios{
        width: 1150px;  
    }
}
@media only screen and (min-width: 900px){
    .iframe-relatorios{
        width: 900px;   
    }
}
@media only screen and (max-width: 900px){
    .iframe-relatorios{
        width: 450px;   
    }
}