@font-face {
  font-family: 'open_sanslight';
  src: url('OpenSans-Light-webfont.eot');
  src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Light-webfont.woff') format('woff'), url('OpenSans-Light-webfont.ttf') format('truetype'), url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #666666;
  color: #ffffff;
  font-family: 'open_sanslight', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open_sanslight', sans-serif;
}
#logo {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 180px;
}
.filterText {
  font-size: 1.2em;
}
#accountBar {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #444444;
  color: #ffffff;
  padding: 10px;
}
#accountBar a {
  color: #ffffff;
  text-decoration: underline;
  padding-left: 1px;
  padding-right: 1px;
}
#socialLogins > div {
  float: left;
  margin-right: 10px;
  display: inline-block;
  height: 28px;
}
#loginWithAmazon {
  background-color: #fbda80;
  color: #444444;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
#workoutContainer h3 input,
#workoutDescription {
  background: none;
  border: none;
  border-bottom: 1px dotted white;
  outline: none;
  color: #ffffff;
  width: 440px;
}
#workoutDescription {
  margin: 15px 0;
  width: 480px;
}
#startExplanation p,
#startExplanation li {
  font-size: 1.4em;
}
#startExplanation i {
  font-weight: bold;
}
#startExplanation .workoutBox a {
  color: #ffffff;
  text-decoration: underline;
}
#startExplanation .row {
  margin-bottom: 20px;
}
#startExplanation ul {
  list-style: none;
}
.navigation {
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navigation a.active {
  padding: 10px;
  background-color: rgba(6, 6, 6, 0.19);
}
select {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px dotted #ffffff;
}
option {
  background: #666666;
  color: #ffffff;
}
.center {
  text-align: center;
}
#mixItUpContainer {
  margin-top: 20px;
}
.large {
  font-size: 2em;
}
.subTitle {
  font-size: 0.8em;
}
.workoutBox.mine {
  background-color: #c75252;
}
.workoutBox {
  background-color: #0099ff;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 210px;
  height: 210px;
  /*float: left;*/
  margin-right: 20px;
  cursor: pointer;
}
.workoutBox h4 {
  margin-top: 0;
  padding-top: 0;
  height: 34px;
}
#startExplanation .workoutBox h4 {
  height: initial;
}
.workoutBox p {
  height: 60px;
  margin: 0;
}
.circle {
  display: inline-block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
.addExercise {
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #0099ff;
  font-size: 2em;
  cursor: pointer;
  margin-top: 27px;
  margin-right: 10px;
}
.addBreak {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #66cc00;
  font-size: 2em;
  cursor: pointer;
  margin-top: 6px;
  margin-left: 6px;
}
#timeRepBased input,
#newBreak input {
  background: none;
  border: none;
  outline: none;
  text-align: left;
  border-bottom: 1px dotted white;
  width: 44px;
  margin-left: 5px;
  margin-right: 5px;
}
#timeRepBased {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
#exercisesExplanation {
  margin-top: 20px;
}
#exercisesExplanation .exercisePicture {
  top: 87px;
}
#exercisesExplanation > div.row > div:nth-of-type(2) {
  text-align: center;
}
img.focusPerson {
  max-height: 285px;
}
#exercisesExplanation .exerciseName {
  font-size: 1.2em;
  position: relative;
  top: 20px;
  max-width: 122px;
  margin-left: auto;
  margin-right: auto;
}
#newExercise,
#newBreak {
  float: left;
  padding: 10px;
  height: 140px;
  margin-right: 10px;
  position: relative;
}
#newExercise {
  background: #0099ff;
}
.buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}
#newBreak {
  background: #66cc00;
}
#exerciseContainer {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 30px 0;
}
#exerciseContainer li {
  float: left;
}
#exerciseChoice {
  background: none;
  outline: none;
  border: none;
  padding-left: 3px;
  padding-right: 3px;
}
.drop-exercise {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #666;
  border: 1px dashed white;
}
.newWorkoutButton,
.newWorkoutButton:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.newWorkoutButton:hover .circle {
  font-weight: bold;
}
.cancelButton,
.saveButton {
  display: inline-block;
  padding: 4px;
  background-color: #ffffff;
  color: #666666;
  cursor: pointer;
}
.deleteHandle,
.duplicateHandle {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: none;
  text-align: center;
  cursor: pointer;
  position: absolute;
}
.deleteHandle {
  background-color: #cc5c00;
  bottom: -1px;
  left: 106px;
  line-height: 12px;
}
.duplicateHandle {
  background-color: #0099ff;
  bottom: 11px;
  left: 120px;
  line-height: 15px;
}
.exercisePicture,
.breakPicture {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: none;
  text-align: center;
  position: relative;
}
.exercisePicture {
  background-color: #0099ff;
}
.breakPicture {
  background-color: #66cc00;
}
#exercisesExplanation .exercisePicture img {
  top: 15px;
}
.exercisePicture img {
  height: 65px;
  position: relative;
  top: 5px;
  max-width: 80px;
}
.breakPicture .caption {
  font-size: 3em;
  margin-top: 35px;
}
.breakPicture .break {
  font-size: 1em;
}
.exerciseTimeRep {
  font-weight: bold;
  font-size: 1.1em;
  position: relative;
  top: 5px;
}
.exerciseName.smaller {
  font-size: 0.9em;
}
.exerciseName {
  font-size: 1.1em;
  position: relative;
  top: 5px;
  max-width: 111px;
  margin-left: auto;
  margin-right: auto;
}
.ui-sortable-handle .exerciseHelp {
  display: none;
}
.ui-sortable-handle .exercisePicture,
.ui-sortable-handle .breakPicture {
  cursor: pointer;
}
.exerciseHelp {
  font-size: 11px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #0099ff;
  position: absolute;
  bottom: -1px;
  left: 106px;
  line-height: 14px;
  font-weight: bold;
}
/** link animation */
.navigation > a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.navigation > a:hover {
  color: #ffffff;
}
.navigation > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navigation > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #0099ff !important;
  background: #0099ff !important;
  color: #fff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus .ui-state-active {
  border: 1px solid white !important;
  background: #0099ff !important;
  font-weight: normal !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.ui-visual-focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
hr {
  margin-top: 150px;
  border-top: 1px solid #ffffff;
}
#foot * {
  color: #ffffff;
}
/************************ noty.js add ons ************************/
#noty_layout__topRight {
  top: 44px !important;
}
