body {
	font-family: 'Open Sans', sans-serif;
}

.manageReport_boxOuter {
    border: 1px solid #dddddd;
}

.dataTable_heading {
    font-size: 26px;
    margin-top:  0;
    margin-bottom:  0;
    font-family: inherit;
    font-weight: normal;
    color:  #616161;
}

.manageReport_header {
    padding: 15px;
    border: 1px solid #dddddd;
    display:  flex;
    display:  -webkit-flex;
    display:  -ms-flex;
    align-items:  center;
    -webkit-align-items:  center;
    -ms-align-items:  center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.dataTableHeader_btn {
    border-radius:  0;
    padding: 10px 20px;
    min-width: 80px;
    font-weight: 700;
    color:  #fff;
    font-family: inherit;
    font-size:  14px;
    transition: all .25s ease;
}

.dataTableHeader_btn.green {
    background: #2ecd73;
}

.dataTableHeader_btn.red {
    background-color: #d54626;
}

.dataTableHeader_btn:hover, .dataTableHeader_btn:focus, .dataTableHeader_btn:active {
    color:  #fff;
    opacity:  .6;
}

.dataTables_wrapper .dataTables_length {
    padding: 15px;
}

.dataTables_wrapper .dataTables_length label {
    font-size:  14px;
    font-weight: 600;
    font-family: inherit;
    color:  #333;
    margin-bottom:  0;
}

.dataTables_wrapper .dataTables_length label select[name="manage_report_length"] {
    height: 35px;
    background-color:  transparent;
    border:  1px solid #ddd;
    line-height: 35px;
    margin-left:  2px;
    margin-right:  2px;
    box-shadow: inset 0px 0px 3px rgba(221, 221, 221, 0.6);
}

.dataTables_wrapper #manage_report_filter {
    padding: 15px;
}

.dataTables_wrapper #manage_report_filter label {
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    margin-bottom: 0;
}

.dataTables_wrapper #manage_report_filter input[type="search"] {
    height: 35px;
    background-color: transparent;
    border: 1px solid #ddd;
    line-height: 35px;
    box-shadow: inset 0px 0px 3px rgba(221, 221, 221, 0.6);
    -webkit-box-shadow: inset 0px 0px 3px rgba(221, 221, 221, 0.6);
    -ms-box-shadow: inset 0px 0px 3px rgba(221, 221, 221, 0.6);
    padding-left: 10px;
    padding-right: 10px;
}

.Reportdata_table thead tr {
    background-color: #e9e9e9;
    border-bottom:  none;
}

.Reportdata_table thead tr th {
    font-size:  14px;
    font-family: inherit;
    font-weight: 600;
    white-space: nowrap;
    color: #3b4348;
    border-bottom: none;
}

.Reportdata_table thead tr th:first-child {
    border-right: 1px solid #cdcdcd;
    padding-left: 20px;
    padding-right:  20px;
}

.Reportdata_table thead tr th {
    border-bottom:  none !important;
}

.Reportdata_table tbody tr td:first-child {
    border-right: 1px solid #cdcdcd;
}

.Reportdata_table tbody tr.even {
    background-color: #f7f7f7;
}

table.Reportdata_table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_info {
    padding:  15px;
    font-family: inherit;
    font-size:  14px;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 10px 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px !important;
}

.Reportdata_table .link {
    font-size: 14px;
    font-family: inherit;
    display: inline-block;
    padding: 0 3px;
    text-decoration: underline;
}

