 @media only screen and (max-width: 1000px) {
    #header-image {
      display: none;
    }
    #header-image-mini  {
      display: inline-block;
      display: flex;
    }
    .txt_home {
        display: none !important;
    }
    .txt_koushi {
        display: none !important;
    }
    .txt_kanri {
        display: none !important;
    }
    .txt_maintenance {
        display: none !important;
    }
    .txt_logout {
        display: none !important;
    }
}

@media screen and (min-width: 1001px) {
    #header-image {
      display: inline-block;
      display: flex;
    }
    #header-image-mini  {
      display: none;
    }
}

.nav-link {
  color: #8ca9da;
}

.nav-tabs .nav-link.active {
  color: #2e5597;
}

.nav-link:focus,
.nav-link:hover {
  color: #0c0c0c;
}

.header-lms,
.footer-lms {
    background-color: #FFEBCD;
}

.body-lms {
    background-color: #f2f2f2;
}

.select2-container .select2-selection--single {
    min-height: 38px !important;
}

.select2 {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}

.select2-container--default .select2-results__option {
    min-height: 36px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#master-table th:nth-child(1),
#master-table td:nth-child(1) {
    width: 12.5%;
    max-width: 12.5%;
}

#master-table th:nth-child(2),
#master-table td:nth-child(2) {
    width: 12.5%;
    max-width: 12.5%;
}

#master-table th:nth-child(3),
#master-table td:nth-child(3) {
    width: 15%;
    max-width: 15%;
}

#master-table th:nth-child(6),
#master-table td:nth-child(6) {
    width: 5%;
    max-width: 5%;
}

#master-table th:nth-child(4),
#master-table td:nth-child(4),
#master-table th:nth-child(5),
#master-table td:nth-child(5) {
    width: 27.5%;
    max-width: 27.5%;
}

#main-403 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

@media screen and (max-width: 375px) {
    #image-banner {
        width: 280px;
    }
}

th {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}