﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*ADD
----------------------------------*/

/*テーブルにスクロール追加(縦)
-----------------------------------------*/
.scroll-table-y {
    display: block;
    max-width:100%;
    overflow-y: scroll;
    overflow-x:hidden;
}
/*テーブルにスクロール追加(横)
-----------------------------------------*/
.scroll-table {
    display: block;
    overflow-x: scroll;
}
/*テーブルにスクロール追加
-----------------------------------------*/



/*Table の幅指定
-----------------------------------------*/
.table-width-xxxs{
    min-width:40px;
}

.table-width-xxs {
    min-width: 55px;
}

.table-width-xs{
    min-width: 65px;
}

.table-width-sm {
    min-width: 100px;
}

.table-width-md {
    min-width: 200px;
}

.table-width-lg{
    min-width: 300px;
}

.table-width-xl{
    min-width:500px;
}

.table-width-xxl{
    min-width:600px;
}

.table-width-xxxl{
    min-width:800px;
}
/*
-----------------------------------------*/

/*フォントサイズ調整
-----------------------------------------*/

.font-size-xs {
    font-size: x-small;
    padding: 0;
}

.font-size-sm {
    font-size: small;
    padding: 0;
}

.font-size-md {
    font-size: medium;
    padding: 0;
}

.font-size-lg {
    font-size: large;
    padding: 0;
}

.font-size-xl {
    font-size: x-large;
    padding: 0;
}
/*
-----------------------------------------*/


/* Statusbarの表示幅指定
-----------------------------------------*/
.status-bar{
    max-width:1700px;
    margin:0 auto;
}
/*
-----------------------------------------*/


/* Stepnav-Manage(管理画面ステータス)
-----------------------------------------*/

.Stepnav-Manage ol li.current {
    background-color: #2196f3;
    color: #fff;
}
    .Stepnav-Manage ol li.current a {
        color: #fff;
    }

.Stepnav-Manage ol {
    margin-top: 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .Stepnav-Manage ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        padding-left: 25px;
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

        .Stepnav-Manage ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .Stepnav-Manage ol li {
        font-size: 12px;
    }
}

.Stepnav-Manage ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .Stepnav-Manage ol li span {
        display: none;
    }
}

.Stepnav-Manage ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.Stepnav-Manage ol li:nth-child(5):before {
    display: none;
}

.Stepnav-Manage ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.Stepnav-Manage ol li:last-child:after {
    display: none;
}

.Stepnav-Manage ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .Stepnav-Manage ol li.current:after {
        border-left: 24px solid #2196f3;
    }
/* Stepnav-Manage
-----------------------------------------*/

/* Stepnav-Request
-----------------------------------------*/

.Stepnav-Request ol li.current {
    background-color: #2196f3;    
}

    .Stepnav-Request ol li.current a {
        color: #fff;
    }

.Stepnav-Request ol {
    margin-top: 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .Stepnav-Request ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        padding-left: 25px;
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

        .Stepnav-Request ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .Stepnav-Request ol li {
        font-size: 12px;
    }
}

.Stepnav-Request ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .Stepnav-Request ol li span {
        display: none;
    }
}

.Stepnav-Request ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.Stepnav-Request ol li:nth-child(4):before {
    display: none;
}

.Stepnav-Request ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.Stepnav-Request ol li:last-child:after {
    display: none;
}

.Stepnav-Request ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .Stepnav-Request ol li.current:after {
        border-left: 24px solid #2196f3;
    }
/* Stepnav-Request
-----------------------------------------*/

/*ヘッダーメニューの設定
-----------------------------------------*/

.navbar {
    z-index: 999;
}

.dropdown_multilayer_menu_sub {
    position: absolute;
    width: 170px;
    background: #2196f3;
    visibility: hidden;
}

.dropdown_multilayer_menu_third_sub {
    position: absolute;
    top: 0;
    left: 170px;
    width: 100%;
    background: #D9E5FF;
    visibility: hidden;
}

.dropdown_multilayer_menu_third::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0da";
    position: absolute;
    top: 8px;
    right: 5px;
}

.dropdown_multilayer_menu_third {
    position: relative;
}

    .dropdown_multilayer_menu_third:hover
    .dropdown_multilayer_menu_third_sub {
        visibility: visible;
    }

.dropdown_multilayer:hover
.dropdown_multilayer_menu_sub {
    visibility: visible;
}
/*
-----------------------------------------*/

/*横幅フルサイズ
-----------------------------------------*/
.width-full{
    width:100%;
}
/*横幅フルサイズ
-----------------------------------------*/


/*非同期処理時の画面制御
-----------------------------------------*/
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 9999;
}

    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: center no-repeat;
        background-image: url("../gif/loading.gif");
        position: page;
    }

    /*（CSSだけでローディングアニメーションを作成する）*/
#loader {
    pointer-events: none;
    text-align: center;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 8px solid #dd0000;
    border-right-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;    
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -ms-transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -ms-transform: rotate(360deg);
        opacity: 1;
    }
}

/*非同期処理時の画面制御
-----------------------------------------*/

/* modalの幅指定
-----------------------------------------*/
.modal-width-lg {
    max-width: 800px;
}

.modal-width-xl {
    max-width: 1000px;    
}

.modal-width-xxl {
    max-width: 1500px;    
}

.modal-width-full {
    max-width: inherit;    
}
/*
-----------------------------------------*/

/*modal-bodyの高さ指定
-----------------------------------------*/
.modal-body.height-lg{
    height:500px;
}
.modal-body.height-xl {
    height: 800px;
}

/*
-----------------------------------------*/

/*modal位置を一番上に
-----------------------------------------*/
.modal{
    z-index:9999;
}

/*
-----------------------------------------*/


/* modalオープン時の背景制御
-----------------------------------------*/
body.fixed{
    overflow:hidden;    
    width:100%;
    height:100%;
    left:0;
}

/*
-----------------------------------------*/

/*textarea style
-----------------------------------------*/
textarea{
border: 1px solid #ced4da;
border-top-right-radius : .25rem;
border-bottom-right-radius : .25rem;
padding: 6px;
}

body textarea[readonly] {
    background-color: #e9ecef;
    color:#495057;
}
/*
-----------------------------------------*/

/*文字太く
-----------------------------------------*/
.text-strong{
    font-weight:700;
}
/*
-----------------------------------------*/

.table-sm thead th{
    padding-top: 1px;
    padding-bottom: 1px;
}

.table-sm tbody td{
    padding-top: 1px;
    padding-bottom: 1px;    
}

/* 表示領域 拡大
-----------------------------------------*/
.container{
    max-width:none;
}
/*
-----------------------------------------*/

/* ヘルプテキスト
-----------------------------------------*/
.help-text{
    font-size:small;
}
/* ヘルプテキスト
-----------------------------------------*/

/* リロード
-----------------------------------------*/
#btn-reload{
   padding:5px;
   font-size:12px;
}
/* リロード
-----------------------------------------*/

/* datepicker 最前面表示
-----------------------------------------*/
.ui-datepicker{
    z-index:99999 !important;
}
/* datepicker
-----------------------------------------*/

/* 編集ロック解除 スタイル
-----------------------------------------*/
.edit-unlock {
    border-color: red;
    border-width: 3px;
}
/* 編集ロック解除 スタイル
-----------------------------------------*/

/* Map Size指定
-----------------------------------------*/
#map-wrapper {
    height: 800px;
    width: 100%;
}
/* Map Size指定
-----------------------------------------*/

/* Map カスタムコントロール
-----------------------------------------*/
.map-widget {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 20px -1px;
    font-size: 15px;
    margin: 10px;
    padding:5px;

}
#action-widget {
    width: 400px;
}
/* Map カスタムコントロール
-----------------------------------------*/

.textarea-input-group-prepend {
    border-top-right-radius: .25rem !important;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.ui-tooltip{
    max-width:800px;
}

/*----------------------------------
ADD*/
