/* Remove Number Spin Buttons */
/********************************/
:root {
	--level-1-bc: #262a2a;
	--level-1-c: #ffffff;
	--level-2: #f5cc7f;
	--level-3: #7b9fe0;
	--level-4: #f27c8d;
	--black: black;
	--orange: #f89406;
}

/* Chrome, Safari, Edge, Opera */
.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

/* Firefox */
.no-spin {
	-moz-appearance: textfield !important;
}


/* Draggable Table Rows */
.draggable {
	cursor: move;
}

.draggable.dragging {
	opacity: .75;
}

#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.75) url("../../public/images/Loading.gif") no-repeat center center;
	z-index: 10000;
}

.rectangle {
	position: relative;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.logo {
	max-height: 50px;
}

.back-color {
	background-image: -webkit-linear-gradient(0deg, rgba(51,51,51,1.00) 10%,rgba(102,102,102,1.00) 48%,rgba(102,102,102,1.00) 52%,rgba(51,51,51,1.00) 90%);
	background-image: -moz-linear-gradient(0deg,rgba(51,51,51,1.00) 10%,rgba(102,102,102,1.00) 48%,rgba(102,102,102,1.00) 52%,rgba(51,51,51,1.00) 90%);
	background-image: -o-linear-gradient(0deg,rgba(51,51,51,1.00) 10%,rgba(102,102,102,1.00) 48%,rgba(102,102,102,1.00) 52%,rgba(51,51,51,1.00) 90%);
	background-image: linear-gradient(90deg,rgba(51,51,51,1.00) 10%,rgba(102,102,102,1.00) 48%,rgba(102,102,102,1.00) 52%,rgba(51,51,51,1.00) 90%);
}

.head_txt {
	font-family: "Nunito Sans", sans-serif;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-pointer :hover {
	background-color: #ffffff !important;
}

.carousel-indicators li {
	background-color: #202020 !important;
}

.carousel-indicators .active {
	background-color: #000000 !important;
}

.email_tbl {
	border: thin solid black;
	width: 99%;
	margin: auto;
	background-color: #ffffff;
	font-family: Georgia, Times New Roman, serif;
	font-size: medium;
}

.alert-expired {
	background-color: #3c327c;
	color: antiquewhite;
	border-color: #262d35;
}

.alert-expired :link {
	color: cyan;
}

.alert-expiring {
	background-color: #834900;
	color: #ffffff;
	border-color: #262d35;
}

.alert-expiring :link {
	color: #262d35;
}

.dbs-expired {
	background-color: firebrick;
	color: antiquewhite;
	border-color: #262d35;
}

.dbs-expired :link {
	color: cyan;
}

.dbs-expiring {
	background-color: orange;
	color: #343a40;
	border-color: #262d35;
}

.dbs-expiring :link {
	color: #262d35;
}

.border-1 {
	border-style: double;
}

.fit-content {
	white-space: nowrap;
}

.font-small {
	font-size: 10px !important;
}

.font-medium {
	font-size: 16px !important;
}

.font-large {
	font-size: 22px !important;
}

.w-150px {
	width: 150px;
}
.w-75px {
	width: 75px;
}
.w-5 {
	width: 5% !important;
}
.w-30 {
	width: 30% !important;
}
.w-40 {
	width: 40% !important;
}
.mb--8 {
	margin-bottom: -8px !important;
}
.sp-img {
	max-height: 120px;
	max-width: 120px;
}

.event-images {
	max-height: 180px !important;
}
.home-images {
	max-height: 350px !important;
}

.prev:hover, .datepicker-switch:hover, .next:hover, .day:hover, .month:hover, .year:hover, .decade:hover, .century:hover {
	color: #343a40;
}

td.today {
  background-image: linear-gradient(to bottom,#fb8c00,#ffbc34) !important;
	background-color: orange !important;
}
span.focused {
	background-image: linear-gradient(to bottom,#fb8c00,#ffbc34) !important;
	background-color: orange !important;
}

.topbar .dropdown-item:hover {
	background-color: #343a40 !important;
}

.gd-head {
	align-items: center;
}

.dropdown-submenu {
	position: relative !important;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: 1.2em !important;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	/*margin-left: .05rem;*/
	/*margin-right: .05rem;*/
}

.dataTables_filter {
	float: right !important;
	color: #191919 !important;
}

.dataTables_length {
}

.dataTables_info {
	margin-top: 5px !important;
}

.dataTables_paginate {
	float: right !important;
	margin-top: 5px !important;
}

/*******************
Organogram
******************/
.tree {
	width: 100%;
	height: auto;
	text-align: center;
}
.tree ul {
	padding-inline-start: 0;
	padding-left: 0;
	padding-top: 20px;
	position: relative;
	transition: .5s;
}
.tree ul.no-vertical-line {
	padding-inline-start: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: -10px;
	position: relative;
	transition: .5s;
}
.tree li {
	display: inline-table;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 10px;
	transition: .5s;
}
.tree li div {
	padding: 3px 5px 3px 5px !important;
	font-size: small;
}
.tree li:before, .tree li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #343a40;
	width: 52%;
	height: 10px;
}
.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #343a40;
}
.tree li.vertical-line:before, .tree li.vertical-line:after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #343a40;
	width: 75%;
	height: 10px;
}
.tree li.vertical-line {
	display: inline-table;
	padding: 29px 5px 5px 5px;
}
.tree li.vertical-line:before{
	padding-top: 0;
	height: 135px;
}
.tree li.vertical-line:after {
	height: 144px;
	padding-top: 0;
}

.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}
.tree li:only-child {
	padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
	border: 0 none;
}
.tree li:last-child::before {
	border-right: 1px solid #343a40;
	border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
	border-radius: 5px 0 0 0;
}
.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #343a40;
	width: 0;
	height: 20px;
}
.tree ul.no-vertical-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
}
.tree ul.str-vertical-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #343a40;
	width: 0;
	height: 87px;
}
/* Hover Section */
.tree li div:hover, .tree li div:hover+ul div, .tree li div:hover+ul +ul div, .tree li div:hover+ul +ul +ul div {
	cursor: default;
	background: #c8e4f8 !important;
	color: red !important;
	border: 1px solid orange !important;
}
.tree li div:hover+ul::before, .tree li div:hover+ul li::before, .tree li div:hover+ul li::after, .tree li div:hover+ul li ul::before,
.tree li div:hover+ul +ul li::before, .tree li div:hover+ul +ul li::after, .tree li div:hover+ul +ul li ul::before,
.tree li div:hover+ul +ul +ul li::before, .tree li div:hover+ul +ul +ul li::after,  .tree li div:hover+ul +ul +ul li ul::before {
	border-color: orange !important;
}
/*
Calendar
*/
.calendar {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #f0f0f0;
}
.calendar-navigation a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	margin: 0 5px;
}
.calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.day-header {
	padding: 8px;
	text-align: center;
	background-color: #eeeeee;
	font-weight: bold;
}
.day-cell {
	padding: 8px;
	text-align: left;
	border: 1px solid #eeeeee;
	min-height: 50px;
}
.day-cell.today {
	background-color: orange !important;
}
.day-number {
	font-weight: bold;
	margin-bottom: 5px;
}
.event {
	background-color: #ccffff !important;
	color: #333333 !important;
	padding: 3px;
	margin-bottom: 2px;
	border-radius: 3px;
	font-size: medium;
	cursor: pointer;
}
.empty {
	border: 1px solid #eeeeee;
}

@media (max-width: 576px) {
	.event {
		font-size: x-small;
		cursor: pointer;
	}
	.w-10 {
		width: 100%;
	}
	.w-20 {
		width: 100%;
	}
	.text-right {
		text-align: left !important;
	}
	.gd-head img {
		max-height: 50px;
		width: auto;
	}
	.m-login {
		font-size: 12px !important;
		align-items: baseline;
	}
	a {
		font-size: medium !important;
	}
	p {
		font-size: medium !important;
	}
}

@media (max-width: 768px) {
	.w-10 {
		width: 100%;
	}
	.w-20 {
		width: 100%;
	}
	.text-right {
		text-align: right !important;
	}
	.gd-head img {
		max-height: 50px;
		width: auto;
	}
	.gd-head h1 {
		font-size: 24px;
	}
	.m-login {
		font-size: 8px;
	}
	a {
		font-size: small !important;
	}
	p {
		font-size: small !important;
	}
}

@media (max-width: 992px) {
}

@media (min-width: 768px) {
	.w-10 {
		width: 10%;
	}

	.w-20 {
		width: 20%;
	}

	.text-right {
		text-align: right !important;
	}

	.p-title {
		padding-top: 20px;
	}

	.gd-head h1 {
		font-size: 65px;
	}

	.gd-head img {
		height: 130px;
	}

	.m-login {
		font-size: 14px;
	}
}
/*******************
Dark Down arrow
******************/
.has-dark-arrow {
	position: relative; }
.has-dark-arrow::after {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 10px;
	-webkit-transform: rotate(135deg) translate(0, -50%);
	-ms-transform: rotate(135deg) translate(0, -50%);
	-o-transform: rotate(135deg) translate(0, -50%);
	transform: rotate(135deg) translate(0, -50%);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	top: 26px;
	right: 15px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out; }

/*.sidebar-nav .active > .has-arrow::after,*/
/*.sidebar-nav li.selected > .has-arrow::after,*/
.sidebar-nav li.active > .has-dark-arrow::after,
.sidebar-nav li > .has-dark-arrow.active::after,
.sidebar-nav .has-dark-arrow[aria-expanded="true"]::after {
	-webkit-transform: rotate(-135deg) translate(0, -50%);
	-ms-transform: rotate(-135deg) translate(0, -50%);
	-o-transform: rotate(-135deg) translate(0, -50%);
	transform: rotate(-135deg) translate(0, -50%);
}
