@import url("http://fonts.googleapis.com/css?family=Lato:400,700");

/*---------------- COLORS --------------------
#0B618B	VEICE BLUE
#FDDC10	CANDLELIGHT
#FBB705	SELECTIVE YELLOW
#981B29	OLD BRICK
#0B2E3E	ELEPHANT
--------------------------------------------*/

/* --------------- GENERAL --------------- */

body {
	background-color: #FFFAFA;
	font-size: 12pt;
	font-family: 'Lato', sans-serif;
	color: #141823;
}
h1,h2,h3{
	text-align: center;
}
ul, li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}

form input[type=text], form input[type=password]{
	height: 45px;
	border-radius: 2px;
}
.btn {
	font-size: 12pt;
	padding: 15px;
	transition: all 0.5s ease;
}
.btn:hover{
	background: #efefef;
}

/* --------------- HEADER --------------- */
header{
	background: #0B2E3E;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
nav{
	font-size: 1.3em;
	margin-top: 25px;
}
nav ul li{
	margin: 0 10px;
}
nav ul li:first-child{
	float: left;
}
nav ul li:last-child{
	float: right;
}
nav p{
	display: inline;
	color: #efefef;
	margin: 0;
	padding: 0;
}
nav a{
	padding: 15px 20px 10px;
	transition: all .5s ease;
	border-radius: 2px 2px 0 0;
}
nav a:hover{
	text-decoration: none;
	background: #0B618B;
	color: #efefef;
}

/* --------------- FOOTER --------------- */
footer{
	clear: both;
}
footer p{
	text-align: center;
	opacity: .25;
}

/* --------------- LANDING --------------- */
.landing p{
	text-align: center;
}

/* --------------- EMPLOYEE --------------- */
#employee-menu form{
	margin: 10px 0;
}
#employee-menu .timeCardLink{
	display: block;
	font-size: 1.3em;
	text-align: center;
	padding: 20px;
}

/* --------------- EMPLOYEE --------------- */
.employeePage h2{
	text-align: center;
}
.punchOutNote textarea, .punchInNote textarea{
	margin-bottom: 25px;
}

/* --------------- TIME CARD --------------- */
.timeCard small{
	display: block;
	margin-left: 50px;
	width: 700px;
	font-size: 1em;
}
.timeCard small a:hover{
	text-decoration: none;
}
.timeCard small a .lt{
	font-size: 1.5em;
	margin-right: 8px;
}
.timeCard ul{
	margin: 15px 0;
}
.timeCard .time-card h3{
	font-size: 1.8em;
	text-align: center;
	margin: 0;
}

/* --------------- ADMIN --------------- */
.addMember, .removeMember{
	display: block;
	text-align: center;
	float: right !important;
	margin-right: 10%;
	background: #F8F8F8;
	border-radius: 2px;
	border: 1px solid #CCC;
	transition: all 1s ease;
	cursor: pointer;
	padding: 15px 0;
}
.addMember:hover, .removeMember:hover{
	text-decoration: none;
	background: #efefef;
	border: 1px solid #787878;
}
#members-list, .editUserForm, .cancelEdit{
	clear: both;
}
.editUserForm{
	margin-bottom: 15px;
}
.cancelEdit{
	display: block;
	text-align: center;
	padding: 10px 0;
}

#ui-datepicker-div{
	background: #F8F8F8;
	border: 1px solid #eee;
}
table.timecards-table{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
}


/* --------------- ADJUSTMENTS --------------- */
#ui-datepicker-div{
	background: #F8F8F8;
	border: 1px solid #eee;
}
#ui-datepicker-div td[data-handler="selectDay"]:hover{
	background-color: #FBB705;
}
#ui-datepicker-div td[data-handler="selectDay"] a{
	text-align: center;
}
.popover li p{
	color: red;
	white-space: nowrap;
}
a[title="Respond to this adjustment"]{
	text-align: center;

}
a[title="Respond to this adjustment"]:hover{
	text-decoration: none;
}