@font-face {
    font-family: 'Roboto Thin';
    src: url('../fonts/Roboto/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto/Roboto-Thin.ttf') format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto/Roboto-Light.woff') format('woff'), url('../fonts/Roboto/Roboto-Light.ttf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto/Roboto-Medium.ttf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto/Roboto-Black.woff') format('woff'), url('../fonts/Roboto/Roboto-Black.ttf') format("opentype");
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Roboto Regular';
    margin: 0px;
}

    body#login, body#dashboard {
        background-image: url('/assets/images/bg-login.png');
    }

header {
    background-color: #fdfdfd73;
    width: 100%;
    float: left;
    padding: 10px 0;
}

    header img {
        margin-left: 14%;
        height: 65px;
    }

.container-login, .container-dashboard {
    background-image: url('/assets/images/bg-loginFolha.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    float: left;
    width: 100%;
}

    .container-login .content {
        background: #FFF;
        z-index: 9999999;
        -webkit-box-shadow: -1px 3px 14px -4px rgba(148,148,148,1);
        -moz-box-shadow: -1px 3px 14px -4px rgba(148,148,148,1);
        box-shadow: -1px 3px 14px -4px rgba(148,148,148,1);
        width: 30%;
        padding: 5px 125px 110px;
        margin: 65px auto 100px;
    }

        .container-login .content h2 {
            text-align: center;
            font-weight: 300;
            font-family: 'Roboto Light';
            font-size: 42px;
            color: #75b24c;
            margin-bottom: 0;
        }

        .container-login .content p {
            font-family: 'Roboto Light';
            text-align: center;
            color: #434343;
            font-size: 16px;
        }

        .container-login .content form {
            margin-top: 70px;
        }

            .container-login .content form input[type='text'], .container-login .content form input[type='password'], .modal form input[type='text'], .modal form input[type='email'], .modal form input[type='password'] {
                width: 100%;
                border: 0;
                border-bottom: 1px solid #000;
                padding: 12px 0;
                color: #434343;
                margin-bottom: 40px;
                font-size: 14px;
            }

            .container-login .content form input[type='submit'] {
                float: right;
                background-color: #75b24c;
                box-shadow: none;
                border: 0;
                color: #FFF;
                font-size: 15px;
                padding: 14px 45px;
                border-radius: 34px;
                font-family: 'Roboto Light';
                text-transform: uppercase;
            }

            .container-login .content form input[type='button'] {
                float: right;
                background-color: #75b24c;
                box-shadow: none;
                border: 0;
                color: #FFF;
                font-size: 15px;
                padding: 14px 45px;
                border-radius: 34px;
                font-family: 'Roboto Light';
                text-transform: uppercase;
            }

input::-webkit-input-placeholder {
    color: #434343;
}

input::-moz-placeholder {
    color: #434343;
}

input:-ms-input-placeholder {
    color: #434343;
}

input:-moz-placeholder {
    color: #434343;
}

textarea::-webkit-input-placeholder {
    color: #434343;
}

textarea::-moz-placeholder {
    color: #434343;
}

textarea:-ms-input-placeholder {
    color: #434343;
}

textarea:-moz-placeholder {
    color: #434343;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

.container-login .content .form-login .reset-password, .container-login .content form .button-login {
    font-family: 'Roboto Light';
    text-decoration: none;
    color: #434343;
    font-size: 14px;
    float: left;
    margin-top: 15px;
}

.container-login .content form input[type='submit']:hover {
    background-color: #484848;
    transition-duration: 1s;
}


.container-login .folha-left {
    left: 16%;
    width: 300px;
    top: 42%;
    z-index: -1;
    position: absolute;
}

.container-login .folha-right {
    right: 15%;
    position: absolute;
    top: 19%;
    width: 360px;
    z-index: -1;
}

.container-login .content .content-resetpassword {
    display: none;
}

/**
    DASHBOARD
**/

.container-dashboard .content {
    background-color: #FFF;
    width: 72%;
    padding: 20px 50px 40px;
    margin: 0px auto;
}

header .menu-header {
    float: right;
    margin-right: 14%;
}

    header .menu-header .submenu-user {
        right: 18% !important;
    }

    header .menu-header .submenu {
        position: absolute;
        right: 16%;
        top: 55px;
        width: 302px;
        z-index: 99999;
        font-size: 14px;
        padding: 10px 27px 18px;
        background: #FFF;
        border-radius: 4px;
        -webkit-box-shadow: -1px 3px 14px -4px rgba(148,148,148,1);
        -moz-box-shadow: -1px 3px 14px -4px rgba(148,148,148,1);
        box-shadow: -1px 3px 14px -4px rgba(148,148,148,1);
    }

        header .menu-header .submenu a {
            color: #434343;
            text-decoration: none;
        }

        header .menu-header .submenu strong a {
            color: #000;
        }

        header .menu-header .submenu a:hover {
            transition-duration: 1s;
            color: #84bd00;
        }

        header .menu-header .submenu li {
            width: 100%;
            margin-left: 10px;
        }

    header .menu-header li {
        float: left;
        margin-bottom: 5px;
        cursor: pointer;
        margin-right: 6px;
    }

        header .menu-header li.title {
            margin-top: 15px;
            margin-left: 0;
        }

        header .menu-header li:hover > .submenu {
            display: block;
        }

        header .menu-header li img {
            height: auto;
        }

        header .menu-header li ul {
            display: none;
        }

header ul {
    list-style: none;
}

.container-dashboard table {
    text-align: left;
    position: relative;
    margin-top: 10px;
    width: 100%;
    border: 0;
    font-size: 14px;
}

    .container-dashboard table thead tr {
        background-color: #75b24c;
        color: #FFF;
        font-size: 14px;
        border: 0;
    }

.container-dashboard #datas-single thead th {
    color: #000;
}

.container-dashboard table tbody {
    font-family: 'Roboto Light';
}

.dataTables_length select {
    border-radius: 4px;
    padding: 2px;
}

.container-dashboard table thead tr th {
    height: 26px;
    padding-left: 20px;
}

.container-dashboard table tbody td {
    padding-left: 20px;
}

    .container-dashboard table tbody td:last-child {
        padding-right: 40px;
    }

.container-dashboard table tbody tr {
    height: 22px;
}

    .container-dashboard table tbody tr:nth-child(even) {
        background: #cccccc1a;
    }

.container-dashboard .content .content-upload {
    background: #cccccc1a url('../images/bg-upload.png');
    background-repeat: no-repeat;
    background-position: center right 30px;
    margin-top: 20px;
    padding: 10px 40px;
    margin-bottom: 50px;
}

     #btnOpenModalDelete {
        margin-top: 18px;
        margin-right: 22%;
        cursor: pointer !important;
        height: 32px;
        width: 159px;
        color: white;
        border: 1px solid #f87171;
        background: #ef4444;
        border-radius: 5px;
    }

#modalDelete {
    display: none;
    width: 625px;
    padding: 25px;
}

.container-dashboard .content #modalDelete {
    width: 100%;
    justify-content: center;
    margin: 10% auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modalDeleteContent {
    display: flex;
    gap: 8px;
    flex-direction: column;
    width: 48%;
    border-radius: 10px;
    /*background-color: #f1f1f1;*/
}

    .modalDeleteContent > * {
        margin: 0 18px !important;
    }

    .modalDeleteContent .statusDiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 18px !important;
    }

        .modalDeleteContent .statusDiv #success {
            display: none;
            color: green;
            font-size: 16px;
            margin: 0px;
        }

        .modalDeleteContent .statusDiv #fail {
            display: none;
            color: red;
            font-size: 16px;
            margin: 0px;
        }

        .modalDeleteContent .statusDiv #fillFields {
            display: none;
            color: red;
            font-size: 16px;
            margin: 0px;
        }

    .modalDeleteContent .topTitle {
        display: flex;
        justify-content: center;
    }

    .modalDeleteContent .bottomModal {
        display: flex;
        justify-content: space-between;
        margin-bottom: 18px !important;
    }

        .modalDeleteContent .bottomModal #btnLimparBase {
            height: 32px;
            width: 120px;
            border: none;
            color: white;
            cursor: pointer;
            border: 1px solid #dedede;
            background: #989898;
        }

        .modalDeleteContent .bottomModal #distribuidoresModalDate {
            font-family: 'Roboto Light';
            text-decoration: none;
        }

.container-dashboard .content-log {
    margin-bottom: 50px;
}

.container-dashboard table.table-error thead tr {
    background-color: #b70000;
    color: #FFF;
}

.container-dashboard .content h4 {
    margin-bottom: 0;
}

.container-dashboard .content .content-upload .single-upload {
    position: relative;
    margin-top: 15px;
    font-size: 14px;
}

    .container-dashboard .content .content-upload .single-upload label {
        font-family: 'Roboto Light';
        width: 125px;
        padding-top: 6px;
        float: left;
    }

.container-dashboard .content .content-upload input[type="file"] {
    position: absolute;
    top: 0;
    width: 76%;
    height: 36px;
    left: 100px;
    border: 1px solid #ff0000;
    opacity: 0.01;
    z-index: 1;
}

.container-dashboard .content .content-upload input[type="text"] {
    border: 0px;
    background: #FFF;
    border-radius: 4px;
    padding: 10px;
    width: 60%;
}

.container-dashboard .content .content-upload input[type="button"] {
    border: 1px solid #dedede;
    background: #989898;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    width: 85px;
    margin-left: 5px;
}

.container-dashboard .content .content-upload p {
    margin-top: 5px;
    margin-bottom: 35px;
}

.container-dashboard .content .content-upload h2 {
    margin-bottom: 0;
}

.container-dashboard .content .content-upload .btn-addArquivos {
    background-color: #75b24c;
    box-shadow: none;
    border: 0;
    color: #FFF;
    font-size: 15px;
    padding: 14px 45px;
    margin-top: 30px;
    border-radius: 34px;
    font-family: 'Roboto Regular';
    text-transform: uppercase;
}

#messageUpload {
    text-align: center;
}

    #messageUpload .messageSuccess h3 {
        color: #0cc100;
        font-size: 26px;
        margin-bottom: 0;
    }

    #messageUpload .messageError h3 {
        color: #d40000;
        font-size: 26px;
        margin-bottom: 0;
    }

    #messageUpload .messageAlert h3 {
        color: #fbfb04;
        font-size: 26px;
        margin-bottom: 0;
    }

/**
    LISTAGEM E CADASTRO
**/

.modal form input, .modal form select {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.modal form select {
    width: 100%;
    border-radius: 4px;
    border-color: #434343;
    color: #434343;
    padding: 10px;
    font-size: 14px;
}

#cadUser, #cadProd, #editUser, #editProd {
    max-width: 800px;
}

.modal form .column1-form {
    width: 40%;
}

.modal form .column2-form {
    width: 56%;
    margin-left: 4%;
}

.modal form .column-form {
    float: left;
}

.modal form input[type="submit"], .modal form input[type="button"], .modal form button, .form-newpassword button {
    background-color: #75b24c;
    box-shadow: none;
    border: 0;
    color: #FFF;
    font-size: 15px;
    padding: 14px 45px;
    margin-top: 30px;
    border-radius: 34px;
    font-family: 'Roboto Regular';
    text-transform: uppercase;
}

.ellipsis {
    display: none;
}

.modal form textarea {
    width: 95%;
    margin-top: 20px;
    border: 1px solid #000;
    font-family: 'Roboto Light';
    border-radius: 4px;
    padding: 10px;
    height: 100px;
    font-size: 14px;
}

.content-cadastro h3 {
    color: #75b24c;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.content-cadastro .filter-single {
    margin-top: 20px;
    padding: 20px;
    background-color: #e8e8e8;
}

.content-cadastro h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

p label {
    padding-right: 8px;
}

p input {
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 15px;
    padding-left: 8px;
}

input#searchTerm {
    width: 300px;
}

#filterSearch {
    border: 0px;
    padding: 7px 20px;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    width: 80px;
    height: 40px;
    background: url('/assets/images/icons/icon-search.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -80px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px;
}

.filter-single p {
    float: left;
    margin-right: 15px;
}

.content-cadastro table thead tr {
    background-color: #e8e8e8;
}

#panel-dataAdd {
    float: left;
    padding: 8px 50px;
    font-size: 16px;
    margin: 30px 0 14px;
    color: #FFF;
    border-radius: 4px;
    background: #75b24c;
    text-decoration: none;
}

.data-single .editions_form a {
    color: #000;
}

.data-single .editions_form {
    position: absolute;
    right: 5px;
}

/**
    PAGINAÇÃO
**/

.dataTables_length, .dataTables_info, #datas-single_paginate {
    margin-left: 0px;
    font-size: 14px;
}

.buttonSelecione {
    font-size: 12px;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    padding: 0 10px;
    color: #FFF;
    text-decoration: none;
    background: #4a4a4a;
    cursor: pointer;
}

.dataTables_length {
    padding-bottom: 8px;
    float: left;
    width: 100%;
    padding-top: 15px;
}

.dataTables_info {
    padding: 20px 0;
}

.dataTables_paginate {
    display: inline-block;
}

    .dataTables_paginate a {
        color: black;
        float: left;
        font-size: 15px;
        padding: 8px 12px;
        text-decoration: none;
        border: 1px solid #ddd;
        cursor: pointer;
    }

        .dataTables_paginate a.current {
            background-color: #75b24c;
            color: white;
            border: 1px solid #75b24c;
        }

        .dataTables_paginate a:hover:not(.current) {
            background-color: #ddd;
        }

        .dataTables_paginate a.previous {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .dataTables_paginate a.next {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.loading {
    display: flex;
}

    .loading span {
        padding-top: 25px;
    }

#selDistribuidor {
    border-radius: 4px;
    padding: 8px;
    color: #000000;
    border-color: #000000;
    background: #fff;
}

#selAno {
    border-radius: 4px;
    padding: 8px;
    color: #000000;
    border-color: #000000;
    background: #fff;
}

#selMes {
    border-radius: 4px;
    padding: 8px;
    color: #000000;
    border-color: #000000;
    background: #fff;
}

input#btnUpload {
    margin-left: 0;
    padding: 8px 30px;
    font-size: 16px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Regular';
    background-color: rgba(0, 0, 0, 0.68);
}

input#btnIntegrar {
    margin-left: 0;
    padding: 8px 30px;
    font-size: 16px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Regular';
    background-color: rgba(0, 0, 0, 0.68);
}

.execFechamento {
    padding: 8px 40px;
    font-size: 16px;
    margin: 30px 0 14px;
    color: #FFF;
    border-radius: 4px;
    background: #75b24c;
    text-decoration: none;
}
