﻿ol.breadcrumb {
    position: relative;
    padding: .5rem 1.6rem .5rem;
}

    ol.breadcrumb li.breadcrumb-item {
        color: #94a0b2;
    }

        ol.breadcrumb li.breadcrumb-item.active {
            color: #333;
        }

    ol.breadcrumb::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, transparent 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(transparent));
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*.badge-primary,
.badge-danger,
.badge-success {
    font-size: .7rem;
    border-radius: 2rem;
    line-height: 1;
    padding: .2rem .4rem;
    margin: auto .8rem;
}

td .badge-primary,
td .badge-danger,
td .badge-success {
    font-size: .8rem;
    border-radius: 2rem;
    line-height: 1;
    padding: .5rem .3rem .4rem;
    margin: -.3rem auto;
    display: inline-block;
}

.badge-success {
    background: #999;
}*/

.nav-dropdown-items > .active {
    background: var(--bg-color);
    /*--bg-color:#20a8d8;*/
    color: #fff;
}

    .nav-dropdown-items > .active .badge-primary {
        color: #20a8d8;
        background-color: #fff;
    }

.nav-tabs .nav-link {
    position: relative;
    min-width: 135px;
    text-align: center;
}

.nav-link.active::before {
    background: #23a9d8;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div.form-group {
    margin-bottom: .3rem;
}

.smart-form {
    display: block;
    background: #E0EFEC;
    width: 100%;
    border-radius: 3px;
    padding: .5rem 1rem 1rem;
}

.dataTables_wrapper.container-fluid {
    padding: 0 !important;
}


input[type=checkbox].checkBox--fulix {
    display: none;
}

input[type=checkbox]:checked.checkBox--fulix + .checkBox--fulix__label:before {
    opacity: 1;
}

.checkBox--fulix__label {
    cursor: pointer;
    padding: 0 0 0 42px;
    position: absolute;
    left: 1.6rem;
}

    .checkBox--fulix__label:hover::after {
        border-color: #3276b1;
    }

    .checkBox--fulix__label::after {
        border: 2px solid #3276b1;
        border-radius: 3px;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: #fff;
        left: 0;
        margin-top: -9px;
        position: absolute;
        top: 50%;
        z-index: 89;
        transition: border-color .2s linear;
    }

    .checkBox--fulix__label::before {
        border-bottom: 2px solid #3276b1;
        border-right: 2px solid #3276b1;
        content: "";
        display: block;
        width: .4rem;
        height: .7rem;
        left: 7px;
        margin-top: -.4rem;
        opacity: 0;
        position: absolute;
        top: 50%;
        z-index: 99;
        transform: rotate(35deg);
        transition: opacity .2s linear;
    }

select::-ms-expand {
    display: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    padding-right: 1.5rem;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important; /* defaultは200px */
}

.area__select {
    position: relative;
}

    .area__select::before {
        content: '';
        border-top: .5rem solid #393939;
        border-right: .25rem solid transparent;
        border-left: .25rem solid transparent;
        display: block;
        position: absolute;
        top: 2.2rem;
        right: 1.5rem;
    }

.area__select--orderDetail {
    position: relative;
    display: inline-block;
}

    .area__select--orderDetail::before {
        content: '';
        border-top: .5rem solid #393939;
        border-right: .25rem solid transparent;
        border-left: .25rem solid transparent;
        display: block;
        position: absolute;
        top: .7rem;
        right: 1.5rem;
    }

.area__select--th {
    position: relative;
    width: 100%;
    float: right;
}

    .area__select--th::before {
        content: '';
        border-top: .5rem solid #393939;
        border-right: .25rem solid transparent;
        border-left: .25rem solid transparent;
        display: block;
        position: absolute;
        top: .9rem;
        right: .5rem;
    }

#list-copcd-div {
    position: relative;
    width: auto;
}

#GrpCdTxt {
    padding-left: 1.6rem;
}


.input-group #GrpCdTxt {
    padding-left: .8rem;
}

.form-control {
    border-radius: 4px;
}

.dataTable--Area {
    position: relative;
    /*margin-top: -2rem;*/
}

.table-wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
}

.head_action {
    position: relative;
    display: flex;
    align-items: center;
    top: 2.6rem;
    height: 2.6rem;
    z-index: 10;
    width: 100%;
    border: 2px solid #49A7D5;
    background: #fff;
    box-sizing: border-box;
    padding: .1rem 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25)
}

    .head_action .countNum {
        margin-left: 6rem;
        margin-top: .2rem;
        color: #2093CB;
        font-size: 1.6rem;
        padding: 0 .5rem;
    }

.table tbody tr:nth-child(odd) {
    background: #F5F7F8;
}

.head_action .btn__area {
    margin-left: 2rem;
}


.btn-pj3 {
    border-radius: 3px;
    padding: .5rem 1.5rem;
    font-size: .9rem;
}

.btn-pj3__design--blue {
    border: 1px solid #2891C8;
}

.btn-pj3__design--dark-blue {
    border: 1px solid #273f73;
}

.btn-pj3__design--gray {
    border: 1px solid #61686d;
}

.btn-pj3__design--green {
    border: 1px solid #328e52;
}

.btn-pj3__design--yellow {
    border: 1px solid #c39f00;
}

.btn-pj3__design--red {
    border: 1px solid #f63c3a;
}

.btn-pj3__design--orange {
    border: 1px solid #f79646;
}

.btn-pj3__design--purple {
    border: 1px solid #485888;
}

/*.btn-primary {
    border: 1px solid #2891C8;
    background: linear-gradient(#30B5E0, #20A8D8);
    border-radius: 3px;
    margin: .1rem .3rem;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}*/

.btn__icon {
    display: inline-block;
    width: 1rem;
    margin-right: .5rem;
}

.head_action .btn-primary:active {
    border: 1px solid #2891C8;
    background: linear-gradient(#20A8D8, #30B5E0);
}

.input-group .btn.btn-primary {
    padding: .4rem .6rem;
    margin: 0;
}

    .input-group .btn.btn-primary + .form-control {
        border-radius: 0 4px 0 4px;
    }

.pageTitle {
    font-size: 1.2rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #4C4C4C;
    display: flex;
    margin-bottom: .3rem;
    align-items: center;
}

.pageTitle_medium {
    font-size: 1.2rem;
}

.pageTitle__icon {
    background: linear-gradient(#20A8D8, #30B5E0);
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin: 0 .6rem 0 .5rem;
    padding: .5rem;
    z-index: 999;
}

.form__icon {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1.7rem;
    left: .5rem;
    margin: 0 .6rem 0 0;
    border-radius: 50%;
    z-index: 10;
}

    .form__icon + .label-move {
        padding-left: .6rem;
    }

.form__iconInside {
    padding-left: 1.8rem;
}

.pageTitle__icon img {
    width: 100%;
}

.filter_btn {
    display: block;
    position: relative;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}

    .filter_btn:active .btn__icon {
        opacity: 0;
    }

    .filter_btn .btn__icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -.5rem;
        margin-left: -.3rem;
        z-index: 10;
    }

        .filter_btn .btn__icon.on {
            z-index: 1;
            opacity: 1;
        }

[id^=DetailTrigger] {
    display: table;
    font-size: .9rem;
    color: #48A395;
    cursor: pointer;
    padding: .5rem 1.5rem;
    border: 1px solid #48A395;
    border-radius: 4px;
    margin-top: .8rem;
    position: relative;
    text-align: center;
}

    [id^=DetailTrigger]:active,
    [id^=DetailTrigger].active {
        background: #79C4B9;
        color: #fff;
    }

    [id^=DetailTrigger] span {
        font-weight: 400;
    }

    [id^=DetailTrigger] .fa-chevron-circle-down ~ .downTxt {
        display: inline-block;
    }

    [id^=DetailTrigger] .fa-chevron-circle-down ~ .upTxt {
        display: none;
    }

    [id^=DetailTrigger] .fa-chevron-circle-up ~ .downTxt {
        display: none;
    }

    [id^=DetailTrigger] .fa-chevron-circle-up ~ .upTxt {
        display: inline-block;
    }


    [id^=DetailTrigger]:hover {
        opacity: .8;
    }

[src$=".svg"],
[data$=".svg"] {
    width: 100%;
}

.checkboxBtn {
    border: 1px solid #48A395;
    color: #48A395;
    border-radius: 4px;
    padding: .4rem .5rem .31rem;
    margin: 0 .8rem 0 0;
    font-weight: 400;
    width: 6rem;
    display: flex;
    cursor: pointer;
    align-items: center;
}

    .checkboxBtn .icon {
        margin: 0 .1rem .1rem 0;
        position: relative;
        width: 1.2rem;
    }

    .checkboxBtn.divisionEnd .icon::before {
        content: '';
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        border: 2px solid;
        display: block;
    }

    .checkboxBtn.divisionNot .icon::before {
        content: '';
        width: 1rem;
        height: 1px;
        border: 1px solid;
        display: block;
        transform: rotate(45deg);
        position: absolute;
    }

    .checkboxBtn.divisionNot .icon::after {
        content: '';
        width: 1rem;
        height: 1px;
        border: 1px solid;
        display: block;
        transform: rotate(-45deg);
        position: absolute;
    }

    .checkboxBtn.division000 .icon::before {
        content: '';
        width: 1rem;
        height: 1px;
        border: 1px solid;
        display: block;
    }

input[type="checkbox"].checkboxBtnBox:checked + .checkboxBtn {
    background: #79C4B9;
    color: #fff;
}

input.checkboxBtnBox {
    display: none;
}

ul#StockList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -.22rem 0 0 0;
}

    ul#StockList li {
        display: inline-block;
        margin-bottom: .5rem;
    }

.dataTable td, .dataTable th {
    padding: .45rem;
}

.bder-r3px {
    border-radius: 3px;
}

.bder-r4px {
    border-radius: 4px;
}

.bder-r5px {
    border-radius: 5px;
}

.bder-lr5px {
    border-radius: 5px 0 0 5px;
}

.bder-rr5px {
    border-radius: 0 5px 5px 0;
}

.bder-r6px {
    border-radius: 6px;
}

.bder-r10px {
    border-radius: 10px;
}

.bder-r1rem {
    border-radius: 1rem;
}

.bder-r2rem {
    border-radius: 2rem !important;
}

@media (max-width: 768px) {

    form.smart-form.searchForm .col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    form.smart-form.searchForm .col-sm-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main .container-fluid {
        padding: 0 20px 0 40px;
    }

    .dataTable--Area {
        min-width: 500px;
    }

    .sidebar .nav-link {
        font-size: .72rem;
    }

    .checkBox--fulix__label {
        position: relative;
        left: .1rem;
    }

    .filter_btn {
        display: block;
        position: relative;
        overflow: hidden;
        width: 1rem;
        height: 2rem;
        vertical-align: middle;
    }

        .filter_btn .btn__icon {
            width: .8rem;
        }

    .table th,
    .table td {
        padding: 0.3rem;
    }

    .pagination {
        justify-content: flex-end;
        margin-top: -.5rem;
    }

    .head_action .btn__area {
        margin-left: 1rem;
        margin-right: -1rem;
        width: 6rem;
        height: 2rem;
        border-radius: 3px;
        border: 1px #ccc solid;
        position: relative;
        display: flex;
        align-items: center;
    }

        .head_action .btn__area::before {
            content: '';
            border-top: .5rem solid #393939;
            border-right: .25rem solid transparent;
            border-left: .25rem solid transparent;
            display: block;
            position: absolute;
            top: .8rem;
            right: .7rem;
        }

        .head_action .btn__area::after {
            content: 'Action';
            padding: .2rem .5rem 0;
        }

        .head_action .btn__area:active::after,
        .head_action .btn__area.active::after {
            color: #ccc
        }

        .head_action .btn__area:active .btn__area--box,
        .head_action .btn__area.active .btn__area--box {
            display: block;
        }

        .head_action .btn__area .btn__area--box {
            display: none;
            position: absolute;
            top: 2.7rem;
            right: -.5rem;
            border-radius: 3px;
            padding: .6rem;
            background: #fff;
            border: 1px #ccc solid;
            box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
        }

            .head_action .btn__area .btn__area--box::before {
                content: '';
                display: block;
                width: 1rem;
                height: 1rem;
                border-top: 1px #ccc solid;
                border-right: 1px #ccc solid;
                background: #fff;
                transform: rotate(-45deg);
                position: absolute;
                right: .8rem;
                top: -.5rem;
            }

    .head_action .countNum + span {
        margin-top: .2rem;
    }
}


@media (max-width: 576px) {
    form.smart-form.searchForm .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn-primary {
        padding: .5rem .5rem;
    }

    .dataTable--Area {
        min-width: 100%;
    }

    .pageTitle {
        font-size: 1.2rem;
    }

    .sidebar .nav-link {
        font-size: .72rem;
    }

        .sidebar .nav-link i {
            margin-right: .3rem;
        }

    /*.dataTables_info {
        text-align: center;
    }*/

    .dataTables_paginate.paging_simple_numbers {
        display: flex;
        justify-content: center;
    }

    .pagination {
        justify-content: center;
        margin-top: .8rem;
    }

    .app-footer span {
        width: 100%;
        box-sizing: border-box;
        padding-left: 1rem;
        display: flex;
        justify-content: center;
    }

    #list-copcd-div .form-control {
        padding-right: 2rem;
    }

    #list-copcd-div::before {
        right: .85rem;
    }

    .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: .5rem;
    }

        .nav-tabs .nav-item {
            width: 48%;
            margin: .5rem 1% 0;
            border-radius: 3px;
            border: 1px #ccc solid;
        }

        .nav-tabs .nav-link {
            padding: .5rem;
        }

    .nav-link.active::before {
        background: rgba(35, 169, 216, .3);
        height: 102%;
        width: 100%;
    }

    .head_action {
        font-size: .8rem;
    }

        .head_action .btn__area {
            margin-left: 1rem;
            margin-right: -1rem;
            width: 4.5rem;
            height: 2rem;
            border-radius: 3px;
            border: 1px #ccc solid;
            position: relative;
            display: flex;
            align-items: center;
        }

            .head_action .btn__area::before {
                content: '';
                border-top: .5rem solid #393939;
                border-right: .25rem solid transparent;
                border-left: .25rem solid transparent;
                display: block;
                position: absolute;
                top: .8rem;
                right: .7rem;
            }

            .head_action .btn__area::after {
                content: 'Action';
                padding: .2rem .5rem 0;
            }

            .head_action .btn__area:active::after,
            .head_action .btn__area.active::after {
                color: #ccc
            }

            .head_action .btn__area:active .btn__area--box,
            .head_action .btn__area.active .btn__area--box {
                display: block;
                opacity: 1;
            }

            .head_action .btn__area .btn__area--box {
                display: none;
                position: absolute;
                top: 2.7rem;
                right: -.5rem;
                border-radius: 3px;
                padding: .6rem;
                background: #fff;
                border: 1px #ccc solid;
                box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
                opacity: 0;
                transition: all .3s ease;
            }

                .head_action .btn__area .btn__area--box::before {
                    content: '';
                    display: block;
                    width: 1rem;
                    height: 1rem;
                    border-top: 1px #ccc solid;
                    border-right: 1px #ccc solid;
                    background: #fff;
                    transform: rotate(-45deg);
                    position: absolute;
                    right: .8rem;
                    top: -.5rem;
                }

        .head_action .countNum {
            font-size: 1.4rem;
            margin-left: 3rem;
            margin-top: .5rem;
        }

            .head_action .countNum + span {
                margin-top: .5rem;
            }

    #DetailTrigger {
        width: 11.5rem;
        font-size: .9rem;
        color: #48A395;
        cursor: pointer;
        padding: .5rem .8rem;
        border: 1px solid #48A395;
        border-radius: 4px;
        margin-top: .8rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }

        #DetailTrigger span {
            font-size: .9rem;
        }
}

.list__progress {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    .list__progress .progress {
        background: linear-gradient(rgba(204, 204, 204, 0.3) 10%,rgba(204, 204, 204, .1));
        border: 1px #ccc solid;
    }


.list__progress--item {
    border-bottom: 1px #ccc dotted;
    padding-bottom: .3rem;
    margin-bottom: 0;
    margin-left: .5rem;
    width: 100%;
}

    .list__progress--item .parcent {
        font-size: 1rem;
    }

.progrees--name {
    background: #E0EFEC;
    display: inline-block;
    color: #333;
    padding: .1rem .5rem;
    margin-bottom: .2rem;
    border-radius: 3px;
    border: 1px solid #91d1c4;
}


.list__progress--item:last-child {
}

.contentLine {
    width: 100%;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
}

.workdate {
    display: flex;
    align-items: baseline;
    font-size: .9rem;
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius: 3px;
}

    .workdate .title {
        padding: .5rem .8rem;
        color: #fff;
        background: #20a8d8;
        border-radius: 3px 0 0 3px;
    }

    .workdate .date {
        padding: 0;
        margin-bottom: 0;
    }

        .workdate .date input {
            padding: .45rem .3rem;
            width: 10rem;
            border: none;
            outline: #ccc;
        }

            .workdate .date input:focus {
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
            }

#workTicket__area {
    padding: .5rem;
}

    #workTicket__area .workTicket:last-child::after {
        display: none;
    }

.workTicket {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: .5rem .8rem .2rem;
    position: relative;
    border-radius: 3px;
    margin-bottom: 1rem;
    width: 100%;
}

    .workTicket::after {
        content: '';
        width: 100%;
        position: absolute;
        height: 1px;
        left: 0;
        bottom: -.5rem;
        border-bottom: 1px solid #ddd;
    }

    .workTicket .category__item {
        display: block;
        margin: .5rem auto 1.5rem 3rem;
        position: relative;
    }

        .workTicket .category__item .firstName {
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1.5;
            font-size: 1.4rem;
            height: 50px;
            width: 50px;
            padding-top: .2rem;
            font-weight: bold;
            color: #fff;
            left: -3rem;
            border-radius: 100%;
            position: absolute;
        }

.bg--org {
    background: #f27204;
}

.bg--gre {
    background: #48A395;
}

.bg--blue {
    background: #1441b9;
}

.bg--navy {
    background: #1e2957;
}

.workTicket .categoryName--label {
    float: left;
    display: block;
    color: #94a0b2;
    padding: .3rem .4rem .2rem .8rem;
    margin: 0 .2rem 0 0;
    border-radius: 3px;
    font-size: .8rem;
}

.workTicket .categoryTxt {
    float: left;
    width: 100%;
    font-size: 1.2rem;
    padding-right: .8rem;
    margin: .2rem .4rem .5rem .8rem;
}

    .workTicket .categoryTxt .voucher-line {
        font-size: .8rem;
    }

        .workTicket .categoryTxt .voucher-line::before {
            content: '(';
        }

        .workTicket .categoryTxt .voucher-line::after {
            content: '行)';
        }

.workParcentLine {
    width: 65%;
    padding: .7rem .5rem .5rem;
    margin: .5rem .5rem .5rem;
    border: 1px solid #93bcb4;
    position: relative;
    border-radius: 3px;
    background: rgba(238, 255, 249, 0.4);
}

.workTicket .categoryName--work {
    top: -1.5rem;
    left: .3rem;
    position: absolute;
    display: inline-block;
    border: 1px solid #579b8d;
    color: #579b8d;
    background: #fff;
    padding: .3rem .5rem .2rem;
    margin: .4rem auto .3rem .2rem;
    border-radius: 3px;
}

.aside-menu {
    padding: 0px 30px;
    text-align: center;
    overflow: auto;
}

.aside_content_area {
    clear: both
}

    .aside_content_area > div {
        float: left;
        color: #20a8d8;
    }

.block-codes {
    margin-bottom: 30px;
}

.card-body .card-header {
    background: #fff !important;
    margin-bottom: .3rem;
    padding: .3rem;
    position: relative;
}

.card-header.border--no {
    border: none;
    padding: 0;
}

.card-header .card-actions.ftac {
    /*	margin-top: -1.8rem;*/
    bottom: 0;
    left: 0;
    width: calc(100% + 2px);
    padding: 0;
    margin-left: -1px;
}

.card-header .card-actions.btn .btn--accordion {
    align-content: center;
    background: #edf0f3;
    border-radius: 1px;
    color: #fff;
    display: flex;
    height: 1rem;
    position: relative;
    transition: all .3s ease-out;
    width: 100%;
}

    .card-header .card-actions.btn .btn--accordion::before {
        content: '';
        border-right: .3rem solid transparent;
        border-bottom: .5rem solid #333;
        border-left: .3rem solid transparent;
        margin: .2rem auto .6rem;
    }

.card-header.collapsed .card-actions.btn .btn--accordion::before {
    transform: rotate(180deg);
    margin: .2rem auto .4rem;
}

.card-header .card-actions.btn .btn--accordion::after {
}

#ribbon {
    position: relative;
}

    #ribbon .shipper__code, #ribbon .warehouse__code {
        background: #20a8d8;
        border-radius: 20px;
        color: #fff;
        cursor: pointer;
        font-size: .8rem;
        margin: auto .5rem;
        padding: .3rem .5rem .1rem;
        position: absolute;
        top: .5rem;
    }

    #ribbon .shipper__code {
        right: .5rem;
    }

    #ribbon .warehouse__code {
        right: 6.5rem;
    }

/*20180911Edit*/

ol.breadcrumb {
    margin-bottom: .3rem;
}

#load-spinner {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 100px;
    height: 100%;
}

    #load-spinner #load-cap {
        padding: 0;
        position: absolute;
        top: 0.75em;
        right: 0;
        font-size: 0.75rem;
    }

    #load-spinner .sk-wave {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 40%;
    }

        #load-spinner .sk-wave .sk-rect {
            width: 7.5%;
        }

input[type="text"].form-control, input[type="tel"].form-control, textarea.form-control {
    padding: .1rem .4rem;
}


select.form-control, select.form-control:not([size]):not([multiple]) {
    height: 1.625rem;
    padding: .1rem .4rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: .45em;
}

td .badge {
    font-size: .8rem;
    border-radius: 6px;
    padding-top: .35rem;
}

.input-group .label {
    font-size: .8rem;
}

#searched_btn_area {
    float: right;
    width: auto;
    margin-bottom: .5rem;
}

div.dataTables_filter {
    float: right;
    margin-top: .8rem;
}

div.dataTables_length {
    margin-top: .4rem;
}

div.dataTables_info {
    text-align: center;
}



@media (max-width: 575px) {
    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
        bottom: .2em;
    }
}

#version_menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 75px;
    /*若しくは .aside-menu に height:initial top:ヘッダー分 bottom:0を指定*/
}

/* 以下 2018.09.26 追加 */
.input-group-text,
.input-group .btn.btn-primary {
    padding: 0.155rem 0.45rem !important;
    min-width: 35px;
    max-width: 35px;
    justify-content: center;
}

.Search--multi-select {
    height: 80px;
    overflow-y: scroll;
    background-color: white;
}

.Search--multi-select__row {
    padding: .2rem .8rem;
}

.Input--multi-select__row {
    display: inline-block;
    width: 160px;
    padding-right: 0;
    padding-left: .4rem;
}

.Input--multi-select__content {
    font-size: .8rem !important;
    padding-right: 0 !important;
}

.dualtxt-code {
    width: 80%;
    min-width: initial !important;
}

.dualtxt-name {
    background-color: white !important;
    min-width: initial !important;
}

    .dualtxt-name::-webkit-input-placeholder {
        color: #aaa !important;
    }

    .dualtxt-name:-ms-input-placeholder {
        color: #aaa !important;
    }

    .dualtxt-name::-moz-placeholder {
        color: #aaa !important;
    }

.report-sortable-ul li {
    list-style-type: decimal;
    cursor: move;
}

    .report-sortable-ul li:hover {
        background-color: #f5f5f5;
        opacity: .8;
    }

.orderDetailInfo--list {
    padding: .8rem 2rem;
}

.print-type__th {
    width: 120px;
    text-align: center;
    background-color: aliceblue;
    border: 1px solid lightgray;
    padding: .3rem;
}

.print-type__td {
    border: 1px solid lightgray;
    padding: .3rem;
}

.print-type__td__edit {
    border: 1px solid #bbb;
    background-color: #fafafa;
    width: 34px;
    height: 34px;
    font-size: .7rem;
    line-height: 34px;
    padding-left: .08rem;
    cursor: pointer;
    margin: -5px !important;
}

    .print-type__td__edit:hover {
        opacity: .8;
    }

/* 以下 2018.12.14 追加 */
.dialog-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .6);
    z-index: 10;
}

.dialog-loading__icon {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.singlepicker {
    min-width: initial !important;
}

.codeArea-left {
    display: inline-block;
    width: 35%;
    padding-top: 5px;
}

    .codeArea-left label {
        text-align: right !important;
        padding-right: 10px;
    }

.codeArea-right {
    display: inline-block;
    width: 65%;
    position: relative;
}

@media (max-width: 1300px) {
    .codeArea-left {
        width: 100%;
    }

        .codeArea-left label {
            text-align: left !important;
        }

    .codeArea-right {
        width: 100%;
    }
}

/* ↓ 追跡情報ダイアログデザイン ↓ */

.orderDetailbox__title {
    font-weight: 600;
    color: #167898;
    font-size: 1rem;
    display: inline-flex;
    align-items: flex-end;
}

.icon__svg--title {
    width: 1.3rem;
    height: auto;
    display: inline-block;
    margin-right: .5rem;
}

.deliveryInfo__companyIcon {
    width: 80px;
    position: relative;
}

    .deliveryInfo__companyIcon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.deliveryInfo {
    width: 100%;
    display: flex;
}

.deliveryInfo__companyName {
}

.deliveryInfo__Idnumber {
    color: #1FA7D8;
    border: 1px solid #23A9D8;
    border-radius: 3rem;
    padding: .3rem .5rem .2rem;
    font-size: .7rem;
    display: inline-flex;
    white-space: nowrap;
    margin: .8rem .5rem 0 auto;
    justify-content: center;
    align-items: center;
}

.deliveryHistory {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    font-size: .8rem;
    overflow-y: scroll;
}

.deliveryHistory__item {
    min-height: 38px;
}

.deliveryHistory__item,
.deliveryHistory__item__date {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
}

    .deliveryHistory__item .deliveryDate,
    .deliveryHistory__item__date .deliveryDate {
        width: 128px;
        position: relative;
    }

    .deliveryHistory__item .stepAction,
    .deliveryHistory__item__date .stepAction {
        width: 58%;
        padding-left: 1.5rem;
    }

.deliveryDate__date {
    /*position: relative;
    bottom: 10px;*/
    text-decoration: underline;
}

.deliveryDate__time {
    line-height: 2rem;
    margin-left: 1.8rem;
}

.deliveryDate__status {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 1rem;
    z-index: 10;
}

    .deliveryDate__status i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.deliveryStatus {
    width: 6px;
    position: relative;
}

    .deliveryStatus::after {
        content: '';
        width: 2px;
        height: 170%;
        display: block;
        position: absolute;
        background: #ccc;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

.stepAction__message {
    font-size: .8rem;
    line-height: 1rem;
}

.stepAction__location {
    font-size: .8rem;
}

/* ↑ 追跡情報ダイアログデザイン ↑ */
