@charset "UTF-8";
.rotatetext {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  writing-mode: tb-rl;
}
@media only screen and (max-width: 480px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width : 800px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width : 801px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width : 801px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width : 800px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .center-on-small-only {
    text-align: center;
  }
}
.fluid-container {
  margin: 0 auto;
  width: 99%;
}
.fluid-container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.666666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.333333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.666666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.333333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.666666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.333333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.666666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.666666666667%;
}
.row .col.pull-s2 {
  right: 16.666666666667%;
}
.row .col.push-s2 {
  left: 16.666666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.333333333333%;
}
.row .col.pull-s4 {
  right: 33.333333333333%;
}
.row .col.push-s4 {
  left: 33.333333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.666666666667%;
}
.row .col.pull-s5 {
  right: 41.666666666667%;
}
.row .col.push-s5 {
  left: 41.666666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.333333333333%;
}
.row .col.pull-s7 {
  right: 58.333333333333%;
}
.row .col.push-s7 {
  left: 58.333333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.666666666667%;
}
.row .col.pull-s8 {
  right: 66.666666666667%;
}
.row .col.push-s8 {
  left: 66.666666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.333333333333%;
}
.row .col.pull-s10 {
  right: 83.333333333333%;
}
.row .col.push-s10 {
  left: 83.333333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.666666666667%;
}
.row .col.pull-s11 {
  right: 91.666666666667%;
}
.row .col.push-s11 {
  left: 91.666666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 481px) {
  .row .col.m1 {
    width: 8.3333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.666666666667%;
  }
  .row .col.pull-m2 {
    right: 16.666666666667%;
  }
  .row .col.push-m2 {
    left: 16.666666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.333333333333%;
  }
  .row .col.pull-m4 {
    right: 33.333333333333%;
  }
  .row .col.push-m4 {
    left: 33.333333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.666666666667%;
  }
  .row .col.pull-m5 {
    right: 41.666666666667%;
  }
  .row .col.push-m5 {
    left: 41.666666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.333333333333%;
  }
  .row .col.pull-m7 {
    right: 58.333333333333%;
  }
  .row .col.push-m7 {
    left: 58.333333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.666666666667%;
  }
  .row .col.pull-m8 {
    right: 66.666666666667%;
  }
  .row .col.push-m8 {
    left: 66.666666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.333333333333%;
  }
  .row .col.pull-m10 {
    right: 83.333333333333%;
  }
  .row .col.push-m10 {
    left: 83.333333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.666666666667%;
  }
  .row .col.pull-m11 {
    right: 91.666666666667%;
  }
  .row .col.push-m11 {
    left: 91.666666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 8.3333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.333333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.666666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.666666666667%;
  }
  .row .col.pull-l2 {
    right: 16.666666666667%;
  }
  .row .col.push-l2 {
    left: 16.666666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.333333333333%;
  }
  .row .col.pull-l4 {
    right: 33.333333333333%;
  }
  .row .col.push-l4 {
    left: 33.333333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.666666666667%;
  }
  .row .col.pull-l5 {
    right: 41.666666666667%;
  }
  .row .col.push-l5 {
    left: 41.666666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.333333333333%;
  }
  .row .col.pull-l7 {
    right: 58.333333333333%;
  }
  .row .col.push-l7 {
    left: 58.333333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.666666666667%;
  }
  .row .col.pull-l8 {
    right: 66.666666666667%;
  }
  .row .col.push-l8 {
    left: 66.666666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.333333333333%;
  }
  .row .col.pull-l10 {
    right: 83.333333333333%;
  }
  .row .col.push-l10 {
    left: 83.333333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.666666666667%;
  }
  .row .col.pull-l11 {
    right: 91.666666666667%;
  }
  .row .col.push-l11 {
    left: 91.666666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
.active-icon.smaller {
  height: 15px;
  width: 15px;
}
.active-icon.bigger {
  height: 25px;
  width: 25px;
}
.active-icon.big {
  height: 30px;
  width: 30px;
}
.icon.smaller.icon-navigate-back,
.menu-icon.smaller.icon-navigate-back,
.active-icon.smaller.icon-navigate-back {
  background-image: url(../images/general/smaller/icon-navigate-back.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-navigate-back.png) 1x,url(../images/general/smaller/icon-navigate-back@2x.png) 2x);
}
.icon.smaller.icon-navigate-back:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.smaller.icon-navigate-back:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.smaller.icon-navigate-back:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.smaller.icon-navigate-back:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.smaller.icon-navigate-back:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.smaller.icon-navigate-back:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/smaller/icon-navigate-back-hover.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-navigate-back-hover.png) 1x,url(../images/general/smaller/icon-navigate-back-hover@2x.png) 2x);
}
.icon.smaller.icon-close,
.menu-icon.smaller.icon-close,
.active-icon.smaller.icon-close {
  background-image: url(../images/general/smaller/icon-close.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-close.png) 1x,url(../images/general/smaller/icon-close@2x.png) 2x);
}
.icon.smaller.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.smaller.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.smaller.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.smaller.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.smaller.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.smaller.icon-close:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/smaller/icon-close-hover.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-close-hover.png) 1x,url(../images/general/smaller/icon-close-hover@2x.png) 2x);
}
.icon.smaller.icon-options,
.menu-icon.smaller.icon-options,
.active-icon.smaller.icon-options {
  background-image: url(../images/general/smaller/icon-options.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-options.png) 1x,url(../images/general/smaller/icon-options@2x.png) 2x);
}
.icon.smaller.icon-options:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.smaller.icon-options:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.smaller.icon-options:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.smaller.icon-options:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.smaller.icon-options:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.smaller.icon-options:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/smaller/icon-options-hover.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-options-hover.png) 1x,url(../images/general/smaller/icon-options-hover@2x.png) 2x);
}
.icon.bigger.icon-sort,
.menu-icon.bigger.icon-sort,
.active-icon.bigger.icon-sort {
  background-image: url(../images/general/bigger/icon-sort.png);
  background-image: -webkit-image-set(url(../images/general/bigger/icon-sort.png) 1x,url(../images/general/bigger/icon-sort@2x.png) 2x);
}
.icon.bigger.icon-sort:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-sort:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-sort.active,
.menu-icon.bigger.icon-sort:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-sort:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-sort.active,
.active-icon.bigger.icon-sort:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-sort:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-sort.active {
  background-image: url(../images/general/bigger/icon-sort-hover.png);
  background-image: -webkit-image-set(url(../images/general/bigger/icon-sort-hover.png) 1x,url(../images/general/bigger/icon-sort-hover@2x.png) 2x);
}
.icon.big.icon-new,
.menu-icon.big.icon-new,
.active-icon.big.icon-new {
  background-image: url(../images/general/icon-new.png);
  background-image: -webkit-image-set(url(../images/general/icon-new.png) 1x,url(../images/general/icon-new@2x.png) 2x);
}
.icon.big.icon-new:hover:not(.inactive):not(.nohover):not(.disabled):not(.disabled),
.icon.big.icon-new:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-new:hover:not(.inactive):not(.nohover):not(.disabled):not(.disabled),
.menu-icon.big.icon-new:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-new:hover:not(.inactive):not(.nohover):not(.disabled):not(.disabled),
.active-icon.big.icon-new:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/icon-new-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-new-hover.png) 1x,url(../images/general/icon-new-hover@2x.png) 2x);
}
.icon.big.icon-menu,
.menu-icon.big.icon-menu,
.active-icon.big.icon-menu {
  background-image: url(../images/general/active-icons-big/icon-menu.png);
  background-image: -webkit-image-set(url(../images/general/active-icons-big/icon-menu.png) 1x,url(../images/general/active-icons-big/icon-menu@2x.png) 2x);
}
.icon.big.icon-menu:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-menu:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-menu.active,
.menu-icon.big.icon-menu:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-menu:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-menu.active,
.active-icon.big.icon-menu:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-menu:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-menu.active {
  background-image: url(../images/general/active-icons-big/icon-menu-hover.png);
  background-image: -webkit-image-set(url(../images/general/active-icons-big/icon-menu-hover.png) 1x,url(../images/general/active-icons-big/icon-menu-hover@2x.png) 2x);
}
.icon.big.icon-twitter,
.menu-icon.big.icon-twitter,
.active-icon.big.icon-twitter {
  background-image: url(../images/general/big/icon-twitter.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-twitter.png) 1x,url(../images/general/big/icon-twitter@2x.png) 2x);
}
.icon.big.icon-twitter:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-twitter:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-twitter.active,
.menu-icon.big.icon-twitter:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-twitter:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-twitter.active,
.active-icon.big.icon-twitter:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-twitter:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-twitter.active {
  background-image: url(../images/general/big/icon-twitter-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-twitter-hover.png) 1x,url(../images/general/big/icon-twitter-hover@2x.png) 2x);
}
.icon.big.icon-linkedIn,
.menu-icon.big.icon-linkedIn,
.active-icon.big.icon-linkedIn {
  background-image: url(../images/general/big/icon-linkedIn.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-linkedIn.png) 1x,url(../images/general/big/icon-linkedIn@2x.png) 2x);
}
.icon.big.icon-linkedIn:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-linkedIn:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-linkedIn.active,
.menu-icon.big.icon-linkedIn:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-linkedIn:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-linkedIn.active,
.active-icon.big.icon-linkedIn:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-linkedIn:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-linkedIn.active {
  background-image: url(../images/general/big/icon-linkedIn-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-linkedIn-hover.png) 1x,url(../images/general/big/icon-linkedIn-hover@2x.png) 2x);
}
.icon.big.icon-onenote,
.menu-icon.big.icon-onenote,
.active-icon.big.icon-onenote {
  background-image: url(../images/general/big/icon-onenote.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-onenote.png) 1x,url(../images/general/big/icon-onenote@2x.png) 2x);
}
.icon.big.icon-onenote:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-onenote:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-onenote.active,
.menu-icon.big.icon-onenote:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-onenote:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-onenote.active,
.active-icon.big.icon-onenote:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-onenote:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-onenote.active {
  background-image: url(../images/general/big/icon-onenote-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-onenote-hover.png) 1x,url(../images/general/big/icon-onenote-hover@2x.png) 2x);
}
.icon.big.icon-edmodo,
.menu-icon.big.icon-edmodo,
.active-icon.big.icon-edmodo {
  background-image: url(../images/general/big/icon-edmodo.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-edmodo.png) 1x,url(../images/general/big/icon-edmodo@2x.png) 2x);
}
.icon.big.icon-edmodo:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-edmodo:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-edmodo.active,
.menu-icon.big.icon-edmodo:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-edmodo:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-edmodo.active,
.active-icon.big.icon-edmodo:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-edmodo:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-edmodo.active {
  background-image: url(../images/general/big/icon-edmodo-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-edmodo-hover.png) 1x,url(../images/general/big/icon-edmodo-hover@2x.png) 2x);
}
.icon.big.icon-google-classroom,
.menu-icon.big.icon-google-classroom,
.active-icon.big.icon-google-classroom {
  background-image: url(../images/general/big/icon-google-classroom.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-google-classroom.png) 1x,url(../images/general/big/icon-google-classroom@2x.png) 2x);
}
.icon.big.icon-google-classroom:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-google-classroom:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-google-classroom.active,
.menu-icon.big.icon-google-classroom:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-google-classroom:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-google-classroom.active,
.active-icon.big.icon-google-classroom:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-google-classroom:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-google-classroom.active {
  background-image: url(../images/general/big/icon-google-classroom-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-google-classroom-hover.png) 1x,url(../images/general/big/icon-google-classroom-hover@2x.png) 2x);
}
.icon.big.icon-google-plus,
.menu-icon.big.icon-google-plus,
.active-icon.big.icon-google-plus {
  background-image: url(../images/general/big/icon-google-plus.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-google-plus.png) 1x,url(../images/general/big/icon-google-plus@2x.png) 2x);
}
.icon.big.icon-google-plus:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-google-plus:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-google-plus.active,
.menu-icon.big.icon-google-plus:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-google-plus:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-google-plus.active,
.active-icon.big.icon-google-plus:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-google-plus:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-google-plus.active {
  background-image: url(../images/general/big/icon-google-plus-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-google-plus-hover.png) 1x,url(../images/general/big/icon-google-plus-hover@2x.png) 2x);
}
.icon.big.icon-facebook,
.menu-icon.big.icon-facebook,
.active-icon.big.icon-facebook {
  background-image: url(../images/general/big/icon-facebook.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-facebook.png) 1x,url(../images/general/big/icon-facebook@2x.png) 2x);
}
.icon.big.icon-facebook:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-facebook:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-facebook.active,
.menu-icon.big.icon-facebook:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-facebook:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-facebook.active,
.active-icon.big.icon-facebook:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-facebook:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-facebook.active {
  background-image: url(../images/general/big/icon-facebook-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-facebook-hover.png) 1x,url(../images/general/big/icon-facebook-hover@2x.png) 2x);
}
.icon.big.icon-geogebra-ellipse,
.menu-icon.big.icon-geogebra-ellipse,
.active-icon.big.icon-geogebra-ellipse {
  background-image: url(../images/general/big/icon-group-materials.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-group-materials.png) 1x,url(../images/general/big/icon-group-materials@2x.png) 2x);
}
.icon.big.icon-geogebra-ellipse:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-geogebra-ellipse:active:not(.inactive):not(.nohover):not(.disabled),
.icon.big.icon-geogebra-ellipse.active,
.menu-icon.big.icon-geogebra-ellipse:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-geogebra-ellipse:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.big.icon-geogebra-ellipse.active,
.active-icon.big.icon-geogebra-ellipse:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-geogebra-ellipse:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.big.icon-geogebra-ellipse.active {
  background-image: url(../images/general/big/icon-group-materials-hover.png);
  background-image: -webkit-image-set(url(../images/general/big/icon-group-materials-hover.png) 1x,url(../images/general/big/icon-group-materials-hover@2x.png) 2x);
}
.icon.bigger.icon-switch-camera,
.menu-icon.bigger.icon-switch-camera,
.active-icon.bigger.icon-switch-camera {
  background-image: url(../images/general/bigger/icon-switch-camera.png);
  background-image: -webkit-image-set(url(../images/general/bigger/icon-switch-camera.png) 1x,url(../images/general/bigger/icon-switch-camera@2x.png) 2x);
}
.icon.bigger.icon-switch-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-switch-camera:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-switch-camera.active,
.menu-icon.bigger.icon-switch-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-switch-camera:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-switch-camera.active,
.active-icon.bigger.icon-switch-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-switch-camera:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-switch-camera.active {
  background-image: url(../images/general/bigger/icon-switch-camera-hover.png);
  background-image: -webkit-image-set(url(../images/general/bigger/icon-switch-camera-hover.png) 1x,url(../images/general/bigger/icon-switch-camera-hover@2x.png) 2x);
}
.icon.bigger.icon-close,
.menu-icon.bigger.icon-close,
.active-icon.bigger.icon-close {
  background-image: url(../images/worksheet/header/icon-close.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-close.png) 1x,url(../images/worksheet/header/icon-close@2x.png) 2x);
}
.icon.bigger.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-close:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-close-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-close-hover.png) 1x,url(../images/worksheet/header/icon-close-hover@2x.png) 2x);
}
.icon.bigger.icon-nav-prev,
.menu-icon.bigger.icon-nav-prev,
.active-icon.bigger.icon-nav-prev {
  background-image: url(../images/worksheet/header/icon-nav-prev.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-nav-prev.png) 1x,url(../images/worksheet/header/icon-nav-prev@2x.png) 2x);
}
.icon.bigger.icon-nav-prev:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-nav-prev:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-nav-prev:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-nav-prev:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-nav-prev:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-nav-prev:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-nav-prev-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-nav-prev-hover.png) 1x,url(../images/worksheet/header/icon-nav-prev-hover@2x.png) 2x);
}
.icon.bigger.icon-nav-next,
.menu-icon.bigger.icon-nav-next,
.active-icon.bigger.icon-nav-next {
  background-image: url(../images/worksheet/header/icon-nav-next.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-nav-next.png) 1x,url(../images/worksheet/header/icon-nav-next@2x.png) 2x);
}
.icon.bigger.icon-nav-next:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-nav-next:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-nav-next:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-nav-next:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-nav-next:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-nav-next:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-nav-next-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-nav-next-hover.png) 1x,url(../images/worksheet/header/icon-nav-next-hover@2x.png) 2x);
}
.icon.bigger.icon-menu,
.menu-icon.bigger.icon-menu,
.active-icon.bigger.icon-menu {
  background-image: url(../images/worksheet/header/icon-menu.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-menu.png) 1x,url(../images/worksheet/header/icon-menu@2x.png) 2x);
}
.icon.bigger.icon-menu:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-menu:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-menu.active,
.menu-icon.bigger.icon-menu:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-menu:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-menu.active,
.active-icon.bigger.icon-menu:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-menu:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-menu.active {
  background-image: url(../images/worksheet/header/icon-menu-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-menu-hover.png) 1x,url(../images/worksheet/header/icon-menu-hover@2x.png) 2x);
}
.icon.bigger.icon-edit,
.menu-icon.bigger.icon-edit,
.active-icon.bigger.icon-edit {
  background-image: url(../images/worksheet/header/icon-edit.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-edit.png) 1x,url(../images/worksheet/header/icon-edit@2x.png) 2x);
}
.icon.bigger.icon-edit:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-edit:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-edit:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-edit:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-edit:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-edit:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-edit-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-edit-hover.png) 1x,url(../images/worksheet/header/icon-edit-hover@2x.png) 2x);
}
.icon.bigger.icon-edit-worksheet,
.menu-icon.bigger.icon-edit-worksheet,
.active-icon.bigger.icon-edit-worksheet {
  background-image: url(../images/worksheet/header/icon-edit-worksheet.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-edit-worksheet.png) 1x,url(../images/worksheet/header/icon-edit-worksheet@2x.png) 2x);
}
.icon.bigger.icon-edit-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-edit-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-edit-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-edit-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-edit-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-edit-worksheet:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-edit-worksheet-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-edit-worksheet-hover.png) 1x,url(../images/worksheet/header/icon-edit-worksheet-hover@2x.png) 2x);
}
.icon.bigger.icon-favorite,
.menu-icon.bigger.icon-favorite,
.active-icon.bigger.icon-favorite {
  background-image: url(../images/worksheet/header/icon-heart.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-heart.png) 1x,url(../images/worksheet/header/icon-heart@2x.png) 2x);
}
.icon.bigger.icon-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-favorite.selected,
.menu-icon.bigger.icon-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-favorite.selected,
.active-icon.bigger.icon-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-favorite.selected {
  background-image: url(../images/worksheet/header/icon-heart-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-heart-hover.png) 1x,url(../images/worksheet/header/icon-heart-hover@2x.png) 2x);
}
.icon.bigger.icon-is-favorite,
.menu-icon.bigger.icon-is-favorite,
.active-icon.bigger.icon-is-favorite {
  background-image: url(../images/worksheet/header/icon-heart-filled.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-heart-filled.png) 1x,url(../images/worksheet/header/icon-heart-filled@2x.png) 2x);
}
.icon.bigger.icon-is-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-is-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-is-favorite.selected,
.menu-icon.bigger.icon-is-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-is-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-is-favorite.selected,
.active-icon.bigger.icon-is-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-is-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-is-favorite.selected {
  background-image: url(../images/worksheet/header/icon-heart-filled-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-heart-filled-hover.png) 1x,url(../images/worksheet/header/icon-heart-filled-hover@2x.png) 2x);
}
.icon.bigger.icon-share,
.menu-icon.bigger.icon-share,
.active-icon.bigger.icon-share {
  background-image: url(../images/worksheet/header/icon-share.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-share.png) 1x,url(../images/worksheet/header/icon-share@2x.png) 2x);
}
.icon.bigger.icon-share:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-share:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-share.selected,
.menu-icon.bigger.icon-share:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-share:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-share.selected,
.active-icon.bigger.icon-share:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-share:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-share.selected {
  background-image: url(../images/worksheet/header/icon-share-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-share-hover.png) 1x,url(../images/worksheet/header/icon-share-hover@2x.png) 2x);
}
.icon.bigger.icon-view,
.menu-icon.bigger.icon-view,
.active-icon.bigger.icon-view {
  background-image: url(../images/worksheet/header/icon-worksheet-preview.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-worksheet-preview.png) 1x,url(../images/worksheet/header/icon-worksheet-preview@2x.png) 2x);
}
.icon.bigger.icon-view:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-view:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-view:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-view:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-view:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-view:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-worksheet-preview-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-worksheet-preview-hover.png) 1x,url(../images/worksheet/header/icon-worksheet-preview-hover@2x.png) 2x);
}
.icon.bigger.icon-check,
.menu-icon.bigger.icon-check,
.active-icon.bigger.icon-check {
  background-image: url(../images/worksheet/header/icon-evaluate.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-evaluate.png) 1x,url(../images/worksheet/header/icon-evaluate@2x.png) 2x);
}
.icon.bigger.icon-check:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-check:active:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-check.active,
.menu-icon.bigger.icon-check:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-check:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-check.active,
.active-icon.bigger.icon-check:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-check:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-check.active {
  background-image: url(../images/worksheet/header/icon-evaluate-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-evaluate-hover.png) 1x,url(../images/worksheet/header/icon-evaluate-hover@2x.png) 2x);
}
.icon.bigger.icon-restart,
.menu-icon.bigger.icon-restart,
.active-icon.bigger.icon-restart {
  background-image: url(../images/worksheet/header/icon-refresh.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-refresh.png) 1x,url(../images/worksheet/header/icon-refresh@2x.png) 2x);
}
.icon.bigger.icon-restart:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.bigger.icon-restart:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-restart:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.bigger.icon-restart:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-restart:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.bigger.icon-restart:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/worksheet/header/icon-refresh-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/icon-refresh-hover.png) 1x,url(../images/worksheet/header/icon-refresh-hover@2x.png) 2x);
}
.icon.icon-exercise,
.menu-icon.icon-exercise,
.active-icon.icon-exercise {
  background-image: url(../images/general/icon-exercise.png);
  background-image: -webkit-image-set(url(../images/general/icon-exercise.png) 1x,url(../images/general/icon-exercise@2x.png) 2x);
}
.icon.icon-exercise:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-exercise:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-exercise.active,
.menu-icon.icon-exercise:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-exercise:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-exercise.active,
.active-icon.icon-exercise:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-exercise:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-exercise.active {
  background-image: url(../images/general/icon-exercise-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-exercise-hover.png) 1x,url(../images/general/icon-exercise-hover@2x.png) 2x);
}
.icon.icon-exercise.post-info,
.menu-icon.icon-exercise.post-info,
.active-icon.icon-exercise.post-info {
  padding-left: 25px;
  margin-left: 0;
}
.icon.icon-announcement,
.menu-icon.icon-announcement,
.active-icon.icon-announcement {
  background-image: url(../images/general/icon-announcement.png);
  background-image: -webkit-image-set(url(../images/general/icon-announcement.png) 1x,url(../images/general/icon-announcement@2x.png) 2x);
}
.icon.icon-announcement:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-announcement:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-announcement.active,
.menu-icon.icon-announcement:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-announcement:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-announcement.active,
.active-icon.icon-announcement:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-announcement:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-announcement.active {
  background-image: url(../images/general/icon-announcement-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-announcement-hover.png) 1x,url(../images/general/icon-announcement-hover@2x.png) 2x);
}
.icon.icon-announcement.post-info,
.menu-icon.icon-announcement.post-info,
.active-icon.icon-announcement.post-info {
  padding-left: 25px;
  margin-left: 0;
}
.icon.icon-copy-worksheet,
.menu-icon.icon-copy-worksheet,
.active-icon.icon-copy-worksheet {
  background-image: url(../images/general/icon-copy-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/icon-copy-worksheet.png) 1x,url(../images/general/icon-copy-worksheet@2x.png) 2x);
}
.icon.icon-copy-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-copy-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-copy-worksheet.active,
.menu-icon.icon-copy-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-copy-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-copy-worksheet.active,
.active-icon.icon-copy-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-copy-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-copy-worksheet.active {
  background-image: url(../images/general/icon-copy-worksheet-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-copy-worksheet-hover.png) 1x,url(../images/general/icon-copy-worksheet-hover@2x.png) 2x);
}
.icon.icon-copy-book,
.menu-icon.icon-copy-book,
.active-icon.icon-copy-book {
  background-image: url(../images/general/icon-copy-book.png);
  background-image: -webkit-image-set(url(../images/general/icon-copy-book.png) 1x,url(../images/general/icon-copy-book@2x.png) 2x);
}
.icon.icon-copy-book:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-copy-book:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-copy-book.active,
.menu-icon.icon-copy-book:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-copy-book:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-copy-book.active,
.active-icon.icon-copy-book:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-copy-book:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-copy-book.active {
  background-image: url(../images/general/icon-copy-book-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-copy-book-hover.png) 1x,url(../images/general/icon-copy-book-hover@2x.png) 2x);
}
.icon.icon-edit-book,
.menu-icon.icon-edit-book,
.active-icon.icon-edit-book {
  background-image: url(../images/general/icon-edit-book.png);
  background-image: -webkit-image-set(url(../images/general/icon-edit-book.png) 1x,url(../images/general/icon-edit-book@2x.png) 2x);
}
.icon.icon-edit-book:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edit-book:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edit-book.active,
.menu-icon.icon-edit-book:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edit-book:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edit-book.active,
.active-icon.icon-edit-book:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edit-book:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edit-book.active {
  background-image: url(../images/general/icon-edit-book-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-edit-book-hover.png) 1x,url(../images/general/icon-edit-book-hover@2x.png) 2x);
}
.icon.icon-date,
.menu-icon.icon-date,
.active-icon.icon-date {
  background-image: url(../images/general/icon-date.png);
  background-image: -webkit-image-set(url(../images/general/icon-date.png) 1x,url(../images/general/icon-date@2x.png) 2x);
}
.icon.icon-date:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-date:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-date.active,
.menu-icon.icon-date:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-date:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-date.active,
.active-icon.icon-date:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-date:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-date.active {
  background-image: url(../images/general/icon-date-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-date-hover.png) 1x,url(../images/general/icon-date-hover@2x.png) 2x);
}
.icon.icon-share-post,
.menu-icon.icon-share-post,
.active-icon.icon-share-post {
  background-image: url(../images/general/icon-share-post.png);
  background-image: -webkit-image-set(url(../images/general/icon-share-post.png) 1x,url(../images/general/icon-share-post@2x.png) 2x);
}
.icon.icon-share-post:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-share-post:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-share-post.active,
.menu-icon.icon-share-post:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-share-post:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-share-post.active,
.active-icon.icon-share-post:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-share-post:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-share-post.active {
  background-image: url(../images/general/icon-share-post-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-share-post-hover.png) 1x,url(../images/general/icon-share-post-hover@2x.png) 2x);
}
.icon.icon-user-male,
.menu-icon.icon-user-male,
.active-icon.icon-user-male {
  background-image: url(../images/general/icon-user-male.png);
  background-image: -webkit-image-set(url(../images/general/icon-user-male.png) 1x,url(../images/general/icon-user-male@2x.png) 2x);
}
.icon.icon-user-male:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-user-male:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-user-male.active,
.menu-icon.icon-user-male:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-user-male:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-user-male.active,
.active-icon.icon-user-male:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-user-male:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-user-male.active {
  background-image: url(../images/general/icon-user-male-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-user-male-hover.png) 1x,url(../images/general/icon-user-male-hover@2x.png) 2x);
}
.icon.icon-user-female,
.menu-icon.icon-user-female,
.active-icon.icon-user-female {
  background-image: url(../images/general/icon-user-female.png);
  background-image: -webkit-image-set(url(../images/general/icon-user-female.png) 1x,url(../images/general/icon-user-female@2x.png) 2x);
}
.icon.icon-user-female:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-user-female:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-user-female.active,
.menu-icon.icon-user-female:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-user-female:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-user-female.active,
.active-icon.icon-user-female:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-user-female:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-user-female.active {
  background-image: url(../images/general/icon-user-female-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-user-female-hover.png) 1x,url(../images/general/icon-user-female-hover@2x.png) 2x);
}
.icon.icon-web,
.menu-icon.icon-web,
.active-icon.icon-web {
  background-image: url(../images/general/icon-web.png);
  background-image: -webkit-image-set(url(../images/general/icon-web.png) 1x,url(../images/general/icon-web@2x.png) 2x);
}
.icon.icon-web:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-web:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-web.active,
.menu-icon.icon-web:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-web:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-web.active,
.active-icon.icon-web:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-web:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-web.active {
  background-image: url(../images/general/icon-web-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-web-hover.png) 1x,url(../images/general/icon-web-hover@2x.png) 2x);
}
.icon.icon-location,
.menu-icon.icon-location,
.active-icon.icon-location {
  background-image: url(../images/general/icon-location.png);
  background-image: -webkit-image-set(url(../images/general/icon-location.png) 1x,url(../images/general/icon-location@2x.png) 2x);
}
.icon.icon-location:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-location:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-location.active,
.menu-icon.icon-location:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-location:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-location.active,
.active-icon.icon-location:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-location:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-location.active {
  background-image: url(../images/general/icon-location-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-location-hover.png) 1x,url(../images/general/icon-location-hover@2x.png) 2x);
}
.icon.icon-manage-badges,
.menu-icon.icon-manage-badges,
.active-icon.icon-manage-badges {
  background-image: url(../images/general/icon-manage-badges.png);
  background-image: -webkit-image-set(url(../images/general/icon-manage-badges.png) 1x,url(../images/general/icon-manage-badges@2x.png) 2x);
}
.icon.icon-manage-badges:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-manage-badges:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-manage-badges.active,
.menu-icon.icon-manage-badges:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-manage-badges:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-manage-badges.active,
.active-icon.icon-manage-badges:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-manage-badges:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-manage-badges.active {
  background-image: url(../images/general/icon-manage-badges-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-manage-badges-hover.png) 1x,url(../images/general/icon-manage-badges-hover@2x.png) 2x);
}
.icon.icon-report-problem,
.menu-icon.icon-report-problem,
.active-icon.icon-report-problem {
  background-image: url(../images/general/icon-report-problem.png);
  background-image: -webkit-image-set(url(../images/general/icon-report-problem.png) 1x,url(../images/general/icon-report-problem@2x.png) 2x);
}
.icon.icon-report-problem:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-report-problem:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-report-problem.active,
.menu-icon.icon-report-problem:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-report-problem:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-report-problem.active,
.active-icon.icon-report-problem:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-report-problem:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-report-problem.active {
  background-image: url(../images/general/icon-report-problem-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-report-problem-hover.png) 1x,url(../images/general/icon-report-problem-hover@2x.png) 2x);
}
.icon.icon-ban-user,
.menu-icon.icon-ban-user,
.active-icon.icon-ban-user {
  background-image: url(../images/general/icon-ban-user.png);
  background-image: -webkit-image-set(url(../images/general/icon-ban-user.png) 1x,url(../images/general/icon-ban-user@2x.png) 2x);
}
.icon.icon-ban-user:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-ban-user:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-ban-user.active,
.menu-icon.icon-ban-user:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-ban-user:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-ban-user.active,
.active-icon.icon-ban-user:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-ban-user:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-ban-user.active {
  background-image: url(../images/general/icon-ban-user-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-ban-user-hover.png) 1x,url(../images/general/icon-ban-user-hover@2x.png) 2x);
}
.icon.icon-switch-camera,
.menu-icon.icon-switch-camera,
.active-icon.icon-switch-camera {
  background-image: url(../images/general/icon-switch-camera.png);
  background-image: -webkit-image-set(url(../images/general/icon-switch-camera.png) 1x,url(../images/general/icon-switch-camera@2x.png) 2x);
}
.icon.icon-switch-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-switch-camera:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-switch-camera.active,
.menu-icon.icon-switch-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-switch-camera:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-switch-camera.active,
.active-icon.icon-switch-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-switch-camera:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-switch-camera.active {
  background-image: url(../images/general/icon-switch-camera-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-switch-camera-hover.png) 1x,url(../images/general/icon-switch-camera-hover@2x.png) 2x);
}
.icon.icon-camera,
.menu-icon.icon-camera,
.active-icon.icon-camera {
  background-image: url(../images/general/icon-camera.png);
  background-image: -webkit-image-set(url(../images/general/icon-camera.png) 1x,url(../images/general/icon-camera@2x.png) 2x);
}
.icon.icon-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-camera:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-camera.active,
.menu-icon.icon-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-camera:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-camera.active,
.active-icon.icon-camera:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-camera:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-camera.active {
  background-image: url(../images/general/icon-camera-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-camera-hover.png) 1x,url(../images/general/icon-camera-hover@2x.png) 2x);
}
.icon.icon-private,
.menu-icon.icon-private,
.active-icon.icon-private {
  background-image: url(../images/access-users/icon-private.png);
  background-image: -webkit-image-set(url(../images/access-users/icon-private.png) 1x,url(../images/access-users/icon-private@2x.png) 2x);
}
.icon.icon-private:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-private:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-private.active,
.menu-icon.icon-private:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-private:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-private.active,
.active-icon.icon-private:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-private:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-private.active {
  background-image: url(../images/access-users/icon-private-hover.png);
  background-image: -webkit-image-set(url(../images/access-users/icon-private-hover.png) 1x,url(../images/access-users/icon-private-hover@2x.png) 2x);
}
.icon.icon-shared-with-link,
.menu-icon.icon-shared-with-link,
.active-icon.icon-shared-with-link {
  background-image: url(../images/access-users/icon-shared-with-link.png);
  background-image: -webkit-image-set(url(../images/access-users/icon-shared-with-link.png) 1x,url(../images/access-users/icon-shared-with-link@2x.png) 2x);
}
.icon.icon-shared-with-link:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-shared-with-link:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-shared-with-link.active,
.menu-icon.icon-shared-with-link:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-shared-with-link:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-shared-with-link.active,
.active-icon.icon-shared-with-link:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-shared-with-link:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-shared-with-link.active {
  background-image: url(../images/access-users/icon-shared-with-link-hover.png);
  background-image: -webkit-image-set(url(../images/access-users/icon-shared-with-link-hover.png) 1x,url(../images/access-users/icon-shared-with-link-hover@2x.png) 2x);
}
.icon.icon-public,
.menu-icon.icon-public,
.active-icon.icon-public {
  background-image: url(../images/access-users/icon-public.png);
  background-image: -webkit-image-set(url(../images/access-users/icon-public.png) 1x,url(../images/access-users/icon-public@2x.png) 2x);
}
.icon.icon-public:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-public:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-public.active,
.menu-icon.icon-public:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-public:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-public.active,
.active-icon.icon-public:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-public:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-public.active {
  background-image: url(../images/access-users/icon-public-hover.png);
  background-image: -webkit-image-set(url(../images/access-users/icon-public-hover.png) 1x,url(../images/access-users/icon-public-hover@2x.png) 2x);
}
.icon.icon-emoji-smiley,
.menu-icon.icon-emoji-smiley,
.active-icon.icon-emoji-smiley {
  background-image: url(../images/general/icon-emoji-smiley.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-smiley.png) 1x,url(../images/general/icon-emoji-smiley@2x.png) 2x);
}
.icon.icon-emoji-smiley:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-smiley:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-smiley.active,
.menu-icon.icon-emoji-smiley:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-smiley:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-smiley.active,
.active-icon.icon-emoji-smiley:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-smiley:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-smiley.active {
  background-image: url(../images/general/icon-emoji-smiley-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-smiley-hover.png) 1x,url(../images/general/icon-emoji-smiley-hover@2x.png) 2x);
}
.icon.icon-emoji-smiley-yellow,
.menu-icon.icon-emoji-smiley-yellow,
.active-icon.icon-emoji-smiley-yellow {
  background-image: url(../images/general/icon-emoji-smiley.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-smiley.png) 1x,url(../images/general/icon-emoji-smiley@2x.png) 2x);
}
.icon.icon-emoji-smiley-yellow:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-smiley-yellow:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-smiley-yellow.active,
.menu-icon.icon-emoji-smiley-yellow:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-smiley-yellow:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-smiley-yellow.active,
.active-icon.icon-emoji-smiley-yellow:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-smiley-yellow:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-smiley-yellow.active {
  background-image: url(../images/general/icon-emoji-smiley-yellow.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-smiley-yellow.png) 1x,url(../images/general/icon-emoji-smiley-yellow@2x.png) 2x);
}
.icon.icon-emoji-nature,
.menu-icon.icon-emoji-nature,
.active-icon.icon-emoji-nature {
  background-image: url(../images/general/icon-emoji-nature.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-nature.png) 1x,url(../images/general/icon-emoji-nature@2x.png) 2x);
}
.icon.icon-emoji-nature:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-nature:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-nature.active,
.menu-icon.icon-emoji-nature:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-nature:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-nature.active,
.active-icon.icon-emoji-nature:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-nature:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-nature.active {
  background-image: url(../images/general/icon-emoji-nature-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-nature-hover.png) 1x,url(../images/general/icon-emoji-nature-hover@2x.png) 2x);
}
.icon.icon-emoji-objects,
.menu-icon.icon-emoji-objects,
.active-icon.icon-emoji-objects {
  background-image: url(../images/general/icon-emoji-objects.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-objects.png) 1x,url(../images/general/icon-emoji-objects@2x.png) 2x);
}
.icon.icon-emoji-objects:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-objects:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-objects.active,
.menu-icon.icon-emoji-objects:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-objects:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-objects.active,
.active-icon.icon-emoji-objects:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-objects:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-objects.active {
  background-image: url(../images/general/icon-emoji-objects-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-objects-hover.png) 1x,url(../images/general/icon-emoji-objects-hover@2x.png) 2x);
}
.icon.icon-emoji-food,
.menu-icon.icon-emoji-food,
.active-icon.icon-emoji-food {
  background-image: url(../images/general/icon-emoji-food.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-food.png) 1x,url(../images/general/icon-emoji-food@2x.png) 2x);
}
.icon.icon-emoji-food:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-food:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-food.active,
.menu-icon.icon-emoji-food:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-food:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-food.active,
.active-icon.icon-emoji-food:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-food:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-food.active {
  background-image: url(../images/general/icon-emoji-food-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-food-hover.png) 1x,url(../images/general/icon-emoji-food-hover@2x.png) 2x);
}
.icon.icon-emoji-places,
.menu-icon.icon-emoji-places,
.active-icon.icon-emoji-places {
  background-image: url(../images/general/icon-emoji-places.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-places.png) 1x,url(../images/general/icon-emoji-places@2x.png) 2x);
}
.icon.icon-emoji-places:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-places:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-places.active,
.menu-icon.icon-emoji-places:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-places:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-places.active,
.active-icon.icon-emoji-places:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-places:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-places.active {
  background-image: url(../images/general/icon-emoji-places-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-places-hover.png) 1x,url(../images/general/icon-emoji-places-hover@2x.png) 2x);
}
.icon.icon-emoji-symbols,
.menu-icon.icon-emoji-symbols,
.active-icon.icon-emoji-symbols {
  background-image: url(../images/general/icon-emoji-symbol.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-symbol.png) 1x,url(../images/general/icon-emoji-symbol@2x.png) 2x);
}
.icon.icon-emoji-symbols:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-symbols:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-emoji-symbols.active,
.menu-icon.icon-emoji-symbols:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-symbols:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-emoji-symbols.active,
.active-icon.icon-emoji-symbols:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-symbols:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-emoji-symbols.active {
  background-image: url(../images/general/icon-emoji-symbol-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-emoji-symbol-hover.png) 1x,url(../images/general/icon-emoji-symbol-hover@2x.png) 2x);
}
.icon.icon-link,
.menu-icon.icon-link,
.active-icon.icon-link {
  background-image: url(../images/general/icon-link.png);
  background-image: -webkit-image-set(url(../images/general/icon-link.png) 1x,url(../images/general/icon-link@2x.png) 2x);
}
.icon.icon-link:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-link:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-link.active,
.menu-icon.icon-link:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-link:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-link.active,
.active-icon.icon-link:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-link:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-link.active {
  background-image: url(../images/general/icon-link-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-link-hover.png) 1x,url(../images/general/icon-link-hover@2x.png) 2x);
}
.icon.icon-undo.highlight,
.menu-icon.icon-undo.highlight,
.active-icon.icon-undo.highlight {
  background-image: url(../images/general/icon-undo-highlight.png);
  background-image: -webkit-image-set(url(../images/general/icon-undo-highlight.png) 1x,url(../images/general/icon-undo-highlight@2x.png) 2x);
}
.icon.icon-undo.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-undo.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-undo.highlight.active,
.menu-icon.icon-undo.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-undo.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-undo.highlight.active,
.active-icon.icon-undo.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-undo.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-undo.highlight.active {
  background-image: url(../images/general/icon-undo-highlight-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-undo-highlight-hover.png) 1x,url(../images/general/icon-undo-highlight-hover@2x.png) 2x);
}
.icon.icon-twitter,
.menu-icon.icon-twitter,
.active-icon.icon-twitter {
  background-image: url(../images/general/icon-twitter.png);
  background-image: -webkit-image-set(url(../images/general/icon-twitter.png) 1x,url(../images/general/icon-twitter@2x.png) 2x);
}
.icon.icon-twitter:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-twitter:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-twitter.active,
.menu-icon.icon-twitter:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-twitter:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-twitter.active,
.active-icon.icon-twitter:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-twitter:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-twitter.active {
  background-image: url(../images/general/icon-twitter-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-twitter-hover.png) 1x,url(../images/general/icon-twitter-hover@2x.png) 2x);
}
.icon.icon-linkedIn,
.menu-icon.icon-linkedIn,
.active-icon.icon-linkedIn {
  background-image: url(../images/general/icon-linkedIn.png);
  background-image: -webkit-image-set(url(../images/general/icon-linkedIn.png) 1x,url(../images/general/icon-linkedIn@2x.png) 2x);
}
.icon.icon-linkedIn:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-linkedIn:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-linkedIn.active,
.menu-icon.icon-linkedIn:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-linkedIn:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-linkedIn.active,
.active-icon.icon-linkedIn:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-linkedIn:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-linkedIn.active {
  background-image: url(../images/general/icon-linkedIn-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-linkedIn-hover.png) 1x,url(../images/general/icon-linkedIn-hover@2x.png) 2x);
}
.icon.icon-onenote,
.menu-icon.icon-onenote,
.active-icon.icon-onenote {
  background-image: url(../images/general/icon-onenote.png);
  background-image: -webkit-image-set(url(../images/general/icon-onenote.png) 1x,url(../images/general/icon-onenote@2x.png) 2x);
}
.icon.icon-onenote:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-onenote:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-onenote.active,
.menu-icon.icon-onenote:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-onenote:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-onenote.active,
.active-icon.icon-onenote:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-onenote:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-onenote.active {
  background-image: url(../images/general/icon-onenote-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-onenote-hover.png) 1x,url(../images/general/icon-onenote-hover@2x.png) 2x);
}
.icon.icon-edmodo,
.menu-icon.icon-edmodo,
.active-icon.icon-edmodo {
  background-image: url(../images/general/icon-edmodo.png);
  background-image: -webkit-image-set(url(../images/general/icon-edmodo.png) 1x,url(../images/general/icon-edmodo@2x.png) 2x);
}
.icon.icon-edmodo:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edmodo:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edmodo.active,
.menu-icon.icon-edmodo:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edmodo:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edmodo.active,
.active-icon.icon-edmodo:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edmodo:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edmodo.active {
  background-image: url(../images/general/icon-edmodo-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-edmodo-hover.png) 1x,url(../images/general/icon-edmodo-hover@2x.png) 2x);
}
.icon.icon-google-classroom,
.menu-icon.icon-google-classroom,
.active-icon.icon-google-classroom {
  background-image: url(../images/general/icon-google-classroom.png);
  background-image: -webkit-image-set(url(../images/general/icon-google-classroom.png) 1x,url(../images/general/icon-google-classroom@2x.png) 2x);
}
.icon.icon-google-classroom:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-google-classroom:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-google-classroom.active,
.menu-icon.icon-google-classroom:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-google-classroom:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-google-classroom.active,
.active-icon.icon-google-classroom:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-google-classroom:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-google-classroom.active {
  background-image: url(../images/general/icon-google-classroom-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-google-classroom-hover.png) 1x,url(../images/general/icon-google-classroom-hover@2x.png) 2x);
}
.icon.icon-google-plus,
.menu-icon.icon-google-plus,
.active-icon.icon-google-plus {
  background-image: url(../images/general/icon-google-plus.png);
  background-image: -webkit-image-set(url(../images/general/icon-google-plus.png) 1x,url(../images/general/icon-google-plus@2x.png) 2x);
}
.icon.icon-google-plus:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-google-plus:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-google-plus.active,
.menu-icon.icon-google-plus:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-google-plus:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-google-plus.active,
.active-icon.icon-google-plus:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-google-plus:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-google-plus.active {
  background-image: url(../images/general/icon-google-plus-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-google-plus-hover.png) 1x,url(../images/general/icon-google-plus-hover@2x.png) 2x);
}
.icon.icon-facebook,
.menu-icon.icon-facebook,
.active-icon.icon-facebook {
  background-image: url(../images/general/icon-facebook.png);
  background-image: -webkit-image-set(url(../images/general/icon-facebook.png) 1x,url(../images/general/icon-facebook@2x.png) 2x);
}
.icon.icon-facebook:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-facebook:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-facebook.active,
.menu-icon.icon-facebook:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-facebook:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-facebook.active,
.active-icon.icon-facebook:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-facebook:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-facebook.active {
  background-image: url(../images/general/icon-facebook-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-facebook-hover.png) 1x,url(../images/general/icon-facebook-hover@2x.png) 2x);
}
.icon.icon-rename,
.menu-icon.icon-rename,
.active-icon.icon-rename {
  background-image: url(../images/general/icon-rename.png);
  background-image: -webkit-image-set(url(../images/general/icon-rename.png) 1x,url(../images/general/icon-rename@2x.png) 2x);
}
.icon.icon-rename:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-rename:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-rename.active,
.menu-icon.icon-rename:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-rename:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-rename.active,
.active-icon.icon-rename:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-rename:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-rename.active {
  background-image: url(../images/general/icon-rename-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-rename-hover.png) 1x,url(../images/general/icon-rename-hover@2x.png) 2x);
}
.icon.icon-email,
.menu-icon.icon-email,
.active-icon.icon-email {
  background-image: url(../images/general/icon-email.png);
  background-image: -webkit-image-set(url(../images/general/icon-email.png) 1x,url(../images/general/icon-email@2x.png) 2x);
}
.icon.icon-email:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-email:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-email.active,
.menu-icon.icon-email:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-email:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-email.active,
.active-icon.icon-email:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-email:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-email.active {
  background-image: url(../images/general/icon-email-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-email-hover.png) 1x,url(../images/general/icon-email-hover@2x.png) 2x);
}
.icon.icon-view,
.menu-icon.icon-view,
.active-icon.icon-view {
  background-image: url(../images/general/icon-worksheet-preview.png);
  background-image: -webkit-image-set(url(../images/general/icon-worksheet-preview.png) 1x,url(../images/general/icon-worksheet-preview@2x.png) 2x);
}
.icon.icon-view:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-view:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-view.active,
.menu-icon.icon-view:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-view:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-view.active,
.active-icon.icon-view:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-view:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-view.active {
  background-image: url(../images/general/icon-worksheet-preview-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-worksheet-preview-hover.png) 1x,url(../images/general/icon-worksheet-preview-hover@2x.png) 2x);
}
.icon.icon-share,
.menu-icon.icon-share,
.active-icon.icon-share {
  background-image: url(../images/general/icon-share.png);
  background-image: -webkit-image-set(url(../images/general/icon-share.png) 1x,url(../images/general/icon-share@2x.png) 2x);
}
.icon.icon-share:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-share:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-share.active,
.menu-icon.icon-share:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-share:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-share.active,
.active-icon.icon-share:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-share:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-share.active {
  background-image: url(../images/general/menu-icons/icon-share-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-share-hover.png) 1x,url(../images/general/menu-icons/icon-share-hover@2x.png) 2x);
}
.icon.icon-about,
.menu-icon.icon-about,
.active-icon.icon-about {
  background-image: url(../images/general/icon-info.png);
  background-image: -webkit-image-set(url(../images/general/icon-info.png) 1x,url(../images/general/icon-info@2x.png) 2x);
}
.icon.icon-about:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-about:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-about.active,
.menu-icon.icon-about:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-about:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-about.active,
.active-icon.icon-about:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-about:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-about.active {
  background-image: url(../images/general/icon-info-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-info-hover.png) 1x,url(../images/general/icon-info-hover@2x.png) 2x);
}
.icon.icon-add-to-book,
.menu-icon.icon-add-to-book,
.active-icon.icon-add-to-book {
  background-image: url(../images/general/icon-add-to-book.png);
  background-image: -webkit-image-set(url(../images/general/icon-add-to-book.png) 1x,url(../images/general/icon-add-to-book@2x.png) 2x);
}
.icon.icon-add-to-book:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-add-to-book:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-add-to-book.active,
.menu-icon.icon-add-to-book:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-add-to-book:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-add-to-book.active,
.active-icon.icon-add-to-book:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-add-to-book:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-add-to-book.active {
  background-image: url(../images/general/icon-add-to-book-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-add-to-book-hover.png) 1x,url(../images/general/icon-add-to-book-hover@2x.png) 2x);
}
.icon.icon-visible,
.menu-icon.icon-visible,
.active-icon.icon-visible {
  background-image: url(../images/groups/icon-visible.png);
  background-image: -webkit-image-set(url(../images/groups/icon-visible.png) 1x,url(../images/groups/icon-visible@2x.png) 2x);
}
.icon.icon-visible:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-visible:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-visible.active,
.menu-icon.icon-visible:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-visible:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-visible.active,
.active-icon.icon-visible:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-visible:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-visible.active {
  background-image: url(../images/groups/icon-visible-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-visible-hover.png) 1x,url(../images/groups/icon-visible-hover@2x.png) 2x);
}
.icon.icon-hidden,
.menu-icon.icon-hidden,
.active-icon.icon-hidden {
  background-image: url(../images/groups/icon-hidden.png);
  background-image: -webkit-image-set(url(../images/groups/icon-hidden.png) 1x,url(../images/groups/icon-hidden@2x.png) 2x);
}
.icon.icon-hidden:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-hidden:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-hidden.active,
.menu-icon.icon-hidden:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-hidden:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-hidden.active,
.active-icon.icon-hidden:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-hidden:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-hidden.active {
  background-image: url(../images/groups/icon-hidden-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-hidden-hover.png) 1x,url(../images/groups/icon-hidden-hover@2x.png) 2x);
}
.icon.icon-refresh,
.menu-icon.icon-refresh,
.active-icon.icon-refresh {
  background-image: url(../images/groups/icon-refresh.png);
  background-image: -webkit-image-set(url(../images/groups/icon-refresh.png) 1x,url(../images/groups/icon-refresh@2x.png) 2x);
}
.icon.icon-refresh:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-refresh:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-refresh.active,
.menu-icon.icon-refresh:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-refresh:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-refresh.active,
.active-icon.icon-refresh:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-refresh:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-refresh.active {
  background-image: url(../images/groups/icon-refresh-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-refresh-hover.png) 1x,url(../images/groups/icon-refresh-hover@2x.png) 2x);
}
.icon.icon-copy,
.menu-icon.icon-copy,
.active-icon.icon-copy {
  background-image: url(../images/general/icon-copy.png);
  background-image: -webkit-image-set(url(../images/general/icon-copy.png) 1x,url(../images/general/icon-copy@2x.png) 2x);
}
.icon.icon-copy:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-copy:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-copy.active,
.menu-icon.icon-copy:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-copy:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-copy.active,
.active-icon.icon-copy:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-copy:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-copy.active {
  background-image: url(../images/general/icon-copy-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-copy-hover.png) 1x,url(../images/general/icon-copy-hover@2x.png) 2x);
}
.icon.icon-delete,
.menu-icon.icon-delete,
.active-icon.icon-delete {
  background-image: url(../images/general/icon-delete.png);
  background-image: -webkit-image-set(url(../images/general/icon-delete.png) 1x,url(../images/general/icon-delete@2x.png) 2x);
}
.icon.icon-delete:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-delete:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-delete.active,
.menu-icon.icon-delete:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-delete:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-delete.active,
.active-icon.icon-delete:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-delete:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-delete.active {
  background-image: url(../images/general/icon-delete-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-delete-hover.png) 1x,url(../images/general/icon-delete-hover@2x.png) 2x);
}
.icon.icon-mute,
.menu-icon.icon-mute,
.active-icon.icon-mute {
  background-image: url(../images/groups/icon-mute.png);
  background-image: -webkit-image-set(url(../images/groups/icon-mute.png) 1x,url(../images/groups/icon-mute@2x.png) 2x);
}
.icon.icon-mute:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-mute:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-mute.active,
.menu-icon.icon-mute:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-mute:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-mute.active,
.active-icon.icon-mute:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-mute:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-mute.active {
  background-image: url(../images/groups/icon-mute-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-mute-hover.png) 1x,url(../images/groups/icon-mute-hover@2x.png) 2x);
}
.icon.icon-send-message,
.menu-icon.icon-send-message,
.active-icon.icon-send-message {
  background-image: url(../images/general/icon-send-message.png);
  background-image: -webkit-image-set(url(../images/general/icon-send-message.png) 1x,url(../images/general/icon-send-message@2x.png) 2x);
}
.icon.icon-send-message:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-send-message:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-send-message.active,
.menu-icon.icon-send-message:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-send-message:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-send-message.active,
.active-icon.icon-send-message:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-send-message:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-send-message.active {
  background-image: url(../images/general/icon-send-message-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-send-message-hover.png) 1x,url(../images/general/icon-send-message-hover@2x.png) 2x);
}
.icon.icon-send-message.highlight,
.menu-icon.icon-send-message.highlight,
.active-icon.icon-send-message.highlight {
  background-image: url(../images/general/icon-send-message-highlight.png);
  background-image: -webkit-image-set(url(../images/general/icon-send-message-highlight.png) 1x,url(../images/general/icon-send-message-highlight@2x.png) 2x);
}
.icon.icon-send-message.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-send-message.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-send-message.highlight.active,
.menu-icon.icon-send-message.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-send-message.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-send-message.highlight.active,
.active-icon.icon-send-message.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-send-message.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-send-message.highlight.active {
  background-image: url(../images/general/icon-send-message-highlight.png);
  background-image: -webkit-image-set(url(../images/general/icon-send-message-highlight.png) 1x,url(../images/general/icon-send-message-highlight@2x.png) 2x);
}
.icon.icon-evaluate,
.icon.icon-check,
.menu-icon.icon-evaluate,
.menu-icon.icon-check,
.active-icon.icon-evaluate,
.active-icon.icon-check {
  background-image: url(../images/groups/icon-evaluate.png);
  background-image: -webkit-image-set(url(../images/groups/icon-evaluate.png) 1x,url(../images/groups/icon-evaluate@2x.png) 2x);
}
.icon.icon-evaluate:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-evaluate:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-evaluate.active,
.icon.icon-check:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-check:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-check.active,
.menu-icon.icon-evaluate:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-evaluate:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-evaluate.active,
.menu-icon.icon-check:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-check:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-check.active,
.active-icon.icon-evaluate:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-evaluate:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-evaluate.active,
.active-icon.icon-check:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-check:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-check.active {
  background-image: url(../images/groups/icon-evaluate-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-evaluate-hover.png) 1x,url(../images/groups/icon-evaluate-hover@2x.png) 2x);
}
.icon.icon-is-favorite,
.menu-icon.icon-is-favorite,
.active-icon.icon-is-favorite {
  background-image: url(../images/general/menu-icons/icon-heart-filled.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-heart-filled.png) 1x,url(../images/general/menu-icons/icon-heart-filled@2x.png) 2x);
}
.icon.icon-is-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-is-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-is-favorite.active,
.menu-icon.icon-is-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-is-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-is-favorite.active,
.active-icon.icon-is-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-is-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-is-favorite.active {
  background-image: url(../images/general/menu-icons/icon-heart-filled-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-heart-filled-hover.png) 1x,url(../images/general/menu-icons/icon-heart-filled-hover@2x.png) 2x);
}
.icon.icon-favorite,
.menu-icon.icon-favorite,
.active-icon.icon-favorite {
  background-image: url(../images/general/menu-icons/icon-heart.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-heart.png) 1x,url(../images/general/menu-icons/icon-heart@2x.png) 2x);
}
.icon.icon-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-favorite.active,
.menu-icon.icon-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-favorite.active,
.active-icon.icon-favorite:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-favorite:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-favorite.active {
  background-image: url(../images/general/menu-icons/icon-heart-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-heart-hover.png) 1x,url(../images/general/menu-icons/icon-heart-hover@2x.png) 2x);
}
.icon.icon-edit,
.menu-icon.icon-edit,
.active-icon.icon-edit {
  background-image: url(../images/general/icon-edit.png);
  background-image: -webkit-image-set(url(../images/general/icon-edit.png) 1x,url(../images/general/icon-edit@2x.png) 2x);
}
.icon.icon-edit:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edit:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edit.active,
.menu-icon.icon-edit:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edit:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edit.active,
.active-icon.icon-edit:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edit:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edit.active {
  background-image: url(../images/general/icon-edit-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-edit-hover.png) 1x,url(../images/general/icon-edit-hover@2x.png) 2x);
}
.icon.icon-edit-worksheet,
.menu-icon.icon-edit-worksheet,
.active-icon.icon-edit-worksheet {
  background-image: url(../images/general/icon-edit-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/icon-edit-worksheet.png) 1x,url(../images/general/icon-edit-worksheet@2x.png) 2x);
}
.icon.icon-edit-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-edit-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edit-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-edit-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edit-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-edit-worksheet:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/icon-edit-worksheet-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-edit-worksheet-hover.png) 1x,url(../images/general/icon-edit-worksheet-hover@2x.png) 2x);
}
.icon.icon-filter,
.menu-icon.icon-filter,
.active-icon.icon-filter {
  background-image: url(../images/groups/icon-filter.png);
  background-image: -webkit-image-set(url(../images/groups/icon-filter.png) 1x,url(../images/groups/icon-filter@2x.png) 2x);
}
.icon.icon-filter:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-filter:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-filter.active,
.menu-icon.icon-filter:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-filter:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-filter.active,
.active-icon.icon-filter:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-filter:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-filter.active {
  background-image: url(../images/groups/icon-filter-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-filter-hover.png) 1x,url(../images/groups/icon-filter-hover@2x.png) 2x);
}
.icon.icon-tooltip,
.menu-icon.icon-tooltip,
.active-icon.icon-tooltip {
  background-image: url(../images/general/icon-tooltip.png);
  background-image: -webkit-image-set(url(../images/general/icon-tooltip.png) 1x,url(../images/general/icon-tooltip@2x.png) 2x);
}
.icon.icon-tooltip:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-tooltip:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-tooltip.active,
.menu-icon.icon-tooltip:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-tooltip:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-tooltip.active,
.active-icon.icon-tooltip:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-tooltip:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-tooltip.active {
  background-image: url(../images/general/icon-tooltip-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-tooltip-hover.png) 1x,url(../images/general/icon-tooltip-hover@2x.png) 2x);
}
.icon.icon-options,
.menu-icon.icon-options,
.active-icon.icon-options {
  background-image: url(../images/general/icon-options.png);
  background-image: -webkit-image-set(url(../images/general/icon-options.png) 1x,url(../images/general/icon-options@2x.png) 2x);
}
.icon.icon-options:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-options:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-options.active,
.menu-icon.icon-options:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-options:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-options.active,
.active-icon.icon-options:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-options:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-options.active {
  background-image: url(../images/general/icon-options-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-options-hover.png) 1x,url(../images/general/icon-options-hover@2x.png) 2x);
}
.icon.icon-nav-next,
.menu-icon.icon-nav-next,
.active-icon.icon-nav-next {
  background-image: url(../images/general/icon-nav-next.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-next.png) 1x,url(../images/general/icon-nav-next@2x.png) 2x);
}
.icon.icon-nav-next:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-next:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-next.active,
.menu-icon.icon-nav-next:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-next:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-next.active,
.active-icon.icon-nav-next:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-next:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-next.active {
  background-image: url(../images/general/icon-nav-next-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-next-hover.png) 1x,url(../images/general/icon-nav-next-hover@2x.png) 2x);
}
.icon.icon-nav-next.highlight,
.menu-icon.icon-nav-next.highlight,
.active-icon.icon-nav-next.highlight {
  background-image: url(../images/general/icon-nav-next-white.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-next-white.png) 1x,url(../images/general/icon-nav-next-white@2x.png) 2x);
}
.icon.icon-nav-next.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-next.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-next.highlight.active,
.menu-icon.icon-nav-next.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-next.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-next.highlight.active,
.active-icon.icon-nav-next.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-next.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-next.highlight.active {
  background-image: url(../images/general/icon-nav-next-white.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-next-white.png) 1x,url(../images/general/icon-nav-next-white@2x.png) 2x);
}
.icon.icon-nav-prev,
.menu-icon.icon-nav-prev,
.active-icon.icon-nav-prev {
  background-image: url(../images/general/icon-nav-prev.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-prev.png) 1x,url(../images/general/icon-nav-prev@2x.png) 2x);
}
.icon.icon-nav-prev:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-prev:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-prev.active,
.menu-icon.icon-nav-prev:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-prev:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-prev.active,
.active-icon.icon-nav-prev:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-prev:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-prev.active {
  background-image: url(../images/general/icon-nav-prev-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-prev-hover.png) 1x,url(../images/general/icon-nav-prev-hover@2x.png) 2x);
}
.icon.icon-nav-prev.highlight,
.menu-icon.icon-nav-prev.highlight,
.active-icon.icon-nav-prev.highlight {
  background-image: url(../images/general/icon-nav-prev-white.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-prev-white.png) 1x,url(../images/general/icon-nav-prev-white@2x.png) 2x);
}
.icon.icon-nav-prev.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-nav-prev.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-prev.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-nav-prev.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-prev.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-nav-prev.highlight:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/icon-nav-prev-white.png);
  background-image: -webkit-image-set(url(../images/general/icon-nav-prev-white.png) 1x,url(../images/general/icon-nav-prev-white@2x.png) 2x);
}
.icon.icon-close,
.menu-icon.icon-close,
.active-icon.icon-close {
  background-image: url(../images/general/icon-close.png);
  background-image: -webkit-image-set(url(../images/general/icon-close.png) 1x,url(../images/general/icon-close@2x.png) 2x);
}
.icon.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-close.active,
.menu-icon.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-close.active,
.active-icon.icon-close:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-close:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-close.active {
  background-image: url(../images/general/icon-close-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-close-hover.png) 1x,url(../images/general/icon-close-hover@2x.png) 2x);
}
.icon.icon-comment,
.menu-icon.icon-comment,
.active-icon.icon-comment {
  background-image: url(../images/worksheet/new/icon-comment.png);
  background-image: -webkit-image-set(url(../images/worksheet/new/icon-comment.png) 1x,url(../images/worksheet/new/icon-comment@2x.png) 2x);
}
.icon.icon-comment:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-comment:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-comment.active,
.menu-icon.icon-comment:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-comment:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-comment.active,
.active-icon.icon-comment:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-comment:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-comment.active {
  background-image: url(../images/worksheet/new/icon-comment-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/new/icon-comment-hover.png) 1x,url(../images/worksheet/new/icon-comment-hover@2x.png) 2x);
}
.icon.icon-comment-light,
.menu-icon.icon-comment-light,
.active-icon.icon-comment-light {
  background-image: url(../images/general/comments/menu-comment.png);
  background-image: -webkit-image-set(url(../images/general/comments/menu-comment.png) 1x,url(../images/general/comments/menu-comment@2x.png) 2x);
}
.icon.icon-comment-light.active,
.menu-icon.icon-comment-light.active,
.active-icon.icon-comment-light.active {
  background-image: url(../images/worksheet/new/icon-comment-hover.png);
  background-image: -webkit-image-set(url(../images/worksheet/new/icon-comment-hover.png) 1x,url(../images/worksheet/new/icon-comment-hover@2x.png) 2x);
}
.icon.icon-placeholder,
.menu-icon.icon-placeholder,
.active-icon.icon-placeholder {
  background: none;
  cursor: default;
}
.icon.icon-archive,
.menu-icon.icon-archive,
.active-icon.icon-archive {
  background-image: url(../images/general/icon-archive.png);
  background-image: -webkit-image-set(url(../images/general/icon-archive.png) 1x,url(../images/general/icon-archive@2x.png) 2x);
}
.icon.icon-archive:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-archive:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-archive:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-archive:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-archive:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-archive:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/icon-archive-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-archive-hover.png) 1x,url(../images/general/icon-archive-hover@2x.png) 2x);
}
.icon.icon-book,
.menu-icon.icon-book,
.active-icon.icon-book {
  background-image: url(../images/general/menu-icons/menu-book.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-book.png) 1x,url(../images/general/menu-icons/menu-book@2x.png) 2x);
}
.icon.icon-book:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-book:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-book.active,
.menu-icon.icon-book:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-book:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-book.active,
.active-icon.icon-book:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-book:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-book.active {
  background-image: url(../images/general/menu-icons/icon-book-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-book-hover.png) 1x,url(../images/general/menu-icons/icon-book-hover@2x.png) 2x);
}
.icon.icon-embed,
.menu-icon.icon-embed,
.active-icon.icon-embed {
  background-image: url(../images/general/icon-embed.png);
  background-image: -webkit-image-set(url(../images/general/icon-embed.png) 1x,url(../images/general/icon-embed@2x.png) 2x);
}
.icon.icon-embed:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-embed:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-embed.active,
.menu-icon.icon-embed:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-embed:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-embed.active,
.active-icon.icon-embed:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-embed:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-embed.active {
  background-image: url(../images/general/icon-embed-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-embed-hover.png) 1x,url(../images/general/icon-embed-hover@2x.png) 2x);
}
.icon.icon-evaluate,
.menu-icon.icon-evaluate,
.active-icon.icon-evaluate {
  background-image: url(../images/general/icon-evaluate.png);
  background-image: -webkit-image-set(url(../images/general/icon-evaluate.png) 1x,url(../images/general/icon-evaluate@2x.png) 2x);
}
.icon.icon-evaluate:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-evaluate:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-evaluate.active,
.menu-icon.icon-evaluate:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-evaluate:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-evaluate.active,
.active-icon.icon-evaluate:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-evaluate:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-evaluate.active {
  background-image: url(../images/general/icon-evaluate-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-evaluate-hover.png) 1x,url(../images/general/icon-evaluate-hover@2x.png) 2x);
}
.icon.icon-existing-worksheet,
.menu-icon.icon-existing-worksheet,
.active-icon.icon-existing-worksheet {
  background-image: url(../images/general/icon-worksheet-search-existing.png);
  background-image: -webkit-image-set(url(../images/general/icon-worksheet-search-existing.png) 1x,url(../images/general/icon-worksheet-search-existing@2x.png) 2x);
}
.icon.icon-existing-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-existing-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-existing-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-existing-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-existing-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-existing-worksheet:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/icon-worksheet-search-existing-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-worksheet-search-existing-hover.png) 1x,url(../images/general/icon-worksheet-search-existing-hover@2x.png) 2x);
}
.icon.icon-follow,
.menu-icon.icon-follow,
.active-icon.icon-follow {
  background-image: url(../images/general/menu-icons/icon-follow.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-follow.png) 1x,url(../images/general/menu-icons/icon-follow@2x.png) 2x);
}
.icon.icon-follow:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-follow:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-follow.active,
.menu-icon.icon-follow:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-follow:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-follow.active,
.active-icon.icon-follow:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-follow:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-follow.active {
  background-image: url(../images/general/menu-icons/icon-follow-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-follow-hover.png) 1x,url(../images/general/menu-icons/icon-follow-hover@2x.png) 2x);
}
.icon.icon-follow.highlight,
.menu-icon.icon-follow.highlight,
.active-icon.icon-follow.highlight {
  background-image: url(../images/general/menu-icons/icon-follow-highlight.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-follow-highlight.png) 1x,url(../images/general/menu-icons/icon-follow-highlight@2x.png) 2x);
}
.icon.icon-follow.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-follow.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-follow.highlight.active,
.menu-icon.icon-follow.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-follow.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-follow.highlight.active,
.active-icon.icon-follow.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-follow.highlight:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-follow.highlight.active {
  background-image: url(../images/general/menu-icons/icon-follow-highlight.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-follow-highlight.png) 1x,url(../images/general/menu-icons/icon-follow-highlight@2x.png) 2x);
}
.icon.icon-grid,
.menu-icon.icon-grid,
.active-icon.icon-grid {
  background-image: url(../images/groups/icon-grid.png);
  background-image: -webkit-image-set(url(../images/groups/icon-grid.png) 1x,url(../images/groups/icon-grid@2x.png) 2x);
}
.icon.icon-grid:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-grid:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-grid:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-grid:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-grid:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-grid:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/groups/icon-grid-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-grid-hover.png) 1x,url(../images/groups/icon-grid-hover@2x.png) 2x);
}
.icon.icon-image,
.menu-icon.icon-image,
.active-icon.icon-image {
  background-image: url(../images/general/menu-icons/icon-image.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-image.png) 1x,url(../images/general/menu-icons/icon-image@2x.png) 2x);
}
.icon.icon-image:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-image:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-image:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-image:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-image:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-image:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/menu-icons/icon-image-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-image-hover.png) 1x,url(../images/general/menu-icons/icon-image-hover@2x.png) 2x);
}
.icon.icon-list,
.menu-icon.icon-list,
.active-icon.icon-list {
  background-image: url(../images/groups/icon-list.png);
  background-image: -webkit-image-set(url(../images/groups/icon-list.png) 1x,url(../images/groups/icon-list@2x.png) 2x);
}
.icon.icon-list:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-list:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-list:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-list:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-list:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-list:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/groups/icon-list-hover.png);
  background-image: -webkit-image-set(url(../images/groups/icon-list-hover.png) 1x,url(../images/groups/icon-list-hover@2x.png) 2x);
}
.icon.icon-new-exercise,
.menu-icon.icon-new-exercise,
.active-icon.icon-new-exercise {
  background-image: url(../images/general/icon-worksheet-new-exercise.png);
  background-image: -webkit-image-set(url(../images/general/icon-worksheet-new-exercise.png) 1x,url(../images/general/icon-worksheet-new-exercise@2x.png) 2x);
}
.icon.icon-new-exercise:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-new-exercise:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-new-exercise:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-new-exercise:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-new-exercise:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-new-exercise:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/icon-worksheet-new-exercise-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-worksheet-new-exercise-hover.png) 1x,url(../images/general/icon-worksheet-new-exercise-hover@2x.png) 2x);
}
.icon.icon-no-follow,
.menu-icon.icon-no-follow,
.active-icon.icon-no-follow {
  background-image: url(../images/general/menu-icons/icon-no-follow.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-no-follow.png) 1x,url(../images/general/menu-icons/icon-no-follow@2x.png) 2x);
}
.icon.icon-no-follow:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-no-follow:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-no-follow.active,
.menu-icon.icon-no-follow:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-no-follow:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-no-follow.active,
.active-icon.icon-no-follow:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-no-follow:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-no-follow.active {
  background-image: url(../images/general/menu-icons/icon-no-follow-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-no-follow-hover.png) 1x,url(../images/general/menu-icons/icon-no-follow-hover@2x.png) 2x);
}
.icon.icon-pdf,
.menu-icon.icon-pdf,
.active-icon.icon-pdf {
  background-image: url(../images/general/menu-icons/icon-pdf.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-pdf.png) 1x,url(../images/general/menu-icons/icon-pdf@2x.png) 2x);
}
.icon.icon-pdf:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-pdf:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-pdf:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-pdf:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-pdf:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-pdf:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/menu-icons/icon-pdf-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-pdf-hover.png) 1x,url(../images/general/menu-icons/icon-pdf-hover@2x.png) 2x);
}
.icon.icon-shared,
.menu-icon.icon-shared,
.active-icon.icon-shared {
  background-image: url(../images/general/menu-icons/icon-shared.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-shared.png) 1x,url(../images/general/menu-icons/icon-shared@2x.png) 2x);
}
.icon.icon-shared:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-shared:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-shared.active,
.menu-icon.icon-shared:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-shared:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-shared.active,
.active-icon.icon-shared:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-shared:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-shared.active {
  background-image: url(../images/general/menu-icons/icon-shared-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-shared-hover.png) 1x,url(../images/general/menu-icons/icon-shared-hover@2x.png) 2x);
}
.icon.icon-solved-task,
.menu-icon.icon-solved-task,
.active-icon.icon-solved-task {
  background-image: url(../images/general/menu-icons/icon-solved-task.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-solved-task.png) 1x,url(../images/general/menu-icons/icon-solved-task@2x.png) 2x);
}
.icon.icon-solved-task:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-solved-task:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-solved-task.active,
.menu-icon.icon-solved-task:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-solved-task:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-solved-task.active,
.active-icon.icon-solved-task:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-solved-task:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-solved-task.active {
  background-image: url(../images/general/menu-icons/icon-solved-task-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-solved-task-hover.png) 1x,url(../images/general/menu-icons/icon-solved-task-hover@2x.png) 2x);
}
.icon.icon-sort,
.menu-icon.icon-sort,
.active-icon.icon-sort {
  background-image: url(../images/general/icon-sort.png);
  background-image: -webkit-image-set(url(../images/general/icon-sort.png) 1x,url(../images/general/icon-sort@2x.png) 2x);
}
.icon.icon-sort:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-sort:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-sort.active,
.menu-icon.icon-sort:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-sort:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-sort.active,
.active-icon.icon-sort:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-sort:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-sort.active {
  background-image: url(../images/general/icon-sort-hover.png);
  background-image: -webkit-image-set(url(../images/general/icon-sort-hover.png) 1x,url(../images/general/icon-sort-hover@2x.png) 2x);
}
.icon.icon-video,
.menu-icon.icon-video,
.active-icon.icon-video {
  background-image: url(../images/general/menu-icons/icon-video.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-video.png) 1x,url(../images/general/menu-icons/icon-video@2x.png) 2x);
}
.icon.icon-video:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-video:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-video:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-video:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-video:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-video:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/menu-icons/icon-video-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-video-hover.png) 1x,url(../images/general/menu-icons/icon-video-hover@2x.png) 2x);
}
.icon.icon-worksheet,
.menu-icon.icon-worksheet,
.active-icon.icon-worksheet {
  background-image: url(../images/general/menu-icons/menu-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-worksheet.png) 1x,url(../images/general/menu-icons/menu-worksheet@2x.png) 2x);
}
.icon.icon-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.icon.icon-worksheet.active,
.menu-icon.icon-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.menu-icon.icon-worksheet.active,
.active-icon.icon-worksheet:hover:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-worksheet:active:not(.inactive):not(.nohover):not(.disabled),
.active-icon.icon-worksheet.active {
  background-image: url(../images/general/menu-icons/menu-worksheet-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-worksheet-hover.png) 1x,url(../images/general/menu-icons/menu-worksheet-hover@2x.png) 2x);
}
html body .icon.right-side,
html body .menu-icon.right-side {
  padding-right: 24px;
  padding-left: 0px;
  margin-right: -3px;
  background-position: right center;
}
html body .icon.standalone,
html body .menu-icon.standalone {
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0px 5px;
  vertical-align: middle;
  background-position: center center;
}
html body .icon.standalone.smaller,
html body .menu-icon.standalone.smaller {
  height: 15px;
  width: 15px;
}
html body .icon.nopadding,
html body .menu-icon.nopadding {
  padding: 0px;
}
html body .icon.hover-active,
html body .menu-icon.hover-active {
  cursor: pointer;
}
html body .icon.smaller,
html body .menu-icon.smaller {
  width: auto;
  padding-left: 20px;
}
html body .icon.bigger,
html body .menu-icon.bigger {
  min-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
}
html body .icon.bigger.icon-switch-camera,
html body .menu-icon.bigger.icon-switch-camera {
  background-image: url(../images/general/bigger/menu-switch-camera.png);
  background-image: -webkit-image-set(url(../images/general/bigger/menu-switch-camera.png) 1x,url(../images/general/bigger/menu-switch-camera@2x.png) 2x);
}
html body .icon.bigger.icon-video,
html body .menu-icon.bigger.icon-video {
  background-image: url(../images/worksheet/icon-video.png);
  background-image: -webkit-image-set(url(../images/worksheet/icon-video.png) 1x,url(../images/worksheet/icon-video@2x.png) 2x);
}
html body .icon.bigger.icon-image,
html body .menu-icon.bigger.icon-image {
  background-image: url(../images/worksheet/icon-image.png);
  background-image: -webkit-image-set(url(../images/worksheet/icon-image.png) 1x,url(../images/worksheet/icon-image@2x.png) 2x);
}
html body .icon.big,
html body .menu-icon.big {
  min-height: 30px;
  padding-left: 40px;
}
html body .icon.big.icon-new,
html body .menu-icon.big.icon-new {
  background-image: url(../images/general/create-post/menu-new.png);
  background-image: -webkit-image-set(url(../images/general/create-post/menu-new.png) 1x,url(../images/general/create-post/menu-new@2x.png) 2x);
}
html body .icon.smaller.icon-worksheet,
html body .menu-icon.smaller.icon-worksheet {
  background-image: url(../images/general/smaller/menu-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/smaller/menu-worksheet.png) 1x,url(../images/general/smaller/menu-worksheet@2x.png) 2x);
}
html body .icon.smaller.icon-arrow-right,
html body .menu-icon.smaller.icon-arrow-right {
  background-image: url(../images/general/smaller/arrow-right.png);
  background-image: -webkit-image-set(url(../images/general/smaller/arrow-right.png) 1x,url(../images/general/smaller/arrow-right@2x.png) 2x);
}
html body .icon.icon-copy-worksheet,
html body .menu-icon.icon-copy-worksheet {
  background-image: url(../images/general/menu-copy-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/menu-copy-worksheet.png) 1x,url(../images/general/menu-copy-worksheet@2x.png) 2x);
}
html body .icon.icon-copy-book,
html body .menu-icon.icon-copy-book {
  background-image: url(../images/general/menu-copy-book.png);
  background-image: -webkit-image-set(url(../images/general/menu-copy-book.png) 1x,url(../images/general/menu-copy-book@2x.png) 2x);
}
html body .icon.icon-edit-book,
html body .menu-icon.icon-edit-book {
  background-image: url(../images/general/menu-edit-book.png);
  background-image: -webkit-image-set(url(../images/general/menu-edit-book.png) 1x,url(../images/general/menu-edit-book@2x.png) 2x);
}
html body .icon.icon-search,
html body .menu-icon.icon-search {
  background-image: url(../images/general/menu-search.png);
  background-image: -webkit-image-set(url(../images/general/menu-search.png) 1x,url(../images/general/menu-search@2x.png) 2x);
}
html body .icon.icon-date,
html body .menu-icon.icon-date {
  background-image: url(../images/general/menu-date.png);
  background-image: -webkit-image-set(url(../images/general/menu-date.png) 1x,url(../images/general/menu-date@2x.png) 2x);
}
html body .icon.icon-share-post,
html body .menu-icon.icon-share-post {
  background-image: url(../images/general/menu-share-post.png);
  background-image: -webkit-image-set(url(../images/general/menu-share-post.png) 1x,url(../images/general/menu-share-post@2x.png) 2x);
}
html body .icon.icon-user-male,
html body .menu-icon.icon-user-male {
  background-image: url(../images/general/menu-user-male.png);
  background-image: -webkit-image-set(url(../images/general/menu-user-male.png) 1x,url(../images/general/menu-user-male@2x.png) 2x);
}
html body .icon.icon-user-female,
html body .menu-icon.icon-user-female {
  background-image: url(../images/general/menu-user-female.png);
  background-image: -webkit-image-set(url(../images/general/menu-user-female.png) 1x,url(../images/general/menu-user-female@2x.png) 2x);
}
html body .icon.icon-web,
html body .menu-icon.icon-web {
  background-image: url(../images/general/menu-web.png);
  background-image: -webkit-image-set(url(../images/general/menu-web.png) 1x,url(../images/general/menu-web@2x.png) 2x);
}
html body .icon.icon-location,
html body .menu-icon.icon-location {
  background-image: url(../images/general/menu-location.png);
  background-image: -webkit-image-set(url(../images/general/menu-location.png) 1x,url(../images/general/menu-location@2x.png) 2x);
}
html body .icon.icon-manage-badges,
html body .menu-icon.icon-manage-badges {
  background-image: url(../images/general/menu-manage-badges.png);
  background-image: -webkit-image-set(url(../images/general/menu-manage-badges.png) 1x,url(../images/general/menu-manage-badges@2x.png) 2x);
}
html body .icon.icon-report-problem,
html body .menu-icon.icon-report-problem {
  background-image: url(../images/general/menu-report-problem.png);
  background-image: -webkit-image-set(url(../images/general/menu-report-problem.png) 1x,url(../images/general/menu-report-problem@2x.png) 2x);
}
html body .icon.icon-ban-user,
html body .menu-icon.icon-ban-user {
  background-image: url(../images/general/menu-ban-user.png);
  background-image: -webkit-image-set(url(../images/general/menu-ban-user.png) 1x,url(../images/general/menu-ban-user@2x.png) 2x);
}
html body .icon.icon-switch-camera,
html body .menu-icon.icon-switch-camera {
  background-image: url(../images/general/menu-switch-camera.png);
  background-image: -webkit-image-set(url(../images/general/menu-switch-camera.png) 1x,url(../images/general/menu-switch-camera@2x.png) 2x);
}
html body .icon.icon-camera,
html body .menu-icon.icon-camera {
  background-image: url(../images/general/menu-camera.png);
  background-image: -webkit-image-set(url(../images/general/menu-camera.png) 1x,url(../images/general/menu-camera@2x.png) 2x);
}
html body .icon.icon-private,
html body .menu-icon.icon-private {
  background-image: url(../images/access-users/menu-private.png);
  background-image: -webkit-image-set(url(../images/access-users/menu-private.png) 1x,url(../images/access-users/menu-private@2x.png) 2x);
}
html body .icon.icon-shared-with-link,
html body .menu-icon.icon-shared-with-link {
  background-image: url(../images/access-users/menu-shared-with-link.png);
  background-image: -webkit-image-set(url(../images/access-users/menu-shared-with-link.png) 1x,url(../images/access-users/menu-shared-with-link@2x.png) 2x);
}
html body .icon.icon-public,
html body .menu-icon.icon-public {
  background-image: url(../images/access-users/menu-public.png);
  background-image: -webkit-image-set(url(../images/access-users/menu-public.png) 1x,url(../images/access-users/menu-public@2x.png) 2x);
}
html body .icon.icon-emoji-smiley,
html body .icon.icon-emoji-smiley-yellow,
html body .menu-icon.icon-emoji-smiley,
html body .menu-icon.icon-emoji-smiley-yellow {
  background-image: url(../images/general/menu-emoji-smiley.png);
  background-image: -webkit-image-set(url(../images/general/menu-emoji-smiley.png) 1x,url(../images/general/menu-emoji-smiley@2x.png) 2x);
}
html body .icon.icon-emoji-nature,
html body .menu-icon.icon-emoji-nature {
  background-image: url(../images/general/menu-emoji-nature.png);
  background-image: -webkit-image-set(url(../images/general/menu-emoji-nature.png) 1x,url(../images/general/menu-emoji-nature@2x.png) 2x);
}
html body .icon.icon-emoji-objects,
html body .menu-icon.icon-emoji-objects {
  background-image: url(../images/general/menu-emoji-objects.png);
  background-image: -webkit-image-set(url(../images/general/menu-emoji-objects.png) 1x,url(../images/general/menu-emoji-objects@2x.png) 2x);
}
html body .icon.icon-emoji-food,
html body .menu-icon.icon-emoji-food {
  background-image: url(../images/general/menu-emoji-food.png);
  background-image: -webkit-image-set(url(../images/general/menu-emoji-food.png) 1x,url(../images/general/menu-emoji-food@2x.png) 2x);
}
html body .icon.icon-emoji-places,
html body .menu-icon.icon-emoji-places {
  background-image: url(../images/general/menu-emoji-places.png);
  background-image: -webkit-image-set(url(../images/general/menu-emoji-places.png) 1x,url(../images/general/menu-emoji-places@2x.png) 2x);
}
html body .icon.icon-emoji-symbols,
html body .menu-icon.icon-emoji-symbols {
  background-image: url(../images/general/menu-emoji-symbol.png);
  background-image: -webkit-image-set(url(../images/general/menu-emoji-symbol.png) 1x,url(../images/general/menu-emoji-symbol@2x.png) 2x);
}
html body .icon.icon-link,
html body .menu-icon.icon-link {
  background-image: url(../images/general/menu-link.png);
  background-image: -webkit-image-set(url(../images/general/menu-link.png) 1x,url(../images/general/menu-link@2x.png) 2x);
}
html body .icon.icon-twitter,
html body .menu-icon.icon-twitter {
  background-image: url(../images/general/menu-twitter.png);
  background-image: -webkit-image-set(url(../images/general/menu-twitter.png) 1x,url(../images/general/menu-twitter@2x.png) 2x);
}
html body .icon.icon-linkedIn,
html body .menu-icon.icon-linkedIn {
  background-image: url(../images/general/menu-linkedIn.png);
  background-image: -webkit-image-set(url(../images/general/menu-linkedIn.png) 1x,url(../images/general/menu-linkedIn@2x.png) 2x);
}
html body .icon.icon-onenote,
html body .menu-icon.icon-onenote {
  background-image: url(../images/general/menu-onenote.png);
  background-image: -webkit-image-set(url(../images/general/menu-onenote.png) 1x,url(../images/general/menu-onenote@2x.png) 2x);
}
html body .icon.icon-edmodo,
html body .menu-icon.icon-edmodo {
  background-image: url(../images/general/menu-edmodo.png);
  background-image: -webkit-image-set(url(../images/general/menu-edmodo.png) 1x,url(../images/general/menu-edmodo@2x.png) 2x);
}
html body .icon.icon-google-classroom,
html body .menu-icon.icon-google-classroom {
  background-image: url(../images/general/menu-google-classroom.png);
  background-image: -webkit-image-set(url(../images/general/menu-google-classroom.png) 1x,url(../images/general/menu-google-classroom@2x.png) 2x);
}
html body .icon.icon-google-plus,
html body .menu-icon.icon-google-plus {
  background-image: url(../images/general/menu-google-plus.png);
  background-image: -webkit-image-set(url(../images/general/menu-google-plus.png) 1x,url(../images/general/menu-google-plus@2x.png) 2x);
}
html body .icon.icon-facebook,
html body .menu-icon.icon-facebook {
  background-image: url(../images/general/menu-facebook.png);
  background-image: -webkit-image-set(url(../images/general/menu-facebook.png) 1x,url(../images/general/menu-facebook@2x.png) 2x);
}
html body .icon.icon-rename,
html body .menu-icon.icon-rename {
  background-image: url(../images/general/menu-rename.png);
  background-image: -webkit-image-set(url(../images/general/menu-rename.png) 1x,url(../images/general/menu-rename@2x.png) 2x);
}
html body .icon.icon-email,
html body .menu-icon.icon-email {
  background-image: url(../images/general/menu-email.png);
  background-image: -webkit-image-set(url(../images/general/menu-email.png) 1x,url(../images/general/menu-email@2x.png) 2x);
}
html body .icon.icon-view,
html body .menu-icon.icon-view {
  background-image: url(../images/general/menu-worksheet-preview.png);
  background-image: -webkit-image-set(url(../images/general/menu-worksheet-preview.png) 1x,url(../images/general/menu-worksheet-preview@2x.png) 2x);
}
html body .icon.icon-add-to-book,
html body .menu-icon.icon-add-to-book {
  background-image: url(../images/general/menu-icons/menu-add-to-book.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-add-to-book.png) 1x,url(../images/general/menu-icons/menu-add-to-book@2x.png) 2x);
}
html body .icon.icon-shared,
html body .menu-icon.icon-shared {
  background-image: url(../images/general/menu-icons/menu-shared.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-shared.png) 1x,url(../images/general/menu-icons/menu-shared@2x.png) 2x);
}
html body .icon.icon-solved-task,
html body .menu-icon.icon-solved-task {
  background-image: url(../images/general/menu-icons/menu-solved-task.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-solved-task.png) 1x,url(../images/general/menu-icons/menu-solved-task@2x.png) 2x);
}
html body .icon.icon-favorite,
html body .menu-icon.icon-favorite {
  background-image: url(../images/general/menu-icons/menu-heart.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-heart.png) 1x,url(../images/general/menu-icons/menu-heart@2x.png) 2x);
}
html body .icon.icon-follow,
html body .menu-icon.icon-follow {
  background-image: url(../images/general/menu-icons/menu-follow.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-follow.png) 1x,url(../images/general/menu-icons/menu-follow@2x.png) 2x);
}
html body .icon.icon-no-follow,
html body .menu-icon.icon-no-follow {
  background-image: url(../images/general/menu-icons/menu-no-follow.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-no-follow.png) 1x,url(../images/general/menu-icons/menu-no-follow@2x.png) 2x);
}
html body .icon.icon-is-favorite,
html body .menu-icon.icon-is-favorite {
  background-image: url(../images/general/menu-icons/menu-heart-filled.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-heart-filled.png) 1x,url(../images/general/menu-icons/menu-heart-filled@2x.png) 2x);
}
html body .icon.icon-tooltip,
html body .menu-icon.icon-tooltip {
  background-image: url(../images/general/menu-tooltip.png);
  background-image: -webkit-image-set(url(../images/general/menu-tooltip.png) 1x,url(../images/general/menu-tooltip@2x.png) 2x);
}
html body .icon.icon-tool,
html body .menu-icon.icon-tool {
  background-image: url(../images/general/menu-icons/menu-editor-symbols.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-editor-symbols.png) 1x,url(../images/general/menu-icons/menu-editor-symbols@2x.png) 2x);
}
html body .icon.icon-tool.hover-active:hover:not(.inactive),
html body .icon.icon-tool.hover-active:active:not(.inactive),
html body .icon.icon-tool.hover-active.active,
html body .menu-icon.icon-tool.hover-active:hover:not(.inactive),
html body .menu-icon.icon-tool.hover-active:active:not(.inactive),
html body .menu-icon.icon-tool.hover-active.active {
  background-image: url(../images/general/menu-icons/icon-editor-symbols-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-editor-symbols-hover.png) 1x,url(../images/general/menu-icons/icon-editor-symbols-hover@2x.png) 2x);
}
html body .icon.icon-book,
html body .menu-icon.icon-book {
  background-image: url(../images/general/menu-icons/menu-book.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-book.png) 1x,url(../images/general/menu-icons/menu-book@2x.png) 2x);
}
html body .icon.icon-worksheet,
html body .menu-icon.icon-worksheet {
  background-image: url(../images/general/menu-icons/menu-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-worksheet.png) 1x,url(../images/general/menu-icons/menu-worksheet@2x.png) 2x);
}
html body .icon.icon-applet,
html body .menu-icon.icon-applet {
  background-image: url(../images/general/menu-icons/icon-applet.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-applet.png) 1x,url(../images/general/menu-icons/icon-applet@2x.png) 2x);
}
html body .icon.icon-applet:hover:not(.inactive):not(.nohover):not(.disabled),
html body .icon.icon-applet:active:not(.inactive):not(.nohover):not(.disabled),
html body .icon.icon-applet.active,
html body .menu-icon.icon-applet:hover:not(.inactive):not(.nohover):not(.disabled),
html body .menu-icon.icon-applet:active:not(.inactive):not(.nohover):not(.disabled),
html body .menu-icon.icon-applet.active {
  background-image: url(../images/general/menu-icons/icon-applet-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-applet-hover.png) 1x,url(../images/general/menu-icons/icon-applet-hover@2x.png) 2x);
}
html body .icon.icon-stream,
html body .menu-icon.icon-stream {
  background-image: url(../images/general/menu-icons/icon-stream.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-stream.png) 1x,url(../images/general/menu-icons/icon-stream@2x.png) 2x);
}
html body .icon.icon-stream:hover:not(.inactive):not(.nohover):not(.disabled),
html body .icon.icon-stream:active:not(.inactive):not(.nohover):not(.disabled),
html body .icon.icon-stream.active,
html body .menu-icon.icon-stream:hover:not(.inactive):not(.nohover):not(.disabled),
html body .menu-icon.icon-stream:active:not(.inactive):not(.nohover):not(.disabled),
html body .menu-icon.icon-stream.active {
  background-image: url(../images/general/menu-icons/icon-stream-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-stream-hover.png) 1x,url(../images/general/menu-icons/icon-stream-hover@2x.png) 2x);
}
html body .icon.icon-task,
html body .menu-icon.icon-task {
  background-image: url(../images/general/menu-icons/menu-task.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-task.png) 1x,url(../images/general/menu-icons/menu-task@2x.png) 2x);
}
html body .icon.icon-task.hover-active:hover:not(.inactive),
html body .icon.icon-task.hover-active:active:not(.inactive),
html body .icon.icon-task.hover-active.active,
html body .menu-icon.icon-task.hover-active:hover:not(.inactive),
html body .menu-icon.icon-task.hover-active:active:not(.inactive),
html body .menu-icon.icon-task.hover-active.active {
  background-image: url(../images/general/menu-icons/icon-task-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-task-hover.png) 1x,url(../images/general/menu-icons/icon-task-hover@2x.png) 2x);
}
html body .icon.icon-check,
html body .menu-icon.icon-check {
  background-image: url(../images/general/menu-icons/menu-evaluate.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-evaluate.png) 1x,url(../images/general/menu-icons/menu-evaluate@2x.png) 2x);
}
html body .icon.icon-copy,
html body .menu-icon.icon-copy {
  background-image: url(../images/general/menu-copy.png);
  background-image: -webkit-image-set(url(../images/general/menu-copy.png) 1x,url(../images/general/menu-copy@2x.png) 2x);
}
html body .icon.icon-delete,
html body .menu-icon.icon-delete {
  background-image: url(../images/general/menu-delete.png);
  background-image: -webkit-image-set(url(../images/general/menu-delete.png) 1x,url(../images/general/menu-delete@2x.png) 2x);
}
html body .icon.icon-edit,
html body .menu-icon.icon-edit {
  background-image: url(../images/general/menu-edit.png);
  background-image: -webkit-image-set(url(../images/general/menu-edit.png) 1x,url(../images/general/menu-edit@2x.png) 2x);
}
html body .icon.icon-edit-worksheet,
html body .menu-icon.icon-edit-worksheet {
  background-image: url(../images/general/menu-edit-worksheet.png);
  background-image: -webkit-image-set(url(../images/general/menu-edit-worksheet.png) 1x,url(../images/general/menu-edit-worksheet@2x.png) 2x);
}
html body .icon.icon-exit,
html body .menu-icon.icon-exit {
  background-image: url(../images/general/menu-sign-out.png);
  background-image: -webkit-image-set(url(../images/general/menu-sign-out.png) 1x,url(../images/general/menu-sign-out@2x.png) 2x);
}
html body .icon.icon-archive,
html body .menu-icon.icon-archive {
  background-image: url(../images/general/menu-archive.png);
  background-image: -webkit-image-set(url(../images/general/menu-archive.png) 1x,url(../images/general/menu-archive@2x.png) 2x);
}
html body .icon.icon-send-message,
html body .menu-icon.icon-send-message {
  background-image: url(../images/general/menu-send-message.png);
  background-image: -webkit-image-set(url(../images/general/menu-send-message.png) 1x,url(../images/general/menu-send-message@2x.png) 2x);
}
html body .icon.icon-evaluate,
html body .menu-icon.icon-evaluate {
  background-image: url(../images/groups/icon-evaluate.png);
  background-image: -webkit-image-set(url(../images/groups/icon-evaluate.png) 1x,url(../images/groups/icon-evaluate@2x.png) 2x);
}
html body .icon.icon-list,
html body .menu-icon.icon-list {
  background-image: url(../images/groups/menu-list.png);
  background-image: -webkit-image-set(url(../images/groups/menu-list.png) 1x,url(../images/groups/menu-list@2x.png) 2x);
}
html body .icon.icon-grid,
html body .menu-icon.icon-grid {
  background-image: url(../images/groups/menu-grid.png);
  background-image: -webkit-image-set(url(../images/groups/menu-grid.png) 1x,url(../images/groups/menu-grid@2x.png) 2x);
}
html body .icon.icon-share,
html body .menu-icon.icon-share {
  background-image: url(../images/general/menu-share.png);
  background-image: -webkit-image-set(url(../images/general/menu-share.png) 1x,url(../images/general/menu-share@2x.png) 2x);
}
html body .icon.icon-embed,
html body .menu-icon.icon-embed {
  background-image: url(../images/general/menu-embed.png);
  background-image: -webkit-image-set(url(../images/general/menu-embed.png) 1x,url(../images/general/menu-embed@2x.png) 2x);
}
html body .icon.icon-about,
html body .menu-icon.icon-about {
  background-image: url(../images/general/menu-about.png);
  background-image: -webkit-image-set(url(../images/general/menu-about.png) 1x,url(../images/general/menu-about@2x.png) 2x);
}
html body .icon.icon-login,
html body .menu-icon.icon-login {
  background-image: url(../images/general/menu-sign-in.png);
  background-image: -webkit-image-set(url(../images/general/menu-sign-in.png) 1x,url(../images/general/menu-sign-in@2x.png) 2x);
}
html body .icon.icon-teacher-evaluation,
html body .menu-icon.icon-teacher-evaluation {
  background-image: url(../images/groups/menu-teacher-feedback.png);
  background-image: -webkit-image-set(url(../images/groups/menu-teacher-feedback.png) 1x,url(../images/groups/menu-teacher-feedback@2x.png) 2x);
}
html body .icon.icon-new-exercise,
html body .menu-icon.icon-new-exercise {
  background-image: url(../images/general/menu-worksheet-new-exercise.png);
  background-image: -webkit-image-set(url(../images/general/menu-worksheet-new-exercise.png) 1x,url(../images/general/menu-worksheet-new-exercise@2x.png) 2x);
}
html body .icon.icon-new-question,
html body .menu-icon.icon-new-question {
  background-image: url(../images/general/menu-worksheet-new-question.png);
  background-image: -webkit-image-set(url(../images/general/menu-worksheet-new-question.png) 1x,url(../images/general/menu-worksheet-new-question@2x.png) 2x);
}
html body .icon.icon-existing-worksheet,
html body .menu-icon.icon-existing-worksheet {
  background-image: url(../images/general/menu-worksheet-search-existing.png);
  background-image: -webkit-image-set(url(../images/general/menu-worksheet-search-existing.png) 1x,url(../images/general/menu-worksheet-search-existing@2x.png) 2x);
}
html body .icon.icon-new-chapter,
html body .menu-icon.icon-new-chapter {
  background-image: url(../images/general/menu-chapter-new.png);
  background-image: -webkit-image-set(url(../images/general/menu-chapter-new.png) 1x,url(../images/general/menu-chapter-new@2x.png) 2x);
}
html body .icon.icon-existing-chapter,
html body .menu-icon.icon-existing-chapter {
  background-image: url(../images/general/menu-chapter-existing.png);
  background-image: -webkit-image-set(url(../images/general/menu-chapter-existing.png) 1x,url(../images/general/menu-chapter-existing@2x.png) 2x);
}
html body .icon.icon-refresh,
html body .menu-icon.icon-refresh {
  background-image: url(../images/general/menu-refresh.png);
  background-image: -webkit-image-set(url(../images/general/menu-refresh.png) 1x,url(../images/general/menu-refresh@2x.png) 2x);
}
html body .icon.icon-evaluate,
html body .menu-icon.icon-evaluate {
  background-image: url(../images/general/menu-evaluate.png);
  background-image: -webkit-image-set(url(../images/general/menu-evaluate.png) 1x,url(../images/general/menu-evaluate@2x.png) 2x);
}
html body .icon.icon-new,
html body .menu-icon.icon-new {
  background-image: url(../images/general/menu-icons/menu-new.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/menu-new.png) 1x,url(../images/general/menu-icons/menu-new@2x.png) 2x);
}
html body .icon.icon-new.hover-active:hover:not(.inactive),
html body .icon.icon-new.hover-active:active:not(.inactive),
html body .icon.icon-new.hover-active.active,
html body .menu-icon.icon-new.hover-active:hover:not(.inactive),
html body .menu-icon.icon-new.hover-active:active:not(.inactive),
html body .menu-icon.icon-new.hover-active.active {
  background-image: url(../images/general/menu-icons/icon-new-hover.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-new-hover.png) 1x,url(../images/general/menu-icons/icon-new-hover@2x.png) 2x);
}
html body .icon.icon-new.highlight,
html body .menu-icon.icon-new.highlight {
  background-image: url(../images/general/menu-icons/icon-new-white.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-new-white.png) 1x,url(../images/general/menu-icons/icon-new-white@2x.png) 2x);
}
html body .icon.icon-new.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
html body .icon.icon-new.highlight:active:not(.inactive):not(.nohover):not(.disabled),
html body .menu-icon.icon-new.highlight:hover:not(.inactive):not(.nohover):not(.disabled),
html body .menu-icon.icon-new.highlight:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/menu-icons/icon-new-white.png);
  background-image: -webkit-image-set(url(../images/general/menu-icons/icon-new-white.png) 1x,url(../images/general/menu-icons/icon-new-white@2x.png) 2x);
}
html body .icon.icon-header-logo,
html body .menu-icon.icon-header-logo {
  background-image: url(../images/worksheet/header/logo.png);
  background-image: -webkit-image-set(url(../images/worksheet/header/logo.png) 1x,url(../images/worksheet/header/logo@2x.png) 2x);
}
@media screen and (max-width: 800px) {
  html body .icon.icon-header-logo,
  html body .menu-icon.icon-header-logo {
    background-image: url(../images/worksheet/header/logo-phone.png);
    background-image: -webkit-image-set(url(../images/worksheet/header/logo-phone.png) 1x,url(../images/worksheet/header/logo-phone@2x.png) 2x);
  }
}
html body .icon.arrow-small-right,
html body .menu-icon.arrow-small-right {
  background-image: url(../images/general/arrow-small-right.png);
  background-image: -webkit-image-set(url(../images/general/arrow-small-right.png) 1x,url(../images/general/arrow-small-right@2x.png) 2x);
}
html body .icon.arrow-small-up,
html body .menu-icon.arrow-small-up {
  background-image: url(../images/general/arrow-small-up.png);
  background-image: -webkit-image-set(url(../images/general/arrow-small-up.png) 1x,url(../images/general/arrow-small-up@2x.png) 2x);
}
html body .icon.arrow-small-down,
html body .menu-icon.arrow-small-down {
  background-image: url(../images/general/arrow-small-down.png);
  background-image: -webkit-image-set(url(../images/general/arrow-small-down.png) 1x,url(../images/general/arrow-small-down@2x.png) 2x);
}
.menu-icon.icon-exercise {
  background-image: url(../images/general/menu-exercise.png);
  background-image: -webkit-image-set(url(../images/general/menu-exercise.png) 1x,url(../images/general/menu-exercise@2x.png) 2x);
}
.menu-icon.icon-announcement {
  background-image: url(../images/general/menu-announcement.png);
  background-image: -webkit-image-set(url(../images/general/menu-announcement.png) 1x,url(../images/general/menu-announcement@2x.png) 2x);
}
#ggbNotifications {
  width: 50px;
  height: 37px;
  margin-top: 5px;
  margin-left: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 13px;
  cursor: pointer;
}
.notification.unread {
  background-image: url(../images/general/notification-unread.png);
  background-image: -webkit-image-set(url(../images/general/notification-unread.png) 1x,url(../images/general/notification-unread@2x.png) 2x);
}
.notification.unread span {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.notification.read {
  background-image: url(../images/general/notification-read.png);
  background-image: -webkit-image-set(url(../images/general/notification-read.png) 1x,url(../images/general/notification-read@2x.png) 2x);
}
a {
  cursor: pointer;
}
.inactive {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default !important;
}
.avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 800px) {
  .hide-editmode {
    display: none !important;
  }
}
h1 .active-icon.icon-navigate-back {
  margin-top: -5px;
  margin-right: 10px;
}
.show-more-options-container {
  margin-top: 10px;
}
.show-more-options-container .btn-container {
  border-top: 1px solid #DCDCDC;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
}
.show-more-options-container .more-options-content,
.show-more-options-container .btn-show-less {
  display: none;
}
#comment-template {
  display: none;
}
#comment-editor {
  display: none;
  width: 400px;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 10px;
  right: 0px;
  bottom: 50px;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 50;
}
#comment-editor #comment-editor-tab-menu .tab_bar li a {
  padding: 5px;
  padding-top: 0px;
}
#comment-editor #comment-editor-search {
  display: block;
  box-sizing: border-box;
  height: 30px;
  top: 0px;
  width: 100%;
  margin-bottom: 10px;
}
#comment-editor #search-results {
  display: none;
}
#comment-editor #comment-editor-content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 80px;
  overflow: auto;
  margin: 10px;
}
#comment-editor #comment-editor-content #comment-emojis {
  position: relative;
}
#comment-editor #comment-editor-content img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#comment-editor #comment-editor-content img:hover {
  background-color: #CCCCFF;
}
.emoji {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -0.25em;
  background-size: contain;
  vertical-align: baseline;
}
.comments.post-comments {
  margin-top: 5px;
  background-color: #FFFFFF;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
.comments .toggle-comments-list,
.comments .load-more-comments {
  text-align: center;
  border-top: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.comments .toggle-comments-list.nodisplay,
.comments .load-more-comments.nodisplay {
  display: none;
}
.comments .toggle-comments-list.nodisplay .toggle-comments,
.comments .load-more-comments.nodisplay .toggle-comments {
  height: 10px;
}
.comments .toggle-comments-list .toggle-comments,
.comments .toggle-comments-list .load-comments,
.comments .load-more-comments .toggle-comments,
.comments .load-more-comments .load-comments {
  font-size: 0.8em;
  margin: 0px 10px;
  padding-right: 30px;
  background-image: url(../images/general/comments/menu-comment.png);
  background-image: -webkit-image-set(url(../images/general/comments/menu-comment.png) 1x,url(../images/general/comments/menu-comment@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: right center;
}
.comments .typing {
  font-style: italic;
  display: none;
  font-size: 10px;
  background-image: url(/images/loading-icon.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  margin: 5px;
  position: absolute;
  bottom: 50px;
  right: 10px;
  padding: 2px 20px 2px 2px;
  background-color: rgba(255,255,255,0.7);
  height: 12px;
  line-height: 12px;
}
.comments .comments-list {
  background-color: #FFFFFF;
  display: table;
  width: 100%;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.comments .comments-list .comment {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #DCDCDC;
  min-height: 50px;
}
.comments .comments-list .comment.noborder {
  border-top: none;
  min-height: auto;
}
.comments .comments-list .comment > div {
  vertical-align: top;
  text-align: left;
  padding: 5px;
}
.comments .comments-list .comment .comment-user {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: center center;
  background-size: 40px auto;
  -webkit-background-size: 40px auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
.comments .comments-list .comment .comment-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 130%;
}
.comments .comments-list .comment .comment-content a.comment-name {
  color: #333333;
}
.comments .comments-list .comment .comment-content a.comment-name:hover,
.comments .comments-list .comment .comment-content a.comment-name:active,
.comments .comments-list .comment .comment-content a.comment-name.sel,
.comments .comments-list .comment .comment-content a.comment-name.active {
  color: #6161FF;
}
.comments .comments-list .comment .comment-content .comment-date {
  font-size: 0.8em;
  white-space: nowrap;
}
.comments .comments-list .comment .comment-content .comment-text {
  white-space: pre-line;
}
.comments .comments-list .comment .comment-content .edit-comment-text {
  width: 100%;
  line-height: 16px;
  height: 16px;
  resize: vertical;
  padding-right: 30px;
}
.comments .comments-list .comment .comment-content .edit-comment-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.comments .comments-list .comment .comment-content .edit-comment-text:focus:-moz-placeholder {
  color: transparent;
}
.comments .comments-list .comment .comment-content .edit-comment-text:focus::-moz-placeholder {
  color: transparent;
}
.comments .comments-list .comment .comment-content .edit-comment-text:focus:-ms-input-placeholder {
  color: transparent;
}
.comments .comments-list .comment .comment-content .edit-comment-text-wrapper {
  position: relative;
}
.comments .comments-list .comment .comment-content .edit-comment-text-wrapper .emoibutton {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  right: 4px;
  opacity: 0.5;
}
.comments .comments-list .comment .comment-content .edit-comment-text-wrapper .emoibutton img {
  width: 100%;
  height: 100%;
}
.comments .comments-list .comment .comment-content .edit-comment-text-wrapper .emoibutton:hover,
.comments .comments-list .comment .comment-content .edit-comment-text-wrapper .emoibutton:active {
  opacity: 1;
}
.comments .comments-list .comment .comment-options {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  padding: 0px;
}
.comments .comments-list .comment .comment-menu-button {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/general/comments/icon-menu.png);
  background-image: -webkit-image-set(url(../images/general/comments/icon-menu.png) 1x,url(../images/general/comments/icon-menu@2x.png) 2x);
  height: 20px;
  width: 20px;
  display: block;
}
.comments .comments-list .comment .comment-menu-button:hover,
.comments .comments-list .comment .comment-menu-button.active {
  background-image: url(../images/general/comments/icon-menu-hover.png);
  background-image: -webkit-image-set(url(../images/general/comments/icon-menu-hover.png) 1x,url(../images/general/comments/icon-menu-hover@2x.png) 2x);
}
.comments .comments-list .comment.new-comment {
  position: relative;
}
.comments .comments-list .comment.new-comment .comment-content {
  padding-right: 5px;
}
.comments .comments-list .comment.new-comment .comment-content .comment-name,
.comments .comments-list .comment.new-comment .comment-content .comment-date,
.comments .comments-list .comment.new-comment .comment-content .comment-text {
  display: none;
}
.comments .comments-list .comment.new-comment .comment-content .new-comment-text {
  display: block;
  height: 40px;
  width: 100%;
  padding-right: 30px;
  resize: none;
}
.comments .comments-list .comment.new-comment .comment-content .new-comment-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.comments .comments-list .comment.new-comment .comment-content .new-comment-text:focus:-moz-placeholder {
  color: transparent;
}
.comments .comments-list .comment.new-comment .comment-content .new-comment-text:focus::-moz-placeholder {
  color: transparent;
}
.comments .comments-list .comment.new-comment .comment-content .new-comment-text:focus:-ms-input-placeholder {
  color: transparent;
}
.comments .comments-list .comment.new-comment .comment-menu-button {
  display: none;
}
.comments .comments-list .comment.new-comment .comment-user {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.comments .comments-list .comment .s-emojibutton,
.comments .comments-list .comment .s-camerabutton {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.comments .comments-list .comment .s-emojibutton {
  right: 5px;
}
.comments .comments-list .comment .s-camerabutton {
  right: 30px;
}
.comments .comments-list .comment .edit-comment-text-wrapper .s-emojibutton,
.comments .comments-list .comment .edit-comment-text-wrapper .s-camerabutton {
  top: 5px;
  height: 20px;
  margin-top: 0;
}
.comments .comments-list .comment-menu {
  -ms-transform: scale(0.8,0.8);
  -webkit-transform: scale(0.8,0.8);
  transform: scale(0.8,0.8);
  bottom: 0px;
}
p.smallmargin {
  margin-bottom: 0.5em;
}
p.nomargin {
  margin-bottom: 0px;
}
#send-pm {
  height: 400px;
  margin-top: 15px;
  overflow-x: visible;
  overflow-y: auto;
}
#send-pm .comments {
  margin-top: -1px;
}
#send-pm .comments .load-more-comments {
  border: 0px;
}
#send-pm .comments .comment.viewstate {
  border-top: 0px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#send-pm .comments .comment.viewstate .comment-options {
  display: none;
}
#send-pm .comments .comment.viewstate:hover {
  background-color: #FAFAFA;
}
#send-pm .comments .comment.viewstate:hover .comment-options {
  display: block;
}
.popup-add-image #placeholder {
  width: 100%;
  max-height: 50%;
}
.popup-add-image #video,
.popup-add-image #drawCanvas {
  background-color: #000000;
  border: 5px solid #DCDCDC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
}
.popup-add-image #flip-camera {
  margin-left: 20px;
}
.popup-add-image img#uploadImage {
  max-width: 100%;
}
.popup-add-image .j-comment-area {
  margin-bottom: 1.5em;
  padding: 1em 0;
  display: none;
  border-bottom: 1px solid #DCDCDC;
}
.popup-add-image .j-uploadImage.mobile {
  transition: max-height .5s;
  -webkit-transition: max-height .5s;
  -moz-transition: max-height .5s;
  -o-transition: max-height .5s;
}
.side-bar {
  word-wrap: break-word;
  margin: 10px 0px;
}
.side-bar.box {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #EFEFEF;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.side-bar.nomargin {
  margin-bottom: 0px;
}
.side-bar.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #DCDCDC;
}
.side-bar.align-center {
  text-align: center;
}
.allowChange .icon-edit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(255,255,255,0.6);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  display: none;
}
.allowChange:hover .icon-edit {
  display: block;
}
.ggbBanner.banner-profile .ggbBannerContent {
  min-height: 180px;
  padding: 0px;
  position: relative;
  max-width: 1260px;
}
.ggbBanner.banner-profile .ggbBannerContent .btn-edit-banner {
  background-position: right 30px top 30px;
}
.ggbBanner.banner-profile .ggbBannerContent .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ggbBanner.tab-background {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0px 10px 30px 0px #FFFFFF;
}
.ggbBanner.tab-background .ggbBannerContent {
  font-size: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ggbBanner.tab-background .ggbBannerContent .row {
  margin-bottom: 0px;
}
.ggbBanner.tab-background .ggbBannerContent .s-arrow-back {
  float: left;
  margin: 13px 0 10px 0;
}
.ggbBanner.tab-background .ggbBannerContent h2 {
  padding-top: 10px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.ggbBanner.tab-background .ggbBannerContent h2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(250,250,250,0);
  background: -webkit-linear-gradient(left,rgba(250,250,250,0) 80%,#FFFFFF 100%);
  background: -o-linear-gradient(left,rgba(250,250,250,0) 80%,#FFFFFF 100%);
  background: -moz-linear-gradient(left,rgba(250,250,250,0) 80%,#FFFFFF 100%);
  background: linear-gradient(left,rgba(250,250,250,0) 80%,#FFFFFF 100%);
}
.ggbBanner.tab-background .ggbBannerContent .tab_bar {
  padding-bottom: 0px;
  float: left;
}
.ggbBanner.tab-background .ggbBannerContent .profile-options-container,
.ggbBanner.tab-background .ggbBannerContent .group-options-container {
  padding-top: 0px;
}
.ggbBanner.tab-background .ggbBannerContent .profile-options-container .profile-options,
.ggbBanner.tab-background .ggbBannerContent .profile-options-container .group-options,
.ggbBanner.tab-background .ggbBannerContent .group-options-container .profile-options,
.ggbBanner.tab-background .ggbBannerContent .group-options-container .group-options {
  float: right;
  margin-top: 0px;
  margin-left: 10px;
}
.ggbBanner.tab-background .ggbBannerContent .profile-options-menu-button,
.ggbBanner.tab-background .ggbBannerContent .group-options-menu-button {
  height: 43px;
  width: 30px;
}
@media screen and (max-width: 480px) {
  .ggbBanner.tab-background .ggbBannerContent .profile-options-menu-button,
  .ggbBanner.tab-background .ggbBannerContent .group-options-menu-button {
    height: 30px;
  }
}
fieldset.formbox {
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  background-color: #FFFFFF;
}
fieldset.formbox.border {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 20px;
}
fieldset.formbox legend {
  font-size: 1.2em;
  border-bottom: 1px solid #DCDCDC;
  padding: 5px 15px;
  width: 100%;
  margin-left: -15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  fieldset.formbox legend {
    padding: 5px 10px;
    margin-left: -10px;
  }
}
fieldset.formbox legend + * {
  padding-top: ;
}
.formbox {
  display: flex;
  flex-direction: column;
}
.formbox.borderBottom {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 1em;
}
.formbox label,
.formbox span.label,
.formbox a:not(.button):not(.active-icon) {
  margin: 0px;
  margin-top: 3px;
  padding-top: 0px;
  font-weight: normal;
  display: inline-block;
}
.formbox input[type="radio"] {
  margin-top: -3px;
}
.formbox input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: middle;
}
.formbox input[type="date"] {
  padding-left: 28px;
  background: url(../images/groups/icon-calendar.png) no-repeat 6px center #FFFFFF;
}
.formbox textarea {
  resize: vertical;
  -moz-resize: vertical;
}
.formbox .helptext {
  font-size: 0.8em;
}
.formbox .error {
  color: #cb331b;
}
.formbox .formline {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.5em;
}
.formbox .formline > * {
  margin-right: 15px;
  margin-bottom: 0.5em;
}
.formbox .formline > :last-child {
  margin-right: 0px;
}
.formbox .formline .inline-element {
  display: inline;
}
.formbox .formline .formelement {
  margin-bottom: 1em;
}
.formbox .formline .formelement > label {
  margin-right: 15px;
}
.formbox .formline .formelement > div {
  margin-right: 20px;
}
.formbox .formline .formelement.nomargin {
  margin-bottom: 0px;
}
.formbox .formline .formelement.smallmargin {
  margin-bottom: 0.5em;
}
.formbox .formline .leftPart {
  float: left;
  text-align: right;
  flex-basis: 150px;
  flex-grow: 0;
  flex-shrink: 0;
}
.formbox .formline .leftPart.wider {
  flex-basis: 200px;
}
.formbox .formline .leftPart.smaller {
  flex-basis: 100px;
}
@media screen and (max-width: 480px) {
  .formbox .formline .leftPart {
    text-align: left;
    margin-bottom: 0px;
  }
}
.formbox .formline .centerPart {
  flex-grow: 1;
  flex-shrink: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-between;
}
.formbox .formline .centerPart > input[type="text"],
.formbox .formline .centerPart > input[type="email"],
.formbox .formline .centerPart > input[type="password"],
.formbox .formline .centerPart > textarea,
.formbox .formline .centerPart > select {
  width: 100%;
  max-width: 500px;
}
.formbox .formline .centerPart.rows {
  flex-direction: column;
}
.formbox .formline .centerPart.columns {
  flex-direction: row;
  justify-content: flex-start;
}
.formbox .formline .centerPart.columns > * {
  display: inline-block;
  margin-right: 15px;
}
.formbox .formline .centerPart.columns > *:last-child {
  margin-right: 0px;
}
.formbox .formline .centerPart.columns .formelement > label {
  margin-right: 5px;
}
.formbox .formline .centerPart.alignRight {
  justify-content: flex-end;
}
.formbox .formline .centerPart.alignRight > * {
  margin-left: 15px;
}
.formbox .formline .centerPart.alignRight > :last-child {
  margin-left: 0px;
}
.formbox .formline .centerPart ul {
  margin: 0px;
  padding: 0px;
}
.formbox .formline .centerPart ul li {
  list-style-type: none;
}
.formbox .formline .rightPart {
  flex-basis: 55px;
  flex-grow: 0;
}
.formbox .formline.columns {
  flex-direction: row;
}
.formbox .formline.columns > input[type="text"],
.formbox .formline.columns > input[type="email"],
.formbox .formline.columns > input[type="password"],
.formbox .formline.columns > textarea,
.formbox .formline.columns > select {
  width: 100%;
  max-width: 500px;
}
.formbox .formline.rows {
  flex-direction: column;
}
.formbox .formline.alignRight {
  justify-content: flex-end;
}
.formbox .formline.smallmargin {
  margin-bottom: 0.5em;
}
.formbox .formline.nomargin {
  margin-bottom: 0px;
}
.formbox .formline.nomargin > * {
  margin-bottom: 0px;
}
.formbox .formline.noalign {
  align-items: flex-start;
}
.formbox .formline.noalign .leftPart {
  flex-basis: 0px;
}
.formbox .formline.noalign .centerPart {
  flex-grow: 0;
}
@media screen and (max-width: 480px) {
  .formbox .formline {
    flex-direction: column;
  }
  .formbox .formline:not(.columns) > * {
    margin-right: 0px;
  }
  .formbox .formline .leftPart,
  .formbox .formline .rightPart,
  .formbox .formline .centerPart {
    flex-basis: auto !important;
  }
  .formbox .formline .centerPart {
    padding-left: 20px;
  }
}
.formbox .sNotification-slider-help {
  height: 100px;
  padding-top: 10px;
}
.btn-bar.right {
  text-align: right;
  float: none;
}
.formbox.group-select {
  margin-top: 1em;
}
#main {
  min-height: 100%;
}
.button.headerbutton {
  font-size: 1.0em;
}
.message-box {
  text-align: center;
  margin-bottom: 15px;
}
.message-box .messages {
  position: relative;
}
.message-box .messages ul {
  list-style: none;
  display: inline-block;
  border: 1px solid #6161FF;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  background-color: ;
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
  margin: 0 0 1em 0;
  padding: 0px;
}
.message-box .messages ul li {
  padding: 0.75em 1.5em;
  margin: 0;
}
.message-box .messages ul li.green {
  color: #666666;
}
.message-box .messages ul li.red {
  color: #666666;
}
.message-box .messages .message-arrow {
  background: url('../images/new-images/message-arrow.png') no-repeat center top;
  position: absolute;
  bottom: -1px;
  height: 17px;
  width: 100%;
}
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
  display: inline;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.4em;
}
#columns {
  overflow: auto;
  position: relative;
}
#columns #content-container {
  width: 100%;
  float: left;
  margin-right: -180px;
}
#columns #content {
  margin-right: 180px;
}
#columns #sidebar {
  width: 180px;
  float: right;
}
textarea {
  width: 99%;
}
@media screen and (max-device-width: 480px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 16px !important;
  }
}
input.text {
  width: 80%;
}
.clearable {
  background-image: url(../images/general/smaller/icon-close.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-close.png) 1x,url(../images/general/smaller/icon-close@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: right -15px center !important;
  transition: background 0.4s, padding 0.4s;
}
.clearable:hover:not(.inactive):not(.nohover):not(.disabled),
.clearable:active:not(.inactive):not(.nohover):not(.disabled) {
  background-image: url(../images/general/smaller/icon-close-hover.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-close-hover.png) 1x,url(../images/general/smaller/icon-close-hover@2x.png) 2x);
}
.clearable:not(.left-x) {
  padding-right: 24px !important;
}
.clearable.left-x {
  background-position: left -15px center !important;
}
.clearable.x {
  background-position: right 4px center !important;
}
.clearable.x.left-x {
  padding-left: 24px !important;
  background-position: left 6px center !important;
}
.clearable.onX {
  cursor: pointer;
}
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
label {
  display: block;
  font-weight: bold;
  margin: 1em 0 0.1em 0;
}
label.inline {
  display: inline;
}
body.simple {
  padding: 0 1em;
}
body.simple h1 {
  margin: 1.3em 0 0.2em 0;
  padding: 0;
}
body.ajax-load,
body.ajax-load * {
  cursor: wait;
}
body.ajax-load .jShowMore,
body.ajax-load * .jShowMore {
  cursor: wait;
}
.glass {
  z-index: 1900;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.7;
  display: none;
}
.visibleOverGlass {
  position: relative;
  z-index: 1910;
}
.ajax-loading-glass {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1500;
  background: url(../images/loading-icon.gif) center center no-repeat #FFFFFF;
  background-size: 30px;
  display: none;
}
body.ajax-loading-glass {
  z-index: 7000;
  position: fixed;
}
.ajax-load {
  position: relative;
  min-height: 50px;
  min-width: 50px;
  overflow: hidden !important;
}
.ajax-load .ajax-loading-glass {
  display: block;
}
#ggt-popup.ajax-load,
#ggt-popup.ajax-load * {
  cursor: wait;
}
.layout-popup {
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px auto;
}
.popup-change-image #ggt-popup-content {
  padding-top: 20px;
}
.popup-change-image #ggt-popup-content #image-preview {
  text-align: center;
  margin-bottom: 10px;
}
.popup-change-image #ggt-popup-content #image-preview img {
  border: 2px solid #DCDCDC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
}
.popup-change-image #ggt-popup-content .btn-bar {
  min-height: 30px;
}
.popup-change-image #ggt-popup-content .btn-upload-container {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.popup-change-image #ggt-popup-content .btn-upload-container > input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=20);
}
.ggbPageContent ul.grid {
  padding-left: 0px;
}
.grid {
  margin-left: 0px;
  margin-right: 0px;
  width: 99.99996%;
}
.grid .first {
  margin-left: 0 !important;
}
.grid .last {
  margin-right: 0 !important;
}
.grid .box_1,
.grid .box_2,
.grid .box_3,
.grid .box_4,
.grid .box_5,
.grid .box_6,
.grid .box_7,
.grid .box_8,
.grid .box_9,
.grid .box_10,
.grid .box_11,
.grid .box_12 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0.5%;
  max-width: 100%;
}
.grid .box_1 {
  width: 7.33333%;
}
.grid .box_2 {
  width: 15.66666%;
}
.grid .box_3 {
  width: 23.99999%;
}
.grid .box_4 {
  width: 32.33332%;
  min-width: 250px;
}
.grid .box_5 {
  width: 40.66665%;
}
.grid .box_6 {
  width: 48.99998%;
  min-width: 250px;
}
.grid .box_7 {
  width: 57.33331%;
}
.grid .box_8 {
  width: 65.66664%;
  min-width: 250px;
}
.grid .box_9 {
  width: 73.99997%;
}
.grid .box_10 {
  width: 82.3333%;
}
.grid .box_11 {
  width: 90.66663%;
}
.grid .box_12 {
  width: 98.99996%;
}
.grid .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html  .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
#content .grid h2 {
  margin-top: 0.3em;
}
#content .grid h2 .editsection,
#content .grid h3 .editsection {
  display: none;
}
.grid > ul {
  margin-left: 0;
  margin-top: 0;
}
#timeschedule_list li {
  display: block;
}
#timeschedule_list #timeschedule-header {
  border-bottom: 1px solid #DCDCDC;
}
.popup-easing {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition-property: height, top;
  -webkit-transition-property: height, top;
}
#page_share-link .social-icons {
  margin-bottom: 5px;
}
#page_share-link .social-icons .active-icon {
  margin-right: 15px;
  margin-bottom: 15px;
}
#page_share-link .social-icons .active-icon.classroom {
  display: inline;
  position: relative;
  top: 3px;
  left: 1px;
}
#page_share-link .one-menu-icon-right.border-bottom {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#page_share-email textarea {
  max-height: 50px;
}
#page_share-embed .one-menu-icon-right {
  margin-bottom: 1em;
}
.one-menu-icon-right {
  width: 100%;
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.one-menu-icon-right.autoWidth {
  width: auto;
}
.one-menu-icon-right .active-icon,
.one-menu-icon-right .icon {
  position: absolute;
  padding: 0px;
  right: 0px;
  top: 5px;
}
#assign-to-classroom {
  margin-top: 15px;
}
#assign-to-classroom #classroom-assign-success,
#assign-to-classroom #classroom-assign-error {
  text-align: center;
}
#assign-to-classroom .google-account {
  text-align: right;
}
.google-account .google-account-img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.google-account .google-account-img img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  outline: 0;
  vertical-align: top;
  text-align: right;
}
.editing-permissions-container {
  list-style-type: none;
}
.editing-permissions-container label {
  font-weight: normal;
}
.popup-advanced-access .pso_adduser_container {
  border-top: 1px solid #DCDCDC;
  padding: 10px 0;
}
.popup-advanced-access .pso_adduser_container .adduser-container {
  display: block;
}
.popup-advanced-access .pso_adduser_container .token-input-list {
  float: left;
}
.popup-advanced-access .coll-addlist-user .thumbnail.group .avatar {
  background-image: url('/images/access-users/access-group.png');
}
#change-visibility-div {
  border-top: 1px solid #DCDCDC;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
#change-visibility-div label {
  margin-right: 0.5em;
  margin-bottom: 0.7em;
  display: inline;
}
#change-visibility-div form,
#change-visibility-div input {
  display: inline;
}
ul.users {
  margin: 0px;
}
ul.users li.coll-addlist-item {
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
}
ul.users li.coll-addlist-item .coll-addlist-user {
  width: 400px;
  display: inline-block;
}
ul.users li.coll-addlist-item .coll-addlist-btn {
  vertical-align: middle;
  margin-top: 30px;
  display: inline-block;
}
#ggt-popup-overlay {
  background-color: #ffffff;
}
#ggt-popup-stored {
  display: none;
}
#ggt-popup {
  display: none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
  width: 680px;
  max-width: 90%;
  max-height: 90%;
}
#ggt-popup #ggt-popup-header h5 {
  padding: 0px 0px 5px 0px;
  padding-right: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 1.3em;
  font-weight: normal;
  border-bottom: 1px solid #DCDCDC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ggt-popup #ggt-popup-header #ggt-popup-search {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#ggt-popup #ggt-popup-header.marginBottom {
  margin-bottom: 1em;
}
#ggt-popup #ggt-popup-content {
  line-height: 170%;
}
#ggt-popup #ggt-popup-content img {
  max-width: 100%;
}
#ggt-popup #ggt-popup-content #ggt-popup-search-results {
  height: 420px;
  overflow: auto;
  margin-top: 20px;
}
#ggt-popup #ggt-popup-content #ggt-popup-search-results #coll-addlist-loading {
  margin: 3em;
}
#ggt-popup a.modalCloseImg {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 2010;
  cursor: pointer;
}
#ggt-popup .users {
  list-style-type: none;
}
#ggt-popup .users .avatar {
  width: 60px;
  float: left;
}
#ggt-popup .users .meta,
#ggt-popup .users h4 {
  margin-left: 70px;
}
#ggt-popup #ggt-popup-wrapper {
  position: relative;
}
#ggt-popup #ggt-popup-footer {
  padding: 10px;
  text-align: center;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 4px;
  color: white;
  overflow: auto;
}
#ggt-popup #ggt-popup-footer #popup-button-close {
  float: right;
}
#ggt-popup #ggt-popup-footer.nomargin {
  padding: 0px;
}
#ggt-popup #ggt-popup-footer .alignRight {
  float: right;
}
#ggt-popup #ggt-popup-footer .alignLeft {
  float: left;
}
#ggt-popup .ggt-popup-content.ajax-loading-glass {
  display: none;
}
#ggt-popup.ajax-load .ggt-popup-content.ajax-loading-glass {
  display: block;
}
#ggt-popup #share-popup {
  margin-top: 1em;
}
#ggt-popup #share-popup #___plusone_0 iframe {
  vertical-align: -8px;
}
#ggt-popup #share-popup .g-sharetoclassroom {
  display: inline-block;
}
#ggt-popup #share-popup #___sharetoclassroom_0 iframe {
  vertical-align: -12px;
}
#ggt-popup #embed_div {
  display: none;
}
#ggt-popup #embed_width,
#ggt-popup #embed_height {
  width: 10ex;
}
#ggt-popup #share_email {
  display: none;
  border-top: 1px solid #DCDCDC;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-top: 0.5em;
}
#ggt-popup #share_email ul {
  margin-bottom: 0;
  list-style: none;
}
#ggt-popup .tab_bar {
  padding-top: 0.4em;
  padding-bottom: 0.2em;
}
#ggt-popup .tab_pages {
  margin-top: 1em;
}
#advanced_settings_label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
}
#advanced_settings_label.selected:after {
  bottom: -15px;
}
#sharing-url-div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#sharing-url-div p {
  display: block;
}
#sharing-url-div label,
#sharing-url-div img,
#sharing-url-div a {
  display: inline;
}
.tab_bar {
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  line-height: normal;
}
.tab_bar li {
  float: left;
  list-style: none;
  margin: 0px;
  min-height: 1.7em;
  margin-right: 3px;
  text-align: center;
  border-bottom: 5px solid #DCDCDC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px;
}
.tab_bar li a {
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  margin: 0px;
}
.tab_bar li a.menu-icon {
  padding-left: 40px;
  background-position: 15px center;
}
@media screen and (max-width: 800px) {
  .tab_bar li a.menu-icon {
    padding-left: 15px;
    width: 20px;
  }
  .tab_bar li a.menu-icon .tab_title {
    display: none;
  }
}
.tab_bar li:hover {
  border-color: #6161FF;
  cursor: pointer;
}
.tab_bar li:hover a:hover {
  color: #333333;
}
.tab_bar li.active {
  border-color: #6161FF;
}
.tab_bar li.active a {
  cursor: default;
  color: #333333;
}
@media screen and (min-width: 481px) {
  .tab_bar li.active a.menu-icon {
    padding-left: 40px;
    width: auto;
  }
  .tab_bar li.active a.menu-icon .tab_title {
    display: inline;
  }
}
#tabs {
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
#tabs li {
  float: left;
  list-style: none;
  margin: 0px;
  min-height: 1.7em;
  margin-right: 3px;
  text-align: center;
  padding: 0.5em 1.5em 0.5em 1em;
  border-bottom: 5px solid #DCDCDC;
}
@media screen and (max-width: 800px) {
  #tabs li {
    padding: 0.5em 1em;
  }
}
#tabs li a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #tabs li .tab_title {
    display: none;
  }
}
#tabs li:hover {
  border-color: #6161FF;
  cursor: pointer;
}
#tabs li:hover a {
  color: #333333;
}
#tabs li.active {
  cursor: default;
  border-color: #6161FF;
  color: #333333;
}
@media screen and (max-width: 480px) {
  #tabs li.active .tab_title {
    display: inline;
  }
}
.tab-header #tabs {
  float: left;
}
.tab-header .action-create {
  margin: 7px 0;
  float: right;
}
#tabs-background {
  position: relative;
}
#tabs-background .tab_pages {
  margin: 0 -10px;
  padding: 0 10px;
}
#tabs-background .tab_pages h3 {
  margin-top: 10px;
}
#tabs-background .tab_pages .group-management {
  margin-top: 1em;
  margin-bottom: 1em;
}
#tabs-background .group-help {
  font-size: 0.85em;
}
.elementlist {
  margin: 0px;
  padding: 0px;
  list-style-type: none !important;
  margin-bottom: 1em;
}
.elementlist h5 {
  margin: 0.4em 0 0.2em 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.elementlist li {
  margin: 0px;
}
.elementlist .row {
  list-style-type: none;
  margin: 0px;
}
.elementlist .row .details {
  display: none;
}
.elementlist .row.details-shown {
  border: 1px solid #DCDCDC;
  background-color: #FAFAFA;
  padding: 0px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.elementlist .row.details-shown .item-header {
  border-bottom: 1px solid #DCDCDC;
}
.elementlist .row.showHoverEffect {
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.elementlist .row.showHoverEffect:hover,
.elementlist .row.showHoverEffect.active {
  border: 1px solid #DCDCDC;
  background-color: #F8F8F8;
}
.elementlist .elementitem {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  word-wrap: break-word;
  list-style-type: none;
  min-height: 65px \9;
  display: block \9;
}
.elementlist .elementitem > .user,
.elementlist .elementitem > .material-content {
  align-self: center;
}
.elementlist .elementitem .item-select {
  margin-right: 10px;
}
.elementlist .elementitem .user {
  flex-grow: 1;
  padding: 5px;
  float: left \9;
}
.elementlist .elementitem .user > * {
  vertical-align: middle;
  display: inline-block;
}
.elementlist .elementitem .useritem-settings {
  margin-left: 50px;
}
.adduser-container {
  display: block;
  max-width: 100%;
}
.adduser-container .input-field {
  max-width: 100%;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .adduser-container .input-field {
    margin-right: 0px;
  }
}
.adduser-container .adduser {
  height: auto;
  margin-bottom: 5px;
}
.following-header {
  margin-top: 1em;
  margin-bottom: 5px;
}
.following-header h2 {
  float: left;
  margin: 0px;
  margin-bottom: 10px;
}
.following-header .adduser-container {
  margin-bottom: 10px;
}
.options-dialog {
  width: auto;
  height: auto;
  padding: 15px 30px 10px 30px;
  display: none;
  position: relative;
}
.options-dialog .close {
  text-align: right;
}
.options-dialog .dialog-error {
  visibility: hidden;
  color: #cb331b;
  padding-bottom: 5px;
}
.options-dialog .button-bar {
  display: block;
  text-align: right;
}
.options-dialog .button-bar > * {
  margin-left: 10px;
}
.options-dialog .button-bar .button {
  margin-right: 5px;
}
.message-dialog {
  width: auto;
  height: auto;
  padding: 15px 30px 10px 30px;
  display: none;
  position: relative;
  padding: 0;
}
.message-dialog .close {
  text-align: right;
}
.message-dialog .dialog-error {
  visibility: hidden;
  color: #cb331b;
  padding-bottom: 5px;
}
.message-dialog .button-bar {
  display: block;
  text-align: right;
}
.message-dialog .button-bar > * {
  margin-left: 10px;
}
.message-dialog .button-bar .button {
  margin-right: 5px;
}
.message-dialog .message-text {
  margin-right: 20px;
}
#popup-yesno {
  max-width: 500px;
}
.popup {
  position: relative;
}
.popup.sInitial {
  position: static;
}
.popup .popup-body {
  display: table-cell;
  position: absolute;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
  z-index: 1050;
}
.popup .popup-body ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.popup .popup-body ul li {
  list-style: none;
  line-height: 2em;
}
.popup .popup-body ul li > :hover img {
  border-color: #6161FF;
}
.popup .popup-body ul li img {
  vertical-align: middle;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #DCDCDC;
  width: 24px;
  height: 24px;
  padding: 3px;
  background-color: #FFFFFF;
}
.popup .popup-btn {
  margin: 5px;
}
.popup-btn-container.alignRight {
  text-align: right;
}
.popup-btn-container.alignRight > * {
  margin-left: 20px;
}
.popup-btn-container.alignCenter {
  text-align: center;
}
.popup-btn-container.alignCenter > * {
  margin: 0 10px;
}
.popup-btn-container.alignLeft {
  text-align: left;
}
.popup-btn-container.alignLeft > * {
  margin-right: 20px;
}
body.noscroll {
  overflow: hidden;
}
#wsf-comments-list {
  list-style-type: none;
}
#wsf-comments-list .comment-content {
  font-weight: normal;
}
.ggbBanner .ggbBannerContent.startMathApps {
  font-family: 'Asap', -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif, sans-serif;
  font-weight: 700;
}
.ggbBanner .ggbBannerContent.startMathApps .columns {
  text-align: center;
}
.ggbBanner .ggbBannerContent.startMathApps .imageButton {
  float: right;
}
.ggbBanner .ggbBannerContent.startMathApps .imageButton img {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .ggbBanner .ggbBannerContent.startMathApps .imageButton {
    display: none;
  }
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsTitle {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #666666;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsTitle p {
  margin: 20px 0;
  min-width: 0px;
  line-height: 130%;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer {
  height: 10em;
  min-width: 10em;
  position: relative;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsImage {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -5em;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer map area {
  outline: none;
}
@media screen and (max-width: 480px) {
  .ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer {
    width: 100%;
  }
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn {
  margin-top: 2.3em;
  margin-left: -0.5em;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn .btn-ig-inner {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-shadow: #CCCCCC 0.1em 0.2em 0.4em 0.1em;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn .btn-ig-inner.small {
  font-size: 0.6em;
  line-height: 1.5em;
  width: 8em;
  height: 8em;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn .btn-ig-inner.medium {
  font-size: 0.8em;
  width: 5.5em;
  height: 5.5em;
  line-height: 1.3em;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn:hover,
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn:active,
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn.active {
  background-color: #592d8f;
  box-shadow: #CCCCCC 0.1em 0.3em 0.6em 0.1em;
}
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn:hover .btn-ig-inner,
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn:active .btn-ig-inner,
.ggbBanner .ggbBannerContent.startMathApps .mathAppsBtnContainer .mathAppsBtn.active .btn-ig-inner {
  box-shadow: none;
  background-color: #FFFFFF;
  color: #592d8f;
}
.frontPageSearch {
  margin-top: 1em;
  text-align: center;
  font-size: 1.2em;
}
.collection-manage-dialog {
  width: 450px;
  max-width: 100%;
  height: 500px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.collection-manage-dialog #collection_add_list {
  overflow: auto;
  height: 365px;
  list-style: none;
  padding: 0px;
}
.collection-manage-dialog #collection_add_list li {
  margin-bottom: 0.5em;
}
.collection-manage-dialog #collection_add_list li input {
  display: inline;
}
.collection-manage-dialog #collection_add_list li label {
  display: inline;
}
.collection-manage-dialog #collection_add_list li .collection_add_list_chapter {
  margin-left: 1.5em;
  display: none;
}
.collection-manage-dialog #collection_add_list li .collection_add_list_chapter label {
  font-weight: normal;
}
.collection-manage-dialog #collection_add_list li .collection_add_list_chapter.active {
  display: block;
}
.collection-manage-dialog #collection_add_list li .collection_add_list_chapter select {
  min-width: 100px;
}
.collection-manage-dialog .close {
  width: 95%;
  position: static;
}
