/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.spacer10 {
    height: 10px;
}

.spacer15 {
    height: 15px;
}

.spacer20 {
    height: 20px;
}

.spacer40 {
    height: 40px;
}

.padding20 {
    padding: 20px;
}

.labelErro {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.labelInvisible {
    position: absolute;
    left: -3000px;
    top: -3000px;
}

.btn-secondary {
    color: initial !important;
    background-color: initial !important;
    border-color: initial !important;
    border: none;
    padding: 5px !important;
}

.iconsSize {
    font-size: 22px;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        background-color: white;
        width: 100%;
        display: inline-block;
        padding: 6px;
        font-size: 13px;
        color: #1a1a1a;
        border: none;
        width: 100%;
        margin-top: 8px;
        border: 1px solid #d1d3e2;
        border-radius: .35rem;
        cursor: pointer;
    }

        .inputfile:focus + label, .inputfile + label:hover {
            background-color: white;
        }

.tableFiltro {
    margin: auto;
}

.tableSubFiltro {
    margin: auto;
}

    .tableSubFiltro td {
        padding: 5px;
    }

.btn-silver {
    background-color: #f0f0f0;
}


#dataTableProblemas th {
    font-size: 11px;
}

#dataTableProblemas td {
    font-size: 11px;
}

#dataTableProblemasPagination td {
    font-size: 11px;
}

.select2-container {
    width: 100% !important;
}

#tableIcons {
    border: none;
    margin: auto;
}

    #tableIcons td {
        border: none;
        vertical-align: middle;
        padding: 4px;
    }

    #tableIcons a {
        padding: 0px !important;
    }

#tableContratosVisitas td {
    padding: 6px;
    font-size: 15px;
    text-align: left;
}

#tableContratosVisitas input {
    padding: 6px;
    font-size: 15px;
}

#tableSubFiltro {
    margin: auto;
}

.tableSubFiltroActive {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

#divLinkToDelete {
    background-color: #f0f0f0 !important;
    padding: 3px;
    margin-top: 4px;
    position: relative;
    clear: both;
    height: 37px;
}

    #divLinkToDelete a:hover {
        color: #199e4f !important;
    }

#tableReduzImagens {
    margin-left: 10px;
}

    #tableReduzImagens td {
        font-size: 14px;
    }

.trLineBottom {
    border-bottom: 1px solid #CCCCCC;
}

.divTitulo {
    padding: 8px;
    background-color: #f0f0f0;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}

.divImagensUpload {
    padding: 4px;
    max-width: 400px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: inline-block;
    height: 290px;
    min-width: 250px;
    text-align: center;
}

    .divImagensUpload img {
        height: 238px;
    }

.divImagensUpload_mobile {
    padding: 4px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: inline-block;
}

    .divImagensUpload_mobile img {
        width: 100%;
    }

.tableBottomImages {
    float: right;
}

    .tableBottomImages td {
        vertical-align: middle;
        height: 30px;
        padding-left: 4px;
        padding-right: 4px;
    }


.tableComplianceDashboard {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .tableComplianceDashboard td {
        text-align: center;
        vertical-align: middle;
        width: 25%;
    }

.dash_label_value {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.dash_label_title {
    display: block;
    text-align: center;
    font-size: 13px;
}

#divDash1 {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    width: 440px;
    margin: auto;
}

#divDash2 {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    width: 440px;
    margin: auto;
}

.btn-silver_actived {
    background-color: #CCCCCC;
}

.divPlanningItem {
    width: 100%;
    height: 250px;
    border: 1px solid #202020;
    background-color: #ffffff;
    font-size: 13px;
}

.divPlanningItemHeader {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.divPlanningItemNova {
    background-color: yellow;
    color: #000000;
}

.divPlanningItemAgendada {
    background-color: #007bff;
    color: #ffffff;
}

.divPlanningItemADefinir {
    background-color: saddlebrown;
    color: #ffffff;
}

.divPlanningItemRealizada {
    background-color: #28a745;
    color: #ffffff;
}

.divPlanningItemBody {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.divPlanningItemBodyTable {
    width: 95%;
    margin: auto;
}

    .divPlanningItemBodyTable td {
        text-align: left !important;
        font-size: 13px !important;
        vertical-align: top;
    }

.spacer3 {
    height: 3px;
}


a.divPlanningItem {
    text-decoration: none;
}

    a.divPlanningItem:hover {
        text-decoration: none !important;
        background-color: #f0f0f0;
    }




.tableComplianceDashboard_mobile {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.tableComplianceDashboard_mobile td {
        text-align: center;
        vertical-align: middle;
        padding: 2px;
 }

.tableComplianceDashboard_mobile td > label {
            margin-bottom: 0rem !important;
 }


.dash_label_value_mobile {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.dash_label_title_mobile {
    display: block;
    text-align: center;
    font-size: 12px;
}

#divDash1_mobile {
    width: 100%;
    margin: auto;
}

#divDash2_mobile {
    width: 100%;
    margin: auto;
}

.tableEven {
    background-color: #f8f8f8;
}

.btn-primary:hover {
    background-color: #212D57 !important;
    border-color: #212D57 !important;
}


.bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}


.bg-gradient-primary {
    background-color: #212D57;
}

.genericlogo {
    margin: auto;
    width: 120px;
    margin-top: 40px;
    display: block;
    background-color: transparent;
}

.p_white_16px {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top:15px;
}

.mybtn{
    margin:auto;
    margin-top:40px;
    display:block;
    background-color:#000000;
}

.bigTitle {
    font-size: 20px;
    font-weight: 400;
    font-family: nunito;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.mylink{
    font-size:13px;
    color:#CCCCCC;
    text-decoration:none;
}

.divAlignCenter{
    text-align:center;
    margin-top:50px;
}

.divPageTitle{
    text-align:left;
    font-family:Nunito;
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
    color:#ffffff;
    margin-top:40px;
}

.divInfo {
    text-align: left;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.label_form_title2_black {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.label_form_text2_black {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.divTipoPagamento {
    margin-top: 20px;
    display: none;
    background-color: #F0F0F0;
    padding: 20px;
    text-align: left;
    display:none;
}

.label_14px_400_white {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.link1 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}

.form-label {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}

.alignCenter{
    text-align:center;
}