.login-page, .register-page{
	background: url(/assets/imagens/background_login.jpg);
    background-size: cover;
}
.login-logo>a>img{
	width: 70%;
}

#viewPass {
	cursor: pointer;
	pointer-events: all;
	transition: all 0.4s;
	z-index:9999;
}
#viewPass:hover{
	opacity: 0.8;
}
.alert ul{
	padding: 0;
}
.alert li{
	list-style: none;
	
}
.img-circle{
    max-width: 120px;
    min-height: 26px;
    min-width: 26px;
}
.valign > tbody > tr > td, .table > tbody > tr > th, .valign > tfoot > tr > td, .valign > tfoot > tr > th, .valign > thead > tr > td, .valign > thead > tr > th{
	vertical-align: middle;
}
.btn:not(.btn-box-tool){margin:1.2%;}
.load_form{
	display:none;
}
.full-load, .inner-load{
	
    width: 100%;
    height: 100%;
    z-index: 99;
    font-size: 20px;
}
.inner-load{
	width: 100%;
    height: 100%;
    z-index: 99;
    font-size: 20px;
    padding-top: 20%;
    text-align: center;
}
.full-load{
	position: absolute;
    top: 0;
    opacity: 0.5;
	background-color: #fff;
}
.full-load>i{
    position: relative;
    top: 50%;
    left: 50%;
}
table .img-circle{
    height:100px;
    width: 100px;
}
#formUsuario .img-circle{
    height:120px;
    width: 120px;
}
.inscricao-empresa{
    display:none;
}


.contatos .item{
	border: 1px solid #999;
	border-radius: 4px;
	padding: 1%;
	margin-bottom: 22px;

}
.email-queue2{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
}
.custom-checkbox{
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 10px !important;
    position: relative;
    top:-4px;
}

.email-queue{
    position: relative;
    display: inline-block;
}
.email-queue:after{
    content: '';
    clear: both;
}
.email-queue:hover .email-queue-dados{
    display: block;
}
.email-queue-dados{
    position: absolute;
    display: none;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    width: 200px;
    z-index: 99;
    box-shadow: 0px 0px 7px #000;
    border-radius: 6px;
    padding: 5px;
    bottom: 22px;
    line-height: 24px;
}
.email-queue-right{
    right: 0;
}
.email-queue-dados span {
    color: #353535;
    font-weight: bold;
    display: inline-block;
    width: 61px;
}
.grau-interesse{
    margin: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #999999;
}
.grau-interesse>a{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.3;
}
.grau-interesse>a:hover{
    opacity: 1;
    box-shadow: #000 0px 0px 1px;
}
.grau-interesse>a:hover>i,.grau-interesse>a.active>i {
    display: inline-block;
}
.grau-interesse>a>i{
    display: none;
    position: relative;
    top: 27px;

}
.grau-interesse>a.active{
    opacity: 1;
    box-shadow: #000 0px 0px 1px;
}
.grau-interesse .g-nivel1{
    background-color: #e60000;
}
.grau-interesse .g-nivel2{
    background-color: #ff1a1a;
}
.grau-interesse .g-nivel3{
    background-color: #e6e600;
}
.grau-interesse .g-nivel4{
    background-color: #00cc00;
}
.grau-interesse .g-nivel5{
    background-color: #006600;
}