/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@page {
  size: auto;
}
.login-title{
  font-weight: bold;
  margin-top: 20px;
}

.error{
  color: red;
  margin-bottom: 8px;
  font-weight: bold;
}
.hol-description{
  margin-bottom: 15px;
}
.hol-icon{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.hol-all{
  background: gold;
}

.hol-morning{
  background: #81C784;
}

.hol-evening{
  background: #64B5F6;
}

/* カレンダーオリジナル */
.calendar-wrap{
	background: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 6px;
}
.calendar-wrap .header{
	margin-bottom: 20px;
}
.calendar-wrap .today-wrap{
	margin-right: auto;
}
.calendar-wrap .date{
	margin: 0 auto;
}
.calendar-wrap .date span{
	font-size: 24px;
	padding: 0px 15px;
}
.calendar-wrap .switch{
	margin-left: auto;
}
.calendar-wrap table{
	width: 100%;
}
.calendar-wrap table th {
  background: #EEEEEE;
  text-align: center;
	width: calc(100% / 7);
}
.calendar-wrap table th,
.calendar-wrap table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.calendar-wrap table td {
	vertical-align: top;
}
.calendar-wrap table td .cal-link{
	display: block;
	padding: 6px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	background: #FFF586;
}
.calendar-wrap table td .cal-link.kari{
	background: #FFF586;
}
.calendar-wrap table td .cal-link.kakutei{
	background: #F5B6B5;
}
.calendar-wrap table td .cal-link.jiseki{
	background: #eee;
}
.calendar-wrap .saturday {
	background: #E7EEFE;
}
.calendar-wrap .sunday {
	background: #FBEAE9;
}

.calendar-wrap .table-responsive table{
	width: 1800px;
}
.calendar-wrap .table-responsive {
  display: block;
	width: 100%;
  overflow-x:auto;
}
.calendar-wrap .table-responsive table th {
	width: 30px;
}
.calendar-wrap .table-responsive table th:first-child {
	width: 300px;
  position: relative;
  z-index: 999;
}
.calendar-wrap .table-responsive table td:first-child {
	padding: 8px;
}
.calendar-wrap .table-responsive table td {
	vertical-align: top;
	background: #fff;
  padding: 0px;
  max-width: 30px;
  word-wrap: break-word;
}
.calendar-wrap .date-wrap {
  height: 120px;
  overflow-y: scroll;
}
.calendar-wrap .cal-date{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.calendar-wrap .holidays-name {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
}
.c-inputrabel {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

.c-inputrabel__text--with {
  margin-left: .8em;
}

.c-inputrabel__input {
  position: absolute;
  opacity: 0;
}

.c-radiobtn {
  position: relative;
  width: 24px;
}

.c-radiobtn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}

.c-radiobtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.c-radiobtn--fade::before, .c-radiobtn--fade::after {
  -webkit-transition: .3s;
  transition: .3s;
}

.c-radiobtn--circle::before {
  border: 1px solid #ced4da;
  border-radius: 50%;
}

.c-radiobtn--circle::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.c-inputrabel__input:checked + .c-radiobtn::after {
  background-color: #eba522;
  opacity: 1;
}

.c-inputrabel__input:checked + .c-radiobtn--bdchange::before {
  border-color: #eba522;
}

.c-checkbox {
  position: relative;
  width: 24px;
}

.c-checkbox::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}

.c-checkbox::after {
  content: "";
  position: absolute;
  opacity: 0;
}

.c-checkbox--fade::before, .c-checkbox--fade::after {
  -webkit-transition: .1s;
  transition: .1s;
}

.c-checkbox--square {
  border: 1px solid #ced4da;
}

.c-checkbox--rc {
  border-radius: 4px;
}

.c-checkbox--normal::after {
  width: 18px;
  height: 7.2px;
  border-left: 4px solid #eba522;
  border-bottom: 4px solid #eba522;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-inputrabel__input:checked + .c-checkbox::after {
  opacity: 1;
}

.c-inputrabel__input:checked + .c-checkbox--rotate::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-df, .u-jcsb, .u-jcc, .u-aic, .u-jcfe {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.label-title{
  padding-top: 1.5rem
}
.col-adj-1{
  flex: 0 0 12%;
  max-width: 12%;
}
.col-adj-11{
  flex: 0 0 88%;
  max-width: 88%;
}

.main-work,
.other-work{
  overflow: hidden;
}
.checkLabel{
  width: 25%;
  float: left;
}

#miyako-calendar-content .print_btn {
  position: fixed;
  right: 45px;
  bottom: 110px;
  width: 120px;
  z-index: 890
}

#miyako-calendar-content .add_btn {
  position: fixed;
  right: 45px;
  bottom: 55px;
  width: 120px;
  z-index: 890
}
#miyako-calendar-content .notyet {
  position: fixed;
  left: 0;
  bottom: -500px;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 900;
  transition: padding-left 0.3s ease-out, bottom 0.3s ease-out;
}

#miyako-calendar-content .staff-wrap{
  position: fixed;
  height: 140px;
  bottom: 0;
  background: #fff;
  width: 250px;
  z-index: 100;
}
#miyako-calendar-content .staff-wrap h3{
  padding: 8px 0;
  background: #1C8BEE;
  color: #fff;
  text-align: center;
  font-size: 100%;
}
#miyako-calendar-content .staff-wrap .staff-box{
  padding: 8px 15px 15px 15px;
  overflow-y: scroll;
  height: 110px;
}

#miyako-calendar-content .vehicle-wrap{
  position: fixed;
  height: 120px;
  bottom: 0;
  margin-left: 260px;
  background: #fff;
  width: 250px;
  z-index: 100;
}
#miyako-calendar-content .vehicle-wrap h3{
  padding: 8px 0;
  background: #1C8BEE;
  color: #fff;
  text-align: center;
  font-size: 100%;
}
#miyako-calendar-content .vehicle-wrap .vehicle-box{
  padding: 8px 15px;
  overflow-y: scroll;
  height: 120px;
}

#miyako-calendar-content .mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #miyako-calendar-content .notyet {
    bottom: -250px;
  }
  #miyako-calendar-content .print_btn {
    display: none;
  }
  #miyako-calendar-content .add_btn {
    position: fixed;
    right: 1%;
    bottom: 0;
    width: 50%;
    z-index: 890
  }
  #miyako-calendar-content .add_btn .btn{
    width: 100%;
  }
  #miyako-calendar-content .staff-wrap{
    display: none;
  }
  #miyako-calendar-content .vehicle-wrap{
    display: none;
  }
  #miyako-calendar-content .mb100 {
    margin-bottom: 0px;
  }
  html body .content .content-wrapper{
    padding: 0;
  }
  .calendar-wrap{
    padding: 20px 5px;
  }
  .btn-outline-info,
  .btn-outline-primary{
    padding: 7px 5px;
    font-size: 12px;
  }
  .calendar-wrap .date span {
    font-size: 15px;
    padding: 0 2px;
    font-weight: bold;
  }
  .calendar-wrap .table-responsive table th:first-child{
    width: 130px;
  }
  .calendar-wrap .table-responsive table td{
    font-size: 12px;
    word-wrap: break-word;
  }
  .calendar-wrap table th, .calendar-wrap table td{
    padding: 2px;
  }
  .checkLabel{
    width: 49%;
    margin-right: 1%;
  }
  .calendar-wrap table{
    margin-bottom: 80px;
  }
}

#miyako-calendar-content .notyet.active {
  bottom: 0;
}

#miyako-calendar-content .notyet-wrap {
  height: 500px;
  overflow-y: scroll;
  padding: 30px 30px 30px 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  #miyako-calendar-content .notyet-wrap {
    padding: 30px 15px 30px 15px;
    height: 250px;
  }
}

#miyako-calendar-content .notyet-wrap .btn i {
  font-size: 12px;
}

#miyako-calendar-content .other-work {
  display: none;
}

#miyako-calendar-content .btn-block {
  overflow: hidden;
  text-overflow: ellipsis;
}
#miyako-calendar-content .btn-disp-event {
  position: absolute;
  right: 18px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  #miyako-calendar-content .btn-disp-event {
    position: absolute;
    left: 1%;
    top: -54px;
    width: 50%
  }
}

body.vertical-layout.menu-collapsed .notyet {
  padding-left: 90px;
}

body.vertical-layout.menu-expanded .notyet {
  padding-left: 290px;
}
	.am-pm-wrap{
	  display: -webkit-flex;
	  display: -ms-flex;
	  display: -webkit-box;
	  display: flex;
	}
	.am-pm-wrap > div{
		width: 48%;
	}
	.am-pm-wrap h3{
		text-align: center;
		background: #efefef;
		padding: 8px 0;
		margin-bottom: 15px;
	}
	.am-pm-wrap ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.am-pm-wrap .am{
		margin-right: 1%;
		padding-right: 1%;
		border-right: 1px solid #ccc;
	}
	.plain-link{
		color: #333;
	}
