
/* Self hosted Poppins */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap'); */

/* poppins-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/poppins-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/poppins-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




body {
	font-family: 'Poppins', sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: var(--b5-text-std);
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
}
/*
.acountBg {
	background-color: #F4F8F9;
}
 */
ul,ol {

	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
/*
.acountPage {
	padding: 140px 0 90px;
}
 */
.icoInput {
	position: relative;
}
.iconCol {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.btn {
	border-radius: 50px;
	/*min-height: 48px; */
	font-size: 14px;
	font-weight: 600;
	padding: 16px 25px;
	line-height: 1;
}
/* .btnPrimary {
	background: -moz-linear-gradient(-45deg,  rgba(0,173,239,1) 0%, rgba(12,207,175,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,173,239,1) 0%,rgba(12,207,175,1) 100%);
	background: linear-gradient(135deg,  rgba(0,173,239,1) 0%,rgba(12,207,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#0ccfaf',GradientType=1 );
	color: #fff;
} */
.btnPrimary {
	background: #00adef;
	background: -moz-linear-gradient(left,  #00adef 0%, #0ccfaf 50%, #00adef 100%);
	background: -webkit-linear-gradient(left,  #00adef 0%,#0ccfaf 50%,#00adef 100%);
	background: linear-gradient(to right,  #00adef 0%,#0ccfaf 50%,#00adef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#00adef',GradientType=1 );
	color: #fff;
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-position: left top;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	border: 1px solid #00adef;
}
.btnPrimary:hover {
	color:#fff;
	background-position: right top;
}
.btnSecondary {
	background-color: #fff;
	border: 1px solid #00ADEF;
}
.formCol {
	max-width: 340px;
}
.loginBtm {
	margin-top: 30px;
}
.treeImg {
	margin-bottom: 15px;
}
/*
.accountLeft h3 {
	margin-bottom: 5px;
	font-size: 36px;
	font-weight: 500;
	color: var(--b5-text-data);
}
.accountLeft span {
	margin-bottom: 40px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: var(--b5-text-data);
}
 */
.form-control {
	border-radius: 50px;
	border: 1px solid #D6D6D6;
	height: 48px;
	padding: 0 25px;
	font-size: 14px;
	color: #20252A;

}
.form-control:focus {
	outline: none;
	border: 1px solid #00ADEF;
	box-shadow: none;
}
.form-control::placeholder {
	color: #20252A;
}

.boot-5 .form-control, .boot-5 .form-control::placeholder {
	color: var(--b5-text-data);
}


.formLabel {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #717F84;
}

.boot-5 .formLabel {
	color: var(--b5-text-label);
}

.form-group {
	margin-bottom: 20px;
}
/*
.rememberCheck input {
	display: none;
}
.rememberCheck label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--b5-text-data);
  font-size: 14px;
  font-weight: 500;
}
.rememberCheck label:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgb(0,173,239);
	position: absolute;
	left: 0;
	background: -moz-linear-gradient(-45deg,  rgba(0,173,239,1) 0%, rgba(12,207,175,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,173,239,1) 0%,rgba(12,207,175,1) 100%);
	background: linear-gradient(135deg,  rgba(0,173,239,1) 0%,rgba(12,207,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#0ccfaf',GradientType=1 );
}
.rememberCheck label:after {
	content: "";
	background-image: url('../images/check.svg');
	width: 9px;
	height: 7px;
	background-size: contain;
	position: absolute;
  left: 5px;
  top: 7px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.rememberCheck input:checked + label:after {
	opacity: 1;
}
*/

/*
.forgotPass a {
	color: #00ADEF;
	font-size: 14px;
	font-weight: 500;
}
 */

/*
.accountRight {
	background-image: url('../images/loginbgshape.jpg');
	border-radius: 35px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.accountShapeInner {
  margin-right: -115px;
}
.accountShapeInner img {
  margin-top: -100px;
}
.accountDesc {
  position: absolute;
  bottom: 50px;
  left: 40px;
  background-color: rgba(12, 206, 179, 0.86);
  border-radius: 30px;
  right: 20px;
  padding: 25px 40px;
}
.accountDesc h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}
.accountDesc h4 {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
}
 */


/********************* Header Css Starts **********************/
#pageTabs b {
	font-weight: 400 !important;
}
#pageTabs .active b {
	font-weight: 700 !important;
}

.headerCol {
  	padding: 12px 0;
  	background-color: #fff;
	/* kpw 1 next three lines */
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}

.logoCol img {		/* KW added 2022-06-13 */
	height: 65px;
	width: 72px;
	/* max-width: 108px; */
}

.headerMain5 .logoCol img {
	height: 40px;
	/* width: 36px; */
}


.topMenu ul li {
  	display: inline-block;
	position: relative; /* kpw 1 */
}

.topMenu i, .topMenu .dropdown ul li a {
	color: black;
}

.topMenu ul li a {
	color: #fff;
	text-decoration: none;
}
.topMenu ul li.notIcon a {
	position: relative;
}
.topMenu ul li.notIcon {
  margin-right: 25px;
}
.topMenu ul li a label {
  margin: 0 5px;
  font-size: 13px;
  color: #20252A;
  font-weight: 500;
}
.boot-5 .topMenu ul li a label {
	color: var(--b5-text-nav);
}

.topMenu ul li a label,
.topMenu ul li a img {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
}

/*
.topMenu .fa {
	font-size: 20px;
}
 */

.topMenu ul li.notIcon a span {
  width: 19px;
  height: 19px;
  background-color: #F88011;
  color: #fff0bd;				/* Added this so it applies to <i> entries for FontAwesome as well */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -9px;
}
.headerNav {
	/* background-color: #20252A; */
	background-color: var(--b5-bg-navbar);
	padding: 12px 0;
}


/*  kpw 1 next section
header.headerMain5 {
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
*/

/* kpw 1 next section
header.headerMain5.stickyHeader {
	transform: translateY(-70px);
}
*/

.headerNav ul li {
  display: inline-block;
  position: relative;   /* kpw 1 -- not sure if this line was new */
}
.headerNav ul li + li {
	margin-left: 35px;
}
.headerNav ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.headerNav ul li a span ,
.headerNav ul li a img {
	display: inline-block;
	vertical-align: middle;
}
.headerNav ul li a .menuIcon {
	margin-right: 5px;
}
.headerNav ul li a .menuddIcon {
	margin-left: 5px;
}
.headerNav ul li ul.subMenu {
  /* background-color: #20252A; */
  background-color: var(--b5-bg-navbar);
  position: absolute;
  top: 100%;
  margin-top: 15px;
  z-index: 99;
  border-radius: 4px;
  pointer-events: none;
  padding: 25px 30px 15px 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	text-align: left;
}

.headerNav ul li ul.subMenu li a {
  white-space: nowrap;
  font-size: 13px;
}

.headerNav ul li ul.subMenu li {
	display: block;
}

.headerNav ul li ul.subMenu li a:hover {
	background-color: #fff;
	color: var(--b5-text-nav);
}

.topMenu .dropdown a.btn {
	background-color: var(--bs-body-bg);
	border-color: var(--bs-body-bg);
	transition-duration: 0s;
	transition-property: none;
}

.headerMain5 .topMenu .dropdown a.btn {
	background-color: var(--b5-bg-pages);
	border-color: var(--b5-bg-pages);
	padding: 0px 0px;
}


.headerMain5 .headerNav .subMenu li a {
	width: 100%;
	display: block;
}

.headerMain5 .headerNav ul li span:hover,
.headerMain5 .headerNav ul li ul.subMenu li a:hover
{
	background-color: #fff;
	color: var(--b5-text-nav);
}


.headerNav ul li ul.subMenu li + li {
  margin-left: 0;
	margin-top: 5px;
}
.headerNav ul li ul.subMenu.showMenu {
  opacity: 1;
  pointer-events: initial;
  margin-top: 0;
}
/********************* Header Css Ends **********************/

/*  Styles for Images */


.img-scroll-wrapper {		/* Wrapper div for playing images inside that will scroll horizontally when appropriate */
	overflow: auto;
	display: flex;
	align-items: center;
}


.img-scroll20 {
	width: 20%;
	min-width: 50px;
	margin-right: 1%;
	margin-bottom: 0.5em;
}






/* Utility class for adding a slow blink */
.blinking {

	animation: keyframe_opacity 2s ease-in-out infinite;
	opacity: 1;
}

@keyframes keyframe_opacity {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1;
	}
}


/* Class for sweet alert to have colored toasts */
/* just include the following to the object:       customClass: { popup: 'colored-toast' }, */

.colored-toast.swal2-icon-success {
	background-color: #4fa928 !important;
}

.colored-toast.swal2-icon-error {
	background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
	background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
	background-color: #00ADEF !important;
}

.colored-toast.swal2-icon-question {
	background-color: #87adbd !important;
}

.colored-toast .swal2-title {
	color: white;
}

.colored-toast .swal2-close {
	color: white;
}

.colored-toast .swal2-html-container {
	color: white;
}




/********************* Customer Accounts Css Starts **********************/
.innerPageBg {
	/* background: #E6EEF0; */
	background: #e6eef0 !important;
}
.scrollBarStyle .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
	background-color: #fff;
}
.scrollBarStyle .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
	background-color: #DBDBDB;
}
.scrollBarStyle .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 6px;
	background-color: #DBDBDB;
}
/********************* Customer Accounts Css Ends **********************/
.whiteBg {
	background-color: #fff
}
.boot-5 .whiteBg {
	background-color: var(--b5-bg-pages);
}

.mainCol {
	border-radius: 20px;
	padding: 40px 50px;
}
.sidebarCol {
	background-color: #F1F5F6;
	padding: 20px 30px 20px 20px;
	border-radius: 20px;
}
.boot-5 .sidebarCol {
	background-color: var(--b5-bg-table-even);
}

.searchTop {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.searchTop label {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
	color: #717F84;
  color: var(--b5-text-label);
}
.boot-5 .searchTop label {
	color: var(--b5-text-label);
}



.searchTop .form-group {
  margin: 0;
}
.sidebarCol ul li a {
	color: #20252A;
  text-decoration: none;
  font-size: 15px;
	width: 100%;
  display: block;
	padding: 6px 10px;
	border-radius: 5px;
}

.boot-5 a {`
	color: var(--b5-text-link);
}

.boot-5 .fc-content a {
	color: var(--b5-text-contrast);   /* Full calendar caputs mustt be high-contrast */
}

.boot-5 .sidebarCol ul li a {
	color: var(--b5-text-nav);
}

.sidebarCol ul li.active a {
	background: rgb(0,173,239);
	background: -moz-linear-gradient(-45deg,  rgba(0,173,239,1) 0%, rgba(12,207,175,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,173,239,1) 0%,rgba(12,207,175,1) 100%);
	color: #fff;
	background: linear-gradient(135deg,  rgba(0,173,239,1) 0%,rgba(12,207,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#0ccfaf',GradientType=1 );
}
.sidebarCol {
	background-color: #F1F5F6;
  padding: 20px 10px 20px 20px;
  border-radius: 20px;
  min-width: 355px;
  max-height: 600px;
}

.boot-5 .sidebarCol {
	background-color: var(--b5-bg-table-even);
}

.iconStyle {
  width: 42px;
  height: 38px;
	background-color: #F1F5F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.boot-5 .iconStyle {
	background-color: var(--b5-bg-table-even);
}

.iconDesc h3 {
	font-weight: 500;
	color: #717F84;
	font-size: 12px;
  margin: 0;
	margin-bottom: 3px;
}
.boot-5 .iconDesc h3 {
	color: var(--b5-text-label);
}

.iconDesc h4 {
	font-weight: 500;
	color: #20252A;
	font-size: 17px;
  margin: 0;
}

.boot-5 .iconDesc h4 {
	color: var(--b5-text-label);
}

.tableTitle h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.tableHeader .searchTop {
  margin: 0;
}
.tableHeader input.form-control {
  min-width: 310px;
}

.mainNav .mCustomScrollBox {
	height: auto;				/* kpw 2022-06-13 had to override for main menu	 */
}

.mainNav ul li {
  display: inline-block;
}
.mainNav {
  margin-left: 0px !important;
}
.mainNav ul li a {
  background-color: #F4F8F9;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  border-radius: 15px 15px 0 0;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
.mainNav ul li.active a {
  background-color: #fff;
  color: #000000;
}
.mainNav ul li a img {
  margin-left: 22px;
}
.mainNav ul li + li {
  margin-left: 2px;
}
.tableStripeCstm.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent;
}
.tableStripeCstm.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #F1F5F6;
}
.boot-5 .tableStripeCstm.table-striped>tbody>tr:nth-of-type(even) {
	background-color: var(--b5-bg-table-even);
}
.tableStripeCstm.table-striped>tbody>tr:nth-of-type(odd) {
	border: 0;
}
.tableStripeCstm.table>:not(caption)>*>* {
  border-bottom-width: 0px;
}
.tableStripeCstm thead th {
  background-color: #F1F5F6;
  color: #717F84;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 20px;
  vertical-align: middle;
}

.boot-5 .tableStripeCstm thead th {
	background-color: var(--b5-bg-table-heading);
	color: var(--b5-text-th);
}

.tableStripeCstm tbody td {
  font-size: 14px;
  color: #20252A;
  font-weight: 400;
  padding: 12px 20px;
}
.boot-5 tableStripeCstm tbody td {
	color: var(--b5-text-data);
}


.Chevron{
	position:relative;
	display:block;
	height: 0px;
	float: right;
	right: 25px;
	top: -4px;
}
.Chevron:before,
.Chevron:after{
	position:absolute;
	display:block;
	content:"";
	border:10px solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.Chevron:before{
	top:0;
	border-top-color: #888787;/*Chevron Color*/
}
.Chevron:after{
	top:-5px;/*adjust thickness*/
	border-top-color:var(--main-bg-color-table-header);/*Match background colour*/
}


.chevronNew {
	position:relative;
	/* display:block; */
	/* height: 0px; */
	/* float: right; */
	/* right: 25px; */
	/* top: 4px; */
}
/*
.chevronNew:before,
.chevronNew:after{
	position:absolute;
	display:block;
	content:"";
	border:10px solid transparent;/*adjust size*/
}
*/
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
/*
.chevronNew:before{
	top:0;
	border-top-color: #888787;/*Chevron Color*/
}
*/
.chevronNew:after{
/*	top:-5px; */ /*adjust thickness*/
	/* border-top-color:var(--main-bg-color-table-header); */ /*Match background colour*/
}





/* Employee-Dashboard page start */
.collapseLink {
	display: inline-block;
}
.collapseLink > span {
	display: inline-block;
	vertical-align: middle;
}
.collapseLink > span + span {
	padding-left: 10px;
}
.collapseLink > span > img {
	display: block;
}
.collapseLink {
	color: #000;
}
.collapseLink:hover {
	opacity: 0.5;
	color: inherit;
}
.dashboardLeftCol {
	width: 360px;
}
.chRightIcons > li {
	display: inline-block;
	vertical-align: middle;
}
.chRightIcons > li + li {
	padding-left: 10px;
}
.calendarThumb {
	text-align: center;
	background-color: #E1E1E1;     /* was #F1F5F6; 3/2/2023 */
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}

.boot-5 .calendarThumb {
	background-color: var(--b5-bg-table-heading);

}

.calendarThumb:hover {
	background-color: #00ADEF;
	color: #fff;
}
.cDay {
	font-weight: 600;
	color: #000000;
	display: block;
}
.calendarThumb, .cDay {
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.calendarThumb:hover .cDay {
	color: #fff;
}
.cardHeader {
	background-color: #F1F5F6;
	padding: 10px 15px;
}
.boot-5 .cardHeader {
	background-color: var(--b5-bg-card-panel-border);
}
.cardHeader .cardHeaderTitle {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.cardBody {
	padding: 20px 15px;
	border: 1px solid #F1F5F6;
}
.collapseLinkCol {
	padding-bottom: 20px;
}
.quoteCol {
	text-align: center;
}
.quoteCol .blockquote {
	font-size: 16px;
	margin: 8px 0;
}
.quoteCol figure {
	margin: 0;
}
.quoteCol .blockquote-footer {
	margin: 0;
	font-size: 16px;
	color: #000;
}
.dlStyle dt {
	font-size: 12px;
	font-weight: normal;
}
.dlStyle dd {
	font-size: 17px;
	color: #20252A;
}
.boot-5 .dlStyle dd {
	font-size: 17px;
	color: var(--b5-text-data);
}

.calendarListCol {
	padding-top: 15px;
}

.smTitle {
	font-size: 18px;
}
.updateText {
	font-size: 12px;
}
.darkColor {
	color: #20252A;
}
/*
.sIconCol {
	width: 48px;
	height: 48px;
	background-color: #6B98BF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg1 {
	background-color: #6B98BF;
}
.bg2 {
	background-color: #F28989;
}
.bg3 {
	background-color: #FDCF00;
}
.bg4 {
	background-color: #ADD8E6;
}

 */

.sTitle {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	color: #20252A;
}

.boot-5 .sTitle {
	color: var(--b5-text-label);
}

.stData {
	padding-top: 30px;
}
.statisticsCard {
	background-color: #E1E1E1;
	padding: 30px;
	margin-bottom: 20px;
}
.boot-5 .statisticsCard {
	background-color: var(--b5-bg-card-panel-border);
}

.cardStyle {
	margin-bottom: 20px;
}
.titleStyle {
	padding: 8px 20px;
	background-color: #00ADEF;
	display: block;
	color: #fff;
	font-size: 14px;
}

.boot-5 .titleStyle {
	background-color: var(--b5-bg-area-heading);
	color: var(--b5-text-data);
}

.tableStyle th {
	font-size: 12px;
	font-weight: 600;
}
.tableStyle th .tTime {
	font-weight: 400;
	display: block;
	color: #20252a;
}
.boot-5 .tableStyle th .tTime {
	color: var(--b5-text-th);
}


.tdDayTime {
	text-align: center;
	display: block;
	padding: 4px;
}
.thAlignMdl th , .tdAlignMdl td {
	vertical-align: middle;
}
.tableStyle thead th {
	background-color: var(--b5-bg-table-heading);
	color: var(--b5-text-th);
}
.tableStyle th .tDay {
	font-size: 14px;
	line-height: 1;
	display: block;
	color: #000000;
}
.tableStyle > thead > tr > th:first-child, .tableStyle > tbody > tr > td:first-child {
	padding-left: 20px;
}
.tableStyle > thead > tr > th:last-child, .tableStyle > tbody > tr > td:last-child {
	padding-right: 20px;
}
.tableStyle > tbody > tr > td {
	padding: 4px;
}
.rfiCol {
	padding: 4px;
	display: block;
	text-align: center;
	min-width: 30px;
	color: #20252A;
}
.boot-5 .rfiCol {
	color: var(--b5-text-data);
}
.exBg {
	background-color: #B1DFB1;
}
.faBg {
	background-color: #FDCF00;
}
.pBg {
	background-color: #F28989;
}
.inlineOptions > li, .inlineOptions > li > span {
	display: inline-block;
	vertical-align: middle;
}
.inlineOptions > li > span + span {
	margin-left: 5px;
}
.inlineOptions > li + li {
	padding-left: 15px;
}
.rfiText {
	color: #000000;
}

.btn:focus {
	box-shadow: none;
}
.proSliderCol {
	width: 340px;
}
.sRightInfo .dlStyle dd + dt {
	padding-top: 15px;
}

.swiperThumbCol {
	position: relative;
	padding: 10px 0;
}
.swiperStyle .swiperBtn {
	background-color: #00ADEF;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swiperStyle .swiperBtn::after {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.swiperStyle .swiper-button-next.swiperBtn {
	right: -10px;
}
.swiperStyle .swiper-button-prev.swiperBtn {
	left: -10px;
}
.btn.smBtn {
	font-size: 12px;
	padding: 8px 20px;
	min-height: auto;
}

.assignedTaskTable > tbody > tr > td:first-child {
	padding-left: 0;
}
.assignedTaskTable > tbody > tr > td:last-child {
	padding-right: 0;
}
.table.assignedTaskTable td {
	border-color: #E3E5E6;
}

.tStripeStyle2.table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg : none;
	background-color: #F1F5F6;
}
.tStripeStyle2.table-striped > tbody > tr > td {
	padding-top: 14px;
	padding-bottom: 14px;
}
.tStripeStyle2 thead th {
	background-color: #EDF0F1;
	color: #717F84;
	font-size: 12px;
	font-weight: 600;
	padding: 12px 8px;
	vertical-align: middle;
}

.boot-5.tStripeStyle2 thead th {
	background-color: var(--b5-bg-table-heading);
	color: var(--b5-text-th);
}

.tStripeStyle2 thead > tr > th:first-child, .tStripeStyle2 tbody > tr > td:first-child {
	padding-left: 20px;
}
.tStripeStyle2 {
	font-size: 13px;
}


.g1 {
	color: #B1DFB1;
}
.g2 {
	color: #9C9C00;
}
.r1 {
	color: #F28989;
}
.b1 {
	color: #0000FF;
}
.empDashboardLeftCol {
	max-width: 1080px;
}

.tStripeStyle2.tableStyle2.table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg: none;
	background-color: transparent;
}
.tStripeStyle2.tableStyle2.table-striped > tbody > tr:nth-of-type(2n) {
	--bs-table-accent-bg: none;
	background-color: #F1F5F6;
}


.rowBg1 > td {
	background-color: #F1F5F6;
}
.rowBg2 > td {
	background-color: #CBE4E5;
}
.rowBg3 > td {
	background-color: #D5F6F9;
}


.pSliderImg {
	width: 100%;
	height: 270px;
	-o-object-fit: cover;
	object-fit: cover;
}
.sliderThumb {
	width: 100%;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* employee scorecard */
.employeeDropdown {
	max-width: 300px;
}
.form-select.form-control {
	padding: 0 35px 0 20px;
	background-size: 15px auto;
	background-position: right 15px center;
}
.lblStyle {
	font-weight: 500;
	color: #000;
}
.dlStyle.noMarginDl {
	margin: 0;
}
.noMarginDl dd {
	margin-bottom: 0;
}

.smIconCol {
	width: 38px;
	height: 38px;
	background-color: #F1F5F6;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.smIconCol img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
/

.employeeInfo .dlStyle dd {
	font-weight: 500;
}
.employeeInfo .dlStyle dd, .employeeInfo .dlStyle dt {
	line-height: 1.1;
}
.noWrap {
	white-space: nowrap;
}
.fwReguler {
	font-weight: normal;
}
.fwSBold {
	font-weight: 600;
}
.employeeTable.tableStripeCstm tbody td {
	font-size: 13px;
}
.firstNoWrap > thead > tr > th:first-child, .firstNoWrap > tbody > tr > td:first-child {
	white-space: nowrap;
}
.firstLeftAlign > thead > tr > th:first-child, .firstLeftAlign > tbody > tr > td:first-child {
	text-align: left;
}
.employeeTable > thead > tr > th, .employeeTable > tbody > tr > td {
	padding: 17px 10px;
}
.xsText {
	font-size: 12px;
}
.greyColor {
	color: #717F84;
}


@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
	.containerLg {
		max-width: 1390px;
	}
}
@media (min-width: 1700px) {
	.containerLg {
		max-width: 1590px;
	}
}
@media (max-width: 1699px){
	.headerNav ul li a {
	  font-size: 12px;
	}
	.headerNav ul li + li {
	  margin-left: 25px;
	}
	.mainCol {
		border-radius: 15px;
		padding: 30px 30px;
	}
	.empDashboardLeftCol {
		max-width: 1000px;
	}
	.dashboardLeftCol {
		width: 340px;
	}
	.dlStyle dd {
		font-size: 15px;
	}
}

@media (max-width: 1600px) {
	.accountDesc h3 {
  	font-size: 32px;
	}

	.acountPage {
    padding: 90px 0 50px;
	}

	.accountShapeInner {
    margin-right: -40px;
    text-align: right;
	}
	.accountShapeInner img {
    margin-top: -40px;
    max-height: 520px;
	}
	.loginBtm {
    margin-top: 20px;
	}
	.form-group {
		margin-bottom: 15px;
	}
	.form-control {
    height: 44px;
	}
	.accountLeft h3 {
    font-size: 32px;
	}
	.accountDesc h4 {
    font-size: 20px;
	}
}
@media (max-width:1399px) {
	.headerNav ul li a {
	  font-size: 10px;
	}
	.headerNav ul li a .menuIcon {
	  width: 10px;
	}
	.headerNav ul li + li {
	  margin-left: 20px;
	}
	.empDashboardLeftCol {
		max-width: 100%;
	}
	.mainCol {
		padding: 20px 20px;
	}
	.cardBody {
		padding: 15px 10px;
	}
	.tableStyle td {
		font-size: 12px;
	}
	.tableStyle > thead > tr > th:first-child, .tableStyle > tbody > tr > td:first-child {
		padding-left: 10px;
	}
	.tableStyle > thead > tr > th:last-child, .tableStyle > tbody > tr > td:last-child {
		padding-right: 10px;
	}
	.tableStyle > tbody > tr > td {
		padding: 2px;
	}
	.statisticsCard {
		padding: 20px;
	}
	.dashboardLeftCol {
		width: 100%;
	}
}
@media (max-width:1199px) {
	.iconDesc h4 {
	  font-size: 12px;
	}
	.bodyTopSpace {
		padding-top: 70px;
	}
	header.headerMain5.stickyHeader {
		transform: translateY(0);
	}
	header.headerMain5.stickyHeader .headerCol {
		padding: 5px 0;
	}

	.headerNav ul li ul.subMenu li a {
	  font-size: 12px;
	}
	.headerNav ul li ul.subMenu li:before {
	  content: "-";
	  position: absolute;
	  left: -20px;
	  top: 1px;
	  color: #fff;
	}
	.headerNav ul li ul.subMenu {
		position: initial;
		display: none;
		margin-top: 0;
		background-color: transparent;
		padding: 15px 0 0px 20px;
	}
	.headerNav ul li ul.subMenu.showMenu {
		display: block;
	}
	.mainNav ul li a {
	  padding: 8px 20px 6px 24px;
	  font-size: 12px;
	}
	.mainNav ul li a img {
	  margin-left: 18px;
	}
	.sidebarCol ul li a {
	  font-size: 12px;
	}
	.tableTitle h3 {
	  font-size: 16px;
	}
	.tableHeader .searchTop {
	  margin-top: 20px;
	}
	.searchTop label {
	  margin-right: 10px;
	  font-size: 12px;
	}
	.sidebarCol {
    padding: 15px 5px 15px 15px;
	  min-width: 280px;
		max-height: 400px;
	}
	/*** Mobile menu starts ***/

	.menuToggle {
	  width: 26px;
	  height: 18px;
	  position: relative;
	  margin-left: 15px;
	  margin-top: 10px;
	  cursor: pointer;
	  display: block;
	}
	.menuToggle::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  z-index: 9;
	}
	.menuToggle::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  z-index: 9;
	}
	.bar {
	  width: 100%;
	  height: 2px;
	  position: absolute;
	  background-color: #000;
	  z-index: 1;
	  -webkit-transition: all 500ms ease-in-out 0s;
	  -o-transition: all 500ms ease-in-out 0s;
	  transition: all 500ms ease-in-out 0s;
	  top: 7px;
	  border-radius: 20px;
	}
	.bar:nth-child(1) {
	  top: 0px;
	}
	.bar:nth-child(1) {
		top: 0px;
	}
	.bar:nth-child(3) {
	  top: 14px;
	  width: 60%;
	  right: 0;
	}
	.actNav .bar:nth-child(1) {
	  transform: rotate(135deg);
	  top: 8px;
	}
	.actNav .bar:nth-child(2) {
	  transform: translate(-100%, 0);
	  opacity: 0;
	}
	.actNav .bar:nth-child(3) {
	  transform: rotate(-135deg);
	  top: 8px;
	  width: 100%;
	}
	.headerNav ul li a {
	  font-size: 12px;
	}
	.headerNav ul li {
	  display: block;
	}
	.headerNav {
	  position: fixed;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  overflow-y: auto;
	  /* background-color: rgba(0,0,0,0.9); */
	  background-color: var(--b5-bg-navbar);
	  z-index: 99;
	  padding: 30px 10px;
	  width: 230px;
	  -webkit-transform: translateX(-150%);
	  -ms-transform: translateX(-150%);
	  transform: translateX(-150%);
	  -webkit-transition: all 300ms ease-in-out 0s;
	  -o-transition: all 300ms ease-in-out 0s;
	  transition: all 300ms ease-in-out 0s;
	  text-align: left;
	}
	.menuBackDrop {
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  background-color: rgba(0, 0, 0, 0.5);
	  -webkit-transition: all 800ms ease-in-out 0s;
	  -o-transition: all 800ms ease-in-out 0s;
	  transition: all 800ms ease-in-out 0s;
	  z-index: 9;
	}
	.actNav .menuBackDrop {
	  opacity: 1;
	  visibility: visible;
	  pointer-events: initial;
	}
	.headerNav ul li + li {
	  margin-left: 0;
	  margin-top: 15px;
	}
	.actNav .headerNav {
	  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}
	/*** Mobile menu ends ***/
	.sTitle {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.accountRight {
    margin-top: 70px;
	}
	.mCSB_horizontal.mCSB_inside > .mCSB_container {
	  margin-bottom: 15px;
	}
	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	  height: 3px;
	  margin: 5px 0;
	  background-color: #fff;
	}
	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	  height: 3px;
		background-color: #DBDBDB;
	}
	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
		background-color: #DBDBDB;
	}
	.sidebarCol {
		margin-bottom: 20px;
	}
	.accountLeft {
    text-align: center;
	}
	.formCol {
    margin: 0 auto;
    text-align: left;
	}
	.mainNav  ul {
	  display: flex;
	}
	.mainNav {
	  margin-left: 0;
	  overflow-x: auto;
	  max-width: 100%;
	}
	.mainNav ul li + li {
	  margin-left: 5px;
	}
	.mainNav ul li a {
	  display: flex;
	  white-space: nowrap;
	}
	.proSliderCol {
		width: 100%;
	}
	.sliderThumb {
		height: 100px;
	}
	.form-select.form-control {
		padding: 0 30px 0 12px;
		background-size: 12px auto;
	}
}
@media (max-width: 767px) {
	.accountShapeInner {
    margin-right: 0;
	}
	.tableHeader input.form-control {
	  min-width: 220px;
	}
	.accountShapeInner img {
    margin-top: 0;
	}

	.acountPage {
    padding: 40px 0;
	}

	.proSliderCol {
		width: 100%;
	}
	.btn.smBtn {
		font-size: 10px;
		padding: 8px 10px;
	}
	.assignedTaskTable {
		font-size: 12px;
	}
}
@media (max-width:575px) {
	.logoCol img {
	  max-width: 44px;
	}
	.topMenu ul li a label {
	  margin: 0 2px;
	  font-size: 12px;
	}
	.mainNav ul li.active {
	  display: block;
	}
	.searchTop {
	  flex-direction: column;
    align-items: flex-start;
	}
	.tableHeader input.form-control {
	  min-width: 250px;
	}
	.tableStripeCstm tbody td {
	  font-size: 12px;
	  padding: 8px 15px;
	}
	.tableStripeCstm thead th {
	  font-size: 12px;
	  padding: 8px 15px;
	}
	.mainCol {
	  border-radius: 10px;
	  padding: 20px 15px;
	  margin-bottom: 0rem!important;
	}
	.sidebarCol {
	  min-width: initial;
	}
	.searchTop label {
	  margin-right: 0;
	  margin-bottom: 10px;
	}
	.pSliderImg {
		height: 230px;
	}
	.sliderThumb {
		height: 70px;
	}
	.stData {
		text-align: center;
	}

	.sIconCol {
		margin: 0 auto;
	}

	.calendarThumb {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.accountDesc {
		bottom: 10px;
		left: 10px;
		right: 10px;
		padding: 15px 20px;
	}
	.accountDesc h3 {
    font-size: 16px;
	}
	.accountDesc h4 {
    font-size: 12px;
	}
}


.boot-5 h2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;	
	margin: 3rem 0 0.3rem;
}
.boot-5 label {
	margin: 0 0 0.3rem;
	font-weight: 500;
    color: var(--b5-text-label);
    font-size: 14px;	
	width: 100%;
}

.row label {
	display: block;
}


.boot-5 input, .boot-5 select {
	width: 100%;
	padding: 0 15px 0 15px;
    background-size: 15px auto;
    background-position: right 15px center;
    border-radius: 50px;
    border: 1px solid #D6D6D6;
    height: 30px;
    font-size: 14px;
    color: var(--b5-text-data);
}
.boot-5 input[type=number] {
	width: 100% !important;
}

.boot-5 input[type=checkbox] {
    height: 19px;
    width: 19px;
}

.minHeight {
	min-height: 48px;
}

.boot-5 select {
	  /* Arrow */
	  appearance: none;
	  padding: 0 35px 0 20px;
	  background-repeat: no-repeat;
	  background-size: 15px auto;
	  background-position: right 15px center;
	  background-size: 1rem auto;
	  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='lightgray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg>");
	
}

.boot-5 select:disabled {			/* Dim down the select inputs that are not avaialble */
	opacity: 0.4;
}

.boot-5 input::-webkit-calendar-picker-indicator {
	background-size: 1rem auto;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="none" stroke="lightgray" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.boot-5 textarea {
	width: 100%;
    background-size: 15px auto;
    background-position: right 15px center;
    border-radius: 50px;
    border: 1px solid #D6D6D6;
    padding: 1rem 35px;
    font-size: 14px;
    color: var(--b5-text-data);
}

section.boot-5 {
    padding: 1rem 1rem 0 1rem;
    background-color: var(--b5-bg-void);
}

.boot-5 #pages {
	background-color: var(--b5-bg-pages);
    border-radius: 15px 30px 0 0;
}

.boot-5 .nav-tabs {
    background-color: #cce5e6 !important;
	margin: 0 1.5rem;
}

.boot-5 .nav-tabs>li.active>a {
    background-color: unset !important;
}

.boot-5 .nav-tabs>li>a {
    background-color: unset !important;
}

.boot-5 #pageTabs li {
	background-color: #F4F8F9;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
	margin: 0 0.15rem;
}
.boot-5 #pageTabs li.active {
	background-color: #fff;
    color: #000000;
}
.boot-5 #pageTabs li .close {
    color: #afafaf;
    background-color: unset;
    float: right;
    font-size: 15px;
    border: 0;
}

.boot-5 #footer {
	background-color: var(--b5-bg-pages) !important;
    background: unset;
	z-index: 11;
}

.boot-5 a.topLevelLink {
	background: #00adef;
	background: -moz-linear-gradient(left, #00adef 0%, #0ccfaf 50%, #00adef 100%);
	background: -webkit-linear-gradient(left, #00adef 0%, #0ccfaf 50%, #00adef 100%);
	background: linear-gradient(to right, #00adef 0%, #0ccfaf 50%, #00adef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#00adef', GradientType=1);
	color: #fff;
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-position: left top;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	border: 1px solid #00adef;
	border-radius: 25px;
	width: unset;
	display: inline-block;
	padding: 0.5rem 3rem;
	margin: 0px 10px 5px 10px;
}


.boot-5 #footer .icon {
	background: #00adef;
	background: -moz-linear-gradient(left, #00adef 0%, #0ccfaf 50%, #00adef 100%);
	background: -webkit-linear-gradient(left, #00adef 0%, #0ccfaf 50%, #00adef 100%);
	background: linear-gradient(to right, #00adef 0%, #0ccfaf 50%, #00adef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#00adef', GradientType=1);
	color: #fff;
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-position: left top;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	border: 1px solid #00adef;
	border-radius: 25px;
	width: unset;
    display: inline-block;
    padding: 0.5rem 3rem;
    margin: 0px 10px 5px 10px;
}
.boot-5 #footer .icon:hover {
    color: #fff;
    background-position: right top;
}

.boot-5 #footer .icon .iconImage, .boot-5 #footer .icon .iconImageLabel {
    display: inline-block;
}
.boot-5 #footer .iconImage {
    width: 18px;
    margin: 0 0.8rem 0 0;;
	filter:  brightness(0) invert(1);
}

.headerNav.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
  
.headerNav.fixed .boot-5 {
	padding-top: 102px;
}

.taskListItem {
	font-size: 16px;
}

.boot-5 .table.dataTable th, .boot-5 table th, table.table_scorecard_class thead th {
	background-color: var(--b5-bg-table-heading);
    color: var(--b5-text-th) !important;
    font-size: 12px;
    font-weight: 600 !important;
    padding: 10px 10px !important;
	padding-right: 35px !important;
    vertical-align: middle;
    border: 0 !important;
}

.boot-5 table.dataTable td.dtr-control {
	padding-left: 30px !important;
}

.boot-5 table.dataTable.msc_list_table td {
	font-size: 12px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 10px;
	padding-right: 10px !important;
	/* border: none !important; */
}



table tr.odd {
	background-color: #fff !important;
}
table tr.even {
	background-color: #F1F5F6 !important;
}

table tr.odd:hover, table tr.even:hover {
	background-color: #d3e0e5 !important;
}

// Used to force a hover on a secondary row, tied to row being hovered
table tr.odd.manual-hover, tr.even.manual-hover {
	   background-color: #d3e0e5 !important;
   }

.boot-5 table tr.odd {
	background-color: var(--b5-bg-table-odd) !important;
}
.boot-5 table tr.even {
	background-color: var(--b5-bg-table-even) !important;
}

.boot-5 table tr.odd:hover, .boot-5 table tr.even:hover {
	background-color: var(--b5-bg-table-hover) !important;
}

// Used to force a hover on a secondary row, tied to row being hovered
.boot-5 table tr.odd.manual-hover, .boot-5 tr.even.manual-hover {
	background-color: var(--b5-bg-table-hover) !important;
}

.boot-5 table tbody tr.odd.selected>*,
.boot-5 table tbody tr.even.selected>*,
.boot-5 table.dataTable tbody tr.selected>* {
	background-color: var(--b5-bg-table-select);
	color: var(--b5-text-contrast);
	box-shadow: unset;
}

.boot-5 table tr.odd.selected:hover>*,
.boot-5 table tr.even.selected:hover>*,
.boot-5 table.dataTable tbody tr.selected:hover>*{
	background-color: var(--b5-bg-table-select-hover);
}

.boot-5 table.dataTable.msc_list_table tr:nth-child(odd), .boot-5 table.msc_list_table tr:nth-child(odd), .boot-5 .select-employee-type-row:nth-child(odd) {
    background-color: var(--b5-bg-table-odd);
	font-size: 12px;
	border: none !important;
	padding: 0.5rem;
	margin-left: 0px;
}
.boot-5 table.dataTable.msc_list_table tr:nth-child(even), .boot-5 table.msc_list_table tr:nth-child(even), .boot-5 .select-employee-type-row:nth-child(even) {
    background-color: var(--b5-bg-table-even);
	font-size:  12px;
	border: none !important;
	padding: 0.5rem;
	margin-left: 0px;
}

.boot-5 table.dataTable {
    width: 100% !important;
    /* margin: 0 auto !important; */
    clear: both !important;
	border: none !important;
	/* margin-top: 25px !important; */
}
.boot-5 .dataTables_wrapper .dataTables_filter input{
	/* margin-left: 25px; */
    border-radius: 50px;
    width: auto;
    height: 44px;
    padding: 0 25px;
    font-size: 14px;
    color: var(--b5-text-data);
}
.boot-5 input[type="search"] {
	border:1px solid #D6D6D6 !important; 


}
.boot-5 input[type="search"]:focus {
	border:2px solid #000 !important; 
}


.boot-5 .dataTables_wrapper .dataTables_length select {
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
    padding: 0 35px 0 20px;
    background-size: 15px auto;
    background-position: right 15px center;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='lightgray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    border: 1px solid #D6D6D6;
    height: 40px;
    border-radius: 50px;
    background-repeat: no-repeat;
    font-size: 12px;
    color: var(--b5-text-data);
    appearance: none;
    min-width: 105px;
	width: auto;
    margin: 0 12px;
}
.boot-5 button.dt-button.buttons-collection.buttons-colvis {
    display: none;
}
.boot-5 div.msc_list_table_div, div.msc_edit_table_div, div.top_level_links_div {
    width: 100%;
}
.boot-5 table.dataTable{
	/* padding-top:40px ; */
	/* max-width: 100% ; */
	/* display: block; */
}

.boot-5 .dataTables_wrapper .dataTables_length {
	float: unset;
	display: inline-block;
	width: 50%;
}
.boot-5 .dataTables_wrapper .dataTables_filter {
	float: unset;
	display: inline-block;
    text-align: right;
	width: 50%;
}
.boot-5 .dataTables_wrapper .dataTables_filter label {
    text-align: right;
}
.boot-5 .drillTableHeader{
	margin-bottom: 1rem;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

@media (max-width: 650px) {
	.boot-5 .dataTables_wrapper .dataTables_length {
		float: unset;
		display: block;
		width: 100%;
		text-align: center;
	}
	.boot-5 .dataTables_wrapper .dataTables_length label select {
		width: 100px;
	}
	.boot-5 .dataTables_wrapper .dataTables_filter {
		float: unset;
		display: block;
		text-align: right;
		width: 100%;
		text-align: center;
	}
	.boot-5 .dataTables_wrapper .dataTables_filter label {
		text-align: left;
	}
	.boot-5 .dataTables_wrapper .dataTables_length label input {
		width: 200px;
	}
	#footer {
		position: relative;
		height: 200px;
		z-index: 0 !important;
	}
	#footer div {
		position: relative !important;
	}
	.boot-5 #footer .icon {
		margin: 0 1px 10px 10px;
	}

}
.boot-5 .container, .boot-5 .container-lg, .boot-5 .container-md, .boot-5 .container-sm, .boot-5 .container-xl {
	max-width: 100% !important;
}	

.boot-5 table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, .table_scorecard_class .sorting_1:before {
	background-color: #0cceb1 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

.boot-5 .msc_edit_table_div_wrapper {
	border: 0;
}

/* @media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%;
	}	
} */

/* Data Tables Sorting Icon */
.boot-5 .sorting_asc::before, .sorting_asc::after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after{
	font-size:1.9em;
}

.boot-5 .sorting_asc::before, table.dataTable thead>tr>th.sorting:before {
	bottom: 50%;
	content: '\25B4';
	/* content: "▴"; */
}
.boot-5 .sorting_asc::after, table.dataTable thead>tr>th.sorting:after {
	top: 50%;
	/* content: "▾"; */
	content: '\25BE';
}


/*
table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
	bottom: 50%;
	content: "▴";
}
*/


/* Tab Menu margin */
.boot-5 .mainNav {
    margin-left: 20px !important;
}
.boot-5 .top_level_links_div>b{
	color: #333;
	padding:8px 25px;
	border-radius:30px;
	transition:0.5s ease-in;
}
.boot-5 .top_level_links_div b{
	color: #333;
}
.boot-5 .top_level_links_div:hover b{
	color:#0acbb5;
	transition:0.5s ease-in;
}
a:not([href]):not([class]){
	/* border:1px solid transparent; */
}
a:not([href]):not([class]):hover{
	color:#0acbb5;
	transition:0.5s ease-in;
}
.boot-5 table.dataTable.msc_list_table td, .boot-5 table.msc_list_table td{
	border:0px ;
	font-size: 14px;
    color: var(--b5-text-data);
    font-weight: 400;
}

.boot-5 table.dataTable.msc_list_table tr.msgUnread td, .boot-5 table.msc_list_table tr.msgUnread td {
    font-weight: 700;
}


.boot-5 input[type=checkbox]{
    border: 1px solid #00adef !important;
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: none !important;
    cursor: pointer;
	margin-right:5px;
	padding:2px;
}
.boot-5 input[type=checkbox]:checked {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e); */
	background-size:auto;
	background-position: center;
	background-color: #00adef;
}
.boot-5 .inline-inputs {
	display: inline;
	max-width: 49%;
}
.boot-5 .del-edit-manage-task{
	float:right;
	font-size:13px;
	padding:8px 24px;
	width:180px;
	height: 49px; 
	margin: 11px;
}

.boot-5 .button, .btn-primary {
	background: #00adef !important;
	background: -moz-linear-gradient(left, #00adef 0%, #0ccfaf 50%, #00adef 100%) !important;
	background: -webkit-linear-gradient(left, #00adef 0%, #0ccfaf 50%, #00adef 100%) !important;
	background: linear-gradient(to right, #00adef 0%, #0ccfaf 50%, #00adef 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#00adef', GradientType=1) !important;
	color: #fff;
	-webkit-background-size: 200% auto !important;
	background-size: 200% auto !important;
	background-position: left top !important;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s !important;
	border: 1px solid #00adef !important;
	border-radius: 25px;
	width: unset;
    display: inline-block;
    padding: 0.5rem 3rem;
}
.boot-5 .button:hover, .btn-primary:hover {
    color: #fff;
    background-position: right top !important;
}
.boot-5 #documents_new .dtr-control b {
	font-weight: 400 !important;
}


.boot-5 .security_settings_selects.row:nth-of-type(even) {
	background-color: var(--b5-bg-table-even);
}

.mainCol {
	margin-bottom: 75px !important;
}

.bootstrap-label {
	margin: 1rem 0 0.3rem;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

@media only screen and (max-width: 992px) {
	.d-none {
		display: none;
	}
	.d-flex {
		display: flex;
	}
}
@media only screen and (min-width: 992px) {
	.d-md-none {
		display: none;
	}
	.d-md-flex {
		display: flex; 
	}
}

.div.msc_edit_table_div_wrapper {
	padding: 20px;
}

table.dataTable {
	margin-top: 0 !important;
}
table.dataTable.msc_list_table th, table.msc_list_table th {
	background-color: #e1e1e1;
	padding-left: 6px;
	border: 0px solid var(--standard-border-color)!important;
}

.boot-5 table.dataTable.msc_list_table th, .boot-5 table.msc_list_table th {
	background-color: var(--b5-bg-table-header);
    padding-left: 6px;
    border: 0px solid var(--standard-border-color)!important;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.5em 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 0px;
	background: unset !important;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid rgb(0 174 238);
    background-color: #00aeee;
    background: linear-gradient(to bottom, #00aeee 0%, #00aeee 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid #0cceb1;
    background-color: #0cceb1;
    background: linear-gradient(to bottom, #0cceb1 0%, #0cceb1 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5rem 1rem !important;
	transition: none;
}

.boot-5 .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #01aeed;
    border-color: #00aeee;
}
.boot-5 .page-link {
    color: #00aeee;
    border: 0px !important;
}
.boot-5 .page-link:focus {
    color: #00aeee;
}
.boot-5 .page-link:hover {
    color: #00aeee;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.eyebrow-field {
	font-weight: 500;
	color: #717F84;
    font-size: 12px;
    margin: 0;
    margin-bottom: 3px;
}

.boot-5 .eyebrow-field {
	color: var(--b5-text-label);
}
.main-field {
	font-weight: 500;
	color: #20252A;
	font-size: 17px;
	margin: 0;	
}

.boot-5 .main-field {
	color: var(--b5-text-data);
}

.boot-5 tr:hover {
	background-color: var(--b5-bg-table-hover);
}
.boot-5 tr.selected {
	background-color: var(--b5-bg-table-select);
}
.boot-5 tr.selected:hover {
	background-color: var(--b5-bg-table-select-hover);
}


.tab-pane {
	margin-bottom: 75px;
}
.boot-5 .header-bar {
	background-color: var(--b5-bg-area-heading);
    color: #fff;
    padding: 0.5rem;
}
.header-bar {
	background-color:  #f8f9fa;
    padding: 0.5rem;
}
.my-2 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.my-3 {
    margin-top: 1.2rem!important;
    margin-bottom: 1.2rem!important;
}
.mb-2 {
    margin-bottom: 1rem!important;
}
.mb-3 {
    margin-bottom: 1.2rem!important;
}

.boot-5 table thead {
	background-color: var(--b5-bg-table-heading) !important;
}

.v-middle {
	display: flex; 
	flex-direction: row; 
	justify-content: left; 
	align-items: center;	
}
.v-end {
	display: flex; 
	flex-direction: row; 
	justify-content: left; 
	align-items: end;	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00adee;
	border-radius: 25px;
	margin: 0 .2rem;
}
.nav-pills>li>a:hover {
    color: #fff;
    border-radius: 25px;
	background-color: #0cceb1 !important;
	border: 0px solid #0bceb0 !important;
}
.nav-pills .nav-link {
	transition: unset;
}

.nav-link {
	color: #00adee;
}

/*
  Sam said he thought this styled the tooltip but it was whiting out all the rowcharts in Incident Dashboard
  Styling tooltips: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/tool-tips

.fusioncharts-container rect {
	fill: #f9f9f9;
}
*/

/* .drillTable tr.child:nth-child(even)  {
    background-color: #F1F5F6;
} */


.cardBody {
	border: 1px solid #F1F5F6;
	padding: 15px 10px;
	font-size: 14px;
	color: #20252A;
}

.boot-5 .cardBody {
	border: 1px solid var(--b5-bg-card-panel-border);
	color: var(--b5-text-data);
}


.cardBody .btn-primary{
    font-size: 12px;
    padding: 0.5rem 1rem;
    min-height: unset;
    width: 100%;;
}

#offSchedule2 h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.shiftAlert{
	background-color: #0cceaf;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
}


.task_assignments .row:nth-child(even)  {
	background-color: #F1F5F6;
}

.boot-5 .task_assignments .row:nth-child(even)  {
	background-color: var(--b5-bg-table-even);
}

.boot-5 .task_assignments .row:nth-child(odd)  {
	background-color: var(--b5-bg-table-odd);
}


.schedule_block {
	display: none;
	margin-left: 1rem;
}
.schedule_block .schedule_title {
	display: inline;
}
.copyright {
	color:#fff;
}
.boot-5 .copyright {
	color:#333;
}

.statistics_panel {
	background-color: #F1F5F6;
	padding: 1rem;
	/* margin-top: 2.5rem; */
	margin-bottom: 20px;
}
.boot-5 .statistics_panel {
	background-color: var(--b5-bg-card-panel-border);
}

.statistics_panel h4 {
	color: #20252A;
	font-size: 18px;
}

.boot-5 .statistics_panel h4 {
	color: var(--b5-text-label);
}

.statistics_panel_icon {
	padding: 10px;
    border-radius: 25px;
    width: 100%;
    max-width: 40px;
    height: auto;
    text-align: center;
}
.icon_failed {
	background-color: #6B98BF;
}
.icon_tasks {
	background-color: #F28989;
}
.icon_incidents {
	background-color: #FDCF00;
}
.icon_employees {
	background-color: #6B98BF;
}
.icon_default {
	background-color: #0bcdb2;
}

.statistics_panel_title {
	display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
	color: #20252A;
}

.boot-5 .statistics_panel_title {
	color: var(--b5-text-data);			/* Using "data" to make this a bit more vivid */
}

.statistics_cardStyle {
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #F1F5F6;
}
.boot-5 .statistics_cardStyle {
	background-color: var(--b5-bg-pages);
	border: 2px solid var(--b5-bg-card-panel-border);
}

.statistics_cardTitle {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #F1F5F6;
	padding: 10px 15px;
	display: block;
	height: auto;
	text-align: left;
}

.boot-5 .statistics_cardTitle {
    color: #000;
    background-color: var(--b5-bg-card-panel-border);
}

.statistics_cardTitleAlert {
	display: inline;
	background-color: red;
	color: white;
	padding: 7px;
}

.boot-5 .statistics_cardTitleAlert {
	background-color: var(--alert-background-color);
	color: white;
}



.boot-5 .statistics_cardStyle {
	border: 3px solid var(--b5-bg-card-panel-border);        /
}
.boot-5 .statistics_cardTitle {
	background-color: var(--b5-bg-card-panel-border);
}



.statistics_cardTitle_icon {
	margin-left: 1rem;
}
.statistics_cardBody {
	padding: 20px 15px;
}
.quote-icon {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.quote-message {
	display: block;
	font-size: 16px;
	margin-bottom: 1rem;
	text-align: center;
}
.quote-author {
	display: block;
	font-size: 16px;
    color: #000;
	text-align: center;
}
.clock-in-out {
	padding: 2rem;
	text-align: center;
}
.clock-in-out .button {
	width: 100% !important;
	max-width: 350px;
}

.calendarHeader {
	display: flex;
	margin-bottom: 2rem;
}

.calendarThumb {
	flex: 1 1 0;
	width: 0;
	margin: 0.5rem;
}
.dlStyle .dt {
    font-size: 12px;
    font-weight: normal;
}
.dlStyle .dd {
    font-size: 17px;
	color: #20252A;
	margin-bottom: 1rem;
}

.boot-5 .dlStyle .dd {
	color: var(--b5-text-data);
}



.statistics_cardStyle  .tasks_row {
	border-bottom: 1px solid #e9e9e9;
}

.dashboard_cards {
	padding: 1rem;
}

.store_inspection_items_table {

}
/*
.titleStyle {
	padding: 8px 20px;
    background-color: #00ADEF;
    display: block;
    color: #fff;
    font-size: 14px;
}
 */

.menuDashFailedHasImage {
	text-decoration: underline;
}

.menuDashFailedItemSelected {
	font-weight: 700;
}



.menuDashRecentlyFailed {
	width: 100%;
}
.store_inspection_table th .tday {
	font-size: 14px;
    line-height: 1;
    display: block;
    color: #000000;
	text-align: center;
}
.store_inspection_table th .tTime {
    font-weight: 400;
    display: block;
	text-align: center;
	color: #20252a;
}
.boot-5 .store_inspection_table th .tTime {
	color: var(--b5-text-th);
}

@media (max-width:769px) {
	.store_inspection_table th .tTime {
		font-size: 12px;
	}
}

.pill {
	padding: 4px;
	max-width: 45px;
}
.pill_wrapper {
	padding: 4px;
}

.exBg, .faBg, .pBg {
    margin: 0 0 0 1rem;
}

.exBg, .pill_green {
    background-color: #B1DFB1;
	padding: 4px;
    text-align: center;
	color: #20252A;
}

.faBg, .pill_yellow {
    background-color: #FDCF00;
	padding: 4px;
    text-align: center;
	color: #20252A;
}

.pBg, .pill_red {
    background-color: #F28989;
	padding: 4px;
    text-align: center;
	color: #20252A;
}

.boot-5 .exBg, .boot-5 .pill_green,
.boot-5 .faBg, .boot-5 .pill_yellow,
.boot-5 .pBg,  .boot-5 .pill_red {
	color: var(--b5-text-data);
}



.d-none {
	display: none;
}
.close_panel {
	text-align: right;
	color: #000;
}
.close_panel span {
	padding-left: 1rem;
}
.open_panel {
	text-align: right;
	color: #000;
}
.open_panel span {
	padding-right: 1rem;
}

/*
table.table_scorecard_class tbody th {
	background-color: #00aeee;
    color: #FFF !important;
}

.boot-5 table.table_scorecard_class tbody th {
	background-color: var(--b5-bg-table-rowgroup);
	color: var(--b5-text-rowgroup);
}
 */


.dtrg-group.dtrg-start {
	background-color: #00ADEF !important;
	color: #fff !important;
	font-size: 14px;
}

.boot-5 table tr.dtrg-group.dtrg-start,
.boot-5 table tr.dtrg-group.dtrg-start th
{
	background-color: var(--b5-bg-table-rowgroup) !important;
	color: var(--b5-text-rowgroup) !important;
}

.boot-5 table tr.dtrg-group.dtrg-start:hover,
.boot-5 table tr.dtrg-group.dtrg-start:hover th
{
	background-color: var(--b5-bg-table-rowgroup-hover) !important;
	color: var(--b5-text-rowgroup) !important;
}


.dtrg-group.dtrg-start th {
	background-color: unset !important;
	color: #fff !important;
}


tr.child td.child {
	padding-left: 20px;
}
.add-icon {
	max-width: 15px;
    vertical-align: top;
    padding-top: 2px;
}
.statistics_panel_wrapper {
	margin-right: 0;
    margin-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.statistics_panel_wrapper .statistics_panel_col  {
	display: inline-block;
}
.statistics_panel_wrapper .statistics_panel_text {
	padding: 0 1.5rem;
}
.statistics_panel_toggle {
	margin-bottom: 1rem;
}

.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: 25px!important;
	background: initial;
	background-color: #6e7881!important;
	color: #fff;
	font-size: 1em;
}
.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: 25px!important;
	background: initial;
	background-color: #00aeed!important;
	color: #fff;
	font-size: 1em;
}
.gear {
    color: #00aeed;
}
td.red {
	background-color: #f28989 !important;
    color: #fff;
}

.swal2-popup {
	padding: 1.2rem !important;
}

.swal2-modal {
    max-width: 500px!important;
    width: 100%!important;
}
.swal2-icon{
	/* width: 50px!important;
    height: 50px!important; */
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 2.5em!important;
}
.swal2-title {
	padding: 0!important;
    font-size: 1.5rem!important;
}
.swal2-html-container {
	font-size: 1rem!important;
}
.swal2-select, .swal2-textarea {
	display: block;
    width: 100%!important;
    margin: 1rem 0!important;
}
.swal2-input-label {
    display: inline-block !important;
}
.panel_search_icons {
	max-width: 20px;
}

.display-img>div>img, .img-card img  {
    border-radius: 15px!important;
    float: none !important;
    max-height: 250px !important;
	margin: 1rem;
}
.dashboard-img-card{
	float: none !important;
    max-height: 250px !important;
	margin: 1rem;
}

.inline-label {
	display: inline-block !important;
	width: unset !important;
	padding-right: 10px;;
}
.inline-icon {
	display: inline-block !important;
}
.getDropdownContent{
	z-index: 100;
	max-height: 150px;

}
.dropdown-item.multiselect-all {
	display: block;
    width: 100%;
    text-align: left;
}
.dropdown-item .form-check .form-check-input, 
.dropdown-item .form-check .form-check-label {
	display: inline-block;
}

@media screen and (max-width: 768px){
    #header {
        position: relative !important;
    }
    #tabPages {
        margin-top: 25px !important;
    }
}
.boot-5 #header {
	position: unset !important;
    width: 100% !important;
    z-index: 10;
}
#header {
	position: fixed;
    width: 100%;
    z-index: 10;
}


.boot-5 #tabPages {
    margin-top: unset !important;
}
#tabPages {
    margin-top: 125px;
}
/* .row {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
} */
#emp_schedule .fc-scroller, #content_schedule .fc-scroller {
	height: 100% !important;
	max-height: 400px;
}
#employee_dashboard.tab-pane, #location_dashboard.tab-pane {
    margin-bottom: 0px !important;
}
#emp_schedule.tab-pane, #content_schedule.tab-pane {
	margin-bottom: 0px !important;
}
.dataTables_scrollHeadInner {
	width: 100% !important;
}

.failed_images_col .eyebrow-field,
.failed_images_col .main-field {
	text-align: left !important;
}

#zoomImg {
    margin: 0 auto;
    width: 100%;
}
.zoomModal {
	padding-top: 0 !important;
}
#zoomCaption {
	max-width: unset !important;
	top: unset !important;
	bottom: 40px !important;
}
#zoomCaption .btn {
	padding: 10px;
    min-height: 25px;
	margin: 0 0.5rem 0.5rem;
}
.zoomClose {
    right: 15px !important;
}

