﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: #e0e0e0 !important;
    color: #393939;
    font-family: Arial;
    font-size: 12px;
    line-height: 0;
    overflow: hidden;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

.Login {
    top: 17%;
    left: 35%;
    position: absolute;
    font: 24px Tahoma, Geneva, sans-serif;
    font-style: normal;
    color: #000000;
    background: #ffffff;
    border: 0px solid #ffffff;
    box-shadow: 2px 2px 5px #afa7a7;
    -moz-box-shadow: 2px 2px 5px #afa7a7;
    -webkit-box-shadow: 2px 2px 5px #afa7a7;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 500px;
    height: 500px;
    padding: 0px 20px 20px 20px;
    margin: auto;
    display: none;
}

    .Login:active {
        position: absolute;
    }

    .Login .Logo {
        height: 86px;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        /*border-bottom: 1px #e6e6e6 solid;*/
        padding-bottom: 0px;
    }

#imgLogo {
    margin: 0px auto;
}

.Login .Meio {
    display: flex;
}

.Login .Campos {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 29px;
    padding-bottom: 20px;
}

.Login .Campo {
    height: 70px;
    width: 100%;
    margin: auto;
    margin-top: 12px;
    /*border: 1px solid #dcdcdc !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

    .Login .Campo .Label {
        /* height: 70px;
    width: 95%;
    margin: auto;
    color: #ada9a9 !important;
    height: 30px;
    width: 100%;
    margin: auto;
    background-color: transparent !important;
    border: none;
    font: 14px Arial;
    font-style: normal;
    color: #ada9a9 !important;
    padding-left: 7px;*/
    }

    .Login .Campo .LabelEnviado {
        color: #0251a7 !important;
        font-size: 12px;
        float: right;
    }

.Login .Captcha {
    height: 170px;
    width: 95%;
    margin: auto auto auto 15px;
    margin-top: 10px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
}

    .Login .Captcha .CaptchaDesenho {
        height: 134px;
        width: 210px;
        margin: auto;
    }

    .Login .Captcha .Texto {
        height: 30px;
        width: 100%;
        margin: auto;
        background-color: #393939;
        border: none;
        border-bottom: solid 1px #494747;
        font: 20px Arial;
        font-style: normal;
        color: #ada9a9 !important;
    }

.Login .Acao {
    /*height: 40px;*/
    width: 95%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    display: grid;
    /*border-top: 1px #e6e6e6 solid;*/
}

.Login .Produto {
    height: 12px;
    width: 19%;
    margin: auto;
}

.Login .Logo .Label {
    height: 12px;
    width: 100%;
    margin: auto;
    background-color: transparent !important;
    border: none;
    font: 17px Arial;
    font-style: normal;
    color: #6e6868 !important;
    /*padding-left: 238px;*/
    padding-top: 5px;
    padding-left: 11.5rem;
}

.Login .Aviso {
    height: 30px;
    width: 95%;
    margin: -5px auto;
    padding-top: 13px;
    text-align: center;
}

    .Login .Aviso .Label {
        font: 14px Arial;
        font-style: normal;
        color: #FF0000;
    }

.Login .Campo .Texto {
    height: 30px;
    width: 98%;
    margin: auto;
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px #494747 !important;
    font: 14px Arial;
    font-style: normal;
    color: #ada9a9 !important;
    padding-left: 7px;
}

.input:focus {
    outline: none !important;
    border-color: #e6e6e6;
    border: 1px solid #e6e6e6 !important;
    border-bottom: solid 1px #494747 !important;
}

.Login .Campo .Texto:focus {
    outline: none !important;
    border-color: #e6e6e6;
    border: 1px solid #e6e6e6 !important;
    border-bottom: solid 1px #494747 !important;
}

.Login .Campo .Label {
    height: 30px;
    width: 100%;
    margin: auto;
    background-color: transparent !important;
    border: none;
    font: 14px Arial;
    font-style: normal;
    color: #000000 !important;
    padding-right: 409px;
}

.Login .Acao .BtnEntrar {
    font: 14px Arial;
    font-style: normal;
    color: #ffffff;
    background: #0251a7;
    border: 0px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 150px;
    padding: 12px;
    cursor: pointer;
    margin: auto;
    /*margin-top: 30px;*/
}

    .Login .Acao .BtnEntrar:active {
        cursor: pointer;
        position: relative;
        top: 2px;
    }

    .Login .Acao .BtnEntrar:hover {
        background-color: #2365f9;
        color: white;
    }

.Login .Acao .BtnRecuperar {
    font: 14px Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #898989;
    cursor: pointer;
    width: 115px;
    margin: 1em auto;
}

.Login .Acao .BtnRecuperar2 {
    font: 14px Arial;
    font-style: normal;
    color: #ffffff;
    background: #0251a7;
    border: 0px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 120px;
    padding: 7px;
    cursor: pointer;
    margin: auto;
    /*margin-top: 30px;*/
}

    .Login .Acao .BtnRecuperar2:hover {
        background-color: #2365f9;
        color: white;
    }

.btnVoltar:hover {
    color: #2365f9 !important;
}

.dxcaRefreshButtonCell {
    padding-top: 10px !important;
}

/* Inicio do Popup de opcoes do Menu Horizontal */
.roundedPopup {
    border: 0px solid #ffffff !important;
    box-shadow: 2px 2px 5px #afa7a7;
    -moz-box-shadow: 2px 2px 5px #afa7a7;
    -webkit-box-shadow: 2px 2px 5px #afa7a7;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    margin-right: 10px !important;
    margin-top: 0px !important;
    padding: 10px 5px 5px 5px;
}

    .roundedPopup .Titulo {
        background-color: #ffffff !important;
        display: list-item !important;
        height: 40px !important;
        border-bottom: 1px solid #ebebeb !important;
        padding: 10px;
        text-align: center;
    }

        .roundedPopup .Titulo .LabelBox {
            font-size: medium !important;
        }

.Cadastro {
    overflow-x: auto;
}

    .Cadastro .Logo {
        height: 86px;
        width: 96%;
        margin-bottom: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        /*border-bottom: 1px #e6e6e6 solid;*/
        padding-bottom: 20px;
    }

    .Cadastro .Meio {
        display: flex;
    }

    .Cadastro .Campos {
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    .Cadastro .Campo {
        height: 70px;
        width: 95%;
        margin: auto;
        margin-top: 10px;
        text-align: left;
        /*border: 1px solid #dcdcdc !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    }

.CampoParalelo {
    display: flex;
    align-items: center;
    height: 70px;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Cadastro .Campo .Label {
    /* height: 70px;
    width: 95%;
    margin: auto;
    color: #ada9a9 !important;
    height: 30px;
    width: 100%;
    margin: auto;
    background-color: transparent !important;
    border: none;
    font: 14px Arial;
    font-style: normal;
    color: #ada9a9 !important;
    padding-left: 7px;*/
}

.Cadastro .Campo .LabelEnviado {
    color: #0251a7 !important;
    font-size: 12px;
    float: right;
}

.Cadastro .Captcha {
    height: 170px;
    width: 95%;
    margin: auto auto auto 15px;
    margin-top: 10px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
}

    .Cadastro .Captcha .CaptchaDesenho {
        height: 134px;
        width: 210px;
        margin: auto;
    }

    .Cadastro .Captcha .Texto {
        height: 30px;
        width: 100%;
        margin: auto;
        background-color: #393939;
        border: none;
        border-bottom: solid 1px #494747;
        font: 20px Arial;
        font-style: normal;
        color: #ada9a9 !important;
    }

.Cadastro .Acao {
    height: 40px;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    display: grid;
    /*border-top: 1px #e6e6e6 solid;*/
}

.Cadastro .Produto {
    height: 12px;
    width: 19%;
    margin: auto;
}

.Cadastro .Logo .Label {
    height: 12px;
    width: 100%;
    margin: auto;
    background-color: transparent !important;
    border: none;
    font: 17px Arial;
    font-style: normal;
    color: #6e6868 !important;
    /*padding-left: 238px;*/
    padding-top: 5px;
    padding-left: 11.5rem;
}

.Cadastro .Aviso {
    height: 30px;
    width: 95%;
    margin: 25px auto;
    /*padding-top: 34px;*/
    text-align: center;
}

    .Cadastro .Aviso .Label {
        font: 14px Arial;
        font-style: normal;
        color: #FF0000;
    }

.Cadastro .Campo .Texto {
    height: 30px;
    width: 98%;
    margin: auto;
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px #494747 !important;
    font: 14px Arial;
    font-style: normal;
    color: #ada9a9 !important;
    padding-left: 7px;
}

.input:focus {
    outline: none !important;
    border-color: #e6e6e6;
    border: 1px solid #e6e6e6 !important;
    border-bottom: solid 1px #494747 !important;
}

.Cadastro .Campo .Texto:focus {
    outline: none !important;
    border-color: #e6e6e6;
    border: 1px solid #e6e6e6 !important;
    border-bottom: solid 1px #494747 !important;
}

.Cadastro .Campo .Label {
    height: 30px;
    width: 100%;
    margin: auto;
    background-color: transparent !important;
    border: none;
    font: 14px Arial;
    font-style: normal;
    color: #000000 !important;
}

.btnCadastro {
    font: 14px Arial;
    font-style: normal;
    color: #ffffff;
    background: #0251a7;
    border: 0px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 150px;
    padding: 12px;
    cursor: pointer;
    margin: auto;
    /*margin-top: 30px;*/
}

    .btnCadastro:active {
        cursor: pointer;
        position: relative;
        top: 2px;
    }

    .btnCadastro:hover {
        background-color: #2365f9;
        color: white;
    }

.btnOutrasFormasDeLogin {
    font: 14px Arial;
    font-style: normal;
    color: #0251a7;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    margin: auto;
    min-width: 100px;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 36px;
    display:block;
}

    .btnOutrasFormasDeLogin:active {
        cursor: pointer;
        position: relative;
    }

    .btnOutrasFormasDeLogin:hover {
        background-color: #2365f9;
        color: white;
    }

.BtnVoltar {
    font: 14px Arial;
    font-style: normal;
    color: #ffffff;
    background: #0251a7;
    border: 0px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 150px;
    padding: 12px;
    cursor: pointer;
    margin: auto;
    /*margin-top: 30px;*/
}

    .BtnVoltar:active {
        cursor: pointer;
        position: relative;
        top: 2px;
    }

    .BtnVoltar:hover {
        background-color: #2365f9;
        color: white;
    }

.Cadastro .Acao .BtnRecuperar {
    font: 12px Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #898989;
    cursor: pointer;
    width: 115px;
    margin: 1em auto;
}

.Cadastro .Acao .BtnRecuperar2 {
    font: 14px Arial;
    font-style: normal;
    color: #ffffff;
    background: #0251a7;
    border: 0px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 120px;
    padding: 7px;
    cursor: pointer;
    margin: auto;
    /*margin-top: 30px;*/
}

    .Cadastro .Acao .BtnRecuperar2:hover {
        background-color: #2365f9;
        color: white;
    }

.face-api-container {
    position: relative;
    width: 506px;
    height: 380px;
    margin: auto;
}

#face-api-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#videoProvaDeVida {
    width: 100%;
    height: 100%;
}

/* Darg Drop de imagem*/

.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #afa7a7;
    cursor: pointer;
    clear: both;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: #f7f7f7;
}

.dropZoneExternal, .dragZoneText {
    margin: auto;
    width: 100%;
    /*min-width: 286px;*/
    height: 6rem;
}

#dragZone {
    width: 100%;
    display: table;
}

#uploadedImage {
    width: 100%;
}

.dropZoneText {
    width: 300px;
    /*height: 150px;*/
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
}

.dragZoneText {
    color: #808080;
}

.CadastroConfirmacaoInput {
    width: 10% !important;
    margin: 2px !important;
}

.MensagemConfirmacaoCadastro {
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 30px;
}

.CodigoDeVerificacao {
    font-size: 16px;
    display: flex;
    justify-content: center;
}

#popCadastroConfirmacao_lblMensagemConfirmacaoCadastro {
    text-align: justify;
}

.dxpc-contentWrapper {
   height: 484px !important;
}

.dxpc-content {
    height: 100% !important;
}

.Aviso .Label {
    font: 14px Arial;
    font-style: normal;
    color: #FF0000;
}


.container {
    position: relative;
    width: 506px;
    height: 380px;
    margin: auto;
}

#videoSelfie {
    width: 100%;
    height: 100%;
}

#photo {
    width: 100%;
    height: 100%;
}