﻿/* AREA PUBLIC */
body {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0 auto !important;
    width: 980px;
    font-size: 16px;
}

/* inicio ToolBar */




#PBToolbar {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 50%;
    border-right: 1px solid #666666;
    border-top: 0px;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #ffffff;
    padding: 2px 10px;
}

    #PBToolbar input {
        font-size: 9pt;
        background-color: #ffffff;
        border: 0;
        cursor: pointer;
    }

    #PBToolbar .buttons {
        float: left;
        cursor: pointer;
    }

        #PBToolbar .buttons .btnLogin {
            float: left;
        }

        #PBToolbar .buttons .btnDefault {
            float: left;
            padding-left: 10px;
            border-left: 1px solid #666666;
            height: 15px;
            margin-left: 10px;
        }

/* fim ToolBar */


.pagebanner {
    height: 60px;
    margin: 0;
}

.logo-hotsite {
    background: url(../images/Public/logoZuri_principal.png) top left no-repeat;
    display: block;
    float: left;
    height: 76px;
    margin-top: 20px;
    margin-right: 80px;
    width: 171px;
}

.item-logo {
    display: block;
    float: left;
    height: 100px;
    position: relative;
    width: 230px;
    z-index: 0;
}

.bg-pagenner {
    background: #d72e28;
    float: right;
    min-height: 50px;
    width: 750px;
}

/* Menu Principal */

.menu-hotsite {
    display: block;
    float: left;
    font-size: 13px;
    height: 50px;
    width: 620px;
}

    .menu-hotsite .menu-principal-pai {
        border-left: 1px solid #fff;
        display: block;
        float: left;
        margin: 20px 0 0 8px;
        padding-left: 8px;
    }

        .menu-hotsite .menu-principal-pai:first-child {
            border: none !important;
        }

        .menu-hotsite .menu-principal-pai a {
            color: #fff;
            text-decoration: none;
        }

            .menu-hotsite .menu-principal-pai a:hover {
                color: #f58634;
            }


        .menu-hotsite .menu-principal-pai ul {
            display: block;
            float: left !important;
            left: -10px;
            padding-top: 20px !important;
            position: absolute;
            top: 15px;
        }


    .menu-hotsite .menu-principal-filho a {
        background: #ecf0ec;
        display: block;
        float: left;
        position: relative;
        color: #000;
        min-width: 150px;
        font-size: 0.8em;
        padding: 5px 10px;
    }

        .menu-hotsite .menu-principal-filho a:hover {
            display: block;
            background: #bc2e31;
            color: #fff;
        }

    .menu-hotsite ul li ul {
        top: 25px;
        z-index: 999;
    }

.info-comercial {
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    margin: 5px 10px 0 0;
    width: 95px;
}

p.txt-title {
    color: #000;
    float: left;
    display: block;
    font-size: 18px;
    padding: 5px 0 0 20px;
    width: 700px;
}

input[type="radio"],
input[type="checkbox"] {
    border: none !IMPORTANT;
}

/*TELAS AVISOS*/

.pos-aviso {
    width: 580px;
    margin: 100px auto;
    display: block;
    position: relative;
    height: 200px;
}

.aviso-img {
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
}

.aviso-titulo {
    display: block;
    position: absolute;
    left: 150px;
    top: 10px;
    font-weight: bold;
}

.aviso-texto {
    display: block;
    position: absolute;
    left: 150px;
    top: 50px;
}

.underConstruction .aviso-img {
    background: url(../images/Public/Error.png);
}

.error .aviso-img {
    background: url(../images/Public/Error.png);
}


.maintenance .aviso-img {
    background: url(../images/Public/maintenance.gif) no-repeat;
}

.access .aviso-img {
    background: url(../images/Public/Restricted.png) no-repeat;
}

.login {
    position: relative;
    display: block;
}

    .login .aviso-img {
        background: url(../images/Public/cadeado2.jpg) no-repeat;
        float: left;
    }

.login-conteudo {
    font-size: 14px;
    float: left;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 150px;
    top: 50px;
    width: 100%;
}

.login-label {
    clear: both;
    float: left;
    display: block;
    margin-bottom: 10px;
    width: 70px;
}

.login-input input {
    width: 150px;
    border: 1px #ccc solid;
    margin-bottom: 10px;
}

.login-checkbox {
    margin-left: 70px;
}

.login-button {
    border: 0;
    display: block;
    margin: 20px 0 0 100px;
}

    .login-button input {
        border: 0px;
        background: #d72e28;
        width: 50px;
        height: 25px;
        color: #fff;
    }

.login-interno .login-conteudo {
    left: 0;
    float: none;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

    .login-interno .login-conteudo .login-label {
        width: 100px;
        margin-right: 5px;
    }

.login-interno .aviso-img,
.login-interno .aviso-titulo {
    display: none;
}

/* FOOTER Zuri  */


footer {
    display: inline-block;
    position: relative;
    height: 55px;
    width: 980px;
    font-size: 12px;
    color: #484848;
    margin-top: 20px;
}


.footer-wf-hr {
    border-top: #d72e28 4px solid;
    position: relative;
    width: 925px;
    top: 20px;
    left: 55px;
    *left: 0px;
}

.footer-wf-logo {
    background: url(../images/Public/logo-wf-footerk.jpg) no-repeat;
    float: left;
    height: 55px;
    display: block;
    width: 70px;
    *width: 55px;
}

.footer-wf-slogan {
    display: block;
    float: left;
    color: #484848;
    padding: 25px 0 0 0px;
    *padding: 10px 0 0 15px;
}

.footer-copyright {
    display: block;
    float: left;
    left: 400px;
    position: absolute;
    top: 30px;
}

.footer-wf {
    display: block;
    float: right !important;
    min-width: auto !important;
    position: absolute;
    right: 10px !important;
    top: 30px !important;
    width: auto !important;
}

    .footer-wf A img {
        height: 25px;
        width: 70px;
        top: 0px;
    }

    .footer-wf A {
        clear: both;
        display: block;
        float: right;
        right: -40px;
        top: -10px;
    }

.footer-logo A,
.footer-logo {
    color: #484848;
    text-decoration: none;
    top: 0px !important;
}

.rep-left {
    float: left;
    margin-right: 15px;
    width: 235px;
}

.rep-Main {
    /*float:left;*/
    width: 730px;
}

/* Container Padrao Zuri */
.zuri-default {
    /*background:url(../images/public/bg_box_tansparente.png) repeat;*/
    border: solid 1px #c2c1c1;
    margin-bottom: 5px;
    /*display:table;*/
}

.zuri-default-titulo {
    /*background:url(../images/public/seta_vermelha.gif) no-repeat center left;*/
    color: #3f4249;
    font-size: 1.1em;
    margin: 10px;
    padding-left: 12px;
}

    .zuri-default-titulo a {
        color: #3f4249;
        text-decoration: none;
    }

.zuri-default-conteudo {
    padding: 0 23px 15px 23px;
    font-size: 0.8em;
}


.zuri_box_processo {
    /*background:url(/WFResources/Zuri-v8/images/public/bg_box_tansparente.png) repeat;*/
    border: 1px solid #dadbdf;
    margin-bottom: 5px;
}

.zuri_box_processo_titulo {
    background: url(../images/public/seta_vermelha.gif) no-repeat center left;
    color: #3f4249;
    font-size: 1.1em;
    margin: 10px;
    padding-left: 12px;
}

    .zuri_box_processo_titulo a {
        color: #3f4249;
        text-decoration: none;
    }

.zuri_box_processo_conteudo {
    padding: 0 12px 15px 12px;
    font-size: 0.9em;
}

/* Caixa de Entrada */
.zuri_box_default {
    border: 1px solid #dadbdf;
    margin-bottom: 5px;
}

.zuri_box_default_titulo {
    color: #3f4249;
    font-size: 1.1em;
    margin: 10px;
    padding-left: 12px;
}

    .zuri_box_default_titulo a {
        color: #3f4249;
        text-decoration: none;
    }

.zuri_box_default_conteudo {
    padding: 0 23px 15px 23px;
    font-size: 0.8em;
}


.zuri_box_processo {
    border: 1px solid #dadbdf;
    margin-bottom: 5px;
}

.zuri_box_processo_titulo {
    color: #3f4249;
    font-size: 1.1em;
    margin: 10px;
    padding-left: 12px;
}

    .zuri_box_processo_titulo a {
        color: #3f4249;
        text-decoration: none;
    }

.zuri_box_processo_conteudo {
    padding: 0 12px 15px 12px;
    font-size: 0.9em;
}

/*inicio caixa de entrada*/

.caixaentrada_box_filtro {
    border: 1px solid #e8e8e7;
}

.caixaentrada_filtro_titulo {
    color: #666666;
    font-size: 1em;
    font-weight: bold;
    margin: 8px;
}

.caixaentrada_filtro_seta_collapse {
    float: right;
    margin-top: 10px;
}

.caixaentrada_filtro_conteudo {
    color: #666666;
    font-size: 0.9em;
    margin: 8px;
}

.PosicaoItem {
    margin: 0 0 5px 0 !important;
    text-align: right;
    width: 100%;
}


.zuri_anotacao_titulo {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 8px;
}

.zuri_anotacao_conteudo {
    color: #666666;
    font-size: 0.8em;
    margin: 8px;
}

/*fim caixa de entrada*/
/*FIM CONTEÚDO*/

/*Inicio Modulos*/
.fieldFundo {
    background-color: #fff;
    border: 1px solid #d5d6db;
    min-height: 600px;
}

.fieldCaixaFundo {
    background-color: #fff;
    border: 1px solid #d5d6db;
    min-height: 600px;
}

.icoLupa {
    float: left;
    height: 39px;
    margin: 20px 20px 10px 20px;
    width: 39px;
}

.icoCaixa {
    background: url(../images/Public/icoCxentrada.png) no-repeat;
    float: left;
    height: 32px;
    margin: 20px 15px 10px 20px;
    width: 39px;
}

.fieldFundo p {
    font-size: 24px;
    margin: 30px 0 0 0;
}

.fieldCaixaFundo p {
    font-size: 24px;
    margin: 30px 0 0 0;
}


.fieldBusca {
    border: 4px solid #f5e3d5;
    clear: both;
}



    .fieldBusca p {
        border-bottom: 1px solid #e8ad8b;
        color: #000;
        font-weight: bold;
        font-size: 12px;
        margin-top: 10px;
    }


.fieldCaixaBusca p {
    border-bottom: 1px solid #aabab0;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.Buscar {
    margin-top: 20px;
}

    .Buscar input[type=button] {
        border: 2px solid #d36021;
        color: #fff;
        margin-left: 10px;
        height: 25px;
        width: 100px;
        font-weight: bold;
    }


.CaixaBuscar {
    margin-top: 20px;
}


.Buscar a {
    margin-left: 10px;
    color: #000;
    font-size: 12px;
}

.Buscar input[type=text] {
    border: 1px solid #bfc3c6;
    width: 300px;
}


.Caixatable {
    border: 0px;
    /*padding-left:30px;*/
    min-width: 500px;
    width: 100%;
    margin-top: 10px;
}


    .Caixatable .labelItem {
        width: 100%;
        padding-top: 10px;
    }


        .Caixatable .labelItem input {
            margin-right: 5px;
        }


    .Caixatable a {
        width: 100%;
        color: #999900;
        display: block;
    }

.CaixadataInput {
    border: 1px solid #bfc3c6;
    width: 39.8% !important;
}

.CaixawPriori {
    width: 25% !important;
}

.Caixatable .spanCheck2 {
    padding-top: 0 !important;
}

.Caixatable span {
    display: block;
    width: 22.5%;
    margin: 0% 1%;
    /*border:1px solid #FF0000;*/
    float: left;
}


.Caixatable .campoData {
    display: block;
    width: 47%;
    margin: 0% 1%;
    float: left;
}


.Caixatable .campoSolicitante {
    display: block;
    width: 48%;
    margin: 2px 1% 0;
    float: left;
}

.Caixatable .campoSolicitante2 {
    display: block;
    width: 48%;
    margin: 0% 0 0 1%;
    float: left;
}

.Caixatable .campoSolicitante .watermark,
.Caixatable .campoSolicitante .pickerfont {
    margin-top: -2px;
}

.Caixatable .campoSolicitante2 .watermark,
.Caixatable .campoSolicitante2 .pickerfont {
    margin-top: -1px;
}

.campoSelect {
    width: 100%;
    height: 21px;
    font-size: 1em;
    border: 1px solid #bfc3c6;
}

.campoTextBusca {
    width: 96%;
    height: 16px !important;
    font-size: 1em;
    padding: 2px;
}

.Caixatable .watermark .Caixatable .pickerfont {
    width: 100% !important;
}

.campoSelectData {
    width: 36.5%;
    *width: 39%;
    float: left;
    display: block;
    height: 16px !important;
    padding: 2px;
}

.campoData .labelItem {
    margin-left: 0%;
}


.textoData {
    width: 20px !important;
    text-align: right;
}

.Caixatable .campoData button {
    display: block;
    float: left;
}

.listaItem {
    margin: 10px 20px 20px 20px;
    display: block;
}

.listaItempainel {
    margin: 20px 20px 50px 20px;
    display: block;
}


.campoGeralBuscar {
    height: 16px !important;
    width: 50%;
    display: block;
    float: left;
    padding: 3px !important;
}



/*****/

.BuscaAvan {
    border: 1px solid #df976f;
    font-size: 12px;
    color: #000;
    margin-top: 20px;
}

    .BuscaAvan legend {
        color: #000;
        font-size: 14px;
    }

    .BuscaAvan input[type=text] {
        width: 84%;
    }

    .BuscaAvan select {
        width: 85%;
    }

.table {
    border: 0px;
    padding-left: 30px;
    min-width: 500px;
    width: 100%;
}

.dataInput {
    width: 39.8% !important;
}

.wPriori {
    width: 25% !important;
}

.btnFiltrar {
    float: right;
    margin-top: 20px;
    margin-right: 5%;
    width: 100px;
}

/* PROCESSOS */


.processosfieldFundo {
    background-color: #fff;
    border: 1px solid #d5d6db;
    min-height: 600px;
}

.icoMeusprocessos {
    background: url(../images/Public/icoMeusprocessos.png) no-repeat;
    float: left;
    height: 39px;
    margin: 20px 20px 10px 20px;
    width: 39px;
}

.processosfieldFundo p {
    font-size: 24px;
    margin: 30px 0 0 0;
}

.processosfieldBusca {
    background-color: #e7ecf0;
    border: 4px solid #dde4ea;
    clear: both;
}

    .processosfieldBusca p {
        border-bottom: 2px solid #b6c3d3;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin-top: 10px;
    }

.processosBuscar {
    margin-top: 20px;
}


    .processosBuscar input[type=button] {
        border: 2px solid #5f87ab;
        margin-left: 10px;
        height: 25px;
        color: #fff;
        width: 100px;
        font-weight: bold;
    }

    .processosBuscar input[type=text] {
        border: 1px solid #dde4ea;
        width: 300px;
    }


    .processosBuscar a {
        margin-left: 10px;
        color: #000;
        font-size: 12px;
    }

.processosBuscaAvan {
    border: 1px solid #96abc0;
    font-size: 12px;
    color: #000;
    margin-top: 20px;
}

    .processosBuscaAvan legend {
        color: #000;
        font-size: 14px;
    }

    .processosBuscaAvan input[type=text] {
        width: 84%;
    }

    .processosBuscaAvan select {
        width: 85%;
    }

.processostable {
    border: 0px;
    padding-left: 30px;
    min-width: 500px;
    width: 100%;
}

.processosdataInput {
    width: 39.8% !important;
}

.processoswPriori {
    width: 25% !important;
}

.processosbtnFiltrar {
    float: right;
    margin-top: 20px;
    margin-right: 5%;
    width: 100px;
}

.posBtnBuscaAvancada {
    width: 250px;
    display: block;
    white-space: nowrap;
    float: right;
    margin: 16px 18px 0 10px;
    text-align: right;
}


/*Caixa de Entrada*/

.zuri_box_cxEntrada_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoCxentrada.png) no-repeat;
    padding: 5px 0 5px 45px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.bgHeaderCxEntrada {
    background: url(../images/Public/bgHeaderCxEntrada.gif) repeat-x !important;
    height: 22px;
    font-weight: bold;
    color: #fff !important;
}

    .bgHeaderCxEntrada a {
        font-weight: bold !important;
        color: #fff !important;
        font-size: 12px !important;
        white-space: nowrap;
    }

.CxEntrada_linha01,
.CxEntrada_linha01:hover {
    background: #fff;
}

.CxEntrada_linha02,
.CxEntrada_linha02:hover {
    background: #eef3ef;
}

.fieldCaixaBusca {
    background: url(../images/Public/brilhoBox.png) repeat-x #dbe4df;
    color: #000;
    border: 2px solid #dbe4df;
    clear: both;
    margin: 0 20px;
    padding: 0 15px 15px 15px;
}

.CaixaEntradaField {
    border: 1px solid #a2b2a8;
    font-size: 12px;
    padding: 0 15px 15px 15px;
    margin-top: 15px;
}

    .CaixaEntradaField legend {
        font-size: 12px;
        font-weight: bold;
    }

    .CaixaEntradaField input[type=text] {
        border: 1px solid #657d6f;
        /*width:84%;*/
    }


.CaixabtnFiltrar {
    background: url(../images/Public/btn_caixa.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #657d6f;
    height: 25px;
    width: 100px;
}

.CaixabtnFiltrar2 {
    float: none !important;
    margin-top: 10px;
}

.CaixaBuscar input[type=submit] {
    background: url(../images/Public/btn_caixa.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #657d6f;
    height: 25px;
    margin-left: 10px;
    width: 100px;
}

.CaixaBuscar input[type=text] {
    border: 1px solid #a9b1b4;
    height: 20px;
    /*width:300px;*/
}

.CaixaBuscar input.watermark,
.CaixaBuscar input.pickerfont {
    width: 96% !important;
    padding: 2px;
    height: 16px;
}

.CaixaBuscar a {
    color: #000;
    margin-left: 10px;
    font-size: 12px;
}

/*Meus Processos*/

.zuri_box_MeusProcessos_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoMeusprocessos.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.bgHeaderMeusProcessos {
    background: url(../images/Public/bgHeaderMeusProcessos.gif) repeat-x bottom #7a95b0 !important;
    height: 22px;
}

    .bgHeaderMeusProcessos a {
        font-weight: bold;
        color: #fff !important;
    }

.meusProcessos_linha01,
.meusProcessos_linha01:hover {
    background: #fff;
    color: #000;
}

.meusProcessos_linha02,
.meusProcessos_linha02:hover {
    background: #eef3ef;
    color: #000;
}


.fieldMeusProcessos {
    background: url(../images/Public/brilhoBox.png) repeat-x #dee5eb;
    color: #000;
    border: 2px solid #dee5eb;
    clear: both;
    margin: 0 20px;
    padding: 0 15px 15px 15px;
}

    .fieldMeusProcessos p {
        border-bottom: 1px solid #91a5bd;
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px;
    }

.meusProcessosField {
    border: 1px solid #91a5bd;
    font-size: 12px;
    padding: 0 15px 15px 15px;
    margin-top: 15px;
}

    .meusProcessosField legend {
        font-size: 12px;
        font-weight: bold;
    }

    .meusProcessosField input[type=text] {
        border: 1px solid #91a5bd;
        /*width:84%;*/
    }


.MeusProcessosbtnFiltrar {
    background: url(../images/Public/btn_mProcesso.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4073a2;
    height: 25px;
    width: 100px;
}


.MeusProcessosbtnFiltrar2 {
    float: none !important;
    margin-top: 10px;
}

.meusProcessosBuscar {
    margin-top: 20px;
}

    .meusProcessosBuscar input[type=submit] {
        background: url(../images/Public/btn_mProcesso.gif) repeat-x;
        color: #fff;
        font-weight: bold;
        border: 1px solid #4073a2;
        height: 25px;
        margin-left: 10px;
        width: 100px;
    }

    .meusProcessosBuscar input[type=text] {
        border: 1px solid #a9b1b4;
        height: 20px;
        /*width:300px;*/
    }

    .meusProcessosBuscar a {
        color: #000;
        margin-left: 10px;
        font-size: 0.75em;
    }

    .meusProcessosBuscar input.watermark,
    .meusProcessosBuscar input.pickerfont {
        width: 96% !important;
        padding: 2px;
        height: 16px;
    }
/*Observador*/

.zuri_box_Observador_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoObservador.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.bgHeaderObservador {
    background: url(../images/Public/bgHeaderObservador.gif) repeat-x bottom #d46120 !important;
    height: 22px;
}

    .bgHeaderObservador a {
        font-weight: bold;
        color: #fff !important;
    }

.observador_linha01,
.observador_linha01:hover {
    background: #fff;
    color: #000;
}

.observador_linha02,
.observador_linha02:hover {
    background: #eef3ef;
    color: #000;
}


.fieldObservador {
    background: url(../images/Public/brilhoBox.png) repeat-x #f5e3d5;
    color: #000;
    border: 2px solid #f5e3d5;
    clear: both;
    margin: 0 20px;
    padding: 0 15px 15px 15px;
}

    .fieldObservador p {
        border-bottom: 1px solid #da7f4a;
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px;
    }

.observadorField {
    border: 1px solid #da7f4a;
    font-size: 12px;
    padding: 0 15px 15px 15px;
    margin-top: 15px;
}

    .observadorField legend {
        font-size: 12px;
        font-weight: bold;
    }

    .observadorField input[type=text] {
        border: 1px solid #da7f4a;
        /*width:84%;*/
    }

.estatisticaField {
    /* border:1px solid #FF6600;*/
    font-size: 12px;
    padding: 0 15px 15px 15px;
    margin-top: 15px;
    background: #fff2dc;
}

    .estatisticaField input[type=button] {
        font-size: 0.75em !important;
        font-weight: bold !important;
    }


.observadorbtnFiltrar {
    background: url(../images/Public/btn_observador.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #d36021;
    height: 25px;
    width: 100px;
}


.observadorbtnFiltrar2 {
    float: none !important;
    margin-top: 10px;
}

.observadorBuscar {
    margin-top: 20px;
}

    .observadorBuscar input[type=submit] {
        background: url(../images/Public/btn_observador.gif) repeat-x;
        color: #fff;
        font-weight: bold;
        border: 1px solid #d36021;
        height: 25px;
        margin-left: 10px;
        width: 100px;
    }

    .observadorBuscar input[type=text] {
        border: 1px solid #a9b1b4;
        height: 20px;
        /*width:300px;*/
    }

    .observadorBuscar a {
        color: #000;
        margin-left: 10px;
        font-size: 12px;
    }

    .observadorBuscar input.watermark,
    .observadorBuscar input.pickerfont {
        width: 96% !important;
        padding: 2px;
        height: 16px;
    }

/*.observadorBuscar .Caixatable .campoData
{
    margin:0.5% 1%;
    }*/

/*Inicio de processo*/

.zuri_box_InicioProcesso_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoInicio.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.fioInicioProcesso {
    height: 1px;
    background: #d7d8da;
    margin: 0 20px;
}

.contInicioProcesso {
    margin: 20px;
    font-size: 1em;
}

.itemProcessoTitulo {
    font-size: 1.0em;
    background: url(../images/Public/setaProcesso.gif) no-repeat center left;
    padding: 0px 0 0 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding-top: 3px;
}

.itemProcessoDescricao {
    margin: 0 10px 10px 10px;
    font-size: 0.9em;
}

.btnInicioProcesso {
    background: url(../images/Public/btn_inicio.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #33a746;
    height: 19px;
    text-align: center;
    margin: 5px 16px 0 10px;
    min-width: 100px;
    padding: 3px 10px;
    font-size: 0.75em;
    text-decoration: none;
    display: inline;
}

/* Processos*/

.zuri_box_Processo_titulo h1 {
    color: #3f4249;
    font-size: 1.3em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoProcesso.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.itemProcesso {
    display: block;
    margin: 20px;
}



.zuri_box_default .itemProcesso a {
    font-size: 1.0em;
    background: url(../images/Public/setaProcesso.gif) no-repeat center left;
    padding: 0px 0 0 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-top: 3px;
    display: block;
}

.contItemProcesso {
    margin: 5px 10px;
    font-size: 0.9em;
}


/*Estatisticas*/

.zuri_box_estatistica_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoEstatistica.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.fioEstatistica {
    height: 1px;
    background: #d7d8da;
    margin: 0 20px;
}

.contEstatistica {
    margin: 20px;
    font-size: 1em;
}

    .contEstatistica .MasterTable_Vista {
        width: 100%;
    }

.estatisticaTitulo {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    padding-top: 3px;
}

.estatisticaDescricao {
    margin: 0 10px 10px 10px;
    font-size: 0.9em;
}

.btnEstatistica {
    background: url(../images/Public/btn_estatistica.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #f79226;
    height: 25px;
    text-align: center;
    margin: 5px 16px 0 0px;
    min-width: 100px;
    padding: 3px 10px;
    font-size: 0.75em;
    text-decoration: none;
    display: inline;
}

.bgHeaderEstatistica {
    background: url(../images/Public/bgHeaderEstatistica.gif) repeat-x #fcb46a !important;
    font-weight: bold !important;
    color: #fff !important;
    height: 24px;
    line-height: 16px;
}

    .bgHeaderEstatistica a {
        font-weight: bold;
        color: #fff !important;
    }

.estatistica_linha01,
.estatistica_linha01:hover {
    background: #fff;
    color: #000;
}

.estatistica_linha02,
.estatistica_linha02:hover {
    background: #f0f2ef;
    color: #000;
}
/*Processos Favoritos*/

.zuri_box_processoFavorito_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoProcessosFavoritos.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.ItemFavoritos a {
    font-size: 1em;
    padding: 5px 15px;
    background: url(../images/Public/favoritos_star_vermelho.gif) left center no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    color: #000 !important;
    text-decoration: none !important;
    width: 95%;
}

    .ItemFavoritos a:hover {
        color: #000 !important;
        text-decoration: none;
    }

.btnProcessoFavorito a {
    float: right;
    margin: -12px 10px 0 0;
    font-size: 0.75em !important;
    color: #000;
    background: url(../images/Public/setaProcesso.gif) no-repeat center left !important;
    width: auto;
}

/*Painel de Controle*/


.zuri_box_PainelControle_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoPainel.png) no-repeat;
    padding: 5px 0 5px 40px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.btnPainelBack {
    background-color: #d52d27;
    color: #fff;
    padding: 5px;
    display: inline-block;
    float: right;
    position: relative;
    right: 10px;
    top: -60px;
    border: 0;
    cursor: pointer;
}


.fioInicioProcesso {
    height: 1px;
    background: #d7d8da;
    margin: 0 20px;
}

.contInicioProcesso {
    margin: 20px;
    font-size: 1em;
}

.itemProcessoTitulo {
    font-size: 1.0em;
    background: url(../images/Public/setaProcesso.gif) no-repeat center left;
    padding: 0px 0 0 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding-top: 3px;
}

.itemProcessoDescricao {
    margin: 0 10px 10px 10px;
    font-size: 0.9em;
}

.btnInicioProcesso {
    background: url(../images/Public/btn_inicio.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #33a746;
    height: 19px;
    text-align: center;
    margin: 5px 16px 0 10px;
    min-width: 100px;
    padding: 3px 10px;
    font-size: 0.75em;
    text-decoration: none;
    display: inline;
}

.bgHeaderpainel {
    background: url(../images/Public/bgHeaderCxEntrada.gif) repeat-x #657d6d bottom !important;
    height: 60px !important;
    font-weight: bold;
    color: #fff !important;
}

    .bgHeaderpainel a {
        font-weight: bold !important;
        color: #fff !important;
        font-size: 12px !important;
        height: 45px;
    }

.Painel_linha01,
.Painel_linha01:hover {
    background: #fff;
    color: #000;
    border: solid 1pxn #FFF;
}

    .Painel_linha01 td,
    .Painel_linha01 td:hover {
        border: solid 1pxn #FFF;
        padding: 5px !important;
    }

.Painel_linha02,
.Painel_linha02:hover {
    background: #eef3ef !important;
    color: #000 !important;
    border: solid 1pxn #FFF;
}

    .Painel_linha02 td,
    .Painel_linha02 td:hover {
        border: solid 1pxn #FFF;
        padding: 5px !important;
    }

.fioIniciopainel {
    height: 1px;
    background: #d7d8da;
    margin: 0 20px 20px 20px;
}

.contPainelControle .zuri_box_default {
    padding: 0 15px !important;
}

.contPainelControle .cont-left {
    width: 300px !important;
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}

.contPainelControle .left_column {
    width: 100% !important;
    clear: both;
    float: none !important;
    height: auto !important;
}

.contPainelControle .cont-center {
    width: 300px;
    display: inline-block;
    float: left;
    margin-right: 7px;
}

.contPainelControle .center_column {
    width: 295px !important;
    clear: left;
}


.contPainelControle .cont-right {
    width: 300px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.contPainelControle .header_left1,
.contPainelControle .header_right1 {
    margin-left: 5px !important;
    margin-bottom: 5px !important;
    width: 100% !important;
}

.contPainelControle .right_column {
    width: 100% !important;
    clear: both;
    float: none !important;
    /*height:auto !important;*/
    border: 1px solid #ccc;
    margin: 0 5px;
    *margin: 0 5px;
    /*min-height:597px; */
    padding: 5px 0px 0px 0;
    display: inline-block;
    /*display:block;*/
}

.contPainelControle .chart_title A,
.contPainelControle .chart_title {
    color: #000;
    font-size: 14px !important;
    margin-bottom: 3px;
    text-decoration: none;
    display: block;
    clear: both;
    margin-left: 5px;
}


.contPainelControle .header_left1 span,
.contPainelControle .header_center1 span,
.contPainelControle .header_right1 span {
    font-size: 15px;
    text-transform: uppercase;
}


.contPainelControle .chart_value {
    color: #73b2f3;
    font-size: 18px;
    margin-bottom: 14px;
}

/**/
.contPainelControle .sla.center_column {
    border: 1px solid #d3d3d3;
    width: 620px !important;
}

.contPainelControle .Processo.right_column {
    padding: 0 5px !important;
    width: 290px !important;
}

.contPainelControle .Processo .chart_title {
    margin: 5px 0px !important;
}

/**/

.contPainelControle .filter-desc {
    display: block;
    margin-bottom: 20px;
}


.paginacao {
    float: left;
    font-size: 12px;
    margin: 0 auto;
    padding-left: 5px;
}

.pagina {
    padding: 3px 7px;
    background-color: White;
    color: Black;
}

.container {
    display: inline-block;
    height: 100%;
    min-height: 350px;
    padding: 3px 0px;
    min-width: 96%;
    margin: 0 20px;
}

#header_left {
    width: 32%;
    display: block;
    float: left;
    margin-right: 12px;
    margin-left: 5px;
}

#header_center {
    width: 31%;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

#header_right {
    width: 28%;
    display: block;
    float: left;
    margin-right: 2px;
    margin-left: 0px;
}

.profile_options {
    text-align: right;
    width: 99%;
    display: block;
    padding: 3px;
}

#divLeft .left_column {
    border: 1px solid #ccc;
    width: 32%;
    margin: 5px;
    height: 592px;
    padding: 5px 0px 0px 0;
    display: block;
    float: none !important;
}


.chart_value {
    margin-left: 5px;
    width: 25px;
    float: left;
}

.paging_left {
    background-color: #f0f0f0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    height: 25px;
    margin-top: 20px;
    padding-top: 7px;
    text-align: center;
}

.paging_right {
    background-color: #f0f0f0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    height: 25px;
    margin-top: 20px;
    padding-top: 7px;
    text-align: center;
}

.center_column {
    width: 30%;
    margin: 5px;
    display: block;
    float: left;
}


.box_page_number {
    float: left;
    border: 1px solid #000;
    margin-left: 4px;
    margin-right: 2px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: -3px;
    height: 19px;
    background-color: White;
}

.page_count {
    float: left;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 12px;
}

.loader {
    clear: both;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}


/* 3 tela painel de controle */

.contPainelControle .listaItem {
    margin: 0px;
}

.contPainelControle .bgHeaderCxEntrada {
    background: url("../images/Public/bg-red.gif") bottom #dc9f9c !IMPORTANT;
    white-space: nowrap;
}

.contPainelControle input[type="submit"].CaixabtnFiltrar2 {
    background: url("../images/Public/bg-red.gif") bottom #dc9f9c !IMPORTANT;
    right: 0;
    top: 0;
}


.contPainelControle .contPainelControle .listaItem {
    margin: 0 5px;
}

.float_left {
    float: left;
}

.contPainelControle .chart_bar {
    margin-bottom: 10px;
    display: block;
    float: left;
    margin-left: 5px;
    max-width: 265px;
}


/*FIM Modulos*/

/*Telas administrativas*/

.boxLogin table {
    display: block;
    margin: 130px 0 0 50px;
}

.loginTitulo {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 50px;
}

.loginLabelTexto {
    font-size: 12px;
    padding: 0 5px;
}

.loginCampoTexto {
    background-color: #fff;
    border: 1px solid #d5d6db;
    font-size: 12px;
    padding: 2px 3px;
}

.loginLabelTexto input[type=checkbox] {
    margin-right: 3px;
    display: block;
    float: left;
}

.loginBtnOK {
    background: url(../images/Public/bg_barra_off.png) repeat-x;
    border: 2px solid #8b9399;
    color: #fff;
    margin-top: 8px;
    height: 28px;
    width: 60px;
    font-weight: bold;
    font-size: 12px;
}


.accessDeniedTitulo {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 0px;
}

.accessDeniedLabelTexto {
    font-size: 12px;
    padding: 0 5px;
    color: #000000;
    text-decoration: none !important;
}

.boxBusca table {
    display: block;
    margin: 50px 0 0 50px;
}

.buscaTitulo {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 0px;
}

.buscaLabelTexto {
    font-size: 12px;
    padding: 0 5px;
    color: #000000;
    text-decoration: none !important;
}


.PosBtnRetornar {
    margin: 0 0 5px 0;
    text-align: right;
    float: right;
}

.btnRetornar {
    background: url(../images/Public/btnRetornarEstatistica.gif) no-repeat;
    font-weight: normal;
    font-size: 0.8em;
    padding: 5px 0 0 30px;
    height: 18px;
    display: block;
    float: left;
    color: #000;
}

.GridDataDiv_Default {
    height: 100% !important;
}

/*--------------------------------------------------ITEM PROCESSO-----------------------------------------------*/

BODY.itemProcesso {
    color: #232323;
    background: url(../images/Public/modal-itemProcesso/bg.gif) repeat-x !important;
    font-size: 0.85em;
    width: auto;
}

.ir {
    TEXT-INDENT: -9999em;
    LETTER-SPACING: -10000em;
    OVERFLOW: hidden;
}

HTML > BODY .ir {
    TEXT-INDENT: -999em;
    LETTER-SPACING: normal;
    OVERFLOW: hidden;
}

A.ir {
    DISPLAY: block;
    FLOAT: left;
}

/*TOPO*/


.logoZuri {
    width: 96px;
    height: 38px;
    background-image: url(../images/Public/modal-itemProcesso/logo_zuri.png);
    float: left;
}

.tituloProcesso {
    min-width: 200px;
    position: absolute;
    left: 180px;
    right: 130px;
    display: block;
    height: 34px;
    margin: 8px auto 0;
    float: left;
    text-align: center;
    width: 400px;
}

    .tituloProcesso h1 {
        margin: 0;
        color: #D61A0C;
        font-size: 1.3em;
        clear: both;
        text-align: center;
    }

.btnFechar {
    width: 50px;
    height: 22px;
    float: right;
    background: #cf142b;
    margin-top: 15px;
    color: #FFFFFF;
    text-transform: none;
    font-size: 0.8em;
    text-align: center;
    padding-top: 2px;
    border: 0;
    cursor: pointer;
}
/*.btnFechar		{ width:50px; height:22px; float:right; background:url(../images/Public/modal-itemProcesso/btn_fechar.png) no-repeat; margin-top:15px; color:#FFFFFF; text-transform:none; font-size:0.8em; text-align:center; padding-top:2px; border:0; cursor:pointer;}*/
/*TOPO*/

/*MENU*/
nav.menuPrincipal {
    padding-top: 20px;
    clear: both;
}

    nav.menuPrincipal ul {
        width: 100%;
        height: 39px;
        padding: 0;
        border-bottom: solid 1px;
        border-bottom-color: #cf142b;
        float: left;
    }

    nav.menuPrincipal li {
        float: left;
        border: 1px solid transparent;
        margin-top: 1px;
        padding: 6px 0 0 10px;
        _width: 70px;
        _border: 0;
    }

        nav.menuPrincipal li a {
            height: 22px;
            padding-left: 30px;
            display: block;
            color: #000;
            padding-top: 10px;
            margin-right: 20px;
            font-weight: normal;
            _margin-right: 10px;
        }

    nav.menuPrincipal .home {
        background: url(../images/Public/modal-itemProcesso/icone_home.png) no-repeat;
        padding-left: 35px;
    }

    nav.menuPrincipal .detalhes {
        background: url(../images/Public/modal-itemProcesso/icone_detalhes.png) no-repeat;
    }

    nav.menuPrincipal .historico {
        background: url(../images/Public/modal-itemProcesso/icone_historico.png) no-repeat;
    }

    nav.menuPrincipal .anexos {
        background: url(../images/Public/modal-itemProcesso/icone_anexos.png) no-repeat;
    }

    nav.menuPrincipal .gps {
        background: url(../images/Public/modal-itemProcesso/icone_gps.png) no-repeat;
    }

    nav.menuPrincipal .mensagens {
        background: url(../images/Public/modal-itemProcesso/icone_mensagens.png) no-repeat;
    }

    nav.menuPrincipal .selecao { /*background:url(../images/Public/modal-itemProcesso/abas.gif) no-repeat !important; */
        position: relative;
        border: 1px solid #cf142b;
        border-bottom: 1px solid #fff;
        height: 31px;
        margin-top: 1px;
        _margin-bottom: -1px;
    }

    nav.menuPrincipal li:hover { /*background:url(../images/Public/modal-itemProcesso/abas_deselecionado.gif) no-repeat; */
        position: relative;
        border: 1px solid #ccc;
        border-bottom: 1px solid #fff;
        height: 31px;
        margin-top: 1px;
    }
/*MENU*/

/*CENTRO*/
.contCentralProcesso {
    width: 90%;
    min-width: 700px;
    margin: 50px auto 0;
    display: table;
    font-size: 0.9em;
}

    .contCentralProcesso h1 {
        text-alig: left;
        color: #d61a0c;
        padding-bottom: 5px;
    }

.itemFormDecisao {
    display: table;
    width: 100%;
    margin: 5px 0 6px 0;
    clear: both;
}

    .itemFormDecisao label {
        width: 100% !important;
        margin-bottom: 8px;
    }

.textAreaDecisao {
    width: 100%;
    border: 1px solid #9ea4aa;
    background: #f7f7f7;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: block;
    height: 200px;
    overflow-y: auto;
}

.boxDecisao {
    width: 100%;
    display: table;
    border: 1px solid #9ea4aa;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 10px;
}

.mensagemDecisao {
    width: 95%;
    padding: 5px;
}

.tituloDecisao span {
    width: 150px;
    height: auto;
    margin-top: -10px;
    margin-left: 15px;
    padding: 0 10px 0 14px;
    background-color: #FFF;
    color: #D61A0C;
    font-size: 0.95em;
    font-weight: bold;
    z-index: 999;
    float: left;
    position: relative;
}

.boxDecisao ul {
    margin: 0;
    padding: 10px;
    display: block;
    float: left;
    width: 98%;
}

    .boxDecisao ul li {
        float: left;
        margin: 3px;
    }

        .boxDecisao ul li a {
            color: #FFFFFF;
            display: table-cell;
            *display: block;
            height: 48px;
            *height: 48px;
            text-align: center;
            vertical-align: middle;
            padding: 0 8px;
            *padding-top: 8px;
        }

            .boxDecisao ul li a input {
                background: none;
                color: #FFFFFF;
                border: 0;
            }

        .boxDecisao ul li input {
            color: #FFFFFF;
            display: table-cell;
            *display: block;
            height: 48px;
            *height: 48px;
            text-align: center;
            vertical-align: middle;
            padding: 0 8px;
            *padding-top: 8px;
            border: 0;
        }

.geralForm {
    width: 100%;
    float: left;
    display: table;
}

    .geralForm label {
        margin: 5px 5px 0 0;
        color: #D61A0C;
        font-size: 0.95em;
        width: 21%;
        *width: 20%;
        font-weight: none;
        text-align: left;
        float: left;
        display: block;
        vertical-align: middle;
    }

    .geralForm textarea.textAreaAnexo {
        width: 77%;
        border: 1px solid #9ea4aa;
        background: #f7f7f7;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px 5px 5px 1px;
        float: right;
        position: relative;
        display: block;
        margin-top: -10px;
    }

    .geralForm input {
        width: 75%;
        _width: auto;
        border: 1px solid #9ea4aa; /*background:#FFFFFF; */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 3px 8px;
        float: left;
        position: relative;
        display: block;
    }

    .geralForm select {
        width: 75%;
        border: 1px solid #9ea4aa;
        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 3px 8px;
        float: left;
        position: relative;
        display: block;
    }

    .geralForm input[type=file] { /*margin-left:10px !important;*/
        *margin-left: 0px !important;
        width: auto;
        float: none;
    }

    .geralForm input[type=checkbox] {
        width: auto;
    }

    .geralForm .campoItemForm {
        width: 77%;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px 0;
        float: left;
        position: relative;
        display: block;
    }

        .geralForm .campoItemForm input {
            _border: 0px;
        }

.itemForm {
    display: table;
    width: 100%;
    margin: 5px 0 6px 0;
    clear: both;
}

    .itemForm .posCampoItemProcesso {
        margin: 0 5% 0 22%;
    }


.geralForm .campoItemForm input[type="radio"] {
    display: block;
    float: left;
    width: 20px;
}

.geralForm .campoItemForm label {
    display: block;
    float: left;
    color: #232323;
    margin-top: 0;
    font-weight: normal;
    font-size: 1em;
}


.geralForm .campoItemFormDecisao {
    width: 77%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 0;
    float: right;
    position: relative;
    display: block;
}


.tabelaProcesso {
    width: 100%;
    border: 1px solid #a7bac5 !important;
    margin: 30px 0;
}

    .tabelaProcesso th {
        background: url(../images/Public/modal-itemProcesso/bg_tabHeader.gif) repeat-x;
        height: 23px;
        border-bottom: 1px solid #d5d5d5;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 0.9em;
    }


    .tabelaProcesso td {
        min-height: 25px;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 0.9em;
        background: #fcfcfc;
    }

/*CENTRO*/
.selectForm {
    height: 24px;
    font-size: 1.0em;
    float: left;
    padding: 2px;
}

.btnComentariosOff {
    background: url(../images/Public/modal-itemProcesso/comentariosOff.gif) no-repeat !important;
    height: 30px !important;
    display: block !important;
    font-size: 0.9em !important;
    padding: 18px 0 0 30px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 0 5px 5px 5px !important;
    width: 120px !important;
    position: relative !important;
    float: left !important;
    color: #000;
    text-decoration: none;
}

    .btnComentariosOff:hover {
        color: #d61a0c;
        text-decoration: underline;
    }

.btnComentariosOn {
    background: url(../images/Public/modal-itemProcesso/comentariosOn.gif) no-repeat !important;
    height: 30px !important;
    display: block !important;
    font-size: 0.9em !important;
    padding: 18px 0 0 30px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 0 5px 5px 5px !important;
    width: 120px !important;
    position: relative !important;
    float: left !important;
    color: #d61a0c;
    text-decoration: none;
}

.btnArquivosOn {
    background: url(../images/Public/modal-itemProcesso/arquivosOn.gif) no-repeat !important;
    height: 45px !important;
    display: block !important;
    font-size: 0.9em !important;
    padding: 18px 0 0 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 5px 0 0 0 !important;
    width: 120px !important;
    color: #d61a0c;
    text-decoration: none;
}

.btnArquivosOff:hover {
    color: #d61a0c;
    text-decoration: underline;
}

.btnArquivosOff {
    background: url(../images/Public/modal-itemProcesso/arquivosOff.gif) no-repeat !important;
    height: 45px !important;
    display: block !important;
    font-size: 0.9em !important;
    padding: 18px 0 0 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 5px 0 0 0px !important;
    *margin: 0px 0 0 0px !important;
    width: 120px !important;
    color: #000;
    text-decoration: none;
}

.posBtnAnexo {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.posBtnAnexo2 {
    position: relative;
    display: block;
    margin: 10px auto;
    width: 140px;
}

.posBtnAnexo3 {
    display: block;
    position: relative;
    width: 320px;
    margin: 10px auto;
}

.posControleAnexo2 {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.posGPS {
    display: block;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    min-width: 600px;
    left: 0;
    right: 0;
    top: 150px;
}

.janelaGPS {
    visibility: hidden;
    width: 100%;
    border: 0px;
    position: relative;
}

.posBtnAnexoModulos {
    width: 80px;
    margin: 15px auto;
    display: block;
}

.tituloModEmail {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #d61a0c;
}


.linhaPontilhada {
    background: url(../images/Public/modal-itemProcesso/pontilhado.png) repeat-x;
    width: 100%;
    height: 3px;
    display: block;
}

.linhaPontilhada2 {
    background: url(../images/Public/modal-itemProcesso/pontilhado.png) repeat-x center;
    width: 100%;
    height: 14px;
    display: block;
}


.controleListaAcesso {
    margin-left: 21%;
    *margin-left: -11px !important; /* Alteração 04/07/12*/
    *width: 77% !important; /* Alteração 04/07/12*/
}



div.controleListaAcesso {
    *float: left !important; /* Alteração 04/07/12*/
}

.controleListaAcesso TABLE TABLE {
    *float: left !important; /* Alteração 04/07/12*/
}

.controleListaAcesso .accesslistsearch {
    margin-right: 15px;
    *margin-left: 8px; /* Alteração 04/07/012*/
}

.controleListaAcesso select {
    height: 80px !important;
    margin-left: 3px;
    *margin-left: 9px !important;
}

.controleListaAcesso input[type=checkbox],
.controleListaAcesso input[type=image] {
    width: auto !important;
    border: 0;
}

.controleListaAcesso label {
    color: #000 !important;
    font-weight: normal;
    display: table;
}

.controleListaAcesso table {
    /*float:left;*/
    width: 490px;
    *width: 490px !important; /* Alteração 04/07/12*/
}


.controleListaAcesso div {
    text-align: left;
}

.controleListaAcesso .accesslistbutton {
    width: 80px;
    background: #f0f0f0;
    border: 1px solid #9ea4aa;
}

.posBtnAnexo .btn_itemProcesso {
    background-color: #6c7274 !important;
}

.accesslistcheckbox label {
    *padding: 0 0 5px 5px; /* Alteração 04/07/12*/
    *width: auto !important; /* Alteração 04/07/12*/
}

#WFControlDetail_listaacesso_pnlselected {
    *width: 200px !important; /* Alteração 04/07/12*/
}

#WFControlDetail_listaacesso_pnlresult {
    *width: 221px !important; /* Alteração 04/07/12*/
}

/*div.posControleAnexo2{
    *width:170px !important;  /* Alteração 04/07/12
}*/

.controleListaAcesso input[type="image"] { /* Alteração 04/07/12*/
    *background-color: none !important;
    *float: none !important;
    *margin-left: 15px !important;
}

.geralForm input[type="image"] {
    *background-color: none !important;
}
/* Alteração 04/07/12*/

#WFControlDetail_listaacesso_pnlContent TABLE td {
    vertical-align: top;
}
/* Alteração 04/07/12*/

.itemForm TABLE { /* Alteração 05/07/12*/
    *float: left !important;
    *margin-left: 10px;
}

.itemForms TABLE TABLE {
    *margin-left: 0px;
}

/*.geralForm  input[type="file"]{
    _margin-left:10px !important;}*/


.posControleAnexo2 .btn_itemProcesso {
    float: left;
}

.gestor-decisao select {
    width: 218px !important;
}

.gestor-decisao .accesslistbutton {
    width: 100px !important;
    margin: 0 5px;
    cursor: pointer;
}


/*-----------------------------------ABA de MENSAGENS---------------------------------------------*/


.cont-geral {
    display: block;
    position: relative;
    min-width: 730px;
    margin: 0 auto;
    /*margin:0 20px;*/
    height: 100%;
    min-height: 400px;
}

.rep-msn {
    display: block;
    position: absolute;
    left: 0;
    width: 235px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #d2d2d2;
    height: 100%;
}

.rep-main {
    display: block;
    /*position:absolute;*/
    margin-left: 285px;
    height: 100%;
    /*overflow:auto;*/
}

.rep-msn h3 {
    text-transform: uppercase;
    color: #d2d2d2;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.rep-msn div {
    margin-bottom: 15px;
    *margin-bottom: 7px;
}

.cx-dest {
    width: 100%;
    display: block;
    margin-top: 30px;
}

    /*.cx-dest a,
.cx-copia a,*/
    .cx-dest input[type="submit"],
    .cx-copia input[type="submit"] {
        border: 1px solid #d2d2d2;
        background: #f3f6f8;
        padding: 5px 8px;
        margin-bottom: 3px;
        display: inline-block;
        *width: 45px;
        min-width: 30px;
        color: #707070;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

    /*.cx-dest input[type="text"],
.cx-copia input[type="text"],*/
    .cx-assunto input[type="text"],
    .cx-dest .racTokenList,
    .cx-copia .racTokenList {
        border: 1px solid #d2d2d2 !important;
        padding: 5px !important;
        display: block !important;
        width: 224px;
        _margin-top: 50px;
    }

    .cx-dest .racToken,
    .cx-copia .racToken {
        display: block;
        margin: 1px;
    }


    .cx-dest textarea,
    .cx-msn textarea {
        border: 1px solid #d2d2d2;
        padding: 5px;
        display: block;
        width: 224px;
        font-family: Arial, Helvetica, sans-serif;
    }

.cx-assunto span,
.cx-msn span {
    margin-bottom: 3px;
    display: inline-block;
    width: auto;
    color: #707070;
    text-decoration: none;
    font-weight: bold;
}

.cx-assunto span {
    _width: 100%;
}

.btn-cinza {
    display: inline-block;
    background: #777;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 10px 0;
    border: 0;
}

    .btn-cinza:hover {
        background: #888;
        color: #eaeaea;
    }

.collapse {
    position: relative;
    border: 1px solid #d2d2d2;
    background: #f3f6f8;
    padding: 0 8px;
    margin: 10px 5px 10px 0;
    display: block;
    right: 0;
    text-decoration: none;
    cursor: pointer;
}

.div-content {
    margin: 10px 20px 10px 0;
}


.collapse .nome-msn {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    color: #000;
    *width: 70%;
    max-width: 70%;
    position: relative;
    margin: 5px 0;
    padding: 5px;
    *top: 4px;
}

.collapse .total-mensagem {
    font-size: 10px;
    color: #000;
    position: absolute;
    display: block;
    right: 40px;
    top: 12px;
    *top: 6px;
}

    .collapse .total-mensagem span {
        float: left;
        padding-left: 10px;
        *padding: 4px 5px;
    }

.collapse .btn-seta {
    position: absolute;
    display: block;
    right: 10px;
    width: 9px;
    height: 4px;
    top: 16px;
    *top: 14px;
    background: url("../images/Public/seta-up.gif") no-repeat;
}

.btn-seta.down {
    position: absolute;
    display: block;
    right: 10px;
    width: 9px;
    height: 4px;
    top: 18px;
    *top: 16px;
    background: url("../images/Public/seta-down.gif") no-repeat;
}

.linha-msn {
    clear: both;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

    .linha-msn .linha {
        width: 100%;
    }

    .linha-msn .identificacao {
        color: #d92d26;
        font-size: 12px;
        margin-left: 50px;
        font-weight: bold;
    }

    .linha-msn .destinatarios {
        color: #777777;
        font-size: 12px;
        margin-left: 50px;
        font-weight: bold;
    }

    .linha-msn .titulo {
        float: left;
        width: 40px;
        clear: left;
        margin-left: 12px;
        font-size: 11px;
    }

    .linha-msn .envio {
        float: left;
        clear: left;
        margin-left: 12px;
        font-size: 11px;
    }

    .linha-msn .titulodetalhe {
        width: 50px;
        margin-right: 10px;
    }

    .linha-msn .enviodetalhe {
        color: #777777;
        font-size: 12px;
        font-weight: bold;
    }

    .linha-msn .texto {
        padding-top: 10px;
        margin-left: 10px;
        font-size: 11px;
        line-height: 15px;
        clear: both;
    }

.box-resposta {
    margin-left: 200px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
    *position: static;
    *clear: both;
}

    .box-resposta textarea {
        width: 63%;
        *width: 130px;
        border: 1px solid #d2d2d2;
        padding: 5px 8px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
    }

    .box-resposta .btn-cinza {
        display: block;
        position: absolute;
        *position: static;
        top: 0px;
        left: 71%;
        *width: 100px;
        margin: 0 auto;
        *margin-top: -44px;
        *margin-left: 155px;
        padding: 13px 15px;
    }


/*HORIZONTAL*/
.horizontal {
    *width: 700px;
    min-width: 700px;
    height: 385px !important;
}


    .horizontal .rep-msn {
        display: block;
        position: relative;
        width: 700px;
        border-right: 0px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        padding-right: 0px;
        margin-right: 0px;
        border-bottom: 1px solid #d2d2d2;
        height: auto;
    }

    .horizontal .rep-main {
        margin-left: 0;
    }

    .horizontal .rep-msn div {
        margin-bottom: 1px;
        display: inline-block;
        *display: block;
        /*clear:left;*/
        width: 610px;
        *width: 600px;
    }


    .horizontal .rep-msn .racTokenList {
        width: 550px;
        *width: 540px;
        float: left;
        /*margin-left:10px;*/
        padding: 5px 0 !important;
    }

    .horizontal .cx-dest .RadAutoCompleteBox,
    .horizontal .cx-copia .RadAutoCompleteBox {
        width: 553px !important;
        *width: 543px !important;
        float: right;
        _margin-top: -20px;
    }

    /*.horizontal .rep-msn .RadAutoCompleteBox
{
    width:560px !important;
    }*/


    .horizontal .cx-dest {
        display: block;
        margin-top: 0px;
        margin-left: 85px;
        *margin-left: 0px;
        *padding-left: 100px;
    }


    .horizontal .cx-copia,
    .horizontal .cx-assunto {
        display: block;
        margin-left: 85px;
        *margin-left: 0px;
        *padding-left: 100px;
        clear: none;
    }

    .horizontal .cx-assunto {
        width: 612px !important;
        *width: 600px !important;
    }

    .horizontal .cx-msn {
        display: block;
        clear: both;
        width: 100% !important;
    }

        .horizontal .cx-msn span {
            display: none;
        }

    /*.horizontal .cx-dest a,
.horizontal .cx-copia a,*/
    .horizontal .cx-dest input[type="submit"],
    .horizontal .cx-copia input[type="submit"] {
        border: 1px solid #d2d2d2;
        background: #f3f6f8;
        padding: 2px 8px;
        margin: 0 4px 3px 0;
        display: inline-block;
        *width: 45px;
        min-width: 30px;
        color: #707070;
        text-decoration: none;
        font-weight: bold;
        float: left;
    }


    /*.horizontal .cx-dest input[type="text"],
.horizontal .cx-copia input[type="text"],*/
    .horizontal .cx-assunto input[type="text"] {
        border: 1px solid #d2d2d2;
        padding: 2px 8px;
        display: block;
        width: 540px !important;
        *width: 532px !important;
        float: left;
        *float: right;
        margin-left: 8px;
    }


    .horizontal .cx-dest textarea,
    .horizontal .cx-msn textarea {
        border: 1px solid #d2d2d2;
        padding: 2px 8px;
        display: block;
        float: left;
        margin-left: 8px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .horizontal .cx-dest textarea {
        width: 561px !important;
        margin-bottom: 3px;
    }


    .horizontal .cx-msn textarea {
        width: 672px;
        *width: 677px;
        margin-left: 0;
        margin-top: 5px;
        padding-right: 13px;
    }

    .horizontal .cx-assunto span,
    .horizontal .cx-msn span {
        margin-bottom: 3px;
        display: inline-block;
        width: auto;
        color: #707070;
        text-decoration: none;
        font-weight: bold;
        float: left;
        font-size: 13px;
    }


    .horizontal .cx-msn span {
        display: none !important;
    }

    .horizontal .rep-msn h3 {
        display: none;
    }

    .horizontal .rep-msn .btn-cinza {
        position: absolute;
        display: block;
        background: #777;
        padding: 15px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        margin: 0;
        top: 0;
    }

    .horizontal .rep-main {
        height: auto;
        width: 100%;
    }

/* 27/07 Simone */
.box-mensagem {
    height: auto;
    margin: 0 5px;
}

    .box-mensagem h3 {
        color: #d5d7d8;
        font-weight: normal;
        text-transform: uppercase;
    }

.box-Item {
    position: relative;
    border: 1px solid #d2d2d2;
    background: #f3f6f8;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 2px 0;
    display: inline-block;
    right: 0;
    text-decoration: none;
    width: 100%;
}

    .box-Item a {
        float: left;
        width: 35%;
        padding: 8px;
        cursor: pointer;
        text-decoration: none;
        color: #333;
    }

.btn-etapa {
    border: 1px solid #d2d2d2;
    *width: 60px;
    min-width: 60px;
    margin: 4px 7px;
    padding: 3px 0px 3px 3px;
    background: #fff;
    display: inline-block;
    text-transform: none;
}

    .btn-etapa.ativo {
        background: #ed1c24;
        color: #fff;
    }

.posicao-etapa {
    position: relative;
    display: block;
    margin-left: 40%;
}

.add-item a {
    float: left;
}

.add-item textarea {
    float: left;
    width: 86.4%;
    margin-left: 5px;
}


#nyroModalContent {
    width: 550px !important;
}


/**/
.bg-modal {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/Public/ModalImageBg.gif") repeat;
}


.box-modal {
    display: block;
    width: 600px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 25px;
    margin: -210px 0 0 -320px;
    background: #fff;
    border: 1px solid #ccc;
}

    .box-modal .btn-incluir {
        border: 1px solid #d2d2d2;
        background: #f3f6f8;
        padding: 5px 8px;
        margin-bottom: 3px;
        display: inline-block;
        *width: 45px;
        min-width: 30px;
        color: #707070;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

    .box-modal h5 {
        text-transform: uppercase;
        color: #d2d2d2;
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 15px 0;
    }


    .box-modal .lista-modal {
        max-height: 210px;
        *height: 210px;
        overflow: auto;
    }


    .box-modal .racTokenList {
        border: 1px solid #d2d2d2;
        padding: 3px;
        display: block;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        width: 98%;
        min-height: 60px !important;
        max-height: 60px;
        *height: 60px;
        overflow: auto !important;
    }

.racTokenList .racToken {
    margin: 1px !important;
    display: inline-block;
}

.box-modal .RadAutoCompleteBox {
    width: 100% !important;
    margin: 0;
}

.box-modal .cx-dest {
    margin-top: 20px;
}

.box-modal .btnFechar {
    margin-top: 0px;
}

.box-modal .btnFechar {
    margin-top: 0px;
}

.box-modal .btn-add {
    background: #2ead34;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
    float: left;
}

.box-modal .linha-modal {
    position: relative;
    *position: static;
    border: 1px solid #d2d2d2;
    background: #f3f6f8;
    padding: 5px;
    margin: 0 0 5px 0;
    display: inline-block;
    right: 0;
    text-decoration: none;
    font-size: 12px;
    width: 98%;
    *width: 95%;
}



.box-modal .box-modal-user,
.box-modal .box-modal-email {
    display: block;
    width: 240px;
}


.box-modal .linha-etapa {
    display: block;
    width: 290px;
    float: left;
}

.box-modal .item-etapa {
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 1px 5px;
    margin: 1px 5px;
}

.box-modal .ativo {
    background: #cf142b;
    border: 1px solid #cf142b;
    color: #fff;
}


.box-modal .dados-modal {
    display: block;
    width: 250px;
    margin-left: 5px;
    float: left;
}


/*-----------------------------------ABA de MENSAGENS---------------------------------------------*/


/*--------------------------------------------------ITEM PROCESSO-----------------------------------------------*/

.itemProcesso header {
    width: 90%;
    min-width: 700px;
    margin: 0 auto;
    height: 60px;
    margin-top: 10px;
}

.mod-deadline .item-deadline {
    clear: both;
    display: inline-block;
}


.item-deadline label {
    color: #000;
    font-weight: normal;
    width: auto !important;
}

.mod-deadline input[type="text"] {
    width: 80px;
    float: left;
}

.mod-deadline .itemForm label {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.checkbox INPUT {
    border: none;
}

.checkbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #575a5b;
    width: auto;
}

.ItemConfProcesso {
    display: inline-block;
    width: 100%;
    padding: 5px 0 15px;
}

.body-favoritos {
    width: auto !important;
    padding: 12px;
}

/*MODULO RELATÓRIO*/

.cetraliza-grafico {
    text-align: center;
}

.tabela-grafico-header td {
    padding: 6px 5px;
    font-size: 13px;
    background: #CCC;
    height: 25px;
}

.tabela-grafico td {
    padding: 3px 5px;
    font-size: 13px;
}



.GridDataDiv_relatorio {
    font-size: 13px;
    margin: 0 !important;
    border: 1px solid #828282 !important;
}

    .GridDataDiv_relatorio td {
        padding: 3px 10px !important;
    }

.date-picker-control {
    display: inline-block !important;
    *float: none;
}

.decisaoPeq,
.btn_itemProcesso,
.geralForm input.btn_itemProcesso {
    display: inline-block;
    background: #777;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 10px 0;
    width: 89px;
    cursor: pointer;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    border: 0px !important;
}

.btn_ProcessoPeq {
    background: #777;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 0px 5px;
    width: 89px !important;
    cursor: pointer;
    height: 21px;
    vertical-align: middle;
    text-align: center;
    border: 0px !important;
}

.btn_ProcessoMed {
    background: #777;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 0px 5px;
    width: 140px !important;
    cursor: pointer;
    height: 21px;
    vertical-align: middle;
    text-align: center;
    border: 0px !important;
}

.decisaoMed {
    display: inline-block;
    background: #777;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 10px 0;
    width: 184px;
    cursor: pointer;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    border: 0px !important;
}

.decisaoGra {
    display: inline-block;
    background: #777;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 10px 0;
    width: 279px;
    cursor: pointer;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    border: 0px !important;
}

    .decisaoPeq:hover,
    .decisaoMed:hover,
    .decisaoGra:hover,
    .btn_itemProcesso:hover,
    .geralForm input.btn_itemProcesso:hover {
        background: #888;
        color: #eaeaea;
    }

.itemFavoritos {
    font-size: 0.8em;
}

/*Area de Trabalho*/

.contAreaTrabalho {
    display: inline-block;
}

.zuri_box_area_trabalho_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoArea-Trabalho.png) no-repeat;
    padding: 5px 0 5px 45px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}


.espacamento_area_trabalho {
    padding: 0 20px;
}


.bgHeaderAreaTrabalho {
    background: url(../images/Public/bgHeaderAreaTrabalho.gif) repeat-x !important;
    height: 22px;
    font-weight: bold;
    color: #fff !important;
}

    .bgHeaderAreaTrabalho a {
        font-weight: bold !important;
        color: #fff !important;
        font-size: 12px !important;
        white-space: nowrap;
    }

/*Antigo Zuri-workarea*/

aside {
    float: left;
    display: block;
    margin-top: 20px;
    min-height: 200px;
    min-width: 185px;
    width: 20%;
}

.menu A {
    color: #808285;
    font-size: 14px;
    text-decoration: none;
}

.menu ul {
    list-style: none;
}

    .menu .menu-filho A,
    .menu ul li {
        /*margin-left:5px;*/
        list-style: none;
        background-image: none !important;
        text-transform: none;
    }

    .menu ul A {
        background: url(/WFResources/Zuri-v8/images/Public/seta-menuoff.gif) no-repeat 0px 6px;
        display: block;
        list-style: none;
        padding-left: 7px;
        text-transform: uppercase;
    }

.menu .aberto {
    background: url(/WFResources/Zuri-v8/images/Public/seta-menuOn.gif) no-repeat 0px 7px;
    color: #ee3d32;
}

.menu li ul li {
    background: none;
    list-style: none;
    height: auto;
}

.menu-pai {
    text-transform: uppercase;
    border: 1px solid #d0d2d3;
    background-color: #f7f8f9;
    padding: 10px 10px;
    margin-bottom: 3px;
}

.menu-filho:last-child {
    margin-bottom: 15px;
}

.menu-filho {
    text-transform: none;
    margin: 7px 0 5px;
}

.posProgress {
    position: relative;
    left: 50%;
}

div.wfloading {
    content: "";
    cursor: wait;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7) url("data:image/gif;base64,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") no-repeat center center;
}

.wacont-Main {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 2%;
}

aside + .wacont-Main {
    margin-left: 2%;
    margin-right: 0;
    width: 78%;
}

.waheader-Main h1 {
    color: #808285;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0px;
}

.wabreadcrumbs {
    font-size: 12px;
    margin-top: 5px;
    /* margin-left:20px;*/
    text-transform: lowercase;
    width: 940px;
}

    .wabreadcrumbs A {
        color: #1067e3;
    }

.wabuscar {
    display: block;
    margin-top: 20px;
}

    .wabuscar A {
        font-size: 14px;
        color: #1067e3;
        text-decoration: none;
    }

.wainput-busca {
    border: 1px solid #d0d2d3;
    float: left;
    height: 20px;
    display: block;
    width: 275px;
}

.waAvancada {
    background: url(../images/Public/btn_areaTrabalho.gif) repeat-x;
    border: 1px solid #f00;
    cursor: pointer;
    color: #fff;
    margin: 0 15px;
    float: left;
    height: 24px;
    display: block;
    width: 100px;
}

.wainput-submit {
    background: url(../images/Public/btn_areaTrabalho.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #f00;
    height: 25px;
    margin-left: 5px;
    width: 100px;
}

.wainput-execute {
    background: url(../images/Public/btn_areaTrabalho.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #f00;
    height: 25px;
    width: 100px;
}

.wabusca-avancada {
    clear: both;
    margin-top: 5px;
    display: none;
}

.wabusca-aberto {
    display: block;
}

.wabusca-avancada fieldset {
    padding-bottom: 20px;
    border: 1px solid #CCC;
    min-height: 185px;
    margin-right: 5px;
}

.walegend {
    margin: 7px;
    padding: 7px;
}

.wabusca-avancada legend {
    color: #58595a;
    font-size: 16px;
    font-weight: bold;
}

.wabusca-avancadaTB {
    border: 0px;
    width: 100%;
    margin: 0 0 0 10px;
}

    .wabusca-avancadaTB span,
    .wabusca-avancadaTB label {
        font-size: 13px;
        display: inline;
        margin-top: 5px;
    }

    .wabusca-avancadaTB span {
        margin: 0 12px;
    }

    .wabusca-avancadaTB .wainput-select {
        border: 1px solid #d0d2d3;
        margin: 3px 20px 10px 0;
        *margin: 0px;
        width: 205px;
        font-size: 12px;
    }

    .wabusca-avancadaTB .wainput-date {
        border: 1px solid #d0d2d3;
        margin: 3px 0px 10px 0;
        *margin: 0px;
        width: 65px;
    }

    .wabusca-avancadaTB .wainput-date-to {
        width: 20px;
    }

.wadatefield {
    float: left;
}

.wabusca-avancadaTB .wainput-text {
    border: 1px solid #d0d2d3;
    margin: 3px 20px 10px 0;
    *margin: 0px;
    width: 200px;
}

.wabusca-avancadaTB span {
    display: block;
    width: 220px;
    margin: 1% 1% 0;
    float: left;
}

.waFilter {
    height: 40px;
}

.waSolicitante input {
    width: 200px !important;
    border: 1px solid #d0d2d3;
}

.wabusca-avancada .wainput-submit {
    margin: 0 0 0px 29px !important;
    *margin: 10px 0 20px 20px !important;
    display: block;
}

.waAvancada {
    margin: 24px 0 0px 10px !important;
    *margin: 10px 0px 20px 20px !important;
    display: block;
}

/*Icones Ação */

.wabtn-acao {
    height: 17px;
    text-align: right;
    margin: 15px 3px 7px 0;
}

    .wabtn-acao a {
        float: right;
        margin: 0 0 0 10px;
    }

.warefresh {
    background: url(/WFResources/Zuri-v8/images/Public/reload.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    font-size: 0px;
}

.wafavorito {
    background: url(/WFResources/Zuri-v8/images/Public/star.gif) no-repeat;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 17px;
    font-size: 0px;
}

/* Tabela de Ítens */

.watabela-itens, .watabela-itens .rgMasterTable {
    width: 100% !important;
}

.waitens-cxEntradaTB {
    color: #58595a;
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
}

    /*.watabela-itens .RadGrid.RadGrid_Default{ width:99.8% !important;}*/

    .waitens-cxEntradaTB thead {
        background: #58595a;
        color: #fff;
        white-space: nowrap;
        line-height: 1.3;
        font-weight: bold;
    }


    .waitens-cxEntradaTB .td-par {
        background: #f5f5f5;
    }


th.rgHeader.bgHeaderCxEntrada {
    font-weight: bold !important;
}

/*Marcadores*/

.zuri_box_marcadores_titulo h1 {
    color: #3f4249;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    background: url(../images/Public/icoMarcadores.png) no-repeat;
    padding: 5px 0 5px 45px;
    height: 22px;
    vertical-align: baseline;
    font-weight: normal;
}

.espacamento_marcadores {
    display: block;
    margin: 0 20px 20px;
}

.fieldMarker {
    background: url(../images/Public/brilhoBox.png) #dbe4df;
    color: #000;
    border: 2px solid #dbe4df;
    clear: both;
    padding: 10px 15px;
    margin-bottom: 25px;
    position: relative;
}

    .fieldMarker input[type=submit],
    .btn-voltar {
        background: url(../images/Public/btn_caixa.gif) repeat-x;
        color: #fff;
        font-weight: bold;
        border: 1px solid #657d6f;
        height: 25px;
        width: 100px;
        margin-top: 10px;
        cursor: pointer;
    }

.txt-buscar {
    border-bottom: 1px solid #aabab0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.buscar-Marker {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 20px 0 10px;
    overflow: hidden;
}

    .buscar-Marker .buscar-label {
        float: left;
        display: block;
        width: 100px;
        margin-right: 10px;
        padding-top: 5px;
        clear: both;
    }

    .buscar-Marker .buscar-campoGeral {
        margin: 5px 0;
        display: inline-block;
        width: 75%;
        float: left;
    }

.buscar-campoGeral .validador {
    position: absolute;
    top: 10px;
    right: 15px;
}

.buscar-campoGeral select {
    font-size: 13px;
    margin-top: -5px;
    width: 453px;
    display: block;
}

.buscar-campoGeral .busca-id {
    width: 200px;
}

.buscar-campoGeral .busca-nome {
    width: 450px;
}

.buscar-campoGeral .dpInput {
    padding: 2px 4px;
    width: 80px;
}

.espacamento_marcadores .rgMasterTable td {
    cursor: pointer;
}

.lista-situacao {
    width: 100%;
    display: block;
    border: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

    .lista-situacao thead tr {
        display: block;
        margin-bottom: 20px;
    }

    .lista-situacao thead td {
        display: block;
        font-weight: bold;
        border-bottom: 2px solid #657d6f;
        padding-bottom: 3px;
        margin-bottom: 20px;
    }

    .lista-situacao tbody td {
        padding: 8px 0 0 3px;
    }

        .lista-situacao tbody td a {
            color: #657d6f;
        }

            .lista-situacao tbody td a:hover {
                text-decoration: underline;
            }


.btn-vermais {
    background: url(../images/Public/btn_caixa.gif) repeat-x;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #657d6f;
    padding: 4px 20px;
    margin-top: 10px;
    cursor: pointer;
}

/*melhoria item de processo*/

.contCentralProcesso {
    margin-top: 70px;
}

    .contCentralProcesso .textAreaDecisao {
        bottom: 24%;
        /*bottom: 150px;*/
        top: 160px;
        position: absolute;
        right: 5%;
        left: 5%;
        width: auto;
        height: auto;
    }

    .contCentralProcesso h1 {
        position: absolute;
        top: 78.7%;
        /*	bottom: 115px;*/
    }

        .contCentralProcesso h1:first-child {
            position: relative;
            bottom: 0;
        }

    .contCentralProcesso .boxDecisao {
        top: 82%;
        /*bottom: 10px; */
        position: absolute;
        left: 5%;
        right: 5%;
        width: auto;
        height: auto;
        display: block !important;
    }

#blur {
    width: 100%;
    background-color: black;
    moz-opacity: 0.4;
    khtml-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=25);
    z-index: 120;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
}

#progress {
    z-index: 200;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-family: 'Arial';
    position: fixed;
    margin-left: 0px;
    margin-top: 0px;
    left: 47%;
    top: 45%;
    width: 5%;
    height: auto;
}

.RadGrid_Default .rgSelectedRow td {
    color: #fff;
}

/** MÓDULO EMAIL - DESTINATARIOS COPY **/

.mod-email-label {
    display: inline-block;
    float: left;
    color: #d61a0c;
    width: 125px;
    margin-top: 25px;
}

.mod-email-labelCC {
    display: inline-block;
    float: left;
    clear: both;
    color: #d61a0c;
    width: 125px;
    margin-top: 25px;
}

.mod-email-destinatario {
    display: inline-block;
    float: left;
    margin: 8px 0;
}

/** MÓDULO IMPORTADOR EXCEL **/

.btn-importexcel {
    width: auto;
    min-width: 80px;
    height: 22px;
    background: #cf142b;
    margin: 15px 5px 0 5px;
    color: #FFFFFF;
    text-transform: none;
    font-size: 0.8em;
    text-align: center;
    border: 0;
}

.excel-import-cinza {
    background: #eaeaea;
    padding: 8px;
    margin: 20px 0;
}
