@charset "utf-8";

/*
    テーブルレイアウトpをbootstrapのグリッドレイアウトに置き換えたとき、
    <table><tr><td><th>タグなどに当てられたスタイルが消えるので
    同等の見た目にするためのスタイルを設定する。

    default.css,base.css,layout.cssにてtable系のスタイルに変更があった場合
    こちらも変更する

*/

/* default.css */

.container,
.row,
[class^="col-"] {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
/*vertical-align: baseline; change */
    vertical-align: top; /* change */
/*background: transparent; delete */
    box-sizing: border-box; /* add */
}

[class^="col-"]{
    text-align: left; /* add */
}

/* base.css */

[class^="col-"]
{
    font-size: 1.4rem;
    line-height: 1.5;
}


/* layout.css */
.singleTable .row{
    border-left: 1px solid #ccc;
}

.singleTable .inner .row{
    border-left: 0px;
}


.singleTable [class^="col-"]:not(.tTitle):not(.bs_th){
    vertical-align: middle;
    background-color: #ffffff;
}

.singleTable .bs_th{
  background-color: #ffffff;
}
.singleTable .bs_th{
  font-weight: bold;
  background-color: #DEEBF7;
}

.singleTable .bs_sort_row td{
    min-width: auto;
}


.singleTable [class^="col-"] {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.singleTable .inner [class^="col-"]{
  border-right: 0px;
  border-bottom: 0px;
  padding: 2px;
}

.listTable caption {
    caption-side: top;
    color: #333;
}

.buttonWrap01 .btn-primary {
    color: #333;
}
.buttonWrap01 .btn {
    font-size: 1.4rem;
    line-height: 1.5;
}

.topNotice .row {
    border-color: #B1CBE9;
}

.topNotice .row:nth-of-type(2n-1) {
    background: #eee;
}


.topNotice .row .notice_date {
    font-weight: bold;
    border-left: 1px solid #ccc;
}

.topNotice [class^="col-"] {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bs_listTable {
    width: initial;
}

.bs_border_top{
    border-top: 1px solid #ccc;
}

.container{
    margin-bottom: 5px;
}

.margin-bottom{
    margin-bottom: 5px;
}

.badge{
    margin-left: 5px;
}

.required-label{
    font-size: 15px;
}

.userSeachResult .organizationsName {
    width : 120px;
}

.userSeachResult .tel {
    width : 110px;
}

.userSeachResult .userAddress {
    width : 150px;
}


/*締め処理 申請書選択画面で締め処理グループ登録済みの申請書はグレーアウトする*/
.listTable .closingApplicationRow td {
    background-color: #eee;
}

#navbar-header ul {
   /*width: 80%;*/
}

#navbar-header .d-block li{
    margin-top:10px;
    font-size:1.5em;
    text-align:left;
}

#navbar-header .d-lg-flex li{
    margin-left:2em;
    margin-top:0px;
    font-size:1.5em;
    text-align:center;
}

#navbar-header li a{
    text-decoration: none;
}

.navbar .header_title{
    margin:0px;
    font-size:20px;
    font-weight: 400;
}

.dropdown-menu{
    font-size:15px;
}

.dropdown-menu a{
    text-decoration: none;
}

#navbar-header-base {
    color:#404040;
    background-color:#ffffff;
    border-bottom: solid 2px #dddddd;

}

/* ヘッダーシステム名 */
#navbar-header-base .header_title{
    color:#000000;

}

/* ヘッダーメニュー */
#navbar-header-base a{
    color:#404040;
}
/* ヘッダーメニュー 選択 */
#navbar-header-base a:hover{
    color: #468df2;
}

/* ヘッダードロップダウン内 */
#navbar-header .dropdown-menu a{
    color:#404040;
    background-color:#f5f5f5;
}
/* ヘッダードロップダウン内 選択 */
#navbar-header .dropdown-menu a:hover{
    color:#468df2;
}
/*ヘッダー ユーザー名*/
#navbar-header #header-name{
    color:#404040;
    text-align:right;
    font-size:1.4em;
    line-height:1.45em;
}

#navbar-header #header-logout{
    color:#404040;
    font-size:1.5em;
    background-color:#e6e6e6;
}

#navbar-header #header-logout a{
    text-decoration: none;
}

#navbar-header #header-feedback{
    color:#404040;
    font-size:1.5em;
    background-color:#A9F5BC;
}

#navbar-header #header-feedback a{
    text-decoration: none;
}

/* ヘッダードロップダウン内 選択 */
#navbar-header .dropdown-menu a:hover{
    color:#468df2;
}


.navbar-toggler{
    //background-color:#ff0000;
    text-align:center;
    border-style: none;
    border :0px ;
    margin:0px;
    padding :0px;
    box-shadow: 0px;
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;
}

.navbar-toggler-icon{
    border-style: none;
    border :0px ;
    margin:0px;
    padding :0px;
    box-shadow: 0px;
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;

}

.alert-component .alert-box{
    display:inline-block;
    vertical-align: middle;
}

.alert-component .alert-font{
    display:inline-block;
    vertical-align: middle;
}

.alert-component .alert-message{
    display:inline-block;
    vertical-align: middle;
}

.min-w-50 {
    min-width:50px;
}
.min-w-60 {
    min-width:60px;
}
.min-w-80 {
    min-width:80px;
}
.min-w-90 {
    min-width:90px;
}
.min-w-100 {
    min-width:100px;
}
.min-w-120 {
    min-width:120px;
}
.min-w-130 {
    min-width:130px;
}
.min-w-140 {
     min-width:140px;
 }
.min-w-160 {
    min-width:160px;
}
.min-w-180 {
    min-width:180px;
}
.min-w-200 {
    min-width:200px;
}
.min-w-220 {
    min-width:220px;
}
.min-w-240 {
    min-width:240px;
}
.min-w-250 {
    min-width:250px;
}
.min-w-260 {
    min-width:260px;
}
.min-w-280 {
    min-width:280px;
}
.min-w-300 {
    min-width:300px;
}
.min-w-310 {
    min-width:310px;
}
.min-w-330 {
    min-width:330px;
}
.min-w-350 {
    min-width:350px;
}
.min-w-370 {
    min-width:370px;
}
.min-w-400 {
    min-width:400px;
}
.min-w-600 {
    min-width:600px;
}
.min-w-800 {
    min-width:800px;
}
.min-w-900 {
    min-width:900px;
}
.min-w-1100 {
    min-width:1100px;
}
.max-w-60 {
    max-width:60px;
}
.max-w-80 {
    max-width:80px;
}
.max-w-100 {
    max-width:100px;
}
.max-w-120 {
    max-width:120px;
}
.max-w-140 {
    max-width:140px;
}
.max-w-160 {
    max-width:160px;
}
.max-w-180 {
    max-width:180px;
}
.max-w-200 {
    max-width:200px;
}
.max-w-220 {
    max-width:220px;
}
.max-w-240 {
    max-width:240px;
}
.max-w-250 {
    max-width:250px;
}
.max-w-300 {
    max-width:300px;
}
/* 経路検索画面検索タブ */
.route_search_tab{
    width:160px;
    height:30px;
    font-size:14px;
    text-align:center;
    line-height: 22px;
}

#nav-tab1-tab,#nav-tab2-tab,#nav-tab3-tab{
    text-decoration: none;
    border: 1px solid #86cdf2;
    border-bottom: 1px solid #aacdf2;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
}

/* bootstrapのstyleを上書き */
/* ヘッダーメニューサブメニューの上下余白を削除 */
.dropdown .dropdown-menu{
    padding:0px;
}

.header_menu_icon{
    color:#666666;
}


.placeholder {
    color: #000000;
    background-color: #000000;
    height: 5px;
}

.placeholder td{
    color: #000000;
    background-color: #000000;
    height: 5px;
}

td.application_detail_draft{
    background-color: #FFDDDD;
}

.btn_hover {
  cursor: pointer;
}

.minw-xs {
    min-width: 568px; / *Extra small以下のとき最小幅固定 */
}

.minw-sm {
    min-width: 768px;/ * Small以下のとき最小幅固定 */
}

.minw-md {
    min-width: 992px;/ * Medium以下のとき最小幅固定 */
}

.minw-lg {
    min-width: 1200px; /* Large以下のとき最小幅固定 */
}

/* 旅行者一覧画面 タブのテーブル
----------------------------------------------------*/
/*選択状態でないタブ*/
#travel-tabs .travel_tab_item{
    font-size: 15px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    line-height: 22px;
    padding: 6px 0;
    border: 1px solid #86cdf2;
    border-bottom: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

/*選択状態のタブ*/
#travel-tabs .travel_tab_item.active {
    color: #495057;
    background-color: #b1cbe9;
    font-size: 16px;
}

/*タブの下の線*/
#travel-tabs.nav-tabs {
    border-bottom: none;
}

/*表のタイトルの行*/
.travel_tables .tTitle {
    height: 5px;
}

/*表のボタンの行*/
.travel_tables .button_row {
    background-color: whitesmoke;
    padding: 0;
}

/* navbar のデザインを変更する
----------------------------------------------------*/
/* navbar の背景色 */
.navbar-custom-background {
    background: linear-gradient(to bottom, #ffffff, #e5e5e5);
}
/* ログアウトボタン */
.navbar-custom-logout-btn {
    color: #111;
    background-color: #ffd86d !important;
    border-color: #ffc107;
}
