
body {
	text-align: center;
	font-family: "Helvetica";
	border-top: solid 4px #bb2725;
	padding: 0px;
	margin: 0px;
	padding-top: 30px;
	background-color: #e2e2e2;
	color: #444444;
	font-size: 13px;
}
a {
	color: #bb2725;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#signup .erro {	
	color: red;
	font-size: 12px;
	display: none;
	text-align: center;
	width:auto;	
	width: 200px;
	margin: auto;
}
#doLogin{
	margin-top: 10px;
}
#signup #cnpj,
#consulta #email,
#consulta #cnpj {
	display: none;
}
.form-control {
	margin: 5px 0px;
}
.invalid {
	border-color: red;
    outline-color: red;
}

/*#signup input {*/
	/*width: 200px;*/
	/*height: 30px;*/
	/*margin-bottom: 5px;*/
	/*border: solid 1px #444444;*/
/*}*/
#signup label {
	text-align: left;
	display: inline-block;
	width: 60px;
}
#list {
	border: solid 1px #ccc;
	padding: 20px;
	background-color: #eFeFeF;
	width: 855px;
	margin: auto;
	text-align: left;
}
#list a { 
	text-align: right;
	margin-right: 10px;
	display: block;
}
#list thead {
	font-size: 13px;
	font-family: "Helvetica";
	background-color: #e2e2e2;
}

#list td {
	font-size: 13px;
	font-family: "Helvetica";
}
#signupComplete_pf,
#signupComplete_pj,
#signupComplete {
	border: solid 1px #ccc;
	padding: 20px;
	background-color: #eFeFeF;
	width: 855px;
	margin: auto;
	text-align: left;
}

#signupComplete_pf .erro,	
#signupComplete_pj .erro,	
#signupComplete .erro {
	color: red;
	font-size: 12px;
	display: none;
	text-align: center;
	width:auto;	
	width: 200px;
	margin: auto;
}
#signupComplete_pf input,
#signupComplete_pj input,
#signupComplete input {
    width: 270px;
    height: 30px;
    margin-bottom: 5px;
    border: solid 1px #444444;
    margin-right: 10px;
}
.input-radio {
	width: 15px !important;
	height: 15px !important;
	margin-bottom: 5px;
	border: solid 1px #444444;
	margin-right: 10px;
}
#signupComplete_pf select,
#signupComplete_pj select,
#signupComplete select {
	width: 270px;
	height: 30px;
	margin-bottom: 5px;
	border: solid 1px #444444;
	margin-right: 10px;
}
#signupComplete_pf label,
#signupComplete_pj label,
#signupComplete label {
	text-align: left;
	display: inline-block;
	min-width: 139px;
}
#signupComplete_pf textarea,
#signupComplete_pj textarea,
#signupComplete textarea {
	width: 99%;
	resize: none;
}
#signupComplete_pf hr,
#signupComplete_pj hr,
#signupComplete hr {
	width: 98%;
	float: left;
}
#privacy {
	width: 20px;
}
#row-vaga {
	text-align: center;
	background-color: #e2e2e2;
	margin-top: 18px;
	margin-bottom: 18px;
}
#pessoa {
	text-align: center;
	background-color: #e2e2e2;
	margin-top: 18px;
	margin-bottom: 18px;
}
#pessoa input {
	height: 14px;
	width: 10px;
}
#row-vaga input {
	height: 14px;
	width: 10px;
}

/*#sendSignUp {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	display: block;
	width: 120px;
	padding: 5px;
	margin: auto;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	border: solid 1px #bb2725;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}*/

#sendSignUpComplete {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	display: block;
	width: 120px;
	padding: 5px;
	margin: auto;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	border: solid 1px #bb2725;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-align: center;
	margin-bottom: 40px;
}
.btn-submit {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	display: block;
	width: 120px;
	padding: 5px;
	margin: auto;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	border: solid 1px #bb2725;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-align: center;
	margin-bottom: 40px;
}
#contrato {
	width: 800px;
	margin: auto;
	text-align: left;
}
#cadastroFisica {
	display: none;
}
#unidade {
	text-transform: uppercase;
}
.painel-usuario .box {
	background-color: #BB2725;
	color: #FFF;
	margin-top: 50px;
	padding-top: 10px;
	border-radius: 10px;
	border: 2px solid #333;
	text-decoration: none;
	display: block;
	font-size: 28px;
	height: 60px;
}
.modal-content {
	display: inline-block;
	width: 50%;
}
#spinner-modal .modal-dialog {
 width: 100%;
}
#spinner-modal .modal-dialog .modal-content {
 background-color: transparent;
 box-shadow: unset;
 border: 0px;
}
#spinner-modal .modal-content .spinner {
 text-align: center;
 margin: 0 auto;
 display: block;
 width: 10%;
 margin-top: 15%;
}

.hidden {
	display: none;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

#tag {
	text-transform: uppercase;
}

.center-block {
	float: none;
	margin: 0 auto;
	display: block;
}

#consulta {
	width: 33.3%;
}
#retorno {
	width: 60%;
	display: none;
}

#consulta #doPass,
#consulta #doBusca {
	margin-top: 27px;
}