* {
    font-family: 'Helvetica Neue', Helvetica, Arial !important;
    list-style-type: none;
}

body {
    border-top: 3px solid #111c3f;
    padding: 0;
    margin: 0;
    background: url(../img/fundo.png);
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.paddingzero {
    padding: 0 !important;
}

.paddingdez {
    padding: 10px !important;
}
/* parte login capcha */

.boxacesso {
    position: relative;
    color: #111c3f;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.width20 {
    width: 20% !important;
}

.width30 {
    width: 30% !important;
}

.width40 {
    width: 40% !important;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.login-capc {
    width: 500px;
    padding: 15px;
    box-sizing: border-box;
    margin: 5% auto 0;
    border: 1px solid #9c9c9c;
    background: #f6f6f6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

h1.logo-wf {
    background: url(../img/logo-wf.png) center no-repeat;
    height: 66px;
    padding: 0;
    margin: 0;
}

.atualizacao {
    display: block;
    text-align: right;
    margin: 10px 50px;
    font-size: 11px;
}

.formlogin {
    margin: 0 0 10px;
}

    .formlogin span {
        display: inline-block;
        width: 100px;
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        padding: 0 10px 0 0;
    }

.form-control {
    display: inline-block;
    width: 60%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.btn {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-color {
    background: #111c3f;
    color: #fff;
}

.btn-color-cinza {
    background: #a4a4a4;
    color: #fff;
}

.btn-color-vermelho {
    background: #850000;
    color: #fff;
}

.align-btn-login {
    text-align: right;
    padding-right: 50px;
}

.login-capc a {
    text-align: center;
    text-decoration: none;
    color: #111c3f;
    font-weight: normal;
    display: block;
    font-size: 12px;
}

    .login-capc a u {
        font-weight: bold;
    }

.logo-rgb {
    background: url(../img/logo-rgbsys.png) right no-repeat;
    height: 50px;
    width: 500px;
    padding: 0;
    margin: 0 auto;
}

.mensagem {
    margin: 10px 0;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

    .mensagem b {
        font-size: 16px;
    }

.mensagem-informe {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    font-size: 14px
}

.img-capcha {
    border-radius: 14px;
    height: 80px;
    border: 1px solid #9c9c9c;
    width: 30%;
    padding: 6px 12px;
    float: left;
}

.form-capcha {
    width: 56% !important;
    margin-top: 27px;
}

.alert-danger {
    display: none !important;
    color: #a94442;
    background-color: #f2dede;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box;
}

/* Topo todas as telas */
.topo-geral {
    background: #fff;
    padding: 10px;
}

.logo-interna-wf {
    background: url(../img/logo-wf-interna.png) left no-repeat;
    margin: 0;
    height: 30px;
    width: 135px;
    float: left;
}

.atualizacao-interna {
    float: left;
    margin: 7px 0;
}

.link-saida {
    float: right;
    text-decoration: none;
    font-weight: bold;
    color: #850000;
    margin-top: 8px;
}

/* Menu das telas */
.menu {
    background: #566a8f;
    padding: 10px;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    #menu ul li {
        font-weight: normal;
        display: inline-block;
        /* visual do link */
        color: #333;
        text-decoration: none;
        margin: 8px 0;
    }

        #menu ul li a {
            text-decoration: none;
            padding: 2px 12px 2px 10px;
            color: #fff;
            border-right: 1px dotted #fff;
        }

            #menu ul li a:hover {
                background-color: #D6D6D6;
                color: #6D6D6D;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

.box-conteudo {
    width: 600px;
    box-sizing: border-box;
    margin: 3% auto;
    border: 1px solid #9c9c9c;
    background: #f6f6f6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.box-conteudo-tabelas {
    box-sizing: border-box;
    margin: 3% auto;
    background: #f6f6f6;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.titulo-tabela {
    background: #566a8f;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 10px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

table.GeneratedTable {
    width: 100%;
    border-collapse: collapse;
}

    table.GeneratedTable td, table.GeneratedTable th {
        border-width: 1px;
        border-color: #7f7f7f;
        border-style: solid;
        padding: 3px;
        width: 25%;
    }

    table.GeneratedTable thead {
        background-color: #c0c0c0;
    }

.box-conteudo-tabelas-branca {
    box-sizing: border-box;
    margin: 3% auto;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .tg td {
        font-family: Arial, width: 25%;
        sans-serif;
        font-size: 14px;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

    .tg th {
        font-family: Arial, width: 25%;
        sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

    .tg .tg-yw4l {
        vertical-align: top;
        border: none;
    }

        .tg .tg-yw4l table {
            width: 30%;
        }

            .tg .tg-yw4l table.tipooperacao {
                width: 70%;
            }

                .tg .tg-yw4l table.tipooperacao tr td {
                    border: none;
                }

            .tg .tg-yw4l table.dxeRoot {
                width: 100%;
            }

                .tg .tg-yw4l table.dxeRoot tr td {
                    border: none;
                    padding: 0;
                }


.gridextrato {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}


table.GeneratedTable td.textright {
    width: 10%;
    text-align: right;
}

.subtitulo {
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.tituloform {
    font-size: 13px;
    padding: 0 10px;
    text-align: left;
}

.topnovaproposta {
    padding: 20px;
    text-align: center;
}
