
body {
  line-height: 120%;
}

body.marcacao-visita-com-menu {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  padding-bottom: 0;
  padding-top: 60px;
}

.marcacao-visita-content {
  flex: 1 0 auto;
}

.marcacao-visita-content::after {
  clear: both;
  content: "";
  display: block;
}

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

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

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

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

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

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

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

.marcacao-visita-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;
}

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

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;
}

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

.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  color: #666;
  flex-shrink: 0;
  font-size: 0.9em;
  left: 50%;
  margin: 30px 0 -20px -50vw;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100vw;
}

.footer p {
  margin: 0 0 1rem;
}

.footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {

  .coluna {
    width: 100%;
  }

}
