.reception-records-header,
.reception-records-header-sub{
    margin-bottom: 1rem;
    font-size: 140%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #000;
}

.reception-records-header-sub {
    margin-bottom: 0.5rem;
    color: #cccccc;
}

.reception-records-description {
    margin-bottom: 1rem;
}

.reception-records-unit {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.reception-records-unit .header {
    margin-bottom: 1rem;
    font-size: 120%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #0092d6;
}

.reception-records-unit .header.disabled {
    color: #3f555b;
}

.reception-records-unit .description {
}

.calendar {
    width: 100%;
}

.calendar th,
.calendar td {
    padding: 0.5rem;
    text-align: center;
}

.calendar .holiday {
    background: cornsilk;
}

.calendar .muted {
    color: #777;
}

.calendar .available {
    font-weight: bold;
}

.calendar .act {
    background: #0092d6 !important;
    font-weight: bold;
    color: #fff;
}

.calendar .act * {
    color: #fff;
}

.calendar tbody td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.reception-records-slots {
}

.reception-records-slots .unit {
    display: block;
    position: relative;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.reception-records-slots .unit.disabled {
    opacity: 0.5;
}

.reception-records-slots .unit:not(.disabled):hover {
    border-color: rgba(0, 0, 0, 0.5);
}

.reception-records-slots .unit input:checked + span:before {
    content: "";
    /*background-color: #0092d6;*/
    background-color: rgba(255, 248, 220, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn[disabled] {
    opacity: 0.5;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    margin-top: 10px;
}

.inputfile + label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #929497;
    height: 2.485em;
    line-height: 1.7rem;
    padding-top: 0.3em;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    outline: -webkit-focus-ring-color auto 5px;
}

.day-free,
.day-partially,
.day-busy {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.day-free,
.available.available-free {
    background: rgba(0, 204, 124, 0.2);
}

.day-partially,
.available.available-partially {
    background: rgba(0, 146, 214, 0.2);;
}

.day-busy,
.available.available-busy {
    background: rgba(215, 0, 0, 0.2);;
}