﻿.dsdlnr-home hr {
	background-color: #ededed;
	height: 1px;
	border: none;
}

.clear-fix {
	clear: both;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.inline-blk {
	display: inline-block;
}

.block {
	display: block;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-t-md {
	margin-top: 15px;
}

.m-r-lg {
	margin-right: 15px;
}

.m-b-md {
	margin-bottom: 15px;
}

.m-l-md {
	margin-left: 15px;
}

.m-t-lg {
	margin-top: 20px;
}

.m-r-lg {
	margin-right: 20px;
}

.m-b-lg {
	margin-bottom: 20px;
}

.m-l-lg {
	margin-left: 20px;
}

.m-t-xl {
	margin-top: 30px;
}

.m-b-xl {
	margin-bottom: 30px;
}

.dsdlnr-banner img {
	width: 100%;
}

.dsdlnr-home h4 {
	font-size: 16px;
	color: #4c4f52;
	font-weight: 600;
}

.dsdlnr-banner {
	margin-bottom: 20px;
}

.left-half {
	width: 60%;
	float: left;
}

.right-half {
	width: 36%;
	float: left;
	margin-left: 4%;
}

.welcome-text {
	padding-left: 55px;
	position: relative;
	padding-right: 20px
}

	.welcome-text h1 {
		font-size: 30px;
		/*color:#FE5200;*/
		color: #c7164d;
		font-weight: 600;
		margin-bottom: 12px;
	}

.dsdlnr-home p {
	font-size: 12px; /*font-size: 14px;*/
	color: #7f8082;
}

.dsdlnr-link-gray {
	text-decoration: none;
	color: #7f8082;
}

	.dsdlnr-link-gray:hover {
		color: #0062a9;
	}

.dsdlnr-profile-pick {
	position: absolute;
	left: 0px;
}

	.dsdlnr-profile-pick img {
		width: 36px;
		border-radius: 21px;
	}


.btn-dsd-default {
	color: #164885;
	text-decoration: none;
	border: 2px solid #1390b6;
	padding: 7px 15px;
	display: inline-block;
	background-color: #fff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.training-status-graph .btn-dsd-default {
	min-width: 220px;
	background-color: #fff;
	color: #164885;
	border: 2px solid #1390b6;
	font-weight: 600;
}

	.training-status-graph .btn-dsd-default:active, .training-status-graph .btn-dsd-default:hover, .training-status-graph .btn-dsd-default:focus {
		color: #fff;
		background-color: #1390b6;
		border: 2px solid #1390b6;
		cursor: pointer;
	}

.btn-dsd-default:active, .btn-dsd-default:hover, .btn-dsd-default:focus {
	color: #fff;
	background-color: #1390b6;
	border: 2px solid #1390b6;
}

.dsd-hArea {
	background-color: #f6a800;
	color: #fff;
	padding: 10px;
}

.dsd-hArea-blue {
	background-color: #386B9A;
	padding: 10px;
}

	.dsd-hArea h4, .dsd-hArea-blue h4 {
		color: #fff;
	}

h3.news-heading {
	color: #164883;
	font-size: 15px; /*font-size:16px;*/
	font-weight: 600;
}

.news-date {
	color: #7f8082;
	margin-top: 3px;
	display: block;
}

.dsd-cArea {
	padding: 10px;
	border: 1px solid #d2d2d2;
	border-top: none;
}

.training-status-graph {
	text-align: center;
}

/*Widgets row-----------------------------------*/


.dsdlnr-widget {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 23%; /*width: 143px;*/
	padding: 10px 10px 10px 72px;
	/* display: inline-block; */
	color: #fff;
	background-color: #d3d3d3;
	text-align: right;
	border-radius: 4px;
	position: relative;
	height: 105px;
}

.course-widget {
	background-color: #164884; /*background-color: #FE5200;*/
}

.course-complete-widget {
	background-color: #1eb483; /*background-color: #B8D432;*/
}

.course-overdue-widget {
	background-color: #f6a800; /*background-color: #00734C;*/
}

.course-expire-widget {
	background-color: #e53c37; /*background-color: #D6006F;*/
}

.dsdlnr-widget h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}

.dsdlnr-widget h1 {
	text-align: right;
}

.dsdlnr-widget p {
	color: #fff;
}

.widget-icon {
	position: absolute;
	left: 12px;
	top: 28px;
}

/*Login page---------------------------------*/


.login-body-wrapper {
	/*background-image: url(../App_Themes/Default/Images/login_section/CoverImage.jpg);*/
	background-image: url(../Default/Images/login_section/CoverImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}


.login-block {
	width: 310px; /*width: 337px;*/
	margin: 5% auto auto auto;
	background: rgba(249, 249, 249, 0.95);
}

	.login-block .login-logo {
		text-align: center;
		padding: 35px 0px;
	}

.bg-blue {
	background-color: #164885;
}

.bg-white {
	background-color: #fff;
}

.login-block .bg-blue img {
	width: 226px;
}

.login-header-block {
	background: #003d7c; /*background: #fff;*/
	border-bottom: 1px solid #ebeced;
	overflow: hidden;
}


.login-content-block {
	text-align: center;
	padding: 20px;
}



	.login-content-block p {
		color: #7f8082;
	}

.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 9px 12px 7px;
	width: 92%;
	font-size: 14px;
}

.btn-brand {
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 8px 15px;
	background-color: #003472;
	width: 100%;
	border: none;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-register {
	display: block;
	padding: 6px 0px;
	color: #808285 !important;
	background-color: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.dark-gray-heading {
	color: #4c4f52;
}








.btn-brand:active, .btn-brand:hover, .btn-brand:focus {
	color: #fff;
	background-color: #002553;
}

.login-content-block a {
	color: #008dcd;
	text-decoration: none;
	font-size: 14px;
}

.btn-register:active, .btn-register:hover, .btn-register:focus {
	border: 1px solid #b4b4b4;
}

.hr-border-full {
	border-bottom: 1px solid #ddd;
	margin: 15px -20px;
}

.login-errorbox {
	text-align: left;
	background-color: #fcecec;
	border: 1px solid #f7c3c5;
	border-radius: 4px;
	padding: 10px;
	color: #ed1c24;
	font-size: 13px;
}


.footer-login {
	background: none repeat scroll 0 0 white;
	bottom: 0;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	background: #a4a9ad; /*background-color:#f2f6f9;*/
	font-size: 13px;
	color: white;
}

.login-watermark {
	color: #afafaf;
}



/*  Onboarding*/

.dsd-onboard-widget {
	float: left;
	width: 185px;
	padding: 10px;
	color: #fff;
	border-radius: 4px;
	position: relative;
	height: 110px;
}

.dsd-blue-bg {
	background-color: #0083ca;
}

.dsd-ligreen-bg {
	background-color: #B8D432;
}

.dsd-green-bg {
	background-color: #00734C;
}

.dsd-yellow-bg {
	background-color: #ffcc00;
}

.dsd-red-bg {
	background-color: #D6006F;
}

.dsd-orange-bg {
	background-color: #FE5200;
}

.dsd-onboard-widget h3 {
	font-family: Arial;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.dsd-onboard-widget h1 {
	font-family: Arial;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.dsd-label-text {
	position: absolute;
	bottom: 8px;
}

.dsd-employee-card {
	margin-left: 20px;
	margin-bottom: 15px;
	border: 1px solid #f3f3f3;
	padding: 15px;
}

    .dsd-employee-card img {
        border: 1px solid #f3f3f3;
        display: inline-block;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        vertical-align: middle;
    }

    .dsd-emp-name a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }
.dsd-emp-name a:hover {
    text-decoration: underline;
}

	.dsd-emp-name h3, .dsd-emp-name h3 a {
		font-size: 14px;
		color: #0062A9;
		margin-top: 5px;
		margin-bottom: 3px;
		text-decoration: none;
	}
    .dsd-emp-name h3 a {  
            color: #000;
            font-weight: bold;
            cursor: pointer;
        }
        .dsd-emp-name h3 a:hover {
            text-decoration: underline;
        }
.emp-role {
	font-size: 13px;
	color: #676a6c;
}

.date-style {
	color: #676a6c;
}

.myProgress {
	width: 100%;
	background-color: #ececec;
}

.myBar {
	width: 60%;
	height: 4px;
}

/* Dash board Onboarding */
.top-tab-bg {
	background-color: #757575;
	font-weight: bold;
	text-align: left;
}

	.top-tab-bg a {
		color: #b4b5b7;
		display: inline-block;
		padding: 10px 20px;
		position: relative;
	}

		.top-tab-bg a:hover {
			color: #fff;
		}

	.top-tab-bg .active {
		color: #fff;
	}

	.top-tab-bg .down-arrow {
		position: absolute;
		bottom: -15px;
		left: 40%;
		display: none;
	}

	.top-tab-bg .active .down-arrow {
		display: inline-block;
	}

.error-text {
	display: inline-block;
}

.pull-right {
	float: right;
}

.linkButton {
	color: #008dcd !important;
	text-decoration: none !important;
	background: none;
	border: none;
}

	.linkButton:hover {
		text-decoration: underline !important;
		cursor: pointer;
	}

.pop-up-icon {
	top: 0 !important;
}

body {
	color: #333;
}

.light-gray-text {
	color: #676a6c;
}

.offer-thumb {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

	.offer-thumb li {
		float: left;
		width: 31.2222%;
		border: solid 1px #e0e0e0;
		margin-right: 10px;
		margin-bottom: 10px;
		text-align: center;
		position: relative;
	}

		.offer-thumb li a {
			display: block;
			text-align: center;
			height: 200px;
			text-decoration: none;
		}

		.offer-thumb li div {
			display: none;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}

		.offer-thumb li:hover div {
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: black;
			opacity: .7;
			filter: alpha(opacity=70);
			cursor: pointer;
		}

			.offer-thumb li:hover div p {
				color: white;
				padding: 40px;
				text-align: left;
			}

		.offer-thumb li a img {
			margin: 15px 0px;
		}

		.offer-thumb li a span {
			display: block;
			margin: 20px 0px;
			background: #f5f5f5;
			height: 39px;
			line-height: 39px;
			font-size: 15px;
			font-weight: bold;
			color: #616161;
		}

.label-description {
	float: right;
	position: static;
	font-style: italic;
	line-height: 15px;
	font-size: 11px;
}

/*Step Progressbar.......................................................................................*/

.step-progressbar {
    padding: 0;
    margin: 10px auto 30px auto;
    width: 100%;
    counter-reset: step;
}
    .step-progressbar li {
        width: calc(100%/4 - 9px);
        color: #777;
        position: relative;
        float: left;
        padding-top: 40px;
    }
    .step-progressbar li:last-child {
        width: 35px;
    }

        .step-progressbar li::before {
            content: "";
            position: absolute;
            height: 6px;
            background: #ccc;
            top: 12px;
            left: 0;
            right: 0;
            display: block;
            transform: translateY(-50%);
            z-index: 9;
        }
        .step-progressbar li::after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            background: #777;
            top: 0;
            left: 0;
            z-index: 10;
            display: block;
            content: counter(step);
            counter-increment: step;
        }
    .step-progressbar .active {
        color: #C00000;
    }
    .step-progressbar .active::before, .step-progressbar .active::after {
        background: #C00000;
    }
    .step-progressbar li:last-child::before {
        content: none;
    }
    .step-progressbar.clear-fix {
        display: table;
        content: "";
    }

.no-underline tr td {
	border-bottom:none;
}