@charset "utf-8";
/* CSS Document */

#login-holder	{
	margin: 0px auto 0 auto;
	width: 508px;
}
#logo-login	{
	float: left;
	margin: 0px 0px 0px 15px;
}
.clear	{
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#loginbox	{
	background: url(../images/bg_login.gif) no-repeat;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
}
#login-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
}
#login-error {
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 24px;
}
.login-inp	{
	background: url(../images/login/inp_login.gif) no-repeat;
	border: none;
	color: #000;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 204px;
}
.enviroment-color {
	background-color: red;
}
.submit-login	{
	background: url(../images/login/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
}
.submit-login:hover	{
	background: url(../images/login/submit_login.gif) no-repeat 0 -29px;
}
#close {
	text-align: right;
	position: absolute;
	top: 1px;
	width: 99%;
}
#blocoDisclaimer {        
        font-family: "Trebuchet Ms","Lucida Grande","Lucida Sans Unicode",Arial,Verdana !important;
        font-size: 80% !important;
        text-align: center;
        color: rgb(89, 89, 89) !important;
}

#blocoDisclaimerRel {        
  font-family: "Trebuchet Ms","Lucida Grande","Lucida Sans Unicode",Arial,Verdana !important;
  font-weight: bold;
  font-size: 80% !important;
  text-align: center;
  color: rgb(89, 89, 89) !important;
}
#manutencao {
		font-weight: bold;
        font-family: "Trebuchet Ms","Lucida Grande","Lucida Sans Unicode",Arial,Verdana !important;
        font-size: 24px !important;
        text-align: center;
        color: red !important;
}
#homepage {
	background-image: url("../imagens/fundo.png");
	background-repeat: repeat-x;
}
.modal-dialog {
    width: 300px;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.modal-image {
	width: 530px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.input-group-addon {
    color: #fff;
    background: #3276B1;
}

#loading-image {
	display: none;
	/*position it 200px down the screen*/
	position: absolute;
	width: 99%;
	height: 98%;
	text-align: center;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #FFF;
	z-index: 99999;
}

.modal-login {
	padding-top: 105px;
	overflow: visible;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
}

#logo_tec {
  width: 100%; /* Garante que a largura da div seja igual à largura do navegador */
  height: 100vh; /* Garante que a altura da div seja igual à altura do navegador */
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo_tec img {
  max-width: 100%; /* A imagem não ultrapassará a largura da div */
  max-height: 100%; /* A imagem não ultrapassará a altura da div */
  height: auto; /* Mantém a proporção da imagem */
  width: auto; /* Mantém a proporção da imagem */
}

#loading	{
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* UPDATE PROGRESS */
.loading{   
    /*filter:alpha(opacity=50);    
    opacity:0.20; */
    width: 100%; 
    top: 0px; 
    left: 0px; 
    position: fixed; 
    height: 100%;
    display: none;
    z-index: 99;
    background: #e3e3e3 url('../imagens/loader.gif') no-repeat 50% 30%;
}

.loading_image{
    /*background-color:Gray; 
    filter:alpha(opacity=100); 
    opacity:1;*/ 
    margin:auto; 
    vertical-align: middle; 
    top: 40%; 
    position: fixed; 
    left: 40%;
}

#table_valores {
	text-align: right; 
	vertical-align: middle;
}

#table_dados {
	text-align: left; 
	vertical-align: middle;
}

#tabela_titulo {
	background-color: lightgoldenrodyellow;
	text-align: center; 
	vertical-align: middle;
  font-size: 11px;
}

/********************************
** progress bar
*********************************/
@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}
h1 {
  text-align: center;
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 0;
  color: #777;
}

.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin-top: 10px;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 10px auto 80px;;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

/********************************
** progress bar
*********************************/

.checked {
  color: orange;
}
/* upload */
.realupload {
	position: relative;
	float: right;
	top: -19px;
	right: 130px;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	cursor:pointer;
}
.fakeupload {
    width: 70%;
    background: url("../images/botao-selecione.fw.png") no-repeat 99% 51%;
    cursor: default;
}