@font-face {
	 font-family: "AvenirNextLTPro";
	 src: url("../fonts/AvenirNextLTPro-Regular.eot");
	 src: local("☺"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Regular.min.svg") format("svg");
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	 font-family: "AvenirNextLTPro";
	 src: url("../fonts/AvenirNextLTPro-BoldIt.eot");
	 src: local("☺"), url("../fonts/AvenirNextLTPro-BoldIt.woff") format("woff"), url("../fonts/AvenirNextLTPro-BoldIt.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-BoldIt.min.svg") format("svg");
	 font-weight: bold;
	 font-style: italic;
}
 @font-face {
	 font-family: "AvenirNextLTPro";
	 src: url("../fonts/AvenirNextLTPro-Bold.eot");
	 src: local("☺"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Bold.min.svg") format("svg");
	 font-weight: bold;
	 font-style: normal;
}
 @font-face {
	 font-family: "AvenirNextLTPro";
	 src: url("../fonts/AvenirNextLTPro-Italics.eot");
	 src: local("☺"), url("../fonts/AvenirNextLTPro-Italics.woff") format("woff"), url("../fonts/AvenirNextLTPro-Italics.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Italics.min.svg") format("svg");
	 font-weight: normal;
	 font-style: italic;
}
 body {
	 margin: 0;
	 font-family: "AvenirNextLTPro", Verdana, Geneva, sans-serif;
	 font-size: 13px;
	 background-color: #eee;
}
 h1 {
	 color: #666;
	 font-weight: normal;
	 padding-left: 10px;
	 clear: both;
}
 h2 {
	 color: #666;
	 font-weight: normal;
	 padding-left: 10px;
	 clear: both;
}
 .dashboard-history-header h2,
 #dashboard-menu h2 {
	 margin-bottom: 10px;
 }
 h3 {
	 color: #666;
}
.globalCheckbox label{
	margin-left: 4px;
	font-size: 14px;
}
/* remove standard-styles */
input[type="text"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
}
/* Input & Textarea */
input[type="text"], input[type="password"], textarea {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 0.75em 1em 0.5em 1em;
	box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}
textarea {
	resize: vertical;
}
input[type="text"]:hover, input[type="text"]:active, input[type="password"]:hover, input[type="password"]:active, textarea:hover, textarea:active {
	border: 1px solid #666;
}
input[type="text"][disabled="disabled"]:hover, input[type="text"][disabled="disabled"]:active, input[type="password"][disabled="disabled"]:hover, input[type="password"][disabled="disabled"]:active, textarea[disabled="disabled"]:hover, textarea[disabled="disabled"]:active {
	border: 1px solid #bbb !important;
}
input[type="text"][disabled="disabled"], input[type="text"][disabled="disabled"], input[type="password"][disabled="disabled"], input[type="password"][disabled="disabled"], textarea[disabled="disabled"], textarea[disabled="disabled"] {
	background-color: #efefef;
}
/* Select */
select {
	width: 100%;
	border: 1px solid #bbb;
	padding: 0.75em 1em 0.5em 1em;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	background-image: url(../images/select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
select:hover {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/* graceful degradation for ie8 */
input[type='checkbox'], input[type='radio'] {
	width: auto;
	float: left;
	margin-right: 0.75em;
	background: transparent;
	border: none;
}
input[type='checkbox']:checked, input[type='checkbox']:not(:checked), input[type='radio']:checked, input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
	display: none;
}
input[type='checkbox'] + label, input[type='radio'] + label {
	cursor: pointer;
	height: 19px;
}
input[type='checkbox']:checked + label::before, input[type='checkbox']:not(:checked) + label::before, input[type='radio']:checked + label::before, input[type='radio']:not(:checked) + label::before {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 17px;
	position: relative;
	border: 1px solid #bbb;
	background: white;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}
input[type=radio]:checked + label::before, input[type=radio]:not(:checked) + label::before {
	border-radius: 30px;
}
input[type='checkbox']:hover + label::before, input[type='radio']:hover + label::before {
	background: #ddd;
	box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + label::before, input[type='radio']:checked + label::before {
	background: #384454;
	box-shadow: inset 0 0 0 2px white;
}
/* Hide browser-styling in IE10 */
select::-ms-expand {
	display: none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
	background-image: none;
}
 