.m-top-15 {
  margin-top: 15px;
}
.m-bot-15 {
  margin-bottom: 15px;
}
.op1 {
  opacity:1;
}
.op2 {
  opacity:.2;
}
.op2:hover {
  opacity:.6;
}
.thickHr {
  height: 10px;
  background-color: #274135;
  border: none;
  border-radius: 5px;
  width: 64rem;
}
.textButton:hover {
  color: #274135;
  text-decoration: underline;
}
.textGray {
  color: #929292;
  font-size: 15px;
  font-weight: 600;
}
.textGreen {
  color: #2fb10e;
  font-size: 15px;
  font-weight: 600;
}
.progDiscTitle {
  margin-left: 10%;
  font-size: larger;
  font-weight: 600;
  color: #0f3b96;
  letter-spacing: 1px;
  margin-top: -4px;
}
.scrollable-div-disciplinas {
  max-height: 240px;
  overflow: visible;
}
.scrollable-div {
  max-height: 180px;
  overflow: auto;
}
.medium-scrollable-div {
  max-height: 460px;
  overflow: auto;
}
.big-scrollable-div {
  max-height: 32rem;
  overflow: auto;
}
.tabelaIcones label {
  margin: 5px;
}
.reportCustomHeight{
  line-height:1.1;
  cursor:pointer;
  user-select: none;
}
.reportCustomHeight td{
  border-top: none !important;
}
.reportCustomHeight:hover {
background: #9cc292 !important;
-webkit-box-shadow: 0px 10px 20px -10px #999999;
box-shadow: 0px 10px 20px -10px #999999;
border:none;
}
.reportCustomHeight:hover td{
color:white !important;
font-weight: bold !important;
}
.filtersReport {
  position: absolute;
  bottom: 0;
  width:100%;
  margin-left:5px;
}
.filtersReportNoAbsolute {
  bottom: 0;
  position: fixed;
  left: 0;
  width: 100%;
  border-top: 2px solid lightgray;
}
.relatorioRolaDataInput {
  border: none;
  border-bottom: 2px solid #274135;
}
.relatorioRolaDataInput:focus {
  outline: none !important;
}
.chevronsBtnRel{
  display: flex;
  flex-wrap: wrap;
  width: 3px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 5px;
  margin-right: 110px;
  color: #274135;
}
.chevronsBtnRelMobile{
  display: flex;
  flex-wrap: wrap;
  width: 3px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 195px;
  margin-right: 200px;
  color: #274135;
}
.divFiltersCustomReport {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
}
.painelPerfilAcoes:hover {
  background:#274135;
  }
.divMenuCustomReport {
    margin-right: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    height: 110px;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
  }
.buttonPresDevocMobile{
  height: 75px;
  background: white;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #274135;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor:pointer;
  user-select: none;
  position: absolute;
  bottom: 0;
  margin-left: 24px;
  margin-bottom: 28px;
  z-index:999999;
}
#paginacaoAluno {
  margin-left: 25px;
}
#paginacaoAluno i{
  font-style: unset;
  color: #274135;
  font-weight: 700;
  font-size: 22px;
  padding-left: 7px;
  padding-right: 7px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#paginacaoAluno i:hover{
  color: #9ba9c8;
}
#paginacaoProvaLiberar {
  margin-left: 25px;
}
#paginacaoProvaLiberar i{
  font-style: unset;
  color: #274135;
  font-weight: 700;
  font-size: 22px;
  padding-left: 7px;
  padding-right: 7px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#paginacaoProvaLiberar i:hover{
  color: #9ba9c8;
}
.buttonPresInicio{
  height: 75px;
  background: #274135;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: white;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  /* cursor:pointer; */
  user-select: none;
}
.buttonPresInicio:hover{
  background-color: #dbdfee;
  transform: translateY(-5px);
}
.btn-primary-lancamento-rapido {
  max-height: 60px;
  max-width: 100px;
  background: #d1d6df;
  border:none;
}
.btn-primary-lancamento-rapido span {
  color: #8a9dc5;
}
.barraInferiorEsquerda {
  position: fixed;
  left: 33px;
  bottom: 0;
  margin-left: 25px;
  margin-bottom: 80px;
  background: #d1d6df;
  border-radius: 8px;
  width: 350px;
  padding-top: 9px;
  padding-left: 9px;
}
.barraInferiorEsquerdaMobile {
  /* position: fixed;
  left: 0;
  bottom: 0; */
  /* margin-left: 25px; */
  margin-top: 25px;
  margin-bottom: 10px;
  background: #d1d6df;
  border-radius: 8px;
  width: 350px;
  padding-top: 9px;
  padding-left: 9px;
}
.painelAgrupamento {
	/* box-shadow: 0 1px 3px #274135; */
	box-shadow: 0 1px 3px #505050;
    height:160px;
    overflow:auto;
    display:flex;
    flex-wrap:wrap;
    border-radius: 18px;
    background: #fff;
    display: inline-block;
    padding: 0px;
    margin: 36px 36px 0 60px;
}
.painelAgrupamento:hover{
box-shadow: 0 1px 6px grey;
cursor:pointer;
}
.painelAgrupamentoUpper{
  height: 40px;
    background-color: #c8cbd7;
    width: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0 2px 5px #cbced0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
}
.painelAgrupamentoBottom{
  background: #f9f9f9;
    border-top: none;
    width: inherit;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.painelAgrupamentoShortDesc{
  display: flex;
  height: 80px;
  font-size: large;
  font-weight: 700;
  color: #bac7d7;
  margin: 20px;
  width: 100%;
}
.painelNotasContainer {
  /*height: 520px;*/
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0 2px 5px #a2a2a2;
  margin-bottom: 15px;
  margin-top: 25px;
}
.painelNotasContent {
  background: #ffffff;
  border-top: none;
  padding: 0px;
  width: inherit;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: flex-start;
  max-height: 450px;
  overflow: auto;
}
.painelNotasDiscNotaHover:hover {
  cursor:pointer;
  background: #f1fff1;
  margin-top: -2px;
  border-bottom: 2px solid #dde7dd;
}
.painelNotasTitle {
  background: #274135;
  height: 50px;
  width: 100%;
  border-top-left-radius: 10px;
  box-shadow: 0 2px 5px #a2a2a2;
  border-top-right-radius: 10px;
}
.painelNotasLinhaEscura {
  height: 50px;
  border-bottom: 2px solid #ffffff;
  background: #c5d1c2;
  display: flex;
  flex-wrap: wrap;
}
.painelNotasLinhaClara {
  height: 50px;
  border-bottom: 2px solid #ffffff;
  background: #e3f0e0;
  display: flex;
  flex-wrap: wrap;
}
.painelNotasEscolherTipo{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.painelNotasEscolherTipo:hover {
  margin-top:-3px;
  cursor: pointer;
}
.painelNotasEscolherTipo:hover span,.painelNotasEscolherTipo:hover h5{
  color:#274135!important;
}
#btnAddNotaMuralInternoVoltar {
  width: 130px;
}
#escolherTipoAgrupamentoMuralInterno {
  margin-left: 15px;
  margin-top: 15px;
}
.painelDiscCollapsed {
  border-radius: 10px;
  height: 100px;
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  box-shadow: 0 2px 5px #cbced0;
  margin-bottom: 15px;
  margin-top: 25px;
}
.painelDiscExpanded {
  border-radius: 10px;
  min-height: 100px;
  height: auto;
  max-height: 500px;
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  box-shadow: 0 2px 5px #cbced0;
  margin-bottom: 15px;
  margin-top: 25px;
  padding-bottom: 2px;
  background: #f9f9f9;
}
.painelDiscUpper {
  height: 40px;
  background-color: #adb1ad;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 2px 5px #cbced0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
}
.painelDiscUpper {
  cursor: pointer;
}
.painelDiscCollapseIcon {
  display: block;
  float: right;
  margin-right: -5px;
}
.painelDiscExpandIcon {
  display: block;
  float: right;
  margin-right: -5px;
}
.normalProgressBar {
  height: 18px;
  background: #b0cbac;
}
.aguardandoProvaLabel{
  user-select: none;
  color:#b0cbac;
  font-weight:700;
}
.retomarConexaoDiv{
  top: 75px;
  right: 25%;
  width: 50%;
  height: 50px;
  background: #be8e39;
  position: fixed;
  border-radius: 5px;opacity: .8;
  z-index: 9;
  box-shadow: 0px 10px 20px -10px #274135;
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-weight:600;
}
.conexaoRetomadaDiv{
  top: 75px;
  right: 25%;
  width: 50%;
  height: 50px;
  background: #39be53;
  position: fixed;
  border-radius: 5px;opacity: .8;
  z-index: 9;
  box-shadow: 0px 10px 20px -10px #274135;
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-weight:600;
}
.divClickFazerProva{
  cursor:pointer;
}
.divClickFazerProva:hover{
  margin-bottom:3px;
}
.divClickFazerProva span{
  color: #5da993;
  font-size: large;
  font-weight: 700;
  user-select: none;
  margin-right: 5px;
}
.divClickFazerProva:hover span{
  color:#b0cbac;
}
.painelDiscCollapsed .bottom {
  background: #f9f9f9;
  border-top: none;
  width: inherit;
  height: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
}
.painelDiscCollapsed .bottomConcluida {
  border-left: 2px solid #5fc45f;
  border-right: 2px solid #5fc45f;
  border-bottom: 2px solid #5fc45f;
}
.painelDiscCollapsed .bottomReprovada {
  border-left: 2px solid #d17168;
  border-right: 2px solid #d17168;
  border-bottom: 2px solid #d17168;
}
.painelDiscExpanded .bottom {
  background: #f9f9f9;
  border-top: none;
  width: inherit;
  min-height: 60px;
  height: auto;
  max-height: 460px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  overflow: auto;
}
.painelPerfilMobile {
  box-shadow: 0 2px 5px #cbced0;
  border-radius: 5px;
  background: #f9f9f9;
  display: inline-block;
  padding: 20px;
  margin: 36px 0 0 0;
  max-width: 320px;
}
.painelPerfilMobile:hover {
  cursor: pointer;
  box-shadow: 0 6px 9px gray;
}
.painelPerfilSelecionadoMobile {
  box-shadow: 0 2px 5px #cbced0;
  border-radius: 5px;
  background: #f9f9f9;
  display: inline-block;
  padding: 20px;
  margin: 36px 0 0 0;
  border: 3px solid #274135;
  max-width: 320px;
}
.painelPerfilSelecionadoMobile:hover {
  cursor: pointer;
  box-shadow: 0 6px 9px gray;
}
.painelPerfilMargin {
  margin: 36px 0 0 60px !important;
}
.painelPerfil {
  box-shadow: 0 2px 5px #cbced0;
  border-radius: 5px;
  background: #f9f9f9;
  display: inline-block;
  padding: 20px;
  margin: 36px 0 0 0;
  max-width: 320px;
}
.painelPerfil:hover {
  cursor: pointer;
  box-shadow: 0 6px 9px gray;
}
.painelPerfil:hover .painelPerfilIcone {
  color: #e5e5e5 !important;
}
.painelPerfilIcone {
  color: #8a9dc5;
}
.painelPerfil:hover .painelEstilizadoTitle {
  color: #e5e5e5 !important;
}
.painelPerfilSelecionado {
  box-shadow: 0 2px 5px #cbced0;
  border-radius: 5px;
  background: #f9f9f9;
  display: inline-block;
  padding: 20px;
  margin: 36px 36px 0 60px;
  border: 3px solid #274135;
  max-width: 320px;
}
.painelPerfilSelecionado:hover {
  cursor: pointer;
  box-shadow: 0 6px 9px gray;
}
.painelEstilizado {
  box-shadow: 0 2px 5px #274135;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  padding: 20px;
  margin: 36px 36px 0 60px;
}
.painelEstilizadoMobileMargin {
  margin: 36px 0 0 0 !important;
}
.painelEstilizadoIcone {
  width: 80px;
  height: 80px;
}
.painelEstilizadoIcone2 {
  width: 40px;
  height: 40px;
  /* width: 50px;
  height: 60px; */
}
.painelEstilizado:hover {
  cursor: pointer;
  box-shadow: 0 6px 9px gray;
}
.painelEstilizadoTitle {
  font-size: 20px;
  font-weight: 700;
  color: #486a02;
}
.painelEstilizadoTitleInativo {
  font-size: 20px;
  font-weight: 700;
  color: #979797;
}
.painelEstilizadoText {
  color: #979797;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  padding-bottom: 3px;
}
.btnCadastrarItem {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 25px;
  margin-bottom: 80px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnCadastrarItemContainer {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 25px;
  margin-bottom: 80px;
  /* border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999; */
}
.btnCadastrarItemContainer .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnCadastrarItemContainer2 {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 25px;
  margin-bottom: 30px;
}
.btnCadastrarItemContainer2mobileMargin {
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f9f9f9;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-top: 1px solid #efefef;
}
.btnCadastrarItemContainer2 .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.m-right-20 {
  margin-right: 20px;
}
.m-left-5 {
  margin-right: 5px;
}
a {
  color: #274135;
  cursor: pointer;
}
.blue {
  color: #274135;
}
.pink {
  color: #ec84ef;
}
button:focus {
  outline: 0;
}
.form-group label {
  margin-bottom: 0px;
  margin-left: 5px;
  font-weight: 500;
}
.form-group .labelInput {
  color: #000000;
  position: absolute;
  margin-top: 18px;
  left: 0;
  margin-left: 40px;
  /*opacity: 0.4;*/
  font-weight: 500;
}
.form-group .labelInput.content {
  color: #717171;
  position: absolute;
  margin-top: 5px;
  left: 0;
  margin-left: 12px;
  font-size: 11px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.form-group .labelInput.contentAdmin {
  /* color: #717171; */
  color: #274135;
  position: absolute;
  margin-top: 5px;
  left: 0;
  margin-left: 25px;
  font-size: 11px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.form-background {
  border-radius: 5px;
 /*background: #5e9b50;*/
 background-image: url(https://stbgead.com.br/img/farm2-sectionbg4.png);
 background-size: 20px 20px;
}
.form-control.inputAdmin {
  background: white;
  border: none;
  -webkit-box-shadow: 0px 5px 10px -5px #7b7b7b;
  box-shadow: 0px 5px 10px -5px #7b7b7b;
}
.form-control {
  /*padding: 12px;*/
  height: auto;
  border: none;
  border-radius: 0px;
  background: #eeeeee8a;
  border-bottom: 2px solid #c3c3c3;
  padding-top: 30px;
  padding-left: 20px;
  border-radius: 8px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #274135;
  outline: 0;
  -webkit-box-shadow: 0px 5px 10px -5px #7b7b7b;
  box-shadow: 0px 5px 10px -5px #7b7b7b;
}
.custom-select:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(164, 164, 164, 0.25);
  box-shadow: 0 0 0 1px rgba(164, 164, 164, 0.25);
}
.btn {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #274135;
  border-color: #274135;
  color: white;
}
.btn-primary-simulacao-formed {
  background: white;
  border-color: white;
  color: #274135;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-simulacao-formed:hover {
  background: #93d27d;
  border-color: #93d27d;
  color: white;
  box-shadow: 0px 10px 20px -10px #274135;
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
}
.btn-primary-formed {
  background: white;
  border-color: white;
  color: #274135;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-formed:hover {
  background: #274135;
  border-color: #274135;
  color: white;
  box-shadow: 0px 10px 20px -10px #274135;
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
}
.btn-primary-formed.focus,
.btn-primary-formed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-concluido {
  /* background: #274135; */
  background: #4ac242;
  border-color: #4ac242;
  color: white;
  box-shadow: 0px 10px 20px -10px #999999;
  -webkit-box-shadow: 0px 10px 20px -10px #999999;
  width: 160px !important;
  border-radius: 5px !important;
  /* -webkit-box-shadow: none; */
  /* box-shadow: none; */
}
.btn-primary-concluido:hover {
  background: white;
  border-color: white;
  color: #4ac242;
  box-shadow: 0px 10px 20px -10px #4ac242;
  -webkit-box-shadow: 0px 10px 20px -10px #4ac242;
}
.btn-diferentao {
  background: #715d71!important;
  border-color: #715d71!important;
  color: white!important;
  box-shadow: 0px 10px 20px -10px #999999!important;
  -webkit-box-shadow: 0px 10px 20px -10px #999999!important;
}
.btn-diferentao:hover {
  background: white!important;
  border-color: white!important;
  color: #715d71!important;
  box-shadow: 0px 10px 20px -10px #715d71!important;
  -webkit-box-shadow: 0px 10px 20px -10px #715d71!important;
}
.btn-primary {
  background: #274135;
  /* background: #4ac242; */
  border-color: #274135;
  color: white;
  box-shadow: 0px 10px 20px -10px #999999;
  -webkit-box-shadow: 0px 10px 20px -10px #999999;
  /* -webkit-box-shadow: none; */
  /* box-shadow: none; */
}
.btn-primary:hover {
  background: white;
  border-color: white;
  color: #274135;
  box-shadow: 0px 10px 20px -10px #274135;
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-white:not(:disabled):not(.disabled).active,
.btn-primary-white:not(:disabled):not(.disabled):active,
.show > .btn-primary-white.dropdown-toggle {
  background: #fff;
  border-color: #fff;
  color: #274135;
}
.btn-primary-white {
  background: #fff;
  border-color: #274135;
  color: #274135;
}
.btn-primary-white:hover {
  background: #274135;
  border-color: #274135;
  color: #fff;
  box-shadow: 0px 10px 20px -10px #274135;
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
}

/*botao excluir utilizado nas telas de editar mesa e produto*/
.btn-delete:not(:disabled):not(.disabled).active,
.btn-delete:not(:disabled):not(.disabled):active,
.show > .btn-delete.dropdown-toggle {
  background: #d0625c;
  border-color: #d0625c;
  color: white;
}
.btn-delete {
  background: #d0625c;
  border-color: #d0625c;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-delete:hover {
  background: white;
  border-color: white;
  color: #ea473f;
  box-shadow: 0px 10px 20px -10px #ea473f;
  -webkit-box-shadow: 0px 10px 20px -10px #ea473f;
}
.btn-delete.focus,
.btn-delete:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-delete-white:not(:disabled):not(.disabled).active,
.btn-delete-white:not(:disabled):not(.disabled):active,
.show > .btn-delete-white.dropdown-toggle {
  background: #fff;
  border-color: #fff;
  color: #ea473f;
}
.btn-delete-white {
  background: #fff;
  border-color: #ea473f;
  color: #ea473f;
}
.btn-delete-white:hover {
  background: #ea473f;
  border-color: #ea473f;
  color: #fff;
  box-shadow: 0px 10px 20px -10px #ea473f;
  -webkit-box-shadow: 0px 10px 20px -10px #ea473f;
}
/*botão utilizado no reativar e em outras situações confirmativas*/
.btn-positive {
  background: #018f21;
  border-color: #018f21;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-positive:hover {
  background: white;
  border-color: white;
  color: #018f21;
  box-shadow: 0px 10px 20px -10px #018f21;
  -webkit-box-shadow: 0px 10px 20px -10px #018f21;
}
.btn-positive.focus,
.btn-positive:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-positive-white:not(:disabled):not(.disabled).active,
.btn-positive-white:not(:disabled):not(.disabled):active,
.show > .btn-positive-white.dropdown-toggle {
  background: #fff;
  border-color: #fff;
  color: #018f21;
}
.btn-positive-white {
  background: #fff;
  border-color: #018f21;
  color: #018f21;
}
.btn-positive-white:hover {
  background: #018f21;
  border-color: #018f21;
  color: #fff;
  box-shadow: 0px 10px 20px -10px #018f21;
  -webkit-box-shadow: 0px 10px 20px -10px #018f21;
}
.custom-confirm-width{
  width:440px;
}
/* Bottons footer li*/
.btn-footer {
  background: #f3f3f3;
  -webkit-box-shadow: 0px 0px 5px -1px #e1e1e1;
  box-shadow: 0px 0px 5px -1px #e1e1e1;
  cursor: pointer;
}
.btn-footer.green {
  color: #018f21;
}
.btn-footer.green:hover {
  background: #018f21;
  color: white;
}
.btn-footer.blue {
  color: #001770;
}
.btn-footer.blue:hover {
  background: #001770;
  color: white;
}
.btn-footer.red {
  color: #ea473f;
}
.btn-footer.red:hover {
  background: #ea473f;
  color: white;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #274135;
  background-color: #274135;
}
.form-control.fc2 {
  padding-top: 20px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #adadad;
  padding-left: 15px;
  padding-right: 20px;
  cursor: pointer;
}
.form-group .labelInput.content2 {
  color: #274135;
  position: absolute;
  margin-top: 5px;
  left: 0;
  margin-left: 22px;
  font-size: 10px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-item-student-background {
  border-color: #dee2e6 #dee2e6 #f9f9f9 !important;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: gray !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff0;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #274135 !important;
  font-weight: 700;
}
.modal-title {
  font-weight: 800;
  color: #838383;
}
/* INDEX */
.homePage {
  /*background: url('../img/fundo-home.png');*/
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
}
.homePage .overlay {
  width: 100%;
  height: 100%;
  background: #fffffff2; /*rgba(240, 240, 240, 0.93);*/
}
#bodyHomePage {
  color: white;
  /* padding-top: 180px; */
  padding-top: 140px;
  padding-bottom: 30px;
}
.homePageTitle {
  margin-bottom: 15px;
}
.homePageTitle h2 {
  /*color: #595959;*/
  color: white;
  font-weight: 700;
}
.homePageDesc {
  margin-bottom: 15px;
  color: #949494;
}
.homePageOu {
  margin-top: 12px;
  margin-bottom: 10px;
  color: #b1b1b1;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
#btnSubmitMesa {
  position: absolute;
  right: 0;
  margin-right: 15px;
  z-index: 9;
  height: 100%;
  width: 50px;
}
#btnEscanearQR {
  -webkit-box-shadow: 0px 5px 10px -5px #7b7b7b;
  box-shadow: 0px 5px 10px -5px #7b7b7b;
}
#btnEscanearQR #iconQrCode {
  float: left;
  margin: 5px;
}
#btnEscanearQR #labelBtnEscanear {
  margin-left: -15px;
}
#formEnviarDadosMesa #codMesa {
  background: white;
  border: none;
  text-transform: uppercase;
}
#formEnviarDadosMesa .informarCod {
  -webkit-box-shadow: 0px 5px 10px -5px #7b7b7b;
  box-shadow: 0px 5px 10px -5px #7b7b7b;
  border-radius: 8px;
}
/* SCAN */
#qr-video {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  top: 0;
  left: 0;
}
.optionsScan {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  /*margin-top: 70px;
    color: #555555;*/
}
.lineQrScan {
  background: red;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  opacity: 0.8;
}
#imgScan {
  position: fixed;
  width: 200px;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
/* APP */
#overlayApp {
  height: 100%;
  width: 100%;
  background: #fffffff5;
  position: absolute;
  overflow: hidden;
}
#overlay {
  height: 100%;
  width: 100%;
  background: #ffffffd6;
  z-index: 9;
  position: absolute;
  overflow: hidden;
  display: none;
}
#bodyApp {
  padding-top: 70px;
  padding-bottom: 60px;
}
#bodyAppMenuLateral {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fafafa;
  bottom: 0;
  z-index: 990;
  padding-top: 60px;
}
/* Slide Out */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #274135;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  /*will-change: transform;*/
  background-color: #fff; /* A background-color is required */
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
  overflow: hidden;
}
.logoMenu img {
  width: 27%;
  padding-top: 25px;
  /*filter: invert(1);*/
}
.logoMenu p {
  font-size: 18px;
  text-transform: none;
  color: white;
}
#menuLateralAdmin .nav-item-hd {
  padding: 12px !important;
}
#menuLateralAdmin .nav-item {
  color: white;
  padding: 13px;
  padding-left: 15px;
}
#menuLateralAdmin .nav-item .fas {
  margin-right: 12px;
  width: 25px;
}

#divBarraPesquisa {
  position: absolute;
  width: 100%;
  top: 0;
  background: #274135;
  display: none;
}
#divBarraPesquisa input {
  background: white;
  border: none;
  border-bottom: 2px solid #ffffff;
  padding: 5px 10px 5px 10px;
  color: #767676;
  outline: 0;
  width: 100%;
  border-radius: 5px;
  font-weight: 500;
}
#divBarraPesquisa span {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 11px;
  margin-right: 25px;
  color: #274135;
}
#divBarraPesquisa input#filterProdutos::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #868686;
  opacity: 0.5;
}
#divBarraPesquisa input#filterProdutos:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #868686;
  opacity: 0.5;
}
#divBarraPesquisa input#filterProdutos::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #868686;
  opacity: 0.5;
}

/*HOME APP*/
#bodyAppCliente #panel {
  background: url(../img/fundo-home.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#panel .animated {
  animation-duration: 0.5s;
}
.header {
  width: 100%;
  max-height: 60px;
  background: #274135;
  position: fixed;
  padding-bottom: 5px;
  padding-top: 10px;
  z-index: 9999;
  box-shadow: 0px 5px 20px -10px #8b8b8b;
  -webkit-box-shadow: 0px 5px 20px -10px #8b8b8b;
  transition: opacity 300ms ease-out;
}
.header .form-control {
  background-color: white !important;
  color: #9b8350 !important;
  border-bottom: 2px solid #967d47 !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 0px 10px 2px #0c0a01;
  box-shadow: 0px 0px 10px 2px #0c0a01;
  padding: 8px;
}
.header p {
  text-transform: uppercase;
  color: white;
  padding-top: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.header .btnBuscar {
  float: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 17px;
  background: none;
  border: none;
}
.header .btnFiltar {
  padding-top: 6px;
  /*margin-left: -12px;*/
}
.header .btnMenu {
  color: white;
  padding: 10px;
  cursor: pointer;
}
.header .btnRightHeader {
  color: white;
  padding: 10px;
  margin-left: -10px;
}
.itemNotificacao {
  border-bottom: 1.5px solid #dddddd;
  padding: 10px;
}
.titleNotificacao {
  color: #a5a5a5;
  font-weight: 400;
}
.obsNotificacao {
  color: #8e8e8e;
  font-weight: 700;
  margin-left: 5px;
}
.dataNotificacao {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 15px;
  opacity: 0.7;
}
.horaNotificacao {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 15px;
  color: #a5a5a5;
  font-weight: 400;
}
.iconeNotificacao {
  position: absolute;
  right: 0;
  margin-top: 30px;
  margin-right: 15px;
  font-size: 14px;
}
.iconeNotificacao.blue {
  color: rgb(79, 195, 247);
}
.iconeNotificacao.gray {
  color: rgb(197, 197, 197);
}
#divCartOpen {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 60px;
  display: none;
}
#divCartOpen button {
  background: #274135;
  padding: 12px;
  border: 0;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
/*Barra Inferior footer*/
.footer {
  background: #f9f9f9;
  color: #274135;
  padding: 0px;
  margin: 0;
  width: 100%;
  bottom: 0;
  text-transform: none;
  position: fixed;
  z-index: 99;
  /*margin-bottom: constant(safe-area-inset-bottom);  Iphone X iOS 11.0 */
  /*margin-bottom: env(safe-area-inset-bottom);  Iphone X iOS 11.2 */
}
.m-bot-0 {
  margin-bottom: 0 !important;
}
.footer ul {
  margin-bottom: 0rem !important;
}
.list-inline-item {
  padding: 10px;
  margin-bottom: 0px;
}
.list-inline-item:not(:last-child) {
  margin-right: -5px !important;
}
.footer-menu-list {
  /*width: 20%;*/
  width: 33.36%;
  padding: 8px 3px 1px 3px;
}
.footer-menu-list span,
.footer-menu-list p {
  color: #274135;
}
.footer-menu-list p {
  margin-bottom: 0px;
  margin-top: -5px;
  font-size: 12px;
}
.footer .active {
  background: #274135;
  padding-bottom: 3px;
}
.footer .active span,
.footer .active p {
  color: #ffffff;
}
.footer .numberNotification {
  display: block;
  position: absolute;
  top: 0;
  margin-left: 8%;
  margin-top: 1.5%;
  background: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  z-index: 9;
  float: right;
}
/* slider */
#sliderCategorias {
  margin-bottom: 20px;
  background: #f8f8f8;
  margin-top: -17px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 5px -2px #9f9f9f;
  box-shadow: 0px 2px 5px -2px #9f9f9f;
  transition: all 500ms ease;
}
.slick-slide {
  padding-bottom: 3px;
}
.slick-slide:hover,
.slick-slide:focus {
  outline: 0;
}
.slick-slide .itemCategoria {
  padding: 8px 15px 0px 15px;
  display: block;
  background: transparent;
  color: #2c2c2c;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  opacity: 0.3;
  transform: scale(0.6);
  transition: all 300ms ease;
}
.slick-slide.slick-active.slick-center .itemCategoria {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  color: #2c2c2c;
}
.slick-slide .itemCategoria img {
  /*width: 100%;*/
  width: 40px;
  display: inline-block;
}
.slick-slide .itemCategoria p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 10px;
  text-transform: uppercase;
  color: #2c2c2c;
  font-weight: 600;
}
#chamadaDevocionalSabado {
  /* height: 350px; */
  max-height: 340px;
  overflow: auto;
  border-left:5px solid;
  margin-left:20px;
}
#chamadaDevocionalSabado #nomesDevocSabado {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 6px;
}

#chamadaDevocionalSabado li {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease-in-out;
  user-select:none;
  border-radius:10px;
  /* margin-top:12px; */
  height: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 25px;
  display:flex;
  align-items:center;
  width: 84%;
}

#chamadaDevocionalSabado .naoAvaliado {
  /* background-color: #dedde5; */
  background-color: #f9f9f9;
  border:1px solid#e8e8e8;
  color: black;
}
#chamadaDevocionalSabado .presente {
  background-color: #86bd8a;
  border:none;
  color: white;
}
#chamadaDevocionalSabado .ausente {
  background-color: #cb9378;
  border:none;
  color: white;
}
#chamadaDevocionalSabado .justificado {
  background-color: #979cbd;
  border:none;
  color: white;
}
#chamadaDevocionalNoturno {
  /* height: 350px; */
  max-height: 340px;
  overflow: auto;
  border-left:5px solid;
  margin-left:20px;
}
#chamadaDevocionalNoturno #nomesDevocNoite {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 6px;
}

#chamadaDevocionalNoturno li {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease-in-out;
  user-select:none;
  border-radius:10px;
  /* margin-top:12px; */
  height: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 25px;
  display:flex;
  align-items:center;
  width: 84%;
}

#chamadaDevocionalNoturno .naoAvaliado {
  /* background-color: #dedde5; */
  background-color: #f9f9f9;
  border:1px solid#e8e8e8;
  color: black;
}
#chamadaDevocionalNoturno .presente {
  background-color: #86bd8a;
  border:none;
  color: white;
}
#chamadaDevocionalNoturno .ausente {
  background-color: #cb9378;
  border:none;
  color: white;
}
#chamadaDevocionalNoturno .justificado {
  background-color: #979cbd;
  border:none;
  color: white;
}
#chamadaDevocionalMatutino {
  /* height: 350px; */
  max-height: 340px;
  overflow: auto;
  border-left:5px solid;
  margin-left:20px;
}
#chamadaDevocionalMatutino #nomesDevocManha {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 6px;
}

#chamadaDevocionalMatutino li {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease-in-out;
  user-select:none;
  border-radius:10px;
  /* margin-top:12px; */
  height: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 25px;
  display:flex;
  align-items:center;
  width: 84%;
}

#chamadaDevocionalMatutino .naoAvaliado {
  /* background-color: #dedde5; */
  background-color: #f9f9f9;
  border:1px solid#e8e8e8;
  color: black;
}
#chamadaDevocionalMatutino .presente {
  background-color: #86bd8a;
  border:none;
  color: white;
}
#chamadaDevocionalMatutino .ausente {
  background-color: #cb9378;
  border:none;
  color: white;
}
#chamadaDevocionalMatutino .justificado {
  background-color: #979cbd;
  border:none;
  color: white;
}

/* HOME MARKET */
#listaProdutos {
  padding-top: 65px;
}
#listaProdutos .titleCategoria {
  color: #9e9e9e;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 5px;
  padding-bottom: 10px;
  display: inherit;
  padding-top: 80px;
  margin-top: -80px;
}
#listaProdutos .itemDesabilitado:after {
  content: 'INDISPONÍVEL';
  position: absolute;
  top: 0;
  color: white;
  background: red;
  margin-top: 60px;
  margin-left: 15px;
  padding-left: 8px;
  padding-right: 8px;
  transform: rotate(-35deg);
  font-weight: 700;
}
#listaProdutos .itemProduto {
  width: 100%;
  height: 180px;
  /*background: #f9f9f9;*/
  background: transparent;
  border-radius: 5px;
  margin-bottom: 25px;
  display: inline-table;
  /*box-shadow: 0px 5px 20px -10px #565656;
    -webkit-box-shadow: 0px 5px 20px -10px #565656;*/
  box-shadow: 0px 5px 18px -10px #c4c4c4;
  -webkit-box-shadow: 0px 5px 18px -10px #c4c4c4;
}
#listaProdutos .itemProduto .itemValor {
  position: absolute;
  right: 0;
  font-size: 14px;
  background: #428bcae6;
  color: #373737;
  padding: 1px 5px 1px 5px;
  margin-right: 11px;
  margin-top: -10px;
  font-weight: 600;
}
#listaProdutos .itemProduto .itemValor::before {
  position: absolute;
  content: ' ';
  right: 0;
  bottom: -5px;
  display: block;
  border-style: solid;
  border-color: transparent;
  border-top-color: #428bcae6;
  border-bottom: 5px;
  border-left-width: 0;
  border-right-width: 5px;
  border-top-width: 5px;
}
#listaProdutos .itemProduto .imgItem img {
  /*width: 100%;
    max-height: 180px;*/
  max-width: 100%;
  height: 150px;
}
#listaProdutos .itemProduto .itemFooter {
  display: table;
  height: 60px;
  background: white;
}
#listaProdutos .itemProduto .titleItem {
  /*font-family: Georgia, serif;*/
  display: table-cell;
  vertical-align: middle;
  font-weight: 800;
  color: #7d7d7d;
}
#divScrollTop {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: 60px 20px;
  color: #274135;
  display: none;
}
.divBotaoFlutuanteApp {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  margin: 60px 20px;
}
.divBotaoFlutuanteApp button {
  background: #274135;
  color: white;
  padding: 15px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 5px 10px -1px #939393;
  -webkit-box-shadow: 0px 5px 10px -1px #939393;
}

/* ADD ITEM */
#addItem {
  background: #f9f9f9;
  height: auto;
  max-height: 70%;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0px -10px 20px -10px #b6b6b6;
  -webkit-box-shadow: 0px -10px 20px -10px #b6b6b6;
  padding: 0px 10px 10px 10px;
  border-top: 4px solid #428bcae6;
  margin-bottom: 40px;
  overflow: auto;
}
#addItem .imgItem {
  height: 150px;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}
#addItem .imgItem img {
  max-height: 140px;
  max-width: 100%;
}
#addItem .infoItem {
  display: table;
  height: 140px;
  width: 100%;
}
#addItem .infoItem .titleItem {
  /*font-family: Georgia, serif;*/
  padding-bottom: 15px;
  display: block;
  font-weight: 800;
  color: #7d7d7d;
}
#addItem .infoItem .descItem {
  display: table-cell;
  vertical-align: middle;
  /*width: 60%;*/
  padding: 15px;
}
#addItem .form-control {
  padding: 5px;
  border: 2px solid #274135;
  padding-left: 35px;
  padding-right: 35px;
}
#addItem .form-control#comentario {
  padding-left: 15px;
  padding-right: 15px;
}
#addItem .divQtdItens {
  max-width: 150px;
}
#addItem #subtrair {
  position: absolute;
  width: 30px;
  left: 0;
  padding: 5px;
  margin-left: 15px;
  background: #274135;
  color: white;
  border-color: #274135;
  margin-top: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#addItem #somar {
  position: absolute;
  width: 30px;
  right: 0;
  padding: 5px;
  margin-right: 15px;
  background: #274135;
  color: white;
  border-color: #274135;
  margin-top: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#addItem #subtrair:active,
#addItem #somar:active {
  -webkit-box-shadow: 0 0 0 0.1rem #29487d;
  box-shadow: 0 0 0 0.1rem #29487d;
}
#addItem .titulo {
  color: #9e9e9e;
  font-weight: 700;
  text-transform: uppercase;
}
#addItem .obs {
  margin-top: 10px;
  margin-bottom: 10px;
}
#addItem .obs a {
  color: #274135;
  text-decoration: underline;
}
#addItem .itensPedido textarea {
  padding: 5px;
  border: 2px dashed #dadada;
  padding-left: 20px;
  padding-right: 20px;
}
#addItem .cartVazio {
  color: #cad1d1;
  padding: 25px;
}
#addItem .removeItem {
  display: block;
  padding-top: 5px;
  color: #274135;
  cursor: pointer;
  text-decoration: underline;
}
/*#addItem .itensPedido hr {
    margin-bottom: -5px;
}
#addItem #cartButtons {
    margin-top: 25px;
}*/
#closeAddItem {
  /*position: absolute;
    top: 0;
    right: 0;
    color: #e8e8e8;
    padding: 7px;
    z-index: 9;*/
  position: sticky;
  color: #ffffff;
  padding: 6px;
  top: 0;
  background: #428bcae6;
  z-index: 9;
  margin-right: -10px;
  float: right;
  margin-bottom: -25px;
}
.addMaisItens {
  color: #9a9a9a;
  border: 2px dashed #dadada;
  padding: 2px;
  margin-bottom: 12px;
}
.confirmarPedido {
  margin-bottom: 5px;
}
.empty {
  color: #cad1d1;
  padding: 25px;
  margin-top: 15%;
  width: 100%;
}
.empty p {
  margin-top: 15px;
  font-weight: 600;
}
/* HOME COMANDA */
#comanda #meusPedidos,
#comanda #pedidosMesa {
  margin-top: 10px;
}
#comanda .itensComanda {
  margin-bottom: 15px;
  box-shadow: 0px 5px 20px -10px #565656;
  -webkit-box-shadow: 0px 5px 20px -10px #565656;
}
.itensComanda .headItemComanda {
  background: #cfcfcf;
  color: #4c4c4c;
  padding: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid #bebebe;
}
.itensComanda .pedidoStatus {
  position: absolute;
  font-size: 12px;
  right: 0;
  margin-right: 10px;
  margin-top: -10px;
  padding-left: 7px;
  padding-right: 7px;
  color: white;
  font-weight: 700;
}
.itensComanda .pedidoStatus::before {
  position: absolute;
  content: ' ';
  right: 0;
  bottom: -5px;
  display: block;
  border-style: solid;
  border-color: transparent;
  border-top-color: #898989;
  border-bottom: 5px;
  border-left-width: 0;
  border-right-width: 5px;
  border-top-width: 5px;
}
#comanda .infoItem .imgItem {
  height: 100px;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
#comanda .infoItem .imgItem img {
  max-height: 100px;
  max-width: 100%;
}
#comanda .infoItem .titleItem {
  /*font-family: Georgia, serif;*/
  display: block;
  font-weight: 800;
  color: #7d7d7d;
}
#comanda .infoItem .descItem {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 15px;
}
#comanda .infoItem .descItem .valorTotalItem {
  right: 0;
  position: absolute;
  color: #979797;
  font-weight: 700;
}
#comanda .infoItem .descItem .qtdItem,
#comanda .infoItem .descItem .ingredientes {
  color: #646464;
}
#comanda hr {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#comanda .totalComanda {
  margin: 15px;
}
#comanda .totalComanda .valorTotal {
  font-weight: 900;
  font-size: 18px;
  color: #14c411;
  float: right;
}
#comanda .totalComanda .labelValorTotal {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #b9b9b9;
  margin-left: 15px;
}
#comanda .totalGeral {
  padding: 15px;
  color: white;
  position: fixed;
  bottom: 0;
  border-radius: 5px;
  margin-bottom: 35px;
  width: 100%;
}
#comanda .itemTotalGeral {
  background: #274135;
  padding: 15px;
  color: white;
  box-shadow: 0px 5px 20px -10px #565656;
  -webkit-box-shadow: 0px 5px 20px -10px #565656;
  font-weight: 600;
}

/* HOME INFORMAÇÕES */
#informacoes h2 {
  color: #274135;
  font-weight: 800;
  margin-top: 20px;
  padding-bottom: 25px;
}
#informacoes .itemInfo {
  box-shadow: 0px 5px 20px -12px #4b4b4b;
  -webkit-box-shadow: 0px 5px 20px -12px #4b4b4b;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
  border-radius: 5px;
  background: #f8f8f8;
  color: #898989;
  font-weight: 500;
}
#informacoes .titleCategoria {
  color: #9e9e9e;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 20px;
}
#informacoes .iconItemInfo {
  display: table-cell;
  vertical-align: middle;
  color: #274135;
  width: 10%;
}
#informacoes .descItemInfo {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
#informacoes .totalComanda {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 22px;
  margin-bottom: 17px;
  font-weight: 700;
  color: #898989;
  font-size: 14px;
}
#informacoes #btnAlterarSenha {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 20px;
  color: #7d7d7d;
  cursor: pointer;
  padding: 10px;
}

/* ADMIN */
#menu .nav-tabs {
  border-bottom: 0px;
}
#menu .nav-item-sec {
  padding: 8px !important;
  padding-left: 15px !important;
}
#menu .nav-item {
  padding: 13px;
  padding-left: 15px;
  border: 0;
  border-radius: 0px;
  color: white !important;
  cursor: pointer;
}
#menu .nav-item.active {
  background: #fff;
  color: #274135 !important;
}
#menu .itemMenu {
  margin-left: 10px;
  user-select: none;
}
#menu .nav-item:hover {
  background: #fff;
  color: #274135 !important;
}
#menu-content {
  padding: 70px 15px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #274135;
  cursor: pointer;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px -2px #d8d5d5;
  box-shadow: 0px 5px 5px -2px #d8d5d5;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #274135;
  border-color: #274135;
  border: none;
  -webkit-box-shadow: 0px 8px 5px -2px #d8d5d5;
  box-shadow: 0px 8px 5px -2px #d8d5d5;
}
.page-link:hover {
  z-index: 2;
  color: #274135;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  margin-top: -1px;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0px 5px 5px -2px #d8d5d5;
  box-shadow: 0px 5px 5px -2px #d8d5d5;
}
.separado-50 {
  height: 50px;
}
.divBotaoFlutuante {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 25px;
  z-index: 989;
}
.divBotaoFlutuante button {
  background: #274135;
  color: white;
  padding: 20px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 10px -4px #6a6a6a;
  -webkit-box-shadow: 0px 0px 10px -4px #6a6a6a;
}
.td-status-select {
  border: 0px;
  -webkit-box-shadow: 0px 0px 3px -1px grey;
  box-shadow: 0px 0px 3px -1px grey;
  background-color: transparent;
  max-width: 170px;
  cursor: pointer;
}
.td-status-checkbox {
  border: 0px;
  background-color: transparent;
}
.td-status-checkbox:hover {
  cursor: pointer;
}
.paragrafo-modais {
  color: #616161e8;
  font-weight: 500;
}
#modalPedidoVisualizar .infoItem {
  display: table;
  width: 100%;
}
#modalPedidoVisualizar .imgItem {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
#modalPedidoVisualizar .imgItem img {
  max-height: 140px;
  max-width: 100%;
}
#modalPedidoVisualizar .infoItem .titleItem {
  display: block;
  font-weight: 800;
  color: #7d7d7d;
}
#modalPedidoVisualizar .infoItem .descItem {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 15px;
}
#modalPedidoVisualizar .infoItem .obsPedido {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #646464;
}
#modalPedidoVisualizar .detalhesPedido {
  color: #808080;
  font-weight: 500;
}
#modalPedidoVisualizar .infoItem .obsPedido span {
  font-weight: 600;
}
#modalPedidoVisualizar .infoItem .descItem .valorTotalItem {
  right: 0;
  position: absolute;
  color: #979797;
  font-weight: 700;
}
#modalPedidoVisualizar .infoItem .descItem .qtdItem,
#modalPedidoVisualizar .infoItem .descItem .ingredientes {
  color: #646464;
}
#modalPedidoVisualizar .totalPedido {
  margin-bottom: 5px;
}
#modalPedidoVisualizar .totalPedido .valorTotal {
  font-weight: 900;
  font-size: 18px;
  color: #14c411;
  float: right;
  margin-top: 10px;
}
#modalPedidoVisualizar .totalPedido .labelValorTotal,
#modalPedidoVisualizar .labelStatusPedido,
#modalPedidoVisualizar .labelItensPedido {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #b9b9b9;
  margin-bottom: 8px;
  display: inline-block;
  margin-top: 10px;
}
#divImagemUpload {
  height: 100%;
  width: auto;
  padding-bottom: 15px;
}
#addUrlImg {
  display: block;
  font-size: 13px;
  margin-left: 5px;
  font-weight: 500;
  color: rgb(118, 118, 118);
  text-decoration: underline;
  cursor: pointer;
  float: left;
  padding-bottom: 15px;
}
/*utilizado na tela addProdutosAdmin*/
#nav-produto,
#nav-tamanhos,
#nav-adicionais,
#nav-categoria {
  padding-top: 15px;
  min-height: 250px;
}
#categorias {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.linkAddCategoria,
.linkAdd {
  display: block;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 500;
  color: #428bcae6;
  text-decoration: underline;
  cursor: pointer;
  float: left;
  padding-bottom: 15px;
}
/* .adjustableNavTab .navButtonHandler {
  display: none;
}
.adjustableNavTab:hover .navButtonHandler {
  display: block;
} */
.adjustableNavTab .navButton:hover {
  border-bottom: 2px solid white;
}
.adjustableNavTab .editButton {
  color: #dda814;
}
.adjustableNavTab .addButton {
  color: green;
}
.adjustableNavTab .deleteButton {
  color: #ea473f;
}
.grab:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.dropDownQuestion{
  width: inherit;
    min-height: 60px;
    padding-left: 30px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
}
.dropDownQuestion:hover{
  cursor:pointer;
  background:#c3d2f3;
  padding-bottom: 8px;
  border-bottom:none !important;
  box-shadow: 0px 8px 20px -12px #274135;
  -webkit-box-shadow: 0px 8px 20px -12px #274135;
}
.dropDownQuestion:hover span{
  color:#747474 !important;
}
.dropDownQuestionMarked {
  background: #a1a2a7 !important;
}
.dropDownQuestionMarked:hover span{
  color: #ffffff !important;
}
.dropDownQuestionMarked span{
  color: #ffffff !important;
}
.dropDownQuestionError {
  background: #df9a9a !important;
}
.dropDownQuestionError:hover span{
  color: #ffffff !important;
}
.dropDownQuestionError span{
  color: #ffffff !important;
}
.dropDownQuestionErrorCorrAlt {
  background: #9aaadf !important;
}
.dropDownQuestionErrorCorrAlt:hover span{
  color: #ffffff !important;
}
.dropDownQuestionErrorCorrAlt span{
  color: #ffffff !important;
}
.dropDownQuestionRight {
  background: #82cc9a !important;
}
.dropDownQuestionRight:hover span{
  color: #ffffff !important;
}
.dropDownQuestionRight span{
  color: #ffffff !important;
}
.dropDownMenuFaqCard {
  border-radius: 5px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6 !important;
}
.dropDownMenuFaqHeader {
  background: #b0cbac;
  padding: 5px 15px;
  /* display: block; */
  border-radius: 5px !important;
  min-height: 45px;
  max-height: 52px;
  cursor: pointer;
  border-bottom: 1px solid #b0cbac;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropDownMenuFaqButton {
  font-weight: 600;
  color: #f9f9f9;
  border: 0;
  text-decoration: none !important;
  background: #b0cbac;
  width: 100%;
  min-height: 45px;
  max-height: 52px;
  font-size: large;
  letter-spacing: 1px;
}
.dropDownMenuFaqRenderRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.dropDownMenuFaqRenderCol {
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.dropDownMenuFaqSpan {
  margin-top: -16px;
  color: #6f6f6f;
  font-weight: 500;
}
.dropDownMenuCard {
  border-radius: 5px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6 !important;
}
.dropDownMenuHeader {
  background: #dce9dc;
  padding: 5px 15px;
  display: block;
  border-radius: 5px !important;
  height: 35px;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
}
.dropDownMenuButton {
  font-weight: 600;
  color: #6f6f6f;
  border: 0;
  text-decoration: none !important;
  background: #dce9dc;
  width: 100%;
}
.dropDownMenuRenderRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.dropDownMenuRenderCol {
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.dropDownMenuSpan {
  margin-top: -16px;
  color: #6f6f6f;
  font-weight: 500;
}
.dropDownHeaderDocumentoAluno {
  background: #7ea983 !important;
}
.emptyMaterialDisc {
  font-weight: 700;
  color: #77767c;
}
#mathandler {
  background:url(../icons/loading.gif) center center no-repeat;
}
.btnConcluirMaterial {
  right: 0;
  margin-right: 25px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnProximoMaterial {
  margin-right: 25px;
  border-radius: 10px;
  width: 130px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnAnteriorMaterial {
  /* position: fixed; */
  /* left: 0; */
  margin-left: 25px;
  border-radius: 10px;
  width: 130px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
/* .btnConcluirMaterialContainer {
  position: fixed;
  right: 0;
  margin-right: 25px;
  margin-bottom: 80px;
} */
/* .btnConcluirMaterialContainer .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
} */
/* .btnConcluirMaterialContainer2 {
  position: fixed;
  right: 0;
  margin-right: 25px;
  margin-bottom: 30px;
} */
/* .btnConcluirMaterialContainer2 .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnProximoMaterialContainer {
  position: fixed;
  right: 0;
  margin-right: 25px;
  margin-bottom: 80px;
}
.btnProximoMaterialContainer .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnProximoMaterialContainer2 {
  position: fixed;
  right: 0;
  margin-right: 25px;
  margin-bottom: 30px;
}
.btnProximoMaterialContainer2 .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnAnteriorMaterialContainer {
  position: fixed;
  left: 0;
  margin-right: 25px;
  margin-bottom: 80px;
}
.btnAnteriorMaterialContainer .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
.btnAnteriorMaterialContainer2 {
  position: fixed;
  left: 0;
  margin-right: 25px;
  margin-bottom: 30px;
}
.btnAnteriorMaterialContainer2 .btn {
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999; */
/* } */
.materialSpanNone {
  font-weight: 700;
  color: #77767c;
}
.materialSpan {
  font-weight: 700;
  color: #bcccdf;
  cursor: pointer;
  user-select: none;
}
.materialSpan:hover {
  border-bottom: 2px solid #fff;
  color: #77767c !important;
}
.simuladoSpan {
  font-weight: 700;
  /* letter-spacing: 2px; */
  color: #77767c;
  cursor: pointer;
}
.simuladoSpan:hover {
  border-bottom: 2px solid #f9f9f9;
  color: #a2cafc !important;
}
.font-size-25px {
  font-size: 25px;
}
.m-left-4{
  margin-left:4px;
}
.documentoRowIcon:hover {
  cursor:pointer;
  color:#e6ebf1 !important;
}
.listItemDocSpan{
  color: white;
  font-size: large;
  font-weight: 600;
  cursor: pointer;
}
.listItemDocSquared {
  background: #b8d7bb;
  height: 33px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.listItemDocSquared:hover {
  -webkit-box-shadow: 0px 0px 10px -3px #112859;
  box-shadow: 0px 0px 5px -2.5px #112859;
}
.listItemCategoriaSquared {
  background: #e6ebf1;
  padding: 5px 15px;
  display: flex;
  margin: 10px 5px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
.listItemCategoriaSquared .visibleImgOption {
  /* display: block;
  float: right; */
  border: none;
}
.listItemCategoriaSquared .icon {
  margin-left: 10px;
  visibility: hidden;
}
.listItemCategoriaSquared .checkedIcon {
  margin-left: 10px;
  color: #5fc45f !important;
  visibility: hidden;
}
.listItemCategoriaSquared .icon:hover {
  border-bottom: 3px solid #e6ebf1;
  color: #a2cafc !important;
}
.listItemCategoriaConcluido {
  background: #bcccdf;
  /* background: #d1f6c2; */
  padding: 5px 15px;
  display: flex;
  margin: 10px 5px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
.listItemCategoriaConcluido .visibleImgOption {
  /* display: block;
  float: right; */
  border: none;
}
.listItemCategoriaConcluido .icon {
  visibility: hidden;
  margin-left: 10px;
}
.listItemCategoriaConcluido .checkedIcon {
  margin-left: 10px;
  /* visibility: hidden; */
  /* color: #e6ebf1 !important; */
  color: #5fc45f !important;
  /* color: #0d1b3d !important; */
}
.listItemCategoriaConcluido .checkedIcon:hover {
  border-bottom: 3px solid #bcccdf;
  color: #e6ebf1 !important;
  /* color: #5fc45f !important; */
}
/* .listItemCategoriaConcluido:hover .checkedIcon {
  visibility: visible;
} */
.listItemCategoriaConcluido:hover .icon {
  visibility: visible;
}
.listItemCategoriaSquared:hover .icon {
  visibility: visible;
}
.listItemCategoriaConcluido .icon:hover {
  border-bottom: 3px solid #bcccdf;
  color: #4d7cb4 !important;
}
.checkMatAdmin .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  /* margin-left: -60px; */
  transition: opacity 0.6s;
  font-size: large;
  font-family: monospace;
}
.checkMatAdmin .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.checkMatAdmin:hover .tooltiptext {
  visibility: visible;
}
.checkedIcon .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  /* margin-left: -60px; */
  transition: opacity 0.6s;
  font-size: large;
  font-family: monospace;
}
.checkedIcon .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.checkedIcon:hover .tooltiptext {
  visibility: visible;
}
.icon .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  /* margin-left: -60px; */
  transition: opacity 0.6s;
  font-size: large;
  font-family: monospace;
}
.icon .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.icon:hover .tooltiptext {
  visibility: visible;
}
.listItemCategoriaSquared:hover {
  -webkit-box-shadow: 0px 0px 10px -3px #112859;
  box-shadow: 0px 0px 5px -2.5px #112859;
}
.listItemCategoriaConcluido:hover {
  -webkit-box-shadow: 0px 0px 10px -3px #112859;
  box-shadow: 0px 0px 5px -2.5px #112859;
}
.listItemCategoria {
  background: #f6f6f5;
  padding: 5px 15px;
  display: block;
  border-radius: 10px;
  margin: 10px 5px;
  cursor: pointer;
  border: none;
}
.listItemCategoria .visibleImgOption {
  display: block;
  float: right;
  border: none;
}
.listItemCategoria:hover {
  -webkit-box-shadow: 0px 0px 10px -3px #112859;
  box-shadow: 0px 0px 10px -3px #112859;
  /* border: 1px solid #112859; */
  /* -webkit-box-shadow: 0px 0px 10px -3px #919191;
  box-shadow: 0px 0px 10px -3px #919191; */
}
.listItemCategoria:hover .imgOption {
  display: block;
}
.listItemCategoria .imgOption {
  float: right;
  display: none;
  /* -webkit-box-shadow: none;
  box-shadow: none; */
  border: none;
}
.listItemCategoria .imgOption:hover {
  /* -webkit-box-shadow: 0px 0px 10px -3px #919191;
  box-shadow: 0px 0px 10px -3px #919191; */
  border: 1px solid #f6f6f5;
}
.listItemCategoria .imgCheck {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
  display: none;
}
.listItemCategoria.active .imgCheck {
  display: block;
}
.listItemCategoria:hover .imgCheck {
  display: block;
}
.listItemCategoria img {
  margin-right: 25px;
  margin-left: 15px;
}
.listItemCategoria span {
  font-weight: 600;
  color: #747474;
}
#bodyListIcons {
  border: none;
  background: #f6f6f5;
  border-radius: 10px;
  height: 154px;
  overflow: auto;
  margin-bottom: 15px;
  padding: 25px 10px 10px 10px;
  -webkit-appearance: none;
  box-shadow: 0px 8px 8px -5px #d3d3d3;
  -webkit-box-shadow: 0px 8px 8px -5px #d3d3d3;
}
#bodyListIcons .titleContent {
  display: block;
  /* color: #717171; */
  color: #274135;
  margin-left: 0px;
  font-size: 11px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  /* position: fixed; */
  margin-top: -20px;
}
#bodyListIcons label {
  margin-right: 10px;
}
.btnAddTamanho {
  margin-top: 15px;
}
.btnAddTamanho.plus {
  color: #119039;
}
.btnAddTamanho.minus {
  color: #c20000;
}
.imagemUpload {
  outline: 2px dashed #8c8c8c;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 150px 0px 0px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  min-height: 195px !important;
  background-color: #f1f1f1;
  position: relative;
}
.imagemUpload:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}
.imagemUpload:after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  right: 0;
  height: 80px;
  content: '';
  /* background-image: url(https://www.flaticon.com/svg/static/icons/svg/60/60723.svg); */
  background-image: url(https://cdn-icons-png.flaticon.com/512/568/568717.png);
  opacity: 0.3;
  display: block;
  margin: 0 auto;
  background-size: 100%;
  margin-top: 40px;
  background-repeat: no-repeat;
}
.imagemUpload:before {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  content: ' Arraste um arquivo ou clique aqui';
  display: block;
  margin: 0 auto;
  color: #8c8c8c;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.2;
}
/*.imagemUploaded {
    width:100%;
    height:100%;
}*/
.imagemUploadInput {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#divImagemUploaded #imagemUploaded,
#divImagemProduto #imagemProduto {
  border: 2px dashed #8c8c8c;
  background: #eeeeee8a;
  margin-bottom: 5px;
  max-width: 100%;
  height: 154px;
}
#divImagemUploaded #imagemUploaded img,
#divImagemProduto #imagemProduto img {
  max-width: 100%;
  height: 150px;
}
#imagemByUrl {
  display: none;
}
#imagemByUrl #imgDefault {
  border: 2px dashed #8c8c8c;
  background: #eeeeee8a;
  opacity: 0.3;
  margin-bottom: 5px;
}
#imagemByUrl img {
  max-width: 100%;
  height: 150px;
  padding: 45px;
}
#imagemByUrl .toggleImageByUrl,
#divImagemUploaded .toggleImage {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 22px;
  margin-top: 8px;
  color: #274135;
  z-index: 9;
  cursor: pointer;
}
#divImagemProduto #uploadImgEdit {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 22px;
  margin-top: 9px;
  color: #274135;
  z-index: 9;
  cursor: pointer;
}
#divImagemProduto #uploadImgEdit {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 22px;
  margin-top: 9px;
  color: #274135;
  z-index: 9;
  cursor: pointer;
}
#divImagemProduto #returnImageEdit {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 22px;
  margin-top: 8px;
  color: #274135;
  z-index: 9;
  cursor: pointer;
}
#divImagemProduto #labelBtnImg {
  display: block;
  margin-bottom: 0;
}
.btnUpload {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
  margin-right: 28px;
  background: transparent;
}
.btnUpload img {
  /*filter: invert(0.5);*/
  cursor: pointer;
}
/*tooltip */
.tooltip {
  position: relative;
  display: contents;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  height: auto;
  background-color: #000000b0;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  margin-left: -55px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*utilizado para a visualização de pedidos*/
.tdPedido {
  cursor: pointer;
}
.tdPedido span {
  margin-right: 5px;
}
.tdPedido div {
  color: #333333;
}
.tdPedido div:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
/*.tr-status-finalizado:focus{
    background-color:#f9ddcc;
}*/
.recuperarSenhaText {
  color: #929292;
  z-index: 9;
  cursor: pointer;
  text-decoration: underline;
  float: right;
  margin-top: -10px;
  margin-bottom: 15px;
}
.formedRecuperarSenhaText {
  color: white;
  z-index: 9;
  cursor: pointer;
  text-decoration: underline;
  float: right;
  margin-top: -10px;
  margin-bottom: 15px;
}
/* .tr-status-solicitado {
  background-color: #8bf08817 !important;
}
.tr-status-em-andamento {
  background-color: #fffba921 !important;
} */
/* .tr-status-finalizado { */
.tr-status-desativada {
  opacity: 0.5;
  background: #afafaf21 !important;
}
.tr-status-ativa {
  opacity: 1;
}
/* .tr-status-cancelado {
  opacity: 0.5;
  background-color: #ff200021 !important;
} */
#view-disciplinas tbody tr:hover {
  /*box-shadow: 0px 0px 10px -5px #bababa;*/
  border-left: 5px solid #274135;
  /* border-left: 5px solid #555555; */
}
.gridClickable:hover {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.gridClickableFormando:hover {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.gridClickableFatura {
  display:flex;
  align-items:center;
  cursor:pointer;
  color:#364a52;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.gridClickableFatura:hover {
  color:#abd2af;
}
.gridAlunoLink{
  visibility:hidden;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.tr-hidden-elements .gridClickableFatura{
  visibility:hidden;
}
.tr-hidden-elements:hover .gridClickableFatura{
  visibility:visible;
}
.gridClickableFatura:hover .gridAlunoLink{
  color:#abd2af;
  font-weight: bold;
  visibility: visible !important;
}
.gridClickable:hover {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.gridClickableBoletim {
  /* display:flex;
  align-items:center; */
  cursor:pointer;
  color:#364a52;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.gridClickableBoletim:hover {
  color:#abd2af;
}
.gridAlunoLink{
  visibility:hidden;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.tr-hidden-elements .gridClickableBoletim{
  visibility:hidden;
}
.tr-hidden-elements:hover .gridClickableBoletim{
  visibility:visible;
}
.gridClickableBoletim:hover .gridAlunoLink{
  color:#abd2af;
  font-weight: bold;
  visibility: visible !important;
}
.us-none{
  user-select:none;
}
.icontdvis:hover .iconvis{
  visibility: visible;
}
.iconvis{
visibility: hidden;
}
.gridClickableAluno {
  cursor:pointer;
  color:#364a52;
  /* color:#e2a720; */
}
.gridClickableAluno:hover {
  color:#abd2af;
}
.gridClickableAluno:hover .gridAlunoLink{
  /* color:#274135; */
  font-weight: bold;
  color:#abd2af;
  visibility: visible !important;
}
.tableSpaced {
  width: 100%;
}
.redDiscTr{
  background: #e7c4c4 !important;
}
.mobileDiscTr:hover .checkMatAdmin {
  visibility: visible !important;
  cursor: pointer;
}
.checkMatAdmin:hover {
  border-bottom: 2px solid #eff2f9;
}
.tableSpacedTr {
  /* background-color: #fffff0; */
  /* box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); */
  background-color: #eff2f9;
  /* box-shadow: 0px 0px 9px 0px rgba(49,86,163,0.2); */
  font-family: 'lato', sans-serif;
  padding: 4px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 18px;
  align-items: center;
  border-radius: 10px;
  color: #6f6f6f;
}
.tableSpacedHeader {
  padding: 4px 30px;
  display: flex;
  justify-content: space-between;
}
#view-mesas tbody tr:hover,
#view-chamadas tbody tr:hover,
#view-comandas-pedidos tbody tr:hover {
  -webkit-box-shadow: 0px 0px 10px -5px #bababa;
  box-shadow: 0px 0px 10px -5px #bababa;
  cursor: pointer;
  border-left: 5px solid #555555;
}
#view-produtos tbody tr:hover {
  border-left: 5px solid #555555;
  -webkit-box-shadow: 0px 0px 10px -5px #bababa;
  box-shadow: 0px 0px 10px -5px #bababa;
}
#view-produtos tbody tr .tdProduto:hover {
  text-decoration: underline;
  cursor: pointer;
}

#bodyAppAdmin {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fafafa;
  bottom: 0;
  z-index: 990;
  padding-top: 60px;
  overflow: scroll;
  overflow-x: hidden;
}
#bodyAppAdmin h4 {
  color: #979797;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}
h2 {
  color: #274135;
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 15px;
}
.imgProfile {
  height: 17rem;
  max-width: 17rem;
  padding: 0px !important;
  border-radius: 50%;
  object-fit: cover;
  min-width: 17rem;
  /* height: 18rem;
  width: 18rem;
  border-radius: 50%;
  object-fit: cover; */
}
.hiddenImgInput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.profileParagraph {
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 700;
}
.profileParagraphUpper:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #274135;
  font-weight: 900;
}
h3 {
  color: #274135;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
h4 {
  color: #274135;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}
h5 {
  color: #274135;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
.h5labelRelatorio {
  width:120px;
  margin-bottom:0;
  font-size:10px
}
#comandasMesa {
  padding-bottom: 70px;
}
.headerDetalhesMesa {
  margin-top: 15px;
}
.headerDetalhesMesa .respMesa {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
}
.mainItemComandaMesa {
  position: relative;
}
.itemComandaMesa {
  background: #e1e1e1;
  padding: 15px;
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.mainItemComandaMesa .itemComandaMesa .nomeComanda {
  text-transform: capitalize;
  font-weight: 500;
}
.mainItemComandaMesa .itemComandaMesa:before,
.mainItemComandaMesa .itemComandaMesa:after {
  content: '';
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(
    0% 0%,
    5% 100%,
    10% 0%,
    15% 100%,
    20% 0%,
    25% 100%,
    30% 0%,
    35% 100%,
    40% 0%,
    45% 100%,
    50% 0%,
    55% 100%,
    60% 0%,
    65% 100%,
    70% 0%,
    75% 100%,
    80% 0%,
    85% 100%,
    90% 0%,
    95% 100%,
    100% 0%
  );
  clip-path: polygon(
    0% 0%,
    5% 100%,
    10% 0%,
    15% 100%,
    20% 0%,
    25% 100%,
    30% 0%,
    35% 100%,
    40% 0%,
    45% 100%,
    50% 0%,
    55% 100%,
    60% 0%,
    65% 100%,
    70% 0%,
    75% 100%,
    80% 0%,
    85% 100%,
    90% 0%,
    95% 100%,
    100% 0%
  );
}
.mainItemComandaMesa .itemComandaMesa:before {
  background-color: #fff;
  top: 0;
}
.mainItemComandaMesa .itemComandaMesa:after {
  background-color: #e1e1e1;
  bottom: -5px;
}
.mainItemComandaMesa #footerMesa {
  width: 100%;
  background: #e1e1e1;
  height: 60px;
  margin-top: -30px;
  margin-bottom: 20px;
  display: none;
}
.mainItemComandaMesa:hover #footerMesa {
  display: block;
}
.mainItemComandaMesa #footerMesa .ABERTA {
  color: white;
  background: #022000;
}
.mainItemComandaMesa #footerMesa .FECHADA {
  color: white;
  background: #830000;
}
/*.itemComandaMesa:hover.ABERTA, .itemComandaMesa:hover.ABERTA:after {
    background-color: rgba(0, 128, 32, 0.76);
}*/
.itemComandaMesa:hover {
  opacity: 1;
}
.itemComandaMesa.FECHADA {
  opacity: 0.4;
}
.mainItemComandaMesa.FECHADA #footerMesa {
  background: #f0f0f0;
}
/*.itemComandaMesa:hover.FECHADA, .itemComandaMesa:hover.FECHADA:after {
    background-color: rgba(175, 4, 4, 0.678);
    opacity: 1;
}*/
/*.itemComandaMesa:hover .respComanda, .itemComandaMesa:hover .valorComanda, .itemComandaMesa:hover .pedidosComanda, .itemComandaMesa:hover .statusComanda{
    color: black;
    opacity: 0.1;
}*/
.itemComandaMesa:hover .iconComandaOverlay {
  display: table-cell;
}
/*.comandaOverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgb(0, 128, 32);
}
.comandaOverlayFechada{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgb(167, 26, 16);
}
.itemComandaMesa:hover .comandaOverlay{
    opacity:.4;
}
.itemComandaMesa:hover .comandaOverlayFechada{
    opacity:.4;
}*/
.iconComandaOverlay {
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    vertical-align: middle;
    color: white;
    display: none;*/
  color: white;
  display: none;
  position: absolute;
  margin-top: 10%;
  left: 0;
  top: 0;
}
.iconComandaOverlay span {
  font-size: 100px;
}
.iconComandaOverlay p {
  font-size: 18px;
}
.itemComandaMesa .codComanda {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
}
.itemComandaMesa .valorComanda {
  font-weight: 700;
  color: #5a5a5a;
}
.itemComandaMesa .pedidosMesa {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.itemComandaMesa .pedidosMesaVazio {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.itemComandaMesa .bottom-comanda-admin {
  display: block;
  width: 100%;
  height: 20px;
}
/*.itemComandaMesa .bottom-comanda-admin::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    border-style: solid;
    border-color: #00000000;
    border-bottom-color: #fafafa;
    border-top: 100px;
    border-left-width: 160px;
    border-right-width: 160px;
    border-bottom-width: 30px;
}*/
.itemComandaMesaQuitada {
  background: #ffe20024;
  padding: 10px;
  margin-bottom: 20px;
  opacity: 0.5;
}
#modalImprimirQrCode #qrCodeMesa {
  margin: 15px;
  display: inline-table;
}
#modalImprimirQrCode .confRedeWifi {
  margin-top: 20px;
}
#modalImprimirQrCode .confRedeWifi h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #7b7b7b;
}
#modalImprimirQrCode .checkboxWifi {
  margin-top: -15px;
  margin-left: 5px;
  margin-bottom: 15px;
}
#modalImprimirQrCode #iframeBannerMesa {
  min-height: 380px;
  max-width: 600px;
}
#modalImprimirQrCode #nav-qrcode-mesa h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #7b7b7b;
  margin-top: 20px;
}
.footer-detalhes-mesa {
  width: 33.36%;
  border-radius: 0px;
  /*box-shadow: 0px -2px 5px -4px #274135;*/
}
.footer-detalhes-mesa span {
  /*color: #274135;*/
  margin-bottom: 5px;
}
#btnLiberarMesa {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 25px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 8px 5px -5px #999999;
  box-shadow: 0px 8px 5px -5px #999999;
}
#btnLiberarMesa:hover {
  -webkit-box-shadow: 0px 10px 20px -10px #274135;
  box-shadow: 0px 10px 20px -10px #274135;
}
.status {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  right: 0;
  margin-right: 15px;
}
.status.green {
  background: #0ad20a;
}
.status.red {
  background: #fb0606;
}
.status.yellow {
  background: #fbf506;
}
.status.blue {
  background: #067fae;
}
.statusNotificacao {
  display: none;
}

/* HOME CONFIG */
.titleAdmin {
  width: 100%;
  font-weight: 800;
  color: #9b9b9b;
  text-transform: uppercase;
  float: left;
  font-size: 18px;
}
#home-config .itemConfig {
  background: #f1f1f1;
  height: 80px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px -2px #c1c1c1;
  box-shadow: 0px 5px 5px -2px #c1c1c1;
  margin-bottom: 15px;
}
#home-config .itemConfig .title {
  font-weight: 800;
  color: #a0a0a0;
  text-transform: uppercase;
  float: left;
  margin: 5px 10px;
  font-size: 14px;
}
#home-config .itemConfig .number {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 900;
  color: #6c6c6c;
}
/* Alterar Senha ADMIN*/
.alterarSenhaFields {
  right: 0;
  bottom: 0;
  position: absolute;
  margin-bottom: 20px;
  margin-right: 20px;
  background: none;
  text-align: right;
  font-size: xx-large;
  border: 0px;
  width: 88%;
}
/* Input Toggle On/Off */
.switchPadrao {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
  margin-bottom: 0px;
}
.switchPadrao input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switchSlider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3.9px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .switchSlider {
  background-color: #2196f3;
}
input:focus + .switchSlider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .switchSlider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.switchSlider.round {
  border-radius: 34px;
}
.switchSlider.round:before {
  border-radius: 50%;
}

/* Slide Out ADMIN   */
#bodyAdmin .slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  /*overflow-y: scroll;*/
  z-index: 999;
  display: none;
  background: #274135;
}
#btnMenuClose {
  color: white;
  position: absolute;
  right: 0;
  margin: 15px;
  font-size: 26px;
  cursor: pointer;
}
#btnBackMenu {
  color: white;
  position: absolute;
  right: -25px;
  margin: 19px;
  font-size: 23px;
  cursor: pointer;
}
#btnBackMenuAdmin {
  color: white;
  position: absolute;
  right: -25px;
  margin: 19px;
  font-size: 23px;
  cursor: pointer;
}
/* LOADER */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(249, 249, 249, 0.86);
  z-index: 2999;
}
.loader {
  /*border: 6px solid #f3f3f3;*/
  border-radius: 50%;
  border-top: 3px solid #274135;
  width: 40px;
  height: 40px;
  position: relative;
  top: 45%;
  left: 45.5%;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* RESPONSIVE CLASS */
/* Tablet Layout > 1367. */
@media only screen and (min-width: 1367px) and (max-width: 2048px) {
  .footer-menu-list {
    width: 33.35%;
  }
  .footer-detalhes-mesa {
    width: 33.35%;
  }
}
/* Tablet Layout: 1367. */
@media only screen and (min-width: 992px) and (max-width: 1367px) {
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/*Modal abaixo é para promptmodal*/
.modal-custom-prompt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.modal-content-prompt {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
}

.modal-buttons-prompt {
    margin-top: 15px;
    text-align: right;
}

.modal-buttons-prompt button {
    margin-left: 10px;
    padding: 5px 15px;
}
/*fim promptmodal*/
.contratoVariable{
    color: #6db5ff;
    font-weight: bold;
}
/* Estilos para o Modal de Status da Sincronização */
.sync-status-modal-overlay {
    position: fixed; /* Cobre a tela inteira */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Garante que fique sobre outros elementos */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sync-status-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.sync-status-modal-content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 600px; /* Largura máxima do modal */
    max-height: 80vh; /* Altura máxima, com scroll se necessário */
    overflow-y: auto;   /* Adiciona scroll vertical se o conteúdo for grande */
    position: relative;
}

.sync-status-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.sync-status-modal-header h5 {
    margin: 0;
    font-size: 1.25rem;
}

.sync-status-modal-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    line-height: 1;
}
.sync-status-modal-body p {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}
.sync-status-modal-body pre {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 4px;
    white-space: pre-wrap; /* Quebra de linha no <pre> */
    word-break: break-all;
    max-height: 300px; /* Limita altura do pre e adiciona scroll */
    overflow-y: auto;
}
.sync-status-modal-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
    text-align: right;
}
.sync-status-modal-footer button {
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-modal-close {
    background-color: #6c757d;
    color: white;
    border: none;
}
.btn-modal-stop {
    background-color: #dc3545; /* Vermelho Bootstrap para perigo/parar */
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-modal-stop:disabled {
    background-color: #f8d7da;
    cursor: not-allowed;
}
/* Na sua folha de estilo principal */
#view-bills tbody tr.linha-clicavel:hover { /* Ou o ID do container da sua tabela */
    background-color: #e2e3e7; /* Uma cor de hover suave */
    cursor: pointer;
}

/* Para garantir que links e botões dentro da linha mantenham seus cursores */
#view-bills tbody tr.linha-clicavel a,
#view-bills tbody tr.linha-clicavel button {
    cursor: pointer; /* Links e botões já são pointer, mas para garantir */
}
/* Se você tiver TDs específicos que NÃO devem herdar o cursor pointer do TR */
#view-bills tbody tr.linha-clicavel td.nao-clicavel-tr {
    cursor: default;
}
@media (min-height: 350px) {
    .menu-adjustable-height {
        overflow-y: auto;
        height:320px;
        scrollbar-color: #ffffff #274135;
        scrollbar-width: thin;
    }
}
@media (min-height: 550px) {
    .menu-adjustable-height {
        overflow-y: auto;
        height:520px;
        scrollbar-color: #ffffff #274135;
        scrollbar-width: thin;
    }
}
@media (min-height: 700px) {
    .menu-adjustable-height {
        overflow-y: auto;
        height:670px;
        scrollbar-color: #ffffff #274135;
        scrollbar-width: thin;
    }
}
@media (min-height: 899px) {
    .menu-adjustable-height {
        overflow-y: auto;
        height:860px;
        scrollbar-color: #ffffff #274135;
        scrollbar-width: thin;
    }
}
@media (min-height: 1070px) {
    .menu-adjustable-height {
        overflow-y: auto;
        height:1040px;
        scrollbar-color: #ffffff #274135;
        scrollbar-width: thin;
    }
}
