@font-face {
  font-family: 'Helvetica Lt Std';
  src: url('../fonts/HelveticaLTStd-Cond.otf');
}
@font-face {
  font-family: 'Helvetica Lt Std';
  src: url('../fonts/HelveticaLTStd-Condb.otf');
  font-weight: bold;
}
@font-face {
  font-family: 'swiss721 cn';
  src: url('../fonts/swissc.ttf');
}
@font-face {
  font-family: 'swiss721 cn';
  src: url('../fonts/swisscb.ttf');
  font-weight: bold;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
.noscroll {
  overflow: hidden;
}
.no-wrap {
  white-space: nowrap;
}
.container {
  padding: 0;
}
html {
  font-size: 16px;
}
body {
  font-family: "Helvetica Lt Std", "Helvetica", "sans-serif";
  color: #242424;
  background-color: #ffffff;
}
h3 {
  color: #da7928;
}
a {
  color: #da7928;
  text-decoration: none;
}
a:hover {
  color: #f73a21;
  text-decoration: none;
}
a:focus {
  color: #da7928;
  text-decoration: none;
}
.danger-link a {
  color: #ff0000;
  font-weight: bold;
}
.danger-link a:hover {
  text-decoration: underline;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.greyed {
  opacity: 0.5;
}
.red {
  color: #ff0000;
}
.red a {
  color: #ff0000;
}
.red a:visited {
  color: #ff0000;
}
.red a:active {
  color: #ff0000;
}
.blue {
  color: #0000ff;
}
.orange {
  color: #da7928;
}
.small {
  font-size: 0.7rem;
}
.form .form-group textarea.form-control {
  height: 200px;
}
.row {
  margin: 0 -15px;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.btn {
  font-size: 1.2rem;
  border-radius: 0;
  height: auto;
  width: auto;
  padding: 10px 40px 6px 40px;
}
.btn.btn-compact {
  padding: 10px 10px 6px 10px;
}
.btn:focus {
  outline: none !important;
}
.btn:active {
  outline: none !important;
}
.site-colors-dl button {
  letter-spacing: 0.17em;
  word-spacing: 0.39em;
}
.btn-default {
  background: #da7928;
  color: #ffffff;
  border: 2px solid #da7928;
  margin: 2px;
}
.btn-default:hover {
  background: #da7928;
  color: #ffffff;
  border: 2px solid #e89550;
}
.btn-default:active {
  background: #da7928 !important;
  border: 2px solid #e89550 !important;
  color: #fffa63 !important;
}
.btn-default:focus {
  background: #da7928;
  color: #ffffff;
  border: 2px solid #da7928 !important;
  outline: none;
}
.btn-default[disabled]:hover {
  background: #da7928;
  border: 2px solid #da7928;
}
.btn-cancel {
  background: #ffffff;
  color: #da7928;
  border: 2px solid #da7928;
  margin: 2px;
}
.btn-cancel:hover {
  background: #ffffff;
  color: #da7928;
  border: 2px solid #e89550;
}
.btn-cancel:active {
  background: #fff7f0 !important;
  border: 2px solid #da7928 !important;
  color: #f73a21 !important;
}
.btn-cancel:focus {
  background: #ffffff;
  color: #da7928;
  border: 2px solid #da7928;
}
.btn-grey {
  background: #999999;
  border: 2px solid #999999;
  color: #ffffff;
}
.btn-grey:hover {
  background: #999999;
  border: 2px solid #eeeeee !important;
  color: #ffffff;
}
.btn-fullw {
  width: 100%;
}
.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.loading {
  text-align: center;
}
.loading .message {
  color: #da7928;
  margin-top: 20px;
}
.print {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.toplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../sitemedia/white-50.png');
}
.toplayer .inside {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fs-toplayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../sitemedia/white-50.png');
  padding: 0 10px;
  z-index: 2000;
}
.fs-toplayer .inside {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-success {
  font-size: 1.2rem;
  color: #da7928;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.form-success .inside .message {
  margin-top: 20px;
}
.form-success a {
  text-decoration: underline;
}
.form-error {
  font-size: 1.2rem;
  color: #ff0000;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.form-error .inside .message {
  margin-top: 20px;
}
.highlight-text {
  color: #da7928;
}
.big-text {
  font-size: 1.2rem;
}
.mf-pagination {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
.mf-pagination .page {
  display: inline-block;
  font-size: 1.2rem;
  margin: 3px;
  padding: 8px 4px 4px 4px;
  min-width: 40px;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
}
.tabs {
  margin-bottom: 20px;
}
.tabs .tabs-header {
  margin: 0;
}
.tabs .tabs-header div[class^="col-"] {
  margin: 0;
  padding: 0;
}
.tabs .tabs-header .tab {
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
}
.tabs .tabs-header .active-tab {
  border-top: 1px solid #da7928;
  border-left: 1px solid #da7928;
  border-right: 1px solid #da7928;
  color: #da7928;
  padding: 10px;
}
.tabs .tabs-header .inactive-tab {
  border-bottom: 1px solid #da7928;
}
.tabs .tabs-header .inactive-tab a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff7f0;
  padding: 10px;
}
.tabs .tabs-body {
  border-bottom: 1px solid #da7928;
  border-left: 1px solid #da7928;
  border-right: 1px solid #da7928;
  padding: 10px;
}
.admin-list {
  margin-bottom: 10px;
}
.admin-list-delete-confirm {
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}
.simple-content {
  margin: 20px 0;
}
.faq ul {
  list-style: none;
}
.faq ul li {
  margin-bottom: 20px;
}
.faq ul .question {
  font-weight: bold;
  color: #da7928;
}
.simple-list {
  margin: 10px 0 10px 20px;
}
.m5 {
  margin: 20px;
}
.promo-banner {
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #da7928;
  border-radius: 10px;
  color: #da7928;
  font-size: 1.3rem;
  text-align: center;
}
.modal ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.modal ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.modal .modal-dialog.level-2 {
  width: 500px;
  margin: 100px auto !important;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog.level-2 {
    width: 80%;
  }
}
.modal .modal-dialog .modal-content {
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #da7928;
}
.modal .modal-dialog .modal-content .modal-header {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  text-align: center;
  font-size: 1.5rem;
  background: #da7928;
  color: #ffffff;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #fffa63;
}
.modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-top: 50px;
  white-space: normal;
  overflow: auto;
}
.modal .modal-dialog .modal-content .modal-body .instructions {
  color: #da7928;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .buttons {
  padding-top: 30px;
}
.modal .modal-dialog .modal-content .modal-footer {
  text-align: left;
  font-size: 1rem;
  border-top: 2px solid #da7928;
}
.modal-backdrop {
  background: #ffffff;
}
.modal-backdrop.in {
  opacity: 0.8;
}
@media screen and (min-width: 767px) {
  .big-modal .modal-dialog {
    width: 740px;
  }
}
.print-size-modal {
  text-align: center;
  font-size: 1.4rem;
}
.independent-form {
  position: relative;
  top: 0;
  left: 0;
}
label.regular {
  font-weight: normal;
}
.form {
  font-size: 1.2rem;
  margin: 20px 0;
}
.form *[class^='col-sm'] {
  padding: 0;
}
.form .disabled {
  color: #F1F2F2;
}
.form .col-with-margin {
  padding: 0 10px;
}
.form .underline {
  border-bottom: 2px solid #e89550;
}
.form .underline.disabled {
  border-bottom-color: #F1F2F2;
}
.form .box {
  border: 2px solid #e89550;
  padding: 10px;
}
.form .form-group {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 30px 0;
  padding: 0;
}
.form .form-group .control-label {
  text-align: left;
  padding: 3px 0 0 0;
}
.form .form-group .ck-editor__editable {
  height: 300px;
}
.form .form-group .input-div {
  position: relative;
  top: 0;
  left: 0;
}
.form .form-group .clear-field {
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 1.5rem;
}
.form .form-group .input {
  padding: 0;
}
.form .form-group .form-control {
  font-size: 1.4rem;
  padding: 10px 12px 6px 12px;
  height: 43px;
  border: 1px solid #e2a878;
  border-radius: 0;
  box-shadow: none;
  color: #eb6a00;
  background: #fff7f0;
}
.form .form-group .small-label {
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.form .form-group .error-msg {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 1rem;
  color: #ff0000;
  text-align: right;
}
.form .form-group .radiobutton {
  padding-left: 10px;
}
.form .form-group input[type="radio"] {
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.form .form-group input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.form .form-group .option-icon {
  vertical-align: top;
  margin-left: 10px;
}
.form .form-group.multi .item {
  padding: 0 5px;
}
.form .form-group.disabled .control-label {
  color: #F1F2F2;
}
.form .form-group.disabled .form-control {
  background: #F1F2F2;
  color: #F1F2F2;
}
.form .has-errors .form-control {
  background: #ffecec !important;
  border: 2px solid #e76161;
  color: #eb0000;
}
.form .has-errors .radiobutton {
  background: #ffecec;
}
.form .has-errors .red-on-error {
  color: #ff0000;
}
.form .has-errors .checkbox-label {
  background: #ffecec;
}
.form .underline.has-errors {
  border-bottom-color: #ff0000;
}
.form .result-error {
  min-height: 30px;
}
.form .result-error .message {
  color: #ff0000;
}
.form .buttons.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.form-message-box header {
  height: 80px;
}
.form-message-box section {
  padding: 20px;
  background: #ffffff;
  font-size: 1.2rem;
}
.form-message-box section .main-buttons {
  margin-top: 40px;
}
.form-message-box.form-message-error {
  border: 2px solid #ff0000;
}
.form-message-box.form-message-error header {
  background: url('../sitemedia/error.png') no-repeat center center #ff0000;
}
.form-message-box.form-message-error section .btn-default {
  background: #ff0000;
  color: #ffffff;
  border: none;
}
.form-message-box.form-message-error a {
  text-decoration: underline;
}
.inline-checkboxes .form-group {
  display: inline-block;
  margin-right: 20px;
}
.inline-checkboxes .form-group label {
  font-weight: normal;
  font-size: 1rem;
}
.inline-checkboxes .form-group label input {
  margin-top: -12px;
}
.clear-field-button {
  color: #ff0000;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.form-inline .inline-field {
  margin: 0 10px;
}
.overlay {
  position: relative;
  top: 0;
  left: 0;
}
.overlay .fld-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
  z-index: 999;
}
.overlay .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  background: #ffffff;
  z-index: 1000;
  margin: 0;
  padding: 10px;
}
.table-info .info {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.table-info .info .field-label {
  font-weight: bold;
}
.table-info .info .value {
  display: block;
}
.view-as-menu {
  position: relative;
  top: 0;
  left: 0;
}
.view-as-menu .submenu {
  position: absolute;
  top: 30px;
  right: 0;
  background: #ffffff;
  z-index: 10;
}
.view-as-menu .submenu .item {
  border: 1px solid #da7928;
  padding: 5px;
}
#main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: #ffffff;
}
#main-header .top {
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  padding: 0;
}
@media screen and (min-width: 767px) {
  #main-header .top {
    height: 69px;
  }
}
@media screen and (max-width: 767px) {
  #main-header .top {
    height: 46px;
    background: #da7928;
    padding-top: 2px;
  }
}
#main-header .top .menu-space {
  width: 44px;
  height: 44px;
  float: left;
}
#main-header .top .logo-sm {
  text-align: left;
}
#main-header .top .logo-xs {
  float: left;
  text-align: left;
}
#main-header .top .tools {
  position: absolute;
  right: 0;
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
}
@media screen and (min-width: 1199px) {
  #main-header .top .tools {
    width: 50%;
    bottom: 14px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #main-header .top .tools {
    width: 50%;
    bottom: 14px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  #main-header .top .tools {
    width: 100%;
    top: 46px;
  }
}
#main-header .top .tools .content {
  text-align: right;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #main-header .top .tools .content {
    margin-left: 150px;
  }
}
@media screen and (max-width: 767px) {
  #main-header .top .tools .content {
    margin-left: 0px;
  }
}
#main-header .top .tools .content .social {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main-header .top .tools .content .social {
    margin-right: 10px;
  }
}
#main-header .top .tools .content .social .facebook {
  display: inline-block;
  position: relative;
  top: 10px;
  width: 34px;
  height: 34px;
  background: no-repeat center center;
  margin: 0 2px;
  background-image: url('../sitemedia/facebook-20.png');
}
#main-header .top .tools .content .social .facebook:hover {
  background-image: url('../sitemedia/facebook-20-h.png');
}
#main-header .top .tools .content .social .twitter {
  display: inline-block;
  position: relative;
  top: 10px;
  width: 34px;
  height: 34px;
  background: no-repeat center center;
  margin: 0 2px;
  background-image: url('../sitemedia/twitter-18.png');
}
#main-header .top .tools .content .social .twitter:hover {
  background-image: url('../sitemedia/twitter-18-h.png');
}
#main-header .top .tools .content .social .search {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
  padding-right: 20px;
  background: url('../sitemedia/search-small.png') no-repeat right center;
  margin-left: 10px;
}
@media screen and (max-width: 350px) {
  #main-header .top .tools .content .social .search {
    font-size: 1rem;
  }
}
#main-header .top .tools .content .social .search:hover {
  color: #fffa63;
  background-image: url('../sitemedia/search-small-hl.png');
}
#main-header .top .tools .content .social .search-form {
  margin: 7px 0 0 0;
}
#main-header .top .tools .content .social .search-form .search-field {
  width: 150px;
  height: 34px;
  background: #e89550;
  border: none;
  border-radius: 0;
  padding: 4px;
  color: #ffffff;
}
#main-header .top .tools .content .social .search-form .search-field:focus {
  border: none;
  outline: none;
}
#main-header .top .tools .content .social .search-form .search-btn {
  width: 34px;
  height: 34px;
  background: url('../sitemedia/search.png') no-repeat center center #e89550;
  border: 2px solid #e89550;
}
#main-header .top .tools .content .social .search-form .search-btn:hover {
  background-image: url('../sitemedia/search-hl.png');
}
#main-header .top .tools .content .social .search-form .search-btn:focus {
  outline: none;
}
#main-header .header-warning {
  background: #ff0000;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #main-header .header-warning {
    margin-top: 30px;
  }
}
#main-header .header-warning a {
  color: #ffff00;
  font-weight: bold;
  text-decoration: underline;
}
#main-header .header-message {
  background: #569afe;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #main-header .header-message {
    margin-top: 30px;
  }
}
#main-header .bottom {
  height: 45px;
}
#mf-banner a {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  background: #569afe;
  color: #ffffff;
}
#mf-banner a:hover {
  background: #0166FF;
}
#main-content .intro {
  color: #da7928;
  font-size: 1.2rem;
  border: 3px solid #da7928;
}
#main-content .intro .clouds-bg .content {
  position: relative;
  padding: 40px;
}
#main-content .intro .clouds-bg .content h1 {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  font-weight: bold;
  font-size: 1.7rem;
}
#main-content .body {
  padding: 40px 5px;
  font-size: 1rem;
}
#main-content .body h1 {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
#main-content .body p {
  margin: 0 0 10px 0;
}
#main-content .body strong.blue {
  color: #a85511;
}
#main-footer {
  text-align: center;
  color: #da7928;
}
#main-footer .logo-xs {
  width: 100%;
  background: #da7928;
  padding: 2px;
}
#main-menu .navbar {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  position: inherit;
  border: none;
  border-radius: 0;
  background: #da7928;
  text-align: center;
  font-size: 1.25rem;
  margin: 0;
  min-height: 0;
}
@media screen and (max-width: 850px) and (min-width: 767px) {
  #main-menu .navbar {
    font-size: 1.1rem;
  }
}
#main-menu .navbar .navbar-collapse {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#main-menu .navbar .navbar-collapse .navbar-nav {
  display: inline-block;
  margin: 0 auto;
  float: none;
  padding: 10px 0;
  white-space: nowrap;
  width: 100%;
}
#main-menu .navbar .navbar-collapse .navbar-nav .level1 {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 850px) and (min-width: 767px) {
  #main-menu .navbar .navbar-collapse .navbar-nav .level1 {
    margin: 0 20px;
  }
}
@media screen and (min-width: 767px) {
  #main-menu .navbar .navbar-collapse .navbar-nav .level1 {
    margin: 0 22px;
    float: none;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
}
#main-menu .navbar .navbar-collapse .navbar-nav .submenu {
  background: #ffffff;
  list-style: none;
  padding: 0 20px;
  width: 100%;
}
#main-menu .navbar .navbar-collapse .navbar-nav .submenu a {
  color: #da7928;
}
#main-menu .navbar .navbar-collapse .navbar-nav .submenu a:hover {
  color: #f73a21;
}
@media screen and (min-width: 767px) {
  #main-menu .navbar .navbar-collapse .navbar-nav .submenu {
    position: absolute;
    left: -20px;
    background: #da7928;
    text-align: left;
    z-index: 10;
    color: #ffffff;
    width: auto;
  }
  #main-menu .navbar .navbar-collapse .navbar-nav .submenu li {
    margin: 20px 0;
  }
  #main-menu .navbar .navbar-collapse .navbar-nav .submenu li a {
    color: #ffffff;
  }
  #main-menu .navbar .navbar-collapse .navbar-nav .submenu li a:hover {
    color: #fffa63;
  }
}
#main-menu .navbar .navbar-collapse .navbar-nav .submenu.submenu-hidden {
  display: none;
}
#main-menu .navbar .navbar-collapse .navbar-nav a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #main-menu .navbar .navbar-collapse .navbar-nav a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 767px) {
  #main-menu .navbar .navbar-collapse .navbar-nav a {
    padding: 3px 0;
  }
}
#main-menu .navbar .navbar-collapse .navbar-nav a:hover {
  color: #fffa63;
}
#main-menu .navbar .navbar-collapse .navbar-nav .active a {
  background: none;
}
#main-menu .navbar .navbar-collapse .navbar-nav .open a {
  background: none;
}
#main-menu .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  background: #e89550;
  font-size: 1.1rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#main-menu .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
  display: block;
}
#main-menu .navbar .navbar-header {
  position: absolute;
  top: 0;
  left: 0;
}
#main-menu .navbar .navbar-header .navbar-toggle {
  padding: 0;
  margin: 0;
  width: 44px;
  height: 43px;
  border: none;
  background: url('../sitemedia/small-menu-button.png') no-repeat center center;
}
#main-menu .navbar .navbar-header .navbar-toggle:hover {
  background-image: url('../sitemedia/small-menu-button-h.png');
}
.home .body .wordlists {
  margin-bottom: 40px;
}
.home .body .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .body .category-list .top-level {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.home .body .category-list .inside-level {
  font-size: 1.8rem;
  text-align: left;
}
.home .body .category-list .inside-level ul {
  padding-left: 20px;
}
.home .body .category-list .inside-level li {
  text-align: left;
}
.home .body .category-list .links {
  text-align: center;
}
.home .body .category-list .links .rule-word-list {
  display: inline-block;
}
.home .body .category-list .word-list-play-btn {
  text-align: right;
  margin: 20px 0;
}
.home .body .category-list .rule {
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 25px;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #da7928;
}
.home .body .category-list .rule.with-results .title {
  color: #63a1ff;
  font-weight: bold;
}
.home .body .category-list .rule.with-results .results {
  font-size: 17px;
}
#dashboard-cmp .section {
  margin-bottom: 40px;
}
#dashboard-cmp .accademic-year-remaining {
  font-size: 1.1rem;
  margin: 20px 0 0 0;
  font-weight: bold;
}
#dashboard-cmp .db-tests .test-list .test-item {
  padding: 10px;
}
#dashboard-cmp .db-tests .test-list .test-item .item-content {
  padding: 10px;
  border-bottom: 1px solid #da7928;
}
#dashboard-cmp .db-tests .test-list .test-item .item-content h3 {
  margin-bottom: 0;
}
#dashboard-cmp .db-tests .test-list .test-item .item-content .deadline {
  font-style: italic;
}
#dashboard-cmp .db-tests .test-list .test-item .item-content .attempts {
  margin-bottom: 20px;
}
#dashboard-cmp .db-tests .test-list .test-item .item-content .description {
  margin-bottom: 20px;
}
@media screen and (min-width: 350px) {
  #dashboard-cmp .db-tests .test-list .test-item .item-content .hide {
    display: inline!important;
    visibility: hidden;
  }
}
#dashboard-cmp .db-results .result-item {
  border-bottom: 1px solid #da7928;
  padding-bottom: 10px;
}
#dashboard-cmp .db-results .result-item h3 {
  margin-bottom: 0;
}
#dashboard-cmp .db-results .result-item .date {
  font-style: italic;
}
#dashboard-cmp .db-results .result-item .performance {
  margin: 20px 0;
}
#class-admin-cmp .add-button {
  margin: 20px;
}
#db-account-info .help-pdf-link {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#db-account-info .expired-warning {
  border: 2px solid #ff0000;
  margin: 20px 0;
}
#db-account-info .expired-warning h2 {
  background: #ff0000;
  color: #ffffff;
  Padding: 10px 10px 7px 10px;
  margin: 0;
  text-align: center;
}
#db-account-info .expired-warning div {
  padding: 10px;
  font-size: 1.2rem;
}
#db-account-info .expire-info {
  font-weight: bold;
  color: #ff0000;
  font-size: 16px;
}
.db-message {
  margin: 20px 0;
  border: 1px solid #da7928;
  padding: 20px;
}
.db-message h2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #da7928;
  margin: 10px 0;
}
.spelling-rule .intro .rule-word-list {
  text-align: right;
}
.spelling-rule .intro .rule-word-list a {
  color: #242424;
}
.spelling-rule .intro .rule-word-list a:hover {
  text-decoration: underline;
}
.spelling-rule .intro .rule-word-list .words {
  text-align: center;
}
.spelling-rule .intro .rule-word-list .words .word {
  color: #242424;
}
.spelling-rule .intro .rule-word-list .word-list-play-btn {
  display: none;
}
.spelling-rule .body .activity-section {
  opacity: 0;
  visibility: hidden;
}
.spelling-rule .body .activity-section .activity-button {
  margin-top: 44px;
}
@media screen and (min-width: 767px) {
  .spelling-rule .body .activity-section .activity-button {
    margin-top: 0;
  }
}
.spelling-rule .body .activity-section .activity-button button {
  position: relative;
  top: 0;
  left: 0;
}
.spelling-rule .body .activity-section .activity-button .free-banner {
  top: -48px;
  right: -48px;
  z-index: 1;
}
.spelling-rule .body .actions article h1 {
  text-align: center;
}
.spelling-rule .body .actions article h1 .mode-btn {
  background: #da7928;
  padding: 20px;
  width: 300px;
  color: #ffffff;
  border-radius: 0;
}
.spelling-rule .body .actions article h1 .mode-btn:hover {
  background: #eb6a00;
}
.spelling-rule .body .more-rules {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 50px;
}
.free-banner {
  width: 91px;
  height: 90px;
  background: url('/sitemedia/free-corner.png') no-repeat;
  position: absolute;
}
#contact-cmp textarea {
  resize: none;
}
#contact-cmp .form .toplayer.error .inside .v-center {
  text-align: center;
}
#contact-cmp .form .toplayer.error .inside .v-center .message-box {
  max-width: 400px;
  margin: 0 auto;
}
#contact-cmp .form .toplayer.error .inside .v-center .message-box section .main-buttons {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .login-main {
    display: inline-block;
  }
}
.login-main .main-links {
  color: #da7928;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.25rem;
}
@media screen and (max-width: 350px) {
  .login-main .main-links {
    font-size: 1rem;
  }
}
.login-main .main-links a {
  color: #da7928;
  text-transform: uppercase;
}
.login-main .main-links a:hover {
  color: #f73a21;
}
.login-main .main-links .view-as-link {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 1.1rem;
}
.login-main .username-dash {
  margin: 20px auto 0 auto;
  background: #000000;
  width: 20px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .login-main .username-dash {
    margin: 0 auto 25px auto;
  }
}
.login-main .modal .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0;
}
.login-main .modal .modal-dialog .modal-content .modal-header {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  text-align: center;
  font-size: 1.5rem;
  background: #da7928;
  color: #ffffff;
  font-weight: bold;
}
.login-main .modal .modal-dialog .modal-content .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.login-main .modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #fffa63;
}
.login-main .modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding-top: 50px;
}
.login-main .form {
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}
.login-main .form .login-username {
  margin: 0;
}
.login-main .form .login-username .username-part {
  width: 44%;
}
.login-main .form .login-username .separator {
  width: 12%;
  padding-top: 6px;
  text-align: center;
  overflow: hidden;
}
.login-main .form .login-username .error-msg {
  top: 48px;
}
#password-reset-cmp {
  text-align: center;
}
#password-reset-cmp form {
  max-width: 600px;
  margin: 0 auto;
}
#password-reset-cmp form .instructions {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.register .intro .clouds-bg .container .content aside .tagline strong {
  font-weight: normal;
  color: #fffa63;
}
.register .intro .clouds-bg .container .content aside .quotes {
  padding: 0px 40px;
}
.register .intro .clouds-bg .container .content aside .quotes blockquote {
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  border: none;
}
.register .intro .clouds-bg .container .content aside .quotes blockquote .inside {
  padding: 20px;
  border: 2px solid #ffffff;
}
.register .intro .clouds-bg .container .content aside .quotes blockquote .inside strong {
  font-weight: normal;
}
.register .intro .clouds-bg .container .content aside .quotes blockquote .inside .author {
  font-size: 1rem;
  font-style: italic;
  text-align: right;
}
.register .body .container .tagline {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  color: #eb6a00;
}
#register-cmp {
  position: relative;
  top: 0;
  left: 0;
}
#register-cmp .account-type-select {
  margin: 40px 0;
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select .table-row {
    display: table-row;
    height: 100%;
  }
}
#register-cmp .account-type-select .table-row .item {
  padding: 10px;
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select .table-row .item {
    display: table-cell;
    height: 100%;
    width: 50%;
  }
}
#register-cmp .account-type-select .table-row .item .inside {
  text-align: center;
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select .table-row .item .inside {
    height: 100%;
  }
}
#register-cmp .account-type-select .table-row .item .inside .banner {
  text-align: center;
  cursor: pointer;
  border: 2px solid #da7928;
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select .table-row .item .inside .banner {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
  }
}
#register-cmp .account-type-select .table-row .item .inside .banner header {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  padding: 25px;
  background: #da7928;
  margin: 0;
}
#register-cmp .account-type-select .table-row .item .inside .banner footer .pay-methods {
  background: #ffffff;
  text-align: center;
}
#register-cmp .account-type-select .table-row .item .inside .banner footer .footer-blue {
  font-family: "swiss721 cn", "Helvetica", "sans-seri";
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  padding: 25px;
  background: #da7928;
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select .table-row .item .inside .banner footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#register-cmp .account-type-select .table-row .item .inside .banner .pricetag {
  background: linear-gradient(to right, #e89550, #da7928);
  border-radius: 50%;
  width: 162px;
  height: 162px;
  text-align: center;
  margin: 20px;
  float: left;
  padding-top: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 25px;
  color: #ffffff;
}
#register-cmp .account-type-select .table-row .item .inside .banner .pricetag .big {
  font-size: 70px;
  color: #fffa63;
  line-height: 50px;
}
#register-cmp .account-type-select .table-row .item .inside .banner .description {
  text-align: left;
  font-size: 16px;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  #register-cmp .account-type-select .table-row .item .inside .banner .description {
    min-height: 348px;
    padding-bottom: 150px;
  }
}
#register-cmp .account-type-select .table-row .item .inside .banner:hover {
  border: 2px solid #eb6a00;
}
#register-cmp .account-type-select .table-row .item .inside .banner:hover header {
  background: #eb6a00;
  color: #fffa63;
}
#register-cmp .account-type-select .table-row .item .inside .banner:hover footer .footer-blue {
  background: #eb6a00;
  color: #fffa63;
}
#register-cmp .account-type-select .table-row .item .inside .banner:hover .pricetag {
  background: linear-gradient(to left, #e89550, #da7928);
}
#register-cmp .individual-form .parent-info {
  margin-bottom: 20px;
  border-bottom: 1px solid #da7928;
}
#register-cmp .individual-form h4 {
  color: #da7928;
  font-weight: bold;
  margin-bottom: 10px;
}
#register-cmp .current-license header {
  background: #da7928;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 20px 0 15px 0;
  text-align: center;
}
#register-cmp .current-license .description {
  padding: 10px 10px 0 10px;
  border: 1px solid #da7928;
}
#register-cmp .current-license .switch {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #register-cmp .current-license .switch {
    text-align: right;
  }
}
.terms-and-conditions h5 {
  font-weight: bold;
  font-size: 1.1rem;
}
.terms-and-conditions ul {
  margin: 20px;
}
.terms-and-conditions ul li {
  margin-bottom: 10px;
}
.register-message .banner {
  text-align: left;
  padding: 20px 0;
}
.register-message .banner .title {
  color: #da7928;
  font-weight: bold;
}
.register-message .banner .price {
  display: inline-block;
  font-size: 0.95rem;
  padding-left: 10px;
  font-weight: bold;
}
.register-message .banner .link {
  text-align: right;
  font-size: 0.95rem;
  font-weight: bold;
}
.register-message .buttons {
  text-align: left;
}
.register-message ul {
  list-style: circle;
  padding-left: 20px !important;
  margin: 10px 10px 10px 20px !important;
}
.register-message ul li {
  list-style: circle;
}
.pagination .page {
  display: inline-block;
  margin: 0 5px;
}
.edit-item-form {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.edit-item-form .editable-field .info .value {
  font-size: 1.1rem;
  font-weight: bold;
}
.edit-item-form .inline .edit-link {
  display: inline-block;
}
.edit-item-form .inline .delete-link {
  display: inline-block;
}
.word-item {
  border: none;
  margin: 0;
}
.syllable-item {
  border: none;
  margin: 0;
}
.audio-upload-form .play-btn {
  display: inline-block;
}
.audio-upload-form .play-btn div {
  display: inline-block;
  margin-right: 10px;
}
.audio-upload-form .upload-btn {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.audio-upload-form .upload-btn .audio-file-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.word-category-tree ul {
  list-style: none;
  padding-left: 20px;
}
.word-category-tree ul li {
  position: relative;
  top: 0;
  left: 0;
}
.word-category-tree ul li .cat-bar {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 10px;
}
.word-category-tree ul li .cat-bar .drag-targets {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.word-category-tree ul li .cat-bar .drag-targets .top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
}
.word-category-tree ul li .cat-bar .drag-targets .middle {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 100%;
}
.word-category-tree ul li .cat-bar .drag-targets .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
}
.word-category-tree ul li.is-open .cat-bar .drag-targets {
  display: none;
}
.word-category-tree ul li.inactive .item-name {
  opacity: 0.3;
}
.word-category-tree ul li .expand-btn {
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 1.2rem;
}
.word-category-tree ul li .item-name {
  font-size: 1.2rem;
}
.word-category-tree ul li .tools {
  font-size: 0.8rem;
}
.word-category-tree ul li .tools div {
  display: inline-block;
  margin-right: 10px;
}
.word-category-tree ul li .tools .move-control {
  position: relative;
  top: 0;
  left: 0;
}
.word-category-tree ul li .tools .move-control .control {
  padding: 0 5px;
}
.word-category-tree.is-dragging ul li .cat-bar .drag-targets {
  display: block;
}
.word-category-tree.is-dragging ul li .cat-bar .drag-targets .top.is-active,
.word-category-tree.is-dragging ul li .cat-bar .drag-targets .middle.is-active,
.word-category-tree.is-dragging ul li .cat-bar .drag-targets .bottom.is-active {
  background: #4ba5fa;
}
.category-position {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.category-position .spot {
  position: relative;
  width: 100%;
}
.category-position .spot a {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: -15px 0;
  color: #da7928;
}
.activity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  text-align: center;
}
.activity .activity-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
}
.activity .task-wrap {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activity .task-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.activity .task-wrap .task-footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.activity .task-wrap .task {
  position: relative;
  top: 0;
  left: 0;
  width: 640px;
  height: 480px;
  background: #ffffff;
  border: 2px solid #da7928;
  padding: 10px;
}
.activity .task-wrap .task .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.activity .task-wrap .task .close-btn a {
  display: inline-block;
  padding: 10px 13px 3px 13px;
  text-align: center;
  background: #da7928;
  color: #ffffff;
  text-decoration: none;
}
.activity .task-wrap .task .close-btn a:hover {
  background: #eb6a00;
}
.activity .task-wrap .task .result-mark {
  position: absolute;
}
.activity .task-wrap .task .result-mark.correct {
  top: -15px;
  right: -15px;
}
.activity .task-wrap .task .result-mark.wrong {
  top: -10px;
  right: -7px;
}
.activity .task-wrap .task .syllable {
  display: inline-block;
  padding: 5px;
}
.activity .task-wrap .task .option {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 10px;
}
.activity .task-wrap .task .option .content {
  display: block;
  padding: 10px;
  border: solid 1px;
}
.activity .task-wrap .task .option a {
  text-decoration: none;
}
.activity .task-wrap .task .option a:hover {
  background: #fff7f0;
}
.activity .task-wrap .task .keyboard .keyboard-row.row-2 {
  position: relative;
  left: -28px;
}
.activity .task-wrap .task .keyboard .key {
  display: inline-block;
}
.activity .task-wrap .task .keyboard .key button {
  width: 50px;
  height: 50px;
  background: #da7928;
  color: #ffffff;
  margin: 3px;
  border-radius: 3px;
  padding-top: 7px;
}
.activity .task-wrap .task .keyboard .key button:focus {
  outline: 0;
}
.activity .task-wrap .task .keyboard .key button:active {
  background: #e89550;
}
.activity .task-wrap .task .word-progress {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #da7928;
  margin: 0;
}
.activity .task-wrap .task .spelling-points {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
  color: #da7928;
}
.activity .task-wrap .task .sentence {
  color: #da7928;
  margin: 50px 0 0px 0;
}
.activity .task-wrap .task .audio {
  display: inline-block;
  margin: 0 20px;
}
.activity .task-wrap .task .audio .icon {
  display: inline-block;
  width: 40px;
  height: 39px;
  background: url('/sitemedia/activity/speaker.png') no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
.activity .task-wrap .task .audio .icon:hover {
  background-image: url('/sitemedia/activity/speaker_hl.png');
}
.activity .task-wrap .task .question {
  margin: 30px 0 30px 0;
}
.activity .task-wrap .task .task-intro .greeting {
  margin-top: 140px;
  color: #da7928;
}
.activity .task-wrap .task .task-intro .message {
  margin: 30px 0 40px 0;
  color: #da7928;
}
.activity .task-wrap .task .task-intro .yes-btn,
.activity .task-wrap .task .task-intro .no-btn {
  border: 1px solid #da7928;
  margin: 0 10px;
  padding-left: 70px;
  background: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
}
.activity .task-wrap .task .task-intro .yes-btn:hover,
.activity .task-wrap .task .task-intro .no-btn:hover {
  color: #eb6a00;
  background-color: #fff7f0;
}
.activity .task-wrap .task .task-intro .yes-btn {
  background-image: url('/sitemedia/activity/checkmark.png');
}
.activity .task-wrap .task .task-intro .no-btn {
  background-image: url('/sitemedia/activity/crossmark.png');
}
.activity .task-wrap .task .task-a-syllable {
  display: inline-block;
}
.activity .task-wrap .task .task-d .question.mobile {
  margin-top: 10px;
}
.activity .task-wrap .task .task-d .result {
  color: #da7928;
  margin-bottom: 7px;
  min-height: 31px;
}
.activity .task-wrap .task .task-d .result .result-mark {
  position: relative;
  left: 0;
  display: inline;
}
.activity .task-wrap .task .task-d .result .result-mark.correct {
  top: -7px;
}
.activity .task-wrap .task .task-d .result .result-mark.wrong {
  top: -3px;
}
.activity .task-wrap .task .task-d .check-btn {
  margin-bottom: 15px;
}
.activity .task-wrap .task .task-d input {
  border: 1px solid #da7928;
  padding: 14px 10px 8px 10px;
  margin: 0 0 30px 0;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  color: #da7928;
  background: #fff7f0;
}
.activity .task-wrap .task .task-d input:active,
.activity .task-wrap .task .task-d input:focus {
  outline: 0;
}
.activity .task-wrap .task .save-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 4;
}
.activity .task-wrap .task .save-result h3 {
  padding-top: 120px;
  color: #2770f8;
  margin-bottom: 40;
}
.activity .task-wrap .task .save-result div {
  margin-bottom: 20px;
}
.activity .task-wrap .task .save-result.error h3 {
  color: #ff0000;
}
.activity .task-wrap .task .test-results {
  position: initial;
  font-size: 1rem;
}
.activity .task-wrap .task .test-results .result-header {
  margin-bottom: 0;
}
.activity .task-wrap .task .test-results .final-spelling-points {
  color: #da7928;
  font-size: 1rem;
  margin-bottom: 20px;
}
.activity .task-wrap .task .test-results .final-results {
  margin-top: 25px;
}
.activity .task-wrap .name-form .student-name {
  color: #da7928;
  margin-bottom: 7px;
  min-height: 31px;
}
.activity .task-wrap .name-form .student-name-field {
  border: 1px solid #da7928;
  color: #da7928;
  padding: 10px;
  margin: 20px 0;
  outline: 0;
}
.activity .task-wrap .name-form button {
  margin-bottom: 15px;
}
.activity .task-wrap .link {
  color: #da7928;
  border-color: #da7928;
}
.activity .task-wrap .disabled_link {
  border-color: #da7928;
  color: #da7928;
  opacity: 0.7;
}
.site-colors-light .activity .color_1 {
  border-color: #ff0000;
  color: #ff0000;
}
.site-colors-light .activity .color_2 {
  border-color: #0000cc;
  color: #0000cc;
}
.site-colors-light .activity .color_3 {
  border-color: #00cc00;
  color: #00cc00;
}
.site-colors-light .activity .color_4 {
  border-color: #d58512;
  color: #d58512;
}
.site-colors-light .activity .color_5 {
  border-color: #FF0072;
  color: #FF0072;
}
.site-colors-light .activity .color_6 {
  border-color: #00cccc;
  color: #00cccc;
}
.site-colors-light .activity .color_7 {
  border-color: #ffcc00;
  color: #ffcc00;
}
.site-colors-dl input {
  letter-spacing: 0.17em;
  word-spacing: 0.39em;
}
.site-colors-dl .activity {
  text-align: left;
}
.site-colors-dl .activity .task-wrap {
  text-align: left;
}
.site-colors-dl .activity .task-wrap .task-footer {
  text-align: left;
}
.site-colors-dl .activity .color_1 {
  border-color: #ff0000;
  color: #ff0000;
}
.site-colors-dl .activity .color_2 {
  border-color: #0000cc;
  color: #0000cc;
}
.site-colors-dl .activity .color_3 {
  border-color: #018f01;
  color: #018f01;
}
.site-colors-dl .activity .color_4 {
  border-color: #c77400;
  color: #c77400;
}
.site-colors-dl .activity .color_5 {
  border-color: #FF0072;
  color: #FF0072;
}
.site-colors-dl .activity .color_6 {
  border-color: #00cccc;
  color: #00cccc;
}
.site-colors-dl .activity .color_7 {
  border-color: #7e0397;
  color: #7e0397;
}
@media screen and (min-width: 767px) {
  .class-admin-tests .modal-dialog {
    width: 80%;
  }
}
.class-admin-tests .rule-select .select {
  margin-bottom: 40px;
}
.class-admin-tests .rule-select .select .list {
  height: 300px;
  overflow: scroll;
  border: 1px solid #da7928;
  padding: 10px;
}
.class-admin-tests .rule-select .select .list h4 {
  font-weight: bold;
  font-size: 1.1rem;
}
.class-admin-tests .rule-select .select .list label {
  font-weight: normal;
  font-size: 1rem;
}
.class-admin-tests .rule-select .select .btn {
  position: absolute;
  right: 0;
}
.class-admin-tests .rule-select .resume {
  margin-bottom: 20px;
}
.class-admin-tests .rule-select .resume .list {
  margin-bottom: 10px;
}
.admin-list th {
  vertical-align: top !important;
}
.admin-list .admin-list-row.active-0 td {
  opacity: 0.4;
}
.admin-list .admin-list-row.active-0 td.action {
  opacity: 1;
}
.admin-list .bold-row {
  font-weight: bold;
}
.admin-list .blue-row {
  color: #0000ff;
}
.admin-list .grey-row {
  color: #999999;
}
.action-icon {
  font-size: 20px;
  margin: 0 5px;
}
.admin-list-header {
  font-size: 0.8rem;
}
.admin-list-header .sort {
  padding-left: 2px;
  vertical-align: bottom;
}
.admin-list-header .sort .sort-asc,
.admin-list-header .sort .sort-desc {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url('/sitemedia/sort.png');
  opacity: 0.2;
}
.admin-list-header .sort .sort-asc.sort-active,
.admin-list-header .sort .sort-desc.sort-active {
  opacity: 1;
}
.admin-list-header .sort .sort-asc {
  background-position-y: 9px;
}
.admin-list-header .sort .sort-desc {
  background-position-y: 0px;
}
.admin-list-header-v2 .sort-active.sort-asc:hover {
  background-position-y: 0px;
}
.admin-list-header-v2 .sort-active.sort-desc:hover {
  background-position-y: 9px;
}
.invoice-table .status-1 {
  color: #000000;
}
.invoice-table .status-2 {
  color: #0000ff;
}
.invoice-table .status--1 {
  color: #ff0000;
}
.daterange-modal .buttons {
  margin: 75px 0 75px 0;
}
.column-filter {
  min-height: 50px;
}
.test-results {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
}
.test-results .name-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.test-results .result-table {
  height: 260px;
  overflow: auto;
}
.test-results .final-results {
  margin-top: 25px;
}
.result-modal .form {
  position: absolute;
  width: 50%;
  top: 0;
  right: 10px;
  z-index: 1;
}
.activity .test-results .result-table {
  height: 245px;
}
.site-colors-dl .attempts-resume .attempts-count {
  display: block;
}
.site-colors-dl .activity .result-table {
  height: 187px;
}
.game-register-message {
  padding: 100px 40px 0 40px;
  font-size: 20px;
}
.sf-games .game-select .game {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 320px;
  float: left;
  margin: 0 20px 20px 0;
}
.sf-games .game-select .game:hover {
  cursor: pointer;
}
.sf-games .game-select .game:hover h4 {
  background: #eb6a00;
}
.sf-games .game-select .game h4 {
  background: #da7928;
  color: #ffffff;
  padding: 7px 5px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.sf-games .game-select .game .thumb {
  width: 320px;
  height: 180px;
  margin-top: 30px;
  background-position-x: center;
}
.sf-games .game-select .game .free-banner {
  bottom: -10px;
  right: -10px;
}
.fs-game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-bottom: 40px;
  z-index: 1;
}
.fs-game .top-bar {
  background: #da7928;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.fs-game .top-bar h1 {
  font-size: 1.2rem !important;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}
.fs-game .top-bar .exit-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 4px 5px 1px 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.fs-game .top-bar .exit-btn:hover {
  color: #fffa63;
  border-color: #fffa63;
}
.fs-game .game-wrap {
  width: 100%;
  height: 100%;
}
.fs-game .game-iframe {
  width: 100px;
  min-width: 100%;
  *width: 100%;
  height: 100px;
  min-height: 100%;
  *height: 100%;
  border: none;
}
#db-games .thumb .img {
  height: 90px;
}
#db-games .thumb .upload {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
}
#db-games .thumb .upload .field {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff7f0;
}
.table-striped > tbody tr td {
  border: none;
}
.table-striped > tbody tr.disabled {
  opacity: 0.5;
}
.sf-points-table {
  max-width: 300px;
}
.sf-points-table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.gamedev .col-sm-6 {
  position: inherit;
}
.gamedev .file-list {
  position: relative;
  top: 0;
  left: 0;
  height: 300px;
  overflow: auto;
  border: 1px solid #da7928;
  padding: 10px;
}
.gamedev .file-list .delete {
  position: absolute;
  right: 0;
  top: 0;
}
.gamedev .file-list .delete .btn {
  padding: 4px;
  font-size: 1rem;
}
.gamedev .file-path {
  margin: 10px 0 0 0;
}
