﻿ 
.mainContent{
  max-width: 851px;
}

.tdlabel{
  width: 200px;
}

.welcomeSquare {
    background-color: #F1F1F1; 
}


.welcomeSquare section{
  padding: 15px 20px 10px 20px;
}

.welcomeSquare h2{
  font-size: 15px;
}
.welcomeSquare p{
  font-size: 13px;
  text-align: justify;
}

.leftContent{
  margin-top:20px;  
}
.rightContent{
  margin-top:20px;
  float: right;
  margin-right: -18px;
}

.headerContent{
  background-color: #DEDDDD;
  font-size: 15px;
  font-weight: bold;
  top: -12px;
    padding: 10px;
}

.headerContent span {
    padding-top: 20px;
}

/*Form Setup*/

.formView{
  display: inline-block;
  width: 450px;
  margin-top: 5px;
    margin-bottom: 10px;
        width: 100%;
}

.formGroup {
    margin-left: 10px;
}

.siteloader iframe{
  border: none;
  width: 600px;
  height: 310px;
}

/*End Form Setup*/

/*Step List */

.guide{
  width: 100px;
}

.circle{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #27ae60;
  margin-bottom: 3px;
  
}

.titleCircle {
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}

.guide span{
  float: left;
  position: relative;
  margin-top: -26px;
  left: 36px;
}


@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33% {
        width: 6px;
        height: 0;
    }
}


.checkmark {
    display: block;
    height: 6px;
    position:relative;
    width: 6px;
    margin-top: 10px;
    margin-left: 4px;
}

.paso.ok {
    /*background-color:green;*/
}
.checkmark:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s ;
    -o-animation: check .8s;
    animation: check .8s;
}

.checkmark:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #27ae60;
    border-top: 2px solid  #27ae60;
    content: '';
    display: block;
    height: 11px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 6px;
}



/*End Step List */
 
.disclaimerText {
    margin-left: 29px;
    margin-top: -19px;
    text-align: justify;  
}

.fileStyle {
    width: 315px !important;
    margin-right: -60px;
    font-size: 12px;
}

 
 

.smallText {
    font-size: 12px !important;
    color: black !important;
}

.warmIcon {
    color: yellow;
}

.formView {
    margin-left: 15px;
}
 

.capctha {
    position: relative;
    margin-left: 75px;
    margin-top: -29px; 
        width: 146px;
}
 
.captchaSpace {
        float: right;
    margin-top: -20px;
}
.errorGlow {
    outline:none;
    border: 1px solid #c17678;
    -webkit-box-shadow:0 0 10px #c17678;
    -ms-box-shadow:0 0 10px #c17678;
    box-shadow:0 0 10px #c17678;
}
 

/*WelcomeScreen*/

.welcomeTextSpace{
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

.welcomeTitle{
	font-size: 45px;
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: lighter;
}

.welcomePrime{
	max-width: 900px;
}

.welcomePrime img{
	position: absolute;
    top: 115px;
    left: 78%;
}

.mainTextSpace{
	width: 550px;
}

.telSpace{
	width: 515px;
}

 

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.js-lastFourDigits {
    display:none;
}
.subdesc {
}
.oficialIdentificationFile,.fiscalSituationFile,.actFile {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-label {
  cursor: pointer;
  /* position: absolute; */
  display: inline-block;
  top: 20px;
}

.buttonUpload{
    width: 114px;
    height: 18px;
    background-color: #BDC3C7;
    color: black !important;
    vertical-align: middle;
    border-bottom: 2px solid #7E888A;
    padding: 2px;
        left: -12px;
    position: relative;
}
 

.buttonUpload:active{
    margin-top: 1px;
    border-bottom: 1px solid #7E888A;
}

.buttonUpload i{
        /* padding-bottom: 7px; */
    padding-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    position: relative;
    color: white !important;
}

.buttonUpload span{
  font-size: 13px;
}

.fileZone{
  position: relative;
    top: 5px; 
      left: -13px;
}

.errorBorder {
    border: 1px solid red !important;
}

.form-group label {
    text-align: left !important;
}

.btnRegister span {
    padding: 12px;
}

/*WELCOME SCREEN*/
/*WelcomeScreen*/

.welcomeTextSpace{  
	font-size: 16px;
}

.welcomeTitle{
	font-size: 45px;  
}

.welcomePrime{
	max-width: 900px;
}

.welcomePrime img{
	position: absolute;
    top: 5px;
    left: 73%;
}

.mainTextSpace{
	width: 550px;
}

.telSpace{
	width: 515px;
}
