@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
* {
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #000;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
}

/*=====================*/
/*	TABLES             */
/*=====================*/
table {
	width: 100%;
}
table tr.heading {
	border-bottom: 1px solid #eee;
	text-align: left;
}
table th {
	padding: 20px 20px;
	font-weight: 300;
	font-size: 16px
}
table td {
	padding: 20px;
	font-size: 14px
}
table td a {
	color: #0056AF;
	font-weight: 400;
}
table tr.odd {
	background: #eee;
}

/*=====================*/
/*	FORMS              */
/*=====================*/

input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px;
}

textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px;
	height: 140px
}

select {
	background: #efefef;
	background-position-x: right;
	background-position-y: -10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px;
	 -webkit-appearance: none;
	cursor: pointer;	 
}
input:hover {
	border-color: #efefef
}
select:hover {
	background: #E8E8E8;
	background-position-x: right;
	background-position-y: -10px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

/*=====================*/
/*	TYPOGRAPHY         */
/*=====================*/
h1 {
	font-weight: 300;
	color: #372C29;
	letter-spacing: -.03em;
}

.clear{
	clear: both;
}
.clearFix {
	clear: both;
}

/*=====================*/
/*	HEADER             */
/*=====================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	min-width: 960px;
	height: 97px;
	z-index: 900;
	box-shadow: 0 1px 5px #999;
}

/* Main Header */
header #empath_logo {
	float: left;
	margin: 4px 0 0 20px;
	width: 118px;
	height: 66px;
}

header nav {
	margin: 0;	
	right: 0;
	position: relative;
}

header nav ul {
	float: right;
	margin-top: 36px;
}

header nav li {
	float: left;
	padding: 0 15px;
}

header nav li a {
	font-size: 13px;
	color: #000;
}
header .headerwrap {
	width: 100%;
	height: 77px;
	margin: 0;
}

/* Header Login */
#loginBox {
	margin: 0 0 0 -1px;
	height: 77px;
	width: 0px;
	border-left: 1px solid #F0F0F0;
	background: #F9F9F9 ;
	overflow: hidden;
	float: right;
	position: relative;
	right: -1px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#loginBox.open {
	right: 0px;
	width: 420px;
}
#loginBox a#loginClose {
	display: block;
	width: 19px;
	height: 35px;
	font-size: 10px;
	position: absolute;
	top: 28px;
	left: 0px;
}

#loginBox a#loginClose span {
	display: none;
}

#loginBox a#loginClose:hover span {
	display: block;
	font-weight: 700;
	color: #666;
	position: relative;
	top: 14px;
	left: 4px;
	font-size: 8px
}

#loginBox a.forgotpass {
	position: absolute;
	top: 5px;
	right: 42px;
	font-size: 8px;
	font-weight: 600;
	color: #4F7EAF;
	padding: 4px 0px;
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 80px;
	text-align: center;
}

#loginBox a.forgotpass:hover {
	background: #4F7EAF;
	color: #fff;
	
}

#loginForm {
	float: right;
	width: 400px;
	margin: 8px auto 0 auto;
	padding: 15px 10px 0 10px;
}

#loginBox input {
	background: #fff;
	border: 1px solid #B4B4B4 ;
	width: 130px;
	font-family: 'Open Sans', sans-serif;
}

#loginBox .login {
	background: #B4B4B4 ;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	width: 80px;
	color: #fff;
	/* webkit overide*/
	box-sizing: border-box;
}

/*=====================*/
/*	BODY               */
/*=====================*/
#wrapper {
	padding: 115px 20px 20px 20px;
	background: #f1f1f1;
	position: relative;
}

#content {
	min-width: 960px;
}
h1.pagetitle {
	font-size: 26px;
	font-weight: 300;
	margin: 0 -20px 40px -20px;
	padding: 3px 20px 20px 20px;
	border-bottom: 2px solid #FEC240;;
	position: relative;
}

/*=====================*/
/*	FOOTER             */
/*=====================*/
footer {
	background: #fff;
	width: 100%;
}
footer .legalese {
	color: #BDBDBD;
	font-size: 10px;
	margin: 30px 20px;
	padding: 0 85px 10px 10px;	
	text-align: right;
	line-height: 17px;
	
}


/*=====================*/
/*	CONTENT            */
/*=====================*/
#content.body {
	min-width: 960px;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
	padding: 20px;

}


/*=====================*/
/*	USER            */
/*=====================*/
#content.user {
	min-width: 960px;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
	padding: 20px;

}
a#addNewUser {
	background: #bada55;
	width: 140px;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0;
	height: 35px;
	display: block;
	position: absolute;
	top: 135px;
	right: 100px;
	line-height: 19px
}
#content.user label {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}
#content.user input, #content.user select {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#content.user form {
	width: 560px;
	margin: auto;
}
#content.user .buttonrow {
	width: 100%;
	text-align: right;
}

#content.user input.save {
	background: #bada55;
	width: 140px;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0;
	height: 35px;
}
#content.user a.cancel {
	background: #f0f0f0;
	color: #999;
	width: 140px;
	-webkit-width: 140px;
	-moz-width: 100px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 11px 20px 10px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0 0 0 10px;
}
#content.user .save:hover, #content.user .cancel:hover {
	background: #ddd;
	color: #fff;
}
#content.user input.checkboxSide {
	float: left;
	margin: 10px 0;
	width: 30px;
}
#content.user label.labelSide {
	float: left;
	margin: 10px 0;
}

/*=====================*/
/*	HOME               */
/*=====================*/
.homepage .modeEdit, .homepage .modeBrowse {
	top: 130px;
	right: 30px;
}
#content.home {
	min-width: 960px;

}
#content.body > div {
	clear:both;
}

/*=====================*/
/*	MESSAGING          */
/*=====================*/


.slideDownAlert {
	display: none;
	color: #fff;
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 20px 0;
	font-weight: 300;
	font-size: 20px;
	box-shadow: 0 1px 2px #666;
}
.slideDownAlert.success {
	background: #bada55;
	z-index: 998;
}
.slideDownAlert.error {
	background: red;
	z-index: 999;
}

/*=====================*/
/*	LOGIN              */
/*=====================*/

.loginpage h1.pagetitle {
	font-size: 26px;
	font-weight: 300;
	margin: 0 -20px 40px -20px;
	padding: 3px 20px 20px 20px;
	border-bottom: 2px solid #FEC240;;
	position: relative;
}

.loginpage label {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}
.loginpage input {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.loginpage form {
	width: 560px;
	margin: auto;
}

.loginpage input.login {
	background: #bada55;
	width: 140px;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0;
	float: right;
	height: 35px;
}

.loginpage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.loginpage li {
	float: left;
	padding-right: 15px;
	font-size: 12px;
}

.loginpage .login:hover {
	background: #ddd;
	color: #fff;
}

.loginpage .buttonrow {
	width: 100%;
	text-align: right;
	clear: both;
}

/*=====================*/
/*	404 NOT FOUND      */
/*=====================*/


.body.notfound h3 {
	font-size: 20px;
	font-weight: 400;	
	text-align: center;
	padding: 60px 0 100px 0;
}


/*=====================*/
/*	SYSTEM MESSAGES    */
/*=====================*/


.body.systemmessages h3 {
	font-size: 20px;
	font-weight: 400;	
	text-align: center;
	padding: 60px 0 100px 0;
}

/*=====================*/
/*	SUCCESS            */
/*=====================*/

.body.success h3 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;	
}

.body.success a.save {
	background: #bada55;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	margin: 20px 0;
}

.body.success a.save:hover {
	background: #ddd;
	color: #fff;
}


/*=====================*/
/*	RESET DB           */
/*=====================*/

.body.reset h3 {
	font-size: 20px;
	font-weight: 400;	
}

.body.reset h3 span {
	font-weight: 700;
}

.body.reset h2 {
	font-size: 16px;
	font-weight: 400;	
	margin: 20px 0;
	color: #666
}


.body.reset td {
	text-align: center;
}

.body.reset input.resetbutton {
	background: #bada55;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 auto;
	height: 35px;
}

.body.reset .loadBox {
	padding: 3px 10px;
	background: #eee;
	display: inline-block;
	margin: 10px 0 20px 0;
}


.body.reset label {
	font-size: 12px;
	color: #666;
}

.body.reset p {
	font-size: 11px;
	color: #666;
	line-height: 25px;
	text-align: center;
}

.body.reset input.resetbutton:hover {
	background: #ddd;
	color: #fff;
}