@import url('../css/homeconf.css');

body {
    background-color: #ececec;
    color:#252a2f;
    font-family: 'Roboto Condensed', sans-serif;
}
#wrapper {
    background-color: #fff;
}


/* Logomarca */
#txt-logo {
    width: 100px;
    background: url('../img/logoUEA.svg') no-repeat;
    background-position: center;
    background-size: 70px;
}

/* Estrutura Organizacional */
.eorg {
    max-width: 1220px;
    width: 100%;
    height: auto;
    /* border: 1px solid #1F818D; */
}
.eorg img {
    max-width:1220px;
    width:100%;
    height:auto;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:  center;
    
}

/* Dropdown de Idiomas */
.flag {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/flags.png') no-repeat;
}

.flag.flag-ptbr {
    background-position: -16px 0;
}

.flag.flag-es {
    background-position: -32px 0;
}

.flag.flag-fr {
    background-position: 0 -16px;
}

.flag.flag-it {
    background-position: -16px -16px;
}

.flag.flag-en {
    background-position: -32px -16px;
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    cursor: pointer;
    display:none;
}

/* Loading Indicator */
#loadingIndicator {
    position:fixed;
    top:50%; 
    right:50%;

    display: none;
    z-index: 10000
}

 #loadingIndicator i {
        color: #5cb85c;
    }

/* Login de autentica��o */
.has-feedback i[data-fv-icon-for="email"], 
.has-feedback i[data-fv-icon-for="senha"] {
    right: 10px;
}

.panel p {
    text-align: justify
}

.panel h3.panel-title {
    margin-top: 8px
}

.panel .tab-pane {
    padding: 20px 20px 0 20px
}

.panel .tab-pane .jumbotron {
    margin-bottom: 5px
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: left;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.9em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 20%;
}

/* Categorias & Itens */
.panel-categoria {
    border-color: #f5e79e;
}

.panel-categoria>.panel-heading {
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    background-repeat: repeat-x;
    color: #8a6d3b;
}

.navbar .navbar-nav .dropdown-menu-access li {
    padding: 5px; 
    border: 1px solid #555; 
    border-bottom: 0 none;
    cursor: pointer;
}

.navbar .navbar-nav .dropdown-menu-access li:last-child {
    border: 1px solid #555;
}


.btn-menu {
    margin: 10px 0
}

.jumbotron-modulo {
    background-color: white;
}


/* Tabela de Anexos da Consulta do Protocolo*/
table.anexo, table.anexo th, 
table.anexo tr, table.anexo td
{
    border: 1px solid #b2b2b2;

    border-collapse: collapse
}

table.anexo
{
    width: 100%;
    margin: 0
}

table.anexo th
{
    padding: 5px;

    color: #1F818D;

    font-family: 'opensans-semibold';
    font-size: 0.8em;
    
    text-align: left
}

table.anexo th.title
{		
    color: #d57500;

    text-transform: uppercase;
}

table.anexo td
{	
    padding: 5px;

    color: rgb(102, 102, 102);

    font-family: 'opensans-regular';
    font-size: 0.8em;

    vertical-align: middle;
}

table.anexo tr td:first-of-type
{
    width: 120px
}


.btn-login-contact {
    color: #a5cdbe;
}
.btn-login-contact:hover {
    color: white;
}


.ultimas-noticias {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    background-color: #204d74;
    padding: 2rem;
    border-radius: 2px;
}

.item-lista{
    padding-top: 20px;
    padding-bottom: 20px;
}
