@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/OpenSansLight.eot');
	src: url('fonts/OpenSansLight.eot') format('embedded-opentype'), url('fonts/OpenSansLight.woff2') format('woff2'), url('fonts/OpenSansLight.woff') format('woff'), url('fonts/OpenSansLight.ttf') format('truetype'), url('fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/OpenSansSemibold.eot');
	src: url('fonts/OpenSansSemibold.eot') format('embedded-opentype'), url('fonts/OpenSansSemibold.woff2') format('woff2'), url('fonts/OpenSansSemibold.woff') format('woff'), url('fonts/OpenSansSemibold.ttf') format('truetype'), url('fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/OpenSansBold.eot');
	src: url('fonts/OpenSansBold.eot') format('embedded-opentype'), url('fonts/OpenSansBold.woff2') format('woff2'), url('fonts/OpenSansBold.woff') format('woff'), url('fonts/OpenSansBold.ttf') format('truetype'), url('fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

body {
	background-color: #e8f1f8;
	margin: 0px;
	font-family: Open Sans;
	font-size: 13px;
	color: #525660;
}

html {
	position: relative;
	min-height: 100%;
}

th {
	font-weight: normal;
}

.bajaj-header {
	background-color: #323743;
	height: 100px;
	margin: 0px;
	border: none;
	border-radius: 0px;
}

.main-logo {
	margin-top: 16px;
}

/*Loader*/

.circle {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 9999;
	top: 0px;
	opacity: 0.5;
}

.sk-fading-circle {
	margin: 300px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

	.sk-fading-circle .sk-circle {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

		.sk-fading-circle .sk-circle:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			background-color: #1087fd;
			border-radius: 100%;
			-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
			animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
		}

	.sk-fading-circle .sk-circle2 {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.sk-fading-circle .sk-circle3 {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	.sk-fading-circle .sk-circle4 {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sk-fading-circle .sk-circle5 {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	.sk-fading-circle .sk-circle6 {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	.sk-fading-circle .sk-circle7 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sk-fading-circle .sk-circle8 {
		-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	.sk-fading-circle .sk-circle9 {
		-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.sk-fading-circle .sk-circle10 {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.sk-fading-circle .sk-circle11 {
		-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	.sk-fading-circle .sk-circle12 {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.sk-fading-circle .sk-circle2:before {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.sk-fading-circle .sk-circle3:before {
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}

	.sk-fading-circle .sk-circle4:before {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.sk-fading-circle .sk-circle5:before {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.sk-fading-circle .sk-circle6:before {
		-webkit-animation-delay: -0.7s;
		animation-delay: -0.7s;
	}

	.sk-fading-circle .sk-circle7:before {
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}

	.sk-fading-circle .sk-circle8:before {
		-webkit-animation-delay: -0.5s;
		animation-delay: -0.5s;
	}

	.sk-fading-circle .sk-circle9:before {
		-webkit-animation-delay: -0.4s;
		animation-delay: -0.4s;
	}

	.sk-fading-circle .sk-circle10:before {
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}

	.sk-fading-circle .sk-circle11:before {
		-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
	}

	.sk-fading-circle .sk-circle12:before {
		-webkit-animation-delay: -0.1s;
		animation-delay: -0.1s;
	}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.commen-button {
	/* fallback */
	background-color: #1a82f7;
	background-repeat: repeat-y;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#497be8), to(#4aa9d1));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #4aa9d1, #497be8);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #4aa9d1, #497be8);
	/* IE 10 */
	background: -ms-linear-gradient(left, #4aa9d1, #497be8);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #4aa9d1, #497be8);
	font-family: 'OpenSansLight';
	color: #ffffff;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-shadow: 1px 2px 4px #000000;
	border: 1px solid #4aa9d1;
	font-size: 12px;
	padding: 10px 20px;
	margin-top: 32px;
	margin-left: 40px;
}

	.commen-button:hover {
		background: none;
		border: 1px solid #4aa9d1;
		color: #4aa9d1;
	}

.submit-button {
	/* fallback */
	background-color: #1a82f7;
	background-repeat: repeat-y;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#497be8), to(#4aa9d1));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #4aa9d1, #497be8);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #4aa9d1, #497be8);
	/* IE 10 */
	background: -ms-linear-gradient(left, #4aa9d1, #497be8);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #4aa9d1, #497be8);
	font-family: 'OpenSansSemibold';
	color: #ffffff;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid #4aa9d1;
	font-size: 12px;
	padding: 8px 20px;
	margin: 0px;
}

	.submit-button:hover {
		background: none;
		border: 1px solid #4aa9d1;
		color: #4aa9d1;
	}

.title-bar {
	width: 100%;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #1a82f7;
	background-repeat: repeat-y;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#4aa9d1), to(#497be8));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #497be8, #4aa9d1);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #497be8, #4aa9d1);
	/* IE 10 */
	background: -ms-linear-gradient(left, #497be8, #4aa9d1);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #497be8, #4aa9d1);
	text-shadow: 1px 2px 4px #3e71c1;
}

.page-title {
	font-family: 'OpenSansBold';
	color: #ffffff;
	font-size: 20px;
	float: left;
	text-transform: uppercase;
}

.login-details {
	float: right;
	margin-top: 5px;
}

	.login-details p {
		font-family: 'OpenSansLight';
		color: #ffffff;
		text-shadow: none;
		font-size: 13px;
		margin: 0px;
	}

	.login-details span {
		font-family: 'OpenSansBold';
	}

.user-details {
	float: right;
	margin-top: 5px;
	margin-right: 25px;
}

	.user-details p {
		font-family: 'OpenSansLight';
		color: #ffffff;
		text-shadow: none;
		font-size: 13px;
		margin: 0px;
	}

	.user-details span {
		font-family: 'OpenSansBold';
	}



.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 3px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #525660;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d4dde4;
	border-radius: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	color: #525660;
	font-family: 'OpenSansSemibold';
}

input[type=radio] {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

	input[type=radio] + label.css-label {
		padding-left: 21px;
		height: 16px;
		display: inline-block;
		line-height: 16px;
		font-family: 'OpenSansLight';
		font-size: 13px;
		color: #525660;
		background-repeat: no-repeat;
		background-position: 0 0;
		vertical-align: middle;
		cursor: pointer;
	}

	input[type=radio].css-checkbox:checked + label.css-label {
		background-position: 0 -16px;
	}

label.css-label {
	background-image: url(../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 0px;
}

.radio label, .checkbox label {
	padding: 0px;
}

.padding-right {
	padding-right: 25px;
}

.footer-light {
	background-color: #cfdbe4;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

	.footer p {
		color: #627186;
		font-family: 'OpenSansLight';
		font-size: 12px;
		padding: 15px 0px;
		margin: 0px;
		text-transform: uppercase;
	}

.main-bg {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 1px 1px 5px #d7e1ec;
	border-radius: 4px;
	margin-bottom: 25px;
}

#additional-heading {
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	color: #323743;
	font-size: 18px;
	margin: 0px;
}

#main-heading {
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	color: #323743;
	font-size: 18px;
	margin: 0px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-top-30 {
	margin-top: 30px;
}

.footer_padding {
	padding-top: 15px;
}

.panel {
	margin-bottom: 0px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.right-heading {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 6px 20px;
	background-color: #7b889b;
	box-shadow: 1px 1px 5px #d7e1ec;
	border-radius: 2px;
	font-family: 'OpenSansSemibold';
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.top-round {
	color: #000;
	width: 12px;
	height: 12px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 9%;
	margin-left: -25px;
	background-color: #b8c6d6;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.top {
	margin-bottom: 25px !important;
}

.timeline {
	list-style: none;
	padding: 15px 0 20px;
	position: relative;
	/* margin-top: 20px; */
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #d7e1ec;
	min-height: 286px;
	max-height: 469px;
	overflow-y: auto;
	overflow-x: auto;
}

	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 1px;
		background-color: #fff;
		left: 5%;
		margin-left: -1.5px;
	}

	.timeline > li {
		margin-bottom: 0px;
		position: relative;
	}

		.timeline > li:before, .timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li:before, .timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li > .timeline-panel {
			width: 90%;
			float: left;
			padding: 14px 0px;
			position: relative;
		}

		.timeline > li > .timeline-badge {
			color: #000;
			width: 12px;
			height: 12px;
			line-height: 50px;
			font-size: 1.4em;
			text-align: center;
			position: absolute;
			top: 16px;
			left: 9%;
			margin-left: -25px;
			z-index: 100;
			border-top-right-radius: 50%;
			border-top-left-radius: 50%;
			border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
		}

		.timeline > li.timeline-inverted > .timeline-panel {
			float: right;
		}

			.timeline > li.timeline-inverted > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			.timeline > li.timeline-inverted > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

.timeline-badge.warning {
	background-color: #b8c6d6 !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-heading {
	margin-bottom: -9px;
}

	.timeline-heading h4 {
		color: #758697;
		font-family: 'OpenSansSemibold';
		font-size: 13px;
	}

.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
	color: #b8c6d6;
	font-size: 12px;
	font-style: italic;
	font-family: 'OpenSansLight';
}

	.timeline-body > p + p {
		margin-top: 0px;
	}

.logo_bar {
	width: 260px;
	height: 90px;
	position: fixed;
	transition: all .2s linear;
	z-index: 11;
	right: 0px;
	top: 0px;
	display: none;
}

.right_bar {
	width: 240px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -240px;
	padding-top: 80px;
	top: 0px;
	z-index: 10;
	background: /*rgba(0,0,0,0.8)*/ #323234;
	transition: right .5s ease-in-out;
	display: none;
}

.flow-no {
	background-color: #8ec640;
	padding: 2px 15px;
	border: 1px solid #7ab12d;
	color: #ffffff;
	font-family: 'OpenSansSemibold';
	font-size: 13px;
	border-radius: 2px;
}

.parent-step-id {
	padding: 10px 15px;
}

	.parent-step-id span {
		background-color: #ebf1f5;
		padding: 5px 15px;
		border: 1px solid #d6e1e8;
		color: #8b979c;
		font-family: 'OpenSansSemibold';
		font-size: 13px;
		border-radius: 2px;
		text-transform: uppercase;
	}

.upload-files {
	margin: 0px;
	padding: 0px;
}

	.upload-files li {
		background-color: #ebf1f5;
		padding: 3px 10px;
		border: 1px solid #d6e1e8;
		color: #8b979c;
		font-family: 'OpenSansLight';
		font-size: 12px;
		border-radius: 2px;
		list-style: none;
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
	}

.additional-files {
	margin: 0px;
	padding: 0px;
}

	.additional-files li {
		background-color: #ebf1f5;
		padding: 3px 10px;
		border: 1px solid #d6e1e8;
		color: #8b979c;
		font-family: 'OpenSansLight';
		font-size: 12px;
		border-radius: 2px;
		list-style: none;
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
	}

.clear {
	clear: both;
}

.submit-two {
	margin-top: 19px;
	margin-bottom: 10px;
}

.table-bordered {
	border: 1px solid #dde7ef !important;
}

	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		border: 1px solid #dde7ef;
		font-family: 'OpenSansLight';
		font-size: 13px;
		color: #7b889b;
	}

.headerStyle {
	font-family: 'OpenSansBold' !important;
}

.table-bordered > thead > tr > th {
	font-family: 'OpenSansBold' !important;
	text-transform: uppercase;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f2f8fd;
}

.table > thead > tr > td, .table > thead > tr > th {
	position: relative;
	border-bottom: 4px solid #dde7ef;
	border-style: double;
	color: #2c2e2f;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0px 0;
	border-radius: 4px;
	float: right;
}


	.pagination > li > a,
	.pagination > li > span {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: 5px;
		line-height: 1.42857143;
		color: #337ab7;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #dde7ef;
	}

	.pagination > li:first-child > a,
	.pagination > li:first-child > span {
		margin-left: 0;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}

	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}

	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus {
		z-index: 2;
		color: #23527c;
		background-color: #d7e4ed;
		border-color: #c4d2dd;
	}

	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
		z-index: 3;
		color: #fff;
		cursor: default;
		background-color: #1a82f7;
		background-repeat: repeat-y;
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, left top, right top, from(#497be8), to(#4aa9d1));
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(left, #4aa9d1, #497be8);
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(left, #4aa9d1, #497be8);
		/* IE 10 */
		background: -ms-linear-gradient(left, #4aa9d1, #497be8);
		/* Opera 11.10+ */
		background: -o-linear-gradient(left, #4aa9d1, #497be8);
		border-color: #337ab7;
	}

	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd;
	}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 2px;
	outline: 0;
	box-shadow: none;
}

.modal-header {
	padding: 10px 15px 5px 15px;
	border-bottom: 0px solid #e5e5e5;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 0px solid #e5e5e5;
}

.margin-top-25 {
	margin-top: 25px;
}

.replay-icon {
	border-radius: 50%;
	padding: 5px 6px 4px 7px;
	font-size: 10px;
	background-color: #b9c6d7;
	border: none;
	color: #8692a2;
	transition: margin-bottom 0.2s ease-out, background-color 0.1s linear;
}

	.replay-icon:hover, focus {
		background-color: #67b930;
		color: #ffffff;
	}

.btnaddic {
	color: white;
	background-color: #1a82f7;
	padding: 10px 15px;
	border-radius: 50%;
	margin-top: 20px !important;
}

/*Privacy Policy css*/
.page-main-title-sub {
	font-family: 'KreonRegular';
	color: #2196f3;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.textcolor {
	color: #323f49 !important;
}

.font-size-12 {
	font-size: 14px;
}

.margin-top-10px {
	margin-top: 10px;
}

.padding-50px {
	padding: 50px !important;
}

.privacyfooter {
	width: 100%;
	background-color: #fff;
	bottom: 0;
	height: auto;
	padding: 15px 0px;
	min-height: 40px;
}
/*Privacy Policy css End*/
.footer-text-one {
	text-align: left;
}

.footer-text-two {
	text-align: center;
	padding-top: 7px;
}

.footer-text-three {
	text-align: right;
	padding-top: 7px;
}

.footer-text-two a {
	color: #627186;
	text-decoration: none;
}

.footer-text-three a {
	color: #627186;
	text-decoration: none;
}

.footer-text-one-login {
	text-align: left;
	padding-top: 7px;
}

@media (max-width: 991px) {
	.footer-text-one {
		text-align: center;
	}

	.footer-text-one-login {
		text-align: center;
	}

	.footer-text-two {
		text-align: center;
		padding-top: 0px;
	}

	.footer-text-three {
		text-align: center;
		padding-top: 0px;
	}

	.footer-text-two p {
		text-align: center;
		padding-top: 0px;
	}

	.footer-text-three p {
		text-align: center;
		padding-top: 0px;
	}

	.timeline > li > .timeline-badge {
		position: absolute;
		top: 16px;
		left: 53px;
	}

	#colorNav {
		display: none;
	}

	.logo_bar {
		width: 260px;
		height: 90px;
		position: fixed;
		transition: all .2s linear;
		z-index: 11;
		right: 0px;
		top: 0px;
		display: block;
	}

		.logo_bar .menu_btn {
			margin: 15px 18px;
			cursor: pointer;
			width: 60px;
			height: 58px;
			padding: 10px 0px;
			float: right;
		}

	.lefter {
		position: relative;
		float: left;
	}

	.logo_bar .menu_open .line1 {
		position: absolute;
		top: 22px;
		background: #4980e5;
		transform: rotateZ(45deg);
	}

	.logo_bar .menu_btn .line {
		width: 40px;
		height: 2px;
		margin: 5px 10px;
		background: #4980e5;
		transition: all .3s linear;
	}

	.logo_bar .menu_open .line2 {
		display: none;
	}

	.logo_bar .menu_open .line3 {
		position: absolute;
		top: 22px;
		background: #4980e5;
		transform: rotateZ(-45deg);
	}

	.right_bar {
		width: 240px;
		height: 100%;
		overflow: auto;
		position: fixed;
		right: -240px;
		padding-top: 80px;
		top: 0px;
		z-index: 10;
		background: #252a36;
		transition: right .5s ease-in-out;
		display: block;
	}

		.right_bar.open {
			right: 0px;
		}

		.right_bar ul {
			margin: 0px;
			padding: 0px;
		}

			.right_bar ul li {
				list-style: none;
				padding: 8px 0px;
				color: #838486;
				font-family: 'OpenSansLight';
				border-bottom: 1px solid #3a404c;
				font-size: 14px;
			}

				.right_bar ul li a {
					padding: 8px 30px;
					color: #838486;
					font-family: 'OpenSansLight';
					font-size: 14px;
					text-transform: uppercase;
				}

					.right_bar ul li a:hover {
						color: #4984e4;
					}

					.right_bar ul li a:hover, a:focus {
						color: #4984e4 !important;
						text-decoration: none !important;
					}

	.menu-icon {
		margin-right: 15px;
	}
}

.navbar-collapse {
	border: none;
	border-color: transparent;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 33px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

		ul.timeline > li > .timeline-panel:before {
			border-left-width: 0;
			border-right-width: 15px;
			left: -15px;
			right: auto;
		}

		ul.timeline > li > .timeline-panel:after {
			border-left-width: 0;
			border-right-width: 14px;
			left: -14px;
			right: auto;
		}
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

	input[type=checkbox].css-checkbox + label.css-label {
		padding-left: 23px;
		height: 18px;
		display: inline-block;
		line-height: 18px;
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 18px;
		vertical-align: middle;
		cursor: pointer;
		margin-top: -35px;
	}

	input[type=checkbox].css-checkbox:checked + label.css-label {
		background-position: 0 -18px;
	}

.tbl-chk-box label.css-label {
	background-image: url(../images/csscheckbox01.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chk-box-table {
	margin-left: -3px;
}
