body {
}

.container, .wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.emlo-bg {
    background-color: #1D252C;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0.25rem !important;
    box-shadow: none;
    width: 100%;
    display: block;
    transition: none;
    margin: 0;
}

.emlo-bg:hover {
    color: #FFFFFF;
}

#loginForm .waves-input-wrapper, .emlo-button .waves-input-wrapper {
    display: block !important;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before, .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}

.number-input.number-input {
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: .25rem;
    padding: 0.1em;
    height: calc(1.9em + 0.75rem + 2px);
}

.number-input.number-input button {
    width: 2.6rem;
    height: .7rem;
}

.number-input.number-input button.minus {
    padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
    width: .7rem;
    background-color: #495057;
}

.number-input.number-input input[type=number] {
    max-width: 4rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {
        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}

.custom-select, .form-control {
    height: calc(1.9em + 0.75rem + 2px) !important;
}

/*.yellow-border-focus .form-control:focus, select:focus {
    border: 1px solid #FCDF51 !important;
    box-shadow: 0 0 0 0.2rem rgba(252, 223, 81, 0.25) !important;
}*/

a.waves-effect, a.waves-light {
    display: inline;
}

@media screen and (max-width: 767px) {
    .emlo-button .w-50 {
        width: 100% !important;
    } 
}

.md-form.md-outline input[type="text"], .md-form.md-outline input[type="password"], .md-form.md-outline input[type="email"], .md-form.md-outline input[type="url"], .md-form.md-outline input[type="time"], .md-form.md-outline input[type="date"], .md-form.md-outline input[type="datetime-local"], .md-form.md-outline input[type="tel"], .md-form.md-outline input[type="number"], .md-form.md-outline input[type="search-md"], .md-form.md-outline input[type="search"], .md-form.md-outline textarea.md-textarea {
    border: 1px solid #ced4da;
}

.md-form .input-prefix.active, .picker__box .picker__table .picker__day.picker__day--today {
    color: #1D252C;
}
.picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover, .picker__box .picker__table .picker--focused {
    background-color: #1D252C;
}

.list-group-item {
    padding: 0;
    padding-bottom: 1em;
}

.col-sm-6 {
    width: 50%;
}

@media screen and (max-width: 490px) {
    .h3-responsive {
        font-size: 110%;
    }
}

#gO .btn {
    text-transform: initial;
}

@media screen and (max-width: 400px) {
    .col-sm-6 {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #registration .col-md-2, #registration .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #registration .col-md-3 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    #registration .time {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
}

@media screen and (max-width: 700px) {
    #registration .col-md-3, #registration .col-md-2, #registration .col-md-5, .time {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .number-input.number-input {
        width: 10em;
    }
}

.number-input.number-input button:before, .number-input.number-input button:after {
    width: 0.7rem;
    background-color: #495057;
}

.number-input button:before, .number-input button:after {
    display: inline-block;
    position: static;
    content: none;
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input.number-input button {
    width: 2.6rem;
    height: auto;
}

.btn-time {
    font-weight: bold;
    font-size: 1em;
}

.waves-input-wrapper {
    display: inline;
}

@media screen and (max-width: 1300px) {
    .table-responsive-xl {
        display: block;
        overflow-x: auto;        
    }
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 2em;
    margin-bottom: 4em;
    float: right;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 0.7em 1em;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #1D252C;
    color: #FFFFFF;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pagination a:hover {
    background-color: #f5f5f2;
}

.bg {
    background-color: #1D252C;
}

@media screen and (max-width: 480px) {
    .header.d-flex {
        display: block !important; 
        text-align: center;
    }

    .header.d-flex img {
        margin-bottom: 1em;
    }
}

#logoutForm {
    margin-top: 0.5em;
}