html, body {
	margin: 0;
	padding: 0;
	font-family: "titillium web", helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #554b37;
}
body {
	min-width: 1280px;
	
	background: #8dbe23;
	background: -webkit-linear-gradient(right,#8dbe23,#00a783); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,#8dbe23,#00a783); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,#8dbe23,#00a783); /*Fx 3.6-15*/
	background: linear-gradient(to left, #8dbe23, #00a783); /*Standard*/
}
.togglebiatch {
	display: none;	
}
figure {
	margin: 0;
	padding: 0;
}
figure svg {
	width: 100%;
	height: auto;	
}
input, select, button {
	font-family: "titillium web", helvetica, sans-serif;
}
img {
	vertical-align: top;	
}

p.promo {
	text-align: right;
	position: relative;	
	bottom: -70px;
	right: -50px;
}

a {
	color: #00a783;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}

#debugpane {
	display: none;
	background: #CCC;
}
#debugpane:target {
	display: block;
}

ul.struct, ol.struct, .struct li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0; padding: 0;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 228.5%;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-bottom: 0.5em;
	font-weight: bold;
}
h2 {
	font-size: 125%;
	padding: 0.25em 0;
}


table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5em;
	font-size: 100%;
	font-weight: normal;	
}
table th,
table td {
	padding: 0.5em 0.5em;
	padding: 0.5em 0.5em;
	text-align: left;
	vertical-align: top;
}


.innerwrap {
	width: 1200px;
	margin: 0 auto;	
}



/**
 * 
 * Header section
 */
#header {
	background: url("img/header_texture.png") center bottom repeat-x;
	background-size: auto 220px;
	height: 83px;
		
}
#header .innerwrap {
	position: relative;
	height: 100%;
}
#header #logo {
	position: absolute;
	left: 50%;
	top: -28px;
	margin-left: -565px;
}
#header #logo img {
	width: 250px;
	height: auto;	
}

#langselect {
	height: 33px;
	line-height: 33px;
	position: absolute;
	top: 20px;
	right: 0;
}

#loginstatus {
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #554b37;
	text-align: left;
	position: absolute;
	bottom: -33px;
}
#loginstatus a {
	white-space: nowrap;
	color: #554b37;
}
#loginstatus i {
	white-space: nowrap;
	cursor: pointer;
	margin: 0 10px;
	font-style: normal;
	position: relative;
}
/**
 * The main menu
 */
#menu {
	margin: 0;
	padding-top: 5em;
	background: #FFF;
}
#menu ul {
	margin: 0 2.5%;
	height: 96px;
	overflow: visible;	
}
#menu li {
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin: 0 45px 0 0;
}
#menu li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 140px;
	text-align: center;
	line-height: 38px;
	padding: 0;
	text-decoration: none;
	color: #F1F1F1;
	background: #00a783;
	background: url("img/hexagon_FAFAFA.svg") 0 0 no-repeat;
	background-size: 100% auto;
}
#menu li a span {
	display: block;
	position: absolute;
	width: 90%;
	left: 5%;
	right: 5%;
	top: 57%;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #00a783;	
}
#menu li a:after {
	display: block;
	font-family: icomoon !important;
	font-weight: normal!important;
	content: "\e900";
	color: #FFF;
	position: absolute;
	top: 21%;
	text-align: center;
	left: 5%;
	right: 5%;
	z-index: 10;
	font-size: 165%;
}

#menu .system a:after {	content: "\e995";	}
#menu .cards a:after {	content: "\e90e";	}
#menu .projects a:after {	content: "\e904";	}
#menu .login a:after { content: "\e971"; }
#menu .register a:after { content: "\e903"; }
#menu .settings a:after { content: "\e903"; }
#menu .users a:after { content: "\e971"; }

#menu li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 89.0625%;
	background: url("img/hexagon_lightgreen.svg") 50% 30% no-repeat;
	background-size: 35% auto;
}

#menu li.active a:before {
	background-image: url("img/hexagon_dark_green.svg");
}
#menu li.active a:after {
	font-size: 156.25%;
	top: 23%;
}

#menu li a:hover,
#menu li.active a:hover,
#menu li.active a {
	background-image: url("img/hexagon_EEE.svg");
}
#menu li.active a {
	width: 160px;	
}
#menu li.active a span {
	font-size: 128.5%;
	font-weight: 600;	
}


#bannerbox {
	position: absolute;
	right: 0;
	top: -150px;
		
}
#bannerbox .hex {
	width: 140px;
	float: left;
	margin-left: 1em;
}
#bannerbox .credits {
	background-image: url("img/hexagon_lightgreen.svg");
	color: #FFF;
}
#bannerbox .projects {
	background-image: url("img/hexagon_dark_green.svg");
	color: #FFF;
}

/**
 * 
 */
#subcontrollermenu {
	overflow: hidden;
}
#subcontrollermenu li {
	width: 16%;
	margin: 0 2% 2% 2%;
	float: left;
	text-align: center;
	
}
#subcontrollermenu li a {
	display: block;
	position: relative;
	padding-top: 89.0625%;
	text-decoration: none;
	background: url("img/hexagon_FAFAFA.svg") 0 0 no-repeat;
	background-size: 100% auto;
}
#subcontrollermenu li a:before {
	display: block;
	font-family: icomoon !important;
	content: "\e900";
	position: absolute;
	top: 20%;
	left: 5%;
	right: 5%;
	z-index: 10;
	font-size: 300%;
}
#subcontrollermenu li a span {
	position: absolute;
	top: 60%;
	left: 5%;
	right: 5%;
	overflow: hidden;
	display: block;	
}
#subcontrollermenu li a:hover {
	background-image: url("img/hexagon_dark_green.svg");
	color: #FFF;
}
#subcontrollermenu .system-users a:before {	content: "\e972"; }
#subcontrollermenu .system-locale a:before {	content: "\e9ca"; }
#subcontrollermenu .system-language a:before {	content: "\e96e"; }
#subcontrollermenu .system-cards a:before {	content: "\e90e"; }
#subcontrollermenu .settings-account a:before {	content: "\e971"; }
#subcontrollermenu .system-dl a:before {	content: "\e9c5"; }


/**
 * Tile list has a tile element displayed as a hexagon
 */
.tilelist {
	padding: 0;
	margin: 1em 0;	
}
.tilelist li {
	margin: 0 0 0.75em 0;
	padding: 0 0 0 9.5em;
	height: 7em;
	list-style-type: none;
	position: relative;
}
.tilelist li .inner {
	position: absolute;
	top: 50%;
	font-size: 143%;
	transform: translate(0,-50%);
}
.tilelist li .inner button {
	font-size: 69.93006993%;
}
.tilelist li .tile {
	display: inline-block;
	width: 6.85em;
	height: 6.85em;
	color: #FFF;
	margin-left: -9.5em;
	background: url("img/hexagon_dark_green.svg") center center no-repeat;
	background-size: 100% auto;
	text-align: center;
	line-height: 6.85em;
	font-style: normal;
}
.tilelist .participants .tile {
	background-image: url("img/hexagon_lightgreen.svg");
}
.tilelist .sent .tile {
	background-image: url("img/hexagon_C8C6C8.svg")
}
.tilelist li .tile strong {
	font-size: 250%;
}

/**
 * Basic two-column layout
 */
.columns {
	overflow: hidden;
}
.columns .col {
	width: 49%;
	float: left;
	clear: left;
}
.columns .col.right {
	float: right;
	clear: right;
}


.progressindicator,
.btnactions {
	overflow: hidden;
	position: relative;
	top: -20px;	
}
.progressindicator li,
.btnactions li {
	float: left;
	margin-right: 1px;
}
.progressindicator li span,
.btnactions li a {
	display: block;
	line-height: 1.4;
	background: #c8C6C8;
	padding: 0.1em 0.5em;
	color: #554b37;
	text-decoration: none;
	position: relative;
}
.btnactions li a.back {
	background: #FFF;
	margin-left: 0.5em;
	padding-left: 0.1em;
}
.btnactions li a.back:before {
	content: " ";
	background: url("img/hexagon_FFF.svg") 0 0 no-repeat;
	background-size: auto 100%;
	display: block;
	width: 0.5em;
	position: absolute;
	top: 0;
	left: -0.5em;
	bottom: 0;
}
.btnactions a:hover {
	background: #00a783;
	color: #FFF;
}
.btnactions a.back:hover {
	color: #00a783;
}
.btnactions a.active {
	font-weight: bold;
	background: #00a783;
	color: #FFF;
}
.btnactions li a.disabled {
	font-weight: normal;
	background: #ECECEC;
	color: #AAA;
	cursor: not-allowed;
}

.btnactions li:last-child a {
	border-radius: 0 0.25em 0.25em 0;
}

.progressindicator {
	font-size: 15px;
}
.progressindicator li {
	line-height: 18px;
	padding-right: 10px;
}
.progressindicator li span {
	float: left;
	margin-right: 4px;
	padding: 1px 0;
	width: 18px;
	text-align: center;
	font-weight: bold;
}
.progressindicator li.act span {
	background: #FFE260;
}






table.reports td {
	padding: 2px 10px 2px 0;
	line-height: 36px;
	white-space: nowrap;	
}
table.reports select {
	height: 36px;
	line-height: 36px;
}
#content table.reports td .button,
table.reports td button {
	width: auto;
	height: 36px;
	line-height: 36px;	
}


.pagination {
	height: 22px;
	line-height: 22px;
}
.pagination ul {
	float: right;
}
.pagination ul li {
	padding-left: 5px;
	float: left;	
}
.pagination a {
	display: block;
	background: #cfcfcf;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border: 2px solid transparent;
	color: #000;
	text-decoration: none;
	border-radius: 0.4em;
}
.pagination .current a {
	background: #00a783;
	color: #FFF;
}



/**
 * Main content area
 */
#main {
	background: #FFF;
	padding: 0 40px 40px 40px;
}
#main .innerwrap {
	background: #EEE;
	color: #4B4B4B;
	border-radius: 0.5em;
}
#content {
	position: relative;
	min-height: 200px;
	padding: 90px;
}




#creditpurchase li input {
	display: none;
}
#creditpurchase li {
	width: 49%;
	float: left;
}
#creditpurchase li:nth-child(even) {
	float: right;	
}
#creditpurchase label {
	display: block;
	padding: 1em;
	overflow: hidden;
	line-height: 125px;
	text-align: right;
	border: 1px solid;
	margin: 1em 0;
	cursor: pointer;
	border-radius: 0.25em;
	position: relative;
}
#creditpurchase label .price {
	font-size: 200%;	
}
#creditpurchase label .price span {
	display: block;
	font-size: 50%;
	position: absolute;
	top: 60%;
	right: 1em;
	line-height: 1;
}
#creditpurchase label .amountbox {
	width: 140px;
	float: left;
}
.amountbox .box {
	line-height: 1;
	padding-top: 89.0625%;
	position: relative;
	background: url("img/hexagon_FAFAFA.svg") 0 0 no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#creditpurchase li input:checked + label {
	background: #FAFAFA;
	border-color: #8dbe23;
}
#creditpurchase li input:checked + label:after {
	content: "\ea10";
	line-height: 1;
	position: absolute;
	color: #00a783;;
	font-family: icomoon;
	top: 0.5em;
	right: 0.5em;
		
}
#creditpurchase li input:checked + label .box {
	background-image: url("img/hexagon_lightgreen.svg");
	color: #FFF;	
}
.amountbox .box strong {
	position: absolute;
	display: block;
	font-weight: bold;
	top: 20%;
	left: 0;
	right: 0;
	font-size: 250%;
}
.amountbox .box span {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 20%;
}

#inviteform li > input {
	display: none;
}
#inviteform li {
	width: 49%;
	float: left;
}
#inviteform li:nth-child(even) {
	float: right;	
}

#inviteform li > input {
	display: none;
}	
#inviteform li label {
	cursor: pointer;
	border: 1px solid #9b9b9b;
	border-radius: 0.25em;
	padding: 0.25em 1em;
	margin-bottom: 1em;
	position: relative;
	display: block;
	height: 6em;
}
#inviteform li label h3 {
	font-weight: bold;
	display: block;
	font-size: 150%;
}
#inviteform label .inner {
	opacity: 0.3;	
}
#inviteform li input:checked +  .importbox  .inner {
	display: block;
	opacity: 1;	
}


#inviteform li input:checked  + .importbox label {
	background: #FAFAFA;;
	border-color: #00a783;
}
#inviteform li input:checked  + .importbox label:after {
	content: "\ea10";
	line-height: 1;
	position: absolute;
	color: #00a783;;
	font-family: icomoon;
	top: 0.5em;
	right: 0.5em;
}

#languageform h2 {
	margin: 0;
	padding: 0 0.5em;
}
#languageform input:checked + h2 {
	font-size: 	
}
#languageform label {
	display: block;
	padding: 0.2em 0.5em 0.2em 1.5em;
	margin: 0 -0.5em;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
}
#languageform label:hover {
	background: white;	
}
#languageform label:before {
	content: "\ea3c";
	display: bloxk;
	font-family: icomoon;
	position: absolute;
	left: 0.5em;
	top: 35%;
	font-size: 0.6em;
}
#languageform input:checked + h2 label:before {
	content: "\ea3e";	
}
#languageform .overview {
	display: none;
	width: 100%;	
}
#languageform input:checked + h2 + .overview {
	display: table;	
}
#languageform th {
	width: 37%;
}
#languageform th:first-child {
	width: 26%;	
}
/**
 *
 */
#footer {
	min-height: 260px;
	background: #4a4a4a;
	color: #C8C6C8;
}
#footer h3 {
	margin-bottom: 1em;	
}
#footer .innerwrap {
	overflow: hidden;
	padding: 2em 0;	
}
#footer .box {
	width: 25%;
	min-height: 3em;
	float: left;
	display: block;	
}
#footer p img {
	width: 100%;
	height: auto;
}
#footer a {
	color: #C8C6C8;
	text-decoration: none;	
}
#footer a:hover {
	text-decoration: underline;	
}
#dateselect {
	position: relative;
	top: -15px;
	width: 350px;
}

 


/**
 * Forms
 */
input {
	font-size: 100%;
	line-height: 2;
	vertical-align: baseline;
	font-family: inherit;
}
input.date {
	width: 220px;
	border: 1px solid #999999;
	padding: 3px;
}
input.number {
	width: 50px;
}
input.empty {
	color: #AAA;
}
fieldset {
	border: none;
	display: block;
	margin: 0;
	padding: 10px 0;
	color: #4B4B4B;
}
fieldset legend {
	display: none;	
}
fieldset h2.legend {
	font-size: 18px;
}
fieldset .struct li {
	clear: left;
	line-height: 24px;
	padding-bottom: 3px;
}

table.dbtable,
.searchform {
	margin-bottom: 40px;	
}
.searchform input {
	border: 1px solid #999999;
	color: #4b4b4b;
	border-radius: 0.3em;
	width: 260px;
	padding: 0.7em 0.6em;
	vertical-align: bottom;
}

fieldset td input,
fieldset li input {
	width: 50%;
	border: 1px solid #999999;
	color: #4b4b4b;
	border-radius: 0.3em;
	padding: 0.4em 0.6em;
}
fieldset li input[type=radio],
fieldset li input[type=checkbox],
fieldset td input[type=checkbox] {
	width: auto;
	padding: 0;
}
fieldset td input[type=file] {
	width: auto;
	border: none;
}


form .selectbox {
	position: relative;
	border: 1px solid #999999;
	border-radius: 0.3em;
	color: #4b4b4b;
	display: inline-block;
	background: #FFF;
}
form .selectbox:before {
	position: absolute;
	top: 50%;
	right: 0.3em;
	width: 1em;
	line-height: 2em;
	font-size: 2em;
	margin-top: -1.1em;
	text-align: center;
	color: inherit;
	content: "⌄";
	color: #999999;
}

/**
 * Hide the dotted focus lines in firefox
 */
form .selectbox select:-moz-focusring {
	color:transparent;
	text-shadow:0 0 0 #333; /* your normal text color here */
}
form .selectbox select:-moz-focusring * {
	color:#333; /* your normal text color here */
	text-shadow:none;
}
/** and in other browsers */
form .selectbox select:option {
	outline:: none;
}
form .selectbox select {
	display: block;
	font-family: inherit;
	font-size: 100%;
	outline: none;
	position: relative;
	width: 100%;
	height: 2.8em;
	line-height: 2.8;
	border: 0;
	padding: 0 3em 0 0.6em;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
	
	

fieldset li label {
	display: block;
	float: left;
	clear: left;
	font-weight: normal;
	width: 150px;
	color: #898989;
}
fieldset li label.inline {
	width: auto;
}
fieldset li label.inline:after {
	content: "";
}
textarea {
	width: 300px;
	height: 75px;	
}
.col td textarea {
	width: 95%;
}
.col td select {
	max-width: 95%;
}	
th select {
	max-width: 150px;	
}
form table th {
	padding-left: 0;	
}
form table th label {
	display: block;
	min-width: 200px;
	font-size: 143%;
	font-weight: normal;
	white-space: nowrap;
	color: #898989;
}
form .required th label:after {
	content: "*";	
}
form td.help {
	padding-left: 0;
	font-style: italic;
	line-height: 16px;
}
p.error,
form .valditionerror {
	color:	#e10000;
	display: block;
}
p.error:before,
form .valditionerror:before {
	content: " ! ";
	font-weight: bold;	
}
form section {
	overflow: hidden;
	margin-bottom: 20px;
}
form section h2 {
	font-weight: normal;
	border-top: 1px dashed #EEE;
	padding-top: 20px;
	line-height: 40px;
}

p.buttons {
	padding-top: 10px;
	clear: both;	
}






/**
 * File upload
 */
.fileinput {
	position: relative;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	background: #FFF;
	border: 1px solid #D9D9D9;
	padding: 4px;
}

.fileinput iframe {
	border: 0;
	vertical-align: top;
	height: 26px;
	
}
.fileinput .filepreview,
.fileinput .filebuttons {
	position: relative;
	display: block;
	float: left;
	padding-left: 2px;
}
.fileinput .filepreview a {
	padding: 0 4px 0 24px;
	position: relative;
}
.fileinput .filepreview a:before {
	content: "\e904";
	font-family: "icomoon";
	display: block;
	position: absolute;
	top: -2px;
	width: 24px;
	height: 24px;
	left: 0px;
	text-align: left;
	

}
.fileinput .filebuttons span {
	width: 0;
	height: 22px;
	padding-right: 0;
	cursor: pointer;
}

/**
 * Image upload
 */
#fileupload {
	cursor: pointer;
}
.imageinput {
	overflow: hidden;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	
	border: 1px solid #999999;
	border-radius: 0.3em;
	padding: 4px;
	background: #FFF;
	width: 136px;
	height: 134px;
}
.imageinput .imgpreview {
	background: #EEE;
	height: 98px;
	border: 1px solid #999999;
	border-radius: 0.3em;
}	
.imageinput .imagectrls {
	position: absolute;
	bottom: 4px;
	left: 3px;
	right: 3px;
	padding: 2px 0;
	color: #000;
}
.imageinput .imagectrls .input {
	line-height: 12px;
	padding-bottom: 5px;
}
.imageinput .imagectrls .input input {
	width: 35px;
	margin-left: 2px;
}
.imageinput iframe {
	border: 0;
	height: 26px;
	vertical-align: top;
}

.imageinput .imgbuttons {
	height: 26px;
	padding: 2px 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 2px;
}
.imageinput .imgbuttons span {
	width: 26px;
	height: 26px;
	border: 0;
	padding-right: 0;
	border-radius: 0.3em;
	cursor: pointer;
	float: right;
	margin-left: 4px;
	background: #CFCFCF url("img/iconsprite_nmhg.png") -97px -25px no-repeat;
}
.imageinput .imgbuttons span:hover {
	background-color: #00a783;	
}
.imageinput .imgbuttons span:after {
	font-family: icomoon;
	display: block;
	content: "\ea40";
	width: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFF;	
}
.imageinput .imgbuttons span.remove:hover {
	background: #E66065;	
}
.imageinput .imgbuttons span.remove:after {
	content: "\ea0d";
	
}


/**
 * Downloads screen
 */
.downloadscreen dl.multi {
	column-count: 3;
	column-gap: 50px;
}
.downloadscreen dl dt {
	font-size: 125%;
	font-weight: bod;
	padding: 0 0 0.25em 0;	
}
.downloadscreen dl dd + dt {
	padding-top: 0.5em;	
}
.downloadscreen dl dd {
	margin: 0;
	padding: 0 0 0.1em 0;
}


.spin + h2 {
	margin-top: 30px;	
}

.reports .positionrow td {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding-bottom: 10px;
}
.reports .positionrow + tr td {
	padding-top: 10px;
}

.reports .pos,
.reports .button {
	max-width: 100%;
	width: 100%;	
}





#content a.button, .button, 
button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: baseline;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 2.5em;
	height: 2.5em;
	margin: 0;
	padding: 0 1em;
	color: #FFF;
	font-size: 143%;
	font-weight: bold;
	cursor: pointer;
	border: none;	
	border-radius: 0.4em;
	outline: none;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	background: #00a783;	
}
button.submit,
a.button:hover, .button:hover, 
button:hover {
	background: #8dbe23;
}
button.submit:hover {
	background: #00a783;
}

.button:before {
	position: relative;
	left: -0.5em;
	font-family: icomoon !important;	
}
.button.add:before {
	content: "\e901";
}
.button.prev {
	border-radius: 0 0.4em 0.4em 0;
	margin-left: 0.75em;
	padding-left: 0.6em;
}
.button.next:before,
.button.prev:before {
	content: " ";
	background: url("img/hexagon_dark_green.svg") 0 0 no-repeat;
    background-size: auto auto;
	background-size: auto 100%;
	display: block;
	width: 0.75em;
	position: absolute;
	top: 0;
	left: -0.75em;
	bottom: 0;
}
.button.next:hover:before,
.button.prev:hover:before {
	background-image: url("img/hexagon_lightgreen.svg")
}

.button.next {
	border-radius: 0.4em 0 0 0.4em;
	margin-right: 0.75em;
	padding-right: 0.6em;
}	
.button.next:before {
	background-position: right top;
	right: -0.75em;
	left: auto;
}


/**
 * Grouped form
 */
div.formgroup {

}
div.formgroup h2.grouptitle {
	margin: -10px -10px 10px -10px;
	
	border-width: 0 0 1px 0;
	padding: 10px;
	line-height: 24px;
}
/**
 * Form group, wizard-like style
 */
.grouptabs {
	font-size: 90%;
	overflow: hidden;
	border-radius: 0.5em;
}
.grouptabs h2 {
	font-size: 100%;
	line-height: 2em;
	float: left;
	color: #FFF;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em 0 1.25em;
	font-weight: bold;
	cursor: pointer;
	background: #C8C6C8;	
}
.grouptabs h2:after {
	content: "";
	display: block;
	width: 0;
	border: 1em solid transparent;
	border-right: none;
	border-left-color: #C8C6C8;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10;
}
.grouptabs h2.active {
	background: #9B9B9B;
}
.grouptabs h2.active:after {
	border-left-color: #9B9B9B;
}
.grouptabs h2.verror {
	background: #b00606;
}
.grouptabs h2.verror:after {
	border-left-color: #b00606;
}
.groupbtnbar {
	overflow: hidden;
	
}

.groupbtnbar .next, .groupbtnbar .submit  {
	float: right;
	margin-left: 1em;
}

span.valditionerror {
	color: #b00606;
	display: block;
	font-weight: bold;
}


/**
 * Overview tables
 */
.overview {
	border: 0;
	border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
 
}
.overview.full {
	 width: 100%;
}
td.num,
.overview tr .num {
	text-align: right;
	white-space: nowrap;
}
.overview th:first-child, .overview td:first-child {
	border-left: none;
}
.overview th {
	padding: 3px 1em 2em 0.5em;
	font-weight: bold;
	color: #4b4b4b;
	position: relative;
	text-transform: uppercase;
}
.overview th:after {
	height: 1px;
	background: #4b4b4b;
	position: absolute;
	left: 0;
	bottom: 1em;
	right: 0;
	content: " ";
}
.overview td .action {
	margin-right: 1em;
}
.overview .break + th:after,
.overview th:first-child:after {
	left: 0.5em;	
}
.overview th.break {
	padding-right: 3em;
}
.overview th.break:after {
	right: 2em;	
}




.overview a.sortlink:first-letter,
.overview th:first-letter {
	text-transform: uppercase;	
}
.overview a {
	color: #00a783;
}
.overview a:hover {
	text-decoration: none;
	color: #000;
}
.overview a.sortlink {
	text-decoration: none;
	display: block;
	padding-left: 16px;
	position: relative;
	color: inherit;
}
.overview a.sortlink:hover {
	color: #00a783;	
}
.overview a.sortlink:after {
	content: " ";
	display: block;
	position: absolute;
	width: 12px;
	height: 14px;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: url("img/sort.gif") 0 0 no-repeat;
}
.overview a.sortlink.asc:after {
	background-position: 0 -14px;
}
.overview a.sortlink.desc:after {
	background-position: 0 -28px;
}
.overview .odd + .formrow td,
.overview .odd td {
	background: #FFF;
}
.overview td:first-child {
	border-radius: 8px 0 0 8px;	
}
.overview td:last-child {
	border-radius: 0 8px 8px 0;	
}
.overview tr[data-href]:hover td {
	background: #cfcfcf;
	cursor: pointer;
}
.overview td.actions {
	white-space: nowrap;
	width: 1%;
}
.formrow textarea[readonly],
.formrow input[readonly] {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	background: none;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	font-size: inherit;
	line-height: inherit;
}


.overview .blocked td.approvaldate {
	background: #ffa6a6;	
}
.overview .even.blocked td.approvaldate {
	background: #ff9797;
}
.overview .warning td.approvaldate {
	background: #ffd2a6;	
}
.overview .even.warning td.approvaldate {
	background: #ffca96
}


a.action {
	position: relative;
	background: #00a783;
	border: 2px solid transparent;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block; 
	vertical-align: top;
}
	
a.action:hover {
	background: #8dbe23;
	color: #FFF;
}
.action:before {
	 font-family: icomoon !important;
	 width: 1.5em;
	 height: 1.5em;
	 line-height: 1.5em;
	 display: inline-block; 
	 text-align: center;
}
.action.delete:before { 
	content: "\ea0d";
}
.action.delete:hover {
	background: #e66065; 
}
.action.edit:before { 
	content: "\e903";
}
.action.add:before { 
	content: "\e901";
}
.action.list:before { 
	content: "\e904";
}
.action.participants:before { 
	content: "\e907";
}
.action.invites:before { 
	content: "\e906";
}
.action.users:before { 
	content: "\e971";
}
.action.projects:before { 
	content: "\e904";
}
.action.embed:before {
	content: "\e9ca";
}
.action.check {
	width: 20px;	
}
.action.check:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 9px;
	border: 2px solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
		
}
.action.check span,
.action.embed span,
.action.projects span,
.action.users span,
.action.participants span,
.action.invites span,
.action.add span,
.action.edit span,
.action.list span,
.action.delete span {
	display: none;
}

.overview tr.form td {
	line-height: 36px;
}
.overview tr.totals td {
	font-weight: bold;
	border-top: 2px solid #AAA;	
	vertical-align: middle;
}

.listfilter form {
	display: inline;	
}
.listfilter {
	margin-bottom: 10px;	
}

/**
 * list table
 */
.list {
	border-spacing: 0;
    border-collapse: collapse;	
}
.list td,
.list th {
	line-height: 18px;
	border-bottom: 1px solid #EFEFEF;
}
.list th {
	padding-left: 0;
	font-weight: bold;
	min-width: 175px;
}


/**
 * Result list
 */
.result {
	margin: 1em 0;	
}
.result .main {
	font-size: 120%;
}
.result .discarded {
	font-size: 80%;	
} 
.result .discarded th {
	font-weight: normal;	
}

.result td,
.result th {
	line-height: 1;	
}



div .tools {
	position: absolute;
	top: 60px;
	right: 90px;
}

div .tools .button {
	font-size: 20px;
	line-height: 2em;
	height: 2em;
	border-radius: 8px;
	padding-top: 0.21em;
	padding-bottom: 0.39em;	
}
div .tools .button:before {
	left: -0.25em;
	top: 0.09em;
	margin-right: 0.5em;	
}


/**
 * Messages
 */
#msgContainer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#msgContainer .message {
	top: 50px;
	left: 50%;
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	margin-left: -200px;
	background: #FFF;
	position: absolute;
}
#msgContainer .msgcontent {
	border: 5px solid  #FFE260;
	padding: 20px;
	color: #4B4B4b; 
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 50%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#eeeeee), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
}
#msgContainer .close {
	display: block;
	cursor: pointer;
	position: absolute;
	right: -11px;
	background: #FFF;
	top: -11px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	border: 4px solid #FFE260;
}
#msgContainer .close:after {
	content: "\ea0f";
	font-family: icomoon;
		
}
#msgContainer .error .close,
#msgContainer .error .msgcontent {	border-color: #e10000; }
 
#msgContainer .succes .close,
#msgContainer .succes .msgcontent {	border-color: #00990b; }


#_FS_branding {
	position: relative;
	min-height: 300px;
}
#_FS_branding #clientlogo {
	width: 200px;
}
#_FS_branding #clientlogo img {
	width: 100%;
	height: auto;	
}

/**
 */
@media (max-width:1280px) {
	
}

@media (max-width:750px) {


@media (max-width:600px) {
	
	
}





.gldp-default {
	position: absolute;
	border: 1px solid #000;
}

/* Core style for every cell */
.gldp-default .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: inherit;
	text-align: center;
	cursor: pointer;
	color: #222;
	font-weight: normal;
	background: #ffffff;
	
}

/* Cell border */
.gldp-default .border {
	border-style: solid;
	border-width: 0;
	border-color: #FFF;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
}
.gldp-default .monyear + .dow {
	clear: left;	
}
/* Month/Year text */
.gldp-default .monyear span {
	margin: 0 0.1em;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
	color: #222;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
	color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
	color: #222;
	opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
	color: #fff;
	cursor: wait !important;
	background: #000;
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
	
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
	color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
	background: #ffff4d;
}

/* Non-Selectable days */
.gldp-default .noday {
	color: #444;
	font-weight: normal;
	cursor: wait !important;
	background: #aaaaaa;
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(98%,#8a8a8a), color-stop(99%,#aaaaaa), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
	color: #fff;
	background: #27b6c4;
}

/* Today */
.gldp-default .today {
	background: #CCC;
}


	





