td, tr, table, a, span, label, div, body {
    font-family: 'Roboto',sans-serif !important
}

body {
    font-size: 13px;
    background: #E4E4E4;
    color: #000;
    padding: 0;
    margin: 0
}

a:link, a:active, a:visited {
    color: #000;
    text-decoration: none;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in
}

a:hover {
    color: #666
}

.container-login {
    width: 600px;
    height: 436px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -217px;
    margin-left: -300px;
    background: #FFF
}

.header {
    padding: 17px 40px
}

.footer {
    padding: 5px 15px
}

.headerTabela, .footerTabela {
    display: table;
    width: 100%
}

.logo {
    display: table-cell;
    width: 180px
}

.frase {
    display: table-cell;
    font-size: 14px;
    font-weight: 300
}

.idiomas {
    display: table-cell;
    position: absolute;
    top: 19px;
    right: 40px
}

.cbLanguage {
    border: 1px solid #333 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.login {
    background: url(img/base/fundo_login.jpg);
    height: 350px
}

.loginLogos {
    height: 124px;
    position: relative
}

.logoUser {
    float: left;
    padding-top: 20px;
    padding-left: 40px
}

.textEmp {
    color: #fff;
    font-size: 12px;
    font-weight: 300 !important;
    padding: 5px;
    border: 1px solid #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center
}

.logoEmp {
    position: absolute;
    top: 145px;
    right: 40px;
    display: table;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.logoEmp2 {
    display: table-cell;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: middle
}

.imgUser {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0
}

.loginForm {
    padding-top: 20px;
    padding-left: 40px;
    height: 207px
}

.textbox {
    font-size: 15px;
    height: 28px !important;
    font-weight: 300 !important;
    background: rgba(255,255,255,0.45) !important;
    border: 0 !important;
    padding: 0 5px !important;
    margin-bottom: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

input {
    background-color: transparent !important
}

.textbox input {
    margin-left: -3px !important;
    color: #fff !important
}

.check {
    color: #fff !important;
    font-weight: 300 !important;
    margin-bottom: 12px
}

    .check label {
        padding-left: 5px
    }

.botao {
    width: 94px;
    background: #004A70 !important;
    color: #fff !important;
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(255,255,255,0.6),0 0 20px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 0 2px 0 rgba(255,255,255,0.6),0 0 20px 0 rgba(0,0,0,0.75);
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,0.6),0 0 20px 0 rgba(0,0,0,0.75);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in
}

.botaoRecuperar {
    font-weight: 300 !important;
    background: transparent !important;
    color: #fff !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: -4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in
}

    .botaoRecuperar:hover {
        color: #35BEC9 !important
    }

.licenca {
    color: #999;
    text-align: right;
    padding-right: 20px
}

.versao {
    display: table-cell;
    text-align: left
}

.idonic {
    display: table-cell;
    text-align: right;
    padding-right: 5px
}

#logoCliente {
    position: absolute;
    bottom: 20px;
    right: 5px
}

#versao {
    clear: both;
    font-size: 11px;
    color: #333;
    padding-top: 10px;
    text-align: center
}

#licenca {
    position: absolute;
    right: 5px;
    bottom: 0;
    color: #333;
    font-size: 9px
}

#login-access {
    padding-top: 15px
}

.espacoBottom {
    padding-bottom: 5px
}

.espacoCols {
    padding-bottom: 15px
}

.botaoI {
    margin-top: 6px;
    margin-bottom: 5px
}

    .botaoI:before {
        color: #000 !important;
        border: 1px solid #aaa !important;
        background: #fff !important;
        padding: 5px 7px !important;
        font-size: 16px
    }

    .botaoI:hover {
        background: #fff !important;
        opacity: .5
    }

hr {
    margin: 10px 0;
    background-color: #ccc !important
}

.botaoEnviar {
    color: #000 !important;
    border: 1px solid #aaa !important;
    background: #fff !important;
    padding: 0 !important;
    min-width: 70px !important;
    text-align: left !important;
    font-size: 11px !important
}

    .botaoEnviar:before {
        position: relative;
        font-size: 12px;
        padding-right: 5px;
        position: relative;
        top: 4px;
        left: 5px
    }

    .botaoEnviar:hover {
        background: #fff !important;
        opacity: .5
    }

.dxeTextBox_MetropolisBlue {
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.txtFormulario {
    font-size: 9pt;
    display: block;
    margin: 5px 0
}

.popupEdita {
    background-color: #F2F2F2 !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2px 5px !important
}

.divLoginHTML {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

@media (max-width:467px) {
    .container-login {
        width: 95%;
        height: auto !important;
        position: relative;
        background: #FFF;
        top: 0;
        left: 0;
        margin-top: 2.5%;
        margin-left: 2.5%
    }

    .frase {
        display: none
    }

    .header {
        padding: 15px 20px
    }

    .footer {
        padding: 5px 15px
    }

    .idiomas {
        right: 20px
    }

    .logoUser {
        padding-left: 20px
    }

    .logoEmp {
        position: absolute;
        top: 20px;
        right: 20px;
        display: table;
        width: 100px;
        height: 100px;
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .logoEmp2 {
        display: table-cell;
        width: 100px;
        height: 100px;
        text-align: center;
        vertical-align: middle
    }

        .logoEmp2 > img {
            max-width: 100px;
            max-height: 100px;
            border: 1px solid #fff
        }

    .imgUser {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #fff
    }

    .loginForm {
        position: relative;
        left: 50%;
        margin-left: -117px;
        padding-left: 0
    }

    .licenca {
        padding-right: 0;
        text-align: center
    }

    .divLoginHTML {
        position: relative;
        padding-top: 30px;
    }
}

