/* ==========================================
	The Basics
   ========================================== */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	background: #dcdcdc;
}
body {
	color: #7d7d7d;
    font-family: 'Lato', Arial, sans-serif;
	background: #dcdcdc;
	background-image: -webkit-radial-gradient(top, circle cover, #f0f0f0 30%, #dcdcdc 90%);
	background-image: -moz-radial-gradient(top, circle cover, #f0f0f0 30%, #dcdcdc 90%);
	background-image: -o-radial-gradient(top, circle cover, #f0f0f0 30%, #dcdcdc 90%);
	background-image: radial-gradient(top, circle cover, #f0f0f0 30%, #dcdcdc 90%);
}
	html, body {
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 300;
		margin: 0;
	}

a, button {
	outline: none;
}
a {
	text-decoration: none;
	color: #ed8151;
	outline: none;
}
	a:hover, a:focus {
		color: #555555;
		outline: none;
		text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 { font-family: 'Lato', Calibri, Arial, sans-serif; font-weight: 300; }
h3 { margin: 0 0 20px; text-transform: uppercase; }
h4 i { margin-right: 6px; }

p {
	font-size: 18px;
}

/* ==========================================
	Avatars
   ========================================== */
.avatar {
    background: none repeat scroll 0 0 #FCFCFF;
    box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
    float: left;
    height: 90px;
    margin: 0 30px 10px 0;
    padding: 4px;
}
.avatarRight {
    background: none repeat scroll 0 0 #FCFCFF;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.1);
    float: right;
    height: 60px;
    margin: 0 0 0 20px;
    padding: 2px;
}

/* ==========================================
	Generic Styles
   ========================================== */
.textCenter { text-align: center; }
.textRight { text-align: right; }
.floatRight { float: right; }
.floatLeft { float: left; }

/* ==========================================
	Content
   ========================================== */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
	.clearfix:after {
		clear: both;
	}

.page {
	min-height: 1000px;
	overflow: hidden;
}

.page > header {
	font-family: 'Lato', Arial, sans-serif;
}
	.page > header {
		padding: 0;
		margin-bottom: 25px;
		background: rgba(0,0,0,0.05);
		position: relative;
	}

.inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
}

.page > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	text-align: left;
	font-weight: 300;
	border-bottom: 0;
}
	.page > header span {
		display: block;
		font-weight: 300;
		font-size: 75%;
		color: #aca89a;
		padding: 0 0 0.6em 0.1em;
	}

.userInfo p {
	width: 100%;
	padding-top: 2em;
	font-size: 1em;
	float: right;
}
.userInfo p span {
	font-weight: 300;
	font-size: 100%;
	color: #aca89a;
}

.msgCounter {
	position: absolute;
	top: 20px;
	right: 2px;
	min-width: 8px;
	height: 20px;
	line-height: 18px;
	margin-top: -2px;
	padding: 0 6px !important;
	font-weight: normal;
	font-size: 13px !important;
	color: #ffffff !important;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: none repeat scroll 0 0 #ed8151;
    border: 1px solid #9c514d;
}

.wrapper {
    position: relative;
    margin: 0 auto 2em;
    width: 100%;
    max-width: 1200px;
    padding: 1.5em 2em;
	background: #eeeeee;
	background: rgba(255,255,255,0.5);
}
	.wrapper.alt {
		background: transparent;
		padding: 0 0 1em;
		margin: 0 auto 1em;
	}
	.wrapper.profile {
		background: transparent;
		padding: 0;
		margin: 0 auto;
	}
	.wrapper.info {
		min-height: 420px;
	}

.footer {
	font-weight: 400;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto 50px;
	padding: 0 1em;
}
	.footer span {
		color: #999999;
		font-size: 14px;
		font-weight: bold;
		margin: 0 6px;
	}

@media screen and (max-width: 800px) {

	.page > header h1 {
		float: none;
		text-align: center;
		width: 100%;
	}
	.userInfo p {
		padding: 1em 0;
		text-align: center;
		float: none;
	}
	.userInfo .avatarRight { display: none; }
	.userInfo .msgCounter { display: none; }

}

/* ==========================================
	Alert Notifications
   ========================================== */
.alertMsg {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 auto 20px;
    padding: 12px 30px 10px 20px;
    position: relative;
	max-width: 1200px;
}
	.alertMsg i {
		font-size: 18px;
		margin-right: 10px;
	}

.alertMsg .alert-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAXElEQVR4XnXPsQ1AIQgE0KsYAWf6NDoClfuP8CGAFEY63sUcwobwgVHDtlHwxIaCk9W26ZEY74iccxP0Ag3u96Pg8HDO6Oau7K6bO3qXv88lrKzsM1b9XYIzEucf0sMh9ZVCt9gAAAAASUVORK5CYII=) no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -999px;
    top: 15px;
    width: 12px;
}
	.alertMsg .alert-close:hover { opacity: 1; }

.alertMsg.default {
    background-color: #d2cec1;
    border: 1px #cdc8ba solid;
    color: #333333;
}
.alertMsg.primary {
    background-color: #8ba45a;
    border: 1px #849c53 solid;
    color: #ffffff;
}
.alertMsg.info {
    background-color: #508397;
    border: 1px #4c7c8f solid;
    color: #ffffff;
}
.alertMsg.success {
    background-color: #499253;
    border: 1px #458a4f solid;
    color: #ffffff;
}
.alertMsg.warning {
    background-color: #a69752;
    border: 1px #9e904d solid;
    color: #ffffff;
}
.alertMsg.danger {
    background-color: #a35551;
    border: 1px #9c514d solid;
    color: #ffffff;
}

/* ==========================================
	Dashboard Info Blocks
   ========================================== */
.container .dashBlks {
    margin-bottom: 30px;
    clear: left;
}
.dashBlk {
    background: #eeeeee;
	background: rgba(255,255,255,0.5);
    width: 100%;
    min-height: 150px;
}
.iconBlk {
    float: left;
    background: #fdfdfd;
    min-width: 120px;
    height: 150px;
    text-align: center;
}
	.iconBlk i {
		font-size: 80px;
		line-height: 140px;
	}
	.iconBlk.default { background-color: #d2cec1; color: #333333; }
	.iconBlk.primary { background-color: #8ba45a; color: #ffffff; }
	.iconBlk.info { background-color: #508397; color: #ffffff; }
	.iconBlk.success { background-color: #499253; color: #ffffff; }
	.iconBlk.warning { background-color: #a69752; color: #ffffff; }
	.iconBlk.danger { background-color: #a35551; color: #ffffff; }

.contentBlk {
	text-align: center;
	padding: 20px 5px;
}

.empInfoBlk {
	text-align: center;
	padding: 20px 5px;
	min-height: 150px;
}

@media (max-width: 1000px) {
	.col-dashBlk {
		margin-top: 30px;
	}
}

.lgText { font-size: 45px; }
.mdText { font-size: 24px; }
.clockBtn { margin-top: 10px; }
.empInfoClockBtn { margin-top: 20px; }

/* ==========================================
	Employee Tiles
   ========================================== */
.tiles:before, .tile-body:before, .tiles:after, .tile-body:after {
    content: " ";
    display: table;
}
	.tiles:after, .tile-body:after { clear: both; }

.tiles > * {
    float: left;
    width: 100%;
}
	.tiles { padding-left: 0; }

.tiles li {
    list-style: none outside none;
    padding: 10px;
}
.tiles a { color: #7d7d7d; }

.tile-body {
    background-color: #ffffff;
    max-height: 92px;
    min-height: 92px;
    padding: 10px;
    position: relative;
}
	.tile-body:hover {
		background: #dcdcdc;
	}
	.tile-body h3 { margin-top: 0; }
	.tile-body img {
		padding: 4px;
		background: none repeat scroll 0 0 #FCFCFF;
		box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
		float: left;
		margin: 0 20px 10px 0;
		max-height: 70px;
	}
	.tile-body p {
		font-size: 13px;
		margin-top: 0;
		min-height: 30px;
	}
	.tile-body:after {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
	}

.tile-body .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    overflow: hidden;
}

@media (min-width: 801px) {
	.tiles > * {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.tiles > * {
		width: 33.3333%;
	}
}

/* ==========================================
	Employee Profile
   ========================================== */
.empProfile { text-align: center; }

.empAvatar {
	height: 150px;
	padding: 4px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
       -moz-box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
			box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
}
.empProfile header, .empProfile .personalInfo {
    text-align: center;
    padding: 0;
}
.empProfile header h3 {
    margin-top: 10px;
    margin-bottom: 0;
	border: 0;
}
.empProfile header p.highlight {
	color: #7d7d7d;
	margin-top: 0;
	margin-bottom: 0;
}

.profileContent { min-height: 315px; }
.profileBtns { margin-top: 28px; }
.empProfileBtns { margin: 0 0 5px; }
.updateBtns { margin-top: 15px; }
.empProfileMinHgt { min-height: 390px; }
.inactiveEmp { color: #c0392b; }

.hiddenPii { min-height: 65px; }

/* ==========================================
	StackTable Data Tables
   ========================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	margin: 1em 0;
}

tr { border-bottom: 1px solid #d5d5d5; }

th {
	background: #dedede;
	color: #444;
	font-weight: bold;
    border-top: 1px solid #d5d5d5;
}
	th:first-of-type { border-left: 1px solid #d5d5d5; }
    th { border-right: 1px solid #d5d5d5; }
	td, th {
		padding: 2px;
		text-align: center;
		font-size: 13px;
	}
	td:first-of-type { border-left: 1px solid #d5d5d5; }
	td { border-right: 1px solid #d5d5d5; background: #f8f8f8; }
	td a { font-weight: normal; }
	td a:hover { text-decoration: none; }

table tr td a {
    height:100%;
    width:100%;
}

/* My Time Cards Specific */
td.topIt { border-top: 1px solid #d5d5d5; background: #dedede; color: #444; }
.editTime i { margin-left: 4px; color: #999999; font-size: 11px; }
	.editTime i:hover { color: #7d7d7d; }

.stacktable { width: 100%; }
.st-head-row a { color: #444 !important; }
.st-head-row.st-head-row-main { font-size: 14px; padding-top: .4em; }
.st-key {
	padding-left: 1%;
    text-align: center;
	font-weight: bold;
}
.st-val { text-align: center; }

.stacktable.large-only { display: table; }
.small-only { display: none; }

.table-striped  tr:nth-child(odd) > td, .table-striped tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover  tr:hover > td, .table-hover  tr:hover > th {
  background-color: #e7e7e7;
  transition: background-color 0.5s ease-in-out;
}

@media only screen and (max-width: 650px) {
	.large-only { display: none; }
	.stacktable.small-only { display: table; }
}

/* ==========================================
	Personal Messages
   ========================================== */
.msgRow a { color: #6d6d6d; }
	.msgRow a:hover { color: #ed8151; }

.isUnread { font-weight: bold; font-size: 14px; }

/* ==========================================
	Time Picker
   ========================================== */
.container-bkg {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px 10px 10px;
	margin: 0;
}
.header-bkg {
	background-color: #ffffff;
}
.header-div {
	float: left;
	text-align: center;
	margin-right: 10px;
}
	.header-div:last-of-type { margin-right: 0; }
	.header-text {
		color:#7d7d7d;
		font-size: 12px;
	}

/* ==========================================
	Calendar
   ========================================== */
table.calendar { margin: 0; }
h3.calH3 { border-bottom: none; color: #7d7d7d; }
th.calHeader {
	width: 14.285714%;
	background: #d2cec1;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}
td.dayDisabled { background-color: #f5f5f5; color: #b0b0b0; }
td div.day {
	min-height: 145px;
	padding: 0 4px;
	text-align: left;
	color: #666666;
}
span.dayNum {
	display: block;
	color: #7d7d7d;
	margin-bottom: 0;
	text-align: left;
	font-weight: 400;
}
.calDate {
    border-radius: 0;
    color: #444444;
    display: inline;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    padding: 0 3px;
    text-align: center;
    vertical-align: none;
    white-space: nowrap;
}
.today { background: #efefef; }
.public { font-weight: bold; }
.tinyIcon {
	margin-left: 2px;
	color: #bcbcbc;
}

/* ==========================================
	Login Page
   ========================================== */
.log-in { width: 600px; margin: 3% auto 0; }
.log-in p {
	font-size: 2.2em;
	line-height: 1.3;
	text-align: center;
	font-weight: 300;
	color: #ed8151;
}
	.log-in p span {
		font-weight: 300;
		font-size: 75%;
		color: #aca89a;
	}

p.signin {
	font-size: 1.5em;
	line-height: 1.3;
	text-align: center;
	font-weight: 300;
	color: #7d7d7d;
	margin: 0 auto .5em !important;
}

.login {
	margin: 0 auto;
	padding: 20px;
	background: #eeeeee;
	background: rgba(255,255,255,0.5);
	max-width: 600px;
}

.login .input-group span { background-color: #508397; min-width: 40px; color: #ffffff; }
	.login .input-group input {
		background-color: #f0f0f0;
		font-weight: 500;
	}

.login .input-group-addon { top: 0px; }

.login .form-control {
	border: 0px solid #cccccc;
	border-radius: 0px;
	padding: 0 0 0 6px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.login p {
	font-weight: 200;
	margin-bottom: 0;
	margin-top: 20px;
}
	.login p a {
		font-weight: 400;
		color: #ed8151;
		text-decoration: none;
	}
	.login p a:hover { color: #7d7d7d; }

.login small { margin: 10px 0 10px 0; }
	.login small a {
		color: #7d7d7d;
		text-decoration: none;
	}
	.login small a:hover { color: #ed8151; }

.login button {
	width: 100%;
	font-weight: 300;
}