/*
 * EN additional styles
 * Copyright HAPPYneuron
 */

@font-face {
  font-family: 'Cera PRO Medium';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cerapro-medium.eot?58795023');
  src: url('../fonts/cerapro-medium.eot?58795023#iefix') format('embedded-opentype'),
    url('../fonts/cerapro-medium.woff?58795023') format('woff'),
    url('../fonts/cerapro-medium.ttf?58795023') format('truetype'),
    url('../fonts/cerapro-medium.svg?58795023#sbtpro') format('svg');
}

h1,
h2,
h3,
h4,
h5 {
  color: #10a2a2;
  font-family: 'Cera PRO Medium';
}

a {
  color: #59b7b7 !important;
  text-decoration: none !important;
}

body {
  overflow-y: auto;
  color: #575656;
  font-family: 'Cera PRO Medium';
}

.button {
  background: #10a2a2;
}

select,
input[type='text'],
input[type='password'],
input[type='email'],
textarea {
  border-color: #575656;
}

select {
  border-width: 1px;
  border-style: solid;
}

input[type='submit'],
button,
.button,
.msie8 input[type='submit'],
.msie8 button,
.msie8 .button,
.msie9 input[type='submit'],
.msie9 button,
.msie9 .button {
  background: #10a2a2;
}

input[type='submit']:hover,
.button:hover {
  background: #3fb4b4 !important;
}

.actionBtn,
.classicBtn,
.classicBtn:hover {
  border-color: #575656 !important;
  color: #575656 !important;
}

.tabs a:hover,
.tabs a.this,
.tabs a.this:hover,
.tabs li:hover a.this,
.proExercisesListHeader .graphBtn:hover,
.proExercisesListHeader .graphBtn.selected,
.uiGradient:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
}

.classicBtn img {
}

.classicBtn img::before {
  content: '&nbsp;';
  width: 24px;
  height: 24px;
  background: red;
  display: inline-block;
  background: url('../../img/en/play.png') no-repeat !important;
}

tr.versa,
tr.rowodd,
.row.versa,
.row.rowodd,
.normal.versa,
.normal.rowodd,
.proExercisesList li.odd {
  background: #f9f8f4 !important;
}

tr.vice,
tr.roweven,
.row.vice,
.row.roweven,
.normal.vice,
.normal.roweven,
.proExercisesList li.even {
  background-color: #e6e5e4 !important;
}

/* header */
#header,
#headerLogged,
.msie8 #header,
.msie9 #header,
.lt-msie9 #header,
.msie8 #headerLogged,
.msie9 #headerLogged,
.lt-msie9 #headerLogged {
  position: relative;
  z-index: 1;
  height: 52px;
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  border: 0;
  color: #10a2a2;
}

.backToHome {
  padding: 0px 5px;
  border-right: 0;
  height: 52px;
  line-height: 50px;
  margin-right: 7px;
}

.msie8 .backToHome {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 );
}

.backToHome img {
  vertical-align: middle;
}

#loginBtn {
  margin-top: 13px;
  margin-right: 10px;
}

/* menu */
#menu {
  padding-top: 10px;
}

#menu ul {
  line-height: 40px;
}

#menu .arrow.arrowBg {
  top: 41px;
}

/*
 * Special buttons
 */

.btn a.IamPro {
  background-image: url('../../img/en/bt_iampro.png');
}

.btn a.IamIndiv {
  background-image: url('../../img/en/bt_iamindiv.png');
}

/* logged template */
#headerLogged #logo_small,
#headerLogged #logo_small_patient {
  background: url('../img/en/headerLogo.png') center center no-repeat;
  padding: 0 12px 0 0px;
  height: 50px;
  line-height: 58px;
  margin: 0px;
  width: 140px;
  float: left;
  position: static;
  margin-right: 5px;
}

.msie8 #headerLogged #logo_small,
.msie8 #headerLogged #logo_small_patient {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 );
  background: transparent;
}
.msie8 #headerLogged #logo_small div,
.msie8 #headerLogged #logo_small_patient div {
  background: url('../../img/en/headerLogo.png') center center no-repeat;
  width: 100%;
  height: 100%;
}

#headerLogged {
  min-width: 100%;
  width: auto;
  display: inline-block;
  margin-bottom: 0px;
}

.msie8 #headerLogged {
  display: inline-block;
  margin-bottom: 0px;
}

.msie9 #headerLogged {
  margin-bottom: 0px;
}

#headerLogged #header_content {
  width: auto;
}

#headerLogged #whois {
  float: right;
  position: absolute;
  margin-right: 9px;
  z-index: 10;
  color: #575756;
}

#headerLogged #whois p {
  margin: 4px 0px;
}

#headerLogged #whois a {
  color: #575756 !important;
}

#header_content {
  top: -18px;
}

/*--------------------------
  MENU
--------------------------*/

#headerLogged ul {
  position: relative;
  top: 5px;
  display: block;
  line-height: 50px;
  height: 40px;
  border-radius: 0px 0px 5px 5px;
}
#headerLogged ul li {
  position: relative;
  display: block;
  float: left;
  z-index: 1000;
}

#headerLogged ul div {
  min-height: 0px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#headerLogged ul li:hover div,
#headerLogged ul li div:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  min-height: 50px;
}
#headerLogged ul li:hover ul,
#headerLogged ul li div:hover ul {
  border: 1px solid #1d4875;
}
#headerLogged ul div ul {
  max-height: 0px;
  overflow: hidden;
}
#headerLogged ul li:hover div ul,
#headerLogged ul li div:hover ul {
  max-height: 200px;
}

#headerLogged ul ul li {
  float: none;
  height: auto;
  font-size: 12pt;
  white-space: nowrap;
}
#headerLogged ul li {
  margin: 0px 4px;
}
#headerLogged ul li a {
  display: block;
  padding: 0 18px;
  line-height: 40px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #headerLogged ul li {
    margin: 0px 2px;
  }
  #headerLogged ul li a {
    display: block;
    padding: 0 10px;
  }
}

#headerLogged ul ul a {
  display: block;
  padding: 8px 10px;
  height: auto;
  color: #1d4875;
}
#headerLogged ul li:hover ul {
  display: block;
}

#headerLogged ul a {
  color: #10a2a2;
}

#headerLogged ul li a {
  background: transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#headerLogged ul a:hover,
#headerLogged ul li.selected a {
  background: #10a2a2;
  color: white !important;
}

/* notification login */
#loginNotification {
  color: white;
  background: #10a2a2;
  font-size: 30px;
  padding: 40px 20px;
  text-align: center;
  margin-top: -49px;
}

.msie9 #loginNotification {
  margin-top: 0px;
}

/* login button */
#loginBtn {
  background: #10a2a2;
  border: none;
  margin-top: 10px;
}

#loginBtn:hover {
  background: #40b5b5;
  border: none;
}

#loginBtn a {
  color: white !important;
}

/* sous menus */
#menu {
  display: none;
}

@media screen and (max-width: 1100px) {
  #loginBtn {
    margin-top: 8px;
    margin-right: 4px;
  }

  .backToHome {
    padding: 0px 13px;
  }
}

@media only screen and (max-width: 768px) {
  .backToHome {
    margin-right: 0px;
  }
}

@media only screen and (max-height: 460px) and (orientation: landscape) {
  .slide .actionBtn {
    text-align: center !important;
    display: inline-block;
    margin-right: 0px;
  }
}

#footer,
.msie8 #footer,
.msie9 #footer,
.lt-msie9 #footer {
  background: #575756;
}

#footer a {
  color: white !important;
  text-decoration: underline !important;
}

#footer a:hover,
#footer a:active,
#footer a:visited {
  text-decoration: none !important;
}

#footer #langageSelectorCombo a {
  color: #575656 !important;
}

#footer #langageSelectorCombo .langageSelectorOption.selected,
#footer #langageSelectorCombo .langageSelectorOption:hover {
  background-color: #c8e5e5 !important;
}

#footer .testimonial {
  display: none;
}

#footer #footerMenu {
  text-align: center !important;
}

#footer #copyright {
  color: white;
}

#page #footer {
  padding-top: 0;
  height: 42px;
}

@media only screen and (max-width: 768px) {
  #footer {
    display: block !important;
    position: static;
  }
}

#page {
  background: white;
  min-height: 100% !important;
  box-sizing: border-box;
}

#patientLoginForm,
#patientLoginForm form {
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  font-size: 16px;
}

#patientLoginForm {
  margin-top: 20px !important;
}

#patientLoginForm #help {
  display: block !important;
  color: unset;
}

#patientLoginForm #captchaImg {
  display: block !important;
  margin: 10px 0;
}

#patientLoginForm #resetPassword_form {
  margin-top: 0;
}

#patientLoginForm #resetPassword_form .tableForm {
  padding-top: 0;
  margin-top: 15px;
}

#patientLoginForm .helpLogin.aright {
  margin-top: 10px;
  text-align: center !important;
}

#patientLoginForm .help {
  padding-top: 0 !important;
}

#patientLoginForm h3,
#patientLoginForm img,
#patientLoginForm .arrow {
  display: none;
}

#patientLoginForm button:hover {
  background: #3fb4b4 !important;
}

#patientsManagement .box .boxContent {
  background: #f9f8f4 !important;
}

#hnFrameworkModalContent .box .boxContent {
  background: #f9f8f4 !important;
}

#patientsManagement .box .boxContent.manageBox {
  margin: 0 !important;
  padding: 20px 0px 20px 0px;
}

#patientsManagement #searchPatient input {
  border-color: #575656 !important;
}

/* pages */
.module .moduleText h2 {
  background: #fafafa url('../img/en/gametext_head.jpg') no-repeat !important;
}

#Videos_Videos .ressourcesTitle {
  background: #10a2a2 !important;
  border-color: #575656 !important;
}

#Videos_Videos .videoBox {
  border-color: #575656 !important;
}

#listgame_games .speech {
  border-color: #575656 !important;
}

#listgame_games .speech .arrow.arrowBorder {
  border-color: transparent #575656 !important;
}

#listgame_games .speech .speechTitle {
  background: #10a2a2 !important;
}

#patientsManagement .box {
  border-color: #575656 !important;
}

#hnFrameworkModalContent .box {
  border-color: #575656 !important;
}

#patientsManagement .box .boxTitle {
  background: #10a2a2 !important;
}

#hnFrameworkModalContent .box .boxTitle {
  background: #10a2a2 !important;
}

.msie9 #patientsManagement .box .boxTitle h5 {
  margin-left: 10px !important;
}

#hnFrameworkModalContent .box .arrow.arrowBg {
  border-color: #10a2a2 transparent !important;
}

#patientsManagement .box .arrow.arrowBg {
  border-color: #10a2a2 transparent !important;
}

#patientProfile input:disabled,
#patientProfile select:disabled {
  color: #575656 !important;
}

#patientProfile input.forceVisible[type='text'],
#patientProfile input.forceVisible[type='password'],
#patientProfile select.forceVisible,
#patientProfile textarea.forceVisible,
#patientProfile textarea:focus,
#patientProfile textarea:hover,
#patientProfile input[type='text']:focus,
#patientProfile input[type='text']:hover,
#patientProfile input[type='password']:focus,
#patientProfile input[type='password']:hover,
#patientProfile select:hover,
.msie7 #patientProfile input[type='text'],
.msie7 #patientProfile select,
.msie7 #patientProfile textarea {
  border-color: #575656 !important;
}

.tabList,
.tabList .tab,
.tabContent {
  border-color: #575656 !important;
}

.tabList .tab,
.tabList .tab.selected,
.tabList .tab:hover {
  color: #575656 !important;
}

.tabList .tab.selected,
.tabList .tab:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
}

.tabContent {
  background: #f9f8f4 !important;
}

#third_col {
  width: 270px;
}

.home_boxes {
  position: relative;
  border: 1px solid #575656;
  margin: 0px 10px 20px 10px;
  border-radius: 10px;
  text-align: left;
}

.home_boxes .box {
  background: none;
}

.home_boxes .box .bottom {
  display: none;
}

.home_boxes .home_box_workouts,
.home_boxes .box_top_mailbox_1,
.home_boxes .box_top_mailbox_2,
.home_boxes .box_top_help,
.home_boxes .box_top_notes_1,
.home_boxes .box_top_notes_2 {
  width: auto;
  background: #10a2a2 !important;
  height: 40px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #575656;
  padding: 0px 10px;
}

.home_notes_title {
  color: #10a2a2;
  padding: 20px 13px 0px 13px;
}

.home_notes_summary,
#home_notes_info1 {
  padding: 0px 13px;
}

#homeHelpBox ul {
  padding-top: 12px;
  padding-left: 12px;
}

.home_boxes .box_top_1l {
  font-size: 15px;
  line-height: 40px;
  padding: 0;
}

.home_boxes .box_top_1l::after {
  content: '';
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #10a2a2 transparent;
  border-width: 11px 11px 0px 11px;
  left: 21px;
  top: 40px;
}

.home_boxes .box .more {
  float: none;
  text-align: right;
  margin-bottom: 15px;
}

.home_boxes .box .more a img {
  display: none;
}

.home_boxes .box .more a::after {
  content: '>>';
}

.notes_content_title {
  padding-left: 10px;
}

.notes_content_data {
  width: 130px;
}

#otherWorkouts .workoutsList {
  margin-top: 10px !important;
}

#content .bloc #bloc3Tabs a {
  color: #575656 !important;
}

#content #bloc3Tabs a {
  border-color: #575656 !important;
}

#patientProfile #changeProgram,
#patientProfile #exerciseInfo {
  border-color: #575656 !important;
}

#patientProfile #changeProgram #changeProgramBtns .classicBtn.selected {
  background: #10a2a2 !important;
  color: white !important;
}

.proghSwitch {
  background-image: url('../img/en/switch.png') !important;
}

.sliderBarSelected {
  background: #10a2a2 !important;
}

.proExercisesListHeader .graphBtn {
  border-color: #575656 !important;
  color: #575656 !important;
}

.proExercisesList .moduleActivator span {
  color: #575656 !important;
}

#exercisePresentation h3,
#exercisePresentation h4 {
  color: #10a2a2 !important;
}

.desktop .proExercisesList li.even:hover,
.desktop .proExercisesList li.odd:hover,
.proExercisesList li.selected {
  background-color: #c8e5e5 !important;
}

.proExercisesList .graphIcon-expanded,
.proExercisesList .graphIcon-collapsed {
  color: #10a2a2 !important;
}

#loginPageForm {
  background: url('../img/en/bg.png') !important;
}

#viewFullWebsite {
  float: right;
  line-height: 25px;
  margin: 15px;
}

#viewFullWebsite::after {
  content: '>>';
}

.programSelection input[type='submit'] {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #adbcce));
  background: -webkit-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #adbcce 100%);
  color: #575656;
  border: 1px solid #575656;
  line-height: 19px;
}

.programSelection input[type='submit']:hover {
  background: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #c0c0c0)
  ) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: -o-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: -ms-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%) !important;
}

#tree a {
  color: #575656 !important;
}

#tree .oTree a.nodeSel {
  background: #c8e5e5 !important;
}

.groupPopup .corps input,
.groupPopup .corps select {
  border-width: 1px;
  border-style: solid;
}

#page_fiche input {
  border-width: 1px;
  font-family: 'Cera Pro Medium';
  font-size: 14px;
}

#page_fiche select {
  font-family: 'Cera Pro Medium';
  font-size: 14px;
}

#page_fiche .corps td {
  font-size: 14px;
}

#page_fiche input[type='submit'] {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #adbcce));
  background: -webkit-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #adbcce 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #adbcce 100%);
}

#page_fiche input[type='submit']:hover {
  background: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #c0c0c0)
  ) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: -o-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: -ms-linear-gradient(top, #ffffff 0%, #c0c0c0 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%) !important;
}

#scheduledMaintenance {
  background-color: #10a2a2 !important;
}

#cookieDisclaimer {
  background: #10a2a2 !important;
}

#cookieDisclaimer .cookieDisclaimerButton {
  color: #39949d !important;
}

#cookieDisclaimer .cookieDisclaimerButton:hover,
#cookieDisclaimer .cookieDisclaimerButton:focus,
#cookieDisclaimer .cookieDisclaimerButton:active {
  background-color: #cdf9f6 !important;
  color: #2c7777 !important;
}

.flatBox {
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.flatBox h2.title {
  border-radius: 10px 10px 0 0;
  background-color: #10a2a2;
  color: white;
  margin: 0;
  font-size: 20px;
  padding: 5px;
  box-sizing: border-box;
}

.flatBox h2.title i {
  margin-right: 7px;
}

.flatBox .content {
  border-radius: 0px 0px 10px 10px;
  background-color: #f2f2f2;
  color: #525252;
  box-sizing: border-box;
}
