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

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

@font-face {
    font-family: Source Han Sans JP;
    src: url("../../fonts/sourcehansans/SourceHanSans-Normal.ttf") format("truetype"),
         url("../../fonts/sourcehansans/SourceHanSans-Normal.woff") format("woff"),
         url("../../fonts/sourcehansans/SourceHanSans-Normal.woff2") format("woff2"),
         url("../../fonts/sourcehansans/SourceHanSans-Normal.eot") format("embedded-opentype");
}

@font-face {
    font-family: Source Han Sans JP Medium;
    src: url("../../fonts/sourcehansans/SourceHanSans-Medium.ttf") format("truetype"),
         url("../../fonts/sourcehansans/SourceHanSans-Medium.woff") format("woff"),
         url("../../fonts/sourcehansans/SourceHanSans-Medium.woff2") format("woff2"),
         url("../../fonts/sourcehansans/SourceHanSans-Medium.eot") format("embedded-opentype");
}

@font-face {
    font-family: Source Han Sans JP Bold;
    src: url("../../fonts/sourcehansans/SourceHanSans-Bold.ttf") format("truetype"),
         url("../../fonts/sourcehansans/SourceHanSans-Bold.woff") format("woff"),
         url("../../fonts/sourcehansans/SourceHanSans-Bold.woff2") format("woff2"),
         url("../../fonts/sourcehansans/SourceHanSans-Bold.eot") format("embedded-opentype");
}

@font-face {
    font-family: Noto Sans JP Medium;
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("otf"),
}

@font-face {
    font-family: Noto Sans JP Regular;
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("otf"),
}

@font-face {
    font-family: Noto Sans JP Bold;
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("otf"),
}

* {
    font-family: Source Han Sans JP, sans-serif;
}

.font-source-han-san {
    font-family: Source Han Sans JP, sans-serif;
}

.font-source-han-san-bold {
    font-family: Source Han Sans JP Bold, sans-serif;
}

.font-source-han-san-medium {
    font-family: Source Han Sans JP Medium, sans-serif;
}

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

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

button {
    outline: none!important;
}

button:focus {
    box-shadow: none!important;
}

/*Style background*/
.annotation {
    color: #707f89;
}
.background-color {
    background-color: #f0f3f5;
}
.border-color {
    border: 2px solid #cdd6dd;
}
.icon-color {
    color: #98a6b5;
}
.primary-color {
    background-color: #46B298;
}
/*Style size*/
.header-text-1 {
    font-size: 36px;
    font-weight: bold;
}

.header-text-2 {
    font-size: 30px;
    font-weight: bold;
}
.header-text-3 {
    font-size: 20px;
    font-weight: bold;
}
.header-text-4 {
    font-size: 18px;
    color: #3B4043;
}

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

.warning-text {
    color: #E95856;
    font-weight: bold;
}

.main-text {
    color: #3B4043;
}
.large-text {
    font-size: 16px;
}
.medium-text {
    font-size: 14px;
}
.small-text {
    font-size: 12px;
}

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

.justify-content-space-evenly {
    justify-content: space-evenly !important;
}

.not-display {
    display: none!important;
}

.btn-yy-knowledge-board {
    border: 2px solid;
    border-radius: 50px;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
}

.btn-yy-knowledge-board:active {
    opacity: .65;
}

.btn-confirm {
    color: #ffffff;
    background: #46b298;
    border-color: #46b298;
}

.custom-input {
    padding: 10px 20px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #707f89;
}

.custom-input:disabled {
    background-color: #f0f3f5;
    cursor: not-allowed;
}

.custom-input::placeholder {
    font-family: Source Han Sans JP, serif;
    font-size: 16px;
    color: #CDD6DD;
    font-weight: 200;
}

.custom-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #46b298;
}

.custom-control-input:focus~.custom-control-label::before {
    background-color: #FFFFFF!important;
    border-color: #41a38c!important;
    box-shadow: none;
}

button.btn-yy-knowledge-board:disabled {
    border-color: #CDD6DD;
    opacity: .65;
    cursor: not-allowed;
}
.btn-yyknowledge-board {
    border-radius: 50px;
    margin: 2px 0;
    min-width: 148px;
    font-size: 15px;
    font-weight: 600;
}

.button-primary, .button-primary-small {
    border: none;
    background-color: #41A38C;
    color: #FFFFFF;
    border-radius: 30px;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
}

.button-primary, .button-secondary-green,
.button-secondary-white, .button-secondary-black {
    font-size: 16px;
    height: 48px;
}

.button-primary:hover {
    background-color: #9EDFD0;
}

.button-primary:disabled, .button-primary-small:disabled {
    background-color: #41A38C !important;
    color: #0C8467 !important;
    cursor: not-allowed !important;
}

.button-secondary-green {
    background-color: #9EDFD0;
    color: #0C8467;
    border-radius: 30px;
    border: 2px solid #CDD6DD;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
}

.button-secondary-green:hover {
    background-color: #F0F3F5;
}

.button-secondary-green:disabled {
    background-color: #9EDFD0;
    color: #707F89;
    cursor: not-allowed;
}

.button-secondary-white, .button-secondary-white-small {
    background-color: #FFFFFF;
    color: #0C8467;
    border-radius: 30px;
    border: 2px solid #CDD6DD;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
}

.button-secondary-white:hover {
    background-color: #f0f3f5;
}

.button-secondary-white:disabled, .button-secondary-white-small:disabled {
    background-color: #CDD6DD;
}

.button-secondary-black, .button-secondary-black-small {
    background-color: #3B4043;
    color: #FFFFFF;
    outline: none;
    border-radius: 30px;
    padding: 0 10px;
}

.button-secondary-black:hover {
    background-color: #CDD6DD;
}

.button-secondary-black-small:disabled {
    background-color: #707F89;
}

.button-secondary-black:disabled {
    background-color: #3B4043;
    color: #707f89;
    cursor: not-allowed;
}

.button-secondary-gray-small {
    background-color: #98A6B5;
    color: #FFFFFF;
    border-radius: 20px;
    outline: none;
    padding: 0 10px;
}

.button-secondary-gray-small:disabled {
    color: #3B4043;
}

.hide-it {
    display: none;
}

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

.button-secondary-green:focus,
.button-secondary-black:focus,
.button-secondary-white:focus,
.button-primary:focus,
.button-secondary-gray-small:focus,
.button-secondary-white-small:focus,
.button-secondary-black-small:focus {
    outline: none;
    box-shadow: none;
}

button {
    outline: none!important;
}

.modal-backdrop.fade.show + .modal-backdrop.fade.show {
    z-index: 1051;
}

.sub-modal {
    z-index: 1052;
}

body .ui-autocomplete {
    z-index: 99999;
    max-height: 18em;
    overflow-y: auto;
    overflow-x: hidden;
}

body .ui-autocomplete a {
    text-decoration: none;
}

#yykb-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    /*background-image: url("https://i.stack.imgur.com/MnyxU.gif");*/
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

th.picker-switch {
    font-family: Source Han Sans JP Medium, serif;
    font-weight: 600;
    font-size: 20px;
    color: #707F89;
}

.bootstrap-datetimepicker-widget .table-condensed th.next, .bootstrap-datetimepicker-widget .table-condensed th.prev {
    color: #98A6B5;
}

.datetimepicker-text.datetimepicker-text-clear:before {
    content: 'クリアする';
}

.datetimepicker-text.datetimepicker-text-close:before {
    content: '閉じる';
}

.datetimepicker-text {
    font-family: Source Han Sans JP Bold, sans-serif;
    font-size: 16px!important;
    height: 100%!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-style: normal!important;
}

.exec-long-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#step-content-main li.picker-switch.accordion-toggle table.table-condensed td,
#modal-schedule-event li.picker-switch.accordion-toggle table.table-condensed td {
    width: 50%;
}

.text-participants {
    color: #FFFFFF;
}

.switch-speaker {
    border: 5px solid transparent;
}

.main-color {
    color: #41A38C !important;
}

/* DEHA_EQR-111 end */
