html,
body{
  height: 100%;
/*  min-width:1670px; */
}

body {
  margin: 0;
/*  background: #e0e5ec; */
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
/*  font-weight: 100; Windows UPdateの対応 */
  height: 100%;
}

#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.6;
}

#loading .loadingMsg {
 	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 5em;
	background: url("../css/loader.gif") center center no-repeat;
}

.headerMargin {
	padding-top: 70px;
}

.headerMargin2 {
	padding-top: 60px;
}

button[id^="commentBtnId_"] svg
{
	pointer-events: none;
}

/* ボタンのイメージ 設定 */
button[id^="commentBtnId_"]:hover
{
	stroke: #fff;
	fill: #fff;
}

button[id^="commentBtnId_"] {
	position: relative;
}

/* コメントの時間 小さい文字 */
.font-small {
    font-size: 0.8rem;
    font-weight: normal;
}

/* コメントの確認、未確認 */
.cooment-font-size {
	font-size: 0.5rem;
}

/* bootstrap5 に合わせる 文字の高さ */
.lh-1 {
	text-align: right;
	line-height: 0.9rem;
}
.lh-1-2 {
	text-align: left;
	line-height: 0.9rem;
}

/* コメントの最大幅 */
.comment-max-width {
    max-width: 18rem;
}

#today1-table,
#today2-table,
#parent-table,
#child-table,
#school-table {
	width: 100%;
}

#nav-today  #today-frame1,
#nav-today  #today-frame2,
#nav-parents  #parents-frame,
#nav-children #child-frame,
#nav-school   #school-frame {
  overflow: scroll;
  width: calc(100vw - 1.5rem);
  height: 75vh;
}

/* 父兄、児童、学校一覧 */
#nav-today  #today1-table thead tr,
#nav-today  #today2-table thead tr,
#nav-parents  #parent-table thead tr,
#nav-children #child-table thead tr,
#nav-school   #school-table thead tr {
	position: sticky;
	top: -1px;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}

#nav-schedule #child-list,
#nav-schedule #school-list {
	overflow: auto;
}

/*
#parent-table tbody {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 500px;
}
*/
/* -フッター */
.footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	color: #e3e3e3;
	background-color: #486bb5;
}
/*
.footer div p {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #888888;
}
*/

/* 移動要素の色 
.sortable-chosen
{
  color: #000;
  background-color: #FFFF99;
}
*/
/* 表示可能項目 */
#itemSortOrderSetting #item-list-left div
{
  background-color: #00ECFF;
}

/* 表示項目・表示順 */
#itemSortOrderSetting #item-list-right div
{
  background-color: #17F9AD;
}

.bg-danger2		{background-color: #dc354547!important;}
.bg-warning2	{background-color: #ffc10757!important;}
.bg-primary2	{background-color: #0054ff33!important;}

.login-form  {
  font:15px/1.25 'Alef';
  color:#111;
}

.login-form form {
  margin: 8rem auto;
  background: #1259ab;
  width:500px;
  text-align:center;
  padding:40px;
  .rounded;
}

.login-form form > h1 {
  color:#f4f4f4;
  text-shadow:1px 1px 0px rgba(0, 0, 0, 0.7);
  font-weight:400;
  margin-bottom:20px;
}

.login-form input {
  background: rgb(255 255 255);
  color: #0e0707;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 91%);
  display:block;
  width:269px;
  padding:15px;
  margin-bottom:10px;
  .rounded;
  .trans;
  outline:none;
}
/*
.login-form input:focus {
  background:rgba(0, 0, 0, 0.1);
  .trans;
}
*/
.login-form ::-webkit-input-placeholder {
   color: rgba(225, 225, 225, 0.4);
}

.login-form :-moz-placeholder {
   color: rgba(225, 225, 225, 0.4); 
}

.login-form ::-moz-placeholder {
   color: rgba(225, 225, 225, 0.4);
}

.login-form :-ms-input-placeholder {  
   color: rgba(225, 225, 225, 0.4);
}

.login-form button {
  position:relative;
  display:block;
  margin-top:15px;
  margin-bottom:15px;
  padding:17px;
  width:270px;
  .rounded;
  .trans;
  font-size:1.2em;
  background: #f26964;
  color:#f4f4f4;
  box-shadow:0px 3px 0px #ab4b47;
  cursor:pointer;
}

.login-form button:active {
  top:3px;
  box-shadow:none;
}


#nav-tab-setting #picup-place div 
{
	/* height: 2.6rem; */
	background-color: #ccffcc;
}

#nav-tab-setting #sending-place div 
{
	/* height: 2.6rem; */
	background-color: #fdffcc;
}

/* bootstrap5に合わせる */
.fs-1 {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}

.fs-7 {
  font-size: 0.75rem;
}

.fs-8 {
  font-size: 0.5rem;
}

/* メニュー画面関連 */
.bg-header-clear {
	background-color: transparent;
}
