body {
  background-image: url(../../NFSe.Portal/ImagensSite/bg_login.gif);
}

.row:first-childx {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 3px 2px rgb(200, 200, 200);
  background-color: white;
}

#delay {
  font-style: italic;
  color: #111111;
}

.panel {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h4.panel-title {
  cursor: pointer;
}

.panel-heading {
  font-size: 16px;
  font-weight: bolder;
}

#atendimentos-list.panel {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}

#atendimentos-list.panel-heading {
  border: 1px solid white;
}

#atendimento {
  padding-top: 10px;
}

.guiapix {
  width: 200px;
}

.list-group-item {
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
}

.glyphicon.glyphicon-map-marker {
  font-weight: bolder;
  font-size: 18px;
}

#grid {
  padding-top: 10px;
}

.col-sm-6.main-grid {
  border-right: 1px solid rgb(212, 209, 209);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
}
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: black;
  font-size: 13px;
  margin: 8px 0px;
  font-weight: bold;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16px;
  font-weight: bold;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#coluna1 {
  text-align: left;
}
img {
  margin: 0 auto;
}
iframe {
  border: none;
  /* Reset default border */
  height: 100vh;
  /* Viewport-relative units */
  width: 100%;
}
input[type="password"] {
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("../img/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  width: 350px;
  height: 100%;
}
button {
  font-size: 16px;
}
#painel1 {
  border: 0px solid #fff;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#palavra {
  text-transform: uppercase;
}
#imgCaptcha {
  border: 1px solid #000;
  border-radius: 4px;
}
#validarCaptcha {
  width: 210px;
}
tr {
  text-align: center;
}
th {
  text-align: center;
}
.more-less {
  float: left;
  color: #212121;
}
.glyphicon {
  font-size: 13px;
}
a.back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: #27ae61 url("../img/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#controle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#controle td,
#controle th {
  border: 1px solid #ddd;
  padding: 8px;
}
#controle tr:nth-child(even) {
  background-color: #f2f2f2;
}
#controle tr:hover {
  background-color: #ddd;
}
#controle th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4caf50;
  color: white;
}
.select-style {
  border: 1px solid #ccc;
  width: 60px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
}
.select-style select {
  padding: 5px 8px;
  width: 150%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-style select:focus {
  outline: none;
}

iframe {
  visibility: hidden;
}