body {
    background-color: #ffffff;
    font-size: 12px;
}

/* テキスト色
----------------------------------------------------------*/
.error {
    color: black;
    font-size: large;
}

/* 余白
----------------------------------------------------------*/
.container-fluid>.content {
    float: left;
    min-width: 300px;
    max-width: 1280px;
    margin-left: 25px;
}

/* テーブル
----------------------------------------------------------*/
.addrow {
    background-color: #ffff80 !important;
}

.selected {
    background-color: aqua !important;
}

.selectedDepositIO {
    background-color: lime !important;
}

.striped:nth-child(odd) {
    /* 奇数番目の指定*/
    background-color: whitesmoke;
}



.erred {
    background-color: pink;
}

.red {
    color: red;
}

.tbl-text-right {
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

.tbl-text-left {
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.tbl-text-center {
    text-align: center;
    font-size: 12px;
}

.tbl-sort {
    text-decoration: underline;
    color: royalblue;
    cursor: pointer;
}



select[name="select"],
select[name="select1"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.select,
.uneditable-input {
    background-color: #ffffff;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    color: #555555;
    border: 1px solid #ccc;
    height: 23px;
}


/* inputボックスの 「✖マーク」 を非表示にする */
input::-ms-clear {
    display: none;
}

.textarea1 {
    background-color: #ffffff;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    color: #555555;
    border: 1px solid #ccc;
    resize: vertical;
}

button[type="button"] {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 23px;
}

a[type="button"] {
    padding: 2px 5px 0px 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 23px;
}

a[data-toggle="modal"] {
    padding: 1px 0px 0px 0px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 23px;
    width: 23px;
}

.label-right {
    padding: 3px 5px 0px 0px;
    text-align: right;
    font-size: 12px;
}

.label-left {
    padding: 3px 0px 0px 5px;
    text-align: left;
    font-size: 12px;
}

.text-right {
    padding: 3px 5px 0px 0px;
    font-size: 12px;
    text-align: right;
}

.text-left {
    padding: 3px 0px 0px 5px;
    font-size: 12px;
    text-align: left;
}

.text-left-kanji {
    padding: 3px 0px 0px 5px;
    text-align: left;
    font-size: 12px;
}


.nav-tabs {
    border-bottom: 1px solid silver;
}

.nav-tabs li a {
    text-decoration: underline;
    border: 1px solid silver;
    background-color: gainsboro;
}

.nav-tabs li a:hover {
    text-decoration: underline;
    border: 1px solid silver;
    background-color: transparent;
    color: red;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    text-decoration: none;
    border: 1px solid silver;
    border-bottom-color: transparent;
    color: black;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.col-xs-5 {
    font-size: 14px;
    color: #ffffff;
    width: 10%;
}

.col-xs-8 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

button[class="btn btn-menu"] {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 200px;
    height: 40px;
    background-color: #4472C4;
    border: 2px solid #5C72CC;
}

button[class="btn btn-menu-2"] {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 200px;
    height: 40px;
    background-color: #45C39B;
    border: 2px solid #45C39B;
}

button[class="btn btn-menu-3"] {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 200px;
    height: 40px;
    background-color: #ffa500;
    border: 2px solid #ffa500;
}


/* ボタンサイズの空白 */
button[class="btn space"] {
    font-size: 0px;
    color: #ffffff;
    font-weight: bold;
    width: 200px;
    height: 40px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    pointer-events: none;
}

button[class="btn btn-return"] {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    height: 30px;
    background-color: #C0C0C0;
    margin-left: 15px;
}

button[class="btn btn-function"] {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    height: 30px;
    background-color: #4472C4;
    border: 1px solid #5C72CC;
}

label[class="col-xs-4 label-right"] {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #5C72CC;
    width: 100px;
    height: 30px;
    background-color: #4472C4;
}

/* 抽出条件ラベル */
.label-extraction-condition,
.label-extraction-data {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #5C72CC;
    width: 100px;
    height: 30px;
    background-color: #4472C4;
    padding: 3px 5px 0px 0px;
    float: left;
    position: relative;
    min-height: 1px;
}


/* ヘッダ */
.header-wrapper {
    width: 100%;
    min-width: 1300px;
}

.header {
    width: 1300px;
}

/* ヘッダ_ログイン情報 */
.login-info {
    font-size: 14px;
    color: #ffffff;
    float: left;
    position: relative;
    min-height: 1px;
    overflow: hidden;
    white-space: nowrap;
}

/* ヘッダ_画面タイトル */
.page-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    left: 50px;
}


/* 画面_メイン部 */
.main-position {
    position: absolute;
    left: 55px
}


.yearpicker-container {
    position: absolute;
    transform: translateX(100%);
    width: 170px;
    border-radius: 3px;
    font-size: 1rem;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #c5c5c5;
    background-color: #fff;
    z-index: 10;
    margin-top: 0.2rem;
}

.yearpicker-header {
    display: flex;
    height: 2.5rem;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
    justify-content: space-around;
}

.yearpicker-prev,
.yearpicker-next {
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 2rem;
}

.yearpicker-prev:hover,
.yearpicker-next:hover {
    border: 1px solid #cccccc;
    color: #2b2b2b;
}

.yearpicker-year {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    gap: 1.5px;
}

.yearpicker-items {
    list-style: none;
    padding: 1rem 0;
    flex: 0 0 33.3%;
    width: 100%;
    min-width: 40px;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.selected-year {
    background-color: #e9e8e8;
}

.yearpicker-items:hover {
    background-color: var(--hover-background-color);
    color: #2b2b2b;
    cursor: pointer;
}

.yearpicker-items.selected {
    color: #2b2b2b;
}

.hide {
    display: none;
}

.yearpicker-items.disabled {
    pointer-events: none;
    color: #bbb;
}