.ec-headerNaviRole__left img {
    width: auto;
}

.ec-errorMessage {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #DE5D50;
}

.display-none {
    display: none;
}

.mr-0 {
    margin-right: 0px;
}

.reservation-table th {
    background-color: rgb(23, 162, 184);
}

.application-calender {
    z-index: 1;
}
.date-information {
    display: none;
    text-align: left;
    width: 300px;
    height:180px;
    position: absolute;
    top: -100px;
    left: 50px;
    padding-top: 20px;
    border-radius: 5px;
    background: #33cc99;
    color: #fff;
    z-index: 2;
}

.memo-information {
    display: none;
    position: absolute;
    left: 50px;
    border-radius: 5px;
    background: #ffdead;
    padding: 40px 40px 40px 40px;
    z-index: 50;
}

.bg-regist {
    background-color: #f2dede !important;
}

.bg-cancel {
    background-color: #a9a9a9 !important;
}

.badge-regist {
    background-color: red !important;
}

.badge-cancel {
    background-color: #696969 !important;
}
