input[type="checkbox"].register-form__terms-checkbox {
    position: relative;
    top: 2px;
    margin: 10px 5px 0 0;
}

.register-form__contract-text {
    margin: 10px 0 0;
    background: white;
    border: 1px solid silver;
    padding: 5px 5px 5px;
}

.register-form__email .parsley-errors-list {
    display: none;
}

#register-form__send-btn.btn-light {
    border: 1px solid silver;
}

input[name="form[email]"]::placeholder {
    color: #a94442;
}

.pagination .page-link.active {
    background-color: #428bca;
    color: white;
    border-color: #428bca;
}

.pagination a.page-link.disabled {
    color: silver;
    border-color: silver;
}

.grid-view-operations i.fa {
    margin-right: 0;
}

.selected-line {
    background-color: #e5f4ff;
}

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

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 50%) !important;
    /* Safari and Chrome */
}

.daterangepicker-wrap .daterangepicker {
    position: static;
}

.daterangepicker .applyBtn,
.daterangepicker .cancelBtn {
    width: 90%;
    margin: 5px auto;
}

.mt-23 {
    margin-top: 23px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-bottom: 38px;
}

.w-100perc {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.pt-0 {
    padding-top: 0 !important;
}

.checkbox-small {
    height: 20px;
}

.border-top {
    border-top: 1px solid #ddd;
}

.mr-5 {
    margin-right: 5px;
}

.pseudo-input {
    background-color: #eee;
}

.btn-select-all-meals,
.btn-deselect-all-meals {
    cursor: pointer;
    margin-left: 3px;
}

.inline-label {
    display: inline-flex;
    align-items: center;
}

.inline-eating-label {
    display: flex;
    align-items: center;
}

.eating-name {
    display: inline-block;
    width: 120px;
}

.inline-label input, .inline-eating-label input {
    margin-left: 5px;
    margin-right: 5px;
}

.mini-number-input {
    width: 3em;
}

.eatTypeGradient {
    font-size: 2em;
    font-weight: bold;
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    background-size: 300%;
    -webkit-background-clip: text;
    color: transparent;
    animation: color-shift 3s linear infinite;
}

@keyframes color-shift {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}
