/* BLUE THEME COLORS - most of the colors for this theme are here */
body {
	background: #000 linear-gradient(to bottom, #20417e 0, #002b6b 70px, #000 70px, #000 100%) no-repeat;
}
header.body {
	background-size: cover;
	background-position: center 90%;
	height: auto;
}
#ratingHead,
.review-customer-image img, 
img.employee-photo, 
#viewInner::after {
	color: #20417e;
}
.hLogoBox {
	background-color: #fff;
	border-color: #20417e;
}
#viewInner img {
	border: 1px #20417e solid;
}
.employee-review-photo img {
	border: 3px solid #20417e;
}
div#main-nav, 
.fRevLink {
	background: #20417e linear-gradient(#20417e 0, #002b6b 95%, #002050 98%);
}
.fRevLink:hover {
	background: #012150;
}
.k-upload-button, 
.k-state-selected,  
.btn-primary, 
#brand-box, 
#brand-box .brand, 
.back-box a:hover {
	background-color: #20417e;
}
.review-employee-section .k-multiselect-wrap:hover::before, 
.k-link:link, 
.k-link {
	color: #20417e;
}
div#main-nav, 
.k-upload-button, 
.btn-primary:hover, 
.k-upload-button:hover, 
.k-state-selected, 
.k-multiselect .k-button, 
.fRevLink, 
.back-box a:hover {
	color: #fff;
}
.btn-primary:hover, 
.k-upload-button:hover {
	background-color: #012150;
}
.k-multiselect .k-button {
	border-color: #357ebd;
	background-color: #20417e;
}
.form-control, 
.k-multiselect, 
.review-employee-section .k-multiselect-wrap {
	caret-color: #20417e;
}
.addyFoot {
	background-color: #fff;
}
.addyFoot h1 {
	color: #20417e;
}
#content-container>h1, 
#content-container .container > h1, 
#content-container [class*=col-] > h1, 
.employee-container > h1, 
.review-header-label {
	color: #20417e;
}
@media (min-width: 768px){
	.navbar-nav>li>a {
		background: linear-gradient(#fff 90%, #eee 100%) no-repeat;
	}
}

/* END THEME COLORS */

body {
	font-size: 18px;
	color: #333;
	overflow-x: hidden;
}
#content-container {
	overflow-x: hidden;
}
h1, .h1, h2, .h2 { line-height: 1.5em; }
h3, .h3, h4, .h4 { line-height: 1.3em; }
h1, .h1 { font-size: 2em; }
h2, .h2 { font-size: 1.875em; }
h3, .h3 { font-size: 1.5em; }
h4, .h4 { font-size: 1.125em; }
p {
	font-size: 1em;
	line-height: 1.2em;
}
hr {
	margin: 1em;
	border-top: 1px solid #808080;
}
.navbar-nav, 
.pdl-certified-link {
	/* FOR FADE IN */
	opacity: 0;
}
.hLogo {
	padding: 5px;
	min-height: 60px;
	max-height: 150px;
}
footer.body {
	margin-top: 15px;
	text-align: center;
}
#inner-bg {
	margin: 0 auto;
	background-color: #fff;
}
ul.k-pager-numbers {
	z-index: 20;
}
.k-button, 
.navbar-nav > li > a, 
button {
	transition: color .3s, 
			 background-color .3s;
}
button[type="submit"] {
	display: block;
	margin: auto;
}
.k-button img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px rgba(0, 0, 0, 0.2) solid;
}
.k-button span {
	padding-left: .5em;
}
.k-state-selected {
	display: none;
}
.k-header {
	background-color: unset;
}
.btn-primary, 
.k-upload-button {
	display: block;
	min-width: 8em;
	margin: 1em auto;
	padding: .5em 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.addyFoot .btn-primary {
	max-width: 10em;
}
.review-personal-details .field, 
#ReviewSubject, 
#Comments {
	margin-bottom: .5em;
}
label.review-disclaimer {
	text-align: justify;
	padding: 0 10%;
}
.review-disclaimer span {
	text-transform: uppercase;
	color: #f00;
}
.employee {
	padding: .25em 15px;
}
.employee:nth-child(even) {
	background-color: #f5f5f5;
}
.employee:nth-child(odd) {
	background-color: #fff;
}
.form-group select, 
.review-container select, 
select#ddlDepartments, 
select#PageSize {
	background: linear-gradient(#fff, #9e9e9e);
	padding: .1em .3em;
	border-radius: 6px;
}
.employee {
	transition: background-color .4s;
}
.employee:hover {
	background-color: #eee;
}
.employee a:focus, 
.employee a:hover, 
.review-row a:hover, 
a.fRevLink:focus {
	text-decoration: none;
}
.review-departments, 
.form-group select, 
.review-container select, 
select#ddlDepartments, 
select#PageSize {
	color: #000;
	font-size: 18px;
}
.review-departments {
	text-align: center;
}


#brand-box {
	margin: 20px 0 0px 0px;
	white-space: nowrap;
}
#brand-box .brand {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
	margin-left: -13px;
	padding-left: 16px;
}
#brand-box .brand.text a {
	font-size: 22px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}
.navbar-nav {
	font-weight: 700;
	text-transform: uppercase;
}
#main-nav .navbar-brand, 
.nav>li>a {
	color: currentColor;
}
.nav>li>a {
	font-size: 1.2em;
}
#main-nav .navbar-brand {
	font-size: 1.375em;
	line-height: 1.625em !important;
}
.nav>li>a:focus, 
.nav>li>a:hover, 
.nav>li>a.navSel {
	color: #000;
}
div#main-nav {
	height: auto;
	z-index: 10;
	position: relative;
}
.well {
	min-height: 15px;
	padding: 0px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#content-container>h1, 
#content-container .container > h1, 
#content-container [class*=col-] > h1, 
.employee-container > h1, 
.review-header-label {
	font-size: 1.375em;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.review-header-label {
	padding-bottom: 0;
	border-bottom: none;
}
.k-button, .k-widget {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
label[for^="group"]:before {
	position: relative;
	bottom: -2px;
	width: 36px;
	font-size: 36px;
}
.employee-leaderboard .employee-review-name, 
#employee-reviews .employee-review-name {
	color: #ea0000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* STYLES ONLY FOR IE11 OR LESS ( IE BUG FIX ) */
	.navbar-nav>li>a {
		padding: 15px 15px 10px !important;
	}
}

@media (min-width: 768px) {
	#inner-bg {
		margin: 20px auto 0;
	}
	#inner-bg {
		width: 768px;
	}
	.container-fluid>.navbar-collapse, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container>.navbar-header {
		margin-right: 0;
		padding: 0px;
	}
	.navbar {
		min-height: unset;
	}
	.navbar-nav>li>a {
		color: #fff;
		padding: 15px 20px 10px;
		background-position-y: 50px;
		background-size: 100% 100%;
		transition: .25s !important;
	}
	.nav>li>a:hover, 
	.nav>li>a:focus, 
	.nav>li>a.navSel {
		background-color: unset;
		text-decoration: none;
		background-position-y: 0;
	}
	.navbar-nav {
		float: none;
		display: flex;
		flex-flow: row nowrap;
		display: -ms-flexbox;
		-ms-flex-flow: row;
		-ms-flex-wrap: nowrap;
		justify-content: space-between;
		margin: -1px 0 -3px;
		width: 100%;
		font-size: 14px;
	}
	#employee-reviews .well {
		margin: 15px auto;
	}

}

@media (min-width: 992px) {
	#inner-bg {
		width: 992px;
	}
}

@media (min-width: 1200px) {
	#inner-bg {
		width: 1200px;
	}
}

@media (max-width: 321px) {
	body {
		font-size: 14px;
	}
}
