@font-face {
	font-family: 'NovecentowideBold';
	src: url('../fonts/Novecentowide-Bold-webfont.eot');
	src: url('../fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Bold-webfont.woff') format('woff'), url('../fonts/Novecentowide-Bold-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Bold-webfont.svg#NovecentowideBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NovecentowideDemiBold';
	src: url('../fonts/Novecentowide-DemiBold-webfont.eot');
	src: url('../fonts/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-DemiBold-webfont.woff') format('woff'), url('../fonts/Novecentowide-DemiBold-webfont.ttf') format('./truetype'), url('../fonts/Novecentowide-DemiBold-webfont.svg#NovecentowideDemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	/*height:100%;*/
}

body {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-color: #F0F0F0;
}

.centre-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.header {
	height: 83px;
	float: left;
	background-repeat: repeat;
	width: 100%;
	/* [disabled]background-size: contain; */
	/* [disabled]background-color: #2AB1FE; */
	background-color: #FFF;
	background-image: url(../images/Water-Drops-Transparent-Background.png);
}

.footer {
	position: inherit;
	clear: both;
	background-color: #004277;
	height: 3px;
}

.classgrey {
	background-color: #c0c0c0;
}

.classteal {
	background-color: #008080;
}

.classcornflour {
	background-color: #6495ed;
}

.classblue {
	background-color: #00008b;
	color: #ffffff !important;
}

.classpurple {
	background-color: #9400d3;
	color: #ffffff !important;
}

.classpink {
	background-color: #ff1493;
	color: #000000 !important;
}

.classred {
	background-color: #8b0000;
	color: #ffffff !important;
}

.paddedcell {
	padding-bottom: 5px;
	padding-top: 5px;
}

.content {
	background-color: #F0F0F0;
	margin-left: 133px;
}

.wait {
	font-family: 'NovecentowideBold';
	font-size: 18px
}

.filterTable {
	/*width: calc(90% - 178px);*/
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#groups {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: calc(100% - 178px);
	border-collapse: collapse;
	/*margin-top: 20px;*/
	/*margin-left: 20px;*/
	margin-left: auto;
	margin-right: auto;
}

#groups td,
#groups th {
	font-size: small;
	border: 1px solid #000;
	padding: 3px 7px 2px 7px;
	color: #000;
	background-color: #FFF;
	text-align: left;
}

#groups th {
	font-size: small;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #E0DCC7;
	color: #000;
}

#groups .alt {
	color: #FFF;
	background-color: #004277;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12pt;
	border: none;
}

#customers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: calc(100% - 128px);
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#customers td,
#customers th {
	font-size: 1em;
	border: 1px solid #003;
	padding: 3px 7px 2px 7px;
	background-color: #FFF;
	color: #000;
	text-align: left;
}

#customers th {
	font-size: 12pt;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #2AB1FE;
	color: #ffffff;
}

#customers tr.alt td {
	color: #000000;
	background-color: #ECF5FF;
}

#edittable2 {
	font-family: Arial, Helvetica, sans-serif;
	width: calc(100% - 128px);
	border-collapse: collapse;
	background-color: #FFF;
	border-left: grey thin solid;
	border-right: grey thin solid;
	border-top: grey thin solid;
	border-bottom: grey thin solid;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#edittable2 td,
#edittable th {
	font-size: 14px;
	padding: 7px 7px 7px 7px;
	color: #000;
	text-align: left;
	width: auto;
	font-weight: normal;
	border-right: grey thin solid;
}

#edittable2 th {
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	width: 20%;
	padding: 7px 7px 7px 7px;
	border-right: grey thin solid;
}

#edittable2 input[type="text"] {
	width: 200px;
	background: #fff;
	font-size: 14px;
	color: #000;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}

#edittable2 textarea {
	width: 200px;
	background: #fff;
	font-size: 14px;
	color: #000;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}

#edittable2 input[type="text"]:focus,
#edittable2 input[type="text"].focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

#edittable2 textarea:focus,
#edittable2 textarea.focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

#edittable2 select {
	float: left;
	width: 110px;
	background: #fff;
}

#button {
	cursor: pointer;
	background: #2AB1FE;
	color: #FFF;
	font-size: 18px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 98px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}

section#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	/*min-height:100%;*/
}

header {
	width: 292px;
	height: 100%;
	position: fixed;
	background: url(./images/espresso-service-header-bg-grad.png) left top repeat-y;
}

section#inner-header {
	position: relative;
	width: 148px;
	left: 30px;
	top: 24px;
	z-index: 99999;
}

h1#espresso-service-logo {
	position: relative;
	z-index: 9999;
	width: 158px;
	height: 158px;
	left: -10px;
	margin: 0 0 17px;
}

h1#espresso-service-logo a {
	display: block;
	width: 158px;
	height: 158px;
}

section#inner-header h2 {
	position: relative;
	margin: 0 0 11px;
	font-family: 'NovecentowideBold';
	font-size: 15px;
	line-height: 15px;
	padding: 5px 0;
	color: #fff;
	border-top: 3px solid #004277;
	border-bottom: 3px solid #004277;
}

#content-wrap {
	margin: 0 auto;
	width: 460px;
	position: relative;
	z-index: 3;
	/*height:100%*/
	;
	padding: 0;
	top: 42px;
	background: #FFF;
}

#content {
	/* [disabled]width:460px; */
	margin: auto;
	position: relative;
}

#content h1 {
	color: #FFF;
	height: 68px;
	line-height: 68px;
	padding: 0 0 0 30px;
	background-color: #2AB1FE;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#content h1 img.star {
	position: relative;
	top: 7px;
	left: 3px;
}

#content .content-inner {
	padding: 18px 30px 12px;
	background: #FFF;
}

#content .content-inner .boxout {
	position: relative;
	margin: 0 0 15px;
	font-family: 'NovecentowideBold';
	font-size: 14px;
	padding: 5px 0;
	color: #2AB1FE;
	border-top: 3px solid #0015F3;
	border-bottom: 3px solid #0015F3;
}

#content .content-inner .boxout p {
	margin: 0;
	line-height: 18px;
}

#content .content-inner p {
	margin: 4px 0 10px;
}

#content .content-inner hr {
	margin: 11px 0 10px;
}

#content table {
	margin: 5px 0 21px;
}

#content table tr th {
	background: #004277;
	color: #FFF;
	padding: 3px 10px;
	font-weight: bold;
	text-align: left;
}

#content table tr td {
	background: #f6e0c1;
	color: #2AB1FE;
	border-top: 5px solid #FFF;
	padding: 3px 10px;
}

#content table#callout {
	margin: 5px 0 21px;
}

#content table#callout tr td {
	background: #FFF;
	vertical-align: top;
	border-bottom: 1px solid #004277;
	padding: 3px 0;
}

#content table#callout tr td.head {
	width: 172px;
	font-weight: bold;
	padding-right: 30px;
	cursor: pointer;
	line-height: 28px;
}

#content table#callout tr.rembord td {
	border-bottom: none;
}

#content table#callout tr td img {
	float: left;
	position: relative;
	left: 0;
	top: -2px;
	margin-right: 10px;
}

#content table#callout tr td ul {
	margin: 0 0 5px 68px;
}

#content table#callout tr td li {
	padding: 0 0 10px;
}

#content .content-inner p strong {
	color: #004277;
}

#content .content-inner .one-half {
	width: 252px;
	float: left;
	margin: 0 20px 0 0;
}

#content .content-inner .last {
	margin-right: 0;
}

#content ul {
	padding: 0;
	margin: 0 0 15px 20px;
	list-style-position: outside;
	list-style-image: url(images/espresso-service-nav-star.png)
}

#content ul li {
	padding: 5px 0;
	line-height: 1.4em;
}

#content .content-inner .info {
	position: relative;
	margin: 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	color: #000;
	text-align: center;
}

#content .content-inner .info a,
#content .content-inner .info a:visited {
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	color: #2AB1FE;
	background-color: #FFF;
}

#content .content-inner .info a:hover,
#content .content-inner .info a:active,
#content .content-inner .info a:focus {
	color: #FFF;
	background-color: #2AB1FE;
}


/* -------- Fonts & Colours -------- */

a {
	color: #004277;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #CCC;
}

a img:hover,
#content a.submit-btn:hover,
#content input[type="submit"]:hover,
#content .box a:hover {
	opacity: 0.7;
}

body {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	color: #2AB1FE;
}

h1 {
	font-size: 24px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	color: #FFF;
}

h2 {
	font-size: 17px;
	color: #2AB1FE;
	font-family: 'NovecentowideBold';
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

p {
	line-height: 1.4em;
	margin: 12px 0;
}


/* -------- Misc -------- */

.hidden {
	visibility: hidden;
	display: none;
}

a img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

div,
img,
input {
	border: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

hr {
	margin: 18px 0 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #0015F3;
}

object:focus,
embed:focus {
	outline: none;
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

img.alignnone {
	display: block;
	margin: 10px auto;
	padding: 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

a img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

a img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

form {
	padding: 0;
	margin: auto;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2AB1FE;
	font-weight: normal;
}

label {
	display: block;
	width: 117px;
	float: left;
	line-height: 21px;
}

input[type="text"],
textarea,
input[type="password"],
select {
	float: left;
	width: 397px;
	position: relative;
	background: #E6F8FF;
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	margin: 0 0 10px;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="password"]:focus {}

input[type="submit"] {
	cursor: pointer;
	background: #2AB1FE;
	color: #FFF;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 98px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}

textarea {
	height: 144px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 5px;
}

input[type="radio"] {
	margin: 0 5px;
}

input[type="checkbox"] {
	margin: 5px 10px 5px 0;
}

input.qty {
	background: #FFF;
	width: 44px;
	margin: 2px 0;
}

.button-back,
.button-next,
.finish,
a.btn {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	background: #2AB1FE;
	color: #FFF;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 98px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(http://www.espressoservice.co.uk/PIE.php);
}

a.btn {
	position: relative;
	width: auto;
	padding: 0 15px;
	margin: 7px 0;
}

.button-back {
	float: left;
	left: 0;
}

.button-next {
	float: right;
	right: 0;
	margin-right: 0;
}

input.finish {
	float: right;
	right: 0;
	margin-right: 0;
}

.step {
	border: none;
	height: 337px;
}

.step legend {
	display: none;
}

.error-image {
	background: url(images/error.png) no-repeat right top;
}

input.error,
textarea.error {
	background-color: #e3e3e3;
}

label.error {
	background: url(images/alert.png) left top no-repeat;
	width: 244px;
	color: #DE5130;
	display: block;
	float: left;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 4px 3px 0 10px;
	padding: 2px 0 10px 22px;
	position: absolute;
	left: 135px;
	bottom: 44px;
}

fieldset {
	border: none;
	width: 524px;
	position: relative;
	overflow: hidden;
	clear: both;
}

#content ul.stepy-titles,
#content ul.nav-tabs {
	margin: 0 0 20px;
	padding: 0;
	height: 28px;
	position: relative;
	top: 15px;
	list-style-image: none;
}

#content ul.stepy-titles li,
#content ul.nav-tabs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: 2px solid #7d503f;
}

#content ul.stepy-titles li#custom-title-3,
#content ul.nav-tabs li.last-tab {
	border-top: none;
}

#content ul.stepy-titles li#custom-title-3 div,
#content ul.nav-tabs li.last-tab a {
	top: -12px;
}

#content ul.stepy-titles div,
#content ul.nav-tabs a {
	cursor: pointer;
	float: left;
	font-size: 17px;
	font-family: 'NovecentowideDemiBold';
	display: block;
	text-decoration: none;
	color: #FFF;
	margin: 0 78px 0 0;
	position: relative;
	top: -14px;
	outline: 0;
	background: #2AB1FE;
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 27px;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
	behavior: url(http://www.espressoservice.co.uk/PIE.php);
}

#content ul.stepy-titles div:hover,
#content ul.nav-tabs a:hover {
	background: #004277;
}

#content ul.stepy-titles li.current-step div,
#content ul.nav-tabs a.active {
	background: #004277;
	color: #FFF;
	cursor: default;
}

.accountTables {
	float: left;
	margin-left: 25px;
}

#accounttable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #FFF;
	border-left: grey thin solid;
	border-right: grey thin solid;
	border-top: grey thin solid;
	border-bottom: grey thin solid;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 275px;
	height: 200px;
}

#accounttable td,
th {
	font-size: 14px;
	padding: 7px 7px 7px 7px;
	color: #000;
	text-align: left;
	font-weight: normal;
}

#accounttable th {
	background-color: #CCC;
	font-weight: bold;
	max-width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#accounttable textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 170px;
	border: none;
}

#accountEditTable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #FFF;
	border: grey thin solid;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#accountEditTable [scope=col] {
	border-left: grey thin solid;
	text-align: center;
}

#accountEditTable [scope=topcol] {
	border-left: grey thin solid;
	text-align: left;
}

#accountEditTable [scope=cell] {
	text-align: center;
}

#accountEditTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	/* [disabled]padding-top: 5px; */
	padding-right: 5px;
	/* [disabled]padding-bottom: 5px; */
	padding-left: 10px;
	margin: 0 0 0 0;
	vertical-align: middle;
}

#accountEditTable th {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
}

#accountEditTable td {
	text-align: right;
}

#accountEditTable input[type="text"],
textarea {
	border: grey thin solid;
	width: 200px;
	color: #000;
	background-color: #F4F4F4;
	margin-top: 8px;
}

#accountEditTable label {
	width: auto;
	/* [disabled]padding-top: 8px; */
}

#accountEditTable select {
	border: grey thin solid;
	width: 80px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 8px;
}

#editFilterTable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #FFF;
	border: grey thin solid;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#editFilterTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	/*padding-left: 50px;*/
	vertical-align: middle;
}

#editFilterTable [scope=alignleft] {
	text-align: left;
	padding-left: 10px;
	padding-right: 50px;
}

#editFilterTable th {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
}

#editFilterTable td {
	text-align: right;
	padding-left: 50px;
}

#editFilterTable input[type="text"],
[type="password"],
[type="number"] {
	border: grey thin solid;
	color: #000;
	background-color: #F4F4F4;
	margin-top: 8px;
	width: auto;
}

#editFilterTable input[type="number"] {
	height: 22px;
	padding-left: 3px;
}

.wideInput {
	width: 350px !important;
}

#editFilterTable select {
	border: grey thin solid;
	width: auto;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 2px vertical-align: middle;
}
#AddTable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: grey thin solid;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 97%
	border: grey thin solid;
}

#AddTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 0 0 0;
	vertical-align: middle;
	text-align: left;
	border: none;
}

#AddTable th {
	background-color: #CCC;
	font-weight: bold;
}


#AddTable select {
	border: grey thin solid;
	background-color: #F4F4F4;
	width: auto;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 8px;
}

#AddTable [scope=heading] {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
}

#userTable {
	font-family: Arial, Helvetica, sans-serif;
	/* [disabled]border-collapse:collapse; */
	background-color: #FFF;
	border: grey thin solid;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	/*width: auto;*/
	width: 97%
}

#userTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 0 0 0;
	vertical-align: middle;
	/*border: grey thin solid;*/
}

#userTable th {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
}

#userTable td {
	text-align: left;
}

#userTable input[type="text"],
input[type="password"] {
	border: grey thin solid;
	width: 100%;
	color: #000;
	background-color: #F4F4F4;
	margin-top: 8px;
}

#userTable select {
	border: grey thin solid;
	background-color: #F4F4F4;
	width: auto;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 8px;
}

#userTable [scope=heading] {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
}

#userTable thead th {
	border: grey thin solid;
}

#userTable tbody td {
	border: grey thin solid;
}

#userTable img {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin: auto;
}

.g-placeholder {
	max-width: 860px;
	height: 270px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: grey thin solid;
}
#reportTable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFF;
	border: grey thin solid;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-width: 860px;
	/*width: auto;*/
}

#reportTable td,
th {
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	padding: 6px;
}

#reportTable th {
	background-color: #CCC;
	font-weight: bold;
}

#reportTable [scope=heading] {
	background-color: #E8E8E8;
	font-size: 14px;
	font-weight: bold;
}

#reportTable [scope=bolder] {
	font-weight: bold;
}

.outline {
	border: grey thin solid;
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 200px;
	height: 90%;
	/* [disabled]vertical-align: text-top; */
	margin-bottom: 20px;
}

#editbutton {
	cursor: pointer;
	background: #2AB1FE;
	color: #FFF;
	font-size: 14px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: right;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#editFilterbutton {
	cursor: pointer;
	background: #2AB1FE;
	color: #FFF;
	font-size: 14px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: none;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#resetcounterbutton {
	width: 140px !important;
}

#addbutton {
	cursor: pointer;
	background: #FFF;
	color: #2AB1FE;
	font-size: 14px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: right;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#deletebutton {
	cursor: pointer;
	background: #C00;
	color: #FFF;
	font-size: 12px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: none;
	margin: 3px 10px 3px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#exchangebutton {
	cursor: pointer;
	background: #FF9700;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'NovecentowideBold';
	font-weight: normal;
	width: 200px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	float: none;
	margin: 3px 10px 3px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	align: left;
}

#headingtable {
	text-align: left;
	font-size: 14pt;
	color: #FFF;
	font-family: 'NovecentowideBold';
	line-height: 21px;
	width: 97%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: #2AB1FE;
	border-left: grey thin solid;
	border-right: grey thin solid;
	border-top: grey thin solid;
	border-bottom: grey thin solid;
}

#headingtable th {
	padding-top: 15px;
}

#headingtable input[name="search"] {
	width: 300px;
	background: #E6F8FF;
	height: 21px;
	line-height: 21px;
	color: #666;
	float: none;
}

#headingtable [scope=centred] {
	padding-bottom: 15px;
}

#headingtable input[type="search"] {
	width: 300px;
	background: #E6F8FF;
	height: 21px;
	line-height: 21px;
	color: #666;
	float: none;
	margin-bottom: 7px;
}

#tesseractTable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 980px;
	table-layout: fixed;
	margin: auto;
	border: grey thin solid;
	border-collapse: separate;
}

#tesseractTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 0 0 0;
	vertical-align: middle;
	border: none;
}

#tesseractTable th {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tesseractTable td {
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
}

#tesseractTable thead {
	display: table;
	width: 100%;
	border: none;
}

#tesseractTable [scope=heading] {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}

#tesseractTable tbody {
	height: 275px;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	width: 100%;
}

#tesseractTable tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.topBar {
	color: #FFF;
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: auto;
	border-left: 0px gray solid;
	border-right: 0px gray solid;
	border-top: 0px gray solid;
	border-bottom: 0px gray solid;
	padding: 0px;
	margin-bottom: 10px;
}

.sidebarGroup {
	float: left;
	width: 120px;
	/* [disabled]padding-bottom: 10px; */
	font-weight: bold;
	/*color: #006;*/
	/*background-color: #FFF;*/
	padding-top: 15px;
	text-align: center;
	color: #2AB1FE;
	border: 2px solid;
	border-radius: 15px;
	background: #fff;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.nav {
	list-style: none;
	margin-bottom: 15px;
	border-bottom-color: #004277;
}

ul.nav li {
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-color: #004277;
}

ul.nav a,
ul.nav a:visited {
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	color: #2AB1FE;
	background-color: #FFF;
}

ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
	color: #FFF;
	background-color: #2AB1FE;
}

ul.nav a:hover img,
ul.nav a:active img,
ul.nav a:focus img {
	/*  inverts the colour of the images in the sidebar  */
	-webkit-filter: invert(100%);
	-o-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}

#topbarGroup {
	width: 90%;
	font-weight: bold;
	text-align: center;
	color: #2AB1FE;
	border: 2px solid;
	border-radius: 15px;
	background: #fff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#topbarGroup ul {
	list-style-type: none;
	margin-bottom: 15px;
	border-bottom-color: #004277;
	height: 72px;
}

#topbarGroup ul li {
	border-bottom-color: #004277;
	display: inline-block;
	/*float: left;*/
	width: 90px;
}

#topbarGroup ul li img {
	height: 60px;
}

#topbarGroup ul a,
#topbarGroup ul a:visited {
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	color: #2AB1FE;
	/*background-color: #FFF;*/
}

#topbarGroup ul a:hover,
ul a:active,
ul a:focus {
	color: #FFF;
	background-color: #2AB1FE;
}

#topbarGroup ul a:hover img,
#topbarGroup ul a:active img,
#topbarGroup ul a:focus img {
	/*  inverts the colour of the images in the sidebar  */
	-webkit-filter: invert(100%);
	-o-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}

#logodiv {
	text-align: center;
	vertical-align: middle;
	font-family: 'NovecentowideBold';
	font-size: 24px;
	color: #000;
	padding-top: 20px;
}

.custom-table {
	margin: 30px;
}

.g-placeholder2 {
	max-width: 860px;
	height: 170px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#viewSiteTable {
	font-family: 'NovecentowideDemiBold';
	font-weight: normal;
	background-color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 850px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#viewSiteTable tr th,
#viewSiteTable tr td {
	/*border-right: 1px solid #bbb;*/
	/*border-bottom: 1px solid #bbb;*/
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	padding: 6px;
	padding-left: 10px;
}

#viewSiteTable [scope=heading] {
	/*background-color: #E8E8E8;*/
	background-color: #D1D1D1;
	font-size: 16px;
	font-weight: bold;
}

#viewSiteTable [scope=bolder] {
	font-weight: bold;
}

#viewSiteTable tr th:first-child,
#viewSiteTable tr th:last-child {
	border-top: solid 1px #000;
}

#viewSiteTable tr th:first-child,
#viewSiteTable tr td:first-child {
	border-left: 1px solid #000;
}

#viewSiteTable tr th:first-child,
#viewSiteTable tr td:last-child {
	border-right: 1px solid #000;
}


/*#viewSiteTable.Info tr th, #viewSiteTable.Info tr:first-child td {
       border-top: 1px solid #bbb;
    }*/


/*#viewSiteTable tr th, #viewSiteTable tr:last-child td {*/

#viewSiteTable tr:last-child td {
	border-bottom: 1px solid #000;
}

#viewSiteTable tr th {
	background-color: #7CB5EC;
	font-weight: bold;
	font-size: 20px;
}


/* top-left border-radius */

#viewSiteTable tr:first-child th:first-child,
#viewSiteTable.Info tr:first-child td:first-child {
	border-top-left-radius: 10px;
}


/* top-right border-radius */

#viewSiteTable tr:first-child th:last-child,
#viewSiteTable.Info tr:first-child td:last-child {
	border-top-right-radius: 10px;
}


/* bottom-left border-radius */

#viewSiteTable tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}


/* bottom-right border-radius */

#viewSiteTable tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.smallarea {
	height: 50px;
	padding: 2px
}

.download {
	float: right;
	padding: none;
	margin: none;
	margin-top: -7px;
}

.rotate_text {
	-ms-transform: rotate(-60deg);
	-ms-transform-origin: top left;
	-moz-transform: rotate(-60deg);
	-moz-transform-origin: top left;
	-webkit-transform: rotate(-60deg);
	-webkit-transform-origin: top left;
	-o-transform: rotate(-60deg);
	-o-transform-origin: top left;
	position: relative;
	top: 35px;
	width: 20px !important;
}

.rotated_cell {
	border: 1px solid black;
	height: 65px;
	width: 20px !important;
	vertical-align: bottom;
}

#reportingTable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 980px;
	table-layout: fixed;
	margin: auto;
	border: grey thin solid;
	border-collapse: separate;
}

#reportingTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 0;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	/*width:100%;*/
}

#reportingTable th {
	background-color: #CCC;
	font-weight: bold;
}

#reportingTable td {
	padding-top: 1px;
	padding-bottom: 1px;
}

#reportingTable thead {
	display: table;
	width: 100%;
}

#reportingTable [scope=heading] {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
}

#reportingTable [type=text] {
	background-color: #FFF;
	color: #000;
	margin-top: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: grey thin solid;
	width: 95%
}

#reportingTable tbody {
	height: 500px;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	width: 100%;
}

#reportingTable tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#makeReportTable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 980px;
	margin: auto;
	border: grey thin solid;
	border-collapse: separate;
	width: 100%;
}

#makeReportTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: none;
	vertical-align: middle;
}

#makeReportTable th {
	background-color: #CCC;
	font-weight: bold;
}

#makeReportTable [type=text] {
	background-color: #FFF;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border: grey thin solid;
	width: 95%;
	vertical-align: middle;
}

#makeReportTable select {
	background-color: #FFF;
	color: #000;
	border: grey thin solid;
	width: auto;
	margin-bottom: 0px;
}

#makeReportTable textarea {
	background-color: #FFF;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: grey thin solid;
	width: 95%;
	vertical-align: middle;
	height: 6em;
}

#makeExportTable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 600px;
	margin: auto;
	border: grey thin solid;
	border-collapse: separate;
}

#makeSiteReportTable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 980px;
	margin: auto;
	border: grey thin solid;
	border-collapse: separate;
	width: 100%;
}

#makeExportTable td,
th {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: none;
	vertical-align: middle;
}

#makeExportTable th {
	background-color: #CCC;
	font-weight: bold;
}

#makeExportTable [type=text] {
	background-color: #FFF;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border: grey thin solid;
	width: 95%;
	vertical-align: middle;
}

#makeExportTable select {
	background-color: #FFF;
	color: #000;
	border: grey thin solid;
	width: auto;
	margin-bottom: 0px;
}

#makeExportTable textarea {
	background-color: #FFF;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: grey thin solid;
	width: 95%;
	vertical-align: middle;
	height: 6em;
}

.emailhover {
	position: relative;
	display: inline-block;
}

.emailhover .emailtxt {
	visibility: hidden;
	width: auto;
	background-color: white;
	color: #000;
	text-align: center;
	border: grey thin solid;
	border-radius: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/* Position the tooltip */
	position: absolute;
	top: -5px;
	z-index: 1;
}

.emailhover:hover .emailtxt {
	visibility: visible;
}

#popup {
	width: 865px;
	height: 275px;
	border: solid;
	position: fixed;
	top: 290px;
	left: 50%;
	margin-left: calc(120px - 480px);
}

.g-placeholder2 {
	width: 860px;
	height: 270px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: grey thin solid;
}

#customButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 10px;
}

#accountGrid {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #FFF;
	border-left: grey thin solid;
	border-right: grey thin solid;
	border-top: grey thin solid;
	border-bottom: grey thin solid;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	max-width: 97%;
	height: 100px;
}

#accountGrid td {
	font-size: 13px;
	padding: 4px 4px 4px 4px;
	/*padding:2px 2px 2px 5px;*/
	color: #000;
	text-align: left;
	font-weight: normal;
	/*max-width: 270px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	vertical-align: top;
}

#accountGrid th {
	background-color: #CCC;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 7px 5px 7px 5px;
}

#accountGrid textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1.2;
	width: auto;
	height: auto;
}

#accountGrid [type="submit"] {
	width: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.weekDays-selector input {
	display: none!important;
}

.weekDays-selector input[type=checkbox]+label {
	display: inline-block;
	border-radius: 4px;
	background: #dddddd;
	height: 30px;
	width: 30px;
	margin-right: 3px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked+label {
	background: #2AD705;
	color: #ffffff;
}

.hourDays-selector input {
	display: none!important;
}

.hourDays-selector input[type=checkbox]+label {
	display: inline-block;
	border-radius: 4px;
	background: #dddddd;
	height: 26px;
	width: 26px;
	margin-right: 3px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.hourDays-selector input[type=checkbox]:checked+label {
	background: #2AD705;
	color: #ffffff;
}

.checkcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: none;
	text-align: left;
	min-width: 200px;
}


/* Hide the browser's default checkbox */

.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #ddd;
	border-radius: 4px;
	/*border: solid #2AD705;*/
}


/* On mouse-over, add a grey background color */

.checkcontainer:hover input~.checkmark {
	background-color: #bbb;
}


/* When the checkbox is checked, add a blue background */

.checkcontainer input:checked~.checkmark {
	background-color: #2AD705;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.checkcontainer input:checked~.checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.checkcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}