
#dialog_workout_buildNew {
	padding: 50px 100px 45px 55px;
	display: flex;
}

#dialog_workout_buildNew .input-content {
	flex: 2;
}
#dialog_workout_buildNew .iphone-video {
	flex: 1;
	margin-left: 130px;
}
#dialog_workout_buildNew #t_workoutname,
#dialog_workout_buildNew label {
	box-sizing: border-box;
	height: 47px;
	width: 100%;
	border-radius: 3px;
	background-color: #fafafa;
	border: solid 1px #ebebeb;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.workoutIcon__container {
	padding-left: 16px;
	padding-right: 16px;
}

#dialog_workout_buildNew #t_workoutname {
	padding-left: 12px;
	font-size: 22px;
	line-height: 110%;
	margin-top: 20px;
}

#dialog_workout_buildNew label {
	position: relative;
	cursor: pointer;
}

#dialog_workout_buildNew label.selected {
	color: #4a90e2;
	border: solid 1px #5f9de5;
}

#dialog_workout_buildNew label.selected::after {
	background-image: url(/app/images/newWorkoutDialog/Checkmark.png);
	background-size: cover;
	content: '';
	position: absolute;
	right: 12px;
	top: 17px;
	height: 11px;
	width: 15px;
}

#dialog_workout_buildNew label small {
  line-height: 10px;
  font-size: 10px;
  color: #afafaf;
}

#dialog_workout_buildNew h2 {
	margin-top: 30px;
	display: inline-block;
}

#dialog_workout_buildNew h5 {
	margin-top: 40px;
	display: inline-block;
}

#dialog_workout_buildNew .gtBtnBar {
	display: inline-block;
}

#dialog_workout_buildNew .gtBtnBar button {
	height: 47px;
	width: 202px;
	text-transform: capitalize;
	margin-top: 23px;
}

#dialog_workout_buildNew #newWorkout-img-video-cont {
	position: relative;
	/*height: 475px;
	width: 243px;
	top: 50px;
	right: 100px;*/
}

#dialog_workout_buildNew #newWorkout-img-video-cont img {
  height: 476px;
	width: 244px;
}

#dialog_workout_buildNew #newWorkout-img-video-cont .workout-builder-video {
  position: absolute;
	top: 57px;
	left: 21px;
	width: 204px;
	height: 363px;
	box-shadow: 0 0 1px black;
}

#dialog_workout_buildNew #newWorkout-img-video-cont .video-workout-builder-video {
	position: absolute;
	/* height: 475px;
	width: 243px; */
	top: -15px;
	left: -110px;
  }

/* training plan */
