﻿
#colorWrap {
    width: 130px;
}

    #colorWrap .m_switch {
        width: 36px;
        height: 20px;
    }

    #colorWrap .keyColorDot {
        border: 1px solid #ddd;
        cursor: pointer;
    }

.dotColor {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}


.keyColorDot {
    border-radius: 25px;
    height: 25px;
    width: 25px;
    background-color: #cfd8dc;
}

#colorPickerWrap {
    position: absolute;
    width: 200px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border: solid 1px #efefef;
    z-index: 999;
}

    #colorPickerWrap .close {
        position: absolute;
        top: 10px;
        right: 4px;
        outline: none;
        cursor: pointer;
    }

.colorIcon {
    width: 22px;
    height: 22px;
    margin: 1px;
    cursor: pointer;
    border: 1px solid #dee2e6;
}


#wTimePickerWrap .active {
    border: solid 1px var(--primaryColor);
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    top: 10px;
    left: 10px;
    line-height: 1.2rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#slideArea .crossOrderUI {
    border-bottom: solid 1px #efefef;
}

#slideArea .crossOrderUI .menuWrap .active {
    border-bottom: solid 4px var(--primaryColor);
}

#crossOrderArea .itemGrid {
    display: flex;
    align-items: center;
    padding: 4px;
    height: 60px;
    font-size: 15px;
    white-space: normal;
}

.itemGrid-selected {
    border: solid 1px var(--primaryColor) !important;
}

.setGrid {
}

#diningTypebar {
    height: 38px;
}

#diningTypebar > div.primary-light {
    position: relative;
    color: var(--primaryColor) !important;
    background-color: transparent !important;
    cursor: pointer;
}

#diningTypebar > div.primary-light::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 4px;
    background-color: var(--primaryColor);
    border-radius: 10px;
    opacity: 0.3;
}

#crossOrderToolbar .menusTypeWrap > div {
    height: 34px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

#crossOrderToolbar .menuDetailQueryTypeWrap {
    height: 34px;
    margin: 0 !important;
}

#crossOrderToolbar .lbActiveOrderInfo > div {
    width: 80px;
    margin-top: 0 !important;
}

.setsetItemWrap {
    padding: 0px;
    padding-left: 10px;
}

#seatOrderToolbar .lbActiveOrderInfo > div {
    margin-top: 0 !important;
}

#salesOrderLog .ui-widget.ui-widget-content {
    margin-top: 14px;
}

#mergeOrderToolbar #mergeList > div + div {
    margin-top: 0.5rem;
}

#printerDetailWrap #printOptionWrap > div + div {
    border-top: 1px solid #dee2e6;
}

#printerDetailWrap #printOptionWrap > div:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#printerDetailWrap #printOptionWrap > div:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#orderListWrapDiningTypeBar > div {
    border-bottom: 2px solid transparent;
}

#orderListWrapDiningTypeBar .color-primary {
    border-color: var(--primaryColor);
}

#orderListWrapDiningTypeBar .color-primary .text-secondary {
    color: var(--primaryColor) !important;
}

#mdProductOption {
    pointer-events: none;
}

#mdProductTag {
    pointer-events: none;
}

#crossOrderSeatScroll {
    padding: 2px;
}

#crossOrderSeatWrap .seatBox {
    margin: 1.5px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

#settingsMenu > div {
    white-space: nowrap;
}

#settingsMenu .text-active {
    color: #fff !important;
    background-color: var(--primaryColor);
}

.bagTitle {
    padding: 2px;
    font-size: 12px;
    border-radius: 20px;
    color: #666;
    background-color: #f6f6f6;
}


.bagTitle.activeBag {
    background-color: black;
    color: white;
}

.hor-label-min {

    width:150px;
    text-align:right;
}

#tenpanAreaPrintStart, #tenpanAreaPrintEnd {
    position: relative;
}

#tenpanAreaPrintStart:before {
    content: '起';
    position: absolute;
    top: 5px;
    left: 8px;
    color: #aaa;
    font-size: 14px;
}

#tenpanAreaPrintEnd:before {
    content: '迄';
    position: absolute;
    top: 5px;
    left: 8px;
    color: #aaa;
    font-size: 14px;
}

#mdOverview table th {
    width: 33.3333%;
    padding: 5px 10px;
    font-weight: normal;
    color: #aaa;
}

#mdOverview table td {
    padding: 8px 10px;
    font-weight: 700;
    background-color: #f5f5f5;
}

#crossOrderSeatWrap.isEdit .seatBox {
    pointer-events: none;
}

#crossOrderSeatWrap.isEdit .viewType,
#crossOrderSeatWrap.isEdit .wrapOption,
#crossOrderSeatWrap.isEdit .wrapFixed {
    pointer-events: all;
}


.btnTag, .btnTag-light {
    border-radius: 3px;
    background-color: var(--primaryColor);
    white-space: nowrap;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    font-size: 80%;
    font-weight: 400;
    display: inline-block
}

.btnTag-light {
    background-color: #ccc;
}

.currentUserIcon {
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.userIcon, .userIcon-small {
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.userIcon-small {
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    padding: 1px;
    margin: 1px;
}

    .userIcon-small.active {
        border-color: var(--primaryColor);
    }


.yearpicker {
    width: 160px !important;
    max-width: 160px !important;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-5 {
    border-radius: 5px !important;
}

.rounded-25 {
    border-radius: 25px !important;
}

.rounded-md {
    border-radius: var(--modal-rounded);
}

.edit-row + .edit-row {
    border-top: none;
}

.table-rounded-border, .puregrid {
    box-shadow: 0 0 0 1px #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

.no-rounded {
    box-shadow: unset;
    border-radius: 0;
    overflow: auto;
}

.btn {
    border-radius: 25px;
}

.bg-primary {
    background-color: var(--primaryColor) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    border-radius: 10px;
    min-width: 80px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    opacity: 0.8 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    opacity: 0.5;
}

.btn-secondary {
    color: #fff;
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
    opacity: 0.5;
}

.btn-main {
    color: #fff;
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.btn-main:active, .btn-main:focus, .btn-main:hover {
    color: #fff;
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.btn-minor {
    color: #fff;
    background-color: var(--secondaryColor) !important;
}

.input-group-text {
    background-color: var(--light-grey-color) !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}

input.form-control, input.form-control:active, input.form-control:focus, .input-style {
    box-shadow: none !important;
    transition: all 0.25s;
    border-radius: 10px;
    background-color: var(--light-grey-color) !important;
    border: none !important;
}

.bg-light-grey {
    background-color: var(--light-grey-color) !important;
}

#welcomeWrap, #errorPanel {
    border-radius: var(--modal-rounded);
}

#welcomeWrap > div {
    padding: .5rem 1rem !important;
}

#welcomeWrap .btn {
    border-radius: 25px;
}

#tbSeatOrderList.puregrid input {
    background-color: transparent !important;
}

.btnOk {
    border-radius: 25px;
}

.left-right-icon {
    position: relative;
    padding: 0 30px;
}

.left-right-icon:not(.noPseudo)::before, .left-right-icon:not(.noPseudo)::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.left-right-icon:not(.noPseudo)::before {
    content: '\f0d9';
    left: 11px;
}

.left-right-icon:not(.noPseudo)::after {
    content: '\f0da';
    right: 11px;
}

.dateWrap.tab-button > div {
    width: 110px;
    border-radius: 0 !important;
}

.input-group-number-style {
    display: flex;
    align-items: center;
    padding: 0 4px;
    background-color: #f7f8f8;
    border-radius: 20px;
    height: 42px;
}

.input-group-number-style .input-group-text, .input-group-number-style button {
    width: 35px;
    height: 35px;
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background-color: #fff !important;
}

.input-group-number-style .input-group-prepend + .textdiv {
    border: none;
    background-color: #f7f8f8 !important;
}

#newSeatMenu .input-group-prepend + .textdiv {
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    #accountLogDetailWrap {
        max-width: 200px !important;
        min-width: 200px !important;
    }
}
