footer{display: flex; flex-flow: row wrap; justify-content: space-between; background: #fff; margin-top: 2em; padding: 10px 15px; font-size: 90%;}
footer a{color: #236;}
footer ul{list-style: none; padding: 0; margin-bottom: 0; font-size: 90%;}
footer li{display: inline-block; margin-right: 1.5em;}
footer p{margin: 10px 0 0 1em; white-space: nowrap;}

.headerGlobalLogo {
    width: 120px;
    margin-left: 0;
    padding-top: 6px;
}

.headerGlobalLogo img {
    width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.bgr-k {
    background: #BEEBE6;
    background: rgba(190, 235, 230, 1);
}

.bgr-s {
    background: #e5ebe0;
    background: rgba(229, 235, 224, 1);
}

.info-form {
    max-width: 550px;
    margin: 0 auto;
}

.info-fr {
    max-width: 900px;
    margin: 0 auto;
}

.info-fr-1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.w-1100 {
    max-width: 1100px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.col-form-label {
    white-space: nowrap;
    cursor: default !important;
}

.btn-scan {
    width: 50%;
}

.inp-check::before {
    top: 0;
    width: 20px;
    height: 20px;
    color: #007bff;
}

.inp-check::after {
    top: 0;
    width: 20px;
    height: 20px;
}

.table {
    white-space: nowrap;
}

.modal-content {
    // padding: 30px;
}

.mw-150 {
    min-width: 150px;
}

.mw-120 {
    min-width: 120px;
}

.btn-width {
    min-width: 170px;
}

.w-375 {
    max-width: 375px;
    margin: 0 auto;
}

.link-txt {
    margin-top: 50px;
}

.red {
    color: red;
}

.modal-dialog {
    max-width: 550px;
}

.card-body {
    overflow-x: auto;
}

.modal-450 {
    max-width: 450px;
    margin: 0 auto;
}

.mh-240 {
    max-height: 240px !important;
}

.h-txt {
    font-size: 24px;
}

.h-txt-20 {
    font-size: 20px;
}

.h-txt-15 {
    font-size: 15px;
}

.h-txt-14 {
    font-size: 14px;
}

.h-txt-color{
    color: black;
}

.gr-info .gr-left {
    width: 60%;
}

.gr-info .gr-right {
    width: 40%;
}

.gr-inf {
    margin: 0 0 0 -10px;
}

.gr-left {
    width: 70%;
    padding: 0 0 0 10px;
}

.gr-lf {
    width: 100%;
    padding: 0 0 0 10px;
}

.gr-md {
    display: none;
}

.gr-pc {
    display: block;
    width: 30%;
    padding: 0 0 0 10px;
}

.gr-right {
    width: 30%;
    padding: 0 0 0 10px;
}

.check-cus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: calc(0.375rem + 1px);
}

.box-table .pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fa-times-circle {
    color: red;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.icon-edit {
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.icon-export {
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #B8373B;
}

.card-border {
    border-radius: 0.625rem 0.625rem 0 0;
}

.table-sc {
    max-height: 350px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
    text-align: center;
}

.md-number-input.number-input {
    border: 1px solid #e1e5eb;
    max-width: 153px;
    margin: 0 auto;
}

.md-number-input.number-input button {
    outline: none;
    width: 30px;
    height: 10px;
}

.md-number-input.number-input button.minus {
    padding-left: 8px;
}

.md-number-input.number-input button.plus {
    padding-left: 2px;
}

.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
    width: 12px;
    background-color: #3d5170;
    top: 2px;
    left: 50%;
}

.md-number-input.number-input input[type="number"] {
    font-size: 18px;
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #e1e5eb;
    border-width: 0 2px;
    height: 29px;
    font-weight: bold;
    outline: none;
    color: #3d5170;
    border-radius: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .number-input.md-number-input.safari_only button:before,
        .number-input.md-number-input.safari_only button:after {
            margin-top: 0;
        }

        .md-number-input.number-input button:before,
        .md-number-input.number-input button:after {
            top: -1px;
        }
    }
}

.card-body-number {
    padding: 20px;
}

img {
    max-height: 100%;
}

.info-box {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.card-img-top {
    margin-bottom: 20px;
    height: 200px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-img-top img {
    max-height: 200px;
    max-width: 100%;
}

.card-post .card-body {
    padding: 20px 10px;
}

.card-post__image {
    background-size: contain;
}

.modal-open .modal {
    z-index: 9999;
}

.h-35 {
    height: 35px;
}

.bg-white-sm {
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .card-img-top {
        margin-bottom: 10px;
    }

    .cus-line {
        margin-right: 3px;
    }

    .w-1100 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .cus-line {
        margin-right: 0.8rem;
    }

    .w-1100 {
        font-size: 15px;
    }

    .btn-scan {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .gr-md {
        display: block;
        width: 30%;
        padding: 0 0 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .gr-pc {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .btn-search {
        margin-top: 1.5rem;
    }

    .gr-lf {
        width: 70%;
        padding: 0 0 0 10px;
    }

    .md-number-input.number-input input[type="number"] {
        width: 83px;
    }

    .btn-width {
        min-width: 140px;
    }

    .main-navbar .navbar .navbar-nav .dropdown-menu {
        left: 0 !important;
    }

    .btn-csv {
        display: none;
    }

    .wrapper {
        padding: 15px;
    }

    .link-txt {
        margin-top: 20px;
    }

    .modal-content {
        padding: 40px 20px;
    }

    .h-txt {
        font-size: 18px;
    }

    .form-gr {
        text-align: center;
    }

    .modal-dialog {
        max-width: 350px;
        margin: 0 auto;
    }

    .box-table .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .text-left {
        margin-right: 15px;
    }

    .paging-custom {
        margin: auto;
    }
}

@media only screen and (max-width: 448px) {
    .btn-width {
        min-width: 125px;
    }
    #searchRomajiName {
        margin-left : 0px!important;
    }
    #romajiNameInput {
        margin-left: 0px!important;
    }
    #search-k05-button {
        margin-left : 0px!important;
    }
}

.invalid-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #c4183c;
}

.has-error.form-control {
    border-color: #dc3545 !important;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
}

.positive {
    background-color: #ffe29f;
}

/* pagination-responsive */
.pagination-responsive {
}
.pagination-responsive .pagination .page-item.page-number {
    display: none;
}
.pagination-responsive .pagination .page-item.page-number.active {
    display: inline !important;
}
.pagination-responsive .pagination .dot-guide {
    display: none;
}
.pagination-responsive .pagination .dot-guide-sp {
    display: inline;
}

@media (min-width: 768px) {
    .pagination-responsive .pagination .page-item.page-number {
        display: inline !important;
    }
    .pagination-responsive .pagination .dot-guide {
        display: inline !important;
    }
    .pagination-responsive .pagination .dot-guide-sp {
        display: none !important;
    }

    .paging-custom {
        margin-left: auto;
    }
    #searchRomajiName {
        margin-left : 0px;
    }
}

.paging-info {
    padding-top: 8px;
    font-weight: bold;
}

.img-logo {
    max-width: none;
    height: 50%;
    max-height: 40px;
    min-height: 30px;
    margin: 15px auto;
}

#div-logo{
    width: 38%;
}

.logo{
    // width: 21.8%;
}


.fz-28 {
    font-size: 28px;
    margin-top: -2px;
}

.upload-file-form {
    max-width: 650px;
}

.custom-dropdown-menu {
    float: right !important;
    left: auto !important;
}

.w-50 {
    width : 150% !important
}
#errorContent {
    max-height: 200px !important;
    overflow-y: auto;
    margin-bottom: 16px;
}
#searchRomajiName {
    margin-left : 24px;
}
#romajiNameInput {
    margin-left: 16px;
}
#invoice-error-title {
    margin-bottom : 16px;
}
#search-k05-button {
    margin-left : 32px;
}

.custom-dropdown-menu {
    float: right !important;
    left: auto !important;
}

.word-break-all {
    word-break: break-all;
}

.request-id{
    color: #007bff;
}

.valid-failure{
    border-color : #c4183c !important;
}

/***-----------------------------***/

.navStep {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.navStep--column3 .navStep-box {
    width: 33.333333%;
}
.navStep .navStep-box {
    text-align: center;
    margin-top: 20px;
}
.navStep .navStep-box:first-of-type .navStep-box-round::after {
    background: none;
    position: static;
    height: 0;
}
.navStep .navStep-box .navStep-box-title {
    margin-top: 8px;
    color: #ACB0B9;
    font-size: 16px;
    font-weight: 500;
}
.navStep .navStep-box .navStep-box-round {
    position: relative;
}
.navStep .navStep-box .navStep-box-round::after {
    position: absolute;
    top: 13px;
    left: -50%;
    height: 2px;
    width: 100%;
    content: "";
    background: #ACB0B9;
    display: block;
}
.navStep .navStep-box .navStep-box-round span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E3E5E8;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    color: #C7CAD1;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
}
.navStep .navStep-box .navStep-box-round span img {
    max-width: 18px;
}
.navStep .navStep-box--active .navStep-box-round span {
    background: #fff;
    color: #3F908F;
    border: 2px solid #3F908F;
}
.navStep .navStep-box--activeRound .navStep-box-round span {
    background: #00C650;
    border: none;
}
.navStep .navStep-box--active .navStep-box-title {
    color: #3F908F;
    font-weight: 700;
}
.navStep .navStep-box--activeRound .navStep-box-title {
    color: #56B583;
    font-weight: 700;
}

@media only screen and (min-width: 769px) {
    .header {
        background: #fff;
        box-shadow: 0px 0px 4px rgba(46, 49, 56, 0.15);
    }
    .div-hospital .hospital-name {
        text-align: right;
    }
    .wrapContent {
        max-width: 960px;
        width: 100%;
        background: #FFF;
        box-shadow: 0px 4px 10px rgba(46, 49, 56, 0.15), 0px 0px 2px rgba(46, 49, 56, 0.15);
        border-radius: 8px 8px 0px 0px;
        margin-top: 28px;
        padding-bottom: 20px;
        /* height: 100%;
        min-height: 850px; */
    }
}
@media only screen and (max-width: 768px) {
    .navStep .navStep-box .navStep-box-round span {
        font-size: 14px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .navStep .navStep-box .navStep-box-title {
        font-size: 14px;
    }
}

.red-imp {
    color: red !important;
    font-size: 14px !important;
}

.mw-700 {
    max-width: 700px;
}

.fa-1xl {
    font-size: 24px;
}

.chart-format {
    width: 100%;
    margin: auto;
    padding-bottom: 25px;
}

.table-format {
    width: 100%;
    margin: auto;
    padding: 10px;
}

.l21-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    padding: 10px;
}

.l21-td {
    border: 2px solid #dddddd;
    text-align: left;
    padding: 4px;
    background: #ceccd1;
}

.l21-td-center {
    border: 2px solid #dddddd;
    text-align: center;
    padding: 4px;
    background: #e8e7e9;
}

.l21-background-1 {
    background: #ceccd1;
}

.l21-background-2 {
    background: #e8e7e9;
}

.l21-th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 6px;
    background: #3c1053;
    color: #ffffff;
}

.title-chart {
    font-size: medium;
}

.disabled-status {
    color: #a5a5a5;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}