body {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    background-color: #f8f8ff !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type=date] {
    cursor: pointer;
}

select {
    cursor: pointer;
}

label {
    cursor: pointer;
}

/* Header */
.header-section {
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid #dee2e6;
    color: #ffffff;
    background-color: #1e90ff;
    text-align: center;
    opacity: 0.9;
}

.header-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
}

.header-back-button {
    position: absolute;
    top: 12px;
    left: 10px;
}

.header-back-button-icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

/* End Header */


/* Footer */
.footer-section {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-top: 1px solid #dee2e6;
    background-color: #f5f5f5;
}

.footer-button {
    width: 34%;
    padding-top: 10px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    cursor: pointer;
}

.footer-button:hover {
    background-color: #ecedee;
}

.footer-button-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 2px;
}

.footer-button-active {
    color: #3aabd2;
}

/* End Footer */

.assignment-date {
    height: 30px;
}

.assignment-datechange {
    cursor: pointer;
}

.assignment-datechange-icon {
    width: 25px;
    height: 25px;
}

.attendance-date {
    height: 30px;
}

.attendance-datechange {
    cursor: pointer;
}

.attendance-datechange-icon {
    width: 25px;
    height: 25px;
}

.setting-menu-list {
    font-size: 18px;
    font-weight: bold;
}

.setting-menu {
    display: flex;
    padding: 16px 12px 12px 12px;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.setting-menu.checked {
    background-color: #f1f1f1;
}

@media (hover: hover) and (pointer: fine) {
    .setting-menu:hover {
        background-color: #f1f1f1;
    }
}

.ml-auto {
    margin-left: auto;
}

.attr-icon {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    margin-right: 4px;
}

.attr-technitian {
    font-size: 0.9rem;
    font-weight: bold;
    border: solid 1px #1e90ff;
    color: #1e90ff;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
}

.attr-operator {
    font-size: 0.9rem;
    font-weight: bold;
    border: solid 1px #ffa500;
    color: #ffa500;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
}

.attr-worker {
    font-size: 0.9rem;
    font-weight: bold;
    border: solid 1px #696969;
    color: #696969;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
}

.attr-absence {
    font-size: 0.9rem;
    font-weight: bold;
    border: solid 1px #b22222;
    color: #b22222;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
}

.section-content-top {
    margin-top: 50px;
    margin-bottom: 120px;
    padding: 15px 10px;
    z-index: 100;
}

.section-content {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 15px 10px;
    z-index: 100;
}

.section-news {
    font-size: 0.8rem;
    white-space: normal;
}

.pdf_header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pdf_header tr td {
    width: 33%;
    vertical-align: bottom !important;
}

.pdf_footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-weight: bold;
}

.pdf_table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border: 3px #262626 solid;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.pdf_table tr td {
    border: 1px #262626 solid;
    height: 18px;
    padding: 0;
}

.pdf_table_title {
    width: 2.95%;
}

.pdf_table_data {
    width: 8.16%;
    border-right: 2px #262626 solid !important;
}

.pdf_table_border_bottom {
    border-bottom: 2px #262626 solid !important;
}

.pdf_table_merged {
    width: 11.11%;
}

.bg-gray {
    background-color: #c0c0c0;
}

.element-left {
    margin-left: 0;
    margin-right: auto;
}

.element-center {
    margin-left: auto;
    margin-right: auto;
}

.element-right {
    margin-left: auto;
    margin-right: 0;
}

.create-new-button {
    display: flex;
    position: fixed;
    font-size: 13px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 10px 16px;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    background-color: #1c9cf4;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    opacity: 0.9;
    cursor: pointer;
}

.attendance_pdf_table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border: 2px #262626 solid;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.attendance_pdf_table tr th {
    width: 50px;
    border: 1px #262626 solid;
    height: 32px;
    padding: 0;
}

.attendance_pdf_table tr td {
    width: 50px;
    border: 1px #262626 solid;
    height: 32px;
    padding: 0;
}

.create-new-button span {
    margin-left: 3px;
}

.create-new-button-icon {
    width: 20px;
    height: 20px;
}

.w-1000 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.flatpickr-calendar {
    top: 15vh !important;
    left: 50vw !important;
    transform: translate(-50%, -50%) !important;
}