/* @font-face {
	font-family: NotoSansJP;
	src: url("../..//fonts/NotoSansJP-Thin.otf") format('opentype');
	font-weight: 100;
	font-style: normal;
} */

/* @font-face {
	font-family: NotoSansJP;
	src: url("../..//fonts/NotoSansJP-Light.otf") format('opentype');
	font-weight: 300;
	font-style: normal;
} */

@font-face {
	font-family: NotoSansJP;
	src: url("../..//fonts/NotoSansJP-Regular.otf") format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: NotoSansJP;
	src: url("../..//fonts/NotoSansJP-Medium.otf") format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: NotoSansJP;
	src: url("../..//fonts/NotoSansJP-Bold.otf") format('opentype');
	font-weight: 700;
	font-style: normal;
}

/* @font-face {
	font-family: NotoSansJP;
	src: url("../..//fonts/NotoSansJP-Black.otf") format('opentype');
	font-weight: 900;
	font-style: normal;
} */

/***** HEADER*****/

:root {
	--main-color: #1f718f;
	--main-bg-color: #20718f;
	--sub-bg-color: #124f64;
	--text-color: #59b1c5;
}

.vws-mypage-header {
	border-bottom: 1px solid #eee;
	height: 50px;
	background: rgba(255,255,255,.95);
	padding: 0 20px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 -15px 20px rgba(0,0,0,0.5);
}

.vws-mypage-header .header-logo {
	float: left;
	margin: 8px 0;
	text-align: center;
}

.vws-mypage-header .header-logo img {
	width: auto;
	vertical-align: top;
	height: 35px;
}

.vws-mypage-header .header-navbar {
	/*height: 100%;*/
	/*margin-left: 30px;*/
}

.vws-mypage-header .header-navbar>li {
	display: inline-block;
	/*height: 100%;*/
	vertical-align: middle;
}

.vws-mypage-header .header-navbar>li.user-name {
	padding-right: 20px;
	font-size: 13px;
}

.vws-mypage-header .header-navbar>li>a {
	color: #777;
	height: 100%;
	display: block;
	padding: 14px 20px;
}

.vws-mypage-header .header-navbar .dropdown-menu>li>a {
	color: #333 !important;
}

.vws-mypage-header .header-navbar>li>a.btn-lang {
	font-size: 14px;
}

.vws-mypage-header .header-navbar>li>a.btn-lang+.dropdown-menu {
	min-width: 150px;
}

.vws-mypage-header .header-navbar>li>a:hover,
.vws-mypage-header .header-navbar>li>a:focus {
	text-decoration: none;
	color: #555;
}

.vws-mypage-header .header-navbar>li>p {
	padding-right: 20px
}

.vws-mypage-header .header-navbar .dropdown-menu {
	right: 0;
	left: auto;
	border: none;
	box-shadow: 0 0px 5px rgba(0,0,0,0.3)
}

.vws-mypage-header .header-company a {
	color: #333 !important;
}

.vws-mypage-header a.btn-menu-hamberger+ul.dropdown-menu {
	top: 43px;
	min-width: 170px;
}

.vws-mypage-header a.btn-menu-hamberger {
	padding: 6.21px 7px !important;
	height: auto !important;
	border: 1px solid #333;
	color: #333 !important;
	border-radius: 100%;
	font-size: 11px;
}

.block-questionnaire {
  position: absolute;
  z-index: 0;
  /* width: auto; */
  /* right: 0; 
  left: 0;*/
  	width: calc(100% - 540px);
	left: 185px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  /* justify-content: flex-end; 
  margin-right: 255px;*/
  justify-content: flex-start;
}

.menu-question .title {
  font-size: 24px;
  color: #203864;
  font-weight: 700;
}

.menu-question .subtitle {
  font-size: 17px; 
  color: #203864;
  font-weight: 700;
}

.menu-question .btn-questionnaire {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*text-decoration: none;*/
  /*background-color: #FFC000;*/
  /*padding: 4px 15px;;*/
  /*border-radius: 4px;*/
  /*margin-left: 12px;*/
}

.menu-question .btn-questionnaire>span:first-child {
  color: #3A3A3A;
  display: block;
  font-weight: 700;
  line-height: 1.22;
}

.menu-question .btn-questionnaire>span:last-child {
  display: block;
  background-color: #3A3A3A;
  color: #FFF;
  padding: 0 25px;
  line-height: 0;
  border-radius: 2px;
}

.menu-question div:first-child {
	display: flex;
	align-items: center;
}

.text-maintenance span {
	color: #333;
	font-size: 16px;
}

.text-maintenance .note {
	font-weight: bold;
}

/***** END HEADER *****/

/***** LOGIN *****/
.is-login {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	padding: 0;
	min-height: 700px;
	position: relative;
}

.is-login.has-bg {
	background-image: url("../../img/background-1024x768.jpg");
}

.is-login.has-bg-blue {
	/* background-image: url("../../img/new-bg.png"); */
	background: rgb(127,209,230);
	background: linear-gradient(90deg, rgba(127,209,230,1) 0%, rgba(96,191,209,1) 100%);
}

.login-block {
	position: relative;
	height: 100vh;
	min-height: 700px;
}

.login-block .login-body {
	/* padding-top: 10%; */
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
}

.login-logo {
	width: 180px;
	height: auto;
}

.login-header {
	font-size: 22px;
	/* font-size: 32px; */
	color: #fff;
	font-weight: 700;
	padding-bottom: 20px;
	/* width: 413px; */
	margin-top: 25px;
}

.login-header > p {
	font-weight: 700;;
} 

.login-header .line-horizontal {
	width: 20%;
	height: 3px;
	background-color: #00c6bc;
	margin: auto;
	margin-top: 10px;
}

.login-form-group {
	padding-top: 8px;
}

.login-form-group .login-label {
	font-size: 20px;
	color: #fff;
}

.login-form-group .login-input {
	margin-top: 10px;
	position: relative;
	display: flex;
	align-content: center;
	border-radius: 4px;
}

.login-input label {
	background-color: var(--main-color);
	height: 52px;
	width: 52px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.login-input label img {
	width: 18px;
	height: auto;
}

.login-form-group .login-input>input {
	outline: 0;
	border-radius: 6px;
	/* font-size: 18px; */
	font-size: 16px;
	color: #232323;
	transition: all .15s ease;
	/* height: 45px; */
	box-shadow: none;
	height: 52px;
    background-color: #fff !important;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.login-form-group .login-input>input:focus {
	border-color: #777;
	box-shadow: 0;
}

.login-form-group .login-input>i {
	border: 0;
	outline: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #555;
	position: absolute;
	top: 15px;
	left: 10px;
}

.login-body .login-form>.login-remember {
	padding-top: 20px;
}

.login-body .login-form>.login-remember label {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	/* padding-left: 25px; */
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login-body .login-form>.login-remember label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	background: #fff;
	cursor: pointer;
}

.checkmark {
	/* position: absolute;
	top: 0;
	left: 0; 
	height: 25px;
	width: 25px; */
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	border-radius: 4px;
	height: 20px;
	width: 20px;
}

.login-body .login-form>.login-remember label:hover input ~ .checkmark {
	background-color: #f0f0f0;
}

.login-body .login-form>.login-remember label input:checked ~ .checkmark {
	/*    background-color: #337ab7;
		border: 1px solid #337ab7;*/
	/* background-color: #fff; */
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.login-body .login-form>.login-remember label input:checked ~ .checkmark:after {
	display: block;
}

.login-body .login-form>.login-remember label .checkmark:after {
	/* left: 8px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid #004e8e; */
	left: 5px;
    top: 1px;
    width: 8px;
    height: 13px;
	border: solid #fff;
	border-width: 0px 3px 3px 0;
	transform: rotate(40deg);
}

.login-body .login-form>.login-remember label .text {
	/* font-size: 16px; */
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.login-body .login-form>.login-btn button {
	border-radius: 100px;
	transition: all .15s ease;
	margin-top: 35px;
	margin-bottom: 15px;
	padding: 10px 50px;
	/* font-size: 18px; */
	font-size: 16px;
	color: #fff;
}

.login-body .login-form>.login-btn button:focus {
	outline: 0;
}

.login-body .login-form>.login-forget a {
	color: #fff;
	/* font-size: 16px; */
	font-size: 14px;
	/* text-decoration: underline; */
	padding-bottom: 4px;
    border-bottom: 1px solid #fff;
	text-decoration: none !important;
	font-weight: 500;
}

.login-body .login-form>.login-forget a:hover {
	opacity: 0.8;
}

.btn-main-color, .btn-main-color:hover {
	background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.form-login + p {
	color: #fff;
	margin-top: 45px;
	padding-top: 25px;
	border-top: 1px solid #fff;
	font-weight: 500;
	font-size: 12px;
}
/***** END LOGIN****/

/***** FOOTER *****/

.vws-mypage-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* font-size: 13px; */
	font-size: 12px;
	/* padding: 0 0 20px 50px; */
	padding-bottom: 20px;
}

.vws-mypage-footer.footer-2 {
	background-color: transparent;
	color: #fdfdfd;
	border: 0;
}

.vws-mypage-footer p {
	font-weight: 500;
	font-style: normal;
}

.vws-mypage-footer>p:first-child {
	padding-right: 20px;
}

.vws-mypage-footer.custom {
	position: relative;
	background-color: #38414A;
	display: block;
	padding: 15px 0;
	text-align: center;
}

.footer {
	position: relative;
	height: 40px !important;
	background: #38414A !important;
}

.footer>div {
	font-size: 12px !important;
	line-height: 40px;
	padding-left: 15px;
}

/***** END FOOTER *****/

/***** CUSTOM LEFT SIDEBAR *****/

.page-container {
	font-size: 13px;
	background-color: #FAFAFA;
	font-family: NotoSansJP !important;
	padding-top: 50px;
	padding-bottom: 15px;
	min-height: calc(100vh - 40px);
	height: auto;
	position: relative;
}

#wrapper{
	padding-left: 0;
}

#sidebar-wrapper {
	z-index: 10;
	position: fixed;
	left: 170px;
	top: 50px;
	width: 170px;
	height: calc(100vh - 50px);
	margin-left: -170px;
	/*overflow-x: hidden;*/
	/*overflow: auto;*/
	/* background-color: #004b8b; */
	background-color: var(--main-bg-color);
	transition: all .15s ease;
}

/*#sidebar-wrapper::-webkit-scrollbar {
	width: 10px;
	background: #ddd;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
	width: 10px;
	background: #aaa;
}*/

#sidebar-wrapper:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 15px;
}

.left-navbar-toggle-button {
	padding-top: 15px;
	position: absolute;
	z-index: 1;
	/* width: 70px; */
	width: 50px;
	height: 50px;
	left: 0px;
	padding-left: 15px;
	cursor: pointer;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav>li.active:not(.disabled)>a,
.sidebar-nav>li.active:not(.disabled)>a:hover,
.sidebar-nav>li.active:not(.disabled)>a:focus,
.sidebar-nav>li.active:not(.disabled)>a:hover:focus,
.sidebar-nav li.active {
	/* background-color: #007acf !important; */
	background-color: var(--text-color) !important;
}

.sidebar-nav>li>ul>li>a {
	padding-left: 40px;
}

.sidebar-nav>li>ul>li:not(.active)>a {
	/* background-color: #3f4146; */
	background-color: var(--sub-bg-color);
    border-bottom-color: #527d8c;
}

.sidebar-nav li.disabled,
.sidebar-nav li.disabled a,
.sidebar-nav li.disabled a:focus,
.sidebar-nav li.disabled a:hover,
.sidebar-nav li.disabled a:active {
	background-color: #999 !important;
	visibility: visible !important;
	pointer-events: none;
	cursor: not-allowed;
}

.sidebar-nav li a {
	padding: 12px 17px 12px 10px;
	display: block;
	color: #fff;
	font-size: 13.5px;
	text-decoration: none;
	/* border-bottom: 1px solid #aaa; */
	border-bottom: 1px solid #6c9dae;
	position: relative;
}

.sidebar-nav>li:not(.disabled)>a,
.sidebar-nav>li:not(.disabled)>a:hover,
.sidebar-nav>li:not(.disabled)>a:focus,
.sidebar-nav>li:not(.disabled)>a:hover:focus {
	/* background: #004b8b !important; */
	background: var(--main-bg-color) !important;
}

.sidebar-nav li a i {
	float: right;
	margin-top: 5px;
	color: #fff !important;
	font-size: 14px !important;
}

.sidebar-nav>li>a[aria-expanded="true"]>i:before {
	content: "\f077";
}

.sidebar-nav>li>a[aria-expanded="false"]>i:before {
	content: "\f078";
}

.sidebar-nav li:not(.disabled) a:hover {
	text-decoration: none;
	color: #fff;
	/* background: rgba(255,255,255,0.3); */
	background: var(--text-color);
}

.sidebar-nav li:not(.disabled) a:active,
.sidebar-nav li:not(.disabled) a:focus,
.dataTables_paginate a.paginate_button:focus {
	text-decoration: none !important;
	outline: none !important;
}

.sidebar-nav>li>a>img {
	width: 23px;
	height: auto;
	vertical-align: sub;
}

.sidebar-nav>li>a>span {
	padding-left: 8px;
	position: absolute;
	top: 15px;
}


.sidebar-nav .menu-question a {
	padding-top: 7px;
	padding-bottom: 8px;
}

.sidebar-nav .menu-question img {
	width: 32px !important;
}

.sidebar-nav .menu-question span {
	top: 13px;
}
/***** CUSTOM LEFT SIDEBAR *****/

/***** CUSTOM TOOLTIP *****/

.ui-tooltip, .arrow:after {

	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #C90;
}

.ui-tooltip {
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	font: bold 13px "Helvetica Neue", Sans-Serif;
	border: none !important;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: none;
}
.ui-tooltip_2 {
	max-width: 1000px !important;
	/*width: 220px !important;*/   
	border-radius: 5px !important;

}
.arrow {
	width: 30px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	/*margin-left: -35px;
	bottom: -16px;*/
}
.arrow.top {
	top: -10px;
	bottom: auto;
}
.arrow.left {
	/*left: 20%;*/
}
.arrow:after {
	content: "";
	position: absolute;
	/*        left: 20px;
		top: -20px;*/
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px white;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

/***** END CUSTOM TOOLTIP *****/

/***** CUSTOM TOGGLE BUTTON CSS *****/
#nav-icon3 {
	width: 25px;
	height: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #5A738E;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 8px;
}

#nav-icon3 span:nth-child(4) {
	top: 16px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0px;
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0px;
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/***** CUSTOM TOGGLE BUTTON CSS *****/

/***** BUTTON CHECK-IN CHECK-OUT *****/

.btn-controls {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-controls .btn:last-child {
	margin-left: 10px;
}

.btn-controls:last-child {
	margin-top: 10px;
}

.btn-controls .btn {
	border-radius: 8px;
	width: 160px;
	height: 50px;
	color: #fff;
	transition: all 0.15s ease;
}

.btn-controls span {
	font-size: 20px;
}

.btn-controls .btn-check-in {
	/* background: #039be5; */
	background: #0dbcb7;
}

.btn-controls .btn-check-in:hover,
.btn-controls .btn-check-in:active,
.btn-controls .btn-check-in:focus,
.btn-controls .btn-check-in.active {
	/* background: #008ace; */
	background: #0db6b1;
	outline: 0;
}

.btn-controls .btn-check-out {
	/* background: #de3326; */
	background: #f9703a;
}

.btn-controls .btn-check-out:hover,
.btn-controls .btn-check-out:active,
.btn-controls .btn-check-out:focus,
.btn-controls .btn-check-out.active {
	background: #e76836;
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 1;
}

.btn-controls .btn.disabled,
.btn-controls .btn.disabled:hover,
.btn-controls .btn.disabled:active,
.btn-controls .btn.disabled:focus,
.btn-controls .btn[disabled]{
	background-color: #a2a2a2;
}

label.checkbox-inline.disabled,
label.radio-inline.disabled {
	visibility: visible;
	cursor: not-allowed;
	opacity: 0.4;
}

/***** END BUTTON CHECK-IN CHECK-OUT *****/

/***** CUSTOM DATETIMEPICKER ****/

.datetimepicker-custom {
	background-color: #fff;
	margin-bottom: 15px;
}

.datetimepicker-custom .bootstrap-datetimepicker-widget table {
	/*width: 101%;*/
}

.datetimepicker-custom .bootstrap-datetimepicker-widget ul.list-unstyled .picker-switch.accordion-toggle {
	/*display: none;*/
}

.datetimepicker-custom .bootstrap-datetimepicker-widget table td,
.datetimepicker-custom .bootstrap-datetimepicker-widget table th {
	border-radius: 0;
	border: 1px solid #eee;
}

.datetimepicker-custom .bootstrap-datetimepicker-widget table td.off {
	color: red !important;
}

.datetimepicker-custom .bootstrap-datetimepicker-widget table .prev,
.datetimepicker-custom .bootstrap-datetimepicker-widget table .picker-switch,
.datetimepicker-custom .bootstrap-datetimepicker-widget table .next {
	/* background-color: #2196f3; */
	background-color: var(--main-bg-color);
	color: #fff;
	letter-spacing: 1px;
}

#mypage-datetimepicker td.day.disabled {
	visibility: visible;
	color: #333;
	cursor: default;
	padding: 4px;
}

#mypage-datetimepicker td.day.active.disabled {
	color: #fff !important;
	background-color: var(--text-color);
}

#mypage-datetimepicker td.day.old.disabled,
#mypage-datetimepicker td.day.new.disabled {
	color: #aaa;
}

.datetimepicker-custom .bootstrap-datetimepicker-widget .datepicker>div>table.table-condensed>thead>tr>th {
	height: 35px;
	vertical-align: middle;
}

.datetimepicker-custom .bootstrap-datetimepicker-widget .datepicker>div>table.table-condensed>thead>tr:first-child>th:hover,
.datetimepicker-custom .bootstrap-datetimepicker-widget .datepicker>div>table.table-condensed>thead>tr:first-child>th:focus,
.datetimepicker-custom .bootstrap-datetimepicker-widget .datepicker>div>table.table-condensed>thead>tr:first-child>th:hover:focus {
	/* background: #2196f3; */
	background: var(--main-bg-color);
}

.bootstrap-datetimepicker-widget table td span.active {
	/* background: #2196f3; */
	background: var(--main-bg-color);
}

/***** END CUSTOM DATETIMEPICKER ****/

/***** CUSTOM MONTHPICKER ****/

.ui-widget {
	font-family: NotoSansJP !important;
}

.month-picker.ui-widget {
	border: none !important;
	box-shadow: 0 0px 10px rgba(0,0,0,.175);
	padding: 5px;  
}

.month-picker .ui-button {
	border-radius: 4px !important;
	border: none !important;
	background: #fff !important;
	width: 60px !important;
	display: block;
	padding: 14px 0;
	margin: 1px;
	float: none !important;
	vertical-align: middle;
	text-align: center;
}

.month-picker .ui-button:not(.ui-state-highlight):hover {
	background: #F3F3F3 !important;
	color: #333;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.month-picker .ui-button.ui-state-highlight:hover {
	background: lightgray !important;
	color: #fff;
}

.month-picker-header {
	background: #fff;
	border: 0;
	margin: 0;
}

.month-picker-year-table {
	border: none;
	border-collapse: collapse !important;
}

.month-picker-year-table .ui-button {
	height: auto;
	padding: 10px 0 !important;
	line-height: 15px;
	width: 30px !important;
}

.month-picker .ui-button .ui-icon {
	margin: 0 !important;
	background-image: none;
	font-weight: 700;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	text-indent: 0;
	/* color: #039be5; */
	color: var(--text-color);
}

.month-picker .month-picker-previous .ui-button .ui-icon:after {
	content: "\f104";
}

.month-picker .month-picker-next .ui-button .ui-icon:after {
	content: "\f105";
}

.month-picker .month-picker-title .ui-button {
	font-size: 14px;
	line-height: 17px;
	width: 128px !important;
	color: #333;
}

.daterange-single.text-only {
	font-size: 14px;
	padding: 8px;
}

.daterange-single.text-only>i {
	padding-right: 5px;
}

.month-picker-custom input {
	font-family: NotoSansJP !important;
	border-left: 0 !important;
	border-right: 0 !important;
	/* border-bottom: 1px solid #004b8b !important;
	border-top: 1px solid #004b8b !important; */
	border-bottom: 1px solid var(--main-bg-color) !important;
	border-top: 1px solid var(--main-bg-color) !important;
	font-size: 14px !important;
	/* color: #fff !important; */
	color: #333 !important;
	border-radius: 0;
	/* background-color: #004b8b !important; */
	background-color: #fff !important;
}

.mypage-container .month-picker-custom input {
	border-bottom: 1px solid var(--text-color) !important;
	border-top: 1px solid var(--text-color) !important;
	color: var(--main-bg-color) !important;
}

.month-picker-custom>button {
	/* background-color: #004b8b; */
	background-color: var(--main-bg-color);
	color: #fff;
	font-size: 16px;
	border: 0;
	/* border: 1px solid #004b8b; */
	border: 1px solid var(--main-bg-color);
	line-height: 1;
	padding: 0 11px !important;
	height: 34px;
}

.mypage-container .month-picker-custom>button {
	background-color: var(--text-color);
	border: 1px solid var(--text-color);
}

.table-header .month-picker-custom>button,
.table-header .month-picker-custom>.month-timesheet>input {
	height: 29px !important;
	line-height: 1;
}

.month-picker-custom>button>i {
	font-weight: 700;
	line-height: 1.2;
}

.month-picker-custom>button:first-child {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-right: 1px solid #fff !important;
	/* border-left: 1px solid #004b8b !important; */
	border-left: 1px solid var(--main-bg-color) !important;
}

.mypage-container .month-picker-custom>button:first-child {
	border-left: 1px solid var(--text-color) !important;
}

.month-picker-custom>button:last-child {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 1px solid #fff !important;;
	/* border-right: 1px solid #004b8b !important; */
	border-right: 1px solid var(--main-bg-color) !important;
}

.mypage-container .month-picker-custom>button:last-child {
	border-right: 1px solid var(--text-color) !important;
}

.month-picker-custom>button:hover,
.month-picker-custom>button:active,
.month-picker-custom>button:focus,
.month-picker-custom>button:hover:active {
	/* background-color: #004b8b !important; */
	background-color: var(--main-bg-color) !important;
	color: #fff !important;
	font-size: 16px !important;
	outline: 0 !important;
	/* border-top: 1px solid #004b8b !important;
	border-bottom: 1px solid #004b8b !important; */
	border-top: 1px solid var(--main-bg-color) !important;
	border-bottom: 1px solid var(--main-bg-color) !important;
}

.mypage-container .month-picker-custom>button:hover,
.mypage-container .month-picker-custom>button:active,
.mypage-container .month-picker-custom>button:focus,
.mypage-container .month-picker-custom>button:hover:active {
	background-color: var(--text-color) !important;
	border-top: 1px solid var(--text-color) !important;
	border-bottom: 1px solid var(--text-color) !important;
}

.month-picker {
	position: absolute !important;
}

.month-timesheet {
	width: 220px;
	background-color: #fff;
}

.month-timesheet>input {
	width: 100%;
}

.month-timesheet .month-picker {
	position: static !important;
	border-left: 1px solid #ccc;
}

.select-user-custom {
	width: 300px;
	padding-left: 5px;
}

.select-user-custom .input-group-addon {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 5px;
	/* background: #004b8b;
	border-color: #004b8b; */
	background: var(--main-bg-color);
	border-color: var(--main-bg-color);
	color: #fff;
}

.table-header>.fc-right .btn {
	height: 29px;
}

.g-button {
	padding-top: 0;
}

.calendar .calendar-header table th.prev,
.calendar .calendar-header table th.next { 
	color: #333 !important;
	font-weight: 400 !important;
	font-size: 16px;
	padding: 7px 10px !important;
}

.master-calendar .calendar-header {
	background: #fff;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	margin-bottom: 15px !important;
}

.panel-group.panel-custom .month-picker-custom {

}

.panel-group.panel-custom .month-picker-custom>button {
	height: 28px;
	padding: 0px 10px !important;
	/* border-right-color: #1b8ae2 !important;
	border-left-color: #1b8ae2 !important; */
}

.panel-group.panel-custom .month-picker-custom .month-timesheet {
	width: 205px;
}

.panel-group.panel-custom .month-picker-custom .month-timesheet>input {
	height: 28px !important;
	font-size: 13px !important;
	line-height: 1;
}

.panel-group.panel-custom .month-picker-custom .month-timesheet .month-timesheet {

}

.panel-group.panel-custom .month-picker-custom button.not-allow {
	cursor: not-allowed;
}

/***** END CUSTOM MONTHPICKER ****/

/***** CUSTOM SCROLLBAR *****/

[class*="overflow-"]::-webkit-scrollbar {
	width: 8px;
	background: #ddd;
}

[class*="overflow-"]::-webkit-scrollbar-thumb {
	width: 8px;
	background: #aaa;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
}

/***** END CUSTOM SCROLLBAR *****/

/***** CUSTOM SELECT2 *****/
.select-user-custom .select-user+.select2-container .select2-selection {
	background: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	/* border-color: #004b8b; */
	border-color: var(--main-bg-color);
}

.select-user-custom .select2-selection__rendered {
	line-height: 27px !important;
}
.select-user-custom .select2-container .select2-selection--single {
	height: 29px !important;
}
.select-user-custom .select2-selection__arrow {
	height: 29px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]  {
	/* background-color: #2196f3; */
	background-color: var(--main-bg-color);
}

.select2-results__option {
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease; 
	transition: all 0s ease;
}

.select2-container--disabled .select2-selection, .select2-container--disabled .select2-selection .select2-search__field {
	cursor: not-allowed!important;
}

.select2-container--disabled .select2-selection__placeholder, .select2-container .select2-selection__placeholder {
	color: #757575 !important;
}

.select2-search__field:-ms-input-placeholder { /* ie 11 */
	color: #757575 !important;
}

.select2-container--disabled span.select2-selection__rendered,
.select2-container--default span.select2-selection__rendered {
	padding-left: 10px !important;
	color: #333 !important;
}

.select2-container--disabled.select2-container--focus .select2-selection--multiple {
	border-color: #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.input-select2 .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	box-shadow: none;
	/* border-color: #0090d9 !important; */
	border-color: var(--main-bg-color) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	/* background: #0090d9; */
	background: var(--main-bg-color);
	font-family: NotoSansJP !important;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 25px;
	height: 25px;
	border-radius: 4px !important;
}

/***** END SELECT2 *****/

/***** MAIN *****/

html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-family: NotoSansJP !important;
	color: #333;
}

main {
	position: relative;
}

.btn-cyan {
	background-color: #00c6bc;
	border: 1px solid #009e96;
}

.btn-cyan:hover {
	background-color: #00ada4;
	border: 1px solid #009e96;
}

.no-border-radius {
	border-radius: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

th, tr, td, .font-mei {
	font-family: NotoSansJP;
	border-color: #DDD !important;
}

.overflow-1 {
	max-height: 106px;
}

.overflow-2 {
	max-height: 177px;
}

.overflow-1 .table>tbody>tr:last-child>td,
.overflow-2 .table>tbody>tr:last-child>td {
	/*border-bottom: 0 !important;*/
}

.overflow-3 {
	padding: 7px;
}

.overflow-3,
.overflow-3 .table {
	max-height: 176px;
}

.overflow-4 {
	max-height: 277px;
	/*padding: 10px;*/
	padding-right: 4px;
	overflow: auto;
}

.has-border {
	border: 1px solid #ccc;
}

.has-border-bottom {
	border-bottom: 1px solid #ccc;
}

.flex-center {
	display: flex;
	align-items: center;
}

.display-inline-block-middle {
	display: inline-block;
	vertical-align: middle;
}

.wrap-text {
	word-break: break-word;
	word-wrap: break-word;
}

.min-height-35px {
	min-height: 35px;
}

.no-wrap {
	white-space: nowrap;
}

.no-border {
	border: 0 !important;
}

.no-border-top {
	border-top: 0 !important;
}

.no-border-left {
	border-left: 0 !important;
}

.no-border-right {
	border-right: 0 !important;
}

.no-border-bottom {
	border-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-20 {
	font-size: 20px;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-bold {
	font-weight: 700;
}

.box-shadow {
	box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
}

.background-white {
	background: #fff !important;
}

.td-width-110px {
	width: 110px;
}

.td-width-100px {
	width: 100px;
}

.td-width-80px {
	width: 80px;
}

.td-width-70px {
	width: 70px;
}

.td-width-50px {
	width: 50px;
}

.mw130 {
	min-width: 130px;
}

.mw180 {
	min-width: 180px;
}

.mw210 {
	min-width: 210px;
}

.th-bg-1,
.td-bg-1 {
	background-color: #f9f9f9 !important;
}

.th-bg-2,
.td-bg-2 {
	background-color: #d9edf7 !important;
}

.th-bg-3 {
	background-color: #c9edff !important;
}

.th-bg-4 {
	background-color: #ffe3cf !important; 
	color: #52b8ff !important;
}

.th-bg-5 {
	background-color: #d9edf7 !important;
}

.btn {
	outline: 0 !important;
	box-shadow: none !important;
	transition: all 0.15s ease;
}

.radio-inline .check {
	background: #fff;
}

.checkbox-inline,
.radio-inline {

}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {

}

.form-control {
	max-width: 100% !important;
}

.form-control,
.form-control:hover,
.form-control:focus {
	box-shadow: none !important;;
	outline: 0;
}
.form-control:focus {
	border-color: #0090d9;
}

.panel-custom.panel-group .btn.btn-primary:hover {
	color: #fff;
}

.panel-custom.panel-group .btn-panel-toggle {

}

.panel-custom.panel-group .btn-panel-toggle,
.panel-custom.panel-group .btn-panel-toggle:hover,
.panel-custom.panel-group .btn-panel-toggle:focus {
	color: #fff !important;
}

.panel-custom.panel-group .btn-panel-toggle[aria-expanded="false"]>i:before {
	content: "\f077";
}

.panel-custom.panel-group .btn-panel-toggle[aria-expanded="true"]>i:before {
	content: "\f078";
}

.text-color-red {
	color: #de3326 !important;
}

.text-color-grey {
	color: #aaa !important;
}

.btn-style,
.btn-blue,
.btn-search {
	background: var(--main-bg-color) !important;
	color: #fff !important;
	transition: all 0.15s ease;
}

.btn-style:hover,
.btn-blue:hover,
.btn-search:hover {
	/* background: #008ace !important; */
	background: var(--text-color) !important;
	color: #fff !important;
	outline: 0 !important;
}

.btn-blue-2 {
	/* background: #004b8b !important; */
	background: var(--sub-bg-color) !important;
	color: #fff !important;
}

.btn:hover:focus,
.btn:active,
.dataTables_paginate a.paginate_button:hover:focus {
	box-shadow: inset 0 0 3px rgba(51,51,511,.1) !important;
}

.btn-cancel,
.btn-back,
.btn-default {
	color: #5e5e5e !important;
	background-color: #ffffff !important;
	border: 1px solid #ddd !important;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active {
	background-color: #fbfcfd !important;
	border: 1px solid #b4b9be !important;
	color: #333 !important;
}

.panel-custom.panel-group .panel-heading a:hover {
	color: #fff;
}

.btn.disabled, .btn[disabled],
.btn.disabled, .btn[disabled]:hover,
.btn.disabled, .btn[disabled]:focus,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus {
	/*background: transparent !important;*/
	box-shadow: none !important;
}

.btn.disabled, .btn[disabled],
.btn.disabled, .btn[disabled]:hover,
.btn.disabled, .btn[disabled]:focus {
	cursor: not-allowed !important;
	background: #a2a2a2 !important;
	color: #eee !important;
	visibility: visible;
	opacity: 0.4;
}

table a.disabled {
	color: #eee !important;
	cursor: not-allowed !important;
	visibility: visible;
	pointer-events: none;
}

a:link {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	transition: all .15s ease;
}

a, a:hover, .edit-record:hover {
	/* color: #337ab7; */
	color: var(--text-color);
}

.label {
	font-size: 11px !important;
	padding: 4px 6.5px !important;
	border-radius: 4px !important;
}

.label-custom.label-danger {
	/* background-color: #de3326 !important; */
	background-color: #f9703a !important;
}

.label-custom.label-holiday_wf {
	background-color: #e67e22 !important;
}

table.dataTable tr td,
table.dataTable tr th {
	vertical-align: middle;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-image: none;
}

table.dataTable thead input[type=checkbox],
table.dataTable thead input[type=radio],
table.dataTable tbody input[type=checkbox],
table.dataTable tbody input[type=radio] {
	margin: 0;
}

table.dataTable thead th.no-sort:after {
	content: "" ;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #AAA;
	float: right;
	font-size: 13px;
	margin-top: 3px;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	float: right;
	font-size: 16px;
	margin-top: 5px;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	float: right;
	font-size: 16px;
}

.dataTables_scroll {
	overflow: auto !important;
}

.DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner .DTFC_Cloned thead tr,
.dataTables_scroll .dataTables_scrollBody table > thead > tr {
	visibility: collapse !important;
	/*display: none !important;*/
}

.table-overflow-custom,
.table-overflow-custom-2 {
	overflow: auto;
}

.table-overflow-custom>table {
	width: 1680px !important;
}

#toTopHover {
	border-radius: 4px !important;
	z-index: 999;
	right: 5px;
	bottom: 5px;
}

#toTopHover:hover {

}

.forms .g-table .top {
	position: absolute;
	z-index: 1;
	top: -43px;
}

.form-history {
	position: relative;
	z-index: 1;
}

.form-history .position-relative {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	min-height: 40px;
}

.form-history .btn-group-custom .btn-approve-all {
	/*margin-left: 120px;*/
}

.form-history .btn-group-custom {
	/*position: relative;*/
	width: 100%;
	float: right;
	z-index: 2;
	background-color: #fff;
}

.form-history .g-table .top {
	position: absolute;
	z-index: 1;
	top: -33px;
}

.form-history .g-table .dataTables_data {
	overflow-x: auto;
	padding-top: 15px;
}

.form-history .g-table .bottom .dataTables_info,
.form-history .g-table .bottom .dataTables_paginate {
	padding-top: 10px;
}

.form-history .field-search .select2-custom-css,
.request-form .select2 .select2-selection {
	height: 32px;
	border-color: #ccc;
}

.form-history .field-search .select2-container--open .select2-custom-css,
.request-form .select2 .select2-selection {
	border-color: #aaa;
}

.form-history .field-search .select2-custom-css .select2-selection__rendered,
.request-form .select2 .select2-selection__rendered {
	line-height: 30px;
	padding-right: 10px;
}

.form-history .field-search .select2-custom-css .select2-selection__rendered .select2-selection__clear {
	/*	display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;*/
	font-size: 24px;
	color: #333;
}

.form-history .field-search .select2-custom-css .select2-selection__rendered .select2-selection__clear:before {
	/*content: "\f00d";*/
}

.main-container main[ng-controller="checkin_checkout.timesheet.index"] {
	margin-top: 10px !important;
	padding: 10px !important;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	position: relative;
	width: 100%;
}

.main-container main:not(.mypage-container):not(.admin-container):not(.shift-container):not([ng-controller="checkin_checkout.timesheet.index"]) {
	margin-top: 15px;
	padding: 15px !important;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	position: relative;
	width: 100%;
}

.header-content {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 10px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	/* border-left: 5px solid #0aa699; */
	border-left: 5px solid var(--main-bg-color);
}

.header-flex {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.user-profile {
	/* color: #005EA0; */
	color: var(--main-bg-color);
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 5px;
}

.user-avatar {
	width: 110px;
	height: 110px;
}

.user-avatar .circle {
	background: var(--main-bg-color) !important;
}

.user-avatar img {
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
}

.user-info {
	width: calc(100% - 90px);
	margin-left: 10px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-color: #005EA0;
	line-height: 1.42;
}

.user-info .table .company-name td {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #004b8b !important; */
	border-bottom: 1px solid var(--main-color) !important;
	padding-left: 4px;
}

.user-info .table .company-name+tr>td  {
	padding-top: 10px;  
}

.user-info .table tr td {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.user-info .user-attribute {
	margin-left: 30px;
	padding: 7px 0;
}

.user-info .user-attribute:not(:last-child){
	border-bottom: 1px solid #005EA0;
}

.main-content {
	/*margin-top: 15px;*/
}

.main-content.timesheet-calendar {
	float: none;
	width: 100%;
}

.table-header {
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#timesheet_ck .table-timesheet {
	font-size: 12.5px;
}

#timesheet_ck .table-timesheet thead tr th {
	background-color: #d9edf7;
	color: #232323;
	letter-spacing: 1px;
	padding: 0px 8px;
	border-color: #bcbbbb !important;
}

#timesheet_ck .table-timesheet tbody tr td {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.7;
	border-color: #bcbbbb !important;
}

#timesheet_ck .table-timesheet tbody tr td.have_form.display {
	white-space: nowrap;
}

#timesheet_ck .datatable-footer {
	padding: 0;
}

.timesheet-calendar.main-content .table-timesheet th:not(.timesheet-note),
.timesheet-calendar.main-content .table-timesheet td:not(.timesheet-note) {
	min-width: 77px !important;
	max-width: 77px !important;
}

.timesheet-calendar.main-content .table-timesheet th.close_icon,
.timesheet-calendar.main-content .table-timesheet td.close_icon {
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
}

.timesheet-calendar.main-content .table-timesheet th.history_icon,
.timesheet-calendar.main-content .table-timesheet td.history_icon {
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;

}

.timesheet-calendar.main-content .table-timesheet td.history_icon .red {
	color: #ff0000;
}

table.dataTable thead th {
	/*  background-color: #F9F9F9 !important;*/
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 8px;
}

.margin-top-20px {
	margin-top: 20px;
}

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

.margin-top-15px {
	margin-top: 15px;
}

.has-border {
	border: 1px solid #ddd;
}

.panel-header {
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	width: 100%;
	display: table;
	/* background-color: #2196f3; */
	background-color: var(--main-bg-color);
	font-weight: 700;
	color: #fff;
}

.table {
	border-collapse: collapse;
	border-color: #ccc;
	margin-bottom: 0;
}

.table.table-sm {
	font-size: 11px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-color: #e5e5e5;
	vertical-align: middle;
}

.table.table-sm.table-bordered>tbody>tr>td,
.table.table-sm.table-bordered>tbody>tr>th,
.table.table-sm.table-bordered>tfoot>tr>td,
.table.table-sm.table-bordered>tfoot>tr>th,
.table.table-sm.table-bordered>thead>tr>td,
.table.table-sm.table-bordered>thead>tr>th {
	padding: 4px;
}

.table-header .btn {
	border-radius: 4px !important;
}

.block-header {
	display: flex;
	align-items: center;
}

.block-datetime {
	/*  line-height: 1; 
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: center;*/
}

.block-datetime .block-date {
	/* color: #005EA0; */
	color: var(--main-bg-color);
	font-weight: 700;
	font-size: 23px;
	white-space: nowrap;
	font-family: sans-serif;
	line-height: 1.22;
}

.block-datetime .block-time {
	margin-top: 0;
	font-family: sans-serif;
	line-height: 1;
	/*  display: flex;
		justify-content: center;
		align-items: baseline;*/
	text-align: center;
}

.block-datetime .block-time .block-time-detail {
	/* color: #005EA0; */
	color: var(--main-bg-color);
	font-size: 45px;
	font-weight: 700;
	background-color: transparent;
	padding-top: 0;
	height: auto;
	display: inline-block;
}

.block-datetime .block-time .block-time-format {
	font-size: 25px;
	color: #848383;
	font-weight: 700;
	padding-left: 5px;
	display: inline-block;
}

.block-weather {
	/* color: #005EA0; */
	color: var(--main-bg-color);
	font-weight: 700;
	font-size: 14px;
	margin-top: 5px;
}

.block-weather .table {
	table-layout: fixed;
}

.block-weather .table-bordered tr td {
	border-color: #005EA0 !important;
}

.weather-detail > div {
	display: inline-block;
}

.weather-icon {
	width: 25px;
	height: auto;
}

.weather-number {
	color: #000;
	vertical-align: sub;
}

.weather-degrees {
	vertical-align: super;
	font-size: 10px;
	color: #000;
}

.mypage-items-setting {
	padding: 15px 0px;
}

.mypage-layout-preview {

}

.block-sortable {
	margin-top: 15px;
	padding: 0 20px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.block-sortable ul li {
	border: 1px solid #ccc;
	margin: 20px 0;
	border-radius: 4px;
	background-color: #fff;
}

/*.block-sortable ul li:first-child {
    margin-top: 20px;
}

.block-sortable ul li:last-child {
    margin-bottom: 20px;
}*/

.block-sortable ul li>div>.pull-left,
.block-sortable ul li>div>.pull-right,
.block-sortable ul li>.pull-right {
	padding: 10px;
}

.block-sortable ul li>div>.pull-left {
	border-right: 1px solid #ddd;
	background-color: #3897f0;
	color: #fff;
	cursor: move;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
}

.block-sortable ul li>.pull-right .switch input:checked + .slider {
	background-color: #8fc9ff;
}

.block-sortable ul li>.pull-right .switch input:checked + .slider:before {
	background-color: #3897f0;
}

.mypage-layout-preview {

}

.block-preview>div{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #3897f0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
}

.table.table-padding-custom>tbody>tr>td,
.table.table-padding-custom>tbody>tr>th,
.table.table-padding-custom>tfoot>tr>td,
.table.table-padding-custom>tfoot>tr>th,
.table.table-padding-custom>thead>tr>td,
.table.table-padding-custom>thead>tr>th {
	padding: 8px;
}

.container-fluid {
	/*padding-bottom: 15px;*/
}

.user-info>div.table-responsive {
	overflow: hidden;
}

.panel-custom.panel-group {
	margin-bottom: 0;
}

.panel-custom .panel {
	border: 0;
}

.panel-custom .panel-default>.panel-heading {
	/* background-color: #1b8ae2;
	border: 1px solid #1b8ae2; */
	background-color: var(--main-bg-color);
	border: 1px solid var(--main-bg-color);
	color: #fff;
	position: relative;
	padding: 8px;
}

.panel-custom .panel-default>.panel-heading.panel-white {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}

.panel-custom .panel-default>.panel-heading.custom-padding {
	padding-top: 3px;
	padding-bottom: 3px;
}

.panel-custom .panel-default>.panel-heading.custom-padding>.panel-title {
	margin-top: 5px;
}

.panel-custom .panel-title {
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 1px;
}

.panel-custom .panel-collapse,
.panel-custom .panel-body {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.panel-custom .panel-body {
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

.calendar .year-title {
	color: #333 !important;
	background: #fff;
	font-size: 18px !important;
	vertical-align: middle;
	border: 0;
}

.calendar .year-title.year-neighbor {
	color: #999 !important;
}

.calendar .year-title.year-neighbor2 {
	color: #ccc !important;
}

.calendar .year-title:hover,
.calendar .calendar-header table th:hover {
	background: #F7F7F7 !important;
	color: #333 !important;
}

.master-calendar .calendar {
	border: 0;
}

.calendar .month-container {
	height: auto;
	margin-bottom: 15px;
}

.calendar .months-container {
	margin: 0;
	padding: 0 !important;
	touch-action: auto !important;
}

.calendar table.month {
	width: 80%;
	font-size: 13px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.calendar table.month td,
.calendar table.month th {
	font-size: 14px !important;
}

.calendar table.month th.day-header {
	padding: 3px;
	font-weight: 700;
	background: #F7F7F7;
}

.calendar table.month td.day .day-content {
	padding: 3px;
}

.calendar table.month th.month-title {
	/* background: #2196F3 !important; */
	background: var(--main-bg-color) !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}

.master-calendar .calendar table.month td:not(.old):not(.new).day .day-content:hover,
.master-calendar .calendar table.month td.day.range .day-content {
	background: #F0F0F0 !important;
}

.section-title {
	margin-bottom: 0 !important;
	/* border-left: 3px solid #004b8b !important; */
	border-left: 3px solid var(--main-bg-color) !important;
	padding-bottom: 5px;
	/* color: #004b8b !important; */
	color: var(--main-bg-color) !important;
	padding-left: 10px;
}

.info_customer .div_left .section {
	margin-left: 7px;
	padding-left: 10px
}

.info_customer .div_right .section {
	padding-left: 8px;
}

.field > label .fa + span {
	vertical-align: middle;
	line-height: 1;
}

.datatable-footer {
	padding-top: 20px;
	padding-bottom: 15px;
}

.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:focus,
.dataTables_paginate .paginate_button.disabled:hover {
	cursor: default !important;
	background-color: transparent !important;
	color: #bbb !important;
	display: none !important;
}

.dataTables_paginate .paginate_button:first-child {
	/*margin-left: 0 !important;*/
}

.dataTables_paginate .paginate_button {
	display: inline-block !important;
	padding: 5px !important;
	min-width: 30px !important;
	margin-left: 2px !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	color: #333 !important;
	border: 1px solid #E5E5E5 !important;
	border-radius: 3px !important;
	transition: all .15s ease;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button:active,
.dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	background: #455a64 !important;
	border-color: #555 !important;
}

.schedules-header {
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	position: relative;
	top: 48px;
	z-index: 10;
	width: 100%;
}

.schedule-details-title h2 {
	color: var(--main-bg-color);
	border-left: 5px solid var(--main-bg-color);
}

.user-setting {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.user-setting.active .calList {
	display: block;
	/*right: 195px;*/
	top: 83px;
	position: fixed !important;
}

.user-setting.active .btn-user-setting:first-child {
	/*background: #008ace !important;*/
	color: #fff !important;
	outline: 0 !important;
	box-shadow: inset 0 0 5px rgba(0,0,0,.15) !important;
}

.btn-user-setting  {
	width: auto;
	height: auto;
	line-height: 1;
	position: relative;
	float: none;
	left: 0;
	display: inline-block;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}

.btn-user-setting i {
	font-size: 15px;
}

.schedules .btn-user-setting {
	padding: 9px 6.9px;
}

.schedules .btn-user-setting i {
	color: #555;
}

.calList {
	position: absolute;
	font-family: NotoSanJP !important;
	/*right: 70px;*/
	top: 0px;
	border-radius: 4px;
	display: none;
}

.user .g-date-from-to .daterange-single .input-group-addon i {
	line-height: 0.9;
}

.schedules {
	position: relative;
	top: -30px;
	z-index: 1;
}

.calendar-custom {
	position: relative;
	width: 100%;
	z-index: 1;
}

.calendar-custom .fc-toolbar.fc-header-toolbar {
	margin-bottom: 0;
}

.calendar-custom .fc-view-container {
	position: relative;
	margin-top: 55px;
	z-index: 1;
}

.fc-toolbar h2 {
	position: relative;
	top: 15px;
	margin: 0;
	font-size: 25px;
	z-index: 1;
}

.admin-container {
	margin-top: 15px;
}

.widget-shift .shift-form .field>label {
	width: 100%;
	padding-right: 0;
}

.widget-shift .shift-form > div.field > div > span {
	line-height: 34px;
}

.widget-shift-custom .shift-form-custom .dropdown-custom .dropdown-menu {
	max-height: 165px !important;
}

.widget-shift-custom .shift-form-custom .picker__list {
	/*max-height: 200px;*/
}

.widget-shift-custom .shift-form-custom .picker--opened .picker__holder {
	bottom: 35px;
}

.widget-shift-custom .shift-form-custom .dropdown-custom .dropdown-menu {
	bottom: 100%;
	top: auto;
}

.table-custom .tbl-data-image {

}

.table-custom .tbl-data-leave-job {

}

.table-custom .tbl-data-action {

}

.shift-form .field>label {
	padding-right: 0;
	text-align: center;
}

.noti-free-plan {
	background-color: #00b0f0;
	padding: 8px 16px;
	width: 100%;
	margin-top: 10px;
}

.noti-free-plan .plan {
	border: 1.5px solid #ddd;
	padding: 5px 10px;
	border-radius: 20px;
}

.noti-free-plan, .noti-free-trial{
	color: #fff;
	font-weight: 400;
}

.noti-free-trial a, .noti-free-plan a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

.noti-free-trial {
	background-color: #fe5b40;
	padding: 8px 16px;
	width: 100%;
	margin-top: 10px;
}
.noti-free-plan a.margin-text {
	margin-left: -3px;
}

.special-text-custom {
	width: calc(100% - 160px) !important;
}

.special-text-custom>div,
.special-text-custom>span.unit {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.special-text-custom>a {
	width: 13px;
	display: inline-block;
	vertical-align: middle;
}

.special-text-custom>.msg-remain-day {
	line-height: 1.44;
	margin-left: 5px;
	width: 56%;
	display: inline-block;
	vertical-align: middle;
}

#modalEditTimeSheet .modal-dialog {
	max-width: 700px;
}

.modal-content {
	margin: auto;
}

/*#modalEditTimeSheet .field div.input-datetime {
	width: calc(100% - 400px) !important;
}*/

.closing-status {
	position: relative;
	width: 40px !important;
	height: 20px;
	min-height: 20px !important;
	border: 1px solid #555;
	background-color: #22b14c;
	float: left !important;
}

.opening-status {
	position: relative;
	width: 40px !important;
	height: 20px;
	min-height: 20px !important;
	border: 1px solid #555;
	background-color: #fff;
	float: left !important;
}

.closing-status + div,
.opening-status + div {
	min-height: auto;
}

.table-date-custom {
	table-layout: fixed;
}

.table-date-custom>thead>tr>th {
	font-weight: 700;
	text-align: center;
	background-color: #d9edf7;
}

.table-date-custom>tbody>tr>td {
	text-align: center;
	cursor: pointer;
}

.table-date-custom>tbody>tr>td.closing-color {
	background-color: #22b14c;
}

.btn-group.btn-toggle-custom {
	border-radius: 4px;
}

.btn-group.btn-toggle-custom button {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
	padding: 6px 20px;
}

.btn-group.btn-toggle-custom button.active {
	font-weight: bold;
	color: #0678C4;
	border-color: #0678C4;
	background-color: #f1f9ff;
}

/***** END MAIN *****/

/***** VACATION CONFIG *****/

.w50-important {
	width: 50% !important;
}

.settings-view {
	overflow: auto;
}

.settings-view>div {
	margin-bottom: 15px;
}

.vacation-setting-table-body table>tbody>tr>td {
	background-color: #fff;
}

.vacation-setting-table td {
	text-align: center;
}

.vacation-setting-table td input {
	min-width: 40px;
	width: 40px;
	padding: 0 5px;
	box-shadow: none;
	border-color: #ccc;
	height: 34px;
	text-align: center;
	margin-right: 5px;
}

.vacation-setting-table:not(.vacation-history-list) td>input+span {
	padding-left: 6px;
}

.vacation-setting-table td.panel-header,
.vacation-setting-table tr.panel-header {
	background-color: #e1f2ff;
}

.vacation-setting-table tr th {
	text-align: center;
}

.vacation-setting-table td.td-days {
	padding-left: 4px;
	padding-right: 4px;
	width: 87px;
}

.vacation-setting-table td.text-center {
	text-align: center;
}

.vacation-setting-table td.text-left {
	text-align: left;
}

.cavation-setting-view .field-area {
	width: 100%;
}

.vacation-setting-table {
	background-color: #fff;
}

.vacation-setting-table td>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vacation-setting-table tr td {
	vertical-align: middle !important;
}

.vacation-setting-table tr.grayout td {
	background-color: #F5F5F5;
}

.msg-remain-day {
	color: #a59f9f
}

.custom-tooltip-styling {
	font-size: 15px;
	font-weight: 400;
	max-width: 340px !important;
}

/***** END VACATION CONFIG *****/

/***** CUSTOM TREEVIEW *****/

ul.gj-list li [data-role=display] {
	cursor: default;
}

ul.gj-list-bootstrap li [data-role=display] {
	padding: 0 0 0 2px;
	color: #555;
}

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
	background-color: #FFF;
	border-color: #DDD;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
	color: #333;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
	color: #AAA;
	background-color: transparent;
	visibility: visible;
}

ul.gj-list-bootstrap li [data-role=wrapper] {
	padding: 2px 0;
}

ul.gj-list li [data-role=spacer] {
	/*	display: inline-block;
		vertical-align: middle;*/
}

ul.gj-list-bootstrap li [data-role=checkbox] {
	padding: 0;
	width: 100%;
	/*display: inline-block;*/
	display: flex;
	align-items: center;
}

[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander {
	width: 22px;
}

[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander i {
	font-size: 20px;
}

.tree-custom[data-type=tree]>ul>li span.has-child[data-role="expander"][data-type="department"][data-mode="open"]:after {
	content: "";
	border-left: 6.8px solid transparent;
	border-top: 6.8px solid #333;
	border-bottom: 0;
	border-right: 6.8px solid transparent;
	width: 1px;
	display: block;
	height: 6px;
	margin: auto;
	border-radius: 3px;
}

.tree-custom[data-type=tree]>ul>li span.has-child[data-role="expander"][data-type="department"][data-mode="close"]:after {
	content: "";
	border-left: 6.8px solid #333;
	border-top: 6.8px solid transparent;
	border-bottom: 6.8px solid transparent;
	border-right: 0;
	width: 1px;
	display: block;
	height: 6px;
	margin: auto;
	border-radius: 3px;
}

/*[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander span {
	font-size: 14px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 3px;	
    padding: 0px 3px;
    line-height: 1.22;
	width: 16px;
	height: 16px;
    display: block;
    margin: 1px 3px 0px 3px;
}*/

.gj-checkbox-bootstrap span {
	/*width: 16px;*/
	min-width: 17px;
	/*height: 16px;*/
	font-size: 10px;
	/*margin: 0;*/
	display: inline-block;
	vertical-align: middle;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="checkbox"] label {
	/*display: flex;*/
	/*align-items: center;*/
	width: 100%;
	text-align: left;
	height: auto;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="checkbox"] label:after {
	content: " ";
	display: block;
	clear: both;
}

.gj-checkbox-glyphicons input[type=checkbox]:indeterminate+span:after {
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background: #555;
	transform: scale(1);
	content: " ";
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="display"] {
	display: none;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] {
	width: calc(100% - 20px);
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span {
	width: auto;
	padding: 0;
	line-height: 1.22;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] {
	/*width: calc(100% - 17px);*/
	width: 100%;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"],
ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span {
	border: 0;
	height: auto;
	font-size: 13px;
	background: transparent;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span[data-type="department"]>i,
ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span[data-type="department"]>span {
	/* color: #1b8ae2; */
	color: var(--text-color);
	/*display: inline-block;*/
	vertical-align: middle;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"]>span {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	/*display: flex;*/
	/*align-items: center;*/
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span>span {
	display: inline-block;
	vertical-align: middle;
	/*width: calc(100% - 34px);*/
	/*display: flex;*/
	/*white-space: normal;*/
	/*word-break: break-all;*/
	/*align-items: center;*/
	width: auto;
	margin-left: 2px;
	/*max-width: 155px;*/
	word-break: break-word;
	word-wrap: break-word;
	/*flex-basis: 100%;*/
}

.tree-custom ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span>span {
	/*max-width: 140px;*/
	word-break: break-word;
	word-wrap: break-word;
}

.tree-custom ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span[data-type="department"]>span {
	/*max-width: 120px;*/
	word-break: break-word;
	word-wrap: break-word;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span[data-type="department"] i {
	/*padding: 0 3px 0 1px;*/
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span i {
	/*width: 15px;*/
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="data"] span[data-type="user"] i {
	padding: 0 3px 0 1px;
	color: #555;
	vertical-align: middle;
}

ul.gj-list-bootstrap li[data-role="node"]>div[data-role="wrapper"] span[data-role="checkbox"] label {
	/*width: calc(100% - 16px);*/
	width: auto;
	display: flex;
	align-items: center;
}

/***** END CUSTOM TREEVIEW *****/

/***** ADMIN PAGE *****/

.admin-container .left-container {
	width: 245px;
	padding-right: 10px;
}

.admin-container .middle-container {
	width: calc(100% - 500px);
	padding-right: 10px;
}

.admin-container .right-container {
	width: 250px;
}

.admin-container .left-container hr {
	margin-top: 0;
	margin-bottom: 5px;
	border-color: #DDD;
}

#treeview-container #tree {
	font-size: 12px;
}

#treeview-container.toggled {
	display: none;
	padding-right: 0;
}

#history-container.toggled {
	display: none;
	padding-left: 0;
}

#treeview-container.toggled+#history-container+.middle-container {
	width: calc(100% - 250px);
}

#treeview-container+#history-container.toggled+.middle-container {
	width: calc(100% - 245px);
	padding: 0;
}

#treeview-container.toggled+#history-container.toggled+.middle-container {
	width: 100%;
}

#treeview-container~.middle-container a.btn-tree-open,
#history-container~.middle-container a.btn-history-open {
	display: none;
}

#treeview-container.toggled~.middle-container a.btn-tree-open,
#history-container.toggled~.middle-container a.btn-history-open {
	display: block;
}

.btn-tree-open,
.btn-tree-close,
.btn-history-open,
.btn-history-close {
	background-color: #039be5;
	color: #fff;
	padding: 0px 4px 1px 9px;
	font-size: 20px;
}

.btn-tree-open i,
.btn-tree-close i{

}

.btn-history-close {
	line-height: 0;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}

.btn-tree-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1;
}

.btn-tree-close,
.btn-tree-close:hover,
.btn-tree-close:focus,
.btn-history-close,
.btn-history-close:hover,
.btn-history-close:focus {
	background: transparent !important;
	border: none !important;
}

.tab-content {
	position: relative;
}

.admin-container .middle-container .panel-group.panel-custom .panel-body .tab-content .tab-pane>div:first-child {
	position: absolute;
	z-index: 1;
}

.admin-container .middle-container .panel-group.panel-custom .panel-body .tab-content #tab5.tab-pane>div:first-child {
	position: relative;
	z-index: 99;
}

.admin-container .middle-container .daterange-single {
	max-width: 170px;
}

.admin-container .middle-container .daterange-single input.form-control {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.admin-container .middle-container .daterange-single .input-group-addon i {
	line-height: 0.9;
	/*font-size: 100%;*/
}

.admin-container .middle-container .daterange-single a.btn,
.admin-container .middle-container .daterange-single a.btn:hover,
.admin-container .middle-container .daterange-single a.btn:focus {
	border: 1px solid #ccc;
	color: #555;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 19px;
	background: #fff;
	font-size: 14px;
	padding: 7px 10px;
}

.admin-container .middle-container .daterange-single.text-only {
	max-width: 215px;
	padding: 0;
}

.admin-container .middle-container .daterange-single.text-only label {
	background: #eee;
	padding: 8px 10px;
	font-size: 14px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.admin-container .middle-container .daterange-single.text-only span {
	border: 0;
	padding: 9px 7px;
	line-height: 0.9;
}

.admin-container .middle-container .daterange-single input.month-picker {
	border: 1px solid #ccc !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	color: #555 !important;
	font-size: 14px !important;
}
.admin-container .middle-container table.dataTable tbody th,
.admin-container .middle-container table.dataTable tbody td {
	padding: 8px 6px;
}

.admin-container .middle-container .staff-type {
	padding-left: 10px
}

.admin-container .middle-container .staff-type label {
	padding-top: 7px;
	width: 70px;
}

.admin-container .middle-container .staff-type select {
	border-radius: 4px !important;
	width: 115px;
	height: 34px;
	padding: 4px 3px;
}

.g-table-admin-page .top .top-info {
	margin-bottom: 10px;
}

.g-table-admin-page .top .top-info .dataTables_info{
	float: right;
	padding-top: 0;
	text-align: right !important;
}

.g-table-admin-page .top .top-info .dataTables_length select{
	vertical-align: bottom;
}

.g-table-admin-page .bottom {
	margin: 10px 0;
}

.g-table-admin-page .bottom .bottom-info .dataTables_info{
	float: left;
	padding-top: 0;
	text-align: left !important;
}

.g-table-admin-page .bottom .bottom-info #tbl-data_paginate{
	float: right;
	padding-top: 0;
	text-align: right !important;
}

.g-table-admin-page .dataTables_paginate.paging_simple_numbers {
	text-align: right;
}

.g-table-admin-page #tbl-data-tab4 th.notification-text label,
.g-table-admin-page #tbl-data-tab4 th.notification-text span {
	display: inline-block;
	vertical-align: middle;
}

.g-table-admin-page #tbl-data-tab4 th.notification-text span {
	margin-left: 5px;
	font-size: 14px;
	cursor: pointer;
}

.g-table-admin-page #tbl-data-tab4 th.notification-text label {
	font-weight: bold;
}

#tab1 .g-table-admin-page .label-custom {
	display: block;
	width: 60px;
	margin: auto;
}

.g-table-admin-page .text-left {
	text-align: left;
}

.g-table-admin-page .text-center {
	text-align: center !important;
}

#tab1 .g-table-admin-page table .note-custom {
	height: 20px;
	overflow: hidden;
}

.table-custom-padding {

}

.table-custom-padding tr th,
.table-custom-padding tr td {
	padding: 8px 6px !important;
}

.timesheet-tabs ul {
	margin-left: 2px;
}

.timesheet-tabs ul>li {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}

.timesheet-tabs ul>li>a {
	color: #5E5E5E;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .15s ease;
	min-width: 90px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.timesheet-tabs ul>li>a:hover,
.timesheet-tabs ul>li>a:focus,
.timesheet-tabs ul>li.active>a {
	/* background-color: #039be5; */
	background-color: var(--main-bg-color);
	color: #fff;
	text-decoration: none;
	/* border: 1px solid #1b8ae2; */
	border: 1px solid var(--main-bg-color);
}

.admin-container .right-container>.panel-group.panel-custom>.panel>.panel-heading {
	padding: 8px 5px;
}

.admin-container .right-container>.panel-group.panel-custom>.panel>.panel-heading .panel-title {
	letter-spacing: 0px;
}

.admin-container .right-container .panel-group.panel-custom .checkbox-inline {
	margin: 0 !important;
	padding-bottom: 0 !important;
	margin-right: 5px !important;
}

.admin-container .right-container .panel-group.panel-custom .checkbox-inline .check {
	border-color: #FFF;
	top: 0;
}

.admin-container .right-container .panel-group.panel-custom .checkbox-inline .check:before {
	color: #FFF;
	border-color: #fff;
}

.admin-container .right-container .panel-group.panel-custom .checkbox-inline input[type="checkbox"]:checked ~ .check {

}

.admin-container .right-container .panel-group.panel-custom .checkbox-inline input[type="checkbox"]:checked ~ .check::before {

}

.admin-container .right-container .panel-group.panel-custom .history-list {
	overflow: hidden;
	max-height: calc(77vh);
}

.admin-container .right-container::-webkit-scrollbar,
.admin-container .right-container .panel-group.panel-custom .history-list::-webkit-scrollbar {
	width: 5px;
}

.admin-container .right-container::-webkit-scrollbar-thumb,
.admin-container .right-container .panel-group.panel-custom .history-list::-webkit-scrollbar-thumb {
	width: 5px;
}

.admin-container .right-container .panel-group.panel-custom .history-list .history-item:not(:last-child){
	border-bottom: 1px solid #DDD;
}

.admin-container .right-container .panel-group.panel-custom .history-list .history-item a.color-red {
	color: #de3326 !important;
}

.admin-container .right-container .panel-group.panel-custom .history-list .history-item a.color-blue {
	color: #1b8ae2 !important;
}

.admin-container .right-container .input-group.input-search-date {
	padding: 8px;
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading {
	display: block;
	font-weight: 700;
	width: 100%;
	border-radius: 0;
	background: #d9edf7;
	border-color: #d9edf7;
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading a {
	color: #333;
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading a+i {
	float: right;
	margin-right: 6px;
	cursor: pointer;
	color: #333;
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading a+i[aria-expanded="false"]:before {
	content: "\f077";
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading a+i[aria-expanded="true"]:before {
	content: "\f078";
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading a:hover,
.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading a:focus {
	text-decoration: underline;
}

.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading.direct-timesheet a:hover,
.admin-container .right-container .panel-custom .panel-default .panel-collapse .history-list .history-item .panel-heading.direct-timesheet a:focus {
	text-decoration: none !important;
}

.admin-container .right-container .panel-custom .panel-default .history-group .history-group-item {
	padding: 6px;
	border-top: 1px solid #DDD;
}

.admin-container .right-container .panel-custom .panel-default .history-group .history-group-item .label-time {
	width: 32px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.admin-container .right-container .panel-custom .panel-default .history-group .history-group-item .label-time span.custom-fa {
	color: #ff0000;
	font-size: 11px;
	border: 1.2px solid #ff0000;
	border-radius: 50%;
	padding: 0px 6.5px;
}

.admin-container .label-status {
	margin-left: 4px;
	margin-right: 4px;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
}

.middle-container label.label-custom,
.right-container label.label-custom{
	display: block;
	margin: auto;
	padding: 8px 4px !important;
}

.label-status-not-in-out {
	color: #FF0000 !important;
	background-color: #EEE;
	border: 1px solid #CCC;
}

.admin-container .right-container .panel-custom .panel-default .history-group .history-group-item .label-status>span {
	display: block;
}

.label-checkin {
	/* background: #039be5; */
	background: #0dbcb7;
}

.admin-container .right-container .panel-custom .panel-default .history-group .history-group-item .label-name {
	width: calc(100% - 115px);
	display: inline-block;
	vertical-align: middle;
}

.g-table-admin-page span.text-red {
	color: #DE3326;
}

.g-table-admin-page span.text-orange {
	color: #FFA500;
}

.table-length-custom>div>label {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

/*.table-length-custom>div>label>select {
	margin-left: 10px;
	margin-right: 10px;
}*/

.dataTables_wrapper .dataTables_length select {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	height: 34px;
	margin: 0 2px;
}


.table-overflow-custom-2 {
	margin-top: 10px;
}

.table-overflow-custom-2 table>thead:first-child>tr:first-child>td,
.table-overflow-custom-2 table>thead:first-child>tr:first-child>th {
	border-top: 1.2px solid #BCBBBB;
}

.teachme_admin_page {
	text-decoration: none;
	margin-left: 10px;
}

.round_border {
	border: 2px solid var(--main-bg-color) !important;
	color: var(--sub-bg-color);
}

.round_border_admin_page {
	/* border: 2px #4a90e2 solid; */
	border: 2px solid var(--main-bg-color) ;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 11px;
	vertical-align: super;
	display: inline-block;
	/* color: #337ab7; */
	color: var(--sub-bg-color);
	margin-top: 2px;
}

.panel-group.panel-custom #tab5 .month-picker-custom .month-timesheet {
	width: 140px;
}

.panel-group.panel-custom #tab5 .month-picker-custom .input-group .input-group-addon {
	position: absolute;
	z-index: 1;
	background: none;
	border: none;
}

.panel-group.panel-custom #tab5 .month-picker-custom .month-timesheet>input,
.panel-group.panel-custom #tab5 .month-picker-custom>button {
	height: 33px !important;
	background-color: #fff !important;
	border-color: #ccc !important;
	color: #333 !important;
	font-size: 14px !important;
	padding-left: 30px;
}

.panel-group.panel-custom #tab5 .month-picker-custom>button,
.panel-group.panel-custom #tab5 .month-picker-custom>button:hover {
	padding: 0px 13px !important;
}

.table-data-custom.table-fixed-head-foot table tr th,
.table-data-custom.table-fixed-head-foot table tr td {
	line-height: 18px;
}

.table-fixed-head-foot {
  margin-top: 15px;
}

.table-freeze-left-1 div.table-head-1 {
  /*width: 214px;*/
	width: 290px;
}

.table-freeze-left-1 div.table-head-1>table {
	border-bottom: 0;
}

.table-freeze-left-1 div.table-head-1>table>thead>tr>th {
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 0;
}

.table-freeze-right-1 div.table-body-1-overflow {
  overflow-x: auto;
  overflow-y: auto;
  /*height: 698px;*/
	margin-top: -1px;
}

.table-freeze-left-1 div.table-body-1 {
  overflow: hidden;
  /*height: 698px;*/
	/*width: 214px;*/
	width: 290px;
}

.table-freeze-left-1 div.table-body-1 table,
.table-freeze-left-1 div.table-body-1 table td {
  /*border-bottom: 0;*/
}

.table-freeze-left-1 div.table-body-1>table {
	/*border-top: 0;*/
}

.table-freeze-left-1 div.table-head-1>table>thead>tr>th,
.table-freeze-left-1 div.table-body-1>table>tbody>tr>td,
.table-freeze-right-1 table.table-head-1>thead>tr:first-child>th:first-child,
.table-body-1-overflow table.table-body-1>tbody>tr>td:first-child {
	width: 130px;
	min-width: 130px;
}

.table-freeze-left-1 div.table-body-1>table>tbody>tr>td {
	/*width: 140px;*/
	/*min-width: 140px;*/
	background-color: #fff;
	/*position: relative;*/
	z-index: 1;
	word-break: break-word;
	height: 47px;
}

.table-freeze-left-1 div.table-body-1>table>tbody>tr:first-child>td {
	border-top: 0;
}

.table-freeze-left-1 {
  position: absolute;
	z-index: 10;
}

.table-freeze-right-1 {
	/*margin-left: 719px;*/
	position: relative;
	z-index: 1;
}

.table-freeze-right-1 div.table-head-1 {
  width: 100%;
  overflow: hidden;
}

.table-freeze-right-1 div.table-foot-1 {
  width: 100%;
  overflow-x: scroll;
}

.table-freeze-right-1 .table-head-1,
.table-freeze-right-1 .table-body-1 {
  width: 1681px;
	/*width: 100%;*/
	max-width: none;
	/*table-layout: fixed;*/
}

.table-freeze-right-1 table.table-head-1>thead>tr>th,
.table-freeze-right-1 table.table-body-1>tbody>tr>td {
	width: 68px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	min-width: 68px;
	/*position: static;*/
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>div.bg_color {
	width: 74px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 4px;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>div.dropdown-custom {
	cursor: pointer;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>div.dropdown-custom.disabled {
	pointer-events: none;
	opacity: 0.5;
	visibility: visible;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>div.dropdown-custom .dropdown-toggle-custom {
	display: inline-block;
	vertical-align: middle;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>div.dropdown>ul {
	max-height: 180px;
	max-width: 120px;
	min-width: 50px;
	width: 120px;
	overflow-x: hidden;
}

.table-freeze-right-1 table.table-head-1>thead>tr>th.note,
.table-freeze-right-1 table.table-body-1>tbody>tr>td.note {
	width: 250px;
}

.table-freeze-right-1 table.table-head-1>thead>tr>th.info,
.table-freeze-right-1 table.table-body-1>tbody>tr>td.info {
	width: 89px;
	min-width: 89px;
	overflow: hidden;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>input {
	text-align: center;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>input+.picker.picker--time {
	top: auto;
	width: 100px;
	display: block;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>input+.picker.picker--time ul.picker__list {
	height: 225px;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>select {
	padding: 4px 2px 4px 3px;
}

.table-freeze-right-1 table.table-body-1>tbody>tr>td>a.disabled {
	pointer-events: none;
	opacity: 0.5;
	color: #337ab7 !important
}

.table-data-length {
	padding-left: 5px;
}

.table-data-length>label>select {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 14px;
	height: 34px;
}

.table-data-pagination {
	padding: 0px;
	text-align: right;
	float: right;
}

.table-data-pagination a.paginate_button,
.new-data-pagination a.paginate_button {
	border-radius: 3px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	transition: all .15s ease;
}

.table-data-pagination a,
.new-data-pagination a {
	float: left;
	text-decoration: none;
	padding: 5px 10px;
	color: #696969;
}

.table-data-pagination a.paginate_button:hover,
.table-data-pagination a.paginate_button.current,
.table-data-pagination a.paginate_button.current:hover,
.new-data-pagination a.paginate_button.current,
.new-data-pagination a.paginate_button.current:hover {
	background: #455a64;
	color: #FFF;
	border-color: #555;
	transition: all .15s ease;
}

textarea.note-timesheet:disabled {
	min-height: 34px;
}

.dropdown-menu.modalEditTimeSheet {
	z-index: 1051;
}

#tab5 .table-data-custom.table-fixed-head-foot table .form-control {
	font-size: 13px;
}

#tab5 .table-data-custom table tr th,
#tab5 .table-data-custom table tr td {
	padding: 6px 3px;
}

.admin-table-timesheet .color-blue, .admin-table-timesheet .color-blue input {
	color: #1b8ae2 !important;
}

.admin-table-timesheet .color-blue .picker--opened {
	color: #333 !important;
}

#tab1 .g-table-admin-page .admin-history-icon {
	margin-left: 5px;
}

.pagination_timesheet_tab .paginate_button.disabled {
	visibility: visible !important;
	pointer-events: none;
	border: none;
}

/***** END ADMIN PAGE *****/

/***** SHIFT PAGE *****/

.work_type_0_f, .work_type_3_f {
	/* background-color: #039be5;
	border: #039be5; */
	background-color: #0dbcb7;
	border: #0dbcb7;
}

.work_type_0_r, .work_type_3_r {
	background-color: #e5f4ff;
	/* border: 1px solid #20aee5; */
	border: 1px solid #0dbcb7;
	color: #777 !important;
}

.work_type_1_f, .work_type_2_f {
	/* background-color: #de3326 !important; */
	/* border: 1px solid #f35444; */
	/*background-color: #f12020 !important;*/
	background-color: #f9703a!important;
	border: 1px solid #f9703a;
}

.work_type_1_r, .work_type_2_r {
	background-color: #fdc1bc !important;
	/* border: 1px solid #f35444; */
	border: 1px solid #f9703a;
	color: #777 !important;
}


.shift-container .left-container {
	width: 245px;
	padding-right: 10px;
}

.shift-container .middle-container {
	width: calc(100% - 245px);
	position: relative;
	z-index: 2;
}

.shift-container #treeview-container.toggled+.middle-container {
	width: 100%;
}

.org_dev {
	cursor: pointer;
	margin-right: 5px;
}

.tbl_shift {
	margin-top: 10px;
	margin-bottom: 10px;
}

.datatable-shift {
	/*	position: relative;
		z-index: 1;*/
}

.datatable-shift .bottom {
	/*margin: 10px 0;*/
}

.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody {
	overflow-y: hidden !important;
}

/*.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollHeadInner,
.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollHeadInner table {
	min-width: 100%;
}*/

.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner,
.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table,
.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody,
.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody>table.table-schedule {
	min-width: 100%;
}

.tbl_shift .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner .table-schedule {
	/*border-left: 1px solid #ddd;*/
}

.tbl_shift .DTFC_ScrollWrapper,
.tbl_shift .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
	height: auto !important;
}

/*.timesheet-calendar .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
	padding-right: 0 !important;
}*/

.tbl_shift .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
	overflow-x: hidden;
	width: 100% !important;
	overflow-y: hidden !important;
	height: 100% !important;
	max-height: 100% !important;
	padding-right: 0 !important;
}

table.table-schedule tr:nth-last-child(1),
table.table-schedule tr:nth-last-child(1)>td,
table.table-schedule tr:nth-last-child(1)>td>span,
.tbl_shift table.dataTable.display tbody tr:nth-last-child(1):hover{
	/*	background-color: #fffbb3 !important;
		font-weight: 700;*/
}
table.table-schedule tr:nth-last-child(2),
table.table-schedule tr:nth-last-child(2)>td,
table.table-schedule tr:nth-last-child(2)>td>span,
.tbl_shift table.dataTable.display tbody tr:nth-last-child(2):hover{
	/*	background-color: #fffbb3 !important;
		font-weight: 700;*/
}

.tbl_shift table.dataTable.display tbody tr.odd>.sorting_1 span,
.tbl_shift table.dataTable.display tbody tr.odd>.sorting_2 span,
.tbl_shift table.dataTable.display tbody tr.even>.sorting_2 span {
	font-weight: 700;
}

.tbl_shift table.dataTable.stripe tbody tr.odd,
.tbl_shift table.dataTable.display tbody tr.odd {
	background-color: #fff;
}

.tbl_shift table.dataTable.display tbody td.shift-time-event {
	user-select: text;
}

.tbl_shift table.dataTable.display tbody td.shift-time-event:hover  {
	cursor: pointer;
}

.tbl_shift table.dataTable.display tbody td.shift-time-event span:not(:empty):not(.nodrag) {
	color: #fff;
	/*background-color: #039be5;*/
	width: auto;
	padding: 4px 7px;
	border-radius: 4px;
	display: block;
}

.tbl_shift table.dataTable.display tbody tr.odd>.sorting_1,
.tbl_shift table.dataTable.display tbody tr.odd>.sorting_2,
.tbl_shift table.dataTable.display tbody tr.even>.sorting_2,
.tbl_shift table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
.tbl_shift table.dataTable.order-column.stripe tbody tr.odd>.sorting_2,
.tbl_shift table.dataTable.order-column.stripe tbody tr.even>.sorting_2,
.tbl_shift table.dataTable.hover tbody tr:hover,
.tbl_shift table.dataTable.display tbody tr:hover {
	background: #fff;
	border-left: 1px solid #ddd;
}

.tbl_shift table.dataTable.display tbody tr.odd>.sorting_1,
.tbl_shift table.dataTable.display tbody tr.odd>.sorting_2,
.tbl_shift table.dataTable.display tbody tr.even>.sorting_2,
.tbl_shift table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
.tbl_shift table.dataTable.order-column.stripe tbody tr.odd>.sorting_2,
.tbl_shift table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	word-break: break-all;
}

.tbl_shift table.dataTable tr td,
.tbl_shift table.dataTable tr th {
	border-right: 1px solid #ddd;
	padding: 2px 3px;
}

.tbl_shift table.dataTable tr td {
	word-break: break-all;
	word-wrap: break-word;
}

.tbl_shift table.dataTable tr:not([data-mode]) td {
	word-break: normal;
	word-wrap: normal;
}

.tbl_shift .dataTables_scroll table.dataTable tr:not([data-mode]) td[colspan='24'] {
	display: table-cell !important;
}

.shift-tabs {
	margin-left: 2px;
}

.shift-tabs ul>li {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}

.shift-tabs ul>li>a {
	color: #5E5E5E;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .15s ease;
	min-width: 90px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.shift-tabs ul>li>a:hover, .shift-tabs ul>li>a:focus, .shift-tabs ul>li.active>a {
	background-color: #039be5;
	color: #fff;
	text-decoration: none;
	border: 1px solid #1b8ae2;
}

.shift-container {
	margin-top: 15px;
}

.tab-function {
	position: relative;
	z-index: 1;
}

.shift-mode-control {
	position: absolute;
	z-index: 10;
}

.shift-mode-control .staff-type {
	padding-left: 10px
}

.shift-mode-control .staff-type label {
	padding-top: 7px;
	width: 70px;
}

.shift-mode-control .staff-type select {
	border-radius: 4px !important;
	width: 115px;
	height: 32px;
	padding: 4px 3px;
}

.shift-mode-control .shift-date-picker-custom {
	width: 150px;
}

.shift-mode-title {
	position: relative;
	z-index: 1;
}

.shift-mode-title span {
	position: absolute;
	font-size: 21px;
	z-index: 1;
	width: 340px;
	left: 43.5%;
}

.shift-mode-title.mode-filter-month span {
	width: 120px;
	left: 57%;
}

.shift-container .tab-content {
	position: relative;
	z-index: 1;
	min-height: 40px;
}

#modalDep .setting-confirm {
	background-color: #f0f0f0;
	border: 1px solid #bccccc;
	padding: 10px 0px 10px 40px;
	border-radius: 10px;
}

#modalDep .shift-deadline>label {
	padding-top: 8px;
	padding-bottom: 7px;
}

#modalDep .shift-deadline>div {
	padding-left: 5px;
	padding-right: 5px;
}

.shift-status-block {
	padding-top: 10px;
	padding-bottom: 10px;
}

.shift-status-block .shift-status {
	color: #fff;
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 4px;
}

.shift-status-block .btn-shift-status {
	position: relative;
	z-index: 1;
	width: 8%;
}

.shift-status-block .btn-shift-status a {
	color: #ddd;
	font-size: 50px;
	line-height: 0;
	position: absolute;
	top: -7px;
	left: 40px;
}

.shift-status-block .btn-shift-status a.block {
	cursor: not-allowed;
}

.shift-status-block .btn-shift-status a.active {
	color: #039be5;
}
.shift-status-block .shift-status.active {
	background-color: #039be5;
}

.shift-status-block .shift-status.disabled {
	visibility: visible;
	background-color: #c0e6f9;
}

.middle-container .datatable-shift .tbl_shift tr td.shift-time-event {
	height: 26px;
}

.datatable-shift .working-time,
.datatable-shift .break-time {
	min-width: 65px !important;
	width: 65px !important;
	max-width: 65px !important;
}

.datatable-shift .department_col {
	min-width: 81px !important;
	width: 81px !important;
	max-width: 81px !important;
}

.datatable-shift .name_col {
	min-width: 103px !important;
	width: 103px !important;
	max-width: 103px !important;
}

.datatable-shift.mode-day-custom .name_col {
	min-width: 120px !important;
	width: 120px !important;
	max-width: 120px !important;
}

.datatable-shift .shift-type {
	min-width: 43px !important;
	width: 43px !important;
	max-width: 43px !important;
}

.datatable-shift .shift-time-event {
	min-width: 95px !important;
	width: 95px !important;
	max-width: 95px !important;
}

.datatable-shift.mode-day-custom .shift-time-event {
	min-width: 0 !important;
	width: 0 !important;
	max-width: 0 !important;
}

.datatable-shift table.dataTable thead th {
	white-space: normal;
}

.datatable-shift .btn-group-function {
	min-width: 75px !important;
	width: 75px !important;
	max-width: 75px !important;
}

.datatable-shift .work-type {
	min-width: 90px !important;
	width: 90px !important;
	max-width: 90px !important;
}

.datatable-shift .work-type > select {
	border: 0;
	box-shadow: 0px 0px 0px 1px #ccc inset;
	padding: 4px 0px 4px 2px;
	width: 93%;
	border-radius: 4px;
}

.datatable-shift .shift {
	min-width: 100px !important;
	width: 100px !important;
	max-width: 100px !important;
}

.datatable-shift .schedule_hour {
	min-width: 37px !important;
	width: 37px !important;
	max-width: 37px !important;
}

.datatable-shift .btn-group-function>div>div {
	width: 23px;
	height: auto;
	display: inline-block;
}

.datatable-shift .btn-group-function>div>div>a {
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}

.datatable-shift .btn-group-function>div>div>span {
	color: #d43b2b;
	padding-left: 5px;
	padding-right: 5px;
}

.datatable-shift .btn-group-function>div>div>span:hover {
	cursor: pointer;
}

#modalDep .field>label.label-custom,
#modal-edit-shift .field>label.label-custom,
.field>label.label-custom {
	/*padding-top: 8px;*/
	width: calc(100% - 170px);
	float: left;
	word-break: break-word;
	word-wrap: break-word;
}

.shift-container>ul.dropdown-menu {
	overflow: auto;
	max-height: 400px;
}

.datatable-shift.mode-day-custom table tbody td {

}

/***** MODE DAY *****/

.work_type_0_f.jq-schedule,
.work_type_0_r.jq-schedule,
.work_type_1_f.jq-schedule,
.work_type_1_r.jq-schedule,
.work_type_2_f.jq-schedule,
.work_type_2_r.jq-schedule,
.work_type_3_f.jq-schedule,
.work_type_3_r.jq-schedule {
	background-color: transparent !important;
	border: none !important;
}

.tbl_shift table.dataTable tr td.schedule_hour {
	padding: 0 !important;
}

.schedule_hour span.jq-schedule .sc_menu,
.schedule_hour span.jq-schedule .sc_menu .sc_header {
	height: 0;
}

#table-schedule .sc_bar {
	z-index: 0;
	margin-top: 5px;
	height: 30px !important;
	top: 0 !important;
}

#table-schedule .sc_bar .ui-resizable-handle.ui-resizable-e {
	right: -4px !important;
}

#table-schedule .sc_bar .ui-resizable-handle.ui-resizable-e,
#table-schedule .sc_bar .ui-resizable-handle.ui-resizable-w {
	right: -5px;
	width: 11px;
}

#table-schedule .sc_bar .text {
	display: none;
}

#table-schedule .sc_bar.ui-draggable-disabled .ui-resizable-handle.ui-resizable-e,
#table-schedule .sc_bar.ui-resizable-disabled .ui-resizable-handle.ui-resizable-w {
	display: none !important;
}

.schedule_hour span.jq-schedule .timeline {
	border-bottom: none;
	min-height: 40px !important;
}

.schedule_hour span.jq-schedule .sc_main_box {
	/*width: 100% !important;*/
	overflow-x: hidden;
} 

.schedule_hour span.jq-schedule .sc_main_box .sc_main_scroll { 
	/*width: 100% !important;*/
	overflow: hidden;
}

.schedule_hour span.jq-schedule .sc_bar .head {
	padding: 0 10px;
	margin-top: 7px;
}

/*.schedule_hour span.jq-schedule:not([class^="work_type_0"]) .sc_bar .head .time {
	display: none;
}*/

.schedule_hour span.jq-schedule .sc_main_scroll .sc_main .tl {
	border-color: #f0f0f0;
	border-collapse: collapse;
}

.schedule_hour span.jq-schedule .sc_main_scroll .sc_main .tl:hover {
	/*	background: transparent;*/
	/*	color: #777;*/
	cursor: pointer;
}

/*.schedule_hour span.jq-schedule .sc_main_scroll .sc_main .tl:hover:after {
	content: "\f067";
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding-top: 10px;
}*/

.day_shift {
	min-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.day_shift .dropdown-custom-mode-day {
	/*position: absolute;*/
	cursor: pointer;
}

.day_shift .dropdown-custom-mode-day>span {
	/*display: block;*/
	padding: 5px 6px 5px 0px;
}

.day_shift .dropdown-custom-mode-day>ul {
	max-height: 180px;
	max-width: 100px;
	left: -180px;
}

.day_shift .btn-tp_view_name {
	/*padding: 5px;*/
	width: 66px;
	margin-left: auto;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
}

table.dataTable.table-schedule.display tbody tr.even>.sorting_1 {
	border-left: 1px solid #ddd;
}
table.dataTable.table-schedule.display tbody tr.even>.sorting_1,
table.dataTable.table-schedule.display tbody tr:hover>.sorting_1 {
	background-color: #fff !important;
	color: #333;
}

.shift-date-picker-custom>.date-picker-icon-only {
	width: auto;
	margin-right: 3px;
	margin-left: 3px;
	position: relative;
	z-index: 1;
}

.shift-date-picker-custom>.date-picker-icon-only>.form-control {
	height: 32px;
	width: 50px;
	border-color: #ddd;
	padding-left: 35px;
	padding-right: 13px;
	border-radius: 4px !important;
	border: 1px solid #ddd !important;
	color: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background-color: transparent;
	box-shadow: 0;
}

.shift-date-picker-custom>.date-picker-icon-only>span.fa {
	position: absolute;
	top: 8px;
	left: 20px;
	font-size: 14px;
	z-index: 0;
}

.shift-date-picker-custom>.date-picker-icon-only~button {
	border-radius: 4px !important;
	float: none;
}

.shift-date-picker-custom>div {
	width: 150px;
	position: relative;
}

.shift-date-picker-custom>div>.form-control {
	height: 32px;
	border-color: #ddd;
	border-left: 0;
	border-right: 0;
	padding-left: 40px;
	border-radius: 0;
}

.shift-date-picker-custom>button {
	float: left;
}

.shift-date-picker-custom>button:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.shift-date-picker-custom>button:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.work_type_0_r.jq-schedule .sc_main .timeline .sc_bar {
	/*border: 1px solid #2e7ac4 !important;*/
	box-shadow: 0px 0px 0px 1px #2e7ac4 inset;
	color: #333 !important;
}

.work_type_0_r.jq-schedule .sc_main .timeline .sc_bar {
	background: #85c3ff !important;
	opacity: 1 !important;
}

.work_type_1_f.jq-schedule .sc_main .timeline .sc_bar,
.work_type_2_f.jq-schedule .sc_main .timeline .sc_bar {
	color: #fff !important;
}

.work_type_1_f.jq-schedule .sc_main .timeline .sc_bar,
.work_type_1_f.jq-schedule .sc_main .timeline .sc_bar .ui-resizable-handle,
.work_type_2_f.jq-schedule .sc_main .timeline .sc_bar,
.work_type_2_f.jq-schedule .sc_main .timeline .sc_bar .ui-resizable-handle {
	background: #de3326 !important;
	opacity: 1 !important;
}

.work_type_1_r.jq-schedule .sc_main .timeline .sc_bar,
.work_type_2_r.jq-schedule .sc_main .timeline .sc_bar {
	/*border: 1px solid #de3326 !important;*/
	box-shadow: 0px 0px 0px 1px #de3326 inset;
	color: #333 !important;
}

.work_type_1_r.jq-schedule .sc_main .timeline .sc_bar,
.work_type_1_r.jq-schedule .sc_main .timeline .sc_bar .ui-resizable-handle,
.work_type_2_r.jq-schedule .sc_main .timeline .sc_bar,
.work_type_2_r.jq-schedule .sc_main .timeline .sc_bar .ui-resizable-handle {
	background: #ff877b !important;
	opacity: 1 !important;
}

.work_type_0_f.checkin_checkout_miss.jq-schedule .sc_main .timeline .sc_bar,
.work_type_0_f.checkin_checkout_miss.jq-schedule .sc_main .timeline .sc_bar .ui-resizable-handle {
	background: #919191 !important;
	opacity: 1 !important;
}

.work_type_0_r.checkin_checkout_miss.jq-schedule .sc_main .timeline .sc_bar {
	/*border: 1px solid #919191 !important;*/
	box-shadow: 0px 0px 0px 1px #919191 inset;
	color: #333 !important;
}

.work_type_0_r.checkin_checkout_miss.jq-schedule .sc_main .timeline .sc_bar,
.work_type_0_r.checkin_checkout_miss.jq-schedule .sc_main .timeline .sc_bar .ui-resizable-handle {
	background: #f4f4f4 !important;
	opacity: 1 !important;
}

td.mode-day.td-bg-3 {
	background-color: #FDFFDC !important;
}

.ui-tooltip.tooltip-timebar {
	z-index: 2;
	padding: 10px 15px;
}

.schedule_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.schedule_wrapper .schedule_main {
	position: relative;
	display: block;
	overflow: hidden;
}

.schedule_wrapper .schedule_timeline .schedule_tl {
	height: 100%;
}

.schedule_wrapper .schedule_timeline .tl {
	/*box-shadow: inset -1px 0 0 0 #eee;*/
	border-right: 1px solid #eee;
	height: 100%;
	float: left;
}

.schedule_wrapper .schedule_timeline .schedule_bar {
	position: absolute;
	color: #fff;
	background: #4f93d6;
	cursor: pointer;
	z-index: 0;
	top: 0 !important;
	height: 32px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle {
	display: block;
	content: ' ';
	position: absolute;
	height: 100%;
	top: 0;
	width: 5px;
	background: #2e7ac4;
}

.schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-e {
	background: #2e7ac4;
	right: 0;
	width: 7px;
}

.schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-w {
	background: #2e7ac4;
	width: 7px;
	left: 0;
}

.schedule_wrapper .schedule_timeline .schedule_bar.ui-resizable-disabled .ui-resizable-e,
.schedule_wrapper .schedule_timeline .schedule_bar.ui-resizable-disabled .ui-resizable-w {
	background: transparent;
	width: 0;
}

td.schedule_hour span[class^="work_type_"],
td.schedule_hour span[class^="work_type_"],
td.schedule_hour span[class^="work_type_"]{
	border: 0;
}

.work_type_0_r .schedule_wrapper .schedule_timeline .schedule_bar {
	box-shadow: 0px 0px 0px 1px #2e7ac4 inset;
	color: #333 !important;
	background: #85c3ff !important;
	opacity: 1 !important;
}

.work_type_1_f .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_2_f .schedule_wrapper .schedule_timeline .schedule_bar {
	color: #fff !important;
}

span[class^="work_type_1"] .schedule_wrapper .schedule_timeline .schedule_bar .schedule_text::after,
span[class^="work_type_2"] .schedule_wrapper .schedule_timeline .schedule_bar .schedule_text::after {
	content: "休日";
}

.work_type_1_f .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_1_f .schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle,
.work_type_2_f .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_2_f .schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle {
	background: #de3326 !important;
	opacity: 1 !important;
}

.work_type_1_r .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_2_r .schedule_wrapper .schedule_timeline .schedule_bar {
	box-shadow: 0px 0px 0px 1px #de3326 inset;
	color: #333 !important;
}

.work_type_1_r .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_1_r .schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle,
.work_type_2_r .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_2_r .schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle {
	background: #ff877b !important;
	opacity: 1 !important;
}

.work_type_0_f.checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_0_f.checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle {
	background: #919191 !important;
	opacity: 1 !important;
}

.work_type_0_r.checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar {
	box-shadow: 0px 0px 0px 1px #919191 inset;
	color: #333 !important;
}

.work_type_0_r.checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar,
.work_type_0_r.checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-handle {
	background: #f4f4f4 !important;
	opacity: 1 !important;
}

span[class^="work_type_0"].checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar,
span[class^="work_type_1"] .schedule_wrapper .schedule_timeline .schedule_bar,
span[class^="work_type_2"] .schedule_wrapper .schedule_timeline .schedule_bar {
	width: 100%;
}

span[class^="work_type_0"].checkin_checkout_miss .schedule_wrapper .schedule_timeline .schedule_bar .schedule_text::after {
	content: "労働時間未設定";
}

/***** END MODE DAY *****/

/***** TIMESHEET DISPLAY SETTING *****/

.no-padding {
	padding: 0 !important;
}

#timesheet_setting {
	/*max-height: 660px;*/
}

#timesheet_setting th,
#timesheet_setting td {
	padding: 7px;
	text-align: center;
	vertical-align: middle;
}

#timesheet_setting .table-left {
	position: absolute;
	background-color: #FFF;
}

#timesheet_setting .table-left div.table-head-1,
#timesheet_setting .table-left div.table-foot-1 {
	width: 190px;
}

#timesheet_setting .table-left div.table-body-1 {
	overflow-y: scroll;
	max-height: 381px;
	margin-top: -1px;
	width: 207px;
}

#timesheet_setting .table-right {
	margin-left: 189px;
	position: relative
}

#timesheet_setting .table-body-1-overflow {
	background-color: #fff;
}

#timesheet_setting .table-right div.table-head-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#timesheet_setting .table-right div.table-body-1-overflow {
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 381px;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}

#timesheet_setting .table-right table.table-body-1 {
	width: 1700px;
	table-layout: fixed;
	max-width: none;
}

#timesheet_setting .table-body-1-overflow table.table-body-1>tbody>tr>td:first-child {
	width: auto;
	min-width: auto;
}

#timesheet_setting .table-right table.table-head-1,
#timesheet_setting .table-right table.table-foot-1 {
	width: 1700px;
	table-layout: fixed;
	max-width: none;
}

#timesheet_setting .table-right div.table-foot-1 {
	width: 100%;
	overflow-x: auto;
	margin-top: -17px;
	position: relative;
	z-index: 0;
}

#timesheet_setting .table-right table.table-foot-1 td {
	border-color: transparent !important;
	visibility: hidden;
}

#timesheet_setting table>thead>tr:not(:first-child)>th {
	padding-top: 0;
	border-top: 0;
}

#timesheet_setting table>thead>tr:first-child>th {
	border-bottom: 0;
}

#timesheet_setting table tr>th>input,
#timesheet_setting table tr>td>input {
	margin-top: 0;
}

#timesheet_setting table tr>td.has-checkbox,
#timesheet_setting table tr>td.has-checkbox {
	line-height: 19px;
}


#timesheet_ck .table-timesheet {
	width: auto !important;
	max-width: 100% !important;
	margin-left: 0;
}

#timesheet_ck .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0;
}

#timesheet_ck .dataTables_scrollBody table>tbody>tr:last-child>td,
#timesheet_ck .DTFC_LeftBodyLiner table>tbody>tr:last-child>td {
	border-bottom: 1px solid #ddd;
}

.summary-overflow {
    float: none !important;
    min-height: auto !important;
    width: 100% !important;
    overflow: auto;
    padding-top: 2px;
    max-height: 100px;
}

.priviledge-overflow {
    
}

/***** END TIMESHEET DISPLAY SETTING *****/

/***** END SHIFT PAGE *****/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	#timesheet_setting .table-left div.table-body-1 {
		margin-top: -1px;
	}

	#timesheet_setting .table-left table > thead > tr:first-child > th:first-child {
		min-width: 156px !important;
		line-height: 63px !important; 
	}

	#timesheet_setting .table-left table > thead > tr:not(:first-child) > th:first-child {

	}

	#timesheet_setting .table-left table > thead > tr:not(:first-child) > th {
		line-height: 21px;
	}

	#timesheet_setting .table-right table th,
	#timesheet_setting .table-right table td {
		width: 68px;
	}
	#timesheet_setting .table-right table.table-foot-1 td {
		width: 1700px;
	}
}

@supports (-ms-ime-align:auto) {
	#timesheet_setting .table-left table > thead > tr:not(:first-child) > th {
		line-height: 21px;
	}

	#timesheet_setting .table-left div.table-body-1 {
		margin-top: -1.7px;
	}

	#timesheet_setting .table-left table > thead > tr:first-child > th:first-child {
		line-height: 63px !important; 
	}
}

@-moz-document url-prefix() {
	#timesheet_setting .table-left table > thead > tr:not(:first-child) > th {
		line-height: 20px;
	}

	#timesheet_setting .table-left table > thead > tr:first-child > th:first-child {
		line-height: 62px !important;
	}

	#timesheet_setting .table-left table > tbody > tr > td:last-child {

	}
}

/***** POPUP EXPORT CUSTOM FIELD *****/

/*#modalExport.modal.fade.in~#modalExportTemplate.modal.fade.in {
    z-index: 1052;
		padding-right: 17px;
}

.modal-backdrop+.modal-backdrop {
	z-index: 1051;
}*/

#modalExportTemplate.modal.fade.in .field>label {
	width: 120px;
}

#modalExportTemplate.modal.fade.in .field>div {
	width: calc(100% - 130px);
}

#modalExportTemplate.modal.fade.in .field>div.w100 {
	width: 100%;
}

/* #modalExportTemplate.modal.fade.in .select-control {
	height: 180px;
} */

#modalExportTemplate.modal.fade.in .listbox {
	height: 180px;
}

.listbox-custom {
	display: flex;
	align-items: center;
}

.w37 {
	width: 37%;
}

.w8 {
	width: 8%;
}

.w17 {
	width: 17%;
}

.btn-selectgroup>button {

}

.btn-selectgroup>button:not(:first-child) {
	margin-top: 10px;
}

.input-selectall[type='checkbox'] {
	margin-top: -3px;
	margin-right: 5px;
	/* display: none!important;
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none; */
}

.listbox {
	list-style: none;
	padding-left: 0;
	width: 100%;
	height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #999;
}

.listbox > li {
	padding: 5px 8px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.listbox > li[data-selected="true"] {
	font-weight: 700;
	background: #d9edf7;
}
/* 
.select-control>option {
	padding: 5px;
}

.select-control>option:hover {
	background: #f0f0f0;
}

.select-control>option:checked {
	background: linear-gradient(0,#d9edf7,#d9edf7);
	font-weight: 700;
}

.select-control>option {
	border-bottom: 1px solid #ccc;
} */

/***** END POPUP EXPORT CUSTOM FIELD *****/


/* MYPAGE */
.chart-block {
	width: 100%;
	height: auto;
	max-width: 100%;
}
/* END MYPAGE */

@media not all and (min-resolution:.001dpcm) { 
	#timesheet_setting .table-left div.table-body-1 { 
		width: 190px;
		overflow: hidden;
	}

	#timesheet_setting .table-right div.table-body-1-overflow {
		overflow-x: auto;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	#timesheet_setting .table-left div.table-body-1 { 
		width: 190px;
		overflow: hidden;
	}

	#timesheet_setting .table-right div.table-body-1-overflow {
		/*overflow-x: auto;*/
	}
}

@media only screen and (min-width: 1025px) {
	#wrapper {
		padding-left: 170px;
	}

	.login-block .login-body {
		/* width: 25%;
		margin-left: 10%; */
		width: 400px;
	}

	.login-block .login-body {
		/* margin-left: 10%; */
	}

	.vws-mypage-header .header-logo {
		width: 130px;
	}

	.no-padding-left-desktop {
		padding-left: 0;
	}

	.left-navbar-toggle-button {
		display: none;
	}

	main {
		min-height: auto !important;
		padding: 0 !important;
	}

	.container-fluid {
		/*        width: calc(100% - 30px);
				margin-right: 15px;
				margin-left: 15px;*/
	}

	/*.noti-free-plan {
		width: 62vw;
	}*/

	.main-content .left-column {
		width: 20%;
	}

	.main-content .right-column {
		width: 80%;
	}

	.user-avatar img {
		width: 100px;
		height: 100px;
	}

	.block-weather .block-hour {
		white-space: nowrap;
	}

	.user-info .table tr:not(.company-name)>td:first-child {
		width: 110px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.today-schedule-fix-height {
		min-height: 90px;
	}

	.vws-mypage-footer.custom {
		height: 66px;
	}

	.datetimepicker-custom .bootstrap-datetimepicker-widget table td,
	.datetimepicker-custom .bootstrap-datetimepicker-widget table th {
		padding: 4px;
	}

	.bootstrap-datetimepicker-widget table td,
	.bootstrap-datetimepicker-widget table th {
		font-size: 12px;
	}

	.btn-controls .btn {
		width: 130px;
	}


	.field.field-custom-width>label {
		width: 165px;
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}

	.field.field-custom-width>div {
		width: calc(100% - 180px);
	}

	.field.field-custom-width-2>label {
		width: 190px;
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}

	.field.field-custom-width-2>div {
		width: calc(100% - 200px);
	}

	.groups_input.calcular_time .field>.field_time {
		width: calc(48% - 140px);
	}

	.g-row.g-row-custom-width .field > label {
		width: 165px;
		min-height: 35px;
	}

	.g-row.g-row-custom-width .field > div {
		width: calc(100% - 175px);
	}

	.table-vacation-overflow .table-body-1 {
		max-height: 356px;
		margin-top: -1px;
	}

	.table-vacation-overflow .table-header-1 {
		width: calc(100% - 17px);
	}

	.table-vacation-overflow .table-footer-1 {
		width: calc(100% - 17px);
		margin-top: -1px;
	}

	.table-vacation-overflow .table-header-1>table>tbody>tr>th:last-child,
	.table-vacation-overflow .table-footer-1>table>tbody>tr>td:last-child {
		min-width: 27px;
	}

	#modalEditTimeSheet .field div.input-datetime {
    width: calc(100% - 400px) !important;
	}

	#modalEditTimeSheet .field div.textarea-custom {
		width: calc(100% - 130px) !important;
	}

	.vacation-setting-table-header {
		width: calc(100% - 17px);
	}

	.vacation-setting-table-body {
		overflow-y: scroll;
		overflow-x: hidden;
		width: 100%;
		max-height: 670px;
		margin-top: -1px;
	}

	.vacation-setting-table-footer {
		width: calc(100% - 17px);
		margin-top: -1px;
	}

	.table-vacation-overflow .table-body-1::-webkit-scrollbar,
	.vacation-setting-table-body::-webkit-scrollbar {
		width: 17px;
	}

	.table-vacation-overflow .table-body-1::-webkit-scrollbar-track,
	.vacation-setting-table-body::-webkit-scrollbar-track {
		background-color: #f1f1f1;
	}

	.table-vacation-overflow .table-body-1::-webkit-scrollbar-thumb,
	.vacation-setting-table-body::-webkit-scrollbar-thumb {
		background-color: #a1a1a1;
		/* Add :hover, :active as needed */
	}

	.vacation-setting-table-body::-webkit-scrollbar-thumb:vertical {
		/*min-height: 1.5rem;*/
	}
	.table-vacation-overflow .table-body-1::-webkit-scrollbar-thumb:horizontal,
	.vacation-setting-table-body::-webkit-scrollbar-thumb:horizontal {
		min-width: 17px;
	}
        .block-questionnaire>.ng-hide+.text-maintenance {
          display: flex;
          justify-content: flex-end;
          width: 100%;
        }
        
        .upload-file {
          width: 580px;
          padding-left: 0;
        }
        
        .partial-form {
          width: calc(100% - 580px);
          margin-top: 40px;
          padding-right: 0;
        }
}

@media only screen and (min-width: 1281px) {

	/*.noti-free-plan {
		width: 68vw;
	}*/

	.main-content .left-column {
		width: 20%;
	}

	.main-content .right-column {
		width: 80%;
	}

	.user-info {
		width: calc(100% - 90px);
	}

	.btn-controls .btn {
		width: 160px;
	}

	.block-questionnaire {
		width: calc(100% - 540px);
	}

}

@media only screen and (min-width: 1400px) {

	/*.noti-free-plan {
		width: 71vw;
	}*/

	.calendar .month-container {
		width: 25%;
	}

	.today-schedule-fix-height {
		min-height: 72px;
	}

	.user-info {
		width: calc(100% - 160px);
		margin-left: 20px;
	}

	.user-info .table tr:not(.company-name)>td:first-child {
		width: 130px;
	}

	.user-avatar {
		width: 130px;
		height: 130px;
	}

	.user-avatar img {
		width: 130px;
		height: 130px;
	}

	.bootstrap-datetimepicker-widget table td,
	.bootstrap-datetimepicker-widget table th {
		font-size: 13px;
	}

	.groups_input.calcular_time .field>.field_time {
		width: calc(48% - 170px);
	}
}

@media only screen and (min-width: 1600px) {
	.is-login.has-bg {
		background-image: url("../../img/background.jpg");
	}

	/*.noti-free-plan {
		width: 76vw;
	}*/

	.main-content .left-column {
		width: 15%;
	}

	.main-content .right-column {
		width: 85%;
	}

	.user-info {
		width: calc(100% - 250px);
		margin-left: 40px;
	}

	.user-info .table tr:not(.company-name)>td:first-child {
		width: 160px;
	}

	.user-avatar {
		width: 140px;
		height: 140px;
	}

	.user-avatar img {
		width: 140px;
		height: 140px;
	}

	.user-profile {
		justify-content: center;
	}

	.groups_input.calcular_time .field>.field_time {
		width: calc(48% - 240px);
	}

	.block-questionnaire {
		width: calc(100% - 660px);
	}
}

@media only screen and (max-width: 1280px) {
	.mw50-max1280 {
		min-width: 50px;
	}

	.field.field-custom-width>div.field-checkbox-radio .checkbox-inline,
	.field.field-custom-width>div.field-checkbox-radio .radio-inline,
	.field.field-custom-width>div.field-checkbox-radio  {
		margin-right: 4px !important;
	}


	.table-overflow-custom-2>#tbl-data {
		/*width: 1280px;*/
	}

	.datatable-shift.mode-day-custom {

	}

	.datatable-shift.mode-day-custom .tbl_shift table.dataTable tr td,
	.datatable-shift.mode-day-custom .tbl_shift table.dataTable tr th {
		border-right: 1px solid #ddd;
		padding: 2px;
	}

	.datatable-shift.mode-day-custom .shift-type {
		min-width: 31px;
		width: 31px;
		max-width: 31px;
	}

	.datatable-shift.mode-day-custom .working-time {
		min-width: 55px !important;
		width: 55px !important;
		max-width: 55px !important;
	}

	.datatable-shift.mode-day-custom .break-time {
		min-width: 45px !important;
		width: 45px !important;
		max-width: 45px !important;
	}

	.datatable-shift.mode-day-custom .btn-group-function {
		min-width: 69px !important;
    width: 69px !important;
    max-width: 69px !important;
	}

	.datatable-shift.mode-day-custom .work-type {
		min-width: 83px !important;
		width: 83px !important;
		max-width: 83px !important;
	}

	.datatable-shift.mode-day-custom .work-type > select {
    padding: 4px 0px;
    width: 92%;
    letter-spacing: -0.1px;
		text-indent: -1px;
	}

	.datatable-shift.mode-day-custom .shift {
		min-width: 85px !important;
    width: 85px !important;
    max-width: 85px !important;
	}

	.datatable-shift.mode-day-custom .shift .dropdown-custom-mode-day>span {
		padding: 5px 4px 5px 0px;
	}

	.datatable-shift.mode-day-custom .schedule_hour {
		min-width: 15px !important;
    width: 15px !important;
    max-width: 15px !important;
	}

	.shift-mode-title.mode-filter-day span {
		left: 55%;
		width: 200px;
	}

	.text-maintenance {
		margin-left: 3px;
	}
}

@media only screen and (max-width: 1024px) {
	.no-wrap-mb {
		white-space: nowrap;
	}

	#sidebar-wrapper {
		overflow-y: auto !important;
	}

	#wrapper:not(.toggled) {
		overflow-x: hidden;
	}

	#wrapper.toggled #sidebar-wrapper,
	#wrapper.toggled .page-container,
	#wrapper.toggled .footer {
		left: 0;
	}

	#wrapper .page-container,
	#wrapper .footer{
		left: 170px;
		transition: all .15s ease;
	}

	.table.table-padding-custom>tbody>tr>td,
	.table.table-padding-custom>tbody>tr>th,
	.table.table-padding-custom>tfoot>tr>td,
	.table.table-padding-custom>tfoot>tr>th,
	.table.table-padding-custom>thead>tr>td,
	.table.table-padding-custom>thead>tr>th {
		padding: 8px 4px;
	}

	main {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.header-flex {
		flex-wrap: wrap;
	}

	.block-datetime {
		margin-top: 20px;
		margin-bottom: 5px;
		display: flex;
		justify-content: space-evenly;
		align-items: flex-end;
	}

	.w100-m-important {
		width: 100% !important;
	}

	.datetimepicker-custom {
		margin-bottom: 0;
	}

	#timesheet_ck .table-timesheet tbody tr td {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.month-timesheet {
		width: 150px;
	}

	.select-user-custom {
		width: 202px;
	}

	.footer {
		height: 40px !important;
		color: #fff !important;
	}

	.footer>div {
		line-height: 40px !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	.modal-dialog {
		width: 750px !important;
		min-width: 750px !important;
		/* margin: 30px auto; */
	}

	.table-custom-scroll-mobile {
		overflow: auto;
	}


	.table-custom .tbl-data-image {
		/*width: 60px !important;*/
	}

	.table-custom .tbl-data-leave-job {
		width: 90px !important;
	}

	.table-custom .tbl-data-action {
		width: 55px !important;
	}

	.shift-form .field,
	.shift-form .field>label {
		float: left;
	}

	.field.field-custom-width {

	}

	.field.field-custom-width>div.field-checkbox-radio {
		padding-left: 0;
	}

	.field.field-custom-width>div.field-checkbox-radio .radio-inline,
	.field.field-custom-width>div.field-checkbox-radio .checkbox-inline {

	}

	.table-vacation-overflow .table-body-1 {
		overflow-x: auto;
	}

	.table-vacation-overflow .table-header-1 {
		width: 100%;
		overflow: hidden;
	}

	.table-vacation-overflow .table-footer-1 {
		width: 100%;
		overflow: hidden;
	}

	.table-vacation-overflow .table-header-1>table>tbody>tr>th:last-child,
	.table-vacation-overflow .table-footer-1>table>tbody>tr>td:last-child {
		min-width: 28px;
	}

	.middle-container {
		width: calc(100% - 472px);
		padding-right: 10px;
	}


	#treeview-container.toggled+.middle-container {
		width: 100%;
	}

	.right-container {
		width: 222px;
	}

	#treeview-container.toggled+.middle-container {
		width: calc(100% - 227px);
	}

	#modalEditTimeSheet .field>label,
	#modalUpdateAll .field>label,
	#modalExport .field>label {
		float: left;
		width: 165px !important;
	}

	#modalEditTimeSheet .field div.input-datetime {
		width: calc(100% - 452px) !important;
		float: left;
	}

	#modalEditTimeSheet .field div.textarea-custom {
		width: calc(100% - 177px)!important;
	}

	/*	.right-container {
			display: none;
		}*/

	.target_org_update_all {
		padding-left: 0 !important;
	}

	.admin-container .middle-container #tab2 .daterange-single {
		max-width: 325px;
		width: 325px;
	}

	.table-header>.fc-right {
		margin-top: 10px;
	}

	.admin-container .middle-container .daterange-single a.btn {
		min-height: 35px;
		line-height: 35px;
		border-radius: 0 4px 4px 0 !important;
	}
        
        .menu-question .title {
          font-size: 18px;
        }
        
        .menu-question .subtitle {
          font-size: 14px;
        }
        
        .form-admin>section .field.w55,
        .form-admin>section .field.w45 {
          width: 100%;
        }
}

/***** iPad *****/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.td-width-70px-mb {
		width: 70px;
	}

	.td-width-80px-mb {
		width: 80px;
	}

	.td-width-110px-mb {
		width: 110px;
	}

	.td-width-130px-mb {
		width: 130px;
	}

	.w50-mb-important {
		width: 50% !important;
		float: left !important;
	}

	#wrapper:not(.vws-mypage) {
		padding-top: 80px;
	}

	.vws-mypage-header {
		padding: 0 20px;
	}

	.vws-mypage-header .header-logo {
		/* margin-left: 50px; */
		margin-left: 40px;
	}

	.header-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.col-md-9.right-column {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.overflow-3, .overflow-3 .table {
		height: 214px;
	}

	.margin-top-20px-mobile {
		margin-top: 20px;
	}

	.login-header {
		/* padding-bottom: 0; */
	}

	.login-block .login-body {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		/* padding-top: 30%; */
	}

	.user-avatar img {
		width: 100px;
		height: 100px;
	}

	.block-datetime {
		margin-top: 5px;
	}

	.block-datetime .block-date {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.block-weather .table {
		margin-bottom: 5px;
	}

	.block-datetime .block-time .block-time-detail {
		font-size: 38px;
	}

	.block-datetime .block-time .block-time-format {
		font-size: 22px;
	}

	.field.field-custom-width {

	}

	.field.field-custom-width>div.field-checkbox-radio>div>label:first-child,
	.field.field-custom-width>div.field-checkbox-radio>div.field-checkbox-radio>div>label:first-child,
	.field.field-custom-width>div.field-checkbox-radio>label:first-child,
	.field.field-custom-width>label,
	.field.field-custom-width.privilege-custom>label {
		width: 180px !important;
		margin-right: 4px;
	}

	.no-label-mobile {
		display: none;
	}
	.shift-mode-title {
		width: 100%;
	}

	.datatable-shift.mode-day-custom .work-type > select {
		width: 80%;
	}

	.schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-w,
	.schedule_wrapper .schedule_timeline .schedule_bar .ui-resizable-e {
		width: 12px;
	}

	.tbl_shift .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody>table.table-schedule {
		width: 1046px !important;
	}

	.shift-container .mode-switch {
		margin-left: 8px;
	}

	.shift-container .checkbox-inline,
	.shift-container .radio-inline {
		margin-right: 5px !important;
		padding-left: 22px;
	}

	.shift-container .shift-manual {
		margin-left: 5px !important;
	}

	.admin-container .middle-container .daterange-single {
		max-width: 120px;
	}

	.admin-container .middle-container .daterange-single input.form-control {
		padding-left: 5px;
    padding-right: 0;
	}

	.admin-container .middle-container .staff-type {
		padding-left: 5px;
	}

	#timesheet_setting .table-left div.table-body-1 {
		width: 190px;
	}

	#timesheet_setting .table-right div.table-body-1-overflow {
		overflow-x: auto;
	}

	#timesheet_setting .table-right div.table-foot-1 {
		display: none;
	}

	#timesheet_setting .table-right table.table-head-1 th,
	#timesheet_setting .table-right table.table-body-1 td {
		width: 68px !important;
	}

	#timesheet_setting .table-left table>thead>tr:first-child>th:first-child {
		/*max-width: 136px !important;*/
		/*min-width: 136px !important;*/
	}

	.legal-hours {

	}

	.menu-question div img, .btn-questionnaire img {
		height: auto !important;
	}
	
	.block-questionnaire {
		width: calc(100% - 390px);
		left: 140px;
		justify-content: flex-start;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.left-column .margin-top-20px {
		margin-top: 0;
	}

	.no-padding-left-portrait {
		padding-left: 0 !important;
	}

	.overflow-1 {
		max-height: 106px;
	}

	.is-login.has-bg {
		background-image: url("../../img/background-768x1024.jpg");
	}

	.header-flex {
		flex-wrap: wrap;
	}

	.block-datetime {
		margin-top: 20px;
		margin-bottom: 5px;
		display: flex;
		justify-content: space-evenly;
		align-items: flex-end;
	}

	.block-datetime .block-date {
		margin-bottom: 0px;
		font-size: 27px;
		line-height: 1.44;
	}

	.block-weather  .table {
		margin-bottom: 20px;
	}

	.mypage-container .main-content .left-column {
		margin-bottom: 15px;
	}

	.overflow-3, .overflow-3 .table {
		height: 202px;
	}

	.overflow-4 {
		max-height: 188px;
	}

	.col-md-9.right-column {
		margin-top: 0;
	}

	.display-none-mobile-vertical,
	.display-none-mobile {
		display: none;
	}

	.user-target-org {
		width: 100%;
	}

	.user-concurrent {
		width: 100%;
	}

	.user-concurrent>label {
		text-align: left !important;
		width: 100%;
	}

	.user-concurrent>div>section {
		text-align: left !important;
		width: 100%;
	}

	.text-left-mobile {
		text-align: left !important;
	}

	.vacation-setting-table td input {
		min-width: 35px;
		width: 35px;
	}

	.special-text-custom {
		width: 100% !important;
	}

	.special-text-custom>.msg-remain-day {
		width: 55%;
	}

	.shift-container #treeview-container.toggled+.middle-container #middle-column .tab-function {
		margin-top: 35px;
	}

	.shift-container #treeview-container.toggled+.middle-container #middle-column .shift-mode-title>span {
		top: -40px;
		left: auto;
		width: 100%;
    text-align: center;
	}

	.shift-container #treeview-container:not(.toggled)+.middle-container #middle-column .tab-function {
		margin-top: 35px;
	}

	.shift-container #treeview-container:not(.toggled)+.middle-container #middle-column .shift-mode-title>span {
		top: -40px;
		left: auto;
		width: 100%;
    text-align: center;
	}

	#modalEditTimeSheet .modal-body {
		max-height: 850px;
		overflow-y: auto;
	}

	#modalEditTimeSheet .field>div,
	#modalExport .field>div,
	#modalUpdateAll .field>div {
		float: left;
		width: calc(100% - 165px) !important;
	}

	#treeview-container:not(.toggled) ~ .middle-container #tab2 .g-table.g-table-admin-page {
		padding-top: 45px;
	}

	#treeview-container:not(.toggled) ~ .middle-container #tab2>div.clearfix {
		width: 75%;
	}

	#treeview-container:not(.toggled) ~ .middle-container #tab2>div.clearfix .staff-type {
		padding-top: 10px;
	}

	.treeview-container:not(.toggled)~.middle-container .btn-print-preview {
		clear: both;
	}

	.modal-body .table-modalListForm {
		max-height: 770px!important;
	}
	
	.admin-container .middle-container .daterange-single a.btn {
		min-height: 35px;
		line-height: 35px;
		border-radius: 0 4px 4px 0 !important;
	}
        
        
        .block-questionnaire {
/*          position: relative;
          width: auto;
          float: left;
          margin-left: 15px;*/
          margin-right: 0;
        }   
        
        .menu-question {
/*            justify-content: flex-start;
            margin-right: 0;*/
			margin-top: -10px;
        }
        
        .block-questionnaire>.menu-question>div:first-child {
          /*display: flex;*/
          /*flex-direction: column;*/
          /*line-height: 1;*/
          /*align-items: center;*/
          /*justify-content: center;*/
        }

		.text-maintenance span {
			font-size: 8.5px;
		}

		.menu-question div img {
			width: 100px;
		}
	
		.btn-questionnaire img {
			/*width: 55px;*/
		}
                
        .upload-file,
        .partial-form {
          padding-left: 0;
          padding-right: 0;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.is-login.has-bg {
		background-image: url("../../img/background-1024x768.jpg");
	}

	.login-block .login-body {
		/* padding-top: 15%; */
		width: 45%;
		/* margin-left: 70px; */
	}

	.right-column,
	.col-md-6.margin-top-20px-mobile{
		margin-top: 0 !important;
	}

	.no-padding-left-landscape {
		padding-left: 0 !important;
	}

	.mypage-container .main-content .left-column>div>div:first-child {
		margin-bottom: 15px;
	}

	.overflow-4 {
		max-height: 313px;
	}

	.vacation-setting-table td input {
		min-width: 32px;
		width: 32px;
		padding: 0 !important;
		margin-right: 4px !important;
	}

	.field.field-custom-width>div.field-checkbox-radio {
		width: 100%;
	}

	.field.field-custom-width.privilege-custom>div.field-checkbox-radio {
		width: 20px;
	}

	.field.field-custom-width.privilege-custom>label {
		margin-right: 8px;
	}

	.field.field-custom-width.privilege-custom>div.field-checkbox-radio .checkbox-inline .check {
		top: -4px;
	}

	.shift-container #treeview-container:not(.toggled)+.middle-container #middle-column .tab-function {
		margin-top: 35px;
	}

	.shift-container #treeview-container:not(.toggled)+.middle-container #middle-column .shift-mode-title>span {
		top: -40px;
		left: auto;
		width: 100%;
    text-align: center;
	}

	#modalEditTimeSheet .modal-body {
		max-height: 585px;
		overflow-y: auto;
	}

	#modalEditTimeSheet .field>div,
	#modalExport .field>div,
	#modalUpdateAll .field>div {
		float: left;
		width: calc(100% - 175px) !important;
	}

	.modal-body .table-modalListForm {
		max-height: 561px!important;
	}

	.table-header>.fc-right {
		margin-top: 0;
	}
	
	.admin-container .middle-container .daterange-single a.btn {
		min-height: 35px;
		line-height: 35px;
		border-radius: 0 4px 4px 0 !important;
	}

	.text-maintenance span {
		font-size: 13px;
	}

	.menu-question div img {
		width: 150px;
	}

	.btn-questionnaire img {
		/*width: 80px;*/
	}
        
        .upload-file {
          width: 580px;
          padding-left: 0;
        }
        
        .partial-form {
          width: calc(100% - 580px);
          margin-top: 40px;
          padding-right: 0;
        }
}

@media only screen and (max-width: 1180px) and (orientation: landscape) {
	.block-questionnaire {
		width: calc(100% - 390px);
		left: 140px;
		justify-content: flex-start;
	}
}

/***** END iPad*****/

@media only screen and (max-width: 991px) {
	#modalEditTimeSheet .field div.textarea-custom {
		width: calc(100% - 166px)!important;
	}
}

@media only screen and (max-width: 812px) {
	.vws-mypage-footer {
		justify-content: center;
	}

	.vws-mypage-footer>p:first-child {
		padding-right: 0;
	}

	.chart-block {
		height: 360px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.chart-block {
		width: 350px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.vws-mypage-header {
		height: 47px;
		padding: 0 15px;
	}

	.vws-mypage-header .header-logo img {
		width: 55px;
		height: auto;
	}

	.login-body .login-form>.login-btn button {
		margin-top: 20px;
	}

	.vws-mypage-footer {
		/* display: block; */
	}

	.login-block .login-body {
		padding: 0 15px;
		width: 92%;
	}

	.login-logo {
		width: 150px;
	} 

	.login-header {
		padding-bottom: 0;
		/* font-size: 24px; */
		font-size: 20px;
	}

	.login-form-group {
		padding-top: 15px;
	}

	.login-form-group .login-label {
		font-size: 16px;
	}

	.login-input label {
		height: 40px;
		width: 40px; 
	}

	.login-form-group .login-input>input {
		font-size: 16px;
		height: 40px;
	}

	.login-body .login-form>.login-remember label .text {
		font-size: 14px;
	}

	.login-block {
		/* margin-bottom: 60px; */
	}

	.login-body .login-form>.login-forget a {
		font-size: 14px;
	}

	.vws-mypage-footer {
		/* position: relative;
		padding-left: 15px; */
	}

	.vws-mypage-footer>p:first-child {
		padding-bottom: 5px;
	}

	.no-padding-on-mobile {
		padding: 0;
	}

	.no-margin-on-mobile {
		margin: 0;
	}

	#sidebar-wrapper {
		top: 47px;
	}

	.page-container {
		padding-top: 47px;
	}

	.user-avatar {
		display: flex;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.header-flex {
		flex-direction: column;
	}

	.user-profile {
		flex-direction: column;
		padding: 0;
		margin-bottom: 15px;
	}

	.user-info {
		width: 100%;
		margin: auto;
	}

	.block-weather {
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.btn-controls:last-child {
		margin-bottom: 15px;
	}

	.block-datetime .block-time {
		margin-top: 10px;
	}

	.vws-mypage-header .header-navbar>li>a {
		padding: 15px 20px;
	}

	.table-responsive {
		overflow: auto;
	}

	.weather-detail {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.is-login {
		height: auto;
	}

	.login-block .login-body {
		margin-top: 30px;
	}
}
.csnotallowed{
	cursor: not-allowed;
}

.shift-not-allowed, .shift-not-allowed:hover {
	cursor: not-allowed;
	background-color: #ddd;
}

@media not all and (min-resolution:.001dpcm) {
	#modalEditTimeSheet .field div.input-datetime {
    width: calc(100% - 450px) !important;
	}

	.tbl_shift .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner .DTFC_Cloned thead tr,
	.tbl_shift .dataTables_scroll .dataTables_scrollBody table > thead > tr {
		display: none;
	}
}

@media screen and (device-aspect-ratio: 16/10) {
	#modalEditTimeSheet .field div.input-datetime {
    width: calc(100% - 403px) !important;
	}

	.shift-mode-title span {
		left: 45%;
	}

	.datatable-shift.mode-day-custom .work-type > select {
    letter-spacing: 0;
		text-indent: 0;
	}
}

.privilege-disp tr td{
	text-align: center;
	vertical-align: middle;
}

#timesheet_ck .table-timesheet tbody tr td.non-display {
	display: none;
}


#tbl-forms tr td.text-left {
	text-align: left;
}

.section-title-pittouch {
	text-transform: uppercase;
	/* border-left: 5px solid #3897F0; */
	border-left: 5px solid var(--main-bg-color);
	font-size: 12px;
	padding-left: 5px;
	padding-top: 1px;
	font-weight: bold;
	margin: 10px 0px;
	width: 90%;
}

/* timesheet - breaktime */
/* .tb-break_deltail {
	max-height: 212px;
	overflow-y: auto;
} */

.breaktime-field .field>div {
	width: 42%!important;
}

.breaktime-field .field>label {
	width: 12%!important;
}

.mr-10 {
	margin-right: 10px;
}

/* fixed header */
.header-custom {
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}

.body-custom {
	overflow: auto;
	display: block;
	width: 100%;
}

.header-custom+.body-custom>table {
	margin-top: -1px;
}

.header-custom table, .body-custom table {
	table-layout: fixed;
	margin-bottom: 0;
}

.header-custom::-webkit-scrollbar {
	background: transparent; 
}

#break_deltail {
	max-height: 215px;
}

.table-approve-routes td:first-child,
.table-approve-routes td:last-child {
	width: auto;
}

/* end fixed header */

@media screen and (max-width: 991px) {
	.breaktime-field  .field {
		float:  left;
		padding: 5px 0;
	}

	.breaktime-field  .field>label {
		width: 100%;
		float:  left;
		margin-right: 0;
		margin-bottom: 0;
	}
	.breaktime-field  .field>div {
		width: 100%;
		float:  left;
		min-height: 34px;
	}
}

/* POPUP CHECKIN/CHECKOUT */

#checkout_success, #checkin_success {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#checkout_success .modal-dialog, #checkin_success .modal-dialog {
	width: 700px !important;
	min-width: 700px !important;
	margin: 0;
}

#checkout_success .modal-dialog .modal-content, #checkin_success .modal-dialog .modal-content {
	min-height: 700px;
}

#checkout_success .modal-dialog .modal-content .modal-body, #checkin_success .modal-dialog .modal-content .modal-body {
	padding: 0;
}

#checkout_success .modal-dialog .modal-content .modal-title, #checkin_success .modal-dialog .modal-content .modal-title {
	font-size: 25px;
}

#checkout_success .label-controls, #checkin_success .label-controls {
	display: block;
	margin: 20px 30px 30px 30px;
}

#checkout_success .label-controls>div, #checkin_success .label-controls>div {
	display: flex;
	align-items: center;
}

#checkout_success .label-controls [class^=label-check], #checkin_success .label-controls [class^=label-check] {
	font-size: 26px;
	padding: 8px 16px;
	border-radius: 8px;
	min-width: 138px;
	text-align: center;
}

#checkout_success .label-controls .label-check-in, #checkin_success .label-controls .label-check-in {
	/* background: #039be5; */
	background: #0db6b1;
	color: #fff;
}

#checkout_success .label-controls .label-check-out, #checkin_success .label-controls .label-check-out {
	/* background: #de3326; */
	background: #e76836;
	color: #fff;
}

#checkout_success .label-controls [class^=label-check]+span, #checkin_success .label-controls [class^=label-check]+span  {
	margin-left: 15px;
	font-size: 32px;
	line-height: 50px;
}

#checkin_success .text-red, #checkout_success .text-red {
	color: #ff0000
}

.breaktime-date {
	font-size: 46px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	/* color: #005EA0; */
	color: var(--main-bg-color);
}

.breaktime-wrapper {

}

.breaktime-header {

}

.breaktime-title {
	padding: 10px 35px;
	/* background: #005EA0; */
	background: var(--main-bg-color);
	color: #fff;
	font-size: 20px;
}

.breaktime-overflow {
	max-height: 225px;
	overflow: auto;
	margin-bottom: 15px;
}

.breaktime-attribute {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 24px;
}

.breaktime-attribute>div>div {
	font-weight: 700;
	width: 100px;
	text-align: center;
}

.breaktime-attribute .col-1 {
	margin-left: 75px;
}

.breaktime-attribute .col-1>div:last-child {
	margin-left: 55px;
}

.breaktime-attribute .col-2 {
	margin-right: 45px;
}

.breaktime-attribute .col-2>div:first-child {
	margin-right: 45px;
}

.breaktime-list {
	/* VERTICAL */
	padding: 0 20px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 225px;
	/*max-height: 280px;*/
	overflow: hidden;

	/* HORIZONTAL  */
	/*padding: 0px 30px 0px 30px;*/
	/*display: grid;*/
	/*grid-template-columns: 319px 319px;*/
	/*overflow: hidden;*/
	/*grid-column-gap: 10px;*/
}

.breaktime-item {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 45px;
}

.breaktime-no {
	font-size: 22px;
	width: 35px;
	text-align: center;
}

.breaktime-start {
	font-size: 22px;
	width: 125px;
	text-align: center;
}

.breaktime-divide {
	font-size: 24px;
	width: 24px;
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
}

.breaktime-end,
.breaktime-end>span {
	font-size: 22px;
	width: 125px;
	text-align: center;
	display: block;
}

.breaktime-total {
	padding-right: 35px;
	font-size: 30px;
	padding-top: 0;
}

#modal_break table td {
    text-align: center;
}

/* END POPUP CHECKIN/CHECKOUT */

/* IPAD NOTE */
.note-ipad label {
	font-size: 24px;
	white-space: nowrap;
	margin-left: -55px;
}

.note-ipad .col-md-12 {
	display: flex;
	width: calc(100% - 18px);
}

.note-ipad textarea {
	cursor: default !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	/* cursor: pointer !important; */
	/* border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0; */
}

/* .note-ipad textarea:disabled {
    background: #a2a2a2 !important;
    color: #eee !important;
    visibility: visible;
    opacity: 0.4!important;
} */

#edit_note .close {
	margin-top: 8px;
}

#edit_note .modal-title {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 10px 0;
}

#ckhistory-note {
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	min-height: 100px;
	resize: none;
}

#edit_note .btn {
	border-radius: 0;
}

#edit_note .btn+.btn {
	margin-left: 30px;
}

#edit_note .btn-cancel {
	background: #ac2424!important;
	color: #fff!important;
	border: 1px solid #ac2424!important;
}

/* 
.note-ipad textarea::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.note-ipad textarea::-webkit-scrollbar-thumb {
  background: #888; 
}

.note-ipad textarea::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

#edit_note .modal-dialog {
	margin: 80px auto;
}


@media screen and (max-width: 991px) {
	.ot-form-msg {
		width: 100%;
	}
}

.disabled-radio {
	cursor: not-allowed !important;
}
.disabled-radio input[type="radio"] ~ .check {
	border-color: #bbb !important;
}

.modal-custom-warning .modal-header {
	background: #d9534f;
}

.modal-header {
	background: var(--main-bg-color) !important;
}

.dropdown-round-setting {
	max-height: 180px;
	max-width: 200px;
	min-width: 50px;
	width: 200px;
	overflow-x: hidden
}

.dropdown .toggle-round-setting:disabled {
	cursor: not-allowed;
}
/* AUTO REST SETTING */
.rest-pattern-value .f-l {
	float: left !important
}

.rest-pattern-value .add, .rest-pattern-value .del {
	width: 130px !important;
	margin-right: 10px
}

.rest-pattern-value .add div, .rest-pattern-value .del div {
	width: 30px;
	float: right;
	margin-top: 6px;
	margin-right: 10px
}

.rest-pattern-value .time-value {
	width: calc(100% - 140px) !important
}

.rest-pattern-value .base-time {
	width: 320px;
}

.rest-pattern-value .grant-time {
	width: calc(100% - 320px);
}

.rest-pattern-value .base-time input, .rest-pattern-value .grant-time input {
	width: 80px;
}

.rest-pattern-value .base-time .empty-value, .rest-pattern-value .grant-time .empty-value {
	border: 1px solid #ff0000
}

.rest-pattern-value .base-time .txt, .rest-pattern-value .grant-time .txt {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	width: calc(100% - 90px)
}

.checkbox-inline-rest .check.disable {
	background: #ddd
}

.rest-pattern-value-timesheet .add, .rest-pattern-value-timesheet .del {
	width: 118px !important;
}

.rest-pattern-value-timesheet .time-value {
	width: calc(100% - 130px) !important;
}

.rest-pattern-value-timesheet .base-time {
	width: 280px !important;
}

.rest-pattern-value-timesheet .grant-time {
	width: calc(100% - 280px) !important;
}

.dropdown .toggle-rest-setting:disabled {
	cursor: not-allowed;
}

.dropdown .dropdown-rest-setting {
	max-height: 180px;
	max-width: 200px;
	min-width: 50px;
	width: 200px;
	overflow-x: hidden
}

/* END AUTO REST SETTING */

#modalListEdit .item_miss {
	background: #ffc5c5 !important;
}

/* ADD VIDEO TO HELP */

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-container .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-container {
	width: 100%;
	position: relative;
}

.image-container img {
	width: 100%;
	height: auto;
}

#help-container .modal-dialog {
	width: 70%;
}

#help-container .help-item {
  margin-top: 10px;
  padding-bottom: 5px;
}

#help-container .help-item:not(.last-item) {
  border-bottom: 1px solid #ddd;
}

.btn-display-more {
  margin-bottom: 15px;
}

.btn-display-more,
.btn-display-more:hover,
.btn-display-more:focus {
  font-weight: 
    700;
  color: #337AB7;
  background-color: #fff;
  border: 1px solid #337AB7;
}

/* WORKING HOURS SYSTEM */

.legal-hours {
	width: 100%;
	padding-left: 60px;
}

.legal-hours label {
	float: left;
	padding-top: 8px;
	cursor: unset;
}

.legal-hours:not(.legal-hours-in-month) label {
	width: 170px;
	display: list-item;
}

.legal-hours input {
	float: left;
	width: 70px;
}

.legal-hours span, .legal-hours div.unit{
	float: left;
	margin-left: 10px;
	padding-top: 8px;
}

.legal-hours div.unit {
	color: #ff0000;
	width: calc(100% - 300px);
}

.timesheet-work-hour-system .legal-hours div.unit {
	width: calc(100% - 300px) !important;
}

.legal-hours.legal-hours-in-month {
	padding-left: 100px;
}

.legal-hours.legal-hours-in-month label {
	width: 160px;
}

.working-hour-system-name {
	width: 285px;
	padding-left: 5px;
}

.working-hour-system-name>.input-group>span.input-group-addon {
	font-size: 14px;
	padding: 6.5px 10px;
	/* background-color: #004b8b; */
	background-color: var(--main-bg-color);
	color: #fff;
	/* border-color: #004b8b; */
	border-color: var(--main-bg-color);
}

.working-hour-system-name>.input-group>input.form-control {
	height: 29px;
	line-height: 29px;
	text-align: center;
	/* border-color: #004b8b; */
	border-color: var(--main-bg-color);
	background-color: #fff;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #333;
}

.working-hour-system-name>.input-group>input.form-control:disabled {
	background-color: #eee
}

.working-hour-system-name>.input-group>span.input-group-btn>button {
	/* background-color: #004b8b; */
	background-color: var(--main-bg-color);
	color: #fff;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	line-height: 29px;
	height: 29px;
}

#modalCkWHSystem .radio-inline .check.disabled {
	background-color: #eee;
	visibility: visible;
}

#modalCkWHSystem .legal-hours {
	width: 100% !important;
}

#modalCkWHSystem .legal-hours div.unit {
	width: calc(100% - 295px) !important;
}

/* END WORKING HOURS SYSTEM */

#chatplusview {
  width: 300px !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute-center {
  position: absolute;
  left: 0;
  right: 0;
}

.tp_view_name_timesheet {
	width: 65px !important;
}

.custom-tooltip-hour-vacation-limit, .custom-tooltip-vacation_type, .custom-tooltip-leave-period-sub-com {
	max-width: 600px !important;
}

.share-btn {
  color: #000000 !important;
  padding: 5px 7px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  width: 55px;
}

.share-btn.yellow {
	background-color: #fbfb71;
}

.share-btn.gray {
	background-color: #999;
}

.select2-directive .select2-container {
	width: 100% !important;
}

.dossier-download {
	text-align: center;
	padding-top: 100px;
}

.margin-r15 {
	margin-right: 15px !important;
}

.select2-control .select2-container .select2-selection--single {
	height: 34px !important;
	padding-top: 2px;
}

.round_border_category {
  padding: 5px 5px;
  border-radius: 20px;
  font-size: 11px;
  cursor: default;
  display: block;
  width: 92px;
  text-align: center;
}

.category_red {
  border: 2px #e76836 solid;
  color:  #e76836;
}

.category_blue{
  border: 2px #0dbcb7 solid;
  color:  #0dbcb7;
}

#info_renewal_form table tr td {
	border: none !important;
}

.special-leave-setting .disabled-radio input[type="radio"]:checked ~ .check::before { 
  background: #bbb; 
  border: 2px solid #bbb !important;
}

.tooltip_edit_date {
	font-size: 15px !important;
	color: #ffa500 !important;
}

.custom-tooltip-edit-date-ts, .custom-ledger-privilge-tooltip {
	max-width: 600px !important;
}

.custom-assign-timing-tooltips {
	max-width: 400px !important;
}

#modalFormWorkHoliday .form-reason, #modalFormOT .form-reason , #modalFormAbsence .form-reason {
	/*line-height: normal !important;
	min-height: 42px;*/
	width: 70% !important;
}

.within-days-opt {
	padding-bottom: 7px;
}

.within-days-opt .pleft, .fix-date-opt .pleft {
	float: left;
}

.within-days-opt .div-setting, .fix-date-opt .div-setting {
	float: left;
	margin-top: -7px;
}

.within-days-opt .div-setting span, .fix-date-opt .div-setting span {
	margin-top: 7px;
}

.within-days-opt .m-right, .fix-date-opt .m-right {
	margin-right: 10px;
}

.within-days-opt .within-days-setting {
	width: 100px;
}

.within-days-opt .within-days-setting-days {
	width: 50px;
}

.fix-date-opt .period-fix-date {
	width: 65px;
}

.label-ledger-active {
	background-color: #77c71c !important;
	cursor: default;
}

.label-ledger-inactive {
	background-color: #f9703a !important;
	cursor: default;
}

.input-group-range-value input {
	 float: left;
   width: 83%;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.input-group-range-value .input-group-addon {
	height: 34px;
}


.file-type-doc {
	color: #0000ff;
}

.file-type-pdf, .file-type-ppt {
	color: #ff0000;
}

.file-type-xls {
	color: #57b258;
}

.table-ledger-list thead th {
	cursor: pointer;
}

.table-ledger-list tbody tr td {
	text-align: center;
}

.w220 {
	width: 220px;
}

@media screen and (min-width: 992px) {
	#modalFormWorkHoliday .modal-dialog .content-form .g-row .field>label {
		width: 160px !important;
	}
}

.used_storage {
	height: 100%;
}

.used_storage.green {
	background: #008000;
}

.used_storage.yellow {
	background: #ffc800;
}

.used_storage.red {
	background: #ff0000;
}
