﻿@charset "UTF-8";

/* 共通 */
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #202124;
    background-color: #fdfdfd;
}

::placeholder {
    color: #757575;
}

a {
    transition: background 0.3s cubic-bezier(0.42, 0, 0.58, 1), color 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #004097;
}

a:focus {
    outline: none;
}

a svg {
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

ul {
    list-style: none;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date] {
    height: 100%;
    background-color: #ffffff;
    color: #202124;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    appearance: none;
}

input[type="submit"],
input[type="button"] {
    appearance: button;
    border: none;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

.datepicker-range,
select,
input[type=text],
input[type=password],
input[type=email],
textarea {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    font-size: 1rem;
    height: 24px;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.datepicker-range:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
    background-color: #fef9d9;
}

.datepicker-range:disabled,
select:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled {
    background-color: #efefef;
    border: 1px solid #eeeeee;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M4.152%2C1.357a1%2C1%2C0%2C0%2C1%2C1.7%2C0l3.2%2C5.113A1%2C1%2C0%2C0%2C1%2C8.2%2C8H1.8A1%2C1%2C0%2C0%2C1%2C.956%2C6.47Z%22%20transform%3D%22translate(10%208)%20rotate(180)%22%20fill%3D%22%23828282%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 10px;
    padding-right: 24px;
    position: relative;
}

select::-ms-expand {
    display: none;
}

textarea {
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
}


/* 進捗インジケータ */
.waiting-overlay {
    position: fixed;
    display: flex;
    box-sizing: border-box;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.waiting-wrapper {
    order: 1;
    box-sizing: border-box;
    overflow: visible;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: waiting-animation;
    animation-duration: 2000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 120px;
    height: 120px;
}

.waiting-image {
    width: 100%;
    height: 100%;
    fill: rgb(32, 32, 32);
}

@keyframes waiting-animation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* トースタ メッセージ */
#toast-container > div {
    opacity: 1;
    font-size: 1.2rem;
}

/* ドロワーメニュー(drawer.cssのoverride) */
.drawer-hamburger {
    padding-top: 9px;
    width: 20px;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 6px;
}

.drawer-hamburger-icon:before {
    top: -6px;
}

.drawer-hamburger-icon:after {
    top: 6px;
}

.drawer-menu {
    margin: 5px;
}

.drawer-brand {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
}

.drawer-brand img {
    height: 24px;
}

.drawer-dropdown-menu {
    padding-left: 15px;
}

.drawer-menu-item {
    padding: 5px;
    font-size: 1em;
    display: inline-block;
}

.drawer-dropdown span {
    font-size: 1em;
    color: #000000;
}

.drawer-dropdown-menu-item {
    line-height: initial;
    padding-right: initial;
    padding-left: initial;
    padding: 5px;
    font-size: 1em;
}

.drawer-nav {
    overflow: auto;
    width: 26rem;
}

.drawer--left .drawer-nav {
    left: -26rem;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 26.25rem;
}

.drawer .is-current {
    background: linear-gradient(transparent 90%, #004097 10%);
}

/* ヘッダバー */
.header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    background-color: #004097;
    color: #ffffff;
    z-index: 10000;
    min-width: 1200px;
}

.header .header__col:nth-of-type(2) {
    margin-right: auto;
}

.header .header-appTitle {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 3px 0 0 50px;
}

.header__logout div {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 15px;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.header__logout div:hover {
    color: #004097;
    background-color: #fff;
}


/* アプリケーション - 全体 */
.body {
    padding: 40px 0 0 10px;
}

.contents {
    display: none;
}

/*------------------------------------------------------------------------------
    アプリケーション - 共通部品
------------------------------------------------------------------------------*/
.app-control {
    display: inline-block;
}

.app-control-input {
    width: 100%;
    min-height: 24px;
}

.app-control .app-control-textBox,
.app-control .app-control-maskedTextBox,
.app-control .app-control-numericUpDown,
.app-control .app-control-dropdown {
    min-height: inherit;
    width: 100%;
}

.slick-cell .app-control .select2-container {
    width: 100% !important;
    height: 100% !important;
}

.app-control-validator-container {
    float: right;
    height: 0;
    width: 0;
    position: relative;
}

.app-control-validator-container:after {
    clear: both;
}

.app-control-validator-container .app-control-validator-icon {
    display: inline-block;
    position: relative;
    right: 16px;
    top: 3px;
    height: 14px;
    width: 14px;
    background-image: url(../img/error.svg);
    background-size: contain;
    animation: blink .3s ease-in-out 5 alternate;
}

.app-control-grid .app-control-validator-icon {
    top: 5px;
    right: 20px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ドロップダウン */
.app-control-input .select2-container .select2-dropdown {
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e0e0e0;
}

.app-control-input .select2-container .select2-selection--single {
    height: 24px;
}

.app-control-input .select2-container--default.select2-container--focus.select2-container--disabled .select2-selection--single,
.app-control-input .select2-container--default.select2-container--focus.select2-container--disabled .select2-selection--multiple {
    outline: none;
}

.app-control-input .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.app-control-input .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.app-control-input .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.app-control-input .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--multiple {
    background-color: #fef9d9;
}

.app-control-input .select2-container .select2-results__option {
    padding: 2px 7px;
}

.app-control-input .select2-selection.select2-selection {
    border: solid 1px #e0e0e0;
}

.app-control-border-none .select2-selection.select2-selection {
    border: none;
}

.app-control-input .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.app-control-input .select2-container--default.select2-container--focus .select2-selection--multiple {
    min-height: 24px;
    border: solid 1px #e0e0e0;
    line-height: 0;
}

.app-control-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
}

.app-control-input .select2-selection.select2-selection.is-search-condition {
    border-radius: 16px;
}

.app-control-input .select2-container .select2-selection--multiple {
    min-height: initial;
    line-height: 0;
}

.app-control-input .select2-container .select2-selection--multiple .select2-selection__rendered {
    min-height: 24px;
    line-height: 20px;
}

.app-control-input .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin: 3px 3px 0 0;
    padding: 0;
    line-height: 20px;
}

.app-control-input .select2-container--default .select2-selection--multiple .select2-selection__clear::after {
    content: "";
    display: block;
    clear: both;
}

.app-control-input .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
    background-color: #00409711;
}

.app-control-input .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
    content: "";
    display: block;
    clear: both;
}

.app-control-input .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.app-control-input .app-control-input .select2-selection.select2-selection .select2-selection__rendered {
    line-height: 24px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    user-select: text;
}

.app-control-input .select2-selection__arrow {
    height: 24px;
}

.app-control-input .select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px;
}

.app-control-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}

.app-control-input .select2-selection__arrow .\-search {
    width: 15px;
    padding-top: 3px;
    padding-left: 3px;
    pointer-events: none;
}

/* ドロップダウン 全選択コンテキスト */
.app-control-dropdown-context {
    position: absolute;
    top: 3px;
    right: 20px;
    padding: 2px;
    min-width: 100px;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.app-control-dropdown-context li {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
}

.app-control-dropdown-context li:hover {
    background-color: #eeeeee;
}

.app-control-textBox {
}

.app-control-numericUpDown,
.app-control-numericUpDown-from,
.app-control-numericUpDown-to {
    text-align: right;
}

.app-control-numericUpDown::placeholder,
.app-control-numericUpDown-from::placeholder,
.app-control-numericUpDown-to::placeholder {
    text-align: left;
}

.app-control-numericUpDown-container {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    padding-top: 2px;
}

.app-control-input.disabled .app-control-numericUpDown-container {
    background-color: #efefef;
}

.app-control-numericUpDown-container .app-control-numericUpDown-from,
.app-control-numericUpDown-container .app-control-numericUpDown-to {
    width: 50%;
    min-height: initial;
    height: 100%;
    background-color: transparent;
    border: none;
}

.app-control-numericUpDown-container .app-control-numericUpDown-delimiter {
    display: inline-block;
    max-width: 1em;
    height: 100%;
    text-align: center;
}

.app-control-numericUpDown.hide-button::-webkit-outer-spin-button,
.app-control-numericUpDown.hide-button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.app-control-input.is-ratio {
    position: relative;
}

.app-control-input.is-ratio:after {
    content: '%';
    position: absolute;
    top: 2px;
    right: 2px;
    height: 12px;
    width: 12px;
}

.app-control-input.is-ratio .app-control-numericUpDown {
    padding-right: 14px;
}

.app-control-label {
}

.app-control-label.required:after {
    content: "*";
    display: inline-block;
    color: #d24e4e;
    margin-left: 2px;
}

.app-control-grid {
    width: 100%;
    background: #ffffff;
    outline: 0;
    border-top: none;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
}

.app-control-grid .app-control-textBox,
.app-control-grid .app-control-numericUpDown {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
}

.app-control-grid .app-control-multiLineText .app-multiLineText-label {
    min-width: initial;
    min-height: initial;
    height: 100%;
}

.app-control-grid .app-checkBox-div {
    display: block;
    text-align: center;
}

.app-control-grid .ui-state-default .slick-header-column {
    border-radius: 0;
}

.app-control-grid .slick-header.ui-state-default.slick-header-left {
    padding: 0;
    border-radius: 0;
}

.app-control-grid .slick-header-columns {
    border-bottom: 1px solid silver;
}

.app-control-grid .slick-cell,
.app-control-grid .slick-headerrow-column {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 0;
    height: 100%;
}

.app-control-grid .select2-container .select2-selection--single {
    height: 100%;
}

.app-control-grid .slick-header-column {
    background-color: #edebe9;
}

.app-control-grid.cell-selection .slick-cell.active {
    border: 2px solid #217346;
}

.app-control-grid.cell-selection .slick-cell.selected:not(.active):not(.copied) {
    background: rgba(255, 255, 0, 0.1);
}

.app-control-grid.row-selection .slick-cell.selected {
    background: rgba(255, 255, 0, 0.1);
}

.slick-cell.copied {
    background: rgba(0, 140, 255, 0.1);
    transition: 0.5s background;
}

.app-control-required:before {
    color: #ff0000;
    content: "*";
    font-weight: bold;
}

/* グリッド - アクションパネル */
.app-control-grid-action {
    width: 100%;
    height: 24px;
    text-align: right;
    background: #ffffff;
    outline: 0;
    border: 1px solid silver;
}

.app-control-grid-action-item-left {
    display: inline-block;
    float: left;
    margin: 2px 5px 0 5px;
}

.app-control-grid-action-item-left:after {
    clear: both;
}

.app-control-grid-action-item-right {
    display: inline-block;
    margin: 2px 10px 0 0px;
}

a.app-control-grid-action-item-right {
    vertical-align: super;
}

.app-control-grid-action-separate-line {
    height: 17px;
    border-left: 1px solid #ccc;
    display: inline-block;
}

.app-control-grid-action-item {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 2px 5px 0 5px;
    display: inline-block;
}

.app-control-grid-action-item.export-excel {
    background-image: url(../img/download.svg);
    background-size: contain;
}

.app-control-grid-action-item.fix-columns {
    background-image: url(../img/fix_columns.svg);
    background-size: contain;
}

.app-control-grid-action-item.hide-columns {
    background-image: url(../img/hide_columns.svg);
    background-size: contain;
}

.app-control-grid-action-item.show-limit {
    width: 120px;
    vertical-align: top;
    cursor: default;
}

.app-control-grid-action-item.show-limit .show-limit-text {
    text-align: right;
    margin-left: 5px;
    width: 60px;
}


/* グリッド - コンテキストメニュー */
.app-control-grid-contextMenu {
    position: absolute;
    display: none;
    padding: 2px;
    min-width: 100px;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.app-control-grid-contextMenu li {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
}

.app-control-grid-contextMenu li:hover {
    background-color: #eeeeee;
}

/* グリッド - 列選択メニュー */
.app-control-grid-columnMenu {
    position: absolute;
    display: none;
    padding: 2px;
    min-width: 100px;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.app-control-grid-columnMenu table {
    width: 100%;
}

.app-control-grid-columnMenu table thead th {
    background-color: #edebe9;
    border: solid 1px silver;
    font-weight: normal;
}

.app-control-grid-columnMenu table tbody td {
    border: solid 1px silver;
}

.app-control-grid-columnMenu table tbody td .app-control-input {
    min-height: initial;
    margin-top: 3px;
}

.app-control-grid-columnMenu table tbody td:nth-child(2) {
    text-align: center;
}

.app-control-grid-columnMenu .buttons {
    margin-top: 10px;
}

.app-control-grid-columnMenu .buttons div {
    text-align: center;
    margin-bottom: 5px;
}

.app-control-grid-columnMenu .buttons div a {
    margin-left: 5px;
    margin-right: 5px;
}

.app-control-grid-columnMenu .buttons div a:focus,
.app-control-grid-columnMenu .buttons div a:active {
    outline-width: 1px;
    outline-color: dodgerblue;
    outline-style: solid;
}

/* 日付ピッカー */
.app-control-grid .app-control-datePicker {
    height: 100%;
}

.app-control-grid .app-control-datePicker input {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

.app-control-datePicker {
    position: relative;
    display: inline-block;
    height: 100%;
    min-height: inherit;
    width: 100%;
}

.app-datePicker-input-wrapper {
    background: url(../img/icon__calender.svg) no-repeat right 5px center #ffffff;
    border: solid 1px #e0e0e0;
    display: inline-block;
    width: 100%;
    height: 24px;
    border-radius: 5px;
}

.app-datePicker-input {
    background: url(../img/icon__calender.svg) no-repeat right 5px center transparent;
    min-height: inherit;
    width: 100%;
}

.app-control-datePicker.is-search-condition .app-datePicker-input-wrapper,
.app-control-datePicker.is-search-condition .app-datePicker-input {
    border-radius: 16px;
}

input.app-datePicker-input-from,
input.app-datePicker-input-to {
    background-color: transparent;
    border: none;
    width: 40%;
    height: 100%;
}

.app-datePicker-input-wrapper.is-search-condition input {
    border-radius: 16px;
}

.app-datePicker-input-delimiter {
    display: inline-block;
    text-align: center;
    width: 10%;
    height: 100%;
}

input.app-datePicker-input.is-search-condition {
    border-radius: 16px;
}

.app-control-datePicker .app-datePicker-container {
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    position: absolute;
    display: flex;
    z-index: 100
}

.app-control-datePicker .app-datePicker-container .app-datePicker-wrapper {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-sizing: content-box;
    color: #4a4a4a;
    width: 250px;
}

.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:first-child {
    border-radius: 4px 0 0 4px;
}

.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:nth-child(2) {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:last-child {
    border-radius: 0 4px 4px 0;
}

.app-control-datePicker.down .app-datePicker-pointer {
    position: absolute;
    background: #ffffff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 15px;
    height: 15px;
    left: 15px;
    top: -8px;
    transform: rotate(315deg);
}

.app-control-datePicker.up .app-datePicker-pointer {
    position: absolute;
    background: #ffffff;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 15px;
    height: 15px;
    left: 15px;
    bottom: -8px;
    transform: rotate(315deg);
}

.app-control-datePicker .app-datePicker-navi {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.app-control-datePicker .app-datePicker-navi .app-datePicker-navi-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.app-control-datePicker .app-datePicker-navi .navi-prev,
.app-control-datePicker .app-datePicker-navi .navi-next {
    width: 32px;
    border-radius: 4px;
    user-select: none
}

.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:first-child .navi-next,
.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:nth-child(2) .navi-prev,
.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:nth-child(2) .navi-next,
.app-control-datePicker .app-datePicker-container.wide-calendar .app-datePicker-wrapper:last-child .navi-prev {
    visibility: hidden;
}

.app-control-datePicker .app-datePicker-navi .navi-prev svg,
.app-control-datePicker .app-datePicker-navi .navi-next svg {
    width: 32px;
    height: 32px
}

.app-control-datePicker .app-datePicker-navi .navi-prev svg path,
.app-control-datePicker .app-datePicker-navi .navi-next svg path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.app-control-datePicker .app-datePicker-navi .navi-prev.disabled svg path,
.app-control-datePicker .app-datePicker-navi .navi-next.disabled svg path {
    fill: none;
    stroke: #dedede;
    stroke-width: 2px
}

.app-control-datePicker .app-datePicker-navi .app-datePicker-navi-item:not(.disabled):hover {
    background: #f0f0f0
}

.app-control-datePicker .app-datePicker-navi .navi-title {
    font-style: normal;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 4px;
    padding: 0 8px
}

.app-datePicker-contents {
    box-sizing: content-box;
    padding: 4px
}

.app-datePicker-contents-weeks {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.app-datePicker-contents-weeks-item {
    color: #004097;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
}

.app-datePicker-contents-weeks-item.saturday {
    color: #0000ff;
}

.app-datePicker-contents-weeks-item.sunday {
    color: #ff0000;
}

.app-datePicker-days {
    display: flex;
    flex-wrap: wrap;
}

.app-datePicker-days-item {
    width: 14.28571%;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.app-datePicker-days-item.saturday {
    color: #0000ff;
}

.app-datePicker-days-item.sunday {
    color: #ff0000;
}

.app-datePicker-days-item.holiday {
    color: #ff0000;
}

.app-datePicker-days-item:focus {
    background: #f0f0f0;
}

.app-datePicker-days-item.other-month {
    color: #dedede;
}

.app-datePicker-days-item.current {
    color: #ffffff;
    background-color: #004097;
}

.app-datePicker-weeks-w-item {
    border-right: 1px solid #efefef;
    width: 30%;
    border-radius: 4px 0px 0px 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.app-datePicker-weeks-d-item {
    width: 70%;
    border-radius: 0px 4px 4px 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.app-datePicker-weeks-item.current {
    color: #ffffff;
    background-color: #004097;
}

.app-datePicker-months {
    display: flex;
    flex-wrap: wrap;
    height: 170px
}

.app-datePicker-months-item {
    width: 33.33333%;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 25%;
    z-index: 1
}

.app-datePicker-months-item.current {
    color: #ffffff;
    background-color: #004097;
}

.app-datePicker-months-item.disabled {
    color: #dedede;
}

.app-datePicker-years {
    display: flex;
    flex-wrap: wrap;
    height: 170px
}

.app-datePicker-years-item {
    width: 25%;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 33.333%;
    z-index: 1
}

.app-datePicker-years-item.current {
    color: #ffffff;
    background-color: #004097;
}

.app-datePicker-years-item.disabled {
    color: #dedede;
}

/* 時刻ピッカー */
.app-control-timePicker-container {
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.app-control-timePicker-container.is-search-condition {
    border-radius: 16px;
}

.app-control-timePicker-container .app-control-timePicker-separator {
    display: inline-block;
    width: 5px;
    text-align: center;
}

.app-control-timePicker-container .app-control-timePicker-hours,
.app-control-timePicker-container .app-control-timePicker-minutes,
.app-control-timePicker-container .app-control-timePicker-seconds {
    width: 45px;
    border: none;
    text-align: right;
}

/* イメージセレクト */
.app-imageSelect {
    position: relative;
    height: 100%
}

.app-imageSelect-header {
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    cursor: pointer;
    border-radius: 4px;
    min-height: inherit;
    height: 100%;
}

.app-imageSelect-header.is-search-condition {
    border-radius: 16px;
}

.app-control-border-none .app-imageSelect-header {
    border: none;
}

.app-imageSelect:focus .app-imageSelect-header {
    background-color: #FEF9D9;
}

.app-imageSelect.down .app-imageSelect-header.focus {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    background-color: #FEF9D9;
}

.app-imageSelect.up .app-imageSelect-header.focus {
    border-radius: 0 0 4px 4px;
    border-top: none;
    padding-top: 1px;
    background-color: #FEF9D9;
}

.app-imageSelect.down .app-imageSelect-header.focus.is-search-condition {
    border-radius: 16px 16px 0 0;
}

.app-imageSelect.up .app-imageSelect-header.focus.is-search-condition {
    border-radius: 0 0 16px 16px;
}

.app-imageSelect-rendered.placeholder:not(.arrow)::after {
    content: '';
    border-color: #e0e0e0 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}

.app-imageSelect-header.is-search-condition .app-imageSelect-rendered.placeholder {
    border-radius: 16px;
}

.app-imageSelect-dropdown {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    z-index: 100;
}

.app-imageSelect.down .app-imageSelect-dropdown {
    border-radius: 0 0 4px 4px;
    padding-top: 1px;
}

.app-imageSelect.up .app-imageSelect-dropdown {
    border-radius: 4px 4px 0 0;
    padding-bottom: 1px;
}

.app-imageSelect-row {
    max-width: 100%;
    margin: 0 1px;
}

.app-imageSelect-row:not(:last-child) {
    border-bottom: solid 1px #e0e0e0;
}

.app-imageSelect-row-before {
    height: 100%;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.app-imageSelect-row.selected .app-imageSelect-row-before {
    background: url(../img/check.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.app-imageSelect-row-main {
    height: 100%;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.app-imageSelect-dropdown img {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    padding: 0 5px;
}

.app-imageSelect-row.selected img {
    opacity: 1.0;
}

.app-imageSelect-row:focus img {
    opacity: 1.0;
}

.app-imageSelect-rendered {
    display: block;
    padding-left: 5px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
}

.app-imageSelect-rendered.placeholder {
    color: #757575;
}

.app-imageSelect-arrow {
    height: 16px;
    position: absolute;
    top: 2px;
    right: 1px;
    width: 20px;
}

.app-imageSelect-arrow .app-imageSelect-arrow-icon {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.app-imageSelect-header.focus .app-imageSelect-arrow .app-imageSelect-arrow-icon {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.app-imageSelect-clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.app-imageSelect-header .dispImage {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* チェックボックス（トグル）*/
.app-toggle-input {
    top: 0;
    left: 0;
    visibility: hidden;
    position: absolute;
}

.app-checkBox-div .app-toggle-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 18px;
    /* margin: .2rem; */
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    display: block;
    border-radius: 100px;
    position: relative;
}

.app-checkBox-div.disabled .app-toggle-label {
    background: #E6E6E6;
    border: none;
}

.app-checkBox-div .app-toggle-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #666666;
    border-radius: 100px;
    transition: 0.3s;
}

.app-checkBox-div.disabled .app-toggle-label:after {
    background: #ffffff;
}


.app-checkBox-div .app-toggle-input:checked + .app-toggle-label {
    background: #004097;
}

.app-checkBox-div.disabled .app-toggle-input:checked + .app-toggle-label {
    background: #E6E6E6;
}

.app-checkBox-div .app-toggle-input:checked + .app-toggle-label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    background: #ffffff;
}

.app-checkBox-div.disabled .app-toggle-input:checked + .app-toggle-label:after {
    background: #004097;
}


/* チェックボックス */
.app-box-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
    vertical-align: -0.8rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: .2rem;
    border-radius: 10%;
}

.app-box-input:before, .app-box-input:after {
    position: absolute;
    content: "";
    background: #cccccc;
}

.app-box-input:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.app-box-input:after {
    right: 6px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.app-box-input:checked:before {
    left: 1px;
    top: 10px;
    width: 5px;
    height: 2px;
    background: #004097;
}

.app-box-input:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 10px;
    background: #004097;
}

.app-box-input:indeterminate:before, .app-box-input:indeterminate:after {
    width: 8px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.app-box-input:indeterminate:before {
    left: 1px;
    top: 6px;
}

.app-box-input:indeterminate:after {
    right: 1px;
    top: 6px;
}

.app-box-input {
    border: 1px solid #e0e0e0;
}

.app-box-input:checked, .app-box-input:indeterminate {
    background: #ffffff;
}

.app-checkBox-div.disabled .app-box-input {
    background: #E6E6E6;
}

.app-checkBox-div {
    display: flex;
    align-items: center;
}

.app-checkBox-div .app-checkBox-label {
    margin-left: .4em;
}

/* 複数行テキストボックス */
.app-control-multiLineText {
    width: 100%;
    display: inline-block;
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
}

.app-control-multiLineText .app-multiLineText-dummy {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
}

.app-control-multiLineText .app-multiLineText-label {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    border-radius: 5px;
}

.app-control-multiLineText .app-multiLineText-label:after {
    clear: both;
}

.app-control-multiLineText .app-multiLineText-label.disabled {
    background-color: #efefef;
    border: 1px solid #eeeeee;
    overflow-y: auto;
}

.app-control-multiLineText .app-multiLineText-container {
    position: relative;
}

.app-control-multiLineText .app-multiLineText-wrapper {
    background: transparent;
    box-sizing: content-box;
    color: #4a4a4a;
    position: absolute;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    z-index: 100;
    border-radius: 5px;
}

.app-control-multiLineText .app-multiLineText-contents {
    box-sizing: content-box;
    border-radius: 5px;
}

.app-control-multiLineText .app-multiLineText-textarea {
    resize: both;
    overflow: hidden;
    background-color: #FEF9D9;
}

.app-control-input.disabled .app-control-multiLineText .app-multiLineText-textarea {
    background-color: #efefef;
}

.background {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11000;
    overflow: auto;
    padding: 20px 10px;
}

.background .wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

/* リポジトリ取り込み */
.import_file_btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0.5em;
    background: #EFEFEE;
    color: #004097;
    border: 1px solid;
    margin-bottom: 15px;
}

.import_file_btn input[type="file"] {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}

.import_file_label {
    display: inline-block;
    position: absolute;
    padding: 7px;
    white-space: pre;
}

/*------------------------------------------------------------------------------
    アプリケーション - 検索条件
------------------------------------------------------------------------------*/
.search-condition {
    width: 100%;
    margin-bottom: 15px;
}

.search-condition-title {
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 10px;
    font-size: 1.0em;
    font-weight: bold;
    background-image: url(../img/slide-open.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    cursor: pointer;
    background-color: #ffffff;
}

.search-condition-title.close {
    background-image: url(../img/slide-close.svg);
}

.search-condition .search-condition-body {
    padding: 10px;
    background-color: #ffffff;
}

.search-condition .search-condition-body .search-condition-body-row {
    margin-bottom: 10px;
}

.search-condition .search-condition-body .search-condition-body-item {
    display: inline-block;
}

.search-condition .search-condition-body .search-condition-body-item .app-control {
    vertical-align: top;
}

.search-condition .search-condition-body .search-condition-body-item .app-control-display {
    margin-top: 4px;
}

.search-condition .search-condition-body .search-condition-body-item .app-control-input {
    margin: 0 15px 0 15px;
}

.search-condition .search-condition-body .search-condition-body-item .app-storeBox-container .app-control {
    vertical-align: unset;
}

.search-condition .search-condition-body .search-condition-body-item .app-storeBox-container .app-control-display {
    margin-top: unset;
}

.search-condition .search-condition-body .search-condition-body-item .app-storeBox-container .app-control-input {
    margin: unset;
}

.search-condition .search-condition-actions {
    padding: 5px 10px;
    background-color: #ffffff;
    text-align: left;
}

.search-condition .search-condition-actions * {
    margin-right: 10px;
}

.search-condition .search-condition-actions *:nth-last-child(1) {
    margin-right: 0;
}

.search-result {
    width: 100%;
    margin: 15px 0 15px 0;
}

.search-actions {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 5px 10px;
    text-align: right;
}

.search-actions * {
    margin-right: 10px;
}

.search-actions *:nth-last-child(1) {
    margin-right: 0;
}

/*------------------------------------------------------------------------------
    アプリケーション - 汎用スタイル
------------------------------------------------------------------------------*/
.btn-type01, .btn-type02, .btn-type03, .btn-type04, .btn-plus {
    text-decoration: none;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    min-width: 5em;
}

a.btn-type01,
.btn-type01 {
    background-color: #004097;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.btn-type02,
.btn-type02 {
    background-color: #EFEFEF;
    color: #004097;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.btn-type03,
.btn-type03 {
    background-color: #cf7373;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 1em;
}

a.btn-type04,
.btn-type04 {
    background-color: #ffffff;
    color: #004097;
    border: 1px solid #004097;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-plus {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    padding: 0;
    background: #1abc9c;
    color: #ffffff;
    vertical-align: middle;
    font-size: 20px;
}

.error-label {
    color: #ff0000;
}

/*------------------------------------------------------------------------------
    YesNoダイアログ(vex-theme-os.cssのoverride)
------------------------------------------------------------------------------*/
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
    background-color: #004097;
    color: #fff;
}

.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary {
    color: #004097;
}

.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary:focus {
    outline: solid 2px #000000;
    animation: none;
}

/*------------------------------------------------------------------------------
    ラジオボタン
------------------------------------------------------------------------------*/
.radio-box {
    position: relative;
    display: inline-block;
}

.radio-box .txt {
    height: 18px;
}

.radio-box:before {
    content: "";
    display: inline-block;
    border: 1px solid #dfdede;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.radio-box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.radio-box input[type="radio"] + span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 5px;
}

.radio-box input[type="radio"]:checked + span:after {
    left: -17px;
}

.radio-box input[type="radio"]:checked + span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #004097;
    transform: translate(-50%, -50%);
}
