<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet" >

display: block;*::-moz-selection {
	background: #feedbe;
	color: #2c3645;
}

html, body {
	height: 100%;
	background: #E3E7EA;
	/* Adjust font size */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* close commented backslash hack */
.login-bg {
	background: url(../img/login-bg.jpg) no-repeat center center #e3e9eb;
	height: 100%;
	background-size: cover;
}

.login-wrap {
	background: #fff;
	width: 363px;
	margin: 0px auto;
	position: absolute;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 22px;
}

.no-pad {
	padding: 0px !important;
}

.logo {
	position: absolute;
	left: 0px;
	top: -100px;
	right: 0px;
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.4);
	padding: 30px 0;
	background: linear-gradient(145deg,#0d47a1,#42a5f5);
}

	.logo h1 {
		font-size: 30px;
		background-size: 40% !important;
		margin: 0 0 5px !important;
		line-height: normal;
		font-weight: 700;
		background: url(../img/rms-white.svg) no-repeat center center;
		text-indent: -99999px;
	}

	.logo p {
		margin: 0px;
		color: #fff;
		font-size: 13px;
		text-align: center;
	}

.sign-in {
	margin: 0;
	padding: 45px 0 0 10px;
	text-align: left;
}

	.sign-in h4 {
		font-size: 26px;
		margin: 0px;
		font-weight: 400;
	}

	.sign-in p {
		margin: 7px 0;
		font-size: 14px;
		color: #aaa;
		text-align: left;
	}

		.sign-in p mark {
			background: none;
			color: #da3e31;
		}
/*.login-wrap input.valid{background: url(../img/valid-tick.png) #fff right center no-repeat;}*/
.login-wrap .input-field label {
	left: 10px !important;
}

.remember label {
	font-size: 12px;
	color: #aaa;
	padding-left: 20px;
	line-height: 20px;
}

.remember [type="checkbox"] + label::before, .remember [type="checkbox"]:not(.filled-in) + label::after {
	height: 15px;
	width: 15px;
	border-width: 1px;
}

.remember [type="checkbox"]:checked + label::before {
	height: 17px;
	top: 0px;
	left: -2px;
	width: 10px;
	border-width: 2px;
}

button.sign-in {
	width: 100%;
	background: #1976d2;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	height: 41px;
	padding: 0px;
	border-radius: 3px;
}

	button.sign-in:hover {
		background: #0080c3;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.mrg-b {
	margin-bottom: 0px !important;
}

nav {
	position: relative;
	padding: 0 50px;
	top: 74px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header {
	top: 0;
	background: #007CC3;
	padding: 0 50px;
	position: fixed;
	width: 100%;
	z-index: 500;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	header .inner-logo {
		display: inline-block;
		margin: 0px;
		width: 119px;
	}

		header .inner-logo h1 {
			background: url(../img/rms-white.svg) no-repeat center center;
			background-size: 90%;
			text-indent: -99999px;
			margin: 0px;
		}

.icon {
	background: url(../img/sprite.png) no-repeat;
}

header ul.right li a i {
	padding: 0;
	width: 35px;
	height: 35px;
	vertical-align: bottom;
	display: inline-block;
	background: url(../img/notification.svg) no-repeat center center;
	background-size: cover;
}

.count {
	position: absolute;
	width: 20px;
	top: -1px;
	right: 5px;
	height: 20px;
	border-radius: 50%;
	background: #EFD245;
	border: 2px solid #0E6AC4;
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
}

.pos-rel {
	position: relative;
}

i.notification {
	background-position: -5px -13px;
}

i.setting {
	background-position: -31px -13px;
}

i.account {
	background-position: -54px -14px;
	margin-top: 5px;
}

i.home {
	background-position: -50px -161px;
}

i.master {
	background-position: -51px -193px;
}

i.settings {
	background-position: -51px -218px;
}

i.allocation {
	background-position: -51px -251px;
}

i.Time-log {
	background-position: -51px -279px;
}

i.Utilization {
	background-position: -155px -256px;
}

i.Report {
	background-position: -49px -310px;
}

i.coe {
	background-position: -110px -21px;
}

i.client {
	background-position: -134px -16px;
}

i.program {
	background-position: -157px -17px;
}

i.project {
	background-position: -179px -17px;
}

i.my-profile {
	background-position: -90px -166px;
}

i.Log-out {
	background-position: -113px -163px;
}

i.fte {
	background-position: -229px -17px;
}

i.employee {
	background-position: -251px -17px;
}

i.notallocate {
	background-position: -277px -17px;
}

i.registeruser {
	background-position: -305px -17px;
}

i.closing-data {
	background-position: -333px -17px;
}

i.change-password {
	background-position: -356px -17px;
}

header ul.right {
	margin: 0px;
}

	header ul.right li {
		display: inline-block;
		position: relative;
		padding: 19px 0;
	}

		header ul.right li.notification {
			background: rgba(0,0,0,0.07);
			padding: 19px 16px;
			margin-right: 20px;
		}

	header ul.right li {
		line-height: normal;
	}

		header ul.right li a {
			padding: 0px 7px;
			display: inline-block;
			vertical-align: bottom;
		}

			header ul.right li a.my-account {
				width: 40px;
				height: 40px;
				background: #006498;
				border-radius: 50%;
				margin-top: -5px;
				overflow: hidden;
				padding: 0px;
				text-align: center;
			}

				header ul.right li a.my-account img {
					width: 40px;
				}

nav .nav-wrapper ul li a i {
	width: 20px;
	height: 20px;
	padding: 0px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: text-bottom;
	line-height: normal;
}

nav .nav-wrapper ul li a {
	color: #595B62;
	font-size: 14px;
	line-height: 69px;
	font-weight: 400;
	padding: 0 17px;
}

nav .nav-wrapper ul > li:before {
	background: #0391dc;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	right: 50%;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	display: none;
}

nav .nav-wrapper ul li:hover:before {
	left: 0;
	right: 0;
}

nav .nav-wrapper ul li:hover a {
	color: #0391dc;
}

nav .nav-wrapper ul li a:hover, nav .nav-wrapper ul li a.active {
	color: #0391dc;
	background: #EFF4FE;
}


nav .nav-wrapper ul li:hover a i.home {
	background-position: -16px -160px;
}

nav .nav-wrapper ul li:hover i.master {
	background-position: -15px -193px;
}

nav .nav-wrapper ul li:hover i.settings {
	background-position: -17px -218px;
}

nav .nav-wrapper ul li:hover i.allocation {
	background-position: -15px -251px;
}

nav .nav-wrapper ul li:hover i.Time-log {
	background-position: -16px -279px;
}

nav .nav-wrapper ul li:hover i.Utilization {
	background-position: -124px -256px;
}

nav .nav-wrapper ul li:hover i.Report {
	background-position: -16px -310px;
}

nav .nav-wrapper ul li a:hover i.home, nav .nav-wrapper ul li a.active i.home {
	background-position: -16px -161px;
}

nav .nav-wrapper ul li a:hover i.master, nav .nav-wrapper ul li a.active i.master {
	background-position: -15px -193px;
}

nav .nav-wrapper ul li a:hover i.settings, nav .nav-wrapper ul li a.active i.settings {
	background-position: -17px -218px;
}

nav .nav-wrapper ul li a:hover i.allocation, nav .nav-wrapper ul li a.active i.allocation {
	background-position: -15px -251px;
}

nav .nav-wrapper ul li a:hover i.Time-log, nav .nav-wrapper ul li a.active i.Time-log {
	background-position: -16px -279px;
}

nav .nav-wrapper ul li a:hover i.Report, nav .nav-wrapper ul li a.active i.Report {
	background-position: -16px -310px;
}

nav ul li {
	position: relative;
}
	/*nav .nav-wrapper ul li:first-child a{padding-left: 0px;}*/
	nav ul li:hover ul.sub {
		opacity: 1;
		visibility: visible;
		top: 60px;
	}

	nav ul li ul.sub {
		background: #fff;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		width: 250px;
		padding: 7px 0;
		margin: 0px;
		top: 55px;
		border: 1px solid #d4dce4;
		z-index: 1001;
		opacity: 0;
		visibility: hidden;
		border-radius: 5px;
	}

		nav ul li ul.sub li a span.svg-icon-sub {
			width: 30px;
			height: 30px;
			display: inline-block;
			text-align: center;
			line-height: 21px;
			vertical-align: middle;
			margin-right: 5px;
		}

		nav ul li ul.sub li a span.sub-title {
			vertical-align: middle;
			color: #72777a;
		}

		nav ul li ul.sub li a span.svg-icon-sub i {
			margin: 0;
			width: 18px !important;
		}

			nav ul li ul.sub li a span.svg-icon-sub i.roles, nav ul li ul.sub li a span.svg-icon-sub i.client-fte, nav ul li ul.sub li a span.svg-icon-sub i.employee-fte, nav ul li ul.sub li a span.svg-icon-sub i.Reserved-Resources, nav ul li ul.sub li a span.svg-icon-sub i.Utilization-inner, nav ul li ul.sub li a span.svg-icon-sub i.Employee-List {
				width: 22px !important;
			}

			nav ul li ul.sub li a span.svg-icon-sub i.allocation-inner {
				width: 20px !important;
			}
			nav ul li ul.sub li a span.svg-icon-sub i.Settlement{
				width:21px !important;
			}

		nav ul li ul.sub:after, nav ul li ul.sub:before {
			bottom: 100%;
			left: 65px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		nav ul li ul.sub:after {
			border-color: rgba(255, 255, 255, 0);
			border-bottom-color: #fff;
			border-width: 10px;
			margin-left: -10px;
		}

		nav ul li ul.sub:before {
			border-color: rgba(229, 229, 229, 0);
			border-bottom-color: #d4dce4;
			border-width: 11px;
			margin-left: -11px;
		}

		nav ul li ul.sub li {
			float: none;
			margin-bottom: 5px;
		}

			nav ul li ul.sub li:last-child {
				margin-bottom: 0px;
			}

			nav ul li ul.sub li:before {
				display: none;
			}

			nav ul li ul.sub li a {
				padding: 8px 10px 8px 15px !important;
				color: #1976d2 !important;
				font-size: 14px;
				display: block;
				line-height: normal;
			}

				nav ul li ul.sub li a:hover .sub-title {
					color: #0391dc !important;
					
				}

aside {
	position: fixed;
	z-index: 100;
	height: 100%;
	width: 100%;
	color: #fff;
	left: -100%;
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	-webkit-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
	transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
	overflow: auto;
}

	aside ul li a {
		padding: 10px 0px;
		font-weight: 400;
		display: block;
		font-size: 14px;
		color: #707070;
		margin-bottom: 5px;
		-webkit-transition: color 0.4s ease;
		transition: color 0.4s ease;
	}

		aside ul li a:hover {
			color: black;
		}

		aside ul li a i {
			margin: 0 15px;
			width: 20px;
			height: 20px;
			display: inline-block;
			vertical-align: top;
		}

.right-section {
	padding: 0px 50px;
}

body.nav-open aside {
	left: 0;
}

@media (min-width: 639px) {

	body.nav-open .right-section {
	}

	aside {
		position: fixed;
		top: 0;
		padding-top: 100px;
		width: 280px;
		overflow: auto;
	}
}

.content {
	position: relative;
}

.right-section .page-title {
	padding: 20px 0px 15px;
}

	.right-section .page-title ul.bread-crumb {
		display: inline-block;
		line-height: 16px;
		margin: 5px 0;
		padding-left: 10px;
		vertical-align: top;
	}

		.right-section .page-title ul.bread-crumb li {
			float: left;
		}

			.right-section .page-title ul.bread-crumb li a {
				color: #1a1e24;
				font-size: 12px;
				position: relative;
				padding-right: 18px;
			}

				.right-section .page-title ul.bread-crumb li a:before {
					content: "/";
					position: absolute;
					font-size: 15px;
					position: absolute;
					right: 6px;
				}

			.right-section .page-title ul.bread-crumb li:last-child a {
				color: #84898b;
				pointer-events: none;
			}

				.right-section .page-title ul.bread-crumb li:last-child a:before {
					display: none;
				}

	.right-section .page-title h4 {
		color: #1a1e24;
		font-size: 25px;
		font-weight: 500;
		margin: 0px;
		display: inline-block;
	}

.right-section .inner-content {
	width: 100%;
	position: relative;
	border-radius: 5px;
	height: 100%;
	display: table;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.08);
}

.right-section.no-table .inner-content {
	display: inherit;
}

.right-section .inner-content .left-side {
	border-right: 1px solid #ced6e4;
	height: 100%;
	padding: 0px 0px;
	display: table-cell;
	vertical-align: top;
	width: 270px;
	background: #007CC3; /* Old browsers */
}

	.right-section .inner-content .left-side UL {
		margin: 0PX;
	}

		.right-section .inner-content .left-side ul li a {
			padding: 8px 15px;
			color: #c2dae6;
			font-weight: 500;
			font-size: 13px;
			display: block;
			transition: all .3s ease;
		}

			.right-section .inner-content .left-side ul li a:hover {
				color: #fff;
				background: rgba(0,0,0,0.05);
			}

			.right-section .inner-content .left-side ul li a span {
				float: right;
				width: 15%;
				text-align: center;
			}

				.right-section .inner-content .left-side ul li a span.name-text {
					float: left;
					width: 85%;
					text-align: left;
				}

		.right-section .inner-content .left-side ul li.main-label a {
			font-size: 15px;
			font-weight: 500;
			color: #fff;
			border-bottom: 1px solid #4E9AE6;
			margin-bottom: 8px;
			padding: 15px 15px;
		}

.right-section .inner-content .right-side {
	margin-left: 250px;
	padding: 20px 0;
	margin-bottom: 35px;
	display: table-cell;
	vertical-align: top;
}

	.right-section .inner-content .right-side.arrow {
		margin-left: 0px;
		padding: 9px 0;
		margin-bottom: 0px;
		float: right;
		display: table-cell;
		vertical-align: top;
	}

.right-section .inner-content h5 {
	margin: 0px;
	padding: 0 0 10px 0px;
	color: #3b4a51;
	font-weight: 300;
	font-size: 24px;
}

.right-section .inner-content .form-section {
	padding: 40px 65px;
	border-top: 1px solid #dbdde0;
}

.right-section .inner-content .table-section {
	padding: 0px;
	border-top: 1px solid #dbdde0;
}

	.right-section .inner-content .table-section.Employee-master {
		border-top: none;
	}

	.right-section .inner-content .table-section.Permission {
		padding: 0px;
		border-top: none;
	}

a.edit, a.view {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../img/edit.svg) no-repeat;
	text-indent: -9999px;
}

a.view {
	background: url(../img/view-eye.svg) no-repeat;
	background-size:22px;
	width:22px;
}


.right-section .inner-content .table-section .filled-in[type="checkbox"]:not(:checked) + label::after {
	border-color: #E5E7EA;
}

.right-section .inner-content .table-section .filled-in[type="checkbox"]:checked + label::after {
	background: #39b54a;
	border-color: #39b54a;
}

.right-section .inner-content .table-section td {
	padding: 7px 5px;
	color: rgba(0,0,0,0.75);
	font-size: 14px;
	border-bottom: 1px solid #E5E7EA;
	font-weight: 400;
}

.right-section .inner-content .table-section th {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 7px;
	background: #eef1f6 !important;
}

	.right-section .inner-content .table-section th:first-child, .right-section .inner-content .table-section td:first-child {
		padding-left: 20px;
	}

	.right-section .inner-content .table-section th:last-child, .right-section .inner-content .table-section td:last-child {
		padding-right: 20px;
	}

table.bordered > thead > tr {
	border-color: #d9d9d9;
	position: relative;
	box-shadow: 0px 9px 15px -10px rgba(0,0,0,0.4);
}

table.bordered > tbody > tr {
	border-color: #d4dce4;
}

	table.bordered > tbody > tr:first-child td {
		padding-top: 17px !important;
	}

@media (max-width: 768px) {
	.right-section {
		padding: 50px 10px;
	}

	.navbar-fixed nav {
		padding: 0 15px;
	}

	.table-foot {
		padding: 25px 10px !important;
	}

		.table-foot .input-field {
			display: none;
		}

	.dahsboard {
		padding: 75px 20px 0 !important;
	}

	button.color-update {
		margin-top: 10px;
	}
}

.table-foot {
	padding: 25px 0 0 8px;
	border-top: 1px solid #dbdde0;
	margin-top: 25px;
}

	.table-foot ul.pagination {
		margin: 0px;
	}

		.table-foot ul.pagination li a {
			font-size: 13px;
			font-weight: 500;
			vertical-align: top;
		}

i.left-arrow {
	background-position: -433px -27px;
}

i.right-arrow {
	background-position: -416px -27px;
}

.table-foot ul.pagination li a i {
	width: 11px;
	height: 5px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.table-foot .input-field {
	margin: 0px;
}

	.table-foot .input-field .select-wrapper input.select-dropdown, .Employee-master .dataTables_wrapper .dataTables_length .select-wrapper input.select-dropdown {
		font-size: 13px;
		padding: 0 10px;
		color: #536670;
		font-weight: 500;
		height: 30px;
		border-radius: 3px;
		border: 1px solid #ced8de;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #eceff1;
		margin: 0px;
		width: auto;
	}

.Employee-master .dataTables_wrapper .dataTables_length .select-wrapper input.select-dropdown {
	width: 50px;
}

.Employee-master .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ced8de;
	border-radius: 3px;
	height: 41px;
	margin: 0 0px 0 15px;
	padding-left: 10px;
	width: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

	.Employee-master .dataTables_wrapper .dataTables_filter input.expand {
		width: 350px;
		opacity: 1;
	}

.Employee-master .dataTables_wrapper .dataTables_filter {
	margin-bottom: 15px;
	margin-right: 20px;
}

.table-foot .input-field .select-wrapper .select-dropdown li span {
	font-size: 13px;
	font-weight: 500;
	padding: 7px 10px;
	color: #536670;
}

.table-foot .input-field .select-wrapper .select-dropdown li {
	line-height: normal;
	min-height: 30px;
}

button.update {
	border-radius: 3px;
	background: #1a73e8;
	border: 1px solid #1a73e8;
	font-size: 13px;
	font-weight: 400;
	padding: 0 10px;
	color: #fff;
	height: 35px;
	line-height: 35px;
}

	button.update:hover {
		background: #287ae6;
		color: #fff;
		border-color: #287ae6;
	}

i.update {
	background: url(../img/reload.svg) no-repeat center center;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.my-account-drop {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	color: #292b2c;
	display: none;
	float: left;
	font-size: 1rem;
	left: inherit !important;
	right: -10px;
	width: auto !important;
	list-style: outside none none;
	margin: 0.125rem 0 0;
	min-width: 10rem;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 60px !important;
	z-index: 1000;
	overflow: hidden;
	min-width: 275px;
}

	.my-account-drop:after {
		top: -19px;
		right: 16px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}

img {
	max-width: 100%;
}

.my-account-drop li {
	min-height: inherit !important;
	padding: 5px 10px;
}

	.my-account-drop li.profile-dt {
		padding-bottom: 10px;
		border-bottom: 1px solid #e2e9ed;
		padding-left: 10px;
	}

header ul.right li .my-account-drop li a i {
	width: 15px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
}

	header ul.right li .my-account-drop li a i.Log-out {
		width: 18px;
		margin: 0 10px;
		background: none;
	}

.my-account-drop li.profile-dt .user-dt .user_img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
	display: inline-block;
}

.my-account-drop li.profile-dt .user-dt .user_txt {
	padding: 0px 0 0 70px;
}

	.my-account-drop li.profile-dt .user-dt .user_txt h4 {
		font-size: 15px;
		margin: 0px;
	}

	.my-account-drop li.profile-dt .user-dt .user_txt p {
		font-size: 12px;
		color: #99abb4;
		margin: 5px 0;
		font-weight: 300;
	}

.my-account-drop li a {
	font-size: 14px;
	color: #7c7c7c;
}

.Employe_edit {
	width: 400px;
}

i.Employee {
	width: 89px;
	height: 59px;
	display: block;
	margin: 0px auto 20px;
	background: url(../img/add-employee.svg) no-repeat;
}

i.Edit_role {
	width: 64px;
	height: 65px;
	display: block;
	margin: 0px auto 13px;
	background: url(../img/edit-role.svg) no-repeat;
}

i.Add {
	background: url(../img/plus.svg) no-repeat center center;
	display: inline-block;
	height: 11px;
	margin-right: 5px;
	width: 11px;
}

.modal .modal-content h4 {
	font-size: 18px;
	color: #565f65;
	font-weight: 500;
	margin: 0 0 25px;
	text-align: center;
}

.Employe_edit .input-field label {
	position: static;
	font-size: 13px;
	color: #536670;
	margin-bottom: 2px;
}

.Employe_edit .input-field input {
	height: 33px;
	border: 1px solid #cbd1da;
	border-radius: 3px;
	padding: 0 10px;
	color: #263238;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}

.select-dropdown li {
	min-height: inherit;
}

	.select-dropdown li span {
		font-size: 13px;
		padding: 5px 10px;
		color: #777;
	}

.button {
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	border: none;
	border-radius: 3px;
}

button.cancel {
	background: #eeeeee;
	border: 1px solid #cacdd0;
}

	button.cancel:hover {
		background: #c9c9c9;
	}

button.save {
	background: #1976d2;
	color: #fff;
	border: 1px solid #1976d2;
}

	button.save:hover {
		background: #0178b7;
		border-color: #0178b7;
	}

a.permission {
	background: url(../img/check-green.svg) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	width: 18px;
}

.Role a.permission, .Role a.edit {
	margin-left: 20px;
}

.Permission ul.head li {
	font-size: 16px;
	font-weight: 500;
	color: #617680;
}

.Permission ul.head {
	padding: 15px 5px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0px;
}

.Permission .collapsible {
	margin: 0px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.Permission .collapsible-header {
	border-bottom-color: #dce4eb;
	font-size: 13px;
	font-weight: 400;
	color: #536670;
}

	.Permission .collapsible-header .check > label {
		top: 10px;
	}

	.Permission .collapsible-header:hover, .Permission .collapsible-header.active {
		background: #CCE8FE;
		border-bottom: 1px solid #B9DFFE;
	}

.Permission .collapsible li.active {
	border-top: 5px solid #E3E7EA;
	border-bottom: 5px solid #E3E7EA;
}

.Permission .collapsible-body {
	background: #fff;
}

	.Permission .collapsible-body .row > div {
		border-right: 1px solid #B9DFFE;
		padding: 15px;
	}

		.Permission .collapsible-body .row > div:last-child {
			border: none;
			padding-left: 0px;
		}

	.Permission .collapsible-body .row {
		margin-bottom: 0px;
	}

.Permission .collapsible-body {
}

	.Permission .collapsible-body p {
		padding: 5px 20px;
	}

		.Permission .collapsible-body p a {
			font-size: 14px;
			color: #0391dc;
		}

			.Permission .collapsible-body p a:hover {
				color: #008bd4;
			}

		.Permission .collapsible-body p label {
			height: 15px;
			padding: 0px;
		}

.login-bg .copy {
	text-align: center;
	color: #ffff;
	font-size: 15px;
	left: 0;
	position: absolute;
	bottom: -75px;
	width: 100%;
	padding: 0px;
}

	.login-bg .copy img {
		vertical-align: middle;
		margin: 0 10px;
		width: 125px;
	}

.right-section .inner-content .table-section td img {
	width: 35px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: middle;
}

.right-section .inner-content .table-section td input.time-edit {
	width: 40px;
	text-align: center;
	border: none;
	height: 25px;
	display: inline-block;
	margin: 0px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
}

.right-section .inner-content .table-section td input.add-amout {
	width: 103px;
	border: none;
	height: 25px;
	display: inline-block;
	margin: 0px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
}

.right-section .inner-content .table-section td input.time-edit:hover, .right-section .inner-content .table-section td input.time-edit:focus {
	border: 1px solid #d5c599;
	background: #feedbe;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.right-section .inner-content .table-section td a {
	color: rgba(0,0,0,0.87);
}

	.right-section .inner-content .table-section td a.add-button {
		padding: 3px 10px;
		font-weight: normal;
		background: #098EE7 !important;
		border-color: #098EE7 !important;
	}

.right-section .inner-content .table-section td span {
	color: #fff;
	padding: 3px 7px;
	border-radius: 3px;
	font-size: 12px;
	z-index: 0;
	font-weight: 400;
}

.right-section .inner-content .table-section td a.add-button span {
	color: #fff;
	padding: 0px;
}

.right-section .inner-content .table-section td a.add-button:hover span {
	color: #fff;
}

span.software {
	background: #0391dc;
}

span.office-ast {
	background: #a200ff;
}

span.administration {
	background: #3cb878;
}

span.project-coordinator {
	background: #fc4b6c;
}

span.software-trainee {
	background: #26c6da;
}

span.asso-software {
	background: #db933d;
}

span.web-designer {
	background: #d0035d;
}

.right-section .inner-content .table-section td a:hover {
	color: #008bd4;
}

a.search {
	width: 33px;
	height: 33px;
	background: url(../img/search.svg) no-repeat center center #c7e8f9;
	background-size: 20px;
	border: 1px solid #a9d4eb;
	border-radius: 3px;
	margin-right: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.sb-search .autocomplete {
	width: 0px;
	height: 33px;
	border-radius: 3px;
	margin: 0px 5px 0 0;
	;
	border: none;
	opacity: 0;
	padding-left: 10px;
}

.search ..primary .select-dropdown {
	background-color: #eceff1
}

.sb-search .autocomplete.expand {
	width: 350px;
	border: 1px solid #ced8de;
	opacity: 1;
}

	.sb-search .autocomplete.expand:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.sb-search .autocomplete-content {
	position: absolute;
	top: 50px;
	width: 361px;
}

.copy {
	text-align: center;
	display: block;
	width: 100%;
	padding: 40px 0;
	font-size: 13px;
	color: #536670;
}

button.Primary {
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 25px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	height: 33px;
	margin-bottom: 10px;
}

.Employee-master .dataTable {
	border-top: 1px solid #dbdde0;
}

.Employee-master table.dataTable.no-footer {
	border-bottom: none;
	margin-bottom: 25px;
}

.Employee-master .dataTables_wrapper .dataTables_info {
	color: #536670;
	float: right;
}

.Employee-master .dataTables_wrapper .dataTables_paginate {
	float: left;
	padding-left: 20px;
}

.Employee-master table.dataTable thead th, .Employee-master table.dataTable thead td {
	border-bottom: 1px solid #dbdde0;
	padding: 15px 5px;
}

.Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 13px;
	font-weight: 500;
	vertical-align: top;
	color: #536670 !important;
	display: inline-block;
	line-height: 25px;
	padding: 0 7px;
	background: #eceff1;
	border: none !important;
	margin: 0px 5px;
}

	.Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
		background: url(../img/arrow2.png) 6px center no-repeat #eceff1;
		padding-left: 25px;
	}

		.Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
			background: url(../img/arrow2_hover.png) 6px center no-repeat #008bd4;
			color: #fff !important;
		}

	.Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button.next {
		background: url(../img/arrow1.png) 40px center no-repeat #eceff1;
		padding-right: 25px;
	}

		.Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
			background: url(../img/arrow1_hover.png) 40px center no-repeat #008bd4;
			padding-right: 25px;
			color: #fff !important;
		}

	.Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button.current, .Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .Employee-master .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		background: #1976D2;
		color: #fff !important;
		border: none;
	}

.Employee-master .dataTables_wrapper .dataTables_length .select-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.Employee-master .dataTables_wrapper .dataTables_length {
	float: right;
	padding-right: 20px;
}

.right-section .Resource_allocation .form-section {
	border-right: 1px solid #d8e2e3;
	border-top: none;
	padding: 15px;
}

	.right-section .Resource_allocation .form-section .client-id {
		font-size: 20px;
		color: #263238;
		display: block;
		margin-bottom: 30px;
	}

.right-section .Resource_allocation .client-id span {
	color: #536670;
	margin-right: 5px;
}

.right-section .Resource_allocation .form-section .input-field label {
	position: static;
	font-size: 13px;
	color: #536670;
}

.primary.select-wrapper input.select-dropdown, input.primary {
	border-radius: 3px;
	border: 1px solid #cdd7dd;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 33px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #263238;
	font-size: 13px;
}

.Resource_allocation .form-section .box {
	border-radius: 3px;
	padding: 25px 0px;
	text-align: center;
}

	.Resource_allocation .form-section .box p {
		text-align: center;
		font-size: 14px;
		margin: 10px 0;
	}

	.Resource_allocation .form-section .box h6 {
		font-size: 30px;
		margin: 0px;
	}

	.Resource_allocation .form-section .box i {
		margin-bottom: 10px;
		display: inline-block;
		width: 50px;
		height: 50px;
	}

.Total-allocate {
	background: #aae6e3;
	color: #2b6360 !important;
	border: 1px solid #60d1ca;
}

i.total-allo {
	background-position: -263px -60px;
}

i.remain-allo {
	background-position: -333px -60px;
}

.Remain-allocate {
	background: #f3ddb8;
	border: 1px solid #fed490;
	color: #6a532c !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	background: none !important;
}

.Resource table .select-wrapper input.select-dropdown {
	border: 1px solid #cdd7dd;
	border-radius: 3px;
	height: 30px;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	font-size: 14px;
	line-height: 0;
}

.Resource .dataTables_wrapper {
	margin-top: 35px;
}
/*.Resource table .allocate input.select-dropdown{width: 70px;}*/
.Resource table .select-wrapper span {
	color: #536670 !important;
}

.Resource table .allocate span.caret {
	right: 10px;
	font-size: 10px;
}
/*.Resource table .role input.select-dropdown{width: 200px; font-size: 13px;}*/
.Resource .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: none;
}

button.reset {
	background: #eceff1;
	border: 1px solid #ced8de;
	color: #8297a2;
}

	button.reset:hover {
		background: #8297a2;
		color: #fff;
		border-color: #8297a2;
	}

.Resource_allocation .table-foot {
	margin-top: 0px;
}

.Employee-master a.search {
	right: 21px;
	top: 26px;
	z-index: 50;
}

.Resource a.search {
	right: 6px;
	top: 35px;
}

.add-project {
	padding: 10px
}

.input-field label.block {
	position: static;
	font-size: 13px;
	color: #9e9e9e;
	display: block;
	margin-bottom: 3px;
	-webkit-transform: inherit !important;
	transform: inherit !important;
}

.add-project .input-field.col {
	padding: 0 10px;
	margin-top: 10px;
}

.input-field label {
	left: 0px !important;
	top: 5px;
}

.button-collapse span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

	.button-collapse span:nth-child(even) {
		left: 50%;
	}

	.button-collapse span:nth-child(odd) {
		left: 0px;
	}

	.button-collapse span:nth-child(1), .button-collapse span:nth-child(2) {
		top: 0px;
	}

	.button-collapse span:nth-child(3), .button-collapse span:nth-child(4) {
		top: 7px;
	}

	.button-collapse span:nth-child(5), .button-collapse span:nth-child(6) {
		top: 14px;
	}

.button-collapse.open span:nth-child(1), .button-collapse.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-collapse.open span:nth-child(2), .button-collapse.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.button-collapse.open span:nth-child(1) {
	left: 0px;
	top: 6px;
}

.button-collapse.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 6px;
}

.button-collapse.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.button-collapse.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.button-collapse.open span:nth-child(5) {
	left: 0px;
	top: 14px;
}

.button-collapse.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 14px;
}

header .button-collapse {
	margin: 24px 0px 0;
	opacity: 0.75;
	position: absolute;
	left: -10px;
	top: 3px;
	width: 25px;
	height: 30px;
}

@media only screen and (max-width: 1024px) {
	header, nav, .right-section {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 992px) {
	.right-section .inner-content .left-side {
		display: block;
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
	}

	.hide-on-med-and-down {
		display: none !important;
	}

	header, .right-section {
		padding: 0 15px;
	}

		header .inner-logo {
			margin-left: 25px;
		}

	.navbar-fixed {
		height: 67px;
	}

	.right-section .inner-content {
		display: block;
	}

		.right-section .inner-content .right-side {
			display: block;
			margin: 0px;
		}

	.employ-table {
		height: inherit !important;
	}

	.Employee-master a.search {
		top: 35px;
		margin: 0px;
		position: relative;
		float: right;
		right: inherit;
	}

	table.controller {
		overflow-x: scroll;
		width: auto;
		display: block;
	}

	.add-project {
		padding: 20px;
	}

		.add-project .input-field.col {
			padding: 0px;
		}

	.add-employee .add-head {
		padding: 50px 0px !important;
	}
}

@media only screen and (max-width: 580px) {
	.add-yourhead ul.department li {
		margin: 10px !important;
	}

	ul.department {
		text-align: center;
	}
}

.side-nav {
	padding: 65px 0 25px;
}

	.side-nav li a i {
		display: inline-block;
		height: 23px;
		line-height: normal;
		margin-right: 20px;
		padding: 0;
		vertical-align: middle;
		width: 23px;
		float: none;
	}

	.side-nav li a {
		font-size: 15px;
		font-weight: 500;
		padding: 0 30px;
		text-transform: uppercase;
		color: rgba(0,0,0,0.75);
	}

	.side-nav li {
		padding-bottom: 15px;
	}

	.side-nav .collapsible-body {
		background: #f1f2f4;
		padding: 0px 0 25px;
	}

		.side-nav .collapsible-body ul li {
			margin-bottom: 0px;
		}

			.side-nav .collapsible-body ul li a {
				font-size: 14px;
				text-transform: capitalize;
				font-weight: 400;
				padding: 0 0 0 80px;
				color: rgba(0,0,0,0.7)
			}

.select-wrapper.allocate {
	width: 100px;
}

.employ-table {
	height: 570px;
	overflow-y: scroll;
}

.Resource .filter-section a.search {
	position: inherit;
	float: right;
}

.Resource .filter-section .filter {
	float: right;
	width: auto;
	line-height: 35px;
	padding: 0 10px;
}

.Resource .filter-section a.filter i.filter {
	vertical-align: middle;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0px 5px;
	background: url(../img/filter.png) no-repeat center
}

.Resource .filter-section a.filter:hover {
	background: #0391dc !important;
	border-color: #0391dc;
	color: #fff !important;
}

	.Resource .filter-section a.filter:hover i.filter {
		background: url(../img/filterhover.png);
	}

	.Resource .filter-section a.filter:hover span {
		color: #fff;
	}

.Resource .filter-section a.filter span {
	font-size: 14px;
	color: #80949f;
}

.Resource .filter-section a.search:hover {
	background: url(../img/search_hover.png) no-repeat center center #0391dc;
	border-color: #0391dc;
}

.Resource .filter-section {
	margin: 20px 0px 0;
}

.filters {
	display: none;
	border-top: 1px solid #d7dce8;
	border-bottom: 1px solid #d7dce8;
	padding-top: 20px;
	background: #eef1f7;
	margin-top: 10px;
}

	.filters label {
		font-size: 13px;
		color: #6a788d;
	}

	.filters .select-dropdown {
		background: #fff !important;
	}

.Resource .filter-section input.search {
	float: right;
	height: 33px;
	margin-right: -4px;
	padding: 0 10px;
	position: relative;
	width: 185px;
	opacity: 1;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	border-right: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.Resource .filter-section input.search.expand {
		width: 200px;
		opacity: 1;
	}

.Resource .filter-section .allo {
	float: right;
	background: #eceff1 none repeat scroll 0 0;
	line-height: 22px;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid #ced8de;
	color: #80949f;
	height: 33px;
}

.Resource .filter-section [type="checkbox"] + label {
	padding-left: 25px;
	font-size: 13px;
	line-height: 25px;
	color: #80949f;
}

.Total-allocate .progress-bar div span {
	background: #9ed8d5;
}

.Remain-allocate .progress-bar div span {
	background: #decaa7;
}


.progress-bar {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0px auto;
}

	.progress-bar div {
		position: absolute;
		height: 100px;
		width: 100px;
		border-radius: 50%;
	}

		.progress-bar div span {
			position: absolute;
			font-size: 25px;
			line-height: 90px;
			font-weight: 500;
			height: 90px;
			width: 90px;
			left: 50%;
			top: 50%;
			text-align: center;
			border-radius: 50%;
			background-color: white;
			margin-left: -45px;
			margin-top: -45px;
		}

	.progress-bar .background {
		background-color: #b3cef6;
	}

	.progress-bar .rotate {
		clip: rect(0 50px 100px 0);
		background-color: #4b86db;
	}

	.progress-bar .left {
		clip: rect(0 50px 100px 0);
		opacity: 1;
		background-color: #b3cef6;
	}

	.progress-bar .right {
		clip: rect(0 50px 100px 0);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0;
		background-color: #4b86db;
	}

@-webkit-keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


i.cmment {
	width: 19px;
	height: 18px;
	display: inline-block;
	background-position: -128px -199px;
	vertical-align: middle;
	margin-left: 5px;
}

.no-bo-top {
	border-top: none !important;
}

input.color-picker {
	width: 40px;
	height: 35px;
	background: none;
	border: none;
	padding: 0px;
	margin-right: 15px;
	vertical-align: top;
}

.update-lrg {
	background-position: -143px -163px;
	height: 19px;
	width: 19px;
	display: inline-block;
	vertical-align: middle;
}

button.color-update {
	border: none;
	line-height: normal;
	padding: 0 15px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
}

	button.color-update:hover i.update-lrg {
		background-position: -173px -163px;
	}

.color-list {
	height: 600px;
}

.no-click {
	pointer-events: none;
}

.right-section .inner-content .time-log-table {
	border: 1px solid #dbdde0;
	border-radius: 3px;
	padding: 0px;
}

	.right-section .inner-content .time-log-table table thead.main-head th {
		font-size: 14px;
		font-weight: 500;
		color: #8B919D;
		background: #ebeaea;
		padding: 5px 15px;
		border-right: 1px solid #dbdde0;
		text-align: center;
	}

		.right-section .inner-content .time-log-table table thead.main-head th:last-child {
			border: none;
			background: white;
		}

		.right-section .inner-content .time-log-table table thead.main-head th:first-child {
			background: white;
		}

i.Projects {
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../img/list.svg) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

i.Hour {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/total-hour.svg) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.right-section .inner-content .time-log-table table tr.header {
	background: #e1ecff;
}

	.right-section .inner-content .time-log-table table tr.header th {
		padding: 7px 25px;
		font-size: 14px;
	}

a.add-button {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #b8c1d0;
	font-size: 13px;
	padding: 5px 15px;
	margin-left: 10px;
	color: #617680;
}

	a.add-button:hover {
		background: #098EE7 !important;
		border-color: #098EE7 !important;
		color: #fff;
	}

		a.add-button:hover i.Add {
			background-position: -114px -67px;
		}

.right-section .inner-content .time-log-table table tr td {
	padding: 5px 0px;
}

	.right-section .inner-content .time-log-table table tr td:first-child {
		padding: 5px 25px;
	}

tr.tasks td .expander {
	display: none;
}

tr.tasks td.data > div {
	display: inline-block;
}

.right-section .inner-content .time-log-table table tr td.project_name {
	padding: 5px 25px;
	color: green;
	font-size: 15px;
	font-weight: 400;
}

.right-section .inner-content .time-log-table table tr td.Module_name {
	color: #098EE7;
	padding: 5px 25px 5px 30px;
}

.right-section .inner-content .time-log-table table tr td.total-time {
	color: #000;
	font-weight: 500;
}

.right-section .inner-content .time-log-table table tfoot {
	background: #f4f4f4;
}

	.right-section .inner-content .time-log-table table tfoot tr td {
		border-right: 1px solid #dbdde0;
		text-align: center;
	}

		.right-section .inner-content .time-log-table table tfoot tr td .expander {
			display: none;
		}

		.right-section .inner-content .time-log-table table tfoot tr td .label {
			font-weight: 500;
		}

		.right-section .inner-content .time-log-table table tfoot tr td:last-child {
			border: none;
		}

	.right-section .inner-content .time-log-table table tfoot tr td {
		border-bottom: none;
	}

table.controller {
	border-collapse: collapse;
	padding: 0;
	font: 14px/24px Roboto, sans-serif
}

	table.controller .control {
		font: 14px 'Open Sans'
	}

	table.controller td {
		padding: 0;
		border: 0 solid red
	}

	table.controller .line {
		position: relative;
		height: 24px;
		width: 7px;
		float: left;
		display: none;
	}

		table.controller .line .vert {
			width: 1px;
			height: 100%
		}

		table.controller .line .horz {
			position: absolute;
			top: 50%;
			width: 10px;
			height: 1px
		}

		table.controller .line.level1 .horz,
		table.controller .line.level1 .vert {
			background-color: #FF2A02
		}

		table.controller .line.level2 .horz,
		table.controller .line.level2 .vert {
			background-color: #2BC6CC
		}

		table.controller .line.level3 .horz,
		table.controller .line.level3 .vert {
			background-color: #098EE7
		}

	table.controller tr.hidden {
		display: none
	}

	table.controller .expander {
		margin-right: 5px
	}

	table.controller .l1 .control {
		width: 10px;
		min-height: 100%
	}

	table.controller .l2 .control {
		width: 30px;
		min-height: 100%
	}

	table.controller .l3 .control {
		width: 35px;
		min-height: 100%
	}

	table.controller .l4 .control {
		width: 90px;
		min-height: 100%
	}

	table.controller .l1.contracted .control .line.level1,
	table.controller .l2.contracted .control .line.level2,
	table.controller .l3.contracted .control .line.level3,
	table.controller .l4 .expander {
		display: none
	}

	table.controller .label {
		margin-right: 0px
	}

	table.controller td.data {
		text-align: center;
		min-width: 90px;
		border-left: 1px solid #d4dce4;
	}

	table.controller .control,
	table.controller .expander,
	table.controller .label {
		float: left
	}

	table.controller .contracted .expander {
		margin-top: 6px;
		margin-right: 10px;
		width: 14px;
		height: 14px;
		background-image: url(../img/time-log-arrow.png);
	}

	table.controller .expanded .expander {
		width: 14px;
		height: 14px;
		margin-top: 6px;
		margin-right: 10px;
		background-image: url(../img/time-log-arrow-down.png);
	}

	table.controller .childless .expander,
	table.controller .control .line.level1 .horz {
		display: none
	}

	table.controller .l1-first .control .line.level1 .horz {
		display: block
	}

	table.controller .l1-last .control .line.level1 .horz {
		display: block;
		width: 10px;
		height: 1px
	}

	table.controller .l1-first .control .line.level1 .vert {
		bottom: 0;
		position: absolute;
		width: 1px;
		height: 50%
	}

	table.controller .l1-last .control .line.level1 .vert {
		width: 1px;
		height: 50%
	}

	table.controller .control .line.level2 .horz {
		display: none
	}

	table.controller .l2-first .control .line.level2 .horz {
		display: block
	}

	table.controller .l2-last .control .line.level2 .horz {
		display: block;
		width: 10px;
		height: 1px
	}

	table.controller .l2-first .control .line.level2 .vert {
		bottom: 0;
		position: absolute;
		width: 1px;
		height: 50%
	}

	table.controller .l2-last .control .line.level2 .vert {
		width: 1px;
		height: 50%
	}

	table.controller .control .line.level3 .horz {
		display: none
	}

	table.controller .l3-first .control .line.level3 .horz {
		display: block
	}

	table.controller .l3-last .control .line.level3 .horz {
		display: block;
		width: 10px;
		height: 1px
	}

	table.controller .l3-first .control .line.level3 .vert {
		bottom: 0;
		position: absolute;
		width: 1px;
		height: 50%
	}

	table.controller .l3-last .control .line.level3 .vert {
		width: 1px;
		height: 50%
	}

.add-button:hover i.Add .svg-home {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.right-section .inner-content .table-section td a.comment:hover i.cmment {
	background-position: -128px -229px;
}

.right-side .calnder-top .datepicker {
	display: inline-block;
	width: 300px;
	border: 1px solid #c5d2d8;
	border-radius: 3px;
	background: url(../img/calendar.png) no-repeat 273px center #f7f7f7;
	height: 35px;
	font-size: 14px;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #b0b0b0;
	margin-right: 15px;
}

.right-side .calnder-top a {
	height: 35px;
	width: 35px;
	border-radius: 3px;
	border: 1px solid #c5d2d8;
	background: #f7f7f7;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	line-height: 38px;
}

	.right-side .calnder-top a.add-button {
		width: auto;
		line-height: 25px;
		cursor: pointer;
	}

		.right-side .calnder-top a.add-button i {
			height: 15px;
			vertical-align: middle;
			width: 12px;
			opacity: 1;
		}

	.right-side .calnder-top a i {
		height: 17px;
		width: 10px;
		display: inline-block;
		opacity: 0.5;
	}

i.next-clndr {
	background-position: -95px -261px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

i.prev-clndr {
	background-position: -95px -261px;
}

.right-side .calnder-top a:hover i {
	opacity: 1;
}

span.total-pr-hr {
	color: #536670 !important;
	font-weight: 500;
	margin-left: 10px;
}

.alert-box {
	width: 350px;
	padding: 25px;
	text-align: center;
}

	.alert-box i {
		width: 56px;
		height: 56px;
		display: block;
		margin: 0px auto;
		margin-bottom: 25px;
	}

i.error {
	background-position: -214px -152px;
}

.alert-box h5 {
	font-weight: 500;
	font-size: 18px;
	color: #565f65;
	margin-bottom: 5px;
}

.alert-box p {
	font-size: 14px;
	color: #939ca2;
	margin: 0 0 30px;
}

i.success {
	background-position: -287px -152px;
}

.material-tooltip {
	overflow: visible;
	padding: 0;
	background: #fef4e0;
	color: #291c01;
	border-radius: 3px;
	border: 1px solid #e4d8c0;
	-webkit-box-shadow: 0 0px 10px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 10px -1px rgba(0, 0, 0, 0.25)
}

	.material-tooltip:after, .material-tooltip:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.material-tooltip:after {
		border-color: rgba(254, 244, 224, 0);
		border-left-color: #fef4e0;
		border-width: 10px;
		margin-top: -10px;
	}

	.material-tooltip:before {
		border-color: rgba(228, 216, 192, 0);
		border-left-color: #e4d8c0;
		border-width: 11px;
		margin-top: -11px;
	}

	.material-tooltip .backdrop {
		background: none;
	}

	.material-tooltip .tool-tips table thead th {
		font-size: 14px;
		color: #291c01;
		font-weight: 500;
		padding: 10px;
		border-bottom: 1px solid #e4d8c0;
	}

	.material-tooltip .tool-tips table tr {
		border-bottom: 1px solid #e4d8c0;
	}

		.material-tooltip .tool-tips table tr:last-child {
			border-bottom: none;
		}

		.material-tooltip .tool-tips table tr td {
			padding: 5px 10px;
			font-size: 13px;
			border-left: 1px solid #e4d8c0;
			font-weight: 400;
			color: rgba(0,0,0,0.6);
		}

.round-letter {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 35px;
	font-size: 20px;
}

.A {
	background: #0391dc;
}

.B {
	background: #fc4b6c;
}

.C {
	background: #d0035d;
}

.D {
	background: #a200ff;
}

.E {
	background: #3cb878;
}

.F {
	background: #db933d;
}

.G {
	background: #ff0000;
}

.H {
	background: #00ff00;
}

.I {
	background: #0000ff;
}

.J {
	background: #898989;
}

.K {
	background: #000000;
}

.L {
	background: #f69679;
}

.M {
	background: #f26c4f;
}

.N {
	background: #ff00ff;
}

.O {
	background: #3e817e;
}

.P {
	background: #a6a10c;
}

.Q {
	background: #9a7e4e;
}

.R {
	background: #7262a5;
}

.S {
	background: #005e20;
}

.T {
	background: #998675;
}

.U {
	background: #790000;
}

.V {
	background: #8dc63f;
}

.W {
	background: #fbaf5d;
}

.X {
	background: #046c86;
}

.Y {
	background: #516094;
}

.Z {
	background: #618a99;
}

.no-marg {
	margin: 0px !important;
}

.note i {
	width: 54px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
}

i.tip {
	background-position: -361px -153px;
}

.note span {
	font-size: 14px;
	color: #999;
	padding: 10px 25px;
	display: inline-block;
}

.getting-start {
	margin-bottom: 20px;
}

	.getting-start ul {
		display: table;
		width: 100%;
	}

		.getting-start ul li {
			display: table-cell;
			padding: 25px 15px;
			text-align: center;
		}

	.getting-start h5 {
		font-size: 24px;
		padding: 25px !important;
		border-bottom: 1px solid #edeeef;
	}

	.getting-start ul li span {
		display: inline-block;
		width: 47px;
		height: 47px;
		border: 1px solid #e2e9ed;
		border-radius: 50%;
		-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
		text-align: center;
		line-height: 45px;
	}

		.getting-start ul li span i {
			display: inline-block;
			width: 25px;
			height: 25px;
			vertical-align: middle;
		}

	.getting-start ul li p {
		font-size: 16px;
		color: #3b4a51;
	}

i.Ctry-crnc {
	background-position: -227px -240px;
}

i.user-type {
	background-position: -268px -237px;
	height: 32px !important;
}

i.technology {
	background-position: -305px -236px;
}

i.Engagement {
	background-position: -340px -238px;
}

i.geography {
	background-position: -379px -238px;
}

i.department {
	background-position: -416px -240px;
}

i.coe {
	background-position: -449px -243px;
	width: 30px !important;
}

.getting-start .close {
	font-size: 12px;
	font-weight: 400;
}

.tab-section ul.tabs {
	width: auto;
}

.tab-section .tab-top ul.tabs .indicator {
	display: none;
}

.tab-section .tab-top ul.tabs li a {
	font-size: 15px;
	color: #bcbcbc;
	padding: 0px 15px;
	text-transform: capitalize;
}

.tab-section .tab-top {
	padding: 15px;
}

	.tab-section .tab-top ul.tabs li a.active {
		color: #008bd4;
		font-weight: 500;
	}

	.tab-section .tab-top .right .select-wrapper, .tab-section .tab-top .right .datepicker {
		display: inline-block;
		width: auto;
		margin: 0 15px 0 0;
	}

		.tab-section .tab-top .right .select-wrapper .select-dropdown, .tab-section .tab-top .right .datepicker {
			margin: 0px;
			border: 1px solid #d7dfe3;
			border-radius: 3px;
			background: #f9f9f9;
			color: #3b4a51;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 10px;
			font-size: 13px;
		}

.tab-section ul.main-tab {
	background: #008bd4;
	height: auto;
	display: table;
	width: 100%;
}

	.tab-section ul.main-tab li {
		height: auto;
		display: table-cell;
		border-right: 1px solid #006eb5;
	}

		.tab-section ul.main-tab li:last-child {
			border: none;
		}

		.tab-section ul.main-tab li a.active {
			background: #007ec0;
			color: #fff;
		}

		.tab-section ul.main-tab li a {
			color: rgba(255,255,255,0.75);
			text-transform: capitalize;
			font-size: 14px;
			padding: 10px;
		}

			.tab-section ul.main-tab li a:hover {
				color: #fff;
			}

			.tab-section ul.main-tab li a i {
				width: 48px;
				height: 40px;
				display: inline-block;
				margin-right: 15px;
				vertical-align: middle;
			}

			.tab-section ul.main-tab li a p {
				display: inline-block;
				line-height: normal;
				text-align: left;
				vertical-align: middle;
			}

				.tab-section ul.main-tab li a p span {
					font-size: 27px;
					display: block;
				}

i.resource {
	background-position: -225px -291px;
}

i.project {
	background-position: -299px -293px;
}

i.hour {
	background-position: -362px -294px;
}

i.bench {
	background-position: -428px -292px;
}

.tab-section ul.main-tab .indicator, .utilization ul.tabs .indicator {
	background: none;
	height: auto;
}

	.tab-section ul.main-tab .indicator:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #007ec0;
		border-width: 15px;
		margin-left: -15px;
	}

.tab-dtail {
	padding: 30px 15px;
	background: #f3f9fc;
}

small {
	font-size: 12px;
}

.utilization {
	padding: 15px;
}

	.utilization h5 {
		font-size: 18px !important;
		color: #3b4a51 !important;
		font-weight: 400 !important;
	}

		.utilization h5 .right .select-wrapper .select-dropdown {
			width: 75px;
			font-size: 13px;
			color: #008bd4;
			margin: 0px;
			border: none;
			line-height: normal;
			height: auto;
		}

	.utilization ul.tabs {
		height: auto;
		display: table;
		border: 1px solid #d7dfe3;
		border-radius: 3px;
		margin: 50px 0px;
	}

		.utilization ul.tabs li {
			height: auto;
			line-height: normal;
			display: table-cell;
			border-right: 1px solid #d7dfe3;
		}

			.utilization ul.tabs li:last-child {
				border: none;
			}

			.utilization ul.tabs li a {
				font-size: 13px;
				text-transform: capitalize;
				padding: 10px;
				color: #8d9ea7;
			}

				.utilization ul.tabs li a:hover, .utilization ul.tabs li a.active {
					color: #313131;
					background: #e6e6e6;
					-webkit-box-shadow: inset -8px 6px 10px -10px rgba(50, 50, 50, 0.75);
					box-shadow: inset -8px 6px 10px -10px rgba(50, 50, 50, 0.75);
				}

	.utilization .progress-bar, .utilization .progress-bar div {
		width: 180px;
		height: 180px;
	}

		.utilization .progress-bar .rotate {
			clip: rect(0px, 90px, 180px, 0px);
		}

		.utilization .progress-bar div span {
			height: 170px;
			width: 170px;
			margin-left: -85px;
			margin-top: -85px;
			line-height: 170px;
		}

.Employe_edit ul.tabs {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	background: none;
}

	.Employe_edit ul.tabs li a {
		padding: 0 15px;
	}

.dahsboard {
	background: linear-gradient(145deg,#0d47a1,#42a5f5);
	padding: 70px 120px 0;
	position: relative;
	z-index: 1;
}

	.dahsboard h5 {
		color: #fff;
		font-size: 40px;
		font-weight: 800;
		margin: 30px 0px 0px;
	}

	.dahsboard p {
		color: #fff;
		font-size: 14px;
		font-weight: 300;
	}

	.dahsboard a.btn {
		-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		border-radius: 3px;
		text-transform: capitalize;
		font-size: 13px;
		font-weight: 500;
	}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.dahsboard img {
	position: relative;
	z-index: 5;
	margin-bottom: -23px;
}

.ui-datepicker {
	background: #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
	border: 1px solid #dfdfdf;
}

	.ui-datepicker .mtz-monthpicker select {
		display: block;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-bottom: 1px solid #dfdfdf;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #eee url("../img/time-log-arrow-down.png") no-repeat 96% center
	}

	.ui-datepicker tr.mtz-monthpicker td {
		text-align: center;
		border: 1px solid #dfdfdf;
		border-top: 0px;
		border-left: 0px;
	}

		.ui-datepicker tr.mtz-monthpicker td:hover {
			background: #eee;
		}

		.ui-datepicker tr.mtz-monthpicker td:last-child {
			border-right: 0px;
		}

.field-validation-error {
	color: red;
	font-size: 14px;
	margin: 5px 0px;
}

#Add_project {
	overflow-y: visible;
}

	#Add_project.scroll {
		overflow: auto;
	}

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	/* core styles should not be changed */
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.autocomplete-suggestion {
	position: relative;
	padding: 0 .6em;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
}

	.autocomplete-suggestion b {
		font-weight: normal;
		color: #1f8dd6;
	}

	.autocomplete-suggestion.selected {
		background: #f0f0f0;
	}

.filled-in[type="checkbox"]:not(:checked) + label::after {
	background: url(../img/check-dflt.png) no-repeat center 0px;
	border: none;
	height: 19px;
	background-size: 90%;
}

.right-section .inner-content .table-section .filled-in[type="checkbox"]:checked + label::after {
	background: url(../img/check.svg) no-repeat center 0px;
	border: none;
	height: 19px;
	background-size: cover;
}

.right-section .inner-content .table-section .filled-in[type="checkbox"]:checked + label::before {
	display: none;
}

nav .nav-wrapper ul li ul.sub li a i, .setting-drop li a i {
	display: inline-block;
	width: 20px !important;
	height: 22px;
	vertical-align: text-top !important;
}

	nav .nav-wrapper ul li ul.sub li a i.client {
		background-position: -15px -355px;
	}

nav .nav-wrapper ul li ul.sub li a:hover i.client {
	background-position: -96px -355px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.year {
	background-position: -96px -355px;
}

nav .nav-wrapper ul li ul.sub li a i.program {
	background-position: -15px -393px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.program {
	background-position: -96px -393px;
}

nav .nav-wrapper ul li ul.sub li a i.allocation-sub {
	background-position: -51px -251px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.allocation-sub {
	background-position: -15px -251px;
}

nav .nav-wrapper ul li ul.sub li a i.utilization-sub {
	background-position: -155px -256px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.utilization-sub {
	background-position: -124px -256px;
}

nav .nav-wrapper ul li ul.sub li a i.project {
	background-position: -15px -433px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.project {
	background-position: -96px -433px;
}

nav .nav-wrapper ul li a i.employee {
	background-position: -15px -471px;
}

nav .nav-wrapper ul li a:hover i.employee {
	background-position: -96px -471px;
}

nav .nav-wrapper ul li ul.sub li a i.roles, .setting-drop li a i.roles {
	background-position: -49px -356px;
}

nav .nav-wrapper ul li ul.sub li a i.Business-unit, .setting-drop li a i.Business-unit {
	background-position: -154px -284px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.Business-unit {
	background-position: -122px -284px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.roles {
	background-position: -130px -356px;
}

nav .nav-wrapper ul li ul.sub li a i.designation, .setting-drop li a i.designation {
	background-position: -51px -386px;
}

nav .nav-wrapper ul li ul.sub li a:hover i.designation {
	background-position: -132px -386px;
}

nav .nav-wrapper ul li ul.sub li a i.holiday, .setting-drop li a i.holiday {
	background-position: -52px -413px;
	width: 23px !important;
}

nav .nav-wrapper ul li ul.sub li a:hover i.holiday {
	background-position: -133px -413px;
}

.setting-drop {
	width: 200px !important;
}

	.setting-drop li a {
		padding: 0px !important;
	}

		.setting-drop li a i {
			margin-right: 10px !important;
		}

.add-employee .add-head {
	position: relative;
	left: 0px;
	height: 100%;
	text-align: center;
	padding: 150px 0;
}

i.employee-head {
	background-position: -225px -365px;
	width: 135px;
	height: 101px;
	display: inline-block;
}

.add-employee .add-head h4 {
	font-size: 17px;
	font-weight: 500;
	color: #617680;
	margin: 15px 0;
}

.add-employee .add-head p {
	font-size: 14px;
	color: #8b9da6;
	padding: 0 45px;
}

.add-yourhead {
	border-left: 1px solid #edeeef;
}

	.add-yourhead h5 {
		font-size: 22px;
		color: #3b4a51;
		padding: 15px 0px !important;
		border-bottom: 1px solid #edeeef;
	}

	.add-yourhead label {
		position: inherit;
	}

	.add-yourhead ul.department li {
		display: inline-block;
		width: 125px;
		height: 125px;
		text-align: center;
		border-radius: 3px;
		position: relative;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin: 5px 5px;
	}

		.add-yourhead ul.department li:first-child {
			margin-left: 0px;
		}

		.add-yourhead ul.department li:last-child {
			margin-right: 0px;
		}

		.add-yourhead ul.department li label {
			position: absolute;
			width: 125px;
			height: 125px;
			top: 0px;
			padding: 0px;
			border: 1px solid #d9e5ea;
		}

	.add-yourhead form {
		padding: 25px 10px;
	}

	.add-yourhead ul.department li.BUSE label {
		background: url(../img/BUSEactive.png) no-repeat center 30px;
	}

	.add-yourhead ul.department li.BUSME label {
		background: url(../img/BUSMEactive.png) no-repeat center 17px;
	}

	.add-yourhead ul.department li.BUIMS label {
		background: url(../img/BUIMSactive.png) no-repeat center 30px;
	}

	.add-yourhead ul.department li.BUIVS label {
		background: url(../img/BUIVSactive.png) no-repeat center 17px;
	}

	.add-yourhead ul.department li.Data-analytics label {
		background: url(../img/Data-analytics-active.png) no-repeat center 20px;
	}

	.add-yourhead ul.department li.enable label {
		background: url(../img/enable-active.png) no-repeat center 20px;
	}


	.add-yourhead ul.department li label:after, .add-yourhead ul.department li label:before {
		display: none;
	}

	.add-yourhead ul.department li span {
		font-size: 15px;
		color: #8b9da6;
		font-weight: 400;
		padding-top: 80px;
		display: block;
	}

	.add-yourhead ul.department li.BUSE:hover label {
		background: url(../img/BUSE.png) no-repeat center 30px;
	}

	.add-yourhead ul.department li.BUSME:hover label {
		background: url(../img/BUSME.png) no-repeat center 17px;
	}

	.add-yourhead ul.department li.BUIMS:hover label {
		background: url(../img/BUIMS.png) no-repeat center 30px;
	}

	.add-yourhead ul.department li.BUIVS:hover label {
		background: url(../img/BUIVS.png) no-repeat center 17px;
	}

	.add-yourhead ul.department li.Data-analytics:hover label {
		background: url(../img/Data-analytics.png) no-repeat center 20px;
	}

	.add-yourhead ul.department li.enable:hover label {
		background: url(../img/enable.png) no-repeat center 20px;
	}

	.add-yourhead ul.department li:hover span {
		color: #1f8dd6;
	}

	.add-yourhead ul.department li.BUSE [type="radio"]:checked + label {
		background: url(../img/BUSE.png) no-repeat center 30px;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.add-yourhead ul.department li.BUSME [type="radio"]:checked + label {
		background: url(../img/BUSME.png) no-repeat center 17px;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.add-yourhead ul.department li.BUIMS [type="radio"]:checked + label {
		background: url(../img/BUIMS.png) no-repeat center 30px;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.add-yourhead ul.department li.BUIVS [type="radio"]:checked + label {
		background: url(../img/BUIVS.png) no-repeat center 17px;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.add-yourhead ul.department li.Data-analytics [type="radio"]:checked + label {
		background: url(../img/Data-analytics.png) no-repeat center 20px;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.add-yourhead ul.department li.enable [type="radio"]:checked + label {
		background: url(../img/enable.png) no-repeat center 20px;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.add-yourhead ul.department li [type="radio"]:checked + label + span {
		color: #1f8dd6;
	}

.employ-table tbody tr td .dropdown-content {
	max-height: 200px;
}

.file-field input.file-path {
	border: 1px solid #cdd7dd;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #263238;
	font-size: 14px;
	height: 45px;
	padding: 0 15px;
}

.file-path.validate {
	border: 1px solid red;
}

.second-box {
	margin-top: 30px;
}

	.second-box tr td input[type=text] {
		border: 1px solid #cdd7dd;
		border-radius: 3px;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #263238;
		font-size: 14px;
		height: 32px;
		padding: 0 10px;
		margin: 0;
		color: #94a0b2;
	}

	.second-box .role {
		width: 70%;
	}

.no-margin {
	margin: 0;
}

.right-section .inner-content.second-box .table-section td span {
	color: #94a0b2;
}

.table-section .input-field {
	margin-top: 0;
}

.warning {
	text-align: center;
	margin: 50px 0;
}

	.warning .round {
		width: 360px;
		height: 360px;
		padding: 100px 0px;
		border-radius: 50%;
		background: #e7f4fb;
		display: inline-block;
		overflow: hidden;
		position: relative;
	}

		.warning .round h5 {
			padding: 0 50px;
			color: #01aef0;
			font-size: 22px;
		}

		.warning .round img {
			position: absolute;
			bottom: 0px;
			left: 0;
		}

.nav-up header {
	top: -70px;
}

.nav-up nav {
	top: 0;
}

.anim {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-up nav ul {
	margin-left: 170px;
}

.nav-up .logo2 {
	opacity: 1;
	top: 20px;
	left: 50px;
}

.logo2 {
	position: absolute;
	opacity: 0;
	top: -155px;
	width: 100px;
	height: 26px;
}

	.logo2 h1 {
		background: url(../img/rms-logo.svg) no-repeat;
		text-indent: -99999px;
		line-height: normal;
		margin: 0px;
	}

nav .log-out {
	position: absolute;
	background: #1976d2;
	padding: 5px;
	border-radius: 25px;
	right: 0px;
	line-height: normal;
	top: -155px;
	opacity: 0;
	height: 35px;
	line-height: 25px;
}

	nav .log-out:hover {
		background: #378fe7;
	}


	nav .log-out i.logout {
		background-position: -165px -199px;
		display: inline-block;
		margin: 0 10px;
		padding: 0;
		width: 15px;
		height: 15px;
		line-height: 25px;
	}

.log-out span {
	color: #fff;
	font-size: 13px;
	vertical-align: top;
	font-weight: 500;
	margin-right: 10px;
}

.nav-up .log-out {
	top: 17px;
	opacity: 1;
}

.time-sheet .assignments h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0px;
	padding: 0 0 0 15px;
}

.time-sheet .assignments {
}

	.time-sheet .assignments ul.collapsible {
		margin: 5px 0px;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 13px;
		font-weight: 500;
	}

	.time-sheet .assignments ul.tabs {
		border-bottom: 1px solid #ebecef;
	}

		.time-sheet .assignments ul.tabs li {
			text-align: left;
		}

	.time-sheet .assignments .collapsible-header {
		padding: 0 15px;
		border: none;
	}

		.time-sheet .assignments .collapsible-header.active, .time-sheet .assignments .collapsible-header:hover {
			background: #f2f2f2;
		}

	.time-sheet .assignments .collapsible-body ul.collapsible {
		margin: 0px;
	}

	.time-sheet .assignments .collapsible-body {
		border-bottom: none;
	}

		.time-sheet .assignments .collapsible-body .collapsible-header {
			font-weight: normal;
			line-height: 21px;
			padding: 10px 15px;
		}

			.time-sheet .assignments .collapsible-body .collapsible-header.active, .time-sheet .assignments .collapsible-body .collapsible-header:hover {
				background: #fff;
				color: #01aef0;
			}

		.time-sheet .assignments .collapsible-body p {
			padding: 0px;
		}

			.time-sheet .assignments .collapsible-body p a {
				padding: 10px 0px 10px 25px;
				color: #666;
				font-weight: normal;
				display: block;
			}

				.time-sheet .assignments .collapsible-body p a:hover {
					color: #01aef0;
				}

	.time-sheet .assignments ul.tabs li a span.count {
		position: inherit;
		font-size: 13px;
		font-weight: 500;
		background: #fff;
		color: #000;
		margin: 0 5px;
	}

	.time-sheet .assignments ul.tabs li a {
		color: #000;
	}

		.time-sheet .assignments ul.tabs li a:hover, .time-sheet .assignments ul.tabs li a.active, .time-sheet .assignments ul.tabs li a.active span.count {
			color: #01aef0;
		}

.fc-unthemed .fc-head {
	border: none;
}

.full-calander {
	border-left: 1px solid #ebecef;
}

.add-time-entry .Title {
	background: #efeff2;
	padding: 12px 20px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.add-time-entry i.close {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-position: -111px -96px;
}

.add-time-entry .pro-detail {
	padding: 20px;
}

	.add-time-entry .pro-detail h5 {
		font-size: 15px;
		font-weight: 500;
		color: rgba(0,0,0,0.8);
		margin: 0px;
	}

	.add-time-entry .pro-detail p {
		font-size: 13px;
		color: rgba(138,138,138,0.8);
		margin: 0px;
	}

	.add-time-entry .pro-detail .date {
		font-size: 14px;
		color: rgba(0,0,0,.5);
	}

.add-time-entry .time-warap {
	background: #f3f7f9;
	padding: 0px 20px;
	border-top: 1px solid #e3e3e9;
}

	.add-time-entry .time-warap label {
		font-size: 14px;
		color: rgba(0,0,0,.5);
		display: inline-block;
		margin-right: 10px;
	}

	.add-time-entry .time-warap ul {
		display: inline-block;
		width: auto;
		border-radius: 3px;
		border: 1px solid #d0dadd;
		height: 30px;
		vertical-align: middle;
	}

		.add-time-entry .time-warap ul li {
			height: 30px;
			line-height: 30px;
		}

			.add-time-entry .time-warap ul li a {
				padding: 0px 10px !important;
				background: #e7f0f2;
				color: #26719d;
			}

				.add-time-entry .time-warap ul li a.active {
					background: #fff;
					color: #01aef0;
				}

		.add-time-entry .time-warap ul .indicator {
			display: none;
		}

	.add-time-entry .time-warap .add-time ul {
		border: none;
		margin: 0px;
		height: auto;
		background: #e7f0f2;
		padding: 5px;
	}

		.add-time-entry .time-warap .add-time ul li {
			display: inline-block;
			height: auto;
			width: auto;
			padding: 0 10px;
		}

			.add-time-entry .time-warap .add-time ul li label span {
				display: block;
			}

			.add-time-entry .time-warap .add-time ul li label {
				font-size: 12px;
				font-weight: 500;
				color: rgba(0,0,0,0.7);
				margin: 0px;
				display: block;
				line-height: normal;
				text-align: center;
			}

			.add-time-entry .time-warap .add-time ul li input {
				width: 34px;
				height: 17px;
				background: #fff;
				border: 1px solid #c0cacf;
				margin: 5px 0 0;
				font-size: 12px;
				text-align: center;
				line-height: 17px;
			}

	.add-time-entry .time-warap .add-time a {
		width: 20px;
		background: #d7e6e9;
		height: 70px;
		vertical-align: middle;
		display: inline-block;
		text-align: center;
		line-height: 70px;
	}

		.add-time-entry .time-warap .add-time a i {
			width: 7px;
			height: 12px;
			display: inline-block;
		}

			.add-time-entry .time-warap .add-time a i.next {
				background-position: -113px -126px;
			}

			.add-time-entry .time-warap .add-time a i.prev {
				background-position: -132px -126px;
			}

.time-tab, .done {
	margin-top: 22px;
}

.add-time-entry .time-warap .done label {
	padding-left: 25px;
	line-height: 25px;
	font-weight: 500;
	font-size: 13px;
}

.add-time-entry .time-detail, .add-time-entry .comment {
	padding: 0 20px;
}

	.add-time-entry .time-detail ul {
		display: table;
		width: 100%;
	}

		.add-time-entry .time-detail ul li {
			display: table-cell;
			color: #868686;
			font-size: 13px;
		}

			.add-time-entry .time-detail ul li span {
				color: #333;
			}

	.add-time-entry .comment textarea {
		height: 215px;
		border-radius: 3px;
		border: 1px solid #c0cacf;
		padding: 10px;
	}

.add-time-entry .footer {
	text-align: right;
	padding: 10px 20px;
}

	.add-time-entry .footer button {
		height: 35px;
		font-size: 13px;
		padding: 0 15px;
	}

.allocation .tab-main {
	height: 50px;
	position: relative;
}

	.allocation .tab-main ul {
		display: inline-block;
		background: none;
		width: auto;
		height: 50px;
		overflow: inherit;
	}

		.allocation .tab-main ul li {
			height: 50px;
		}

			.allocation .tab-main ul li a {
				font-size: 14px;
				text-transform: uppercase;
				font-weight: 500;
				color: #67758a;
				border: 1px solid rgba(0,0,0,0);
				position: relative;
				overflow: inherit;
			}

				.allocation .tab-main ul li a span {
					vertical-align: middle;
				}

				.allocation .tab-main ul li a.active {
					background: #fff;
					color: #01aef0;
				}

					.allocation .tab-main ul li a.active:after {
						background: #fff;
						position: absolute;
						width: 100%;
						content: "";
						height: 2px;
						left: 0px;
						bottom: -2px;
						z-index: 1;
					}

	.allocation .tab-main .indicator {
		top: 0;
	}

	.allocation .tab-main ul li a i {
		width: 23px;
		height: 23px;
		display: inline-block;
		margin: 0 7px 0 0;
		vertical-align: middle;
		line-height: 50px;
		float: none;
	}

i.Client {
	background-position: -395px -78px;
}

i.year {
	background-position: -132px -438px;
}

.allocation .tab-main ul li a i.employee {
	background: url(../img/employee-org.svg) no-repeat;
}

.allocation .tab-main ul li a i.month {
	background-position: -14px -394px;
}

.allocation .tab-main ul li a.active i.employee {
	background: url(../img/employee-active.svg) no-repeat;
}

.allocation .tab-main ul li a.active i.month {
	background-position: -95px -394px;
}

.allocation .tab-main ul li a.active i.Client {
	background: url(../img/client-active.svg) no-repeat;
}

.allocation .tab-main ul li a i.Client {
	background: url(../img/client-org.svg) no-repeat;
}

.allocation .tab-main ul li a.active i.year {
	background-position: -132px -463px;
}

label.normal {
	position: static;
}

.show-sec {
	padding-top: 30px !important;
}

	.show-sec button {
		margin-right: 10px;
	}
/*.allocation .Table-list input{margin-bottom:0px;}*/
.allocation .Table-list input.tick-table[type="checkbox"] + label {
	margin-top: 14px;
}

.allocation .Table-list {
	padding: 0px;
	border-top: 1px solid #ccc;
}

.allocation .billable {
	margin-top: 3px;
}

.allocation .add-button {
	margin: 3px 0 0 5px;
	text-transform: capitalize;
	padding: 0 15px;
	font-size: 25px;
}

	.allocation .add-button span {
		font-size: 13px;
		vertical-align: middle;
	}

.selectize-input > input {
	position: relative !important;
}

.allocation .selectize-input {
	height: 33px;
	border-color: #cdd7dd !important;
	vertical-align: top;
}

.Table-list th {
	font-size: 14px;
	padding: 6px;
}

.table-buttons {
	text-align: right;
	margin-top: 15px;
}

	.table-buttons.no-align {
		margin-top: 0px;
		right: 0px;
		top: 5px;
	}

	.table-buttons a {
		padding: 7px 16px;
		display: inline-block;
		font-weight: 400;
		background-color: #0080c3;
		color: #fff;
		text-align: center;
		text-decoration: none;
		border-radius: 2px;
		transition: all 0.2s ease-out 0s;
	}

		.table-buttons a:hover {
			box-shadow: 1px 1px 1px rgba(0,0,0,.5);
		}

.allocation .inner-content {
	background-color: #FFF;
}

.assignments .filter {
	padding: 25px 0 10px;
}

	.assignments .filter ul li {
		display: inline-block;
		padding: 0 0px 0px 20px;
	}

		.assignments .filter ul li a {
			font-size: 15px;
			color: #000;
			vertical-align: middle;
		}

			.assignments .filter ul li a:hover {
				color: #01aef0;
			}

			.assignments .filter ul li a i {
				width: 17px;
				height: 17px;
				display: inline-block;
				margin-right: 7px;
				vertical-align: middle;
			}

i.billable {
	background-position: -441px -153px;
}

i.Non-billable {
	background-position: -467px -153px;
}

.small-button {
	font-size: 11px;
	font-weight: 500;
	color: #4a6785;
	text-transform: uppercase;
	padding: 0px 5px;
	border-radius: 3px;
	border: 1px solid #a5b3c2;
}

	.small-button:hover {
		background: #01aef0;
		color: #fff;
		border-color: #01aef0;
	}

.add-time-entry {
	width: 75%;
}

.allocation .Table-list table td a {
	padding: 10px;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 45px;
	text-align: center;
}

	.allocation .Table-list table td a i {
		width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: middle;
	}

		.allocation .Table-list table td a i.save {
			background-position: -395px -374px;
		}
		/* .allocation .Table-list table td a i.delete{background-position: -422px -372px;} */
		.allocation .Table-list table td a i.delete {
			background: url(../img/dlt.svg) no-repeat;
		}

	.allocation .Table-list table td a:hover i.save {
		background-position: -395px -400px;
	}
	/* .allocation .Table-list table td a:hover i.delete{background-position:-422px -398px;} */
	.allocation .Table-list table td a:hover i.delete {
		background: url(../img/dlt-hover.svg) no-repeat;
	}

.Table-list .project-info i.info {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0px;
	right: -3px;
	background: url(../img/info.svg) no-repeat;
	;
}

 i.info {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0px;
	right: 5px;
	background: url(../img/info.svg) no-repeat;
	;
}

.Table-list .project-info {
	padding-right: 20px;
}

	.Table-list .project-info .date-info {
		position: absolute;
		width: auto;
		background: #fff;
		padding: 8px;
		font-style: normal;
		font-size: 12px;
		text-align: center;
		border-radius: 3px;
		border: 1px solid rgba(0,0,0,0.2);
		left: 50%;
		bottom: 25px;
		-webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		z-index: 10000;
	}
.date-info {
	position: absolute;
	width: auto;
	background: #fff;
	padding: 8px;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2);
	left: 50%;
	bottom: 25px;
	-webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	z-index: 10000;
}

		.Table-list .project-info .date-info table thead th {
			background: #CCE8FE !important;
			color: #0391dc;
		}
.date-info table thead th {
	background: #CCE8FE !important;
	color: #0391dc;
}

		.Table-list .project-info .date-info td {
			color: #0391dc;
		}
.date-info td {
	color: #0391dc;
}

#EmployeeDiv .Table-list .project-info i.info {
	top: 11px;
}

.Table-list .project-info .date-info p {
	margin: 5px 0;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}
.date-info p {
	margin: 5px 0;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}

.Table-list .project-info .date-info:after, .Table-list .project-info .date-info:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
 .date-info:after, .date-info:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.Table-list .project-info .date-info:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.date-info:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.Table-list .project-info .date-info:before {
	border-color: rgba(223, 223, 223, 0);
	border-top-color: rgba(0,0,0,0.2);
	border-width: 11px;
	margin-left: -11px;
}

.date-info:before {
	border-color: rgba(223, 223, 223, 0);
	border-top-color: rgba(0,0,0,0.2);
	border-width: 11px;
	margin-left: -11px;
}

.Table-list .project-info i.info:hover .date-info {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}
i.info:hover .date-info {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}

.input-field {
	margin-top: 7px;
}

.row {
	margin-bottom: 10px;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
	font-size: 13px;
}

.collapsible-header {
	line-height: 2rem;
	min-height: 2rem;
}

.select-wrapper input.select-dropdown {
	margin-bottom: 8px
}

.Table-list td .select-wrapper input.select-dropdown, .Table-list td input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
	margin-bottom: 0px !important;
}

input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
	margin-bottom: 8px;
}

.table-foot .right a {
	display: inline-block;
	color: #FFF;
	box-shadow: none;
	font-size: 13px;
	font-weight: 500;
	height: 33px;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: capitalize;
	background-color: #0080c3;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
	border: medium none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 2rem;
	text-transform: uppercase;
	vertical-align: middle;
}

	.table-foot .right a:hover {
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
	}

	.table-foot .right a.reset {
		background: #eceff1 none repeat scroll 0 0;
		border: 1px solid #ced8de;
		color: #8297a2;
	}

		.table-foot .right a.reset:hover {
			background: #8297a2;
			color: #fff;
			border-color: #8297a2;
		}

.min-width {
	width: 40%;
}

.inner-content .year {
	color: #01aef0;
	float: left;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 0;
}

.right-side .calnder-top a.from-to-year {
	background: #ffff none repeat scroll 0 0;
	border: 0 solid #c5d2d8;
	box-sizing: border-box;
	display: inline-block;
	font-weight: 600;
	height: 35px;
	line-height: 38px;
	text-align: center;
	vertical-align: top;
	width: 110px;
}

.right-section .inner-content .table-section td a.Add-btn {
	background-color: #0080c3;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 6px 10px;
}

	.right-section .inner-content .table-section td a.Add-btn:hover {
		box-shadow: 1px 0px 1px rgba(0,0,0,.5);
	}

.no-margin[type="text"] {
	margin-bottom: 0;
}

.projection .primary.select-wrapper input.select-dropdown {
	width: 200px;
	margin: 0;
}

.projection .select-dropdown li span {
	color: #263238;
	font-size: 13px;
	padding: 5px 10px;
}

.right-section .inner-content .table-section.projection td span {
	color: #263238;
}

.wid {
	width: 250px;
}

.table-content {
	padding: 10px;
	overflow-x: auto;
}

	.table-content .table-responsive {
		background: #fff;
	}

		.table-content .table-responsive table thead {
			border-bottom: 1px solid #e3e8ed;
			border-top: 1px solid #e3e8ed;
			;
		}

			.table-content .table-responsive table thead th {
				font-size: 14px;
				padding: 15px 8px;
				font-weight: 500;
				color: #565656;
				white-space: nowrap;
				border-bottom: none;
			}

		.table-content .table-responsive table tbody tr {
			border-bottom: 1px solid #d0dde9;
		}

			.table-content .table-responsive table tbody tr td {
				font-size: 13px;
				font-weight: normal;
				rgba(0, 0, 0, 0.87);
				padding: 5px 8px;
				white-space: nowrap;
				border-bottom: 1px solid #d4dce4;
			}

		.table-content .table-responsive table [type="checkbox"]:not(:checked) + label::before, .table-content .table-responsive table [type="checkbox"]:checked + label::before {
			top: 5px;
		}

		.table-content .table-responsive table [type="checkbox"]:not(:checked) + label::after, .table-content .table-responsive table [type="checkbox"]:checked + label::after {
			left: 3px;
			top: -2px;
		}

.table-foot {
	padding: 25px;
	background: #fff;
}

.table-content .table-foot {
	text-align: right;
}

i.zoom {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: -96px -324px
}

td .qty {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 13px;
	height: 16px;
	padding: 5px;
	width: 45px;
	margin-bottom: 0;
}

td.check-box-pad {
	padding-top: 20px;
}

.billing-popup {
	width: 600px;
}

	.billing-popup .modal-content h4 {
		font-size: 19px;
		color: #000;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin: 0;
		text-align: left;
	}

	.billing-popup .cost-center {
		font-size: 14px;
	}

		.billing-popup .cost-center table tr {
			border-bottom: 1px solid #ccc;
		}

			.billing-popup .cost-center table tr td {
				padding: 5px;
			}

			.billing-popup .cost-center table tr th {
				font-size: 16px;
			}

			.billing-popup .cost-center table tr td input[type="text"] {
				border-radius: 3px;
				border: 1px solid #ccc;
				padding: 5px;
				box-sizing: border-box;
				background-image: url("../img/perncentage.png");
				background-position: right center;
				background-repeat: no-repeat;
			}

.modal .modal-footer .btn {
	margin: 5px;
	font-size: 13px;
	font-weight: 500;
}

	.modal .modal-footer .btn.btn-primary {
		margin-right: 0px;
	}

.modal .modal-footer .btn-default {
	margin: 5px;
	font-size: 13px;
	font-weight: 500;
	background: #eceff1 none repeat scroll 0 0;
	border: 1px solid #ced8de;
	color: #8297a2;
}

.approval .primary.select-wrapper input.select-dropdown {
	width: 100%;
	margin: 0;
}

.right-section .inner-content .table-section.approval td span {
	color: #263238;
}

.header-table {
	padding-top: 15px;
	position: relative;
}

	.header-table .wid {
		width: 250px;
		margin-left: 10px;
	}

	.header-table a.remarks span {
		border-radius: 50%;
		width: 5px;
		height: 5px;
		margin: 0 2px;
		display: inline-block;
		background: #d0dde9;
	}

	.header-table a.remarks {
		margin: 7px;
		position: absolute;
		right: 0;
		top: 0;
	}

.box-1 {
	display: none;
	width: 300px;
	padding: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border-radius: 3px;
	background-color: #FFF;
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 40px;
}

	.box-1 textarea {
		border: 1px solid #ccc;
		font-size: 13px;
		z-index: 999;
		position: relative;
		background-color: #FFF;
		height: 150px;
	}

	.box-1 .right {
		padding-top: 10px;
	}

.search-field {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

	.search-field .selectize-input {
		width: 30%;
	}

.add-heads {
	padding: 50px 0px !important;
}

	.add-heads p {
		font-size: 15px;
		color: #617680;
	}

.right-brdr {
	border: 1px solid #edeeef;
}

.add-head-table {
	padding: 0px !important;
	border: 1px solid #dbdde0;
	border-radius: 3px;
}

	.add-head-table table thead {
		background: #f5fcff;
	}

		.add-head-table table thead th {
			padding: 15px !important;
			color: #78909c;
		}

	.add-head-table table td {
		padding: 5px 15px !important;
	}

	.add-head-table table td, .add-head-table table th {
		border-left: 1px solid #dbdde0;
		border-right: 1px solid #dbdde0;
	}

		.add-head-table table td:last-child, .add-head-table table th:last-child {
			border-left: 0px;
			border-right: 0px;
		}

		.add-head-table table td:first-child, .add-head-table table th:first-child {
			border-left: 0px;
			border-right: 0px;
		}



.timesheet-upload {
	display: inline-block;
	width: 100%;
	padding: 60px 20px 20px;
	margin: 50px 0;
	background: #fafbfd;
	border-radius: 6px;
	line-height: normal;
	max-width: 460px;
	border: 2px dashed #c2cdda;
}

.browsefile {
	display: inline-block;
	font-size: 14px;
	background: #01aef0;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 15px 0px;
}

	.browsefile span {
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 500;
	}

.timesheet-upload span {
	font-size: 14px;
	color: #90a0bc;
}

.timesheet-upload p {
	font-size: 18px;
	text-align: center;
	color: #5B5B7B;
	font-weight: 600;
}

.timesheet-upload .file-path {
	border: none !important;
	text-align: center;
	font-size: 14px !important;
	margin: 0px;
	height: 30px !important
}

.right-section .projection .inner-content {
	display: block;
}

.projection < .inner-content {
	border: none;
}

.modal {
	overflow: visible;
	z-index: 1000 !important;
}

.modal-overlay {
	z-index: 999 !important;
}

.Table-list td {
	font-size: 14px;
	font-weight: 400;
	padding: 6px 10px;
}

.multiple-select-dropdown li.disabled label {
	display: none;
}

#EmployeeDiv .input-field label.active {
	font-size: 15px;
}

#ClientDiv .Table-list thead th, #EmployeeDiv .Table-list thead th {
	background: #eef1f6;
	padding: 6px 10px;
	font-weight: 500;
	border-top: 1px solid #dbdde0;
}

.project-duration {
	padding: 0 10px 20px;
}

	.project-duration i.Duration {
		width: 45px;
		height: 45px;
		background: url(../img/svg-icons/calendar.svg) no-repeat center center;
		float: left;
		margin: 5px 15px 0 15px;
		border-radius: 3px;
	}

	.project-duration p {
		padding-left: 45px;
		margin: 15px 0 0px;
		color: #01aef0;
		font-size: 13px;
	}

	.project-duration span.fade {
		color: #999;
		font-weight: 400;
		font-size: 12px;
		padding: 0 5px;
	}

	.project-duration span.date {
		color: #5d6e79;
		font-weight: 400;
		font-size: 14px;
	}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.login-wrap .input-field {
	margin-top: 7px;
}

	.login-wrap .input-field input {
		border: 1px solid #CAD0DB;
		height: 39px;
		border-radius: 3px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 14px;
		color: #333;
	}

	.login-wrap .input-field label {
		position: inherit;
		font-size: 14px !important;
		transform: none;
		left: inherit !important;
		display: block;
		margin-bottom: 4px;
	}

	.login-wrap .input-field .sign-in {
		margin-top: 10px;
	}

.ccs-logo {
	background: url(../img/ccs-logo.svg) no-repeat left center;
	width: 47px;
	height: 53px;
	display: inline-block;
	margin-right: 0px;
	background-size: 80%;
}

.ccs-logo2 {
	background: url(../img/ccs-logo.svg) no-repeat left center;
	width: 47px;
	height: 53px;
	position: absolute;
	margin-right: 0px;
	background-size: 80%;
	left: 0;
	top: -155px;
	opacity: 0;
}

.nav-up .ccs-logo2 {
	opacity: 1;
	top: 7px;
}

i.Time-sheet, i.Timesheet-inner {
	background-position: -520px -15px;
}

i.client-fte {
	background-position: -560px -17px;
}

i.employee-fte {
	background-position: -588px -15px;
}

i.allocation-inner {
	background-position: -617px -17px;
}

i.Reserved-Resources {
	background-position: -645px -17px;
}

i.Utilization-inner {
	background-position: -675px -18px;
}

i.Client-Project {
	background-position: -708px -16px;
}

i.Employee-List {
	background-position: -742px -17px;
}

.calnder-top {
	padding: 0 10px 20px;
}

.picker__date-display {
	display: none;
}

.picker__box {
	background: #1976d2;
}

	.picker__box thead th {
		color: #fff;
		background: none !important;
		border: none !important;
		padding: 10px !important;
	}

.picker__box {
	border: none;
	box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.25);
}

.picker__day--infocus {
	color: #fff;
	font-size: 13px;
}

.picker__header {
	margin: 10px 0px !important;
	padding-left: 15px;
	text-align: left;
}

	.picker__header .picker__month, .picker__header .picker__year {
		color: #fff;
		margin: 10px 0;
		text-align: left;
		display: inline-block;
		font-size: 20px;
		font-weight: 200;
	}

.picker__month {
}

.picker__year {
	position: relative;
	margin-left: 10px !important;
	opacity: .7;
}

.picker__nav--prev, .picker__nav--next {
	right: 0;
	left: inherit;
	padding: 0px;
	top: 14px;
}


.picker__table tr:first-child td {
	padding: 0px;
}

.picker__table td {
	padding: 0px !important;
	margin: 0px !important;
}

.Table-list td .picker__table tbody tr td {
	padding-top: 0px !important;
}

.picker__day--infocus:hover {
	color: #fff;
}

.picker__nav--prev::before {
	content: url(../img/calendar-arrow.svg);
	border: none !important;
}

.picker__nav--next::before {
	content: url(../img/calendar-arrow.svg);
	border: none !important;
}

.picker__nav--next {
	right: 0px;
	top: 16px;
}

.picker__nav--prev {
	right: 33px;
	top: 11px;
	transform: rotate(180deg);
}

.svg-home {
	filter: invert(.4);
	vertical-align: top;
	-webkit-filter: invert(.4);
	-ms-filter: invert(.4);
}

.sub-svg {
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
	vertical-align: top;
	-webkit-filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
}

nav .nav-wrapper ul li a:hover .svg-home {
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
	-webkit-filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
}

nav .nav-wrapper ul li ul.sub li a i.program {
	width: 20px !important;
	height: 20px;
}

nav ul li ul.sub li a i.Time-sheet {
	width: 23px !important;
}

nav .nav-wrapper ul li a span.icon-svg {
	border-radius: 6px;
	display: inline-block;
	font-size: 17px;
	height: 35px;
	left: 0;
	line-height: 35px;
	margin-right: 7px;
	position: relative;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 35px;
}

	nav .nav-wrapper ul li a span.icon-svg i {
		width: 21px;
		height: 25px;
		padding: 0;
		display: inline-block;
		margin-right: 0;
		vertical-align: middle;
		line-height: 25px;
	}

nav .nav-wrapper ul li a span.title {
	font-size: 15px;
	font-weight: 500;
	color: #72777a;
	white-space: nowrap;
	vertical-align: middle;
}

nav .nav-wrapper ul li a:hover span.title {
	color: #0391dc;
}

nav .nav-wrapper ul li a:hover span.icon-svg i, nav .nav-wrapper ul li ul.sub li a:hover span.svg-icon-sub i {
	filter: invert(.3) sepia(9) saturate(9) hue-rotate(180deg);
}

.active-project span, .deactive-project span {
	position: relative;
	display: inline-block;
	color: rgba(0,0,0,0.87) !important;
	padding: 0 0 0 22px !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

	.active-project span::before, .deactive-project span::before {
		width: 15px;
		height: 12px;
		position: absolute;
		content: "";
		background: #4caf50;
		padding: 0px !important;
		left: 0;
		top: 4px;
	}

	.active-project span::before {
		background: url(../img/svg-icons/tick-active.svg) no-repeat center center;
		background-size: 13px;
	}

	.deactive-project span::before {
		background: url(../img/svg-icons/tick-inactive.svg) no-repeat center center;
		background-size: 13px;
		opacity: .7;
	}

.cmn-datepicker .datepicker {
	display: inline-block;
	border: 1px solid #c5d2d8;
	border-radius: 3px;
	background: url(../img/calendar.png) no-repeat 98% center #f7f7f7;
	height: 35px;
	font-size: 14px;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #b0b0b0;
	margin-right: 15px;
}
.Project-table .active-project span.status-dot::before, .Project-table .deactive-project span.status-dot:before {
	display:none;
}
.Project-table .active-project span.status-dot, .Project-table .deactive-project span.status-dot {
	display: inline-block !important;
	border-radius:50% !important;
	width:8px !important;
	height:8px !important;
	padding:0 !important;
	vertical-align:middle;
	margin:0px 7px;
}
	.Project-table .active-project span.status-dot{background:#1bc943 !important}
.Project-table .deactive-project span.status-dot{ background:#f83245 !important; }
.Project-table .deactive-project{color:#999 !important;}
.month-settlement .dataTables_filter{display:none;}
.settlement-wrapper .cmn-datepicker{
	margin:15px 0;
}
.settlement-wrapper  table.bordered > thead > tr{
	box-shadow:none;
}
.dataTables_wrapper [type="checkbox"] + label::before, .month-settlement {
	border: 0 !important;
}
.month-settlement .dataTables_wrapper table{
		border:1px solid #dfdfdf;
		margin-bottom:15px;
	}
.settlement-wrapper .table-foot {
	margin-top: 10px;
	padding: 0;
}
a.delete {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/dlt.svg) no-repeat;
    text-indent: -9999px;
}
.Allocation_edit .modal-content{
    padding:24px 10px;
}
.flex-reverse {
    display: flex;
    flex-direction: row-reverse;
}