.divCampoFiltro {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 20%
}

.divCampoFiltroRow {
    /*float: left;*/
    margin-left: 10px;
    margin-right: 10px;
    width: 20%;
    display: flex;
    justify-content: space-between;
}


.campoFiltro {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .campoFiltro label {
        display: block;
        font-weight: bold;
        font-size: 12px;
    }
    .campoFiltro select, .campoFiltro input {
        height: 25px;
        padding: 2px 2px !important;
    }

    .campoFiltro img {
        width: 18px !important;
    }

.campoCheck {
    padding: 5px !important;
}

.campoCheck {
    padding-left: 20px !important;
}

/*.divNovaLinha {
    float: right;
}*/

/* [INICIO] = ABA */


.TabControlGenerico {
    width: 100%;
    overflow: hidden;
    /*height: 400px*/
    height: auto;
}

    .TabControlGenerico #header {
        width: 100%;
        /*border: solid 1px;*/
        overflow: hidden;
        cursor: hand
    }

    .TabControlGenerico #content {
        width: 100%;
        /*border: solid 1px;*/
        overflow: hidden;
        height: 100%;
    }

    .TabControlGenerico .abas {
        display: inline;
    }

        .TabControlGenerico .abas li {
            float: left
        }

.abaGenerica {
    width: 100px;
    height: 30px;
    /*border: solid 1px;*/
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 5px;
    background: #DCDCDC;
}

.abaGenericaAtiva {
    width: 100px;
    height: 30px;
    /*border: solid 1 px;*/
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 5px;
    background: #219dec;
}

    .abaGenericaAtiva span, .abaGenericaSelected span {
        color: #fff
    }

.TabControlGenerico #content {
    /*background: #27408B*/
}

.TabControlGenerico .conteudo {
    width: 100%;
    /*background: #27408B;*/
    display: none;
    height: 100%;
    color: #fff
}

.abaGenericaSelected {
    width: 100px;
    height: 30px;
    /*border: solid 1 px;*/
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 5px;
    background: #219dec
}

.selectMultiplasCampanhas {
    height: 450px;
    width: 350px;
    padding: 20px 0 30px 0;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}






/* [FIM] = ABA */