.sombra {
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.borda-verde {
  border-bottom: 2px solid #4a944a;
}
.borda-amarela {
  border-bottom: 2px solid #f8c200;
}
.borda-vermelha {
  border-bottom: 2px solid #df5c5c;
}
.borda-azul {
  border-bottom: 2px solid #00335e;
}
.borda-cinza {
  border-bottom: 1px solid #e3e3e3;
}
/*cursor pointer*/
.pointer {
  cursor: pointer;
}
/*box de informação*/
.box-info {
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
/*Itens inativados*/
.inativo {
  background: #eea09c;
}
/*body*/
body {
  background: #f4f4f4;
}
input[type=text],
input[type=password],
input[type=checkbox],
select {
  padding: 10px;
}
a {
  text-decoration: none;
  color: #000000;
}
#body-login {
  background: url("../imagens/fundo-area-cilente.jpg") 50% 0% no-repeat;
}
/*Login*/
#box-login {
  width: 300px;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #f8c200;
  padding: 15px;
  box-sizing: border-box;
  margin: auto;
  background: #ffffff;
  border-radius: 4px;
}
/*Menu de Navegação*/
#avatar {
  width: 110px;
  height: 110px;
  background: #f8c200 url('../imagens/area-cliente/avatar.svg') 50% 50% no-repeat;
  background-size: 64px;
  border-radius: 50%;
  margin: auto;
}
#menu-mobile {
  font: 1.3em 'open_sansbold';
  padding: 10px 0px;
  text-align: center;
  display: none;
}
#menu-mobile:hover {
  cursor: pointer;
}
#menu-navegacao {
  width: 250px;
  background: #4a944a;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
#menu-painel {
  list-style: none;
  width: 100%;
  background: #306330;
}
#menu-painel li {
  width: 100%;
}
#menu-painel a {
  display: block;
  color: #ffffff;
  padding: 10px;
  border-bottom: 1px dashed #626262;
}
.titulo-menu {
  display: block;
  color: #ffffff;
  padding: 10px;
  border-bottom: 1px dashed #626262;
  background: #333333;
}
/*Topo*/
#fixa-tela {
  margin-left: 250px;
}
#tela-painel {
  float: left;
  width: 100%;
}
#topo {
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
}
#opceos-topo {
  list-style: none;
  float: right;
}
#opceos-topo li {
  float: left;
  margin-right: 10px;
}
#opceos-topo li:first-child {
  padding-top: 8px;
}
/*topo página*/
#topo-pagina {
  box-sizing: border-box;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
}
/*Tabelas*/
.container-tabela {
  width: 100%;
  overflow: scroll;
}
/*Calendário Escolar*/
#legenda {
  list-style: none;
}
#legenda li {
  float: left;
  border-right: 1px dotted #B7B7B7;
  padding: 10px;
}
.submenu {
  background: #404040;
  display: none;
}
.submenu li {
  width: 100%;
}
.submenu a {
  display: block;
  color: #ffffff;
  padding: 10px;
  border-bottom: 1px dashed #3c3c3c;
}
#grafico-medias,
#grafico-faltas {
  height: 650px;
  width: 100%;
}
.miniatura {
  float: left;
  padding: 10px;
  margin-right: 10px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
/*Horários*/
#box-horarios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box-dia-semana {
  margin-bottom: 20px;
}
/*Atividades*/
#arquivos-atividade {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box-arquivo-atividade {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  text-align: center;
  width: 15%;
  float: left;
  margin-right: 1%;
}
/*Área do Aluno*/
#box-calendario-provas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#menu-inicio {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#menu-inicio li {
  float: left;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  border-bottom: 3px solid #f8c200;
  position: relative;
}
@media (max-width: 1024px) {
  #menu-mobile {
    display: block;
  }
  #menu-painel {
    display: none;
  }
  #menu-painel li {
    text-align: center;
  }
  #menu-navegacao,
  #fixa-tela {
    width: 100%;
    height: auto !important;
    clear: both;
    float: none;
    margin-left: 0;
    position: relative !important;
    display: block;
  }
}
@media (max-width: 860px) {
  .coluna-1-4 {
    width: 48%;
    margin-right: 2%;
  }
  .coluna-1-4:nth-of-type(4n+0) {
    margin-right: 2%;
  }
  .coluna-1-4:nth-of-type(2n+0) {
    margin-right: 0;
  }
  .coluna-1-3 {
    width: 48%;
    margin-right: 2%;
  }
  .coluna-1-3:nth-of-type(2n+0) {
    margin-right: 2%;
  }
  .coluna-1-3:nth-of-type(3n+0) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .coluna-1-4 {
    width: 100%;
    clear: both;
    float: none;
    margin-right: 0;
  }
  .coluna-1-4:nth-of-type(2n+0) {
    margin-right: 0;
  }
  .coluna-1-3 {
    width: 100%;
    margin-right: 0%;
  }
  .coluna-1-3:nth-of-type(2n+0) {
    margin-right: 0;
  }
}
