@charset "utf-8";

.container {
    max-width: 1280px;
}

.boxlayout {
    background-color: lightgray;
}

/* chino 追加スタイル*/
html, body{
    height: 100%;
}
body {
    font-family: 'メイリオ', 'Meiryo',sans-serif,'ヒラギノUD角ゴF Std', 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック';
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #eee;
}

/**
 *  共通クラス
 */
ul {
    padding-left: 0;
}

li {
    list-style: none;
}
a{
    color: inherit;
}
a:active, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
}
.fleft { float: left; }
.fright { float: right; }
.fnone { float: none; }

.d-none{ display: none; }
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.d-inline{ display: inline; }
.d-block{ display: block; }
.d-inbl{ display: inline-block; }

.fs70 { font-size: 70%; }
.fs80 { font-size: 80%; }
.fs90 { font-size: 90%; }

.pa0 { padding: 0 !important; }
.pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pa10 { padding: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ma0 { margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mlr10{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mlr20{
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mlr30{
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.mlrauto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.tcenter {
    text-align: center !important;
}

.p_t30{ top: 30px !important; }
.p_r30{ right: 30px !important; }
.p_l30{ left: 30px !important; }
.p_b30{ bottom: 30px !important; }

.w25{ width: 25% !important; }
.w50{ width: 50% !important; }
.w100{ width: 100% !important; }

.wh10px{
    width: 10px !important;
    height: 10px !important;
}

.wh20px{
    width: 20px !important;
    height: 20px !important;
}
.wh25px{
    width: 25px !important;
    height: 25px !important;
}
.wh50px{
    width: 50px !important;
    height: 50px !important;
}
.wh75px{
    width: 75px !important;
    height: 75px !important;
}
.wh100px{
    width: 100px !important;
    height: 100px !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ghost-btn {
    border: 4px solid #FFF;
    background: #FFF;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
}

.ghost-btn.btn-s {
    width: 200px;
    padding: 10px 0;
}

.ghost-btn.btn-m {
    width: 500px;
    padding: 20px 0;
}

.ghost-btn.btn-l {
    width: 100%;
    padding: 20px 0;
}

button.ghost-btn {
    padding: 0;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.ghost-btn.blue {
    border-color: #00AAEB;
    color: #00AAEB;
}

.ghost-btn.blue:hover,
.ghost-btn.blue:focus,
.ghost-btn.blue:active,
.ghost-btn.blue.touched{
    border-color: #00AAEB;
    color: #FFF;
    background: #00AAEB;
    text-decoration: none;
}

.ghost-btn.blue:active,
.ghost-btn.grey:active{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ghost-btn.blue:disabled {
    border-color: #B3B3B3;
    color: #B3B3B3;
    background: #EEE;
}

.ghost-btn.grey {
    border-color: #B3B3B3;
    color: #B3B3B3;
}

.ghost-btn.grey:hover,
.ghost-btn.grey:focus,
.ghost-btn.grey:active {
    cursor: auto;
}

.flat-btn {
    font-weight: bold;
    border: none;
    color: #FFF;
    padding: 20px 0;
    text-decoration: none;
}

.flat-btn.blue {
    background: #63CAF1;
}

.flat-btn.blue:hover,
.flat-btn.blue:focus,
.flat-btn.blue:active,
.flat-btn.blue.touched {
    background: #00AAEB;
    color: #fff;
}

.flat-btn.blue.disable {
    background: #B3B3B3;
    color: #F2F2F2;
    cursor: auto;
    outline: none;
}

.flat-btn.blue.disable:hover,
.flat-btn.blue.disable:focus,
.flat-btn.blue.disable:active {
    background: #B3B3B3;
}

.wd-wp {
    word-wrap: break-word;
    word-break: break-all;
    /*white-space: nowrap;*/
}
.wr-wrap{
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-line;
}

.optgrp optgroup {
    color: #999;
}

.optgrp optgroup option {
    color: #000;
}

.link-w {
    color: #FFF;
}
.link_u-line {
    text-decoration: underline;
}


.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  width: 3em;
  height: 1.5em;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.toggle-input:checked + .toggle-label {
  background-color: #4BD865;
}
.toggle-input:checked + .toggle-label:after {
  left: 1.5em;
}

.toggle-switch {
  position: relative;
  width: 3em;
  height: 1.5em;
  margin: auto;
}

/**
 *  共通クラス　ここまで
 */

.btn.btn-primary.admin{
    background: #09729c;
    border: none;
}


/* カスタムコントロールのスイッチを右に */
.custom-control.custom-checkbox{padding-left: 0;}

label.custom-control-label {
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
}

label.custom-control-label::before,
label.custom-control-label::after{
  right: 0;
  left: auto;
}
/* カスタムコントロールのスイッチを右に */

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 2.2rem;
  height: 1.2rem;
  pointer-events: all;
  border-radius: 0.6rem;
  background: #005783;
  border: none;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem);
  left: calc(-2.25rem);
  width: calc(1.2rem );
  height: calc(1.2rem);
  background-color: #8eb4c6;
  border-radius: 0.6rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
}
.custom-control-input:checked ~ .custom-control-label::before{
  background: #005783;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: #005783;
}


/* ポップアップ */
.popup {
    display: none;
    position: relative;
    z-index: 100;
}

.popup-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px 16px;
    font-size: 0.8em;
    display: inline-block;
    border: 3px solid #00AAEB;
    position: absolute;
    width: 400px;
    background: rgba(255, 255, 255, 0.85);
    color: #666;
}

.popup-inner b {
    color: #00AAEB;
}

section.page-section {
    margin-top: 160px;
    margin-bottom: 60px;
}
/* /ポップアップ */

/* モーダル */
.modal {
    z-index: 9999;
}
.modal-backdrop {
    z-index: 8999;
}
/* /モーダル */


#Wrap{
    height: 100%;
}
#footer{
    margin-top: 35px;
    /*color: #09729c;*/
    color: #666;
}

#Login{
    margin-top: 100px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    padding: 30px;
}

#TopLogo{
    margin-top: 100px;
    margin-bottom: 30px;
}
#LoginFormIcon{
    /*width: 50px;*/
    margin: 0 auto;
    font-weight: bold;
    color: #09729c;
    text-align: center;
}

.svg-wrap > svg {
  fill: currentColor;
}

#RemindPass{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
#RemindPass a{
    color: #09729c;
    text-decoration: none;
}
#RemindPass a:hover,
#RemindPass a:active,
#RemindPass a:focus{
    text-decoration: underline;
}

#HeaderNavi{
    height: 50px;
    margin-top: -10px;
    color: #fff;
    padding-left: 0;
}
#navLogo{
    margin-top:8px;
}
#HeaderNavi .menu_box{
    padding: 14px 6px 4px;
    border-radius: 4px;
    background: rgba(0,0,0,0.3);
    font-size: 0.7em;
    float: right;
}
#HeaderNavi #Logout .menu_box,
#HeaderNavi #OpenMenu .menu_box{
    cursor: pointer;
}
#HeaderNavi #Logout .menu_box{
    background: rgba(9,114,156,0.4);
}

.wrapper{
    position: relative;
    top: 0;
    height: 100vh;
}

#Sidebar{
    height: 100%;
    max-height: 100%;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 260px;
    background: #fff;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.sidebar .logo{
    padding: 15px 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #ddd;
}
.sidebar .logo img{
    width: 40%;
    margin: 50px auto 20px;
    display: block;
}
.sidebar .sidebar-nav .nav{
    margin-top: 20px;
    display: block;
    max-height: 500px;
    overflow-y: auto;
}
.sidebar .sidebar-nav .nav li:hover,
.sidebar .sidebar-nav .nav li:active,
.sidebar .sidebar-nav .nav li:focus{
    background-color: rgba(0,0,0,0.1);
    color: #3c4858;
    box-shadow: none;
}
.sidebar .sidebar-nav .nav .nav-link{
    margin: 10px 15px 0;
    color: #3c4858;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    padding: 10px 15px;
    display: block;
}

.sidebar .sidebar-nav .nav .nav-link span.svg-wrap{
    width: 15px;
    height: 15px;
    display: inline-block;
}
.sidebar .sidebar-nav .nav .nav-link span.svg-wrap svg{
    width: 100%;
    height: 100%;
}

main{
    position: relative;
    float: right;
    width: calc(100% - 260px);
    height: 100%;
}

main nav.page-header{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

main .page-contents{
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

main .page-contents h3{
    font-size: 1.3em;
}

main .page-contents .card-wrapper{
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 20px;
    padding: 20px 16px 30px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    box-shadow: 4px 4px 7px rgba(0,0,0,0.1), inset 0 0 10px 1px rgba(255,255,255,0.4);
}

main .page-contents .card-wrapper .controlarea-wrapper{
    margin-bottom: 10px;
}

main .page-contents table{
    border: 1px solid #dee2e6;
}

main .page-contents table th,
main .page-contents table td{
    font-size: 0.8em;
}

main .page-contents input.form-control::placeholder,
main .page-contents textarea.form-control::placeholder{
    color: #bbcad0;
}

#FooterLogo .footerlogo_wrap{
    width: 100px;
    margin: 0 auto;
}
#footer address{
    padding: 10px 0 16px;
    font-size: 0.9em;
}
#footer address p{
    margin-bottom: 0;
}
/*
.container-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 25% 25% 25% auto;
}*/

section.grid-item{
    margin-bottom: 20px;
}
.grid-item{
    width: 32%;
}
.flex-container{
    display: flex;
}

.widget-box{
    padding: 8px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 4px 4px 7px rgba(0,0,0,0.1), inset 0 0 10px 1px rgba(255,255,255,0.4);
}
.widget-header h3{
    font-size: 0.8em;
}
.widget-header h3 svg{
    font-size: 0.8em;
}


.modal-backdrop{
    background-color: #000;
}


.page-header .navbar-wrapper h2 span.svg-wrap{
    height: 1em;
    width: 1em;
    display: inline-block;
}
.page-header .navbar-wrapper h2 span.svg-wrap svg{
    height: 100%;
    width: 100%;
}

option.init_list{
    color: #aaa;
}

#CSVConfirmTable{
    width: auto;
}

.device-setting-wrap{
    border-radius: 5px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px 15px 20px;
}

table.t_fixedheader{
    position: relative;
    border-collapse: collapse;
}
/*
table.t_fixedheader th,
table.t_fixedheader td{
    padding: 1rem;
    border: solid 1px #ddd;
}
*/
table.t_fixedheader th {
    position: sticky;
    top: 0;
}

.icon-del::-webkit-calendar-picker-indicator {
    display: none;
}

#DetailNotificationDescription {
    height: 300px;
}

#UserWidgetAuth .tenant_list_box{
	text-align: left;
    cursor: pointer;
    pointer-events: auto;
    
    border: 2px solid #e6e6e6;
    background: #f6f6f6;
    border-radius: 5px;
    margin: 0 0.2em;
    padding: 0.4em;
}
#UserWidgetAuth .tenant_list_box label{
	margin: 0 auto;
	display: block;
	width: 100%;
    cursor: pointer;
}
#UserWidgetAuth .tenant_list_box label span{
	font-weight: bold;
    padding-left: 30px;
    position: relative;
}
#UserWidgetAuth .tenant_list_box label input{
	appearance: none;
}
#UserWidgetAuth .tenant_list_box label input:checked+span::before{
	background: #4a97b3;
    border-color: #4a97b3;
}
#UserWidgetAuth .tenant_list_box label span::before{
	position: absolute;
    left: 0;
    display: block;
    border: 2px solid #ccc;
    border-radius: 4px;
    content: '';
    width: 20px;
    aspect-ratio: 1;
}

#UserWidgetAuth .tenant_list_box label input:checked+span::after{
    position: absolute;
    top: 4px;
    left: 7px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    content: '';
    width: 8px;
    height: 10px;
    transform: rotate(45deg);
}
