/*@import url(../fontes/akrobat.css);*/

/*
font-family: 'Hurricane', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body{
  background-color: #fafafa;
  overflow-x: hidden;
}

.cor_primaria{
  color: #000;
  transition: 0.5s all;
}

.cor_secundaria{
  color: #5bc4b7;
  transition: 0.5s all;
}

.hover_cor_secundaria:hover{
  color: #5bc4b7;
  text-decoration: none;
}

.cor_tercearia{
  color: #FFF;
  transition: 0.5s all;
}

.cor_quaternaria{
  color: #163d0f;
  transition: 0.5s all;
}

.cor_quinquentenaria{
  color:#535353;
  transition: 0.5s all;
}

.text_decoration_none{
  text-decoration: none;
}

.modal{
  z-index: 99999;
}
.modal-backdrop{
  z-index: 99998; 
}


h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Condensed', sans-serif;
}



/*
  MASCARA NEGRA
*/
#mascaraNegra{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color:rgba(255, 255, 255, 0.95);
  }
  
  #mascaraNegra > div{
    display: table;
    width: 100%; 
    height: 100%;
  }
  
  #mascaraNegra > div > div{
    display: table-cell;
    vertical-align: middle;
    
  }
  
  .mascara-content{
    font-size: 2.2em;
    color: #000;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 0 25px;
  }
  /*
    MASCARA NEGRA
  */

  /*
  PERSONALIZAÇÃO FORM DE EXECUTIVO
  AUTOCOMPLETE
  */
  .id_suggesstions{
    display:block; 
    position:absolute; 
    border:1px solid #f2f2f2; 
    border-radius:8px;
    background-color:#FFF
  }

  .id_suggesstions ul{
    display:block; 
    margin:0;
    padding:0;
    border:0;
  }

  .id_suggesstions ul li{
    display:block;
    list-style:none;
  }

  .id_suggesstions ul li a{
    display:block; 
    padding:8px 12px;
    margin:8px 0;
  }
  /*
  PERSONALIZAÇÃO FORM DE EXECUTIVO
  AUTOCOMPLETE
  */
  /*
    FORMATAÇÕES DE LISTAGENS
  */
  .atalho-alfabeto{
    display:inline-block;
    padding: 5px;
    color: darkslateblue;
  }
  /*
    FORMATAÇÕES DE LISTAGENS
  */
  


@media only screen and (min-width : 1024px) and (max-width : 1400px){  
    
  
}

@media only screen and (min-width : 993px) and (max-width : 1023px){   
 
}



 
@media only screen and (min-width : 240px) and (max-width : 575px){  
  
  .nome_user,
  .bloco_dispensavel{
    display:none !important;
  }

  .btn_atividade h6,
  .btn_atividade small{
    display: none;
  }
  
}



/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width:768px) {  
  
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width:992px) {  
  
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) { 
  
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  
}