/* !reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a, input, select {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header, footer, nav {
	display: block;
}

a {
	text-decoration: none;
}
/* $reset */



/* !basic */
.container {
	margin: 0 auto;
	position: relative;
	width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}
/* $basic */



/* !auth page */
.auth {
	height: 100%;
}

body.auth {
	background: url(../img/auth_mountain_bg.png) no-repeat top left / cover scroll;
}

.auth .container {
	width: 410px;
	height: 315px;
	top: 50%;
	margin: -158px auto 0;
}

.auth .sizer {
	height: 200px;
}

.auth .container.with_error {
	margin: -197px auto 0;
	height: 392px;
}

.auth .error_wrapper {
	background: #d1d1d1;
	border: 5px solid #d1d1d1;
	border-radius: 4px;
	margin: 0 0 15px;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #bd2f15;
}

.auth .error {
	background: url(../img/auth_error_icon.png) no-repeat scroll 35px 17px #f6f6f6;
	min-height: 52px;
	border: 1px solid #c15543;
	border-radius: 4px;
	padding: 15px 15px 15px 60px;
}

.auth .form_wrapper {
	background: #3c3c3c;
	border: 5px solid #3c3c3c;
	border-radius: 8px;
	box-shadow: 0 0 25px rgba(34, 34, 34, 0.75);
}

.auth .form_success_wrapper {
	font-family: 'Cabin', sans-serif;
	background: #D4D4D4;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 15px;
    padding: 15px 20px;
}

.auth .logo_wrapper {
	background: #272727;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	height: 74px;
	padding: 27px 0;
}

.auth .logo {
	display: block;
	margin: 0 auto;
}

.auth .form {
	background: url(../img/auth_bg.png) repeat scroll;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 30px 0 7px;
}

.auth .form.sign_up {
	padding: 16px 0 7px;
}

.auth .text_input_wrapper {
	margin: 0 auto 17px;
	width: 302px;
}

.auth .text_input_wrapper .errorlist {
	list-style: none;
    margin: 5px 0 0;
}

.auth .text_input_wrapper .errorlist li {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #bd2f15;
}

.auth .text_input_wrapper.last {
	margin: 0 auto 27px;
}

.auth .text_input_wrapper input {
	background: #d4d4d4;
	width: 302px;
	height: 42px;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 10px;

	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #303030;
}

.auth .text_input_wrapper input:focus {
	background: #e7e7e7;
}

.auth .checkbox_input_wrapper {
	margin: 0 auto 17px;
	width: 302px;
}

.auth .checkbox_input_wrapper input {
	height: 16px;
	width: 16px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.auth .checkbox_input_wrapper label {
	font-family: 'Cabin', sans-serif;
	color: #A0A0A0;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
}


.auth .submit_input {
	background: url(../img/auth_submit_bg.png) repeat-x scroll;
	height: 42px;
	padding: 0 10px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 1px #303030;

	border-radius: 6px;
	border-color: #31BDF3 #0E739A #0E739A #31BDF3;
	border-style: solid;
	border-width: 1px;

	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.auth .alt_action,
.auth .alt_action a {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	margin: 7px 0 0;
	text-align: center;
}

.auth .alt_action {
	color: #626262;
}

.auth .alt_action a {
	color: #A0A0A0;
}
/* $auth page */



/* !toolbar */
.internal {
	font-family: 'Cabin',sans-serif;
	font-size: 16px;
}

.internal .toolbar {
	background: #1A2127;
	border-bottom: 2px solid #1d91be;
}

.internal .toolbar_items {
	list-style: none;
	float: left;
	color: #fff;
	font-size: 14px;
}

.internal .toolbar_item {
	display: block;
	float: left;
	line-height: 56px;
	text-shadow: 0 1px 0 #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.internal .toolbar_icon {
	color: #FFF;
	margin: 0;
	font-size: 14px;
}

.internal .toolbar_item.with_border {
	padding-left: 20px;
	padding-right: 20px;
}

.internal .toolbar_items.user_panel {
	float: right;
	padding: 0 20px;
}

.internal .toolbar_link {
	color: #1d91be;
	display: block;
}

.internal .toolbar_link.logout {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
/* $toolbar */



/* !header */
.internal .header {
	background: #222322;
	margin: 0 0 20px;
}

.internal .logo {
	display: block;
	height: 126px;
	padding: 10px 0;
	margin: 12px 0;
	float: left;
}

.internal .menu {
	list-style: none;
	float: right;
	margin: 0 -15px 0 0;
}

.internal .menu_item {
	float: left;
}

.internal .menu_link {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	padding: 50px 13px 65px;
	border-top: 15px solid transparent;
	text-transform: uppercase;
}

.internal .menu_link.active {
	color: #09a6e3;
	border-top: 15px solid #1d91be;
	cursor: default;
}

.internal .menu_link:hover {
	color: #09a6e3;
}
/* $header */



/* !report creation forms & list tables */
.internal .form_widget {
	border-radius: 5px;
	border: 1px solid #ddd;
}

.internal .report_table {
	width: 100%;
	border-spacing: 0;
	text-align: left;
}

.internal .form_customer_details {
	font-family: 'Source Sans Pro', sans-serif;
	color: #262626;
	font-size: 15px;
	font-weight: 300;
	list-style: none;
	margin: 5px 0 0;
}

.internal .form_customer_details_item {
	line-height: 24px;
}

.internal .form_customer_details_item span {
	width: 105px;
	display: inline-block;
}

.internal .form_widget_title,
.internal .report_table_title {
	min-height: 52px;
	color: #09a6e3;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #fff;
	padding: 12px;
}

.internal .report_table_title h1,
.internal .form_widget_title h1 {
	font-size: 20px;
	float: left;
	line-height: 36px;
}

.internal .profile_report_controls {
	float: left;
	width: 256px;
	margin: 0 5px 0 0;
}

.internal .profile_report_controls.last {
	margin: 0;
}

.internal .profile_data_labels,
.internal .profile_data_items {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	list-style: none;
	color: #434343;
}

.internal .profile_data_labels li,
.internal .profile_data_items li {
	line-height: 28px;
}

.internal .profile_data_labels {
	font-weight: bold;
}

.internal .profile_data_items {
}

.internal .report_table_title {
	border-color: #e7e7e7 #e7e7e7 transparent #e7e7e7;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0;
	box-shadow: 0 1px 0 #FFF inset;
}

.internal .form_section_title,
.internal .report_table_col_title {
	color: #09a6e3;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 9px 12px;
}

.internal .report_table_col_title {
	font-size: 15px;
	border-bottom: 1px solid #cdcdcd;
}

.internal .form_widget_row {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
}

.internal .report_table_row {
	box-shadow: 0 1px 0 0 #fff inset;
}

.internal .form_widget_row.last {
	border-bottom: none;
}

.internal .report_table_pagination_row {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 75px;
}

.internal .report_table_row .report_table_pagination_row {
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
}

.internal .report_table_row td {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #434343;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 12px;
}

.internal .report_table_row td,
.internal .report_table_row th {
	border-right: 1px solid #eaeaea;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
}

.internal .report_table_row th.first,
.internal .report_table_row td.first {
	border-left: 1px solid #eaeaea;
}

.internal .form_widget_row_half {
	float: left;
	height: 100%;
}

.internal .form_widget_row_half.left {
	width: 230px;
	text-align: right;
	position: relative;
}

.internal .form_widget_row_half.right {
	width: 908px;
	border-left: 1px solid #dfdfdf;
}

.internal .form_label_wrapper,
.internal .form_input_wrapper {
	padding: 9px 12px;
}

.internal .form_hidden_input {
	display: none;
	visibility: hidden;
}

.internal .form_input_wrapper input,
.internal .form_input_wrapper select,
.internal .form_input_wrapper textarea,
.table_search_field {
	height: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #262626;
	font-size: 15px;
	padding: 5px 10px;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 0 5px #D2D2D2 inset;
	float: left;
}

input[type=checkbox], input[type=checkbox]:focus,  input[type=checkbox]:active
{
    box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-style:none !important;
	outline: 0 !important;
}

.searchForm select{
	height: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #262626;
	font-size: 15px;
	padding: 5px 10px;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 0 5px #D2D2D2 inset;
	float: left;
}

.internal .form_input_wrapper.checkbox input {
    display: block;
    height: 32px;
    width: 16px;
}

.internal .form_input_wrapper.multiple_checkbox ul {
	list-style: none;
}

.internal .form_input_wrapper.multiple_checkbox ul li {
	display: block;
}

.internal .form_input_wrapper.multiple_checkbox ul li label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

.internal .form_input_wrapper.multiple_checkbox ul li label input {
    float: none;
    height: 16px;
    width: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.internal .form_input_wrapper.multiple select {
	height: 90px;
}

.internal .form_input_wrapper.multiple.wide select {
	width: 100%;
}

.internal .form_input_wrapper textarea {
	width: 500px;
	height: 100px;
	resize: none;
}

.internal .form_label_wrapper .form_input_col_title,
.internal .form_input_wrapper input,
.internal .form_input_wrapper select {
	width: 256px;
}

.internal .form_input_wrapper .errorlist {
	line-height: 32px;
	float: left;
	list-style: none;
	font-family: 'Source Sans Pro', sans-serif;
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 12px
}

.internal .form_input_wrapper.as_col input,
.internal .form_input_wrapper.as_col select {
	margin: 0 5px 0 0;
}

.internal .form_label_wrapper label,
.internal .form_submit_wrapper label {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	color: #262626;
	font-weight: 400;
	font-size: 15px;
}

.internal .form_label_wrapper label {
	line-height: 32px;
}

.internal .form_submit_wrapper label {
	line-height: 36px;
}

.internal .form_submit_wrapper {
	padding: 15px 12px;
}

.internal .form_label_wrapper .form_input_col_title {
	line-height: 22px;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
}

.internal .submit_input {
	font-family: 'Source Sans Pro', sans-serif;
	color: #262626;
	font-size: 15px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	padding: 6px 15px;
	box-shadow: 0 1px 0 #fff inset;
	cursor: pointer;

	display: block;
	float: left;
	margin: 0 5px 0 0;
	height: 36px;
}

.internal .table_actions {
	float: right;
	width: 325px;
}

.internal .table_actions2 {
	float: right;
	width: 670px;
	position:relative;
}
 
.searchForm input[type=text]
{
margin-right: 10px;
}
.searchForm select {
margin-right: 10px;
position: relative;
top: 2px;
}

.internal .table_search_field {
	margin: 2px 0 0;
}

.internal .submit_input.last {
	margin: 0;
}

.internal .report_table_actions {
	width: 45%;
}

.internal .report_table_list_reports_actions {
	width: 155px;
}

.internal .report_table_list_reports_actions_lists {
	width: 200px;
}


.internal .report_table_customer_list_actions {
	width: 160px;
}

.internal .report_table_action_input {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #555;
	position: relative;
}

.internal .report_table_action_input.in_title {
	float: right;
}

.internal .create_report_tooltip {
	display: none;
	background: #303030;
	font-size: 12px;
	font-weight: 300;
	left: -60px;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: -30px;
	white-space: nowrap;
	min-width: 165px;
	color: #fff;
}

.internal .report_table_action_input:hover .create_report_tooltip {
	display: block;
}

.internal .report_table_legend {
	list-style: none;
	color: #787878;
	font-size: 12px;
	float: right;
}

.internal .form_sub_label {
	font-size: 12px;
	position: absolute;
	bottom: 3px;
    right: 5px;
	cursor: pointer;
	color: #09A6E3;
}

.internal.modal_open {
	overflow: hidden;
}

.internal .form_vo2max_estimation_modal_wrapper {
	background: rgba(48, 48, 48, 0.5);
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	display: none;
}

.internal .form_vo2max_estimation_modal_wrapper.open {
	display: block;
}

.internal .form_vo2max_estimation_modal {
	width: 560px;
	margin: -110px auto;
	background: #fff;
	box-shadow: 0 0 25px rgba(34, 34, 34, 0.75), 0 1px 0 #fff inset;
	position: relative;
	top: 50%;
}

.internal .form_vo2max_estimation_modal_text {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
	margin: 0 0 10px 0;
}

.internal .form_vo2max_estimation_modal_content {
	padding: 12px;
}

.internal .form_vo2max_estimation_value {
	display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
	margin: 0 0 20px 0;
}

.ui-datepicker-trigger {
	display: block;
	height: 16px;
	width: 16px;
	border: none;
	margin: 8px 0 7px 5px;
	float: left;
	cursor: pointer;
}

.internal .pagination {
	margin: 20px 0 0;
}

.internal .pages {

}

.internal .page_current,
.internal .page_link {
	display: block;
	float: left;
	background: #F4F4F4;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	box-shadow: 0 1px 0 #FFFFFF inset;
	padding: 5px 8px;
	margin: 0 10px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.internal .page_link {
	color: #000;
}

.internal .page_current {
	color: #5E5E5E;
	cursor: default;
}
/* $report creation forms & list tables */



/* !owner dashboard */
.internal .dashboard_items {
	list-style: none;
	margin: 65px 0 0;
}

.internal .dashboard_item {
	float: left;
	margin: 0 30px 30px 0;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}

.internal .dashboard_item.last {
	margin: 0;
}

.internal .dashboard_link {
	display: block;
	background: no-repeat scroll 50% 35px #f5f5f5;
	width: 245px;
	height: 205px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	color: #303030;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 4px;
	line-height: 100%;
	padding: 150px 0 0;
}

.internal .dashboard_link.customer {
	background-image: url(../img/dashboard_customers_icon.png);
}

.internal .dashboard_link.mountaineering {
	background-image: url(../img/dashboard_mountaineering_icon.png);
}

.internal .dashboard_link.exercise {
	background-image: url(../img/dashboard_exercise_icon.png);
}

.internal .dashboard_link.health {
	background-image: url(../img/dashboard_health_icon.png);
}

.internal .dashboard_link.training {
	background-image: url(../img/dashboard_training_icon.png);
}

.internal .dashboard_link.coach {
	background-image: url(../img/dashboard_coaches_icon.png);
}

.internal .dashboard_link.organization {
	background-image: url(../img/dashboard_organizations_icon.png);
}

.internal .dashboard_link.terms {
	background-image: url(../img/dashboard_terms_icon.png);
}

/* $owner dashboard */


/* !gradients */
.internal .alpha {
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e8e8e8',GradientType=0 );
}

.internal .omega {
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f1f1f1',GradientType=0 );
}

/*TODO: Rename!*/
.internal .form_beta {
	background: #ececec;
	background: -moz-linear-gradient(top,  #ececec 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top,  #ececec 0%,#dadada 100%);
	background: -o-linear-gradient(top,  #ececec 0%,#dadada 100%);
	background: -ms-linear-gradient(top,  #ececec 0%,#dadada 100%);
	background: linear-gradient(to bottom,  #ececec 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada',GradientType=0 );
}
/* $gradients */



/* !footer */
.internal .footer {
	background: #222322;
	height: 75px;
	margin: 100px 0 0;
}

.internal .footer_copyright {
	text-transform: uppercase;
	color: #546666;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 32px 0 31px;
	float: left;
}

.internal .footer_social {
	list-style: none;
	float: right;
}

.internal .footer_social_item {
	float: left;
	margin: 0 2px 0 0;
}

.internal .footer_social_item.last {
	margin: 0;
}

.internal .footer_social_link {
	background: #333;
	display: block;
	line-height: 75px;
	height: 75px;
	width: 75px;
	color: #979797;
	font-size: 24px;
	text-align: center;
}
/* $footer */



/* !clean */
.clean:before, .clean:after {
	content: " ";
	display: table;
}

.clean:after {
	clear: both;
}

.clean {
	*zoom: 1;
}
/* $clean */



/* !misc */
.hide {
	display: none;
}
/* $misc */


.zones-wrapper div {
  clear: both;
}
.zones-wrapper div input{
  margin: 2px 5px 5px 0;
}

.terms_init {
	background-color: #fff;
    overflow-y: scroll;
    height: 300px;
    resize: none;
    padding: 5px 10px;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 0 5px #D2D2D2 inset;
}

.div_disabled {

    position:relative;
}

.subdiv_disabled {
    position:absolute;
    left:0; 
    right:0; 
    top:0;
    bottom:0;

}

.hidden {
	display: none;
	visibility: hidden;
}

.form_widget ul {list-style-type: disc;}
.form_widget ul li {display: block;margin-left: 10px;}

.create_owner{
	height: 32px !important;
	margin-left: 10px !important;
}

.div_for_disabling input[type="text"], .div_for_disabling textarea{background-color: buttonface !important;}