.hc-hmnflw input[type="checkbox"],
.hc-hmnflw-facility input[type="checkbox"] {
    display: none;
}

.hc-hmnflw input[type="checkbox"] + label,
.hc-hmnflw-facility input[type="checkbox"] + label {
    display: none;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    cursor: pointer;
}

.hc-hmnflw input[type="checkbox"] + label::before,
.hc-hmnflw-facility input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid hsl(180, 58%, 33%);
    border-radius: 50%;
}

.hc-hmnflw input[type="checkbox"]:checked + label::before,
.hc-hmnflw-facility input[type="checkbox"]:checked + label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid hsl(180, 58%, 33%);
    border-radius: 50%;
    background-color: hsl(180, 58%, 33%);
}

.hc-hmnflw input[type="checkbox"]:checked + label::after,
.hc-hmnflw-facility input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 11px;
    height: 8px;
    margin-top: -6px;
    top: 50%;
    left: 5px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: white;
}

#hc-hmnflw-top-top .facility-state-colomn.preparing {
    background-color: #a9a9a9;
    color: #000000;
}

#hc-hmnflw-top-top .facility-state-colomn.unacquired {
    background-color: #ffb6c1;
    color: #000000;
}

#hc-hmnflw-top-top .camera-state-colomn.unacquired {
    background-color: #f5c6cb;
    color: #000000;
}

#hc-hmnflw-top-top label.btn:not(.disabled) {
    cursor: pointer;
}

#hc-hmnflw-facility-facility-edit table.table-monospaced,
#hc-hmnflw-facility-facility-register table.table-monospaced {
    table-layout: fixed;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek .dayofweek-item {
    min-width: 110px;
    max-width: 110px;
    height: 42px;
    padding: 0;
    margin: 3px 3px 0 0;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek .dayofweek-item label {
    width: 100%;
    height: 100%;
    margin: 0;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek .dayofweek-item label span {
    margin: auto;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek .sunday,
#hc-hmnflw-stayhistory-stayhistory .dayofweek .holiday {
    background-color: #ff5c5c;
    color: white;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek .saturday {
    background-color: #5c5cff;
    color: white;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek-item input[type="checkbox"] + label::before,
#hc-hmnflw-stayhistory-stayhistory .dayofweek-item input[type="checkbox"]:checked + label::before {
    left: 10px;
}

#hc-hmnflw-stayhistory-stayhistory .dayofweek-item input[type="checkbox"]:checked + label::after {
    left: 15px;
}

#hc-hmnflw-stayhistory-stayhistory .aggregation-unit {
    cursor: pointer;
}
