/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.pointsContainer {
  font-size: 18px;
  line-height: 32px; }

.rewardsProgressContainer {
  background-color: #e2e2e2;
  width: 100%;
  position: static;
  clear: both;
  display: inline-block;
  text-align: center;
  font: 400 14px "Open Sans", Arial, sans-serif;
  color: #000000;
  padding-bottom: 20px;
  border-top: 30px solid #c7c7c7; }

.achievementLevelHeader {
  color: #e4c441;
  font-weight: bold;
  text-align: center;
  font-family: 400 14px "Open Sans", Arial, sans-serif; }

.achievementLevel {
  display: inline; }

.myAchievementLevelImage {
  width: 24%;
  max-width: 140px;
  vertical-align: middle; }

.achievementLevelImage {
  width: 18%;
  max-width: 130px;
  vertical-align: middle; }

#myMedalsTable, #myPointsTable, #mySkillsTable, #mySkillsDiv {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

#mySkillsDiv {
  max-height: 200px;
  overflow: auto; }

#mySkillsTable2 {
  width: 100%; }

.skillsTDL {
  width: 50%;
  text-align: right;
  padding-right: 2%; }

.skillsTDR {
  width: 50%;
  text-align: left;
  padding-left: 2%; }

.medalsTableImageContainer {
  width: 100px;
  padding: 30px 10px 10px 5px;
  vertical-align: top; }

.medalsTableListContainer {
  max-width: 500px;
  padding: 5%;
  text-align: left;
  vertical-align: top; }

.medalListContainer {
  max-height: 200px;
  overflow: hidden;
  font-size: 18px;
  line-height: 27px; }

#myMedalsBarContainer table, #myPointsTable, #mySkillsTable, #mySkillsDiv, #mySkillsTable2 {
  /*
  border-top:2px solid #656565;
  border-left:2px solid #4e4e4e;
  border-right:2px solid black;
  border-bottom:2px solid black;
  border-collapse:collapse;
  */
  border-collapse: collapse;
  border: 2px solid transparent; }

#myMedalsBarContainer td {
  border: 0;
  border-right: 1px solid #090909;
  border-collapse: collapse; }

#myPointsTable td {
  border-bottom: 1px solid #090909;
  border-collapse: collapse;
  padding: 20px 0; }

#mySkillsTable th, #mySkillsDiv th {
  border-bottom: 1px solid #090909;
  border-collapse: collapse; }

#myPointsTable tr {
  border-left: 1px solid #090909;
  border-collapse: collapse; }

.pointsTablePointsColor {
  color: #00C800;
  display: inline; }

.starsImage {
  padding-bottom: 2px;
  vertical-align: bottom;
  margin-left: 6px; }

.font_sizeH1 {
  font-size: 26px; }

/*SECTION:  change window size   */
@media screen and (max-width: 1135px) {
  html {
    -webkit-text-size-adjust: none; }

  /*
  .pointsContainer{
    font-size: 18px;
    line-height:32px;
  }
  */
  .font_sizeH1 {
    font-size: 24px; }

  .myAchievementLevelImage {
    width: 24%;
    min-width: 80px;
    vertical-align: middle; }

  .achievementLevelImage {
    width: 18%;
    min-width: 70px;
    vertical-align: middle; }

  .medalsTableListContainer {
    max-width: 500px;
    padding: 2%;
    text-align: left;
    vertical-align: top; }

  .medalListContainer {
    max-height: 200px;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px; }

  .starsImage {
    padding-bottom: 4px;
    vertical-align: bottom;
    margin-left: 4px; } }
/*SECTION:  change window size   */
@media screen and (max-width: 640px) {
  /*
  .pointsContainer{
    font-size: 20px;
  }
  */
  .font_sizeH1 {
    font-size: 20px; }

  .medalsTableListContainer {
    max-width: 500px;
    padding: 5px;
    text-align: left;
    vertical-align: top; }

  /*
  .medalListContainer{
    max-height:200px;
    overflow:hidden;
    font-size:17px;
    line-height:24px;
  }
  */
  .starsImage {
    padding-bottom: 0;
    vertical-align: bottom;
    margin-left: 4px; } }

/*# sourceMappingURL=achievementLevel.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.grayButtonClass {
  border-radius: 5px;
  font-size: 26px;
  border: 1px solid #8a8a8a;
  padding: 8px 28px;
  color: #FFFFFF;
  margin: 6px;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #666 inset;
  background: -moz-linear-gradient(#cccccc, #b4b4b4) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#b4b4b4)) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -o-linear-gradient(#cccccc, #b4b4b4) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: linear-gradient(#cccccc, #b4b4b4) repeat-x; }

.grayButtonClass:hover {
  color: #FEFFE9;
  background: -moz-linear-gradient(#d6d6d6, #bebebe) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6d6d6), to(#bebebe)) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -o-linear-gradient(#d6d6d6, #bebebe) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: linear-gradient(#d6d6d6, #bebebe) repeat-x;
  /*cursor:hand;*/
  cursor: pointer; }

.grayButtonClass:focus {
  outline: #6f6f6f dotted 1px;
  outline-offset: 2px; }

.grayButtonClass a {
  /*    color:white;
      text-shadow:2px 2px 0 #666;*/
  text-decoration: none; }

.blueButtonClass {
  border-radius: 5px;
  font-size: 26px;
  border: 1px solid #8a8a8a;
  padding: 8px 28px;
  color: #FFFFFF;
  margin: 6px;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #666 inset;
  font-size: 32px;
  background: #4284f0; }

.blueButtonClass:hover {
  color: #FEFFE9;
  background: #458afa;
  cursor: pointer; }

.blueButtonClass:focus {
  outline: #6f6f6f dotted 1px;
  outline-offset: 2px; }

.blueButtonClass a {
  /*    color:white;
      text-shadow:2px 2px 0 #666;*/
  text-decoration: none; }

/*------------------------------------------------------------------------------------------------*/
.green2ButtonClass {
  border-radius: 5px;
  font-size: 26px;
  border: 1px solid #8a8a8a;
  padding: 8px 28px;
  color: #FFFFFF;
  margin: 6px;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #666 inset;
  background: #00a80e; }

.red2ButtonClass {
  border-radius: 5px;
  font-size: 26px;
  border: 1px solid #8a8a8a;
  padding: 8px 28px;
  color: #FFFFFF;
  margin: 6px;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #666 inset;
  background: #f15302; }

.white2ButtonClass {
  border-radius: 5px;
  font-size: 26px;
  border: 1px solid #8a8a8a;
  padding: 8px 28px;
  color: #FFFFFF;
  margin: 6px;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #666 inset;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: gray; }

.green2ButtonClass:hover {
  background: #00c610;
  cursor: pointer; }

.red2ButtonClass:hover {
  background: #ff780a;
  cursor: pointer; }

.white2ButtonClass:hover {
  cursor: pointer;
  border: 1px solid limegreen; }

.mainWideButton {
  border-radius: 5px;
  font-size: 26px;
  border: 1px solid #8a8a8a;
  padding: 8px 28px;
  color: #FFFFFF;
  margin: 6px;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #666 inset;
  background: #FEFEFE;
  border: 1px solid #929292;
  color: gray; }

.mainWideButton:hover {
  cursor: pointer;
  border: 1px solid #269226;
  background-color: limegreen; }

.green2ButtonClass:focus,
.red2ButtonClass:focus {
  outline: #6f6f6f dotted 1px;
  outline-offset: 5px; }

.green2ButtonClass a,
.red2ButtonClass a {
  color: white;
  text-shadow: 2px 2px 0 #666;
  text-decoration: none; }

.logoutButtonClass {
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #eee;
  padding: 3px 10px;
  /*    color:#FFFFFF;
      text-shadow:1px 1px 0 #666; */
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #888 inset;
  background: #f45912;
  background: -o-linear-gradient(#ff8763, #ce4f12) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -moz-linear-gradient(#ff8763, #ce4f12) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8763), to(#ce4f12)) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: linear-gradient(#ff8763, #ce4f12) repeat-x;
  text-decoration: none;
  display: block;
  float: right;
  width: 55px;
  clear: both;
  margin: 0 5px 0 3px;
  color: white; }

.logoutButtonClass:hover {
  background: #ff780a;
  background: -o-linear-gradient(#ffbeb0, #f45912) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -moz-linear-gradient(#ffbeb0, #f45912) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbeb0), to(#f45912)) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: linear-gradient(#ffbeb0, #f45912) repeat-x;
  cursor: pointer; }

.loginButtonClass {
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #eee;
  padding: 3px 14px 3px 5px;
  /*    color:#FFFFFF;
      text-shadow:1px 1px 0 #666; */
  -moz-box-shadow: 0 0 0 #666 inset;
  -webkit-box-shadow: 0 0 0 #666 inset;
  box-shadow: 0 0 0 #888 inset;
  background: #08dc05;
  background: -o-linear-gradient(#01e300, #09ce00) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -moz-linear-gradient(#01e300, #09ce00) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01e300), to(#09ce00)) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: linear-gradient(#01e300, #09ce00) repeat-x;
  text-decoration: none;
  display: none;
  float: right;
  width: 55px;
  clear: both;
  margin: 3px 5px 0 3px;
  color: white;
  text-shadow: 1px 1px 0 #666; }

.loginButtonClass:hover {
  background: #09ec05;
  background: -o-linear-gradient(#01f200, #09ce00) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -moz-linear-gradient(#01f200, #09ce00) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01f200), to(#09ce00)) repeat-x;
  /*noinspection CssOverwrittenProperties*/
  background: linear-gradient(#01f200, #09ce00) repeat-x;
  cursor: pointer; }

/* old blue button class
.blueButtonClass{
border-radius:5px;
font-family: Fjalla One,Trebuchet MS,sans-serif;
font-size:40px;
border:1px solid #8a8a8a;
padding:5px 30px;
color:#FFFFFF;
text-shadow:1px 1px 0 #666;

-moz-box-shadow:0 0 0 #666 inset;
-webkit-box-shadow:0 0 0 #666 inset;
box-shadow:0 0 0 #888 inset;

margin:6px;
background: -moz-linear-gradient(rgb(170, 209, 240), rgb(68, 130, 209)) repeat-x;
/*noinspection CssOverwrittenProperties* /
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(170, 209, 240)), to(rgb(68, 130, 209))) repeat-x;
/*noinspection CssOverwrittenProperties* /
background: -o-linear-gradient(rgb(170, 209, 240), rgb(68, 130, 209)) repeat-x;
/*noinspection CssOverwrittenProperties* /
background: linear-gradient(rgb(170, 209, 240), rgb(68, 130, 209)) repeat-x;

text-decoration: none;
}
.blueButtonClass:hover{
background: -moz-linear-gradient(rgb(180, 219, 251), rgb(72, 157, 241)) repeat-x;
/*noinspection CssOverwrittenProperties* /
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(180, 219, 251)), to(rgb(72, 157, 241))) repeat-x;
/*noinspection CssOverwrittenProperties* /
background: -o-linear-gradient(rgb(180, 219, 251), rgb(72, 157, 241)) repeat-x;
/*noinspection CssOverwrittenProperties* /
background: linear-gradient(rgb(180, 219, 251), rgb(72, 157, 241)) repeat-x;
cursor:pointer;
}
.blueButtonClass a{
color:white;
text-shadow:2px 2px 0 #666;
text-decoration:none;
} */

/*# sourceMappingURL=buttons.css.map */

.FAQ_Q {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
  font: 400 16px "Open Sans",Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000000; }

.FAQ_A {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin-top: -10px;
  margin-left: 3%;
  margin-right: 3%;
  font: 400 16px "Open Sans",Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000; }

/*# sourceMappingURL=faq.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.gamapyColor1 {
  color: #FF5000; }

.gamapyColor1Dark {
  color: #de4b00; }

.gamapyColor2 {
  color: #00C800; }

/*
.colorGradientStyle1{
  @include colorGradientSyleOne;
}
.colorGradientStyle2{
  @include colorGradientStyleTwo;
}
*/
.footerLogoDesktop {
  font-size: 26px;
  font-family: 'Acme', sans-serif;
  color: #FF5000;
  display: inline; }

.footerLogoMobile {
  font-size: 26px;
  font-family: Acme,sans-serif;
  color: #FF5000;
  display: inline;
  margin: 0 auto;
  width: 100%; }

.footerLogoLine2Desktop {
  font-size: 17px;
  color: #a8a8a8;
  font-family: 'Acme', sans-serif;
  display: inline;
  margin-left: 30px; }

.footerLogoLine2Mobile {
  font-size: 17px;
  color: #a8a8a8;
  font-family: 'Acme', sans-serif;
  display: inline;
  clear: both;
  float: left;
  margin: 0 auto;
  width: 100%; }

.footer_text {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 10pt;
  color: #9e9e9e;
  text-align: center;
  margin-top: 5px; }

#navigation_links {
  margin: 0 0 0 10px;
  padding-top: 5px;
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 10pt;
  text-align: left;
  color: #b3b3b3; }

#navigation_links a {
  color: #8f8f8f; }

#navigation_links a:hover {
  color: #0C5784;
  text-decoration: underline; }

/*
.footer_table{
  max-width: 960px;
  width:100%;
  text-align:left;border: 0;
  padding-top:14px;
  padding-bottom:0;
  font-family: Open Sans,Arial,sans-serif;
  font-size:12pt;
}
*/
.footer-links_c1 {
  clear: both;
  padding: 0 0;
  position: relative;
  font: 400 14px "Open Sans", Arial, sans-serif; }

.footer-links_c1 .links {
  color: #5d5d5d;
  text-align: left; }

.footer-links_c1 .links a, .startANewAccount {
  color: #5d5d5d;
  font-size: 12pt;
  line-height: 18px;
  padding: 0 5px;
  text-align: left;
  text-decoration: none; }

.footer-links_c1 .links a:hover, .startANewAccount:hover {
  /*color: #2089C7;*/
  color: #00C800;
  font-weight: normal;
  text-decoration: underline; }

.footerContainer {
  height: 130px;
  background-color: #f6f6f6;
  padding: 20px 0 10px; }

.footerContainerFixedBottomPage {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 31; }

.footerContainer1 {
  float: left;
  display: inline-block;
  width: 50%;
  text-align: right;
  background-color: #f6f6f6; }

.footerContainer2 {
  float: left;
  display: inline-block;
  margin: 18px 0 0 50px;
  text-align: left;
  background-color: #f6f6f6; }

#shareContainer {
  color: #838383;
  font-size: 16px;
  margin: 3px 0 5px 0;
  max-width: 360px; }

/*SECTION:  change window size   */
@media screen and (max-width: 1115px) {
  .footerContainer {
    height: 210px; }

  .footerContainer1 {
    float: left;
    display: inline-block;
    width: 100%;
    text-align: center; }

  .footerContainer2 {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center; }

  #shareContainer {
    max-eidth: 360px;
    margin: 11px auto; } }

/*# sourceMappingURL=footerMain.css.map */

.bodyMain {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
  font: 14pt "Open Sans",Arial, sans-serif;
  font-style: normal;
  color: #000000; }

/*# sourceMappingURL=guyFarberMDMain.css.map */

.mainPageHeaderW {
  /*background-image:url('../Pictures/header/header1.jpg');*/
  //background: rgba(0, 0, 0, 0.9);
  background: rgba(148, 255, 96,0.28);
  text-align: center;
  padding: 0;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #000000;
  /*
  width: 960px;
  margin:auto;
  */ }

.mainPageHeaderW.smv {
  height: 110px; }

.mainPageHeader {
  text-align: center;
  padding: 0;
  max-width: 960px;
  margin: auto; }

#topHeaderFiller {
  width: 100%;
  height: 50px;
  background-color: #000000; }

#topHeaderFiller.smv {
  height: 110px; }

.hd1 {
  float: left;
  margin: 5px 0 0 10px; }

#header_links {
  clear: left;
  margin: -50px 0 0;
  float: right;
  text-align: right; }

#header_links.smv {
  float: left;
  margin: 0; }

.login {
  display: inline;
  font-size: 20px;
  background: transparent;
  color: #00fc00;
  margin-left: -5px;
  padding: 1px 4px;
  border: solid 1px transparent;
  opacity: 0.8;
  font-weight: bold; }

.login:hover,
.createAccount:hover {
  cursor: pointer;
  background-color: rgba(242, 255, 237, 0.11);
  padding: 1px 4px;
  border: solid 1px rgba(15, 15, 15, 0.28);
  border-radius: 4px;
  opacity: 1;
  transition: all 0.5s ease 0s; }

/* login button version white text, with green background:
//login botton:
.login{
  background-color: #07e307;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #f9f9f9;
  display: inline;
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
  margin-top: 5px;
  opacity: 1;
  padding: 0 4px;
}
.login:hover{
  background-color: #07ff07;
  color: #ffffff;
}
*/
.logout {
  /*display:block;*/ }

.logout a {
  color: red;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none; }

.logout a:hover {
  color: #ff4500;
  font-weight: normal;
  text-decoration: underline; }

.createAccount {
  display: inline;
  font-size: 18px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  margin-right: -5px;
  padding: 1px 4px;
  border: solid 1px transparent;
  opacity: 0.8; }

/*
.createAccount:hover {
  //color: rgb(255, 193, 0);
  //color: #de6242;
  color: #f8eaea;
  cursor:pointer;
}
*/
/*
.createAccount a {
  color: rgb(8, 189, 255);
  text-decoration: none;
}
.createAccount a:hover {
  color: rgb(23, 183, 255);
}
*/
.links_divider {
  color: #6d6d6d;
  margin: -5px 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 5px; }

.headerMenuContainerClass {
  float: left;
  margin: -26px 0 0 200px; }

/*SECTION:  change window size   */
@media screen and (max-width: 640px) {
  /*
  .mainPageHeaderW {
    height:110px;
  }
  #topHeaderFiller{
    height:110px;
  }
  #header_links{
    float:left;
    margin:0;
  }
  //increase font of create account and login buttons:
  .createAccount{
    font-size:26px;
  }
  .login{
    font-size:26px;
  }
  .headerMenuContainerClass{
    float:left; clear:both;margin: 1px 0 0 0;
  }
*/ }

/*# sourceMappingURL=header.css.map */

/* @import 'http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext'; */
/*css of menue was in file headerMenu1.css before, which I generated and modified from menu created by product I bought from css3menu.com*/
ul#css3menu1, ul#css3menu1 ul {
  margin: 0;
  list-style: none;
  padding: 0;
  background-color: transparent;
  /**border: 1px solid #e0e0e0;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

ul#css3menu1 ul {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 400%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: opacity 0.5s, top 0.5s, left 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, left 0.5s, visibility 0.5s;
  transition: opacity 0.5s, top 0.5s, left 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-color: red; /*rgba(236, 238, 240, 0.5);*/
  /*border:1px solid red;*/
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  padding: 0 3px 3px;
  filter: alpha(opacity=85); }

ul#css3menu1 li:hover > ul {
  visibility: visible;
  opacity: 1; }

ul#css3menu1 li {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 0;
  float: left; }

ul#css3menu1 li:hover {
  z-index: 1; }

ul#css3menu1 ul ul {
  position: absolute;
  left: 200%;
  top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-shadow: 0 0 1px #bec6c7;
  -webkit-box-shadow: 0 0 1px #bec6c7;
  box-shadow: 0 0 1px #bec6c7; }

ul#css3menu1 > li:hover > ul {
  /*opacity: 0.85;*/
  opacity: 1;
  top: 100%; }

ul#css3menu1 ul li:hover > ul {
  left: 100%; }

ul#css3menu1 {
  font-size: 0;
  z-index: 999;
  position: relative;
  display: inline-block;
  zoom: 1;
  padding: 0;
  *display: inline; }

* html ul#css3menu1 li a {
  display: inline-block; }

ul#css3menu1 > li {
  margin: 0; }

ul#css3menu1 a:active, ul#css3menu1 a:focus {
  outline-style: none; }

ul#css3menu1 a {
  display: block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font: bold 15px Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  //color: #e8e8e8;
  color: #2e2e2e;
  cursor: pointer;
  padding: 2px 6px 2px 6px; }

ul#css3menu1 ul li {
  float: none;
  margin: 0;
  /*space between menu items*/ }

ul#css3menu1 ul a {
  text-align: left;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.9);
  /*background color of menu*/
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font: bold 13px Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #d9d9d9;
  text-decoration: none; }

ul#css3menu1 li:hover > a, ul#css3menu1 li a.pressed {
  border-style: none;
  color: #ffffff;
  text-decoration: none; }

ul#css3menu1 img {
  border: none;
  vertical-align: -4px;
  margin-right: 2px; }

ul#css3menu1 span {
  display: block;
  overflow: visible;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 0; }

ul#css3menu1 ul span {
  /* background-image: url("arrowsub.gif"); */
  padding-right: 12px; }

ul#css3menu1 > label.switch {
  display: none;
  cursor: pointer;
  width: 25px;
  height: 20px;
  padding: 2px 6px 2px 6px; }

ul#css3menu1 > label.switch:before {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 25px;
  border-radius: 4px;
  background: #526476;
  -moz-box-shadow: 0 8px #526476, 0 16px #526476;
  -webkit-box-shadow: 0 8px #526476, 0 16px #526476;
  box-shadow: 0 8px #526476, 0 16px #526476; }

ul#css3menu1 > label.switch:hover:before {
  background: #000000;
  -moz-box-shadow: 0 8px #000000, 0 16px #000000;
  -webkit-box-shadow: 0 8px #000000, 0 16px #000000;
  box-shadow: 0 8px #000000, 0 16px #000000; }

ul#css3menu1 > .switchbox {
  display: none; }

ul#css3menu1 ul li:hover > a, ul#css3menu1 ul li a.pressed {
  background-color: #2f2f2f;
  color: #ffffff;
  text-decoration: none; }

ul#css3menu1 li.topmenu > a {
  /*background-color: rgba(255, 255, 255, 0.25);*/
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

ul#css3menu1 li.topmenu:hover > a, ul#css3menu1 li.topmenu a.pressed {
  border-radius: 5px; }

/*
@media screen and (max-width: 768px) {
    ul#css3menu1 > li {
        position: initial;
    }

    ul#css3menu1 ul .submenu, ul#css3menu1 li > ul {
        left: 0;
        right: auto;
        top: 100%;
    }

    ul#css3menu1 .submenu, ul#css3menu1 ul, ul#css3menu1 .column {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 28px) {
    ul#css3menu1 {
        width: 100%;
    }

    ul#css3menu1 > li {
        display: none !important;
        position: relative;
        width: 100% !important;
    }

    ul#css3menu1 > label.switch, ul#css3menu1 .switchbox:checked ~ li {
        display: block !important;
    }
}
*/

/*# sourceMappingURL=headerMenu1.css.map */

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

/*# sourceMappingURL=icomoon.css.map */

.gamapyImageClass0 {
  border-radius: 15px;
  position: relative;
  float: none;
  margin: 0 auto; }

.gamapyImageClass1 {
  border: 2px solid #c3c3c3;
  border-radius: 15px;
  background: #d9d9d9;
  padding: 3px;
  position: relative;
  float: none;
  margin: 0 auto; }

/*# sourceMappingURL=imagesAndFrames.css.map */

.checkboxEmpty {
  width: 20px;
  height: 21px;
  background: url("../img/checkbox/checkbox2.png") 0 0; }

.checkboxChecked {
  width: 20px;
  height: 21px;
  background: url("../img/checkbox/checkbox2.png") -21px 0; }

.checkboxCrossed {
  width: 20px;
  height: 21px;
  background: url("../img/checkbox/checkbox2.png") -44px 0; }

.checkboxEmptyPhoneApp {
  width: 20px;
  height: 21px;
  background: url("../img/checkbox/checkbox2.png") 0 0; }

.checkboxCheckedPhoneApp {
  width: 20px;
  height: 21px;
  background: url("../img/checkbox/checkbox2.png") -21px 0; }

.checkboxCrossedPhoneApp {
  width: 20px;
  height: 21px;
  background: url("../img/checkbox/checkbox2.png") -44px 0; }

/*# sourceMappingURL=imageSprites.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.sectionTitle {
  font: Arizonia, serif;
  font-size: 30px;
  margin: 5px 0 15px 0; }

.indexLeftImage {
  margin: 0 66px 0 0;
  float: left; }

.indexRightImage {
  margin: 0 0 0 66px;
  float: right; }

.indexSectionWrap {
  width: 100%;
  font: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  padding: 50px 0;
  background-color: white; }

.indexSectionWrapMobile {
  width: 100%;
  font: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  padding: 1px 0;
  background-color: white; }

#indexSectionTryNowCont {
  background-color: transparent;
  margin-top: -450px;
  z-index: 10;
  position: relative; }

@media screen and (max-width: 640px) {
  .indexLeftImage {
    margin: 0 20px 0 0; }

  .indexRightImage {
    margin: 0 0 0 20px; } }
@media screen and (max-width: 350px) {
  .indexLeftImage {
    margin: 0 20px 0 0; }

  .indexRightImage {
    margin: 0 0 0 20px; } }

/*# sourceMappingURL=indexPage.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
table#myListOfIssuesThatPartnerUpsetsMeTable, table#exampleGamapyDailyPlaysTable {
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  background-color: #f7f7f7;
  padding: 0;
  border-spacing: 0;
  border: #f6f6f6 3px solid;
  font-size: 18px;
  display: none;
  outline: 2px solid #f1f1f1; }

table#myListOfIssuesThatPartnerUpsetsMeTable tr:nth-child(even), table#exampleGamapyDailyPlaysTable tr:nth-child(even) {
  background-color: #eee; }

table#myListOfIssuesThatPartnerUpsetsMeTable tr:nth-child(odd), table#exampleGamapyDailyPlaysTable tr:nth-child(odd) {
  background-color: #FFFFFF; }

table#myListOfIssuesThatPartnerUpsetsMeTable td, table#exampleGamapyDailyPlaysTable td {
  padding: 5px;
  border-right: 1px #F9F9F9 solid; }

table#myListOfIssuesThatPartnerUpsetsMeTable th, table#exampleGamapyDailyPlaysTable th {
  color: #FFFFFF;
  background-color: #8c8c8c;
  padding: 3px;
  border-right: 1px #d3d3d3 solid; }

#myListOfIssuesThatPartnerUpsetsMeTable p {
  margin: 2px 20px 2px 20px;
  padding: 0; }

.myListOfIssuesThatPartnerUpsetsMeTableIssue {
  text-align: left;
  padding-left: 8px !important; }

.itemNumber {
  font-family: Arizonia, serif;
  font-size: 28px;
  color: #a1a1a1; }

.dateReport {
  font-size: 75%;
  color: #a1a1a1; }

/*
.missionReport {
  font-size: 80%;
  color: $TABLE_MISSION_COLOR;
}
.explanationReport {
  //font-size: 0.8em;
  color: $TABLE_EXPLANATION_COLOR;
  text-align:left;
}
*/
.issuePartnerDoesTryingToChangeTableItemTitle {
  color: #a1a1a1;
  text-align: left;
  margin-top: 4px; }

.issuePartnerDoesTryingToChangeTableItem {
  text-align: justify;
  background-color: #efefef;
  border: 1px solid #e3e3e3;
  padding: 1px 17px;
  min-height: 25px; }

.createNewGamaplayLink, .createNewExplanationLink {
  font-size: 80%;
  color: #a1a1a1; }

.createNewGamaplayLink:hover, .createNewExplanationLink:hover {
  color: #00bd00;
  cursor: pointer; }

.tableActionLinks {
  color: #444444;
  width: 130px;
  margin: 2px;
  line-height: 18px; }

.tableActionLinks:hover {
  color: #00bd00;
  cursor: pointer; }

.tableActionLinks2 {
  color: #444444; }

.tableActionLinks2:hover {
  color: red;
  cursor: pointer; }

table#myListOfIssuesThatPartnerUpsetsMeTableMobile {
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 0;
  border-spacing: 0;
  border: #f6f6f6 1px solid;
  font-size: 12px; }

table#myListOfIssuesThatPartnerUpsetsMeTableMobile tr:nth-child(even) {
  background-color: #eee; }

table#myListOfIssuesThatPartnerUpsetsMeTableMobile tr:nth-child(odd) {
  background-color: #FFFFFF; }

table#myListOfIssuesThatPartnerUpsetsMeTableMobile td {
  padding: 4px;
  border-right: 1px #F9F9F9 solid; }

table#myListOfIssuesThatPartnerUpsetsMeTableMobile th {
  color: #FFFFFF;
  background-color: #8c8c8c;
  padding: 3px;
  border-right: 1px #d3d3d3 solid; }

.myListOfIssuesThatPartnerUpsetsMeTableIssueMobile {
  text-align: left; }

.addGamapyDailyPlayExample {
  text-decoration: underline;
  cursor: pointer; }

.addGamapyDailyPlayExample:hover {
  color: #008000; }

/*# sourceMappingURL=issuesThatPartnerUpsetsMe.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.linksMain1 {
  margin: 0;
  padding-top: 5px;
  text-align: center;
  color: #505050;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 17px; }

.linksMain1:hover {
  color: #0C5784; }

.hoverRed:hover {
  color: red; }

/*# sourceMappingURL=links.css.map */

/**
  adapted from work by: Connor Atherton: https://github.com/ConnorAtherton/loaders.css
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 2.75s -0.6s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 2.75s -0.6s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 2.75s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 2.75s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 2.75s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 2.75s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(4) {
  -webkit-animation: scale 2.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 2.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

#spinnerB1 {
  background-color: #c5c5c5; }

#spinnerB2 {
  background-color: #c9c9c9; }

#spinnerB3 {
  background-color: #d3d3d3; }

#spinnerB4 {
  background-color: #d7d7d7; }

/*
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #EAEAEA;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

/*
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random {
  width: 37px;
  height: 40px; }
.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }
.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite; }
.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ball-rotate {
  position: relative; }
.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative; }
.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8; }
.ball-rotate > div:before {
  top: 0px;
  left: -28px; }
.ball-rotate > div:after {
  top: 0px;
  left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%; }
.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite; }
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }
.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }
.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }
.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }
.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px); }
.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff; }
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px; }
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px; }
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }

.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }
.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even; }
.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }
.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s; }
.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
  -webkit-animation-duration: 0.94s;
  animation-duration: 0.94s; }
.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.59s;
  animation-delay: 0.59s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s; }
.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
  -webkit-animation-duration: 1.05s;
  animation-duration: 1.05s; }
.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-animation-duration: 1.59s;
  animation-duration: 1.59s; }
.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.74s;
  animation-delay: 0.74s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }
.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s; }
.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
  -webkit-animation-duration: 0.73s;
  animation-duration: 0.73s; }
.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s; }
.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  -webkit-animation-duration: 0.71s;
  animation-duration: 0.71s; }
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: -0.13s;
  animation-delay: -0.13s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s; }
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.53s;
  animation-delay: 0.53s;
  -webkit-animation-duration: 1.36s;
  animation-duration: 1.36s; }
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
  -webkit-animation-duration: 0.79s;
  animation-duration: 0.79s; }
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s; }
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
  -webkit-animation-duration: 1.56s;
  animation-duration: 1.56s; }
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s; }
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s; }
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s; }
.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

.ball-spin-loader {
  position: relative; }
.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear; }
.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear; }
.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear; }
.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear; }
.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear; }
.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear; }
.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear; }
.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear; }
.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }
.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px; }
.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear; }
.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }
.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px; }
.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear; }
.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear; }

/**
 * Lines
 * /
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.68s;
  animation-delay: 0.68s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important; }
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important; }
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px; }

/**
 * Misc
 * /
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }
.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear; }
.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear; }
.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear; }
.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear; }
.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px; }
.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px; }
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  -ms-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px); }
.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out; }
.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
  }*/

/*# sourceMappingURL=loaders.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

/*noinspection CssOverwrittenProperties*/
.messageBoxOverlay {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001; }

.box1 {
  border-radius: 8px;
  /*    box-shadow: 2px 2px 2px 2px #666666;*/
  /*border: 2px solid #4c4c4c;*/
  background: #fcfcfc;
  display: none;
  z-index: 1502;
  position: fixed;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 18px; }

.box1 h2 {
  color: #000000;
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

/*
.box1 h2{
  color:black;//$GAMAPY_COLOR2;
  font-size:28px;
  text-align: center;
  font-family:$fancyHeader_font2;
}
*/
.loginBoxDesktop {
  top: 50%;
  left: 50%;
  width: 400px;
  height: 371px;
  margin: -220px 0 0 -200px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: none; }

.loginBoxMobile {
  width: 100%;
  height: 100%;
  margin: -56px 0 !important;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  padding: 0; }

.resetPasswordBoxDesktop {
  top: 50% !important;
  /*animate to 50% which would display in middle*/
  left: 50%;
  width: 450px;
  height: 250px;
  margin: -125px 0 0 -225px !important; }

.resetPasswordBoxMobile {
  top: 0 !important;
  /*animate to 50% which would display in middle*/
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important; }

.createAccountBoxDesktop {
  top: 50% !important;
  /*animate to 50% which would display in middle*/
  left: 50%;
  width: 450px;
  height: 370px;
  margin: -185px 0 0 -225px !important; }

.createAccountBoxMobile {
  width: 100%;
  height: 100%;
  margin: -56px 0 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  padding: 0; }

#createAccountBox h2 {
  color: #000000;
  text-align: center;
  font-family: 'Roboto', sans-serif; }

#create_account_box {
  width: 450px;
  height: 270px;
  margin: 15px auto; }

.closeDesktop, .close, .closeMessageBox {
  background: none repeat scroll 0 0 #fcfcfc;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 32px;
  height: 24px;
  line-height: 0.7;
  padding: 5px;
  position: absolute;
  right: -6px;
  text-align: center;
  text-decoration: none;
  top: -3px;
  transition: all 0.2s ease 0s;
  width: 24px;
  z-index: 1500; }

.close:hover, .closeDesktop:hover, .closeMessageBox:hover {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  color: red; }

.closeMobile {
  background: none repeat scroll 0 0 #fcfcfc;
  border-radius: 25%;
  color: #000;
  cursor: pointer;
  font-size: 32px;
  height: 24px;
  line-height: 0.7;
  padding: 5px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-decoration: none;
  top: -5px;
  transition: all 0.2s ease 0s;
  width: 24px;
  z-index: 1500; }

.closeMobile:hover {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  color: red; }

.create_account {
  /*font-family: Open Sans,Arial,sans-serif; /*from google's font: loaded for top-menu */
  margin: 34px 0 0 0;
  text-align: center; }

.create_account a {
  color: #3c8031;
  font-weight: normal;
  /*font-size: 15px;
  line-height: 16px;*/
  padding: 0 5px; }

.create_account a:hover {
  color: #61cd4e;
  font-weight: normal;
  text-decoration: underline; }

/*noinspection CssOverwrittenProperties*/
.create_account input {
  background: white;
  font-size: 20px;
  padding: 8px 10px;
  border: 1px solid #eaeaea;
  width: 220px; }

/*noinspection CssOverwrittenProperties*/
.create_account input:focus {
  border: 1px solid #00930c;
  outline: none; }

.formContainer input:focus {
  border: 1px solid #00930c;
  outline: none; }

/*
.create_account h2{
  font-family: Fjalla One,Trebuchet MS,sans-serif;
  color:#0C5784;
  text-align:center;
}
*/
.separator1Top {
  background: #eaeaea;
  width: 100%;
  height: 1px; }

.separator1Bot {
  background: #ffffff;
  width: 100%;
  height: 1px; }

#chatErrorMessage {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #ab0909;
  border-bottom: 1px solid #400d0d;
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  z-index: 2000; }

.topMessageImage {
  display: inline; }

#topNotice {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #07dd08;
  border-bottom: 1px solid #07bb08;
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
  /*text-shadow:1px 1px 0 #940f0f;*/
  z-index: 2000; }

.pushNotificationNotice {
  background-color: #116c11 !important; }

.fbLogo {
  text-align: center;
  color: white;
  background-color: #4c66a4;
  display: inline-block;
  width: 117px;
  height: 42px;
  margin: 0 6px 0 0;
  border: 1px solid #8a8a8a;
  border-radius: 3px; }

.fbLogo:hover {
  background-color: #5977c0;
  cursor: pointer; }

.fbLogo img {
  float: left;
  margin: 7px 0 4px 6px; }

.fbLogo div {
  display: inline-block;
  margin: 11px 0 0; }

.googleLogo {
  text-align: center;
  color: white;
  background-color: #dd4b39;
  display: inline-block;
  width: 117px;
  height: 42px;
  margin: 0;
  border: 1px solid #8a8a8a;
  border-radius: 3px; }

.googleLogo:hover {
  background-color: #e84f3c;
  cursor: pointer; }

.googleLogo img {
  float: left;
  margin: 7px 0 4px 6px; }

.googleLogo div {
  display: inline-block;
  margin: 11px 0 0; }

#startNowContainer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 142px;
  background: rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  z-index: 200; }

.startNow2Container {
  margin-top: 91px; }

.startNowBut {
  text-align: center;
  width: 386px;
  max-width: 90%;
  background-color: #00ae00;
  border-radius: 5px;
  border: solid 1px #009100;
  margin: 0 auto 0;
  padding: 8px 0;
  color: white;
  font-size: 36px;
  font-family: Fjalla One, Trebuchet MS, sans-serif; }

.startNowBut div {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #e5e5e5;
  margin: 1px auto -1px;
  display: block; }

.startNowBut:hover {
  cursor: pointer;
  background: #00bd00; }

#learnMoreCont {
  margin: 0 auto;
  background-color: transparent;
  font-size: 22px;
  width: 200px;
  text-align: center; }

#learnMoreA {
  margin: 20px auto;
  color: #f0f0f0;
  font-size: 24px;
  font-family: "Roboto", sans-serif; }

#learnMoreA:hover {
  color: #FFFFFF; }

.indexSectionC {
  max-width: 1050px;
  width: 90%;
  padding: 20px 6px;
  margin: 0 auto; }

#growingApartText {
  margin-top: 60px;
  min-height: 150px; }

.indexEndImage {
  margin-top: 0;
  height: 750px;
  width: 100%;
  background: url("https://www.guyfarbermd.com/img/indexPage/pic3.jpg");
  background-size: cover; }

.endImageTextContainer {
  border: solid 1px black;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.27); }

.endImageText {
  font-size: 32px;
  color: white;
  margin: 40px 0; }

.endImageSpacer {
  height: 150px; }

@media screen and (max-width: 700px) {
  .endImageText {
    font-size: 22px;
    margin: 20px 0; }

  .endImageSpacer {
    height: 80px; }

  .loginBoxDesktop {
    top: 0 !important;
    /*animate to 50% which would display in middle*/
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important; }

  .resetPasswordBoxDesktop {
    top: 0 !important;
    /*animate to 50% which would display in middle*/
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important; }

  .createAccountBoxDesktop {
    top: 0 !important;
    /*animate to 50% which would display in middle*/
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important; }

  .closeDesktop, .close {
    right: 41px;
    top: 0;
    font-size: 48px; }

  .indexEndImage {
    height: 550px;
    width: 100%;
    background: url("https://www.guyfarbermd.com/img/indexPage/pic3.jpg");
    background-size: cover; } }
@media screen and (max-width: 450px) {
  .endImageText {
    font-size: 17px;
    margin: 15px 0; }

  .endImageSpacer {
    height: 20px; }

  .startNowBut {
    font-size: 26px; } }

/*# sourceMappingURL=login.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.baseFont {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 13px; }

.mainNonOfficePageBody {
  background-color: white;
  font: 400 14px "Open Sans", Arial, sans-serif;
  colort: red;
  font-size: 16px;
  margin: 0;
  padding: 0; }

.mainNonOfficePageContainer {
  background-color: white;
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
  width: 95%; }

/*SECTION:  change window size   */
@media screen and (max-width: 640px) {
  .mainNonOfficePageContainer {
    margin: 50px auto 0; } }

/*# sourceMappingURL=mainNonOfficepages.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.displayNone {
  display: none !important; }

.page_border_panelOff {
  position: relative !important; }

.inputTextArea {
  background: white;
  font-size: 20px;
  padding: 12px 14px;
  border: 1px solid #eaeaea;
  width: 220px; }

.inputTextArea:focus {
  border-color: #00930c;
  outline: none; }

.mainFont {
  font: 400 14px "Open Sans", Arial, sans-serif; }

@media screen {
  body {
    margin: 0;
    padding: 0;
    /*        background-image:url('../Pictures/Logo/background6.jpg'); * /
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(rgb(253, 253, 253), rgb(245, 245, 245)) repeat-x rgba(245, 245, 245);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(253, 253, 253)), to(rgb(245, 245, 245)))  repeat-x rgba(245, 245, 245);
    */
    /*background-image:url('../Pictures/backgrounds/background3.jpg');*/
    background-color: white;
    font-size: 100%; }

  .startANewAccount {
    cursor: pointer; }

  #page2mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 2000; }

  /*
  #page2_border{
      display:none;
      text-align: center;
      background-color: white;
      max-width:960px;
      position:absolute;
      font-size:18px;
      left:50%;
      top:0;
      margin:0 0 0 -480px;
      border: 3px double #dedede;
      z-index:2002;
  }

  #page2_border div{
      margin: 0 60px 0 60px;
      text-align: left;
  }

  #page2_border button{
      text-align: center;
  }
  */
  h1 {
    font: 400 32px "Open Sans",Arial, sans-serif;
    text-align: center;
    /*color:#0C5784;*/
    color: #000000; }

  h2 {
    font: 600 16pt "Open Sans",Arial, sans-serif;
    /*color: #4eb91d;*/
    text-align: left; }

  h3 {
    text-decoration: none;
    font: 500 14pt "Open Sans",Arial, sans-serif;
    /*color:#0C5784;*/
    /*color: #468c1d;*/ }

  /*
  .page_border_style {
      text-align: center;
      max-width: 960px;
      border-radius: 0;
      padding: 0;
      border:0;
      margin: -500px auto;
      min-height: 500px;
      clear:both;
  }
  */
  .page_border_style2 {
    text-align: center;
    /*background-image:url('../Pictures/backgrounds/background_light.jpg');*/
    /*a bit less dark version*/
    padding-top: 12px; }

  .page_style {
    text-align: center;
    max-width: 960px;
    padding: 0;
    margin: auto; }

  /*
  #startNowBut{
      z-index:100;
      position:absolute;
      text-align: center;
      left:50%;
      top:75%;
      margin:0 0 0 -200px;    }
  */
  /*
  #startNowBut{
      text-align: center;
      margin-top:20px;
      margin-bottom: 10px;
  }
  */
  .footerSeparator0 {
    height: 3px;
    background-color: #b8b8b8;
    background: -webkit-linear-gradient(left, #484848, #b8b8b8, #484848);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #484848, #b8b8b8, #484848);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #484848, #b8b8b8, #484848);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #484848, #b8b8b8, #484848);
    /* Standard syntax */ }

  .footerSeparator1 {
    /*        height:1px;background:#9f94a6;*/
    height: 1px;
    /*background: #515151;*/
    background-color: #171717;
    /*background: -webkit-linear-gradient(left,#2f2f2f, #9c9c9c, #d2d2d2, #9c9c9c, #2f2f2f); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right,#2f2f2f, #9c9c9c, #d2d2d2, #9c9c9c, #2f2f2f); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right,#2f2f2f, #9c9c9c, #d2d2d2, #9c9c9c, #2f2f2f); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, #2f2f2f, #747474, #919191, #747474, #2f2f2f); /* Standard syntax */ }

  .footerSeparator2 {
    /*        height:1px;background:#9f94a6;*/
    height: 1px;
    /*background: #515151;*/
    background-color: #434343;
    background: -webkit-linear-gradient(left, #232323, #434343, #232323);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #232323, #434343, #232323);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #232323, #434343, #232323);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #232323, #434343, #232323);
    /* Standard syntax */ }

  .printClass {
    display: block; } }
.testInlineBlock {
  display: inline-block;
  background: green; }

/*
//page_heading2 is used for heading next to a heading picture
*/
.page_heading2 {
  font: 400 32px "Open Sans",Arial, sans-serif;
  /*    font-family: "Arial Rounded MT Bold",Helvetica, sans-serif; */
  text-align: left;
  /*color:#0C5784;*/ }

/*
//need to implement: remove page_heading2_h2 and replace with h2
*/
.page_heading2_h2 {
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  /*color:#0C5784;*/ }

.page_heading_F_L {
  font-size: 28pt; }

.DocumentBody {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin: 10px auto 0;
  font: 400 16px "Open Sans",Arial, sans-serif;
  font-style: normal;
  /*color: #000000;*/
  width: 95%;
  max-width: 950px; }

.DocumentBodyNar {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin-left: 30px;
  margin-right: 30px;
  font: 400 16px "Open Sans",Arial, sans-serif;
  color: #000000; }

.DocumentBodyLg {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin-left: 40px;
  margin-right: 40px;
  font: 400 16px "Open Sans",Arial, sans-serif;
  color: #000000; }

.DocumentBodyLgNar {
  border-width: 0;
  vertical-align: top;
  text-align: justify;
  margin-left: 30px;
  margin-right: 30px;
  font: 400 16px "Open Sans",Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000; }

.inputText {
  /*background:url('../Pictures/input_bg.jpg') repeat-x #dcdcdc;*/
  height: 26px;
  font: 400 16px "Open Sans",Arial, sans-serif;
  line-height: 26px;
  color: #777;
  border: 1px solid;
  border-color: #c1c1c1 #eee #eee #c1c1c1;
  text-shadow: 1px 1px 0 #E4E4E4;
  padding: 0 5px;
  margin-right: 5px;
  width: 185px; }

/*# sourceMappingURL=mainPages.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.messageBox {
  width: 360px;
  height: 335px;
  font: 400 16px "Open Sans",Arial, sans-serif;
  left: 50%;
  top: 50%;
  margin: -168px 0 0 -198px; }

.messageBox button {
  margin-bottom: 10px;
  font-size: 24px; }

.messageBoxSeparatorTop {
  height: 1px;
  width: 80%;
  background-color: #c6c6c6;
  margin: 0 auto; }

.messageBoxtitle {
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 20pt;
  margin-top: 15px; }

.confirmDeleteMessageBoxTitle {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18pt;
  margin-top: 1px; }

.aboutGamapyBoxtitle {
  font-family: "Acme", sans-serif;
  font-size: 19pt;
  margin-top: 15px; }

.messageBoxBody {
  padding: 15px;
  text-align: left;
  font-size: 1em;
  height: 180px;
  overflow: auto; }

.messageBoxBody .links {
  color: #5d5d5d;
  text-align: left; }

.messageBoxBody .links a {
  color: #5d5d5d;
  font-size: 12pt;
  line-height: 18px;
  padding: 0 5px;
  text-align: left;
  text-decoration: underline; }

.messageBoxBody .links a:hover {
  /*color: #2089C7;*/
  color: #00C800;
  font-weight: normal;
  text-decoration: underline; }

@media screen and (max-width: 350px) {
  .messageBox {
    width: 260px;
    height: 250px;
    font: 400 14px "Open Sans",Arial, sans-serif;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -148px; }

  .messageBox button {
    margin-bottom: 5px;
    font-size: 14px; }

  .messageBoxtitle {
    font-size: 20pt;
    margin-top: 0; }

  .aboutGamapyBoxtitle {
    font-family: "Acme", sans-serif;
    font-size: 14pt;
    margin-top: 15px; }

  .messageBoxBody {
    height: 150px; } }

/*# sourceMappingURL=messageBox.css.map */

.pointsNoticeMobile {
  width: 70px;
  top: 180px;
  left: -120px;
  position: fixed;
  background-color: #07dd08;
  border-top: 1px solid #07bb08;
  border-right: 1px solid #07bb08;
  border-bottom: 1px solid #07bb08;
  font: 600 16px "Open Sans", Arial, sans-serif;
  padding: 10px 0 10px 0;
  text-align: center;
  color: #fff;
  /*text-shadow:1px 1px 0 #940f0f;*/
  z-index: 65; }

.pointsNoticeMobile span {
  font-size: 18px; }

.pointsNotice {
  width: 200px;
  top: 180px;
  left: -120px;
  position: fixed;
  background-color: #07dd08;
  border-top: 1px solid #07bb08;
  border-right: 1px solid #07bb08;
  border-bottom: 1px solid #07bb08;
  font: 600 26px "Open Sans",Arial, sans-serif;
  padding: 40px 0 40px 0;
  text-align: center;
  color: #fff;
  /*text-shadow:1px 1px 0 #940f0f;*/
  z-index: 65; }

.pointsNotice span {
  font-size: 34px; }

#yoffeeEarnedNotice {
  width: 200px;
  top: 180px;
  left: -240px;
  position: fixed;
  background-color: #c64721;
  border-top: 3px solid #513804;
  border-right: 3px solid #513804;
  border-bottom: 3px solid #513804;
  font: 600 26px "Open Sans",Arial, sans-serif;
  padding: 40px 0 40px 140px;
  text-align: center;
  color: #fff;
  /*text-shadow:1px 1px 0 #940f0f;*/
  z-index: 64; }

#yoffeeEarnedNotice span {
  font-size: 48px; }

/*# sourceMappingURL=messaging.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.myDivEditor {
  height: 120px;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: lighter;
  background-color: #fcfcfc;
  padding: 5px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  position: relative;
  left: 50%;
  text-align: left;
  width: 580px;
  margin-left: -290px; }

.mobile {
  left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.myDivEditorEmojiSets {
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  position: relative;
  left: 50%;
  text-align: left;
  width: 580px;
  margin-left: -290px;
  padding: 0 5px;
  height: 36px; }

#emojiSet1 img:hover {
  cursor: pointer; }

.emojiCatContainer {
  overflow: auto;
  height: 150px;
  display: none;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  position: relative;
  left: 50%;
  text-align: left;
  width: 580px;
  margin-left: -290px;
  padding: 0 5px;
  font-size: 23px; }

.emojiCatContainer img:hover {
  cursor: pointer; }

.myDivEditor:focus {
  border: 1px solid #00a300;
  outline: none; }

.myDivEditorMobile {
  height: 120px;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: lighter;
  background-color: #fcfcfc;
  padding: 5px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  position: relative;
  left: 50%;
  text-align: left;
  width: 348px;
  margin-left: -174px; }

.myDivEditor:focus {
  border: 1px solid #00a300;
  outline: none; }

.emojiImageC {
  font-size: inherit;
  height: 3ex;
  width: auto;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle; }

.emojiCatViewButUnselected {
  padding: 2px;
  background-color: #f1f1f1; }

.emojiCatViewButSelected {
  padding: 2px;
  background-color: #bdbdbd; }

@media screen and (max-width: 620px) {
  .myDivEditor {
    height: 120px;
    font-family: Arial, sans-serif;
    font-size: 20pt;
    font-weight: lighter;
    background-color: #fcfcfc;
    padding: 4px;
    overflow: auto;
    border: 1px solid #e1e1e1;
    position: relative;
    left: 50%;
    text-align: left;
    width: 380px;
    margin-left: -190px; }

  .myDivEditorEmojiSets {
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    position: relative;
    left: 50%;
    text-align: left;
    width: 380px;
    margin-left: -190px;
    padding: 0 4px;
    height: 36px; }

  #emojiSet1 img:hover {
    cursor: pointer; }

  .emojiCatContainer {
    overflow: auto;
    height: 150px;
    display: none;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    position: relative;
    left: 50%;
    text-align: left;
    width: 380px;
    margin-left: -190px;
    padding: 0 4px;
    font-size: 19px; } }

/*# sourceMappingURL=myEditor.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.officeMainOptionsContainer {
  font: 400 14px "Open Sans", Arial, sans-serif;
  text-align: left;
  padding: 0;
  position: relative;
  left: 50%;
  width: 400px;
  margin: 0px 0 0 -200px;
  font-size: 1.3em;
  display: none; }

.officeMainOptionsContainerMobile {
  font: 400 14px "Open Sans", Arial, sans-serif;
  text-align: left;
  padding: 0 5px;
  position: relative;
  left: 0;
  width: 350px;
  font-size: 1.3em;
  display: none;
  margin: 0 auto; }

.officeMainOptionsToolContainer, .editIssueActionLinks {
  background-color: #FEFEFE;
  border: 1px solid #929292;
  border-radius: 5px;
  margin: 10px 0;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 20px;
  text-align: center; }

.officeMainOptionsToolContainer div, .editIssueActionLinks div {
  font-size: 0.8em;
  color: #929292; }

.officeMainOptionsToolContainer:hover, .editIssueActionLinks:hover {
  border: 1px solid #269226;
  background-color: limegreen; }

.officeMainOptionsToolContainerLocked {
  background-color: #e8e8e8;
  border-color: #b2b2b2;
  opacity: 0.5;
  margin-top: -25px;
  z-index: 1; }

.officeMainOptionsToolContainerLocked:hover {
  border-color: #ac0900;
  background-color: #e00000; }

.editIssueContainer {
  width: 500px;
  margin: 0 auto; }

.editIssuePartnerDoesTryingToChangeButtonsContainer {
  width: 400px;
  margin: 0 auto; }

/*# sourceMappingURL=officeMainOptions.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.gamapyColor1 {
  color: #FF5000; }

.gamapyColor1Dark {
  color: #de4b00; }

.gamapyColor2 {
  color: #00C800; }

/*
.colorGradientStyle1{
  @include colorGradientSyleOne;
}
.colorGradientStyle2{
  @include colorGradientStyleTwo;
}
*/
.footerLogoDesktop {
  font-size: 26px;
  font-family: 'Acme', sans-serif;
  color: #FF5000;
  display: inline; }

.footerLogoMobile {
  font-size: 26px;
  font-family: Acme,sans-serif;
  color: #FF5000;
  display: inline;
  margin: 0 auto;
  width: 100%; }

.footerLogoLine2Desktop {
  font-size: 17px;
  color: #a8a8a8;
  font-family: 'Acme', sans-serif;
  display: inline;
  margin-left: 30px; }

.footerLogoLine2Mobile {
  font-size: 17px;
  color: #a8a8a8;
  font-family: 'Acme', sans-serif;
  display: inline;
  clear: both;
  float: left;
  margin: 0 auto;
  width: 100%; }

.footer_text {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 10pt;
  color: #9e9e9e;
  text-align: center;
  margin-top: 5px; }

#navigation_links {
  margin: 0 0 0 10px;
  padding-top: 5px;
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 10pt;
  text-align: left;
  color: #b3b3b3; }

#navigation_links a {
  color: #8f8f8f; }

#navigation_links a:hover {
  color: #0C5784;
  text-decoration: underline; }

/*
.footer_table{
  max-width: 960px;
  width:100%;
  text-align:left;border: 0;
  padding-top:14px;
  padding-bottom:0;
  font-family: Open Sans,Arial,sans-serif;
  font-size:12pt;
}
*/
.footer-links_c1 {
  clear: both;
  padding: 0 0;
  position: relative;
  font: 400 14px "Open Sans", Arial, sans-serif; }

.footer-links_c1 .links {
  color: #5d5d5d;
  text-align: left; }

.footer-links_c1 .links a, .startANewAccount {
  color: #5d5d5d;
  font-size: 12pt;
  line-height: 18px;
  padding: 0 5px;
  text-align: left;
  text-decoration: none; }

.footer-links_c1 .links a:hover, .startANewAccount:hover {
  /*color: #2089C7;*/
  color: #00C800;
  font-weight: normal;
  text-decoration: underline; }

.footerContainer {
  height: 130px;
  background-color: #f6f6f6;
  padding: 20px 0 10px; }

.footerContainerFixedBottomPage {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 31; }

.footerContainer1 {
  float: left;
  display: inline-block;
  width: 50%;
  text-align: right;
  background-color: #f6f6f6; }

.footerContainer2 {
  float: left;
  display: inline-block;
  margin: 18px 0 0 50px;
  text-align: left;
  background-color: #f6f6f6; }

#shareContainer {
  color: #838383;
  font-size: 16px;
  margin: 3px 0 5px 0;
  max-width: 360px; }

/*SECTION:  change window size   */
@media screen and (max-width: 1115px) {
  .footerContainer {
    height: 210px; }

  .footerContainer1 {
    float: left;
    display: inline-block;
    width: 100%;
    text-align: center; }

  .footerContainer2 {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center; }

  #shareContainer {
    max-eidth: 360px;
    margin: 11px auto; } }
.myVis {
  opacity: 0.1; }

.cursorDefaultPointer {
  cursor: default; }

.cursorDefaultPointer:hover {
  cursor: pointer; }

.color1 {
  color: #FF5000; }

.gamapyColor1Dark {
  color: #de4b00; }

.color2 {
  color: #00C800; }

html, body {
  font-size: 18px;
  font: 400 14px "Open Sans", Arial, sans-serif;
  margin: 0;
  /* remove default margin */
  padding: 0;
  /* remove default padding */
  width: 100%;
  /* take full browser width */
  height: 100%;
  /* take full browser height*/
  background-color: #f5f5f5;
  overflow: visible; }

body {
  background-color: #f5f5f5; }

.pageContainer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #f5f5f5; }

.invitationsToLinkAccountsTable td {
  padding: 10px; }

#toolHeaderWrap {
  min-height: 35px;
  margin: 5px 0 10px; }

.toolHeader {
  margin-top: 0;
  clear: both;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 24pt;
  color: royalblue;
  display: none; }

.chatContainer {
  max-width: 783px;
  margin: 15px auto 0;
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  clear: both;
  display: block;
  text-align: center; }

.chatContainerMobile {
  width: 100%;
  position: relative; }

.itemContainerDesktop {
  width: 900px;
  left: 50%;
  margin-left: -450px;
  position: relative; }

.itemContainerMobile {
  width: 346px;
  left: 50%;
  margin-left: -173px;
  position: relative; }

.chatContainer_playerPanelsOff {
  max-width: 95%; }

.chatContainer_playerPanelsOffMobile {
  max-width: 100%; }

/*
#chat2Container {
  max-width: 783px;
  //margin:-25px auto 668px;
  margin: 25px auto 0;
  font: $base_font;
  font-size: $base_font_size;
  position: static;
  clear: both;
  display: block;
  text-align: center;
}
*/
.officeSelectImg {
  background-color: gray;
  border: 2px solid #5c5c5c;
  border-radius: 100%;
  cursor: pointer;
  padding: 3px;
  width: 300px;
  height: 105px; }

.officeSelectImg:hover {
  background-color: #00C800; }

.officeSelectImageDiv {
  box-shadow: none;
  display: inline;
  float: none;
  margin: 26px 26px 0;
  outline: medium none; }

#AppreciationNoteReceived {
  display: block;
  margin-top: 50px;
  /*text-align:justify;*/ }

#appreciationNoteHeader {
  font-size: 13px;
  margin-bottom: 25px; }

#appreciationNoteText {
  background-color: #fff9ed;
  /*background-color: #fffdf4;*/
  min-height: 220px;
  max-width: 500px;
  padding: 15px;
  margin: 15px auto;
  text-align: justify; }

.endNoteFlower {
  background: none repeat scroll 0 0 #676767;
  border: 2px solid #FF5000;
  border-radius: 100%;
  margin-right: 16px;
  padding: 1px;
  position: relative;
  float: right; }

.endNoteFlower2 {
  background: none repeat scroll 0 0 #676767;
  border: 2px solid #3BAB5C;
  border-radius: 100%;
  margin-right: 16px;
  padding: 1px;
  position: relative;
  float: right; }

.boxShadowEffect {
  position: relative; }

.boxShadowEffect:before, .boxShadowEffect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 400px;
  background: #848484;
  -webkit-box-shadow: 0 15px 10px #848484;
  -moz-box-shadow: 0 15px 10px #848484;
  box-shadow: 0 15px 10px #848484;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.boxShadowEffect:after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto; }

.linkAction, .linkActionGreenHover {
  color: gray;
  font-size: 14px;
  margin: 8px auto;
  position: relative;
  text-align: center;
  text-decoration: underline; }

.linkAction:hover {
  color: red;
  cursor: pointer; }

.linkActionGreenHover:hover {
  color: green;
  cursor: pointer; }

.cancelAndGoBack {
  text-decoration: underline;
  opacity: 0.6; }

.cancelAndGoBack:hover {
  opacity: 1;
  cursor: pointer; }

.mainLinkOptionGrayed {
  margin-top: 5px;
  display: block;
  cursor: pointer;
  color: gray;
  text-decoration: underline; }

.mainLinkOptionBlack {
  margin-top: 5px;
  display: block;
  cursor: pointer;
  color: Black;
  text-decoration: underline; }

.mainLinkOptionGrayed:hover, .mainLinkOptionBlack:hover {
  color: darkblue; }

#hintContainer {
  color: rgba(0, 0, 0, 0.3);
  padding: 10px 20px; }

textArea {
  resize: none; }

.textArea1C {
  /*
  width:580px;
  height:120px;
  font-family: Arial,sans-serif;
  font-size:20pt;
  font-weight:lighter;
  background-color: #fcfcfc;
  padding:5px;
  border:1px solid #e1e1e1;
  overflow: auto;
  position:absolute;
  left:50%;
  margin:10px 0 10px -290px;
  */
  width: 5px;
  height: 120px;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: lighter;
  background-color: #fcfcfc;
  padding: 5px;
  border: 1px solid #d0cece;
  overflow: auto;
  position: relative; }

/*not working to change the ckenditor:
.textArea1C p{
  margin:0.5em 0!important;
}
*/
.textArea1C:focus {
  border: 1px solid #d0cece;
  outline: none; }

.textArea1CMobile {
  width: 348px;
  height: 120px;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: lighter;
  background-color: #fcfcfc;
  padding: 5px;
  border: 1px solid #d0cece;
  overflow: auto;
  position: relative; }

.textArea1CMobile:focus {
  border: 1px solid #d0cece;
  outline: none; }

/*
.toolHeader{
  font-size: 18pt;
  margin-top:0;
  clear:both;
  font-family: Fjalla One,Trebuchet MS,sans-serif;
  color:royalblue;
  display:none;
}
*/
.officeBackground {
  border: 0 none;
  height: 200px;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50; }

.officeBackgroundSeparator {
  background-color: #b8b8b8;
  clear: both;
  display: block;
  height: 2px;
  margin: -2px 0 0;
  position: fixed;
  top: 201px;
  width: 100%;
  z-index: 61; }

#imgOfficeBackground {
  border: 0 none;
  height: 200px;
  left: 0;
  padding: 0;
  top: 0;
  width: 1px;
  z-index: 50; }

#coachaiAvatar {
  height: 170px;
  max-width: 100%;
  position: fixed;
  left: 50%;
  margin-left: -122px;
  top: 205px;
  width: 100%;
  z-index: 7; }

.coachaiChair {
  height: 106px;
  margin: 2px 0 0;
  max-width: 100%;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 97px;
  width: 100%;
  z-index: 55; }

.coachaiChairMobile {
  height: 106px;
  margin: 2px 0 0;
  max-width: 100%;
  padding: 0;
  position: fixed;
  top: 97px;
  width: 100%;
  z-index: 55;
  text-align: left;
  left: 1px; }

#VTmessage {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  margin: 0 auto 35px;
  clear: both;
  max-width: 640px; }

.selectTherapist {
  margin: 26px 26px 0;
  float: none;
  outline: none;
  box-shadow: none;
  display: inline;
  /*padding:3px;
  border: 3px solid #ebebeb;
  border-radius:100%;*/ }

.selectTherapist:hover {
  /*outline : #80ed20 solid 5px;
  outline-offset: 5px;*/
  /*border:3px solid #80ed20;
  box-shadow: 0 0 7px #666;
  cursor:pointer;*/ }

.selectTherapist img {
  border-radius: 100%;
  background-color: #c3c3c3;
  border: 1px solid #5c5c5c;
  padding: 4px;
  cursor: pointer; }

.selectTherapist img:hover {
  background-color: #80ed20;
  border: 1px solid #5c5c5c;
  box-shadow: 0 0 7px #666; }

.altAvatar {
  display: block;
  margin: 0 0 0px -84px;
  position: fixed;
  left: 50%;
  top: 49px;
  z-index: 20; }

.altAvatarMobile {
  display: block;
  margin: 0 0 0px -84px;
  position: fixed;
  top: 49px;
  z-index: 20;
  left: 123px; }

.learnMoreLink {
  text-decoration: underline;
  color: #0000aa; }

.learnMoreLink:hover {
  color: #0000ff;
  cursor: pointer; }

.gamapy_part1 {
  font-family: "Acme", sans-serif;
  font-size: 1.1em;
  color: #FF5000; }

.gamapy_part2 {
  font-family: "Acme", sans-serif;
  font-size: 1.1em;
  color: #00C800; }

.gamaplayDiv {
  display: block;
  font-size: 1.6em;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 20px; }

#gamapyExplanationBox {
  background-color: #fefefe;
  border: 2px solid #bfbfbf;
  padding: 10px 15px;
  margin: 15px 0;
  min-height: 125px; }

.partnerGamapyContainer {
  display: block;
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 850px;
  padding: 10PX 15px;
  border: 2px solid #bfbfbf;
  background-color: #d6d6d6; }

.emailNotificationOptionContainer {
  display: block;
  clear: both;
  font-size: 22px;
  cursor: pointer; }

.checkBoxImageClass {
  float: left;
  margin-top: 4px; }

.emailNotificationOption {
  padding-left: 30px;
  text-align: left; }

.actionHaderTextExampleForTextArea {
  margin-top: 10px;
  font-size: 12pt; }

/*SECTION:  change window size   */
@media screen and (max-width: 1400px) {
  html {
    -webkit-text-size-adjust: none; }

  .chatContainer {
    max-width: 638px; }

  .chatContainer_playerPanelsOff {
    max-width: 95%; }

  .officeSelectImg {
    width: 250px;
    height: 90px; } }
/*SECTION:  change window size   */
@media screen and (max-width: 1135px) {
  html {
    -webkit-text-size-adjust: none; }

  .chatContainer {
    max-width: 90%; }

  .chatContainer_playerPanelsOff {
    max-width: 95%; }

  .itemContainerDesktop {
    width: 640px;
    left: 50%;
    margin-left: -320px;
    position: relative; } }
/*SECTION:  change window size   */
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: none; }

  .coachaiChair {
    text-align: left;
    left: 1px; }

  #coachaiAvatar {
    left: 0;
    margin-left: -20px; }

  .altAvatar {
    left: 123px; }

  .chatContainer {
    max-width: 95%;
    font-size: 18px;
    /*
    margin:15px 3px 66px 3px;
    font-family: Arial, Helvetica, sans-serif;

    /*position:static;
    clear:both;
    display:block;
    text-align:center;*/ }

  .itemContainerDesktop {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: relative; } }
/*SECTION:  change window size   */
/*
@media screen and (max-width: 510px) {
  //secreatary text in media max 510px related to setting in office_main.sccs of char settings

  html {
    -webkit-text-size-adjust: none;
  }
  #coachaiChair{
    text-align: left;
    left:-32px;
  }

  #coachaiAvatar{
    left:0;
    margin-left:-20px;
  }

  #altAvatar{
    left:140px;
  }
  .chatContainer {
    max-width: 95%;
    font-size: 18px;
  }

}
*/

/*# sourceMappingURL=office_main.css.map */

.pageNavigationPageNumbers.prev, .pageNavigationPageNumbers.next {
  border: 1px solid transparent; }

.pageNavigationPageNumbers.nonSelectable {
  color: #c7c9cf; }

.pageNavigationPageNumbers {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  border: 1px solid #ccc;
  color: #7f8084;
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 3px 6px 3px 6px;
  text-decoration: none; }

.pageNavigationPageNumbers.current {
  background-color: #7f8084;
  border: 1px solid #7f8084;
  color: #ffffff;
  font-weight: bold; }

.pageNavigationPageNumbers:hover {
  text-decoration: none; }

/*# sourceMappingURL=pageNavigation.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
#playerPanel1 {
  float: left;
  background-color: #f7f7f7;
  color: #545454;
  padding: 8px 1px 0 3px;
  border-right: 1px solid #e8e8e8;
  margin-top: 200px;
  display: none;
  font: 400 14px "Open Sans", Arial, sans-serif;
  opacity: 0;
  width: 300px;
  height: 700px; }

#playerPanel2 {
  float: right;
  color: #545454;
  background-color: #f7f7f7;
  padding: 8px 3px 0 1px;
  border-left: 1px solid #e8e8e8;
  margin-top: 200px;
  display: none;
  font: 400 14px "Open Sans", Arial, sans-serif;
  opacity: 0;
  width: 300px;
  height: 700px; }

.gamahappiesProgressCount {
  text-align: left;
  margin: -8px 0 0 63px;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 17px;
  color: #a2a2a2; }

.pointsCounterLabel {
  clear: both;
  line-height: 24px;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 20px;
  width: 100%;
  text-align: center; }

.progressLevelCounterLabel {
  clear: both;
  line-height: 30px;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0; }

.relationshipImprovementRangeSeparator {
  font-size: 18px;
  color: #D4D4D4;
  margin: -52px 0 0 16px;
  clear: both;
  display: block;
  position: relative;
  text-align: center; }

.relationshipImprovementRangeSeparator span {
  font-size: 28px;
  opacity: .2;
  vertical-align: 0;
  padding: 0 8px; }

.pointsCounter {
  float: none;
  margin: 25px 0;
  line-height: 20px;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 23px;
  width: 100%;
  text-align: center;
  display: block; }

/*
.medalsCounterTable {
  margin-top:  5px;
  text-align: center;
  font-size:  15px;
}

  .medalsCounterColumn{
    width:98px;
  }
*/
.selectedRewardImageLPanelClass {
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  background: #e8e8e8;
  padding: 3px;
  position: relative;
  z-index: 40;
  float: none;
  margin: 50px auto 7px;
  width: 180px;
  height: 120px;
  margin: 35px auto 10px; }

.page_border_style {
  border: 0 none;
  border-radius: 0;
  clear: both;
  display: block;
  margin: 205px auto 10px;
  min-height: 500px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 30; }

.playerPanelLink {
  font-size: 14px;
  text-decoration: underline;
  color: #3d3d3d;
  margin: 8px auto;
  position: relative;
  text-align: center;
  z-index: 40; }

.playerPanelLink:hover {
  color: #44afff;
  cursor: pointer; }

/*SECTION:  change window size:  wide page design with narrower page  958-1135px   (1136 is length of iphone 5);  one column design for smartphpone with width<958
  see also progressToRewards.scss for settings of the progress meter
 */
@media screen and (max-width: 1400px) {
  html {
    -webkit-text-size-adjust: none; }

  #playerPanel1 {
    float: left;
    background-color: #f7f7f7;
    color: #545454;
    padding: 8px 1px 0 3px;
    border-right: 1px solid #e8e8e8;
    margin-top: 200px;
    display: none;
    font: 400 14px "Open Sans", Arial, sans-serif;
    opacity: 0;
    width: 240px; }

  #playerPanel2 {
    float: right;
    color: #545454;
    background-color: #f7f7f7;
    padding: 8px 3px 0 1px;
    border-left: 1px solid #e8e8e8;
    margin-top: 200px;
    display: none;
    font: 400 14px "Open Sans", Arial, sans-serif;
    opacity: 0;
    width: 240px; }

  .selectedRewardImageLPanelClass {
    margin: 35px auto 10px; }

  /*
  .pointsCounterLabel{
    margin-left:12px;
  }
  */
    /*old version when had player panels left+right or one column view
    #relationshipImprovementMeter{
      text-align: left;
      display:inline-block;
      margin:9px 0 8px 7px;
      height:16px;width:220px;
    }

    .relationshipImprovementRangeSeparator {
      margin:-48px 0 0px 27px;
    }

    .relationshipImprovementRangeSeparator span{
      padding:0 5px 0 5px;
    }

    */ }
@media screen and (max-width: 1135px) {
  .page_border_style {
    min-height: 300px; }

  /*old version when had player panels:
  #relationshipImprovementMeter{
    text-align: left;
    display:inline-block;
    margin:9px auto;
    height:16px;width:220px;
  }

  .relationshipImprovementRangeSeparator {
    //margin:-48px 0 0px 27px;
    margin:-48px 0 0 43px;
  }

  .relationshipImprovementRangeSeparator span{
    //margin:-48px 0 20px 10px;
  }
  */
  .pointsCounter {
    float: none;
    margin: 20px 0; } }

/*# sourceMappingURL=playerPanel.css.map */

#progressImage {
  border: 3px solid #B3B3B3;
  border-radius: 8px; }

.relationshipImprovementMeter {
  background-color: #efefef;
  padding: 1px 2px;
  -moz-box-shadow: 0 1px 2px #b8b8b8 inset,0 1px 0 #bebebe;
  -webkit-box-shadow: 0 1px 2px #b8b8b8 inset,0 1px 0 #bebebe;
  box-shadow: 0 1px 2px #b8b8b8 inset,0 1px 0 #bebebe;
  text-align: center;
  display: block;
  height: 6px !important;
  width: 770px !important;
  margin: -5px 0 15px -387px !important;
  left: 50%;
  position: relative;
  border: 0; }

.relationshipImprovementMeter span {
  display: inline-block;
  margin: 1px 0 0;
  /*border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  transition: width .4s ease-in-out;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width .4s ease-in-out;
  -moz-transition: width .4s ease-in-out;
  -ms-transition: width .4s ease-in-out;
  -o-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
  height: 5px !important; }

@media screen and (max-width: 845px) {
  #progressImage {
    width: 600px; }

  .relationshipImprovementMeter {
    width: 600px !important;
    margin: -5px 0 15px -303px !important; } }
@media screen and (max-width: 660px) {
  #progressImage {
    width: 500px; }

  .relationshipImprovementMeter {
    width: 500px !important;
    margin: -5px 0 15px -253px !important; } }
@media screen and (max-width: 540px) {
  #progressImage {
    width: 400px; }

  .relationshipImprovementMeter {
    width: 400px !important;
    margin: -5px 0 15px -203px !important; } }
@media screen and (max-width: 440px) {
  #progressImage {
    width: 320px; }

  .relationshipImprovementMeter {
    width: 320px !important;
    margin: -5px 0 15px -163px !important; } }
@media screen and (max-width: 362px) {
  #progressImage {
    width: 100%; }

  .relationshipImprovementMeter {
    display: none; }

  .relationshipImprovementMeter span {
    display: none; } }

/*# sourceMappingURL=progressImage.css.map */

/*SECTION:  change window size:  wide page design with narrower page  958-1137px   (1136 is length of iphone 5);  one column design for smartphpone with width<958*/
/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
#pointCounter {
  color: #00C800; }

#rewardsProgressHeader {
  color: #e4c441;
  font-weight: bold;
  text-align: center;
  font-family: 400 14px "Open Sans", Arial, sans-serif;
  display: block;
  position: relative;
  width: 100%;
  background-color: #c7c7c7;
  height: 10px;
  clear: both; }

.separatorClass {
  width: 20%;
  max-width: 450px;
  min-width: 50px;
  height: 7px; }

#separatorLeft {
  display: inline; }

.playerRewardProgress {
  max-width: 750px;
  text-align: center;
  margin: 25px auto 50px auto; }

.playerRewardProgressLCol {
  display: block;
  clear: both;
  text-align: center;
  height: 170px; }

.playerRewardProgressLColMobile {
  display: block;
  clear: both;
  text-align: center;
  height: 170px;
  margin-left: 10px; }

.playerRewardProgressRCol {
  display: block;
  text-align: center;
  height: 170px; }

.rewardDescriptionHeader {
  font-size: 15px;
  text-align: left;
  margin-left: 3px;
  max-width: 500px; }

.rewardDescription {
  margin: 10px 0 10px 3px;
  font-size: 1em;
  text-align: left;
  max-width: 500px; }

.selectedRewardImageClass {
  border: 1px solid #c3c3c3;
  border-radius: 15px;
  background: #d9d9d9;
  padding: 1px;
  position: relative;
  z-index: 40;
  float: none;
  margin: 50px auto 7px;
  width: 220px; }

.rewardImageClass {
  float: right;
  margin: 2px 0 2px 12px;
  border: 4px solid #d4d4d4;
  border-radius: 100%;
  background: #828282;
  padding: 1px;
  width: 180px; }

.playerImage {
  border: 1px solid #c3c3c3;
  border-radius: 100%;
  background: #d9d9d9;
  padding: 3px;
  vertical-align: middle;
  margin-right: 16px;
  position: relative;
  width: 100px;
  z-index: 40; }

/*
.rewardImageClass:hover{
border: $SELECT_BORDER_SELECTED;
cursor:pointer;
border-radius: 10px;
box-shadow: 0 0 7px #666;
padding:2px;
}
*/
.imageHoverMessage1 {
  background-color: rgba(35, 35, 35, 0.57);
  border-radius: 13px;
  color: #ffffff;
  cursor: pointer;
  font-size: 0;
  /*animate to 34px;*/
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  position: relative;
  width: 100px;
  /*animate to 256*/
  z-index: 41;
  text-align: center;
  margin: -113px auto; }

.imageHoverMessage2 {
  margin-top: -113px;
  /*
  margin:10px 2px 2px 10px;
  position:relative;
  z-index:41;
  text-align:center;*/ }

#player1image {
  cursor: pointer; }

.progress-bar {
  background-color: #cecece;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #686868  inset, 0 1px 0 #7e7e7e;
  -webkit-box-shadow: 0 1px 2px #686868  inset, 0 1px 0 #7e7e7e;
  box-shadow: 0 1px 2px #686868  inset, 0 1px 0 #7e7e7e;
  width: 131px;
  height: 20px; }

.progressBarYoffees {
  background-color: #efefef;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #b8b8b8 inset, 0 1px 0 #bebebe;
  -webkit-box-shadow: 0 1px 2px #b8b8b8 inset, 0 1px 0 #bebebe;
  box-shadow: 0 1px 2px #b8b8b8 inset, 0 1px 0 #bebebe;
  width: 180px; }

.progress-bar span {
  display: inline-block;
  height: 100%;
  /*border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  transition: width .4s ease-in-out;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width .4s ease-in-out;
  -moz-transition: width .4s ease-in-out;
  -ms-transition: width .4s ease-in-out;
  -o-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out; }

.progressBarYoffees span {
  display: inline-block;
  height: 15px;
  margin: 1px 0 0;
  /*border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  transition: width .4s ease-in-out;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width .4s ease-in-out;
  -moz-transition: width .4s ease-in-out;
  -ms-transition: width .4s ease-in-out;
  -o-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out; }

/*
.blue span {
  background-color: #34c2e3;
}

.orange span {
  background-color: #fecf23;
  background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
  background-color: #a5df41;
  background-image: linear-gradient(top, #a5df41, #4ca916);
}
*/
.blue span {
  background-color: #2bbfe3; }

.orange span {
  background-color: #FF5000;
  background-image: -webkit-linear-gradient(top, #fed32e, #FF5000);
  background-image: -moz-linear-gradient(top, #fed32e, #FF5000);
  background-image: -ms-linear-gradient(top, #fed32e, #FF5000);
  background-image: -o-linear-gradient(top, #fed32e, #FF5000);
  background-image: linear-gradient(top, #fed32e, #FF5000); }

.green span {
  background-color: #7edf35;
  background-image: -webkit-linear-gradient(top, #7edf35, #24a407);
  background-image: -moz-linear-gradient(top, #7edf35, #24a407);
  background-image: -ms-linear-gradient(top, #7edf35, #24a407);
  background-image: -o-linear-gradient(top, #7edf35, #24a407);
  background-image: linear-gradient(top, #7edf35, #24a407); }

.stripes span {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-animation: animate-stripes 4s linear infinite;
  -moz-animation: animate-stripes 4s linear infinite; }

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }
.shine span {
  position: relative; }

.shine span::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: animate-shine 10s ease-out infinite;
  -moz-animation: animate-shine 10s ease-out infinite; }

@-webkit-keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0; }
  10% {
    opacity: .2; }
  20% {
    opacity: 0;
    width: 95%; } }
@-moz-keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0; }
  10% {
    opacity: .2; }
  20% {
    opacity: 0;
    width: 95%; } }
/*end shine effect*/
/*
//glow effect for progress bar:
.glow span {
  -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
  -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
  box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;

  -webkit-animation: animate-glow 1s ease-out infinite;
  -moz-animation: animate-glow 1s ease-out infinite;
}

@-webkit-keyframes animate-glow {
  0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
  50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
  100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
}

@-moz-keyframes animate-glow {
  0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
  50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
  100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
}
//end Glow */
@media screen and (max-width: 1400px) {
  .progressBarYoffees {
    width: 168px; } }
/*
//SECTION MEDIA
@media screen and (max-width: 1400px) {
  .imageHoverMessage2{
    margin:-97px 2px 2px 559px;
  }
}
*/
@media screen and (max-width: 1135px) {
  html {
    -webkit-text-size-adjust: none; }

  /*
    #rewardsProgressHeader {
      //@include colorGradientStyleTwo();
      @include rewardAndMedalsHeader();
      display: inline-block;
      //font-family: $fancyHeader_font;
      position: relative;
      width: 100%; // 960px;
    }
  */
  #separatorLeft {
    display: none; }

  .playerRewardProgressLCol {
    margin-left: 17%; }

  /*
  .rewardDescriptionHeader{
    font-size:0.8em; text-align: left; margin-left:3px; max-width: 350px;
  }
  .rewardDescription{
    margin: 10px 0 10px 3px; font-size:1em; text-align:left;
    max-width: 350px;
  }
  */
  .playerRewardProgressRCol {
    clear: both;
    margin-top: 118px; }

  .selectedRewardImageClass {
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    background: #d9d9d9;
    padding: 1px;
    position: relative;
    z-index: 40;
    float: none;
    margin: 50px auto 7px;
    width: 220px;
    margin-top: 2px; }

  .rewardImageClass {
    float: left;
    margin: 10px 10px 3px;
    border: 4px solid #d4d4d4;
    border-radius: 100%;
    background: #828282;
    padding: 1px; }

  .imageHoverMessage2 {
    margin: 80px 2px 2px 201px; } }
/*SECTION MEDIA*/
@media screen and (max-width: 400px) {
  html {
    -webkit-text-size-adjust: none; }

  .selectedRewardImageClass {
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    background: #d9d9d9;
    padding: 1px;
    position: relative;
    z-index: 40;
    float: none;
    margin: 50px auto 7px;
    width: 220px;
    margin-top: 20px; }

  .imageHoverMessage2 {
    margin: 83px 2px 2px 107px; }

  .progress-bar {
    width: 80px; } }

/*# sourceMappingURL=progressToRewards.css.map */

#settings {
  font: 13px/16px Calibri,Arial,sans-serif;
  /*font size/line hight */
  display: inline;
  width: 150px;
  margin: 0 0 0 10px; }

#chatBottomBar {
  clear: both;
  display: none;
  /*    background:url('../Pictures/backgrounds/gray1.jpg') repeat-x #d0d0d0; */
  position: relative;
  padding: 12px;
  height: 102px;
  margin: 50px auto;
  width: 90%;
  max-width: 550px; }

#textFormSubmitID {
  padding-top: 10px; }

#mcq {
  display: none;
  margin-top: 0; }

#selectContainer {
  display: none;
  margin: -18px -18px 0; }

#mcqHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; }

.mcqItemID {
  padding-left: 3px;
  margin: -22px 0 10px 24px; }

.mcqItemID:hover {
  cursor: pointer; }

.FormQuestion {
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 10px; }

.form1 {
  font-weight: normal;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif; }

form input[type=radio] {
  text-align: left;
  margin-left: 20px;
  margin-right: 5px; }

.FormOptions {
  text-align: left;
  margin: 0 0 30px 40px; }

@media screen {
  #buttons_id {
    display: none;
    text-align: center;
    /*        margin:5px 50px auto; */
    margin: 0; } }
@media print {
  #buttons_id {
    display: none;
    height: 0; } }

/*# sourceMappingURL=receptionRoom.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.rewardItemContainer {
  display: inline-block;
  margin: 0; }

.rewardItemContainer1 {
  display: inline-block;
  width: 320px;
  text-align: center;
  margin: 5px 10px; }

.rewardItemContainer1Mobile {
  display: block;
  width: 320px;
  text-align: center;
  margin: 5px auto 10px; }

.rewardSelectImageClass {
  border: 2px solid #c3c3c3;
  border-radius: 15px;
  background: #fcfcfc;
  padding: 3px;
  position: relative;
  z-index: 40;
  float: none;
  margin: 0 auto;
  width: 300px;
  height: 200px;
  cursor: pointer; }

.mySelectedRewardImage {
  cursor: default; }

/*
.rewardSelectImageClass:hover{
  border:2px solid limegreen;
}
*/
.rewardItemDescription {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  width: 320px;
  height: 100px;
  vertical-align: top;
  display: table-cell; }

.rewardItemDescription p {
  margin-top: 0; }

.clickToSelectReward, .clickToSelectGamapyStar {
  background-color: rgba(0, 0, 0, 0.51);
  position: absolute;
  margin-top: -136px;
  width: 310px;
  color: #ffffff;
  z-index: 50;
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 24px;
  padding: 2px 0;
  cursor: pointer;
  display: none; }

.pageNavigation {
  text-align: center;
  position: relative;
  clear: both;
  display: table;
  margin: 4px auto 49px; }

.rewardSelecting_selectedReward {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  width: 278px;
  text-align: center;
  margin: 0 auto; }

.rewardSelecting_selectedRewardMobile {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  width: 245px;
  text-align: left;
  /* margin: 0 auto; */
  left: 50%;
  position: relative;
  margin: 1px 0 4px -153px; }

.rewardSelectingEditText {
  display: block;
  left: 50%;
  margin: -32px 0 0 140px;
  position: relative;
  width: 70px;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #272727;
  cursor: pointer;
  text-align: center; }

.rewardSelectingEditTextMobile {
  display: block;
  left: 50%;
  margin: -26px 0 0 158px;
  position: relative;
  width: 70px;
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #272727;
  cursor: pointer;
  text-align: center; }

.rewardSelectingEditText:hover {
  color: #008000; }

.rewardSelectingEditTextMobile:hover {
  color: #008000; }

/*# sourceMappingURL=rewardSelect.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.speechContainer {
  border: 0 none;
  border-radius: 0;
  clear: both;
  height: 225px;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 70;
  top: 0; }

.speechContainerMobile {
  border: 0 none;
  border-radius: 0;
  clear: both;
  height: 225px;
  margin-top: 0;
  max-width: 600px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 70;
  top: 0; }

.secretary_text {
  font-family: "Acme", sans-serif;
  border: #4c4c4c solid 2px;
  border-radius: 8px;
  box-shadow: 5px 5px 6px rgba(30, 30, 30, 0.52);
  clear: both;
  display: none;
  font-size: 23px;
  left: 50%;
  margin: 30px 0 0 -450px;
  min-height: 100px;
  padding: 12px;
  background: #fffcf9;
  position: absolute;
  width: 300px;
  z-index: 150;
  /*    border:1px solid #444444; */ }

.secretary_text #tip1A {
  position: absolute;
  height: 0;
  border: 36px solid transparent;
  border-left-color: #fffcf9;
  top: 45px;
  margin-left: 301px;
  padding: 0;
  z-index: 4; }

.secretary_text #tip2A {
  position: absolute;
  height: 0;
  border: 30px solid transparent;
  border-left-color: #4c4c4c;
  top: 50px;
  margin-left: 309px;
  padding: 1px; }

.secretary_text2 {
  font-family: "Acme", sans-serif;
  background: #fffcf9;
  box-shadow: 5px 5px 6px rgba(30, 30, 30, 0.52);
  border-radius: 8px;
  border: #4c4c4c solid 2px;
  clear: both;
  display: none;
  font-size: 23px;
  left: 50%;
  margin: 30px 0 0 120px;
  min-height: 100px;
  padding: 12px;
  position: absolute;
  width: 300px;
  z-index: 150;
  /*    border:1px solid #444444; */ }

.secretary_text2 #tip1B {
  position: absolute;
  height: 0;
  border: 36px solid transparent;
  border-right-color: #fffcf9;
  top: 45px;
  margin-left: -73px;
  padding: 0;
  z-index: 4; }

.secretary_text2 #tip2B {
  position: absolute;
  height: 0;
  border: 30px solid transparent;
  border-right-color: #4c4c4c;
  top: 51px;
  margin-left: -71px;
  padding: 1px; }

.secretaryTextGoNext {
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 20px;
  padding-top: 12px; }

.textGoNextAvaialble {
  color: limegreen; }

.textGoNextNotAvailable {
  color: #bcbcbc; }

.secretaryTextMobile,
.secretaryText2Mobile {
  display: none;
  clear: both;
  width: 176px;
  font-size: 15px;
  min-height: 100px;
  background: #fffcf9;
  position: absolute;
  z-index: 150;
  padding: 3px;
  border: #4c4c4c solid 2px;
  /*    border:1px solid #444444; */
  left: 172px;
  margin: 34px 0 0 0;
  box-shadow: 2px 2px 7px rgba(15, 15, 15, 0.74);
  border-radius: 8px; }

.secretaryText2Mobile #tip1B,
.secretaryTextMobile #tip1A {
  position: absolute;
  height: 0;
  border: 18px solid transparent;
  border-right-color: #fffcf9;
  top: 54px;
  margin-left: -36px;
  padding: 0;
  z-index: 4; }

.secretaryText2Mobile #tip2B,
.secretaryTextMobile #tip2A {
  position: absolute;
  height: 0;
  border: 17px solid transparent;
  border-right-color: #4c4c4c;
  top: 54px;
  margin-left: -37px;
  padding: 1px; }

/*SECTION:  change window size   */
@media screen and (max-width: 900px) {
  html {
    -webkit-text-size-adjust: none; }

  .secretary_text {
    display: none;
    clear: both;
    width: 200px;
    font-size: 17px;
    min-height: 100px;
    left: 50%;
    background: #fffcf9;
    position: absolute;
    z-index: 150;
    padding: 12px;
    border: #4c4c4c solid 2px;
    /*    border:1px solid #444444; */
    margin: 28px 0 0 -314px;
    box-shadow: 6px 6px 10px rgba(15, 15, 15, 0.74);
    border-radius: 8px; }

  .secretary_text #tip1A {
    position: absolute;
    height: 0;
    border: 36px solid transparent;
    border-left-color: #fffcf9;
    top: 45px;
    margin-left: 200px;
    padding: 0;
    z-index: 4; }

  .secretary_text #tip2A {
    position: absolute;
    height: 0;
    border: 30px solid transparent;
    border-left-color: #4c4c4c;
    top: 50px;
    margin-left: 208px;
    padding: 1px; }

  .secretary_text2 {
    display: none;
    clear: both;
    font-size: 17px;
    width: 200px;
    min-height: 100px;
    background: #fffcf9;
    position: absolute;
    z-index: 150;
    padding: 12px;
    border: #4c4c4c solid 2px;
    /*    border:1px solid #444444; */
    margin: 28px 0 0 73px;
    box-shadow: 6px 6px 10px rgba(15, 15, 15, 0.74);
    border-radius: 8px;
    left: 50%; }

  .secretary_text2 #tip1B {
    position: absolute;
    height: 0;
    border: 36px solid transparent;
    border-right-color: #fffcf9;
    top: 45px;
    margin-left: -73px;
    padding: 0;
    z-index: 4; }

  .secretary_text2 #tip2B {
    position: absolute;
    height: 0;
    border: 30px solid transparent;
    border-right-color: #4c4c4c;
    top: 51px;
    margin-left: -71px;
    padding: 1px; } }
/*SECTION:  change window size   */
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: none; }

  .secretary_text2,
  .secretary_text {
    display: none;
    clear: both;
    width: 200px;
    font-size: 17px;
    min-height: 100px;
    background: #fffcf9;
    position: absolute;
    z-index: 150;
    padding: 12px;
    border: #4c4c4c solid 2px;
    /*    border:1px solid #444444; */
    left: 270px;
    margin: 37px 0 0 0;
    box-shadow: 6px 6px 10px rgba(15, 15, 15, 0.74);
    border-radius: 8px; }

  .secretary_text2 #tip1B,
  .secretary_text #tip1A {
    position: absolute;
    height: 0;
    border: 36px solid transparent;
    border-right-color: #fffcf9;
    top: 45px;
    margin-left: -73px;
    padding: 0;
    z-index: 4; }

  .secretary_text2 #tip2B,
  .secretary_text #tip2A {
    position: absolute;
    height: 0;
    border: 30px solid transparent;
    border-right-color: #4c4c4c;
    top: 50px;
    margin-left: -70px;
    padding: 1px; } }
/*
@media screen and (max-width: 510px) {
//secreatary text in media max 510px related to setting in office_main.sccs of char settings

  html {
    -webkit-text-size-adjust: none;
  }

  .secretary_text2,
  .secretary_text{
    display:none;
    clear:both;
    width:180px;
    font-size:17px;
    min-height: 100px;
    background: #fffcf9;
    position:absolute;
    z-index:150;
    padding:12px;
    border: #4c4c4c solid 2px;
    left:179px;
    margin: 37px 0 0 0;
    box-shadow:6px 6px 10px rgba(15, 15, 15, 0.74);
    border-radius:8px;
  }
  .secretary_text2 #tip1B,
  .secretary_text #tip1A{
    position:absolute;
    height: 0;
    border:36px solid transparent;
    border-right-color: #fffcf9;
    top: 45px;
    margin-left: -73px;
    padding: 0;
    z-index:4;
  }
  .secretary_text2 #tip2B,
  .secretary_text #tip2A{
    position:absolute;
    height: 0;
    border:30px solid transparent;
    border-right-color: #4c4c4c;
    top: 50px;
    margin-left: -70px;
    padding: 1px;
  }
}
*/

/*# sourceMappingURL=secretaryText.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
@media screen {
  /*
  #cssMenu{
    position:fixed;
    display:block;
    clear:both;
    text-align:left;
    left:4px;
    top:-3px;
    z-index: 200;
    color: $topMenuTextColor;

  }
  #cssMenu:hover{
    background-color: rgba(0, 0, 0, 0.50) !important; //changing color here: then need to change the color in office_main.js where changing the color of $(#cssmenu).on('mouseenter and mouseleave
    color:$topMenuTextColorHoover;

  }
  */
  #topMenu {
    background-color: rgba(0, 0, 0, 0.18) !important;
    display: block;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    color: #d9d9d9;
    z-index: 187; }

  #topMenu:hover {
    background-color: rgba(0, 0, 0, 0.95) !important;
    color: #ececec; }

  #rightPanelDiv {
    width: 100px;
    height: 28px;
    float: right;
    color: black; }

  #topmenuLevelLabelID {
    display: none;
    margin: 1px 0 0 5px;
    font-size: 18px;
    height: 28px;
    font-family: Fjalla One, Trebuchet MS, sans-serif;
    float: left; }

  #topMenuLevelCounter {
    color: #ff910a;
    font-size: 22px;
    font-weight: bold;
    margin: 0 8px 0 1px; }

  #pointsToGetToNextLevelTopMenuContainer {
    display: none;
    float: left;
    font-family: Fjalla One, Trebuchet MS, sans-serif;
    font-size: 13px;
    margin: 1px 5px 0 5px;
    text-align: center;
    width: 140px; }

  #pointToMoveToNextLevelMenuText {
    text-align: center;
    width: 100%;
    margin-top: -2px;
    padding-bottom: 3px; }

  .progressToNextLevelMeter {
    vertical-align: -1px;
    text-align: left;
    display: inline-block;
    margin: -2px 0 10px;
    height: 8px; }

  .progressToNextLevelMeter span {
    height: 7px;
    margin: 1px 0 0 0;
    clear: both;
    position: relative;
    display: block;
    vertical-align: 0 !important; } }
@media print {
  #topMenu {
    text-align: right;
    display: none;
    height: 0;
    visibility: hidden; } }
@media screen and (max-width: 400px) {
  #pointToMoveToNextLevelMenuText {
    display: none; } }

/*# sourceMappingURL=topMenu.css.map */

/*
@mixin colorGradientSyleOne{
  background-color: #222224;
  background: -webkit-linear-gradient(left,#1c1c1f, #343438,#343438,#343438,  #1c1c1f); // For Safari 5.1 to 6.0
  background: -o-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Opera 11.1 to 12.0
  background: -moz-linear-gradient(right,#18181b, #343438,#343438,#343438,  #1c1c1f); // For Firefox 3.6 to 15
  background: linear-gradient(to right, #0f0f12, #29292c, #29292c,#29292c, #0f0f12); // Standard syntax
}
*/
/*
@mixin progress-barMixin {
  //background-color: #2e2e2e;
  background-color: #cecece;
  height: 16px;
  padding: 1px 2px 1px;
  margin: 50px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  -webkit-box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
  box-shadow: 0 1px 2px #000 inset, 0 1px 0 #696969;
}
*/
.messageTopMenuContainerBase {
  float: left;
  cursor: pointer;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px; }

.messageTopMenuContainerOff {
  background-color: transparent; }

.messageTopMenuContainerOn {
  background-color: #f5f5f5;
  color: #000000; }

.messagesListBoxContainer {
  width: 525px;
  height: 512px;
  background-color: #fdfdfd;
  position: fixed;
  left: 50px;
  top: 30px;
  z-index: 1050;
  display: block;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25); }

.messagesListBoxContainerMobile {
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  display: block;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25); }

.messagesListBoxHeader {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #c6c6c6;
  display: block;
  height: 32px; }

/*
#messagesListBoxContainerClose{
  display:inline;float:right; color:#949494;
  cursor:pointer;
}
#messagesListBoxContainerClose:hover{
  color: #b4b4b4;
}
*/
.messageDisplayBody {
  overflow-y: auto;
  height: 450px; }

.messageDisplayBodyMobile {
  overflow-y: auto;
  height: 100%; }

#messageDisplayBody ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#messageDisplayBody li {
  width: 100%;
  height: 76px;
  display: list-item;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  margin-top: 1px;
  cursor: pointer; }

.messageBoxItemRead {
  background-color: #fbfbfb; }

.messageBoxItemUnread {
  background-color: #edf1f9; }

.messageListLeftImage {
  float: left;
  margin-right: 5px;
  padding: 2px; }

.messageBoxItemDelete {
  font-size: 0.7em;
  display: inline;
  float: right;
  margin-right: 8px;
  cursor: pointer;
  color: #000000; }

.messageBoxItemDelete:hover {
  color: red; }

.messageBoxItemDeleteNotDisplayed {
  display: none; }

.messageBoxItemReply {
  font-size: 0.7em;
  display: inline;
  float: right;
  margin-right: 8px;
  cursor: pointer;
  color: #000000; }

.messageBoxItemReply:hover {
  color: #1FCE2E; }

.messageBoxItemReplyNotDisplayed {
  display: none; }

.messageBoxMessageviewTitle {
  font-family: Fjalla One, Trebuchet MS, sans-serif;
  text-align: center;
  color: #000000;
  font-size: 24px;
  margin: 14px 0 0 0; }

.messageBoxMessageviewActionLinks {
  font-size: 0.7em;
  display: block;
  float: none;
  cursor: pointer;
  color: #000000;
  text-align: right;
  margin-right: 8px; }

.messageBoxMessageViewReply {
  margin-right: 5px; }

.messageBoxMessageViewReply:hover {
  color: #1FCE2E; }

.messageBoxMessageViewDelete:hover {
  color: red; }

.topMenuMessageCounterNone {
  padding: 0;
  background: transparent; }

.topMenuMessageCounterHasMessages {
  color: white;
  background: limegreen;
  border-radius: 100%;
  padding: 0 5px; }

.mbFullMessageDisplayContainer {
  display: block;
  position: absolute;
  top: 10px;
  width: 600px;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 50%;
  margin-left: -300px;
  z-index: 1501;
  background: white;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  border-radius: 15px; }

.mbFullMessageDisplayContainerMobile {
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  /*left: 50%;*/
  left: 0;
  margin-left: 0;
  z-index: 1501;
  background: white;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  border-radius: 15px; }

.mbEditReplyMessage {
  display: block;
  position: absolute;
  top: 10px;
  width: 780px;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 50%;
  margin-left: -380px;
  z-index: 1100;
  background: white;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  border-radius: 15px; }

.mbEditReplyMessageMobile {
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 0;
  margin-left: 0;
  z-index: 1100;
  background: white;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  border-radius: 15px; }

#messageBodyContainer {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  position: relative;
  border: 1px solid #f3f3f3;
  padding: 10px 0; }

.messageThreadDisplayContainer {
  background: #f5f5f5;
  border-top: 1px solid #dfdfdf;
  padding: 0 10px;
  height: 135px;
  overflow: auto; }

.messageThreadDisplayContainer p {
  line-height: 1em;
  margin: 0.6em 0 !important; }

.messageBodyText {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  width: 90%;
  max-width: 350px;
  text-align: left;
  margin: 0 auto; }

.messageBodyText p {
  margin: 0.6em 0; }

.messageBodyTextMobile {
  font: 400 14px "Open Sans", Arial, sans-serif;
  font-size: 18px;
  width: 245px;
  text-align: left;
  /* margin: 0 auto; */
  left: 50%;
  position: relative;
  margin: 1px 0 4px -153px; }

.messageBodyTextMobile p {
  margin: 0.6em 0; }

/*# sourceMappingURL=topMenuMessageList.css.map */
