@charset "UTF-8";
/*
Created by: @themepixels
URL: http://themepixels.com/
*/
label {
  font-weight: normal;
  margin-bottom: 5px !important;
  color: #4a535e;
}
code {
  border-radius: 2px;
  background: none;
  padding: 0;
}
small {
  font-size: 11px;
}
.lead {
  color: #333;
}
blockquote p {
  font-family: 'Georgia', sans-serif;
  font-weight: 100;
  color: #333;
}
blockquote .glyphicon,
blockquote .fa {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}
h4,
.h4 {
  line-height: 24px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.form-group::after {
  clear: both;
  display: block;
  content: '';
}
.form-bordered .form-group {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #d3d7db;
}
.form-bordered .form-group:first-child {
  border-top: 0;
}
.form-striped .form-group {
  margin: 0;
  padding: 15px 0;
}
.form-striped .form-group:nth-child(even) {
  background: #fcfcfc;
}
.form-inline .form-group {
  margin-right: 20px;
}
.form-inline .checkbox {
  margin-right: 20px;
}
.form-control {
  border-radius: 3px;
  padding: 10px;
  height: auto;
  box-shadow: none;
  font-size: 13px;
}
.form-control:focus {
  border-color: #999;
  box-shadow: none;
  box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
}
.input-sm {
  font-size: 12px;
  padding: 7px 10px;
  height: auto;
  margin-top: 3px;
}
.input-lg {
  font-size: 18px;
  padding: 12px 10px;
  height: 46px;
}
.btn {
  border-radius: 3px;
  line-height: 21px;
  transition: all 0.2s ease-out 0s;
  padding: 6px 15px;
}
.btn:focus {
  outline: none;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-xs {
  padding: 2px 10px;
}
.btn-lg {
  padding: 12px 20px;
}
.btn-default {
  background: #e4e7ea;
  color: #636e7b;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #f7f7f7;
  border-color: #ccc;
  box-shadow: none;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  box-shadow: none;
}
.btn-success {
  background-color: #1CAF9A;
  border-color: #17a08c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #17a08c;
  border-color: #119380;
}
.btn-white {
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  box-shadow: none;
  background: #f7f7f7;
}
.btn-default-alt {
  border: 2px solid #999;
  color: #999;
  text-transform: uppercase;
  font-family: 'LatoBold';
  font-size: 12px;
}
.btn-default-alt:hover,
.btn-default-alt:active,
.btn-default-alt:focus {
  border-color: #666;
  color: #666;
}
.btn-primary-alt {
  border: 2px solid #428BCA;
  color: #428BCA;
  text-transform: uppercase;
  font-family: 'LatoBold';
  font-size: 12px;
}
.btn-primary-alt:hover,
.btn-primary-alt:active,
.btn-primary-alt:focus {
  border-color: #357EBD;
  color: #357EBD;
}
.btn-success-alt {
  border: 2px solid #1CAF9A;
  color: #1CAF9A;
  text-transform: uppercase;
  font-family: 'LatoBold';
  font-size: 12px;
}
.btn-success-alt:hover,
.btn-success-alt:active,
.btn-success-alt:focus {
  border-color: #17a08c;
  color: #17a08c;
}
.btn-warning-alt {
  border: 2px solid #F0AD4E;
  color: #F0AD4E;
  text-transform: uppercase;
  font-family: 'LatoBold';
  font-size: 12px;
}
.btn-warning-alt:hover,
.btn-warning-alt:active,
.btn-warning-alt:focus {
  border-color: #EEA236;
  color: #EEA236;
}
.btn-danger-alt {
  border: 2px solid #D9534F;
  color: #D9534F;
  text-transform: uppercase;
  font-family: 'LatoBold';
  font-size: 12px;
}
.btn-danger-alt:hover,
.btn-danger-alt:active,
.btn-danger-alt:focus {
  border-color: #D43F3A;
  color: #D43F3A;
}
.btn-info-alt {
  border: 2px solid #5BC0DE;
  color: #5BC0DE;
  text-transform: uppercase;
  font-family: 'LatoBold';
  font-size: 12px;
}
.btn-info-alt:hover,
.btn-info-alt:active,
.btn-info-alt:focus {
  border-color: #46B8DA;
  color: #46B8DA;
}
.btn-brown {
  background-color: #583f26;
  border-color: #513921;
  color: #fff;
}
.btn-brown:hover,
.btn-browm:active,
.btn-brown:focus {
  color: #fff;
  background-color: #513921;
  border-color: #48321c;
}
.btn-brown-alt {
  border: 2px solid #583f26;
  color: #583f26;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LatoBold';
}
.btn-brown-alt:hover,
.btn-brown-alt:active,
.btn-brown-alt:focus {
  border-color: #513921;
  color: #513921;
}
.btn-black {
  background: #333;
  color: #fff;
  border-color: #222;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background: #222;
  border-color: #111;
  color: #fff;
}
.btn-black-alt {
  border: 2px solid #333;
  color: #333;
  font-size: 12px;
  font-family: 'LatoBold';
  text-transform: uppercase;
}
.btn-black-alt:hover,
.btn-black-alt:active,
.btn-black-alt:focus {
  border: 2px solid #222;
  color: #222;
}
.btn-pink {
  background: #f579e8;
  border-color: #ec6bde;
  color: #fff;
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
  background: #ec6bde;
  border-color: #e261d4;
  color: #fff;
}
.btn-pink-alt {
  border: 2px solid #f579e8;
  color: #f579e8;
  font-size: 12px;
  font-family: 'LatoBold';
  text-transform: uppercase;
}
.btn-pink-alt:hover,
.btn-pink-alt:active,
.btn-pink-alt:focus {
  border-color: #ec6bde;
  color: #ec6bde;
}
.btn-darkblue {
  color: #fff;
  background: #2e4678;
  border-color: #29406f;
}
.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:focus {
  background: #29406f;
  border-color: #243a66;
  color: #fff;
}
.btn-darkblue-alt {
  border: 2px solid #2e4678;
  color: #2e4678;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LatoBold';
}
.btn-darkblue-alt:hover,
.btn-darkblue-alt:active,
.btn-darkblue-alt:focus {
  border-color: #29406f;
  color: #29406f;
}
.btn-orange {
  color: #fff;
  background: #f38108;
  border-color: #de7504;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  background: #de7504;
  border-color: #d67003;
  color: #fff;
}
.btn-orange-alt {
  border: 2px solid #f38108;
  color: #f38108;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LatoBold';
}
.btn-orange-alt:hover,
.btn-orange-alt:active,
.btn-orange-alt:focus {
  border-color: #de7504;
  color: #de7504;
}
.btn-maroon {
  color: #fff;
  background: #990000;
  border-color: #880000;
}
.btn-maroon:hover,
.btn-maroon:active,
.btn-maroon:focus {
  background: #880000;
  border-color: #770000;
  color: #fff;
}
.btn-maroon-alt {
  border: 2px solid #990000;
  color: #990000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LatoBold';
}
.btn-maroon-alt:hover,
.btn-maroon-alt:active,
.btn-maroon-alt:focus {
  border-color: #880000;
  color: #880000;
}
.btn-lightblue {
  background: #0390fd;
  color: #fff;
  border-color: #028af3;
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue:focus {
  background: #028af3;
  border-color: #0385ea;
  color: #fff;
}
.btn-lightblue-alt {
  border: 2px solid #0390fd;
  color: #0390fd;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LatoBold';
}
.btn-lightblue-alt:hover,
.btn-lightblue-alt:active,
.btn-lightblue-alt:focus {
  border-color: #028af3;
  color: #028af3;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group {
  margin-bottom: 10px;
}
.badge {
  border-radius: 2px;
  font-weight: normal;
  font-size: 11px;
  vertical-align: middle;
  display: inline-block;
}
.badge-warning {
  background-color: #ec8c04;
}
.badge-success {
  background-color: #019a1e;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-tabs > li > a {
  border-radius: 3px 3px 0 0;
}
.panel {
  border-radius: 3px;
  box-shadow: none;
  background: #fcfcfc;
  border: 0;
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
.panel-heading,
.panel-footer {
  background: #fff;
  border-color: #eee;
}
.panel-heading {
  padding: 20px;
}
.panel-default > .panel-heading {
  border-color: #e7e7e7;
  background-color: #fff;
}
.panel-heading-empty {
  background: none;
  border-bottom: 0;
}
.panel-heading p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #77818e;
}
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-info .panel-heading {
  border-bottom: 0;
}
.panel-success .panel-heading {
  background-color: #1CAF9A;
}
.panel-warning .panel-heading {
  background-color: #F0AD4E;
}
.panel-danger .panel-heading {
  background-color: #D9534F;
}
.panel-info .panel-heading {
  background-color: #5BC0DE;
}
.panel-dark .panel-heading {
  background-color: #1d2939;
}
.panel-btns a {
  margin-left: 8px;
  float: right;
  color: #000;
  display: inline-block;
  font-weight: bold;
  opacity: 0.4;
  font-size: 16px;
  transition: all 0.2s ease-out 0s;
}
.panel-btns a.minimize {
  font-size: 18px;
}
.panel-btns a:hover {
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}
.panel-btns a.minimize:active,
.panel-btns a.minimize:focus {
  text-decoration: none;
}
.panel-title {
  font-size: 18px;
  color: #111;
  /*font-family: 'LatoBold'; */
}
.panel-title-alt {
  font-size: 13px;
  font-family: 'LatoBold';
  text-transform: uppercase;
  margin: 0;
}
.panel-title-alt + p {
  margin-top: 5px !important;
}
.panel-primary .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title,
.panel-danger .panel-title,
.panel-info .panel-title,
.panel-dark .panel-title {
  color: #fff;
}
.panel-success .panel-btns a,
.panel-danger .panel-btns a,
.panel-dark .panel-btns a {
  color: #fff;
}
.panel-body {
  padding: 20px;
}
.panel-body-nopadding-top {
  padding: 0 20px 20px 20px;
}
.panel-body-nopadding {
  padding: 0;
}
.panel-footer {
  padding: 20px;
}
.panel-footer:after {
  clear: both;
  display: block;
  content: '';
}
.panel-heading .nav-tabs {
  margin-bottom: -20px;
  border-bottom: 0;
}
.panel-heading .nav-tabs li {
  margin-right: 5px;
}
.panel-heading .nav-tabs li a {
  color: #666;
}
.panel-heading .nav-tabs li a:hover,
.panel-heading .nav-tabs li a:active,
.panel-heading .nav-tabs li a:focus {
  background-color: #fff;
  border-color: #fff;
  border-bottom: 0;
  color: #111;
}
.panel-heading .nav-tabs li.active a {
  background: #fcfcfc;
  color: #111;
}
.panel-heading .nav-tabs li.active a:hover,
.panel-heading .nav-tabs li.active a:active,
.panel-heading .nav-tabs li.active a:focus {
  background: #fcfcfc;
  color: #111;
  border: 1px solid #ddd;
  border-bottom-color: #fcfcfc;
}
.panel-heading .nav-justified {
  margin-bottom: -21px;
}
.panel-heading .nav-justified li a {
  border-bottom: 0;
}
.panel-alt .panel-heading {
  padding: 20px 20px;
}
.panel-alt .panel-title {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'LatoBold';
}
.panel-alt .panel-heading p {
  margin-top: 5px;
  line-height: 18px;
}
.panel-alt .panel-btns a {
  margin-top: -3px;
}
.panel-alt .panel-footer {
  padding: 15px;
}
.panel-alt .panel-body {
  padding: 15px;
}
.panel-primary .panel-heading p,
.panel-warning .panel-heading p,
.panel-success .panel-heading p,
.panel-danger .panel-heading p,
.panel-info .panel-heading p {
  color: #fff;
  opacity: 0.6;
}
.form-horizontal .control-label {
  font-weight: normal;
}
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  box-shadow: none;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
}
.input-group-addon {
  border-radius: 2px;
  font-size: 13px;
  background-color: #f7f7f7;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 2px;
  height: 46px;
}
.input-group-btn .btn {
  line-height: 22px;
}
.dropdown-menu {
  border-radius: 3px;
  padding: 5px;
  box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
}
.dropdown-menu li a {
  border-radius: 2px;
  transition: all 0.2s ease-out 0s;
}
.dropdown-menu > li > a {
  padding: 7px 10px;
  color: #666;
}
.dropdown-menu > li > a:hover {
  background-color: #e7e7e7;
  color: #333;
}
.tooltip-inner {
  border-radius: 2px;
}
.popover {
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.popover-title {
  border-radius: 2px 2px 0 0;
  font-size: 13px;
  border-color: #ddd;
}
.modal-dialog {
  border: 0;
}
.modal-content {
  border-radius: 2px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  border: 0;
}
.modal-title {
  font-size: 20px;
  color: #333;
}
.modal-header .close {
  margin-top: 4px;
}
.modal-backdrop.in {
  opacity: 0.65;
}
.alert {
  border-radius: 3px;
}
.alert .close {
  font-size: 16px;
  margin-top: 3px;
}
.alert .alert-link {
  font-family: 'LatoBold';
  font-weight: normal;
}
.alert > p + p {
  margin-top: 15px;
}
.alert > p + p .btn {
  margin-right: 5px;
}
.label {
  border-radius: 2px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 11px;
}
.label-success {
  background-color: #1CAF9A;
}
.badge-primary {
  background-color: #428BCA;
}
.badge-warning {
  background-color: #F0AD4E;
}
.badge-success {
  background-color: #1CAF9A;
}
.badge-danger {
  background-color: #D9534F;
}
.badge-info {
  background-color: #5BC0DE;
}
.progress {
  box-shadow: none;
  border-radius: 3px;
  height: 15px;
  margin-bottom: 15px;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-success {
  background-color: #1CAF9A;
}
.progress-sm {
  height: 10px;
  border-radius: 2px;
}
.nav-tabs {
  background: #d8dbde;
  border: 0;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a {
  border: 0;
  padding: 14px 20px;
  color: #666;
}
.nav-tabs > li > a:hover {
  background: none;
  color: #333;
}
.tab-content {
  background: #fcfcfc;
  padding: 15px;
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  border-radius: 0 0 3px 3px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fcfcfc;
  border: 0;
}
.tab-pane address:last-child {
  margin-bottom: 0;
}
.nav-dark {
  background: #1d2939;
}
.nav-dark > li > a {
  color: #999;
}
.nav-dark > li > a:hover {
  color: #fff;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 0;
}
.nav .dropdown > a {
  font-family: 'LatoBold';
}
.nav .dropdown-menu {
  margin-top: -2px;
}
.nav .dropdown .caret {
  border-top-color: #666;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-color: #fff;
  border-bottom-color: #fcfcfc;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: 0;
  background: none;
  color: #333;
  font-family: 'LatoBold';
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-title {
  font-size: 14px;
  font-family: 'LatoBold';
}
.panel-group .panel-title a {
  padding: 14px 15px;
  display: block;
}
.panel-group .panel-title a:hover,
.panel-group .panel-title a:focus,
.panel-group .panel-title a:active {
  text-decoration: none;
}
.panel-group .panel-title a.collapsed {
  background-color: #f7f7f7;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.panel-group .panel:last-child .panel-title a {
  border-bottom: 0;
}
.panel-group .panel-title a.collapsed:hover {
  background-color: #f3f3f3;
}
.panel-collapse.in .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
}
.panel-group .panel:last-child {
  border-radius: 0 0 3px 3px;
}
.panel-group .panel:first-child {
  border-radius: 3px 3px 0 0;
}
.panel-group-dark .panel {
  border-bottom: 0;
}
.panel-group-dark .panel-title a.collapsed {
  background-color: #1d2939;
  color: #ccc;
  border-bottom: 1px solid #273548;
}
.panel-group-dark .panel-title a.collapsed:hover {
  background-color: #17222f;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a,
.pagination > li > span {
  color: #636e7b;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.pagination-split li:first-child {
  margin-left: 0;
}
.pagination-split li a {
  border-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1CAF9A;
  border-color: #1CAF9A;
}
.pager li > a,
.pager li > span {
  border-radius: 3px;
  color: #636e7b;
}
.well {
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  background-color: #e4e7ea;
}
.thumbnail {
  border-radius: 3px;
  padding: 5px;
}
.media {
  padding-bottom: 15px;
}
.media-heading {
  color: #333;
  font-size: 14px;
  font-family: 'LatoBold';
  margin: 0;
}
small.media-desc {
  line-height: 16px;
  font-size: 12px;
  display: block;
}
.text-success {
  color: #1CAF9A;
}
.table {
  background: #fcfcfc;
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
.table th {
  font-weight: normal;
  font-family: 'LatoBold';
}
.table thead > tr > th {
  border-color: #eee;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #444;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-color: #eee;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f5f5f5;
}
.modal-footer {
  margin-top: 0;
}
.modal-content .tab-content {
  box-shadow: none;
}
.ember-modal-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ember-modal-dialog {
  position: absolute;
  margin-top: 2%;
  left: 10%;
  right: 10%;
  max-height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 600;
  overflow: auto;
  border-radius: 4px;
}
.modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom: 0px;
}
.modal-footer {
  background: #f0f3f8;
  border-top: 0px;
}
.collapsed {
  left: auto;
  right: auto;
}
.ember-modal-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  padding: 15px;
}
.ember-modal-header .panel-title {
  font-size: 20px;
  line-height: 1.428571429;
}
.ember-modal-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
}
.ember-modal-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.ember-modal-delete {
  margin-left: 10%;
  width: 60%;
}
.ember-modal-xs {
  width: 30%;
  left: 35%;
  top: 30%;
}
.ember-modal-sm {
  width: 60%;
}
.ember-modal-sm.ember-tether {
  margin-top: 20px;
}
.ember-modal-md {
  width: 40%;
}
.ember-modal-md.ember-tether {
  margin-top: 20px;
}
.ember-modal-lg {
  width: 70%;
}
.ember-modal-lg.ember-tether {
  margin-top: 20px;
}
.ember-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.ember-modal-dialog {
  background-color: #fff;
  box-shadow: 0 0 10px #222;
}
.ember-modal-overlay.translucent {
  background-color: rgba(0, 0, 0, 0.75);
}
.app-content-panel {
  position: relative;
}
.app-content-sidebar {
  float: left;
  width: 200px;
  padding: 10px;
  margin: 10px;
}
.app-content-sidebar .pages {
  text-align: center;
}
.app-content-sidebar .pages h4 {
  border: 1px solid black;
  border-radius: 5px;
  padding: 3px;
  background: white;
}
.app-content-sidebar .pages h4.curr-page {
  background: lightskyblue;
}
.app-content-sidebar hr {
  border-top: 1px solid black;
}
.app-content-sidebar .toggle-bar {
  text-align: center;
  float: left;
  background: #e4e7ea;
  width: 100%;
  padding: 3px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  border: 1px solid black;
}
.app-content-sidebar .toggle-bar i {
  color: green;
  cursor: pointer;
}
.app-content-widget-container {
  margin: 0 auto;
  max-width: 375px;
}
.app-content-widget-container img {
  width: 100%;
}
.app-content-widget-container .phone-model {
  position: relative;
}
.app-content-widget-container .phone-model .phone-device {
  height: 730px;
  max-width: 375px;
  width: 100%;
}
.app-content-widget-container .phone-model .phone-mock {
  left: 50%;
  max-width: 366px;
  min-height: 580px;
  padding: 3em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  width: 100%;
}
.app-content-widget-container .phone-model .phone-mock .phone-header {
  left: 0;
  padding: 0 3em;
  position: absolute;
  width: 100%;
}
.app-content-widget-container .phone-model .phone-mock .phone-header img {
  display: block;
}
.app-content-widget-container .phone-model .phone-mock .phone-body {
  margin-top: 13px;
}
.app-content-widget-container .page-item {
  border-color: black;
}
.app-nav-pills {
  margin-bottom: 2em;
}
.app-nav-pills .nav-container {
  background-color: #6f8294;
  border-radius: 3px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-right: 15px;
  max-width: 125px;
  min-height: 75px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.app-nav-pills .nav-container span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.app-nav-pills .nav-container:hover {
  background-color: #337ab7;
  cursor: pointer;
}
.app-nav-pills .active {
  color: #fff;
  background-color: #337ab7;
}
.app-content-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 0;
  position: absolute;
  width: 100%;
}
.app-content-container .app-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.app-content-container .app-content .phone-display {
  background: #636e7b;
  width: 50%;
}
.app-content-container .app-content .app-settings {
  background: white;
  margin: 0 auto;
  padding: 0;
  width: 50%;
}
.app-content-container .app-content .app-settings .app-settings-container {
  margin: 0 auto;
}
.app-content-container .app-content .app-settings .app-settings-container .app-nav-pills {
  padding: 2.5em;
}
.app-content-container .app-content .app-settings .app-settings-container .app-nav-pills-sml {
  padding: 0;
}
.app-content-container .app-content .app-settings .app-settings-container .app-nav-pills-sml .nav-container {
  max-width: 80px;
  min-height: 55px;
}
.app-content-container .app-content .app-settings .app-settings-container .app-nav-pills-sml .nav-container span {
  text-transform: capitalize;
}
.app-content-container .app-content .app-settings .app-settings-container .panel {
  background: none;
  box-shadow: none;
}
.app-content-container .app-content .app-settings .app-settings-container .panel .panel-heading {
  background: #e3e7ea;
  margin: 0;
  padding-left: 2.5em;
}
.app-content-container .app-content .app-settings .app-settings-container .panel .panel-heading .panel-title {
  color: #31373d;
  font-weight: bold;
  text-transform: uppercase;
}
.app-content-container .app-content .app-settings .app-settings-container .panel .panel-body {
  padding-left: 3.5em;
}
.app-content-container .app-content .app-settings .app-settings-container .panel .panel-body .form-group {
  margin-bottom: 0;
}
.app-content-container .app-content .app-settings .app-settings-container .panel .panel-body .form-group label {
  padding-top: 13px;
}
.app-content-container .app-content .app-settings .app-settings-container .panel .panel-body__notification {
  padding: 1.5em 2.5em;
}
.app-content-container .app-content .app-settings .app-settings-container .row {
  margin: 0;
  position: relative;
}
.app-content-container .app-content .fa-toggle-off {
  color: #c4cbd0;
}
.app-content-container .app-content .fa-toggle-on {
  color: #c4cbd0;
}
.app-content-container.mini-luts .luts-preview-btn {
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  top: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.app-content-container.mini-luts .edit-luts-buttons {
  float: right;
  margin: 15px 0;
}
.imagePlaceholder {
  border: 2px dashed white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.imagePlaceholder .fa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.logoPlaceholder {
  border: 2px dashed white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 100%;
}
.logoPlaceholder .fa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.extraComponentWidget {
  margin: 0 auto;
  padding: 2.5em;
}
.extraComponentWidget .panel-heading {
  background: #e3e7ea;
  padding-left: 1.5em;
}
.extraComponentWidget .panel-heading .panel-title {
  color: #31373d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
.extraComponentWidget .panel-body {
  background: #8293a3;
}
.extraComponentWidget .edit-label {
  color: white;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding: 1em 1.5em;
}
.extraComponentWidget .image-save {
  bottom: 2em;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.extraComponentWidget #imageDisplay {
  display: inline-block;
  padding: 1.5em;
  padding-top: 0;
  width: 100%;
}
.extraComponentWidget #imageDisplay div {
  padding: 0;
}
.extraComponentWidget #imageDisplay img {
  max-height: 400px;
  max-width: 100%;
}
.extraComponentWidget .imagePlaceholder {
  border: 2px dashed white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  width: 100%;
}
.extraComponentWidget .imagePlaceholder .fa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.extraComponentWidget .image-button {
  background: #355ca7;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: .75em;
  font-weight: 600;
  height: 30px;
  max-width: 125px;
  text-transform: uppercase;
  width: 100%;
}
.extraComponentWidget .pull-right {
  display: block;
  max-width: 75px;
  width: 100%;
}
.extraComponentWidget .pull-right .cancel-button {
  background: #355ca7;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: .75em;
  font-weight: 600;
  height: 30px;
  max-width: 125px;
  text-transform: uppercase;
  width: 100%;
}
.extraComponentWidget .pull-right #save-carousel {
  display: none;
}
.extraComponentWidget .save-image {
  margin-top: 10px;
  max-width: 75px;
  width: 100%;
}
.extraComponentWidget .extra-comp-footer {
  background: #313942;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.extraComponentWidget .extra-comp-footer p {
  color: white;
  margin: 0;
  padding: 0.75em 1.5em;
}
.extraComponentWidget .form-group {
  margin-bottom: 0;
}
.extraComponentWidget .messaging {
  border: none;
}
.extraComponentWidget .messaging .image-button {
  float: right;
  margin-left: 15px;
}
.extraComponentWidget .messaging .form-group {
  margin-bottom: 0px;
  padding: 1em 1.5em;
}
.extraComponentWidget .messaging .form-group .edit-label {
  padding: 0;
}
.extraComponentWidget .messaging .row {
  padding-bottom: 1.5em;
  padding-right: 1.5em;
}
.extraComponentWidget .messaging .form-group:nth-child(even) {
  background: #d7dce0;
}
.extraComponentWidget .button-editor label {
  color: white;
}
.extraComponentWidget .button-editor .form-group .row .row {
  display: block;
  padding: .5em 1em;
  width: 100%;
}
.extraComponentWidget .button-editor .form-group .row .row .button-color-picker {
  padding: 0;
}
.extraComponentWidget .button-editor .button-color-picker .color-picker {
  padding: .25em;
}
.extraComponentWidget .button-save {
  float: right;
  margin: 15px 10px;
}
.extraComponentWidget .full-save {
  height: 45px;
  margin: 0;
  padding: 0 1.5em;
}
.extraComponentWidget .full-save .image-save {
  bottom: 0;
  position: relative;
}
.extraComponentWidget .full-save .save-image {
  float: right;
  margin-bottom: 10px;
}
.extraComponentWidget .slider-container {
  background: #c4cbd0;
  padding: 1.5em;
}
.extraComponentWidget .slider-container .edit-label {
  color: #6f8294;
  padding-left: 1em;
  padding-right: 1em;
}
.extraComponentWidget .slider-container .form-control {
  font-weight: 600;
  text-align: left;
}
.extraComponentWidget .slider-container .row .col-xs-2 {
  padding-right: 0px;
}
.extraComponentWidget .slider-container .noUi-pips {
  color: #6f8294;
}
.extraComponentWidget .slider-container .noUi-pips.noUi-pips-horizontal {
  height: 35px;
  top: -19px;
}
.extraComponentWidget .slider-container .noUi-pips.noUi-pips-horizontal .noUi-marker-horizontal {
  height: 100%;
}
.extraComponentWidget .slider-container .noUi-target {
  background: #6f8294;
  border-radius: 35px;
}
.extraComponentWidget .slider-container .noUi-base {
  background: #6f8294;
  border: 2px solid #c4cbd0;
  border-radius: 35px;
}
.extraComponentWidget .slider-container .noUi-marker {
  background: #6f8294;
}
.extraComponentWidget .slider-container .noUi-marker:first-child {
  display: none;
}
.extraComponentWidget .slider-container .noUi-marker:last-child {
  display: none;
}
.extraComponentWidget .slider-container .noUi-horizontal .noUi-handle {
  border-radius: 50px;
  height: 35px;
  top: -10px;
  width: 35px;
}
.extraComponentWidget .slider-container .noUi-horizontal .noUi-handle:before {
  display: none;
}
.extraComponentWidget .slider-container .noUi-horizontal .noUi-handle:after {
  display: none;
}
.extraComponentWidget .blank-carousel .image-save {
  bottom: 1.5em;
}
.extraComponentWidget .blank-carousel #imageDisplay {
  position: relative;
}
.checkInNow .check-in-block {
  position: relative;
}
.checkInNow .middleImageContainer {
  background: white;
  margin: 0 auto;
  width: 90%;
}
.checkInNow .middleImageContainer .top-third {
  font-size: 10px;
  line-height: 1.1;
  margin-top: -20px;
  padding: 2em;
  text-align: center;
}
.checkInNow .middleImageContainer .top-third h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.checkInNow .middleImageContainer .top-third p {
  margin-bottom: 0;
}
.checkInNow .middleImageContainer .middle-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  position: relative;
}
.checkInNow .middleImageContainer .bottom-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  position: relative;
}
.checkInNow .middleImageContainer .individual-sections:hover {
  cursor: pointer;
}
.checkInNow .middleImageContainer .individual-sections:hover .action-hover {
  visibility: visible;
}
.checkInNow .middleImageContainer .individual-sections:hover .content-overlay {
  visibility: visible;
}
.checkInNow .middleImageContainer .individual-sections:hover.no-edit {
  border: none;
}
.checkInNow .middleImageContainer .individual-sections .button-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  left: 50%;
  line-height: 1.3;
  max-width: 175px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  z-index: 999;
}
.checkInNow .middleImageContainer .individual-sections .button-container button {
  border: none;
  border-radius: 35px;
  font-size: 10px;
  min-width: 100px;
  padding: 1em 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.checkInNow .middleImageContainer .individual-sections .button-container:hover {
  cursor: pointer;
}
.checkInNow .middleImageContainer .individual-sections .button-container:hover .action-button {
  visibility: visible;
}
.checkInNow .middleImageContainer .individual-sections .button-container:hover .content-overlay-button {
  visibility: visible;
}
.checkInNow .middleImageContainer .individual-sections .button-container:hover.no-edit {
  border: none;
}
.checkInNow .middleImageContainer .individual-sections .action-hover,
.checkInNow .middleImageContainer .individual-sections .action-button {
  visibility: hidden;
  cursor: pointer;
  top: 50%;
  left: 50%;
  background: white;
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 35px;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  color: black;
  z-index: 9991;
}
.checkInNow .middleImageContainer .individual-sections .action-hover i,
.checkInNow .middleImageContainer .individual-sections .action-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  z-index: 99;
}
.checkInNow .middleImageContainer .individual-sections .content-overlay,
.checkInNow .middleImageContainer .individual-sections .content-overlay-button {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 3px;
  z-index: 20;
}
.interactive .location:hover {
  cursor: default;
}
.interactive .interactive-game {
  background: white;
  margin: 0 auto;
  width: 90%;
}
.interactive .interactive-game .top-third {
  font-size: 10px;
  line-height: 1.1;
  margin-top: -20px;
  padding: 2em;
  text-align: center;
}
.interactive .interactive-game .top-third h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.interactive .interactive-game .top-third p {
  margin-bottom: 0;
}
.interactive .interactive-game .page-item {
  border: none;
}
.interactive .interactive-game .page-item p {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  color: white;
  left: 5px;
  margin: 0 auto;
  margin-bottom: 2.5%;
  padding: .25em .75em;
  position: absolute;
  width: 95%;
}
.interactive .interactive-game .header-text {
  font-size: 11px;
  margin-bottom: 0;
  padding: .25em .75em;
  text-transform: uppercase;
}
.interactive .flashlight-container {
  background: grey;
  border: none;
  color: white;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 15px;
  padding: .5em .75em;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
.interactive .bottomButton {
  width: 99%;
}
.interactive .bottomButton .button-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  border: none;
  display: block;
  line-height: 1.3;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 175px;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 999;
}
.interactive .bottomButton .button-container button {
  border: none;
  border-radius: 35px;
  font-size: 10px;
  min-width: 100px;
  padding: 1em 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.interactive .bottomButton .button-container:hover {
  cursor: pointer;
}
.interactive .bottomButton .button-container:hover .action-button {
  visibility: visible;
}
.interactive .bottomButton .button-container:hover .content-overlay-button {
  visibility: visible;
}
.interactive .bottomButton .button-container:hover.no-edit {
  border: none;
}
.interactive .bottomButton .button-container .action-button {
  visibility: hidden;
  cursor: pointer;
  top: 50%;
  left: 50%;
  background: white;
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 35px;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  color: black;
  z-index: 9991;
}
.interactive .bottomButton .button-container .action-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  z-index: 99;
}
.interactive .bottomButton .button-container .content-overlay-button {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 3px;
  z-index: 20;
}
span.bold {
  font-weight: 600;
}
.carousel-widget h4 {
  margin-top: 20px;
  margin-left: 20px;
}
.carousel-widget h4 button {
  margin-top: -5px;
  margin-right: 10px;
}
.carousel-widget .carousel-link {
  background: #c4cbd0;
  border: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #8293a3;
  font-weight: 600;
  height: 45px;
  max-width: 150px;
  text-transform: uppercase;
  width: 100%;
}
.carousel-widget .carousel-link.active {
  color: #6f8294;
  background: #d7dce0;
}
.carousel-widget #carousel {
  background: #8293a3;
  padding-bottom: 25px;
}
.carousel-widget .carousel-container-main {
  background: #6f8294;
  border: 0;
  height: 125px;
  margin: 0;
  padding: 1.5em;
}
.carousel-widget .carousel-container-main .carousel-item {
  background: #000;
  margin: 0;
  margin-left: 1%;
  width: 24%;
}
.carousel-widget .carousel-container-main .carousel-item .remove-carousel-item {
  background: red;
  border: 2px solid white;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  height: 20px;
  line-height: 14px;
  position: absolute;
  right: -7px;
  top: -7px;
  width: 20px;
  z-index: 99;
}
.carousel-widget .carousel-container-main .carousel-item .remove-carousel-item span {
  margin-left: -1px;
}
.carousel-widget .edit-carousel-text {
  background: #8293a3;
  color: white;
  margin-bottom: 0;
  padding: 1em 1.5em;
}
.carousel-widget .edit-carousel-text span:first-child {
  font-weight: 600;
}
.carousel-widget .edit-carousel-text #pipe {
  border-left: 1px solid white;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
}
.carousel-widget .edit-carousel-text #pipe:before {
  content: "";
  height: 15px;
}
.carousel-widget .carousel-button-content {
  background: #d7dce0;
  padding: 1.5em;
}
.carousel-widget .panel-body .pull-right {
  background: #d7dce0;
  max-width: 100%;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
}
.carousel-widget .panel-body .pull-right .cancel-button {
  float: right;
  max-width: 75px;
  width: 100%;
}
.interactive-block {
  position: relative;
}
.page-item {
  border: 1px solid black;
  position: relative;
  vertical-align: middle;
}
.page-item label {
  color: white;
}
.page-item .form-group {
  margin-bottom: 10px;
}
.page-item.twitter {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.page-item.twitter h4,
.page-item.twitter h3 {
  color: white;
}
.page-item.twitter i.save-icon {
  color: white;
}
.page-item.twitter img {
  height: 30px;
  width: 30px;
  float: right;
}
.page-item.venue-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-item.venue-map .imagePlaceholder {
  height: 100%;
  position: absolute;
}
.page-item.venue-map .mapHeadContainer {
  height: 482px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.venue-map .mapHeadContainer img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
.page-item.venue-map form {
  margin-top: 5px;
}
.page-item.venue-map img.venue-map-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-item.location {
  background: white;
  border: none;
  margin: 0 auto;
  width: 90%;
}
.page-item.location .top-banner .one_half {
  background: #d7dce0;
  float: left;
  font-size: .8em;
  padding: 4px 0;
  width: 50%;
}
.page-item.location .top-banner .one_half span {
  color: #6f8294;
  font-size: 0.8em;
  padding-right: 7px;
}
.page-item.location .top-banner .one_half span.first-child {
  padding-left: .75em;
}
.page-item.location .top-banner .one_half p {
  font-size: 0.9em;
}
.page-item.location .top-banner .one_half:first-child {
  padding-left: 8px;
}
.page-item.location .top-banner .one_half:last-child {
  padding-right: 8px;
  text-align: right;
}
.page-item.location p {
  display: inline-block;
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 5px .75em;
}
.page-item.footer {
  position: relative;
}
.page-item.footer img.logo {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-item.footer img.menu {
  width: 35px;
  height: 35px;
  top: 5px;
  right: 10px;
  position: absolute;
}
.page-item.draw {
  position: relative;
}
.page-item.draw .imagePlaceholder {
  height: 100%;
  position: absolute;
}
.page-item.draw form {
  margin-top: 5px;
}
.page-item.masthead .eventheadContainer {
  height: 93.5px;
}
.page-item.masthead .mastHeadContainer {
  height: 187.5px;
}
.page-item.masthead form {
  margin-top: 5px;
}
.page-item.notification-bubble {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 366px;
  min-height: 483px;
  position: relative;
  width: 100%;
}
.page-item.notification-bubble .notification__container {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 10;
}
.page-item.notification-bubble .notification__container p {
  color: #000;
  margin-top: 20px;
  line-height: 1.2;
  padding: 0 7px;
  word-break: break-word;
}
.page-item.notification-bubble .notification__container div a {
  border-top: 1px solid #BABABA;
  box-sizing: border-box;
  color: #007AFF;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  width: 50%;
}
.page-item.notification-bubble .notification__container div a:first-child {
  border-right: 1px solid #BABABA;
}
.page-item.notification-bubble .page-item {
  border: 0;
}
.page-item.footer {
  background: black;
  color: white;
  min-height: 45px;
}
.page-item.footer img {
  height: 90%;
}
.page-item.messaging {
  text-transform: uppercase;
  color: white;
  background: black;
  min-height: 45px;
}
.page-item.messaging.no-venue {
  height: 100%;
  vertical-align: middle;
  font-size: 13px;
}
.page-item.messaging.no-venue p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin: 5px;
  text-align: center;
}
.page-item.messaging.edit {
  text-transform: none;
  color: white;
  background: #8293a3;
  height: auto;
}
.page-item.messaging.venue {
  line-height: 14px;
  font-size: 14px;
}
.page-item.messaging.venue p {
  margin-top: 5px;
  margin-left: 5px;
}
.page-item.messaging.venue p span.welcome {
  font-size: 8px;
}
.page-item.messaging.venue p.checkin {
  margin-top: 8px;
  text-align: center;
  padding-right: 5px;
}
.page-item.messaging.venue p.checkin.seat-info {
  text-transform: none;
  font-size: 11px;
}
.page-item .action-bar {
  visibility: hidden;
  cursor: pointer;
  top: 50%;
  left: 50%;
  background: white;
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 35px;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  color: black;
  z-index: 30;
}
.page-item .action-bar i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
}
.page-item .content-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 3px;
  z-index: 20;
}
.page-item.listen-live {
  background: black;
  border: none;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
}
.page-item.listen-live .page-item {
  margin: 0;
  padding: 0;
}
.page-item.listen-live .page-item:hover .button-overlay {
  visibility: visible;
}
.page-item.listen-live p {
  margin-bottom: 0;
  padding: .5em;
}
.page-item.listen-live .button-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 3px;
  z-index: 20;
}
.page-item.listen-live i {
  color: white;
}
.page-item.listen-live i.fa-pencil {
  color: black;
}
.page-item.listen-live .content-overlay {
  display: none;
}
.page-item.broadcast {
  border: none;
  padding: 1.5em 0;
  padding-right: 1.5em;
}
.page-item:hover {
  cursor: pointer;
}
.page-item:hover .action-bar {
  visibility: visible;
}
.page-item:hover .content-overlay {
  visibility: visible;
}
.page-item:hover.no-edit {
  border: none;
}
.carousel-container {
  position: relative;
  max-height: 283px;
  overflow: auto;
  width: 100%;
}
.carousel-container.display {
  background: black;
  margin: 0px;
  border-radius: 0px;
  overflow: hidden;
  height: 85px;
  white-space: nowrap;
}
.carousel-container .emptyCarouselImage {
  height: 100%;
  position: relative;
}
.carousel-container .emptyCarouselImage h4 {
  color: white;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel-container .emptyCarouselImage img {
  left: 0;
  position: absolute;
  top: 0;
}
.carousel-view {
  max-width: 500px;
}
.carousel-view span {
  float: left;
  max-width: 220px;
}
.carousel-view i {
  margin-left: 15px;
  margin-right: 5px;
  margin-top: -10px;
  max-width: 60px;
}
.carousel-item {
  position: relative;
  width: 140px;
  height: 83px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
}
.carousel-item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  cursor: -webkit-grab;
}
.carousel-item .item-type {
  padding-left: 3px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  color: white;
  background: rgba(152, 150, 150, 0.68);
  background: rgba(0, 0, 0, 0.6);
  cursor: -webkit-grab;
}
.carousel-item .item-type.display {
  cursor: default;
}
.carousel-item .headline-preview {
  font-size: 11px;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  cursor: -webkit-grab;
}
.carousel-item .headline-preview.display {
  cursor: default;
}
.carousel-item.display img {
  cursor: default;
}
.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
}
.ember-power-calendar-nav {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ember-power-calendar-nav * {
  box-sizing: border-box;
}
.ember-power-calendar-days,
.ember-power-calendar-days * {
  box-sizing: border-box;
}
.ember-power-calendar-nav-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.ember-power-calendar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ember-power-calendar-weekday {
  -webkit-appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit;
}
.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857;
}
.ember-power-calendar-nav {
  line-height: 2;
}
.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}
.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}
@media screen and (max-width: 1350px) {
  .event-info .eventCurrent .row .event-container img {
    max-width: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .event-info .eventCurrent .row .event-container img {
    margin-right: 5px;
    max-width: 100%;
    width: 25%;
  }
  .event-info .eventCurrent .row .event-container .event-info p {
    font-size: 10px;
  }
  .event-info .eventCurrent .row .event-container .event-info span {
    font-size: 10px;
  }
}
.mainpanel {
  position: relative;
}
.clickable-container {
  cursor: pointer;
}
.clickable-container .table-action {
  cursor: default;
}
.clickable-container td a img {
  height: auto;
}
.app-content-panel {
  position: relative;
}
.app-content-sidebar {
  float: left;
  width: 200px;
  padding: 10px;
  margin: 10px;
}
.app-content-sidebar .pages {
  text-align: center;
}
.app-content-sidebar .pages h4 {
  border: 1px solid black;
  border-radius: 5px;
  padding: 3px;
  background: white;
}
.app-content-sidebar .pages h4.curr-page {
  background: lightskyblue;
}
.app-content-sidebar hr {
  border-top: 1px solid black;
}
.app-content-sidebar .toggle-bar {
  text-align: center;
  float: left;
  background: #e4e7ea;
  width: 100%;
  padding: 3px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  border: 1px solid black;
}
.app-content-sidebar .toggle-bar i {
  color: green;
  cursor: pointer;
}
.app-content-container.events {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  position: absolute;
  width: 100%;
}
.app-content-container.events .app-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.app-content-container.events .app-content .phone-display {
  background: #636e7b;
  width: 50%;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container {
  margin: 0 auto;
  max-width: 375px;
  position: relative;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container img {
  height: auto;
  width: 100%;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model {
  padding-top: 25px;
  position: relative;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-device {
  height: 730px;
  max-width: 375px;
  width: 100%;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock {
  left: 50%;
  max-width: 366px;
  min-height: 594px;
  padding: 3em;
  position: absolute;
  top: 53%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  width: 100%;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-header {
  left: 0;
  padding: 0 3em;
  position: absolute;
  width: 100%;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-header img {
  display: block;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .wrapper_scroll {
  overflow: hidden;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-body {
  background: #212121;
  height: 480px;
  margin-top: 13px;
  overflow: auto;
  position: relative;
  -ms-overflow-style: none;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-body::-webkit-scrollbar {
  display: none;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-body .page-item.masthead {
  height: auto;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-body .page-item.masthead .mastHeadContainer {
  position: relative;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .phone-model .phone-mock .phone-body .page-item.masthead .mastHeadContainer .imagePlaceholder {
  height: 189px;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .toggleView {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin-bottom: -27px;
  margin-top: 7px;
  position: absolute;
  right: 0;
  z-index: 99;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .toggleView i {
  margin: 0 auto;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .toggleView span:first-child {
  text-align: right;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .toggleView span:last-child {
  text-align: left;
}
.app-content-container.events .app-content .phone-display .app-content-widget-container .toggleView .active {
  font-weight: bold;
}
.app-content-container.events .app-content .app-settings {
  background: white;
  margin: 0 auto;
  padding: 0;
  width: 50%;
}
.app-content-container.events .app-content .app-settings .app-settings-container {
  margin: 0 auto;
}
.app-content-container.events .app-content .app-settings .app-settings-container .publish-button {
  float: right;
  padding: 2.5em 3.5em 0em 3.5em;
}
.app-content-container.events .app-content .app-settings .app-settings-container .btn {
  margin-bottom: 10px;
}
.app-content-container.events .app-content .app-settings .app-settings-container hr {
  margin-bottom: -10px;
  margin-top: 10px;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-heading {
  background: #e3e7ea;
  margin: 0;
  padding-left: 2.5em;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-heading .panel-title {
  color: #31373d;
  font-weight: bold;
  text-transform: uppercase;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-body {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-body .form-group #imageDisplay {
  width: 50%;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-body .form-group #imageDisplay img {
  width: 100%;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-body .form-group .edit-label {
  color: #31373d;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0 !important;
}
.app-content-container.events .app-content .app-settings .app-settings-container .panel-body .form-group label {
  padding-top: 13px;
}
.app-content-container.events .app-content .app-settings .app-settings-container .row {
  margin: 0;
  position: relative;
}
.app-content-container.events .app-content .fa-toggle-off {
  color: #c4cbd0;
}
.app-content-container.events .app-content .fa-toggle-on {
  color: #c4cbd0;
}
.app-content-container.events .imagePlaceholder {
  border: 2px dashed white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.app-content-container.events .imagePlaceholder .fa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.app-content-container.events .logoPlaceholder {
  border: 2px dashed white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 100%;
}
.app-content-container.events .logoPlaceholder .fa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.app-content-container.events .page-item {
  border: 1px solid #212121;
  background: #212121;
  color: white;
  position: relative;
  vertical-align: middle;
}
.app-content-container.events .page-item label {
  color: white;
}
.app-content-container.events .page-item .form-group {
  margin-bottom: 10px;
}
.app-content-container.events .page-item.header-banner {
  margin: 0;
}
.app-content-container.events .page-item.header-banner .alert-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-content-container.events .page-item.header-banner .alert-icon span {
  margin-top: 2px;
  padding-left: 5px;
}
.app-content-container.events .page-item.header-banner .header-text {
  margin-top: 5px;
  text-align: center;
}
.app-content-container.events .page-item.masthead {
  height: 189px;
  position: relative;
}
.app-content-container.events .page-item.masthead .mastHeadContainer {
  height: 100%;
  position: absolute;
  width: 100%;
}
.app-content-container.events .page-item.time-code {
  background: #1e1e1e;
  padding: 3px 0.5em;
  text-transform: uppercase;
}
.app-content-container.events .page-item.time-code .text-left {
  width: 50%;
}
.app-content-container.events .page-item.time-code .text-right {
  display: block;
  float: right;
  width: 50%;
}
.app-content-container.events .page-item.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
}
.app-content-container.events .page-item.headline i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #5f5f5f;
  padding-right: 10px;
}
.app-content-container.events .page-item.headline h5 {
  margin: 0;
  display: inline-block;
  word-break: break-word;
}
.app-content-container.events .page-item.content .textHeadContainer {
  height: 233px;
}
.app-content-container.events .page-item.content .textHeadContainer pre {
  background: none;
  border-radius: 0;
  border: none;
  color: white;
  font-family: LatoRegular;
  line-height: 1.2;
  margin-bottom: 0;
  overflow-y: visible;
  padding: 0.5em;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: keep-all;
}
.app-content-container.events .page-item.content .textHeadContainer pre::-webkit-scrollbar {
  background: none;
  display: none !important;
  -ms-overflow-style: none;
}
.app-content-container.events .page-item .content-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 3px;
  z-index: 20;
}
.app-content-container.events .page-item:hover {
  cursor: pointer;
}
.app-content-container.events .page-item:hover .action-bar {
  visibility: visible;
}
.app-content-container.events .page-item:hover .content-overlay {
  visibility: visible;
}
.app-content-container.events .page-item:hover.no-edit {
  border: none;
}
.app-content-container.events.edit .edit-label,
.app-content-container.events.new .edit-label {
  color: #31373d;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  padding-bottom: 10px;
  text-align: left;
}
.app-content-container.events.edit .button-save,
.app-content-container.events.new .button-save {
  float: right;
  margin: 5px 5px;
}
.app-content-container.events.edit .button-save:first-child,
.app-content-container.events.new .button-save:first-child {
  margin-right: 15px;
}
.app-content-container.events.new .button-save:first-child {
  margin-right: 25px;
}
@media all and (max-width: 1200px) {
  .page-item.masthead .mastHeadContainer {
    height: auto;
  }
  .carousel-widget .carousel-button-container {
    padding-left: 3%;
  }
  .carousel-widget .carousel-button-container .carousel-link {
    width: 32%;
  }
}
@media all and (max-width: 1055px) {
  .app-nav-pills .nav-container {
    width: 30%;
  }
}
@media all and (max-width: 770px) {
  .app-nav-pills .nav-container {
    width: 45%;
  }
  .app-nav-pills .nav-container:nth-of-type(3n+3) {
    margin-right: 15px;
  }
  .app-nav-pills .nav-container:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .app-content-container .app-content .phone-display {
    width: 60%;
  }
  .app-content-container .app-content .app-settings {
    width: 40%;
  }
  .extraComponentWidget #imageDisplay:first-child {
    width: 100%;
  }
  .extraComponentWidget .image-save {
    bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    position: relative;
    right: 0;
  }
  .extraComponentWidget .panel-heading h3 {
    font-size: 16px;
  }
}
.add-trivia-question-dialog {
  height: 95%;
}
.add-trivia-question-dialog .apply-image-to-all-answers-toggle {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.add-trivia-question-dialog .apply-image-to-all-answers-toggle i {
  cursor: pointer;
  padding-right: 10px;
}
.add-trivia-question-dialog .apply-image-to-all-answers-toggle span {
  font-size: 14px;
}
.add-trivia-question-dialog .duration-block {
  width: 398px;
  display: inline-block;
  margin-right: 10px;
}
.add-trivia-question-dialog .trivia-question-form-container {
  height: 95%;
}
.add-trivia-question-dialog .add-trivia-question-container {
  padding: 0 10px 0 15px;
  height: 100%;
}
.add-trivia-question-dialog .add-trivia-question-container .greyed-out {
  color: #dfdfdf;
  pointer-events: none;
}
.add-trivia-question-dialog .add-trivia-question-container label.control-label {
  font-size: 15px;
}
.add-trivia-question-dialog .add-trivia-question-container input,
.add-trivia-question-dialog .add-trivia-question-container select {
  font-size: 15px;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form::-webkit-scrollbar {
  width: 10px;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form::-webkit-scrollbar-thumb {
  border: 2px solid #737678;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BEBEBE;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #737678;
  padding: 0 2px;
}
.add-trivia-question-dialog .add-trivia-question-container .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-trivia-question-dialog .add-trivia-question-container input.form-control,
.add-trivia-question-dialog .add-trivia-question-container select.form-control {
  border-radius: 2px;
  border: 1px solid #737678 !important;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 15px;
  padding: 15px 20px;
  background-color: #F8F8F8;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .duration-selection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .duration-selection-container select {
  width: 200px;
  margin-right: 25px;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .duration-selection-container p {
  width: 150px;
  margin: 0;
  line-height: 15px;
  font-size: 12px;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .player-mode-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .player-mode-checkbox label {
  padding-left: 10px;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .trivia-answer-labels {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .trivia-answer-labels .trivia-answer-labels-right {
  display: inline-block;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .trivia-answer-labels .trivia-answer-labels-right .trivia-answer-image {
  margin: 0 10px 0 20px;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-form .trivia-answer-labels .trivia-answer-labels-right .trivia-answer-correct {
  margin: 0 20px 0 0;
}
.add-trivia-question-dialog .add-trivia-question-container .add-trivia-question-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0;
  background-color: #BEBEBE;
}
.add-trivia-question-dialog .add-trivia-question-container .app-preview {
  height: 500px !important;
  width: 250px !important;
}
.add-trivia-question-dialog .add-trivia-question-container .app-preview .question-container {
  height: 456px;
}
.add-trivia-question-dialog .add-trivia-question-container .app-preview .question-container .question {
  height: 456px;
}
.add-trivia-question-dialog .modal-footer {
  background-color: #737678;
}
.feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.feature-container .duration-block {
  width: 568px;
}
.feature-container .apply-image-to-all-answers-toggle {
  width: 212px;
}
@media screen and (max-width: 1900px) {
  .duration-block {
    width: 500px !important;
    min-width: 500px !important;
  }
  .apply-image-to-all-answers-toggle {
    width: 187px !important;
    min-width: 187px !important;
  }
}
@media screen and (max-width: 1700px) {
  .duration-block {
    width: 433px !important;
    min-width: 433px !important;
  }
  .apply-image-to-all-answers-toggle {
    width: 162px !important;
    min-width: 162px !important;
  }
}
@media screen and (max-width: 1500px) {
  .duration-block {
    width: 398px !important;
    min-width: 398px !important;
    display: block;
  }
  .apply-image-to-all-answers-toggle {
    width: 149px !important;
    min-width: 149px !important;
    display: block;
  }
}
.question-category-form-container {
  border: 2px solid #BEBEBE;
  padding: 0 15px;
  margin-top: 5px;
  overflow-x: auto;
}
.question-category-form-container h3 {
  margin-top: 15px;
  font-size: 20px;
}
.question-category-form-container input.category-name {
  max-width: 791px;
}
.question-category-form-container .validation-message {
  color: red;
  margin-bottom: 5px;
}
.question-category-form-container .manage-category-images {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-category-form-container .manage-category-images .upload-text-container .edit-image {
  color: #292929;
  margin-bottom: 5px;
  cursor: pointer;
}
.question-category-form-container .manage-category-images .upload-text-container .edit-image-desc {
  margin-bottom: 5px;
}
.question-category-form-container .manage-category-images .manage-header-image {
  margin-right: 10px;
}
.question-category-form-container .manage-category-images .manage-header-image img {
  max-width: 568px;
  height: auto;
  margin-bottom: 10px;
}
.question-category-form-container .manage-category-images .manage-answer-image .image-container {
  width: 212px;
  height: 212px;
  margin-bottom: 10px;
}
.question-category-form-container .manage-category-images .manage-answer-image .image-container img {
  max-width: 212px;
  height: auto;
}
.question-category-form-container .manage-category-images .manage-answer-image .image-container .image-desc {
  color: #F8F8F8;
  background-color: #292929;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.question-category-form-container .manage-category-images .manage-answer-image .image-container .image-desc p {
  margin-bottom: 0;
}
.question-category-form-container .create-category-footer {
  padding-right: 10px;
  margin-top: 20px;
  border-top: 1px solid #BEBEBE;
  text-align: right;
  height: 55px;
  line-height: 55px;
}
.question-category-form-container .create-category-footer .footer-button {
  color: #292929;
  font-weight: bold;
  cursor: pointer;
}
.question-category-form-container .create-category-footer .footer-button.cancel {
  color: #737678;
  margin-right: 25px;
}
@media screen and (max-width: 1900px) {
  .category-name {
    width: 698px !important;
  }
  .manage-header-image img {
    max-width: 500px !important;
  }
  .manage-answer-image .image-container {
    width: 187px !important;
    height: 187px !important;
  }
  .manage-answer-image .image-container img {
    max-width: 187px !important;
  }
}
@media screen and (max-width: 1700px) {
  .category-name {
    width: 604px !important;
  }
  .manage-header-image img {
    max-width: 433px !important;
  }
  .manage-answer-image .image-container {
    width: 162px !important;
    height: 162px !important;
  }
  .manage-answer-image .image-container img {
    max-width: 162px !important;
  }
}
@media screen and (max-width: 1500px) {
  .category-name {
    width: 556px !important;
  }
  .manage-header-image img {
    max-width: 398px !important;
  }
  .manage-answer-image .image-container {
    width: 149px !important;
    height: 149px !important;
  }
  .manage-answer-image .image-container img {
    max-width: 149px !important;
  }
}
.manage-category-images-container .manage-category-images {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.manage-category-images-container .manage-category-images .upload-text-container .edit-image {
  color: #292929;
  margin-bottom: 5px;
  cursor: pointer;
}
.manage-category-images-container .manage-category-images .upload-text-container .edit-image i {
  padding-right: 10px;
  color: #737678;
}
.manage-category-images-container .manage-category-images .upload-text-container .edit-image-desc {
  margin-bottom: 5px;
}
.manage-category-images-container .manage-category-images .manage-header-image {
  margin-right: 10px;
}
.manage-category-images-container .manage-category-images .manage-header-image img {
  max-width: 568px;
  height: auto;
  margin-bottom: 10px;
}
.manage-category-images-container .manage-category-images .manage-answer-image .image-container {
  width: 212px;
  height: 212px;
  margin-bottom: 10px;
}
.manage-category-images-container .manage-category-images .manage-answer-image .image-container img {
  max-width: 212px;
  height: auto;
}
.manage-category-images-container .manage-category-images .manage-answer-image .image-container .image-desc {
  color: #F8F8F8;
  background-color: #292929;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.manage-category-images-container .manage-category-images .manage-answer-image .image-container .image-desc p {
  margin-bottom: 0;
}
.manage-category-images-container .validation-message {
  color: red;
  margin-bottom: 5px;
}
.answer-input-row {
  margin-bottom: 10px;
}
.answer-input-row .answer-input-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.answer-input-row .answer-input-content .selectable-large-text-input {
  width: 100%;
  border: 1px solid #737678;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 3;
      -ms-flex: 3 0px;
          flex: 3 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin: 0 !important;
}
.answer-input-row .answer-input-content .selectable-large-text-input .input-number-lg {
  height: 84px;
  width: 84px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-right: 1px solid #737678;
  text-align: center;
  vertical-align: middle;
  line-height: 84px;
  font-size: 35px;
  background-color: #FFFFFF;
}
.answer-input-row .answer-input-content .selectable-large-text-input .text-input-lg {
  height: 84px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.answer-input-row .answer-input-content .selectable-large-text-input .text-input-lg input[type="text"] {
  border: none;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #737678;
}
.answer-input-row .answer-input-content .selectable-large-text-input .text-input-lg input[type="text"]:focus {
  outline: none;
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg {
  height: 84px;
  width: 84px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-left: 1px solid #737678;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container {
  display: inline-block;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container label {
  width: 20px;
  height: 20px;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container .checkbox-bold {
  position: absolute;
  opacity: 0;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container .checkbox-bold + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container .checkbox-bold + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #737678;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container .checkbox-bold:hover + label:before {
  background: #737678;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container .checkbox-bold:checked + label:before {
  background: #737678;
}
.answer-input-row .answer-input-content .selectable-large-text-input .checkbox-input-lg .checkbox-container .checkbox-bold:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.answer-input-row .answer-input-content .image-upload-thumbnail {
  margin-left: 10px;
}
.answer-input-row .image-upload-thumbnail {
  display: inline-block;
  margin-left: 10px;
}
.answer-input-row .image-upload-thumbnail .image-upload-thumb-container {
  height: 62px;
  width: 62px;
  margin-bottom: 7px;
}
.answer-input-row .image-upload-thumbnail .image-upload-thumb-container .thumbnail-empty {
  background-color: #FFFFFF;
  line-height: 65px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  height: 62px;
  width: 62px;
}
.answer-input-row .image-upload-thumbnail .image-upload-thumb-container img {
  height: 62px;
  width: 62px;
  display: inline-block;
}
.answer-input-row .image-upload-thumbnail label {
  height: 14px;
  margin: 0 !important;
}
.answer-input-row .image-upload-thumbnail .image-upload-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 0;
}
.answer-input-row .image-upload-thumbnail .image-upload-icons .fa-trash-o {
  margin-top: 2px;
}
.answer-input-row .answer-input-error {
  color: red;
}
.disabled-icon {
  color: #BEBEBE !important;
}
.config-url-warning {
  color: #333333;
  font-weight: bold;
}
.wrap-words {
  word-wrap: break-word;
}
.fixed-col {
  width: 40% !important;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 26, 2013 07:16:15 AM America/New_York */
@font-face {
  font-family: 'LatoBlackItalic';
  src: url('fonts/lato/Lato-BlaIta-webfont.eot');
  src: url('fonts/lato/Lato-BlaIta-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-BlaIta-webfont.woff') format('woff'), url('fonts/lato/Lato-BlaIta-webfont.ttf') format('truetype'), url('fonts/lato/Lato-BlaIta-webfont.svg#LatoBlackItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoBlack';
  src: url('fonts/lato/Lato-Bla-webfont.eot');
  src: url('fonts/lato/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-Bla-webfont.woff') format('woff'), url('fonts/lato/Lato-Bla-webfont.ttf') format('truetype'), url('fonts/lato/Lato-Bla-webfont.svg#LatoBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoBoldItalic';
  src: url('fonts/lato/Lato-BolIta-webfont.eot');
  src: url('fonts/lato/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-BolIta-webfont.woff') format('woff'), url('fonts/lato/Lato-BolIta-webfont.ttf') format('truetype'), url('fonts/lato/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoBold';
  src: url('fonts/lato/Lato-Bol-webfont.eot');
  src: url('fonts/lato/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-Bol-webfont.woff') format('woff'), url('fonts/lato/Lato-Bol-webfont.ttf') format('truetype'), url('fonts/lato/Lato-Bol-webfont.svg#LatoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoItalic';
  src: url('fonts/lato/Lato-RegIta-webfont.eot');
  src: url('fonts/lato/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-RegIta-webfont.woff') format('woff'), url('fonts/lato/Lato-RegIta-webfont.ttf') format('truetype'), url('fonts/lato/Lato-RegIta-webfont.svg#LatoItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoRegular';
  src: url('fonts/lato/Lato-Reg-webfont.eot');
  src: url('fonts/lato/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-Reg-webfont.woff') format('woff'), url('fonts/lato/Lato-Reg-webfont.ttf') format('truetype'), url('fonts/lato/Lato-Reg-webfont.svg#LatoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoLightItalic';
  src: url('fonts/lato/Lato-LigIta-webfont.eot');
  src: url('fonts/lato/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-LigIta-webfont.woff') format('woff'), url('fonts/lato/Lato-LigIta-webfont.ttf') format('truetype'), url('fonts/lato/Lato-LigIta-webfont.svg#LatoLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoLight';
  src: url('fonts/lato/Lato-Lig-webfont.eot');
  src: url('fonts/lato/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-Lig-webfont.woff') format('woff'), url('fonts/lato/Lato-Lig-webfont.ttf') format('truetype'), url('fonts/lato/Lato-Lig-webfont.svg#LatoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoHairlineItalic';
  src: url('fonts/lato/Lato-HaiIta-webfont.eot');
  src: url('fonts/lato/Lato-HaiIta-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-HaiIta-webfont.woff') format('woff'), url('fonts/lato/Lato-HaiIta-webfont.ttf') format('truetype'), url('fonts/lato/Lato-HaiIta-webfont.svg#LatoHairlineItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoHairline';
  src: url('fonts/lato/Lato-Hai-webfont.eot');
  src: url('fonts/lato/Lato-Hai-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/Lato-Hai-webfont.woff') format('woff'), url('fonts/lato/Lato-Hai-webfont.ttf') format('truetype'), url('fonts/lato/Lato-Hai-webfont.svg#LatoHairline') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  overflow: auto;
  transition: background-color 0.5s ease;
  background: #FFF;
  height: 100%;
}
button:focus {
  outline: 0;
}
body#client-undefined {
  background: #e4e7ea;
}
body#client-undefined .signinpanel {
  color: #000;
}
body#client-undefined .signinpanel form a {
  color: #444;
}
body#client-undefined .signinpanel form {
  background: #003E7E;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-undefined .signup-footer a {
  color: #444;
}
body#client-undefined .logopanel h1 {
  background: url(images/themes/fnx/fnx-logo-large-69722792e814218b9152150c33f69a0a.png) no-repeat top left;
  height: 39px;
}
body#client-undefined .signinpanel .logopanel h1 {
  background: url(images/themes/fnx/fnx-logo-large-69722792e814218b9152150c33f69a0a.png) no-repeat top left;
  height: 150px;
}
.signinpanel form {
  border-radius: 3px;
  padding: 30px;
}
.signinpanel form .field-validation-error {
  padding-top: 2px;
  color: #8b0000;
}
.signinpanel .validation-summary-errors {
  background: #f9e4e4;
  border: 1px solid #8b0000;
  border-radius: 5px;
  color: #8b0000;
  padding: 10px;
}
.signinpanel .validation-summary-errors ul {
  list-style: none;
  padding-left: 0;
}
.signinpanel .form-horizontal .control-label {
  text-align: left;
  color: #FFF;
}
.signinpanel .form-horizontal .mt0 {
  margin-top: 0;
}
.signinpanel #loginLink {
  color: #FFF;
  text-decoration: underline;
}
.signup-footer a {
  color: #FFF;
}
.logopanel {
  padding: 9px 10px;
}
.logopanel h1 {
  line-height: 1;
  height: 32px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.logopanel h1 .portal-logo {
  display: inline-block;
  width: 36px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 12px 0 0;
}
.logopanel h1 .portal-text {
  display: inline-block;
  text-indent: -9000px;
  background: url(images/h1-portal-b3830a3cb1f6037fb6fc9db175de73da.png) no-repeat 50% 50%;
  width: 167px;
  height: 32px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.signinpanel .logopanel .login-logo {
  height: 200px;
  width: 250px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.signinpanel .logopanel h1 {
  height: 30px;
  width: 250px;
  background: url(images/h1-portal-lg-d53a06d74c7dd25ff8a13900ed162b4e.png) no-repeat 50% 50%;
  text-indent: -9000px;
}
.btn-dark {
  background: #202020;
  color: #FFF;
}
.btn-dark:hover {
  color: #cccccc;
}
.powered {
  color: #FFF;
  font-size: 13px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.powered span {
  display: inline-block;
  background: url(images/fannex-logo-f7f8fdd2e8b7ff267175106948358308.png) no-repeat top left;
  width: 66px;
  height: 22px;
  text-indent: -9000px;
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav-bracket .children.child-active {
  display: block;
}
.client-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.client-list-mini {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.client-list li {
  width: 150px;
  cursor: pointer;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.client-list-mini-item {
  width: 55px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.client-list li label {
  display: block;
  height: 150px;
  padding: 15px;
  background: #FFF;
  border: 1px solid #555;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.client-list-mini-item label {
  height: 55px;
  padding: 5px;
  display: block;
  background: #FFF;
  border: 1px solid #555;
  border-radius: 4px;
  text-align: center;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}
.client-list-mini-item label:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.client-list li label img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 5px auto;
  cursor: pointer;
}
.client-list-mini-item label img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px auto;
}
.client-list li label p {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 12px;
}
.client-container {
  width: 100%;
  height: 65px;
  background: #e4e7ea;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
}
.leftover-client-container {
  right: 10px;
  left: 75%;
  display: inline-block;
  background: #eee;
  border: 1px solid black;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  position: fixed;
}
.leftpanel-collapsed .powered {
  display: none;
}
form .form-group:last-child {
  margin-bottom: 15px;
}
.away-game {
  background: #EEE !important;
}
#photo-progress {
  display: none;
}
.table-linechart {
  font-size: 12px;
  box-shadow: none;
}
.panel-dark .panel-heading {
  background-color: #202020;
}
.panel-btns a.badge {
  opacity: 1;
}
.table-action {
  text-align: left;
}
.table-action a {
  margin-right: 0px;
}
.control-display {
  padding-top: 7px;
}
span.field-validation-error {
  color: #B94A48;
  margin-top: 2px;
}
input[type=text].input-validation-error {
  border: 1px solid #b94a48;
}
.validation-summary-errors {
  padding: 20px;
}
.validation-summary-errors ul {
  margin-bottom: 0;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 20px;
  direction: ltr;
  cursor: pointer;
}
.counter {
  text-align: right;
  margin: 3px 0;
}
.counter.over-limit {
  color: red;
}
.eventCurrent {
  z-index: 99;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.eventCurrent .row {
  margin: 0;
  padding: 0;
}
.eventCurrent .row .event-container {
  padding: 0;
}
.eventCurrent .row .event-container img {
  float: left;
  margin-left: 10px;
  max-height: 35px;
  max-width: 35px;
  margin-right: 10px;
  width: 100%;
}
.eventCurrent .row .event-container .event-details {
  float: left;
  width: 60%;
}
.eventCurrent .row .event-container .event-details .cal-team {
  text-align: left;
  margin: 0;
  font-size: 12px;
  line-height: 1.1;
}
.eventCurrent .row .event-container .event-details .cal-logo {
  display: block;
  width: 40px;
  margin: 0 auto 5px auto;
}
.eventCurrent .row .event-container .event-details .cal-time {
  display: block;
  font-size: .85em;
  text-align: left;
}
.eventCurrent:hover {
  background: #C9C7C7;
}
.eventCurrent.awayGame {
  background: #e4e7ea;
}
.eventCurrent.awayGame:hover {
  background: #C9C7C7;
}
.dash-linecharts h4 {
  text-align: center;
}
.dash-linecharts .alert {
  text-align: center;
}
.dash-linecharts .logo-wrap img {
  height: 50px;
  display: block;
  margin: 0 auto;
}
#viewSchedule {
  border-bottom: 1px solid #d3d7db;
}
#viewSchedule label {
  margin-bottom: 0px !important;
  padding-top: 0;
}
#viewSchedule .control-display {
  padding-top: 0;
  margin-bottom: 5px;
}
#editSchedule {
  border-bottom: 1px solid #d3d7db;
}
.viewEventArray {
  max-width: 500px;
  width: 100%;
}
.panel-stat .wide-stat {
  max-width: 100%;
}
.panel-actions {
  float: right;
  margin-top: -5px;
}
.panel-actions .btn {
  float: right;
  margin-left: 10px;
}
.event-header {
  /*padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;*/
}
.event-header p {
  margin-bottom: 0;
}
.mb0 {
  margin-bottom: 0;
}
.vs-logo {
  max-width: 300px;
  margin: 0 auto;
}
.vs-logo img {
  display: inline-block;
  width: 35%;
  padding: 2%;
}
.vs-logo .vs {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 18px;
  vertical-align: central;
  line-height: 40px;
  font-weight: bold;
  color: #BBB;
}
.game-result td a.btn {
  margin: 0;
}
.game-result a.btn {
  margin: 10px;
}
.event-config {
  margin-bottom: 20px;
}
.event-config .alert {
  padding: 5px;
}
.event-config .table-responsive {
  margin-bottom: 10px;
}
.event-preview {
  overflow: hidden;
  padding: 10px;
}
.event-preview .logo {
  height: 45px;
  margin: 0 auto;
}
.event-preview h4 {
  font-size: 14px;
}
.event-preview .game-info {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.event-preview .game-info h4 {
  margin: 0;
}
.event-preview .activities .alert {
  padding: 5px;
  margin-bottom: 10px;
}
.event-preview .activities p {
  margin: 0;
}
.event-preview .actions {
  width: 19%;
  float: right;
}
.event-preview-past .row > div:not(:last-child) {
  opacity: 0.5;
}
#location-add .form-group {
  margin-right: 0px;
}
#location-add .form-group:last-child {
  margin-right: 0;
}
#location-add .form-control {
  width: 100%;
}
.toggleGameDetails {
  display: inline-block;
  padding-top: 9px;
  font-size: 11px;
  line-height: 20px;
}
.gameDetails {
  display: none;
}
.ci-total {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
.ci-total p {
  margin: 0;
  font-size: 26px;
}
.ad-total {
  padding: 20px;
}
.ad-total p {
  margin: 0;
  font-size: 26px;
}
.ci-table-container {
  border-left: 1px solid #cccccc;
}
.ci-container {
  width: 10%;
  float: left;
  text-align: center;
}
.ci-container .ci-inner {
  padding: 10px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.ci-container .ci-section {
  display: block;
  margin-bottom: 5px;
  color: #808080;
}
.ci-container .ci-count {
  display: block;
  font-size: 22px;
}
.nav-parent.active.nav-hover > a {
  background-color: #202020;
}
div.fc-row.fc-week.fc-widget-content {
  height: auto !important;
  min-height: 112px !important;
}
ul.push-options {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.push-options li {
  background: #808080;
  float: left;
  cursor: pointer;
  width: 82px;
  padding: 10px;
  margin: 0 10px 10px 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
  border-radius: 3px;
}
ul.push-options li.nav-hover {
  background: #202020;
}
ul.push-options li.active {
  background: #0094ff;
}
ul.push-options li img {
  display: block;
  height: 20px;
  margin: 0 auto 5px;
}
.recurring-list li {
  margin-bottom: 5px;
}
.recurring-list label {
  display: inline;
}
.recurring-list label input {
  position: relative;
  top: 2px;
}
.timing-fields {
  float: left;
  width: 100%;
}
.timing-fields p {
  float: left;
  margin-right: 5px;
  line-height: 40px;
}
.timing-fields .input-group,
.timing-fields .push-date {
  float: left;
  width: 84px;
  margin-right: 5px;
}
.timing-fields .form-control {
  padding: 10px 5px;
}
.timing-fields .push-hour {
  width: 55px;
  float: left;
  margin-right: 5px;
}
.timing-fields .push-min {
  width: 55px;
  float: left;
  margin-right: 5px;
}
.timing-fields .push-ampm {
  width: 55px;
  float: left;
}
.timing-fields .push-day {
  width: 95px;
  float: left;
  margin-right: 5px;
}
.timing-fields .push-offset {
  width: 35px;
  float: left;
  margin-right: 5px;
}
.timing-fields .push-offset-type {
  width: 75px;
  float: left;
  margin-right: 5px;
}
.ad-select {
  max-width: 300px;
  padding: 0;
}
.ad-select li {
  list-style: none;
}
.ad-select li .thumbnail {
  margin-bottom: 0;
}
.ad-display {
  margin-bottom: 10px;
  padding: 5px;
  background: #FCFCFB;
  border-radius: 3px;
  border: 1px solid #DDD;
}
.ad-display a {
  display: block;
  position: relative;
}
.ad-display p {
  margin: 3px 0 0 0;
}
.ad-display .ad-edit {
  margin-top: 3px;
}
.ad-display .ad-disabled {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -100px;
  display: block;
  width: 200px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: bold;
}
.ad-list {
  padding: 0;
}
.ad-list li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 10px;
  background: #FCFCFB;
  border-radius: 3px;
}
.ad-list li h4 {
  font-family: 'LatoBold';
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.ad-list li ul {
  padding: 0;
}
.ad-list li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ad-list li li .thumbnail {
  margin-bottom: 0;
}
.placement-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placement-list li {
  background: #808080;
  float: left;
  width: 82px;
  height: 50px;
  padding: 10px;
  margin: 0 10px 10px 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
  border-radius: 3px;
}
.form-secondary {
  border-top: 1px solid #d3d7db;
}
.addEvent {
  margin-bottom: 15px;
}
.full-calendar {
  background: #FFF;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
.with-invisible-select {
  position: relative;
}
.with-invisible-select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#calendar .calendar-medium {
  background: white;
  width: 100% !important;
  width: 712%;
}
#calendar .calendar-medium .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: 102%;
}
#calendar .calendar-medium .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: 204%;
}
#calendar .calendar-medium .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: 306%;
}
#calendar .calendar-medium .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: 408%;
}
#calendar .calendar-medium .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: 510%;
}
#calendar .calendar-medium .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: 612%;
}
#calendar .calendar-medium .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: 102%;
}
#calendar .calendar-medium .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: 204%;
}
#calendar .calendar-medium .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: 306%;
}
#calendar .calendar-medium .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: 408%;
}
#calendar .calendar-medium .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: 510%;
}
#calendar .calendar-medium .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: 612%;
}
#calendar .calendar-medium .ember-power-calendar-day,
#calendar .calendar-medium .ember-power-calendar-weekday {
  max-width: 100%;
  max-height: 150px;
  width: 100%;
  height: 150px;
}
#calendar .calendar-medium .ember-power-calendar-weekdays,
#calendar .calendar-medium .ember-power-calendar-week {
  height: 152px;
  padding-left: 0;
  padding-right: 0;
}
#calendar .calendar-medium .ember-power-calendar-day {
  color: #bbb;
}
#calendar .calendar-medium .ember-power-calendar-weekdays {
  color: #333333;
}
#calendar .calendar-medium .ember-power-calendar-nav-control {
  color: #0078c9;
}
#calendar .calendar-medium .ember-power-calendar-nav-control:focus {
  color: #30acff;
}
#calendar .calendar-medium .ember-power-calendar-day--current-month {
  color: #656D78;
  background-color: #F5F7FA;
}
#calendar .calendar-medium .ember-power-calendar-day {
  position: relative;
}
#calendar .calendar-medium .ember-power-calendar-day .cal-number {
  position: absolute;
  right: 5px;
  top: 5px;
}
#calendar .calendar-medium .ember-power-calendar-day--today {
  background-color: #eee;
}
#calendar .calendar-medium .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
#calendar .calendar-medium .ember-power-calendar-day--focused {
  box-shadow: inset 0px -2px 0px 0px #0078c9;
}
#calendar .calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: #96d5ff;
}
#calendar .calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: #96d5ff;
}
#calendar .calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: #96d5ff;
}
#calendar .calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: #96d5ff;
}
#calendar .calendar-medium .ember-power-calendar-day--selected {
  background-color: #c9e9ff;
  color: #656D78;
}
#calendar .calendar-medium .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: #c9e9ff;
  color: #656D78;
}
#calendar .calendar-medium .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656D78;
}
#calendar .calendar-medium .ember-power-calendar-nav-control {
  color: black;
  padding-left: 1em;
  padding-right: 1em;
}
#calendar .calendar-medium .ember-power-calendar-row {
  border: 1px solid #bbb;
  border-top: none;
}
#calendar .calendar-medium .ember-power-calendar-row button {
  border-right: 1px solid #bbb;
}
#calendar .calendar-medium .ember-power-calendar-row button:last-child {
  border-right: none;
}
#calendar .calendar-medium .ember-power-calendar-week {
  height: 151px;
}
#calendar .calendar-medium .ember-power-calendar-day--current-month {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calendar .calendar-medium .ember-power-calendar-day--current-month .event-info {
  width: 100%;
}
#calendar .calendar-medium .ember-power-calendar-day--current-month .event-info .eventCurrent:hover {
  cursor: pointer;
}
#calendar .calendar-medium .ember-power-calendar-day--current-month .cal-number {
  font-weight: bold;
}
#calendar .calendar-medium .ember-power-calendar-day--current-month .event-info:first-child {
  width: 100%;
}
#calendar .calendar-medium .ember-power-calendar-weekdays {
  height: 50px;
}
#calendar .calendar-medium .ember-power-calendar-weekdays .ember-power-calendar-weekday {
  border-top: 1px solid #bbb;
  color: #bbb;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
}
#calendar .calendar-medium .ember-power-calendar-nav {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  height: 50px;
}
#calendar .calendar-medium .ember-power-calendar-nav .ember-power-calendar-nav-title {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 5px;
}
#calendar .calendar-medium .ember-power-calendar-week .delete-event {
  padding-left: 15px;
}
.pikaday-container input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  padding: 3px 10px;
  width: 100%;
}
/*-------------- pikaday -----------------*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('select2-2ca61b76e22053571dd8611e5aac4900.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('select2-2ca61b76e22053571dd8611e5aac4900.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url('select2-2ca61b76e22053571dd8611e5aac4900.png') no-repeat 100% -22px;
  background: url('select2-2ca61b76e22053571dd8611e5aac4900.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('select2-2ca61b76e22053571dd8611e5aac4900.png') no-repeat -37px -22px;
  background: url('select2-2ca61b76e22053571dd8611e5aac4900.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('select2-spinner-7b9776076d5fceef4993b55c9383dedd.gif') no-repeat 100%;
  background: url('select2-spinner-7b9776076d5fceef4993b55c9383dedd.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner-7b9776076d5fceef4993b55c9383dedd.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner-7b9776076d5fceef4993b55c9383dedd.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('select2-2ca61b76e22053571dd8611e5aac4900.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.luts-preview {
  height: 483px;
  width: 100%;
}
.frame-color {
  height: 15px;
  width: 15px;
  border: 1.5px solid black;
  padding-right: 5px;
}
.edit-label {
  padding-top: 7px;
}
.device {
  background-color: grey;
  min-height: 500px;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.app-layout-item {
  padding: 12px;
  margin: 0.5px;
  background-color: #282828;
  vertical-align: middle;
  color: white;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-layout-feature-checkbox {
  margin-bottom: 0;
}
.app-layout-resize {
  cursor: ns-resize;
}
.fan-pic-column {
  -webkit-column-count: 5;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 5;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 5;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  column-fill: auto;
}
.fan-pic-item {
  opacity: 1;
  position: relative;
}
.fan-pic-check {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: white;
  z-index: 5;
  text-align: center;
}
.fan-pic-check i {
  padding: 6px 7px;
  border: 4px solid white;
  border-radius: 100px;
  background: rgba(136, 136, 136, 0.52);
}
.fan-pic-item-approved {
  border: 4px solid green;
}
.fan-pic-overlay {
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 6;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fan-pic-overlay-approve {
  color: green;
  top: 10%;
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
}
.fan-pic-overlay-approve i {
  padding: 6px 7px;
  border: 2px solid green;
  border-radius: 50px;
  cursor: pointer;
}
.fan-pic-overlay-undo {
  color: dodgerblue;
  top: 10%;
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
}
.fan-pic-overlay-undo i {
  padding: 6px 7px;
  border: 2px solid dodgerblue;
  border-radius: 50px;
  cursor: pointer;
}
.fan-pic-overlay-bottom {
  color: red;
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 5%;
}
.fan-pic-overlay-bottom i.delete {
  padding: 6px 7px;
  border: 2px solid red;
  border-radius: 50px;
  cursor: pointer;
}
.fan-pic-overlay-bottom i.download {
  color: black;
  padding: 6px 7px;
  border: 2px solid black;
  border-radius: 50px;
  cursor: pointer;
}
.fan-pic-item:hover .fan-pic-overlay {
  opacity: 1;
}
.dynamic-text h1 {
  width: 100%;
  font-size: 2.2vw;
}
.dynamic-text h4 {
  font-size: 1.2vw;
}
.new-category {
  border: 1px solid #b7b7b7;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}
.error-message {
  color: red;
}
.auto-column {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
  background-color: #cccccc;
  border-radius: 3px;
  margin: 10px;
}
.placement-overlay {
  background: rgba(84, 84, 84, 0.75);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.placement-overlay .content {
  color: white;
  top: 10%;
  position: absolute;
  left: 0;
  right: 0;
}
.placement-overlay .content i {
  padding: 6px 7px;
  border: 2px solid white;
  border-radius: 50px;
  margin-top: 15px;
  cursor: pointer;
}
.placement-overlay .content i.active {
  border: 2px solid green;
  color: green;
}
.ad-placement-preview {
  border: 2px solid black;
  margin: 5px;
  padding: 5px;
  min-height: 160px;
  border-radius: 3px;
  position: relative;
  background: white;
}
.ad-placement-preview img {
  border: 1px solid black;
  margin-bottom: 3px;
}
.ad-placement-preview .placement-filler {
  width: 100%;
  border: 3px dashed grey;
  height: 50%;
  cursor: pointer;
}
.ad-placement-preview .placement-filler h4 {
  text-align: center;
}
.ad-preview-container {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-height: 600px;
  overflow-y: auto;
  vertical-align: center;
  margin-left: 10px;
}
.ad-preview-img {
  margin: 5px;
  border: 4px solid black;
  cursor: pointer;
}
.ad-preview-img.active {
  border: 4px solid dodgerblue;
}
.ad-preview img {
  margin: 5px;
  border: 2px solid black;
  cursor: pointer;
}
.ad-preview.active img {
  border: 2px solid dodgerblue;
}
.action-bar-container {
  position: relative;
}
.action-bar-container .action-bar {
  visibility: hidden;
  cursor: pointer;
  top: 5px;
  right: 5px;
  background: #e4e7ea;
  position: absolute;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  color: black;
}
.action-bar-container:hover .action-bar {
  visibility: visible;
}
.query-table {
  position: relative;
}
.query-table th {
  cursor: pointer;
}
.query-table.loading td {
  opacity: 0.3;
}
.query-table .loading-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.query-table .loading-overlay h3 {
  margin-top: 100px;
}
.query-table.checkin-winner-table {
  color: black;
}
.query-table.checkin-winner-table table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saving-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.saving-overlay h1 {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 20px;
}
.external-event {
  background: #428BCA;
  margin-bottom: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fc-scroller {
  overflow-y: auto !important;
}
.dashboard-stats-row .row.ember-view {
  padding: 20px;
}
.stat-widget {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.stat-widget.widgets-4 {
  width: 25%;
}
.stat-widget.widgets-3 {
  width: 33.3%;
}
.stat-widget.widgets-2 {
  width: 50%;
}
.stat-widget .fan-pic-dashboard {
  max-width: 100%;
  width: 100%;
}
.stat-widget .fan-pic-dashboard .first-row {
  max-width: 250px;
  width: 100%;
}
.dashboard-stats-button {
  float: right;
  margin-bottom: 15px;
}
.schedule-client {
  margin-top: 5px;
  padding: 2px;
  padding-left: 5px;
  border-radius: 3px;
}
.seat-config {
  float: left;
  width: 27px;
  height: 27px;
  font-size: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-image: url('images/armchair-grey-42891caa443e799b5216d478feeb6216.png');
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.seat-config.active {
  background-image: url('images/armchair-blue-8aadd5f32afc51798ef2803ac200c24e.png');
  color: white;
}
.seat-config.pending {
  background-color: yellow;
}
.edit-sections .query-table .alert {
  margin-bottom: 0px;
}
.edit-sections .query-table .alert ul {
  list-style-type: none;
  padding-left: 0px;
}
.row-title {
  float: left;
  width: 25px;
  padding: 5px;
  padding-left: 5px;
}
.dirty-section td {
  background-color: #FFF3CD;
}
.fixed-button-container {
  right: 10px;
  left: 75%;
  display: inline-block;
  background: #eee;
  border: 1px solid black;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  position: fixed;
}
.fixed-button-container button {
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-body__table {
  width: 100%;
}
.modal-body__table td {
  cursor: pointer;
}
@media (max-width: 1225px) {
  .stat-widget {
    width: 50% !important;
  }
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2-49e3f006018662f60f1db2aec0b2cca9.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.btn-outline {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-outline:hover {
  background: #FFF;
}
.game-title-error {
  color: red;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.flex-row-item {
  margin: 10px 30px;
}
.activity-thumb {
  width: 146px;
  height: 86px;
  background: #CCC;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 3px solid #FFF;
  border-radius: 7px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-preferred-size: 146px;
      flex-basis: 146px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-thumb.active {
  border: 3px solid #428bca;
  border-radius: 7px;
}
.activity-thumb.TriviaGame {
  background-image: url(images/bg-trivia-thumb-cdbc76f1164cb90a9bff93a1af60868b.png);
}
.activity-thumb.TuneGame {
  background-image: url(images/bg-tune-thumb-84c7e3630f0136f97800f01a5a47a9e0.png);
}
.activity-thumb.ShuffleGame {
  background-image: url(images/bg-shuffle-thumb-7746bb0ce4856c31a378ea85dac50e4e.png);
}
.activity-thumb.NextScoreGame {
  background-image: url(images/bg-score-thumb-fbe0e9fac7086492e6572fe8fe967948.png);
}
.activity-thumb.PollGame {
  background-image: url(images/bg-poll-thumb-544ce27f4ad42323084389d15d2a9cd8.png);
}
.activity-thumb.luts {
  background-image: url(images/bg-luts-thumb-ccde54c72ff10d247bc39c7b9f0d81a1.png);
}
.activity-thumb.ThirdParty {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  width: 220px;
}
.game-chooser .activity-thumb {
  cursor: pointer;
}
.game-chooser--third-party .activity-thumb {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  width: 220px;
}
.game-check {
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  margin: 15px auto;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}
.game-check h2 {
  margin: 0;
  line-height: 50px;
}
.activity-preview-thumb {
  width: 80px;
  height: 47px;
  background: #CCC;
  margin: 0 5px 5px 0;
  border: 0px solid #FFF;
  border-radius: 7px;
  background-size: 100% 100%;
}
.activity-preview-thumb img {
  width: 80px;
  height: 47px;
}
.activity-preview-thumb.ThirdParty {
  width: 126px;
}
.activity-preview-thumb.ThirdParty img {
  width: 126px;
}
.activity-preview-thumb.active {
  border: 3px solid #428bca;
  border-radius: 7px;
}
.activity-preview-thumb.TriviaGame {
  background-image: url(images/bg-trivia-thumb-cdbc76f1164cb90a9bff93a1af60868b.png);
}
.activity-preview-thumb.TuneGame {
  background-image: url(images/bg-tune-thumb-84c7e3630f0136f97800f01a5a47a9e0.png);
}
.activity-preview-thumb.ShuffleGame {
  background-image: url(images/bg-shuffle-thumb-7746bb0ce4856c31a378ea85dac50e4e.png);
}
.activity-preview-thumb.NextScoreGame {
  background-image: url(images/bg-score-thumb-fbe0e9fac7086492e6572fe8fe967948.png);
}
.activity-preview-thumb.PollGame {
  background-image: url(images/bg-poll-thumb-544ce27f4ad42323084389d15d2a9cd8.png);
}
.result-bg-thumb {
  display: block;
  height: 50px;
  float: left;
  margin-right: 15px;
  border: 2px solid #FFF;
}
.result-bg-thumb.active {
  border: 2px solid #428bca;
  border-radius: 4px;
}
.result-bg-color-thumb {
  width: 80px;
}
.activity-item {
  width: 49%;
  margin: 0 1%;
}
.activity-item:nth-of-type(2n+1) {
  margin-left: 0;
}
.activity-item:nth-of-type(2n) {
  margin-right: 0;
}
.activity-item.results {
  width: 98%;
  margin: 0;
}
.activity-item:hover .game-placeholder {
  border-color: #696969;
  transition: .5s;
}
.activity-item:hover .game-placeholder .plus {
  color: #696969;
  transition: .5s;
}
.activity-item:hover .game-placeholder .add-text {
  color: #696969;
  transition: .5s;
}
@media (max-width: 1150px) {
  .activity-item {
    width: 100%;
    margin: 0 0;
  }
}
.miniluts-widget {
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  margin: 10px 0;
  padding: 15px;
  height: 40px;
  text-align: center;
  color: #e7e7e7;
}
.game-placeholder,
.question-placeholder {
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  margin: 10px 0;
  padding: 15px;
  height: 150px;
  text-align: center;
  color: #e7e7e7;
  cursor: pointer;
}
.game-placeholder .plus,
.question-placeholder .plus {
  display: block;
  font-size: 55px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.game-placeholder .add-text,
.question-placeholder .add-text {
  display: block;
  font-size: 28px;
  font-weight: 700;
}
.question-placeholder {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 32px 0;
  position: absolute;
}
.question-placeholder .plus {
  margin-top: 0;
}
.activity-preview-container p {
  text-align: center;
  margin: 0px;
  margin-top: 2px;
}
.activity-preview-container .activity-preview-thumb {
  margin-bottom: 0px;
}
.event-widget {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  height: 220px;
  font-size: 12px;
  transition: height 0.5s, background-color 1s;
  background-color: black;
  color: white;
  width: 31%;
  margin-top: 2.5%;
  margin-left: 1.5%;
  float: left;
}
@media (max-width: 1690px) {
  .event-widget {
    width: 48%;
  }
}
@media (max-width: 1160px) {
  .event-widget {
    width: 97%;
  }
}
.event-widget .logo {
  float: left;
}
.event-widget .event-widget-header {
  position: relative;
  margin-left: 5px;
  margin-bottom: 10px;
}
.event-widget .event-widget-header h2 {
  margin: 0;
  padding-left: 45px;
}
.event-widget .event-widget-header h2 p {
  font-size: 9pt;
}
.event-widget .event-widget-body .games {
  overflow: hidden;
}
.event-widget .event-widget-body div {
  height: 50px;
}
.event-widget .event-widget-body div p {
  width: 100%;
  margin: 0px;
}
.event-widget .event-widget-body div.stats {
  border-radius: 3px;
  border: 1px solid white;
  height: 80px;
  margin-left: 4px;
  margin-right: 4px;
}
.event-widget .event-widget-body div .stat {
  text-align: center;
}
.event-widget .event-widget-body div .stat img {
  height: 25px;
  width: 25px;
}
.game-image-icon {
  max-width: 75px;
}
.game-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.game-widget-container.game-widget-container-thirdParty {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.game-widget-container.game-widget-container-thirdParty .game-widget-header,
.game-widget-container.game-widget-container-thirdParty .game-primary {
  margin-left: 10px;
}
.game-widget-container.game-widget-container-thirdParty .game-widget-top {
  display: block;
  width: 100%;
}
.game-widget-container .game-widget-loading-indicator {
  margin: 0 -20px -20px;
}
.game-widget-container .game-widget-loading-indicator .progress {
  margin-bottom: 0;
}
.game-widget-container .game-widget-loading-indicator .progress-bar {
  width: 100%;
}
.game-widget {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 15px;
  min-height: 150px;
  font-size: 12px;
  transition: height 0.5s, background-color 1s;
}
.game-widget.prod {
  height: auto !important;
  width: auto;
}
.game-widget p {
  line-height: 1.25;
}
.game-widget .widget-state {
  position: absolute;
  top: 2px;
  left: 2px;
  background: #000;
  padding: 4px;
  color: #FFF;
  text-indent: -9000px;
  width: 59px;
  height: 59px;
}
.game-widget .widget-state.live {
  background: url(images/game-live-6d2578b509d36895e0e0758e75550571.png);
}
.game-widget .btn-outline {
  display: block;
  padding: 0px 8px;
  width: 100%;
  margin: 6px 0 0 0;
  font-size: 12px;
}
.game-widget .next-score-btn {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0px;
}
.game-widget .game-widget-header {
  position: relative;
  margin-left: 85px;
  margin-bottom: 10px;
}
.game-widget .game-widget-header h4 {
  margin: 0;
}
.game-widget .game-widget-header .game-widget-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.game-widget .game-widget-header .game-widget-actions a {
  float: left;
  color: #FFF;
  font-size: 16px;
  margin: 0 5px;
}
.game-widget .game-primary {
  margin-left: 85px;
}
.game-widget .game-full {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.game-widget .checkin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-widget .checkin-winner-table table {
  width: 100%;
  max-width: 100%;
  color: #FFF;
}
.game-widget .checkin-winner-table table tr th {
  padding: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.game-widget .checkin-winner-table table tr td {
  padding: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.game-widget .game-one {
  overflow: hidden;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.game-widget .game-one p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.game-widget .game-two {
  -ms-flex: 0 0 100px;
  -webkit-box-flex: 0;
          flex: 0 0 100px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.game-widget .sectionScoreChart svg text {
  fill: #FFF;
}
.game-widget .sectionScoreChart .tick line {
  display: none;
}
.game-widget .sectionScoreChart .domain {
  stroke: #FFF;
}
.game-widget .sectionScoreChart .rect-sectionScore {
  fill: #CCC;
}
.game-widget .sectionScoreChart .rect-mobScore {
  fill: #EEE;
}
.game-widget .sectionScoreChart .rect-votes {
  fill: #a3a323;
}
.game-widget .sectionScoreChart .rect-totalAnswered {
  fill: #CCC;
}
.game-widget .top-section {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  margin: 8px 0;
  padding: 10px;
}
.game-widget .top-section .game-stat .stat-value {
  font-size: 18px;
  line-height: 22px;
}
.game-widget.game-triviagame {
  color: #FFF;
  background: url(images/trivia-mob-burst-61c2973b5e58dca1e935bc874a79a54f.png) no-repeat 0px 0px;
  background-color: #da1a1d;
}
.game-widget.game-triviagame.game-state-active {
  background-color: #b61013;
  background-color: #da1a1d;
  height: 220px;
}
.game-widget.game-triviagame.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #AAA;
}
.game-widget.game-triviagame .sectionScoreChart svg text {
  fill: #FFF;
}
.game-widget.game-triviagame .sectionScoreChart .rect-sectionScore {
  fill: #e97677;
}
.game-widget.game-triviagame .sectionScoreChart .rect-mobScore {
  fill: #f8d1d2;
}
.game-widget.game-triviagame .sectionScoreChart .rect-votes {
  fill: #a3a323;
}
.game-widget.game-pollgame {
  color: #FFF;
  background: url(images/poll-burst-29462a804d649ec355696a2b2a2480a7.png) no-repeat 0px 0px;
  background-color: dodgerblue;
}
.game-widget.game-pollgame.game-state-active {
  background-color: dodgerblue;
  height: 220px;
}
.game-widget.game-pollgame.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #AAA;
}
.game-widget.game-tunegame {
  color: #FFF;
  background: url(images/tune-mob-burst-87d0a812ed029c7d8d5673aed2b5327e.png) no-repeat 0px 0px;
  background-color: #323431;
}
.game-widget.game-tunegame.game-state-active {
  background-color: #b61013;
  background-color: #323431;
  height: 220px;
}
.game-widget.game-tunegame.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #AAA;
}
.game-widget.game-thirdparty {
  color: #FFF;
  background-color: #337ab7;
}
.game-widget.game-thirdparty.game-state-active {
  background-color: #b61013;
  background-color: #337ab7;
  height: 220px;
}
.game-widget.game-thirdparty.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #AAA;
}
.game-widget.game-shufflegame {
  color: #333333;
  background: url(images/shuffle-mob-burst-d18d1e214db7c7b99b1c8b22a73bb251.png) no-repeat 0px 0px;
  background-color: #ffc200;
}
.game-widget.game-shufflegame button,
.game-widget.game-shufflegame a {
  color: #333333;
  border-color: #333333;
}
.game-widget.game-shufflegame.game-state-active {
  background-color: #b61013;
  background-color: #ffc200;
  height: 220px;
}
.game-widget.game-shufflegame.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #AAA;
  color: #FFF;
}
.game-widget.game-shufflegame.game-state-completed button,
.game-widget.game-shufflegame.game-state-completed a {
  color: white;
  border-color: white;
}
.game-widget.game-shufflegame .game-widget-header .game-widget-actions a {
  color: #333;
}
.game-widget.game-nextscoregame {
  color: #FFF;
  background: url(images/nextscore-mob-burst-f72552a6285e045c4a38163574c66a4e.png) no-repeat 0px 0px;
  background-color: #1c2b27;
}
.game-widget.game-nextscoregame.game-state-active {
  background-color: #b61013;
  background-color: #1c2b27;
  height: 220px;
}
.game-widget.game-nextscoregame.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #AAA;
}
.game-widget.game-luts {
  color: #FFF;
  background: url(images/luts-burst-cb199ee2f87425d703cde57bdf0798bb.png) no-repeat 0px 15px;
  background-color: #000;
}
.game-widget.game-luts.game-state-active {
  background-color: #b61013;
  background-color: #000;
  height: 220px;
}
.game-widget.game-luts.game-state-completed {
  height: 220px;
  background-color: #cf4c4f;
  background-color: #000;
}
.game-widget.game-checkin {
  color: #FFF;
  background: url(images/checkin-graphic-c44df22bac344ebe2f886c800395a159.png) no-repeat 0px 15px;
  background-color: #440700;
}
.game-widget.game-checkin.game-state-winner {
  height: auto;
  background-color: #440700;
}
.scoreboard-info {
  margin-top: 10px;
}
.scoreboard-info p {
  margin-bottom: 4px;
}
.winner-info {
  margin-top: 10px;
}
.winner-info p {
  margin-bottom: 4px;
}
.winner-info .btn {
  max-width: 100px;
}
.game-timer {
  text-align: center;
}
.game-timer .timer-title {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.75;
  display: block;
  line-height: normal;
  margin-bottom: 2px;
}
.game-timer .timer-time {
  font-size: 22px;
  line-height: 28px;
}
.game-stat {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 5px;
}
.game-stat .stat-label {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.75;
  display: block;
  line-height: normal;
  margin-bottom: 2px;
}
.game-stat .stat-value {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.game-add-info {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.game-add-image {
  margin-top: 0px;
  -ms-flex: 0 0 300px;
  -webkit-box-flex: 0;
          flex: 0 0 300px;
}
.game-add-image.game-stats #imageDisplay .game-image-preview {
  max-width: 450px;
  margin-bottom: 15px;
}
.upload-coupons {
  margin-bottom: 10px;
}
.upload-coupons .coupon-image-upload {
  display: inline-block;
  margin: 0 20px 5px 0;
  text-align: center;
}
.upload-coupons .coupon-image-upload .coupon-image-thumb {
  margin-bottom: 10px;
  width: 100px;
}
.game-image-preview {
  box-sizing: border-box;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 37.333%;
}
.game-image-preview img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
.game-image-preview .game-name {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  height: 24%;
  bottom: 0;
  width: 100%;
}
.game-image-preview .game-name h3 {
  margin: 0;
  font-size: 14px;
  padding: 8px;
  font-weight: normal;
}
.game-image-preview .game-name h3 a {
  text-decoration: none;
  color: #FFF;
}
/* Stats Graph */
.bar .group,
.bar .value {
  font-size: 13px;
}
.filler {
  width: 20%;
  height: 0;
  margin: 5px;
  max-width: 320px;
  min-width: 220px;
}
.question-list {
  overflow: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.trivia-question-item {
  max-width: 320px;
  min-width: 220px;
  width: 18%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.trivia-question-item .question-remove {
  text-align: center;
  background: darkred;
  color: #FFF;
  display: block;
  width: 100%;
  -ms-flex: 0;
  -webkit-box-flex: 0;
          flex: 0;
  margin-top: 2px;
  line-height: 30px;
  height: 30px;
}
.trivia-question-item .question-duration {
  text-align: center;
  background: #428bca;
  color: #FFF;
  display: block;
  width: 100%;
  -ms-flex: 0;
  -webkit-box-flex: 0;
          flex: 0;
  margin-top: 2px;
  line-height: 30px;
  height: 30px;
}
.trivia-question-item .app-preview-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.trivia-question-item .app-preview-wrapper .app-preview {
  width: 100%;
  overflow: hidden;
}
.control-small {
  padding: 2px;
  width: 50%;
  display: table-row;
}
.all-questions {
  border: 1px solid #e7e9ed;
}
.all-questions table {
  width: 100%;
}
.all-questions thead tr td {
  background: #f5f8fa;
  color: #7f8fa4;
  border-bottom: 1px solid #e7e9ed;
  padding: 8px 3px;
}
.all-questions .questions-inner tbody tr td {
  padding: 5px 3px;
}
.all-questions .questions-inner tbody tr td a {
  color: #c5d0de;
}
.all-questions .questions-inner tbody tr:hover td {
  background: #f5f8fa;
  cursor: pointer;
}
.all-questions .qcol0 {
  width: 40px;
  text-align: center;
  font-size: 16px;
}
.all-questions .qcol1a {
  width: 110px;
}
.all-questions .qcol2 {
  width: 70px;
}
.all-questions .qcol2a {
  width: 50px;
}
.all-questions .qcol3 {
  width: 90px;
}
.all-questions .qcol4 {
  width: 50px;
}
.all-questions .qcol5 {
  width: 17px;
}
.all-questions .scol0 {
  width: 40px;
  text-align: center;
  font-size: 16px;
}
.all-questions .scol1a {
  width: 190px;
}
.all-questions .scol2 {
  width: 130px;
}
.all-questions .scol2a {
  width: 50px;
}
.all-questions .scol3 {
  width: 90px;
}
.all-questions .scol4 {
  width: 50px;
}
.all-questions .scol5 {
  width: 17px;
}
.all-questions .questions-inner {
  height: 300px;
  overflow: auto;
  overflow-y: scroll;
}
.color-picker-wrapper .color-picker {
  padding: 4px;
}
.cp-color-picker {
  z-index: 1000;
}
.upload-background-wrapper {
  margin-right: 30px;
  text-align: center;
}
.thmb-prev-color {
  height: 206px;
}
.results-backgrounds-remove {
  text-align: right;
  color: darkred;
  display: block;
  -ms-flex: 0;
  -webkit-box-flex: 0;
          flex: 0;
  margin-top: 0px;
  line-height: 25px;
  height: 25px;
  margin: 0 auto;
}
.results-backgrounds-remove:visited,
.results-backgrounds-remove:active {
  color: darkred;
}
.results-backgrounds-remove:hover {
  color: #000;
}
.checkbox-aligner-add-page {
  height: 54px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.checkbox-aligner-add-page select {
  margin: 0;
}
.checkbox-aligner-add-page .checkbox {
  margin: 0;
}
.checkbox-aligner-add-page .checkbox label {
  margin: 0 !important;
}
.app-preview {
  background-color: #191919;
  width: 320px;
  margin: 0 auto;
}
.app-preview .app-head {
  height: 44px;
  padding: 10px 0;
}
.app-preview .app-head .burger-menu {
  position: relative;
}
.app-preview .app-head .burger-menu:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 5px;
  width: 20px;
  height: 2px;
  background: #01b65c;
  box-shadow: 0 6px 0 0 #01b65c, 0 12px 0 0 #01b65c;
}
.app-preview .app-head .app-head-text h1 {
  margin: 5px 0px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.app-preview .question-container .question .head-img {
  height: auto;
}
.app-preview .head-img {
  width: 100%;
  height: 64px;
}
.app-preview .game-img-placeholder {
  background: #222;
  width: 100%;
  height: 64px;
}
.app-preview .question-container .question {
  height: 570px;
  overflow: hidden;
  margin-bottom: 15px;
}
.app-preview .question-container .question .answer-container {
  padding: 0 35px;
  margin: 0;
}
.app-preview .question-container .question .answer {
  border: 1px solid #4e4f50;
  border-radius: 4px;
  text-align: center;
  margin: 8px;
  list-style-type: none;
}
.app-preview .question-container .question .answer a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #737678;
  font-size: 16px;
  line-height: 16px;
  font-family: "Droid Sans", "Helvetica LT Std", Helvetica, Arial, sans-serif;
}
.app-preview .question-container .question .answer.answer-correct {
  border: 1px solid #FFF;
  background: #4e4f50;
}
.app-preview .question-container .question .answer.answer-correct a {
  color: #FFF;
}
.app-preview .question-container .question .head-img {
  width: 100%;
  height: 119px;
}
.app-preview .question-container .question .game-img-placeholder {
  background: #222;
  width: 100%;
  height: 119px;
}
.app-preview .question-container .question .question-text {
  font-size: 18px;
  padding: 10px 20px 5px;
  text-align: center;
  margin: 0;
  font-family: "Droid Sans", "Helvetica LT Std", Helvetica, Arial, sans-serif;
}
.copy-event-header {
  vertical-align: center;
}
.tooltip {
  background-color: #222c3c;
  border-radius: 4px;
  color: #FFF;
  padding: 6px 12px;
  z-index: 3;
}
.all-score-data svg text {
  fill: #000;
}
.all-score-data .tick line {
  display: none;
}
.all-score-data .domain {
  stroke: #000;
}
.all-score-data .rect-sectionScore {
  fill: rgba(255, 255, 255, 0.4);
  fill: #e2e7ee;
}
.all-score-data .rect-mobScore {
  fill: rgba(255, 255, 255, 0.8);
  fill: #2297f0;
}
.all-score-data .rect-votes {
  fill: #a3a323;
}
.confirm-message {
  font-size: 15px;
}
.shuffle-theme-preview:hover.editable .action-bar {
  visibility: visible;
}
.shuffle-theme-preview {
  width: 200px;
  height: 120px;
  background: black;
  text-align: center;
  color: white;
  border-radius: 3px;
  padding: 3px;
  position: relative;
  margin: 5px;
  cursor: pointer;
}
.shuffle-theme-preview.editable {
  cursor: default;
}
.shuffle-theme-preview.editable .action-bar {
  visibility: hidden;
  cursor: pointer;
  top: 5px;
  right: 5px;
  background: #e4e7ea;
  position: absolute;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  color: black;
}
.shuffle-theme-preview.active {
  border: 3px solid #428bca;
  border-radius: 3px;
}
.shuffle-theme-preview img {
  position: absolute;
}
.shuffle-theme-preview img.cup {
  height: 60%;
  bottom: 20%;
}
.shuffle-theme-preview img.cup.cup1 {
  left: 5px;
}
.shuffle-theme-preview img.cup.cup2 {
  left: 25px;
}
.shuffle-theme-preview img.cup.cup3 {
  left: 45px;
}
.shuffle-theme-preview img.ball {
  right: 10px;
  bottom: 20%;
  height: 45%;
}
.shuffle-theme-preview .cup-label {
  position: absolute;
  bottom: 0px;
  left: 50px;
}
.shuffle-theme-preview .ball-label {
  position: absolute;
  bottom: 0px;
  left: 150px;
}
.theme-list.select {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.theme-list .shuffle-theme-preview {
  margin: 10px;
}
.img-container {
  position: relative;
}
.img-container .action-bar {
  visibility: hidden;
  cursor: pointer;
  top: 5px;
  right: 5px;
  background: #e4e7ea;
  position: absolute;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  color: black;
}
.img-container:hover .action-bar {
  visibility: visible;
}
.header-image-preview {
  max-width: 350px;
}
#waveform-wrapper {
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}
#waveform wave wave {
  border-right: solid 1px #CCC !important;
}
.time-box {
  float: left;
  width: 30%;
}
.time-box.ampm {
  width: 40%;
}
.time-box .mini-control {
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}
.z500 {
  z-index: 500;
}
.results-panel-header {
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #e4e7ea;
}
.results-panel-body {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.game-results-widget {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-left: 10px;
  padding-right: 10px;
}
.game-results-widget-container {
  -ms-flex-line-pack: center;
      align-content: center;
}
.sectionScoreChart svg {
  overflow-x: visible;
}
.background-preview {
  height: 400px;
  border: 3px solid black;
  background-color: #636e7b;
  border-radius: 5px;
  position: relative;
  padding: 5px;
  margin-bottom: 15px;
}
.background-preview .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40px;
  font-size: 16pt;
  border: 1px solid white;
  padding: 15px 100px;
  border-radius: 5px;
}
.background-preview .label {
  position: absolute;
  height: 20px;
  left: calc(50% - 280px);
  font-size: 20pt;
}
.background-preview .label.one {
  top: 147px;
}
.background-preview .label.two {
  top: 207px;
}
.background-preview .label.three {
  top: 267px;
}
.background-preview .bar {
  position: absolute;
  height: 20px;
}
.background-preview .bar.one {
  border-radius: 3px;
  left: calc(50% - 210px);
  top: 150px;
  width: 220px;
}
.background-preview .bar.two {
  left: calc(50% - 10px);
  top: 150px;
  width: 200px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.background-preview .bar.three {
  border-radius: 3px;
  left: calc(50% - 210px);
  top: 210px;
  width: 200px;
}
.background-preview .bar.four {
  left: calc(50% - 90px);
  top: 210px;
  width: 200px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.background-preview .bar.five {
  border-radius: 3px;
  left: calc(50% - 210px);
  top: 270px;
  width: 200px;
}
.background-preview .bar.six {
  left: calc(50% - 40px);
  top: 270px;
  width: 100px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.background-preview img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  min-width: 580px;
}
.background-preview .color-background {
  display: block;
  margin: 0 auto;
  width: 75%;
  min-width: 500px;
  height: 100%;
}
.player-group-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.player-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  margin: 10px;
  min-width: 150px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  color: #696969;
  cursor: pointer;
}
.player-group .player-container {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.player-group h4 {
  margin: 0;
}
.player-group ul {
  margin: 0;
  padding-left: 15px;
  font-size: 11px;
}
.player-group .active-ind {
  background: #337ab7;
  color: #FFF;
  text-align: center;
  padding: 2px;
  margin: 5px;
  border-radius: 4px;
  font-size: 12px;
}
.player-group.active-group {
  border: 2px solid #337ab7;
}
/*dark grey 3f454f*/
/*light grey a0a4a6*/
body#client-MM {
  background: #002d61;
}
body#client-MM .signinpanel {
  color: #FFF;
}
body#client-MM .signinpanel form a {
  color: #FFF;
}
body#client-MM .signinpanel form {
  background: #002d61;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-MM .logopanel h1 {
  background: url(images/themes/mm/moose-logo-453832857dbbc0737737764262a359d0.png) no-repeat top left;
}
body#client-MM .signinpanel .logopanel h1 {
  background: url(images/themes/mm/moose-logo-large-7dae72189fe65d0f019ac8fd701f12b3.png) no-repeat top left;
}
body#client-MM .sidebartitle {
  color: #FFF;
}
body#client-MM .panel-theme > .panel-heading {
  color: #fff;
  background-color: #002d61;
  border-color: #002d61;
}
body#client-MM .panel-theme > .panel-heading > .panel-title {
  color: #FFF;
}
body#client-MM .nav-bracket > li > a {
  color: #FFF;
}
body#client-MM .nav-bracket > li > a:hover {
  color: #002d61;
}
body#client-MM .nav-bracket > li > a:focus {
  color: #002d61;
}
body#client-MM .nav-bracket > li.active > a,
body#client-MM .nav-bracket > li.active > a:hover,
body#client-MM .nav-bracket > li.active > a:focus {
  background-color: #a0a4a6;
  color: #202020;
}
body#client-MM .nav-bracket .children > li > a {
  color: #FFF;
}
body#client-MM .nav-bracket .children > li > a:hover,
body#client-MM .nav-bracket .children > li.active > a {
  color: #CCC;
}
body#client-CGY {
  background: #d42604;
}
body#client-CGY.signin {
  background: #0B0C0F url(images/themes/cgy/FLAMES_web_bkgd_1920x1200-fa28102aa4cd189f60c45b93d63da78b.jpg) no-repeat 50% 0%;
}
body#client-CGY .signinpanel {
  color: #FFF;
}
body#client-CGY .signinpanel form a {
  color: #FFF;
}
body#client-CGY .signinpanel form {
  background: #d42604;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-CGY .logopanel h1 {
  background: url(images/themes/cgy/flames-logo-18e00fdee65ca0d4689c2b83792d3b29.png) no-repeat top left;
}
body#client-CGY .signinpanel .logopanel h1 {
  background: url(images/themes/cgy/flames-logo-large-66e1dd6a5fe3ae5465a9a15f4537b764.png) no-repeat top left;
}
body#client-CGY .sidebartitle {
  color: #FFF;
}
body#client-CGY .panel-theme > .panel-heading {
  color: #fff;
  background-color: #d42604;
  border-color: #d42604;
}
body#client-CGY .panel-theme > .panel-heading > .panel-title {
  color: #FFF;
}
body#client-CGY .nav-bracket > li > a {
  color: #FFF;
}
body#client-CGY .nav-bracket > li > a:hover {
  color: #1d2939;
}
body#client-CGY .nav-bracket > li > a:focus {
  color: #1d2939;
}
body#client-CGY .nav-bracket > li.nav-active > a {
  color: #1d2939;
}
body#client-CGY .nav-bracket > li.active > a,
body#client-CGY .nav-bracket > li.active > a:hover,
body#client-CGY .nav-bracket > li.active > a:focus {
  background-color: #202020;
  color: #fff;
}
body#client-CGY .nav-bracket .children > li > a {
  color: #FFF;
}
body#client-CGY .nav-bracket .children > li > a:hover,
body#client-CGY .nav-bracket .children > li.active > a {
  color: #CCC;
}
body#client-CGY .modal-header {
  background: #d42604;
}
body#client-CGY .modal-header .panel-title {
  color: #FFF;
  font-size: 20px;
  line-height: 1.428571429;
}
body#client-CGY .modal-header .modal-title {
  color: #FFF;
}
body#client-CGY .modal-header .close {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  opacity: .5;
}
body#client-FNX {
  background: #0084ff;
}
body#client-FNX .signinpanel {
  color: #000;
}
body#client-FNX .signinpanel form a {
  color: #444;
}
body#client-FNX .signinpanel form {
  background: #003E7E;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-FNX .signup-footer a {
  color: #444;
}
body#client-FNX .logopanel {
  padding: 5px 10px 6px;
}
body#client-FNX .logopanel h1 {
  background: url(images/themes/fnx/fnx-logo-ecdcc90dc89741f5618e7677b947e87d.png) no-repeat top left;
  height: 39px;
}
body#client-FNX .signinpanel .logopanel h1 {
  background: url(images/themes/fnx/fnx-logo-large-69722792e814218b9152150c33f69a0a.png) no-repeat top left;
  height: 150px;
}
body#client-FNX .sidebartitle {
  color: #FFF;
}
body#client-FNX .nav-bracket > li > a {
  color: #FFF;
}
body#client-FNX .nav-bracket > li.active > a,
body#client-FNX .nav-bracket > li.active > a:hover,
body#client-FNX .nav-bracket > li.active > a:focus {
  background-color: #202020;
  color: #fff;
}
body#client-FNX .nav-bracket .children > li > a {
  color: #FFF;
}
body#client-FNX .nav-bracket .children > li > a:hover,
body#client-FNX .nav-bracket .children > li.active > a {
  color: #CCC;
}
body#client-GOLD {
  background: #d73348;
}
body#client-GOLD .signinpanel {
  color: #00275d;
}
body#client-GOLD .signinpanel form a {
  color: #00275d;
}
body#client-GOLD .signinpanel form {
  background: #d73348;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-GOLD .logopanel h1 {
  background: url(images/themes/gold/gold-logo-sm-7e0dce5fb8f5dbf9a4c1bd1567995676.png) no-repeat top left;
}
body#client-GOLD .signinpanel .logopanel h1 {
  background: url(images/themes/gold/gold-logo-large-0ae9c3eb2ea2858dec57bad53d54f37e.png) no-repeat top left;
}
body#client-GOLD .signup-footer a {
  color: #00275d;
}
body#client-GOLD .sidebartitle {
  color: #FFF;
}
body#client-GOLD .panel-theme > .panel-heading {
  color: #fff;
  background-color: #00275d;
  border-color: #00275d;
}
body#client-GOLD .panel-theme > .panel-heading > .panel-title {
  color: #FFF;
}
body#client-GOLD .nav-bracket > li > a {
  color: #FFF;
}
body#client-GOLD .nav-bracket > li > a:hover {
  color: #000;
}
body#client-GOLD .nav-bracket > li > a:focus {
  color: #000;
}
body#client-GOLD .nav-bracket > li.active > a,
body#client-GOLD .nav-bracket > li.active > a:hover,
body#client-GOLD .nav-bracket > li.active > a:focus {
  background-color: #00275d;
  color: #fff;
}
body#client-GOLD .nav-bracket .children > li > a {
  color: #FFF;
}
body#client-GOLD .nav-bracket .children > li > a:hover,
body#client-GOLD .nav-bracket .children > li.active > a {
  color: #CCC;
}
/*Darkgreen #3c725d*/
/*Navyblue  #2c4267*/
/*lightgreen  #4db753*/
body#client-FLA {
  background: #2c4267;
}
body#client-FLA .signinpanel {
  color: #FFF;
}
body#client-FLA .signinpanel form a {
  color: #FFF;
}
body#client-FLA .signinpanel form {
  background: #2c4267;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-FLA .logopanel h1 {
  background: url(images/themes/fla/everblades-logo-5c1f3155719a65ee524c9d5ea775c0b7.png) no-repeat top left;
}
body#client-FLA .signinpanel .logopanel h1 {
  background: url(images/themes/fla/everblades-logo-large-3549b92b3f82ff0e430659a6c414025c.png) no-repeat top left;
}
body#client-FLA .sidebartitle {
  color: #FFF;
}
body#client-FLA .panel-theme > .panel-heading {
  color: #fff;
  background-color: #2c4267;
  border-color: #2c4267;
}
body#client-FLA .panel-theme > .panel-heading > .panel-title {
  color: #FFF;
}
body#client-FLA .nav-bracket > li > a {
  color: #FFF;
}
body#client-FLA .nav-bracket > li > a:hover {
  color: #202020;
}
body#client-FLA .nav-bracket > li > a:focus {
  color: #202020;
}
body#client-FLA .nav-bracket > li.active > a,
body#client-FLA .nav-bracket > li.active > a:hover,
body#client-FLA .nav-bracket > li.active > a:focus {
  background-color: #4db753;
  color: #202020;
}
body#client-FLA .nav-bracket .children > li > a {
  color: #FFF;
}
body#client-FLA .nav-bracket .children > li > a:hover,
body#client-FLA .nav-bracket .children > li.active > a {
  color: #CCC;
}
body#client-mlse {
  background: #aecdcf;
}
body#client-mlse .signinpanel {
  color: #222;
}
body#client-mlse .signinpanel form a {
  color: #222;
}
body#client-mlse .signinpanel form {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-mlse .signup-footer a {
  color: #222;
}
body#client-mlse .logopanel h1 {
  background: url(mlse/mlse-sm.png) no-repeat top left;
}
body#client-mlse .signinpanel .logopanel h1 {
  background: url(mlse/MLSE-logo.png) no-repeat top left;
  height: 70px;
}
body#client-mlse .sidebartitle {
  color: #FFF;
}
body#client-mlse .panel-theme > .panel-heading {
  color: #fff;
  background-color: #110808;
  border-color: #110808;
}
body#client-mlse .panel-theme > .panel-heading > .panel-title {
  color: #FFF;
}
body#client-mlse .nav-bracket > li > a {
  color: #FFF;
}
body#client-mlse .nav-bracket > li.active > a,
body#client-mlse .nav-bracket > li.active > a:hover,
body#client-mlse .nav-bracket > li.active > a:focus {
  background-color: #110808;
  color: #FFF;
}
body#client-mlse .nav-bracket .children > li > a {
  color: #FFF;
}
body#client-mlse .nav-bracket .children > li > a:hover,
body#client-mlse .nav-bracket .children > li.active > a {
  color: #222;
}
body#client-UMLMH,
body#client-UMLMB,
body#client-UMLWB {
  background: #00529f;
}
body#client-UMLMH .signinpanel,
body#client-UMLMB .signinpanel,
body#client-UMLWB .signinpanel {
  color: #FFF;
}
body#client-UMLMH .signinpanel form a,
body#client-UMLMB .signinpanel form a,
body#client-UMLWB .signinpanel form a {
  color: #FFF;
}
body#client-UMLMH .signinpanel form,
body#client-UMLMB .signinpanel form,
body#client-UMLWB .signinpanel form {
  background: #00529f;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
body#client-UMLMH .logopanel h1,
body#client-UMLMB .logopanel h1,
body#client-UMLWB .logopanel h1 {
  background: url(images/themes/uml/uml-logo-f0bff491a8238eb0a8f4e2d5c6965ba0.png) no-repeat 50% 50%;
}
body#client-UMLMH .signinpanel .logopanel h1,
body#client-UMLMB .signinpanel .logopanel h1,
body#client-UMLWB .signinpanel .logopanel h1 {
  background: url(images/themes/uml/uml-logo-large-6dc04c41dc3a96f42455f5f1bb1d7355.png) no-repeat top left;
}
body#client-UMLMH .sidebartitle,
body#client-UMLMB .sidebartitle,
body#client-UMLWB .sidebartitle {
  color: #FFF;
}
body#client-UMLMH .panel-theme > .panel-heading,
body#client-UMLMB .panel-theme > .panel-heading,
body#client-UMLWB .panel-theme > .panel-heading {
  color: #fff;
  background-color: #00529f;
  border-color: #002b53;
}
body#client-UMLMH .panel-theme > .panel-heading > .panel-title,
body#client-UMLMB .panel-theme > .panel-heading > .panel-title,
body#client-UMLWB .panel-theme > .panel-heading > .panel-title {
  color: #FFF;
}
body#client-UMLMH .nav-bracket > li > a,
body#client-UMLMB .nav-bracket > li > a,
body#client-UMLWB .nav-bracket > li > a {
  color: #FFF;
}
body#client-UMLMH .nav-bracket > li > a:hover,
body#client-UMLMB .nav-bracket > li > a:hover,
body#client-UMLWB .nav-bracket > li > a:hover,
body#client-UMLMH .nav-bracket > li > a:active,
body#client-UMLMB .nav-bracket > li > a:active,
body#client-UMLWB .nav-bracket > li > a:active,
body#client-UMLMH .nav-bracket > li > a:focus,
body#client-UMLMB .nav-bracket > li > a:focus,
body#client-UMLWB .nav-bracket > li > a:focus {
  background-color: #b60114;
  color: #fff;
}
body#client-UMLMH .nav-bracket > li.nav-active > a,
body#client-UMLMB .nav-bracket > li.nav-active > a,
body#client-UMLWB .nav-bracket > li.nav-active > a {
  background-color: #b60114;
  color: #fff;
}
body#client-UMLMH .nav-bracket > li.nav-active > a:hover,
body#client-UMLMB .nav-bracket > li.nav-active > a:hover,
body#client-UMLWB .nav-bracket > li.nav-active > a:hover {
  background-color: #b60114;
  color: #fff;
}
body#client-UMLMH .nav-bracket > li.nav-hover > a > span:last-child,
body#client-UMLMB .nav-bracket > li.nav-hover > a > span:last-child,
body#client-UMLWB .nav-bracket > li.nav-hover > a > span:last-child {
  background: #b60114;
}
body#client-UMLMH .nav-bracket > li.nav-active > a:focus,
body#client-UMLMB .nav-bracket > li.nav-active > a:focus,
body#client-UMLWB .nav-bracket > li.nav-active > a:focus {
  background-color: #b60114;
  color: #fff;
}
body#client-UMLMH .nav-bracket > li.active > a,
body#client-UMLMB .nav-bracket > li.active > a,
body#client-UMLWB .nav-bracket > li.active > a,
body#client-UMLMH .nav-bracket > li.active > a:hover,
body#client-UMLMB .nav-bracket > li.active > a:hover,
body#client-UMLWB .nav-bracket > li.active > a:hover,
body#client-UMLMH .nav-bracket > li.active > a:focus,
body#client-UMLMB .nav-bracket > li.active > a:focus,
body#client-UMLWB .nav-bracket > li.active > a:focus {
  background-color: #b60114;
  color: #fff;
}
body#client-UMLMH .nav-bracket .children > li > a,
body#client-UMLMB .nav-bracket .children > li > a,
body#client-UMLWB .nav-bracket .children > li > a {
  color: #fff;
}
body#client-UMLMH.leftpanel-collapsed .nav-bracket li.nav-hover ul,
body#client-UMLMB.leftpanel-collapsed .nav-bracket li.nav-hover ul,
body#client-UMLWB.leftpanel-collapsed .nav-bracket li.nav-hover ul {
  color: #FFF;
  background: #b60114;
}
body#client-UMLMH.leftpanel-collapsed .nav-bracket li.nav-hover ul i,
body#client-UMLMB.leftpanel-collapsed .nav-bracket li.nav-hover ul i,
body#client-UMLWB.leftpanel-collapsed .nav-bracket li.nav-hover ul i {
  margin-left: 5px;
}
body#client-UMLMH .nav-bracket .children > li > a:hover,
body#client-UMLMB .nav-bracket .children > li > a:hover,
body#client-UMLWB .nav-bracket .children > li > a:hover,
body#client-UMLMH .nav-bracket .children > li.active > a,
body#client-UMLMB .nav-bracket .children > li.active > a,
body#client-UMLWB .nav-bracket .children > li.active > a {
  color: #FFF;
}
body#client-UMLMH .modal-header,
body#client-UMLMB .modal-header,
body#client-UMLWB .modal-header {
  background: #00529f;
}
body#client-UMLMH .modal-header .panel-title,
body#client-UMLMB .modal-header .panel-title,
body#client-UMLWB .modal-header .panel-title {
  color: #FFF;
  font-size: 20px;
  line-height: 1.428571429;
}
body#client-UMLMH .modal-header .modal-title,
body#client-UMLMB .modal-header .modal-title,
body#client-UMLWB .modal-header .modal-title {
  color: #FFF;
}
body#client-UMLMH .modal-header .close,
body#client-UMLMB .modal-header .close,
body#client-UMLWB .modal-header .close {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  opacity: .5;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mt-3 {
  margin-top: 1rem;
}
.sortable-item {
  transition: all 0.125s;
}
.sortable-item.is-dragging {
  transition-duration: 0s;
}
.sortable-container {
  position: relative;
  min-height: 50px;
}
.drop-zone {
  min-height: 20px;
  position: relative;
  transition: all 0.2s ease;
}
.drop-zone.drag-over-zone {
  background-color: rgba(51, 122, 183, 0.15);
  border: 2px dashed #337ab7;
  border-radius: 4px;
  min-height: 30px;
}
.drop-zone.drag-over-zone::before {
  content: 'Drop here';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #337ab7;
  font-size: 12px;
  font-weight: bold;
}
.sortable-item {
  transition: all 0.2s ease;
  position: relative;
  margin-bottom: 2px;
  border: 2px solid transparent;
  cursor: move;
  min-height: 60px;
}
.sortable-item:hover .app-layout-item {
  background-color: #404040;
}
.sortable-item.dragging {
  opacity: 0.5;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: 1000;
  border-color: #337ab7;
}
.sortable-item.drag-over {
  margin-top: 2px;
}
.sortable-item.drag-over::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: linear-gradient(90deg, #337ab7, #5bc0de, #337ab7);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(51, 122, 183, 0.6);
  -webkit-animation: dropZoneGlow 1s ease-in-out infinite alternate;
          animation: dropZoneGlow 1s ease-in-out infinite alternate;
}
.sortable-item.drag-over::after {
  content: 'Drop above';
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #337ab7;
  color: white;
  padding: 1px 6px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1001;
  pointer-events: none;
}
.sortable-item.drag-over-bottom {
  margin-bottom: 6px;
}
.sortable-item.drag-over-bottom::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: linear-gradient(90deg, #337ab7, #5bc0de, #337ab7);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(51, 122, 183, 0.6);
  -webkit-animation: dropZoneGlow 1s ease-in-out infinite alternate;
          animation: dropZoneGlow 1s ease-in-out infinite alternate;
}
.sortable-item.drag-over-bottom::after {
  content: 'Drop below';
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #337ab7;
  color: white;
  padding: 1px 6px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1001;
  pointer-events: none;
}
@-webkit-keyframes dropZoneGlow {
  0% {
    opacity: 0.6;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes dropZoneGlow {
  0% {
    opacity: 0.6;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.handle {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.handle:hover {
  color: #337ab7;
}
.error-page .error-content {
  text-align: center;
}
.error-page .error-heading {
  margin: 50px 0 20px 0;
}
.maxHeight400 {
  max-height: 400px;
}
