.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

/* additional style written by makoto */

/* ログイン画面 */
.full-page > .content {
  padding-top: ５vh !important;
}
.form-group .input-group-prepend .input-group-text, .form-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text, .input-group .input-group-append .input-group-text {
  padding: 10px 10px 10px 10px; 
}

/* サイドバー */
.sidebar[data-color="brown"]:after, .off-canvas-sidebar[data-color="brown"]:after {
  background: #F5F0E3;
}

.sidebar .nav i, .off-canvas-sidebar .nav i {
  font-size: 24px;
  float: left;
  margin-right: 12px;
  line-height: 30px;
  width: 34px;
  text-align: center;
  color: #4A4A4A;
  position: relative;
}

.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
  margin: 10px 15px 0;
  color:#363636;
  display: block;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 8px;
  line-height: 30px;
  opacity: .7;
}

.main-panel {
  background-color: #FDFCF9;
}

/* home content ホームの右側 */
.home_icon{
  height: 54px;
}
.demo-icons ul p {
  font-size: 14px;
  color:#4A4A4A;
}

.sidebar .logo:after, .off-canvas-sidebar .logo:after {
  background: #F5F0E3;
}

/* フォーム */
.card label {
  font-size: 16px;
  margin-bottom: 5px;
  color: #403e3e;
}

.form-control {
  color: #403e3e;
  font-size: 16px;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
/* submit に使用、「追加する」とかの */
.btn-primary {
  background-color: #075af5;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
/* reset に使用 「キャンセル」とか　*/
.btn-reset {
  background-color: #978e58;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

#form_in_front{
  display: none;
  background-color: #FFFFFF;  /* 背景色指定 */
  position: absolute;
  left: 0;
  right: 0;
  /*margin: auto;*/
  margin-left: 30px;
  margin-right: 30px;
  border: 1px solid #000000;
  border-radius: 9px;
  z-index: 10;                /* 重なり順指定 */
}

.opa0{
  opacity:0;
}

.opa50{
  opacity:0.5;
}
.opa100{
  opacity:1.0;
}

.btnPageNum{
  padding: 8px 8px 8px 8px;
  width: 36px;
}

.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#dataSelectedBox{
  /* width: 100%; */
  background-color: #eff2f5;
  border : solid 1px lightgray;
  border-radius: 8px;
}

.kensakuJouken{
  height: 28px;
  font-size: 0.85rem;
  padding: 3px 5px 3px 5px;
}


.notebook {
  position:relative;
  width: 940px;
  height: 610px;
  top: 310px;
  left: 51%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-image: url('/maipaso/app/html/app_tmp/study_img/notebook.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 11px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}
#card_left {
  padding: 22px;
}
#card_right {
  padding: 22px;
}
.setsu {
  margin-top: 8px;
  margin-bottom: 4px;
}
.kou {
  margin-left: 16px;
  font-size: 0.75rem;
  padding-bottom: 0.3rem;
  line-height: 1rem;
}

.statusMark0{
  position: relative;
}
.statusMark0::before{
  content: "";
  color: rgb(133, 131, 132);/*色を変える*/
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 0.75rem;
  position: absolute;
  top: -3;
  left: -12px;
}


.statusMark1{
  position: relative;
}
.statusMark1::before{
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #FF8C00;/*色を変える*/
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 0.75rem;
  position: absolute;
  top: -3;
  left: -12px;
}

.statusMark2{
  position: relative;
}
.statusMark2::before{
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: rgb(243, 40, 91);/*色を変える*/
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 0.75rem;
  position: absolute;
  top: -3;
  left: -12px;
}

.statusMark3{
  position: relative;
}
.statusMark3::before{
  /*content: "\f521";*/
  content: "\f058";
  color: #FF8C00;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 0.75rem;
  position: absolute;
  top: -3;
  left: -12px;
}

.square {
  width: 18px;
  height: 12px;
  margin-bottom: -1px;
  margin-right: 2px;
  border: 1px solid #dee2e6!important;
  display: inline-block;
  _display: inline;
}

.btnAdminSmall{
  padding: 0px 8px 0px 8px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor:pointer;
  border:0;
  line-height: normal;
}

.maruBox{
  /* position: absolute; */
  /* top : 14px;
  right : 138px;
  width: 482px; */
}
.maruTitle {
  float: left;
  height:20px;
  width:46px;
  /* background-color: whitesmoke; */
  color:black;
  font-weight: 500;
  /* border: solid 1px gray; */
  /* border-radius:50%; */
  line-height:18px;
  text-align:center;
  margin: 1px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
 }
.maru {
  float: left;
  height:20px;
  width:46px;
  background-color: whitesmoke;
  color:black;
  font-weight: 500;
  /* border: solid 1px gray; */
  /* border-radius:50%; */
  line-height:18px;
  text-align:center;
  margin: 1px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
 }
.done{
  background-color: gold;
  color : black;
}

#shinchoku3RuiAll th{
  padding: 0px 2px 0px 2px;
  margin: 2px 0px 2px 0px;
}

#shinchoku3RuiAll td{
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 2px 0px;
}

.ga_bar{
  background-color: #9ad9db;
  text-align: left;
  padding-left: 16px;
}
.en_bar{
  background-color: #f8b89f;
  text-align: left;
  padding-left: 16px;
}

#msgWhenSavedSeiseki{
  border: solid 1px grey;
  border-radius: 4px;
  padding: 4px  8px 4px 8px;
}

.modalDbCell {
  border-radius: 0%;
  border-top: none;
  border-bottom: solid 1px #e9e9e9;
  border-left: none;
  border-right: solid 1px #e9e9e9;
  display: block;
  padding: 8px 4px 8px 4px !important;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  }

.sheetRowNo {
  width: 40px;
  text-align: center;
  background-color: rgb(238, 238, 238);
  border-bottom: solid 1px #d4d4d4;
}
.sheetRowDate {
  width: 120px;
  text-align: center;
}