.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.a {
  *zoom: 1;
}
.a:before,
.a:after {
  display: table;
  content: "";
  line-height: 0;
}
.a:after {
  clear: both;
}
.shaded {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQIW2OMjo7evHTpUl8GKGAE0ciCYAFkQbgATBAAACINyVg39pMAAAAASUVORK5CYII=) repeat;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch {
  text-align: left;
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 10px;
}
.onoffswitch-checkbox {
  position: absolute;
  left: -5000px;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 6px;
}
.onoffswitch-inner {
  width: 200%;
  -webkit-transform: translate3d(-86px, 0px, 0);
  -moz-transform: translate3d(-86px, 0px, 0);
  -ms-transform: translate(-86px, 0px);
  -o-transform: translate3d(-86px, 0px, 0);
  transform: translate3d(-86px, 0px, 0);
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
.onoffswitch-inner:before {
  content: 'ON';
  padding-left: 10px;
  background-color: #4CAFF3;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.onoffswitch-inner:after {
  content: 'OFF';
  padding-right: 10px;
  background-color: #424D53;
  color: #818A91;
  text-align: right;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.onoffswitch-switch {
  width: 20px;
  margin: 5px;
  background-color: #bfc7ca;
  border: 2px solid;
  border-color: #192227;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0px, 0px, 0);
  -moz-transform: translate3d(0px, 0px, 0);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  -webkit-transform: translate3d(0px, 0px, 0);
  -moz-transform: translate3d(0px, 0px, 0);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
}
.ie8 .onoffswitch-inner {
  left: -86px;
  position: relative;
}
.ie8 .checked .onoffswitch-inner {
  left: 0px;
}
.ie8 .checked .onoffswitch-switch {
  background: #F0F0F0;
  border-color: #2e8bc8;
  left: 50px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  -webkit-transform: translate3d(50px, 0px, 0);
  -moz-transform: translate3d(50px, 0px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate3d(50px, 0px, 0);
  transform: translate3d(50px, 0px, 0);
  border-color: #2e8bc8;
  background: #F0F0F0;
}
.onoffswitch-switch-content {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  color: #808d96;
  margin-top: -1px;
  letter-spacing: -2px;
}
.onoffswitch-on-view .onoffswitch-inner:before {
  content: 'VIEW';
}
.onoffswitch-on-show .onoffswitch-inner:before {
  content: 'ON';
}
.onoffswitch-off-hide .onoffswitch-inner:after {
  content: "OFF";
}
.onoffswitch-light .onoffswitch-label {
  border-color: transparent;
}
.onoffswitch-light .onoffswitch-inner:after {
  color: white;
}
.onoffswitch-light .onoffswitch-switch {
  height: 20px;
  top: 1px;
  border: 1px solid;
}
.onoffswitch-pink-off .onoffswitch-inner:after {
  background-color: #fe4a79;
}
@media (min-width: 768px) {
  .onoffswitch.small {
    width: 60px;
    height: 24px;
  }
  .onoffswitch.small .onoffswitch-label {
    border-radius: 4px;
    height: 24px;
    position: relative;
  }
  .onoffswitch.small .onoffswitch-inner {
    -webkit-transform: translate3d(-56px, 0px, 0);
    -moz-transform: translate3d(-56px, 0px, 0);
    -ms-transform: translate(-56px, 0px);
    -o-transform: translate3d(-56px, 0px, 0);
    transform: translate3d(-56px, 0px, 0);
  }
  .onoffswitch.small .onoffswitch-inner:before,
  .onoffswitch.small .onoffswitch-inner:after {
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    border-radius: 4px;
  }
  .onoffswitch.small .onoffswitch-inner:before {
    padding-left: 5px;
  }
  .onoffswitch.small .onoffswitch-inner:after {
    padding-right: 5px;
  }
  .onoffswitch.small .onoffswitch-switch {
    border-radius: 4px;
    width: 15px;
    margin: 2px;
  }
  .onoffswitch.small .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    -webkit-transform: translate3d(32px, 0px, 0);
    -moz-transform: translate3d(32px, 0px, 0);
    -ms-transform: translate(32px, 0);
    -o-transform: translate3d(32px, 0px, 0);
    transform: translate3d(32px, 0px, 0);
  }
  .onoffswitch.small .onoffswitch-switch-content {
    letter-spacing: -2px;
    line-height: 16px;
    font-size: 9px;
    margin-left: -2px;
  }
  .ie8 .onoffswitch.small .onoffswitch-inner {
    left: -56px;
    position: relative;
  }
  .ie8 .onoffswitch.small.checked .onoffswitch-inner {
    left: 0px;
  }
  .ie8 .onoffswitch.small.checked .onoffswitch-switch {
    background: #F0F0F0;
    border-color: #2e8bc8;
    left: 32px;
  }
}
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #atlwdg-trigger,
  iframe.zEWidget-launcher {
    display: none !important;
  }
}
#atlwdg-trigger {
  padding-bottom: 1px;
  padding-top: 1px;
}
#full {
  height: 100%;
  
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
}
.hl_baseline {
  font-family: arial, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
#loadingText.hl_baseline {
  font-size: 40px;
  line-height: 46px;
}
#loadingText.hl_baseline sup {
  font-size: 16px;
}
a {
  cursor: pointer;
}
.healthLoop-logo {
  text-align: center;
}
.healthLoop-logo img {
  max-height: 70px !important;
  width: auto !important;
  margin: 0 0 10px 0 !important;
  vertical-align: baseline;
}
.healthLoop-logo .logo-title {
  margin: 0 !important;
  margin-bottom: 40px !important;
  padding: 0 !important;
  font-family: 'Open Sans', Helvetica, Arial !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-align: left !important;
  color: #ffffff !important;
  text-align: center !important;
}
.healthLoop-logo .logo-title.big {
  font-size: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 480px) {
  .healthLoop-logo .logo-title {
    margin-bottom: 20px !important;
  }
}
.links a {
  color: white;
  text-decoration: none;
}
.reload-page {
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.reload-page .reload-button {
  cursor: pointer;
}
#alertArea {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f81952;
  color: white;
  padding: 10px;
  border-radius: 4px;
  width: 80%;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
#alertArea p {
  margin: 0px;
}
#alertArea p:first-child {
  margin-top: 10px;
  font-size: 0.85em;
}
#alertArea a#reset_link,
#alertArea a.emphased {
  color: #f5ee54;
  font-weight: bold;
  text-decoration: underline;
}
.login-field-label {
  display: none;
}
.ie8 .login-field-label,
.ie9 .login-field-label {
  display: block;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.ie9 #login #loginBody form input#username {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.ie9 #login #loginBody form input#password {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
#login {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
#login input[type="text"],
#login input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: normal;
  width: 240px;
}
#login label {
  display: block;
}
#login .ui-whiteBox {
  background: #fefeff;
  width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e1e1e1;
}
@media (max-width: 480px) {
  #login .ui-whiteBox {
    width: 90%;
    padding: 30px 20px;
  }
}
#login .ui-whiteBox * {
  box-sizing: border-box;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#login .ui-whiteBox .ui-input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #aaaaaa;
  padding: 5px 15px;
  font-size: 16px;
  margin-bottom: 25px;
}
#login .ui-whiteBox .ui-label {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 10px;
}
#login .ui-whiteBox .ui-button {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background-color: #3bc288;
  border: solid 1px #3bc288;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#login .ui-whiteBox .ui-button:hover {
  background: #33af77;
}
#login .ui-whiteBox .ui-checkbox {
  width: 30px;
  height: 30px;
  background: #F0F0F0;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  line-height: normal;
  border-radius: 4px;
  top: -5px;
}
#login .ui-whiteBox .ui-checkbox input[type=checkbox] {
  visibility: hidden;
}
#login .ui-whiteBox .ui-checkbox input[type=checkbox][disabled],
#login .ui-whiteBox .ui-checkbox input[type=checkbox][disabled] + label {
  opacity: 0.5;
  background-color: #DDD;
  border-color: #DDD;
  cursor: default;
}
#login .ui-whiteBox .ui-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background-color: #F0F0F0;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
}
#login .ui-whiteBox .ui-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 15px;
  height: 8px;
  background: transparent;
  top: 6px;
  left: 6px;
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#login .ui-whiteBox .ui-checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  border-color: #3bc288;
}
#login .ui-whiteBox .ui-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #FFFFFF;
}
#login .ui-whiteBox .ui-checkbox input[type=checkbox][disabled] + label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#login .ui-whiteBox .ui-checkbox input[type=checkbox][disabled]:checked + label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}
#login .ui-whiteBox .ui-checkbox input[type=checkbox]:checked + label {
  background-color: #3bc288;
  border-color: #3bc288;
}
#login .ui-whiteBox .ui-checkbox + label {
  font-weight: normal;
  display: inline;
}
#login #rememberZone a#cantAccess {
  float: right;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  text-decoration: underline;
}
#login #cantAccess {
  font-size: 12px;
}
#login #loginFooter {
  margin-top: 50px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 0 20px;
  color: #FFF;
}
#login .formHeader {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
#login #resetPassword {
  padding-top: 50px;
}
#login #resetPassword .message {
  text-align: left;
  color: #555;
  margin: -15px 0 30px;
}
#login #resetPassword .links {
  color: #333;
  padding-top: 20px;
}
#login #resetPassword .links a {
  color: #444;
  text-decoration: underline;
}
#login #loginBody {
  padding-top: 50px;
}
@media (max-width: 480px) {
  #login #loginBody {
    padding-top: 25px;
  }
}
#login #loginBody #submitButton {
  margin-top: 20px;
}
body #bannerNotification {
  display: block;
  position: fixed;
  top: 0;
  height: 30px;
  padding: 0;
  left: 0;
  right: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
body.show-banner #bannerNotification {
  top: 80px;
}
body #ios-banner {
  display: none;
}
body.show-banner #full {
  padding-top: 60px;
}
body.show-banner #ios-banner {
  display: block;
  height: 80px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.show-banner #ios-banner span,
body.show-banner #ios-banner img,
body.show-banner #ios-banner a {
  float: left;
  display: block;
}
body.show-banner #ios-banner img {
  height: 60px;
  margin-top: 10px;
}
body.show-banner #ios-banner * {
  font-family: Helvetica, Arial, sans-serif;
}
body.show-banner #ios-banner .close {
  width: 20px;
  height: 20px;
  background: #EFEFEF;
  color: #555;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 17px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 18px;
  padding: 4px;
  border: 10px solid white;
  font-size: 16px;
}
body.show-banner #ios-banner .description {
  width: 33%;
  padding-top: 16px;
  font-size: 13px;
  margin-left: 15px;
  color: #888;
  text-align: left;
}
body.show-banner #ios-banner .link {
  float: right;
  padding: 10px;
  margin-top: 22px;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #50b3f5;
}
