@charset "UTF-8";
/*
 * 独自CSS
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
    background-color: #f5f8fa;
    margin: 0;
    font-size: 0.9rem
}

.max-height {
    height: 100%;
}

.container-max-height {
    height: calc(100% - 80px);
}

.card-container-max-height {
    height: calc(98% - 40px);
}

.grid-max-height {
    margin-top: 0px;
    height: calc(100% - 110px);
}

@media (max-height: 600px) {
    .grid-max-height {
        height: 400px;
    }
    .max-height {
        height: 600px;
    }
}

@media screen and (min-height: 601px) and (max-width: 575px){
    .grid-max-height {
        margin-top: 0px;
        height: calc(100% - 180px);
    }
}

.container {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #3097D1;
}

.dropdown-item {
    font-size: 0.9rem;
    color: #3097D1;
}

.bg-light {
    background-color: #f5f8fa!important;
}

.card {
    width: 100%;
    font-size: 1rem;
    border-color: #3097D1;
}

.card-defalt {
    color: #000000;
    border-color: #d3e0e9;
}

.card-child {
    color: #ffffff;
}

.card-header {
    background-color: #ffffff;
    height: 3.0rem;
}

.card-body {
    padding: 0.5rem;
}

/*.mb-4, .my-4 {
    margin-bottom: 0rem!important;
}*/

/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #3097D1;
}*/

/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3097D1;
}*/

/*.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}*/

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
    color: #216a94;
    background-color: #eeeeee;
}

.nav-link.disabled {
    color: #6c757d
}

.navbar-brand {
    font-size: 1.12rem;
}

a {
  color: #3097D1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #216a94;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-default {
    color: #636b6f;
    background-color: #fff;
    border-color: #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
}

.btn-default:hover{
    color: #636b6f;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding: .375rem .75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

/*.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}*/

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d3e0e9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.col-form-label {
    color: #636b6f;
    font-weight: bold;
}

.form-control::placeholder{
  color: #cccccc;
}

.radiobox label {
    position: relative;
    display: block;
}

.radiobox label input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radiobox label input[type="radio"] + span {
    display: block;
    background-color: #eeeeee;
    color: white;
    text-align: center;
    border: 1px solid #2a88bd;
    border-radius: 0.5rem;
    padding: 0.25rem;
}

.radiobox label input[type="radio"]:checked + span {
    background-color: #3097D1;
    color: white;
}


.onoffswitch {
    position: relative;
    width: 78px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 15px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "確認済";
    padding-left: 10px;
    background-color: #3097D1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "未確認";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 14px;
    margin: 8px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    border: 2px solid #999999;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 1px;
}

.k-widget.k-datetimepicker, .k-widget.k-datepicker{
    height: 33.60px;
    width:100%;
}

/* page topへ戻る */
#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    background: #3097D1;
    opacity: 0.7;
    z-index: 20000;
}
#page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
    z-index: 20000;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 20000;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 32px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 20000;
}


/* Loading画像設定 */
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 20000;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("images/loading.gif") center center no-repeat;
    z-index: 20000;
}

/*モーダル画面設定*/
.modal {
    display: none;
    position: fixed;
    z-index: 20000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    color: whitesmoke;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

hr {
    margin-top: inherit;
    margin-bottom: 16px;
}

.file-dragging {
    border: 10px solid #3097d1;
}

.grid-thumbnail {
    max-width: 146px;
}


/*KendUI Grid スタイル設定*/
.k-grid {
    font-size: 0.85rem;
}
@media (max-width: 1024px) {
    .k-grid {
    font-size: 0.75rem;
    }
}
.k-grid-content{
    height: calc(100% - 70px) !important;
}
.k-grid td {
    white-space: nowrap;
    true
}

.k-grid tr td {
    border-style: solid;
    border-color: #ccc;
    border-bottom-width: 1px;
}
.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: inherit;
}

.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: inherit;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.dropzone {
    border: 0 none;
    padding: inherit;
}

/*グリッドホバー時の色変更*/
.k-grid tr:hover {
    background : #E0FFFF;
}

/*ボタンのスタイル*/
.custumbutton{
    width: 8rem;
    height: 50px;
    vertical-align: middle;
    text-align: left;
    border:solid 1px #aaa;
    background-color: #f5f5f5;
    font-size: 0.8rem;
    padding: .25rem .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width:1200px) and (max-width: 1360px) {
    .custumbutton{
        width: 8rem;
    }
}
@media (min-width:861px) and (max-width: 1199px) {
    .custumbutton{
        width: 10rem;
    }
}
@media (max-width: 860px) {
    .custumbutton{
        width: 7rem;
    }
}

/*選択ステージ以外の項目の背景スタイル*/
.bggray {
    background-color: #F2F2F2;
}
.bgwhite {
    background-color: #FFFFFF;
}
.bgyellow {
    background-color: #FFFF99;
}
.bggreen {
    background-color: #99FF99;
}
.bgblue {
    background-color: #AAFFFF;
}
}
.bgskyblue {
    background-color: #E7FFFF;
}
.bgrose {
    background-color: #FFEFEF;
}
.bglightyellow {
    background-color: #FFCC66;
}
.bgred {
    color: #FFFFFF;
    background-color: #FF3300;
}

/* ファイル選択ダイアログ */
@media screen { #filename { display: none; } }
@media screen { #filename2 { display: none; } }
@media screen { #filename3 { display: none; } }
@media screen { #filename4 { display: none; } }
@media screen { #filename5 { display: none; } }

#dummy_file{
  vertical-align: top;
  color: #333333;
}
#dummy_file2{
  vertical-align: top;
  color: #333333;
}

/* select2の見た目変更 */
.select2-selection__rendered {
    line-height: 2.0em !important;
    font-size: 0.85rem;
}
.select2-selection {
    height: 2.0rem !important;
}
.select2-container--bootstrap4 .select2-selection--single{
    height: calc(1.0rem + .75rem + 2px)!important;
}
.select2-selection.select2-selection--single {
    background-color:white
}
/*
.select2-selection__arrow {
    height: 2.0rem !important;
}

/* 記入行追加ボタン */
.btnadd{
    text-align: right;
}
/*マップ画面ラベル*/
.map-label{
    font-weight: bold;
}
/*マップ画面サイドバー（レスポンシブ）*/
@media (max-width: 899px) {
    .wrapper {
        display: block;
    }
    #sidebar{
        min-width: 100%;
        max-width: 100%;
    }

}
@media screen and (min-width:544px) and ( max-width:899px) {
    .k-datepicker{
        width:37% !important;
    }
    .br-pad {
        display:none;
     }
}

@media (min-width: 900px) {
    .br-pc {
        display:block;
     }
}
/*一覧画面処理状況ボタン*/
.status-group{
    display: block;
}
@media (min-width: 992px) {
    .maintenance-id{
        padding-left: 40px;
    }

}
@media (max-width: 991px) {
    .reportbtn{
        text-align:right;
        padding-right: 30px
    }
}
/*アップロード行　ボタン大きさ*/
.k-grid tbody .k-button {
    min-width: 2rem;
}
.k-grid .k-button {
    margin: -0.2rem;
}
/*帳票出力ボタン*/
@media (min-width: 992px) {
    .reportbtn{
        text-align: center;
    }
}
@media (max-width: 991px) {
    .reportbtn{
        text-align: left;
    }
}
.k-datepicker{
    background-color: #ffffff !important;
}
.dropdown-menu {
    z-index: 1001;
}

/* Chrome印刷時にレイアウト設定を表示するように変更 */
@page {
    size: auto !important;;
}

/* Chrome時、オートコンプリートの背景色を消す */
input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}

/* 写真のコメント 折り返し用 */
.text-wrap {
    white-space: normal; /* テキストを折り返す */
    line-height: normal; /* 行間を調整する場合 */
}
