@CHARSET "UTF-8";

input[type="radio"], input[type="check"] {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	left: -400em;
}

input[type="radio"]:checked + label {
	background: transparent url("https://inc.traiwi.de/Style/Image/hammer_radio.png") 0 0 no-repeat;
}
input[type="radio"] + label {
	background: transparent url("https://inc.traiwi.de/Style/Image/hammer_radio.png") 0 -16px no-repeat;
	height: 16px;
	display: inline-block;
	padding: 0 0 0 20px;
	line-height: 15px;
	margin: 6px 16px 0 0;
}
label {
	padding: 0 2px;
	cursor: pointer;
}

/* TRAININGSZIELE */

.row-fluid.trainingsplan.status .span6.inactive .status-footer {
	background: #F85501;
	background: -moz-linear-gradient(top, #F85501 0%, #F85501 44%, #F85501 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F85501), color-stop(44%,#F85501), color-stop(100%,#F85501));
	background: -webkit-linear-gradient(top, #F85501 0%,#F85501 44%,#F85501 100%);
	background: -o-linear-gradient(top, #F85501 0%,#F85501 44%,#F85501 100%);
	background: -ms-linear-gradient(top, #F85501 0%,#F85501 44%,#F85501 100%);
	background: linear-gradient(to bottom, #F85501 0%,#F85501 44%,#F85501 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F85501', endColorstr='#F85501',GradientType=0 );
}
.row-fluid.trainingsplan.status .span6.active .status-footer {
		color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #F85501;
	background-image: -moz-linear-gradient(top,#33607B,#1F303A);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#33607B),to(#1F303A));
	background-image: -webkit-linear-gradient(top,#33607B,#1F303A);
	background-image: -o-linear-gradient(top,#33607B,#1F303A);
	background-image: linear-gradient(to bottom,#33607B,#1F303A);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff33607B',endColorstr='#ff1F303A',GradientType=0);
	border-color: #1F303A #1F303A #1f6377;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.row-fluid.trainingsplan.status .span6.inactive .status-content {
	border: 1px solid #F85501;
	height: 265px;
}
.row-fluid.trainingsplan.status .span6.active .status-content {
	border: 1px solid #33607B;
	height: 265px;
}
.row-fluid.trainingsplan.status .status-footer {
	padding: 19px 20px 20px 20px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
}
.row-fluid.trainingsplan.status .icomoon-cancel-circle {
	color: #F85501;
}
.row-fluid.trainingsplan.status .icomoon-checkmark-circle {
	color: #33607B;
}
h1, h2, h3 {
	color: #F85501;
}
h2 {
	font-size: 19px;
}
h1.small {
	font-size: 18px;
}
.package-box h2 {
	padding: 0px;
	margin-top: 10px !important;
}
.border-all {
	border: 1px solid #dddada;
}
.pa {
	padding: 20px;
	margin-bottom: 10px;
}
p {
	margin: 20px 0;
}
p {
	line-height: 1.5;
}
label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
h1.hammer-pd + span.hammer-pd {
	display: block;
}
.hammer-pd {
	padding: 0px 35px;
}
.package-box.hammer-pd {
	padding-right: 0px;
}
.ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog-content.ui-widget-content p {
	margin: 0px;
}

input[type=text], 
input[type=password], 
input[type=tel], 
input[type=email], 
input[type=number], 
input[type=date], 
input[type=datetime-local], 
textarea, 
select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
	display: block;
	width: 100% !important;
	padding: 6px 8px;
	margin: 2px 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: initial;
}
.login-input input {
	width: 235px !important;
}




.cc-img {
	width: 65px;
}

.table.overview {
	font-size: 11px;
}
.blue {
	color: #0090c1;
}
.green {
	color: #8DBA18;
}
.table.overview th, 
.table.overview td {
border-top: 0 !important;
}
.table.overview td {
	padding: 5px 2px;
}
.table.overview th, 
.table.overview td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.border-left {
	border-left: 1px solid #dddada;
}
.table.overview tr:not(:last-child) td, 
.table.overview tr th {
	border-bottom: 1px solid #dddada;
}
.dark-blue {
	color: #1f303a !important; 
}



.btn-success {
	background-color: #F85501;
	background-image: -moz-linear-gradient(top,#F85501,#F85501);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F85501),to(#F85501));
	background-image: -webkit-linear-gradient(top,#F85501,#F85501);
	background-image: -o-linear-gradient(top,#F85501,#F85501);
	background-image: linear-gradient(to bottom,#F85501,#F85501);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF85501',endColorstr='#ffF85501',GradientType=0);
	border-color: #F85501 #F85501 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #F85501;
}
.table.pt-table td {
	padding: 1px;
}
.powertest input {
	padding: 6px 2px;
}
.powertest.values input,
.documentation input {
	width: 46% !important;
	float: left;
	margin-right: 3px;
}
.kraft-ausdauer-button {
	width: 70px;
}





.reg-process {
	float: none;
	clear: both;
	min-height: 38px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#d5d5d5 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%,#d5d5d5 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%,#d5d5d5 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%,#d5d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d5d5d5',GradientType=0 );
}

.reg-process .reg_nav.active {
	color: #ffffff;
	background: #33607B;
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right;
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -moz-linear-gradient(top, #33607B 0%, #1F303A 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33607B), color-stop(100%,#1F303A));
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -webkit-linear-gradient(top, #33607B 0%,#1F303A 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -o-linear-gradient(top, #33607B 0%,#1F303A 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -ms-linear-gradient(top, #33607B 0%,#1F303A 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, linear-gradient(to bottom, #33607B 0%,#1F303A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33607B', endColorstr='#1F303A',GradientType=0 );
}

.reg-process .reg_nav {
	margin-left: 0px;
	height: 37px;
	line-height: 36px;
	text-align: center;
	color: #898989;
	font-size: 15px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dddada;
	background-repeat: no-repeat;
	background-position: top right;
	background: #eaeaea;
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right;
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -moz-linear-gradient(top, #eaeaea 0%, #fafafa 50%, #eaeaea 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#fafafa), color-stop(100%,#eaeaea));
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -webkit-linear-gradient(top, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -o-linear-gradient(top, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, -ms-linear-gradient(top, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right.png") no-repeat top right, linear-gradient(to bottom, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
}
.reg-process .reg_nav:last-child {
	width: 51%;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #fafafa 50%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#fafafa), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#fafafa 50%,#eaeaea 100%);
}
.reg-process .reg_nav.activation:last-child {
	width: 36% !important;
}
.reg-process .reg_nav.trail {
	color: #fff;
	background: url("https://inc.traiwi.de/Style/Image/traifit_arrow_right_blue.png") no-repeat top right #F85501;
}
.reg-process .reg_nav.trail.first {
	color: #fff;
	background: url("https://inc.traiwi.de/Style/Image/hammer_arrow_right_trans.png") no-repeat top right #F85501;
}
.reg-process .reg_nav:last-child {
	background-color: #F85501;
}
.reg-process .reg_nav.active:last-child {
	color: #ffffff;
	background: #33607B;
	background: -moz-linear-gradient(top, #33607B 0%, #1F303A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33607B), color-stop(100%,#1F303A));
	background: -webkit-linear-gradient(top, #33607B 0%,#1F303A 100%);
	background: -o-linear-gradient(top, #33607B 0%,#1F303A 100%);
	background: -ms-linear-gradient(top, #33607B 0%,#1F303A 100%);
	background: linear-gradient(to bottom, #33607B 0%,#1F303A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33607B', endColorstr='#1F303A',GradientType=0 );
}
.reg-process .reg_nav.trail:last-child {
	background: #F85501;
}

@media (max-width: 766px) {
	.reg-process .reg_nav.active {
		color: #ffffff;
		background: #33607B;
		background: -moz-linear-gradient(top, #33607B 0%, #1F303A 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33607B), color-stop(100%,#1F303A));
		background: -webkit-linear-gradient(top, #33607B 0%,#1F303A 100%);
		background: -o-linear-gradient(top, #33607B 0%,#1F303A 100%);
		background: -ms-linear-gradient(top, #33607B 0%,#1F303A 100%);
		background: linear-gradient(to bottom, #33607B 0%,#1F303A 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33607B', endColorstr='#1F303A',GradientType=0 );
	}
	.reg-process .reg_nav {
		width: 100% !important;
	}
	.reg-process .reg_nav.trail.first {
		background: no-repeat top right #F85501 !important;
	}
	.reg-process .reg_nav.trail {
		color: #fff;
		background: no-repeat top right #F85501;
	}
	.reg-process .reg_nav.activation:last-child {
		width: 100% !important;
	}
}

.reg_nav.active span.circle, 
.reg_nav.trail span.circle, 
.numbered-field span.circle {
	border-color: #fff;
	color: #fff;
}
span.circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	border: 2px solid #898989;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	margin-right: 6px;
	padding-right: 1px;
}

#pricelist {
	margin: 0px !important;
}
.progressbar .todo.done {
	background-color: #33607B;
	background-image: -moz-linear-gradient(top,#33607B,#1F303A);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#33607B),to(#1F303A));
	background-image: -webkit-linear-gradient(top,#33607B,#1F303A);
	background-image: -o-linear-gradient(top,#33607B,#1F303A);
	background-image: linear-gradient(to bottom,#33607B,#1F303A);
	background-repeat: repeat-x;
	border-color: #1F303A #1F303A #1F303A;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.progressbar .todo.notdone {
	color: white;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #F85501;
	background-image: -moz-linear-gradient(top,#F85501,#F85501);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F85501),to(#F85501));
	background-image: -webkit-linear-gradient(top,#F85501,#F85501);
	background-image: -o-linear-gradient(top,#F85501,#F85501);
	background-image: linear-gradient(to bottom,#F85501,#F85501);
	background-repeat: repeat-x;
	border-color: #F85501 #F85501 #F85501;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-group.anamnese .active.invalid {
	color: white;
	text-shadow: none;
	background-color: #F85501;
}
.btn-group.anamnese .active.valid {
	color: white;
	text-shadow: none;
	background-color: #1F303A;
}

.progressbar .todo.active,
.tabs-body.powertestform button.active {
	background-color: #F85501;
	background-image: -moz-linear-gradient(top,#F85501,#F85501);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F85501),to(#F85501));
	background-image: -webkit-linear-gradient(top,#F85501,#F85501);
	background-image: -o-linear-gradient(top,#F85501,#F85501);
	background-image: linear-gradient(to bottom,#F85501,#F85501);
	background-repeat: repeat-x;
	border-color: #F85501 #F85501 #F85501;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.tabs-body.powertestform strong.header {
	color: #F85501;
}
