.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 */


/* [INICIO] = LOADING */

/*.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-content {
    background: white;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-content {
    background: #fff;
    padding: 25px 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border: 5px solid #e3e3e3;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* [FIM] = LOADING */