body{
    background-image: url('/img/box.png');
    background-position:right;
    background-repeat:repeat-y;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    background-color: #007cc3 !important;
    color: #fff !important;
}
.custom-table table{
    background-color: #e9ecef;
    margin-left: 240px;
}
.custom-table th, .custom-table td{
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    color: #fff !important;
    background-color: #44525f !important;
}
.table-primary, .table-primary>td, .table-primary>th{
    color: #fff !important;
    background-color: #3463d1 !important;
}
.custom-table tr:hover{
    cursor: pointer;
    color: #fff !important;
}
.odd:hover, .even:hover{
    cursor: pointer;
    color: #fff !important;
    background-color: #3463d1 !important;
}
.table td, .table th{
    color: #fff !important;
}
table.dataTable tbody tr {
    color: #fff !important;
    background-color: #506374 !important;
}
div.dataTables_wrapper div.dataTables_length label {
    color: white;
}
div.dataTables_wrapper div.dataTables_filter label {
    color: white;
}
div.dataTables_wrapper div.dataTables_length select {
    color: white;
    background-color: #77705b !important;
}
div.dataTables_wrapper div.dataTables_info {
    color: white;
}
.dataTables_wrapper {
    color: white;
}
.modal-content{
    background-color: #343a40 !important;
}
.modal-footer{
    display: block;
}
.row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.col{
    flex-basis: 45%;
    max-width: 20%;
}
.montos{
    display: flex;
}
.form-control{
    width: 60%;
}
.centered-message{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
.montos{
    display: flex;
}
.form-control{
    width: 60%;
}
.section{
    display: inline-grid;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 2px solid #343a40;
    background-color: white;
    border-radius: 5px;
    margin: 30px;
    padding: 4%;
    top: 50%;
}
.far{
    margin-right: 5px;
}
#cargarCobranza, #eliminarRegistros, #eliminarCobranza, #eliminarfact, #exportarRegistros, #unPayFact, #eliminarHistory{
    margin-top: 10px;
    /*width: 128px;*/
    height: 48px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#paySelectedButton{
    display: block;
    position: fixed;
    top: 90%;
}
.red-number{
    color: red;
}
.to-pay{
    background-color: #8E44AD !important;
}
.pending-status{
    background-color: #D68910 !important;
}
.finished-status, .userAdmin-color{
    background-color: #28b348 !important;
}
.reject-status{
    background-color: #e46a6a !important;
}
.notpay-status, .userSeller-color{
    background-color: #3171c5 !important;
}
.userSup-color{
    background-color: #c42d67 !important;
}
.pending-status, .finished-status, .reject-status, .notpay-status, .user-seller, .to-pay{
    color: white;
    border-radius: 5px;
    align-items: center;
    display: block !important;
}
.deleted-record{
    color: white;
}
.swal2-html-container {
    overflow-y: none;
}
.mt-5{
    left: 100px !important;
    position: relative;
    font-size: 80%;
    border: #222;
    margin-left: 0px;
}
/*--------------------------------------*/
@media screen and (max-width: 767px){
    body{
        zoom: 70% !important;
    }
    h2{
        text-align: center;
    }
    .section{
        left: 20%;
    }
    .modal-backdrop{
        display:none;
    }
    .mt-5{
        left: 0px !important;
    }
    #paySelectedButton{
        display:inline;
        position: fixed;
        top: 91% !important;
        font-size: 300%;
    }
}