

a {
	cursor: pointer;
	text-decoration: none !important;
	color: #0d6efd;
}

.error {
	border: solid 1px red;
	/* color: red; */
	font-weight: bold;
}

button,
input[type="submit"],
input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}



@media (min-width: 300px) and (max-width: 1000px) {
	/* Responsive to mobile and tablets */

	body {
		font-size: 3.5;
	}

	.splitScreen {
		display: block;
	}

	.splitScreen th {
		font-size: 4vw;
	}

	.form-label {
		font-size: 3.5vw;
	}

	.form-select {
		font-size: 4vw;
	}

	td,
	th {
		font-size: 3.5vw;
	}

	.column {
		width: 100%;
	}


	/* notification view*/

	#notif-font,
	#msgtitle {
		font-size: 3.5vw;
	}

	#broadcastmsg {
		font-size: 3.5vw;
		height: 300px;
	}

	#notification_details .badge {
		text-transform: uppercase;
		display: inline-block;
		padding: 0.20em 0.3em;
		font-size: 60%;
		font-weight: 700;
		line-height: 2.5;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: 0.29rem;
	}


	label,
	.form-title,
	.form-control,
	.col-form-label,
	#attachment_input,
	.subheading,
	.subheading-bold {
		font-size: 3.5vw;
	}

	/* dashboard */

	.widget-heading {
		font-size: 3.5vw;
	}

	.widget-content-left .post-title {
		font-size: 4vw;
	}

	.widget-content-right .widget-numbers {
		font-size: 3vw;
	}

	#employee_search_section .notif-header {
		font-size: 4.5vw;
	}

	.list-group-tables>b {
		font-size: 3.5vw;
	}

	.progress {
		height: .55rem;
	}

	.attachment {
		width: 100%;
		height: 100%;
	}

	.position_name #position_text {
		font-size: 4vw;
	}

	#leavediv .hcmbtn {
		display: inline-block;
		font-weight: 400;
		color: #495057;
		text-align: center;
		vertical-align: middle;
		user-select: none;
		background-color: transparent;
		border: 1px solid rgba(26, 54, 126, .125);
		box-shadow: 0px 3px 5px lightgrey;
		padding: 0.375rem 0.75rem;
		font-size: .8rem;
		line-height: 1.5;
		border-radius: 0.25rem;
	}

	#leavediv .hcmbtn:hover {
		background: #174B5B;
		color: white;
		cursor: pointer;
	}

	#leavetable .hcmbtn {
		display: inline-block;
		font-weight: 400;
		color: #495057;
		text-align: center;
		vertical-align: middle;
		user-select: none;
		background-color: transparent;
		border: 1px solid rgba(26, 54, 126, .125);
		box-shadow: 0px 3px 5px lightgrey;
		padding: 0.375rem 0.75rem;
		font-size: .88rem;
		line-height: 1.5;
		border-radius: 0.25rem;
	}



	button {
		background-color: #F6F6F6;
		border-style: solid;
		border-width: 1px;
		border-color: lightgray;
		border-radius: 10px;
		font-size: 3.5vw;
		padding: 5px 10px;
		text-decoration: none;
		color: #53575A;
		box-shadow: 0px 3px 5px lightgrey;
		text-align: center;
		cursor: pointer;
		display: inline-block;
	}

	.eobutton {
		background-color: #F6F6F6;
		border-style: solid;
		border-width: 1px;
		border-color: lightgray;
		border-radius: 10px;
		font-size: 3.5vw;
		padding: 5px 10px;
		text-decoration: none;
		color: #53575A !important;
		box-shadow: 0px 3px 5px lightgrey;
		text-align: center;
		cursor: pointer;
		display: inline-block;
	}

	.log-search-btn {
		margin-top: 30px;
	}

	/* 
	#applyleavebtn {
		position:absolute;
		bottom: 9%;
		right:30%; 
    } */

	#viewnewleavebtn,
	#viewleavebtn,
	#approvalviewbtn,
	#approvalmodalbtn,
	#attendance-modal-btn {
		padding: 5px 10px;
		width: 100px;
	}

	#scanQRBtn,
	#locationBtn {
		padding: 10px 15px;
	}
}

a:disabled {
	color: rgb(172, 172, 172)
}

.splitScreen {
	display: flex;
	flex-direction: row;
}

.required:after {
	content: " *";
	color: red;
}

.btn-login {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	padding: 0.85rem 1rem;
}

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

.inactive {
	background-color: #f4f3f3;
	opacity: 1;
	border-style: solid;
	cursor: not-allowed;
	pointer-events: none;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f4f3f3;
	opacity: 1;
	border-style: solid;
	cursor: not-allowed;
}

.off-canvas {
	height: 100%;
	/* 100% Full-height */
	width: 0;
	/* 0 width - change this with JavaScript */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Stay on top */
	top: 0;
	left: 0;
	background-color: #111;
	/* Black*/
	overflow-x: hidden;
	/* Disable horizontal scroll */
	padding-top: 60px;
	/* Place content 60px from the top */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidenav */
}

.itemlist {
	padding-left: 15px;
}


.request-overlay {
	z-index: 9999;
	position: fixed;
	/*Important to cover the screen in case of scolling content*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: rgba(200, 200, 200, 0.5) no-repeat center;
	/*.gif file or just div with message etc. however you like*/
}

/*modal success/error message css */
.successmessageheader {
	background-color: #2597BA;
}

.errormessageheader {
	background-color: lightpink;
}

label.error{
	border:none;
	color: red;
}


.model_success {
	border-radius: 0px;
}

/* eo custom card css */
.eosection {
	padding: 10px;
	border-radius: 10px;
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px;
	box-shadow: 2px 2px 3px lightgrey;
	background-color: white;
	align-items: center;
	justify-content: center;
}

/* 
.eosection:hover{
	background-color: #f6f6f6;
} */

.eocardcontent {
	padding: 10px;
	border-width: 1px;
	border-radius: 10px;
	border-color: lightgrey;
	border-style: solid;
	box-shadow: 2px 2px 3px lightgrey;
	background-color: white;
	height: 100%
		/* aspect-ratio: 100 / 29; */
}

.eocard {
	padding: 5px;
	border-radius: 10px;
}

/* Buttons CSS */
.eobutton {
	background-color: #F6F6F6;
	border-style: solid;
	border-width: 1px;
	border-color: lightgray;
	border-radius: 10px;
	padding: 8px 32px;
	text-decoration: none;
	color: #53575A;
	box-shadow: 0px 3px 5px lightgrey;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.activebutton {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: lightgray;
	border-radius: 10px;
	padding: 8px 32px;
	text-decoration: none;
	color: black;
	box-shadow: 0px 3px 5px lightgrey;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.statusActive {
	background-color: green;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-radius: 5px;
	padding: 4px 16px;
	color: white;
	text-align: center;
	width: 200px;
	max-width: 200px;
}

.statusClosed {
	background-color: red;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-radius: 5px;
	padding: 4px 16px;
	color: white;
	text-align: center;
	width: 200px;
	max-width: 200px;
}

.statusNotStarted {
	background-color: yellow;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-radius: 5px;
	padding: 4px 16px;
	color: black;
	text-align: center;
	width: 200px;
	max-width: 200px;
}

.eoCenter {
	text-align: center;
}

.eobutton:hover {
	background: #174B5B;
	color: white;
	cursor: pointer;
}

.eobutton:active {
	box-shadow: 0px 0px 10px lightgrey;
	transform: translateY(4px);
}

.eobutton:disabled {
	opacity: 0.4;
	background: #d8d8d8;
	cursor: not-allowed !important;
}

.eo-link {
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	outline: inherit;
	color: #0d6efd !important;
	/* text-decoration: underline; */
	cursor: pointer;
}

/* Nav bar css */
.eoNavbar {
	background-color: #F6F6F6;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.eonavbarbottom {
	padding-left: 30px;
	padding-right: 30px;
}

.eonavbartop {
	padding-left: 30px;
	padding-right: 30px;
	height: 5px;
}

.eofloatright {
	float: right;
}

.eofloatleft {
	float: left;
}

.eoNavlink {
	color: #53575A !important;
}

.eoNavitem {
	color: #53575A !important;
}

.eoNavlink:hover,
.eoNavitem:hover {
	background: #F6F6F6;
	box-shadow: 2px 2px 5px #C8C8C8;
	color: #53575A !important;
}

.eoNavdropdown {
	background: #F6F6F6;
	border-radius: 0px;
	padding: 1px;
	color: #53575A;
}

.eoFooter {
	background-color: #877c;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: white !important;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.eosmall {
	transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	/* IE 9 */
	-webkit-transform: scale(0.8, 0.8);
	/* Safari and Chrome */
	-o-transform: scale(0.8, 0.8);
	/* Opera */
	-moz-transform: scale(0.8, 0.8);
	/* Firefox */
}

.close-icon>i {
	opacity: 0.5;
	cursor: pointer;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.1, 0.7, 0.5, 1);
}

.close-icon:hover>i {
	color: indianred;
	opacity: 1;
	cursor: pointer;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}


.accordion-button:not(.collapsed) {
	color: black;
	background-color: #ffffff;
}

.table>tbody>tr>td {
	vertical-align: middle;
	padding: 8px;
}

.report_tb>tbody {
	border-bottom: 2pt dotted black;
}

/* .report_tb.dataTable > tbody {
	border-bottom: 2pt dotted black;
} */


pre {
	font-size: inherit;
	color: inherit;
	border: initial;
	padding: initial;
	font-family: inherit;
}


/*murs employee table*/

body>table {
	width: 50%;
}

table {
	border-collapse: collapse;
}

table.list {
	width: 100%;
}

td,
th {
	border: 1px solid #ffffff;
	text-align: left;
	padding: 16px;
}

td #row1 {
	padding: 10px;
}

/* tr:nth-child(even),table.list thead>tr {
	background-color: #dddddd;
} */


/* Created by Nisa */
.multiselect {
	width: 200px;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
	/* font-weight: bold; */
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* #checkboxes {
	display: none;
	border: 1px #dadada solid;
  }
  
  #checkboxes label {
	display: block;
  }
  
  #checkboxes label:hover {
	background-color: lightgrey;
  } */

/* .rightScroll {
    width: 100%;
    height: 100%;
	padding: 20px;
   	display:table-cell;
}

.rightScroll div {
 	width:100%;
    height:30%;
	position:absolute;
    top:28px;
   
    right:0;
    overflow: scroll;
} */

.centerBlock {
	margin: 0 auto;
	vertical-align: middle;
}

input[type="checkbox"] {
	vertical-align: middle;
}

.leavelabel {
	font-family: inherit;
	font-weight: bold;
}

thead {
	background-color: #f6f6f6;
	color: #0D1B3EB3;
	text-transform: uppercase;
	font-weight: 500;

}

tfoot {
	background-color: #174B5B;
	color: white;
	font-weight: 500;

}

.modal-header {
	background-color: #174B5B;
	color: white;
}

.applyleavebtn {
	position: absolute;
	right: 0;
}

#leaveapprovaltable td,
th {
	border: 1px solid #ffffff;
	text-align: left;
	padding: 10px;
}

#table {
	border: 1px solid black;
	text-align: left;
	/* padding: 0px 10px; */
}

#viewnewleavebtn {
	padding: 10px 9px 10px 9px;
	width: 100px;
}

#viewleavebtn {
	padding: 10px 9px 10px 9px;
	width: 100px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}



/* Leave History */
.statusApproved {
	background-color: green;
	border-style: solid;
	border-width: 1px;
	padding: 4px 16px;
	color: white;
	text-align: center;
	width: 100px;
	max-width: 100px;
}

.statusClosed {
	background-color: red;
	border-style: solid;
	border-width: 1px;
	padding: 4px 16px;
	color: white;
	text-align: center;
	width: 100px;
	max-width: 100px;
}

.statusNotStarted {
	background-color: yellow;
	border-style: solid;
	border-width: 1px;
	padding: 4px 16px;
	color: black;
	text-align: center;
	width: 100px;
	max-width: 100px;
}


#fileDisplayArea {
	margin-top: 2em;
	width: 75%;
	overflow-x: auto;
}

/*view page*/
.hide {
	display: none;
}

.search-add-wrapper {
	margin-right: auto;
}

/*modal address*/
.modal-header {
	background-color: #174B5B;
	color: white;
}

.modal-header-vacancy {
	background-color: #FFF;
	color: black;
}

/* .modal-body {
	max-height: calc(100vh - 305px);
  	overflow: auto;
} */

.card-btn {
	cursor: pointer;
	font-weight: 600;
	color: #174B5B
}

.card-btn:hover {
	font-weight: 800;
	color: #2b2a2a;
}

.clickable-icon {
	pointer-events: auto !important;
}

#map {
	height: 500px;
}

.multipleSelection {
	width: 300px;
	background-color: #BCC2C1;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
	font-weight: bold;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#checkBoxes {
	display: none;
	border: 1px #8DF5E4 solid;
}

#checkBoxes label {
	display: block;
}

#checkBoxes label:hover {
	background-color: #4F615E;
}

.danger {
	background-color: #d9534f;
	color: white;

}

.danger:hover {
	background: #db3d38;
}

.success {
	background-color: #5cb85c;
	color: white;

}

.green-icon {
	color: #5cb85c;

}

.success:hover {
	background: #52a352;
}

.limit-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flip-card {
	background-color: transparent;
	width: auto;
	height: 254px;
	perspective: 1000px;
	font-family: sans-serif;
}

.title {
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	margin: 0;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.08s;
	transform-style: preserve-3d;
}

.flip-card:active .flip-card-inner {
	transform: rotateY(90deg);

}


.flip-card-front,
.flip-card-back {
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgb(110, 110, 110);
	border-radius: 1rem;
}

.flip-card-front {
	background: linear-gradient(120deg, rgb(116, 114, 114) 60%, rgb(233, 229, 228) 88%,
			rgb(0, 0, 0) 40%, rgba(243, 239, 238, 0.904) 48%);
	color: rgb(255, 253, 253);
	transform: rotateY(180deg);
}

.flip-card-back {
	background: linear-gradient(120deg, rgb(146, 29, 29) 30%, rgb(182, 142, 142) 88%,
			rgb(224, 102, 54) 40%, rgb(255, 185, 160) 78%);
	color: white;
	animation-play-state: paused;


}

.title-header {
	background-color: #174B5B;
	color: White;
}

.danger-icon {
	color: #d9534f;
}

.success-icon {
	color: #174B5B;
}

.wrap {
	width: 400px;
	height: 600px;
	padding: 0;
	overflow: hidden;
}

.frame {
	width: 1200px;
	height: 1800px;
	border: 0;
	-ms-transform: scale(0.25);
	-moz-transform: scale(0.25);
	-o-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	transform: scale(0.25);

	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.multiline {
	white-space: pre-wrap;
}

/*Homepage CSS*/

.goto-link {
	color: #212521;
	text-decoration: none;
}

.square-container {
	width: 160px;
	height: 160px;

	padding: 10px;
	background-color: white;

	border-width: 1px;
	border-radius: 10px;
	border-color: lightgrey;
	border-style: solid;
}

.post {
	display: flex;
	text-decoration: none;
	color: inherit;
	width: 150px;
	height: 150px;
	position: relative;
	padding: 2rem;
	background-color: white;

	cursor: pointer;

	&:before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 150px;
		height: 150px;
		/* background-color: white; */
		background-color: #e0f3ff;

		transform-origin: 0 bottom 0;
		transform: scaleY(0);
		transition: .4s ease-out;
	}

	&:hover {
		.post-title {
			/* color: #53575A; */
			color: #0d6efd;
		}

		&:before {
			transform: scaleY(1);
		}
	}
}

.post-title {
	position: relative;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.333;
	transition: .4s ease-out;
	text-transform: uppercase;
}

.post-title-sm {
	position: relative;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.333;
	transition: .4s ease-out;
	text-transform: uppercase;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(26, 54, 126, .125);
	border-radius: .25rem;
}

.card {
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, .03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, .03), 0 0.25rem 0.53125rem rgba(4, 9, 20, .05), 0 0.125rem 0.1875rem rgba(4, 9, 20, .03);
	border-width: 0;
	transition: all .2s;
}

.card-header {
	text-transform: uppercase;
	color: rgba(13, 27, 62, .7);
	background-color: white;
	font-weight: 700;
	font-size: .88rem;

	display: flex;
	align-items: center;
	border-bottom-width: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0.625rem;
	height: 3.5rem;
}

.page-header {
	text-transform: uppercase;
	color: rgba(13, 27, 62, .7);
	background-color: white;
	font-weight: 700;
	font-size: .88rem;

	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0.625rem;
	height: 3.5rem;
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.form-view {
	background-color: white;
	color: #212529;
	outline: none;
	text-decoration: none;
	box-shadow: none;
	border: none;
}

.form-view:focus {
	-webkit-box-shadow: none;
	box-shadow: none;

}

.scrollbar-sidebar,
.scrollbar-container {
	position: relative;
	height: 100%;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	touch-action: auto;
}

.scroll-area-sm {
	height: 420px;
	overflow-x: hidden;
}

.scroll-area-lg {
	height: 400px;
	overflow-x: hidden;
}

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

.todo-list-wrapper .todo-indicator {
	position: absolute;
	width: 4px;
	height: 60%;
	border-radius: 0.3rem;
	left: 0.625rem;
	top: 20%;
	opacity: .6;
	transition: opacity .2s;
}

.widget-heading {
	text-transform: uppercase;
}

.widget-content .widget-content-wrapper {
	display: flex;
	flex: 1;
	position: relative;
	align-items: center;
}

.widget-content .widget-content-right {
	margin-left: auto;
}

.card-footer {
	display: flex;
	align-items: center;
	height: 3rem;
	background-color: white;

}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.d-block {
	display: block !important;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-bottom-width: 1px;
}

.list-group-item-lg {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-bottom-width: 1px;
}

.list-group-tables {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1px;
	border: 1px solid rgba(0, 0, 0, .125);
	border-bottom-width: 1px;
}

.flex2 {
	flex: 2;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item:hover {
	z-index: initial;
	/* background-color:#e0f3ff; */
	background-color: rgba(0, 0, 0, 0.075);
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-item:hover,
.list-group-item:focus {
	z-index: 1;
	text-decoration: none;
}

.btn-actions-pane-right {
	margin-left: auto;
	white-space: nowrap;
}

.table tbody tr:hover {
	background-color: #f2f5f7;
}

.table th,
#leavetable th {
	text-transform: uppercase;
}

.table a {
	cursor: pointer;
	text-decoration: none !important;
	color: #0d6efd !important;
}

.widget-content .widget-numbers {
	font-weight: 700;
	font-size: 2rem;
	display: block;
}

.widget-numbers-sm {
	font-weight: 700;
	font-size: 1.5rem;
	display: block;
}

.text-primary {
	color: #3f6ad8 !important;
}

.count-link {
	text-decoration: none;
	;
}

.bg-focus {
	background-color: #444054 !important;
}

.welcome-header {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;

	display: flex;
	align-items: center;
	padding-right: 0.625rem;
	height: 3.5rem;
	color: #0D1B3EB3;
}

.table-header {
	background-color: white;
	color: #53575A;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .88rem;
	border-bottom-color: rgba(0, 0, 0, .125);
}

.progress-bar {
	width: 100%;
	height: 50%;
}

.notif-header {
	text-transform: uppercase;
	color: rgba(13, 27, 62, .7);
	background-color: white;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;

	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0.625rem;
	height: 4rem;
}

.subheading {
	text-transform: uppercase;
	color: rgba(13, 27, 62, .7);

}

.subheading-bold {
	text-transform: uppercase;
	color: rgba(13, 27, 62, .7);
	font-weight: 500;
}

.badge {
	text-transform: uppercase;
	display: inline-block;
	padding: 0.20em 0.3em;
	font-size: 80%;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.hcmbtn {
	display: inline-block;
	color: #53575A;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: #F6F6F6;
	border: 1px solid rgba(26, 54, 126, .125);
	box-shadow: 0px 3px 5px lightgrey;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.hcmbtn:hover {
	background: #174B5B;
	color: white;
	cursor: pointer;
}

.search-bar {
	background-color: #f6f6f6;
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	height: 100%;
	width: 100%;
	padding: 2rem;
}

.vacancy-container {
	/* height:900px; */
	height: auto;
	position: relative;
	overflow-y: scroll;
	/* overflow-x: scroll; */
}

.bg-grey {
	background-color: #f6f6f6;
	color: #0D1B3EB3;

}

.red {
	color: red;
}

.shh-th {
	text-transform: uppercase;
	font-weight: 500;
	color: #0D1B3EB3;
	background-color: #f2f5f7;
	border: solid 2px #f2f5f7;
}

/* .card:hover{
	transform: scale(1.05);
 	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
} */

table.dataTable tbody tr.signout {
	background-color: #FF8A8A;
}

table.dataTable tbody tr.signin {
	background-color: #77DD77;
}

.vertical {
	border-left: 6px solid black;
	height: 200px;
	position: absolute;
	left: 50%;
}

.rest-pagination-btn {
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	color: #0d6efd
}

.rest-pagination-btn:hover {
	text-decoration: underline;
}

.rest-pagination-btn:disabled {
	color: #d7d7d7;
	text-decoration: none !important;
	cursor: not-allowed;
}

.hide-text {
	/* white-space : nowrap; */
	overflow: hidden;
	text-overflow: clip;

}

.placeholder {
	display: inline-block;
	height: 26px;
	margin-left: 30px;
	vertical-align: middle;
	cursor: wait;
	background-color: transparent;
	opacity: .5;
}

.ms-choice>span {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

.ms-choice {
	border: none;
}


/* Tree View CSS -- START*/

.tree,
.tree ul,
.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.tree {
    margin: 0 0 1em;
    text-align: center;
}
.tree,
.tree ul {
    display: table;
}
.tree ul {
    width: 100%;
}
.tree li {
    display: table-cell;
    padding: .5em 0;
    vertical-align: top;
}
.tree li:before {
    outline: solid 1px #666;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.tree li:first-child:before {
    left: 50%;
}
.tree li:last-child:before {
    right: 50%;
}
.tree code,
.tree span {
    border: solid .1em #666;
    border-radius: .2em;
    display: inline-block;
    margin: 0 .2em .5em;
    padding: .2em .5em;
    position: relative;
}
.tree ul:before,
.tree code:before,
.tree span:before {
    outline: solid 1px #666;
    content: "";
    height: .5em;
    left: 50%;
    position: absolute;
}
.tree ul:before {
    top: -.5em;
}
.tree code:before,
.tree span:before {
    top: -.55em;
}
.tree>li {
    margin-top: 0;
}
.tree>li:before,
.tree>li:after,
.tree>li>code:before,
.tree>li>span:before {
    outline: none;
}

/* Tree View CSS -- END*/


.nav-tabs > .nav-item > .nav-link
{
	border-color: lightgrey ;
	border-style: solid;
	border-width : 1px;
}

.nav-tabs > .nav-item > .nav-link:hover
{
	background-color: rgb(195, 207, 221);
}

.nav-tabs > .nav-item > .active
{
	background-color: lightsteelblue;
 
}

button.eoLink{
	background: none;
	color: #0d6efd;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.eoLink {
	color: #0d6efd;
	cursor: pointer;
}