@CHARSET "UTF-8";

body {
	background: #EDEDED;
}

/* Coaching-Mail Layout */
#mail-body {
	background-color: #EDEDED;
	font-size: 16px;
}
#mail-image {
	margin: 10px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	background-color: #2c2c2c;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#mail-content {
	background-color: #fff;
	color: #333;
	padding: 20px;
	margin: 0 10px 10px 10px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #dddada;
}
#mail-content p {
	white-space: pre-line;
	line-height: 1.5;
}

.dotted-bg {
	background: url("https://inc.traiwi.de/Style/Image/dotted_bg_mgc.png") repeat-x scroll center 0 #2c2c2c !important;
}
a {
	color: #058734;
}
.btn-success:hover {
	background: #058734 !important;
}
#support-form label {
	color: #fff !important;
}
#user-changed { 
    top: 49px;
}
@media (max-width: 979px) {
	#scrollbar-wrapper {
		top: 41px;
	}
}
@media (max-width: 979px) {
	#user-changed {
		top: 41px;
	}
}
.ui-progressbar-value {
	background-color: #058734;
    color: #058734;
}
.nav-list > .active > a, 
.nav-list > .active > a:hover {
	background-color: #058734;
}
@media (max-width: 979px) {
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		border-radius: 4px;
	}
}
@media (max-width: 979px) {
	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		border-radius: 4px !important;
	}
}
.nav-list > li > a:hover {
	color: #058734;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}
.navbar-inverse .nav .active > a {
	background-color: #ededed;
	font-weight: bold;
	color: #fff !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background-color: #3E4A50;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 979px) {
	#sidebar.span2 a:hover,
	#sidebar.span2 li.active a {
		color: #058734;
	}
	#sidebar.span2 a:hover,
	#sidebar.span2 li.active a {
		color: #058734;
	}
}
.navbar-inverse .btn-navbar:hover{
	background: none repeat-x scroll 0 0 #058734 !important;
}
.btn-success.login:hover {
	background: none repeat scroll 0 0 #058734;
}
.startGroup h2 {
	color: #058734;
}
.content label {
	color: #fff;
}
.tabs-top .tab {
	color: #058734;
}
.tabs-top .tab.active,
.tabs-top .tab:hover,
.tabs-top .tab:active,
.icon-box:hover + .tab {
	background-color: #058734;
}
#logo {
	background: url("https://inc.traiwi.de/Style/Image/dotted_bg_mgc.png") repeat-x scroll center 0 #2c2c2c !important;
}
.ui-dialog .ui-dialog-titlebar {
	background-color: #333;
}
.navbar-inner {
	border-width: 1px 1px 0 1px;
}
.navbar .nav>li {
	margin-left: 1px;
}
.navbar-inverse .navbar-inner {
	background: none repeat scroll 0 0 #333 !important;
	-webkit-box-shadow: inset 0 -2px 8px #000;
	-moz-box-shadow: inset 0 -2px 8px #000;
	box-shadow: inset 0 -2px 8px #000;
}
.navbar-inverse .nav .active > a {
	background-color: #ededed;
	color: #2c2c2c !important;
	text-shadow: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:hover  {
	color: #2c2c2c;
	background-color: #ededed;
}
.ui-accordion .ui-state-active {
	background: #2c2c2c;
}
.color2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	background: #058734; /* Old browsers */
	background: -moz-linear-gradient(top,  #058734 0%, #1eda62 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#058734), color-stop(100%,#1eda62)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #058734 0%,#1eda62 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #058734 0%,#1eda62 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #058734 0%,#1eda62 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #058734 0%,#1eda62 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058734', endColorstr='#1eda62',GradientType=0 ); /* IE6-9 */

}
.color1 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	background: #1eda62  !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eda62 0%, #058734 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eda62), color-stop(100%,#058734)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #1eda62 0%,#058734 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eda62', endColorstr='#058734',GradientType=0 ) !important; /* IE6-9 */
}
.btn-info,
.btn-success,
.btn-success.login,
.navbar-inverse .btn-navbar,
#info-corner,
.accordionHeader:hover:not(.ui-state-active) {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #1eda62  !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eda62 0%, #058734 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eda62), color-stop(100%,#058734)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #1eda62 0%,#058734 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eda62', endColorstr='#058734',GradientType=0 ) !important; /* IE6-9 */
	border-color: #058734 #058734 #058734 !important;
}
.progressbar .todo.active,
.progressbar .todo.done,
.tabs-body.powertestform button.active {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background: #1eda62  !important; /* Old browsers */
        background: -moz-linear-gradient(top,  #1eda62  0%, #058734 100%) !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eda62 ), color-stop(100%,#058734)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #1eda62  0%,#058734 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #1eda62  0%,#058734 100%) !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #1eda62  0%,#058734 100%) !important; /* IE10+ */
        background: linear-gradient(to bottom,  #1eda62  0%,#058734 100%) !important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eda62 ', endColorstr='#058734',GradientType=0 ) !important; /* IE6-9 */
        border-color: #058734 #058734 #058734 !important;
}
.btn-success.green {
	background: -moz-linear-gradient(top,  #1eda62  0%, #058734 100%) !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eda62 ), color-stop(100%,#058734)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #1eda62  0%,#058734 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #1eda62  0%,#058734 100%) !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #1eda62  0%,#058734 100%) !important; /* IE10+ */
        background: linear-gradient(to bottom,  #1eda62  0%,#058734 100%) !important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eda62 ', endColorstr='#058734',GradientType=0 ) !important; /* IE6-9 */
        border-color: #058734 #058734 #058734 !important;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-success:hover,
.btn-success.login:hover,
.navbar-inverse .btn-navbar:hover,
#info-corner:hover {
  color: #ffffff !important;
  background: none repeat scroll 0 0 #058734 !important;
}
.btn-success.green:hover {
	background: none repeat scroll 0 0 #058734 !important;
}
.btn-info:active,
.btn-info.active,
.navbar-inverse .btn-navbar:active {
  background-color: #1eda62  \9 !important;
}
.btn-success.login:hover {
	background: none repeat scroll 0 0 #058734 !important;
}

.ui-icon {
	display: none;
}
.ui-self-icon:before {
	content: "▸";
}
.ui-self-icon {
	padding: 0px 1px 0px 0px;
	text-align: center;
	display: inline-block;
}
.ui-accordion .ui-self-icon {
	/*background: url("https://inc.traiwi.de/Style/Image/mgc-arrows.png") no-repeat 0 -19px;*/
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #1eda62 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eda62 0%, #058734 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eda62), color-stop(100%,#058734)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eda62 0%,#058734 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #1eda62 0%,#058734 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eda62', endColorstr='#058734',GradientType=0 ) !important; /* IE6-9 */
	border-color: #058734 #058734 #058734 !important;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #1eda62;
	
	height: 19px;
	width: 26px;
	float: left;
}
.accordionHeader:hover:not(.ui-state-active) .ui-self-icon,
.ui-state-active .ui-self-icon {
	border: 1px solid #aaa !important;
	background: #EDEDED url(https://inc.traiwi.de/Style/Image/gradient-grey-m.png) repeat-x !important;
	color: #058734;
}
.ui-state-active .ui-self-icon:before {
	content: "▾";
}

.accordionHeader {
	border: 1px solid #DDDADA;
	background: #EDEDED url(https://inc.traiwi.de/Style/Image/gradient-grey-m.png) repeat-x;
}
.status-footer {
	color: #fff;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.25) !important;
	padding: 35px 20px 20px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #1eda62 ;
	background: none no-repeat scroll center 0 #058734;
	width: auto;
}
.status-footer-module {
        color: #fff;
        text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.25) !important;
        padding: 5px;
        -webkit-border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px;
        border-width: 1px 1px 1px 0;
        border-style: solid;
        border-color: #aaa;
       background-color: #aaa;
        background: url("https://inc.traiwi.de/Style/Image/arrow-right.png") no-repeat scroll 0 center #aaa;
        width: auto;
        text-align: right;
}
.row-fluid.offer.service {
        cursor: pointer;
        margin: 3px 0px;
}
.row-fluid.offer.service.module-selected .status-footer-module,
.row-fluid.offer.fixed .status-footer-module {
        border-color: #058734;
        background-color: #1eda62;
 	background: url("https://inc.traiwi.de/Style/Image/arrow-right.png") no-repeat scroll 0 center #058734;
}


.status.status-not-current + .status-content + .status-footer:hover, 
.status.status-bought + .status-content + .status-footer:hover, 
.status.status-not-current + .status-content + form .status-footer:hover, 
.status.status-bought + .status-content + form .status-footer:hover, 
.status-footer.check, .row-fluid.trainingsplan .status-footer:hover, 
.row-fluid.register .status-footer:hover, .row-fluid.offer .span4:hover .status-footer, 
.span4.shadow-light.service .status-footer {
	background-color: #1eda62;
}
.row-fluid.trainingsplan .span4:hover .status-footer,
.row-fluid.offer .span4:hover .status-footer, 
.span4.shadow-light.service .status-footer {
	background: url("https://inc.traiwi.de/Style/Image/green-arrow.png") no-repeat scroll center 0 #1eda62;
}
.row-fluid.trainingsplan .span4:hover .status-content h5,
.row-fluid.offer .span4 .status-content .answer-text,
.target-box:not(.btn-success):hover img + .header, 
.target-box:not(.btn-success) img:hover + .header
{
	color: #058734 !important;
}
.tabs-body.powertestform strong.header {
	color: #058734;
}
em.total-price {
	color: #1eda62 !important;
}
.shadow-light {
	-moz-box-shadow: 0px 3px 8px 0px #ccc;
	-webkit-box-shadow: 0px 3px 8px 0px #ccc;
	box-shadow: 0px 3px 8px 0px #ccc;
}
#login-status {
	background: url("https://inc.traiwi.de/Style/Image/dotted_bg_mgc.png") repeat-x scroll center 0 #2c2c2c !important;
}
.star-active {
	float: left;
	width: 17px;
	height: 15px;
	background: url("https://inc.traiwi.de/Style/Image/star.gif") no-repeat 0 -16px !important;
}
input[type=range]::-webkit-slider-thumb {
	background-color: #058734;
	background-image: -moz-linear-gradient(top, #1eda62, #058734);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1eda62), to(#058734));
	background-image: -webkit-linear-gradient(top, #1eda62, #058734);
	background-image: -o-linear-gradient(top, #1eda62, #058734);
	background-image: linear-gradient(to bottom, #1eda62, #058734);
	background-repeat: repeat-x;
	border-color: #1eda62 #1eda62 #058734;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-webkit-slider-thumb:active,
input[type="range"]::-webkit-slider-thumb:focus,
input[type="range"]::-moz-slider-thumb:hover,
input[type="range"]::-moz-slider-thumb:active,
input[type="range"]::-moz-slider-thumb:focus {
 	color:#333333;
 	text-decoration:none;
 	background-color:#2F96B4;
 	*background-color:#5BC0DE;
 	background-position:0 -15px;
 	-webkit-transition:background-position 0.1s linear;
 	-moz-transition:background-position 0.1s linear;
 	-o-transition:background-position 0.1s linear;
 	transition:background-position 0.1s linear;
 }
@media (max-width: 979px) {
	#sidebar.span2 {
		width: 200px;
		background: none repeat scroll 0 0 #333 !important;
	}
}
#login > .dropdown-menu > h3 {
	background-color: #333;
}
.endurance-docu, 
.endurance.type input, 
.endurance.type .value {
	color: #058734;
}
.sportler {
	background: url(studio-sportler-beri.png) no-repeat #fff;
	background-size: 100% auto;
}
#logo {
	min-height: 44px;
}
.user-change-link {
	color: #fff;
	text-decoration: underline !important;
}
.user-change-link:hover {
	color: #fff;
	text-decoration: none !important;
}
#vfl-user-changed-wrapper {
	position: absolute;
	left: 50%;
	top: 70px;
}
#vfl-user-changed {
	width: 400px; 
	color: whitesmoke; 
	font-size: 14px; 
	position: relative; 
	left: -50%; 
	line-height: 1.1;
	top: 16px;
}
#vfl-user-changed .row-fluid {
	margin-top: 3px;
}
@media (max-width: 979px) and (min-width: 768px) {
	#logo {
		margin-left: -5px;
		margin-right: 6px;
	}
}
