
body {
  line-height: 120%;
}

body.cafetaria-com-menu {
  padding-top: 60px;
}

.cafetaria-com-menu .ccvf-top-menu ul,
.cafetaria-com-menu .ccvf-top-menu li {
  padding-bottom: 0 !important;
}

.cafetaria-com-menu .ccvf-top-menu .nav-link,
.cafetaria-com-menu .ccvf-top-menu .nav-link:link,
.cafetaria-com-menu .ccvf-top-menu .nav-link:visited {
  color: rgba(255, 255, 255, 0.78);
}

.cafetaria-com-menu .ccvf-top-menu .nav-link:hover,
.cafetaria-com-menu .ccvf-top-menu .nav-link:focus,
.cafetaria-com-menu .ccvf-top-menu .nav-link.active,
.cafetaria-com-menu .ccvf-top-menu .nav-link.show {
  color: #fff;
}

.cafetaria-com-menu .ccvf-top-menu .dropdown-menu {
  background-color: #212529;
}

.cafetaria-com-menu .ccvf-top-menu .dropdown-item,
.cafetaria-com-menu .ccvf-top-menu .dropdown-item:link,
.cafetaria-com-menu .ccvf-top-menu .dropdown-item:visited {
  color: rgba(255, 255, 255, 0.78);
}

.cafetaria-com-menu .ccvf-top-menu .dropdown-item:hover,
.cafetaria-com-menu .ccvf-top-menu .dropdown-item:focus,
.cafetaria-com-menu .ccvf-top-menu .dropdown-item.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

.cafetaria-com-menu .ccvf-top-menu .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.cafetaria-com-menu .ccvf-top-menu .dropdown-header {
  color: rgba(255, 255, 255, 0.55);
}

.caminho .passo {
	width: 33.333%;
}

.coluna {
	box-sizing: border-box;
	padding: 20px;
	width: 50%;
	float: left;
}

input#fghs {
	position: absolute;
	left: -99999px;
}

/* Mensagens e Erros */

.mensagens, .erros {
  padding: 20px;
  margin: 20px !important;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

ul li {
  padding-bottom: 0 !important;
}

ul.mensagens, ul.erros {
  list-style-type: none;
  margin-bottom: 30px;
}

ul.mensagens li, ul.erros li {
  padding-top: 20px;
  background-color: transparent !important;
}

ul.mensagens li:first-child, ul.erros li:first-child {
  padding-top: 0;
}


.mensagens {
  border-top: 1px dashed #5f8d2d;
  border-bottom: 1px dashed #5f8d2d;
  color: #5f8d2d;
  background-color: rgba(91,133,47,0.1);
}

.erros {
  border-top: 1px dashed #eb0d00;
  border-bottom: 1px dashed #eb0d00;
  color: #eb0d00;
  background-color: rgba(235,13,0,0.1);
}

#horarios {
  padding: 20px 0;
}

#horarios p {
  line-height: 150%;
}

.ui-button.ui-state-active {
  background-color: #fec76c;
  border: 1px solid #333;
  color: #333;
}

.ui-button.ui-state-active:hover {
  background-color: #fec76c !important;
  border: 1px solid #333;
  color: #333 !important;
  background: transparent;
}

.ui-button {
  margin: 10px;
  background: transparent;
}

.ui-visual-focus {
  box-shadow: none !important;
}

.tempo table {
  width: 100%;
}

.tempo table th, .tempo table td {
  padding: 10px;
}

.tempo table th{
  color: #333;
  background-color: #ccc;
}

.tempo th.tempo-titulo {
  background-color: #ccc;
  font-weight: bold;
}

.tempo td.total {
  border-top: 1px solid #333;
}

.tempo td.numero {
  text-align: center;
}

input.apagar {
  background-color: #eb0d00;
  color: #fff;
}

input.apagar:hover {
  background-color: #ff3024;
}

.marcacao-menu {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.marcacao-menu form {
  margin: 0;
}

.marcacao-menu .marcacao-acao {
  height: 38px;
  margin: 0;
  padding: 0 12px;
  width: auto;
}

.marcacao-acao {
  align-items: center;
  background-color: #fec76c;
  border: 0;
  box-sizing: border-box;
  color: #333 !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  min-height: 38px;
  padding: 10px 12px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", Arial, sans-serif !important;
}

.marcacao-acao:hover,
.marcacao-acao:focus {
  background-color: #fea616;
  color: #333 !important;
}

.marcacao-acao.apagar {
  background-color: #eb0d00;
  color: #fff !important;
}

.marcacao-acao.apagar:hover,
.marcacao-acao.apagar:focus {
  background-color: #ff3024;
  color: #fff !important;
}

.cafetaria-form-title {
  padding: 0 0 20px;
  text-align: left;
}

.cafetaria-form-contexto {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.marcacao-meta {
  color: #666;
  font-size: 13px;
  margin-top: 8px;
}

.menus-gestao-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.menus-gestao-lista,
.menus-gestao-formulario {
  box-sizing: border-box;
  padding: 20px;
}

.menus-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menus-item {
  border-top: 1px solid #ccc;
  padding: 16px 10px;
}

.menus-item:hover {
  background-color: #f0f0f0;
}

.menus-item.is-editing {
  background-color: #fff7ea;
  border-top-color: #fea616;
}

.menus-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.menus-item p,
.menus-empty {
  line-height: 150%;
}

h2 {
  padding: 20px;
  font-weight: bold;
}

form {
  padding: 0;
}

li.listaMarcacoes {
  padding: 10px;
  border-top: 1px solid #ccc;
}

li.listaMarcacoes:hover {
  background-color: #f0f0f0;
}

li.listaMarcacoes.is-editing {
  background-color: #fff7ea;
  border-top-color: #fea616;
}

@media (max-width: 800px) {

  .coluna {
    width: 100%;
  }

  .menus-gestao-layout {
    grid-template-columns: 1fr;
  }

}
