/*
*/
h1 {
    margin-top: 0
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

footer {
    border-top: 2px solid #e3e3e3;
    background-color: #f5f5f5;
    font-size: smaller;
    margin-bottom: 40px;
    margin-top: 3rem
}

/* */
nav.navbar {
    margin-bottom: 3px;
}

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

.text-italic {
    font-style: italic;
}

.text-small {
    font-size: small;
}

.text-smaller {
    font-size: smaller;
}

.text-larger {
    font-size: larger;
}

.text-underline {
    text-decoration: underline
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.separator-vert {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 10px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-top-10 {
    margin-top: 10px
}

label.error {
    color: #FF0000;
    font-weight: bold
}

.tab-adder label.error {
    font-size: smaller;
    display: block
}

.feedback-message {
    display: block;
    min-height: 100px;
    top: 50px;
    left: 20%;
    width: 60%;
    position: fixed;
    z-index: 99;
    box-shadow: 0 3px 3px 0 #999999;
    margin-bottom: 0
}

.w50 {
    width: 50px
}

.w100 {
    width: 100px
}

.w150 {
    width: 150px
}

.row-active {
    background-color: #f4bb51 !important;
}

.row-active .row-active-hidden {
    display: none
}

.row-active .btn {
    display: none
}

table.table-prices td {
    text-align: right
}

label.day {
    background-color: #f7ca77;
    width: 50px;
    padding: 10px 0
}

.p-1 {
    padding: 0.5rem
}

.p-2 {
    padding: 0.75rem
}

.p-3 {
    padding: 1rem
}

.p-4 {
    padding: 2rem
}

.p-5 {
    padding: 3rem
}