.midashi {
    border-left: solid #018838 6px;
    color: #018838;
}

.menubutton-icon {
    border-top: 1px solid #275317;
    border-left: 1px solid #275317;
    border-right: 1px solid #275317;
    background: #f0ffe0;
    color: #275317;
    text-align: center;
}

div.menubutton-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.menubutton {
    display: grid;
    grid-template-columns: 420px 420px 420px;
    gap: 20px;
}

.picture {
    height: 45px;
    align-content: center;
    text-align: center;
}

.picture > img {
    width: 30px;
    float: center;
    margin-right: 20px;
    align-content: center;
    text-align: center;
}

.menu-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.long-button > a {
    text-decoration: none;
    color: #275317;
}

.portal-button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 7px;
}

.long-button:hover > a,
.long-button:focus > a,
.long-button:focus-visible > a,
.long-button:focus-within > a {
    color: #FFFFFF;
}

.long-button-field {
    margin-bottom: 20px;
    clear: both;
}

.information {
    background: #F3F3F3;
    margin-top: 10px;
    height: 250px;
}

.toggle {
    display: none;
}

.toggle-label {
    vertical-align: middle;
}

.label-text, .long-button {
    border: 1px solid #275317;
    background: #FFFFFF;
    color: #275317;
    width: 1300px;
    height: 30px;
    border-radius: 30px;
    text-align: left !important;
}

.label-text::before, .long-button::before {
    content: "▶";
    margin-left: 20px;
    vertical-align: middle;
}

.label-text:hover, .long-button:hover,
.label-text:focus, .long-button:focus,
.label-text:focus-visible, .long-button:focus-visible,
.label-text:focus-within, .long-button:focus-within {
    background: #275317;
    color: #FFFFFF;
}

.label-text,
.toggle-content {
    transform: translateZ(0);
    transition: all 0.3s;
    overflow-wrap: break-word;
    word-break: break-all;
}

.toggle-content {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    justify-content: start;
    text-align: left;
    display: flex;
    margin-left: 5%;
    width: 90%;
    overflow-wrap: break-word;
    word-break: break-all;
}

.toggle:checked + .label-text + .toggle-content {
    height: auto;
    max-height: 150px;
    overflow-y: scroll;
    transition: all 0.3s;
}

.toggle:checked + .label-text::before {
    content: "▼" !important;
}

.notification-row {
    transition: all 0.3s;
}

tbody .notification-row:hover {
    background-color: #bfd3b8;
    cursor: pointer;
}

.acordion-area {
    max-height: 200px !important;
    min-height: 100px;
    overflow-y: scroll;
	margin-bottom: 20px;
}

.acordion-area, .long-buttonField {
    text-align: center;
    position: relative;
}

.table-area {
	width: 100%;

	.index {
		width: 5%;
	}

	tr th {
		padding-left: 0px;
	}

	thead tr th:first-child {
		text-align: start;
	}

	tr .content {
		text-align: start;
	}

}

.menu-link {
    list-style: none;
    padding-left: 0px;
    border: 1px solid #275317;
    background: #f3f3f3;
    height: 200px;
}

.menu-link-admin {
    height: 250px;
}

.menu-link-item > a {
    color: #2018be;
    text-decoration: none;
}

.menu-link-item > a:hover,
.menu-link-item > a:focus,
.menu-link-item > a:focus-visible,
.menu-link-item > a:focus-within {
    text-decoration: underline solid #2018be;
    display: inline;
}

.menu-link-item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 3px;
    margin-top: 1px;
    margin-right: 10px;
    margin-left: 3px;
}

.menu-item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 3px;
    margin-top: 1px;
    margin-right: 10px;
    margin-left: 3px;
}

.strong {
    font-weight: bolder;
}

.disabled {
    background-color: #BFBFBF;
    cursor: default;
}

.hide {
    display: none;
}
