.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal.container {
  max-width: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.unit-group .more,
.video-unit-group .more {
  display: none;
}
.unit-group .more-link,
.video-unit-group .more-link {
  cursor: pointer;
}
.unit-group .hidden-more-switch,
.video-unit-group .hidden-more-switch {
  display: none !important;
}
.unit-group .hidden-more-switch:checked ~ .more,
.video-unit-group .hidden-more-switch:checked ~ .more {
  display: block;
}
.unit-group .hidden-more-switch:checked ~ p .more-link,
.video-unit-group .hidden-more-switch:checked ~ p .more-link {
  display: none;
}
a.navbar-toggle {
  text-decoration: none;
  float: left !important;
  display: none;
  margin-top: 16px !important;
}
a.navbar-toggle img {
  display: none;
}
a.navbar-toggle:before {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  color: #FFF;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.important-tip {
  color: #ff4136;
  display: inline-block;
  margin: 0 3px;
}
.checked-text {
  color: #468847;
}
.important-text {
  color: #b94a48;
}
.option-row {
  margin-top: 10px;
}
.page-action-row {
  margin-bottom: 10px;
}
.page-filter-row {
  margin-bottom: 15px;
}
.page-filter-row .input-group {
  display: inline-table;
}
.page-filter-row > .filter-block > .filter,
.page-filter-row > .search-block > .filter {
  vertical-align: middle;
  margin-bottom: 5px;
}
.filter-block,
.action-block {
  float: left;
  display: inline-block;
}
@media (max-width: 991px) {
  .filter-block,
  .action-block {
    float: none;
  }
}
.vertical-align-super {
  vertical-align: super;
}
.excludeSetting .filter-block {
  margin-left: 15px;
}
.search-block,
.view-block {
  display: inline-block;
  float: right;
}
@media (max-width: 991px) {
  .search-block,
  .view-block {
    float: none;
  }
}
.btn-group.page-action {
  margin-top: 20px;
}
.btn-group > .btn {
  float: none;
}
.btn-group .btn + .btn {
  margin-left: -3px;
}
.col-action {
  width: 150px;
}
.col-date {
  width: 80px;
}
.col-full-date {
  width: 150px;
}
.row.table-info {
  margin-top: 5px;
  margin-bottom: 10px;
}
.row.action-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.row.form-row .form-horizontal {
  margin-left: 5px;
}
.form-control.inline,
.input-group.inline {
  display: inline-block;
}
.form-control.vertical-align-middle,
.input-group.vertical-align-middle {
  vertical-align: middle;
}
.form-group .unit {
  margin-left: 5px;
}
.has-switch {
  height: 34px !important;
}
.has-switch div {
  height: 100%;
}
.portlet-title > .selects {
  float: right;
  display: inline-block;
  padding: 0;
  margin: -3px 10px 0px 10px;
}
.portlet-title > .selects > .btn.btn-sm {
  margin-top: -1px;
  padding: 5px 11px 6px 11px;
}
.portlet-title > .selects > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}
.portlet-title > .selects > .select2-container {
  margin-top: -1px;
}
.portlet-title > .selects > .form-control > .select2-choice {
  height: 30px;
  padding: 1px 0 0px 12px;
}
.jqHide {
  display: none;
}
.fa.fa-inline {
  position: static !important;
  display: inline-block;
}
.footer {
  text-align: center;
}
.footer .footer-inner {
  float: none;
}
.stateBar {
  color: #FFFFFF;
  background: #FF4136;
  text-align: center;
  padding: 5px;
}
.form-edit-block {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}
.form-edit-block h4,
.form-edit-block .title-text {
  font-weight: bold !important;
}
.form-edit-block .title-text {
  text-align: right;
  padding: 4px;
}
.form-edit-block .content-text {
  padding-top: 5px;
}
.form-edit-block .nav.steps,
.form-edit-block .nav.steps a {
  background: #f7f7f7;
}
.page-content > .form-edit-block {
  margin-bottom: 30px;
}
table.gray thead {
  background: #E9E9E9;
}
.bg.lightskyblue {
  background-color: #86c2eb;
}
.bg.darkturquoise {
  background-color: #4ba3c5;
}
table.management-table-list thead {
  background: #E9E9E9;
}
table.management-table-list th {
  background: #E9E9E9;
  color: #000 !important;
}
.active .step.darkturquoise .number {
  background-color: #4ba3c5;
}
.footer {
  background-color: black;
}
.footer .footer-inner a,
.footer .footer-inner span {
  color: white;
}
.header-inner > *,
body > .header.navbar {
  background-color: black !important;
}
.form-edit-block .form-group > .col-sm-10 > span {
  margin-top: 7px;
  display: inline-block;
}
.form-edit-block .form-group > .col-sm-10 > div.view {
  margin-top: 7px;
}
.navbar-nav.user {
  margin-top: 17px;
  text-align: center;
}
.navbar-nav.user .user {
  color: #FFFFFF;
  font-size: 20px;
  text-align: bootom;
}
.navbar-nav.user a.logout {
  display: inline-block;
}
.navbar-nav.user a.logout .logoutIcon {
  vertical-align: top;
  color: #FFFFFF;
  font-size: 35px;
}
.header.navbar .hor-menu .classic-menu-dropdown .dropdown-menu li > a {
  padding: 21px 18px !important;
  margin-bottom: 1px;
}
.form-wizard .active .step .number {
  background-color: #4ba3c5;
}
.progress-bar.progress-bar-success {
  background-color: #86c2eb;
}
.user-img-block {
  display: inline-block;
  max-width: 156px;
  overflow-x: hidden;
  vertical-align: middle;
}
table.checkbox-table thead td:first-child,
table.checkbox-table th:first-child {
  width: 50px;
}
.errorIconBlock i {
  margin-left: -200%;
}
.errorIconBlock i.fa-warning {
  color: #b94a48;
}
.errorIconBlock i.fa-check {
  color: #468847;
}
.inline-block {
  display: inline-block;
}
.helpVideo {
  color: #0068b7;
  font-size: 18px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none !important;
}
.helpVideo:hover {
  color: #e14343;
}
.help-video-block {
  padding: 20px;
  margin: 10px;
  background-color: #FFFFFF;
  transition: background-color 2s ease 0.5s;
}
.help-video-block.show {
  background-color: #333333;
}
.warning-message-bar {
  padding: 10px;
  margin: 10px 0px;
  background-color: #d84a38;
  color: #FFF;
  font-size: 18px;
}
.warning-question {
  border: solid 5px #d84a38;
  padding-bottom: 5px;
}
.warning-message-bar-question {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #d84a38;
  color: #FFF;
  font-size: 18px;
}
h3 .videoDateInfo {
  float: right;
}
.form-edit-block .form-group > .col-sm-10 > span {
  display: block;
}
.bulletinBar {
  border-bottom: #e02222 2px solid;
  padding: 10px 20px;
  font-size: 18px;
}
.bulletinBar .closeButton {
  color: #e02222;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.bulletinBar .bulletinBarTitle {
  color: #e02222;
  vertical-align: middle;
}
.bulletinBar .bulletinBarMsg {
  vertical-align: middle;
}
.circle20Button {
  border-radius: 20px !important;
}
.licenseStatusFail,
.sendTaskDisabledHelp,
.storageFullHelp {
  font-size: 20px;
  color: #e02222;
}
.doubtModalBlock textarea,
.verifyPopupBlock textarea,
.doubtModalBlock .emailInput,
.verifyPopupBlock .emailInput {
  width: 100%;
}
.doubtModalBlock .error,
.verifyPopupBlock .error {
  color: #e02222;
  margin-top: -10px;
}
.verifyPopupBlock .error {
  margin-top: 0px;
}
.verifyPopupBlock .modal-body span {
  margin-left: 5px;
  margin-right: 5px;
  color: #ff4136;
}
.licenseStatus {
  font-size: 12px;
  float: right;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
}
.licenseStatus > span {
  margin-left: 15px;
}
.licenseStatus ~ .popover {
  z-index: 10000;
}
.licenseStatus i.fa {
  color: #0068b7;
  margin-left: 5px;
}
.licenseStatus ~ .popover {
  max-width: 500px;
}
.license-section {
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
}
.header-inner .navbar-brand {
  padding: 0px !important;
}
.header-inner .navbar-brand .logo {
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .page-header-fixed .header.navbar {
    padding-left: 0px;
  }
  .page-header-fixed .header.navbar .navbar-brand img {
    margin-left: 0px !important;
  }
}
@media (max-width: 1140px) {
  .header.navbar .navbar-brand {
    float: none !important;
    width: auto !important;
    margin-left: 20px !important;
  }
  .navbar-toggle {
    display: inline-block !important;
  }
  .visible-md-sm {
    display: block !important;
  }
  .hidden-md-sm {
    display: none !important;
  }
  .header.navbar .navbar-nav.user {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .header.navbar .navbar-nav.user {
    margin-top: 17px;
  }
  .navbar-toggle {
    margin: 8px 24px 4px 24px !important;
  }
  .header.navbar .navbar-brand {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav .user,
  .navbar-nav .logout {
    display: none !important;
  }
  .header-inner {
    text-align: center;
  }
  .header-inner a.navbar-toggle {
    width: 0px !important;
    margin-left: 0px !important;
  }
  .header-inner a.navbar-toggle:before {
    margin-left: 24px;
  }
  .header-inner .one-special-events-menu {
    display: inline-block;
    width: 0px;
  }
  .header-inner .one-special-events-menu .special-events-menu-main-img {
    margin-left: -90px;
  }
}
@media (max-width: 670px) {
  .navbar-nav .one-special-events-menu,
  .navbar-nav .many-special-events-menu {
    display: none;
  }
  .navbar-nav.user {
    clear: none !important;
  }
}
.navbar .hasNew,
.page-sidebar-menu .hasNew {
  margin-left: 5px;
  color: #ff4136;
}
.password-info-block ul {
  font-size: 14px;
}
.password-info-block li {
  margin-bottom: 10px;
}
.one-special-events-menu {
  font-size: 20px;
  color: #FFF;
  margin-right: 5px;
}
.special-events-menu-main-img {
  width: 100px;
  margin-top: -8px;
}
.many-special-events-menu {
  display: inline-block;
  position: fixed;
  margin-top: -12px;
  margin-left: -170px;
}
.many-special-events-menu .many-special-events-menu-title {
  display: inline-block;
  line-height: 64px;
  color: #FFF;
  font-size: 24px;
  width: 220px;
}
.many-special-events-menu .many-special-events-menu-ul {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.many-special-events-menu:hover .many-special-events-menu-ul {
  display: block;
}
.many-special-events-menu .special-events-menu-sub-li {
  cursor: pointer;
}
.many-special-events-menu .special-events-menu-sub-li .special-events-menu-sub-img {
  width: 220px;
}
.teams-label-0 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #f3908c;
  background-color: #f5a6a3;
}
.teams-label-0:hover {
  background-color: #f3908c;
}
.teams-label-0.inactive {
  background-color: #8a140f;
  color: #ffffff;
}
.teams-label-0.inactive:hover {
  background-color: #a11711;
}
.teams-label-1 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #95f5f9;
  background-color: #adf7fa;
}
.teams-label-1:hover {
  background-color: #95f5f9;
}
.teams-label-1.inactive {
  background-color: #0a999e;
  color: #ffffff;
}
.teams-label-1.inactive:hover {
  background-color: #0bb0b6;
}
.teams-label-2 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #a38bd8;
  background-color: #b29ede;
}
.teams-label-2:hover {
  background-color: #a38bd8;
}
.teams-label-2.inactive {
  background-color: #33205d;
  color: #ffffff;
}
.teams-label-2.inactive:hover {
  background-color: #3d2670;
}
.teams-label-3 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #d8c08a;
  background-color: #deca9d;
}
.teams-label-3:hover {
  background-color: #d8c08a;
}
.teams-label-3.inactive {
  background-color: #5d4a1f;
  color: #ffffff;
}
.teams-label-3.inactive:hover {
  background-color: #705926;
}
.teams-label-4 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #b6f98f;
  background-color: #c6faa7;
}
.teams-label-4:hover {
  background-color: #b6f98f;
}
.teams-label-4.inactive {
  background-color: #3f9909;
  color: #ffffff;
}
.teams-label-4.inactive:hover {
  background-color: #49b10a;
}
.teams-label-5 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #f296e4;
  background-color: #f5adea;
}
.teams-label-5:hover {
  background-color: #f296e4;
}
.teams-label-5.inactive {
  background-color: #91127e;
  color: #ffffff;
}
.teams-label-5.inactive:hover {
  background-color: #a81491;
}
.teams-label-6 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #a0f8cb;
  background-color: #b8fad8;
}
.teams-label-6:hover {
  background-color: #a0f8cb;
}
.teams-label-6.inactive {
  background-color: #0ca757;
  color: #ffffff;
}
.teams-label-6.inactive:hover {
  background-color: #0dbf64;
}
.teams-label-7 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #94a3d7;
  background-color: #a7b3de;
}
.teams-label-7:hover {
  background-color: #94a3d7;
}
.teams-label-7.inactive {
  background-color: #253261;
  color: #ffffff;
}
.teams-label-7.inactive:hover {
  background-color: #2b3b74;
}
.teams-label-8 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #d7b293;
  background-color: #debfa6;
}
.teams-label-8:hover {
  background-color: #d7b293;
}
.teams-label-8.inactive {
  background-color: #613f24;
  color: #ffffff;
}
.teams-label-8.inactive:hover {
  background-color: #744b2b;
}
.teams-label-9 {
  display: inline-block;
  margin: 3px;
  padding: 5px;
  color: #111111;
  border: 1px solid #f8f799;
  background-color: #faf9b1;
}
.teams-label-9:hover {
  background-color: #f8f799;
}
.teams-label-9.inactive {
  background-color: #a2a00a;
  color: #ffffff;
}
.teams-label-9.inactive:hover {
  background-color: #bab70c;
}
.labels-block {
  padding: 10px;
}
span.teams-label-0 {
  padding: 3px;
}
span.teams-label-1 {
  padding: 3px;
}
span.teams-label-2 {
  padding: 3px;
}
span.teams-label-3 {
  padding: 3px;
}
span.teams-label-4 {
  padding: 3px;
}
span.teams-label-5 {
  padding: 3px;
}
span.teams-label-6 {
  padding: 3px;
}
span.teams-label-7 {
  padding: 3px;
}
span.teams-label-8 {
  padding: 3px;
}
span.teams-label-9 {
  padding: 3px;
}
.bg-severity-1 {
  background-color: #ffb3b3 !important;
}
.bg-severity-2 {
  background-color: #ff6666 !important;
}
.bg-severity-3 {
  background-color: #ff1a1a !important;
}
.bg-severity-4 {
  background-color: #cc0000 !important;
}
.severity-0 {
  color: #8afaaa;
}
.severity-1 {
  color: #c0de7a;
}
.severity-2 {
  color: #f5dd87;
}
.severity-3 {
  color: #dea67a;
}
.severity-4 {
  color: #fa8a8c;
}
.product-block {
  display: none;
  background-color: #EEE;
  padding: 10px;
}
.product-block a {
  margin-left: 20px;
}
.product-block a:first-child {
  margin-left: 0px;
}
.page-header-fixed .page-container {
  margin-top: 100px;
}
.login .content .form-actions {
  border-bottom: 0px;
}
.login-form {
  color: white;
  margin-top: 20px;
  margin-right: 15px;
  float: right;
}
.login-form .form-group {
  margin-right: 5px;
}
.login-form [type='submit'] {
  margin-left: 5px;
}
@media (max-width: 930px) {
  .login-form {
    display: none;
  }
}
.action-block-fixed-top {
  z-index: 9994 !important;
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 70px;
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  display: none;
}
@media (max-width: 930px) {
  .action-block-fixed-top {
    display: block;
    margin-top: 0px;
    height: auto;
    max-height: none;
    position: static;
  }
}
.action-block-fixed-top > .form-group.inline {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.login-bg {
  width: 100%;
  margin-top: 71px;
}
@media (max-width: 1140px) {
  .login-bg {
    margin-top: 0px;
  }
}
[unresolved] {
  visibility: hidden;
}
.nu-login-box {
  position: fixed;
  top: 120px;
  left: calc(50% - 200px);
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px !important;
  border: 2px solid #000;
  display: none;
  z-index: 11000;
}
.nu-login-box h3 {
  text-align: center;
}
.nu-login-box .nu-forgetPassword {
  float: right;
}
.nu-login-box .nu-login-action-bar {
  text-align: center;
}
.nu-login-box .nu-login-action-bar > .btn {
  width: 100%;
}
.nu-login-box .nu-login-block {
  border-top: 2px solid #CCC;
  padding: 20px;
}
.nu-login-box .nu-login-block.TEAMS-box {
  border-top: none;
}
.nu-login-box-popup-bg {
  z-index: 10000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
