/* 
    Created on : Dec 18, 2019, 12:03:51 PM
    Author     : Jenn Junio
*/

@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");

/*.tooltip-inner {
    text-align: left;
}*/

/*.form-group i.icon-info-circled {
    display: inline-block;
    position: relative;
    bottom: unset;
    margin-left: 7px;
    color: #212529;
    font-size: 16px;
}*/

/* Login */

.login.page,
.login.page #login,
.login.page main,
.login.page #content {
    height: 100%;
}

#login form {
    max-width: 300px;
}

.password-input {
    position: relative;
}

.password-input i {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 22px;
    color: #ced4da;
    cursor: pointer;
    display: none;
}

.password-input i.icon-eye-off {
    display: block;
}

.password-input.show i.icon-eye-off {
    display: none;
}

.password-input.show i.icon-eye {
    display: block;
    color: #212529;
}

/* On small content */

.small-content.page:not(.w-scrollbar),
.small-content.page:not(.w-scrollbar) body,
.small-content.page:not(.w-scrollbar) main,
.small-content.page:not(.w-scrollbar) #content {
    height: 100%;
}

.small-content form {
    max-width: 300px;
}

.small-content.page.w-scrollbar #content {
    padding: 4em 0;
}

/* Register - Participant */

#register #participant {
    max-width: 700px;
    margin: auto;
    padding: 2em 0 3em;
}

#register #participant img {
    margin: auto;
    display: block;
}

#register #participant form {
    border: 1px solid #ced4da;
    padding: 30px 4em 40px;
    border-radius: 4px;
}

#register #participant #steps {
    position: relative;
    margin-top: 2em;
}

#register #participant #steps:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    top: 17px;
    left: 0;
    position: absolute;
    z-index: 0;
}

#register #participant #steps .identifier {
    position: absolute;
    top: 0;
    left: 0;
}

#register #participant #steps .step:nth-child(2) .identifier {
    left: 33.33%;
}

#register #participant #steps .step:nth-child(3) .identifier {
    left: 66.66%;
}

#register #participant #steps .step:last-child .identifier {
    left: unset;
    right: 0;
}

#register #participant #steps .identifier label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    white-space: nowrap;
    margin: 5px 0 0;
    font-size: 13px;
    opacity: 1;
}

#register #participant #steps .identifier .count {
    background: #e96429;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 100%;
    color: #fff;
}

#register #participant #steps .content {
    padding-top: 5.5em;
}

#register #participant #steps h2 {
    margin-bottom: 30px;
}

#register #participant i.icon-ok-squared {
    color: #4a9c69;
}

#register #participant ul.list-unstyled {
    font-size: 20px;
}

#register #participant form .form-group.col-md-6:first-child {
    padding-right: 15px;
}

#register #participant form .form-group.col-md-6:last-child {
    padding-left: 15px;
}

#register #participant form span.required {
    color: red;
    font-size: 20px;
    line-height: 1;
}

#register #participant form .form-control {
    font-size: 20px;
}

#register #participant form .form-control.empty::placeholder {
    color: red;
}

#register #participant form .radio-input.empty {
    color: red;
}

#register #participant form .custom-control {
    margin-top: 6px;
    font-size: 20px;
    padding-left: 30px;
}

#register #participant form .custom-control-input {
    top: 5px;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

#register #participant form .custom-control-label {
    cursor: pointer;
}

#register #participant form .custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 5px;
}

#register #participant form .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 5px;
}

#register #participant form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e96429;
}

#register #participant form .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

#register #participant form .yes-condition {
    pointer-events: none;
    opacity: 0.5;
}

#register #participant form .yes-condition:not(.show) span.required {
    display: none;
}

#register #participant form .yes-condition.show {
    pointer-events: unset;
    opacity: 1;
}

#register #participant form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

#register #participant form button.btn.dropdown-toggle.btn-light {
    font-size: 20px;
    background: #fff;
    border-color: #ced4da;
    color: #6c747d;
}

#register #participant form select.empty + .dropdown-toggle .filter-option-inner-inner {
    color: red;
}

#register #participant form .yes-condition:not(.show) select.empty + .dropdown-toggle .filter-option-inner-inner {
    color: #6c747d;
}

#register #participant form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

#register #participant form .bootstrap-select .dropdown-toggle.not-empty .filter-option-inner-inner {
    color: #000;
}

#register #participant form .dropdown-menu {
    font-size: 20px;
}

#register #participant #steps .action {
    padding-top: 20px;
    text-align: right;
}

#register #participant #steps .action .btn.back {
    margin-right: 11px;
    background: #f6f6f6;
}

#register #participant #steps .action .btn.back:hover {
    background: #e8e8e8;
}

#register #participant #steps .action .btn.submit {
    font-weight: bold;
}

#register #participant #steps .step:not(.active) .identifier .count {
    background: #f1b083;
}

#register #participant #steps .step:not(.active) .identifier label {
    color: #909294;
}

#register #participant #steps .step:not(.active) .content,
#register #participant #steps .step:not(.active) .action {
    display: none;
}

/* Register - Successful */

.register_success.page,
.register_success.page #register_success,
.register_success.page main,
.register_success.page #content {
    height: 100%;
}

#register_success #success {
    max-width: 400px;
    margin: auto;
    text-align: center;
}

#register_success #success p:not(.text-muted) {
    font-size: 20px;
    font-weight: bold;
}

#register_success #success p:first-child {
    color: #4a9c69;
}

#register_success img {
    margin: 20px 0 20px;
    width: 200px;
}

#register_success .btn-lg {
    font-weight: bold;
    margin: 2.5em 0 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 0;
}

/* Dashboard */

.system.page,
.system.page body,
.system.page main,
.system.page #content {
    height: 100%;
}

.system.page #content {
    background: #f8f9fa;
    position: relative;
    min-height: -webkit-fill-available;
    height: auto;
}

/* Dashboard - sidebar */

.system.page #sidebar {
    position: fixed;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
}

.system.page #sidebar .content {
    margin: 35px 30px;
    position: relative;
    height: -webkit-fill-available;
}

.system.page #sidebar a {
    text-decoration: none;
}

.system.page #sidebar .heading .logo {
    display: inline-block;
    position: relative;
    top: -9px;
}

.system.page #sidebar .heading .logo a {
    display: inline-block;
}

.system.page #sidebar .heading .logo img {
    width: 40px;
}

.system.page #sidebar .heading h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
}

.system.page #sidebar .heading h3 a {
    color: #4a9c69;
}

.system.page #sidebar .pages {
    margin-top: 20px;
}

.system.page #sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.system.page #sidebar ul ul {
    display: none;
    margin: 0 0 0 36px;
}

.system.page #sidebar .pages a,
.system.page #sidebar .footer a {
    font-size: 22px;
    font-weight: 500;
    color: #656565;
}

.system.page #sidebar a.active {
    color: #333;
    font-weight: 700;
}

.system.page #sidebar a i {
    width: 35px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    position: absolute;
    top: 2px;
    left: 0;
}

.system.page #sidebar a.more i.icon-up-open {
    visibility: hidden;
}

.system.page #sidebar a.more.show i.icon-up-open {
    visibility: visible;
}

.system.page #sidebar a.more.show i.icon-down-open {
    visibility: hidden;
}

.system.page #sidebar .pages li {
    margin: 5px 0 5px;
}

.system.page #sidebar .pages a {
    display: block;
    position: relative;
    padding-left: 45px;
}

.system.page #sidebar .pages a:hover {
    color: #4a9c69;
}

.system.page #sidebar .pages a.active:hover {
    color: #333;
}

.system.page #sidebar .footer {
    position: absolute;
    bottom: 0;
}

.system.page #sidebar .footer a {
    position: relative;
    padding-left: 40px;
}

.system.page #sidebar .footer a i {
    top: 1px;
}

.system.page #sidebar .footer a:hover {
    color: #000;
}

/* System Content */

.system.page #page_data {
    padding: 30px 55px 30px 355px;
    min-height: 100%;
}

.system.page #page_data .heading {
    margin-bottom: 25px;
}

.system.page #page_data #page-title {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}

.system.page #page_data #page-title .total {
    font-size: 80%;
}

.system.page #page_data #page-title a {
    text-decoration: underline;
    color: inherit;
}

.system.page #page_data .sub {
    font-size: 22px;
    margin: 10px 0 0;
    color: #4a9c69;
}

.system.page #page_data .heading .btn + .btn {
    margin: 0 1px 0 5px;
}

.system.page #page_data .heading .btn {
}

.system.page #page_data .heading form#search {
    position: relative;
}

.system.page #page_data .heading form#search input {
    height: 44px;
    padding-bottom: 10px;
    min-width: 410px;
    padding-right: 110px;
    box-shadow: none;
    border-color: #dee2e6;
}

.system.page #page_data .heading form#search .btn-sm {
    position: absolute;
    top: 6px;
    right: 7px;
    padding-left: 13px;
}

.system.page #page_data .heading form#search .btn-sm i {
    position: relative;
    top: -4px;
    font-size: 16px;
    line-height: 0;
    vertical-align: middle;
}

.system.page #page_data .white-box {
    background: white;
    padding: 18px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0;
    overflow: hidden;
}

.system.page #page_data .heading + .white-box {
    margin-top: 35px;
}

.system.page #page_data .white-box + .white-box {
    margin-top: 3em;
}

.system.page #page_data .white-box:last-child {
    margin-bottom: 25px;
}

.system.page #page_data .white-box table {
    margin: 0;
}

.system.page #page_data .white-box table.sql-result {
    white-space: nowrap;
}

.system.page #page_data .white-box .table-bordered {
    border: none;
}

.system.page #page_data .white-box .table-bordered thead th {
    border-top: none;
    border-bottom-width: 5px;
    border-left: none;
    border-right: none;
}

.system.page #page_data .white-box .table-bordered thead th:first-child,
.system.page #page_data .white-box .table-bordered tbody td:first-child {
    padding-left: 0;
    border-left: none;
}

.system.page #page_data .white-box .table-bordered thead th:nth-last-child(2),
.system.page #page_data .white-box .table-bordered tbody td:nth-last-child(2) {
    border-right: none;
}

.system.page #page_data .white-box .table-bordered thead th:last-child,
.system.page #page_data .white-box .table-bordered tbody td:last-child {
    border-left: none;
    border-right: none;
}

.system.page #page_data .white-box .table-bordered tbody td:last-child {
    padding-right: 0;
}

.system.page #page_data .white-box .table-bordered tbody td {
    vertical-align: middle;
    border-left: none;
    border-right: none;
    padding: 5px 12px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.system.page #page_data .white-box .table-bordered tbody tr:last-child td {
    border-bottom: none;
}

.system.page #page_data .white-box table .action-btns {
    text-align: right;
}

.system.page #page_data .white-box table .action-btns .btn {
    background: transparent;
    border-color: transparent;
    color: #212529;
}

.system.page #page_data .white-box table tr:hover td {
    color: #e96429;
}

.system.page #page_data .white-box table tr:hover .action-btns .view {
    background: #f6f6f6;
}

.system.page #page_data .white-box table tr:hover .action-btns .view:hover {
    background: #e8e8e8;
}

.system.page #page_data .white-box table tr:hover .action-btns .edit {
    background: #4a9c69;
    color: #fff;
}

.system.page #page_data .white-box table tr:hover .action-btns .edit:hover {
    background: #3c6f4f;
    color: #fff;
}

/* Empty */

.system.page #page_data.empty-page img {
    position: relative;
    top: -50px;
}

/* System Form */

.system.page #page_data > form {
    max-width: 800px;
}

.system.page #page_data > form .form-control {
    color: #000;
}

.system.page #page_data > form .radio-input {
    font-size: 1.25rem;
    margin: 9px 0 0;
}

.system.page #page_data > form .check-input {
    font-size: 1.25rem;
    margin: 9px 0 0;
}

.system.page #page_data > form .custom-control {
    padding-left: 30px;
}

.system.page #page_data > form .custom-control-input {
    top: 6px;
    left: 0;
    z-index: 1;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.system.page #page_data > form .custom-control-label {
    cursor: pointer;
}

.system.page #page_data > form .custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 6px;
}

.system.page #page_data > form .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 6px;
}

.system.page #page_data > form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.system.page #page_data > form button.btn.dropdown-toggle.btn-light {
    background: #fff;
    border-color: #ced4da;
    color: #6c747d;
    font-size: 1.25rem;
    padding: 0.375rem 0.75rem;
    padding: 8px 15px;
}

.system.page #page_data > form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.system.page #page_data > form .bootstrap-select .dropdown-toggle.not-empty .filter-option-inner-inner {
    color: #000;
}

.system.page #page_data > form .dropdown-menu {
    font-size: 20px;
}

.system.page #page_data > form .dropdown-menu:first-child > .dropdown-divider:first-child {
    display: none;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis > * {
    display: contents;
}

.ellipsis.lines-1 {
    -webkit-line-clamp: 1;
}

.date-time input#date {
    width: 100%;
    max-width: 350px;
}

.date-time i {
    color: #6b737d;
    top: 8px;
    right: 6px;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 3;
}

.date-time i.icon-calendar {
    right: auto;
    left: 310px;
}

.date > input.form-control {
    padding-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.date > i.icon-calendar {
    top: 10px;
    right: 10px;
    z-index: 0;
}

.form-control-plaintext:focus {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.scrollable {
    overflow: auto;
}

.scrollable.w-scrollbar {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollable::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #98a0a9;
}

table#run {
    margin-bottom: 15px !important;
}

table#run td {
    vertical-align: top !important;
    border: 1px solid #dee2e6 !important;
}

table#run th:first-child,
table#run td:first-child {
    padding-left: 0.75rem !important;
}

table#run th:last-child,
table#run td:last-child {
    padding-right: 0.75rem !important;
}

table#run .activities {
    width: 260px;
}

table#run .activities .activity {
    position: relative;
    font-size: 26px;
}

table#run .activities .activity + .activity {
    margin: 10px 0;
}

table#run .activities .activity a {
    text-decoration: none;
    color: #212529;
}

table#run .activities i.icon-check {
    position: relative;
    left: -6px;
    margin-right: -11px;
    top: 1px;
    display: none;
}

table#run .activities i.icon-check + span {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

table#run .activities span.count {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    color: #4a9c69;
}

table#run .activities .activity .reports {
    font-size: 15px;
    color: #000;
}

table#run .activities .activity .reports p {
    margin: 0 0 5px;
}

table#run .activities .activity .reports p:first-child {
    font-weight: 500;
    margin-top: 10px;
}

table#run .activities .activity .reports p:last-child {
    margin-bottom: 20px;
}

table#run .activities .activity:hover i.icon-check + span {
    max-width: calc(100% - 40px);
}

table#run .activities .activity:hover a.edit {
    opacity: 1;
}

table#run .activities a.edit {
    font-size: 18px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0;
    color: #4a9c69;
}

table#run .activities a.edit:hover {
    text-decoration: underline;
}

form.edit-date .date-time input:first-child {
    width: 300px;
    margin-right: 50px;
}

form.edit-date .date-time input:last-of-type {
    margin-left: 50px;
    width: 120px;
}

form.edit-date .date-time i {
    cursor: text;
}

form .clearfix .float-right .btn + .btn {
    margin-left: 5px;
}

.lists .group {
    margin: 20px 0;
}

.lists .group:first-child {
    margin-top: 0;
}

.lists .group:last-child {
    margin-bottom: 0;
}

.lists .group > h3 {
    font-size: 22px;
    margin: 10px 0 20px;
}

.lists .list {
    border: 1px solid #eff1f2;
    margin: 0 30px 30px 0;
    float: left;
    width: calc(50% - 15px);
}

.lists .list:nth-child(2n) {
    margin-right: 0;
}

.lists .orientation .participant {
    padding: 10px;
    border-bottom: 1px solid #eff1f2;
    position: relative;
}

.lists .orientation .participant.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.lists .orientation .participant:not(.disabled):hover {
    background: rgba(222, 226, 230, 0.3);
}

.lists .orientation .participant:last-child {
    border: none;
}

.lists .orientation .participant .name {
    max-width: calc(100% - 200px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.lists .orientation .participant .name .text-uppercase {
    text-transform: unset !important;
}

.lists .orientation .participant .action {
    position: absolute;
    right: 0;
    top: 10px;
}

.lists .orientation .participant .action input {
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
}

#page_data .quick-nav {
    position: fixed;
    top: 0;
    z-index: 1;
    padding: 25px 0 0;
    left: 355px;
    right: 55px;
    display: none;
}

#page_data .quick-nav .content {
    background: #ffffff;
    padding: 15px 30px;
    border: 1px solid #4a9c69;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#page_data .quick-nav label {
    margin: 0;
    vertical-align: middle;
    color: #4a9c69;
    position: relative;
    top: 2px;
}

#page_data .quick-nav ul {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 25px;
    padding: 0;
    vertical-align: middle;
    max-width: calc(100% - 144px);
}

#page_data .quick-nav ul li {
    display: inline-block;
}

#page_data .quick-nav .letters a {
    background: #ffffff;
    color: #212529;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 4px 0 0;
    border: 1px solid #dee2e6;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
    z-index: 3;
}

#loading .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
}

.notifyjs-corner {
    width: 1px;
}

.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
    width: max-content !important;
    float: right;
    margin: 0 0 3px 0 !important;
}

.notifyjs-bootstrap-base {
    background-position: 10px 10px !important;
    padding-left: 35px !important;
}

[data-notify-text] br,
[data-notify-html] br {
    display: none;
}

*[disabled] {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.system.page #participants #page_data td {
    white-space: nowrap;
}

.system.page #page_data .white-box .dataTables_wrapper {
    margin: 15px 0 20px;
}

.dataTables_wrapper #dataTables-text {
    float: left;
    position: relative;
    top: 6px;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    margin: 0 0 0 2em;
}

.dataTables_wrapper label {
    margin: 0;
}

.dataTables_wrapper .bootstrap-select {
    width: 80px !important;
    margin: 0 10px 0;
}

.dataTables_wrapper .bootstrap-select .dropdown-menu li a {
    padding-left: 0.75rem;
}

.dataTables_wrapper .dataTables_filter {
    position: relative;
}

.dataTables_wrapper input[type="search"] {
    outline: none;
    padding: 0.375rem 40px 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0 0 0 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_wrapper .dataTables_filter:after {
    content: "\e80c";
    position: absolute;
    top: 11px;
    right: 13px;
    color: gainsboro;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.system.page #page_data .white-box table.dataTable {
    margin: 30px 0 40px;
    border-bottom: 2px solid #dee2e6;
    border-top: 2px solid #dee2e6;
    /* white-space: nowrap; */
}

table.dataTable thead th,
table.dataTable thead td {
    padding-right: 25px;
    padding-left: 8px;
}

.dataTables_wrapper .dataTables_info {
    margin: 0;
    padding: 0;
    position: relative;
    top: 9px;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate span {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    line-height: 36px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    z-index: 2;
    text-decoration: none;
    background: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    width: 45px;
    padding: 0;
    height: 45px;
    line-height: 41px;
    color: #007bff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #6c757d !important;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0056b3;
    border-color: #dee2e6;
    color: #ffffff !important;
    cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate > .paginate_button {
    height: 45px;
    line-height: 41px;
    padding: 0 15px;
}

.system.page #page_data .white-box .table-bordered tbody tr td.dataTables_empty {
    background: #f8f9fa;
    height: 200px;
    font-size: xx-large;
    color: #e96429;
}

table.dataTable .no-sort {
    background: none;
    pointer-events: none;
}

table.dataTable thead th.no-sort {
    background: none !important;
}

table.dataTable img {
    position: relative;
    margin: 0;
    border-radius: 5px;
    border: 2px solid #dee2e6;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.alert {
    background: #fff;
    color: #212529;
    border: none;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-left: 5px solid transparent;
    display: none;
}

.alert.show {
    display: block;
}

.alert i {
    font-size: 36px;
    position: relative;
    top: -3px;
    left: 1px;
    margin-right: 20px;
}

.alert label {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}

.alert p {
    padding: 4px 0 8px;
}

.alert a {
    text-decoration: underline;
    color: inherit;
}

.system.page #page_data .alert {
    max-width: 800px;
}

.system.page #page_data .alert + .alert {
    margin-top: -30px;
}

.alert-success {
    border-color: #4a9c69;
}

.alert-success i {
    color: #4a9c69;
}

.alert-success label {
    color: #4a9c69;
}

.alert.alert-info {
    border-color: #4c8fd8;
}

.alert.alert-info i {
    color: #4c8fd8;
}

.alert.alert-info label {
    color: #4c8fd8;
}

.alert.alert-warning {
    border-color: #e96429;
}

.alert.alert-warning i {
    color: #e96429;
}

.alert.alert-warning label {
    color: #e96429;
}

.alert.alert-error {
    border-color: #b90f1f;
}

.alert.alert-error i {
    color: #b90f1f;
}

.alert.alert-error label {
    color: #b90f1f;
}

.alert.simplified {
    border: 1px solid;
    padding: 5px 13px;
    margin-bottom: 20px;
}

.alert.simplified label {
    font-size: unset;
    margin: 3px 0 0;
    font-weight: 700;
}

.alert.simplified p {
    padding: 0 0 3px;
}

.alert.simplified.alert-success {
    border-color: #4a9c69;
    background: rgba(74, 156, 105, 0.1);
}

.alert.simplified.alert-error {
    border-color: #b92423;
    background: rgba(185, 36, 35, 0.1);
}

.alert.simplified.alert-warning {
    border-color: #e96429;
    background: rgba(233, 100, 41, 0.1);
}

.alert.simplified.alert-info {
    border-color: #4c8fd8;
    background: rgba(76, 143, 216, 0.1);
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-default {
    background: #f6f6f6;
    color: #212529;
}

.btn-default:hover {
    background: #e8e8e8;
    color: #212529;
}

.btn-orange {
    background: #e96429;
    color: #fff;
}

.btn-orange:hover {
    background: #cc5c2b;
    color: #fff;
}

.btn-green {
    background: #4a9c69;
    color: #fff;
}

.btn-green:hover {
    background: #3c6f4f;
    color: #fff;
}

.btn-outline-default {
    background: none;
    border-color: #6a727d;
    color: #6a727d;
}

.btn-outline-default:hover {
    background: #6a727d;
    border-color: #6a727d;
    color: #fff;
}

.btn-outline-orange {
    background: none;
    border-color: #e96429;
    color: #e96429;
}

.btn-outline-orange:hover {
    background: #e96429;
    border-color: #e96429;
    color: #fff;
}

.btn-outline-green {
    background: none;
    border-color: #4a9c69;
    color: #4a9c69;
}

.btn-outline-green:hover {
    background: #4a9c69;
    border-color: #4a9c69;
    color: #fff;
}

.form-control.fake-readonly {
    background: #ffffff;
}

/* Hide dataTables info */

.remove-dataTable .dataTables_wrapper #dataTables-text,
.remove-dataTable .dataTables_wrapper .dataTables_length,
.remove-dataTable .dataTables_wrapper .dataTables_filter,
.remove-dataTable .dataTables_wrapper .dataTables_info,
.remove-dataTable .dataTables_wrapper .dataTables_paginate {
    display: none;
}

.team-design h2 {
    font-size: 30px;
    color: #4a9c69;
    margin: 0 0 20px;
}

.team-design h2 span.total {
    color: #212529;
    font-weight: 500;
    font-size: 80%;
}

.team-design h3 {
    font-size: 20px;
    margin: 10px -30px 10px;
    background: #f8f9fa;
    padding: 10px 30px 12px;
}

.team-design h3 span.total {
    font-size: 80%;
}

.team-design .thin-table .dataTables_wrapper {
}

.system.page #page_data .white-box .thin-table .dataTables_wrapper {
    margin: 0 0 20px;
}

.system.page #page_data .white-box .thin-table:last-child .dataTables_wrapper:last-child {
    margin-bottom: 10px;
}

.system.page #page_data .white-box.team-design {
    padding-top: 30px;
    padding-bottom: 10px;
}

.system.page #page_data .white-box.team-design .clearfix:last-child {
    margin-bottom: 15px;
}

.system.page #page_data .white-box .thin-table table.dataTable {
    margin: 0;
    border-top: none;
    border-bottom-width: 0;
    /* table-layout: fixed !important; */
}

.system.page #page_data .white-box .thin-table .table-bordered thead th {
    border-width: 2px;
}

.system.page #page_data .white-box .thin-table .table-bordered thead th {
    font-weight: 500;
    text-transform: uppercase;
}

.system.page #page_data .white-box .thin-table .table-bordered {
    /* table-layout: fixed; */
}

.system.page #page_data .white-box .thin-table .table-bordered tbody td {
    border-top: 1px;
    padding: 3px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.system.page #page_data .white-box .thin-table .table-bordered tbody td:last-child {
    padding-right: 0;
}

.system.page #page_data .white-box .thin-table .table-bordered tbody td:first-child {
    padding-left: 0;
}

.system.page #page_data .white-box .thin-table table tr:hover td {
    color: #212529;
}

.system.page #page_data .white-box .thin-table > div:first-child {
    font-size: 30px;
    font-weight: 500;
    color: #4a9c69;
    position: relative;
    margin: -10px 0 5px;
}

.system.page #page_data .white-box .thin-table > div:first-child .total {
    font-size: 80%;
    color: #212529;
    font-weight: 400;
}

.system.page #page_data .white-box .thin-table > form {
    background: #f8f9fa;
    margin: 20px -30px 10px;
    padding: 15px 30px;
}

.system.page #page_data .white-box table tr:hover .action-btns .delete {
    color: #b92423;
}

.system.page #page_data .white-box table .action-btns .btn i.icon-trash {
    margin-right: -4px;
}

.system.page #page_data .white-box table tr:hover .action-btns .delete:hover {
    background: #b92423;
    color: #fff;
}

.team-design .btn + .btn {
    margin-left: 6px;
}

.ui-menu.ui-autocomplete {
    background: white;
    border: 1px solid #ced4da;
    border-radius: 3px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: -1px;
    max-width: 300px;
}

.ui-menu.ui-autocomplete li {
    padding: 7px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu.ui-autocomplete li.focus,
.ui-menu.ui-autocomplete li:hover {
    background: #ced4da;
}

.volunteer-details {
    /*display: none;*/
}

.volunteer-details .box {
    border: 1px solid #ced4da;
    padding: 5px;
    margin: 0 0 17px;
    border-radius: 4px;
    background: rgba(206, 212, 218, 0.3);
}

.volunteer-details .avatar {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.volunteer-details .avatar img {
    max-width: 100%;
}

.volunteer-details .info {
    margin: 0 0 0 15px;
    font-size: 16px;
}

.volunteer-details h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 35px 0 10px;
}

.volunteer-details h2 strong {
    color: #4a9c69;
}

.volunteer-details ul {
    margin: 0 0 16px 18px;
    padding: 0 0 0;
}

body .white-box {
    counter-reset: section;
}

body#slots .white-box table {
    counter-reset: section;
}
body#slots .white-box table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

body#slots .white-box table tr:hover td {
    color: inherit !important;
}

body .white-box table.w-ctr tr td:not(.dataTables_empty):first-child::before {
    counter-increment: section;
    content: counter(section);
}

.system.page #sidebar ul ul a {
    font-size: 12px;
}

.system.page #sidebar .pages ul ul.child a {
    font-size: 17px;
    margin: 0;
}

.system.page #sidebar .pages ul ul.child li {
    margin: 5px 0;
}

.system.page #sidebar .pages ul ul.child li:last-child {
    margin-bottom: -15px;
}

.system.page #sidebar .pages ul ul.child a i {
    margin-right: -5px;
    font-size: 19px;
    display: none;
}

.system.page #sidebar .pages ul ul.child {
    margin: 0 0 20px 0;
}

img.lazyload[src*="data:image/png;"] {
    background: url("/assets/images/loading.png") no-repeat center;
    height: 0;
    width: 0;
}

table.volunteers img.lazyload[src*="data:image/png;"] {
    padding: 28px;
}

.stats {
    background: white;
    padding: 18px 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    margin: 0;
    overflow: hidden;
}

.stats .count {
    color: #4caf50;
    display: block;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 27px;
    margin: 10px 0 10px;
}

.stats label {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 7px;
    color: #607d8b;
    letter-spacing: 1px;
    margin: 15px 0 10px;
}

.stats .details:not(.big) {
    background: #f8f9fa;
    padding: 15px 16px 17px;
    margin: 0 -10px 0 0px;
}
.stats .details:not(.big) .count {
    font-size: 26px;
    margin: 0;
}
.stats .details:not(.big) label {
    margin: 10px 0 0;
}
.stats .details:not(.big) .divider {
    background: #fff;
    height: 18px;
    margin: 19px -25px 15px;
}
.stats .countries ul {
    list-style: none;
    margin: 0 -10px -5px 0;
    padding: 0;
}

.stats .countries ul li {
    background: #f8f9fa;
    margin: 0 0 5px 0;
    padding: 10px 17px 12px;
    position: relative;
}

.stats .countries .country {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 10px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
}

.stats .countries .counter {
    position: absolute;
    background: white;
    width: 50px;
    height: 26px;
    display: block;
    top: 3px;
    right: 3px;
    color: #4caf50;
    font-size: 16px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 27px;
}

.loggedin-user {
    margin: 40px 35px 18px 8px;
}

.loggedin-user img {
    position: relative;
    margin: 0;
    border-radius: 5px;
    border: 2px solid #dee2e6;
}

.loggedin-user .details {
    margin-left: 20px;
    font-size: 17px;
}

.modal-body .default-loading {
    background: rgba(230, 230, 230, 0.25);
    padding: 80px 15px;
    text-align: center;
    margin: -16px;
    font-size: 17px;
}

.modal-body #next-prev {
    position: fixed;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
}

.modal-body #next-prev .btn {
    width: 50px;
    padding: 0;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    background: none;
    border: 3px solid white;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
}

.modal-body #next-prev .btn:hover {
    background: white;
    color: #333;
}

.modal-body #next-prev .btn.prev {
    left: -70px;
}

.modal-body #next-prev .btn.next {
    right: -70px;
}

.modal-body #info label {
    color: rgba(33, 37, 41, 0.5);
    display: block;
    margin: 0;
    font-size: 13px;
}

.modal-body #info .value {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.modal-body #info .col-auto {
    max-width: 100%;
}

.modal-body #info .value a {
    color: inherit;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-body #info > h5 {
    padding: 15px 16px 15px;
    margin: 10px -16px 16px;
    background: #f1f1f1;
}
/*
table[data-key] tbody tr.total-4 td {
    font-weight: 700;
}
table[data-key*="New"] tbody tr.empty td {
    color: #333 !important;
}
table[data-key*="New"] tbody tr.empty td:nth-child(2) {
    text-decoration: line-through;
}
table[data-key*="New"] tbody tr:not(.total-4) td {
    color: red !important;
}
*/
table.total td.text-center,
table.total th.text-center {
    width: 100px;
}

.system.page #page_data .white-box .table-bordered.poll tbody td:nth-last-child(2) {
    height: 48px;
}

table.w-forms form {
    display: none;
}

button.close {
    outline: none;
}

table.poll td.name,
table.poll td.schedule {
    white-space: nowrap;
}

tr.status-1 td {
    background: rgba(255, 165, 0, 0.25);
}
tr.status-1.expired td {
    background: rgba(255, 0, 24, 0.25);
    font-weight: 700;
}
tr.duplicate td {
    background: red;
    color: #fff;
}

.system.page #page_data .white-box .recommendations.table-bordered tbody td:not(:first-child) {
    padding-left: 8px;
}

.email-content {
    margin: 5px 0 0 30px;
    font-size: 14px;
}

table#registration-slots {
    table-layout: fixed;
}
table#registration-slots td:first-child {
    width: 35px;
    padding: 0 0 0 8px !important;
}
table#registration-slots td.px-2:last-child {
    width: 40px;
    padding: 0 6px 0 0 !important;
    text-align: right;
}

.custom-file-label,
.custom-file-label::after {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.custom-file-label,
.custom-file-input {
    height: calc(1.5em + 1rem + 2px);
}

.custom-file-label::after {
    height: calc(1.5em + 1rem);
}

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 115px;
}

.avatar.fullsize-cover {
    border: 2px solid #dee2e6;
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.avatar.fullsize-cover.popup {
    width: 100px;
    height: 100px;
}

body#slots tr.status-2.grouped {
    color: #28a745;
}
body#slots tr.status-2.grouped td {
    background: rgb(74 156 105 / 25%);
}

pre.wrapped-code {
    white-space: break-spaces !important;
}

#full-stars-example-two {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
}
#full-stars-example-two.disabled {
    pointer-events: none;
}
#full-stars-example-two .rating-group {
    display: inline-flex;
    position: relative;
    top: 2px;
    left: 20px;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}
#full-stars-example-two .rating__input {
    position: relative;
    top: 5px;
    left: -23.2px;
    opacity: 0;
    cursor: pointer;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0;
    font-size: 24px;
    line-height: 0;
    margin: 0 0 0 -15px;
    position: relative;
}

#info #full-stars-example-two .rating__label {
    font-size: 24px;
    margin: 0 0 0 -15px;
}
#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#info .letter {
    position: relative;
    padding: 30px;
    border: 2px solid #e96429;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 0px);
    background-size: 100% 35px;
    background-origin: content-box;
    background-position: 0 0;
    font-family: "Patrick Hand", sans-serif;
}
#info .letter .to {
}
#info .letter .text {
    position: relative;
    z-index: 1;
}
#info .letter .text p:last-child {
    margin-bottom: 0;
}
#info .letter .from {
    text-transform: capitalize;
}

#info .letter.text-huge {
    font-size: 200%;
    line-height: 50px;
    background-size: 100% 50px;
}
#info .letter.text-huge .to {
    margin-bottom: 50px;
}
#info .letter.text-huge .text,
#info .letter.text-huge .text p {
    margin-bottom: 50px;
}

#info .letter.text-normal {
    font-size: 140%;
    line-height: 40px;
    background-size: 100% 40px;
}
#info .letter.text-normal .to {
    margin-bottom: 40px;
}
#info .letter.text-normal .text,
#info .letter.text-normal .text p {
    margin-bottom: 40px;
}

#info .letter.text-small {
    font-size: 115%;
    line-height: 35px;
    background-size: 100% 35px;
}
#info .letter.text-small .to {
    margin-bottom: 35px;
}
#info .letter.text-small .text,
#info .letter.text-small .text p {
    margin-bottom: 35px;
}

table#training-attendance td {
    vertical-align: top !important;
}
table#training-attendance .group {
    position: relative;
    margin-bottom: 3px;
}
table#training-attendance .group:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 8px;
    left: 1px;
    width: 1px;
    display: block;
    background: #111111;
}
table#training-attendance .group .trainer {
    font-weight: 700;
}
table#training-attendance .group .trainees {
    margin: 3px 0 0 15px;
    position: relative;
}
table#training-attendance .group .trainees:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -14px;
    width: 10px;
    height: 1px;
    display: block;
    background: #111111;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin: 0 !important;
}

table#training-grouping td {
    vertical-align: text-top !important;
}

#training-group-evaluations label {
    margin: 0;
    color: #6c757d;
}
#training-group-evaluations .inc > h5 {
    background: #f8f9fa;
    margin: 8px -30px 14px;
    padding: 10px 30px 13px;
}
#training-group-evaluations .inc .col-12 > p.h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

#test-grp {
}

#test-grp .runID-grp,
#test-grp .age-grp,
#test-grp .participants-grp,
#test-grp .participant {
    position: relative;
}

#test-grp .runID-grp:before,
#test-grp .age-grp:before,
#test-grp .participants-grp:before,
#test-grp .participant:before {
    content: "";
}

#test-grp .runID-grp,
#test-grp .age-grp,
#test-grp .participants-grp {
    margin-left: 30px;
}

.tree li.participant {
    padding: 4px 0 0 12px;
}
#test-grp .participant.special {
    color: #ff6600;
    font-weight: 700;
}

.tree {
    position: relative;
    font-size: 0.85rem;
    font-weight: 400;
    background: white;
    margin: 30px 0 50px 0;
    padding: 25px;
    display: flex;
}
.tree ul {
    padding-left: 5px;
    list-style: none;
}
.tree > ul:first-child {
    border: 1px solid rgb(102 102 102 / 50%);
    width: 50%;
    margin-bottom: 0;
    width: 500px;
}
.tree ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tree ul li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #666;
}
.tree ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #666;
}
.tree ul li:last-child:after {
    height: 15px;
}

.tree ul.not-matching {
    background: rgb(255 0 0 / 10%);
}
.tree > .groupings {
    /* background: #f8f9fa; */
    /* width: 50%; */
    padding: 0 0 0 10px;
    width: calc(100% - 500px);
    position: relative;
    top: -1px;
}

.grp-list {
    border: 1px solid #b2b2b2;
    display: inline-block;
    width: calc(33.33% - 7px);
    /* margin: 0; */
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: text-top;
    min-height: 300px;
    background: #f8f9fa;
    /* padding: 0; */
    padding-bottom: 7px;
}

.grp-list:nth-child(3n) {
    margin-right: 0;
}

.dlcs {
    padding: 10px 10px 4px 10px;
    font-weight: 700;
    min-height: 60px;
}

.tree > .groupings .participants {
    padding: 0 10px;
}

.tree > .groupings .participants {
    counter-reset: section;
}
.tree > .groupings .participants > div::before {
    counter-increment: section;
    content: counter(section);
    width: 20px;
    display: inline-block;
}
.tree > .groupings .participants .id {
    display: none;
}

.tree > .groupings .participants > div {
    padding: 3px 6px;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    margin-bottom: 5px;
    cursor: move;
}
.tree > .groupings .participants > div.special {
    color: #ff6600;
    font-weight: 700;
width: auto !important;height: auto !important;}

.grp-list span.get-code {
    cursor: pointer;
    padding: 10px;
    font-weight: 500;
    color: #2196f3;
}

#test-grp .participant.special .special {
    cursor: move;
}

table#workshop-registration td {
    word-break: break-word;
    white-space: normal;
}
table#workshop-registration label {
    margin: 0;
    font-weight: 700;
}

/** Ninja **/
.system.page #page_data .white-box.ninja td {
    vertical-align: text-top !important;
}
.system.page #page_data .white-box table#cluster-overview tr td form.ajax-delete {
    visibility: hidden;
}
.system.page #page_data .white-box table#cluster-overview tr td form.ajax-delete button.btn-link {
    text-decoration: none;
}
.system.page #page_data .white-box table#cluster-overview tr:hover td {
    color: unset;
}
.system.page #page_data .white-box table#cluster-overview tr td div[data-order]:hover form.ajax-delete {
    visibility: visible;
}
.system.page #page_data .white-box table#cluster-overview td:not(.dataTables_empty) {
    vertical-align: top;
    padding: 12px 8px;
}
.system.page #page_data .white-box table#cluster-overview td:first-child {
    padding-left: 0px;
}


.top-scrollbar {
    overflow: auto;
/*    position: absolute;
    width: 100%;
    margin: 10px 0 0;*/
}
.top-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.top-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
}
.top-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #98a0a9;
}

.top-scrollbar .scroll-content {
    height: 1px;
    min-width: 100%;
}
.system.page #page_data .white-box .scrollable.w-scrollbar table.dataTable {
    margin-bottom: 0;
}

#whole-online-system.attendance tr:not(.group-total) > td:nth-child(3),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(4),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(5),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(6),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(7),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(8) {
    background: hsl(36deg 100% 50% / 10%);
}

#whole-online-system.attendance tr:not(.group-total) > td:nth-child(9),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(10),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(11),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(12),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(13),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(14),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(15),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(16) {
    background: hsl(122deg 39% 49% / 10%);
}

#whole-online-system.attendance tr:not(.group-total) > td:nth-child(17),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(18),
#whole-online-system.attendance tr:not(.group-total) > td:nth-child(19) {
    background: hsl(54deg 100% 62% / 10%);
}