.error_file {
    color: #fff;
    padding: 5px;
    font-size: 14px;
    background-color: #ff0000;
    border-radius: 5px;
}

.ok_file {
    color: #000000;
    padding: 5px;
    font-size: 14px;
    background-color: #dbdbdb;
    border-radius: 5px;
}

.page {
    float: left;
    margin-right: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding: 3px;
    background-color: #c5c5c5;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 3px;
    min-width: 40px;
    text-align: center;
    font-size: 10px;
}

.select {
    float: left;
    margin-right: 3px;
    padding: 3px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 3px;
}

#content_contenitor {
    margin-bottom: 20px;
}

nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

nav ul a {
    color: #000;
}

nav a {
    color: #000;
}

.dropdown-content li>a {
    color: #000;
}

.page-footer {
    background-color: #fff;
    color: #000;
}

.footer-copyright {
    background-color: #fff;
    color: #000 !important;
}

.btn-super-small {
    margin-right: 5px;
    margin-top: 5px;
    font-size: 12;
    color: #fff;
    height: auto;
    line-height: 15px;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
}

.btn-super-small-black {
    margin-right: 5px;
    margin-top: 5px;
    font-size: 12;
    color: #fff;
    height: auto;
    line-height: 15px;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
    background-color: #000 !important;
}

select {
    background-color: rgb(255 255 255 / 90%);
    width: 100%;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 3rem;
    margin-bottom: 15px;
}

/* bar top shop */
.bt_bar_top {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    -ms-flex-align: center;
    flex-wrap: wrap;
    float: right;
    cursor: pointer;
    padding: 8px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    color: #000;
}



/* end - bar top shop */
.input_login {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #dbdbdb;
    color: #000;
}

.helper-text {
    margin-top: 5px
}

input::placeholder {
    opacity: .5;
    color: #000 !important;
}

[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}