@font-face {
	font-family: Lato;
	src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
	font-family: 'sansationregular';
	src: url('../fonts/Sansation-Regular-webfont.eot');
	src: url('../fonts/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sansation-Regular-webfont.woff') format('woff'),
		url('../fonts/Sansation-Regular-webfont.ttf') format('truetype'),
		url('../fonts/Sansation-Regular-webfont.svg#sansationregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sansationitalic';
	src: url('../fonts/Sansation-Italic-webfont.eot');
	src: url('../fonts/Sansation-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sansation-Italic-webfont.woff') format('woff'),
		url('../fonts/Sansation-Italic-webfont.ttf') format('truetype'),
		url('../fonts/Sansation-Italic-webfont.svg#sansationitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-webkit-scrollbar-thumb {
	background-color: var(--text-c1);
	border-radius: 0.5em;
}

:root {
	--navbar-height: 5.3em;
}

#container {
	padding-right: 0 !important;
	width: 80%;
	margin: 0 0 2em 10%;
}

html,
body {
	background-color: var(--bg-c1);
}

body, legend, h1, h2, h3, h4, h5, span, p, input, td, th, table, a{
	font-family: 'Lato', sans-serif;
}

.page-footer {
	width: 100%;
}

#footer {
	position: absolute;
	bottom: -13em;
}

.page-footer .footer-signature {
	position: relative;
	bottom: 1em;
	right: -10em;
}

.ps-navbar {
	background-image: linear-gradient(var(--fg-c2), var(--fg-c3));
	left: 0;
	z-index: 9999;
}

.settings-icon:hover {
	filter: brightness(1);
}

.ps-logo {
	margin: 0.7em 0 0 0.7em !important;
}

.icons-notif-badge {
	position: relative;
	top: -27px;
	right: -10px;
	width: fit-content !important;
	min-width: 17px;
}

.ps-nav-links li a {
	color: #fff;
}

.time-cell {
	white-space: pre-line;
	padding: 8px !important;
	line-height: 1.4;
}

.select2-container--default .select2-selection--multiple {
	min-height: 34px;
	height: auto;
	max-height: 100px;
	overflow-y: auto;
}

.select2-container {
	width: 100% !important;
}

.select2-search__field {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 4px;
	white-space: normal;
	word-break: break-word;
}

/* Optional: Add hover state for better UX */
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
	background-color: #e9ecef;
}

/* Optional: Improve dropdown appearance */
.select2-dropdown {
	border-color: #ced4da;
}

.select2-search--dropdown .select2-search__field {
	padding: 6px;
	border-radius: 4px;
}

.ps-nav-links li a:hover, .ps-nav-links li label:hover {
	background-color: var(--text-c2);
	border-radius: 4px;
	filter: opacity(0.5);
}

.ps-nav-dropdown {
	top: 4em !important;
}

.ps-nav-links .open > a {
	background-color: var(--text-c2);
	border-radius: 4px;
	filter: opacity(0.5);
}

.ps-nav-links .ps-nav-dropdown {
	line-height: 22px;
	background-color: var(--fg-c3);
	box-shadow: -1px 2px 9px 1px rgba(0, 0, 0, 0.15);
}

.navbar_heading_color {
	color: #fff !important;
}

.ps-nav-links .ps-nav-dropdown > li.list_heading > a {
	pointer-events: none;
	cursor: default;
	color: #FFF;
	background: none;
}

.ps-link-container .ps-logo a {
	color: var(--bg-c2) !important;
}

.navbar-dropdown-items {
	padding: 1px 17px;
	text-transform: capitalize;
}

.list_heading {
	border-top: 1px solid #fff;
	text-align: center; 
	background-color: var(--fg-c2);
	padding: 3px 0px;
	border-radius: 5px 5px 0 0;
}

.settings-dropdown {
	right: 0;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	top: 2.8em !important;
}
	

.settings-icon {
	height: inherit !important;
	width: 3em;
	justify-content: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.hrstaffhub {
	font-family : 'sansationitalic';
	text-transform: none;
	width: 200px;
	text-align: end;
	position: relative;
	/*color: #FFFF;*/
}

.company-name {
	margin: -7px 0 9px 0;
	font-weight: 100;
	color: #FFFF
}

.fc .fc-button .fc-icon {
	vertical-align: baseline;
}

.circle {
	height: 1.5em;
	width: 1.5em;
	border-radius: 50%;
}

/* Yooma green headers */
.ps-left-header {
	padding-left: 1.2em;
	text-align: left;
	text-transform: uppercase;
	color: var(--text-c3);
}

.ps-page-header {
	background-color: var(--fg-c5);
	text-align: center;
	height: 1.7em;
}

.ps-page-header h4 {
	color: var(--text-header-banner);
	text-transform: capitalize;
	font-size: 18px;
	font-family : 'Lato';
}

.ps-table-no-border {
	text-align: start;
	max-width: 100%;
	width: 100%;
	border: none;
	background-color: transparent;
}

.ps-table .ps-input {
	font-size: 13px;
}

.ps-table thead th {
	font-size: 14px;
}

.ps-table tbody tr:hover {
	filter: brightness(0.9);
	background: none;
}

.table-no-background-img > thead > tr > td {
	background-image: none !important;
}

.ps-table-no-border > tbody > tr > td, .ps-table-no-border > tbody > tr > th, .ps-table-no-border > tfoot > tr > td, .ps-table-no-border > tfoot > tr > th, .ps-table-no-border > thead > tr > td, .ps-table-no-border > thead > tr > th {
	border: none;
	border-bottom: 1px solid var(--border-1);
	padding: 8px 3px 3px 3px;
}

.ps-table-no-border > thead {
	border-bottom: 1px solid #ececec;
}

.dialog-label {
	text-align: end;
	vertical-align: top;
}

.dialog-input {
	margin: 0px 0 0 0;
	width: 100%;
}

.dialog-sections {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
}

.dialog-sections-add-leave {
	margin: 0 0 3em 0;
	display: flex;
	align-items: center;
}

.filter-label {
	background-color: #777;
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.notif-survey-page-block {
	margin-bottom: 2em;
	max-height: 8em;
	border: 1px solid #c3c3c3;
	padding: 4px 5px 7px;
	overflow-y: auto;
	border-radius: 7px;
	min-height: 5em;
}

.notif-survey-page-recipiets .name {
	font-size: 12px;
}

.notif-survey-page-recipiets .remove {
	padding: 2px;
	background-color: #00000028;
	border-radius: 14px;
}

.notif-survey-page-recipiets .remove:hover {
	font-size: 16px;
	background-color: #658e9a;
} 

.notif-survey-page-recipiets {
	margin: 5px 5px 0 0;
	background-color: #6ebcd269;
	padding: 7px;
	border-radius: 1em;
	color: #1f4b58;
}

.ps-tabs {
	border-bottom: 1px solid var(--border-2);
}

.ps-tabs > li {
	white-space: nowrap;
}

.ps-tabs > li > a {
	border-radius: 5px 5px 0 0;
	color: var(--text-c1);
}

.ps-tabs > li.active > a,
.ps-tabs > li.active > a:focus,
.ps-tabs > li.active > a:hover {
	background-color: var(--bg-c1);
	color: var(--text-c1);
	border: 1px solid;
	border-color: var(--border-2) var(--border-2) transparent;
}

.ps-tabs > li.active > a:hover {
	background-color: none;
	color: var(--fa-secondary-color);
	border: 1px solid;
	border-color: var(--border-2) var(--border-2) transparent;
}

.ps-tabs > li.active:hover {
	margin-top: 0px;
}

.ps-tabs > li > a:hover {
	color: var(--fa-secondary-color);
	background: none;
}

.ps-tabs > li:hover {
	margin-top: -2px;
}

.category-tabs > li.active > a {
	background-color: var(--bg-c6) !important;
}

.color-select-option {
	font-size: 15px;
}

.ps-btn-default:disabled {
	background-color: var(--border-3);
	cursor: not-allowed;
	border: none;
}

.ps-btn-default {
	background-color: var(--border-1);
	border: none;
}

.ps-dropdown ul {
	padding: 0;
	border: none;
}

span:disabled {
	cursor: not-allowed;
}

.ps ps-dialog {
	background-color: var(--bg-c1);
}

.ps .ps-dialog-footer,
.ps .ps-dialog-header {
	padding: 0.8em;
}

.ps .ps-dialog-footer {
	color: var(--text-c1);
	background-color: var(--bg-c4);
}

.ps .ps-dialog-header {
	text-transform: capitalize;
	color: var(--text-c4);
	background-color: var(--fg-c6);
	font-size: 1.6em;
}

.help_text > .ps-col-2, .ps-col-1 {
	padding: 0;
}

.ps-btn-group {
	display: flex;
}

.form-inputs {
	margin-bottom: 1em;
}

.ps-end-align {
	text-align: end;
}

.ps-btn-primary {
	background-color: var(--fg-primary);
	color: var(--text-c4);
}

.ps-btn-primary:disabled {
	color: var(--border-3);
	cursor: not-allowed;
}

.ps-btn-default {
	background-color: #e5e5e5;
}

.no-border {
	border: none;
}

.ps-btn-success,
.ps-btn-primary,
.ps-btn-warning,
.ps-btn-default {
	min-width: 2em;
	min-height: 2em;
	border: none;
	text-transform: capitalize;
	padding: 0.5em;
}

.delete-note {
	border: none;
	float: right;
}

.page_help {
	color: var(--text-c3);
	cursor: pointer;
	font-size: 19px;
	font-weight: normal;
	position: absolute;
	top: -0.27em;
}

.demote_help {
	color: var(--text-c3);
	cursor: pointer;
	font-size: 21px;
	font-weight: normal;
	margin-right: 0.5em;
	display: flex;
	align-items: baseline;
	margin-top: 0.19em;
	float: right !important;
}
.employee_page .spacer-bottom {
	margin-bottom: 3em;
}

/* to replace float-right and float-left bs3 classes */
.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

.edit-expire-container {
	display: flex;
	align-items: center;
}

.edit-expire-container span {
	margin-right: 10px; /* Adjust the spacing between the label and input as needed */
}

.ps-input[type="date"] {
	width: auto; /* Ensure the date input field is not too wide */
}

/*-------------------*/

.close-dialog {
	background-color: var(--text-c1);
	border-radius: 50%;
	border: none;
	color: var(--text-c4);
	right: 13px;
	position: absolute;
	top: 7px;
}

.search-results {
	background-color: var(--bg-c2);
	border-radius: 5px;
	box-shadow: 0 6px 12px var(--bg-shadow);
	list-style: none;
	min-width: 50%;
	max-height: 100%;
	overflow-y: scroll;
	margin-top: 2.3em;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	padding: 0px 30px 0px 30px
}

.search-results > li {
	border-bottom: 1px solid var(--border-1);
	padding: 1em 0px 21px 8px;
}

.search-results > li:hover {
	background-color: var(--border-1);
}

.search_result_photo {
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
}

.ps-input-no-border {
	padding: 0 8px 10px 12px;
}

.ps-input-no-border:hover {
	outline: none;
}

.ps-input-no-border:focus {
	outline: none;
}

.search-input {
	background-color: transparent;
	border: none;
	width: 100%;
	border-bottom: 1px solid var(--border-4);
}

.search-block {
	border-bottom: 1px solid var(--bg-c3);
	padding: 2px 5px 13px 8px;
}

.search-icon {
	padding-top: 9px;
	padding-left: 5px;
	background-color: var(--bg-c2);
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	height: 2.2em;
	box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
	padding-right: 5px;
}

.ps-input {
	width: 100%;
	/* box-shadow: inset -5px -6px 10px var(--bg-c2), inset -2px -2px 10px var(--bg-c3); */
	border: none;
	border-radius: 3px;
	background-color: var(--bg-c2);
}

.ps-btn-group button:first-child {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.ps-btn-group button:last-child {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.release-notes-container {
	width: 95%;
	margin-bottom: 3.5em;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: auto;
	margin-left: auto;
}

.ps-alert-nodata {
	background-color: var(--border-1) !important;
	line-height: 2.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-style: italic;
	border-radius: 5px;
	font-size: small;
	color: var(--border-2) !important;
}

@font-face {
	font-family: 'pacifico';
	src: url('../fonts/Pacifico.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@keyframes shake {
	2.5%, 22.5% {
		transform: translate3d(-1px, 0, 0);
	}

	5%, 20% {
		transform: translate3d(2px, 0, 0);
	}

	7.5%, 12.5%, 17.5% {
		transform: translate3d(-4px, 0, 0);
	}

	10%, 15% {
		transform: translate3d(4px, 0, 0);
	}

	25% {
		transform: translate3d(0px, 0, 0);
	}
}

.font-awesome-firefox-dropdownfix {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
}

.relative {
	position: relative;
}

.shake {
	animation: shake 3s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	animation-iteration-count:infinite;
}

.datepicker.ps-form-control.input-sm {
	z-index: 1;
}

.ps-table-no-border > thead > tr > td, .ps-table-no-border > thead > tr > th .both {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 100%;
	cursor: pointer;
}

.ps-table-no-border > thead > tr > td, .ps-table-no-border > thead > tr > th .asc {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 100%;
	cursor: pointer;
}

.ps-table-no-border > thead > tr > td, .ps-table-no-border > thead > tr > th .desc {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 100%;
	cursor: pointer;
}

.user-input-table > tbody > tr > td {
	border-bottom: none !important;
}

.payment-report-data {
	border: none !important;
}

.no-sort-icon {
	background-image: none !important;
}

.darkblue {
	color: #31859D;
}

.yellow {
	color: #FFC000;
}

.lightblue_bg {
	background-color: #6EBCD2 !important;
}

.yellow_bg {
	background-color: #FFC000 !important;
}

.orange_bg {
	background-color: #E8740E !important;
}

.orange {
	color : #E8740E;
}

.lightyellow {
	color: #E3CB51;
}

.green_bg {
	background-color: var(--text-c3) !important;
	color: #fff;
}

.green {
	color:#77933C;
}

.lightblue {
	color : #6EBCD2;
}

.lightgreen {
	color: #E1F2CE;
}

.lightgreyback {
	background-color : #eee;
}

.red {
	color: #FF0000;
}

.maroon{
	color: rgb(100, 22, 22);
}

.grey {
	color : #aaa;
}

.dark_grey {
	color : #999;
}

.blocktext {
	font-weight: bold;
	padding: 3px 5px;
	color: #FFF;
	border-radius: 5px;
}

.red.blocktext {
	background-color: #F00;
}

.darkblue.blocktext {
	background-color: #31859D;
}

.yellow.blocktext {
	background-color: #FFC000;
}

.green.blocktext {
	background-color: #77933C;
}

.orange.blocktext {
	background-color: #E8740E;
}

.nowrap {
	white-space: nowrap;
}

.colorblock {
	width: 15px;
	height: 15px;
	background-color: black;
	float: left;
	margin-top: 3px;
	margin-right: 4px;
}

.color0 {
	background-color: var(--text-c5);
}

.color1 {
	background-color: #FFC000;
}

.color2 {
	background-color: var(--text-c3);
}

.color3 {
	background-color: #E3CB51;
}

.color4 {
	background-color: var(--fg-c6);
}

.color5 {
	background-color: #E1F2CE;
}

.color6 {
	background-color: #68cf00;
}

.color7 {
	background-color: #ff9c34;
}

.history_item {
	color : #AAA;
}

.history_item .green {
	color : #AAA;
}

.table_icon span {
	margin-top: 2px;
}

.table.table-first-child-not-bordered > thead > tr > th {
	border-top: 1px solid #ddd !important;
}

.table.table-first-child-not-bordered > thead > tr > th:last-child {
	border-right: 1px solid #ddd !important;
}

.table.table-first-child-not-bordered > thead > tr > th:first-child {
	border-top: none !important;
	border-right: 1px solid #ddd !important;
}

.table-first-child-not-bordered > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-bottom: 1px dotted #dedede !important;
}

.table-bordered, .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: none;
	border-bottom: 1px dotted #dedede ;
}

.leave-requests-table {
	text-align: left;
}

.leave-requests-table td {
	padding: 6px 0 6px 5px;
}

.left-table_icon {
	left: -60px;
	position: absolute;
	text-align: right;
	top: 5px;
	width: 50px;
}

.employee_photo {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	float:left;
	margin-right: 36px;
	margin-left: 20px;
}

.employee_photo_small {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
}

.employee_photo_small.small_90 {
	width: 90px;
	height: 90px;
}

.employee_photo_small img {
	position:absolute;
	left:0px;
	top:0px;
	max-width: 100%;
	max-height: 100%;
}

.profile {
	margin: 24px 0px 24px;
}

.profile_info span {
	font-family : 'Lato' !important;
}

.profile_info {
	font-size: 25px;
	margin-left: 46px;
	padding-top: 49px;
	text-align: justify;
}

.datepicker table tr td.jewish {
	background-color: #6EBCD2 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.public_holiday {
	background-color: rgb(136, 163, 76) !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.finalized_leave {
	background-color: #ccc !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker.manager_date_picker table tr td.public_holiday {
	background-color: rgb(148, 216, 150) !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker.manager_date_picker table tr td.jewish {
	background-color: #AEE6F5 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Sick {
	background-color: #ff8080 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Bcea {
	background-color: #ccc !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Unpaid {
	background-color: #ccc !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Maternity {
	background-color: #ffb3d9 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.maternity_7 {
	background-color: #ffb3d9 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Special {
	background-color: #ff944d !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Study {
	background-color: #ebadd6 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.normal_1 {
	background-color: lightgreen !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.sick_4 {
	background-color: #ff8080 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.request_date {
	background-color: #ffc000 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.request_date.jewish {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aee6f5+0,aee6f5+50,ffc000+50,ffc000+100 */
	background: rgb(174,230,245) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWVlNmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWVlNmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZjMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)  !important;
	background: -moz-linear-gradient(-45deg,  rgb(174,230,245) 0%, rgb(174,230,245) 50%, rgb(255,192,0) 50%, rgb(255,192,0) 100%) !important;/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(174,230,245)), color-stop(50%,rgb(174,230,245)), color-stop(50%,rgb(255,192,0)), color-stop(100%,rgb(255,192,0))) !important; /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(-45deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(-45deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(-45deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* IE10 preview */
	background: linear-gradient(135deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee6f5', endColorstr='#ffc000',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
}

.datepicker table tr td.request_date.Special {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aee6f5+0,aee6f5+50,ffc000+50,ffc000+100 */
	background: rgb(255, 148, 77) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWVlNmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWVlNmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZjMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)  !important;
	background: -moz-linear-gradient(-45deg,  rgb(255, 148, 77) 0%, rgb(255, 148, 77) 50%, rgb(255,192,0) 50%, rgb(255,192,0) 100%) !important;/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(255, 148, 77)), color-stop(50%,rgb(255, 148, 77)), color-stop(50%,rgb(255,192,0)), color-stop(100%,rgb(255,192,0))) !important; /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(-45deg,  rgb(255, 148, 77) 0%,rgb(255, 148, 77) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(-45deg,  rgb(255, 148, 77) 0%,rgb(255, 148, 77) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(-45deg,  rgb(255, 148, 77) 0%,rgb(255, 148, 77) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* IE10 preview */
	background: linear-gradient(135deg,  rgb(255, 148, 77) 0%,rgb(255, 148, 77) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee6f5', endColorstr='#ffc000',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
}

/* Note:this is removed temporarily because public holidays takes preferences above any other leave
.datepicker table tr td.request_date.public_holiday {
	
	background: rgb(148,216,150) !important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTRkODk2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTRkODk2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZjMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)  !important;
	background: -moz-linear-gradient(-45deg,  rgb(148,216,150) 0%, rgb(148,216,150) 50%, rgb(255,192,0) 50%, rgb(255,192,0) 100%) !important;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(148,216,150)), color-stop(50%,rgb(148,216,150)), color-stop(50%,rgb(255,192,0)), color-stop(100%,rgb(255,192,0))) !important;
	background: -webkit-linear-gradient(-45deg,  rgb(148,216,150) 0%,rgb(148,216,150) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important;
	background: -o-linear-gradient(-45deg,  rgb(148,216,150) 0%,rgb(148,216,150) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important;
	background: -ms-linear-gradient(-45deg,  rgb(148,216,150) 0%,rgb(148,216,150) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important;
	background: linear-gradient(135deg,  rgb(148,216,150) 0%,rgb(148,216,150) 50%,rgb(255,192,0) 50%,rgb(255,192,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94d896', endColorstr='#ffc000',GradientType=1 ) !important;	
}
*/

.datepicker table tr td.jewish.selected {
	background-color: #000 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.public_holiday.selected {
	background-color: #000 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.jewish.range {
	background-color: #4f7682 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.public_holiday.range {
	background-color: #877830 !important;
	background-image :none !important;
	color: #ffffff !important;
}

.loader-text h2 {
	color : #fff;
}

#loader {
	background-color: var(--text-c1);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 300001;
	opacity: 0.5;
}

.company_info {
	font-size: 20px;
	color : var(-fg-primary);
}

.employee_photo img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.position-anchor {
	position:relative;
}

.fc-h-event .fc-event-title {
	display: inline-block;
	left: 0px;
	max-width: 100%;
	overflow: hidden;
	right: 0px;
	vertical-align: top;
	text-wrap: balance;
	font-size: small;
	color: var(--text-c1) ;
}

.borderless td, th {
	border: none !important;
}

.savanna-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.grid-item {
	background-color: var(--bg-c1);
	padding: 20px;
	border-radius: 5px;
	box-shadow: -10px -10px 30px , 8px 8px 30px var(--bg-c3);
	box-shadow: -2px -7px 10px 0px var(--bg-c2), 4px 4px 12px -1px var(--bg-c3);
	margin: 0px 10px 20px;
	text-align: initial;
	width: 95%;
	min-width: 15em;
}

.grid-item1 {
	background-color: var(--bg-c1);
	border-radius: 5px;
	margin: 0px 10px 20px;
	text-align: initial;
	width: 95%;
}

.row {
	margin-left: 0px;
	margin-right: -15px;
}

.container-fluid {
	padding:10px 5px;
}

table.personaldetails tr {
	float:left;
	width:50%;
	padding: 5px 0 15px 0;
}

table.personaldetails tr.category {
	border-bottom: 2px solid var(--bg-c2);
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

table.personaldetails tr.table_spacer {
	float: none;
	height:7px;
	width: 100%;
}

table.personaldetails tr.table_spacer_top {
	float: none;
	height:15px;
	width: 100%;
}

table.personaldetails tr > th {
	width: 12em;
}

table.personaldetails tr > td {
	width: 65%;
}

table.personaldetails tr.category > td {
	color: var(--fg-c6);
	font-size: 15px;
	text-transform: uppercase;
	width:100%;
}

@media (max-width: 767px) {
	table.personaldetails tr {
		float:none;
		width:100%;
	}

	table.personaldetails tr > th {
		width: 35%;
	}

	table.personaldetails tr > td {
		width: 65%;
	}
}

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

.buttonholder {
	margin-top: 0px;
	float:right;
}

.subheading {
	border-bottom: 1px solid var(--fg-c6);
	position: relative;
	margin-bottom: 20px;
}

select {
	padding: 1px !important;
}

.front {
	z-index: 300000 ;
}

input.datepicker {
	padding-left: 5px !important;
}

.datepicker-dropdown::before {
	display: none;
}

.datepicker-dropdown::after {
	display: none;
}

a {
	color: var(--border-2);
	outline: 0;
}

a:focus {
	outline: 0;
}

h1,h2 {
	color: var(--text-c5);
	font-size:20px;
	font-family : 'Lato';
}

.report_description {
	padding-left: 10px;
	margin-bottom: 30px;
}

.report_label {
	font-weight: bold;
}

.report_paragraph {
	padding-left: 10px;
}

.sticky-footer {
	background-color: var(--bg-c1);
	position: sticky;
	margin: 0;
	bottom: 0;
	z-index: 3;
	height: 6em;
	padding: 1em;
	border-top: 2px solid var(--fg-c6);
}

.footnote {
	font-size:10px;
}

.file_upload_limit {
	margin: 4px auto 0px;
	width: 80%;
	color: var(--text-c3);
	width: auto;
	right: 0;
	position: absolute;
}

.convert {
	text-align:center;
}

.convert span {
	margin-right: 10px;
	padding-top: 7px;
}

.input-daterange input {
	text-align: left;
}

ul.s_checkbox {
	list-style : none;
	padding : 0px;
}

#username_login {
	color: #fff;
	text-align: right;
	top: 9px;
	white-space: nowrap;
	text-transform: none !important;
}

.fc-event {
	border : none;
}

a.jewish > .fc-content {
	/* background-color: #6EBCD2 !important; */
	background-image :none !important;
	color: #ffffff !important;
	padding:4px;
}

a.public_holiday > .fc-content {
	/*background-color: #E3CB51 !important;*/
	background-image :none !important;
	color: #222 !important;
	padding:4px;
}

a.savanna_holiday > .fc-content {
	background-image :none !important;
	color: #222 !important;
	padding:4px;
}

a.birthday > .fc-content {
	background-color: #E1F2CE !important;
	background-image :none !important;
	color: #000 !important;
	padding:4px;
}

a.leave > .fc-content {
	background-color: #E7CEF2 !important;
	background-image :none !important;
	color: #222 !important;
	padding:4px;
}

.leave::before {
	font-family: FontAwesome;
}

a.public_holiday.history_event > .fc-content , a.birthday.history_event > .fc-content , a.jewish.history_event > .fc-content,a.leave.history_event >.fc-content {
	opacity : 0.5;
}

.fc-today > .fc-day-number {
	background-color: #6ebcd2;
	border: 2px solid #6ebcd2;
	border-radius: 13px;
	color: #fff;
	font-weight: normal;
	height: 19px;
	line-height: 17px;
	margin: 2px;
	text-align: center;
	width: 20px;
}

.fc-toolbar h2 {
	color: var(--text-c3);
	font-size: 20px;
 }

.fc-event,
.fc-event-dot {
	background-color: #fff; /* default BACKGROUND color */
}

.fc-unthemed .fc-today {
	background: #E2F7FF none repeat scroll 0 0;
}

.filter_holder {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}

.filter_header {
	float:left;
	margin-right: 10px;
}

.filter_content {
	float:right;
}

.filter_content .title {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}

.applied_filters {
	float: left;
}

.limitview {
	max-height:400px;
	overflow:auto;
}

.fixed-table-pagination li.active a {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}

.pagination > li > a, .pagination > li > span {
	color: #337ab7;
}

.old_report_data {
	opacity : 0.4;
}

.systemLogDate {
	font-size: 20px;
	margin-bottom: 11px;
	margin-left: 70px;
	margin-top: 3em;
	border-bottom: 1px solid #d9d9d9;
}

.log_message {
	border-left: 2px solid #999;
	padding-left : 10px;
	margin-left: 60px;
	margin-bottom: 15px;
	position:relative;
}

.log_message.INSERT {
	border-left: 2px solid #77933C;
}

.log_message.UPDATE {
	border-left: 2px solid #E8740E;
}

.log_message.REPROCESS {
	border-left: 2px solid #E8740E;
}

.log_message.DELETE {
	border-left: 2px solid #F00;
}

.log_message.UPLOAD {
	border-left: 2px solid #77933C;
}

.log_message.CONVERT {
	border-left: 2px solid #E8740E;
}

.log_message.UNDO {
	border-left: 2px solid #F00;
}

.log_message.END {
	border-left: 2px solid #F00;
}

.log_message.REQUEST {
	border-left: 2px solid #77933C;
}

.log_message.APPROVE {
	border-left: 2px solid #77933C;
}

.log_message.REJECT {
	border-left: 2px solid #F00;
}

.log_change_item_holder {
	background-color: #efefef;
	border: 1px solid #bebebe;
	float: left;
	margin-right: 4px;
	padding: 0 4px;
	border-radius: 5px;
	margin-bottom: 3px;
}

.log_change_item {
	float:left;
	margin-right: 5px;
}

.log_important_item_holder {
	background-color: #efefef;
	border: 1px solid #bebebe;
	float: left;
	margin-bottom: 3px;
	margin-right: 4px;
	padding: 0px 4px;
	border-radius: 4px;
}

.log_important_item {
	float:left;
	margin-right: 5px;
}

.log_old_value {
	color : #777;
}

.log_new_value {
	color : #e8740e;
	font-style:italic;
}

.log_time {
	left: -50px;
	position: absolute;
	top: 0;
	width: 41px;
}

.clear_all {
	clear:both;
}

.parseMessage {
	font-size : 14px;
}

.importantDisplayInfo {
	font-size : 12px;
}

.importantDevInfo {
	font-size : 12px;
}

.parseChanges {
	font-size : 12px;
}

.logsearch {
	float: right;
	margin-bottom: 20px;
	display: flex;
}

.logsearch > span {
	font-size: 15px;
}

.logsearch .ps-input {
	width: 33em;
}

.grape .nav-company-name {
	font-family: "sansationitalic";
	font-size: 13px;
	position: absolute;
	right: 13px;
	top: 44px;
}

.grape .nav-company-name.hrstaffhub {
	right: 36px;
	top: 50px;
}

.sort_order_span {
	float: left;
	padding-right: 2px;
	text-align: center;
	width: 25px;
}

.sort_order_holder {
	width: 80px;
}

.manager_approve_box {
	float: left;
	margin-top: 30px;
	margin-bottom: 25px;
}

.manager_approve_box_info_header {
	color: #000;
	height: 40px;
	margin-right: 30px;
	position: relative;
	z-index: 1010;
	background-color: var(--fg-c6);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.approved .manager_approve_box_info_header {
	background-color: #FFC000;
}

.manager_approve_inner_box {
	border:none;
	position: relative;
}

.approved .manager_approve_inner_box {
	border: 1px solid #FFC000
}

.employment_view_item {
	border-left: 1px solid #cecece;
	float: left;
	padding-left: 5px;
}

.employment_view_item:first-child {
	border-left: none;
}

.employment_header {
	border: 1px solid #cecece;
	padding: 5px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:none;
	background-color: #fcfcfc;
}

.employment_header_item {
	float: left;
	padding-left: 5px;
}

.employment_block {
	border: 1px solid #cecece;
	padding: 5px;
	border-top:  4px solid var(--text-c3);
	margin-bottom: 6px;
}

.employement_extra_info {
	background-color: #eee;
	border: 1px dashed #aaa;
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
}

.employee_resigned {
	color:#999;
}

.footnote_wizard {
	font-size: 14px;
	color: #5b722a;
}

.employment_block.employee_resigned {
	border-top:  4px solid var(--fg-c6);
}

.employment_buttons {
	float: right;
	margin: 2px 5px;
}

.employment_block.edit_block {
	border: 1px dashed var(--fg-c6);
	border-top:  4px solid var(--text-c3);
	color:#000;
}

.employment_block.edit_block.employee_resigned {
	border: 1px dashed var(--fg-c6);
	border-top:  4px solid var(--fg-c6);
}

.edit_block .employement_extra_info {
	border: 1px solid #ccc;
}

.grey_bottom_border { 
	border-bottom: 1px solid #aaa; 
	margin-bottom: 20px; 
}

.wizard_label_right { 
	width: 25% !important;
	text-align: right !important;
}

.wizard_label { 
	width: 25% !important;
	text-align: left !important;
}

.mini_heading{
	font-size: 12px;
	margin-top: -9px;
	padding: 0 8px 5px;
}

.manager_approved {
	background-color: #ffc000;
	font-size: 12px;
	margin: 8px;
	padding: 3px 5px;
	text-align: center;
}

.nav > li > a {
	padding: 10px 15px;
}

.navbar {
	min-height: 75px;
}

.navbar-brand {
	float: left;
	height: 50px;
	line-height: 20px;
	padding-top: 20px;
	font-family: 'pacifico';
	color: #FFFF;
	font-size: 34px;
}

.manager_approve_photo {
	width: 60px;
	position: relative;
}

.manager_approve_photo .employee_photo_small {
	left: 10px;
	position: absolute;
	top: -20px;
}

.manager_approve_employee_name {
	color: #fff;
	font-size: 16px;
	left: 0;
	max-width: 80%;
	overflow: hidden;
	padding-left: 74px;
	padding-top: 7px;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
}

.manager_transaction_section {
	float: left;
	position: relative;
	width: 255px;
	margin-right: 30px;
}

.manager_info_box {
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin: 7px 10px 0;
	text-align: center;
	width: 233px;
}

.leave_manage_reason {
	color: #999;
	font-size: 13px;
	margin: 0 0 10px;
	max-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 2px;
}

.leave_manage_reason a {
	color: #999;
	font-size: 13px;
}

.manager_date_picker {
	float: left;
	margin: 0 8px;
}

.manager_approve_box_buttons {
	width: 100%;
}

.manager_ra_button {
	background-color: rgb(209, 58, 58);
	color: #fff;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 40px;
	padding-top: 9px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	z-index: 1020;
	position: relative;
}

.manager_badge_button {
	cursor: pointer;
	height: 21px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 3px;
}

.manager_reject_button {
	background-color: rgb(209, 58, 58);
	border-bottom-left-radius: 4px;
}

.manager_reject_button:hover {
	background-color: rgb(148, 31, 31);
}

.manager_approve_button {
	background-color: var(--fg-c6);
	border-bottom-right-radius: 4px;
}

.manager_approve_button:hover {
	background-color: #337487;
}

.manager_inner_border {
	border:1px solid var(--fg-c6);
	border-top:none;
	border-bottom:none;
	height: 422px;
}

.manager_inner_border.cancellation_request {
	height: 340px;
}

.leave_approve_reminder_btn {
	background-color: var(--text-c5);
	border-bottom-left-radius: 27px;
	border-bottom-right-radius: 27px;
	border-top-left-radius: 27px;
	border-top-right-radius: 27px;
	color: #fff;
	cursor: pointer;
	height: 26px;
	padding-top: 3px;
	position: absolute;
	right: 41px;
	text-align: center;
	top: 7px;
	width: 26px;
	z-index: 1040;
}

.leave_approve_reminder_btn:hover {
	background-color: #FFF;
	color: var(--text-c5);
}

.datepicker table tr td.today {
	background-color: var(--text-c1) !important;
	background-image :none !important;
	color: var(--bg-c2) !important;
	border : 2px dotted;
}

/* leave categories */
.datepicker table tr td.Normal {
	background-color: #ccc !important;
	background-image :none !important;
	color: #ffffff !important;
}

.datepicker table tr td.Normal.jewish {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aee6f5+0,aee6f5+50,ffc000+50,ffc000+100 */
	background: rgb(174,230,245) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWVlNmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWVlNmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZjMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)  !important;
	background: -moz-linear-gradient(-45deg,  rgb(174,230,245) 0%, rgb(174,230,245) 50%, #ccc 50%, #ccc 100%) !important;/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(174,230,245)), color-stop(50%,rgb(174,230,245)), color-stop(50%,#ccc), color-stop(100%,#ccc)) !important; /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(-45deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,#ccc 50%,#ccc 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(-45deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,#ccc 50%,#ccc 100%) !important; /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(-45deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,#ccc 50%,#ccc 100%) !important; /* IE10 preview */
	background: linear-gradient(135deg,  rgb(174,230,245) 0%,rgb(174,230,245) 50%,#ccc 50%,#ccc 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee6f5', endColorstr='#ffc000',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
}

.leave_type_icon_wrapper {
	float: left;
	height: 20px;
	margin-right: 4px;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}

.table > tbody + tbody {
	border-top : 0px;
}

.bursary_view_item {
	border-left: 1px solid var(--border-3);
	float: left;
	padding-left: 5px;
}

.bursary_view_item:first-child {
	border-left: none;
}

.bursary_header {
	border: 1px solid var(--border-3);
	padding: 5px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:none;
	background-color: var(--bg-c1);
}

.bursary_header_item {
	float: left;
	padding-left: 5px;
}

.bursary_block {
	border: 1px solid var(--border-3);
	padding: 5px;
	border-top:  4px solid var(--fg-c6);
	margin-bottom: 6px;
}

.bursary_extra_info {
	background-color: var(--bg-c2);
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
}

.bursary_buttons {
	float: right;
	margin: 2px 5px;
}

.bursary_block.edit_block {
	border: 1px dashed var(--fg-c6);
	border-top:  4px solid var(--fg-c6);
	color:#000;
}

.leave_manage_day_count {
	font-size : 30px;
}

.icon-success {
	color: var(--fg-success);
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 40px;
	font-size-adjust: none;
	font-stretch: 100%;
	font-style: normal;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: 400;
	line-height: 40px;
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	text-align: left;
	text-rendering: auto;
}

.icon-danger {
	color:  var(--fg-danger);
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 40px;
	font-size-adjust: none;
	font-stretch: 100%;
	font-style: normal;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: 400;
	line-height: 40px;
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	text-align: left;
	text-rendering: auto;
}

.icon-warning {
	color: var(--fg-warning);
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 40px;
	font-size-adjust: none;
	font-stretch: 100%;
	font-style: normal;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: 400;
	line-height: 40px;
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	text-align: left;
	text-rendering: auto;
}

.icon-info {
	color: rgb(76, 116, 136);
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 40px;
	font-size-adjust: none;
	font-stretch: 100%;
	font-style: normal;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: 400;
	line-height: 40px;
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	text-align: left;
	text-rendering: auto;
}

.icon-default {
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 40px;
	font-size-adjust: none;
	font-stretch: 100%;
	font-style: normal;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: 400;
	line-height: 40px;
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	text-align: left;
	text-rendering: auto;
}

.upload_bar i {
	float: left;
	margin-top: 3px;
}

.upload_bar .input-group button {
	min-width:100px !important;
}

.leave_date{
	display: flex;
	position: absolute;
	left: 41em;

}

@media (min-width: 1100px) and (max-width: 1299px) {
	.dashboard_right{
		width: 25% !important;
		margin: 34px -24px 0 0 !important;
	}

	.icons-notif-badge {
		position: relative;
		top: -27px !important;
		right: -21px !important;
		width: fit-content !important;
		min-width: 17px;
	}

	.leave_date{
		display: flex;
		position: absolute;
		left: 25em;
	}

	.ps-nav-links .ps-nav-dropdown {
		line-height: 7px !important;
		background-color: var(--fg-c3);
		box-shadow: -1px 2px 9px 1px rgba(0, 0, 0, 0.15);
	}

	.grid-item1 {
		background-color: var(--bg-c1);
		border-radius: 5px;
		margin: 34px -15px 20px !important;
		text-align: initial;
		width: 95%;
	}

	.notification_holder{
		padding-top: 1px  !important;
	}

	.notification_sub_title{
		padding-top: 2px !important;
	}

	.grid-item {
		background-color: var(--bg-c1);
		padding: 20px;
		border-radius: 5px;
		box-shadow: -10px -10px 30px, 8px 8px 30px var(--bg-c3);
		box-shadow: -2px -7px 10px 0px var(--bg-c2), 4px 4px 12px -1px var(--bg-c3);
		margin: 0px -10px 20px !important;
		text-align: initial;
		width: 100%;
	}

	.ps-nav-links li a {
		padding: 8px 7px !important;
		font-size: smaller !important;
	}

	.notification_badge .badge_counter {
		font-size: 10px !important;
		padding: 1px 3px !important;
	}

	.notification_badge.badge-large {
		font-size: 12px;
		min-width: 17px;
		width: fit-content;
		height: 17px;
		justify-content: center;
		margin-left: -1.7rem !important;
	}
}

@media screen and (max-width: 970px) {
	.ps-link-container .ps-close-btn {
		display: flex ;
		justify-content: flex-end;
	}
	.ps-link-container .ps-menu-btn {
		display: block ;
	}

	.desktop-item, .mobile-item {
		position: relative ;
		display: inline-flex ;
		align-items: center ;
	}

	

	.ps-link-container .ps-nav-links {
		position: fixed ;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		top: 0;
		left: -100%;
		background: var(--bg-c3);
		display: block;
		padding: 50px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
		transition: left 0.3s ease;
	}

	#ps-menu-btn:checked ~ .ps-nav-links {
		left: 0%;
	}

	#ps-menu-btn:checked ~ .ps-menu-btn {
		display: none;
	}

	#ps-close-btn:checked ~ .ps-close-btn {
		display: block;
	}

	.ps-nav-links li {
		margin: 10px 0px !important; 
		height: auto !important;
		display: block ;
	}

	.ps-nav-links li a {
		padding: 0 20px !important;
		font-size: 17px !important;
	}

	.ps-nav-links-right {
		display: block;
	}

	.ps-nav-links .ps-nav-dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		padding-left: 0;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: max-height 0.3s ease;
	}

	.ps-nav-links li:hover .ps-nav-dropdown {
		max-height: 1000px;
		color: #fff !important;
	}

	[id^="psShow"]:checked ~ .ps-nav-dropdown {
		max-height: 1000px;
	}

	.ps-nav-links .desktop-item {
		display: none;
	}

	.ps-nav-links .mobile-item {
		display: block;
		color: #fff !important;
		font-size: 17px !important;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
	}

	.ps-nav-dropdown li {
		margin: 0;
	}

	#leave_approval_badge_count {
		position: relative;
		margin-left: 4px !important; 
		top: -3em !important;
		left: 8em !important;
	}

	.badge_counter {
		color: #fff !important;
		font-size: 9px !important;
		top: -2em !important;
		position: relative;
	}

	.ps-nav-dropdown .list_heading {
		padding: 3px 10px; /* Adjusted padding */
		width: 100%; /* Changed from 21em to 100% */
	}

	.ps-nav-dropdown li a {
		border-radius: 5px;
		font-size: 16px !important;
		padding: 0 10px !important;
	}

	.ps-nav-dropdown .settings-dropdown .navbar-dropdown-items li a {
		color: #fff !important;
	}

	#viewAdditionalColumns{
		min-width: 37em !important;
		max-width: 38em !important;
		width: 37em !important;
		height: 5em !important;
	}

	.ps-nav-links-right {
		display: flex;
		position: relative !important;
		right: 0em !important;
		top: 1.3em !important;
		flex-wrap: wrap !important;
	}

	.ps-nav-links .mobile-item {
		display: block;
		color: #fff !important;
		font-size: 16px !important;
		font-weight: 500;
		padding-left: 12px;
		cursor: pointer;
		border-radius: 5px;
	}

	.ps-nav-links li a:hover,
	.ps-nav-links .mobile-item:hover,
	.ps-nav-links-right li a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: #fff;
	}
}

@media (max-width: 769px) {
	.savanna-dashboard-grid {
	  grid-template-columns: 1fr; /* Stack columns on smaller screens */
	}

	.leave-requests-table {
		text-align: left;
		font-size: 10px !important;
	}

	.dashboard_big_btn .text {
		float: left;
		font-size: 8px !important;
		margin-top: 28px !important;
	}

	.dashboard_big_btn .icon {
		float: left;
		margin-left: 10px !important;
		margin-right: 6px !important;
		margin-top: 7px !important;
	}

	.dashboard_warn_btn .text {
		float: left;
		font-size: 9px !important;
		margin-top: 23px !important;
		margin-left: 36px !important;

	}

	.datepicker {
		padding: 13px !important;
		border-radius: 4px;
		direction: ltr;
	}

	.dashboard_warn_btn .icon {
		float: left;
		margin-left: 2px !important;
		margin-right: 10px !important;
		margin-top: 22px !important;
		position: absolute !important;
		left: 46em !important;
	}

	.manager_badge_button {
		cursor: pointer;
		height: 13px !important;
		padding-bottom: 3px;
		padding-left: 7px;
		padding-right: 10px;
		padding-top: 3px;
	}

	.ps-table-yooma {
		font-size: 1fr;
		border-collapse: collapse;
		width: 100%;
		font-family: var(--font-primary);
		color: var(--text-c1);
		background-color: var(--bg-c1);
	}
	
	.ps-table-yooma thead th {
		font-size: 1.2em;
		font-weight: bold;
		background-color: var(--fg-c3);
		border: 1px solid ;
		padding: 0.75rem;
		text-align: left;
		caret-color: transparent;
		color: #ffff;
	}
	
	.ps-table-yooma tbody td {
		border: 1px solid var(--border-3);
		padding: 0.75rem;
	}
	
	.ps-table-yooma tfoot td {
		border: 1px solid var(--border-3);
		padding: 0.75rem;
		font-weight: bold;
	}
	
	.ps-table-yooma tbody tr:nth-child(even) {
		background-color: var(--bg-c2);
	}
	
	.ps-table-yooma tfoot tr:nth-child(even) {
		background-color: var(--bg-c2);
	}
	
	.ps-table-yooma tbody tr:hover {
		background-color: var(--fg-c5)!important;
		color: #ffff !important;
	}
	
	.ps-table-yooma tfoot tr:hover {
		background-color: var(--fg-c5) !important;
		color: #ffff !important;
	}
	
	.ps-table-yooma tbody tr.select {
		background-color: var(--bg-c4);
	}
	
	.ps-table-yooma tfoot tr.select {
		background-color: var(--bg-c4);
	}

	.badge {
		font-size: 7px !important;
	}

	.dashboard_right {
		font-size: smaller !important;
		width: auto !important;
	}

	.grid-item1 {
		margin:  34px -75px 20px !important;
	}
	
	.dashboard_left{
		width: 67% !important;
		font-size: smaller !important;
	}

	.grid-item{
		width: 90% !important;
	}
}

	@media (max-width: 1000px) and (min-width: 800) {
		.float-right-h4 {
			font-size: 7px !important;
			position: absolute;
			right: 0;
			top: 1px;
		}

		.badge {
			display: inline-block;
			min-width: 6px;
			padding: 4px 7px !important;
			font-size: 6px !important;
		}

		.leave-requests-table {
			text-align: left;
			font-size: 7px !important; 
		}

		.manager_badge_button {
			cursor: pointer;
			height: 13px;
			padding-bottom: 3px;
			padding-left: 7px;
			padding-right: 10px;
			padding-top: 3px;
		}

		.grid-item {
			width:65% !important;
		}

		.dashboard_left {
			width: 63% !important;
			font-size: xx-small !important;
		}

		h4 {
			font-size: 14px !important;
		}

		.ps-table-borderless tbody tr td {
			border-top: none !important;
			padding: 0px !important; 
		}
		
		.leave-requests-table td {
			padding: 7px 0 5px 3px !important;
			margin-right: -14px !important;
		}

		.float-right {
			float: right !important;
			margin-top: 1em;
		}

		.manager_badge_button {
			cursor: pointer;
			height: 14px  !important;
			padding-bottom: 3px;
			padding-left: 7px;
			padding-right: 10px;
			padding-top: 3px;
		}

		.badge {
			display: inline-block;
			min-width: 6px;
			padding: 3px 7px;
			font-size: 7px !important;
		}

		.employee_photo_small.small_90 {
			width: 70px !important;
			height: 70px !important;
		}

		.namebadge{
			font-size: 9px !important;
		}

		.untilbadge {
			font-size: 8px !important;
		}

		.notification_icon_holder .dashboard_notification_circle {
			width: 30px !important;
			height: 30px !important;
		}

		.notification_icon_holder .notification_icon {
			font-size: 14px  !important;
			position: absolute;
			top: 1px !important;
			left: 7px !important;
		}

		.notification_holder {
			position: relative;
			padding-left: 65px;
			border-radius: 8px;
			height: 60px !important;
			padding-top: 3px;
			margin-bottom: 4px;
		}

		.dashboard_warn_btn .icon {
			float: left;
			margin-left: 2px !important;
			margin-right: 10px !important;
			/* margin-top: 20px !important; */
			position: absolute !important;
			left: 36em !important;
			display: flex;
		}

		.notification_subject {
			float: left;
			font-size: 10px !important;
			padding: 4px 8px 0px 0px;
			max-width: 230px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}

		.notification_time {
			float: right;
			font-size: 8px !important;
			padding: 6px 7px 0px !important;
			color: #667;
		}

		.notification_sub_title {
			font-size: 7px !important;
			padding-top: 0px !important;
			max-width: 337px;
			overflow: hidden;
			height: 17px;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.dashboard_survey_item .heading {
			margin: 0px;
			font-size: 10px !important;
			padding-top: 5px;
			overflow: hidden;
			margin-right: 10px;
			text-overflow: ellipsis;
			color: #88a34c !important;
		}

		.dashboard_survey_item .subtitle {
			margin: 0px;
			font-size: 9px !important;
			overflow: hidden;
			text-overflow: ellipsis;
			margin-right: 10px;
		}

		.progress_badge {
			width: 18% !important;
			height: 20% !important;
		}

		.dashboard_survey_item .badge_text {
			margin: auto;
			width: 30px !important;
			padding-top: 2px !important; 
		}
		.file_upload_limit {
			margin: 0px auto 0px;
			width: 80%;
			color: var(--text-c3);
			width: auto;
			right: -16px !important;
			position: absolute;
		}

		.ps-btn-success {
			background-color: var(--bg-success);
			border: none;
			border-radius: 0.5em;
			padding: 0.4em 0.7em;
			color: #fff;
			font-size: 0.5em !important;
			cursor: pointer;
			transition: background-color 0.3s ease, color 0.3s ease;
		}

		.ps-btn-default {
			background-color: var(--bg-default);
			border: 1px solid #bebebe;
			border-radius: 0.5em;
			padding: 0.35em 0.7em;
			color: var(--text-c1);
			font-size: 0.5em !important;
			cursor: pointer;
			transition: background-color 0.3s ease, color 0.3s ease;
		}

		h5 {
			font-size: 11px !important;
		}

		.dialog-label {
			text-align: end;
			vertical-align: top;
			font-size: smaller !important;
		}

		.ps-input{
			font-size: 0.5em !important;
		}

		.form-control {
			height: 22px !important;
			font-size: 10px !important;
		}
		

	}

	@media (min-width: 970px) and (max-width: 1099px) {
		.ps-nav-links li a {
			padding: 8px 8px !important;
			font-size: 10px !important;
		}

		.notification_badge.badge-large {
			font-size: 7px;
			min-width: 13px;
			width: fit-content;
			height: 14px;
			justify-content: center;
		}
		
		.notification_badge.text_badge {
			z-index: 2;
			margin-left: -16px;
		}
		.notification_badge .badge_counter {
			font-size: 9px;
			padding: 0 2px;
		}
		.grid-item {
			width: 76% !important;
		}
		.savanna-dashboard-grid {
			display: grid;
			grid-template-columns: repeat(2, 24em);
			grid-gap: 20px;
		}
		.dashboard_left {
			float: left;
			width: 70%;
		}
		.datepicker {
			padding: 8px;
			border-radius: 4px;
			direction: ltr;
		}
		.ps-nav-links .ps-nav-dropdown {
			line-height: 5px;
			background-color: var(--fg-c3);
			box-shadow: -1px 2px 9px 1px rgba(0, 0, 0, 0.15);
		}

		.dashboard_right {
			float: right;
			width: 25%;
			margin: 34px 0 0 0;
			padding: 0;
			position: absolute !important;
			right: 5em !important;
		}

		.float-right-h4 {
			font-size: 9px !important;
			position: absolute !important;
			right: -7px !important;
			top: 1px;
		}

		.notification_holder {
			position: relative;
			padding-left: 65px;
			border-radius: 8px;
			height: 60px !important; 
			padding-top: 3px;
			margin-bottom: 4px;
		}

		.notification_subject {
			float: left;
			font-size: 10px !important;
			padding: 5px 4px 0px 0px; 
			max-width: 230px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.notification_time {
			float: right;
			font-size: 8px 4 !important;
			padding: 6px 6px 0px !important;
			color: #667;
		}
		.notification_sub_title {
			font-size: 8px !important;
			padding-top: 0px !important;
			max-width: 337px;
			overflow: hidden;
			height: 17px;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.notification_badge.badge-large {
			font-size: 9px  !important;
			min-width: 13px !important;
			width: fit-content;
			height: 14px !important;
			justify-content: center;
		}
		
		.notification_badge.text_badge {
			z-index: 2;
			margin-left: -16px !important;
		}
		.notification_badge .badge_counter {
			font-size: 9px !important;
			padding: 0 2px;
		}
		.icons-notif-badge {
			position: relative;
			top: -21px !important;
			right: -6px !important;
			width: fit-content !important;
			min-width: 17px;
		}
		.ps-nav-links-right {
			display: flex;
			margin-left: auto;
			text-align: center  !important;
			align-items: baseline;
		}
	}

	@media (min-width: 770px) and ( max-width: 969px ) {
		.savanna-dashboard-grid {
			grid-template-columns: 1fr !important; /* Stack columns on smaller screens */
		}

		.dashboard_left {
			float: left;
			width: 67% !important;
		}

		.dashboard_right {
			float: right;
			width: 30% !important;
			margin: 34px 0 0 0;
			padding: 0;
		}

		.grid-item {
			margin: 0px 5px 20px !important;
		}
	}

	.dashboard_left {
		float: left;
		width: 75%;
	}

	.dashboard_right {
		float: right;
		width: 21%;
		margin: 20px 0 0 0;
		padding: 0;
	}

	.dashboard_calender {
		display: flex;
		justify-content: center;
	}

	.dashboard_big_btn {
		background-color: var(--fg-c6);
		color: #fff;
		height: 65px;
		margin: 0 auto;
		width: 90%;
		border-radius: 5px;
		cursor:pointer;
		margin-bottom: 10px;
	}

	.dashboard_big_btn:hover {
		filter: brightness(0.7);
	}

	.dashboard_big_btn .icon{
		float: left;
		margin-left: 10px;
		margin-right: 15px;
		margin-top: 7px;
	}

	.dashboard_big_btn .icon .fa {
		font-size: 30px;
		margin-left: 10px;
		top: 9px;
	}

	.dashboard_big_btn .text {
		float: left;
		font-size: 17px;
		margin-top: 16px;
	}

	.dashboard_big_btn .text .fa {
		top: 3px;
	}

	.float-right-h4 {
		font-size: 12px;
		position: relative;
		float: right;
		top: -16px;
	}

	.dashboard_warn_btn {
		background-color: var(--fc-btn-primary);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		color: #fff;
		cursor: pointer;
		height: 65px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		width: 90%;
	}

	.dashboard_warn_btn .icon {
		float: left;
		margin-left: 10px;
		margin-right: 20px;
		margin-top: 7px;
	}

	.dashboard_warn_btn .text{
		float: left;
		font-size: 15px;
		margin-top: 11px;
		width: 126px;
	}

	.dashboard_number {
		color: #fff;
		font-size: 33px;
		font-weight: bold;
		text-align: center;
		height: 90px;
		padding-top: 19px;
		text-decoration: none;
		margin-left: -2px;
	}

	.dashboard_number_text {
		font-size: 12px;
		text-align: center;
		margin-top: 29px;
	}

	.savanna_radio_btn_group .btn:active, .btn.active {
		background-color: var(--fg-c6);
		box-shadow: none;
		color: #fff;
	}

	.date-list-container {
		margin-top: 10px;
		max-height: 200px;
		overflow-y: auto;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 8px;
	}

	#selected-dates-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.date-list-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 6px 8px;
		margin: 4px 0;
		background-color: #f5f5f5;
		border-radius: 4px;
		transition: background-color 0.2s;
	}

	.date-list-item:hover {
		background-color: #eee;
	}

	.remove-date-btn {
		background: none;
		border: none;
		color: #ff4444;
		cursor: pointer;
		font-size: 18px;
		padding: 0 4px;
	}

	.remove-date-btn:hover {
		color: #cc0000;
	}

	.savanna_select_picker {
		-moz-user-select: none;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		border: 1px solid var(--fg-c6) !important;
		height:34px;
		background-color:#FFF;
		color:#000;
		border-radius: 4px !important;
		padding:0px 5px !important;
		text-align: left;
		max-width: 240px;
	}

	.flatpickr-calendar {
		z-index: 99999 !important;
		position: absolute !important;
	}

  /* Style for finalized leave dates */
	.flatpickr-day.normal_1,
	.flatpickr-day.normal_2,
	.flatpickr-day.normal_3,
	.flatpickr-day.normal_4,
	.flatpickr-day.normal_5 {
		border-color: rgba(0, 0, 0, 0.2);
	}

  /* Style for holiday dates */
	.flatpickr-day.south_african_holiday {
		border-color: rgba(0, 0, 0, 0.2);
	}

  /* Style for requested leave dates */
	.flatpickr-day.request_date {
		background-color: #fff3cd;
		border-color: #ffc107;
	}

  /* Hover styles for custom date classes */
	.flatpickr-day.normal_1:hover,
	.flatpickr-day.normal_2:hover,
	.flatpickr-day.normal_3:hover,
	.flatpickr-day.normal_4:hover,
	.flatpickr-day.normal_5:hover,
	.flatpickr-day.south_african_holiday:hover,
	.flatpickr-day.request_date:hover {
		background-color: #007bff;
		border-color: #0056b3;
		color: white;
	}

  /* Style for today's date */
	.flatpickr-day.today {
		border-color: #007bff;
	}

	/* Style for today's date with leave */
	.flatpickr-day.today.normal_1,
	.flatpickr-day.today.normal_2,
	.flatpickr-day.today.normal_3,
	.flatpickr-day.today.normal_4,
	.flatpickr-day.today.normal_5,
	.flatpickr-day.today.south_african_holiday,
	.flatpickr-day.today.request_date {
		border-width: 2px;
		border-style: solid;
	}

@-moz-document url-prefix() {
	.savanna_select_pciker {
	padding-right: 25px !important;
	background-image: url("data:image/svg+xml,\<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\<path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\</svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 50%;
	-moz-appearance: none;
	appearance: none;
	}
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

option:not(:checked) {
	color: black; /* prevent <option>s from becoming transparent as well */
}

option {
	padding: 5px;
}

.force_border_radius_10px {
	border-radius : 10px !important;
}

/** Dialog Help Header  **/
.wizard_dialogheader {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding-bottom: 10px;
	background-color: #4D4D52;
	text-align: center;
	font-weight: 400;
	line-height: 1.5em;
	height: 70px;
	border: none;
	color: white;
}

/** Dialog Circle **/
.wizard_dialogheader_circle {
	padding-top: 0px;
	background-color: #4D4D52;
	border: 3px solid #fff;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: auto;
}

/** Dialog Circle Icon **/
.wizard_dialogheader_circle_icon {
	margin-top: 10px !important;
	font-size: 10px;
	color: white;
}

.wizard_dialog_body {
	margin-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
	overflow-y: auto;
}

/** Dialog Footer **/
.wizard_dialogfooter {
	border: none;
}

.wizard_big_btn {
	color: #fff;
	height: 65px;
	margin: 0 auto;
	width: 225px;
	border-radius: 5px;
	cursor:pointer;
	margin-bottom: 10px;
}

.wizard-brand {
	font-family : 'pacifico';
	text-transform:none;
}

.progress_badge {
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background-color: var(--fg-c6);
	color: #ffffff;
	font-weight: bold;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
}

.birthday_notification_circle {
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background-color: var(--fg-success);
	color: #ffffff;
	font-weight: bold;
	width: 50px;
	height: 50px;
}

.info_notification_circle {
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background-color: var(--fa-secondary-color);
	color: #ffffff;
	font-weight: bold;
	width: 50px;
	height: 50px;
}

.leave_notification_circle {
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background-color:  var(--fg-primary);
	color: #ffffff;
	font-weight: bold;
	width: 50px;
	height: 50px;
}

.expiring_circle {
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background-color:  var(--fg-danger);
	color: #ffffff;
	font-weight: bold;
	width: 50px;
	height: 50px;
}

.notification_icon {
	margin-top: 10px !important;
	font-size: 30px;
	color: white;
}

/** Dialog Help Header  **/
.notification_info_dialogheader {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	line-height: 1.5em;
	height: 3em;
	border: none;
	color: white;
}

/** Dialog Circle **/
.notification_info_dialogheader_circle {
	padding-top: 0px;
	background-color: var(--fa-secondary-color);
	border: 3px solid #fff;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: auto;
}

.notification_birthday_dialogheader_circle {
	padding-top: 0px;
	background-color: var(--fg-success);
	border: 3px solid #fff;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: auto;
}

.notification_leave_request_dialogheader_circle {
	padding-top: 0px;
	background-color: var(--fg-primary);
	border: 3px solid #fff;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: auto;
}

.notification_expiring_dialogheader_circle {
	padding-top: 0px;
	background-color: var(--fg-danger);
	border: 3px solid #fff;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: auto;
}

/* surveys */
.survey_answer_holder {
	float: left;
	margin: 15px 20px 5px;
	animation: 1s anim-lightspeed-in ease forwards;
	height: 8.5em;
}

.survey_description {
	padding-left: 10px;
	margin-bottom: 30px;
}

.survey_question_label {
	font-size: 13px;
	font-weight: bold;
}

.survey_question_text_input {
	border-radius: 4px;
	width: 100%;
	padding: 4px 10px 10px 8px;
	margin-bottom: 2em;
	border: none;
	margin-top: 0.5em;
}

.survey_question_text_area {
	border-radius: 4px;
	width: 100%;
	padding: 4px 10px 10px 8px;
	margin-bottom: 2em;
	border: none;
	resize: none;
	margin-top: 0.5em;
  }

.radio_ul li {
	color: var(--bg-c3);
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.radio_ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.radio_ul li label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 14px;
	padding: 3px 10px 7px 30px;
	z-index: 9;
	cursor: pointer;
	/* -webkit-transition: all 0.25s linear; */
}

.radio_ul li .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: 4px;
	z-index: 5;
	/* transition: border .25s linear;
	-webkit-transition: border .25s linear; */
}

.radio_ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	margin: auto;
	/* transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear; */
	top: 1px;
	left: 1px;
}

input[type=radio]:checked ~ .check {
	border: 3px solid var(--text-c1);
}

input[type=radio]:checked ~ .check::before {
	background: var(--text-c1);
}

input[type=radio]:checked ~ label {
	color: var(--text-c1);
}

.checkbox_ul li {
	color: var(--bg-c3);
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.checkbox_ul li .checked {
	display: block;
	position: absolute;
	border: 3px solid var(--bg-c3);
	height: 18px;
	width: 18px;
	top: 6px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.checkbox_ul li .checked:before {
	display: block;
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.checkbox_container {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 14px;
	padding: 4px 10px 10px 32px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checked {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--bg-c1);
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checked {
	background-color: var(--bg-c3);
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checked {
	background-color: var(--text-c1);
	border: 3px solid var(--text-c1);
}

.checkbox_container input:checked~ span {
	color: var(--text-c1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checked:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checked:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checked:after {
	left: 4px;
	top: 0px;
	width: 5px;
	height: 9px;
	border: 1px solid var(--bg-c2);
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.range_slider {
	margin: 1em 0 2em 0;
	width: 50%;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.range_slider_range {
	-webkit-appearance: none;
	width: calc(100% - (73px));
	height: 10px;
	border-radius: 5px;
	background: var(--border-3);
	outline: none;
	padding: 0;
	margin: 0;
}
.range_slider_range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--text-c1);
	cursor: pointer;
	transition: background 0.15s ease-in-out;
}

.range_slider_range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: var(--text-c1);
	cursor: pointer;
	transition: background 0.15s ease-in-out;
}

.range_slider_value {
	display: inline-block;
	position: relative;
	width: 3.5em;
	color: var(--bg-c2);
	line-height: 20px;
	text-align: center;
	border-radius: 17px;
	background: var(--text-c5);
	padding: 2px 0;
	float: right;
	margin-top: 0.5em;
}

.general_heading {
	font-size: 16px;
	margin-bottom: 1em;
	border-bottom: 1px solid var(--fg-c6);
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	text-transform: uppercase;
}

.general_heading .button_holder {
	float: right;
	font-size: 15px;
}

.general_heading .holiday_date {
	font-size: 13px;
	width: 13em;
	margin-left: 15px;
}

.general_heading input {
	border: none;
	border-bottom: 1px solid var(--fg-c6);
	padding: 8px 19px;
	padding-left: 19px;
}

/** Dialog Help Header  **/
.general_help_dialogheader {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding-bottom: 10px;
	background-color: var(--fg-c5) !important;
	text-align: center;
	font-weight: 400;
	line-height: 1.5em;
	height: 70px;
	border: none;
	color: var(--text-header-banner);
}

/** Dialog Circle **/
.general_help_dialogheader_circle {
	position: relative;
	padding-top: 0px;
	background-color: var(--bg-c2);
	border: 3px solid var(--fa-secondary-color);
	border-radius: 50px;
	height: 45px;
	width: 45px;
	margin: auto;
	z-index: 2;
	margin-top: 3px;
}

/** Dialog Circle Icon **/
.general_help_dialogheader_circle_icon {
	margin-top: 12px !important;
	font-size:15px;
	color: var(--fa-secondary-color);
}

.read {
	background-color: var(--bg-c1);
	font-weight: normal;
}

.un_read {
	background-color: var(--border-4);
	font-weight: bold;
}

.notification_selected {
	background-color: var(--fg-c1);
	color: var(--text-c4);
}

.notification_selected a {
	color: var(--border-1);
}

.notification_badge {
	border-radius: 50%;
	text-align: center;
	background-color: var(--fg-warning);
	color:white;
	display: inherit;
	z-index: 2;
}

.notification_badge.text_badge {
	z-index: 2;
	margin-left: -27px;
}

.notification_badge .badge_counter {
	font-size: 12px;
	padding: 0 2px;
}

.notification_badge.badge-large {
	font-size: 12px;
	min-width: 17px;
	width: fit-content;
	height: 17px;
	justify-content: center;
}

.notification_badge.badge-rectangle {
	font-size: 12px;
	width: 32px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	right: -13px;
}

.notification_badge.badge-rectangle .badge_counter {
	font-size: 11px;
	margin-top: 0px;
}

.dashboard_more_circle {
	width: 90px;
	height: 90px;
	background-color: #ccc;
	border-radius: 50%;
	border: 2px solid #FFF;
}

.person_badge .dashboard_more_circle:hover {
	border: 2px solid var(--fa-secondary-color);
}

.person_badge a:hover {
	text-decoration: none;
}

.person_badge {
	float: left;
	width: 90px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.person_badge .employee_photo_small {
	border: 2px solid #FFF;
}

.person_badge .employee_photo_small:hover {
	border: 2px solid var(--fa-secondary-color);
}

.namebadge {
	color: #6f91b6;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	padding: 2px 4px 0px 4px;
	text-overflow: ellipsis;
	width: 98px;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: -3px;
}

.preview_image {
	position: relative;
}

.preview_image_rotate_btn {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.untilbadge {
	color: var(--text-c1);
	opacity: 0.8;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	height: 17px;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 2px;
}

.notification_holder {
	position: relative;
	padding-left: 65px;
	border-radius: 8px;
	height: 55px;
	padding-top: 3px;
	margin-bottom: 4px;
}

.notification_icon_holder {
	position: absolute;
	top: 7px;
	left: 7px;
}

.notification_icon_holder .dashboard_notification_circle {
	width: 40px;
	height: 40px;
}

.notification_icon_holder .notification_icon {
	font-size: 18px;
	position: absolute;
	top: 1px;
	left: 10px;
}

.notification_upper_holder {
	position: relative;
}

.notification_subject {
	float: left;
	font-size: 13px;
	padding: 4px 8px 0px 0px;
	max-width: 230px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.full_view .notification_subject {
	max-width: none;
}

.notification_time {
	float: right;
	font-size: 9px;
	padding: 6px 8px 0px;
	color: var(--text-c3);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notification_sub_title {
	font-size: 11px;
	padding-top: 5px;
	max-width: 337px;
	overflow: hidden;
	height: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.full_view .notification_sub_title {
	max-width: none;
	height: auto;
	white-space: normal;
}

.dashboard_survey_item {
	margin: 0px 0px 9px;
	background-color: var(--border-4);
	border-radius: 8px;
	padding: 7px;
}

.dashboard_survey_item .progress_badge {
	float: left;
	margin-right: 21px;
	margin-left: 4px;
}

.dashboard_survey_item .badge_text {
	margin: 0 auto;
	width: 50px;
	padding-top: 10px;
}

.dashboard_survey_item .heading {
	margin: 0px;
	font-size: 13px;
	padding-top: 5px;
	overflow: hidden;
	margin-right: 10px;
	text-overflow: ellipsis;
	color: #88a34c !important
}

.dashboard_survey_item .subtitle {
	margin: 0px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.notification_dialog_circle {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 54px;
	height: 37px;
	border: none;
	border-right: 2px solid #FFF;
	border-radius: 0;
}

.notification_dialog_circle .fa {
	font-size: 30px;
	font-weight: bold;
	margin-top: 3px;
	padding-right: 6px;
}

.notification_dialog_circle_icon {
	margin-top: 6px;
	color: #FFF !important;
}

	.notification_dialog_message {
		font-size: 14px;
		padding: 14px 63px 0px;
	}


.notification_info_dialogheader .notification_title {
	font-size: 20px;
	position: absolute;
	left: 78px;
	top: 9px;
	font-weight: normal;
	text-wrap: normal;
	white-space: nowrap;
}

.notification_info_dialogheader .notification_date_sent {
	font-size: 13px;
	position: absolute;
	right: 14px;
	top: 33px;
}

.notification_info_dialogheader .notification_subtitle {
	position: absolute;
	left: 78px;
	color: #707070;
	top: 31px;
	font-size: 14px;
}

.notification_info_dialogheader.Expiring {
	background-color: var(--fg-danger);
}

.notification_info_dialogheader.info {
	background-color: var(--fa-secondary-color);
}

.notification_info_dialogheader.birthday {
	background-color: var(--fg-success);
}

.notification_info_dialogheader.leave_request {
	background-color: var(--fg-primary);
}

.notification_info_dialogheader.Expiring .notification_subtitle {
	color: #fff;
}

.select_color {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}

.report_focusview {
	border: 2px dashed var(--fa-secondary-color);
}

.holiday_description {
	position: absolute;
	top: -17px;
	left: 6px;
	font-size: 10px;
	color: #667;
}

.holiday_edit_holder {
	margin: 0px 0px 30px;
}

.holiday_input_holder {
	margin-right: 45px;
}

.holiday_input_holder input {
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 8px 19px;
	padding-left: 19px;
}

.holiday_edit_holder .button_holder {
	margin-top: 14px;
}

.banner_image_holder {
	height: 388px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #1f6179;
	border-radius: 10px;
	opacity:0.9;
}

.employee_add_managers input {
	border: 0px !important;
	font-size: 14px !important;
	border-bottom: 1px solid #e3e3e3!important;
	box-shadow: none!important;
	border-radius: 0px!important;
}

#select2-ddlIcon-container {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default,
.select2-container--default .select2-selection--multiple,
.select2-container,
.select2-container .select2-selection--multiple {
	min-width: 68em;
	max-width: 68em;
	width: 68em;
	height: 5em;
}

.select2-container--open .select2-dropdown--below {
	width: 25em !important;
}

.leave_taken_consolidated {
	margin-bottom: 4px;
}

.leave_transaction_group {
	background-color: #FFF;
	color : #000;
	position: relative;
	height: 34px;
	border-bottom: 1px dashed #AAA;
	border-radius: 4px;
}

.leave_taken_consolidated.open .leave_transaction_group {
	background-color: var(--fg-c6);
	color : #FFF;
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.leave_taken_consolidated.orange .leave_transaction_group {
	background-color: #d37b2e;
	color: #FFF;
	border: none;
}

.leave_taken_consolidated.green .leave_transaction_group {
	background-color: #799245;
	color: #FFF;
	border: none;
}

.leave_taken_consolidated.red .leave_transaction_group {
	background-color: rgb(146, 37, 37);
	color: #FFF;
	border: none;
}

.leave_taken_consolidated.history_item .leave_transaction_group {
	background-color: #FFF;
	color:#AAA;
}

.leave_taken_consolidated.history_item.open .leave_transaction_group {
	background-color: #AAA;
	color:#FFF;
}

.leave_taken_holder {
	border: 2px solid var(--fg-c6);
	padding-left: 2px;
	padding-top: 5px;
}

.leave_taken_consolidated.orange .leave_taken_holder {
	border: 2px solid #d37b2e;
}

.leave_taken_consolidated.green .leave_taken_holder {
	border: 2px solid #799245;
}

.leave_taken_consolidated.red .leave_taken_holder {
	border: 2px solid rgb(146, 37, 37);
}

.leave_taken_consolidated.history_item .leave_taken_holder {
	border: 2px solid #AAA;
}

.leave_transaction_group.history_item {
	background-color: #AAA;
}

.leave_taken_consolidated_buttons {
	position: absolute;
	right: 8px;
	top: 6px;
}

.leave_taken_consolidated_info {
	padding:6px;
}

.leave_transaction_group .left-table_icon {
	color : var(--fg-c6);
	font-size: 15px;
	top: 7px;
}

.leave_taken_consolidated.orange .left-table_icon {
	color : #d37b2e;
}

.leave_taken_consolidated.green .left-table_icon {
	color : #799245;
}

.leave_taken_consolidated.red .left-table_icon {
	color : rgb(146, 37, 37);
}

.leave_taken_consolidated.history_item {
	color : #AAA;
}

.leave_taken_holder tr:last-child {
	border-bottom:1px solid #FFF;
}

.leave_taken_holder table {
	margin-bottom: 0px;
}

.transaction_amount {
	position: absolute;
	right: 10em;
	top: 0;
}

.transaction_attachment {
	position: absolute;
	top: 9px;
	right: 5em;
}

.transaction_attachment a {
	color:#000;
}

.leave_taken_consolidated.history_item .transaction_attachment a {
	color:#AAA;
}

.leave_taken_consolidated.orange .transaction_attachment a, .leave_taken_consolidated.green .transaction_attachment a, .leave_taken_consolidated.red .transaction_attachment a{
	color:#fff;
}

.leave_taken_consolidated.open .transaction_attachment a
{
	color:#FFF;
}

.transaction_amount .number {
	font-size: 23px;
}

.transaction_lock {
	position: absolute;
	right: 7.7em;
	top: 9px;
}

.employee_page input.transaction_edit_box {
	display: inline;
	width: auto;
	background: none;
	color:  #000 !important;
	border: none !important;
	border-bottom: 1px dashed #000 !important;
	padding: 0px !important;
	height: 22px;
	float: left;
}

.employee_page .leave_taken_consolidated.open  input.transaction_edit_box {
    color:  #FFF !important;
    border-bottom: 1px dashed #FFF !important;

}

.employee_page .leave_taken_consolidated.history_item  input.transaction_edit_box {
	color:  #AAA !important;
	border-bottom: 1px dashed #AAA !important;
}

.employee_page .leave_taken_consolidated.red  input.transaction_edit_box {
	color:  #FFF !important;
	border-bottom: 1px dashed #FFF !important;
}

.employee_page .leave_taken_consolidated.green  input.transaction_edit_box {
	color:  #FFF !important;
	border-bottom: 1px dashed #FFF !important;
}

.employee_page .leave_taken_consolidated.orange  input.transaction_edit_box {
	color:  #FFF !important;
	border-bottom: 1px dashed #FFF !important;
}

.employee_page .leave_taken_consolidated.history_item.open  input.transaction_edit_box {
	color:  #FFF !important;
	border-bottom: 1px dashed #FFF !important;
}

.employee_note {
	background-color: #ededed;
	padding: 15px;
	margin-bottom: 10px;
}

.employee_note_heading {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

.employee_note_contents {
	color: #888;
}

/* colcade stuff */

/* Using floats */
.grid-col {
	float: left;
	width: 50%;
}

/* 1 columns at small size */
/*  @media ( min-width: 768px ) {
	.grid-col { width: 100%; }
	.grid-col--2 { display: none; } // hide column 2
}*/

/* 2 columns at large size */
@media ( min-width: 1080px ) {
	.grid-col { width: 50%; }
	.grid-col--3 { display: block; } /* show column 3 */
}

/* colcade stuff end */

.chart_container {
	width: 100%;
	position: relative;
}

.charts {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
.chart {
	margin: 30px 0 0;
	border-radius: 8px;
	padding: 0px;
	padding-bottom: 10px;
	border: 2px solid var(--fg-c6);
	position: relative;
}

.chart:first-child {
	margin: 0;
}

.chart_title {
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
	opacity: 0;
	animation: 1s anim-lightspeed-in ease forwards;
	background-color: var(--fg-c6);
	padding: 7px 12px;
	color: #FFF;
}

.survey_paragraph_percent {
	color: #BBB;;
}

.survey_tile {
	width:75%;
}

.survey_paragraph_answer {
	text-align: left;
	font-weight: bold;
	cursor: default;
	border-bottom: 1px solid #dedede;
	margin: 0px 10px 11px;
	padding: 0px 10px 10px;
}

.survey_amount_responses {
	position: absolute;
	top: -1px;
	right: 10px;
	color: #FFF;
	font-weight: bold;
}

.survey_answer_count {
	font-size: 24px;
}

.survey_no_response {
	text-align: left;
	font-weight: bold;
	cursor: default;
	margin: 0px 10px 0px;
	padding: 0px 10px 0px;
}

.chart--prod .chart_title {
	animation-delay: 3.3s;
}
.chart--design .chart_title {
	animation-delay: 4.5s;
}
.chart_horiz {
	overflow: hidden;
	list-style-type: none;
}
.chart_bar {
	height: 30px;
	margin: 0px 10px 0px 11px;
	background: linear-gradient(to left, #b2d39b, #60975a);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	opacity: 0;
	animation: 1s anim-lightspeed-in ease forwards;
	position: relative;
}

.chart_value{
	position: absolute;
	right: 15px;
	top: 3px;
	color: #FFF;
}

.chart--dev .chart_bar:nth-of-type(11) {
	animation-delay: 2.7s;
}

.chart--dev .chart_bar:nth-of-type(10) {
	animation-delay: 2.5s;
}

.chart--dev .chart_bar:nth-of-type(9) {
	animation-delay: 2.3s;
}

.chart--dev .chart_bar:nth-of-type(8) {
	animation-delay: 2.1s;
}

.chart--dev .chart_bar:nth-of-type(7) {
	animation-delay: 1.9s;
}

.chart--dev .chart_bar:nth-of-type(6) {
	animation-delay: 1.7s;
}

.chart--dev .chart_bar:nth-of-type(5) {
	animation-delay: 1.5s;
}

.chart--dev .chart_bar:nth-of-type(4) {
	animation-delay: 1.3s;
}

.chart--dev .chart_bar:nth-of-type(3) {
	animation-delay: 1.1s;
}

.chart--dev .chart_bar:nth-of-type(2) {
	animation-delay: 0.9s;
}

.chart--dev .chart_bar:nth-of-type(1) {
	animation-delay: 0.7s;
}

.chart--prod .chart_bar:nth-of-type(2) {
	animation-delay: 4.2s;
}

.chart--prod .chart_bar:nth-of-type(1) {
	animation-delay: 4s;
}

.chart--design .chart_bar:nth-of-type(3) {
	animation-delay: 5.6s;
}

.chart--design .chart_bar:nth-of-type(2) {
	animation-delay: 5.4s;
}

.chart--design .chart_bar:nth-of-type(1) {
	animation-delay: 5.2s;
}

.chart_label {
	padding: 0px 10px;
	width: 120px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	max-width: 120px;
	overflow: hidden;
	max-height: 60px;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	cursor: default;
}

@keyframes anim-lightspeed-in {
	0% {

	opacity: 0;
	}
	100% {

	opacity: 1;
	}
}

.btnsml.active {
	background-color: #ADADAD;
}

.savanna_radio_btn_group .btn.btnsml {
	padding: 1px 9px;
	font-size: 12px;
	border-color: #CCC;
}

.leave_summary_date {
	float: right;
}

.leave_summary_date .ls_info {
	background-color: var(--border-2);
	float: left;
	height: 22px;
	padding: 2px 4px;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: var(--text-c4);
	width: 6em;
	text-align: center;
	font-size: 12px;
}

.leave_summary_date input {
	width: 10em;
	float: right;
	background-color: #fff;
	text-align: center;
	height: 22px;
	border: none;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	font-size: 12px !important;
	padding-top: 1px !important;
}

.time_report_date {
	float: left;
}

.time_report_date .ls_info {
	background-color: var(--fg-c6);
	float: left;
	height: 22px;
	padding: 1px 10px;
	border: 1px solid var(--fg-c6);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color:#FFF;
	font-size: 12px;
}

.time_report_date input {
	width: 10em;
	float: left;
	text-align: center;
	height: 22px;
	border: 1px solid var(--fg-c6) !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	font-size: 12px !important;
	padding-top: 3px !important;
}

.files input {
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	padding: 120px 0px 85px 35%;
	text-align: center !important;
	margin: 0;
	width: 100% !important;
}

.files input:focus {
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	border:1px solid #92b0b3;
}

.files { position: relative}
.files:after {
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 50px;
	right: 0;
	height: 56px;
	content: "";
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}

.color input{ background-color: var(bg-c2);}
.files:before {
	position: absolute;
	bottom: 10px;
	left: 0;  pointer-events: none;
	width: 100%;
	right: 0;
	height: 57px;
	content: " or drag it here. ";
	display: block;
	margin: 0 auto;
	color: #2ea591;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

@keyframes bounce-7 {
	0%   { transform: scale(1,1) translateY(0); }
	10%  { transform: scale(1.1,.9) translateY(0); }
	30%  { transform: scale(.9,1.1) translateY(-100px); }
	50%  { transform: scale(1.05,.95) translateY(0); }
	57%  { transform: scale(1,1) translateY(-7px); }
	64%  { transform: scale(1,1) translateY(0); }
	100% { transform: scale(1,1) translateY(0); }
}

@keyframes opacity_anim_full {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}

@keyframes opacity_anim_half {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 0.5;
	}
}

/* HELP SECTION */
.help_heading {
	font-size: 20px;
	padding: 6px 20px;
	background: #888;
	border-radius: 8px;
	color:#FFF;
}

.help_text {
	display: flex;
	padding: 5px 20px;
	font-size: 14px;
}

.help_section {
	border: 2px solid #dedede;
	border-radius: 8px;
	margin: 10px 0px;
	padding-bottom: 13px;
}

.help_section_heading {
	background-color: #dedede;
	min-height: 33px;
	font-size: 16px;
	padding: 5px 20px 8px;
	color: #000;
	margin-bottom: 13px;
}

.help_main_explanation {
	margin: 14px 20px;
	font-size: 15px;
}

.help_highlight {
	background-color: #dedede;
	padding: 2px 6px;
	border-radius: 3px;
	margin-right: 5px;
}

.help_highlight.lightblue {
	background-color: #8ab4c0;
	color:#FFF;
}

.help_highlight.yellow {
	color:#FFF;
	background-color: var(--fa-secondary-color);
}

.help_highlight.red {
	color:#FFF;
	background-color: var(--fg-danger);
}

.help_section_divider {
	height: 2px;
	background-color: var(--border-3);
	margin: 10px 20px;
}

.help_symbol {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border-radius: 5px;
	margin-right: 5px;
}

.help_symbol.grey {
	color: #AAA;
	border-color: #AAA;
}

.help_symbol.red {
	color: rgb(151, 37, 37);
	border-color: rgb(151, 37, 37);
}

.help_symbol.orange {
	color: #cf8645;
	border-color: #cf8645;
}

.help_symbol.green {
	color: #77933C;
	border-color: #77933C;
}

.help_section_sub_heading {
	min-height: 33px;
	font-size: 16px;
	padding: 5px 0px 4px;
	color: #000;
	border-bottom: 4px solid #dedede;
	margin: 20px;
	margin-bottom: 13px;
}

.faq_category_heading {
	font-size: 18px;
	border-bottom: 2px solid #1f6179;
	margin: 10px 0px;
	color: var(--fg-c6);
	text-transform: uppercase;
}

.faq_question_holder {
	position: relative;
	border-bottom: 1px solid #DDD;
}

.faq_buttons {
	position: absolute;
	top: 10px;
	right: 0px;
}

.faq_question {
	color: var(--text-c1);
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0px;
	cursor: pointer;
	transition: color 150ms ease-in-out,font-size 16px;
}

.faq_question:hover {
	color: var(--fa-secondary-color);
}

.faq_answer {
	font-size: 14px;
	padding: 10px 0px;
	display: none;
	color: #909090;
}

.faq_question_holder.open .faq_question {
	font-size: 20px;
	/*animation: faq_question_anim 500ms ease; */
	transition: color 150ms ease-in-out,font-size 16px;
}

.faq_buttons .up {
	display: none;
}

.faq_question_holder.open .faq_buttons {
	top: 13px;
}

.faq_question_holder.open .faq_buttons .up {
	font-size: 20px;
	display: block;
}

.faq_question_holder.open .faq_buttons .down {
	display: none;
}

.ps-left-header.faq {
	padding-left: 0;
}

/* HELP WIZARD SECTION */
.help_wizard_heading {
	font-size: 20px;
	padding: 6px 20px;
	background: #888;
	border-radius: 8px;
	color:#FFF;
	width: 50%;
}

.help_wizard_text {
	padding: 5px 20px;
	font-size: 14px;
}

.help_wizard_section {
	border: 2px solid #dedede;
	border-radius: 8px;
	margin: 10px 0px;
	padding-bottom: 13px;
	width: 50%;
}

.help_wizard_section_heading {
	background-color: #dedede;
	min-height: 33px;
	font-size: 16px;
	padding: 5px 20px 8px;
	color: #000;
	margin-bottom: 13px;
}

.help_wizard_main_explanation {
	margin: 14px 20px;
	font-size: 15px;
	width: 50%;
}

.next-step-card {
	margin-bottom: 25px;
	font-size: 19px;
	position: relative;
	text-align: center;
	width: 300px;
	float: left;
	margin-left: 80px;
	margin-top: 70px;
	margin-bottom: 80px;
	height:100px;
}

.next-step-square {
	height: 30px;
	width: 30px;
	background-color: #fff;
	position: absolute;
	right: 4px;
	top: -16px;
	transform: rotate(45deg);
	border: 3px solid var(--text-c5);
	border-radius: 50%;
	display: none;
}

.next-step-extra-info {
	font-size: 14px;
	color: #667;
}

.next-step-square .fa-check {
	color: var(--text-c3);
	transform: rotate(-190deg);
	position: absolute;
	left: -9px;
	top: 1px;
	font-size: 30px;
	display: none;
}

.next-step-card.completed .next-step-square {
	display: block;
}

.next-step-card.completed .next-step-square .fa-check {
	display: block;
}

.next-step-icon {
	font-size: 30px;
	background-color: var(--text-c5);
	color: #FFF;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	height: 50px;
	padding-top: 2px;
	position: absolute;
	left: 123px;
	top: -67px;
	border-top-right-radius: 0px;
	transform: rotate(135deg);
}

.next-step-icon span {
	transform : rotate(-135deg);
}

.next-step-task-count {
	font-size: 17px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 7px;
}

.what_to_do_next_icon {
	display: none;
	right: 4em;
}

.next-step-card.completed a {
	text-decoration: line-through;
}

.page_help_wizard {
	color: var(--text-c3);
	cursor: pointer;
	font-size: 19px;
	font-weight: normal;
}

.what_to_do_next_icon_badge {
	display: none;
}

table.vinput tr td:nth-child(1) {
	width: 30%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

.restriction_rule_ul_fix ul {
	list-style-type: disc;
}

@media print {
	a[href]:after {
	content: none !important;
	}
}

* { box-sizing: border-box; }

.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}

.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: rgb(95, 123, 151) !important;
	color: #ffffff;
}

/* Calendar */
.fc .fc-button-primary,
.fc .fc-button-primary:disabled {
	background-color: var(--fg-c6);
	color: var(--text-c4);
	border: none;
	cursor: default;
}

.fc .fc-button-primary:disabled:hover {
	filter: none;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
	background-color: var(--bg-c1);
	border: 1px solid var(--fg-c6);
	color: var(--text-c1);
}

.fc .fc-button-primary:hover {
	background-color: var(--fg-c6);
	filter: brightness(0.8);
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus, 
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:focus {
	box-shadow: none;
}
/* Performance management */
.performance-manage-table th {
	background-color: var(--bg-c6);
	width: 1%;
	white-space: nowrap;
}

.performance-manage-table td {
	background-color: var(--bg-c2);
}

.performance-manage-label {

}

.table-selectable-fields > tbody > tr > td {
	cursor: pointer;
}

.table-selectable-fields > tbody > tr:hover {
	filter: brightness(0.9);
}

.performance-manage-feedback-heading {
	text-align: end;
	padding: 0.5em;
	font-weight: 200;
	color: var(--text-c3);
}

.performance-manage-feedback-input {
	padding: 0 0.5em !important;
}

.performance-manage-feedback-input > input {
	height: 2.5em;
}

/* REMOVE WHEN UI-PS IS PUBLISHED */
/* medium (between regular and small) ps-switch styling */
.ps-switch-md {
	position: relative;
	display: inline-block;
	width: 2.3em;
	height: 1.3em;
	margin-bottom: 0px;
	caret-color: transparent;
}

.ps-switch-md input {
	display: none;
}

.ps-slider-md {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--bg-shadow);
	transition: 0.4s;
	border-radius: 0.85em;
}

.ps-slider-md:before {
	position: absolute;
	content: "";
	height: 1.1em;
	width: 1.1em;
	left: 0.1em;
	bottom: 0.08em;
	background-color: var(--bg-c1);
	transition: 0.4s;
	border-radius: 50%;
}

input:checked + .ps-slider-md {
	background-color: var(--fg-success);
}

input:checked + .ps-slider-md:before {
	transform: translateX(0.96em);
}

.ps-pagination > .disabled > span, 
.ps-pagination > .disabled > span:hover, 
.ps-pagination > .disabled > span:focus, 
.ps-pagination > .disabled > a, 
.ps-pagination > .disabled > a:hover, 
.ps-pagination > .disabled > a:focus {
	border: none !important;
}

.ps-pagination > .active > a, 
.ps-pagination > .active > span, 
.ps-pagination > .active > a:hover, 
.ps-pagination > .active > span:hover, 
.ps-pagination > .active > a:focus, 
.ps-pagination > .active > span:focus {
	border: none !important;
	background-color: var(--fg-primary);
}

.ps-pagination > li > a, .ps-pagination > li > span {
	border: none !important;
}

.dialog-top-buttons {
	display: flex;
	gap: 0.6em;
	position: absolute;
	right: 1em;
	top: 0.5em;
}

.dialog-top-btn {
	background-color: var(--text-c1);
	border-radius: 50%;
	border: none;
	color: var(--text-c4);
}

.step-rules {
	background-color: var(--bg-c6);
	padding: 5px;
	border-radius: 4px;
	margin: 2px 3px;
}

.select-header {
	display: inline-block;
	width: 100%;
	cursor: default;
}

.select-container select {
	width: 100%;
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/* Style for the options */
.select-container select option {
	padding: 0.5em;
	background-color: #fff;
	color: var(--text-c1);
}

/* Hover effect for the options */
.select-container select option:hover {
	background-color: #f0f0f0;
}

.progressbar {
	counter-reset: step;
	justify-content: center;
	display: flex;
	padding: 0;
}

.progressbar li {
	list-style: none;
	display: inline-block;
	width: 18%;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	line-height : 30px;
	border: none;
	border-radius: 100%;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	background-color: var(--bg-c2);
}

.report-steps:before {
	z-index: 1 !important;
	position: relative !important;
}

.report-steps:after {
	z-index: 0 !important;
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--border-1);
	top: 15px;
	left: -50%;
	z-index : -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.completed:before {
	color: #fff;
	background-color: var(--fg-success);
	opacity: 0.6;
}

.progressbar li.completed {
	cursor: default;
}

.progressbar li.active:before {
	border: 1px solid var(--fg-success);
	color: var(--fg-success);
}

.progressbar li.active + li:after {
	background-color: var(--fg-success);
}

/* Company objectives setup page */
.company-mission {
	padding: 0.5em;
	width: 80%;
	margin: 0;
	background-color: var(--fa-primary-color);
	color: #fff;
}

.company-obj-edit-btn {
	border-radius: 50%;
	min-width: 20px !important;
	min-height: 20px !important;
	height: 20px;
	width: 20px;
	padding: 0 !important;
}

.mission-goal {
	display: flex;
	justify-content: space-between;
	padding: 0.5em;
	border-radius: 5px;
	color: #fff;
	margin: 1em 0 0.3em 1em;
	width: 70%;
	background-color: var(--fa-secondary-color);
}

.mission-subgoals {
	display: flex;
	justify-content: space-between;
	padding: 0.5em;
	border-radius: 5px;
	background-color: var(--bg-c2);
	color: var(--text-c1);
	margin: 0.2em 30% 0 1em;
}

.mission-subgoal-numbering {
	width: 3.5em;
	display: inline-block;
	background-color: var(--border-4);
	border-radius: 0.3em;
	margin-right: 0.5em;
	text-align: center;
	height: fit-content;
}

.company-objective-panel {
	display: flex;
	gap: 1em;
	align-items: center;
}

.goal-numbers {
	width: 4em;
	padding: 10px;
	background-color: var(--fa-secondary-color);
	color: #fff;
	filter: brightness(0.9);
	font-weight: 600;
}

.company-mission-number {
	font-weight: 600;
	display: inline-block;
	background-color: var(--bg-c1);
	width: 1.7em;
	height: 1.7em;
	min-width: 1.7em;
	min-height: 1.7em;
	max-width: 1.7em;
	max-height: 1.7em;
	border-radius: 50%;
	color: var(--text-c1);
	text-align: center;
}

.comp-obj-side-buttons {
	margin-left: 1em;
	display: flex;
	gap: 0.5em;
	align-items: center;
}

.top-edit-add-btn {
	float: right;
	position: relative;
	z-index: 3;
	margin-right: 1em;
	top: -2px;
	font-size: 0.85em;
	height: 2.4em;
	align-items: center;
}

.link-select {
	width: 75%;
	max-height: 9em;
}

.link-select.option {
	white-space: break-spaces;
}

.view-linked-comp-objectives {
	background-color: var(--bg-c6);
	padding: 3px;
	margin-left: 5px;
	border-radius: 5px;
}

/* CKEDITOR */
.ck.ck-editor__editable_inline {
	height: 12em;
}

.inline-elements {
	display: flex;
	gap: 0.25em;
	justify-content: center;
	align-items: center;
}

.approve-docs-header {
	padding-left: 0;
	margin-top: 2em;
}

.approve-docs-type-headers {
	padding-left: 0;
	text-transform: capitalize;
	color: var(--text-c1);
}

.element-true {
	color: var(--fg-success);
}

.gray {
	color: var(--border-1);
}

.green-bold {
	color: var(--fg-success);
	font-weight: bold;
}

/* Survey answering on mobile */
	@media (max-width: 768px) and (max-height: 1000px) {

		h4 {
			font-size: 15px;
		}

		.survey_description {
			font-size: 13px;
		}

		.survey_question_label {
			font-size: 13px;
		}

		.survey_question_text_input {
			font-size: 12px;
		}

		.range_slider {
			width: 100%;
		}

		.range_slider_range {
			height: 13px;
		}

		.range_slider_value {
			font-size: 10px;
		}

		.survey-questions {
			margin-top: 3em;
		}
	}

	.ps-table-no-border {
		text-align: start;
		max-width: 100%;
		width: 100%;
		border: none;
		background-color: transparent;
	}

	.ps-table-no-border-yooma {
		text-align: start;
		max-width: 100%;
		width: 100%;
		border: none;
		background-color: transparent;
	}

	.ps-table-no-border-yooma thead th {
		background-color: var(--fg-c3);
		color: #ffffff;
		padding: 0.75rem;
		font-weight: bold;
	}

	.ps-table-no-border-yooma tbody tr:hover {
		background-color: var(--fg-c5);
		color: var(--text-c4);
	}

	.ps-table-no-border-yooma tbody td {
		padding: 0.75rem;
	}

	.ps-table-yooma {
		font-size: 1fr;
		border-collapse: collapse;
		width: 100%;
		font-family: var(--font-primary);
		color: var(--text-c1);
		background-color: var(--bg-c1);
	}

	.ps-table-yooma thead th {
		font-size: 1.2em;
		font-weight: bold;
		background-color: var(--fg-c3);
		border: 1px solid black;
		padding: 0.75rem;
		text-align: left;
		caret-color: transparent;
		color: black;
	}

	.ps-table-yooma tbody td {
		border: 1px solid var(--border-3);
		padding: 0.75rem;
	}

	.ps-table-yooma tfoot td {
		border: 1px solid var(--border-3);
		padding: 0.75rem;
		font-weight: bold;
	}

	.ps-table-yooma tbody tr:nth-child(even) {
		background-color: var(--bg-c2);
	}

	.ps-table-yooma tfoot tr:nth-child(even) {
		background-color: var(--bg-c2);
	}

	.ps-table-yooma tbody tr:hover {
		background-color: var(--fg-c5)!important;
		color: black;
	}

	.ps-table-yooma tfoot tr:hover {
		background-color: var(--fg-c5) !important;
		color:  black;
	}

	.ps-table-yooma tbody tr.select {
		background-color: var(--bg-c4);
	}

	.ps-table-yooma tfoot tr.select {
		background-color: var(--bg-c4);
	}
