@CHARSET "UTF-8";

@font-face {
	font-family: "MerriweatherSans-Light";
	src: local('MerriweatherSans-Light'), local('MerriweatherSans-Light'), url("fonts/MerriweatherSans-Light.ttf") format('truetype');
}

html {
	font-family: "MerriweatherSans-Light";
	font-size: 14px;
	color: #7c7c7b;
	letter-spacing: 1px;
}

button {
	min-width: 100px;
	font-size: 15px;
	border: none;
	background-color: #c43131;
	cursor: pointer;
	color: #fff;
	margin: 10px 10px 10px 0;
	padding: 5px 10px;
}

label {
	display: block;
}

input[type="text"], input[type="password"], select, textarea {
	width: 100%;
	line-height: 25px;
	border-radius: 5px;
	border: solid 1px #c43131;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
}

h2 {
	color: #000;
}

select {
	height: 40px;
	background:
		url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
		no-repeat 95% 50%;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.desktop_version {
	display: initial;
}

.main_container {
	margin: 20px auto;
	padding: 0px 100px;
}

.header {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	height: 100px;
	margin-bottom: 40px;
}

.error {
	background-color: #c43131;
	color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.warning {
	background-color: #FFFF99;
	color: #000;
	padding: 20px;
	margin-bottom: 10px;
}

.notice {
	background-color: #2ECC71;
	color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.even {
	background: #f2f2f2;
}

.odd {
	background: #FFF;
}

.user_instructions {
	color: #c43131;
	font-size: 16px;
}

.vspc {
	height: 20px;
}

#action_toolbar {
	text-align: right;
}

.divTableCell.eventBoatsCell {
	max-width:380px;
}

.divTable, .divTableBoat {
	display: table;
	width: 100%;
}

.divTableBoat {
	/*margin-top: 20px;
	margin-bottom: 20px;*/
}

.divTableBody {
	display: table-row-group;
}

.divTableRow, .divTableBoatRow {
	display: table-row;
}

.divTableCell, .divTableBoatCell {
	display: table-cell;
	padding: 3px 10px;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	border-left: 1px solid #ccc;
}

.divTableBoatCell
{
	border: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

.divTableBoatCell:first-of-type
{
	width: auto;
	vertical-align: middle;
	width: 70px;
}

.boatView .divTableBoatCell:first-of-type {
	width: 100px;
}

.divTableBoatCell:nth-of-type(2).view
{
	width: 40px;
	vertical-align: middle;
}

.divTableCellShort {
	width: 100px;
}

.divTableBody button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box box-sizing: border-box;
	margin: 0 10px 10px 0;
}

.loading_wait {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.boat_count {
	text-align: left;
	padding-bottom: 10px;
}

.boat_count span
{
	font-size: 15px;
	color: #000;
}

.boat_edit_buttons
{
	display: block;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

.divTableEdit .divTableCell, .divEditBoat{
	/*background-color: #7f7f7f;*/
	background-color: rgba(196, 49, 49, 0.1);
	border-top: 5px solid #c43131;
	border-bottom: 5px solid #c43131;
}

.divEditBoat
{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	min-width: 380px;
}

.divViewBoat{
	background-color: none;
	border-top: none;
	border-bottom: 1px dotted #7c7c7b;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	min-width: 380px;
}

.fitContainer {
	display: inline-block;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

.fitContainer>div {
	width: 80px;
	float: right;
}

.fitContainer h2 {
	width: 80px;
	text-align: left;
}

.fitView{
	display: inline-block;
	background-image: url("../images/icon-view-fit2.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 80px auto;
	min-height: 100px;
	width:100%;
	float: right;
	width: 80px;
	cursor: pointer;
}

.fitView.notUploaded{
	background-image: url("../images/icon-view-fit2-grey.png");
	cursor: auto;
}

.boatView {
	display: inline-block;
	width: 100%;
	float: left;
}

.boat_add
{
	text-align: left;
	display: inline-block;
	width: 100%;
	min-width: 380px;
}

.boat_add select {
	display: inline-block;
	width: 50%;
	float:left;
	min-width:180px;
}

.boat_add div {
	display: inline-block;  
	background: url("../images/icon-add.png") no-repeat center;
	background-size: auto 100%;
	height: 24px;
	cursor: pointer;
	width: 34px;
	float:left;
	margin-top: 7px;
	margin-left: 4px;
}

.divTableHeading .divTableCell {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #c43131;
}

.divTableRow .divTableCell:first-of-type {
	text-align: left;
	border-left: none;
}

.maybe {
	opacity: 0.3;
}

.no {
	visibility: hidden;
}

.icon_action {
	width: 24px;
	height: 24px;
	cursor: pointer;
	/* margin-right: 10px; */
    margin-left: 5px;
}

.icon_add_boat {
	width: auto;
	height: 26px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.icon_edit_boat, .icon_send_boat_email {
	display: inline-block;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-size: auto 100%;
	display: inline-block; 
	float:right;
	cursor: pointer;
}

.icon_edit_boat {
	background-image: url("../images/icon-edit.png");
	width: 28px;
	height: 28px;
}

.icon_send_boat_email {
	background-image: url("../images/icon-email.png");
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.icon_boat_seat {
	width: auto;
	height: 26px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.icon_fit_upload
{
	width: auto;
	height: 32px;
	display: inline-block;
	margin-right: 10px;
	box-sizing: border-box;
	float: left;
}

.select_side {
	display:inline-block;
	width: 40%;
}

.select_person {
	display:inline-block;
	width: 56%!important;
	float:right;
}

.divEditBoat .divTableBoatCell {
	padding-right:10px;
	box-sizeing: border-box;
}

.g-recaptcha
{
	margin-bottom: 10px; 
}

.fright {
	float: right;
}

.icon_action_add {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.icon_action_add_mobile {
	height: 100px;
}

#info {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	color: #fff;
	padding: 20px 10px 20px 20px;
	display: none;
}

#info h2 {
	color: #fff;
}

#close_info {
	float: right;
	background-image: url(../images/no.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 30px;
	width: 25px;
}

.info_text {
	padding-right: 10px;
}

.terms_link {
	color: #fff;
}

.person_name, .person_email, .person_phone, .person_activity, .personevent_comment {
	display: block;
}

.person_email {
	font-style: italic;
}

.person_email_clickable, .person_phone_clickable {color: #000000;}
.person_email_clickable {float: left;}
.person_phone_clickable {float: right;}

.person_phone {
	
}

.person_activity {
	
}

.personevent_comment {
	padding-top: 10px;
	font-size: 12px;
	color: #7c7c7b;
}

.person_data {
	font-size: 14px;
	color: #000;
}

.person_name {
	font-size: 18px;
	color: #c43131;
}

div.radio, input[type=button], button, .navigation_btn {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border-radius: 5px;
	border: solid 1px #c43131;
}

div.radio.selected, input[type=button], button, .navigation_btn {
	background-color: #c43131;
	color: #fff;
}

.navigation_btn {
	text-decoration: none;
}

.day_name, .day_description, .fit_name {
	display: block;
}

.boat_name_container {
	display: inline-block;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	width:100%;
}

.editBoatDataRow {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
	align-items: baseline;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.editBoatDataRow .upload_file {
	text-align: left;
	float: left;
}

.editBoatDataRow .fit_name {
	text-align: left;
	font-size: 18px;
}

.editBoatDataRow .firstItem, .editBoatDataRow .secondItem {
	width: 100%;
	box-sizing: border-box;
}

.editBoatDataRow .firstItem {
	margin-left: 0px;
}

.day_name {
	font-size: 15px;
}

.boat_name, .fit_name, .person_seat_name, .total_meters
{
	color: #000;
	float: left;
	margin: 3px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.oneRow
{
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	display: inline-block;
	padding-left: 80px;
}

.boat_edit_label
{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 8px;
}

.boat_name {
	display: inline-block;
	margin: 0 0 0 10px;
}

.fit_name {
	margin: 0;
}

.msgBoat
{
	display: none;
	position: fixed;
	margin: 0px auto;
	top: 20px;
	width: 400px;
	height: auto;
	padding: 20px 40px;
	left: 0;
	right: 0;
	/*box-shadow: 0px 0px 5px 3px #bdbdbd;*/
	box-shadow: 0px 8px 3px -6px #9f9f9f;
	z-index: 999;
}

.msgBoat.success
{
	color: green;
	background-color: #deffd4;
}

.msgBoat.err {
	color: red; 
	background-color: #ffcbcb;
}

.msgBoat.load {
	color: #fd4d00; 
	background-color: #ffc07d;
}

.person_seat_name
{
	font-size: 18px;
	font-weight: normal;
}

.total_meters {
	padding: 10px 20px;
	border-radius: 5px;
	float: left;
	background-color: rgba(196, 49, 49, 0.1);
	margin: 0;
	margin-left:20px;
}

.day_description {
	font-size: 12px;
	color: #000;
}

.separator
{
	width: 100%;
	height: 20px;
	display: inline-block;
}

#conditions {
	
}

.mobile_version {
	display: none;
}

.divTableCell .upload_file {
	text-align: left;
}

.divTableBoatCell .upload_file {
	margin-top: 10px;
	margin-left: 10px;
}

.divTableBoatCell .upload_file, .divTableBoatCell .upload_file_btn {
	/*float: right;*/
}

.numberCircle, .numberCircleSeat {
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	border: 1px solid #c43131;
	background-color: #fff;
	line-height:26px;
}

.divEditBoat .numberCircle {
	margin-left: 10px;
}

.numberCircleSeat {
	color: #fff;
	border: none;
	background-color: #c43131;
	display: block;
	margin: 0 auto;
	float: none;
	height: 28px;
	line-height:26px;
	/*margin-bottom: 7px;*/
}

.boatView .numberCircleSeat {
	margin-left: 10px;
}

.whiteOverlay
{
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	background-color: rgb(255,255,255, 0.7);
	z-index: 99;
}

.emailPopup
{
	width: 680px;
	min-height: 400px;
	position: relative;
	background-color: #f8eae9;
  	top: 50%;
 	left: 50%;
  	margin-top: -200px;
	margin-left: -340px;
	z-index: 999;
	box-shadow: 0px 0px 5px 2px #d3d3d3;
}

.emailHeader
{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 2px solid #000;
}

.emailHeader .headerContainer
{
	display: inline-block;
	float: left;
	width: 90%;
}

.emailHeader>.icon_send_boat_email
{
	display: inline-block;
	float:right;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.emailPopup>form
{
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 10px 60px 10px;
	box-sizing: border-box;
	min-height: 294px;
}

.emailHeader .boat_name_container
{
	margin-bottom:0px;
}

.emailHeader .day_name
{
	color: #c43131;
}

.emailHeader .boat_name
{
	margin-top: 4px;
}

.emailPopup form span.emailTxt
{
	color: #c43131;
	font-style: oblique;
	font-size: 13px;
}

.emailPopup form>div
{
	position: absolute;
	width: 100%;
	bottom: 10px;
	right: 0;
	padding: 10px;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
	width: auto;
}

.emailPopup button
{
	margin-bottom: 0;
}

.emailPopup form textarea
{
	min-height: 120px;
	max-height: 260px;
	width: 660px!important;
}

#scrollRight
{
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/arrow_right.png);
	background-size: 40px 40px;
}

#scrollLeft
{
	display: none;
	position: fixed;
	bottom: 40px;
	left: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/arrow_left.png);
	background-size: 40px 40px;
}

#scrollTop
{
	position: fixed;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/arrow_top.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

#scrollDown
{
	display:none;
	position: fixed;
	bottom: 40px;
	left: 50%;
	right: 50%;
	width: 180px;
	
}

#scrollDown span
{
	display:none;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color:#c43131;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/arrow_down.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	padding-left: 46px;
	left: -50%;
	position: relative;
	padding-top: 12px;
	box-sizing: border-box;
}

.file-upload{display:block;text-align:center;font-size: 13px;padding:10px 0px; box-sizing: border-box;}
.file-upload .file-select{display:block;border: 2px solid #c43131;color: #fff;cursor:pointer;text-align:center;background:#c43131;overflow:hidden;position:relative; font-weight: bold;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;}
.file-upload .file-select .file-select-name{display:inline-block;padding:6px 10px;}
.file-upload .file-select:hover{transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#fff;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

@media screen and (max-width: 1000px) {
	.divTableHeading .divTableCell {
		font-size: 12px;
	}
	.divTableCell {
		width: 50px;
	}
	div.radio {
		display: block;
		margin-right: 0;
	}
	.header {
		height: 60px;
		margin-bottom: 20px;
	}
	.main_container {
		margin: 20px auto;
		padding: 0px 50px;
	}
	.activity_icon {
		width: 100px;
		height: auto;
	}
}

@media screen and (max-width: 700px) {
	.header {
		height: 40px;
		margin-bottom: 10px;
	}
	.main_container {
		margin: 0;
		padding: 0;
	}
	.activity_icon {
		width: 60px;
		height: auto;
	}
}

@media screen and (max-width: 700px) {
	.header {
		height: 40px;
		margin-bottom: 10px;
	}
	.main_container {
		margin: 0;
		padding: 0;
	}
	.activity_icon {
		width: 60px;
		height: auto;
	}
}

@media screen and (max-width: 600px) {
	.desktop_version {
		display: none;
	}
	.mobile_version {
		display: block;
	}
	.desktop_version_boats {
		display: none!important;
	}
	.divTableEdit .divTableCell {
		background-color: inherit;
		border-top: none;
		border-bottom: none;
	}
	.divTableHeading .divTableCell {
		border-top: 2px solid #000;
	}
	.divTableHeading:last-of-type .divTableCell {
		border-bottom: none;
	}
	.mobile_version .divTableRow {
		display: block;
	}
	.mobile_version .divTableCell, .both_versions .divTableCell {
		display: block;
		width: 95%;
		min-height: 65px;
	}
	body {
		padding: 0px;
		margin: 0px;
	}
	h2 {
		text-align: left;
		padding-left: 10px;
	}
	.header {
		height: 70px;
	}
	.mobile_version .divTableHeading {
		margin-top: 30px;
	}
	.mobile_version .divTableHeading .divTableCell:first-of-type {
		text-align: center;
	}
	.day_name {
		font-size: 18px;
	}
	div.radio_group {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	div.radio {
		margin-right: 5px;
		width: 100%;
	}
	.icon_action.icon_add, .icon_action.icon_email {
		width: 44px;
		height: 44px;
	}
	.icon_action.icon_add {
		float: right;
		margin-right: 10px;
		margin-top: -20px;
	}
	.icon_edit {
		margin-right: 30px;
	}
	.details {
		float: right;
		margin-right: 15px;
	}
	.details_arrow {
		border: solid #c43131;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		cursor: pointer;
	}
	.up {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	.down {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.details_content {
		padding-top: 20px;
	}
	.activity_icon {
		margin-top: 5px;
	}
	.icon_excel {
		margin-bottom: 9px;
	}
}

.slider-wrapper
{
	display: inline-block;
	width: 250px;
	margin: 0px 20px 20px 0;
}
.slider-wrapper label
{
	display: inline-block;
}
.slider-wrapper span
{
	font-weight:bold;
}
#fitMap, #fitChart {
	height: 400px;
	width: 100%;
}
#fitChart {
	height: auto;
}
.fit-wrapper
{
	margin: 10px;
}
ul.menu
{
	float:right;
}

ul.menu li
{
	display: inline-block;
	list-style: none;
	margin-right: 5px;
}

.boat_comment
{
	display: inline-block;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.login_link
{
	color: #000;
	font-weight: bold;
}

.all_boats
{
	display: none;
}

#collapsible
{
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.icon_excel
{
	margin-top: 5px;
}