﻿
/******************************************
    各種エリアフォント設定定義
*******************************************/

/* 
    ログインユーザー情報
    画面情報
    ファンクションキー
*/
.sms-screen-font {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: medium;
    color: black;
}

.sms-user-font, .sms-funckey-font {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9em;
    color: black;
}

.sms-label-font, .sms-inputarea-font {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: small;
}

.sms-button-font {
    background-color: #004080;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: small;
    color: white;
}

/*#20221201# デザイン改善 START*/
.sms-pager-font {
    background-color: #6CA8D2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: medium;
    font-weight: bold;
    color: white;
}
/*#20221201# デザイン改善 END*/

.sms-table-success,
.sms-table-success > th,
.sms-table-success > td {
    background-color: #d8e7c8;
}

.sms-table-success th,
.sms-table-success td,
.sms-table-success thead th,
.sms-table-success tbody + tbody {
    border-color: #b6d298;
}
.sms-table-hover .table-success:hover {
    background-color: #cbdfb6;
}

.sms-table-hover .table-success:hover > td,
.sms-table-hover .table-success:hover > th {
    background-color: #cbdfb6;
}

.sms-table-warning,
.sms-table-warning > th,
.sms-table-warning > td {
    background-color: #f0f070;
}

.sms-table-warning th,
.sms-table-warning td,
.sms-table-warning thead th,
.sms-table-warning tbody + tbody {
    border-color: #f0f070;
}

.sms-table-hover .sms-table-warning:hover {
    background-color: #f0f070;
 }

    .sms-table-hover .sms-table-warning:hover > td,
    .sms-table-hover .sms-table-warning:hover > th {
        background-color: #f0f070;
    }

.sms-table-danger,
.sms-table-danger > th,
.sms-table-danger > td {
    background-color: #efbfc1;
}

.sms-table-danger th,
.sms-table-danger td,
.sms-table-danger thead th,
.sms-table-danger tbody + tbody {
        border-color: #e2898c;
}

.sms-table-hover .sms-table-danger:hover {
    background-color: #eaabad;
}

.sms-table-hover .sms-table-danger:hover > td,
.sms-table-hover .sms-table-danger:hover > th {
    background-color: #eaabad;
}

.sms-DropDown {
    text-align:left;
    border: 1px solid #A6C9E2;
    background-color: #FFFFFF;
 }

.sms-TextBox {
    text-align: left;
    border: 1px solid #A6C9E2;
    background-color: #FFFFFF;
}

.sms-items-number {
    margin: 0 0.3em;
}

/* タブ機能 */
.tab-item {
    display: none;
}
    
.is-active-item {
    display: block;
    width: auto;
    height: auto;
    padding: 5px;
    border: solid 1px #A6C9E2;
    background-color: #FFFFFF;
}

.tab-btn {
    padding: 5px;
    border: solid 2px #A6C9E2;
    color: #000000;
    display: inline-block;
    background-color: #FFFFFF;
    opacity: 0.5;
    border-radius: 5px 5px 0 0;
    width: auto;
}

.is-active-btn {
    opacity: 1;
    border-bottom: solid 2px #A6C9E2;
    color: #FFFFFF;
    background-color: #FF33FF;
}
