html {
    height: 100%;
}

.container {
    width: 1024px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

body {
    margin: 0;
    font-size: 1rem;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #212529 !important;
    font-weight: 400;
    background-color: white !important;
    height: 100%;
}

.render-body {
    padding-top: 50px !important;
}

.loading {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0px;
    height: 1000px;
    width: 2000px;
    z-index: 9999;
}

header, footer, nav, section {
    display: block;
}

input::-ms-clear {
    display: none;
}

a {
    cursor: pointer;
}

/* Styles for basic forms
-----------------------------------------------------------*/

.badge-custom {
    background-color: #b9d061 !important;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.pre-line {
    white-space: pre-line;
}

.textarea-resize-none {
    resize: none;
    min-height: 55px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.word-break {
    word-break: break-all;
}

.col-align-middle {
    vertical-align: middle !important;
}

.col-align-top {
    vertical-align: top !important;
}

.margin-10 {
    margin: 10px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}


.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.height-percent-100 {
    height: 100% !important;
}

.width-percent-50 {
    width: 50%;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-30 {
    font-size: 30px;
}

.text-color-red {
    color: red;
}

.text-color-black {
    color: black;
}

.text-bold {
    font-weight: bold;
}

.not-link:hover {
    text-decoration: none;
}

.navbar-custom {
    background-image: linear-gradient(to bottom, #fff 100%, #fff 100%) !important;
}

.btn-primary-custom {
    background-color: #065ca8 !important;
    color: white !important;
}

    .btn-primary-custom:hover,
    .btn-primary-custom:focus,
    .btn-primary-custom.focus {
        background-color: #0069d9 !important;
        color: white !important;
        text-decoration: none;
    }

.btn-outline-primary-custom {
    background-color: transparent !important;
    color: #065ca8 !important;
    border-color: #065ca8 !important;
}

    .btn-outline-primary-custom:hover,
    .btn-outline-primary-custom:focus,
    .btn-outline-primary-custom.focus {
        background-color: #065ca8 !important;
        color: white !important;
        text-decoration: none;
    }

.btn-outline-secondary {
    background-color: transparent !important;
    color: #6c757d !important;
    border-color: #6c757d !important;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        background-color: #6c757d !important;
        color: white !important;
        text-decoration: none;
    }

.btn-nooutline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
}

    .btn-nooutline-secondary:hover {
        color: #6c757d;
        background-color: #dedede;
    }

    .btn-nooutline-secondary:focus, .btn-nooutline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

.btn-outline-danger {
    background-color: transparent !important;
    color: #c12e2a !important;
    border-color: #c12e2a !important;
}

    .btn-outline-danger:hover,
    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        background-color: #c12e2a !important;
        color: white !important;
        text-decoration: none;
    }

.btn-outline-success {
    background-color: transparent !important;
    color: #28a745 !important;
    border-color: #28a745 !important;
}

    .btn-outline-success:hover,
    .btn-outline-success:focus,
    .btn-outline-success.focus {
        background-color: #28a745 !important;
        color: white !important;
        text-decoration: none;
    }

.btn-outline-primary {
    background-color: transparent !important;
    color: #0069d9 !important;
    border-color: #0069d9 !important;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        background-color: #0069d9 !important;
        color: white !important;
        text-decoration: none;
    }

.btn-positive-custom {
    background-color: #145799;
    color: white;
}

    .btn-positive-custom:hover,
    .btn-positive-custom:focus,
    .btn-positive-custom.focus {
        background-color: #145799;
        opacity: 0.8;
        color: white !important;
        text-decoration: none;
    }

.btn-reject-custom {
    background-color: #e16f0f;
    color: white;
}

    .btn-reject-custom:hover,
    .btn-reject-custom:focus,
    .btn-reject-custom.focus {
        background-color: #f7ad52;
        color: white !important;
        text-decoration: none;
    }

.btn-e2mo-custom {
    background-color: #00BFFF;
    color: white;
}

    .btn-e2mo-custom:hover,
    .btn-e2mo-custom:focus,
    .btn-e2mo-custom.focus {
        background-color: #8BE0FE;
        color: white !important;
        text-decoration: none;
    }

.btn-sumifu-custom {
    background-color: #1AC7C6;
    color: white;
}

    .btn-sumifu-custom:hover,
    .btn-sumifu-custom:focus,
    .btn-sumifu-custom.focus {
        background-color: #949494;
        color: white !important;
        text-decoration: none;
    }

.btn-mitsui-custom {
    background-color: #dcafae;
    color: white;
}

    .btn-mitsui-custom:hover,
    .btn-mitsui-custom:focus,
    .btn-mitsui-custom.focus {
        background-color: #949494;
        color: white !important;
        text-decoration: none;
    }

    
.btn-sumirin-custom {
    background-color: #dcafae;
    color: white;
}

    .btn-sumirin-custom:hover,
    .btn-sumirin-custom:focus,
    .btn-sumirin-custom.focus {
        background-color: #949494;
        color: white !important;
        text-decoration: none;
    }

.btn-lixillbros-custom {
    background-color: #dcafae;
    color: white;
}

    .btn-lixillbros-custom:hover,
    .btn-lixillbros-custom:focus,
    .btn-lixillbros-custom.focus {
        background-color: #949494;
        color: white !important;
        text-decoration: none;
    }

.btn-asahikasei-custom {
    background-color: #dcafae;
    color: white;
}

    .btn-asahikasei-custom:hover,
    .btn-asahikasei-custom:focus,
    .btn-asahikasei-custom.focus {
        background-color: #949494;
        color: white !important;
        text-decoration: none;
    }

.btn-default-custom {
    background-color: #6c757d;
    color: white;
}

    .btn-default-custom:hover,
    .btn-default-custom:focus,
    .btn-default-custom.focus {
        background-color: #5a6268;
        color: white !important;
        text-decoration: none;
    }

.btn-clear-custom {
    background-color: #949494;
    color: white;
}

    .btn-clear-custom:hover,
    .btn-clear-custom:focus,
    .btn-clear-custom.focus {
        background-color: #bbb;
        color: white !important;
        text-decoration: none;
    }


.btn-info-custom {
    background-color: #5bc0de;
    color: white;
}

.btn-danger-custom {
    background-color: #d9534f;
    color: white;
}

.btn-danger-custom:hover,
.btn-danger-custom:focus,
.btn-danger-custom.focus {
    background-color: #e65853 !important;
    color: white !important;
    text-decoration: none;
}

.btn-delete-custom {
    background-color: transparent !important;
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

    .btn-delete-custom:hover,
    .btn-delete-custom:focus,
    .btn-delete-custom.focus {
        background-color: #dc3545 !important;
        color: white !important;
        text-decoration: none;
    }

.btn-transparent-custom {
    background-color: transparent;
    color: white !important;
}

    .btn-transparent-custom:hover,
    .btn-transparent-custom:focus,
    .btn-transparent-custom.focus {
        background-color: transparent;
        color: white !important;
        text-decoration: none;
    }

.btn-gray-custom {
    background-color: #808080;
    color: white;
}

    .btn-gray-custom:hover,
    .btn-gray-custom:focus,
    .btn-gray-custom.focus {
        background-color: gray;
        color: white !important;
        text-decoration: none;
    }

#contents-container {
}

    #contents-container.half {
        width: 570px;
        max-width: 570px;
    }

.container {
    width: 1024px !important;
    /*
	width: 90% !important;
    min-width:1024px !important;
        */
}

#systemfooter {
    width: 1024px !important;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    color: #999;
    font-size: 12px;
}

.footer {
    margin-top: 100px;
    border-top: 1px solid #E5E5E5;
    color: #777777;
    padding-bottom: 1em;
    padding-top: 1em;
}

.aspect-ratio-1-1 {
    position: relative;
}

    .aspect-ratio-1-1:after {
        padding-top: 100%;
        display: block;
        content: "";
    }

    .aspect-ratio-1-1 > * {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .aspect-ratio-1-1 > .center {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.sitemap-path {
    margin: 1em 0;
}

.e2mo-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

    .e2mo-icon:empty {
    }

.e2mo-icon-pen-a {
    background-image: url('./images/pencila20x20.png');
}

.e2mo-icon-pen-b {
    background-image: url('./images/pencilb20x20.png');
}

.e2mo-icon-loupe {
    background-image: url('./images/loupe20x20.png');
}

.e2mo-icon-arrow-l {
    background-image: url('./images/arrow left17x17.png');
}

.e2mo-icon-arrow-r {
    background-image: url('./images/arrow right17x17.png');
}

.e2mo-icon-exc {
    background-image: url('./images/exc20x20.png');
}

.e2mo-icon-sheck {
    background-image: url('./images/sheck20x20.png');
}

.e2mo-icon-tohalf {
    width: 56px;
    background-image: url('./images/121_20x56.png');
}

.e2mo-icon-tofull {
    width: 56px;
    background-image: url('./images/122_20x56.png');
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.div-hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    cursor: pointer;
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.width-100-percent {
    width: 100%;
}

/* Styles for basic forms
-----------------------------------------------------------*/
.editor-label {
    margin: 1.5em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.display-label {
    margin: 1.5em 0 0 0;
    font-weight: bold;
}

.display-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-error {
    background-color: #ffe4e1;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.volume-preview-item-no-image {
    background-color: #eee;
    text-align: center;
    font-size: xx-large;
    line-height: 283px;
}

.volume-preview-item-disabled {
    background-color: #eee;
    text-align: center;
    font-size: xx-large;
    line-height: 283px;
}

.preview-category-title {
    background-color: #DDDDDD;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.preview-approval-btn {
    background-color: #006600;
    color: #ffffff;
}

    .preview-approval-btn:hover {
        background-color: #336600;
        color: #ffffff;
    }

.panel-area {
    margin-bottom: 0px !important;
}

.no-radius {
    border-radius: 0px !important;
}

/*form loading*/
.page-loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://3.bp.blogspot.com/-FjddXJJsIv8/VeaoXmv8HQI/AAAAAAAAGww/PlCl0uSR_9g/s1600/loading.gif') 50% 50% no-repeat;
}

.modal-loader-relative {
    position: relative;
}

.modal-loader {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://3.bp.blogspot.com/-FjddXJJsIv8/VeaoXmv8HQI/AAAAAAAAGww/PlCl0uSR_9g/s1600/loading.gif') 50% 50% no-repeat;
}

/*#region set button width*/

.button-width-70 {
    width: 70px !important;
}

.button-width-80 {
    width: 80px !important;
}

.button-width-90 {
    width: 90px !important;
}

.button-width-100 {
    width: 100px !important;
}

.button-width-120 {
    width: 120px !important;
}

.button-width-140 {
    width: 140px !important;
}

.button-width-150 {
    width: 150px !important;
}

.button-width-160 {
    width: 160px !important;
}

.button-width-168 {
    width: 168px !important;
}

.button-width-180 {
    width: 180px !important;
}

.button-width-200 {
    width: 200px !important;
}

.button-width-300 {
    width: 300px !important;
}

.button-width-max {
    min-width: 100% !important;
}

.button-min-width-70 {
    min-width: 70px !important;
}

.button-min-width-80 {
    min-width: 80px !important;
}

.button-min-width-100 {
    min-width: 100px !important;
}

/*#endregion*/

/*#region set button height*/

.button-height-34 {
    height: 34px !important;
}

/*#endregion*/

/*#region set column width*/
.column-no-width {
    width: 45px !important;
    max-width: 45px;
}

.column-width-30 {
    width: 20px !important;
}

.column-width-20 {
    width: 20px !important;
}

.column-width-50 {
    width: 50px !important;
    max-width: 50px;
}

.column-width-70 {
    width: 70px !important;
    max-width: 70px;
}

.column-width-90 {
    width: 90px !important;
    max-width: 90px;
}

.column-width-100 {
    width: 100px !important;
    max-width: 100px;
}

.column-no-width-110 {
    width: 110px !important;
    max-width: 110px;
}

.column-width-115 {
    width: 115px !important;
    max-width: 115px;
}

.column-width-120 {
    width: 120px !important;
    max-width: 120px;
}

.column-width-122 {
    width: 122px !important;
    max-width: 122px;
}

.column-width-145 {
    width: 145px !important;
    max-width: 145px;
}

.column-width-150 {
    width: 150px !important;
    max-width: 150px;
}

.column-width-165 {
    width: 165px !important;
    max-width: 165px;
}

.column-width-172 {
    width: 172px !important;
    max-width: 172px;
}

.column-width-180 {
    width: 180px !important;
}

.column-width-200 {
    width: 200px !important;
    max-width: 200px;
}

.column-width-250 {
    width: 250px !important;
    max-width: 250px;
}

.column-width-370 {
    width: 370px !important;
    max-width: 370px;
}

.column-width-450 {
    width: 450px !important;
    max-width: 450px;
}

.column-width-30 {
    width: 20px !important;
}

.column-width-420 {
    width: 420px !important;
    max-width: 420px;
}

.column-width-430 {
    width: 430px !important;
    max-width: 430px;
}

.column-width-500 {
    width: 500px !important;
    max-width: 500px;
}

.column-width-600 {
    width: 600px !important;
    max-width: 600px;
}
/*#endregion*/

.sort-item :hover {
    cursor: pointer;
}

.click-item :hover {
    cursor: pointer;
}

/*#region set tooltip column*/
.tooltip-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip-overflowoff {
    white-space: nowrap;
    overflow: hidden;
}

.only-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#endregion*/

/*#region set background color of error line */
.input-error {
    background-color: lavenderblush;
}
/*#endregion*/

/*#region set font color of description */
.description pre {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: #fff;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: normal;
}

.pre-style-none {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

/*#endregion*/

/*ie only*/
.ime-mode-disabled {
    ime-mode: disabled;
}

/*#region set required mark on required fields*/
.form-horizontal .control-label.required:after {
    color: #f00;
    content: "*";
}

span.required:after {
    font-weight: bold;
    color: #f00;
    content: "*";
}
/*#endregion*/

/*#region checkbox custom style*/
input[type="checkbox"],
input[type="radio"] {
    vertical-align: sub;
}

input[type=radio].radio-style,
input[type=checkbox].check-style {
    display: inline-block;
    margin-right: 6px;
}

    input[type=radio].radio-style + label,
    input[type=checkbox].check-style + label {
        position: relative;
        display: inline-block;
        line-height: 1.5px;
        cursor: pointer;
    }

@media (min-width: 1px) {
    input[type=radio].radio-style,
    input[type=checkbox].check-style {
        display: none;
        margin: 0;
    }

        input[type=radio].radio-style + label,
        input[type=checkbox].check-style + label {
            padding: 0 0 0 24px;
        }

            input[type=radio].radio-style + label::before,
            input[type=checkbox].check-style + label::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                width: 18px;
                height: 18px;
                margin-top: -9px;
                background-color: white;
            }

            input[type=radio].radio-style + label::before {
                border: 2px solid #c2ced2;
                border-radius: 30px;
            }

            input[type=checkbox].check-style + label::before {
                border: 2px solid #c2ced2;
            }

        input[type=radio].radio-style:checked + label::after,
        input[type=checkbox].check-style:checked + label::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
        }

        input[type=radio].radio-style:checked + label::after {
            left: 5px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            background: #19c5ff;
            border-radius: 8px;
        }

        input[type=checkbox].check-style:checked + label::after {
            left: 3px;
            width: 16px;
            height: 8px;
            margin-top: -8px;
            border-left: 3px solid #12b4eb;
            border-bottom: 3px solid #12b4eb;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
}

input[type=radio].radio-disable-style,
input[type=checkbox].check-disable-style {
    display: inline-block;
    margin-right: 6px;
}

    input[type=radio].radio-disable-style + label,
    input[type=checkbox].check-disable-style + label {
        position: relative;
        display: inline-block;
        line-height: 1.5px;
        cursor: pointer;
    }

@media (min-width: 1px) {
    input[type=radio].radio-disable-style,
    input[type=checkbox].check-disable-style {
        display: none;
        margin: 0;
    }

        input[type=radio].radio-disable-style + label,
        input[type=checkbox].check-disable-style + label {
            padding: 0 0 0 24px;
        }

            input[type=radio].radio-disable-style + label::before,
            input[type=checkbox].check-disable-style + label::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                width: 18px;
                height: 18px;
                margin-top: -9px;
                background-color: white;
            }

            input[type=radio].radio-disable-style + label::before {
                border: 2px solid #c2ced2;
                border-radius: 30px;
            }

            input[type=checkbox].check-disable-style + label::before {
                border: 2px solid #c2ced2;
            }

        input[type=radio].radio-disable-style:checked + label::after,
        input[type=checkbox].check-disable-style:checked + label::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
        }

        input[type=radio].radio-disable-style:checked + label::after {
            left: 5px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            background: #19c5ff;
            border-radius: 8px;
        }

        input[type=checkbox].check-disable-style:checked + label::after {
            left: 3px;
            width: 16px;
            height: 8px;
            margin-top: -8px;
            border-left: 3px solid gray;
            border-bottom: 3px solid gray;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
}
/*#endregion*/

/*#region h4 custom style*/
h4.title-style {
    position: relative;
    padding-left: 25px;
    border-bottom: 3px solid #0bd;
    color: #666;
    line-height: 25px;
}

    h4.title-style:before {
        position: absolute;
        top: -8px;
        left: 7px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        height: 12px;
        width: 12px;
        background: #8BE0FE;
        content: "";
    }

    h4.title-style:after {
        position: absolute;
        top: 8px;
        left: 2px;
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        height: 8px;
        width: 8px;
        background: #8BE0FE;
        content: "";
    }
/*#endregion*/

/*#region form style*/
.form-style-none {
    border: 0;
    outline: none;
    font-weight: normal;
    padding: 5px !important;
}

.form-style-gray {
    border: 1px solid #ddd;
    margin: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    line-height: normal;
}

.from-style-parent-fill {
    border: 1px solid #ddd;
    margin: 1px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

/*#endregion*/

/*#region fa-icon color*/
.fa-green:before {
    color: #A4C639;
}

.fa-white:before {
    color: white;
}

.fa-dark-gray:before {
    color: #A9A9A9;
}

.fa-dark-blue:before {
    color: #077aba;
}

.fa-fire-brik {
    color: #B22222;
}
/*#endregion*/

/*#region custom float button*/
.float-gray-btn {
    width: 25px;
    height: 25px;
    border-radius: 25%;
    background-color: gray;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    margin: 5px;
}

.float-blue-btn {
    width: 25px;
    height: 25px;
    border-radius: 25%;
    background-color: #077aba;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    margin: 5px;
}

    .float-gray-btn:hover,
    .float-blue-btn:hover {
        opacity: 0.8;
        cursor: pointer;
    }
/*#endregion*/

/*#region balloon style */
.balloon-top {
    color: #19283C;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    height: auto !important;
    min-width: 115px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    background: #F6F6F6;
    z-index: 0;
    text-align: left;
}

    .balloon-top:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 10%;
        margin-left: -9px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #F6F6F6 transparent;
        z-index: 0;
    }
/*#endregion*/

/* #region general-purpose */
.img-hover:hover {
    cursor: pointer;
    opacity: 0.5;
}

.hidden {
    display: none;
}

.font-normal {
    font-weight: normal;
}

button.btn-style-clear {
    -webkit-appearance: none;
    border: 0;
    background: transparent;
}

    button.btn-style-clear:hover {
        opacity: 0.5;
    }

button.btn-style-none {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 7px;
}

/*#endregion*/

.nav-global-menu > li > a {
    padding: 8px 8px !important;
}

.text-infomation {
    color: #ff6666;
    font-weight: bold;
}

.table .table-half-width {
    width: 50%;
}

.clearfix {
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
}

/* ローディング用のモーダル背景 */
.modal-loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
}

/* アニメーションローディング1 : ボールがくるくる円形に回る */
.spining-ball {
    /*color: #6797f9;*/
    color: gray;
    font-size: 8px;
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* アニメーションローディング2：ボールが横並びで拡大縮小を繰り返す */
.expanding-ball,
.expanding-ball:before,
.expanding-ball:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.expanding-ball {
    /*color: #6797f9;*/
    color: gray;
    font-size: 8px;
    position: absolute;
    top: 45%;
    left: 50%;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .expanding-ball:before,
    .expanding-ball:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .expanding-ball:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .expanding-ball:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* アニメーションローディング3：ボールがくるくる円形に回り拡大縮小を繰り返す */
.spninig-expanding-ball {
    color: gray;
    font-size: 75px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 円形画像 */

.img-size-150 {
    width: 150px;
    height: 150px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}

.img-circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.img-circle-30 {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.img-circle-20 {
    width: 20px;
    height: 20px;
}


.img-resize-width-100 {
    height: auto;
    width: 100%;
}


.img-resize-height-100 {
    height: 100%;
    width: auto;
}

/* 非表示 */

.no-show {
    display: none !important;
}

/* テーブル */

.thead-gray-custom {
    background-color: #808080;
    color: white;
}

    .thead-gray-custom th {
        border: 1px solid #808080 !important;
        color: white;
        vertical-align: middle !important;
        text-align: center !important;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle !important;
}

.table > tbody > tr.even {
    background: #f4f4f4;
    text-align: center;
}

    .table > tbody > tr.even:nth-child(even) {
        background: #fff;
        text-align: center;
    }

.table > tbody + tbody {
    border: 1px !important;
}

.table-hover > tbody > tr:hover {
    background-color: #ececec !important;
}

.table > tbody > tr.alert {
    background: #fde9e7;
}

    .table > tbody > tr.alert:nth-child(even) {
        background: #fde9e7;
    }

    .table > tbody > tr.alert:hover {
        background: #fde9e7 !important;
    }

/* リンク */
.btn-link {
    color: #065ca8 !important;
}

a {
    color: #065ca8 !important;
}

    a:hover,
    a:focus {
        color: #065ca8 !important;
        outline: none !important;
    }

*:focus {
    outline: none !important;
}

/* ボタン */
.btn-sm {
    padding: 4px 6px 2px !Important;
}

/* ページング */
.pagination {
    margin: 20px 0 !important;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #fff !important;
        background-color: #065ca8 !important;
        border-color: #b1bac4 !important;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        cursor: pointer !important;
        color: #fff !important;
        background-color: #065ca8 !important;
        border-color: #b1bac4 !important;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        cursor: default !important;
        color: #212529 !important;
        background-color: #ddd !important;
        border-color: #b1bac4 !important;
    }

/* リスト */
.list-group-item {
    color: #212529 !important;
}

    .list-group-item:hover,
    .list-group-item:focus {
        color: #fff !important;
        background-color: #065ca8 !important;
    }

/* エラー */
.label-danger-custom {
    margin-bottom: 15px !important;
    display: inline-block !important;
    padding: .5em .5em .55em !important;
}

.alert-text-informetion {
    color: #d9534f;
    font-size: 11px;
    font-weight: bold;
}

/* breadcrumb */
.breadcrumb {
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
    overflow-x: auto; /* テキストが長い場合X軸にスクロールバー出現 */
}

    /* breadcrumb スクロールバー */
    .breadcrumb::-webkit-scrollbar {
        height: 5px;
    }

    .breadcrumb::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }

    .breadcrumb::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #999;
    }

/* breadcrumb スクロールバー(IE) */
.breadcrumb {
    scrollbar-arrow-color: #999;
    scrollbar-face-color: #999;
    scrollbar-3dlight-color: #999;
    scrollbar-darkshadow-color: #999;
    scrollbar-highlight-color: #999;
    scrollbar-shadow-color: #999;
    scrollbar-track-color: #eee;
}

    /* breadcrumb リスト */
    .breadcrumb ul {
        display: table;
        margin: 0;
        padding: 0 15px 0 0;
    }

        .breadcrumb ul li {
            font-size: 12px;
            font-size: 1.2rem;
            display: table-cell;
            white-space: nowrap; /* 改行なし */
            vertical-align: middle;
            padding-right: 26px;
            position: relative;
        }

            .breadcrumb ul li:last-child {
                padding-right: 0;
            }

                .breadcrumb ul li:last-child:after {
                    display: none;
                }

            /* breadcrumb 矢印 */
            .breadcrumb ul li:after {
                position: absolute;
                display: block;
                content: '';
                content: ">";
                top: 0px;
                right: 8px;
            }

#kizukuTitle {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.menu-badge-announcement {
    width: 10px;
    height: 10px;
    background-color: #c92128;
    border-radius: 10px;
    position: absolute;
    left: 18px;
    top: 14px;
}

.menu-badge-ready-reserved-file {
    width: 8px;
    height: 8px;
    background-color: #c92128;
    border-radius: 10px;
    position: absolute;
    display: inline-block;
    right: -7px;
    top: 14px;
}

.select-disabled {
    background-color: silver;
}

/*リンク*/
.cp-link {
    position: relative;
    padding: 0.1em 0.3em;
    display: inline-block;
    transition: .3s;
    color: gray;
}

    .cp-link::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: gray;
        transition: .3s;
        transform: translateX(-50%);
    }

    .cp-link:hover::after {
        width: 100%;
    }

select {
    cursor: pointer;
}


.underline-hover {
    position: relative;
}

.btn-style-manual {
    -webkit-appearance: none;
    border: 0;
    background: transparent;
}

.underline-hover::after {
    background-color: #065CA8;
    bottom: 4px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    /*  transition: .5s all; */
    width: 0;
}

.underline-hover:hover::after {
    width: 100%;
}

.question-icon {
    position: relative;
    display: inline-block;
    align-items: center;
    padding: 4px;
    vertical-align: middle;
    text-decoration: none;
}

    .question-icon:hover {
        border-radius: 15px;
        background-color: #dedede;
        transition: all 0.3s;
    }

    .question-icon img {
        width: 22px;
        height: 22px;
    }

/*ハンバーガーメニュー*/
.navbar-toggler {
    padding: 0.4rem 1.25rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.35rem;
    display: flex;
    float: right;
    margin-top: 0.25em;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .navbar-toggler {
        display: none;
  }
  .navbar-nav-ham {
        display: none;  
  }
  .icon-name {
        display: none;
    }
     /*顧客管理ドロップダウンメニュー*/
    #bukken-manage-dropdown {
        margin-left: 5px !important;
    }
     /*リファレンスサイト*/
    .sitename {
        margin-left: 1.4em;
    } 
}

@media (max-width: 991.98px) {
    
    /*ハンバーガーメニューボタンの右の余白(ヘッダー)*/
    .navbar-header {
         padding: 0 15px 0 0px;
    }
    /*ハンバーガーメニューの高さ*/
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
	    max-height: none !important;
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
    /*顧客管理*/
    #bukken-manage {
        margin-top: -5px !important;
    }
    .navbar-nav > li > .dropdown-menu {
        width: 100%;
        position: inherit;
        box-shadow: none;
    }
    .dropdown {
        margin-left: 1px !important;
    }
    /*各種メニューアイコン*/
    #menu-navbar > .nav > li > a.menu-icon{
        position: relative;
        padding-left: 0px !important;
        padding-top: 2px !important;
    }
    /*各種メニューアイコンの画像*/
    #menu-navbar > .nav > li > a > img {
		max-width: none;
	}
    a.underline-hover {
        padding-top: 8px !important;
    }
    /*アイコン横のメニュー名*/
    .icon-name {
        font-size: 13px;
        margin-left: .5rem;
        color: rgba(0,0,0,.5);
    } 
    .icon-name:hover {
        color: rgba(0, 0, 0, 0.7);
    }
    /*お知らせのベル*/
    .announce-bell {
        max-width: none;
        margin-top: 0px;
        margin-left: 2px !important;
    }
    /*お知らせベルのバッジ*/
    .menu-badge-announcement {
        margin-left: 2px;
        margin-top: -7px;
    }
    /*ダウンロード状況*/
    #btn-file-download-reservation {
        padding-top: 8px !important;
        padding-bottom: 16px !important;
    }
    /*よくある質問*/
    #qanda {
        padding-bottom: 16px !important;
        margin-left: 4px;
    }
    #menu-navbar > .nav > li > button {
        width: 100%;
        text-align: left !important;
    }
    /*マニュアル*/
    #manual {
        padding-top: 8px !important;
        padding-bottom: 16px !important;
        margin-left: 4px;
    }
    /*プロフィール画像*/
    .img-circle-30 {
        margin-left: 0px !important;
    }
    /*プロフィール名*/
    #output_profileName {
        margin-left: 8px !important;
    }
    /*リファレンスサイト*/
    .sitename {
        margin-left: 0em;
    }
}


