body {
    font-family: Meiryo, 'メイリオ', HGgothicM, 'HGｺﾞｼｯｸM', HGMinchoE, 'HG明朝E', MS UI Gothic, 'MS UI Gothic', MS Gothic, 'ＭＳ ゴシック';
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: none;
}

body {
    font-size: 12px;
}

.header {
    height: 40px;
    background-color: #408EC6;
}

input.search-input {
    height: 30px !important;
}

.button {
    background-color: #408EC6;
    color: #fff;
    /* font-size: 1.5rem; */
    line-height: 12px; /* 1rem*/
    padding: 5px 20px;
    border: solid 1px #408EC6;
    border-radius: 3px;
    height: 30px;
}

.panel {
    margin-bottom: 10px;
}

.eq-type {
    float: right;
}

.colzuo-header {
    position: relative;
}

.control-button {
    position: absolute;
    margin: auto;
    right: 10px;
    /* right: 0; */
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
}

    .control-button > a {
        display: block;
        width: 50px;
        height: 30px;
    }

        .control-button > a i {
            font-size: 30px;
            color: #408EC6;
        }

input,
textarea {
    padding: 2px;
    border: 1px solid #e5e6e7;
    line-height: 18px;
    resize: none;
}

    input[type=text],
    input[type=number],
    select {
        height: 24px;
    }

    textarea:focus,
    input:focus {
        outline: 0;
        border: 1px solid #1ab394 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

.tcc-input {
    width: calc(100%);
}

.ui-draggable-dragging .item-input .tcc-input.form_date,
#colyou .tcc-input.form_date {
    width: 80px;
}

.ui-draggable-dragging .item-input .tcc-input.form_time,
#colyou .tcc-input.form_time {
    width: 50px;
}

.tcc-input-number {
    text-align: right;
}

.tcc-input-unit {
    width: 60px;
    margin-left: 6px;
}

/* radio button*/

.tcc-checkbox-onoff {
    width: 0;
    margin-right: 0 !important;
}

    .tcc-checkbox-onoff + input + label,
    .tcc-checkbox-onoff + label {
        margin-bottom: 0;
    }

        .tcc-checkbox-onoff + input + label > span,
        .tcc-checkbox-onoff + label > span {
            border-radius: 15px;
            background-color: #cccccc;
            position: relative;
            width: 50px;
            height: 24px;
            display: block;
        }

    .tcc-checkbox-onoff:checked + input + label > span,
    .tcc-checkbox-onoff:checked + label > span {
        background-color: #408EC6;
        border: solid 1px #005499;
    }

    .tcc-checkbox-onoff + input + label > span::before,
    .tcc-checkbox-onoff + label > span::before {
        content: attr(data-content);
        background-color: transparent;
        display: block;
        width: 24px;
        height: 22px;
        border-radius: 11px;
        position: absolute;
        right: unset;
        left: 0px;
        background-color: #ADADAD;
    }

    .tcc-checkbox-onoff:checked + input + label > span::before,
    .tcc-checkbox-onoff:checked + label > span::before {
        background-color: #fff;
        right: 0px;
        left: unset;
    }

.tcc-checkbox-button {
    width: 0;
    margin-right: 0 !important;
}

    .tcc-checkbox-button + input + label,
    .tcc-checkbox-button + label {
        margin-left: 0px;
        margin-right: 6px;
        font-weight: 400;
        color: #000000;
    }

    .tcc-checkbox-button:focus + input + label,
    .tcc-checkbox-button:focus + label {
        box-shadow: 0 0 0 0.2rem rgb(0 124 255 / 25%);
        outline: 0;
    }

    .tcc-checkbox-button + input + label > span::before,
    .tcc-checkbox-button + label > span::before {
        background-color: #E1E1E1;
        border: solid 1px #ADADAD;
        cursor: pointer;
        font-size: 12px;
        border-radius: 3px;
        padding: 0px 10px;
        display: block;
    }

td.tcc-align-center .tcc-checkbox-button + input + label,
td.tcc-align-center .tcc-checkbox-button + label {
    margin-left: unset;
    margin-right: unset;
}

.tcc-checkbox-button:focus + input + label > span,
.tcc-checkbox-button:focus + label > span {
    /*outline: 1px;*/
    outline-style: auto;
}

.tcc-checkbox-button:checked + input + label,
.tcc-checkbox-button:checked + label {
    color: #A52A2A;
}

.tcc-checkbox-button:disabled + input + label,
.tcc-checkbox-button:disabled + label {
    opacity: 0.7;
}


.tcc-checkbox-button:checked + input + label > span::before,
.tcc-checkbox-button:checked + label > span::before {
    background-color: #408EC6;
    border: solid 1px #005499;
}

.tcc-checkbox-button:checked:disabled + input + label,
.tcc-checkbox-button:checked:disabled + label {
    color: #A6A600 !important;
}

.tcc-checkbox-button-data-content + input + label > span::before,
.tcc-checkbox-button-data-content + label > span::before {
    content: attr(data-content);
    display: block;
    padding: 1px 10px;
}


/* radio button*/
.tcc-radio-button + input + label > span::before,
.tcc-radio-button + label > span::before {
    background-color: #fff;
    color: #408EC6;
    border: solid 1px #ADADAD;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0px 10px;
    display: block;
    font-weight: 700;
}

.tcc-radio-button:disabled + input + label,
.tcc-radio-button:disabled + label {
    opacity: 0.7;
}

.tcc-radio-button + input + label,
.tcc-radio-button + label {
    margin-left: 0px;
    margin-right: 6px;
    line-height: 1.5rem;
}

.tcc-radio-button:checked + label > span::before {
    background-color: #408EC6;
    color: #fff;
    border: solid 1px #005499;
}

.tcc-radio-button:focus + label > span {
    /*outline: 1px;*/
    outline-style: auto;
}

.tcc-radio-button {
    width: 0;
    margin-right: 0 !important;
}

    .tcc-radio-button:focus + input + label,
    .tcc-radio-button:focus + label {
        box-shadow: 0 0 0 0.2rem rgb(0 124 255 / 25%);
        outline: 0;
        border-radius: 3px;
    }

.tcc-radio-button-data-content + input + label > span::before,
.tcc-radio-button-data-content + label > span::before {
    content: attr(data-content);
    display: block;
    padding: 7px 10px;
    height: 30px;
}

a[data-toggle="collapse"] {
    position: relative;
}

    a[data-toggle="collapse"]::after {
        content: '▼';
        position: absolute;
        right: 0px;
    }

    a[data-toggle="collapse"].collapsed::after {
        content: '▲';
        transform: rotate(-90deg);
    }

.collapse-group {
    background-color: #8FB2C5 !important;
    color: #fff !important;
    font-size: 1.5rem;
}

    .collapse-group .panel-title a {
        display: block;
        width: 100%;
    }

.ibox-content.item-content {
    padding: 5px;
    border: solid 1px #666666;
    border-radius: 3px;
    background-color: #fff;
    line-height: 24px;
    padding-right: 5px;
}

.panel-body {
    padding: 10px;
}

.item-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.item-desc {
    font-size: 12px; /* 1rem*/
    margin-left: 10px !important;
}

.item-label {
    background-color: #8FB2C5;
    color: #fff;
    width: 65px;
    height: 24px;
}

.item-caption {
    display: table-cell;
    vertical-align: middle;
    float: unset;
    height: 24px;
    width: 65px;
    text-align: left;
    background-color: #8FB2C5;
    color: #fff;
    /* padding-left: 2px; */
    text-align: center;
}

.item-label-2 .item-caption {
    height: 64px;
    word-break: break-all;
}

.item-label-3 .item-caption {
    height: 104px;
    word-break: break-all;
}

.item-caption-input {
    height: 24px;
    width: 100%;
    text-align: left;
    background-color: #8FB2C5;
    color: #fff;
    /* border-color: #8FB2C5; */
    text-align: center;
}

.item-label-2 .item-caption-input {
    height: 64px;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
}

.item-label-2 .tcc-input {
    height: 64px;
}

.item-label-3 .item-caption-input {
    height: 104px;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
}

.item-label-3 .tcc-input {
    height: 104px;
}

.number_unit .tcc-input-number {
    width: calc(100% - 66px);
}

.item-control {
    height: fit-content;
    border: none !important;
    background-color: inherit;
    line-height: unset;
    margin-bottom: unset;
    padding-left: 5px;
}

.ibox-content .item-control .row {
    min-height: 24px;
    width: 100%;
}

.wrapper-content {
    padding: 0px 10px;
    height: 100%;
}

    .wrapper-content > .row-flex {
        height: 100%;
    }

.flex {
    display: flex;
}

.row-flex {
    display: flex;
}

.tools {
    display: none;
}

.droppable-active {
    background-color: #75b7ee !important;
}

#select {
    width: 200px;
}

.item-input select {
    width: 120px;
}

.set-button {
    position: absolute;
    right: 5px;
    top: 66px;
}

.ui-draggable-dragging {
    display: inline-flex;
    min-height: unset;
}

    .ui-draggable-dragging .button,
    .row.picker-row .button,
    .set-button .button {
        height: unset !important;
    }

.button.image-button {
    padding: 5px 10px;
}

    .button.image-button i {
        margin-right: 10px;
    }

    .button.image-button.googlemaps {
        width: 165px;
    }

#colyou {
    background-color: #E8E8E8;
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    width: 450px;
}

#colzuo {
    padding: 10px;
    height: 100%;
    width: 1024px;
}

#colzuo-content {
    height: calc(100% - 40px);
    width: 100%;
    overflow-y: auto;
    position: relative;
}

.form-body .col-md-6, .form-body .col-md-12 {
    min-height: unset;
}

.ibox-header {
    height: 30px;
    position: sticky;
    top: 0px;
    /* width: calc(100% - 19px); */
    z-index: 12;
    background-color: #fff;
}

    .ibox-header .row {
        width: calc(100% - 30px);
        margin-right: 0px;
        margin-left: 0px;
        height: 30px;
    }

        .ibox-header .row div {
            text-align: center;
            padding-top: 6px;
        }

.ibox-content {
    /* min-height: 510px; */
    background-color: transparent;
    z-index: 1;
    position: relative;
    border: none;
}

.control-label {
    padding: 0px;
}

.col-sm-3x {
    position: relative;
}

.col-sm-9 {
    /* padding: 1px; */
    padding-left: 5px;
    padding-right: 0px;
    width: calc(100% - 65px);
}

.ibox-content .row {
    min-height: 24px;
    margin: 0px;
    width: 100%;
}

    .ibox-content .row.picker-row {
        min-height: 40px;
        margin: 0px;
        width: 100%;
    }

.form-group .row.picker-row:last-of-type {
    min-height: 24px;
}

.ibox-content .row .col {
    min-height: 40px;
    padding: 0px;
}

.ui-draggable-dragging .control-label,
.ibox-content-ls .control-label {
    margin-right: 5px;
    text-align: left;
}

.ibox-content .control-label.item-label-2 {
    height: 64px;
}

.ibox-content .control-label.item-label-3 {
    height: 104px;
}

textarea {
    height: 64px;
}

.ibox-content-bg {
    position: absolute;
    top: 30px;
    width: calc(100%);
    z-index: 0;
    border: none;
}

    .ibox-content-bg .row-bg {
        min-height: 39px;
        width: calc(100% - 30px);
        border-top: solid 1px #BFC0C0;
        background-color: #D9D9D9;
    }

    .ibox-content-bg .row-flex:last-of-type .row-bg {
        border-bottom: solid 1px #BFC0C0;
    }

    .ibox-content-bg .row-bg .col-bg {
        border-left: solid 1px #BFC0C0;
        display: block;
        height: 100%;
        min-height: 39px;
    }

        .ibox-content-bg .row-bg .col-bg:last-of-type {
            border-right: solid 1px #BFC0C0;
        }

.ibox-content-ls .form-group {
    width: 305.8333333333333333333px;
    margin-bottom: 0px;
    padding: 5px 2px;
    position: relative;
    z-index: 10;
    display: inline-flex;
}

.row-number {
    width: 30px;
    padding-top: 13px;
    text-align: right;
    padding-right: 8px;
}

.ui-draggable-dragging {
    z-index: 20;
    background-color: transparent;
    padding: 8px 0px;
    padding-bottom: 0px;
    line-height: 0em;
}
    /* .ui-draggable-dragging div {
    border: solid 1px red;
}
.ui-draggable-dragging > div {
    border: solid 1px blue;
} */
    .ui-draggable-dragging .row {
        min-height: 40px;
        margin: 0px;
        width: 100%;
        display: inline-flex;
    }

    .ui-draggable-dragging.picker1 {
        height: 80px;
        width: 385px;
    }

    .ui-draggable-dragging.picker2 {
        height: 120px;
        width: 385px;
    }

    .ui-draggable-dragging .row.picker-row:last-of-type {
        min-height: 24px;
    }

.edit-link,
.remove-link {
    display: none;
}

.fc-event-resizer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    /* width: var(--fc-event-resizer-thickness, 8px); */
    /* background-color: red; */
    z-index: 10;
}

.fc-event-resizer-start,
.fc-event-resizer-end {
    cursor: e-resize;
    right: -1px;
    /* right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px)); */
}

.fc-event-resizer-mid {
    cursor: e-resize;
    right: -6px;
}

#selectlist {
    height: 200px;
}

.modal-dialog {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
}

.form-group.draggable.ui-draggable {
    padding: 8px 0px;
    padding-bottom: 0px;
}

.item-content .form-group.draggable.ui-draggable .row-2 .col-sm-9 {
    height: 64px;
}

.item-content .form-group.draggable.ui-draggable .row .col-sm-9 {
    height: 24px;
}

.ibox-content-ls {
    width: calc(100% - 30px);
    height: 100%;
    margin-left: 30px;
    overflow: hidden;
}

.item-2 {
    height: 80px;
}

.dropped {
    position: absolute !important;
}

.context-menu-list {
    min-width: 4em;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-item-label {
    margin-top: 1.4rem !important;
}

.imgDiv {
    height: 100%;
    /*width: 100%;*/
    background-color: lightgray;
    min-height: 100px;
}

    .imgDiv img {
        height: 100px;
        width: 100%;
    }

.template {
    display: none;
}

.item-card {
    background-color: white;
    border: 1px solid #807777;
    border-radius: 3px;
    padding: 0.5rem !important;
    width: 400px !important;
    height:112px !important;
}

    .item-card .row {
        width: 100%;
        margin: 0 !important;
    }

.item-card-img {
    /*padding: 0 !important;*/
    overflow: hidden;
}

    .item-card-img img {
        height: 108px;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.item-card-input {
    width: 100px;
}

.d-flex {
    display: flex;
}

.control-price {
    position: absolute;
    margin: auto;
    left: 130px;
    top: 0;
    bottom: 0;
    width: 50px;
	font-weight: bold;
    text-align: center;
}

.control-weight {
    position: absolute;
    margin: auto;
    left: 378px;
    top: 0;
    bottom: 0;
    width: 50px;
	font-weight: bold;
    text-align: center;
}

.control-quan {
    position: absolute;
    margin: auto;
    left: 628px;
    top: 0;
    bottom: 0;
    width: 50px;
	font-weight: bold;
    text-align: center;
}

.lblSumPrice {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: #8FB2C5;
	font-weight: bold;
    color: white;
}

.row-card {
    min-height: 24px;
}
@media (max-width: 430px) {
    .ibox-header {
        display:none;
    }
    .form-horizontal {
        height:30px;
    }
}