﻿/*
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #868e96;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #868e96;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
*/
@font-face {
    font-family: 'KronaOne';
    src: url('../webfonts/KronaOne-Regular.ttf');
}
:root {
    /*primary: #2e6da4*/
    /*success: #4cae4c*/
    /*info: #4cae4c*/
    /*warning: #eea236*/
    /*danger: #d43f3a*/
    /*--icheck-custom: #2980b9;*/
    /*--icheck-custom: #007bff;*/
    --icheck-custom: #89c0bc;
}
/* 全体のCSS body,a,imgなど */
@-ms-viewport {
    width: auto;
}
/*IE対応*/
* {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

html, body {
    letter-spacing: 0.05em;
}

#EnvRibbon {
    display: none;
    position: fixed;
}

.nav-item-ribbon {
    display: none;
}

ul.navbar-nav li.nav-item {
    margin-left: 5px;
}

.text-sm .nav-link {
    padding: .4rem .6rem;
}

i.nav-icon.page-icon {
    font-size: 0.875rem !important;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

/* 画面のヘッダー */
#topbar {
    height: 110px;
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
}

    #topbar .topbar-left {
        text-align: left;
    }

span.breadcrumbs {
    display: none;
    font-size: 9pt;
    vertical-align: text-top;
    padding-top: 2px;
    padding-bottom: 10px;
}

a.head-logo {
    display: block;
    background-image: url("./images/common/header_logo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 50px;
    text-decoration: none;
}

div#navi_header {
    clear: both;
}

#topbar div.topbar-left {
    float: left;
}

#topbar div.topbar-right {
    float: right;
    text-align: right;
    padding-left: 5px;
}

#topbar div.topbar-sysinfo {
    height: 8px;
    font-size: 7pt;
    color: #b3b3b3;
}

#topbar div.topbar-userinfo {
    padding-top: 8px;
    display: inline-block;
    border: none;
    vertical-align: bottom;
}

#topbar div.topbar-link {
    padding-top: 8px;
    display: inline-block
}

    #topbar div.topbar-link a {
        text-decoration: none;
        /*font-size: 1rem;*/
        padding-left: 5px;
        padding-right: 5px;
    }

a.topbar-link-logout {
    padding: 0.375rem 0.75rem;
}

#topbar ul.dropdown-menu > li > a, ul.dropdown-menu > li > .dropdown-item {
    font-size: 1.0rem;
    padding: 0.125rem 1rem;
}

/*#topbar ul.dropdown-menu > li > a span {
        padding-right: 0.8rem;
    }

        #topbar ul.dropdown-menu > li > a span.fas {
            font-size: 1.2rem;
        }*/
/* 画面のメイン */
#main {
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    height: auto !important;
    /* padding-left: 10px;
    padding-right: 10px; */
    padding-bottom: 35px;
}
/* 画面のフッタ */
#footer {
    /*position: fixed;*/
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    background-color: rgb(211, 209, 209);
    width: 100%;
    clear: right;
    font-size: 9pt;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0px;
}

    #footer > #versionNo {
        padding-left: 5px;
        font-size: 7pt;
    }

    #footer > #revisionNo {
        display: none;
    }

a {
    color: #2875b6;
    cursor: pointer;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
        /* border-bottom: 1px solid #668192; */
        /* padding-bottom: 1px; */
        /* background-color: #fafaef; */
        cursor: pointer;
        color: #1c517d;
    }

img {
    vertical-align: middle;
    border: none;
}

label.caption_text {
    /*color:#35509f;*/
    color: #0a0e42;
}

p{
    margin-bottom: 0.575rem;
}

.pre {
    white-space: pre-wrap;
}

pre.hyouka_comment {
    padding: 5px;
    /* border: 1px dotted #000; */
    border: 1px dashed #000;
    background-color: #f7f7f7;
    white-space: pre-wrap;
    min-height: 30px;
    letter-spacing: 0.3em;
    margin: 0 0 0px
}

span.label-caption {
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
}

span.mustmark_text {
    color: #FF0000;
    margin-left: 3px;
}

label.mustmark_text::after {
    /*color: #FF0000;*/
    margin-left: 3px;
    padding: 0.25em 0.4em;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #dc3545;
    font-size: 0.7rem;
    position: relative;
    margin-top: -10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    content: "必須"
}

label.mustmark_text-en::after {
    content: "required"
}


span.button_text {
    font-weight: bold;
    margin: 3px;
    padding-left: 5px;
}

.btn-sm > span,
.btn-sm > span.button_text {
    font-size: 100%;
}

/*a i.fas,
a i.far,
a i.fab,
button i.fas,
button i.far,
button i.fab {
    padding-left: .5rem;
    padding-right: .5rem;
}*/

/* 画面のヘッダー ログインユーザ情報 */
.loginInfo {
    /*color:blue;*/
}

/* ログイン画面のCSS */
.loginHeader {
    height: 100px;
    background: -moz-linear-gradient(top, #fcfcfc 20%, #CECECE 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, top, bottom, color-stop(20%, #fcfcfc), color-stop(90%, #CECECE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 20%, #CECECE 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 20%, #CECECE 90%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #fcfcfc 20%, #CECECE 90%); /* IE10+,W3C */
    filter: alpha(opacity = 80 finishopacity = 100 style = 1 startx = 0, starty = 0, finishx = 0, finishy = 150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fcfcfc, endcolorstr=#CECECE, gradientType=1); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#CECECE', GradientType=1); /* IE6-9 */
}

.loginFooter {
    height: 115px;
    background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #dcdcdc), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #CCCCCC 0%, #ffffff 100%); /* IE10+,W3C */
    filter: alpha(opacity = 80 finishopacity = 100 style = 1 startx = 0, starty = 0, finishx = 0, finishy = 150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dcdcdc, endcolorstr=#ffffff, gradientType=2); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff', GradientType=2); /* IE6-9 */
}

    .loginFooter div#footer {
        margin-top: 0px;
    }

.loginMain {
    width: 373px;
    height: 198px;
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #e4e5f2), color-stop(0%, #f5f7fe), color-stop(120%, #e9ede9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e5f2, #f5f7fe, #e9ede9 120%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e5f2, #f5f7fe, #e9ede9 120%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #e4e5f2, #f5f7fe, #e9ede9 120%); /* IE10+,W3C */
    border-spacing: 0;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    padding: 3px;
    border: solid #ccc 1px;
    border-collapse: separate;
    *border-collapse: collapse; /* IE7 and lower */
}

table.loginMain span {
    font-size: 90%;
}

div.validation-summary-errors {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    border: 1px solid #ff0000;
    /*min-width: 500px;*/
    width: 100%;
    color: #ff0000 !important;
    /*color: #a94442 !important;
    background-color: #f2dede;*/
    border-color: #ebccd1;
    border-radius: 4px;
}

.validation-summary-errors ul {
    list-style: disc;
    margin: 0;
    text-align: left;
    padding-left: 2rem
}

    .validation-summary-errors ul li {
        padding: 0.25rem 0;
    }

.input-validation-error {
    background-color: #FFB6C1 !important;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        background: #fff;
    }

        .products-list > .item:before,
        .products-list > .item:after {
            content: " ";
            display: table;
        }

        .products-list > .item:after {
            clear: both;
        }

    .products-list .product-img {
        float: left;
    }
    /* .products-list .product-img img {
    width: 50px;
    height: 50px;
} */
    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
    }

    .products-list .product-description {
        display: block;
        color: #999797;
        margin-left: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #dcdcdc;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0;
    }

.products-list .product-info {
    margin-left: 0px;
}

.product-info a.product-title {
    color: #35509f;
}

    .product-info a.product-title:hover {
        color: #35509f;
    }

.products-list > .item {
    padding: 5px 0px;
}

/* 警告メッセージラベル */
.warningMSG {
    display: block;
    padding: 20px 0px;
    color: #FF0033;
    font-weight: bold;
    font-size: 80%;
}

.nodataWarningMSG {
    display: block;
    padding: 0px;
    color: #FF0033;
    font-size: 8pt;
    font-weight: bold;
}

.waring-message {
    color: #FF0033;
    font-weight: bold;
    font-size: 80%;
}

.waring-message-left {
    padding-left: 20px;
}

.waring-message-right {
    padding-left: 20px;
}

/* エラーページメッセージ */
.errorHeader {
    display: block;
    padding: 20px 0px;
    font-size: 3rem;
    font-weight: bold;
    color: #4956de;
}

/* 警告メッセージラベル */
.warningControl {
    background-color: #FF0033;
}

/* 半角全角入力のモード */
.IMEModeNone {
    ime-mode: disabled;
}

.IMEModeActive {
    ime-mode: active;
}

.IMEModeInactive {
    ime-mode: inactive;
}

.IMEModeAuto {
    ime-mode: auto;
}

ul.ul-list li {
    padding-left: 20px;
    width: auto;
    vertical-align: middle;
    background: url("./images/common/infohint.gif" ) no-repeat scroll 1px 4px;
    /*line-height:20px;*/
    line-height: 1.428571429;
    list-style-type: none;
    word-break: break-all;
    word-wrap: break-word;
}

    ul.ul-list li + li {
        margin-top: 3px;
    }

/* リストを横並びにする */
.yoko ul {
    overflow: hidden;
    height: 1%;
    list-style-type: none;
}

.yoko li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* 吹き出し */
.popup {
    position: absolute;
    display: none;
}

/* proccessヒント */
.proccessmsg {
    position: absolute;
    z-index: 999999999999;
    left: 45%;
    top: 50%;
}

    .proccessmsg tr td {
        border: none;
        font-weight: bold;
    }

.showmsg {
    height: 100px;
    width: 200px;
    border: solid 1px #a9a9a9;
}

    .showmsg tr td {
        font-weight: bold;
        color: white;
        background: black;
    }

input.numberic-text {
    ime-mode: inactive;
    text-align: right;
}

.text-red {
    color: #FF0000
}

/*#tooltip {
    position: absolute;
    z-index: 999999999999;
    border: 1px solid #111;
    background-color: Black;
    padding: 5px;
    opacity: 0.85;
    text-align: left;
}

    #tooltip h3, #tooltip div {
        margin: 0;
        color: White;
    }*/
.tooltip-inner {
    text-align: left;
    max-width: 400px;
}
@media (max-width: 575.98px) {
    .tooltip-inner {
        max-width: 320px;
    }
}

.SumRowStyle {
    color: #7f7f7f;
    font-style: italic;
    font-weight: bold;
}

.VerticalShow {
    -ms-writing-mode: tb-rl;
    direction: ltr;
    -moz-writing-mode: vertical-rl;
    /*-webkit-writing-mode: vertical-rl;*/
    -o-writing-mode: vertical-rl;
    height: 70px;
}

.TabFontStyle {
    color: #668192;
    font-weight: bold;
}

.LabelStyle {
    cursor: text;
    text-decoration: none;
}

.LinkStyle {
    cursor: help;
}

    .LinkStyle:hover {
        background-color: #ffffac;
        cursor: help;
        text-decoration: underline;
    }

input.left {
    text-align: left !important;
}

.w98 {
    width: 98% !important;
}

.w95 {
    width: 95% !important;
}

.w100 {
    width: 100% !important;
}

select.codetext,
input.codetext {
    max-width: 15rem !important;
    ime-mode: inactive;
}

textarea.areatext {
    ime-mode: active;
}

input.detail-rownum {
    width: 100% !important;
    padding: 0px;
}

input.nametext {
    width: 98% !important;
    ime-mode: active;
}

input.free-text {
    width: 98% !important;
    ime-mode: active;
}

.help-nametext {
    width: 75% !important;
    min-width: 150px;
}

input.help-nametext.w50 {
    width: 50% !important;
}

input.help-nametext.w60 {
    width: 60% !important;
}

input.help-nametext.w65 {
    width: 65% !important;
}

input.help-nametext.w70 {
    width: 70% !important;
}

input.dateInput {
    /*width: 120px !important;*/
    max-width: 8rem !important;
    ime-mode: disabled;
}

input.monthInput {
    max-width: 7rem !important;
    ime-mode: disabled;
}

.width-150 {
    width: 150px !important;
}

.width-350 {
    width: 350px !important;
}

.width-500 {
    width: 500px !important;
}

.max-350 {
    max-width: 350px;
}

.max-500 {
    max-width: 500px;
}

.textlabel {
    /*padding: 5px !important;*/
    padding-left:0;
    border-width: 0px;
    border-style: None !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/*input[readonly] {
    background: #eeeeee;
}*/

.bars {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2px;
    height: 25px;
    width: 100%;
    clear: both;
}

    .bars > div {
        position: absolute;
        display: inline-block;
        bottom: 2px;
    }

div.paging-bar {
    right: 0px;
    /*bottom:-2px;*/
}

    div.paging-bar > span.page {
        padding: 1px;
    }

div.count-bar {
    left: 0px;
}

/*ボタンバー*/
.button_bars {
    position: relative;
    padding-top: 10px;
    /*width: 100%;*/
    height: 50px;
}

.button_bars_subpage {
    width: 100%;
}

.button_bars > div {
    /*position: absolute;*/
    display: inline-block;
}

div.right-bar {
    /*right: 0px;*/
    text-align: right;
}

div.left-bar {
    /*left: 0px;*/
    text-align: left;
}

div.right-bar > a {
    margin-left: 8px;
}

div.left-bar > a {
    margin-right: 8px;
}

div.right-bar > a.btn {
    margin-left: inherit;
    letter-spacing: normal;
}

div.left-bar > a.btn {
    margin-right: inherit;
    letter-spacing: normal;
}

div.caption {
    clear: both;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
    font-size: 11pt;
}

    div.caption::before {
        content: "◆";
        padding-right: 3px;
    }

/**************【START】Bootstrapカスタマイズ*****************/
.pagination {
    margin: 0px;
}

.text-center {
    text-align: center !important;
}

.form-group{
    margin-bottom: .5rem;
}

.form-control {
    border-radius: 0;
}

/*.form-control {
    padding: 5px 8px;
    box-shadow: none;
    border-radius: 0.125rem;
}
*/
/*.form-control:focus {
        box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.075);
    }

.form-group {
    margin-bottom: 5px;
}

.input-sm {
    font-size: 10.5pt;
}*/

.form-control-plaintext {
    padding: 0.375rem 0.75rem;
}

/*.form-control[readonly] {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}*/

.form-inline .input-group .sss {
    width: auto !important;
}

.btn-help-group {
    width: 32px;
}

    .btn-help-group > a, .btn-help-group > button {
        padding: 6px 8px;
    }

        .btn-help-group > a > span,
        .btn-help-group > button > span {
            /*color : #f79a4a;*/
            /*color: #0e1bc5;*/
            font-size: 12pt;
        }

.btn {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}


/*div.panel-list {
    margin-top: 10px;
    margin-bottom: 0px;
}

    div.panel-list > div.panel-heading {
        padding: 5px;
        padding-left: 10px;
    }

    div.panel-list > div.panel-body {
        padding: 5px 15px;
    }*/

/*#dd4b39*/
.panel-custom {
    /*border-color: #ebccd1;*/
    border-color: #17202a;
}

    .panel-custom > .panel-heading {
        /*color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;*/
        color: #fff;
        background-color: #2b3c4d;
        border-color: #17202a;
        /*font-weight:500;*/
    }

        .panel-custom > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #17202a;
        }

        .panel-custom > .panel-heading .badge {
            color: #2b3c4d;
            background-color: #fff;
        }

    .panel-custom > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #17202a;
    }

.card-custom {
    /*border-color: #ebccd1;*/
    border-color: #17202a;
}

    .card-custom > .card-header {
        color: #fff;
        background-color: #19948c;
        /*background-color: var(--cyan);*/
        border-color: #17202a;
        padding: 0.5rem;
        padding-left: 1rem;
    }
        .card-custom > .card-header .card-tools button {
            color: #fff;
        }
    .card-custom > .card-body{
        padding: 1rem;
    }

    .card-custom > .card-header + .card-collapse > .card-body {
        border-top-color: #17202a;
        padding: 0.5rem;
    }

        .card-custom > .card-header .badge {
            color: #2b3c4d;
            background-color: #fff;
        }

.card-custom-input {
    border-color: #17202a;
}

    .card-custom-input > .card-header {
        color: #fff;
        background-color: #17a2b8;
        /*background-color: var(--cyan);*/
        border-color: #17202a;
    }
        .card-custom-input > .card-header > .card-tools .btn-tool {
            color: #fff;
        }

div.label-right-div{
    display: inline;
}

div.label-right-div > label.col-form-label {
    justify-content: flex-end;
}
/*div.search-cond {
    margin-top: 10px;
    margin-bottom: 10px;
}

    div.search-cond div.card-header {
        padding: 0.5rem;
        padding-left: 1rem;
    }

    div.search-cond > div.card-body {
        margin-left: 10px;
        padding: 6px;
    }

        div.search-cond > div.card-body div.form-group {
            margin-left: 0px;
        }*/
/*.form-horizontal div.form-group {
    margin-left: 0px;
}*/
.login-btn-circle {
    width: 180px;
    height: 45px;
    text-align: center;
    padding: 2px 0;
    font-size: 14pt;
    font-weight: lighter;
    line-height: 1.428571429;
    border-radius: 1.1em;
    text-decoration: none;
}

/*アイコンのみ丸円ボタン*/
a.btn-circle,
button.btn-circle {
    width: 22px;
    height: 22px;
    text-align: center;
    padding-left: .28em;
    padding-top: .05em;
    font-size: 10.5pt;
    line-height: 1.428571429;
    border-radius: 11px;
}

    a.btn-circle > span,
    button.btn-circle > span {
        color: #FFFFFF;
        font-size: 13pt;
    }

a.btn-notext,
button.btn-notext {
    width: 26px;
    height: 26px;
    text-align: center;
    padding-left: .3em;
    padding-top: .3em;
    font-size: 10pt;
    line-height: 1.428571429;
    border-radius: 4px;
}

    a.btn-notext > span,
    button.btn-notext > span {
        font-size: 11pt;
    }

a.btn-redirect {
    font-weight: 700;
}

    a.btn-redirect::after {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        margin-left: 5px;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
    }

span.data-mark {
    display: inline-block;
    width: 100%;
    border: 1px solid transparent;
    padding: .2em .6em .2em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 8px;
    line-height: 1.4285;
    font-size: 75%;
    white-space: nowrap;
}

    span.data-mark > i {
        margin-right: 5px;
    }

span.data-mark-Account-0 {
    color: #0d4a04;
    background-color: #98fb98;
    border-color: #223523;
    font-size: 0.8rem;
}

    span.data-mark-Account-0::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        font-weight: 900;
        margin-right: 5px;
        font-size: 0.7rem;
    }

span.data-mark-Account-1 {
    color: #FF0033;
    background-color: #fabcc4;
    border-color: #fb2b05;
    font-size: 0.8rem;
}

    span.data-mark-Account-1::before {
        font-family: "Font Awesome 5 Free";
        content: "\f023";
        font-weight: 700;
        margin-right: 5px;
        font-size: 0.7rem;
    }

span.data-mark-Account-2 {
    color: #1c1d1c;
    background-color: #c1c3c1;
    border-color: #1b1b1b;
    font-size: 0.8rem;
}

    span.data-mark-Account-2::before {
        font-family: "Font Awesome 5 Free";
        content: "\f017";
        font-weight: 900;
        margin-right: 5px;
        font-size: 0.7rem;
    }

span.data-mark-alert {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ef6179;
}

span.data-mark-alert-1 {
    color: #0d4a04;
    background-color: #98fb98;
    border-color: #223523;
}

span.data-mark-alert-2 {
    color: #554e03;
    background-color: #faf384;
    border-color: #a09304;
}

span.data-mark-alert-9 {
    color: #a94442;
    background-color: #f5d2d2;
    border-color: #f64242;
}

span.data-mark.data-mark-icon-only {
    padding: 0em;
    border: none;
    line-height: 0;
}

span.data-mark-work-app-sts-00 {
    color: #554e03;
    background-color: #faf384;
    border-color: #a09304;
    font-size: 0.8rem;
}

    span.data-mark-work-app-sts-00::before {
        font-family: "Font Awesome 5 Free";
        content: "\f044";
        font-weight: 900;
        margin-right: 5px;
    }
span.data-mark-work-app-sts-10 {
    color: #FF0033;
    background-color: #fabcc4;
    border-color: #fb2b05;
    font-size: 0.8rem;
}
    span.data-mark-work-app-sts-10::before {
        font-family: "Font Awesome 5 Free";
        content: "\f071";
        font-weight: 900;
        margin-right: 5px;
    }

span.data-mark-work-app-sts-80 {
    color: #1c1d1c;
    background-color: #c1c3c1;
    border-color: #1b1b1b;
    font-size: 0.8rem;
}
    span.data-mark-work-app-sts-80::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00d";
        font-weight: 900;
        margin-right: 5px;
    }

span.data-mark-work-app-sts-90 {
    color: #0d4a04;
    background-color: #98fb98;
    border-color: #223523;
    font-size: 0.8rem;
}
    span.data-mark-work-app-sts-90::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        font-weight: 900;
        margin-right: 5px;
    }
span.data-mark-kintai-close-sts-0 {
    color: #554e03;
    background-color: #faf384;
    border-color: #a09304;
    font-size: 0.8rem;
}

    span.data-mark-kintai-close-sts-0::before {
        font-family: "Font Awesome 5 Free";
        content: "\f044";
        font-weight: 900;
        margin-right: 5px;
    }

span.data-mark-kintai-close-sts-5 {
    color: #FF0033;
    background-color: #fabcc4;
    border-color: #fb2b05;
    font-size: 0.8rem;
}

    span.data-mark-kintai-close-sts-5::before {
        font-family: "Font Awesome 5 Free";
        content: "\f071";
        font-weight: 900;
        margin-right: 5px;
    }

span.data-mark-kintai-close-sts-1 {
    color: #1c1d1c;
    background-color: #c1c3c1;
    border-color: #1b1b1b;
    font-size: 0.8rem;
}

    span.data-mark-kintai-close-sts-1::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00d";
        font-weight: 900;
        margin-right: 5px;
    }

span.data-mark-kintai-close-sts-9 {
    color: #0d4a04;
    background-color: #98fb98;
    border-color: #223523;
    font-size: 0.8rem;
}

    span.data-mark-kintai-close-sts-9::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        font-weight: 900;
        margin-right: 5px;
    }
div#message-alert {
    /*display: none;
    position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    /*top: 100px;*/
    /*left: 50%;*/
    /*z-index: 9999999;
    min-width: 200px;
    min-height: 30px;
    text-align: left;*/
}

div.alert-messages {
    /*display: none;*/
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    /*top: 100px;*/
    left: 40%;
    z-index: 9999999;
}

    div.alert-messages > div.alert {
        min-width: 200px;
        min-height: 30px;
    }

div.waring-over-maxsize {
    padding: 15px 0px 0px 0px;
    /* vertical-align: text-bottom; */
    border: 1px solid transparent;
    border-radius: 4px;
    color: #e24845;
}

div[data-toggle="popover"],
div.popover-icon {
    display: inline;
}

    div[data-toggle="popover"]:hover,
    div.popover-icon:hover {
        cursor: help;
    }

div.dvLoading {
    display: none;
    z-index: 99999999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    /*background-color: #CECECE;*/
    /*opacity: 0.6;*/
    filter: Alpha(Opacity=60);
    background-image: url('./images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*background: rgba(0, 0, 0, 0.4) url('./images/ajax-loader.gif') no-repeat 50% 50%;*/
}

#exec-loading-mask {
    z-index: 99999999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #CECECE;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    background-image: url('./images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*ツールチップ仕様*/
.popover {
    background-color: #2a4254;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    max-width: 380px;
}

div.popover > div.popover-content {
    padding: 7px;
    font-size: 90%;
    color: white;
}

div.popover.right > .arrow:after {
    border-right-color: #2a4254;
}

div.popover.left > .arrow:after {
    border-left-color: #2a4254;
}

div.popover.bottom > .arrow:after {
    border-bottom-color: #2a4254;
}

div.popover.top > .arrow:after {
    border-top-color: #2a4254;
}

/**Tabs***/
input[type=checkbox] {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.help-block {
    margin-bottom: 0px;
    font-size: .85rem;
}

.bootstrap-select .btn.btn-light {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.bootstrap-select > button.dropdown-toggle{
    min-width: 10rem;
}
/**************【END】Bootstrapカスタマイズ*****************/
/*div.bootstrap-dialog .modal-dialog {
    width: 860px;
}*/

div.modal.bootstrap-dialog.modal-dialog-scrollable{
    max-height: 100%;
}

div.bootstrap-dialog .modal-header {
    padding: 10px;
}
/*.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;

    @media(max-width: 768px) {
        min-height: calc(100vh - 20px);
    }
}

div.bootstrap-dialog .modal-dialog .modal-body {
    min-height: 100px;
    overflow-y: auto;
}

div.P01010-dialog .modal-body {
    height: 480px;
}*/

div.P01010-dialog .modal-dialog {
    max-width: 860px;
    height: 600px;
}
div.Asc0020Balance-dialog .modal-dialog {
    max-width: 860px;
}

div.DPR0100-DividendPayoutRatio-dialog .modal-dialog {
    width: 40rem;
    max-width: 100%;
}

/*************Return To Top******************/
#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    /*background-color: #93b1f3;*/
    background-color: #afb9c3;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 25px;
    display: none;
    z-index: 25;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        top: 12px;
        left: 12px;
        font-size: 2em;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #return-to-top:hover {
        /*background: rgba(0, 0, 0, 0.9);*/
        /*background-color: #185df1;*/
        background-color: #2b3c4d;
    }

        #return-to-top:hover i {
            color: #fff;
            /* top: 3px; */
            transform: translate(0, -10px);
            -ms-transform: translate(0, -10px); /* IE 9 */
            -moz-transform: translate(0, -10px); /* Firefox */
            -webkit-transform: translate(0, -10px); /* Safari　＆　Chrome */
            -o-transform: translate(0, -10px); /* Opera */
        }

#logo-text,
#brand-text,
#brand-text > sup,
#logo-text > sup,
#logo-text > b {
    font-family: "KronaOne";
}

#brand-text {
    color: #117FD0;
    font-size: 1.5rem;
    letter-spacing: .125rem;
}

#logo-text {
    color: #117FD0;
    font-size: 2rem;
    letter-spacing: .125rem;
    margin-left: .5rem;
}

    #logo-text > b {
        font-size: 2.2rem;
        color: #e42020;
        top: -0.5rem;
    }

    #logo-text > sup {
        font-size: 2.2rem;
        color: #e42020;
        top: -0.5rem;
    }
.user-panel {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

    .user-panel .info {
        padding: 0px 10px;
        font-size: 0.75rem;
    }

        .user-panel .info > span {
            color: #c2c7d0;
        }


.icheck-custom > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-custom > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2980b9;
    border-color: var(--icheck-custom);
}

.icheck-custom > input:first-child:checked + label::before,
.icheck-custom > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2980b9;
    border-color: #2980b9;
    background-color: var(--icheck-custom);
    border-color: var(--icheck-custom);
}
.avatar {
    position: relative;
    display: inline-block;
}
.avatar-sm {
    width: 2.1rem;
    height: 2.1rem;
}

.avatar-title {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #b1c2d9;
    align-items: center;
    justify-content: center;
}

i.fa-file-word {
    color: #4086f5;
}

i.fa-file-pdf {
    color: #fa7775;
}

i.fa-file-excel {
    color: #087c03;
}

i.fa-file-image {
    color: #aa12eb;
}


input.kin_inputime {
    max-width: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

tr.kin_day_0 {
    color: #FF5757 !important;
    background: #FFF5F5 !important;
    /*padding: 2px 10px;*/
}
tr.kin_day_6 {
    color: #2693FF !important;
    background: #F2F9FF !important;
    /*padding: 2px 10px;*/
}

tr.holiday_1 {
    color: #FF5757 !important;
    background: #FFF5F5 !important;
}