﻿body {
}

.container, .wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.bg-dark {
    background-color: #1D252C !important;
    color: #FFFFFF;
}

.navbar .nav-link:focus, .navbar .nav-link:hover, .navbar .nav-link {
    color: #FFFFFF !important;
}

.emotion-bg, .datatable thead th {
    background-color: #1D252C !important;
    color: #FFFFFF !important;
}

.emlo-bg-yellow {
    background-color: #FCDF51 !important;
    color: #000000 !important;
}

.btn-secondary {
    background-color: #fcf1bb !important;
    color: #6e5b01 !important;
}

.emlo-btn {
    background-color: #FCDF51;
    color: #000000;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
    padding: 0.7rem 2.6rem;
    font-weight: 500;
    display: block;
    text-align: center;
    border-radius: 0.25em;
    font-size: 0.9em;
}

.emlo-btn-y {
    background-color: #FCDF51;
    color: #000000;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
    padding: 0.7rem 2.6rem;
    font-weight: 500;
    display: block;
    text-align: center;
    border-radius: 0.25em;
    font-size: 0.9em;
}

.emlo-btn-red {
    background-color: #dc4c64;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-weight: 500;
    display: block;
    text-align: center;
    border-radius: 0.25em;
    font-size: 0.9em;
    
}

.emotion-bg2 {
    background-color: #5B6670;
    color: #FFFFFF;
}

.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;
    }

.add-btn {
    background-color: #3b71ca !important;
    color: #FFFFFF !important;
    padding: 0.6em;
    display: inline-block;
    border-radius: 0.5em 0.5em;
    margin-bottom: 1em;
    border: none;
}

.datatable-body tr {
    vertical-align: middle;
    font-weight: initial;
}

#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;
}

.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
}

.select-wrapper span.caret {
    display: none !important;
}

#goodsowners .dropdown-content li:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0.25em;
    top: 0 !important;
    left: 0 !important;
    border: 1px solid #ced4da;
}

.select-wrapper input.select-dropdown {
    border-bottom: 0 !important;
    margin: 0 !important;
}

.goodsowners .form-select {
    padding: 0 !important;
    padding-left: 0.75em !important;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown-content li:hover, .dropdown-content li.active {
    background-color: #1D252C !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.colorful-select .dropdown-content li.active span {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.waves-effect, a.waves-light {
    /*display: inline;*/
}

.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item {
    padding: 0.2rem 0.5rem !important;
}


@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: 1800px) {
    .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 !important;
        border-radius: 0.125rem;
        transition: all 0.2s linear;
    }

    .pagination a:hover {
        background-color: #f5f5f2;
    }

.bg {
    background-color: #1D252C;
}

@media screen and (max-width: 550px){
    .emlo-no-flex .d-flex {
        display: block !important;
    }

    .emlo-no-flex .emlo-btn {
        width: 100% !important;
        margin-top: 1em;
    }
}

@media screen and (max-width: 480px) {
    .header.d-flex {
        display: block !important;
        text-align: center;
    }

        .header.d-flex img {
            margin-bottom: 1em;
        }
}

.form-outline .form-control {
    border: 0 !important;
}

.select-input {
    border: 1px solid red !important;
}