/* M A I N */

.language-selection, .navigation-menu, .button {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@font-face {
	font-family: "OpenSans-Light";
	src: url('/fonts/OpenSans-Light.ttf');
}

::selection {
	background: #333944;
	color: #f39133;
}

::-moz-selection {
	background: #333944;
	color: #f39133;
}

*:focus {
    outline: none;
}

html {
	overflow-y: scroll;
}

form {
  display: inline-block;
  width: 100%;
}

html, body {
	overflow-x: hidden;
	color: rgba(0,0,0,0.87);
}

body {
	margin: 0;
	background-color: #E0E0E0;
	font-family: Arial, Tahoma, serif;
	font-size: 0.8em;
	line-height: 1.7;
	color: rgba(0,0,0,0.87);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	text-align: center;
}

.version {
	opacity: 0;
	display: none;
	height: 0;
	width: 0;
	position: fixed;
	bottom: -200vh;
	left: -200vw;
}

.stop-scrolling {
	overflow: hidden;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

h1 {
	font-size: 2.4em;
	font-family: OpenSans-Light;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

.content b {
	font-family: Arial;
}

strong {
	font-family: OpenSans-Light;
	font-size: 1.7em !important;
	font-weight: normal;
}

.sidebar-only {
	display: none;
}

.frame {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	border-radius: 0 !important;
	text-align: left;
  overflow: hidden;
}


/* CONTENT */

.content {
	width: calc(100% - 50px);
	min-height: calc(100vh - 320px - 86px - 2px);
	background-color: #f5f5f5;
	padding: 25px;
	text-align: left;
	position: relative;
	display: inline-block;
	float: left;
}

.content a, .content #link, .footer a {
	color: #F39133;
}

.content a {
	cursor: pointer;
	-webkit-transition: color 0.1s cubic-bezier(.25,.8,.25,1);
	transition: color 0.1s cubic-bezier(.25,.8,.25,1);
}

.content a:hover {
	color: black;
	text-decoration: underline;
}

.content a img {
	margin: 0;
}

.content p {
	display: block;
}

.content img {
	margin: 20px;
	max-width: calc(100% - 20px);
}

strong {
	display: block;
	padding: 10px 0 5px 0;
	font-size: 1.1em;
}

.content ul {
	padding: 0 0 0 25px;
	margin: -12px 0 0 0;
}

.content table {
	border: 0;
	border-spacing: 10px;
	border-collapse: collapse;
}

.content table tr:first-of-type {
  font-weight: bold;
  color: rgba(0,0,0,0.64);
  background-color: #e8e8e8;
}

.content table tr td {
	border: 1px solid #e0e0e0;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.content table tr:hover {
  background-color: #e8e8e8;
}

.show-menu {
	height: auto !important;
	z-index: 4;
}

textarea:focus, input:focus{
	outline: none;
}

.page-content > div {
  /*float: left;
  width: 100%;
  height: 100%;
  display: inline-block;*/
}
