@import
	url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900)
	;

@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,400);

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

.alert-block>a {
	color: #ffffff;
}

.row-fluid {
	clear: both;
}

html, body {
	height: 100%;
}

h1 {
	font-size: 30.5px;
	font-weight: 400;
}

h2 {
	font-size: 28px;
	font-weight: 400;
}

h3 {
	font-size: 24.5px;
	font-weight: 400;
}

h4 {
	font-size: 17.5px;
	font-weight: 400;
}

input {
	max-width: 100%;
}

.clearer {
	clear: both;
}

::-webkit-input-placeholder {
	color: #777777;
}

:-moz-placeholder { /* Firefox 18- */
	color: #777777;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #777777;
}

:-ms-input-placeholder {
	color: #777777;
}

.red {
	color: #ff0000;
}

.input-append i {
	font-size: 12px;
}

.input-icon {
	
}

.fadeOut {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4em;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
}

/**
 * Override base bootstrap widths.
 * Default width is 960px, Aika24 uses 1080px
 *
 */
/*
.container {
	width: 1040px;
}

.span12 {
	width: 1040px;
}
.span11 {
	width: 950px;
}
.span10 {
	width: 860px;
}
.span9 {
	width: 770px;
}
.span8 {
	width: 680px;
}
.span7 {
	width: 590px;
}
.span6 {
	
}
.span5 {
	width: 410px;
}
.span4 {
	width: 320px;
}
.span3 {
	width: 230px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 90px;
}
*/
.custom-label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	vertical-align: baseline;
	line-height: 20px;
	height: 20px;
	vertical-align: top;
	margin-right: 5px;
}

body {
	background: #000000;
	padding-top: 0px !important;
	font-family: 'Source Sans Pro';
}

body.restricted {
	background-color: #fff;
}

article {
	font-family: Source Sans Pro;
	padding: 0 20px 0 20px;
}

#big-wrapper {
	position: relative;
}

#content-masterwrapper {
	position: relative;
	height: 100%;
}

#content-wrapper {
	background: #616060;
}

#content-wrapper.restricted {
	background: #fff;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	padding-bottom: 84px;
}

#top_background {
	background-image:
		url("/sites/all/themes/aika24/images/aika24_kuvat_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 273px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#top_background_restricted {
	height: 273px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	/* 	background-color: #333333; */
}

#top_background_image {
	width: 2049px;
	height: 273px;
	position: relative;
	display: block;
	margin: 0 auto;
	position: relative;
}

#main_template_header {
	position: relative;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.8);
}

#main_template_header_top {
	position: relative;
	height: 93px;
	margin-left: 0px;
}

#main_template_header_background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 93px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
}

#main_template_header_phone_background {
	background: url(../images/mobiili_tuotanto_02.jpg) 0px 0px repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 93px;
	overflow: hidden;
}

#main_template_header.restricted {
	height: auto;
	z-index: 200;
}

#restricted-company-name {
	position: absolute;
	left: 134px;
	top: 20px;
	z-index: 1;
}

.company-name {
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 0;
}

#restricted-company-link {
	color: #ffffff;
}

#login-link-button {
	position: relative;
	float: right;
	right: 20px;
	top: 10px;
}

#restricted-company-link>.caret-container {
	width: 7px;
}

header #my_location a:link, header #my_location a:visited {
	text-decoration: underline;
	color: #ffffff;
}

#main_template_header_logo {
	background: url(../images/aika24_logo.png) 0px 0px no-repeat;
	z-index: 444;
	position: relative;
	float: left;
	font-size: 0px;
	top: 0px;
	left: 0px;
	width: 216px;
	height: 93px;
	display: block;
	border-bottom-left-radius: 2px;
}

#main_template_header_phone_logo {
	background: url(../images/mobiili_tuotanto_01.jpg) 0px 0px no-repeat;
	z-index: 444;
	position: relative;
	float: left;
	font-size: 0px;
	top: 0px;
	left: 0px;
	width: 216px;
	height: 93px;
	display: block;
	border-bottom-left-radius: 2px;
}

header.restricted #main_template_header_logo {
	top: 0px;
}

#main_template_header .region-header {
	position: absolute;
	float: left;
	width: 100%;
	/* height: 93px; */
}

#powered_by {
	position: absolute;
	top: 0px;
	left: 0px;
}

#powered_by_text {
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #ffffff;
	z-index: 1;
}

#powered_by_image {
	background-size: contain;
	height: 46px;
	width: 113px;
	z-index: 444;
	position: relative;
	display: block;
}

#page_footer, #push {
	
}

#footer-wrapper {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

#footer-wrapper.restricted {
	background: #fff;
}

#page_footer {
	position: relative;
	overflow: hidden;
}

#page_footer ul {
	list-style-type: none;
	position: relative;
	display: inline-block;
	margin: 0px auto;
	margin-top: 25px;
}

#page_footer ul li {
	float: left;
	position: relative;
}

#page_footer ul li a i.fa {
	font-size: 7px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

#page_footer ul li a {
	float: left;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	font-size: 14px;
}

#page_footer ul li a:hover {
	text-decoration: underline;
	background: none;
}

#page_footer_line {
	width: 100%;
}

.restricted #page_footer ul li a {
	color: #000;
}

section#middle-content {
	z-index: 100;
	position: relative;
	padding-bottom: 50px;
	padding-top: 10px;
	min-height: 274px;
}

#middle-content-background {
	background: #ffffff;
	overflow: hidden;
	margin-left: 0;
}

#middle-content {
	background: #ffffff;
	overflow: hidden;
	margin-left: 0;
}

#main-content {
	background: #ffffff;
	margin-left: 0;
}

#middle-content #main-content.span12 {
	z-index: 110;
}

#messages {
	z-index: 150;
	overflow: hidden;
	text-align: center;
	min-height: 0px !important;
	width: 100%;
	opacity: 0.9;
}

#messages>div {
	position: relative;
	margin: 0px auto;
	text-align: center;
}

footer ul li a:link, footer ul li a:visited {
	color: #000000;
}

/**
 * Basic button, use anywhere! Brought you by Aika24 template!
 */
.btn-aika24 {
	font-family: Source Sans Pro;
	background: #507aaa; /* Old browsers */
	background: -moz-linear-gradient(top, #507aaa 50%, #416b9b 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #507aaa),
		color-stop(50%, #416b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #507aaa 50%, #416b9b 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #507aaa 50%, #416b9b 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #507aaa 50%, #416b9b 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #507aaa 50%, #416b9b 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#507aaa',
		endColorstr='#416b9b', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}

.btn-aika24:hover {
	background: #426c9b; /* Old browsers */
	background: -moz-linear-gradient(top, #426c9b 50%, #3c6695 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #426c9b),
		color-stop(50%, #3c6695)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #426c9b 50%, #3c6695 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #426c9b 50%, #3c6695 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #426c9b 50%, #3c6695 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #426c9b 50%, #3c6695 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#426c9b',
		endColorstr='#3c6695', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/** btn group **/
.btn-group.open .btn-aika24.dropdown-toggle {
	background: #507aaa; /* Old browsers */
	background: -moz-linear-gradient(top, #426995 50%, #335a86 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #426995),
		color-stop(50%, #335a86)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #426995 50%, #335a86 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #426995 50%, #335a86 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #426995 50%, #335a86 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #426995 50%, #335a86 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#426995',
		endColorstr='#335a86', GradientType=0); /* IE6-9 */
}

.btn-group.open .btn-aika24-grey.dropdown-toggle {
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 49%, #d3d3d3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #e0e0e0),
		color-stop(50%, #d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e0e0 49%, #d3d3d3 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e0e0 49%, #d3d3d3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e0e0e0 49%, #d3d3d3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e0e0e0 49%, #d3d3d3 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0',
		endColorstr='#d3d3d3', GradientType=0); /* IE6-9 */
}

.btn-aika24-grey {
	font-family: Source Sans Pro;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 50%, #e7e7e7 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f2f2),
		color-stop(50%, #e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 50%, #e7e7e7 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 50%, #e7e7e7 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 50%, #e7e7e7 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 50%, #e7e7e7 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#f2f2f2',
		endColorstr='#e7e7e7', GradientType=0); /* IE6-9 */
	color: #323232;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-aika24-grey:hover {
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ebebeb),
		color-stop(50%, #e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 50%, #e1e1e1 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ebebeb',
		endColorstr='#e1e1e1', GradientType=0); /* IE6-9 */
	color: #323232;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-aika24-green {
	font-family: Source Sans Pro;
	border-color: #8fc800;
	background: #8fc800;
	background: -moz-linear-gradient(top, #e5efe1 35%, #7ac15e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #e5efe1
		), color-stop(100%, #7ac15e));
	background: -webkit-linear-gradient(top, #e5efe1 100%, #7ac15e 100%);
	background: -o-linear-gradient(top, #e5efe1 15%, #7ac15e 100%);
	background: -ms-linear-gradient(top, #e5efe1 15%, #7ac15e 100%);
	background: linear-gradient(top, #e5efe1 15%, #7ac15e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( 
	    startColorstr='#e5efe1', endColorstr='#7ac15e', GradientType=0);
	color: #323232;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-aika24-green:hover {
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ebebeb),
		color-stop(50%, #e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 50%, #e1e1e1 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 50%, #e1e1e1 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ebebeb',
		endColorstr='#e1e1e1', GradientType=0); /* IE6-9 */
	color: #323232;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-aika24-red, .btn-aika24-red:active {
	font-family: Source Sans Pro;
	background: #e60408; /* Old browsers */
	background: -moz-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e60408),
		color-stop(50%, #d9080b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e60408 50%, #d9080b 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#e60408',
		endColorstr='#d9080b', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 1px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 7px;
}

.btn-aika24-red:hover {
	background: #ff0408; /* Old browsers */
	background: -moz-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fa0408),
		color-stop(50%, #e1080b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fa0408 50%, #e1080b 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#fa0408',
		endColorstr='#e1080b', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-aika24-red:focus {
	outline: initial;
	/* outline: 5px auto -webkit-focus-ring-color; */
}

.btn-aika24-red-small {
	font-family: Source Sans Pro;
	background: #e60408; /* Old browsers */
	background: -moz-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e60408),
		color-stop(50%, #d9080b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e60408 50%, #d9080b 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#e60408',
		endColorstr='#d9080b', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-right: 7px;
	padding: 4px 8px;
}

.btn-aika24-light-blue {
	font-family: Source Sans Pro;
	background: #a4d3ff; /* Old browsers */
	background: -moz-linear-gradient(top, #a4d3ff 50%, #98c2e8 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a4d3ff),
		color-stop(50%, #98c2e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4d3ff 50%, #98c2e8 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4d3ff 50%, #98c2e8 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a4d3ff 50%, #98c2e8 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a4d3ff 50%, #98c2e8 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#a4d3ff',
		endColorstr='#98c2e8', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 1px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 7px;
}

.btn-aika24-light-blue:hover {
	background: #acd3ff; /* Old browsers */
	background: -moz-linear-gradient(top, #acd3ff 50%, #a2cff7 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #acd3ff),
		color-stop(50%, #a2cff7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #acd3ff 50%, #a2cff7 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #acd3ff 50%, #a2cff7 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #acd3ff 50%, #a2cff7 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #acd3ff 50%, #a2cff7 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#acd3ff',
		endColorstr='#a2cff7', GradientType=0); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-aika24-red-gps, .btn-aika24-red-gps:active {
	background: #e60408; /* Old browsers */
	background-image: url("/sites/all/themes/aika24/images/gps.png");
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-moz-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* FF3.6+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-webkit-gradient(linear, left top, left bottom, color-stop(50%, #e60408),
		color-stop(50%, #d9080b)); /* Chrome,Safari4+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-webkit-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* Chrome10+,Safari5.1+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-o-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* Opera 11.10+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-ms-linear-gradient(top, #e60408 50%, #d9080b 50%);
	/* IE10+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		linear-gradient(to bottom, #e60408 50%, #d9080b 50%);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.btn-aika24-red-gps:hover {
	background: #ff0408; /* Old browsers */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-moz-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* FF3.6+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-webkit-gradient(linear, left top, left bottom, color-stop(50%, #fa0408),
		color-stop(50%, #e1080b)); /* Chrome,Safari4+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-webkit-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* Chrome10+,Safari5.1+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-o-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* Opera 11.10+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		-ms-linear-gradient(top, #fa0408 50%, #e1080b 50%);
	/* IE10+ */
	background-image: url("/sites/all/themes/aika24/images/gps.png"),
		linear-gradient(to bottom, #fa0408 50%, #e1080b 50%);
	/* W3C */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.aika24-tabbable ul.nav-tabs {
	border-color: #798391;
}

.aika24-tabbable ul.nav-tabs>li a {
	color: #20406a;
	font-family: Source Sans Pro;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #798391;
	border-radius: 2px;
	background: linear-gradient(to bottom, #ffffff, #e1e8f1);
}

.aika24-tabbable ul.nav-tabs>li a:hover {
	color: #20406a;
	font-family: Source Sans Pro;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #798391;
	border-radius: 2px;
	background: linear-gradient(to bottom, #ffffff, #eaeff5);
}

.aika24-tabbable ul.nav-tabs>li.active a {
	background: #ffffff;
	border-bottom-color: transparent;
}

h3 {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 26px;
}

h2 {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 400;
}

.statistics_counter {
	display: none !important;
}

.tooltip {
	display: inline-block;
	position: relative;
	top: -5px;
	left: 5px;
	padding: 0px;
	margin: 0px;
	opacity: 1;
}

.password-suggestions {
	display: none !important;
}

.tooltipster-theme-aika24, .password-suggestions {
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border: none !important;
	background: #dfeaf6;
	color: #0a1b2e;
}

.tooltipster-theme-aika24 .tooltipster-content, .password-suggestions {
	font-family: Source Sans Pro;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	padding: 15px;
}

.ajax-progress-throbber-aika24 .throbber-aika24 {
	background: url(../images/ajax-loader.gif) 0px 0px no-repeat;
	float: left;
	height: 11px;
	width: 16px;
	margin: 2px;
}

#ajax-loader {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2000;
}

.muted {
	opacity: 0.5 !important;
}

#old_logo {
	
}

#old_logo a {
	display: block;
	background: url(../images/old_aika24_logo.jpg) 0px 0px no-repeat;
	width: 186px;
	height: 44px;
}

#link_to_old_version {
	position: relative;
	top: 12px;
	left: 373px;
	z-index: 999;
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
	font-size: 13px;
	font-weight: 600;
}

#main_template_header.restricted #link_to_old_version {
	
}

.nav {
	margin-bottom: auto;
}

#edit-account p.help-block, #user-login p.help-block {
	display: none;
}

#middle-content #left-sidebar #toggleBranches {
	width: 80%;
	text-align: center;
	display: none;
	line-height: 40px;
	text-decoration: none;
	padding: 0px;
	text-shadow: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

span.clearicon {
	position: relative;
	display: inline-block;
	top: 4px;
	left: 17px;
	width: 16px;
	height: 16px;
	background: url(../images/so_sprites.png) -39px -818px;
	cursor: pointer;
}

#companySearchResultsContainer {
	background-color: #fff;
	position: absolute !important;
	z-index: 1000;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	left: 1px;
	top: 29px;
	min-width: 210px;
	display: none;
}

.ajax-loader {
	/*	background: #ffffff;
	height: 100%;
	width: 100%;
	margin: 2px;
	display: block;
	position: absolute;
	top: -50px;
	opacity: 0.7;
	z-index: 2000;
	float:left;
*/
	
}

.ajax-loader {
	min-height: 136px;
	margin-bottom: 20px;
}

.ajax-loader-inner {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	/*background: rgba(125, 175, 236, 0.6);*/
	background: #ffffff;
	margin-top: 60px;
	z-index: 1001;
	float: left;
	position: absolute;
	top: -65px;
	width: 80%;
	border: 0px solid #a1a1a1;
	border-radius: 10px;
	padding: 64px 32px 64px 32px;
	left: 0;
	right: 0;
	text-align: center;
	min-height: 128px;
}

.ajax-loader-image {
	position: relative;
	background: url(../images/ajax-loader-clock-128.gif) no-repeat;
	background-size: 32px 32px;
	z-index: 666666666;
	width: 32px;
	height: 32px;
	display: block;
	margin: 0px auto;
	margin-bottom: 15px;
}

.ajax-loader-text {
	margin-left: 10px;
}

/**
 * Content fader
 *
 */
@
keyframes fadeAndScale {from { opacity:0;
	transform: scale(.9, .9);
}

to {
	opacity: 1;
	transform: scale(1, 1);
}

}
.spinner {
	
}

.alert {
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert, .alert h4 {
	/*	color: #FAFCE7; */
	
}

.alert-danger, .alert-error {
	background-color: #e70605;
	border-color: #eed3d7;
	color: #ffffff;
}

.alert-block {
	padding-bottom: 14px;
	padding-top: 14px;
	text-shadow: initial;
}

.close {
	color: #ffffff;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	opacity: 0.9;
	text-shadow: 0 1px 0 #ffffff;
}

.alert-info .close, .alert-success .close, .alert-warning .close {
	color: #000000;
}

.center {
	margin: auto;
}

.pointer {
	cursor: pointer;
}

#right-sidebar {
	background: #ffffff;
}

.region-right-sidebar {
	padding-right: 20px;
}

.defaultPadding {
	padding: 0 20px 0 20px;
}

#user-pass-reset {
	padding: 0 20px 0 20px;
}

#user-cancel-confirm-form>div {
	padding: 0 20px 0 20px;
}

.panel {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
	padding: 10px 15px;
	margin: -15px -15px 15px;
	font-size: 17.5px;
	font-weight: 500;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-footer {
	padding: 10px 15px;
	margin: 15px -15px -15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-primary {
	border-color: #428bca;
}

.panel-primary .panel-heading {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success .panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-warning {
	border-color: #fbeed5;
}

.panel-warning .panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.panel-danger {
	border-color: #eed3d7;
}

.panel-danger .panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info .panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.row-table {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	margin: 0;
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.thumb96 {
	width: 96px !important;
	height: 96px !important;
}

.text-center {
	text-align: center;
}

.contact-title {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 400;
	font-size: 28px;
	margin-left: 15px;
}

#contact-button {
	position: relative;
	right: 5px;
	float: right;
	top: 5px;
	padding: 8px;
}

.contact-button {
	
}

.contact-icon {
	font-size: 26px;
}

.contact-detail {
	font-size: 16px;
}

.contact-detail em {
	color: #e60408;
	margin-right: 5px;
}

.aika24-circle-button {
	/* box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1); */
	/* border: .5em solid #e60408; */
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background: #e60408;
	margin: auto;
	border-radius: 50%;
	height: 65px;
	width: 65px;
	position: relative;
}

.aika24-circle-button:hover {
	color: #ffffff;
	background: #ff0408;
	text-decoration: none;
	border-color: #ff0408;
}

.aika24-circle-button:active {
	color: #ffffff;
	background-color: #e60408;
	text-decoration: none;
	border-color: #e60408;
}

.aika24-circle-button:focus {
	outline: initial
}