body *{
    font-family: Roboto;
}

.dev-activate{
    font-size: 8px;
}

.background-faces {
    background-image: url('../images/background/Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position:center;
}

.background-layer {
    opacity: 0.9;
    background-color: #f5f7f8;
    height: 100%;
    position: absolute;
    width: 100%;
}

.logo-creative-humana-rodape {
    width: 131px;
}
.carousel-item img.logo-ch-carrousel
{
    width:55%;
}

.carousel-item .box-img-carrousel{
    min-height: 170px
}

.logo-pat-web {
    width: 100px;
    object-fit: contain;
    margin: 22px auto;
}

.box-login{
    position: absolute;
    margin-top: -200px;
    top: 50%;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
}

.login-link .box-login{
    position: relative;
    margin-top: 0;
    top: 0;
}


.logo-creative-humana-rodape{
    margin: 22px auto;
}

.back-blue {
    background-image: linear-gradient(#ffffff, #b1b1b1);
    border-radius: 4px 0 0 4px;
}

.carousel-inner{
    padding-top: 35%;
}

.carousel-indicators li{
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color:transparent;
    border: 1px solid white;
}

.carousel-indicators li.active{
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: white;
}

.carousel-item img{
    display: block;
    margin: 0 auto;
    width: 50%;
}

.carousel-item p{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.elemento-left-login{
    height: 100%;
    width: 100%;
    position: absolute;

    background-repeat: no-repeat;
    background-image: url(../images/elements/chmark-blue.png);
    background-size: 170%;
    background-position: -155px -110px;
}

.icone-patperfil-blue{
    float:left;
}

.box-form-login .titulo-login {
    width: 91px;
    height: 24px;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #454b57;
    margin-left: 3px;
}

.box-titulo-login{
    margin-bottom: 20px;
}

.login-link .box-form-login form{
    border-top: 1px solid #e4eaf2;
    padding-top: 20px;
}

.box-form-login .sub-titulo-login{
    width: 93px;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #454b57;
}

.box-form-login .help {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: right;
    color: #006ea8;
    float: right;
}

.login-adm .box-form-login .help {
    font-size: 10px;
}

.box-form-login label {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    color: #464c58;
    padding-top: 0;
    padding-bottom: 0;
}
.box-form-login label .style-1 {
    color: #006ea8;
}
.box-form-login input, .box-form-login select{
    border: 0;
    border-bottom: 1px solid #8a919d;
    border-radius: 0;
    font-size: 14px;
    padding: 0px;
    color: #6c757d;
}

.box-form-login input:-webkit-autofill,
.box-form-login input:-webkit-autofill:hover,
.box-form-login input:-webkit-autofill:focus,
.box-form-login input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.bootstrap-select .btn.btn-light {
    padding-left: 0px;
    background: white;
    border:0;
    color: #6c757d;
}

.bfh-languages i.glyphicon{
    display: inline-block;
}

.bfh-selectbox-options ul li:first-child{
    display: none;
}

.bfh-languages .form-control{
    border: 0;
    padding: 5px 0 0 0;
    height: 30px;
    border-bottom: 1px solid #8a919d;
    border-radius: 0;
}

.login-link .box-login, .login-link .background-layer{
    min-height: 355px !important;
}

.login-link .back-blue .logo{
    display: none;
}

.login-link .back-blue .pular{
    display: none;
}

.carousel-indicators {
     position: relative;
 }
@media (max-height: 535px) {
    .background-layer{
        position: fixed
    }

    .background-faces{
        height:100%;
    }

}

.btn{
    border: 0;
}

.btn-primary{
    background-color: #006ea8;
}
.btn-primary:hover{
    background-color: #058dcb;
}

.bfh-selectbox-option{
    font-size: 14px;
}


.text-base p{
    font-size: 14px;
    margin-bottom: 10px;
}

/* inicio loader */
#preloader_1{
    position:relative;
    margin-left: 45%;
    margin-top: 48%
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background: #0c11b6;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}
#preloader_1 span:nth-child(2){
    left:11px;
    animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background: #00b697;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background: #0047b6;}
    100% {height:5px;transform:translateY(0px);background: #0a0bb6;}
}
/* Fim loader */


.palavras-check{
    cursor: pointer;
    line-height: 24px;
}

/* todas inputs maiusculas */
input[type=text], select{
    text-transform: uppercase !important;
}


/* Alertify inicio */

.alertify .ajs-dialog {
    max-width: 450px !important;
}

.alertify .titulo {
    font-size: 1.5rem;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.alertify i {
    font-size: 4.4rem !important;
}

.alertify .info {
    opacity: 0.35  !important;
    color: #026cb5  !important;
}

.alertify .danger {
    color: #ef0000 !important;
    opacity: 0.35 !important;
}

.alertify .warning {
    color: #fbc55b !important;
}

.alertify .success {
    color: #59c253 !important;
    opacity: 0.35 !important;
}

.alertify .fas + .info {
    color: #026cb5 !important;
    opacity: inherit !important;
}

.alertify .fas + .danger {
    color: #ef0000 !important;
    opacity: inherit !important;
}

.alertify .fas + .warning {
    color: #fbc55b !important;
    opacity: inherit !important;
}

.alertify .far + .success {
    color: #59c253 !important;
    opacity: inherit !important;
}

div.ajs-body > div > i.danger {
    width: 100% !important;
    margin-bottom: 15px !important;
}

.alertify .ajs-header {
    border-bottom: none !important;
    display: none;
}
.alertify .ajs-body {
    text-align: center;
}

.alertify .ajs-footer {
    border-top: none;
}
.alertify .ajs-dialog {
    max-width: 450px;
}
.fa-info-circle {
    font-size: 4.4rem !important;
    color: #026cb559;
}

.alertify .ajs-body .ajs-content {
    padding: 0 0 17px 0 !important;
    font-size: 0.90rem !important;
}

.alertify .ajs-footer {
    border-top: none !important;
    padding: 0 0 20px 0 !important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center !important;
}

.ajs-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ajs-ok {
    color: #fff;
    background: #026cb5;
    border-color: #026cb5;
}

.ajs-cancel {
    color: #060606;
    background: #ffffff;
    border-color: #a5a5a5;
}

div.ajs-footer button {
    cursor: pointer !important;
}

div.ajs-footer > div.ajs-primary.ajs-buttons > button.ajs-button i {
    font-size: 0.9rem !important;
    margin-right: .25rem !important;
}

div.ajs-footer > div.ajs-primary.ajs-buttons > button.ajs-button.ajs-ok > i {
    color: #8cd588 !important;
}


.valor-nao-editar.visualLinks{
    display: block;
    border-bottom: 1px solid #8a919d;
    margin-top: 6px;
    color: #8a919d;
}
