
#body-loading {
	float: left;
	position: fixed;
	width: 100%;
	text-align: center;
	height: 100%;
	z-index: 1500;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background: #039ee3;
    background-size: 100% 100%;
    border: none;
}

.div-list-loading {
	padding-top: 6rem;
    padding-bottom: 7rem;
    text-align: center;
    z-index: 1500;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    border: none;
}
	
.loader_animation {
	animation-name: rotatey;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotatey;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotatey;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotatey;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotatey;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
	from {
		-webkit-transform: rotatey(0deg);
		-moz-transform: rotatey(0deg);
		-ms-transform: rotatey(0deg);
		-o-transform: rotatey(0deg);
		transform: rotatey(0deg);
	}
	to {
		-webkit-transform: rotatey(360deg);
		-moz-transform: rotatey(360deg);
		-ms-transform: rotatey(360deg);
		-o-transform: rotatey(360deg);
		transform: rotatey(360deg);
	}
}

@-moz-keyframes rotatey {
	from {
		-moz-transform: rotatey(0deg);
	}
	to {
		-moz-transform: rotatey(360deg);
	}
}







textarea {
	resize: none;
}


time.icon
{
	font-size: 0.75em; 
	display: block;
	position: relative;
	min-width: 5.25em;
	height: 5.25em;
	background-color: #fff;
	border-radius: 0.6em;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
}

time.icon *
{
	display: block;
	width: 100%;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: normal;
}

time.icon strong
{
	position: absolute;
	top: 0;
	padding: 0.4em 0;
	color: #fff;
	background-color: #0770D0;
	border-bottom: 1px dashed #04427B;
	box-shadow: 0 2px 0 #0770D0;
}

time.icon em
{
	position: absolute;
	bottom: 0.3em;
	color: #0770D0;
}

time.icon span
{
	font-size: 2.1em !important;
	letter-spacing: -0.05em;
	padding-top: 0.8em;
	color: #2f2f2f;
}


time.icon.small 
{
	font-size: 0.75em !important;
	min-width: 5.25em !important;
	height: 5.25em !important;
}

time.icon.small * 
{
	font-size: 0.75em !important;
}

time.icon.small span
{
	font-size: 2.1em !important;
}

@media (min-width: 992px)
{
	time.icon
	{
		font-size: 1em; 
		min-width: 7em;
		height: 7em;
	}
	
	time.icon *
	{
		font-size: 1em;
	}
	
	time.icon span
	{
		font-size: 2.8em !important;
	}
}




@media (min-width: 992px) and (max-width: 1105px) 
{
	.navbrand-lname {
		max-width: 350px!important;
	}
} 

.navbrand-lname, .navbrand-sname {
	/* overflow: hidden;  */
	/* text-overflow: ellipsis;  */
	/* vertical-align: top; */
}

.navbrand-lname {
	max-width: 450px;
}

.navbrand-sname {
	max-width: 220px;
}


.icon_td {
	padding: 10px; 
	background-color: var(--primary); 
	border-bottom-left-radius: 10px; 
	border-top-left-radius: 10px;
}





.check-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.check-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.check-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.check-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


input:disabled + .check-slider:before {
	background-color: #999;
}

input:disabled + .check-slider {
	background-color: #bbb;
}

input:checked + .check-slider {
    background-color: #0770D0;
}

input:checked + .check-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.check-slider.round {
  border-radius: 17px;
}

.check-slider.round:before {
  border-radius: 50%;
}







.nav-item {
	cursor: pointer;
}



.table {
	border-spacing: 0px 8px;
	border-collapse: separate;
	table-layout: fixed;
}

.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
	vertical-align: middle;
	border: none;
	background-clip: padding-box;
	scroll-snap-align: start;
}

.table th, .table td {
	padding: 0.2rem;
	min-width: 4rem;
	text-align: left;
	margin: 0;
	border-top-width: 0px;
}

.table:not(.full-td) th, .table:not(.full-td) td {
	white-space: nowrap;
	max-width: 8rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table.full-td th, .table.full-td td {
	word-break: break-word;
}

.table thead {
	z-index: 5;
	position: relative;
}

.table thead th {
	position: sticky;
	top: 0;
	border-top: 0;
	background-clip: padding-box;
	font-weight: 700;
	background-color: #fff;
}

.table th.pin {
  left: 0;
  z-index: 11;
  border-left: 0;
}

.table th {
	font-weight: 100;
}

.table tbody th {
  background-clip: padding-box;
  border-left: 0;
}

.table tbody {
  /* z-index: 10; */
  /* position: relative; */
}

.table tbody th {
  position: sticky;
  left: 0;
  background-color: #fff;
}

.table thead th, .table tbody th {

}
  
.table thead tr th:nth-last-child(1),
.table thead tr td:nth-last-child(1),
.table tbody tr th:nth-last-child(1),
.table tbody tr td:nth-last-child(1) {
	/* text-align: center; */
}
.table tbody tr {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.table tbody tr td {
	/* background: #fff; */
}
.table tbody tr td:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
.table tbody tr td:nth-last-child(1) {
	border-radius: 0 5px 5px 0;
}

.table .overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    line-height: 200%;
    opacity: 50%;
    z-index: 1;
}

.table-modval-list thead th {
	cursor: pointer;
}

#table-scheduling-view-day td, #table-timetable-view-day td {
	overflow: visible;
}

.active-circle {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
}

@media (max-width: 992px)
{
	.table {
		font-size: 0.75rem;
	}
}

@media (min-width: 992px)
{
	.table .th-flex {
		max-width: 12rem;
	}
}


.div-modval-msel {
	border-radius: 8px;
}

span.input, select, input[type=text], input[type=email], input[type=number], input[type=password], input[type=date], input[type=time], input[type=datetime-local], textarea {
	background-color: #FFF;
}

.div-modval-msel[disabled], canvas[disabled], select:disabled, input[type=text]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=time]:disabled, input[type=datetime-local]:disabled, textarea:disabled {
	background-color: rgba(0, 0, 0, 0.1);
}

.img-input-view {
	max-height: 5rem;
	max-width: 100%;
}

.sb-calendar-view {

}

.span-calendar-day {
	font-size: 0.85rem;
}

.col-calendar-day {
	flex: 0 0 14.2857%;
    max-width: 14.2857%;
}

.btn-calendar-day {
	height: 100%;
}

.btn-calendar-day.disabled {
	background: rgba(0, 0, 0, 0.15);
	opacity: 0.4;
}

.btn-calendar-nav {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.2;
}

.btn-calendar-nav:hover {
	opacity: 1;
}

#table-scheduling-batch-list tbody tr, #table-scheduling-view-list tbody tr,
#table-timetable-view-list tbody tr, .table-report-pref-list tr, .table-report-output-list tr{
	cursor: pointer;
}




.tabs-cluster  {
  /* left: 50%; 
  transform: translateX(-50%); */
  margin: 0 auto;
  position: relative; 
  background: white;
  padding: 10px;
  padding-bottom: 40px;
  padding-top: 10px;
  width: 70%;
  /* height: 250px; */
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 420px;
  
}

@media (min-width: 768px) {
  .tabs-cluster  {
	width: 60%;
	padding: 30px;
  }
}

@media (min-width: 992px) {
  .tabs-cluster  {
	width: 55%;
	padding: 50px;
  }
}

@media (min-width: 1200px) {
  .tabs-cluster  {
	width: 45%;
	padding: 50px;
  }
}