@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Roboto");

/* ALTERAÇÕES ICONES DISCIPLINA */
uab-header .uab-course-icon {
   
     max-width: 120px;

     
}

/* ALTERAÇÕES  CABEÇALHO */    
uab-header uab-header-titles{
  
  padding: 8px 4px 8px;}  
  }

/* ALTERAÇÕES TAMANHO DA FONTE DISCIPLINA - LINHA 26172 */
uab-header uab-header-titles .subtitle, uab-header uab-header-titles .caption {
    font-size: 14pt;
    margin-left: 3rem;

   
}

 

uab-header uab-header-titles .titles .caption{
    font-size:14pt;
    
    }

    



/* ALTERAÇÕES QUADRO UAB */
uab-quadro .uab-quadro .uab-quadro-body > md-card > md-card-content {
    min-height: 5px;
}

/* ALTERAÇÕES FLUTUANTE CONTINUO */

uab-dialog uab-dialog-content, uab-dialog-group uab-dialog-content {
   display: none; text-decoration:underline; color: #1E88E5}

uab-dialog [uab-dialog-trigger], uab-dialog-group [uab-dialog-trigger] {
 cursor: pointer; text-decoration:underline; color: #1E88E5}


/* ALTERAÇÕES TABELAS DESTACADAS */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
 padding: 0.8rem;
 vertical-align: middle;
 text-align: justify;	 
 border: 1px solid #ddd  ;  
}

/* cor dentro da tabela*/
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
     background-color: rgb(231, 232, 242);
}
/* TIRANDO RECUO DO PARAGRAFO(21116)*/
.destaque.abnt {
      text-indent: 0px; }



	  
/* ADICIONANDO CLASS LEGENDA */	
.legenda {
  display: block;
  margin: 0 auto 0.5em auto;
  font-variant: normal;
  font-size: 1.0rem !important; 
  line-height: 1.5em;
  text-align: center; }
  
/* ALTERAÇÕES VALIDAÇÃO DE CAMPO  */
input {
  border: 1px solid #d6d6d6;
  background-color:#F5C3C4;
  padding: 2px; }
  

.correto {
  background: #ccffcc url(../layout/correto.gif) center right no-repeat scroll; }

.incorreto {
  background: #f5c3c4 url(../layout/incorreto.gif) center right no-repeat scroll; }
 

/* ATENÇÃO  */  
.atencao {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  background: red;
  margin-bottom: 12px; }  
  


/* ALTERAÇÕES BOTÕES*/

.md-button {
min-width: 26px;
line-height: 20px;
min-height: 20px;
}

/* ALTERAÇÕES DESTAQUE*/
.destaque.abnt {
    margin-left: 4cm;
    font-size: 12.5px; }
 
/*ADICIONANDO CLASS CENTRALIZADO*/
.centralizado {
    text-align: center;
    text-indent: 0;	
} 

/*ALTERANDO ESPAÇAMENTO PARAGRAFO EFEITO TABS VERTICAL*/

uab-tabs-vertical .uab-tabs-pagination {
   
    max-height: 700px;
}

 uab-tabs-vertical .uab-tabs-body md-content p {
    margin-top: -25px;
 }

 uab-tabs-vertical .uab-tabs-body md-content {
    display: none;
    max-height: 700px;
}

 /*uab-quadro uab-sanfonado md-card (26458)*/
 
  /*Copyright (c) 2020 by Daniel Subat (https://codepen.io/bbx/pen/Jxoqdg)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

 /*	EFEITO PORTA RETRATO*/
.accondion {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2vmin;
  overflow: hidden;

}
.accondion .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 30vmin;
  position: relative;
}
.accondion .card .card__head {
  color: #FFF ;
  background: rgb(24, 109, 183);
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
}
.accondion .card:hover {
  flex-grow: 4;
}
.accondion .card:hover img {
  filter: grayscale(0);
}
.accondion .card:hover .card__head  {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  transform: rotate(0deg) skew(-1deg);
  padding:1px
  
}
.accondion .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.accondion .card:not(:nth-child(10)) {
  margin-right: 1em;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width: 95%;
  padding: 5px;
  text-align: justify;

}
