﻿.odd {
    background-color: #dedede !important;
}

tr.odd > .sorting_1 {
    background-color: #dedede !important;
}

.even {
    background-color: #f5841f !important;
    color: #fff !important;
}

tr.even > .sorting_1 {
    background-color: #f5841f !important;
}

tr {
    color: black !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #000000 !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 2px solid #000;
}

.sorting_disabled {
    background-image: none !important;
}

.custom_btn {
    height: 60px;
    width: 150px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.btn {
    margin-top: 26px;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12.SearchOrderDiv {
    margin-top: 20px;
}

input.form-control.numberPage {
    margin-top: 25px !important;
    width: 50px;
}

.bordered {
    border: 1px solid #f5841f;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom: 1%;
    padding: 10px;
    background-color: #EAEAEA;
    left: 10%;
    width: 80%;
}


.totalRecords {
    padding: 5px;
    align-items: center;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
}

.resize {
    width: 80%;
    left: 10%;
    margin-top: -1%;
}

/*CSS paginatore*/
#page-selection {
    display: table;
    margin: 0 auto;
}

textarea#Message {
    width: 100% !important;
}

.swal2-container {
    z-index: 0 !important;
}
