[softdisabled]:not(div){
	background: #eeeeee;
    border-color: #d2d7db;
}

/* Write your custom CSS here */
.old-browser-warning {
	font-style: italic;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 10px;
	color: red;
}

.uppercase {
	text-transform: uppercase;
}

.logo-box {
	background: linear-gradient(180deg, #32d0b5, #138f7a) !important;
}

.custom-scroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background: #888;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.input-group select.select2-custom,
.input-group select.select2 {
	position: absolute;
}

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

.input-row .input-group-addon:first-child {
	border-left: 1px solid rgb(204, 204, 204) !important;
}

.input-row div.checker {
	margin-right: 0px;
}

.input-row input:last-child {
	border-radius: 0px 0px 0px 0px !important;
}

.input-row.selected {
	/* border: 1px solid #22baa0 !important; */
}

.page-sidebar .page-sidebar-inner.scrollable-sidebar {
	height: calc(100% - 60px) !important;
	overflow: auto;
	position: fixed;
}

.language-selector {
	margin-top: 18px;
	padding: 0px 0px 2px 5px;
	border-radius: 3px;
	background-color: white;
	height: 25px;
	border: 1px solid lightgrey;
	width: 120px;
}

.sidebar-header {
	padding: 20px 20px 5px !important;
}

.enable-user-select{
	user-select: text !important;
}

.btn {
	border-radius: 3px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
/* 
.menu.accordion-menu li.open > a, .menu.accordion-menu > li.active > a, .menu.accordion-menu ul{
    background: unset !important;
} */
.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
	background: unset !important;
}

.menu-group {
	padding: 10px 10px;
	font-size: 10px;
	color: #e8e8e8;
	font-weight: 600;
	letter-spacing: 0.5px;
}

body:not(.compact-menu) .menu-group {
	text-align: center;
}

.menu-group:not(:first-child) {
	padding-top: 20px;
}

ul.sub-menu {
	padding: 5px !important;
}

ul.sub-menu li a {
	padding-left: 15px !important;
}

.compact-menu .menu li > a {
	padding: 12px 12px 12px 18px !important;
}

.menu li p,
.menu .sub-menu a {
	font-size: 12px !important;
	letter-spacing: 0.2px;
}

.pointer,
.clickable {
	cursor: pointer;
}

.result {
	display: grid;
	grid-template-columns: repeat(4, auto);
}

.work-cycle {
	display: grid;
	grid-template-columns: repeat(3, auto);
}
@media (min-width: 992px) {
	.work-cycle {
		grid-template-columns: repeat(5, auto);
	}
}
@media (min-width: 1200px) {
	.work-cycle {
		grid-template-columns: repeat(7, auto);
	}
}

.team .team-member .status {
	top: 5px;
	right: 5px;
}

.status {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #ccc;
}

.status.approve {
	background: #44aea1;
}

.status.decline {
	background: #f3565d;
}

.status.waiting {
	background: #530766;
}

.img-fix-size {
	object-fit: contain;
	object-position: center;
	background-color: #d8d6d9;
}

.img-thumbnail.waiting {
	background-color: #60579d;
	border-color: #60579d;
}

.img-thumbnail.approve {
	background-color: #44aea1;
	border-color: #44aea1;
}

.img-thumbnail.decline {
	background-color: #f3565d;
	border-color: #f3565d;
}

.fc-event {
	cursor: pointer;
}

.datepicker table tr td.today {
	color: rgb(250, 250, 250) !important;
	background-color: #b0a5ee !important;
	border: 0 !important;
	background-image: none !important;
}

.info-box .info-box-icon .text-success {
	color: #22baa0;
}
#imgCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	max-width: 550px;
}

.form-horizontal .control-label-left {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
}

.info-desc {
	display: block;
	color: #374051;
	font-size: 12px;
}

.info-desc.lgdate {
	font-size: 22px;
}

.mt-5 {
	margin-top: 5px;
}

/* zoom */
#zoomHelper {
	position: absolute;
	top: 3px;
	right: 28px;
	color: #555;
	font: bold 13px/1 sans-serif;
}

.zoom {
	display: inline-block;
	position: relative;
}

.zoom:after {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

span.error {
	color: #a94442;
	font-weight: 700;
	font-size: 12px;
}

.form-control.error {
	border-color: #a94442;
}

.f-green-dark {
	color: #1a927d;
}

.text-basic {
	color: #4e5e6a;
}

.text-purple {
	color: #8342ac;
}

.text-pale-purple {
	color: #7979ea;
}

.text-pale-black {
	color: #41577b;
}

.text-brown {
	color: #d78623;
}

.text-orange {
	color: #feb372;
}

.text-bright-red {
	color: #e24c4c;
}

.text-pale-red {
	color: #d65e85;
}

.text-bright-red {
	color: #e24c4c;
}

.text-blue {
	color: #00a5e4;
}

.text-white {
	color: #ffff;
}

.f-s-9 {
	font-size: 9px;
}

.f-s-30 {
	font-size: 30px !important;
}

hr.hr-sm {
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.hr-md {
	margin-top: 10px;
	margin-bottom: 10px;
}

.b-green-dark {
	border-color: #1a927d;
}

.b-white {
	border-color: #fff;
}

.middle-align {
	vertical-align: middle !important;
}

.event .item {
	cursor: pointer;
}

.event .item:hover {
	opacity: 0.8;
}

.panel-green-dark {
	background: #0e8872;
	/* background: #02af91; */
	background-image: linear-gradient(#06f5cb, #0e8872);
}

.panel-blue-dark {
	background: #6580af;
}

.ribbon {
	border-radius: 3px !important;
}

.ribbon.queue {
	background: #587ec1 !important;
}

.ribbon.left-top.queue:before {
	border-left-color: #587ec1 !important;
}

.ribbon.left-top.queue:after {
	border-top-color: #587ec1 !important;
}

.ribbon.participate {
	background: #22c9ad !important;
}

.ribbon.left-top.participate:before {
	border-left-color: #22c9ad !important;
}

.ribbon.left-top.participate:after {
	border-top-color: #22c9ad !important;
}

.ribbon.left-top:after,
.ribbon.left-top:before {
	right: -8px;
}

.panel.sm .panel-heading {
	padding: 15px !important;
}

.panel.sm .panel-body {
	padding: 10px !important;
}

.pos-relative {
	position: relative !important;
}

.divider {
	border-bottom: #eaeaea solid 1px;
	margin-bottom: 10px !important;
}
.item-attendance .pointer {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
}

.pointer:hover {
	background-color: #eeeeee !important;
	color: #4e5e6a !important;
}

.bg-lightgreen {
	background-color: rgb(118, 231, 175) !important;
	color: rgb(56, 56, 56) !important;
}

.bg-lightred {
	background-color: rgb(255, 166, 166) !important;
	color: rgb(56, 56, 56) !important;
}

.bg-lightgray {
	background-color: #ededed87 !important;
	color: #4E5E6A !important;
}


.bg-lightyellow {
	background-color: rgb(243, 204, 132) !important;
	color: rgb(56, 56, 56) !important;
}

.bg-success-important {
	background-color: #6fea6a6b !important;
}

.bg-info-important {
	background-color: #9acfea80 !important;
}

.bg-warning-important {
	background-color: #f5e79ebe !important;
}

.bg-danger-important {
	background-color: #ffc5c552 !important;
}

.no-p {
	padding: 0px !important;
}

.no-bg {
	background: unset !important;
	background-color: unset !important;
}

.italic {
	font-style: italic !important;
}

#approval-container {
	/* max-width:150px !important; */
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	z-index: 99999 !important;
}

/* .modal [data-validation="true"]{
    width: 600px !important;
    margin: 30px auto !important;
}

.modal [data-validate="true"]{
    width: 600px !important;
    margin: 30px auto !important;
} */

tr.strikeout td {
	position: relative;
}

tr.strikeout td:before {
	content: " ";
	position: absolute;
	top: 40%;
	left: 0;
	border-bottom: 1px solid #c1c1c1;
	width: 100%;
	z-index: 3;
}

.compact-table > thead > tr > th {
	padding: 5px !important;
}

.compact-table > tbody > tr > td {
	padding: 8px !important;
}
.table > thead > tr > th[rowspan] {
	vertical-align: middle !important;
}

.tbl-row {
	display: table-row;
}

.tbl-cell {
	display: table-cell;
}

.m-0 {
	margin: 0px !important;
}

.b-r-2 {
	border-radius: 2px !important;
}

.b-r-3 {
	border-radius: 3px !important;
}

.b-r-4 {
	border-radius: 4px !important;
}

.b-r-5 {
	border-radius: 5px !important;
}

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-l-5 {
	padding-left: 5px !important;
}

.p-l-10 {
	padding-left: 10px !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

.p-r-5 {
	padding-right: 5px !important;
}

.p-r-10 {
	padding-right: 5px !important;
}

.p-r-15 {
	padding-left: 15px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.w-15 {
	width: 15px;
}

.w-full {
	width: 100%;
}

.f-w-5 {
	font-weight: 500 !important;
}

.disable-resize {
	resize: none;
}

.alert.highlight:before {
	position: absolute;
	content: "";
	background: #8290c438;
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
	border: 2px solid #90b3e8;
	border-radius: 3px;
}

.dashed-alert {
	border: solid 1px;
    border-radius: 5px;
    border-style: dashed;
}

.sweet-alert h2 {
	font-weight: 500 !important;
	font-size: 1.5em;
}

.sweet-alert .lead {
	font-size: 17px !important;
}

.sweet-alert .lead.text-muted {
	color: #313131 !important;
}

select.error + .select2-container .selection .select2-selection {
    border-color: #a94442 !important;
}

select[disabled="disabled"] + .select2-container .selection .select2-selection {
	background-color: #eee !important;
}

.select2-multi + .select2-container .select2-selection {
	padding: 6px 10px 2px 10px !important;
	min-height: 34px;
}

.select2-multi:not(.select2-multi-xs) + .select2-container .select2-selection {
	height: unset !important;
}

.select2-custom + .select2-container .select2-selection {
	width: 100%;
	min-height: 34px !important;
	height: unset !important;
}

.custom-scroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background: #888;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.select2-multi.select2-multi-xs
	+ .select2-container
	.select2-selection__rendered {
	max-height: 24px;
}

.select2-multi.select2-multi-md
	+ .select2-container
	.select2-selection__rendered {
	max-height: 48px;
	display: block !important;
}

.select2-multi + .select2-container .select2-selection__rendered {
	overflow-y: auto;
}

.select2-selection--multiple .select2-selection__choice {
	background: #22baa0 !important;
	border: 1px solid #22baa0 !important;
	color: white;
	border-radius: 4px !important;
}

.select2-custom + .select2-container .selection .select2-selection__choice {
	margin-top: 3px !important;
}

.select2-multi + .select2-container .select2-selection__choice {
	margin-bottom: 4px;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: white;
	margin-right: 5px;
}

#employments li:last-child {
	border-bottom: 1px solid #eee !important;
}

#ex-employments {
	background-color: #f6f5f5 !important;
	color: #939393 !important;
}

.employment-control button {
	width: 26px;
	height: 22px;
	margin-left: 1px;
}

.employment-control button.btn-default[disabled] {
	border: 1px solid #e5e5e5 !important;
}

.messages.custom li a .msg-text {
	padding: 0px;
	text-overflow: unset !important;
	white-space: unset !important;
	width: 100%;
}

.messages.custom li a .msg-name {
	padding: 0px;
	text-overflow: unset !important;
	white-space: unset !important;
}

.messages.custom li a .msg-content {
	float: right;
	width: 195px;
	margin-top: 0px;
	padding-left: 10px;
}

.list-unstyled.scrollable {
	margin: 0;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 255px;
}

.flex{
	display: flex;
}

.space-between{
	justify-content: space-between;
}

.scrollable-xs {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 120px;
}

.scrollable-sm {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px;
}

.scrollable-lg {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
}

.scrollable-xl {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 450px;
}

.scrollable-border {
	border: 1px solid #ddd;
    border-radius: 5px;
}

.profile-avatar {
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: white !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 0 5px #fff;
	-moz-box-shadow: 0 0 0 5px #fff;
	-o-box-shadow: 0 0 0 5px #fff;
	box-shadow: 0 0 0 5px #fff;
	transition: all 0.1s ease-in-out;
}

.profile-avatar .download-photo {
    content: close-quote;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #2dc5ab;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	padding: 8px;
	color:white;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.vertical-center{
	vertical-align: middle !important;
}

.profile-avatar:hover {
	transform: scale(1.01);
}

.profile-avatar:hover .download-photo{
	visibility: visible;
}

.sidebar-profile.custom {
	overflow: unset !important;
	margin-bottom: 5px !important;
}

.sidebar-profile.custom .sidebar-profile-image {
	width: 60px !important;
	height: 60px !important;
	background-color: white !important;
	border-radius: 50% !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin: 0 auto !important;
	-webkit-box-shadow: 0 0 0 2px #fff;
	-moz-box-shadow: 0 0 0 2px #fff;
	-o-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
}

.avatar-right-menu {
	padding: 0;
	margin: -19px 0 -15px;
	position: relative;
	display: inline-block;
	background-color: white !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.scroll-container {
	max-height: 400px !important;
	overflow-y: auto !important;
}

.select2-container--default.select2-container--disabled
	.select2-selection--single, .select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #eee !important;
}

.select2-selection__clear {
	display: none !important;
}

.input-group .select2-container {
	display: table;
	table-layout: fixed;
}

.input-daterange.custom-daterange > .input-group-addon.addon-sm {
	width: 1%;
}

.input-daterange.custom-daterange {
	width: 100%;
}

.input-daterange.custom-daterange .input-group-addon.addon-md {
	width: 35px;
}

.input-daterange.custom-daterange > .input-group-addon:first-child {
	border-left-width: 1px;
	border-color: #dce1e4;
}

.input-daterange.custom-daterange > .input-group-addon:last-child {
	border-right-width: 1px;
	border-color: #dce1e4;
}

/* .select-searchable{
    width:100% !important; 
    display:none !important
} */

.ellipsis-3 {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis-1 {
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.small-sortable-container {
	min-height: 250px !important;
	max-height: 250px !important;
	border-radius: 5px;
	border: #dcdcdc solid 1px !important;
}

.medium-sortable-container {
	min-height: 350px !important;
	max-height: 350px !important;
	border-radius: 5px;
	border: #dcdcdc solid 1px !important;
}

.bold {
	font-weight: bold !important;
}

[role="presentation"].custom-nonactive:not(.active) a {
	background-color: #f4f4f4c2 !important;
}

@media (min-width: 800px) {
	.modal-md,
	.modal-md [data-validate="true"] {
		width: 720px !important;
	}
}

.col-lg-3-half {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.modal-lg [data-validate="true"] {
		width: 900px !important;
		margin: 30px auto !important;
	}
	.modal-xl {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		width: 1080px;
	}
	.col-lg-3-half {
		width: 12.5%;
		float: left;
	}
}

@media (max-width: 767px) {
	.table-responsive {
		border: 0px !important;
	}
}

#org-chart-container {
	overflow-y: auto;
	overflow-x: auto;
	max-height: 800px;
	text-align: center;
}

#org-chart-container .orgchart {
	background-image: none !important;
	padding: 0px !important;
}

.orgchart .node .title {
	background-color: rgb(34, 186, 160) !important;
}

.orgchart .node .content {
	border: 1px solid rgb(34, 186, 160) !important;
	padding: 0 2px;
}

.badge2 {
	background: #ffff;
	border: 1px solid #dfdfdf;
	font-size: 12px !important;
	font-weight: 600;
	padding: 5px 10px;
	height: auto;
	text-transform: capitalize;
	color: #898989;
}

.badge2.selected {
	background: #7a6fbe !important;
	color: white !important;
	border: 1px solid #7a6fbe !important;
}

.badge2.badge2-info.selected {
	background: #09a8d7 !important;
	color: white !important;
	border: 1px solid #09a8d7 !important;
}

.badge-fix-size{
	max-width: 200px;
    min-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hris.badge {
	min-width: 75px !important;
	border-radius: 3px !important;
	min-height: 20px !important;
	padding: 4px;
}


.hris.badge.wrap-content {
	min-width: unset !important;
}

.menu ul {
	padding: 10px 0px 10px 0px;
}

.level-2 .sub-menu {
	padding: 0 10px 0 10px !important;
}

.menu li.level-2.droplinkli.open {
	background: #242f41 !important;
}

.compact-menu .menu li.level-2.droplinkli.open {
	background: unset !important;
}

li.level-2 a,
li.level-2 .sub-menu {
	background: none !important;
}

li.level-2.active ul li:not(.active) a {
	color: #899dc1;
}

/* li.level-2 .sub-menu .active{
    background: #2b384e !important;
} */

.team.timeline {
	overflow-y: auto !important;
	display: flex;
}

.team.timeline .team-member {
	min-width: 130px !important;
	max-width: 130px !important;
}

.form-without-label {
	margin-top: 18px !important;
}

.overlay-container {
	position: relative;
}

.overlay-content {
	opacity: 1;
	transition: 0.5s ease;
	backface-visibility: hidden;
}

.overlay-item {
	transition: 0.5s ease;
	top: 0;
	right: 0;
	opacity: 0;
	position: absolute;
}

.overlay-item.top-right {
	top: 20px !important;
}

.overlay-container:hover .overlay-content {
	opacity: 0.8;
}

.overlay-container:hover .overlay-content.hide-on-hover {
	transition: 0.5s ease;
	opacity: 0 !important;
}

.overlay-container:hover .overlay-item {
	opacity: 1;
}

.image-container {
	background: url(../images/no-image-available.png);
	cursor: pointer;
	background-size: cover;
}

.hris-mascots {
	width: 150px;
	border-radius: 50%;
}

.activation-msg {
	margin: 10px !important;
}

.tbl-ico-sm {
	width: 20px;
}

.tbl-ico-md {
	width: 50px;
}

.show-more {
	padding: 10px !important;
	border-radius: 4px;
	cursor: pointer;
}

.show-more-prevent-expand {
	cursor: default;
}

.show-more-body {
	display: none;
	padding: 10px;
}

.show-more-body-control {
	text-align: center;
	height: 0px;
	display: none;
}

.show-more-body-control i {
	border-radius: 5px;
	font-size: 16;
	width: 40px;
}

.show-more-body-control i:hover {
	background: rgba(0, 0, 0, 0.085);
	cursor: pointer;
}

/* .hris.profile-name .profile-name-container i{
    padding: 3px;
    padding-top: 5px;
    font-weight: 900;
    color: #22baa0;
    background-color: white;
    border-radius: 50%;
    font-size: 13px;
} */

.btn-form-wo-label {
	margin-top: 24px;
}

.tab-horizontal-scroll .nav.nav-tabs {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.tab-horizontal-scroll .nav-tabs > li {
	float: none;
	margin-bottom: -1px;
	display: inline-block;
}

.glow-container {
	position: relative;
	margin-top: 3px;
	margin-left: 10px;
}

.glow-item {
	top: 3px;
	right: 20px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.form-label {
	width: 100%;
}

.glow-item.on {
	background-color: #afe2c8;
}

.glow-item.off {
	background-color: #e2afaf;
}

.glow-item:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.glow-item.on:before {
	background-color: #20b969;
}

.glow-item.off:before {
	background-color: #e44368;
}

.version-code {
	color: #4e5e6a;
	font-weight: 400;
}

.btn-default.selected {
	color: #1175d1;
}

.version-code:hover {
	color: #4e5e6a !important;
}

.doc-information tbody td {
	min-width: 80px;
}

.maintenance-notification .title {
	font-weight: bold;
	/* font-style: italic; */
}

.maintenance-notification a img {
	margin-top: -4px;
}

.maintenance-notification .icon {
	font-size: 18px !important;
}

.maintenance-notification .dropdown-list {
	min-width: 350px;
}

.hris-notification-container{
	padding-top: 10px;
	padding-left: 15px;
}

.hris-notification {
	min-width: 60px;
	min-height: 50px;
	display:inline-block;
	vertical-align: middle;
}

.hris-notification a.dropdown-toggle {
	position: absolute;
	font-size: 18px !important;
	color: #34425a;
	padding: 20px;
}

.hris-notification .notification-counter {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 34px;
	font-weight: 900;
	min-width: 25px;
}

.hris-notification .drop-title {
	padding: 10px 10px 10px 12px;
	margin: 0;
	font-weight: 600;
}

.card-list {
	overflow: auto;
}

.card-list .list-icon {
	float: left;
	font-size: 23px;
	margin: auto;
	padding-top: 6px;
	opacity: 0.7;
	width: 35px;
	text-align: center;
}

.card-list .list-icon i.fa-user-clock {
	font-size: 20px;
}

.card-list .list-header {
	font-weight: 600;
}

.card-list .list-content {
	color: #4e5e6a;
	float: left;
	width: 135px;
}
.card-list .list-content.no-badge{
	width: unset !important;
	max-width: 205px;
}

.card-list .badge {
	float: right;
}

.emc-summary-items li a {
	color: #686868;
}

.dropdown-list {
	position: absolute;
	width: 100%;
	min-width: 180px;
	top: 100%;
	z-index: 1000;
	right: 0;
	display: block;
	float: left;
	list-style: none;
	text-shadow: none;
	padding: 0;
	background-color: #ffff;
	border: 1px solid #d8dee4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.1s; /* For Safari 3.1 to 6.0 */
	transition: opacity 0.3s, visibility 0.1s;
}

.dropdown-list .caret {
	float: right;
	margin-top: 7px !important;
}

.dropdown-list li {
	position: relative;
}

.dropdown-list-container:hover > ul.dropdown-list,
.dropdown-list:hover,
.dropdown-list > li > a:hover + .dropdown-list {
	visibility: visible;
	opacity: 1;
}

.dropdown-list > li > a + .dropdown-list {
	right: 100%;
	top: 0;
}

.dropdown-list > li > a {
	font-size: 13px;
	display: block;
	padding: 7px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1.6;
	color: #5f5f5f;
	white-space: nowrap;
}

.dropdown-list > li > a:hover {
	text-decoration: none;
}

.dropdown-list li a i {
	margin-right: 10px;
}

.dropdown-menu.right-mode {
	right: 0 !important;
	left: unset !important;
}

.dropdown-menu.right-mode::before {
	right: 9px !important;
	left: unset !important;
}

.dropdown-menu.right-mode::after {
	right: 9px !important;
	left: unset !important;
}

.dropdown-menu .group {
	padding: 10px 10px 5px 10px;
	padding-top: 10px;
	color: #b1b0b0;
	font-size: 13px;
}

.dropdown-menu .sub-group a {
	padding-left: 20px !important;
}

ul.nav.nav-tabs.nav-justified.nav-overlay li:not(.active) {
	background: #34425a05;
	border-bottom: 0px;
}

.emc-summary-items li strong {
	font-size: 14px;
}

#direct-supervisor {
	color: #15a48c;
}

.capitalize {
	text-transform: capitalize;
}

.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.toast-error .toast-message a {
	color: #26478d;
	font-weight: 900;
	text-decoration: underline;
}

.toast-warning {
	background-color: #f89406;
}

/* #rootwizard .nav-tabs li:not(.complete) a{
    cursor: default;
}

#rootwizard .nav-tabs li:not(.complete):not(.active) a:hover, #rootwizard .nav-tabs li:not(.complete):not(.active) a:focus{
    background: transparent;
    border-color: transparent;
    background-color: transparent;
} */

.filter-wrapper{
	border: 1px dashed #b4b4b4;
	border-radius: 5px;
}

.employee-filter-container, .employee-selected-container{
	padding: 10px;
	background-color: #f4f4f4;
}

.filter-container, .dash-panel {
	padding: 10px;
	background-color: #f4f4f4;
	border-radius: 5px;
	border: 1px dashed #b4b4b4;
}

.dash-panel.panel-info{
	background-color: #dae8f6;
    color: #31708f;
	border-color: #31708f;
}

.dash-panel.panel-danger{
	background: #f1d9d9;
    color: #a94442;
	border-color: #a94442;
}

.tooltip {
    z-index: 100000000;
}

.mini-balance {
	font-size: 14px !important;
    height: 28px;
    width: 28px;
    border-radius: 100px !important;
    padding: 8px 0px;
}

.nav-tabs-horizontal {
	overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	display: flex;
}

.nav-tabs-horizontal li {
    display: inline-block;
    float: none;
}

.nav-tabs-horizontal li:not(.active) a{
	background-color: #0000000d;
}

.nav-tabs.nav-tabs-horizontal>li>a{
	margin-right: 0px;
}

.dataTables_scrollBody thead tr[role="row"]{
    visibility: collapse !important;
}