@CHARSET "ISO-8859-1";


#formCadastroCptec a, button{
	cursor: pointer;
}

#formCadastroCptec .uploader{
width: 96% !important;
}


div.auto_complete{
		z-index: 1000 !important;
		background-color: #e2f5ff  !important ;
}

div.auto_complete ul li.selected {
      background-color: #bfe9ff     !important;
      cursor: pointer;
}

#loginAuthenticationFree {
    width: 20%;
    margin-left:38%;
    margin-right:38%;
    height: 522px;
    padding: 20px 35px 10px 35px !important;
    position: relative;
    float: left;
    margin-top: 20px;
    text-align: center;
}

#loginAuthenticationFree img{
	
	width: 34%;
    margin-bottom: 20px;
}


#loginAuthenticationFree .componente{
	
	margin-top: 5px;
	margin-bottom: 0px;
}

#rodape_login_AuthenticationFree{
    margin-top: 20px;
    color: #444;
    background-color: #ddd;
    padding: 15px 35px 15px 35px;
    width: 100%;
    border-top: 1px solid #bbb;
    text-align: center;
    margin-left: -35px;
    height: auto;
}

.paineis_retrateis .painel{
	
	padding-bottom: 0px !important;
	
}

#pagina_ajuda .form-titulo{
	
	    margin-top: 0 !important;
	    padding-bottom: 5px;
	    border-bottom: solid 1px #ccc;
	    background-image:url(../images/icone_log.png);
	    background-repeat: no-repeat;
	    padding-left: 25px;
}


/* Correção do bug no html */

.box_botoes_inferior{
	
	margin: auto !important;
	position: relative !important;
	width: 1100px !important;
	margin-bottom: 16px !important;
}


.botaoTresPontos{
	position: absolute;
	background: #d2d2d2;
	padding: 7px;
	border-radius: 5px;
	cursor: pointer;
	font-size:14px;
}

.center{
	text-align: center !important;
}

input[disabled] {
	color: #666 !important;
}

textarea{
	    background-color: #ffffff !important;
}
textarea:disabled{
	    background-color: #f9f9f9 !important;
}

td a{

	cursor: pointer;

}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
