/* --- app.csのオーバーライト --- */
.row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.col-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    max-width: 15%;
}

.col-9 {
    position: relative;
    width: 100%;
    /*min-height: 1px;*/
    min-height:70vh;
    /*padding-bottom: 120px;/*←footerの高さ*/
    padding-bottom: 10px; /*←footerの高さ 元は60px*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/

    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
        flex: 0 0 100%;
    max-width: 100%;
}

.col-i {
    position: relative;
    width: 100%;
    height:100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    max-width: 50px;
}

.col-other {
    position: relative;
    width: 100%;
    height:100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
}

.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
      -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100%);
}

div .btn-group {
    padding-top: 10px;
    padding-bottom: 10px;
}


.table {
    table-layout: fixed;
}

.table-responsive {
    width: calc(100%);
    max-height: calc(80%);
    overflow:scroll;
}

.btn {
    width:100px;
    padding: 3px 0;
    /* margin-left:10px; */
    margin-right: 0px;
    height:34px;
    margin-top:2px;
    margin-bottom:2px;
}

/* --- Original --- */
.table-responsive-header-1 {
    width: calc(100%);
    max-height: 600px;
    overflow:scroll;
}

.table-responsive-header-2 {
    width: calc(100%);
    max-height: 660px;
    overflow:scroll;
}

/*footer付与時*/
.table-responsive-footer-v1 {
    width: calc(100%);
    max-height: 515px;
    overflow:scroll;
}

/*footer付与時*/
.table-responsive-footer-v2 {
    width: calc(100%);
    max-height: 600px;
    overflow:scroll;
}

/*footer付与時*/
.table-responsive-footer-v3 {
    width: calc(100%);
    max-height: 590px;
    overflow:scroll;
}

/*小画面*/
.table-responsive-searchwindow {
    width: calc(100%);
    height: 345px;
    overflow:scroll;
    overflow-x: hidden;
}

/* ロード処理 */
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#loader-bg img {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* ボタン */
.select-btn {
    width:200px;
    padding: 3px 0;
    margin-left:10px;
    margin-right: 0px;
    height:34px;
    margin-top:2px;
    margin-bottom:2px;
}

/* --- ロゴボックス --- */
.logobox {
    width:100%;
    height: 100%;
	font-size			: 20px;
	font-weight			: bold;
	background-color	: #e8e8e8;
	color				: #ffffff;
}

.leftLogo {
    text-align: left;
    float:left;
    width:50%;
    height:45px;
    padding-top: 5px;
}

.rightLogo {
    float:right;
    text-align: right;
	padding-right		: 10px;
	font-size			: 12px;
	font-weight			: bold;
    color				: #333333;
    margin-right:0px;
    margin-left:0px;
}

.rightLogo p {
    display:block;
    margin-top: 1em;
    margin-right: 5px;
    line-height: 15px;
}

img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

/* ナビゲーション */
.navbar {
    width:100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 10px;
}

.navbar .container-fluid {
    padding-left:0px;
    margin-left:0px;
}

.navbar .container-fluid ul {
    background-color: transparent;
}
.navbar a {
    /*color:#ffffff;*/
    color:#000000;
}

/* パンくずリスト */
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* padding: 0.75rem 1rem; */
    padding: 5px 3px;
    /* margin-bottom: 1rem; */
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.modal {
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    max-width:90%;
    position: relative;
    margin: auto;
    pointer-events: none;
}
/* TODO ボタンの配置場所変更 */
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
/* app.cssのオーバーライト */

/* メニュー色 */
.bg-menu {
    background-color: #17a2b8 !important;
}
.bg-menu-item {
    background-color: #17a2b8 !important;
}
.bg-menu-item a {
    color: #ffffff;
}
/* Navi色 */
.bg-navi {
    /*background-color: #007bff !important;*/
    background-color: #007FFF!important;
}
.bg-navi-item {
    background-color: #e9ecef !important;
}
.bg-navi-item a {
    color: #212529;
}

/* rowの隙間用 */
.rowSeparate {
    margin-bottom:5px;
}

/* 検索時の入力域 */
.search-table {
    text-align:left;
    table-layout: fixed;
    border-collapse: collapse;
    word-wrap: break-word;
}
.searchBox{
    height:25px;
    width:130px;
    margin-right: 5px;
    margin-left: 5px;
}

.searchBox_tiny{
    height:25px;
    width:60px;
    margin-right: 5px;
    margin-left: 5px;
}

.searchBox_small{
    height:25px;
    width:90px;
    margin-right: 5px;
    margin-left: 5px;
}

.searchBox_jan19{
    height:25px;
    width:150px;
    margin-right: 5px;
    margin-left: 5px;
}

.searchBox_syohinNm{
    height:25px;
    width:219px;
    margin-right: 5px;
    margin-left: 5px;
}


.searchBoxDbl-5{
    height:25px;
    width:190px;
    margin-right: 5px;
    margin-left: 5px;
}
.searchBoxDbl{
    height:25px;
    width:260px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top:5px;
}
.searchBox50{
    height:25px;
    width:360px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top:5px;
}
.searchBoxTrp{
    height:25px;
    width:450px;
    margin-right: 5px;
    margin-left: 5px;
}
.searchBoxFth{
    height:25px;
    width:530px;
    margin-right: 5px;
    margin-left: 0px;
}

.displayBox {
    height:25px;
    width:150px;
    border:0px;
}
.displayBoxDbl {
    height:25px;
    width:300px;
    border:0px;
}

.displayBoxDbl2 {
    height:25px;
    width:400px;
    border:0px;
}

.displayBoxTrp-half {
    height:25px;
    width:350px;
    border:0px;
}

.displayBoxDbl-5 {
    height:25px;
    width:200px;
    border:0px;
}
/* 検索時の入力域 */

/* 検索条件一覧 */
.searchItemBox {
    width:100%;
    height:30px;
    /*background-color: #e9ecef;*/
    background-color: #ffffff;
    text-align: left;
}
.searchItemBox .title {
    padding:5px 10px;
    font-weight: bold;
}
.searchItemBoxIn {
    width:100%;
    background-color: transparent;
    text-align: left;
    padding:5px 10px;
    word-wrap: break-word;
}
.searchItemBoxIn .item {
    font-weight: bold;
    border:#000000 solid 0.5px;
}
/* 検索条件一覧 */

/* エラー一覧 */
.errorMessageBox {
    /* width:100%; */
    width:80%;
    background-color: #f4b3c2;
    border:#d7003a solid 0.5px;
    text-align: left;
    color:#d7003a;
    margin: 0px 10%;
}
.errorMessageBox .title {
    padding:5px 10px;
    font-weight: bold;
}
.errorMessageBoxIn {
    /* width:100%; */
    width:80%;
    background-color: transparent;
    text-align: left;
    padding:5px 10px;
    word-wrap: break-word;
}
.errorMessageBoxIn .item {
    font-weight: bold;
    border:#000000 solid 0.5px;
}

/* メッセージ一覧 */
.infoMessageBox {
    width:100%;
    background-color: #dbdbff;
    border:#4b0082 solid 0.5px;
    text-align: left;
    color:#4b0082;
}
.infoMessageBox .title {
    padding:5px 10px;
    font-weight: bold;
}
.infoMessageBoxIn {
    width:100%;
    background-color: transparent;
    text-align: left;
    padding:5px 10px;
    word-wrap: break-word;
}
.infoMessageBoxIn .item {
    font-weight: bold;
    border:#000000 solid 0.5px;
}

/* 未使用 */
.maintable {
    width:100%;
    table-layout: fixed;
    border-collapse: collapse;
    border:#000000 solid 0.5px;
    word-wrap: break-word;
}


/* Menu関連 */
#menu .container-fluid {
    padding:0px;
    color:#ffffff;
}

.accordion {
    text-align: left;
    list-style-type: none!important;
    padding:5px;
    /* margin-bottom:5px; */
}

.accordion .inner {
    display: none;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.accordion p{
    cursor: pointer;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

.accordion .inner li{
    list-style-type: none!important;
}
.accordion .inner li a{
    color: #ffffff;
}
/* Menu関連 */

/* 検索一覧関連 */
#searchTable .tdBtn {
    white-space: nowrap;
    padding:2px;
    vertical-align: middle;
}
#searchTable thead tr {
    height:40px;
}

#searchTable thead th {
    vertical-align: middle;
    text-align: center;
    padding:5px;
}

#searchTable tbody td {
    vertical-align: middle;
    padding:3px;
}

#headerTable tbody td {
    white-space: nowrap;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* ヘッダ明細画面の一覧関連 */
#detailTableBody tr:first-child {
    display: none;
}

#detailTable .tdBtn {
    white-space: nowrap;
    padding:2px;
    vertical-align: middle;
}
#detailTable thead tr {
    height:40px;
}

#detailTable thead th {
    vertical-align: middle;
    text-align: center;
    padding:5px;
}


#detailTable tbody td {
    vertical-align: middle;
    padding:3px;
}

#footerTable tbody td {
    vertical-align: middle;
    padding:3px;
}

.deleteRow {
    display: none;
}


.clearRow {
    display: none;
}



.oddRow {
    background-color: #EEEEEE !important;
}

.evenRow {
    background-color: #FFFFFF !important;
}

.deleteRows {
    background-color: #9CA3A9 !important;
}

.selectRows{
    /*background-color: #A3C6FF !important;  青系 */
    /*background-color: #E895C8 !important;  赤系1 */
    /*background-color: #EBB1E2 !important;  赤系2 */
    /*background-color: #A2E895 !important;  /* 緑系 */
    background-color: #FFD6EA !important; /* 赤系3 */
}

.psRow {
    background-color: #A3C6FF !important;  /* 青系 */
}

.selectPdfRow{
    background-color: #EAFFFF !important;  /* 青系 */
}

.removeList,
.addList {
    width:20px;
    height:20px;
    font-size: 8px;
    padding:0px;
}

.removeList_bk,
.addList_bk {
    width:40px;
    height:20px;
    font-size: 8px;
    padding:0px;
}

.margin_AddButton{
    margin-left:500px;
}

/* ボタンが複数の場合 */
.margin_AddButtons{
    margin-left:275px;
}

.footer {
    width: 100%;
    /*background-color: #89c7de;*/
    /*color: #fff;*/
    text-align: center;
    padding: 10px 15px;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

td.example {
    visibility: collapse;
}

tr.gray_tr {
    background-color: #EBEBE4 !important;
}

td.gray_td {
    background-color: #EBEBE4 !important;
}

.footer_margin-1{
    margin-right:20px;
    border-collapse: collapse;
}

.footer_margin-2{
    margin-left:240px;
    border-collapse: collapse;
}

.title-margin {
    margin-top:10px;
    background-color: #28a745 !important;
}

.button_list_margin{
    margin-left:10px;
}

.btn-right {
    display: block;
    margin: 0 0 0 auto;
  }

.btn-un {
    margin-top:3px;
    margin-bottom:3px;
    margin-right:1px;
}

.gradation_head{
    background: linear-gradient(to top,#CECECE,#FDFDFD);
}
.gradation_up{
    /* background: linear-gradient(to bottom,#ffd8b2,#fffcf9); */
    background: linear-gradient(to top,#CECECE,#FDFDFD);
}
.gradation_down{
    /* background: linear-gradient(to bottom,#f9fffc,#b2ffd8); */
    background: linear-gradient(to bottom,#CECECE,#FDFDFD);
}

.detail-text-width{
    width:100%;
    height:22px;
}

.titel_bg_color{
    background-color: #007FFF !important;
}

.header_title_name{
    color:#FFF;
    font: bold large/150% "ＭＳ ゴシック";
    margin-top:6px;
    margin-left:5px;
}


label, input[type='checkbox'] {
    cursor: pointer;
}

.searchBefore {
    color:silver;
}

.dsp_headcols{
    width:120px;
}

.dsp_btn{
    visibility:hidden;
}

.dsp_num{
    text-align:right;
}

.search_window{
    position: relative;
    display: inline-block;
  }

  .search_window .searchButton{
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left:8px;
    top: 2px;
    background:url(/img/icon/search_mini.png) no-repeat left center;
    cursor: pointer;
  }

  .detail_textColor{
    border: solid 0px;
    background-color: rgba(0,0,0,0);
  }

.subwindow_style{
    display: block;
    margin-left: 30px;
}

.button_bottom_margin{
    margin-bottom:7px;
}

.searchwindow_THstyle{
    text-align: center;
    vertical-align: middle;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
  }

  #loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/img/load/loading.gif") center center no-repeat;
  }
.updateFile{
    height:40px;
    width:160px;
    margin-right: 10px;
    margin-left: 5px;
    background-color: #f6f6f6;
    border-color:#dee2e6;
    box-shadow: 2px 2px 3px 1px #8d8f92;
    -moz-box-shadow: 2px 2px 3px 1px #8d8f92;
    -webkit-box-shadow: 1px 1px 0.5px 0.5px #8d8f92;
}
.select-box{
    height:30px;
    width:260px;
    margin-right: 50px;
    font-size: 17px;
	font-weight: bold;
}
.getCsv{
    cursor:default;
}
.day {
    margin-left:11%;
    text-align:left;
    font-size: 17px;
    font-weight: bold;
}
.process{
    height:43px;
    width:80px;
    font-size: 17px;
    font-weight: bold;
    cursor:default;
}
.btn-data{
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.3;
    border-radius: 0.3rem;
}
.fileName {
    margin-left:26%;
    text-align:left;
    font-size: 17px;
    font-weight: bold;
}