/* css contendo as configuraушes do index e as configuraушes comuns de outras paginas,
como as configuraушes da barra de navegaусo no topo da pagina */
#science-ufla{
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
}

#science-ufla div{
    line-height: 12px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

#science-ufla img{
    float: left;
    /*width: 146px;*/
    width: 180px;
    /*height: 50px;*/
}

#ufla{
    font-family: Arial, Helvetica, sans-serif;
    /*color:#6c757d !important;*/
    color: #495057;
    font-size: 10px;
    padding:0px 0px 0px 2px;
    margin: -3px 0px 0px 0px;
    float: left;
}

.icon{
    width: 30px;
	margin-right: 5px;
}

.white{
    background-color: white !important;
}

hr{
    margin: 0;
}

#small{
    width: 21px;
}

#position{
    padding-right: 0;
}

.non-border{
    border: none;
}

#input{
    border: none;
    height: 30px;
    font-size: 75%;
}

.grey{
    background-color: rgb(247, 247, 247);
}

.btn-search{
    height: 30px;
    padding-top: 1px;
}

.containerMenu {
    width: 100vw;
    height: calc(93vh - 4rem);
    /*background: #6C7A89;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer{
    height: 2.5rem;
	margin-top: 1.5rem;
	padding-top: 0.5rem;
    bottom: 0;
    width: 100%;
	color: grey;
    background-color: #f2f2f2;
	font-size: 0.785rem;
    line-height: 1.5rem;
	text-align:center;
	position: fixed;
}
.footer a{
	color: grey;
    text-decoration: none;
}
.footer a:hover{
	color: grey;
    text-decoration: underline;
}
#search-div{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px darkgrey;
    border-style: groove;
    border-radius: 5px;
    height: 32px;
}

#container-search{
    height: 42px;
}

.displayOff{
    display: none;
}

#export-link-div{
 margin-top: 150px;
}

#export-link{
    float: right;
    font-size: 60%;
    margin-left: 200px;
    color: #007bff;
    padding: 0;
    background-color: white;
}

#export-link:hover{
    text-decoration: underline;
}

#export-link[disabled], #export-link[disabled]:hover{
    color: #6c757d;
    text-decoration: none;
}

.group-container{
    margin-top: 15px;
}

.group{
    border: 1px darkgrey;
    border-style: groove;
    border-radius: 6px;
    padding: 0px;
}

.group-link{
    font-size: 70%;
    font-weight: bold;
    padding-left: 10px;
    float: left;
    color: #007bff;
}

.group-link:hover{
    text-decoration: underline;
}

.bold{
    font-weight: bold;
}

.grey-text{
    color: grey;
}

.result-title{
    font-size: 90%;
}
.result-subtitle{
    font-size: 70%;
    font-weight: normal;
}

.group-item{
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    line-height: 15px;
}

#fixed-div{
    background-color: white;
    top: 0px;
    z-index: 2;
    /*width: 100%;*/
}

#menu{
    background-color: white;
}

#groups-div{
    margin-top: 125px;
}

.list-bull{
    color: royalblue;
}

.link-span{
    font-size: 130%;
}

.show-less{
    float: right;
    padding-top: 10px;
}

.bottom-div{
    padding-bottom: 3px;
}

.top-border{
    padding-top: 10px;
}

.nav-item{
    margin-left: auto;
}

.modal {
    display: none; /* Hidden by default */
    /*position: fixed; /* Stay in place */
    /*z-index: 1; /* Sit on top */
    /*padding-top: 100px; /* Location of the box */
    /*left: 0;
    top: 0;*/
    /*width: 100%; /* Full width */
    /*height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
.modal-content {
    text-align: center;
    /*background-color: #fefefe;*/
    background-color: lightgrey;
    /*margin: auto;*/
    /*padding: 10px;*/
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #888;
    width: 60%;
}

/* Modal Close Button */
.close {
    color: #aaaaaa;
    /*float: right !important;*/
    /*padding-bottom: 5px !important;*/
    margin-bottom: 5px !important;
    text-align: end;
    font-size: 20px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

#descricao-p{
	/* CSS para realizar quebra de links/textos muito grande que fazem com que o conteúdo extrapole a caixa de texto*/ 
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.ui-autocomplete{
    padding: 5px;
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;  
    position: fixed !important; /* Stay in place*/
}

li.ui-menu-item{
    background: white;
    padding:0 .5em;
    line-height:2em;
    font-size:.8em;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: white !important;
    font-weight: bold !important;
    color: #06a7ce !important;
    border-color: white !important;
} 

#search-icon{
    height: 20px;
}

  /*Loading points*/
.appendMovingDots:after {
    content: ' .';
    animation: dots 1.5s steps(2, end) infinite;
}
@keyframes dots {
    0%, 12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        text-shadow: .5em 0;
    }
    50% {
        text-shadow: .5em 0, 1em 0;
    }
    /*62.5% {
        text-shadow: .5em 0, 1em 0, 1.5em 0;
    }
    /*75% {
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0;
    }
    87.5%, 100%{
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
    }*/
}
