@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

.annotation {
    color: #707f89;
    font-size: 14px;
}
.m-center {
    margin: auto 0 !important;
}

.m-mid {
    margin: 0 auto !important;
}

.main-text {
    color: #3B4043;
}

.font-montserrat {
    font-family: Montserrat-Regular, sans-serif;
}

button {
    outline: none!important;
    border: none;
}

span.title {
    margin-left: 10px;
    color: #3b4043;
}

.active-custom {
    background-color: #e0e5ea !important;
}

.custom-tooltip {
    width: 40px;
    height: 40px;
}
.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 240px !important;
    font-size: 12px;
    background: #dce6f1;
    color: rgb(0, 0, 0, .7);
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.open_sidebar.wrapper {
    width: 100% !important;
}

.btn-primary:disabled {
    cursor: not-allowed;
}

.no-data {
    color: red;
    display: none;
    text-align: center;
}

.custom-disable {
    cursor: not-allowed !important;
}

.btn.btn-primary {
    border: none;
    background-color: #41A38C!important;
}

.flex-grow-2 {
    flex-grow: 2;
}

.flex-grow-3 {
    flex-grow: 3;
}

.cursor-pointer {
    cursor: pointer;
}

.smallest-text {
    font-size: 10px;
}

.w-150px {
    width: 150px;
}

.vertical-padding-10px {
    padding: 0 10px
}

.full-width {
    width: 100%;
}

.word-break-all {
    word-break: break-all !important;
}

#error-data-system {
    z-index: 9999;
}

.remove-border {
    border: none;
}

.text-heading {
    color: #707f89 !important;
}

.margin-right-7 {
    margin-right: 7px;
}

/* YYSYSTEM-2031 --> */
.required::after {
    content: "必須";
    /* background-color: #f0ad4e; */
    background-color: #C44;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.optional::after {
    content: "任意";
    /* background-color: #f0ad4e; */
    background-color: gray;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
/* <-- YYSYSTEM-2031 */

.transition-none {
    transition: none;
}


#disabled-js {
    background-color: #8e9396;
}

.modal-on-off-js {
    width: 650px;
    height: 200px;
    background-color: #fff;
}

/* DEHA_EQR-1204 --> */
.modal-system-size {
    min-width: 1000px;
}

.modal-system-size .modal-content {
    height: 375px;
}
.btn-ok-modal-system {
    border: none;
    background-color: #41A38C;
    color: #FFFFFF;
    border-radius: 30px;
    outline: none;
    padding: 0 10px;
    width: 176px;
    height: 48px;
}

.btn-cancel-modal-system {
    padding: 0 10px;
    width: 176px;
    height: 48px;
    background-color: #FFFFFF;
    color: #0C8467;
    border-radius: 30px;
    border: 2px solid #CDD6DD;
    margin-right: 15px;
}

/* <-- DEHA_EQR-1204 */

.width-10-percent {
    width: 10%;
}


.msg-error {
    color: red !important;
}


.btn-main {
    width: 176px;
    height: 48px;
}

#error-login-modal .modal-dialog {
    max-width: 800px;
}

#error-login-modal .margin-div {
    margin-top: 24px;
    margin-left: 19px;
}

#error-login-modal .modal-body .margin-div {
    height: 120px;
}

#error-login-modal .title {
    color: #707f89;
    font-size: 20px;
}

#error-login-modal .modal-footer .btn-ok {
    border: none;
    background-color: #41A38C;
    color: #FFFFFF;
    border-radius: 30px;
    outline: none;
    padding: 0 10px;
    width: 176px;
    height: 48px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-1F3134 {
    color: #1F3134
}

.font-20 {
    font-size: 20px;
}

.font-14 {
    font-size: 14px;
}

.color-c0c0c0 {
    color: #c0c0c0;
}

.color-00A381 {
    color: #00A381 !important;
}

.tooltip-custom {
    cursor: auto;
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    background-color: lightgray;
    color: black;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 9999;
}


#modal-ip-invalid .modal-footer {
    border-top: none;
}

#modal-ip-invalid .modal-footer .btn-close-modal {
    width: 170px;
    height: 50px;
    font-size: 18px;
    background-color: #46b298;
    border-radius: 30px;
    color: #FFFFFF;
    opacity: 1!important;
}

#modal-ip-invalid .modal-footer .btn-close-modal:hover {
    border-color: #41A38C;
    background-color: #41A38C;
}
