@CHARSET "UTF-8";

::-webkit-scrollbar {
	width: 0.6em;
	height: 0.6em;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 0, 255, 0.1);
}

::-webkit-input-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 1em;
	color: #102C2C;
}

:-moz-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 1em;
	color: #102C2C;
}

::-moz-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 1em;
	color: #102C2C;
}

:-ms-input-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 1em;
	color: #102C2C;
}

body {
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
	font-weight: 300;
}

body > iframe {
	display: none;
}

a {
	text-decoration: none;
}

a > img {
	border: 0;
}

.gradient-background {
	background: #FFFFFF;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CCCCCC));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
}

.white-background {
	background-color: #FFF;
}

.grey-background {
	background-color: #F5F5F5;
}

.black-background {
	background-color: #102C2E;
}

.no-border {
	border: none;
	outline: none;
}

.footer-menu>a,.footer-copyright a {
	word-break: break-all;
	color: #FFF;
}

.footer-menu>a:hover,.footer-menu>a.selected-link,.footer-copyright a:hover,.footer-copyright a.selected-link {
	color: #00B5D5;
}

.grey-button {
	color: #FFF;
	background-color: rgb(122, 150, 165);
	background-color: rgba(76, 76, 76, 0.4);
}

.grey-button:hover,.grey-button.selected-button {
	background-color: rgb(76, 76, 76);
}

.small-button {
	font-size: 0.9em;
	font-weight: 400;
}

.large-button {
	font-size: 0.78em;
	font-weight: 400;
}

.image-icon:before {
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 0.7em;
}

.cross-icon:before {
	content: "\f067";
}

.up-icon:before {
	content: "\f062";
}

.text-title {
	font-size: 3.4em;
	font-weight: 300;
	line-height: 1;
}

.text-subtitle {
	font-size: 2em;
	font-weight: 300;
	line-height: 1;
}

.text-subtitle2 {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
}

.text-subtitle3 {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1;
}

.text-smalltext {
	font-size: 0.9em;
}

.text-black {
	color: #102C2C;
}

.text-white {
	color: #FFF;
}

.text-grey {
	color: #DDD;
}

.text-red {
	color: red;
}

.white-border-bottom {
	border-bottom: 1px solid rgb(173, 211, 230);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.grey-border-top {
	border-top: 1px solid #DDD;
}

.center-text {
	text-align: center;
}

.bold-text {
	font-weight: bold;
}

.table-layout {
	border-collapse: collapse;
}

.table-layout th {
	background-color: #102C2C;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

.table-layout thead th:first-child {
	border: none;
	background-color: transparent;
}

.table-layout th, .table-layout td {
	text-align: center;
	border: 1px solid #102C2C;
}