/* CSS Document */
@charset "utf-8";
#bodyMap {
	display:block;
	float:right;
	width:160px;
	height:560px;
	position:relative;
	margin-bottom:20px;
}
#bodyMap .exercise_fixed{
	bottom: 0;
    left: 10px;
    padding: 0;
    position: absolute;
    right: 0;
}
#targetMap, #synergistMap, #stabilisingMap {
	top:-9999px
}
#tab1:hover ~ #bodyMap #targetMap, #tab2:hover ~ #bodyMap #synergistMap, #tab3:hover ~ #bodyMap #stabilisingMap,
#tab1:checked ~ #bodyMap #targetMap, #tab2:checked ~ #bodyMap #synergistMap, #tab3:checked ~ #bodyMap #stabilisingMap {
	top:0px;
}
#tab1:hover ~ #bodyMap #synergistMap, 
#tab1:hover ~ #bodyMap #stabilisingMap, 
#tab2:hover ~ #bodyMap #targetMap, 
#tab2:hover ~ #bodyMap #stabilisingMap, 
#tab3:hover ~ #bodyMap #targetMap,
#tab3:hover ~ #bodyMap #synergistMap {
	top:-9999px;
}
#goloading {font-family:font-awesome; display:none; float:left; line-height:30px; font-size:20px; margin-left:5px; color:#FF9900; -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite;}
.go-exercises-workout #workout-aside {
	display:none;
}
.go-exercises-workout #workout-desc {
    background-color: red;
    color: #fff;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 2% 2% 0;
    width: 100%;
}
#workoutAdd {
    background-color: #999;
    color: #000;
}
#GoExerciseWorkoutForm p span.newworkout {
	display:block; float:left;
	line-height:44px;
	vertical-align:middle;
	margin-right:1%
}
#goexerciseworkoutname {
	display:block; float:left;
	width:250px;
	margin-right:1%;
}
.go_exercise_bodymap img{
	position:absolute;
}
#go_exercise_exercise .tab-head {
	display:none;
}
#go_exercise_exercise .tabs-wrapper {
 display:block;
 float:left;
 width:100%;
}
#go_exercise_exercise .tabs-wrapper input[type=radio] {
    display: none; 
}
#go_exercise_exercise .tabs-wrapper label {
    transition: background 0.2s ease-in-out, height 0.1s linear;
    display: block;
    float:left;
	cursor: pointer;
    color: #dbdbd3;
    background: #aaa;
    text-align: center;
    line-height: 3em; 
	margin-right:10px;
	z-index:1;
	padding:0 20px;
}
#go_exercise_exercise .tabs-wrapper label:last-of-type {
    border-bottom: none;
}
#go_exercise_exercise .tabs-wrapper label:hover {
    background: #555;
}

#go_exercise_exercise #tab1:checked + label, 
#go_exercise_exercise #tab2:checked + label, 
#go_exercise_exercise #tab3:checked + label {
  	background-color: #ddd;
  	color: #000;
}
#go_exercise_exercise .tab-body {
  	position: absolute;
  	top: -9999px;
  	opacity: 0;
  	padding: 10px; 
}
/*articulations */
#go-articulations {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto 20px;
    position: relative;
    width: 90.909%;
	width: -webkit-calc(90.909% - 40px);
	width:         calc(90.909% - 40px);
}
#go-articulations > div{
    display: block;
    float: left;
	width:100%;
	padding:1.25%;
	margin-bottom:20px;	
}
#go-articulations a{
	display:block;
	float:left;
	width:22%;
	padding:2%;
	margin:1.5%;
	background-color:#ddd;
	color:#000;
	text-align:center;
}
#go-articulations a:hover, #go-articulations a:focus{
	background-color:#eee;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#go-articulations a:nth-of-type(4n+1){
	clear:left;
}
#go-articulations a img{
	display:block;
	float:left;
	width:100%;
}
.go-artic-image {
	background-color: #007acc;
    color: #fff;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 2%;
    position: relative;
	width:25%;
    width: -webkit-calc(30% - 100px);
    width:         calc(30% - 100px);
    z-index: 1000;
}
#go-articulation-desc #artic-desc {
	display:block;
	float:left;
	width: 50%;
	width: -webkit-calc(70% - 100px);
	width:         calc(70% - 100px);
	background-color: #ddd;
	padding:20px;
	color:#000;
	margin-bottom:20px;
}
#go-articulation-desc #artic-desc h1{
	color:#000;
	font-size:150%;
}
.go-artic-image img {
    
    display: block;
    float: left;
    width: 100%;
}

#go-articulation-desc #artic-desc a {
	color:#ffff88;
}
#go-articulation-desc #artic-desc a:hover, #go-articulation-desc #artic-desc a:focus {
	color:#333;
}
#go-articulation-desc #bodyMap img {
	left:10px;
}
#go-articulation {
	display:block;
	float:left;
	width: 66%;
	width: -webkit-calc(100% - 180px);
	width:         calc(100% - 180px);
	clear:left;
}
#go-articulation a{
	display:block;
	float:left;
	width:32%;
	margin-right:2%;
	
	background-color:#ccc;
	color:#333;
	vertical-align:middle;
	text-align:center;
	margin-bottom:2%;
	padding-top:2%;
}
#go-articulation a:hover, #go-articulation a:focus{
	background-color:#aaa;
}
#go-articulation a img{
	display:block;
	float:none;
	margin:0 auto;
	width:auto;
	max-width:90%;
	max-height:250px;
}
.go-exercises-articulations #go-articulation figure span {
	max-height:250px;
	overflow:hidden;
	display:block;
	float:left;
	background:white;
	width: 90%;
	margin-left:20px;
	
	width: -webkit-calc(100% - 40px);
	width:         calc(100% - 40px);

}
#go-workout #addprogram {
	clear:both;
	width:100%;
	display:block;
	float:left;
}

#go-articulation a:nth-of-type(3n+3){
	margin-right:0;
}
#go-articulation a:nth-of-type(3n+1){
	clear:left;
}
#go-related-articulations{
    clear: both;
    display: block;
    float: none;
    margin: -10px auto 20px;
    position: relative;
    width: 90.909%;
	width: -webkit-calc(90.909% - 40px);
	width:         calc(90.909% - 40px);
    color: #fff;
}
#go-related-articulations > div {
	display:block;
	float:left;
	width:100%;
	background-color: #007acc;
    
	padding:20px;
	margin-bottom:10px;
}
#go-related-articulations ul {
	list-style:outside none;
	padding:0;
	margin:0;
	display:block;
	float:left;
	width:100%;
}
#go-related-articulations li {
    display: block;
    float: left;
	margin-right:10px;
	margin-bottom:10px;
}
#go-related-articulations ul a{
	background-color:#ddd;
	
    color: #000;
    display: block;
    float: left;
    line-height: 30px;
    padding: 5px 20px;
    white-space: nowrap;
    width: 100%;
}
#go-related-articulations ul a:hover, #go-related-articulations ul a:focus{
	background-color:#F3C017;
	color:#333;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.6);
	   -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.6);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.6);
}

#go-workout {
	padding:0;
}
#goexercise_workout #workout-aside {
	display:block;
	float:right;
	clear:right;
	padding:0;
	width: 160px;
}

#goexercise_workout #edit-workout {
	display:block;
	float:right;
	clear:right;
	background-color:#007ACC;
	padding:12px 0;
	width: 160px;
	margin-bottom:20px;
	text-align:center;
	
}
#goexercise_workout #bodyMap img {
    left: 10px;
}
#goexercise_workout h1 {
	font-size:275%;
   	width: 80%;
	width: -webkit-calc(100% - 180px);
	width:         calc(100% - 180px);
 	display:block;
	float:left;
}
#goexercise_workout th {
	text-align:center;
}
#goexercise_workout th.goexercise_record {
	text-align:left;
	border-top-left-radius: 8px;
}
#goexercise_workout td {
	text-align:center;
	vertical-align:middle;
}
.goexercise_workout {
}

#goexercise_workout th.go_exercise_exercise_target,
#goexercise_workout th.goexercise_date,
#goexercise_workout th.go_exercise_target_head,
#goexercise_workout td.go_exercise_exercise_target {
	background-color:#ccc;
}
#goexercise_workout td.go_exercise_exercise_target input {
	max-width: 90px;
}

#goexercise_workout {
	font-size:70%;
	vertical-align:middle;
}
#goexercise_workout input {
	font-size:100%;
}

.ui-datepicker {
	z-index:9999!important;
}
#goexercise_workout th.go_exercise_exercise_target,
#goexercise_workout th.goexercise_date:last-of-type{
}
#goexercise_workout td.go_exercise_exercise_targ {
	text-align:right;
	background-color:#ddd;
	color:#000;
}
.goexercise_workout img {
}
#goexercise_workout abbr {
	text-decoration:none;
}
.go_exercise_exercise_image {
	width:250px;
	border-bottom-left-radius: 8px;
}
.goexercise_workout a:hover img, .goexercise_workout a:focus img {
	opacity:0.7;
}
.goexercise_workout tr:last-of-type td:last-of-type{
	border-bottom-right-radius: 8px;
}
#goexercise_workout #edit-workout:hover,#goexercise_workout #edit-workout:focus {
	background-color:#ddd;
}
#goexercise_workout #bodyMap {
	clear:right;
}
#workout-desc {
   	width: 80%;
	width: -webkit-calc(100% - 180px);
	width:         calc(100% - 180px);
 	display:block;
	float:left;
}
.go_exercise_exercise_image,
.goexercise_record {
	background-color:#eee;
}
.goexercise_record a{
	color:#111;
}
.goexercise_record a:hover,.goexercise_record a:focus{
	color:#999;
}
#goexercise_workout .goexercise_button {
	margin:10% 10% 0 0;
	font-family:"FontAwesome";
	font-size:24px;
	background-color:transparent;
	padding:2% 5%;
	line-height:30px;
	background-color:#fff;
	color:#000;
	border:none;
	display:block;
	float:left;
	
}
#goexercise_workout button.goexercise_button {
	margin-right:0;
}
#goexercise_workout .goexercise_button:hover, #goexercise_workout .goexercise_button:focus {
	color:#999;
}