
html {
	height: 100%;
}
body {
	font-family: helvetica, tahoma, arial;
	font-size: 1em;
	line-height: 1.5;
	height: 100%;
}

label {
	display: block
}

main {
	height: auto;
	display: block;
}
td {
	padding: 2px 4px;
}
header {
	min-height: 80px;
}

.container, .content {
	max-width: 960px;
	margin: auto;
	padding: 0 8px;
}

.containerHeader {
	max-width:  960px;
	margin: auto;
}

.reset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.grey {
	background-color: #eee;
}
.green {
	color: #43921d;
}

.campo {
    float: left;
    padding-right: 25px;
    min-width: 250px;
}
.campo label {
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.campo select {
    display: block;
}
.campo .field, .campo textarea, .campo select {
    display: block;
    margin-bottom: 1em;
    margin-right: 2px;
    height: 26px;
    padding: 0 0 0 5px;
}
.campo #ddd, .campo #numero {
	height: 26px;
    padding: 0 0 0 5px;
}
.campo textarea {
	height: auto;
	padding: 5px;
}
.campo .mini {
	margin-bottom: 1em;
}
.campo select {
	min-width: 150px;
}
.campo .caracteres {
    margin-bottom: 1em;
}
.campo label  {
    width: 80%;
    min-width: 50px;
}
.linha {
    display: block;
}

.linha:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .linha {
    display: block;
}
 
* html .linha {
    height: 1%;
}

ul {
	list-style: none;
	padding: 0;
}

i {
	font-style: normal!important;
}

ul#nav {margin: 0px;}
ul.drop a { display:block; color: rgba(255,255,255,0.9); font-family: Verdana; font-size: 12px; text-decoration: none;cursor: pointer;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; background: #4d89e0; color: rgba(255,255,255,0.9);}
ul.drop { position: relative; z-index: 597; float: right; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #287bbc;}
ul.drop ul { display: none; position: absolute; top: 100%; right: 0px; z-index: 598; width: 230px;border: 4px solid #287bbc;border-top: none; }
ul.drop ul li { float: none;  border-bottom: 1px solid #EBEBEB; text-align: left;  background: #fff; padding:3px 10px; transition: background-color 0.3s;}
ul.drop ul li:FIRST-CHILD {text-align: left;background: #287bbc;border: none;padding:0 8px 2px 5px;}
ul.drop ul li:FIRST-CHILD a {color:#fff;font-weight: bold;}
li#dropLastChild {text-align: left;background: #287bbc;border: none;padding:0px 8px 0px 5px;}
li#dropLastChild a {color:#fff;font-weight: bold;}
ul.drop ul li a {color:#287bbc;}
ul.drop ul li span {color:#666666;float:left;}
ul.drop ul ul { top: -2px; left: 100%;}
ul.drop ul li:hover { background: #EBEBEB;}
ul.drop ul li:FIRST-CHILD:hover {background: #287bbc;}
#botao-login {
	margin: 10px 0;
    padding: 7px;
}
#menuCandidato {
	width: 300px;
}
#menuCandidato li {
	padding: 10px 10px;
}
@media only screen and (min-width: 750px) {
	ul.drop li:hover > ul { display: block; }
	#botao-login{
        margin: 5px 0 0 0;
	    padding: 0 5px;
	}
	#menuCandidato{
	    width:170px;
	}
	#menuCandidato li {
	    padding: 3px 10px;
    }
}

.menu-indicator {
    border-color: #fff transparent transparent;
    border-right: 4px dashed transparent;
    border-style: solid dashed dashed;
    border-width: 6px 4px 0;
    display: inline-block;
    height: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    width: 0;
}

span.created_at {
  position: relative;
  top: -2em;
  float: right;
  color: gray;
}

.alinhaDireita {
   text-align: right;
}

.alinhaEsquerda {
	text-align: left;
}

.alinhaCentro {
	text-align: center;
}
  
.espacoAcima {
	margin-top: 20px;
}

.pagination {
  margin: 30px 0 20px 0;
  font-size: 12px;
}

.pagination .disabled {
  display:none;
}

.pagination .current {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  padding: 2px 6px 2px 6px;
  background-color: black;
  color:#FFFFFF;
}

.pagination a {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  color: #666;
}

.pagination a:hover {
  background-color:lightgray;
  border:1px solid black;
  font-color: black;
  text-decoration: none;
}

.paginationDinamic {
  margin: 0 0 20px 0;
  font-size: 12px;
}
#navigationButtons {
	display: block;
	margin-top: 10px;
}
.paginationDinamic a {
	font-size: 16px;
}
.paginationDinamic span {
	font-size: 16px;
}
.pagination .disabled {
  display:none;
}
#currentPag {
	font-size: 16px;
}
.paginationDinamic .current {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  padding: 2px 6px 2px 6px;
  background-color: black;
  color:#FFFFFF;
}

.paginationDinamic a {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

.paginationDinamic a:hover {
  background-color:lightgray;
  border:1px solid black;
  font-color: black;
  text-decoration: underline;
}

#curto {
	margin-top:0px;
		}
.mensagem{
	margin-top:90px;
	}
#list {
	margin-left:5px;
	padding:0px;
	text-align:left;
	margin-top:20px;
	  }
#list th, #list td {
    padding: 2px 4px;
    font-size: 13px;
    size: 100px;
    border-left: 1px white solid;
}
#list a {
    text-decoration: none;
    color: #3c5a71;
    cursor: pointer;
}
#list a:hover {
	text-decoration: underline;
}
#list h1 {
	font-size: 1.3em;
}
#navigation {font-size:2em; width:620px;margin-left: 300px;}
#navigation ul {margin:20px 0 0 0; padding:0px;}
#navigation li {list-style: none;}
#navigation h1 {margin: 20px 0 0 70px;}

#navigation ul li {
 border-bottom: #fff solid 10px;
 border-top: #fff solid;
 border-left: #fff solid 60px;
}

#navigation a {
 border-radius: 0px 53px 53px 0px;
 background: linear-gradient(to bottom, #FEB88D 0%, #FC8D46 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 color: #fff;
 cursor: pointer;
 display:block;
 height:40px;
 line-height: 35px;
 text-indent: 20px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:none;
 background: linear-gradient(to bottom, #FEDCC6 0%, #FEB88D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#navigation li:hover {
 position: relative;
}

span.created_at {
  position: relative;
  top: -2em;
  float: right;
  color: gray;
}

#linkTermo {
    text-decoration: none;
    color: blue;
    cursor: pointer;
}
#linkTermo:hover {
    text-decoration: underline;
}

#footer {
  background-color: #212121;
  color: #ffffff;
  height: 30px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  margin-top: -10px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  color: #FFF6BF;
}

#divFooter {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#footer {
  background-color: #212121;
  color: #ffffff;
  height: 30px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  margin-top: -10px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  color: #FFF6BF;
}

.alerta {
	border: 1px solid #E06666;
}
ul#erros li {
	list-style: none;
	color: red;
}
.erros {
	width: 70%;
	margin-left: 55px;
}
.erros ul {
	background-color: #fef5f1;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.erros li {
	width: 100%;
	list-style: disc inside;
	color: #8C2E0B;
}
.erros img {
	padding-bottom: 10px;
}
.relatorio table {
	margin: 0;
}
.relatorio input[type="submit"] {
	margin-top: 15px;
}
.erroRelatorio {
	padding: 10px!important;
}
.divFormulario div {
	display: inline-block;
	margin: 5px 0;
}
.divFormulario input:not([type="submit"]){
	width: 80%;
}
.divFormulario input[type="submit"] {
	display: block;
	margin-top: 10px;
}
.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}
.btn {
	background-color: #4d89e0;
	border: none;
	border-radius: 5px;
	color: #fff!important;
	cursor: pointer;
	padding: 4px 6px;
	text-decoration: none;
}
.btn:hover {
	background-color: #82ACE9;
}
.divPlanos {
font-family: "Trebuchet MS";
font-size: 1.1em;
}
.descricaoPlanos {
	width: 85px;
	text-align: center;
	border-radius: 5px;
	margin-top: 5px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
	border: 1px solid #ccc;
}
.descricaoPlanos p {
	margin: 0px;
}
.descricaoPlanos label {
	padding: 0px 2px;
}
.divPlanos h2 {
	font-weight: 300;
	color: #5d87c4;
	margin: 20px 40px 10px;
	font-size: 30px;
}
ul.planos {
    margin-top: 0px;
}
ul.planos span {
	background-color: #ffe8d1;
	display: block;
	font-weight: bold;
	text-align: center;
}
ul.planos > li > ul {
	list-style: none;
	margin-top: 10px;
}
ul.planos > li > label {
    display: block;
    padding: 8px;
}
ul.planos > li:first-child {
    margin-top: 0;
}
ul.planos > li:last-child {
    margin-bottom: 0;
}
ul.planos > li > ul > li {
	display: inline-block;
	margin: 0 5px 50px;
}
.planosLiHover {
	background-color: #ffe8b4;
}
div#divDescricaoPlanos {
	display: table;
	width: 100%;
}
div#descricaoQuantidades {
	display: block;
}
div#divDescricaoPlanos ul {
	display: block;
}
div#divDescricaoPlanos > ul {
	width: 45%;
	margin: 10px;
}
ul#descricaoServicos {
	margin-left: 50px;
}
ul#descricaoServicos > li {
	margin-top: 3px;
	border-radius: 0px;
	text-align: right;
}
ul#descricaoServicos span {
	color: #5d87c4;
}
ul#descricaoCotas {
	float: right;
}
ul#descricaoCotas > li {
	display: inline-block;
}
div#divCompraCreditos > ul > li {
	width: 100%;
	text-align: left;
}
div#divCompraCreditos label {
	padding: 6px;
	border-radius: 5px;
}
div#divCompraCreditos p {
	display: inline-block;
}
ul#planosDeCredito {
	width: 45%;
	float: left;
	margin-left: 50px;
}
#tarifasServicos {
	width: 40%;
	min-width: 330px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	font-size: 14px;
}
#tarifasServicos p {
	float: right;
}
#tarifasServicos label {
	padding: 0px 8px;
}
.noHover:hover {
background-color: transparent!important; 
}
div.saldoCreditos {
	background-color: #ffffff;
    color: #287bbc;
    display: inline-block;
    font-weight: bold;
    margin-right: 60px;
    padding: 4px 8px;
}
div.saldoCreditos label {
	display: inline-block;
}
ul.listaTarifas {
	width: 50%;
}
ul.listaTarifas li {
	width: 100%;
	text-align: left;
	border-radius: 3px;
}
ul.listaTarifas li span {
	margin: 0px 10px;
}
ul.listaTarifas li span:LAST-CHILD {
	float: right;
	width:100px;
	padding-left:8px;
	border-left:2px solid #fff;
}
a.headerMenuUsuario {
	display: inline-block !important;
    max-width: 200px;
}
#iframeVisualizacaoCurriculo {
    background-color: #f7f7f7;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#iframeCurriculo {
	height: 90%;
    max-width: 960px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    display: block;
    z-index: 1000;
}
div#telaRetornoPagamento {
	background-color: #E7EFF2;
	padding: 10px 40px;
	margin: 20px;
	border-radius: 3px;
}
div#telaRetornoPagamento h2 {
	border: none;
	color: #43921d;
}
div#telaRetornoPagamento span {
	font-weight: bold;
}
span.close {
	background-image: url("/curriculo/imagens/close.png");
}
div#opcoesIframeCurriculo {
    display: block;
    max-width: 960px;
    width: 80%;
    margin: auto;
}

div#opcoesIframeCurriculo::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
div#opcoesIframeCurriculo p {
	margin: 8px;
}
div#opcoesIframeCurriculo > .close-curriculo {
	background-color: #fff;
	color: #828282;
    border-radius: 25px;
    cursor: pointer;
    float: right;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
div#opcoesIframeCurriculo i.fa-close, div#opcoesIframeCurriculo i.fa-file-word-o {
	font-size: 20px;
}
div#opcoesIframeCurriculo > div {
	margin: 5px;
	border-radius: 25px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: inline-block;
	float: right;
	cursor: pointer;
	color: #828282;
}
#botaoImprimir .fa {
	font-size: 22px;
    padding: 8px;
}
div#opcoesIframeCurriculo > div img {
	width: 20px;
	margin: 9px;
}
div#opcoesIframeCurriculo > img:hover {
	background-color: #E8EEF6;
}
div#opcoesIframeCurriculo > div:hover {
	background-color: #65a2ff;
	color: #fff;
	border: 1px solid #5895f2;
}

.footerComunidade {
    background-color: #f2f2f2;
    border-top: 1px solid #cfcfcf;
    box-shadow: 1px 1px 2.5px #aaa;
    margin: 0;
    padding-bottom: 10px;
    vertical-align: baseline;
    width: 100%;
    display: block;
}

.footerLogo {
	display: block;
	padding: 15px 0;
}

.footerLogo img {
	width: 130px;
}

.footerLogo h1 {
	margin: 0;
}

.footerComunidade .footer {
}

.footerComunidade .aboutUs, .footerComunidade .services, .footerComunidade .followUs{
	display: none;
}

.footer .footerLogo{
}
.rodape{
	text-align: center;
	color: #666666;
	font-size: 0.5em;
}

@media only screen and (min-width: 500px) {
	.rodape{
	    font-size: 1em;
	}
}

#divAlertaSemSaldo div {
	padding-top: 20px;
}

#divAlertaSemSaldo span {
	display: block;
}

#divAlertaSemSaldo button {
	margin: 20px 0;
	display: inline-block;
}

.msg {
	color: #4d89e0;
}
.msg-red {
	color: #cc0000;
}

#divIframeRelatorioSMS {
    background-color: transparent;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#iframeRelatorioSMS {
	height: 93%;
    width: 100%;
    border: 2px solid #000;
    background-color: #fff;
}
span.close {
	background-image: url("/curriculo/imagens/close.png");
}
div#opcoesIframeSMS {
	background-color: #f7f7f7;
    display: inline-block;
    width: 100%;
}
div#opcoesIframeSMS > img {
	border-radius: 25px;
    color: #fff;
    float: right;
    margin: 5px;
    margin-right: 30px;
    width: 40px;
    cursor: pointer;
}
div#opcoesIframeSMS > div {
	margin: 5px;
	border-radius: 25px;
	border: 1px solid #000;
	display: inline-block;
	float: right;
	cursor: pointer;
}
div#opcoesIframeSMS > div img {
	width: 20px;
	margin: 9px;
}
div#opcoesIframeSMS > img:hover {
	background-color: #E8EEF6;
}
div#opcoesIframeSMS > div:hover {
	background-color: #E8EEF6;
}

table.listaComunidades tbody tr:nth-child(odd) {
background-color: #F2F2F2;
}


p.tituloDestaque {
  font-size: 22pt;
  font-weight: bold;
}
.listaComunidades{
	width: 100%
}

.painel-planos {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.planos p {
	text-align: center;
	margin: 0;
}
.desc-plano div:not(.preco-plano) {
	padding: 3px 0;
}
.desc-plano div:FIRST-CHILD {
	border-top: 1px solid #ccc;
}
.desc-plano div {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.desc-plano p {
	max-width: 150px;
}
.desc-plano i {
	font-size: 1.5em;
}
.desc-plano .sv b {
	font-size: 2.5em;
}
.desc-plano .svc b {
	font-size: 3em;
}
.preco-plano label {
	padding: 5px 0;
}
.preco-plano:hover {
	background-color: #f7f7f7;
}
.planosLiSelected {
    box-shadow: 0 0 10px;
}
.planosLiSelected .preco-plano {
	background-color: #f7f7f7;
}
.planosLiSelected .preco-plano:hover {
	background-color: #f7f7f7;
}
.planosLiSelectedCredito {
    font-weight: bold;
    background-color: #f7f7f7;
}
.submit-plano {
	padding-right: 40px;
}
.opt-plano {
	float: left;
}
.aba-plano {
	display: none;
}
.aba-plano-selected {
	display: block;
}
#tipos-planos {
	display: inline-block;
}
.icone-deficiencia {
	background-color: #4e4ef2;
    border-radius: 3px;
    color: #fff;
    padding: 1px 2px;
}
.icone-deficiencia .fa {
	width: auto;
}
.lista-tabela {
	text-align: left;
	color: #666;
	margin:20px;
	font-size:16px;
}
.lista-tabela th, .lista-tabela td {
	padding: 2px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tabela {
	text-align: left;
	color: #666;
	font-size:16px;
}
.tabela tbody tr:nth-child(2n+1) {
	background-color: #f2f2f2;
}
.tabela th, .tabela td {
	padding: 2px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tabela a.fatask-link {
	padding: 2px;
	margin: 3px;
}
.btn-submit-servico {
	background-color: #C0CBDB;
}

.btn-submit-servico:hover {
	background-color: #C0CBDB;
}

#linkContrato {
	cursor: pointer;
}
#linkContrato:hover {
	text-decoration: underline;
}

.div-lista-pesquisa {
	margin-top: 10px;
}
.com-destaque {
	border: 1px solid #ccc;
    border-radius: 3px;
}
.form-relatorio .select2-container {
	margin-bottom: 1em;
}
.alerta-display {
	display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.alerta-display:BEFORE {
	background: #eee;
    display: block;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
}

.alerta-overlay {
    background: repeat-x scroll 50% 50% #eee;
    opacity: 0.8;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

@media only screen and (min-width: 0px) {
#modal-candidato-login {
	left: 3%;
	top: 2%;
	width: 95%;
	height: 315px;
}

#erros-login-alerta-display {
	width:90%;
	background-color: transparent;
	text-align:center;
	z-index: 999999;
}
#erros-login-display {
	margin: 18px;
	width: 100%;
	display: inline-block;
	height: 70%;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
}

.alerta-display .alerta-display-box {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	padding: 20px;
	position: absolute;
	top: 35%;
	left: 25%;
}

.alerta-display .alerta-box {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	padding: 20px;
	position: absolute;
	width: 85%;
	max-width: 960px;
	height: 80%;
	margin: 30px 0;
	color: #666;
}

.alerta-display .alerta-box iframe {
	width: 100%;
	height: 90%;
}

.alerta-box {
	border-radius: 5px;
}
.btn-close {
	background-color: #4d89e0;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 22px;
    text-align: center;
    width: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.btn-close:hover {
	background-color: #7bb7ff;
}
.alerta-box-header {
	border-bottom: 1px solid #ccc;
}

.alerta-box h1 {
	width: 80%;
	display: inline-block;
	border: none;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.alerta-box .field {
	height: 26px;
	border: 1px solid #B5CAEA;
    border-radius: 4px;
    padding: 0 0 0 5px;
}

.alerta-box-body {
	padding: 30px;
}

.alerta-display .alerta-display-msg {
	margin: 5px 0;
	display: block;
}

.modal-ok {
	margin-top: 15px;
	min-width: 60px;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	transition: none;
}

.erros-modal {
	margin: 10px 0;
}
.erros-modal li {
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 3px;
	border: 1px solid #feebeb;
	background-color: #feebeb;
	width: 100%;
	color: red;
}

.candidatar-modal {
	cursor: pointer;
}

#cadastro-login-modal {
	background-color: #fff;
	border:1px solid #4d89e0;
	color:#4d89e0!important;
	transition: 
}
#cadastro-login-modal:hover {
	border: 1px solid #82ACE9;
	background-color: #82ACE9;
	color:#fff!important;
}
}

@media only screen and (min-width: 500px) {
#modal-candidato-login {
	left: 7%;
	top: 3%;
	width: 85%;
}
#erros-login-display {
	margin: 30px;
	width: 100%;
	display: inline-block;
	height: 70%;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
}
}

@media only screen and (min-width: 680px) {
#modal-candidato-login {
	left: 20%;
	top: 4%;
	width: 60%;
}
}

@media only screen and (min-width: 810px) {
#modal-candidato-login {
	left: 30%;
    top: 10%;
    width: 45%;
}
#erros-login-display {
	margin: 70px;
	width: 50%;
	max-height: 180px;
}
#erros-login-alerta-display {
	top: 5%;
	left: 10%;
}
}

@media only screen and (min-width: 910px) {
#modal-candidato-login {
	left: 35%;
    top: 15%;
    width: 35%;
}
#erros-login-alerta-display {
	left: 13%;
}
}

@media only screen and (min-width: 1260px) {
#modal-candidato-login {
	left: 35%;
    top: 15%;
    width: 26%;
}
}
