@charset "UTF-8";
@import url('/media/fonts/cantarell.css');
@import url('/media/jquery/chosen/chosen.css');

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	background: none;
	font-weight: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a.transition, a.transition *, .hover, input[type=submit], button {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.no_transition, .no_transition * {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

body > div, p {
	font-weight: normal;
}

html, body {
	overflow-x: hidden;
	min-height: 100%;
	width: 100%;
}

html {
	overflow-y: always;
}

strong, b {
	font-weight: bold;
}

.wrapper {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}

::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}

input:-moz-placeholder {
	color: rgba(0,0,0,0.5);
}

.btn {
	display: block;
	cursor: pointer;
}

.hidden {
	display: none !important;
}

.clear {
	clear: both;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.ta_left {
	text-align: left;
}

.ta_center {
	text-align: center;
}

.ta_right {
	text-align: right;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 3px;
}

input, textarea {
    font-family: Arial;
}

body, input[type=submit] {
    font-family: 'Cantarell', Arial;
}

.inline_blocks {
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
	vertical-align: top;
}

.inline_blocks .box, .inline_blocks .element {
	display: inline-block;
	vertical-align: top;
}

#container {
	background: #def3ff url('www/bg.jpg') no-repeat center top;
	padding-bottom: 50px;
}

#header {
	height: 102px;
	position: relative;
}


.btn_logo {
	position: absolute;
	width: 206px;
	height: 54px;
	left: 50%;
	margin-left: -103px;
	top: 27px;
	background: url('www/btn_logo.png');
}

#footer {
	background: #fff;
	box-shadow: 0px 0px 4px 2px rgba(4,43,67,0.16);
	padding: 25px 0px;
	color: #1c1c1c;
	line-height: 20px;
}

#footer .links {
	color: #becdd6;
	width: 450px;
	font-size: 12px;
}

#footer span {
	padding: 0px 20px;
}

#footer a {
	color: #8da7b6;
}

#footer a:hover {
	color: #2a7eb8;
}

#footer .head {
	width: 310px;
	font-size: 12px;
}

#footer .assistance {
	width: 200px;
	font-size: 12px;
}

.container {
	width: 980px;
	margin: 0 auto;
}

#home {
	margin-bottom: 30px;
}

#home h1 {
	text-align: center;
	font-size: 19px;
	color: #1c1c1c;
	margin-bottom: 30px;
}

#home .element {
	width: 50%;
}

#home .element:nth-child(1) {
	padding-right: 20px;
}


#home .element:nth-child(2) {
	padding-left: 20px;
}

#home .box {
	background: url('www/bg_box.png') repeat-x;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(5,75,117,0.5);
	padding: 22px;
	position: relative;
	width: 100%;
}

#box_login, #box_new_member {
	height: 270px;
}

#home h2 {
	color: #1c1c1c;
	font-size: 17px;
	font-weight: bold;
}

i.icon {
	display: inline-block;
}

i.login {
	position: absolute;
	top: -15px;
	right: 8px;
	width: 67px;
	height: 67px;
	background: url('www/icon_login.png');
}

i.logged {
	width: 31px;
	height: 25px;
	background: url('www/icon_logged.png');
	margin-right: 20px;
}

i.member {
	position: absolute;
	top: -15px;
	right: 8px;
	width: 67px;
	height: 67px;
	background: url('www/icon_member.png');
}

i.phone {
	width: 11px;
	height: 15px;
	background: url('www/icon_phone.png');
	position: absolute;
	margin-left: -20px;
	margin-top: 2px;
}

i.mail {
	width: 16px;
	height: 12px;
	background: url('www/icon_mail.png');
	position: absolute;
	margin-left: -22px;
	margin-top: 3px;
}

#home p {
	color: #004a71;
	font-size: 12px;
	padding: 15px 0;
	line-height: 24px;
}
#home p:last-child {
	padding-bottom: 0;
}

#home p a {
	color: #000;
}

#home p a:hover {
	color: #004a71;
}

#home label {
	display: block;
	height: 36px;
	margin-bottom: 20px;
}

label > * {
	vertical-align: top;
}

#home span.name {
	font-size: 12px;
	color: #1c1c1c;
	line-height: 36px;
	display: inline-block;
	width: 84px;
	text-align: right;
	padding-right: 25px;
}

#home input {
	height: 36px;
	background: #d1eeff;
	border-radius: 3px;
	box-shadow: inset 1px 1px 0px #91b3c8, inset -1px -1px 0px #ffffff;
	width: 240px;
	padding: 0 10px;
}

#home input.error {
	color: red;
	border: 1px solid red;
}

#home form {
	padding-top: 30px;
	width: 324px;
}

#home .small {
	font-size: 10px;
	color: #5d5d5d;
}

#home .small a {
	color: #5d5d5d;
	text-decoration: underline;
}

#home .btn_yellow {
	float: right;
}

.btn_yellow {
	height: 27px;
	background: url('www/btn_yellow.png');
	padding: 0px 20px;
	color: #1c1c1c;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.36);
	display: inline-block;
	line-height: 27px;
	font-size: 12px;
}

.btn_yellow:hover {
	background-position: 0 100%;
}


#subpage h1 {
	font-size: 19px;
	text-shadow: 1px 1px rgba(255,255,255,0.6);
}

#logged_in {
	float: right;
	font-size: 16px;
	text-shadow: 1px 1px rgba(255,255,255,0.6);
	text-align: right;
}

#logged_in .btn_yellow {
	margin-left: 30px;
}

#logged_in span.value {
	color: #696b6c;
}

#subpage .inline_blocks .box:nth-child(1) {
	margin-right: 20px;
}

#subpage .inline_blocks .box:nth-child(2) {
	margin-left: 20px;
}

#top_buttons {
	margin: 30px 0;
	text-align: right;
}

#top_buttons a {
	display: inline-block;
	background: url('www/top_button.png');
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 0px 1px rgba(5,75,117,0.35);
	color: #1c1c1c;
	font-size: 12px;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	margin: 0 15px;
}

#top_buttons a:first-child {
	margin-left: 0;
}

#top_buttons a:last-child {
	margin-right: 0;
}

#top_buttons a:hover {
	background-position: 0 100%;
}

#subpage .box {
	background: url('www/bg_box.png') repeat-x;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(5,75,117,0.5);
	padding: 18px;
	position: relative;
}

#subpage .inline_blocks .box {
	width: 470px;
}

#system_box {
	width: 100%;
	background: url('www/bg_box.png') repeat-x;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(5,75,117,0.5);
	padding: 22px;
	position: relative;
	text-align: center;
}

#subpage #system_box p {
	font-size: 12px;
	margin: 10px;
}

#system_box .btn {
	margin-top: 20px;
}

#system_box h1 {
	font-size: 30px;
	margin-bottom: 20px;
}



#subpage label {
	display: block;
	line-height: 30px;
	margin-bottom: 20px;
}

#subpage label:last-child {
	margin-bottom: 50;
}

#subpage label.error span.name {
	color: red;
}

#subpage label.error .chosen-container-single .chosen-single span {
	color: red;
}

#subpage label span.name {
	font-size: 12px;
	font-weight: bold;
	color: #004a71;
	text-align: right;
	padding-right: 10px;
	width: 320px;
	display: inline-block;
}

#subpage label span.value {
	font-size: 15px;
	color: #004a71;x
}

#subpage label div.select {
	display: inline-block;
	width: 400px;
}


#subpage hr {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	background: #abcfe2;
}

#subpage p {
	font-size: 14px;
	color: #004a71;
	margin-bottom: 20px;
}

.btn_yellow_big {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	background: url('www/btn_yellow_big.png');
	padding: 0 20px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.36);
	display: inline-block;
	margin-top: 30px;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
}

.btn_yellow_big:hover {
	background-position: 0 100%;
}

#subpage #results span.name {
	width: auto;
}
#results_table {
	margin-top: 30px;
	margin-bottom: 10px;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
	color: #1c1c1c;
}

#results_table .header {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: url('www/result_header.png');
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
	color: #1c1c1c;
	font-weight: bold;
	font-size: 16px;
}

#results_table .body {
	background: #cae4f4;
	line-height: 35px;
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
}	


#results_table .body .name {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 30%;
	padding-right: 10px;
}

#results_table .body .value {
	font-size: 14px;
	width: 70%;
	text-align: left;
}


#subpage .text_page h1 {
	font-size: 22px;
	font-weight: bold;
}

.btn_twitter {
	width: 78px;
	height: 29px;
	background: url('www/btn_twitter.png');
	display: block;
	margin-top: 10px;
}

#flash_message.error {
	font-size: 12px;
	color: red;
	margin-bottom: 10px;
}

.btn_back {
	float: right;
}

#definitions {
	margin-top: 30px;
}

#definitions .header {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: url('www/result_header.png');
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px 0;
}

#definitions .element {
	width: 25%;
}

#definitions .element:last-child, #definitions td:last-child {
	width: 75%;
	border-right: 0;
}

#definitions .header .element {
	font-weight: bold;
	border-right: 1px solid #86bedf;
	text-transform: uppercase;
	text-align: center;
	color: #1c1c1c;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
}


#definitions .box {
	width: 100%;
	font-size: 12px;
	padding: 20px 0;
	margin-bottom: 10px;
}

#definitions td:first-child {
	width: 25%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#definitions table {
	width: 100%;
}

#definitions td {
	color: #4d616d;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

#subpage .full_box {
	width: 100%;
	margin-top: 30px;
}

#subpage .full_box a {
}

ol {
	margin: 0px 30px;
}

ol ol {
	margin-bottom: 10px;
}

ol > li {
	font-size: 13px;
	font-weight: bold;
	list-style: upper-roman;
	line-height: 24px;
}

ol > li li {
	font-size: 12px;
	font-weight: normal;
	list-style: decimal;
	margin-left: 20px;
	line-height: 18px;
}

@media all and (max-width: 1000px) {

	body {
		width: 1000px;
	}
	
	#footer .links {
		font-size: 10px;
	}
}
