﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*Custom*/
.navbar-brand {
    font-size: 1.0rem;
}

#SideNaviArea a {
    text-decoration: none;
    color: #000000;
    border-radius: 0rem !important;
    font-size: 0.9rem
}

.side-nav-w {
    max-width: 340px;
}

.side-nav-sm {
    max-width: 250px;
}

.sub-menu li {
    list-style: none;
}

.sub-menu a {
    font-size: 0.83rem !important;
    padding: 4px 0;
}

#SideNaviArea a:hover {
    background-color: #e7e7eb;
    /*color: #fff;*/
}

.site-bg-color {
    background-color: #f5f5f5;
}

.site-basic-header {
    background-color: #44617b !important;
    color: #FFF !important;
}

.card-header {
    display: flex;
    line-height: normal;
    cursor: pointer;
}

    .card-header .custom-icon {
        font-size: 1.5rem;
    }

.login-Area {
    max-width: 500px;
    margin: auto;
}

#LogoutBtn, #ChangePwBtn {
    color: white;
}

    #LogoutBtn:hover, #ChangePwBtn:hover {
        color: black;
    }

.logout-nav:hover, .change-pw-nav:hover {
    background-color: white;
}

/* 1桁入力程度*/
.col-ex-sm {
    max-width: 80px;
}

.col-ex-sm2 {
    max-width: 160px;
}

/* 4桁入力程度*/
.col-mw-sm {
    max-width: 150px;
}

.col-mw-sm2 {
    max-width: 200px;
}

/* 10桁入力程度*/
.col-mw-md {
    max-width: 450px;
}

.item-section-label {
    width: 100%;
    background-color: #44617b !important;
    color: #FFF !important;
}

.tr-border-lt0 {
    border-top-color: white !important;
    border-left-color: white !important;
}

.ms-Icon--ChromeClose:hover {
    cursor: pointer;
}

.kayoitable {
    font-size: 0.8rem;
}

.kayoith {
    border-left-color: white !important;
    border-top-color: white !important;
    background-color: white !important;
}

.kayoith-border {
    width: 115px !important;
}

.kayoi-sum-bg {
    background-color: #faf0e6;
}

.kayoi-th-wd-col-14 {
    width: 7.1%;
}

.kayoi-th-wd-col-13 {
    width: 7.6%;
}

.kayoi-th-wd-col-12 {
    width: 8.3%;
}

.kayoi-th-wd-col-8 {
    width: 12.5%;
}

.kayoi-th-wd-col-6 {
    width: 16.6%;
}

.kayoi-th-wd-col-5 {
    width: 20%;
}

.kayoi-th-wd-col-4 {
    width: 25%;
}

@media (max-width: 1050px) {
    .kayoi-page-label {
        font-size: 0.9rem;
    }
}


.review-ok {
    color: green;
    font-size: 1.2rem;
}

.review-ng {
    color: red;
    font-size: 1.2rem;
}

.reviewtable {
    vertical-align: top;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

/* disabled color */
.form-control:disabled {
    background-color: #8A8C8E;
}

input[type=checkbox]:disabled + label::before {
    background-color: #8A8C8E !important;
}

input[type=radio]:disabled + label::before {
    background-color: #8A8C8E !important;
}

.btn:disabled, .btn.disabled {
    background-color: #8A8C8E !important;
    border-color: #8A8C8E !important;
    color: white !important;
}

.btn-icon {
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

.btn-file {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-file:hover {
        color: #fff;
        background-color: #23913c;
        border-color: #23913c;
    }

/*審査エラー共通画面*/
.review-error-card-header {
    background-color: #FF7878 !important;
    color: white !important;
}

.review-error-card-body {
    background-color: #FFDCE5 !important
}

#reviewErrorList > li > span {
    text-decoration: underline;
    cursor: pointer;
}

/*審査エラー項目背景色*/
.form-control.review-error,
.review-error > .custom-control-label::before,
.review-error > input[type=checkbox]:disabled + label::before {
    background-color: #FF7878 !important
}

.review-error > .custom-control-label::after {
    color: #FF7878 !important
}
