.content-inner {
       display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.content-inner .report_box {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
    margin-left: 10px;
}

.content-inner .report_box h5 {
    margin: 0px;
    padding: 7px 15px;
    color: #F70D28;
    font-weight: 900;
    font-size: 15px;
}

.content-inner .report_box table {
    width: 100%;
    margin: 0px;
    background: #f3f3f3;
}

.content-inner .full_block {
    margin-left: 10px;
    margin-bottom: 10px;
}

.content-inner .full_block h5 {
    margin: 0px;
    /*background: #000;*/
    padding: 7px 15px;
    color: #F70D28;
    font-weight: 900;
    font-size: 15px;
}

.content-inner .full_block table {
    width: 100%;
    margin: 0px;
    background: #f3f3f3;
}

.content-inner .full_block table tr a,
.content-inner .report_box table tr a {
    font-weight: 600;
}

.dataTables_paginate,
.dataTables_wrapper .dataTables_info {
    font-size: 12px;
}

.dataTables_paginate .paginate_button {
    line-height: 10px;
    padding: 5px;
}

.dataTables_filter {
    margin: 10px 0;
}

.dataTables_filterr label,
.dataTables_length label {
    font-size: 12px;
    display: flex;
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    margin: 0 5px;
    line-height: 16px;
    height: 30px;
}

.model_cls .model_cls_inner #cancel_btn {}

.content-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.model_cls {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    z-index: 99;
    display: flex;
    align-items: center;
}

.model_cls .model_cls_inner {
    max-width: 660px;
    margin: 0px auto;
    background: #fff;
    padding: 20px;
    width: 600px;
    position: relative;
}

.model_cls .model_cls_inner #cancel_btn {
    cursor: pointer;
    position: absolute;
    background: none;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
}

.model_cls .model_cls_inner #cancel_btn:after {
    content: '';
}

.model_cls .model_cls_inner #cancel_btn:before {
    content: '';
}

.model_cls .model_cls_inner table {
    width: 100%;
}

.model_cls .model_cls_inner table tr th {
    text-align: left;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #ddd;
}

.model_cls .model_cls_inner table tr td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
}

.model_cls .model_cls_inner #cancel_btn:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
    left: 3px;
}

.model_cls .model_cls_inner #cancel_btn:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 3px;
    transform: rotate(45deg);
}
.entry-content th {
    background:  #4CAF50;
    color:#FFF;
}

.report_box tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
.report_box tr:nth-child(odd) {
    background-color: #fff !important;
}

.full_block tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
.full_block tr:nth-child(odd) {
    background-color: #fff !important;
}

.report_box tr td, .report_box tr th {
    font-size: 1em;
    padding: 8px 20px;
    text-align: left;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}
table.dataTable thead th, table.dataTable thead td {
    background: #000;
    color: #fff;
}

.poupup-main .poupup-right,
.poupup-main .poupup-left {
    width: 50%;
    float: left;
}
.popup-heading {
    border-bottom: 1px solid black;
}

.poupup-main .poupup-right ul li,
.poupup-main .poupup-left ul li {
    border-bottom: 1px solid #66585840;
}