﻿@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 70%;
}

@media screen and (min-width: 1260px){
    html {
    	font-size: 85%;
    }
}

@media screen and (min-width: 1900px){
    html {
    	font-size: 100%;
    }
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "游ゴシック", YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #292929;
    overflow-y: hidden;
    overflow-x: auto;
}

table > tbody > tr > td {
  word-break:break-all;
  word-wrap:break-word;
  overflow:hidden;
}

div#wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

body.modal-open {
    padding-right: 0 !important;
}

/* 左メニュー領域関連 */
div#nav {
	height: auto;
    position:relative;
}

div#nav {
    display: table-cell;
    width: 250px;
    height: 100%;
    min-height: 100%;
    word-wrap: break-word;
    overflow-y: auto;
    overflow-x: hidden;
}

div#navStoreStatus {
    height: auto;
    position:relative;
}

div#navStoreStatus {
    display: table-cell;
    width: 250px;
    height: 100%;
    min-height: 100%;
    word-wrap: break-word;
    overflow-y: auto;
    overflow-x: hidden;
}

h1.title {
	font-size: 20pt;
	margin: 15px 0px 12px 10px;
    width: 240px;
}

/* 戻るボタン */
div.backTop {
	/*margin-bottom: 15px;*/
	padding-bottom: 15px;
}

div.backTop a {
	display: inline-block;
	width: 100%;
	line-height: 1.4em;
	text-align: left;
	font-size: 17pt;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
}

div.backTop a:hover {
	color: #ffffff;
/* 	background-color: #428ec9; */
	background-color: #71BBD1;

}

div.backTopStore {
    /*margin-bottom: 15px;*/
    padding-bottom: 10px;
}

div.backTopStore a {
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    text-align: left;
    font-size: 17pt;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
}

div.backTopStore a:hover {
    color: #ffffff;
    /* 	background-color: #428ec9; */
    background-color: #71BBD1;

}

div.scrollSection {
    overflow-y: auto;
    overflow-x: hidden;
}

div.scrollSection::-webkit-scrollbar{
    overflow:hidden;
    width:10px;
    background:#fafafa;
    -webkit-border-radius:10px;
    border-radius:3px;
}

div.scrollSection::-webkit-scrollbar-button{
    display:none;
}

div.scrollSection::-webkit-scrollbar-piece{
    background:#eee;
}

div.scrollSection::-webkit-scrollbar-piece:start{
    background:#eee;
}

div.scrollSection::-webkit-scrollbar-thumb{
    overflow:hidden;
    -webkit-border-radius:3px;
    background:#ddd;
}

/* 地域別アコーディオン */
div#nav ul.areaNav{
}

div#nav ul.areaNav > li {
	border-bottom: 1px solid #cccccc;
}

div#nav ul.areaNav > li:first-child {
	border-top: 1px solid #cccccc;
}

div#nav ul.areaNav > li > a {
	display: block;
	text-decoration: none;
	color: #292929;
	font-size: 12pt;
	line-height: 1.4em;
	width: 250px;
	padding: 10px 15px 10px 10px;
}

div#nav ul.areaNav > li > a:hover {
	color: #ffffff;
/*	background-color: #428ec9; */
	background-color: #71BBD1;
}

div#nav ul.areaNav a.active {
	color: #ffffff;
/*	background-color: #428ec9; */
	background-color: #71BBD1;
}

div#nav ul.areaNav ul.blockNav li a {
	display: block;
	text-decoration: none;
	color: #292929;
	font-size: 10.5pt;
	line-height: 1.4em;
	width: 250px;
	padding: 5px 15px 5px 30px;
}

div#nav ul.areaNav ul.blockNav > li > a:hover {
	color: #ffffff;
/*	background-color: #3675a5; */
	background-color: #3ea7c4;
}

div#nav ul.blockNav a.active {
	color: #ffffff!important;
/*	background-color: #3675a5; */
	background-color: #3ea7c4;
}

/* 店舗タイトル */
dl.storeNav dt {
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.4em;
	padding: 10px 15px 10px 10px;
	word-break: break-all;
}

dl.storeNav dd {
	font-size: 14pt;
	line-height: 1.4em;
	width: 250px;
	padding: 5px 15px 5px 30px;
	word-break: break-all;
}

dl.storeNavStoreStatus dt {
    font-size: 16pt;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 15px 10px 10px;
    word-break: break-all;
}

dl.storeNavStoreStatus dd {
    font-size: 14pt;
    line-height: 1.4em;
    width: 250px;
    padding: 5px 15px 5px 30px;
    word-break: break-all;
}

/* 店舗概要 */
dl.storeOverview {
	margin: 30px auto 0px auto;
	border: 1px solid #2865B5;
	border-radius: 5px;
	width: 230px;
}

dl.storeOverview dt {
	color: #ffffff;
	background-color: #2865B5;
/*	font-size: 30pt; */
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
	padding: 8px 0px;
}

dl.storeOverview dd {
/*	font-size: 24pt; */
	font-size: 2rem;
	text-align: center;
	padding: 8px 0px;
}

dl.storeOverviewStoreStatus {
    margin: 30px auto 0px auto;
    border: 1px solid rgba(40,101,181,0.5);
    border-radius: 5px;
    width: 230px;
    display: flex;
    flex-wrap: wrap;
}

dl.storeOverviewStoreStatus dt {
    color: #000;
    /*	font-size: 30pt; */
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    padding: 5.5px 0px;
    width: 60%;
    border-bottom: 1.0px solid rgba(40,101,181,0.5);
}

dl.storeOverviewStoreStatus dd {
    /*	font-size: 24pt; */
    font-size: 1.5rem;
    text-align: center;
    padding: 6px 0px;
    width: 40%;
    margin-bottom: 0px;
    border-bottom: 1.0px solid rgba(40,101,181,0.5);
}

dl.storeOverviewStoreStatus div.openPurposeCount {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    dl.storeOverviewStoreStatus div.waitPurposeCount {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }

    dl.storeOverviewStoreStatus dt.WatingPurposeCountDt {
        color: #000;
        background-color: #fff;
        font-size: 0.9rem;
        font-weight: normal;
        text-align: left;
        padding: 5.5px 5px 5.5px 15px;
        width: 60%;
        border-bottom: 1.0px dotted rgba(40,101,181,0.5);
    }

    dl.storeOverviewStoreStatus dd.WatingPurposeCountDd {
        font-size: 1.0rem;
        text-align: center;
        padding: 5.5px auto;
        width: 40%;
        margin: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-bottom: 1.0px dotted rgba(40,101,181,0.5);
    }

div.storeOverview_tb div.waitPurposeCount {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: large;
}

div.storeOverview_tb div.WatingPurposeCountDt {
    width: 75%;
    margin: auto;
    font-size: 1.2rem;
    padding-right: 7px;
    padding-top: 10px;
}

div.storeOverview_tb div.WatingPurposeCountDd {
    width: 25%;
    font-size: 1.3rem;
    text-align: right;
    margin: auto;
    padding-right: 7px;
}

@media screen and (max-width: 992px) {
    div.storeOverview_tb div.waitPurposeCount {
        display: none;
    }
    div.accordion-div {
        display: none;
    }
    span.accordion-title {
        display: none;
    }
}

div.StoreCountDiv {
    display: flex;
    flex-wrap: wrap;
}

div.StoreCountText {
    margin: 0;
    width: 75%;
    padding-right: 15px;
    text-align: center;
}

div.AccordionDiv {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

/* 矢印 */
.accordion-title {
    position: relative;
}
    .accordion-title::after {
        border-right: solid 2px #000;
        border-top: solid 2px #000;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        right: 10px;
        top: 38%;
        transform: rotate(-45deg);
        transition: transform .3s ease-in-out, top .3s ease-in-out;
        width: 8px;
    }

    .accordion-title.open::after {
        top: 45%;
        transform: rotate(135deg);
    }

div.storeOverview_tb .accordion-title {
    position: relative;

}
    div.storeOverview_tb .accordion-title::after {
        border-right: solid 2px #000;
        border-top: solid 2px #000;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        left: 8px;
        top: 38%;
        transform: rotate(-45deg);
        transition: transform .3s ease-in-out, top .3s ease-in-out;
        width: 8px;
    }

    div.storeOverview_tb .accordion-title.open::after {
        top: 45%;
        transform: rotate(135deg);
    }

/* 管理機能メニュー */
ul#settingNav {
}

ul#settingNav li {
}

ul#settingNav li a {
	display: block;
	text-decoration: none;
	color: #292929;
	font-size: 12pt;
	line-height: 1.4em;
	width: 250px;
	padding: 10px 0px 10px 20px;
}

ul#settingNav li a:hover {
	color: #ffffff;
	background-color: #71BBD1;
}

ul#settingNav li a.active {
	color: #ffffff;
	background-color: #71BBD1;
}

ul#settingNav li ul.childMenuNav li a {
    padding-left: 30px;
}

ul#settingNav li ul.childMenuNav > li > a:hover {
    color: #ffffff;
    background-color: #3ea7c4;
}

ul#settingNav li ul.childMenuNav > li > a.active {
    color: #ffffff;
    background-color: #3ea7c4;
}

ul#settingNav li.logout {
    margin-top:15px;
}

ul#settingNav li.logout a{
    font-size:10pt;
}

/* マニュアルリンク */
li.manual {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

li.manual a {
    font-size: smaller !important;
}

ul.manualSection {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #dddddd;
    margin-bottom: 0.5rem;
}

ul.manualSection li a {
    display: block;
    text-decoration: none;
    color: #292929;
    font-size: smaller;
    line-height: 1.4em;
    width: 250px;
    padding: 10px 0px 10px 20px;
}

ul.manualSection li a:hover {
    color: #ffffff;
    background-color: #71BBD1;
}

ul.manualSection li a.active {
    color: #ffffff;
    background-color: #71BBD1;
}

/* ログインユーザー情報 */
div.logoutSection{
    position : absolute;
    bottom : 90px;
	width: 250px;
	border-top: 1px solid #dddddd;
    padding-top: 20px;
	border-bottom: 1px solid #dddddd;
    background: rgba(255,255,255,1); 
}

div.loginUser{
    padding-left:20px;
}

div.loginUser p#loginUserName{
	font-size: 11pt;
}

div.loginUser p#loginRoleName{
	font-size: 9pt;
}
/* 現在日時とログインユーザー情報がメニューに重ならないように調整 */
div.logoutSectionBack{
    bottom: 0px;
	width: 250px;
    height: 225px;
}
/* 現在日時がAreaNavに重ならないように調整 */
#clockSectionBack{
    bottom: 0px;
	width: 250px;
    height: 60px;
}

#reloadSpinner {
    height: 70px;
    display: none;
    float: left;
    padding-left: 20px;
    bottom: 0px;
}

/* 現在日時 */
div.clockSection {
	position: absolute;
	bottom: 0px;
	width: 250px;
	padding: 15px 0px 12px 0px;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+20 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
}

div.portalNav {
    bottom:0px;
}

div.portalNav div.clockSection{
    background:rgba(255,255,255,1);
}

div.clockSection span {
	font-size: 14.5pt;
	line-height: 1.4em;
	letter-spacing: 0.07em;
}

div.clockSection span#timeColon {
	display: inline-block;
	padding: 0px 3px;
}

/* メイン領域 */
div#main {
	height: auto;
}

div#main {
	display: table-cell;
	background-color: #eae9e7;
	height: 100%;
	min-height: 100%;
	vertical-align: top;
}

/* 地域一覧領域 */
div.statusListSection {
	display: table;
	width: 100%;
	padding: 0px 15px;
	height: 100%;
	overflow: auto;
}

/* 一覧表示領域 */
div.listSection {
	width: 100%;
	padding: 0px 15px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

h3.listTitle {
	font-size: 2rem;
}

/* ページングボタン領域 */
div.prevLink,
div.nextLink {
	display: table-cell;
	width: 75px;
	vertical-align: middle;
	height: 100%;
	text-align: left;
}

div.prevLink a,
div.nextLink a {
	display: block;
	width: 50px;
	height: 500px;
	line-height: 500px;
	font-size: 24pt;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-align: center;
/*	margin: 0px auto; */
	text-decoration: none;
}

div.prevLink a {
	margin-left: 5px;
}

div.nextLink a {
	margin-left: 19px;
}

div.prevLink a {
	background: linear-gradient(to right,  #e5e5e5 0%,#ffffff 100%); /* W3C */
}

div.prevLink a:hover {
	background: linear-gradient(to right,  #ededed 0%,#ffffff 100%); /* W3C */
}

div.nextLink a {
	background: linear-gradient(to right,  #ffffff 0%,#e5e5e5 100%); /* W3C */
}

div.nextLink a:hover {
	background: linear-gradient(to right,  #ffffff 0%,#ededed 100%); /* W3C */
}

/* 一覧テーブル */
div.statusList {
/*	display: table-cell; */
	display: block;
	height: 100%;
	overflow: auto;
	position: relative;
	/*-webkit-overflow-scrolling: touch; */
}

div.statusList div label {
	margin: 10px 0px;
}

div.statusList div label {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: normal;
}

div.statusList div input[type="checkbox"] {
	vertical-align: baseline;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.listTable tr:nth-child(2n) {
	background-color: #f2f2f2;
}

table.listTable tr.warning td,
table.listTable tr.danger td {
	background-color: transparent;
}

table.listTable tr.warning {
	background-color: #fcf8e3;
}

table.listTable tr.danger {
	background-color: #f2dede;
}

table.listTable tr.orange,
table.listTable tr.warning.orange,
table.listTable tr.danger.orange {
    background-color: #fdd9b3;
}

table.listTable tr.green,
table.listTable tr.warning.green,
table.listTable tr.danger.green {
    background-color: #d6f2b6;
}

table.listTable tr.blue,
table.listTable tr.warning.blue,
table.listTable tr.danger.blue {
    background-color: #c0e2fd;
}

table.listTable tr.purple,
table.listTable tr.warning.purple,
table.listTable tr.danger.purple {
    background-color: #ece1ff;
}

table.listTable tr:hover {
	background-color: #9ED5D8!important;
	color: #fff;
}

table.listTable tr.warning td.latency {
	color: #F6B600
}

table.listTable tr.danger td.latency {
	color: #ff3300;
}

table.listTable th {
	color: #ffffff;
	background-color: #2865B5;
/*	font-size: 30pt; */
	font-size: 1.4rem;
	vertical-align: middle!important;
	border-top: none!important;
	border-bottom: 1px solid #dddddd;
    white-space: nowrap;
}

table.listTable th.max-time span.fa {
    font-size: 2.5rem;
}

@media only screen and (max-width: 1200px) {
    table.listTable th {
        white-space: normal;
    }
}

table.listTable th button.sortButton {
    border-radius: 5px;
    border: none;
    color: #292929;
    font-size: 30px;
    line-height: 1.2;
    vertical-align: middle;
    background-color: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    padding: 3px 8px;
    margin-top: -3px;
    margin-left: 5px;
}

table.listTable th button.sortButton:hover {
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 80%);
}

table.listTable th span.glyphicon {
/*	cursor: pointer; */
	vertical-align: top;
/*	zoom: 0.8; */
}

table.listTable th span.glyphicon:hover {
/*	color: #FFC600; */
	color: #71BBD1;
}


table.listTable td {
/*	font-size: 24pt; */
	font-size: 1.2rem;
	vertical-align: middle!important;
	border-top: none!important;
	border-bottom: 1px solid #dddddd;
}

table.listTable td.time {
    white-space: nowrap;
}

table.listTable input,
table.listTable select {
	color: #292929;
}

/* レポート登録ボタン */
table.listTable td button.display-none {
    display: none;
}

div.statusListSection table.listTable {
	margin-bottom: 0px;
}

div.statusListSection table.listTable tbody tr:hover {
	cursor: pointer;
}


table.listTableStoreStatus tr:nth-child(2n) {
    background-color: #f2f2f2;
}

table.listTableStoreStatus tr.warning td,
table.listTableStoreStatus tr.danger td {
    background-color: transparent;
}

table.listTableStoreStatus tr.warning {
    background-color: #fcf8e3;
}

table.listTableStoreStatus tr.danger {
    background-color: #f2dede;
}

    table.listTableStoreStatus tr.orange,
    table.listTableStoreStatus tr.warning.orange,
    table.listTableStoreStatus tr.danger.orange {
        background-color: #fdd9b3;
    }

    table.listTableStoreStatus tr.green,
    table.listTableStoreStatus tr.warning.green,
    table.listTableStoreStatus tr.danger.green {
        background-color: #d6f2b6;
    }

    table.listTableStoreStatus tr.blue,
    table.listTableStoreStatus tr.warning.blue,
    table.listTableStoreStatus tr.danger.blue {
        background-color: #c0e2fd;
    }

    table.listTableStoreStatus tr.purple,
    table.listTableStoreStatus tr.warning.purple,
    table.listTableStoreStatus tr.danger.purple {
        background-color: #ece1ff;
    }

table.listTableStoreStatus tr:hover {
    background-color: #9ED5D8 !important;
    color: #fff;
}

table.listTableStoreStatus tr.warning td.latency {
    color: #F6B600
}

table.listTableStoreStatus tr.danger td.latency {
    color: #ff3300;
}

table.listTableStoreStatus th {
    color: #ffffff;
    background-color: #2865B5;
    /*	font-size: 30pt; */
    font-size: 1.4rem;
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #dddddd;
    white-space: nowrap;
}

    table.listTableStoreStatus th.max-time span.fa {
        font-size: 2.5rem;
    }

@media only screen and (max-width: 1200px) {
    table.listTableStoreStatus th {
        white-space: normal;
    }
}

table.listTableStoreStatus th button.sortButton {
    border-radius: 5px;
    border: none;
    color: #292929;
    font-size: 25px;
    line-height: 1.2;
    vertical-align: middle;
    background-color: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    padding: 3px 8px;
    margin-top: -3px;
    /*margin-left: 5px;*/
}

    table.listTableStoreStatus th button.sortButton:hover {
        background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 80%);
    }

table.listTableStoreStatus th span.glyphicon {
    /*	cursor: pointer; */
    vertical-align: top;
    /*	zoom: 0.8; */
}

    table.listTableStoreStatus th span.glyphicon:hover {
        /*	color: #FFC600; */
        color: #71BBD1;
    }


table.listTableStoreStatus td {
    /*	font-size: 24pt; */
    font-size: 1.3rem;
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #dddddd;
}

    table.listTableStoreStatus td.time {
        white-space: nowrap;
    }

table.listTableStoreStatus input,
table.listTableStoreStatus select {
    color: #292929;
}

/* レポート登録ボタン */
table.listTableStoreStatus td button.display-none {
    display: none;
}

div.statusListSection table.listTableStoreStatus {
    margin-bottom: 0px;
}

    div.statusListSection table.listTableStoreStatus tbody tr:hover {
        cursor: pointer;
    }

div.statusListSection div#tableFoot {
	background-color: #2865B5;
	color: #ffffff;
	font-size: 2rem;
	width: 100%;
}

div.statusListSection div#tableFoot div.autoPagerArea {
	float: left;
}

div.statusListSection div#tableFoot div.autoPagerArea input[type="checkbox"] {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 8px 14px 8px 10px;
	background-color: #413623;
}

div.statusListSection div#tableFoot div.pageInfoArea {
	float: right;
	padding: 4px 20px 0px 0px;
	text-align: right;
}

div.statusListSection #tableFoot.fixed {
	position: fixed;
	bottom: 0px;
}

table.dummy {
	position: fixed;
	top: 0px;
	display: none;
	width: 100%;
	margin-bottom: 0px;
    z-index: 5;
}

/* エリア・店舗・ユーザー管理用 */
table.configTable tr:nth-child(2n) {
	background-color: #f2f2f2;
}

table.configTable tr:hover {
	background-color: #9ED5D8!important;
	color: #fff;
}

table.configTable th {
	color: #ffffff;
	background-color: #2865B5;
/*	font-size: 30pt; */
	font-size: 1.4rem;
	vertical-align: middle!important;
	white-space: nowrap;
}

table.configTable td {
/*	font-size: 24pt; */
	font-size: 1.2rem;
	vertical-align: middle!important;
}

table.configTable td.RoleCol {
	width : 160px;
}

table.configTable .btn {
    letter-spacing: 0.07em;
    white-space: nowrap;
}

table.configTable input,
table.configTable select {
	color: #292929;
}

div.storeList{
    margin-top:10px;
}

/* ご用件登録用 */
table.purposeTable tr:nth-child(2n) {
    background-color: #f9f9f9;
}

table.purposeTable tr.step2 {
    background-color: #f2f2f2;
}

table.purposeTable td.PurposeNameCol {
    padding-left: 1em;
}

table.purposeTable tr.step2 td.PurposeNameCol {
    padding-left: 2em;
}

/* 予約メニュー */
div.ReservationMenuList{
    margin-top:10px;
}

/*基本情報登録用*/

table.basicInformationTable tr.step1 {
    background-color: #f2f2f2;
}

table.basicInformationTable td.basicInformationCol {
    padding-left: 1em;
}

table.basicInformationTable tr.step1 td.basicInformationCol {
    padding-left: 2em;
}

/* 統計情報テーブル */
table.statsList th {
	color: #ffffff;
	background-color: #2865B5;
	font-size: 1.4rem;
	vertical-align: middle!important;
	border-top: none!important;
	border-bottom: 1px solid #dddddd;
}

table.statsList td {
	font-size: 1.2rem;
	vertical-align: middle!important;
	border-top: none!important;
	border-bottom: 1px solid #dddddd;
    padding: 1rem;
}

table.statsList tr.storeRow > td {
	padding: 0px;
}

table.statsList > tbody > tr {
	background-color: #fff;
	cursor: pointer;
}

table.statsList tbody tr.storeRow {
	cursor: auto;
}

table.statsList > tbody > tr:nth-child(4n-1) {
	background-color: #f2f2f2;
}

table.statsList tbody tr.active td {
	background-color: transparent;
}

table.statsList > tbody > tr:hover {
	background-color: #a9e2e5!important;
	color: #fff;
}

table.statsList tbody tr.active {
	background-color: #9ED5D8!important;
	color: #fff;
}

table.statsList table.childList {
	margin-bottom: 0px;
}

table.statsList table.childList td {
	font-size: 1.2rem;
	vertical-align: middle!important;
	border-top: none!important;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	color: #292929;
}

table.statsList table.childList td:first-child {
	padding-left: 40px;
	text-align: left;
}

table.statsList table.childList tr:last-child td {
	border-bottom: none;
}

table.statsList table.childList tr:hover {
    color: inherit;
}

table.statsList table.childList tr:hover td {
    background-color: #a9e2e5;
    color: #fff;
}
    
table.statsList table.childList tr:nth-child(odd) {
    background-color: #ffffff;
}

table.statsList table.childList tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* 履歴検索条件領域 */
div.historySearchSection input.dateValueField {
    height: 34px;
	border-radius: 4px 0px 0px 4px;
}

div.historySearchSection span.datePickerIcon {
	padding: 8px 8px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #797979;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
/*	border-radius: 4px; */

	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
    margin-top: 1px;
    margin-left:-5px;

	display: inline-block;
	width: auto;
	height: 34px;
	border-left-width: 0px;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}

div.historySearchSection div.buttonArea a.btn {
    color: #ffffff;
}

/* 履歴タイトル領域 */
div.csvListTitle {
/*	font-size: 20pt; */
	font-size: 2rem;
	margin: 10px 10px 5px 10px;
}

div.csvListTitle:after {
	clear: both;
}

div.csvListTitle div.pagerSection {
	float: right;
}

/* 履歴一覧 */
table.csvList th {
	color: #ffffff;
	background-color: #2865B5;
/*	font-size: 14pt; */
	font-size: 1.1rem;
	vertical-align: middle!important;
	padding: 3px 10px !important;
    white-space: nowrap;
    min-width: 100px;
}

table.csvList th.report-th {
    background-color: #1E4B87;
}

table.csvList td {
    /*	font-size: 12pt; */
    font-size: 1.0rem;
    vertical-align: middle !important;
    padding: 3px 5px !important;
    white-space: nowrap;
}

table.csvList tr:nth-child(2n) {
	background-color: #f2f2f2;
}

@media only screen and (max-width: 950px) {
    table.csvList th ,table.csvList td.time {
        white-space: normal;
    }
}

table.csvList th.display-none,
table.csvList td.display-none {
    display: none;
}


/* データ登録フォーム */
div.addFormSection {
	position: absolute;
	top: 100px;
	left: 50%;
/*	width: 870px; */
/*	min-height: 500px; */
	width: 600px;
	margin-left: -300px;
    margin-bottom: 100px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	background-color: #ffffff;
	z-index: 1000;
}

div.addFormSection h2.formTitle {
	width: 100%;
/*background-color: # ;*/
	font-size: 24pt;
	line-height: 1.4em;
	padding-bottom: 10px;
	text-align: center;
	margin: 10px 0px;
	border-bottom: 1px solid #cccccc;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
}

div.addFormSection div.addFormMain {
	margin: 15px 20px;
}

div.addFormSection div.addFormMain dl.addForm {
	margin: 0px 20px;
}

div.addFormSection div.addFormMain dl.addForm dt {
	font-size: 20pt;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: 5px;
}

div.addFormSection div.addFormMain dl.addForm dd {
	font-size: 16pt;
	margin-bottom: 20px;
}

div.addFormSection div.addFormMain dl.addForm dd .form-control {
    font-size: 1.2rem;
}

div.addFormSection div.addFormMain .btn {
	margin: 0px 20px;
	width: calc(100% - 40px);
}

div.storeBlockList {
    width: 100%;
    /*display: flex;*/
}

div#StoreList{
    margin:10px;
}

.storebtn {
    display: block;
    margin: 0 0 0 auto;
}

/* 担当店舗選択フォーム */
div .addFormSectionStore {
    position: absolute;
    top: 100px;
    left: 50%;
    /*	width: 870px; */
    /*	min-height: 500px; */
    width: 700px;
    margin-top: 100px;
    margin-left: -350px;
    margin-bottom: 100px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: 1000;
}

div.addFormSectionStore h2.formTitle {
	width: 100%;
/*background-color: # ;*/
	font-size: 24pt;
	line-height: 1.4em;
	padding-bottom: 10px;
	text-align: center;
	margin: 10px 0px;
	border-bottom: 1px solid #cccccc;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
}

div.addFormSectionStore div.addFormMain {
    margin: 15px 20px;
}

div.addFormSectionStore div.addFormMain dl.addForm {
    margin: 0px 20px;
}

div.addFormSectionStore div.addFormMain dl.addForm dt {
    font-size: 20pt;
    font-weight: normal;
    padding-left: 5px;
    margin-bottom: 5px;
}

div.addFormSectionStore div.addFormMain dl.addForm dd {
    font-size: 16pt;
    margin-bottom: 20px;
}

div.addFormSectionStore div.addFormMain dl.addForm dd .form-control {
    font-size: 1.2rem;
}

div.addFormSectionStore div.addFormMain .btn {
    margin: 0px 20px;
    width: calc(100% - 40px);
}

/* 検索エリア */
div.searchSection {
	background-color: #d9d9d9;
	margin: 0px -15px;
	padding: 15px 30px;
	vertical-align: middle;
	font-size: 1.3rem;
}

div.searchSection input,
div.searchSection select {
	display: inline-block;
	vertical-align: middle;
}

div.searchSection span.border {
	display: inline-block;
	width: 30px;
    border: 0px!important;
}

div.searchSection span.required {
	color: #ff3300
}

dl#UpdForm dt span.required {
    color: #ff3300
}

dl#UpdForm dd span.required {
    color: #ff3300
}

dl.addForm dt span.required {
    color: #ff3300
}

dl.addForm dd span.required {
    color: #ff3300
}

div.buttonArea {
	margin-top: 10px;
	text-align: right;
}

@media screen and (min-width: 1850px){
    div.buttonArea {
    	margin-top: 0px;
    	float: right;
    }
}

/* ログイン画面 */
div#loginWrapper {
	width: 100%;
	height: 100%;
	background-color: #eae9e7;
}

div#loginMain {
	width: 500px;
	margin: 0px auto;
}

div#loginMain div.logo {
	padding-top: 100px;
	text-align: center;
	margin-bottom: 50px;
}

div#loginMain div.logo img {
}

h1.appLogo {
    color: #0585C8;
    font-size: 50pt;
    font-family: Impact, ArialRoundedMTBold, HiraginoSans-W6, 'Hiragino Kaku Gothic ProN-W6';
}

div.loginForm {
	width: 500px;
	height: 450px;
	border-top: 5px solid #EDA958;
	border-radius: 5px;
	line-height: 30px;
/*	line-height: 1.4em; */
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}

div.loginForm #MainValidationSummary {
    margin: 0px 0px 20px 0px !important;
}

div.loginForm h2.formTitle {
	margin: 0px 0px 30px 10px;
	text-align: left;
}

div.loginForm input {
/*	margin-bottom: 30px; */
	text-align: left;
}

div.loginForm p {
	height: 30px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

div.loginForm input:nth-child(3) {
/*	margin-bottom: 15px; */
}

div.loginForm input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: baseline;
	text-align: left;
}

div.loginForm label {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

div.loginForm button.btn {
	width: 90%;
}

/* 動画アップロード */
div#movieSection {
	display: block;
	width: 100%;
	margin: 0px auto;
/*	padding-top: 100px; */
	height: 100%;
	text-align: center;
	
	position: relative;
}

div#uploadFormSection {
	position: relative;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 750px;
	margin-left: -350px;
	margin-top: -375px;
	padding: 5px 15px 30px 15px;
	border-top: 5px solid #23a5d1;
	border-radius: 5px;
	background-color: #ffffff;
}

@media only screen and (orientation:portrait) {
	div#uploadFormSection {
		width: 90%;
		margin-left: -45%;
	}
}

p.uploadSummary {
	margin-top: 30px;
	padding-left: 15px;
	text-align: left;
	font-size: 1.3rem;
}

ul.uploadCheckList {
/*	width: 80%; */
	margin: 30px 0px 40px 15px;
}

ul.uploadCheckList li {
/*	margin-left: 10px; */
/*	list-style-type: disc; */
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.4;
	padding-bottom: 10px;
}

ul.uploadCheckList li span {
	vertical-align: top;
}

ul.uploadCheckList li span.glyphicon-record {
	color: #494949;
}

ul.uploadCheckList li span.glyphicon-ok-circle {
	color: #47a447;
}

ul.uploadCheckList li span.glyphicon-remove-circle {
	color: #d9534f;
}

#uploadFormSection div.input-group {
	position: relative;
	overflow: hidden;
}

#uploadFormSection input[type="file"].uploader {
/*	display: none!important; */
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.01;
	width: 100%;
	height: 34px;
	font-size: 760px;
	z-index: 2;
	cursor: pointer;
}

#uploadFormSection input[type="text"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#uploadFormSection span.input-group-btn {
	z-index: 1;
}

#uploadFormSection hr.border {
	width: 90%;
	margin: 30px auto;
}

#uploadFormSection #MovieThumb {
  position: relative;
}

#uploadFormSection video {
	margin: 0px auto;
 	text-align: center;
	background-color: #0d0015;
}

#uploadFormSection #PlayIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 400px;
	height: 300px;
	margin-left: -202px;
	margin-top: -152px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	opacity: 0.9;
}

#uploadFormSection #PlayIcon:hover {
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
  	opacity: 0.7;
}

#uploadFormSection #PlayIcon span {
	display: inline-block;
	line-height: 75px;
	vertical-align: middle;
	zoom: 4.0;
}

div#MoviePreview {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	margin-left: -1px;
	margin-top: -1px;
/*	
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
*/
	z-index: 1000;
}

.movieLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%; */
	height: 550px;
	background-color: #0d0015;
	z-index: 1500;
}

.cssload-container {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 49px;
	margin-top: -24px;
	text-align: center;
	background-color: #0d0015;
	z-index: 1500;
}

.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

/* レポート登録 */
#ReportUpdateForm table#ReportReceptionStatus th,
#ReportUpdateForm table#ReportReceptionStatus td {
    font-size: 13pt;
    border-bottom: none;
}

/* レポート登録iPad用 */
.reportSection {
    height: 110%;
    background-color: #f5f5f5;
}

.addReportForm {
    width: 95%;
    padding: 15px;
    margin: auto;
    transform: translate3d(0, 0, 0);
}

/* ログインユーザー情報 */
div.addReportForm div.user {
    display: flex;
    justify-content: left;
    position: relative;
    margin: 1rem;
}
    /* ユーザー名 */
    div.addReportForm div.user span.username {
        color: red;
        font-size: 20pt;
        font-weight: bold;
    }

    /* ログアウト */
    div.addReportForm div.user div.right {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 13pt;
    }

/* ボーダー */
.reportSection .border-bottom {
    margin: 20px 0;
}

/* 受付情報 */
table#ReportReceptionStatus th {
    font-size: 2.0rem;
}

table#ReportReceptionStatus td {
    font-size: 2.0rem;
    border-bottom: none;
}

/* 入力項目名 */
div.addReportForm dl.addForm dt {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 5px;
}

/* 入力フォーム */
div.addReportForm dl.addForm dd {
    font-size: 2.0rem;
    font-weight: normal;
    margin-bottom: 2.5rem;
}

    div.addReportForm dl.addForm dd .form-control {
        font-size: 2.0rem;
        border-color: black;
    }

    div.addReportForm dl.addForm dd input.dateValueField {
        width: 200px !important;
        height: 45px;
        margin-right: 4px !important;
    }

    div.addReportForm dl.addForm dd div.historySearchSection span.datePickerIcon {
        font-size: 2.0rem;
        height: 45px;
        color: black;
        border: 1px solid black;
    }

    /* チェックリスト */
    div.report-checkList {
        word-break: break-all;
        word-wrap: break-word;
        margin-left: 5px;
    }

    div.report-checkList div.form-check {
        margin-top: 0.5rem;
    }

    div.addReportForm dl.addForm dd div.report-checkList div input[type=checkbox],
    div.report-checkList div.form-check input[type=checkbox] { 
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        font-size: 1.5rem;
        transform: scale(1.5);
    }

    div.report-checkList div.form-check label.form-check-label {
        margin-left: 8px;
    }

    div.addReportForm dl.addForm dd div.report-checkList div.form-check label.form-check-label {
        margin-left: 10px;
    }

    /* ラジオボタン */
    div.report-radioList {
        word-break: break-all;
        word-wrap: break-word;
        margin-left: 5px;
    }

    div.report-radioList div.form-check {
        margin-top: 0.5rem;
    }

    div.addReportForm dl.addForm dd div.report-radioList div input[type=radio],
    div.report-radioList div.form-check input[type=radio] {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        font-size: 1.5rem;
        transform: scale(1.5);
    }

    div.report-radioList div.form-check label.form-check-label {
        margin-left: 8px;
    }

    div.addReportForm dl.addForm dd div.report-radioList div.form-check label.form-check-label {
        margin-left: 10px;
    }

    /* テキストラベル */
    div.report-textLabel {
        word-break: break-all;
        word-wrap: break-word;
        margin-left: 5px;
    }

    div.report-textLabel div.form-label {
        margin-top: 0.5rem;
    }

/* 登録ボタン */
div.addReportForm #Register {
    font-size: 2.0rem;
    margin-top: 4.0rem;
    font-weight: bold;
    line-height: 2.0;
    border-radius: 1rem;
}

/* 目的フィルタダイアログ */
#purposeFilterTable  {
    border : 10pt;
    width : 100%;
}
#purposeFilterTable td {
    background-position : center; 
    background-repeat: no-repeat;
    padding : 5pt;
}
#purposeFilterTable td.check_on {
    background-image: url("../img/checkicon_on.png");
}
#purposeFilterTable td.check_off {
    background-image: url("../img/checkicon_off.png");
}
#PurposeFilterKey {
    font-size: 1.8rem;
    font-weight: normal;
}

/* 時間枠フィルタダイアログ */
#timeSlotFilterTable  {
    border : 10pt;
    width : 100%;
}
#timeSlotFilterTable td {
    background-position : center;
    background-repeat: no-repeat;
    padding : 5pt;
}

/* フィルタダイアログオンオフチェックボックス */
td.check_on {
    background-image: url("../img/checkicon_on.png");
}

td.check_off {
    background-image: url("../img/checkicon_off.png");
}

/* その他 */
.dangerTime {
	color: #ff3300;
}
.warningTime {
	color: #F6B600
}

p.caution,
span.caution {
	font-size: 12pt;
	color: #db485e;
}

input[type="submit"].btn-primary,
input[type="submit"].btn-danger {
	color: #ffffff!important;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active {
	color: #ffffff!important;
	border: 1px solid #999999;
	background-color: #c9c9c9;

}

button:focus {
	outline: none!important;
}


/* エラーメッセージ領域 */
div.listSection div.alert {
 	margin-top: 10px;
}

div.areaStatusAlert,
div.storeStatusAlert {
	margin: 10px 15px;
}

div.alert {
	font-size: 16pt;
	padding: 8px 15px;
}

div.alert ul {
    margin-bottom: 0;
}

div.customAlertModal h4.modal-title {
	font-size: 20pt;
}

div.customAlertModal div.modal-body {
	font-size: 13pt;
}

div.customAlertModal div.modal-header {
	border-bottom: 1px solid #ddaaaa;
}
div.customAlertModal div.modal-footer {
	border-top: 1px solid #ddaaaa;
}

div.modal-content .alert {
    margin-bottom: 0;
}

/* スクリーン */
div#popupScreen {
	z-index: 500;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.50);
    overflow-y: auto;
}
/* スクリーン */
div#popupScreen2 {
    z-index: 500;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    overflow-y: auto;
}

/*目的フィルター スクリーン*/
/*レポート登録 スクリーン*/
#PurposeFilter_dev,
#ReportRegister_dev {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 処理中ローダー */
div#loader {
	z-index: 10000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0,0,0,0.50);
}

.sk-cube-grid {
  position: relative;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ffffff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.ColorCheck input[type="checkbox"] {
    display: none;
}
    /* チェックボックスの代わりを成すラベル */
    .ColorCheck input[type="checkbox"] + label {
        display: none;
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 25px;
        padding-right: 10px;
        margin-right: 15px;
    }
        /* ラベルの左に表示させる正方形のボックス□ */
        .ColorCheck input[type="checkbox"] + label::before {
            content: "";
            position: absolute;
            display: block;
            box-sizing: border-box;
            width: 40px;
            height: 40px;
            margin-top: -10px;
            left: 0;
            top: 50%;
            border: 2px solid;
            border-color: #a7a1b3;
            background-color: #FFF;
        }
    .ColorCheck input[type="checkbox"]#Color_2 + label::before {
        background-color: #fdd9b3;
    }
    .ColorCheck input[type="checkbox"]#Color_3 + label::before {
        background-color: #d6f2b6;
    }
    .ColorCheck input[type="checkbox"]#Color_4 + label::before {
        background-color: #c0e2fd;
    }
    .ColorCheck input[type="checkbox"]#Color_5 + label::before {
        background-color: #ece1ff;
    }

    /* チェックが入った時のレ点 */
.ColorCheck input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 28px;
    height: 19px;
    margin-top: -5px;
    top: 50%;
    left: 6px;
    transform: rotate(-45deg);
    border-bottom: 5px solid;
    border-left: 5px solid;
    border-color: #000;
}

.storeSmallInput {
    width: 100px;
    display: inline-block;
}

div#MapDisplay {
    width: 100%;
    height: 400px;
}

/* オリジナルチェックボックス（ラジオボタン、チェックボックス） */
.custom-radio {
    display: block;
    margin-bottom: 1rem;
}

.custom-radio .form-check {
    padding-left: 0;
}

.custom-radio input[type="radio"],
.custom-radio input[type="checkbox"] {
    display: none;
}

.custom-radio input[type="radio"]:not(:checked) + label.form-check-label,
.custom-radio input[type="checkbox"]:not(:checked) + label.form-check-label {
    background-repeat: no-repeat;
    background-image: url('../img/checkicon_off.png');
    background-size: 1.5em;
}

.custom-radio input[type="radio"]:checked + label.form-check-label,
.custom-radio input[type="checkbox"]:checked + label.form-check-label {
    background-repeat: no-repeat;
    background-image: url('../img/checkicon_on.png');
    background-size: 1.5em;
}

.custom-radio label.form-check-label {
    padding-left: 1.5em;
}

/* 本日の予約状況リンク */
.goReservationStatusLink {
    color: #BF942C;
}

.goReservationStatusLink:hover {
    color: #88642F;
}

/* テスト用システム時間 */
#currentTime {
    position: fixed;
    bottom: 70px;
    left: 10px;
    background-color: rgba(255, 0, 0, 1);
    color: white;
    padding: 0 20px 0 20px;
    border-radius: 5px;
    font-size: 16px;
}

/* 権限管理 テーブル */
table#RoleSettingTable th {
    /* 固定に関するスタイル */
    position: sticky;
    top:0;
    left: 0;
    z-index: 1;
}

/* 権限管理 オリジナルチェックボックス */
#RoleSettingTable .custom-radio {
    margin-bottom: 0 !important;
}

#RoleSettingTable .custom-radio .form-check {
    display: flex;
}

#RoleSettingTable tbody .custom-radio input[type="checkbox"] + label.form-check-label {
    width: 100%; /* クリックできる範囲は画像より広くとる */
    height: 1.5em; /* 画像の高さ */
    background-size: contain; /* 背景画像が収まるようにサイズ調整する */
    background-position: center center; /* 背景画像を水平・垂直方向で中央に配置 */
    cursor: pointer; /* カーソルをポインターに */
}

/* 許可IPアドレス追加 */
.edit-mode {
    display: flex !important;
    align-items: center;
    gap: 8px;
}
.edit-mode .form-control {
    min-width: 80px;
    margin-right: 4px;
}

/* 契約情報 */
/* 契約基本情報・有償オプション・基本機能：行 */
table.configTable.contractInfoTable tr,
table.configTable.contractOptionInfoTable tr {
    background-color: #f9f9f9;
}

/* 有償オプション・基本機能：ヘッダー */
table.configTable.contractOptionInfoTable thead {
    text-align: center;
}

/* 有償オプション・基本機能：設定値列 */
table.configTable.contractOptionInfoTable tr td:nth-child(2) {
    text-align: center;
}

/* 契約基本情報・有償オプション・基本機能：小項目行 */
table.configTable.contractInfoTable tr.step2,
table.configTable.contractOptionInfoTable tr.step2 {
    background-color: #f2f2f2;
}

/* 契約基本情報・有償オプション・基本機能：小項目行の機能列 */
table.configTable.contractInfoTable tr.step2 td:first-child,
table.configTable.contractOptionInfoTable tr.step2 td:first-child {
    padding-left: 2em;
}

/* 店舗登録 */
/* 最大2行ごとに色分け */
tbody#StoreListDetails tr.StoreOddRow {
    background-color: #f9f9f9;
}

tbody#StoreListDetails tr.StoreEvenRow {
    background-color: #f2f2f2;
}

/* 店舗ステータスによる色分け（未使用） */
tbody#StoreListDetails tr.disabledStore {
    background-color: #d6d8db !important;
}

/* 店舗ステータスによる色分け（試用中） */
tbody#StoreListDetails tr.testStore {
    background-color: #ffeeba !important;
}