@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body{
 width: 100%;
 min-height: 100vh;
 background-color: #DCDCDC;
 font-family: "Lato", sans-serif;
}


/*Cabeçalio // Inicio */
.main-title{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:35px;
  padding-top: 2%;
}

.cnpj-main-menu{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size:15px;
  padding-right: 15%;
  text-align: right;
}

.link-up {
  color:#008000;
  padding-left: 10px;
  width: 5px;
}

.link-down {
  color:red;
  padding-left: 10px;
  width: 5px;
}
/*Cabeçalio // Fim */

/* Menu Lateral // Inicio */
.left-menu{
  font-size: 15px;
}

.left-menu a, li{
  text-decoration: none;
  list-style-type: none;
  color: black;
}
/* Menu Lateral // Fim */

/* Conteúdo // Inicio */
.conteudo{
  background-color: #fff;
  padding: 2.5%;
  margin-bottom: 2%;  
}

.conteudo-right{
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  padding: 3.5%;
  margin-bottom: 2%;  
  margin-left: 1%;
}

.conteudo-left{
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  padding: 1.5%; 
  margin-right: 1%;
}

/* Conteúdo // Fim */

/*Botões // Inicio */
.btn-create-table{
  background: transparent;
  border: 1px dotted;
  text-align: center;
  width: 250px;
  margin-left: 27%;
  cursor: pointer;
  transition: .5s;
}

.btn-create-table:hover{
  color: #fff;
  background-color: #333;
}

.btn-normal{
  background: transparent;
  border: 1px dotted;
  text-align: center;
  width: 450px;
  margin-top: 5%;
  cursor: pointer;
  transition: .5s;
}

.btn-normal:hover{
  color: #fff;
  background-color: #333;
}

input[type="file"]{
display: none;
}

.btn-label{
  background: transparent;
  border: 1px dotted;
  text-align: center;
  width: 250px;
  margin-left: 27%;
  margin-top: 1%;
  cursor: pointer;
  display: block;
  transition: .5s;
}

.btn-label:hover{
  color: #fff;
  background-color: #333;
}

.btn-modal-message{
  background: transparent;
  border: 1px dotted;
  text-align: center;
  width: 450px;
  color: #FF0000;
}

.slct-display-itens{
  width: 350px;
  border: 1px dotted;
}

.fa-btn{
  padding-left: 15px;
}
.fa-title{
  padding: 15px;
  color: #e9d503;
}
/*Botões // Fim */

/*Mensagens // Inicio*/
#msg{
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}
/*Mensagens // Fim*/

/*Cadastro // Ini*/
.maiusculo {
  text-transform: uppercase;
}
/*Cadastro // Fim*/

/*Competências Validadas // Inicio*/
.competencias_validadas {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
  text-align: left;
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px; 
}
/*Competências Validadas // Fim*/