@font-face {
    font-family: 'MyFont';
    src: url('/fonts/NotoSansJP-Regular.woff') format('woff');
}

body {
    font-family: 'MyFont', sans-serif !important;
}

.text-small {
    font-size: 12px !important;
}

.form-control:disabled {
    background-color: #333333 !important;
    color: #cccccc !important;
}

.hiddenRow {
    padding: 0 !important;
    border: 0 !important;
    margin-top: -5px !important;
}

.spacing1 {
    border-spacing: 0 2px !important;
    -webkit-border-horizontal-spacing: 0px !important;
    -webkit-border-vertical-spacing: 1px !important;
}

.spacing2 {
    border-spacing: 0 2px !important;
    -webkit-border-horizontal-spacing: 0px !important;
    -webkit-border-vertical-spacing: 2px !important;
}


.info-message {
    color: #17a2b8 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.warning-message {
    color: #E15858 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.info-message i,
.warning-message i {
    margin-top: 2px;
    margin-right: .25rem!important;
}

.text-light {
    color:#a2a2a2 !important;
}
.text-secure {
    color:#ff8021 !important;
}
.text-basic {
    color: #d0d0d0 !important;
}
