/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(255, 200, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 200, 0, 0.2);
}
body {
  margin: 0px;
  padding: 0px;
  font-family: calibri;
  color: #222;
  -background-image: url("bg.gif");
}
a,
a:active {
  color: #d00;
  text-decoration: none;
}
a:hover {
  text-decoration: undeline;
}
div#sobrebg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(222, 222, 222, 0.9);
  xbackground-color: #ddd;
}
.inputText {
  border: solid 1px #ccc;
  padding: 8px;
  border-radius: 2px;
  box-shadow: inset 0 0 10px #ddd;
  width: 100%;
}
.inputText:focus {
  box-shadow: inset 0 0 4px #777;
  background-color: #eee;
}
.inputSubmit {
  cursor: pointer;
  background-color: #33f;
  color: #fff;
  border: solid 1px #ccc;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
}
table#topo {
  box-shadow: 0 0 10px #222;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}
table#bot {
  box-shadow: 0 0 10px #222;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
}
td#menu table td {
  cursor: pointer;
  font-size: 16px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  text-align: center;
}
td#restrito table {
  padding: 20px 0;
}
td#restrito table:hover {
  color: #d00;
}
td#menu table td:hover {
  color: #d00;
}
div#opcoes {
  background: rgba(255, 255, 255, 0.8);
  margin: 6px;
  border-radius: 5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -border: solid 1px #58c;
  box-shadow: inset 0 0 3px #58c;
}
div#opcoes table td {
  padding: 2px;
}
div#opcoes td#img {
  background-color: #58c;
  border-radius: 30px;
}
div#opcoes td#img img {
  border-radius: 30px;
}
table#slidex {
  box-shadow: 0 0 10px #222;
  xbox-shadow: 0 0 5px #333;
  xborder-radius: 4px;
  padding: 0px;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-image: url("fundoSlide.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
}
table#itemSlide {
  width: 940px;
}
table#itemSlide td div#nome {
  background: #fff;
  border-radius: 4px;
}
div#titulo {
  color: #d00;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}
div#titulo2 {
  border-bottom: solid 1px #ccc;
  color: #d00;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
}
table#produtos {
  box-shadow: 0 0 10px #222;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
}
table#produtos td {
  margin: 0px;
  padding: 0px;
}
table#planos td {
  margin: 0px;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
table#planos td img {
  height: 20px;
}
table#planos td#mn {
  background-color: #eee;
  font-weight: bold;
  font-size: 18px;
}
table#planos td#mn table td {
  font-weight: bold;
  font-size: 18px;
  border: none;
  padding: 0px;
}
table#planos td#mn table td img {
  margin: 0 4px;
  height: 40px;
}
table#planos td#preco table td {
  text-align: center;
  border: none;
  padding: 4px;
}
table#planos td#preco table td span {
  font-weight: bold;
  font-size: 26px;
  color: #444;
}
table#planos td#preco label table {
  cursor: pointer;
  background-color: #eee;
  width: 100%;
  border: solid 1px #777;
  border-radius: 4px;
  box-shadow: inset 0 0 4px #444;
}
table#planos td#solicitar table td {
  border: none;
  padding: 2px;
}
.plano1 {
  background-image: url("selo_basico.png");
  background-color: #eee;
  box-shadow: inset 0 0 10px #000;
}
.plano2 {
  background-image: url("selo_intermediario.png");
  background-color: #58f;
  color: #fff;
  box-shadow: inset 0 0 20px #000;
}
.plano3 {
  background-image: url("selo_completo.png");
  background-color: #444;
  color: #fff;
  box-shadow: inset 0 0 20px #000;
}

.inputButton {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  background-color: #58c;
  border: solid 1px #ccc;
  border-radius: 6px;
  box-shadow: inset 0 0 3px #222;
}

.titulo {
  cursor: pointer;
  color: #d00;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}
.texto {
  color: #555;
  padding: 10px 40px;
}
table#arquivo {
  color: #444;
  cursor: pointer;
  padding: 10px;
  border-bottom: solid 1px #eee;
}
table#arquivo:hover {
  background-color: #eee;
}
table#atendimento {
  color: #444;
  cursor: pointer;
  padding: 10px;
  border-bottom: solid 1px #eee;
  opacity: 0.7;
}
table#atendimento:hover {
  opacity: 1;
}
table#atendimento td#dthr {
  width: 100px;
}

#componente-suporte {
  display: flex;
  align-items: center;
	flex-direction: column;
	justify-content: center;
}

#componente-suporte > p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#componente-suporte > div {
  display: flex;
  align-items: center;
	flex-direction: row;
}

#componente-suporte .numeros-suporte {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}

#componente-suporte .numeros-suporte > strong {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.modal-footer > button {
	width: 100px;
	font-size: 16px;
	font-weight: bold;
}