body {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 10px;
}

tbody tr:nth-child(even) {
    background:#eeeeee;
}

tbody tr:nth-child(odd) {
    background: #ffffff;
}

.menu-brald {
    float: left;
    padding: 3px 8px 3px 0;
    text-decoration: none;
}

.logo-img {
    width: 240px;
    height: 36px;
}

.navbar {
    overflow: hidden;
}

.menu-item {
    float: left;
    padding: 14px 8px;
    text-decoration: none;
}

.dropdown {
    float: left;
    background-color: #ffffff;
    overflow: hidden;
}

.dropdown.right {
    float: right;
}

.dropdown.down {
    background-color: #eeeeee;
}

.drop-button {
    cursor: pointer;
    padding: 14px 8px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    border: 2px solid rgb(219, 219, 219);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content.visible {
    display: block;
}

.dropdown-item {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.spinner {
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: #80808080;
}

.lds-roller {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: rgba(10, 10, 10, 0.86);
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    color: #ffffff;
}

.notification {
    background-color: whitesmoke;
    border-radius: 4px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative;
}

.notification.is-danger {
    background-color: #f14668;
    color: #fff;
}

.menu-button {
    float: right;
    margin: 3px 3px 2px 5px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
}

.button {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 12px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #b5b5b5;
    color: #000000;
    background-color: #ffffff;
}

.button.is-small {
    margin-right: 4px;
    padding: 4px 8px;
}

.menu-button.is-primary,
.button.is-primary,
.button.is-small.is-primary {
    background-color: #3298dc;
    color: #ffffff;
    border: none;
}

.menu-button.is-success,
.button.is-success,
.button.is-small.is-success {
    background-color: #48c774;
    color: #ffffff;
    border: none;
}

.menu-button.is-warning,
.button.is-warning,
.button.is-small.is-warning {
    background-color: #ffdd57;
    color: #000000;
    border: none;
}

.menu-button.is-danger,
.button.is-danger,
.button.is-small.is-danger {
    background-color: #f14668;
    color: #ffffff;
    border: none;
}

.menu-button.is-disabled,
.button.is-disabled,
.button.is-small.is-disabled {
    background-color: #bbbbbb;
    color: #ffffff;
    border: none;
}

.menu-button.manual {
    border: solid 1px #b5b5b5;
}

.login {
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100px);
}

.login .form {
    background-color: #cfdfed;
    padding: 15px 15px 7px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.field {
    margin-bottom: 4px;
}

.label {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 2px;
    font-weight: bold;
}

.input {
    background-color: #ffffff;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #b5b5b5;
    border-radius: 4px;
    width: 100%;
}

.input.has-error {
    border-color: #ff0000;
}

textarea.input {
    height: 100px;
}

.card {
    background-color: #cfdfed;
    padding: 8px;
    display: float;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    min-width: 360px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sub-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 8px;
}

.panel {
    display: float;
    float: left;
    border: 2px solid red;
    max-width: 400px;
}

.overflow-hidden {
    overflow: hidden;
}

.help {
    font-size: 12px;
    color: red;
    margin-left: 8px;
}

.date-picker {
    position: absolute;
    z-index: 1;
    display: block;
    padding: 3px;
    background-color: white;
    border: 2px solid #808080;
}

.date-picker th {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    color: #ffffff;
    padding: 4px;
}

.date-picker td {
    padding: 8px;
    border-width: 1px;
    border-left-color: #b5b5b5;
    border-right-color: #b5b5b5;
    border-bottom-color: #b5b5b5;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}

.readonly {
    background-color: #f8fff8;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #b5b5b5;
    border-radius: 4px;
    width: 100%;
}

th {
    background-color: #2d4c8a;
    color: #ffffff;
    padding: 8px;
    border-right: 1px solid #ffffff;
}

.left th {
    border-left: 1px solid #2d4c8a;
}

.right th {
    border-right: 1px solid #2d4c8a;
}

th, td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 4px;
}

td {
    border-width: 1px;
    border-top: none;
    border-left-color: #b5b5b5;
    border-right-color: #b5b5b5;
    border-bottom-color: #b5b5b5;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold-red {
    color: red;
    font-weight: bold;
}

.hidden-cell {
    visibility: collapse;
    padding: 0;
    border: 0;
}

.checked {
    width: 1.2rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/img/checked.png");
    margin-bottom: 8px;
}

.unchecked {
    width: 1.2rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/img/unchecked.png");
    margin-bottom: 8px;
}

.grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 8px;
}

.grid5 label {
    display: block;
}

.message {
    background-color: whitesmoke;
    border-radius: 4px;
    font-size: 1rem;
    max-width: 400px;
}
.message.is-danger {
    background-color: #f8c1ce;
}
.message.is-danger .message-body {
    border-color: #f14668;
    color: #cc0f35;
}
.message.is-primary {
    background-color: #bbf7ee;
}
.message.is-primary .message-body {
    border-color: #22ceb4;
    color: #006455;
}

.message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em;
}


.today {
    background-color: yellow;
}

.choice {
    background-color: springgreen;
}


.user-search .card,
.order-search .card {
    width: 600px;
}

.message-search .card,
.application-entry .card,
.nak1 .card,
.nak2 .card {
    width: 400px;
}

.nak1 .card {
    width: 540px;
}

.file-search .card {
    width: 500px;
}

.message-send .card,
.certificate-search .card {
    width: 700px;
}

.file-upload .card,
.plan-list .card,
.plan-detail .card {
        width: 400px;
}

.register .card,
.profile .card {
    width: 800px;
}

.plan-edit .card {
    width: 400px;
    height: 560px;
    margin-bottom: 14px;
}

.exchange-edit .card {
    width: 300px;
}

.bill-search .card {
    width: 600px;
}

.mypage .right .button {
    margin-right: 0;
}

.top td,
.mypage td,
.message-send td,
.message-search td {
    vertical-align: top;
}

.more {
    margin: 10px 0;
}

.order-search .total {
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 16px;
}

.menu-item.right {
    float: right;
}

.show-file-search {
    padding: 8px 16px;
    margin-bottom: 8px;
    border-color: #b5b5b5;
    border-radius: 4px;
    background-color: #f8fff8;
}
