/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: arial;
	outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	cursor: pointer;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 4px;
}
img {
	border: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

input::-webkit-input-placeholder {padding-top: 2px; color: #666; font-family: 'Geometria'; font-size: 17px; }
input:-moz-placeholder {padding-top: 2px; color: #666; font-family: 'Geometria'; font-size: 17px; }

textarea::-webkit-input-placeholder {padding-top: 2px; color: #666; font-family: 'Geometria'; font-size: 17px; }
textarea:-moz-placeholder {padding-top: 2px; color: #666; font-family: 'Geometria'; font-size: 17px; }

input:focus::-webkit-input-placeholder {color: transparent;}
input:focus:-moz-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}


.clear {
clear: both;
}

@font-face {
	font-family: 'Geometria';
	src: url('Geometria-Bold.eot');
	src: url('Geometria-Bold.eot?#iefix') format('embedded-opentype'),
		url('Geometria-Bold.woff') format('woff'),
		url('Geometria-Bold.ttf') format('truetype'),
		url('Geometria-Bold.svg#Geometria-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('Geometria.eot');
	src: url('Geometria.eot?#iefix') format('embedded-opentype'),
		url('Geometria.woff') format('woff'),
		url('Geometria.ttf') format('truetype'),
		url('Geometria.svg#Geometria') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GERMANY CSS */
	
html {
	width: 100%; 
	position: relative;
	-webkit-font-smoothing:antialiased;
	background: #fff;
	height: 100%;
}

body {
	width: 100%; 
	position: relative;
	font-size: 11px; 
	background: #fff;
	font-family: 'Geometria';
	height: 100%;
}

a, button {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a {
	font-size: 11px; 
	color: #fff; 
	text-decoration: none;
}

a:hover {
	font-size: 11px; 
	color: #fff; 
	text-decoration: none;
}

.boxed {
	max-width: 1250px;
	width: 90%;
	position: relative;
	margin: 0 auto;
}

#menubar {
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	min-height: 100%;
	width: 60px;
	background: #191919;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#nav-icon{
  width: 30px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
display: block;
margin: 50px auto;
	z-index: 1001;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.open#menubar {
	width: 220px;
}


#menu, #menubar_footer {
	width: 0px;
	opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.open #menu, .open #menubar_footer {
	width: 100%;
	opacity: 1;
}

#menu {
	display: block;
	text-align: center;
}

#menu li {
	display: block;
	line-height: 40px;
}

#menu li a {
	font-size: 18px;
	font-family: 'Geometria';
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
	font-size: 18px;
	font-family: 'Geometria';
	text-decoration: underline;
	color: #fff;
}

#menubar_footer {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
}

#menubar_footer span {
	font-size: 12px;
	padding: 15px 0;
	font-family: 'Geometria';
	color: #f32592;
	display: block;
}

#menubar_footer a {
	font-size: 14px;
	font-family: 'Geometria';
	text-decoration: none;
	color: #f32592;
	display: block;
}

#menubar_footer a:hover {
	font-size: 14px;
	font-family: 'Geometria';
	text-decoration: underline;
	color: #f32592;
}

.hidden {
	display: none;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	display: block;
	position: relative;
}

.authpage {
	background: #334E9E;
	height: 100%;
}

#auth_form {
	text-align: center;
	padding-top: 25%;
}

#auth_form input {
	background: #fff;
	color: #333;
	font-size: 18px;
	text-align: center;
	width: 40%;
	margin: 0 auto;
	height: 20px;
	padding: 15px;
	display: block;
}

#auth_form button {
	background: #334E9E;
	color: #fff;
	border: 1px solid #00ACEC;
	font-size: 18px;
	text-align: center;
	width: 150px;
	margin: 20px auto;
	padding: 10px;
	height: 40px;
	display: block;
	cursor: pointer;
}

#auth_form button:hover {
	background: #00ACEC;
	font-size: 18px;
}

.left {
	width: 48%;
	margin: 0 0.9%;
	float: left;
	position: relative;
}

.arrow_link {
	color: #666;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
}

.arrow_link:hover {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#outcome_page {
	padding: 50px 0;
}

.arrow_link span {
	display: inline-block;
	float: left;
	width: 18px;
	margin-right: 8px;
	position: relative;
	top: 7px;
	border: 1px solid #666;
	height: 18px;
	background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPjwvc3ZnPg==) no-repeat center center;
	background-size: contain;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transform: rotate(180deg);
}

.open.arrow_link span {
	background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPjwvc3ZnPg==) no-repeat center center;
	background-size: contain;
}

.arrow_link:hover span {
	border: 1px solid #000;
	background-color: #eaeaea;
}

.clearwidth {
	width: 100%;
}

.pink {
	color: #00ACEC;
}

#wrapper table  {
	margin-bottom: 20px;
}

.green_table tr td{
	border: 1px solid #334E9E;
	padding: 3px 5px;
}

#wrapper table td {
	font-family: 'Geometria';
	font-size: 15px;
	line-height: 22px;
}



#wrapper h2 {
	font-family: 'Geometria';
	font-size: 20px;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}

#wrapper h3 {
	font-family: 'Geometria';
	font-size: 17px;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

#wrapper strong {
	font-family: 'Geometria';
	font-weight: bold;
	padding-top: 10px;
	display: block;
}

.add_outcome_form {
	position: relative;
}

.add_outcome_form span {
	width: 30%;
	display: inline-block;
	font-family: 'Geometria';
	float: left;
	font-size: 16px;
	line-height: 34px;
	color: #333;
	margin-bottom: 10px;
	display: inline-block;
}

.add_outcome_form input {
	width: 69%;
	float: right;
	background: #fff;
	font-size: 16px;
	color: #334E9E;
	padding: 5px 10px;
	border: 1px solid #334E9E;
	height: 34px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: inline-block;
}

.add_outcome_form textarea {
	width: 69%;
	float: right;
	min-height: 70px;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: inline-block;
}



.add_outcome_form button {
	width: 100px;
	clear: both;
	float: right;
	background: #fff;
	color: #333;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid #333;
	cursor: pointer;
	display: inline-block;
}

.add_outcome_form button:hover {
	background: #00afee;
	border-color: #334E9E;
	color: #fff;
}


.edit_card {
	font-family: 'Geometria';
	font-size: 15px;
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	color: #334E9E;
	text-decoration: underline;
}

.edit_card:hover {
	font-family: 'Geometria';
	font-size: 15px;
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	color: #00afee;
	text-decoration: none;
}

.card_edit_table input, .card_edit_table select {
	float: right;
	width: 150px;
	background: #fff;
	color: #000;
	border: 1px solid #666;	
	display: none;
}

.add_table select, .add_table input {
	display: inline-block;
	float: left;
	width: 100%;
}



.save_card_edit {
	width: 230px;
	clear: both;
	float: right;
	background: #fff;
	color: #333;
	padding: 5px 10px;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid #333;
	cursor: pointer;
	display: none;
}

.save_card_edit:hover {
	background: #00afee;
	border-color: #334E9E;
	color: #fff;
}

.save_card_edit[disabled] {
	opacity: 0;
	pointer-events: none !important;
}


.save_card_add {
	width: 230px;
	clear: both;
	float: right;
	background: #fff;
	color: #333;
	padding: 5px 10px;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid #333;
	cursor: pointer;
}

.save_card_add:hover {
	background: #00afee;
	border-color: #334E9E;
	color: #fff;
}

.save_card_add[disabled] {
	opacity: 0;
	pointer-events: none !important;
}