﻿input[readonly], input[readonly]:focus, input[readonly]:active {
    background: #ebebe4;
    -ms-opacity: 100;
    opacity: 100;
    -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -o-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.imgFeriados {
    padding-left: 50px;
    margin-top: -50px;
    max-width: 680px;
}

.bordaImagemCanvas {
    border: 1px solid #ccc;
}

.topo {
    width: 100%;
    height: 120px;
    position: absolute;
    background: #f00;
    z-index: 500;
}

    .topo .menu1 {
        left: 220px;
        right: 0;
        top: 0;
        height: 60px;
        position: absolute;
        background: #f2f2f3;
    }

        .topo .menu1 .userName {
            color: #333;
            font-weight: 300;
            font-size: 16px;
            float: left;
            line-height: 17px;
            margin: 12px 0 0 20px;
        }

            .topo .menu1 .userName span {
                color: #999;
                font-weight: 500;
                font-size: 11px;
                display: block;
            }

        .topo .menu1 .options {
            float: right;
            margin: 20px 20px 0 0;
        }

            .topo .menu1 .options li {
                float: left;
                margin: 0 0 0 22px;
            }

                .topo .menu1 .options li a {
                    color: #929292;
                    position: relative;
                    display: block;
                    font-size: 13px;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    -ms-transition: 0.3s;
                    transition: 0.3s;
                }

                    .topo .menu1 .options li a .alert {
                        padding: 1px 2px;
                        width: 15px;
                        text-align: center;
                        background: #ff8330;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        -ms-border-radius: 2px;
                        border-radius: 2px;
                        font-size: 10px;
                        font-weight: 900;
                        color: #fff;
                        position: absolute;
                        top: -6px;
                        left: -12px;
                    }

                    .topo .menu1 .options li a:hover {
                        color: #1093d2;
                    }

    .topo .menu2 {
        left: 220px;
        right: 0;
        top: 60px;
        height: 60px;
        position: absolute;
        background: #0e4f6e;
    }

        .topo .menu2 ul li {
            float: left;
        }

            .topo .menu2 ul li a {
                color: #9fb9c5;
                position: relative;
                z-index: 500;
                display: block;
                font-size: 13px;
                padding: 21px 15px;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

                .topo .menu2 ul li a.active {
                    color: #fff;
                    background: #014562;
                }

                .topo .menu2 ul li a:hover {
                    color: #fff;
                    background: #014562;
                }

.menu2Aberto {
    background: #003e58;
    width: 100%;
    position: absolute;
    top: 120px;
    padding: 0;
    z-index: 600;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .menu2Aberto.active {
        height: auto;
        padding: 10px 0 20px 0;
        z-index: 600;
    }

    .menu2Aberto ul li {
        float: left;
        width: 12.3%;
        -moz-min-width: 170px;
        -ms-min-width: 170px;
        -o-min-width: 170px;
        -webkit-min-width: 170px;
        min-width: 170px;
        /*background:#f00;*/
    }

    .menu2Aberto ul p {
        display: block;
        /*background:green;*/
        margin: 0 1px 0 0;
        font-weight: 900;
        padding: 20px 0 20px 30px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        color: #99b2bc;
    }

    .menu2Aberto ul li a {
        display: block;
        /*background:green;*/
        margin: 0 1px 0 0;
        color: #99b2bc;
        font-weight: 900;
        padding: 20px 0 20px 30px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .menu2Aberto ul li a:hover {
            color: #fff;
        }

        .menu2Aberto ul li a ul li {
            float: none;
        }

    .menu2Aberto ul li ul {
        margin: 0 0 20px 0;
        overflow: hidden;
    }

        .menu2Aberto ul li ul li a {
            color: #668b9b;
            display: block;
            padding: 0 0 0 30px;
            margin: 0 0 5px 0;
            font-weight: 400;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
        }

            .menu2Aberto ul li ul li a:hover {
                color: #fff;
            }

.logoCliente {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 117px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #c08f32;
}

.bgFecharBgs, .bgFecharMenus {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    -ms-opacity: 0;
    opacity: 0;
    z-index: -100;
}

    .bgFecharBgs.active, .bgFecharMenus.active {
        z-index: 490;
        -ms-opacity: 0.1;
        opacity: 0.1;
    }

#bgModulos {
    right: 255px;
}

#bgFavoritos {
    right: 160px;
}

#bgAlertas {
    right: 12px;
}

#bgAlertas i.redAlert { color: #A00; }

#bgAlertas i.yellowAlert { color: #fb0; }

#bgFerramentas {
    right: 207px;
}

.bgMenusTopo {
    position: absolute;
    -ms-opacity: 0;
    opacity: 0;
    z-index: -100;
    width: 250px;
    max-height: 500px;
    overflow: auto;
    top: 80px;
    z-index: 50;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .bgMenusTopo.active {
        -ms-opacity: 1;
        opacity: 1;
        top: 60px;
        z-index: 620;
    }

    .bgMenusTopo .seta {
        width: 100%;
        height: 8px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MTNGRjg5NkRDRTJFMDExOTI5OERCNjM2MTYwRDY4QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MjRBNjc0NTJEODIxMUU0QTkxNEI4QzA3QzQ3QzAxRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MjRBNjc0NDJEODIxMUU0QTkxNEI4QzA3QzQ3QzAxRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjMyRUI4MTc1MkRFNDExQjU2M0Q3MDlGQ0IwMzBEQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MTNGRjg5NkRDRTJFMDExOTI5OERCNjM2MTYwRDY4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqmHFosAAAA9SURBVHjaYvj//z8DHpwGxNPwqSGkGQYmk2oAsma8hhCrGachpGiGgQm4DCBGM4Yh5GhGMYRczXBDAAIMAC8avhcuXNKoAAAAAElFTkSuQmCC') /*../Imagens/setaBgSuspensos.png*/ center top no-repeat;
    }

    .bgMenusTopo a, .bgNotificacaoRodape a {
        width: 210px;
        padding: 15px 20px;
        background: #fff;
        border-bottom: 1px solid #ccc;
        display: block;
        color: #666;
        font-size: 13px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .bgMenusTopo a div, .bgNotificacaoRodape a div {
            float: right;
            margin: 0 -5px 0 0;
            background: #fff;
            border: 1px solid #a3c5d4;
            color: #a3c5d4;
            padding: 1px 5px 1px 4px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
        }

            .bgMenusTopo a div:hover, .bgNotificacaoRodape a div:hover {
                border: 1px solid #4287a8;
                color: #fff;
                background: #4287a8;
            }

            .bgMenusTopo a div i, .bgNotificacaoRodape a div i {
                margin: 0;
                text-align: center;
            }

        .bgMenusTopo a:hover, .bgNotificacaoRodape a:hover {
            background: #cfdce2;
            color: #4287a8;
            font-weight: 900;
        }

        .bgMenusTopo a.moduloSelecionado {
            background: #cfdce2;
            color: #4287a8;
            font-weight: 900;
        }

        .bgMenusTopo a.moduloPadrao div {
            border: 1px solid #4287a8;
            color: #fff;
            background: #4287a8;
        }

.bgAlertas .seta {
    background-position: 145px top;
}

.bgAlertas a, .bgNotificacaoRodape a {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

    .bgAlertas a.naoLida, .bgNotificacaoRodape a.naoLida {
        background: #e7edf0;
        color: #4287a8;
    }

        .bgAlertas a.naoLida:hover, .bgNotificacaoRodape a.naoLida:hover {
            background: #cfdce2;
        }

        .bgAlertas a.naoLida div, .bgNotificacaoRodape a.naoLida div {
            border: 1px solid #4287a8;
            color: #fff;
            background: #4287a8;
        }

    .bgAlertas a i, .bgNotificacaoRodape a i {
        float: left;
        margin: 5px 20px 0 0;
    }

    .bgAlertas a p, .bgNotificacaoRodape a p {
        float: left;
        width: 145px;
        font-weight: 300;
        color: #333;
        line-height: 15px;
        font-size: 11px;
    }

        .bgAlertas a p b, .bgNotificacaoRodape a p b {
            font-size: 12px;
        }

    .bgAlertas a div, .bgNotificacaoRodape a div {
        padding: 1px 2px 1px 1px;
    }

/*CONTEUDOS =============================================*/
.orientacoes {
    background: #f3f3f4;
    overflow: hidden;
}

    .orientacoes .minimizado, .orientacoes .maximizado {
        padding: 15px 20px;
        color: #568399;
        /*cursor: pointer;*/
        display: none;
    }

    .orientacoes .maximizado {
        padding: 15px 20px 30px 20px;
    }

        .orientacoes .minimizado.active, .orientacoes .maximizado.active {
            display: block;
        }

    .orientacoes .iconeOrientacoes {
        margin: 0 10px 0 0;
        float: left;
        font-size: 20px;
        cursor: pointer;
    }

.cursorPointer {
    cursor: pointer;
}

.orientacoes div {
    font-weight: 900;
    color: #568399;
    display: block;
    margin: 0 0 0 0;
    overflow: hidden;
    font-size: 13px;
}

.orientacoes .fa-chevron-down, .orientacoes .fa-chevron-up {
    float: right;
    color: #568399;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.orientacoes p {
    font-weight: 400;
    color: #063c56;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.orientacoes .maximizado a {
    font-weight: 400;
    display: block;
}

.bgContent {
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0;
    position: absolute;
    background: #e1e1e1;
    top: 120px;
    z-index: 50;
}

    .bgContent .conteudos {
        padding: 0 20px;
    }

.widget {
    background: #fff;
    margin: 20px 0;
    border-top: 4px solid #9fb9c5;
    position: relative;
}

    .widget .titulo {
        padding: 15px 0;
        overflow: hidden;
        border-bottom: 1px dotted #ccc;
    }

    .widget .titulo {
        padding: 15px 20px;
        border-bottom: 1px dotted #ccc;
    }

        .widget .titulo h1 {
            float: left;
            margin: 8px 0;
        }

        .widget .titulo .dropDownButtonAcoes {
            margin: 0 0 0 10px;
        }

            .widget .titulo .dropDownButtonAcoes .btPadrao {
                padding-top: 1px;
                padding-bottom: 2px;
            }

    .widget .cont {
        background: #fff;
        padding: 20px;
        position: relative;
        /*overflow: hidden;*/
        padding: 20px 20px 60px 20px;
        z-index: 300;
    }

.linha {
    width: 100%;
    overflow: hidden;
    position: relative;
    clear: both;
}

.linhaFoto {
    width: 750px;
    overflow: hidden;
    position: relative;
}

.linhaFoto1 {
    width: 160px;
    overflow: hidden;
    position: absolute;
    float: left;
    margin-left:730px;
}


.anulaOverflow {
    overflow: inherit;
    height: 60px;
}

.anulaOverflowTextArea {
    overflow: inherit;
    height: 120px;
}

.linha h5 {
    color: #555;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 900;
}

.divisor {
    clear: both;
    width: 100%;
    height: 15px;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 25px 0;
    display: block;
}

.divisorSemMargem {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 0 0;
    display: block;
}

.divisorAgrupado {
    width: 100%;
    height: 15px;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px 0;
    display: block;
}

.listaColunas li:last-child {
    margin-right: 0;
}

.coluna {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

    .coluna .textBoxErro {
        border-color: #ef5425;
    }

    .coluna .msgErro {
        position: absolute;
        padding-left: 0 !important;
        margin: 0 !important;
        color: #ef5425;
        top: 10px;
        text-transform: uppercase;
        font-size: 8px;
        font-weight: 900;
        width: 740px;
        float: right;
    }

    .coluna .label, .coluna .labelLateral {
        font-size: 12px;
        color: #555;
        font-weight: 900;
    }

    .coluna .labelLateral {
        float: left;
        text-align: right;
        width: 135px;
        margin: 9px 0 0 0;
    }

.coluna1 {
    width: 910px;
}

.coluna1_com_botao,
.coluna1_com_2_botoes {
    width: 910px;
}

.coluna2 {
    width: 445px;
}

.coluna2_com_botao {
    width: 447px;
}

.coluna3 {
    width: 290px;
}

.coluna3_com_botao {
    width: 290px;
}

.coluna4 {
    width: 212.5px;
}

.coluna4_com_botao {
    width: 212.5px;
}

.colunaToogle1 {
    width: 898px;
}

.colunaToogle2 {
    width: 439px;
}

.colunaToogle3 {
    width: 286px;
}

.colunaToogle4 {
    width: 209.5px;
}

.colunaSteep1 {
    width: 898px;
}

.colunaSteep2 {
    width: 439px;
}

.colunaSteep3 {
    width: 286px;
}

.colunaSteep4 {
    width: 209.5px;
}

textArea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    height: 62px;
}

.textBox {
    font-size: 13px;
    color: #333;
    padding: 7px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .textBox:focus {
        border: 1px solid #62a3c2;
        background: #f4fbff;
    }

.coluna1 .inteiro {
    width: 888px;
}

.coluna1_com_botao .inteiro {
    width: 845px;
}

.coluna1_com_2_botoes .inteiro {
    width: 802px;
}

.coluna2 .inteiro {
    width: 423px;
}

.coluna2_com_botao .inteiro {
    width: 380px;
}

.coluna3 .inteiro {
    width: 268px;
}

.coluna3_com_botao .inteiro {
    width: 225px;
}

.coluna4 .inteiro {
    width: 191px;
}

.coluna4_com_botao .inteiro {
    width: 148px;
}

.wizard .coluna4 .inteiro {
    width: 190px;
}

.wizard .coluna4_com_botao .inteiro {
    width: 148px;
}

.colunaToogle1 .inteiro {
    width: 876px;
}

.colunaToogle2 .inteiro {
    width: 417px;
}

.colunaToogle3 .inteiro {
    width: 264px;
}

.colunaToogle4 .inteiro {
    width: 188px;
}

.colunaSteep1 .inteiro {
    width: 876px;
}

.colunaSteep2 .inteiro {
    width: 417px;
}

.colunaSteep3 .inteiro {
    width: 264px;
}

.colunaSteep4 .inteiro {
    width: 188px;
}

.coluna1 .comBotao {
    width: 843px;
}

.coluna2 .comBotao {
    width: 378px;
}

.coluna3 .comBotao {
    width: 223px;
}

.coluna4 .comBotao {
    width: 145px;
}

.coluna1 .comBotaoAcoes {
    width: 833px !important;
}

.coluna2 .comBotaoAcoes {
    width: 368px !important;
}

.coluna3 .comBotaoAcoes {
    width: 213px !important;
}

.coluna4 .comBotaoAcoes {
    width: 135px !important;
}

.colunaToogle1 .comBotao {
    width: 831px;
}

.colunaToogle2 .comBotao {
    width: 372px;
}

.colunaToogle3 .comBotao {
    width: 219px;
}

.colunaToogle4 .comBotao {
    width: 142px;
}

.colunaSteep1 .comBotao {
    width: 831px;
}

.colunaSteep2 .comBotao {
    width: 372px;
}

.colunaSteep3 .comBotao {
    width: 219px;
}

.colunaSteep4 .comBotao {
    width: 142px;
}

.coluna1 .comLabel {
    width: 740px;
    float: right;
}

.coluna2 .comLabel {
    width: 275px;
    float: right;
}

.coluna3 .comLabel {
    width: 120px;
    float: right;
}

.colunaToogle1 .comLabel {
    width: 728px;
    float: right;
}

.colunaToogle2 .comLabel {
    width: 269px;
    float: right;
}

.colunaToogle3 .comLabel {
    width: 116px;
    float: right;
}

.colunaSteep1 .comLabel {
    width: 728px;
    float: right;
}

.colunaSteep2 .comLabel {
    width: 269px;
    float: right;
}

.colunaSteep3 .comLabel {
    width: 116px;
    float: right;
}

.coluna1 .chkLabel {
    width: 888px;
}

.coluna2 .chkLabel {
    width: 423px;
}

.coluna3 .chkLabel {
    width: 268px;
}

.coluna4 .chkLabel {
    width: 191px;
}

.colunaToogle1 .chkLabel {
    width: 876px;
}

.colunaToogle2 .chkLabel {
    width: 417px;
}

.colunaToogle3 .chkLabel {
    width: 264px;
}

.colunaToogle4 .chkLabel {
    width: 188px;
}

.colunaSteep1 .chkLabel {
    width: 876px;
}

.colunaSteep2 .chkLabel {
    width: 417px;
}

.colunaSteep3 .chkLabel {
    width: 264px;
}

.colunaSteep4 .chkLabel {
    width: 188px;
}

.select {
    cursor: pointer;
}

.coluna1 .selectInteiro {
    width: 910px;
}

.coluna2 .selectInteiro {
    width: 445px;
}

.coluna3 .selectInteiro {
    width: 290px;
}

.coluna4 .selectInteiro {
    width: 213px;
}

.coluna1 .chosen-select,
.coluna1 .chosen-container {
    width: 910px !important;
}

.coluna1_com_botao .chosen-select,
.coluna1_com_botao .chosen-container {
    width: 865px !important;
}

.coluna2_com_2_botoes .chosen-seelct,
.coluna2_com_2_botoes .chosen-container {
    width: 820px !important;
}

.coluna2 .chosen-select,
.coluna2 .chosen-container {
    width: 445px !important;
}

.coluna2_com_botao .chosen-select,
.coluna2_com_botao .chosen-container {
    width: 400px !important;
}

.coluna3 .chosen-select,
.coluna3 .chosen-container {
    width: 290px !important;
}

.coluna4 .chosen-select,
.coluna4 .chosen-container {
    width: 213px !important;
}

.coluna4_com_botao .chosen-select,
.coluna4_com_botao .chosen-container {
    width: 165px;
}

.sobreImagem .chosen-container {
    width: 190px !important;
    display:inline-block !important;
}

.sobreImagem .label {
    font-size: 12px;
    color: #555;
    font-weight: 900;
}

.colunaToogle1 .selectInteiro {
    width: 898px;
}

.colunaToogle2 .selectInteiro {
    width: 439px;
}

.colunaToogle3 .selectInteiro {
    width: 286px;
}

.colunaToogle4 .selectInteiro {
    width: 210px;
}

.colunaSteep1 .selectInteiro {
    width: 898px;
}

.colunaSteep2 .selectInteiro {
    width: 439px;
}

.colunaSteep3 .selectInteiro {
    width: 286px;
}

.colunaSteep4 .selectInteiro {
    width: 210px;
}

.colunaToogle1 .chosen-container {
    width: 898px !important;
}

.colunaToogle2 .chosen-container {
    width: 439px !important;
}

.colunaToogle3 .chosen-container {
    width: 286px !important;
}

.colunaToogle4 .chosen-container {
    width: 210px !important;
}

.colunaSteep1 .chosen-container {
    width: 898px !important;
}

.colunaSteep2 .chosen-container {
    width: 439px !important;
}

.colunaSteep3 .chosen-container {
    width: 286px !important;
}

.colunaSteep4 .chosen-container {
    width: 210px !important;
}

.coluna1 .selectComLabel {
    width: 755px;
    float: right;
}

.coluna2 .selectComLabel {
    width: 290px;
    float: right;
}

.coluna3 .selectComLabel {
    width: 135px;
    float: right;
}

.colunaToogle1 .selectComLabel {
    width: 743px;
    float: right;
}

.colunaToogle2 .selectComLabel {
    width: 284px;
    float: right;
}

.colunaToogle3 .selectComLabel {
    width: 131px;
    float: right;
}

.colunaSteep1 .selectComLabel {
    width: 743px;
    float: right;
}

.colunaSteep2 .selectComLabel {
    width: 284px;
    float: right;
}

.colunaSteep3 .selectComLabel {
    width: 131px;
    float: right;
}

.colunaToogleComBotao1 .selectComBotao {
    width: 846px;
    margin-right: 10px;
}

.colunaToogleComBotao2 .chosen-container {
    width: 387px !important;
    margin-right: 10px;
    float: left;
}

.colunaToogleComBotao3 .selectComBotao {
    width: 234px;
    margin-right: 10px;
}

.colunaToogleComBotao4 .selectComBotao {
    width: 158px;
    margin-right: 10px;
}

.paddingTop17 {
    padding-top: 17px !important;
}

.dropDownButtonAcoes .btPadrao {
    padding: 0;
}

.btPadrao {
    padding: 8px 12px;
    margin: 0;
    font-size: 13px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .btPadrao:hover {
        background: #f2f2f2;
        border: 1px #fff solid;
    }

    .btPadrao i {
        margin: 0 10px 0 0;
    }

.btAzul {
    background: #568399;
    border: 1px solid #568399;
    color: #fff;
}

    .btAzul:hover {
        background: #3591be;
    }


.btVermelho {
    background: #802a25;
    border: 1px solid #802a25;
    color: #fff;
}

    .btVermelho:hover {
        background: #b14a4a;
    }

.bgTelaModal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RkJFNDVFMzMwODExRTRCNUUzRjUwODMwREY4QzE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4RkJFNDVGMzMwODExRTRCNUUzRjUwODMwREY4QzE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhGQkU0NUMzMzA4MTFFNEI1RTNGNTA4MzBERjhDMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhGQkU0NUQzMzA4MTFFNEI1RTNGNTA4MzBERjhDMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7c906wAAAAD0lEQVR42mJgYGDYDBBgAAC4ALTWofH1AAAAAElFTkSuQmCC') /*../Imagens/Master/bgTelaModal.png*/;
    z-index: 6000;
}

.bgTelaModalGrande {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RkJFNDVFMzMwODExRTRCNUUzRjUwODMwREY4QzE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4RkJFNDVGMzMwODExRTRCNUUzRjUwODMwREY4QzE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhGQkU0NUMzMzA4MTFFNEI1RTNGNTA4MzBERjhDMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhGQkU0NUQzMzA4MTFFNEI1RTNGNTA4MzBERjhDMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7c906wAAAAD0lEQVR42mJgYGDYDBBgAAC4ALTWofH1AAAAAElFTkSuQmCC') /*../Imagens/Master/bgTelaModal.png*/;
    z-index: 600;
}

.telaModalGrande {
	background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: auto;
    z-index: 610;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
}

.telaModalGrande .widget {
    margin: 0;
}

.btFecharTelaModal {
    position: absolute;
    z-index: 610;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #568399;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1024px)
{
	.telaModalGrande {
		width: 100%;
		height: auto;
		margin: -300px 0 0 -50%;
	}

	.btFecharTelaModal {
		margin: -335px 0 0 45%;
	}
}

@media (min-width: 1024px)
{
	.telaModalGrande {
		width: 970px;
		height: 600px;
		margin: -300px 0 0 -485px;
	}

	.btFecharTelaModal {
		margin: -335px 0 0 450px;
	}
}

.btFecharTelaModalPequena {
    position: absolute;
    z-index: 6100;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 165px;
    width: 35px;
    height: 35px;
    background: #f00;
    border: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #568399;
    color: #fff;
    cursor: pointer;
}

.telaModalGrande .mensagensDoSistema {
    width: 970px;
    left: 50%;
    margin: -4px 0 0 -485px;
    z-index: 301;
}

#divMensagemAlerta {
    z-index: 350;
    position: relative;
}

.telaModalPequena {
    width: 340px;
    padding: 30px;
    min-height: 120px;
    max-height: 600px;
    overflow: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -200px;
    background: #fff;
    z-index: 6500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
}

    .telaModalPequena p {
        text-align: center;
        font-weight: 900;
        color: #666;
        font-size: 14px;
    }

    .telaModalPequena .botoes {
        margin: 35px 0 0 85px;
    }

.bgNotificacaoRodape {
    position: absolute;
    bottom: 0;
    right: 38px;
    width: 250px;
    background: #f00;
    z-index: 500;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
}

.migalhaDePao {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0 0;
}

    .migalhaDePao li {
        float: left;
        margin: 0 20px 0 0;
    }

        .migalhaDePao li a:hover {
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
        }

        .migalhaDePao li a:hover {
            color: #0e4f6e;
        }

.loading {
    width: 60px;
    height: 60px;
    background: #568399;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 6500;
    margin: -40px 0 0 -40px;
}

    .loading i {
        text-align: center;
        margin: 18px 0 0 20px;
        color: #fff;
        font-size: 23px;
    }

.paginacao {
    float: right;
}

    .paginacao li {
        float: left;
        margin: 10px 0 0 3px;
    }

        .paginacao li .btAzul {
            cursor: default;
        }
/*FINAL CONTEUDOS =============================================*/

/*RODAPE =============================================*/
.rodape {
    width: 100%;
    padding-bottom: 35px;
    overflow: hidden;
}

    .rodape .logoSindisoft {
        width: 122px;
        height: 31px;
        background: url(../Imagens/Master/logoSindisoft.png);
        display: block;
        float: left;
        margin: 0 40px 0 40px;
    }

    .rodape p {
        font-size: 10px;
        text-transform: uppercase;
    }

        .rodape p a {
            margin: 0 0 0 15px;
        }

    .rodape .suporteRemoto {
        color: #777;
        font-size: 12px;
        float: left;
        line-height: 13px;
        margin: 0 0 0 40px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .rodape .suporteRemoto:hover {
            color: #478baa;
        }

        .rodape .suporteRemoto i {
            margin: -5px 10px 0 0;
            float: left;
        }

    .rodape .right {
        margin: 0 40px 0 0;
    }

table {
    border-collapse: collapse;
}

    table tr {
        border: 1px solid #dbdbdb;
    }

        table tr.cor {
            background: #f2f2f2;
        }

        table tr td {
            padding: 10px;
            font-size: 12px;
            color: #666;
            font-weight: 300;
        }

    table .cabecalho td {
        font-weight: 900;
    }
/*FINAL CONTEUDOS =============================================*/

/*DROP DOWN BUTTON===============================================*/

#jui_dropdown_demo ul li {
    background: none;
    display: inline-block;
    list-style: none;
}

/* selected option indicator ------------------------------------------------ */
#opt_selected {
    margin-top: 20px;
    font-size: 20px;
}

/* demo_dropdown ---------------------------------------------------------- */
.container4 {
    display: inline-block;
}

.menu4 {
    position: absolute;
    width: 230px !important;
    margin-top: 3px !important;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.6);
    z-index: 400;
}

    .menu4 li a {
        border: none;
        background: #fff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        padding: 15px 20px !important;
        border-bottom: 1px solid #ccc;
        display: block;
        color: #666;
        font-size: 13px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .menu4 li a:hover {
            background: #cfdce2;
            color: #4287a8;
            font-weight: 900;
            border: none;
            border-bottom: 1px solid #ccc;
        }

    .menu4 > .ui-state-focus {
        border: none !important;
        border-bottom: 1px solid #ccc !important;
    }
/* fix for jquery-ui-bootstrap theme */
#launcher4 span {
    display: inline-block;
}
/*FINAL DROP DOWN BUTTON===============================================*/

.toogle {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.conteudoAccordion {
    border-left: 1px solid rgb(192,192,192);
    padding-left: 10px;
}

.tituloAccordion {
    padding-bottom: 10px;
}

    .tituloAccordion a {
        font-weight: 900;
        color: #666;
        font-size: 12px;
    }

        .tituloAccordion a:hover {
            color: #0e4f6e;
            font-weight: 900;
        }

/*MENSAGENSD DE ALERTA===================================================================*/
.mensagensDoSistema {
    right: 0;
    left: 0;
    padding: 17px 0;
    font-size: 12px;
    position: fixed;
    overflow: hidden;
    z-index: 51;
}

    .mensagensDoSistema i {
        margin: 0 10px 0 20px;
        float: left;
        font-size: 17px;
        height: 100%;
    }

    .mensagensDoSistema div {
        font-weight: 900;
        display: block;
        margin: 0 50px 0 0;
        overflow: hidden;
        text-transform: uppercase;
    }

    .mensagensDoSistema .btFecharMensagemSistema {
        border: none;
        right: 15px;
        top: 13px;
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        margin: 0;
        padding: 0;
        background: #ccc;
        position: absolute;
    }

        .mensagensDoSistema .btFecharMensagemSistema i {
            margin: 3px 5px;
        }

.mensagemDoSistemaErro {
    background: #f87e59;
    color: #fdd9ce;
}

    .mensagemDoSistemaErro div {
        color: #fdd9ce;
    }

    .mensagemDoSistemaErro .btFecharMensagemSistema {
        color: #f87e59;
        background: #fdd9ce;
    }

.mensagemDoSistemaSucesso {
    background: #1ab394;
    color: #bbe8df;
}

    .mensagemDoSistemaSucesso div {
        color: #bbe8df;
    }

    .mensagemDoSistemaSucesso .btFecharMensagemSistema {
        color: #1ab394;
        background: #bbe8df;
    }

.mensagemDoSistemaAlerta {
    background: #c7b95b;
    color: #eeeace;
}

    .mensagemDoSistemaAlerta div {
        color: #eeeace;
    }

    .mensagemDoSistemaAlerta .btFecharMensagemSistema {
        color: #c7b95b;
        background: #eeeace;
    }

/*FIM MENSAGENS DE ALERTA===================================================================*/

/*RADIO E CHECK BUTTONS=====================================================================*/
.checkbox {
    margin-top: 5px;
}

input[type=checkbox],
input[type=radio]:not(.radioPortal) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    -ms-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

    input[type=checkbox] + label,
    input[type=radio] + label:not(.radioPortal) {
        display: inline-block;
        margin-left: -2em;
        line-height: 1.5em;
        margin-right: 20px;
        cursor: pointer;
    }

.coluna1 input[type=checkbox] + label,
.coluna1 input[type=radio] + label:not(.radioPortal) {
    max-width: 885px
}

.coluna2 input[type=checkbox] + label,
.coluna2 input[type=radio] + label:not(.radioPortal) {
    max-width: 420px
}

.coluna3 input[type=checkbox] + label,
.coluna3 input[type=radio] + label:not(.radioPortal) {
    max-width: 265px;
}

.coluna4 input[type=checkbox] + label,
.coluna4 input[type=radio] + label:not(.radioPortal) {
    max-width: 188px
}



.marginCheckBox input[type=checkbox] + label,
.marginCheckBox input[type=radio] + label:not(.radioPortal) {
    margin-left: 0px;
    margin-right: 0px;
}

input[type=checkbox] + label > span,
input[type=radio] + label > span:not(.radioPortal) {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192,192,192);
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    background: rgb(224,224,224);
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

input[type=radio] + label > span {
    -ms-border-radius: 20px;
    border-radius: 20px;
}

input[type=checkbox]:checked + label > span,
/* ReSharper disable once CssBrowserCompatibility */
input[type=radio]:not(old):checked + label > span {
    background: #568399;
    border: 1px solid #568399;
}

    input[type=checkbox]:checked + label > span:before {
        content: '✓';
        display: block;
        width: 16px;
        color: #fff;
        font-size: 14px;
        line-height: 1em;
        text-align: center;
        font-weight: bold;
    }

input[type=checkbox]:disabled + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192,192,192);
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    background: rgb(224,224,224);
    background: #e1e1e1;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

input[type=radio]:checked + label > span > span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px;
    border: 1px solid #568399;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.chkLabel {
    padding-top: 7px;
    margin-bottom: 10px !important;
    margin-left: -3px !important;
}
/*FINAL RADIO E CHECK BUTTONS=====================================================================*/

.divValidacaoErro1 {
    color: #ef5425 !important;
}

.field-validation-error {
    /*clear: both;*/
    top: -10px;
    color: #ef5425;
    display: block;
    height: 25px;
    width: 100% !important;
    text-align: left;
    position: relative;
    float: left;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900;
}

    .field-validation-error span {
        clear: both !important;
        /*border: 1px solid #ef5425 !important;*/
    }

.input-validation-error {
    clear: both;
    border: 1px solid #ef5425 !important;
}

.abaComErro {
    color: #FFFFFF !important;
    background-color: #dc5252;
    -ms-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.divContadorCaracteres:not([class*='emoji']) {
    font-weight: bold;
    display: unset;
    /*padding-left:10px;*/
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 10px;
}

.listaInterna thead {
    /*text-align:left;*/
    display: table;
    /*float: left;*/
    width: 100%;
}

.listaInterna tbody {
    display: block;
    max-height: 213px;
    overflow-y: auto;
    overflow-x: hidden;
    /*float: left;*/
    width: 100%;
}

    .listaInterna tbody tr {
        display: table;
        width: 100%;
    }

.listaInterna tr:after { /* IE8 fix */
    content: ".";
    margin-left: -3px; /* to hide the content above tr */ /* not necessary if you are ok with 1px gap */
    visibility: hidden;
}

.listaAgrupadaInterna thead {
    /*text-align:left;*/
    display: table;
    /*float: left;*/
    width: 100%;
}

.listaAgrupadaInterna tbody {
    display: block;
    max-height: 426px;
    overflow-y: auto;
    overflow-x: hidden;
    /*float: left;*/
    width: 100%;
}

    .listaAgrupadaInterna tbody tr {
        display: table;
        width: 100%;
    }

.listaAgrupadaInterna tr:after { /* IE8 fix */
    content: ".";
    margin-left: -3px; /* to hide the content above tr */ /* not necessary if you are ok with 1px gap */
    visibility: hidden;
}

.chosen-container {
    position: relative;
    display: block;
    min-height: 41px;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
}

.chosen-drop {
    margin-top: -14px !important;
}

.chosen-drop-bordaErro {
    border: 1px solid #ef5425 !important;
    border-top: 0px !important;
}

/*//askdlfaslkdfjaslkdfj*/

/*.tt-dropdown-menu {
    width:100%;

    border-radius: 0.25em;

    background: rgb(224,224,224);
    background: #fff;

    border: 1px solid #568399;
}*/

.tt-dropdown-menu {
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #568399;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-hint {
    color: #c1c1c1;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    margin-left: 5px;
    margin-right: 5px;
}

    .tt-suggestion.tt-cursor {
        background-color: #568399;
        margin-left: 5px;
        margin-right: 5px;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        -ms-border-radius: 0.25em;
        border-radius: 0.25em;
        cursor: pointer;
    }

        .tt-suggestion.tt-cursor p {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.autoCompleteSemValor {
    padding: 5px;
}

.divTexto {
    min-height: 50px;
    border-bottom: 1px dotted #ccc;
}

.divAdicionarNovo {
    padding: 3px 20px;
    line-height: 24px;
    margin-left: 5px;
    margin-right: 5px;
}

    .divAdicionarNovo a {
        color: #568399;
        font-weight: bold;
    }

.newLine {
    white-space: pre-line;
}

.divListagemTexto {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

calendario .cont .linha .btPadrao {
    margin: 0 5px 0 0;
}

.calendario .cont .linha h5 {
    margin: 7px 0 0 10px;
    float: left;
}

.calendario .cont .linha .textBox {
    margin: 0 5px 0 0;
    width: 250px;
}

.bgCalendario {
    width: 100%;
    background: #ccc;
    overflow: hidden;
    margin: 15px 0;
    border-left: 1px solid #ccc;
}

    .bgCalendario ul li {
        width: 14.28571%;
        position: relative;
        min-height: 140px;
        background: url(../Imagens/bgCelulasCalendario.jpg) right top repeat-y;
        float: left;
        border-bottom: 1px solid #ccc;
    }

    .bgCalendario ul .dataPassada {
        background: url(../Imagens/bgCelulasCalendarioDataPassada.jpg) right top repeat-y;
    }

        .bgCalendario ul .dataPassada h5 {
            color: #b4b4b4;
            font-weight: normal;
        }

    .bgCalendario ul .cabecalhoCalendario {
        width: 14.28571%;
        min-height: 0px;
        background: #9fb9c5;
        color: #fff;
        text-align: center;
        height: auto;
        padding: 10px 0;
        font-weight: bold;
        border-bottom: none;
    }

    .bgCalendario ul li .calendarioData {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        background: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .bgCalendario ul li .calendarioData:hover {
            background: #50768a;
        }

            .bgCalendario ul li .calendarioData:hover h5 {
                color: #fff;
            }

        .bgCalendario ul li .calendarioData span {
            position: absolute;
            right: 10px;
            top: 10px;
            color: #fff;
        }

    .bgCalendario ul li h5 {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #666;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    .bgCalendario ul li .listaDeCompromissos {
        position: absolute;
        width: 100%;
        top: 35px;
        bottom: 0;
        z-index: 60;
        overflow: auto;
    }

    .bgCalendario ul li .compromisso {
        display: block;
        background: #9fb9c5;
        padding: 3px 10px;
        border-left: 3px solid #50768a;
        color: #fff;
        position: relative;
        font-size: 11px;
        margin: 0 0 1px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .bgCalendario ul li .compromisso:hover {
            background: #50768a;
        }

.compromissoParticipante {
    background: #d2d296 !important;
}

    .compromissoParticipante:hover {
        background: #999900 !important;
    }

.telaModalGrande .iconeEmCimaDoText {
    position: absolute;
    right: 10px;
    /*top:10px;
    color:#568399;*/
}

/*INICIO UPLOAD DE ARQUIVOS=====================================================================*/
.bgUploadDeArquivos {
    width: 100%;
    height: 400px;
    margin: 10px 0 0 0;
    position: relative;
}

.bgTreeViewArquivos {
    position: absolute;
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    width: 225px;
    bottom: 0;
    overflow: auto;
    padding: 10px;
}

.bgCamoinhoPastas {
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    /*height:15px;*/
    bottom: 0;
    overflow: auto;
    padding: 9px;
}

.bgArquivosParaUpload {
    position: absolute;
    border: 1px solid #ccc;
    right: 0;
    top: 0;
    left: 250px;
    bottom: 0;
}

    .bgArquivosParaUpload ul {
        height: 320px;
        overflow: auto;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

        .bgArquivosParaUpload ul li {
            float: left;
            width: 86px;
            border: 1px solid #ccc;
            padding: 20px;
            position: relative;
            text-align: center;
            margin: -1px 0 0 -1px;
            overflow: hidden;
        }

            .bgArquivosParaUpload ul li .bgCheckBox {
                position: absolute;
                right: -13px;
                top: 7px;
            }

            .bgArquivosParaUpload ul li .teste {
                margin: 0;
            }

            .bgArquivosParaUpload ul li p {
                width: 100%;
                text-align: center;
                height: 20px;
            }

.bgEnviarArquivos {
    width: 100%;
    height: 60px;
    position: relative;
}

    .bgEnviarArquivos h1 {
        float: left;
        margin: 20px 20px 0 20px;
    }

    .bgEnviarArquivos .bgFile {
        position: absolute;
        left: 150px;
        right: 130px;
        top: 11px;
        width: auto;
    }

        .bgEnviarArquivos .bgFile .textBox {
            width: 100%;
            padding-right: 0;
        }

    .bgEnviarArquivos .btPadrao {
        float: right;
        margin: 12px 20px 0 0;
    }

/*FINAL UPLOAD DE ARQUIVOS=====================================================================*/

.rMenu {
    position: absolute;
    /*visibility: hidden;*/
    z-index: 999;
    display: none;
    top: 0;
    background-color: #e7edf0;
    text-align: left;
    border-top: 1px solid #666;
}

    .rMenu ul li {
        padding: 5px;
        cursor: pointer;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        background-color: #e7edf0;
    }

    .rMenu ul i {
        margin-right: 5px;
    }

/* CHARTS =====================================================================================*/

.chart {
    border: 1px solid #ccc;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 10px 10px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .chart .chartTitulo {
        display: block;
        margin: 0px 0px 10px 0px;
        float: left;
        color: #666;
        font-weight: bold;
    }

    .chart .formMudarGrafico {
        float: right;
    }

        .chart .formMudarGrafico .linha {
            height: auto;
        }

    .chart .canvasContainer {
        clear: both;
    }

    .chart .title {
        font-size: 13px;
        margin: 7px 0px;
        font-weight: bold;
    }

    .chart .legenda {
        padding: 0px 10px 10px;
    }

    .chart .linhas {
        display: block;
        margin: 15px auto;
    }

        .chart .linhas .title,
        .chart .linhas li {
            display: inline;
            float: left;
            margin: 7px 7px 7px 0px;
        }

    .chart .point {
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .chart .lista {
        margin: 15px 0px;
    }

        .chart .lista .title {
            display: none;
        }

        .chart .lista table table {
            width: 100%;
        }

        .chart .lista table div {
            overflow: auto;
        }

    .chart .chart-footer {
        font-size: 0.7em;
        color: #666;
        text-align: right;
    }

.chartlist tr td {
    padding: 0px;
}

.chartlist tr {
    border-width: 0px;
}

    .chartlist tr td table th,
    .chartlist tr td table td {
        padding: 10px;
    }

.chartlist table tr {
    border-width: 1px;
}

.chartlist div table tr {
    border-left-width: 0px;
}

.chart .lista table table th {
    font-size: 13px;
    text-align: center;
}

.chart .filtro {
    clear: both;
    margin-bottom: 5px;
}

    .chart .filtro li {
        float: left;
        /*width: 25%;*/
        height: 28px;
        display: block;
        padding-right: 10px;
    }

        .chart .filtro li label {
            margin-right: 0px;
        }

            .chart .filtro li label p {
                display: inline;
                font-size: 0.87em;
                position: relative;
                top: -2px;
            }

.chart .clear {
    clear: both;
}

.chart table {
    border: 0px none #fff;
    border-color: #fff;
}

    .chart table tr {
        border: 0px none #fff;
    }

        .chart table tr th {
            border-bottom: 1px solid #dbdbdb;
        }

/* =============================== */

.ui-tooltip {
    padding: 5px;
    position: absolute;
    font-size: 13px;
    z-index: 999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 3px #aaa;
    -ms-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

body .ui-tooltip {
    border-width: 1px;
}

.alink {
    text-decoration: underline;
}

/*########## Inicio Css logo Loading ##########*/
/*#############################################*/
@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    background: #fff;
    width: 120px;
    height: 120px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 6500;
    margin: -40px 0 0 -40px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    border: none;
    -webkit-box-shadow: 1px 1px 10px 1px #bbb;
    -ms-box-shadow: 1px 1px 10px 1px #bbb;
    box-shadow: 1px 1px 10px 1px #bbb;
}

    .uil-ring-css > div {
        position: absolute;
        display: block;
        width: 100px;
        height: 100px;
        top: 10px;
        left: 10px;
        -ms-border-radius: 80px;
        border-radius: 80px;
        -webkit-box-shadow: 0 6px 0 0 #034f6f;
        -ms-box-shadow: 0 6px 0 0 #034f6f;
        box-shadow: 0 6px 0 0 #034f6f;
        -ms-animation: uil-ring-anim 1s linear infinite;
        -moz-animation: uil-ring-anim 1s linear infinite;
        -webkit-animation: uil-ring-anim 1s linear infinite;
        -o-animation: uil-ring-anim 1s linear infinite;
        animation: uil-ring-anim 1s linear infinite;
    }
/*############ Fim Css logo Loading ###########*/
/*#############################################*/

.cobrancaDuplicadaSND, .yellow, .situacaoBanco5SND {
    color: #999900;
}

.situacaoBanco1SND, .situacaoBanco3SND, .green { color: #009900; }
.situacaoBanco4SND, .red { color: #ff0000; }

.centralizarCheckBox { margin-top: 17px; }
