@charset "UTF-8";
/* CSS Document */

.chip {
    margin-bottom: 3px;
    font-size: 12px;
    color: #c20003;
    position: relative;
    width: 100%;
}
.container-button button:hover {
    color: #ffffff;
}

.container-change-password .password-change-label {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #195d57;
    background-color: #f7f7f7;
    padding: 10px;
    font-weight: bold;
    font-size: 108%;
    margin-bottom: 15px;
    color: #000000;
    width: 100%;
    text-align: left;
}
.container-change-password .table-container input {
    width: 70%;
}
.container-change-password .table-container tr th {
    background: url(/images/pharm/common/thbg_l.jpg) repeat-y #1A5D57;
    width: 220px;
    padding: 5px 15px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.container-change-password .table-container tr td {
    padding: 6px 10px 6px 10px;
    background: #ffffff;
    border: #cccccc 1px solid;
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-word;
}
.container-button {
    margin-top: 20px;
}
.container-button button {
    background: url(/images/pharm/common/btn_save.jpg);
    width: 135px;
    height: 30px;
}
.container-button .edit-confirm {
    background: url(/images/pharm/common/btn_contentscheck.jpg) !important;
    width: 135px;
    height: 30px;
}
.container-button .edit-finish {
    background: url(/images/pharm/common/btn_finish.jpg) !important;
    width: 135px;
    height: 30px;
}
.container-button .btn-back-contact {
    background: url(/images/pharm/common/btn_backinput.gif) !important;
    width: 135px;
    height: 30px;
}
.container-button .contact-complete{
    background: url(/images/pharm/common/btn_submit.jpg) !important;
    width: 135px;
    height: 30px;
}
.container-button .contact-confirm {
    background: url(/images/pharm/common/btn_check.jpg) !important;
    width: 135px;
    height: 30px;
}
/*pharma csss*/
.container-pharma .container-form {
    background: #f8fafa;
    border: #8caeab 1px solid;
    padding: 30px 19px 20px 19px;
    margin-bottom: 30px;
}
.container-pharma .container-change-password {
    padding: 0 10px;
}
.container-pharma .form-control {
    height: 30px;
}

.container-pharma .form-control.text-area{
    height: auto;
}
.container-pharma .container-button {
    margin: 30px 0 10px;
}
.container-change-password .table-container tr th p {
    background: url(/images/pharm/common/ic_hissu.gif) no-repeat 165px 0px;
}
.select-district {
    padding: 0px 6px !important;
    width: 50% !important;
}
.w-35pc {
    width: 35% !important;
}
.contact-complete p {
    margin-bottom: 20px;
    line-height: 1.8;
}
.btn-back-top-page {
    color: #195d57;
    font-size: 108%;
    display: inline-block;
    text-align: center;
}
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.default-radio {
    width: auto !important;
    margin: 0;
}
.w-20pc {
    width: 20% !important;
}
.w-30pc {
    width: 30% !important;
}
#searchbox {
    border: #538681 3px solid;
    margin-bottom: 20px;
    padding: 15px 20px 0px 20px;
    background: #ffffff;
}

#searchbox .title {
    font-size: 108%;
    font-weight: bold;
    color: #195d57;
    background: url(/images/pharm/common/ic_search.gif) no-repeat 0 5px;
    padding: 2px 0 0 20px;
    margin-bottom: 20px;
}

#searchbox .form-group {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#searchbox .form-group input {
    margin-left: 10px;
}

#product-stock .btnbox3 a {
    text-decoration: none;
}

.pnumber {
    border: #8caeab 1px solid;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.pnumber .number {
    float: left;
    padding-top: 3px;
    width: 375px;
}

.pnumber .number span {
    font-weight: bold;
}

.pnumber .action {
    float: right;
}

tr.modified td {
    background-color: #eeeeff;
}

#product-listing .pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

#product-listing .pagination > li > a {
    margin-left: -10px !important;
}

#product-listing .pagination li.disabled {
    display: none;
}
.nowrap {
    white-space: nowrap;
}
#csvup {
    border-top:#C6D6D5 5px solid;
    border-bottom:#C6D6D5 5px solid;
    margin-bottom:40px;
    padding: 5px 0;
}
.txtCSV {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}
.midashi {
    font-weight: bold;
    font-size: 108%;
    margin-top: 20px;
}
.midashiCreate {
    font-weight: bold;
    font-size: 108%;
}


.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    table-layout: auto;
}

.responsive-table th,
.responsive-table td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ccc;
}
.lat-lng-input {
    width: 100%;
}
.form-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.form-inline-custom span {
    padding: 0 5px;
}
.zip-input {
    width: auto;
}
.form-inline-custom {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1299px) {
    .header .information-user,
    .information-user .user {
        padding-right: 0px !important;
    }
    .pd-mb-1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #idxInfo p img {
        max-width: 99%;
    }
    #idxNavi p {
        padding-top: 20px;
        margin-left: 40px;
    }
    .imgcd #Submit {
        max-width: 100%;
    }
    .tbl01 tbody th {
        font-size: 10px;
    }
    .tbl01 tbody td {
        font-size: 9px;
    }
    .res-mb-0 {
        margin-bottom: 0;
    }
    .input-custom {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
    .file-custom {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
    #csvup .label-csv,
    .txtCSV {
        font-size: 12px;
    }
    .responsive-table th,
    .responsive-table td {
        font-size: 80%;
        padding: 5px;
    }
    .tbl01 th{
        text-align: center;
    }
    #DeleteAllBtn img {
        max-width: 70%;
    }
    .pnumber .number {
        float: left;
        padding-top: 3px;
        width: auto !important;
    }
    .btn-export-csv {
        max-width: 40%;
    }
    .container-change-password .table-container tr th p {
        width: 155px;
        background: url(/images/pharm/common/ic_hissu.gif) no-repeat 115px 0px !important;
    }
    .radio-group {
        gap: 15px;
    }

    .radio-wrapper span {
        font-size: 14px;
    }
    .form-inline {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .lat-lng-input {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .zip-input {
        max-width: 35% !important;
        width: 35% !important;
        margin-bottom: 10px;
    }
    .w-70pc-mb {
        max-width: 100% !important;
        width: 70% !important;
    }
    .w-30pc-mb {
        width: 30% !important;
    }
    .form-inline-custom {
        flex-wrap: wrap;
    }
    #idxContact {
        margin-top: 20px;
    }
    .mergency-column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.mergency-column {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.file-input-wrapper {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    border: 1px solid #999;
    padding: 2px 10px;
    background-color: #f5f5f5;
    cursor: pointer;
    border-radius: 3px;
}

.file-input-wrapper:hover {
    background-color: #c2c2c2;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-placeholder {
    font-size: 14px;
    color: #6e6e6e;
    display: inline-block;
    max-width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media (max-width: 1299px) {
    .file-label {
        font-size: 12px;
    }
    .file-input-wrapper {
        padding: 2px 5px;
        width: 30%;
    }
    .file-placeholder {
        max-width: 170px;
        font-size: 12px;
    }
    #csvup .label-csv {
        width: 32%;
    }
}

@media (min-width: 1025px) {
    #contents {
        padding-top: 30px;
        padding-bottom: 0;
    }

    #contents > .section {
        padding: 0;
    }

    #body-change-password #gnavi li a {
        background: url(/images/pharm/common/ic_lnavi_cursor.gif) no-repeat 10px 14px;
        padding: 13px 10px 13px 20px;
        height: 35.8px;
        line-height: 50%;
        font-size: 14.6401px;
    }

    #body-change-password #gnavi li a:hover {
        background: url(/images/pharm/common/ic_lnavi_cursor.gif) no-repeat 10px 14px #538681;
    }


    #body-change-password  .left-menu{
        max-width: 250px;
        width: 100%;
    }

    .container-form {
        max-width: 690px;
        width: 100% !important;
        margin-right: 15px;
    }
    #body-change-password .container-change-password .table-container tr {
        font-size: 14.6401px;
    }

    #body-change-password .container-change-password .table-container tr th {
        max-width: 207px;
    }

    #body-change-password .container-change-password .table-container tr th > p {
        width: 175px;
        padding-bottom: 3px;
        color: #FFF;
        font-weight: bold;
        background: url(/images/pharm/common/ic_hissu.gif) no-repeat 155px 0px;
    }

    #body-change-password  .container-change-password .table-container tr td {
        line-height: unset;
    }

    #body-change-password  .container-change-password .table-container tr td input {
        height: 20px;
    }

    #body-change-password .container-pharma .container-button {
        margin: 20px 0 10px;
    }
}

.pharm-align-left {
    text-align: left !important;
}
.pharm-align-right {
    text-align: right !important;
}
.pharmacy-name {
    max-width: 300px;
    word-break: break-all;
    white-space: normal;
}

/*-------------------------------------------@*/
/*add_250609*/
.input-custom {
    width: calc(100% - 5%);
}
#product-listing .pagination > li > a {
    margin-left: 0 !important;
}
@media (max-width: 600px){
    #product-listing .pagination {
         justify-content: left; 
    }
}