@charset "UTF-8";

.col-9_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
}

.__portlet .__portlet--heading {
    padding: 1rem 2rem;

}

.__portlet .__portlet--heading h2 {
    font-size: 18px;
    color: #333;
    font-weight: 800;
}

.__portlet .__portlet--heading h2 span {
    font-weight: 400;
}

.__body {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    margin-left: 2rem;
    margin-right: 2rem;
    height: 8rem;
    padding-top: 1rem;
    padding-left: 2rem;
}

.dataTables_wrapper {
    padding: 2rem;
}


.dataTables_filter,
.dataTables_length,
.dataTables_info {
    display: none;
}

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

.paginate_button {
    background: none !important;
    border: none !important;
}

.paginate_button.current {
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
}

table.dataTable thead th {
    border-bottom: 2px solid #e7e7ed !important;
}

.table th {
    height: inherit !important;
}

.dataTables_paginate paging_simple_numbers {
    display: none;
}

/************Buttons************/


.button__row {
    margin-left: 2rem;
    margin-right: 2rem;
}

.button__row .button__solid, .button__solid, .button__validate {
    background: #db392c;
    border: 1px solid #db392c;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 0.875rem;
    padding: 0.45rem 2rem;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
}

.button__row .button__solid.button__outline, .button__solid.button__outline, .button__validate {
    background: none;
    color: #db392c;
}

.button__row .button__solid:not(:last-child) {
    margin-right: 1rem;
}

.button__solid:hover,
.button__solid:disabled {
    background: #db392c !important;
    border-color: #db392c !important;
}

.button__row .button__solid.button__outline:hover, .button__solid.button__outline:hover {
    background: none !important;
    border-color: inherit !important;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none !important;
}