.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 40px;
    width: 30px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: unset;
    margin-top: 5px
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #272727;
    color: #ffffff;
}
.dropdown {
    position: relative;
}
.dropdown button {
    height: 2.5rem;
    padding: 0 1.25rem;
    background: #272727;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 1rem;
    cursor: pointer;
}
.dropdown nav {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    transition: 300ms all;
    border: 2px solid #333;
    border-radius: 0.25rem;
    width: 8rem;
}
.dropdown nav ul {
    padding: 0.188rem 0;
}
.dropdown nav ul li{
    list-style: none;
}
.dropdown nav ul li a {
    display: block;
    padding: 0.438rem 0.625rem;
    color: #333;
    text-decoration: none;
}
.dropdown nav ul li a:hover {
    background: #f8f8f8;
}
.dropdown:focus-within nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.25rem);
}



.content {
    padding: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-white {
    background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}
