﻿@font-face {
  font-family: 'MontserratLight';
  src: url("../../fonts/Montserrat-Light.otf"); }

@font-face {
  font-family: 'MontserratRegular';
  src: url("../../fonts/Montserrat-Regular.otf"); }

@font-face {
  font-family: 'MontserratRegular';
  src: url("../../fonts/Montserrat-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: 'Badscript';
  src: url("../../fonts/badscript-regular-webfont.eot") format("eot"), url("../../fonts/badscript-regular-webfont.woff") format("woff"), url("../../fonts/badscript-regular-webfont.ttf") format("truetype"), url("../../fonts/badscript-regular-webfont.svg#badscript-regular-webfont") format("svg"); }

@font-face {
  font-family: 'OpensansLight';
  src: url("../../fonts/opensans-light-webfont.eot") format("eot"), url("../../fonts/opensans-light-webfont.woff") format("woff"), url("../../fonts/opensans-light-webfont.ttf") format("truetype"), url("../../fonts/opensans-light-webfont.svg#webfont0L0TsvhT") format("svg"); }

@font-face {
  font-family: 'Opensans';
  src: url("../../fonts/opensans-regular-webfont.eot") format("eot"), url("../../fonts/opensans-regular-webfont.woff") format("woff"), url("../../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../../fonts/opensans-regular-webfont.svg#opensans-regular-webfont") format("svg"); }

@font-face {
  font-family: 'raleway-medium';
  src: url("../../fonts/raleway-medium-webfont.eot") format("eot"), url("../../fonts/raleway-medium-webfont.woff") format("woff"), url("../../fonts/raleway-medium-webfont.ttf") format("truetype"), url("../../fonts/raleway-medium-webfont.svg#opensans-regular-webfont") format("svg"); }

/*.btn {
    &:focus,
    &:active:focus {
        outline: none;
    }
}*/
.btn-inverse {
  color: #F0AD4E;
  background-color: #262626;
  border-color: #717171; }
  .btn-inverse:focus {
    color: #fff;
    background-color: #262626;
    border-color: #717171; }
  .btn-inverse:hover {
    color: #fff;
    background-color: #404040;
    border-color: #8a8a8a; }

.swn-breadcrumbs {
  text-align: left;
  float: left;
  /*color: #bababa;*/
  max-height: 25px; }
  .swn-breadcrumbs a {
    color: #fff; }
    .swn-breadcrumbs a .badge {
      font-size: 10px;
      position: relative;
      top: -2px;
      margin-bottom: -1px; }
  .swn-breadcrumbs .swn-breadcrumb {
    background: none;
    padding: 0;
    margin: 0; }
    .swn-breadcrumbs .swn-breadcrumb .active {
      color: #fff; }
    .swn-breadcrumbs .swn-breadcrumb > li {
      display: block;
      float: left;
      font: 15px/17px "MontserratLight", Helvetica, sans-serif;
      background-color: rgba(255, 255, 255, 0.24);
      padding: 10px 9px 10px 3px;
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      color: #fff; }
      .swn-breadcrumbs .swn-breadcrumb > li:first-child {
        padding-left: 20px; }
      .swn-breadcrumbs .swn-breadcrumb > li.divider {
        background: none; }
    .swn-breadcrumbs .swn-breadcrumb li.divider {
      position: relative;
      padding: 0; }

.dropdown-menu {
  min-width: inherit; }
  .dropdown-menu a.active,
  .dropdown-menu a.active:hover {
    background-color: #8a8a8a;
    color: #fff;
    background-image: none;
    cursor: default; }
  .dropdown-menu.pointer:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2); }
  .dropdown-menu.pointer:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: -6px;
    left: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent; }
  .dropdown-menu.pointer.up:before {
    bottom: -7px;
    top: initial;
    border-top: 7px solid #ccc;
    border-bottom: none; }
  .dropdown-menu.pointer.up:after {
    bottom: -6px;
    top: initial;
    border-top: 6px solid #ffffff;
    border-bottom: none; }
  .dropdown-menu.pointer-right:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    right: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2); }
  .dropdown-menu.pointer-right:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: -6px;
    right: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent; }
  .dropdown-menu.pointer-right.up:before {
    bottom: -7px;
    top: initial;
    border-top: 7px solid #ccc;
    border-bottom: none; }
  .dropdown-menu.pointer-right.up:after {
    bottom: -6px;
    top: initial;
    border-top: 6px solid #ffffff;
    border-bottom: none; }

.badge-important {
  background-color: #b94a48; }

.badge-important[href] {
  background-color: #953b39; }

.blue-caret {
  border-top: 9px solid #269efa !important; }

.white-caret {
  border-top: 5px solid #fff !important;
  border-bottom: none !important; }

.form-control {
  resize: none; }
  .form-control.dark {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #8a8a8a; }
    .form-control.dark[disabled] {
      color: #8a8a8a;
      background-color: #232323; }
  .form-control:focus, .form-control.dark:focus {
    border-color: #F0AD4E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 173, 78, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 173, 78, 0.6); }

.btn.dark {
  border-color: #8a8a8a; }

.input-group-addon.dark {
  color: #8a8a8a;
  background-color: #141414;
  border-color: #8a8a8a; }

.nav-pills li.active.disabled > a {
  background-color: #C5C5C5; }

.nav > li > a {
  padding: 2px 7px;
  font-family: "MontserratLight", Helvetica, sans-serif; }

.swn-hide {
  display: none; }

.dropdown-menu.has-glyphs a {
  position: relative;
  padding-left: 45px; }
  .dropdown-menu.has-glyphs a .tickIcon {
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 11px;
    font-weight: bold; }
  .dropdown-menu.has-glyphs a .itemIcon {
    position: absolute;
    top: 3px;
    left: 20px;
    color: #8a8a8a; }
  .dropdown-menu.has-glyphs a .itemCaption {
    font-weight: bold; }
  .dropdown-menu.has-glyphs a .itemDescription {
    font-size: 12px;
    color: #c6c6c6; }

.datetimepicker {
  min-width: 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #c6c6c6 #c6c6c6 #fff #c6c6c6; }

.dropdown.inlineBlock {
  display: inline-block; }
  .dropdown.inlineBlock a.dropdown-toggle {
    line-height: 33px; }
  .dropdown.inlineBlock .dropdown-menu {
    margin-top: -5px; }

/* Customizations applied to messenger and its 'Block' theme */
ul.messenger .messenger-theme-block.messenger-fixed .messenger-message {
  padding: 0.5em !important;
  margin-bottom: 5px !important; }
  ul.messenger .messenger-theme-block.messenger-fixed .messenger-message .messenger-close {
    top: -10px !important;
    left: 5px !important; }

ul.messenger .messenger-fixed .message .messenger-actions,
ul.messenger .messenger-message .messenger-actions {
  float: none !important; }

.row {
  margin-right: 0;
  margin-left: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 5px;
  padding-left: 5px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #F0AD4E; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto #f4c37d;
  outline-offset: -2px; }

.badge.badge-sm {
  font-size: 10px;
  padding: 3px 4px; }

.badge.badge-big {
  font-weight: normal;
  margin-bottom: 3px; }
  .badge.badge-big i {
    font-size: 19px; }
  .badge.badge-big .badge-divider {
    font-size: 22px; }
  .badge.badge-big .badge-text {
    position: relative;
    top: -2px; }

.badge.badge-clickable {
  cursor: pointer; }

.badge.badge-square {
  border-radius: 4px; }

.badge.badge-striked {
  text-decoration: line-through; }

.badge.badge-faded {
  opacity: 0.4; }

.badge.badge-grey {
  background-color: #8a8a8a; }
  .badge.badge-grey.badge-hoverable:hover {
    background-color: #b0b0b0 !important; }

.badge.badge-light-grey {
  background-color: #c6c6c6; }
  .badge.badge-light-grey.badge-hoverable:hover {
    background-color: #ececec !important; }

.badge.badge-red {
  background-color: #8a0000; }
  .badge.badge-red.badge-hoverable:hover {
    background-color: #d70000 !important; }

.badge.badge-light-red {
  background-color: #ff2828; }
  .badge.badge-light-red.badge-hoverable:hover {
    background-color: #ff7575 !important; }

.badge.badge-green {
  background-color: #4cae4c; }
  .badge.badge-green.badge-hoverable:hover {
    background-color: #7fc77f !important; }

.badge.badge-blue {
  background-color: #175fc1; }
  .badge.badge-blue.badge-hoverable:hover {
    background-color: #3d85e8 !important; }

.badge.badge-light-blue {
  background-color: #269efa; }
  .badge.badge-light-blue.badge-hoverable:hover {
    background-color: #71bffc !important; }

.badge.badge-orange {
  background-color: #F0AD4E; }
  .badge.badge-orange.badge-hoverable:hover {
    background-color: #f6ce95 !important; }

.badge.badge-pink {
  background-color: #ee9aa9; }
  .badge.badge-pink.badge-hoverable:hover {
    background-color: #f9dbe1 !important; }

.badge.badge-black {
  background-color: #000; }
  .badge.badge-black.badge-hoverable:hover {
    background-color: #262626 !important; }

.badge.badge-selected {
  opacity: 0.2; }

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

@font-face {
  font-family: 'MontserratLight';
  src: url("../../fonts/Montserrat-Light.otf"); }

@font-face {
  font-family: 'MontserratRegular';
  src: url("../../fonts/Montserrat-Regular.otf"); }

@font-face {
  font-family: 'MontserratRegular';
  src: url("../../fonts/Montserrat-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: 'Badscript';
  src: url("../../fonts/badscript-regular-webfont.eot") format("eot"), url("../../fonts/badscript-regular-webfont.woff") format("woff"), url("../../fonts/badscript-regular-webfont.ttf") format("truetype"), url("../../fonts/badscript-regular-webfont.svg#badscript-regular-webfont") format("svg"); }

@font-face {
  font-family: 'OpensansLight';
  src: url("../../fonts/opensans-light-webfont.eot") format("eot"), url("../../fonts/opensans-light-webfont.woff") format("woff"), url("../../fonts/opensans-light-webfont.ttf") format("truetype"), url("../../fonts/opensans-light-webfont.svg#webfont0L0TsvhT") format("svg"); }

@font-face {
  font-family: 'Opensans';
  src: url("../../fonts/opensans-regular-webfont.eot") format("eot"), url("../../fonts/opensans-regular-webfont.woff") format("woff"), url("../../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../../fonts/opensans-regular-webfont.svg#opensans-regular-webfont") format("svg"); }

@font-face {
  font-family: 'raleway-medium';
  src: url("../../fonts/raleway-medium-webfont.eot") format("eot"), url("../../fonts/raleway-medium-webfont.woff") format("woff"), url("../../fonts/raleway-medium-webfont.ttf") format("truetype"), url("../../fonts/raleway-medium-webfont.svg#opensans-regular-webfont") format("svg"); }

#header {
  background-color: #1f1f1f;
  background: url("data:image/png;base64,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");
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  position: relative; }
  #header .logo {
    float: left; }
  #header .textLogo {
    display: none;
    float: left;
    font-size: 25px;
    color: #fff; }
    #header .textLogo img {
      width: 33px;
      margin-right: 7px;
      position: relative;
      top: -1px; }
  #header .home,
  #header .buttons {
    overflow: hidden;
    float: right;
    list-style: none;
    margin: 0;
    padding: 8px 0 0;
    max-width: 800px;
    z-index: 1; }
    #header .home a,
    #header .buttons a {
      font: 15px/18px "MontserratLight", Helvetica, sans-serif;
      color: #fff;
      display: block; }
      #header .home a:hover,
      #header .buttons a:hover {
        color: #f2c483; }
    #header .home .active a,
    #header .buttons .active a {
      color: #F0AD4E;
      text-decoration: none;
      cursor: default; }
    #header .home li,
    #header .buttons li {
      float: left;
      margin: 0 0 0 17px; }
  #header .headerLink {
    margin: 6px 5px 0; }
  #header .holder {
    padding: 15px 0 14px 0; }
  #header .login,
  #header .signup {
    padding: 6px 0 10px;
    width: 94px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  #header .login {
    background: #EF5350; }
  #header .signup {
    background: #F0AD4E; }
  #header .login:hover,
  #header .signup:hover {
    text-decoration: none;
    color: #000 !important; }

.titlesContainer {
  clear: both;
  background: #F69801 url(../images/bg-promo.png) no-repeat 0 0;
  min-height: 37px;
  padding-right: 10px; }
  .titlesContainer .arrowImageWrapper {
    float: left;
    position: relative;
    overflow: hidden; }
    .titlesContainer .arrowImageWrapper.empty {
      width: 15px;
      height: 20px; }
    .titlesContainer .arrowImageWrapper img {
      position: relative; }
  .titlesContainer .topMenuPageTitle {
    padding: 10px 20px;
    color: white;
    font-size: 16px; }
  .titlesContainer .holder {
    /*padding: 5px 0 5px;*/ }
    .titlesContainer .holder .nav {
      padding: 7px 0 9px;
      /*background-color: rgba(255, 255, 255, 0.24);*/
      float: left; }
    .titlesContainer .holder .nav a {
      color: #000; }
    .titlesContainer .holder .nav > li > a {
      padding: 3px 7px 0; }
    .titlesContainer .holder .nav-pills > li > .fa {
      color: #000;
      font-size: 22px;
      opacity: 0.4;
      line-height: normal; }
    .titlesContainer .holder .nav-pills > li.active > a,
    .titlesContainer .holder .nav-pills > li.active > a:hover,
    .titlesContainer .holder .nav-pills > li.active > a:focus,
    .titlesContainer .holder .nav-pills > li.active > a:active {
      background: none;
      color: #fff;
      text-decoration: none;
      cursor: default;
      border: none;
      outline: none; }
    .titlesContainer .holder .nav > li > a:hover,
    .titlesContainer .holder .nav > li > a:focus {
      text-decoration: underline;
      color: #fff;
      background: none; }
  .titlesContainer .pageActions {
    float: right;
    padding: 10px 10px 0 0; }
    .titlesContainer .pageActions #pageActionsBtn {
      font-size: 18px;
      color: #fff; }
      .titlesContainer .pageActions #pageActionsBtn:hover {
        color: #000; }
    .titlesContainer .pageActions .fa-check {
      display: none;
      font-size: 10px;
      padding-right: 0;
      margin-left: -14px;
      margin-right: -2px; }

.mobile-logo {
  display: none; }

.info-panel {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  position: fixed;
  top: 116px;
  left: 0;
  right: 0;
  z-index: 10002;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.92);
  box-shadow: rgba(0, 0, 0, 0.92) 0 0 15px; }
  .info-panel .countdown {
    width: 160px;
    display: inline;
    margin: 0 10px 0 5px;
    position: absolute;
    margin-top: -4px; }

.headerWrapper {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.92);
  box-shadow: rgba(0, 0, 0, 0.92) 0 0 15px; }

/*@media(max-width: 1100px) {
    #header {
        .logo img {
            max-width: 180px;
        }
        .buttons {
            padding: 0;
        }
        .headerLink {
            margin: 6px 0 0;
        }
    }
}*/
@media (min-width: 831px) {
  .info-panel .mobile {
    display: none !important; } }

@media (max-width: 830px) {
  .desktop-logo {
    display: none; }
  .mobile-logo {
    display: block; }
  /*.headerWrapper {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10000;
    }*/
  #header {
    padding: 0 5px; }
    #header .logo {
      position: relative;
      z-index: 1; }
      #header .logo img {
        max-height: 32px; }
    #header .holder {
      padding: 2px 0 3px; }
    #header .btn.menuToggler {
      padding: 7px 8px;
      z-index: 1; }
      #header .btn.menuToggler .fa {
        font-size: 20px; }
    #header .desktop-menu {
      display: none; }
    #header.opened .buttons {
      display: block;
      margin-top: 37px;
      margin-bottom: -5px; }
  .titlesContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none; }
    .titlesContainer .swn-breadcrumbs .swn-breadcrumb > li:first-child {
      padding-left: 40px; }
    .titlesContainer .holder .nav > li {
      display: none; }
      .titlesContainer .holder .nav > li.active {
        display: block; }
    .titlesContainer .pageActions {
      margin-right: 26px;
      border-left: 1px solid #694109;
      padding: 10px 11px 7px; }
  .notLoggedIn .mobileSlidePanel .login {
    color: #8a8a8a !important; }
    .notLoggedIn .mobileSlidePanel .login:hover {
      color: #fff !important; }
  .notLoggedIn .holder .nav > li.active {
    padding-left: 22px; }
  .info-panel {
    padding: 10px 5px;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 37px !important;
    z-index: 10002;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.92);
    box-shadow: rgba(0, 0, 0, 0.92) 0 0 15px; }
    .info-panel .desktop {
      display: none !important; }
  /*.scrolled {
        .headerWrapper {

            @include lightShadow();

            #header {
                .login {
                    padding: 2px 0 4px;
                    margin-top: 4px;
                }
                .holder {
                    padding-top: 2px;
                    padding-bottom: 2px;
                }
            }
            .titlesContainer {
                min-height: 23px;
                .pageActions {
                    padding-top: 10px;
                }
            }
            .swn-breadcrumbs {
                .swn-breadcrumb {
                    & > li {
                        padding: 10px 9px 10px 3px;

                        &:first-child {
                            padding-left: 40px;
                        }
                    }
                }
            }
            .arrowImageWrapper {
                overflow: visible;
                height: auto; 

                img {
                    position: static;
                    top: 0;
                }
            }
            .nav {
                padding: 7px 0 9px;
            }
        }
        .workArea {
            margin-top: 0;
        }
        .info-panel {
            top: 0;
            padding: 10px 5px;
        }
    }*/ }

/* Confirm dialog */
#swn-confirm-dialog,
.swn-confirm-dialog {
  visibility: hidden;
  width: 360px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.45);
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -94px;
  margin-left: -180px !important;
  z-index: 10005; }

#swn-confirm-dialog-heading,
.swn-confirm-dialog-heading {
  /*width:350px;*/
  height: 44px;
  padding-left: 10px;
  background-color: #F0AD4E;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 44px;
  color: #fff; }

#swn-confirm-dialog-body,
.swn-confirm-dialog-body {
  /*width:360px;*/
  background: #717171;
  color: #fff; }

#swn-confirm-dialog-content,
.swn-confirm-dialog-content {
  padding: 20px 10px; }
  #swn-confirm-dialog-content #swn-input-dialog-inputfield,
  .swn-confirm-dialog-content #swn-input-dialog-inputfield {
    background-color: #404040;
    color: #fff; }

#swn-confirm-dialog-buttons,
.swn-confirm-dialog-buttons {
  padding: 10px;
  background-color: #262626;
  text-align: right; }

.swn-dialog-cancel {
  margin-top: 8px;
  float: left;
  font-size: 12px;
  line-height: normal; }
  .swn-dialog-cancel:hover {
    border-bottom: dotted 1px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("data:image/png;base64,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");
  opacity: 0.9;
  z-index: 10004;
  display: none;
  top: 0;
  left: 0; }

@media only screen and (max-width: 767px) {
  #swn-confirm-dialog,
  .swn-confirm-dialog {
    width: 290px !important;
    padding: 8px;
    margin-left: -150px !important;
    margin-top: -78px !important; }
  #swn-confirm-dialog-heading,
  .swn-confirm-dialog-heading {
    width: 274px;
    height: 28px;
    line-height: 28px;
    font-size: 12px; }
  #swn-confirm-dialog-body,
  .swn-confirm-dialog-body {
    width: 274px;
    font-size: 12px; } }

html, body {
  height: 100%;
  padding: 0; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -91px;
  background-color: #494949; }

.push {
  height: 91px; }

.push-top {
  height: 117px; }

body {
  margin: 0;
  color: #c0c0c0;
  font: 14px/17px "MontserratLight", Helvetica, sans-serif;
  background-color: #494949;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  body ul.messenger.messenger-theme-block.messenger-fixed {
    top: 150px; }

img {
  max-width: 100%; }

.size-max {
  width: 100%; }

#footer {
  background: #000;
  padding: 20px 0;
  font: 18px/24px "MontserratLight", Helvetica, sans-serif;
  color: #acc2e3; }
  #footer p {
    text-align: center;
    margin: 0 0 15px; }
  #footer .sub-nav {
    list-style: none;
    margin: 0 auto 14px auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1; }
    #footer .sub-nav a {
      color: #bbb;
      display: block;
      padding: 0;
      font: 13px/20px "MontserratLight", Helvetica, sans-serif; }
      #footer .sub-nav a:after {
        content: "|";
        margin-left: 9px; }
      #footer .sub-nav a:hover {
        text-decoration: none;
        color: #fff; }
        #footer .sub-nav a:hover span {
          text-decoration: underline; }
        #footer .sub-nav a:hover:before {
          color: #acc2e3; }
    #footer .sub-nav li {
      margin: 0 5px 0 0;
      display: inline-block;
      vertical-align: top; }
      #footer .sub-nav li:last-child a:after {
        content: ""; }
  #footer .copyright {
    display: block;
    text-align: center;
    font: 11px/13px "MontserratLight", Helvetica, sans-serif;
    color: #888; }
  #footer.loggedIn {
    padding: 7px 0; }
    #footer.loggedIn .sub-nav {
      float: right;
      margin: 0;
      padding-right: 10px;
      padding-top: 2px; }
    #footer.loggedIn .copyright {
      float: left;
      padding: 6px 0 0 20px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.arrow_box {
  position: relative; }

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 44px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-bottom-color: #f7f7f7;
  border-width: 7px;
  margin-left: -33px; }

.arrow_box:before {
  border-bottom-color: #c6c6c6;
  border-width: 10px;
  margin-left: -36px; }

.clippy {
  max-width: none !important; }

.qr-code-link {
  font-size: 25px;
  position: relative;
  top: 6px;
  line-height: 0; }

.loggedIn .notLoggedIn {
  display: none !important; }

.loggedIn #wrapper {
  margin: 0 auto -40px; }

.loggedIn .push {
  height: 40px; }

.nonEditableCover {
  display: none;
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoEAAAAAD5BTvyAAAAAmJLR0T//xSrMc0AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAB6SURBVEjH7dXLEYAgDEVRqk0HNmpFMgxi+Lnw3Z0hSzJnmZuO8x6b3vPn530vsVwDKa6CHFdAkssgyy1AjTNLLDeAOteBBOdAhmsgxVWQ4wpIchlkuQ34nXPni+EWoMZNoMoNoM51IMFFU3QumqJz0RSdi6bo3C+bcgHap6IryOSd+AAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMy0xMC0wMlQyMjoyNDo1OC0wNzowMEHyH1AAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTMtMTAtMDJUMjI6MjQ6NTgtMDc6MDAwr6fsAAAAAElFTkSuQmCC");
  z-index: 10005; }
  .nonEditableCover.swn-fixed {
    position: fixed; }

.swn-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 62px;
  margin-top: -31px;
  margin-left: -26px; }
  .swn-spinner.swn-spinner-small {
    font-size: 30px;
    margin-left: -13px;
    margin-top: -15px; }
  .swn-spinner.swn-spinner-light {
    color: #fff; }

.swn-spinner-row {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  margin-top: -10px;
  margin-left: -10px; }

.swn-cover-message {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(33, 33, 33, 0.83); }
  .swn-cover-message .swn-cover-message-body {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center; }
    .swn-cover-message .swn-cover-message-body .swn-cover-message-header {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #F0AD4E; }
    .swn-cover-message .swn-cover-message-body .swn-spinner {
      position: relative;
      top: 0;
      left: 0;
      margin-left: 0;
      margin-top: 10px;
      opacity: 0.5; }

.swn-em {
  font-weight: bold; }

.swn-faded {
  opacity: 0.55; }

.swn-super-faded {
  opacity: 0.30; }

.swn-orange {
  color: #F0AD4E; }

.swn-white {
  color: #fff !important; }

.swn-red {
  color: #EF5350; }

.swn-dark-red-back {
  background-color: #710000; }
  .swn-dark-red-back .swn-pale-grey-back {
    background-color: #8a0000; }
  .swn-dark-red-back .swn-pale-green-back {
    background-color: #982020; }

.swn-dark-blue-back {
  background-color: #011c3f; }

.swn-pale-grey-back {
  background-color: #565656; }

.swn-pale-green-back {
  background-color: #5a6b52; }

.swn-no-border {
  border: none !important; }

.swn-centered {
  text-align: center !important; }

.fancybox-video-wrapper {
  max-width: 95%; }

.icheckbox,
.iradio {
  display: inline-block !important; }
  .icheckbox span,
  .iradio span {
    cursor: pointer; }

.form-inline .icheckbox,
.form-inline .iradio {
  top: 7px; }

.inputError {
  border-color: #b94a48 !important; }

iframe.inputError {
  border: 1px solid #b94a48 !important; }

a {
  color: #8a8a8a; }
  a:focus {
    color: #8a8a8a; }
  a:hover, a:focus:hover {
    color: #FAFAFA; }
  a.jsLink {
    text-decoration: none;
    border-bottom: 1px dotted; }
    a.jsLink:hover {
      text-decoration: none;
      border-bottom: 1px dotted; }
    a.jsLink.active {
      text-decoration: none;
      border-bottom: 1px dotted transparent;
      cursor: default; }
  a.dark:hover {
    color: #fff; }
  a.underlined {
    text-decoration: none;
    border-bottom: solid 1px #737373; }
    a.underlined.dotted {
      border-bottom-style: dotted; }
    a.underlined:hover {
      text-decoration: none;
      border-bottom-color: #FAFAFA; }
  a.red {
    color: #E25D5D !important; }
    a.red:hover {
      color: #ea8888 !important; }
  a.orange {
    color: #F0AD4E !important; }
    a.orange:hover {
      color: #fff !important; }
  a.white {
    color: #fff !important; }
    a.white:hover {
      color: #F0AD4E !important; }
  a.active {
    color: #F0AD4E;
    cursor: default;
    border: none;
    text-decoration: none; }
  a.onWhite:hover {
    color: #262626 !important; }

.clickable,
.swn-clickable {
  cursor: pointer; }

.swn-nowrap,
.swn-nowrap * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.table th {
  color: #fff; }

.workArea {
  padding: 15px 20px;
  position: relative;
  clear: both; }

.swn-divider {
  margin: 15px 0 5px;
  border-top: 1px solid #3f3f3f;
  text-align: center;
  position: relative; }
  .swn-divider.orange {
    border-top-color: #F0AD4E; }
  .swn-divider .dividerText {
    background-color: #303030;
    padding: 0 10px;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -22px; }

.swnFieldset {
  margin-bottom: 15px;
  border: 1px solid #7c7c7c;
  background-color: #303030;
  position: relative;
  padding: 30px; }
  .swnFieldset.tiny {
    padding: 15px;
    margin: 0; }
  .swnFieldset .headerSplitter,
  .swnFieldset .bottomButtons {
    padding: 10px;
    background-color: #333333;
    position: relative; }
  .swnFieldset .headerSplitter {
    border-bottom: #404040 1px solid; }
    .swnFieldset .headerSplitter .contentTitle {
      border-radius: 0;
      border-bottom: 1px dotted transparent;
      border-right: none;
      border-left: none;
      border-top: none;
      padding: 4px 5px 2px;
      background: #333333;
      margin-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .swnFieldset .headerSplitter .contentTitle:focus {
        outline: none;
        border-bottom: 1px dotted #bdbdbd;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .swnFieldset .headerSplitter .contentTitle.big-size {
        font-size: 22px;
        line-height: 24px;
        font-weight: bold; }
      .swnFieldset .headerSplitter .contentTitle.medium-size {
        font-size: 18px; }
    .swnFieldset .headerSplitter .charCounter {
      color: #8a8a8a;
      font-size: 11px;
      font-weight: bold;
      padding-top: 13px;
      position: relative;
      top: -4px; }
  .swnFieldset .bottomButtons {
    border-top: #404040 1px solid;
    text-align: right; }
    .swnFieldset .bottomButtons .jsLink {
      margin-right: 10px;
      height: 16px; }
  .swnFieldset .fieldsetBody {
    padding: 10px; }

.dot {
  font-size: 10px;
  margin: 0 2px; }

.codemirror-wrapper {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #8a8a8a; }

.noFullWidthWrapper {
  margin-left: auto;
  margin-right: auto; }
  .noFullWidthWrapper.flexible {
    width: 70%;
    min-width: 960px; }
  .noFullWidthWrapper.non-flexible {
    width: 960px; }

.addNewItemList {
  width: 70%;
  padding-left: 30px;
  margin: 0 auto; }

.createItemRow {
  clear: both;
  border: 1px dotted #8a8a8a;
  background-color: #333333;
  padding: 20px;
  margin: 20px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .createItemRow a {
    color: #F0AD4E;
    font-size: 24px;
    text-decoration: none; }
  .createItemRow .itemDescription {
    padding-top: 10px;
    margin-left: 85px; }
  .createItemRow .itemIcon {
    float: left;
    width: 85px; }
    .createItemRow .itemIcon .fa {
      font-size: 60px; }
      .createItemRow .itemIcon .fa.fa-code-fork {
        margin-left: 16px; }
    .createItemRow .itemIcon a.createItem {
      color: #fff; }
  .createItemRow .itemText {
    padding-top: 4px; }
  .createItemRow:hover {
    border: 1px dotted #F0AD4E;
    background-color: #4c4c4c;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.28);
    box-shadow: rgba(0, 0, 0, 0.28) 0 0 15px;
    -ms-transform: scale(1.05, 1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05, 1.05);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    /*a.createItem.link {
            text-decoration: underline;
        }*/ }
    .createItemRow:hover .fa {
      color: #F0AD4E; }

.slideButtons {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100; }
  .slideButtons.right {
    right: auto;
    left: 20px; }
  .slideButtons .slide-button {
    color: #fff;
    background-color: #F0AD4E;
    cursor: pointer;
    padding: 7px 2px 3px;
    border-radius: 3px; }
    .slideButtons .slide-button:hover {
      background-color: #f6ce95; }
    .slideButtons .slide-button .fa {
      font-size: 30px; }
    .slideButtons .slide-button.green {
      background-color: #4cae4c; }
      .slideButtons .slide-button.green:hover {
        background-color: #7fc77f; }
    .slideButtons .slide-button.blue {
      background-color: #175fc1; }
      .slideButtons .slide-button.blue:hover {
        background-color: #3d85e8; }

.borderless-input {
  border-radius: 0;
  border-bottom: 1px dotted transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 4px 5px 2px;
  background: #333333;
  margin-bottom: 0; }
  .borderless-input:focus {
    outline: none; }

.header-hint {
  font-size: 15px;
  padding: 6px 20px 5px;
  color: #fff;
  border-bottom: 1px solid #8a8a8a;
  background-color: #404040; }
  .header-hint .orange {
    color: #F0AD4E; }
  .header-hint a {
    font-size: 13px;
    float: right; }

.title,
.swn-title {
  color: #F0AD4E;
  padding: 5px 0 10px;
  font-weight: bold; }
  .title .em,
  .swn-title .em {
    color: #fff; }
  .title.big,
  .swn-title.big {
    font-size: 20px; }

.swn-title .swn-title-info-label {
  color: #c0c0c0; }

.swn-title .swn-title-info-value {
  color: #fff; }

.whiteTitle {
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff; }

.icheck span {
  position: relative;
  top: -5px; }

.choicesList {
  padding-left: 13px; }

.swn-badge {
  position: absolute;
  width: 90px;
  top: 9px;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 11px;
  opacity: 0.5;
  border-bottom: 18px solid #4cae4c;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  left: -24px; }
  .swn-badge.hovered {
    opacity: 1; }
  .swn-badge .badgeText {
    position: relative;
    top: 3px;
    text-align: center; }
  .swn-badge.badge-grey {
    border-bottom-color: #8a8a8a; }
  .swn-badge.badge-red {
    border-bottom-color: #8a0000; }
  .swn-badge.badge-light-red {
    border-bottom-color: #ff2828; }
  .swn-badge.badge-green {
    border-bottom-color: #4cae4c; }
  .swn-badge.badge-blue {
    border-bottom-color: #175fc1; }
  .swn-badge.badge-orange {
    border-bottom-color: #F0AD4E; }

.swn-grid .swn-grid-body {
  position: relative; }
  .swn-grid .swn-grid-body .gridItem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Chrome, Safari, Opera */
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out; }

.people-grid .swn-grid {
  min-height: 280px; }

.browseSelector {
  float: left;
  font-size: 12px; }
  .browseSelector a {
    margin: 0 !important; }
  .browseSelector ul {
    font-size: 12px; }
  .browseSelector.mobile {
    display: none; }
  .browseSelector.standalone {
    margin-left: 0;
    padding-top: 3px; }

.widgetWrapper {
  margin-bottom: 8px; }
  .widgetWrapper.standalone .sortWidget {
    padding-top: 3px; }

.sortWidget {
  float: left;
  color: #fff;
  padding: 7px 0 0 0;
  font-size: 12px;
  margin-left: 5px; }
  .sortWidget .toggleBtn {
    display: none; }
  .sortWidget ul {
    font-size: 12px; }

.searchWidget {
  float: left;
  width: 151px;
  position: relative;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .searchWidget.focused {
    width: 201px; }
  .searchWidget.suggestionShown .searchControl,
  .searchWidget.suggestionShown .searchBtn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .searchWidget input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8a8a8a; }
  .searchWidget input::-moz-placeholder {
    /* Firefox 19+ */
    color: pink; }
  .searchWidget input:-ms-input-placeholder {
    /* IE 10+ */
    color: pink; }
  .searchWidget input:-moz-placeholder {
    /* Firefox 18- */
    color: pink; }
  .searchWidget .searchControl {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 40px 2px 12px;
    height: 28px; }
  .searchWidget .searchBtn:focus,
  .searchWidget .clearBtn:focus {
    outline: none; }
  .searchWidget .searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px;
    border-radius: 0 3px 3px 0; }
  .searchWidget .clearBtn {
    position: absolute;
    top: 0;
    right: 34px;
    padding: 4px 10px;
    border-radius: 0; }
  .searchWidget .searchSuggest {
    background-color: #303030;
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 0 0 3px 3px;
    padding: 5px 0; }
    .searchWidget .searchSuggest.swn-no-items {
      padding: 5px;
      font-size: 11px;
      color: #8a8a8a; }
    .searchWidget .searchSuggest .suggestItem {
      white-space: nowrap;
      overflow-x: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      cursor: pointer;
      padding: 5px 12px; }
      .searchWidget .searchSuggest .suggestItem:hover {
        background-color: #565656; }
      .searchWidget .searchSuggest .suggestItem:last-child {
        margin-bottom: 0; }
      .searchWidget .searchSuggest .suggestItem .itemTitle {
        color: #fff;
        font-weight: bold;
        overflow-x: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .searchWidget .searchSuggest .suggestItem .itemTime,
      .searchWidget .searchSuggest .suggestItem .itemStatus,
      .searchWidget .searchSuggest .suggestItem .itemInfo {
        font-size: 11px;
        background-color: #ccc;
        padding: 1px 4px 2px;
        border-radius: 3px;
        position: relative;
        top: -1px; }
      .searchWidget .searchSuggest .suggestItem .itemTime,
      .searchWidget .searchSuggest .suggestItem .itemInfo {
        color: #262626; }
      .searchWidget .searchSuggest .suggestItem .itemStatus {
        color: #fff; }
        .searchWidget .searchSuggest .suggestItem .itemStatus.default {
          color: #262626; }
        .searchWidget .searchSuggest .suggestItem .itemStatus.grey {
          background-color: #8a8a8a; }
        .searchWidget .searchSuggest .suggestItem .itemStatus.red {
          background-color: #8a0000; }
        .searchWidget .searchSuggest .suggestItem .itemStatus.green {
          background-color: #4cae4c; }
        .searchWidget .searchSuggest .suggestItem .itemStatus.blue {
          background-color: #175fc1; }
        .searchWidget .searchSuggest .suggestItem .itemStatus.orange {
          background-color: #F0AD4E; }
  .searchWidget ::-webkit-input-placeholder {
    color: #d5d5d5; }
  .searchWidget :-moz-placeholder {
    /* Firefox 18- */
    color: #d5d5d5; }
  .searchWidget ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d5d5; }
  .searchWidget :-ms-input-placeholder {
    color: #d5d5d5; }

.infiniteLoader {
  text-align: center;
  font-size: 26px;
  padding: 5px 0; }

.swn-imaged-dropdown li {
  line-height: 20px; }
  .swn-imaged-dropdown li img {
    width: 20px;
    max-height: 20px;
    left: 5px;
    position: absolute; }
  .swn-imaged-dropdown li span {
    margin-left: 10px; }

.form-line {
  min-height: 40px;
  line-height: 34px; }

.swn-form-line-small {
  min-height: 30px;
  line-height: 30px; }

.newItemsMessage {
  background-color: #4cae4c;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px; }
  .newItemsMessage.loading {
    opacity: 0.6;
    cursor: default; }
  .newItemsMessage .fa {
    color: #262626; }

.fancybox-opened .fancybox-title {
  text-align: center; }

.filter-links {
  float: right;
  font-size: 12px; }
  .filter-links .dropdown {
    display: none; }
    .filter-links .dropdown ul.dropdown-menu {
      font-size: 12px; }
      .filter-links .dropdown ul.dropdown-menu li > a {
        padding-right: 40px; }
      .filter-links .dropdown ul.dropdown-menu .badge {
        font-size: 10px;
        float: right;
        margin-right: -30px; }
  .filter-links .link-list {
    color: #a0a0a0;
    list-style: none; }
    .filter-links .link-list li {
      float: left;
      margin: 0 5px; }
      .filter-links .link-list li.separator {
        color: #f2c483; }
      .filter-links .link-list li a {
        color: #a0a0a0; }
        .filter-links .link-list li a.active {
          color: #F0AD4E; }
        .filter-links .link-list li a.disabled {
          color: #7a7a7a;
          cursor: default; }
          .filter-links .link-list li a.disabled:hover, .filter-links .link-list li a.disabled:active, .filter-links .link-list li a.disabled:focus {
            text-decoration: none; }
      .filter-links .link-list li span.badge {
        font-size: 11px;
        margin-left: 5px; }

.mobileSlidePanel {
  display: none; }

.swn-table {
  margin-bottom: 0;
  margin-top: -10px; }
  .swn-table th {
    position: relative;
    user-select: none;
    white-space: nowrap; }
  .swn-table tr.selected {
    background-color: #7f7f7f; }
  .swn-table td.mobile,
  .swn-table th.mobile {
    display: none; }
  .swn-table td.centered,
  .swn-table th.centered {
    text-align: center; }
  .swn-table .grayed {
    opacity: 0.4; }
  .swn-table .swn-sort-icon {
    font-size: 10px;
    color: #F0AD4E;
    /*&.fa-arrow-down {
            bottom: 13px;
        }*/ }
  .swn-table .swn-number-cell {
    text-align: right; }

.swn-em-wrapper em,
.swn-table em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff; }

span.mobile {
  display: none; }

.viewLinksWrapper {
  margin-bottom: 10px; }

.borderedPanel {
  padding: 6px;
  border: 1px dotted;
  margin-bottom: 10px;
  position: relative; }
  .borderedPanel .controlLinks {
    text-align: right;
    padding-top: 4px;
    border-top: 1px solid #3f3f3f;
    margin-top: 7px; }
  .borderedPanel.absolute {
    background-color: #303030;
    position: absolute;
    width: 600px;
    bottom: 100%;
    margin-bottom: -14px;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.92);
    box-shadow: rgba(0, 0, 0, 0.92) 0 0 15px; }

.tagsManagingArea.absolutePosition {
  position: absolute;
  top: 0;
  background: rgba(240, 240, 240, 0.75);
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 1; }

.tagsManagingArea.relativePosition {
  position: relative !important; }

.tagsManagingArea .tagItems {
  margin-top: 8px; }

.tagsManagingArea .addTag {
  font-size: 12px; }

.tagsManagingArea .badge {
  cursor: pointer; }

.tagsManagingArea .tagCreateFields .existedTags {
  padding-top: 8px;
  /*margin-left: 25px;*/
  clear: both; }

.tagsManagingArea .tagCreateFields .fa-cog {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  opacity: 0.6; }

.editor-toolbar {
  background-color: #f2f2f2;
  border: none !important;
  opacity: 1 !important; }

.pointTagsSelector .tagsManagingArea .tagItems {
  margin-top: 0; }

.colorSelection {
  margin: 4px 0 0 1px; }
  .colorSelection .colorSelector {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    float: left;
    border: 1px solid #3f3f3f; }

.smallerGreyText {
  font-size: 11px;
  color: #8a8a8a; }

.emojione {
  height: 16px;
  width: 16px; }

.suggestItem .emojione {
  height: 11px;
  width: 11px; }

.view-links {
  margin-bottom: 10px; }
  .view-links.mobile {
    display: none; }
  .view-links a.jsLink {
    margin-right: 15px; }
    .view-links a.jsLink i.fa {
      display: none; }
  .view-links a.pull-right {
    margin-right: 0;
    margin-left: 15px; }

.uploadDialog {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }
  .uploadDialog .selectionFields {
    width: 390px;
    margin: auto;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #303030;
    border: 1px solid #404040;
    position: relative; }
    .uploadDialog .selectionFields .fileInputWrapper {
      position: relative;
      margin-bottom: 15px;
      margin-left: -6px;
      overflow: hidden; }
      .uploadDialog .selectionFields .fileInputWrapper .fileInput {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100px;
        right: 0;
        display: block;
        width: 200%;
        opacity: 0;
        cursor: pointer; }
    .uploadDialog .selectionFields .cropbox {
      width: 348px;
      height: 572px;
      margin: auto;
      overflow: hidden;
      padding: 30px;
      cursor: move;
      border: 1px solid #494949;
      background-color: #fff;
      position: relative; }
      .uploadDialog .selectionFields .cropbox .cropSelection {
        width: 288px;
        height: 512px;
        margin: auto;
        border: 1px solid #494949;
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent; }
      .uploadDialog .selectionFields .cropbox.square {
        height: 348px; }
        .uploadDialog .selectionFields .cropbox.square .cropSelection {
          height: 288px; }
      .uploadDialog .selectionFields .cropbox .zoomButtons .btn {
        position: absolute;
        top: 34px;
        width: 50px; }
      .uploadDialog .selectionFields .cropbox .zoomButtons .zoomIn {
        left: 34px; }
      .uploadDialog .selectionFields .cropbox .zoomButtons .zoomOut {
        right: 34px; }

.datePickerWrapper {
  width: 190px;
  display: inline-block; }

.wordList .item,
.selectedLocations .item,
.selectableItemList .item {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  color: #F0AD4E;
  background-color: #000;
  margin-bottom: 8px;
  cursor: pointer; }
  .wordList .item .info,
  .selectedLocations .item .info,
  .selectableItemList .item .info {
    border-top: 1px solid #3E2C0C;
    margin-top: 3px;
    padding-top: 2px;
    font-size: 11px;
    color: #c0c0c0; }
  .wordList .item .statData,
  .selectedLocations .item .statData,
  .selectableItemList .item .statData {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    padding: 5px 6px 0;
    background-color: #F0AD4E;
    color: #000; }
  .wordList .item .statPush,
  .selectedLocations .item .statPush,
  .selectableItemList .item .statPush {
    float: right;
    padding: 0 6px;
    visibility: hidden; }
  .wordList .item.item-exclusive,
  .selectedLocations .item.item-exclusive,
  .selectableItemList .item.item-exclusive {
    background-color: #4cae4c;
    color: #fff; }
  .wordList .item:hover, .wordList .item.item-exclusive:hover,
  .selectedLocations .item:hover,
  .selectedLocations .item.item-exclusive:hover,
  .selectableItemList .item:hover,
  .selectableItemList .item.item-exclusive:hover {
    background-color: #F0AD4E;
    color: #000;
    opacity: 1 !important; }
    .wordList .item:hover .info, .wordList .item.item-exclusive:hover .info,
    .selectedLocations .item:hover .info,
    .selectedLocations .item.item-exclusive:hover .info,
    .selectableItemList .item:hover .info,
    .selectableItemList .item.item-exclusive:hover .info {
      border-top-color: #634715;
      color: #2e2e2e; }
  .wordList .item.no-interaction,
  .selectedLocations .item.no-interaction,
  .selectableItemList .item.no-interaction {
    cursor: default; }
    .wordList .item.no-interaction:hover,
    .selectedLocations .item.no-interaction:hover,
    .selectableItemList .item.no-interaction:hover {
      background-color: #000;
      color: #F0AD4E; }
      .wordList .item.no-interaction:hover .info,
      .selectedLocations .item.no-interaction:hover .info,
      .selectableItemList .item.no-interaction:hover .info {
        border-top: 1px solid #3E2C0C;
        color: #c0c0c0; }
  .wordList .item.item-block,
  .selectedLocations .item.item-block,
  .selectableItemList .item.item-block {
    display: block; }
  .wordList .item.inactive,
  .selectedLocations .item.inactive,
  .selectableItemList .item.inactive {
    opacity: 0.4; }
  .wordList .item.selected,
  .selectedLocations .item.selected,
  .selectableItemList .item.selected {
    background-color: #fff;
    opacity: 1; }

.selectedLocations {
  position: relative;
  margin-top: 10px; }
  .selectedLocations .item {
    position: relative;
    padding-right: 20px; }
    .selectedLocations .item .removeBtn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 20px;
      color: #999; }
      .selectedLocations .item .removeBtn .fa {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 5px; }
    .selectedLocations .item .distanceValues {
      border-top: 1px solid #3E2C0C;
      margin-top: 3px;
      padding-top: 2px;
      font-size: 11px;
      color: #c0c0c0; }
    .selectedLocations .item:hover .removeBtn {
      color: #fff; }
    .selectedLocations .item:hover .distanceValues {
      border-top-color: #634715;
      color: #2e2e2e; }
    .selectedLocations .item.disabled {
      cursor: default;
      padding-right: 10px; }
      .selectedLocations .item.disabled:hover {
        color: #F0AD4E;
        background-color: #000; }

.screenVideos .image-dummy {
  height: 100% !important; }

.image-dummy {
  text-align: center; }

.fancybox-nav {
  width: 60px !important; }

.fancybox-nav span {
  visibility: visible !important;
  opacity: 0.5 !important; }

.fancybox-nav:hover span {
  opacity: 1 !important; }

.fancybox-next {
  right: -60px !important; }

.fancybox-prev {
  left: -60px !important; }

.tagsManagingArea .tagItems {
  margin-top: 0; }

.tagsManagingArea .badge,
.tagsList .badge {
  margin-bottom: 3px; }

.swn-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 70px;
  z-index: 10004; }
  .swn-dialog .swn-dialog-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("data:image/png;base64,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");
    opacity: 0.9; }
  .swn-dialog .swn-dialog-panel {
    border: 1px solid #7c7c7c;
    background-color: #303030;
    width: 700px;
    margin: 0 auto;
    position: relative; }
    .swn-dialog .swn-dialog-panel.fixed {
      position: fixed;
      top: 50%;
      left: 50%; }
    .swn-dialog .swn-dialog-panel .swn-dialog-header {
      padding: 20px;
      border-bottom: 1px solid #5d5d5d;
      background-color: #3a3a3a;
      position: relative; }
      .swn-dialog .swn-dialog-panel .swn-dialog-header.mobile {
        display: none; }
      .swn-dialog .swn-dialog-panel .swn-dialog-header .swn-dialog-header-info {
        position: absolute;
        right: 15px;
        top: 8px;
        text-align: right;
        line-height: 20px; }
      .swn-dialog .swn-dialog-panel .swn-dialog-header .swn-dialog-subheader {
        position: absolute;
        font-size: 12px;
        bottom: 7px; }
    .swn-dialog .swn-dialog-panel .swn-dialog-body {
      padding: 30px 20px; }
    .swn-dialog .swn-dialog-panel .swn-dialog-footer {
      padding: 10px 20px;
      border-top: 1px solid #5d5d5d;
      background-color: #353535;
      text-align: right; }
      .swn-dialog .swn-dialog-panel .swn-dialog-footer .swn-dialog-footer-section {
        padding: 10px 20px;
        margin: 0 -20px;
        border-bottom: 1px solid #5d5d5d; }
        .swn-dialog .swn-dialog-panel .swn-dialog-footer .swn-dialog-footer-section:last-child {
          border-bottom: none; }
  .swn-dialog.fixed-full {
    z-index: 10010; }
    .swn-dialog.fixed-full .swn-dialog-panel {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0px;
      width: inherit; }
      .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-body {
        position: absolute;
        top: 77px;
        bottom: 55px;
        left: 0;
        right: 0;
        overflow-y: auto; }
        .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-body img {
          max-height: 100%; }
        .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-body .swiper-slide {
          text-align: center; }
      .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-body-white {
        position: absolute;
        top: 58px;
        bottom: 38px;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 0;
        overflow-y: auto; }
      .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-left-column {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 350px;
        overflow-y: auto;
        background-color: #fff; }
      .swn-dialog.fixed-full .swn-dialog-panel .swn-dialog-right-column {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 350px;
        right: 0; }

.swn-big-stat .swn-stat-row {
  margin-bottom: 20px; }

.swn-big-stat .swn-stat-column {
  float: left;
  width: 50%;
  padding-left: 10px;
  position: relative; }
  .swn-big-stat .swn-stat-column:first-child {
    padding-left: 0;
    padding-right: 10px; }

.swn-big-stat .swn-stat-item {
  height: 85px;
  color: #fff;
  position: relative;
  margin-top: 20px;
  border-radius: 4px; }
  .swn-big-stat .swn-stat-item.swn-item-green {
    background-color: #4cae4c; }
  .swn-big-stat .swn-stat-item.swn-item-dark {
    background-color: #262626; }
  .swn-big-stat .swn-stat-item.swn-item-red {
    background-color: #EF5350; }
  .swn-big-stat .swn-stat-item.swn-item-blue {
    background-color: #175fc1; }
  .swn-big-stat .swn-stat-item .swn-stat-item-value {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 25px; }
  .swn-big-stat .swn-stat-item .swn-stat-item-icon {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 44px; }
  .swn-big-stat .swn-stat-item .swn-stat-item-title {
    position: absolute;
    bottom: 12px;
    left: 7px;
    right: 7px;
    text-align: center;
    font-size: 20px; }

.swn-big-stat .highcharts-container {
  border-radius: 4px; }

.swn-stat-row .swn-stat-column,
.swn-stat-row .swn-column,
.swn-row .swn-stat-column,
.swn-row .swn-column {
  float: left;
  width: 50%;
  padding-left: 5px; }
  .swn-stat-row .swn-stat-column:first-child,
  .swn-stat-row .swn-column:first-child,
  .swn-row .swn-stat-column:first-child,
  .swn-row .swn-column:first-child {
    padding-left: 0;
    padding-right: 5px; }

.swn-box-stat {
  padding: 0 !important; }
  .swn-box-stat .swn-stat-row {
    position: relative;
    border-bottom: solid 1px #e1e1e1; }
    .swn-box-stat .swn-stat-row:last-child {
      border-bottom: none; }
    .swn-box-stat .swn-stat-row .swn-stat-item-icon {
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 12px;
      font-size: 24px; }
    .swn-box-stat .swn-stat-row .swn-stat-column-wrapper {
      margin-left: 44px; }
  .swn-box-stat .swn-stat-title {
    padding: 5px 0 0 5px; }
  .swn-box-stat .swn-stat-item {
    position: relative;
    padding: 5px 0 5px; }
    .swn-box-stat .swn-stat-item .swn-stat-item-value {
      font-size: 16px;
      color: #000;
      font-weight: bold; }
    .swn-box-stat .swn-stat-item .swn-stat-item-title {
      font-size: 12px;
      color: #a7a7a7; }

@media (max-width: 1000px) {
  .noFullWidthWrapper {
    margin-left: 10px;
    margin-right: 10px; }
    .noFullWidthWrapper.flexible, .noFullWidthWrapper.non-flexible {
      width: inherit;
      min-width: 0; } }

@media (max-width: 900px) {
  .noFullWidthWrapper {
    margin-left: 10px;
    margin-right: 10px; }
    .noFullWidthWrapper.flexible, .noFullWidthWrapper.non-flexible {
      width: inherit;
      min-width: 0; }
  #footer.loggedIn {
    text-align: center; }
    #footer.loggedIn .sub-nav,
    #footer.loggedIn .copyright {
      float: none;
      padding: 0 10px; }
  .loggedIn #wrapper {
    margin: 0 auto -51px; }
  .loggedIn .push {
    height: 51px; } }

@media (max-width: 830px) {
  body {
    overflow-x: hidden; }
  .push-top {
    height: 37px; }
  .shellContainer.slideMenuOpened {
    overflow: hidden; }
  .workArea {
    padding: 10px 0 10px !important; }
    .workArea .swn-divider {
      border-color: #636363; }
      .workArea .swn-divider .dividerText {
        background-color: #494949; }
  .btn.menuToggler {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-width: 0 0 0 1px;
    background-color: #000;
    padding: 9px 10px; }
    .btn.menuToggler:focus {
      outline: none; }
    .btn.menuToggler.btn-warning {
      border-color: #694109; }
    .btn.menuToggler.btn-success {
      border-color: #1d441d; }
    .btn.menuToggler .fa {
      font-size: 23px; }
  .push,
  .loggedIn .push {
    height: 0; }
  #footer {
    display: none; }
  .swnFieldset {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0;
    border-left: none;
    border-right: none; }
  .widgetWrapper {
    padding-bottom: 0; }
    .widgetWrapper.desktop {
      display: none; }
    .widgetWrapper .searchWidget {
      float: none;
      width: 100%; }
      .widgetWrapper .searchWidget.withSort {
        padding-right: 34px; }
        .widgetWrapper .searchWidget.withSort .searchBtn {
          right: 34px; }
        .widgetWrapper .searchWidget.withSort .clearBtn {
          right: 68px; }
      .widgetWrapper .searchWidget .searchSuggest {
        max-width: 99%; }
      .widgetWrapper .searchWidget .searchControl {
        border-radius: 0;
        font-size: 15px;
        padding: 7px 40px 7px 8px;
        border-color: #636363;
        border-left: none;
        border-right: none;
        height: auto; }
        .widgetWrapper .searchWidget .searchControl:focus {
          outline: none;
          box-shadow: none; }
      .widgetWrapper .searchWidget .searchBtn {
        border-radius: 0;
        padding: 8px 10px; }
      .widgetWrapper .searchWidget .clearBtn {
        padding: 8px 11px; }
    .widgetWrapper .sortWidget {
      float: none;
      padding: 0;
      font-size: 15px;
      position: relative;
      margin: 0; }
      .widgetWrapper .sortWidget .widgetBody {
        display: none;
        padding: 7px 10px 7px 8px;
        border-bottom: 1px solid #636363; }
      .widgetWrapper .sortWidget.opened .widgetBody {
        display: block; }
      .widgetWrapper .sortWidget .toggleBtn {
        display: block;
        border-radius: 0;
        padding: 8px 10px;
        position: absolute;
        top: -37px;
        right: 0; }
        .widgetWrapper .sortWidget .toggleBtn:focus {
          outline: none; }
      .widgetWrapper .sortWidget ul {
        font-size: 15px; }
  .swn-breadcrumbs .swn-breadcrumb > li {
    max-width: 50px;
    overflow: hidden;
    white-space: nowrap; }
    .swn-breadcrumbs .swn-breadcrumb > li:first-child {
      max-width: 100px; }
  .addNewItemList {
    width: 100%;
    padding: 10px; }
    .addNewItemList .createItemRow:hover {
      -ms-transform: scale(1, 1);
      /* IE 9 */
      -webkit-transform: scale(1, 1);
      /* Chrome, Safari, Opera */
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
  .billingInfo {
    min-width: 0;
    width: 100%; }
  .noFullWidthWrapper {
    margin: 0; }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 4px;
    font-size: 12px; }
  .swn-table {
    margin-top: 0; }
    .swn-table .badge {
      white-space: normal; }
    .swn-table span.desktop,
    .swn-table td.desktop,
    .swn-table th.desktop {
      display: none; }
    .swn-table td.mobile,
    .swn-table th.mobile {
      display: table-cell; }
    .swn-table span.mobile {
      display: inline; }
  ul.messenger.messenger-fixed.messenger-on-right,
  ul.messenger.messenger-fixed.messenger-on-left {
    width: 90%; }
  ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right,
  ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    right: 10px;
    left: auto; }
  ul.messenger.messenger-fixed.messenger-on-bottom {
    bottom: 50px; }
  .headerWrapper,
  .page-host,
  .mobileSlidePanel {
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out; }
  .slideMenuOpened .page-host {
    position: relative;
    z-index: 1; }
  .slideMenuOpened .mobileSlidePanel {
    -ms-transform: translate(31px, 0);
    /* IE 9 */
    -webkit-transform: translate(31px, 0);
    /* Chrome, Safari, Opera */
    -moz-transform: translate(31px, 0);
    -o-transform: translate(31px, 0);
    transform: translate(31px, 0); }
  .mobileSlidePanel {
    position: absolute;
    top: 0;
    width: 100%;
    -ms-transform: translate(100%, 0);
    /* IE 9 */
    -webkit-transform: translate(100%, 0);
    /* Chrome, Safari, Opera */
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    display: block; }
    .mobileSlidePanel .mobileSlidePanelBody {
      background: #0d0d0d;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 31px; }
    .mobileSlidePanel .buttons {
      padding: 0;
      /*overflow: unset;
	        text-align: right;*/
      background: #0d0d0d;
      float: none;
      margin: 0;
      display: block; }
      .mobileSlidePanel .buttons li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: none; }
        .mobileSlidePanel .buttons li.active > a {
          color: #fff;
          background-color: #262626; }
          .mobileSlidePanel .buttons li.active > a i {
            color: #4cae4c; }
        .mobileSlidePanel .buttons li.hasIcon i {
          color: #F0AD4E;
          font-size: 20px;
          position: relative;
          top: 2px; }
        .mobileSlidePanel .buttons li.hasIcon .linkText {
          margin-left: 5px; }
      .mobileSlidePanel .buttons a {
        display: block;
        font-size: 13px;
        padding: 12px 20px;
        margin: 0;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        background: #0d0d0d;
        border-bottom: 1px solid #1e1e1e; }
        .mobileSlidePanel .buttons a:before {
          content: none;
          margin: 0; }
        .mobileSlidePanel .buttons a:hover {
          text-decoration: none;
          color: #fff;
          background-color: #262626; }
          .mobileSlidePanel .buttons a:hover span {
            text-decoration: none; }
      .mobileSlidePanel .buttons .mobile-sub-menu {
        padding-left: 0; }
        .mobileSlidePanel .buttons .mobile-sub-menu a {
          padding-left: 30px; }
        .mobileSlidePanel .buttons .mobile-sub-menu .mobile-sub-menu a {
          padding-left: 50px; }
        .mobileSlidePanel .buttons .mobile-sub-menu .mobile-sub-menu .mobile-sub-menu a {
          padding-left: 70px; }
    .mobileSlidePanel .login,
    .mobileSlidePanel .signup {
      width: 100%; }
    .mobileSlidePanel .login {
      color: #EF5350 !important; }
      .mobileSlidePanel .login i {
        color: #EF5350 !important; }
    .mobileSlidePanel .panelFooter {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      font: 9px/12px "MontserratLight", Helvetica, sans-serif;
      border-top: 1px solid #262626;
      padding: 7px 0; }
      .mobileSlidePanel .panelFooter ul {
        padding-left: 10px; }
        .mobileSlidePanel .panelFooter ul li {
          list-style: none;
          float: left;
          margin-right: 8px; }
      .mobileSlidePanel .panelFooter .copyright {
        color: #888;
        padding: 5px 10px;
        clear: both; }
  .swn-grid {
    min-height: 0 !important; }
    .swn-grid .swn-grid-body {
      height: auto !important; }
      .swn-grid .swn-grid-body .gridItem {
        width: 100% !important;
        position: relative;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        margin-bottom: 8px; }
  .filter-links {
    padding: 10px; }
    .filter-links .link-list {
      display: none; }
    .filter-links .dropdown {
      display: block; }
  .viewLinksWrapper {
    margin-top: 10px;
    margin-left: 5px; }
  .view-links {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background-color: #0d0d0d;
    margin: 0 !important; }
    .view-links.mobile {
      display: block; }
    .view-links a.jsLink {
      margin-right: 0;
      color: #F0AD4E;
      font-size: 20px;
      padding: 5px 14px 5px 10px;
      display: inline-block;
      border-bottom: none;
      border-right: 1px solid #1e1e1e; }
      .view-links a.jsLink:first-child {
        padding-left: 14px; }
      .view-links a.jsLink:hover {
        color: #fff; }
      .view-links a.jsLink.active {
        color: #fff; }
      .view-links a.jsLink .linkLabel {
        display: none; }
      .view-links a.jsLink i.fa {
        display: inline-block; }
  .clientsFilter {
    margin-top: 8px !important; }
  .browseSelector.mobile {
    display: block; }
  .browseSelector.desktop {
    display: none; }
  .browseSelector.standalone {
    margin-left: 5px;
    padding-top: 7px; }
  .swn-dialog {
    position: fixed;
    padding-top: 0;
    margin-top: 37px; }
    .swn-dialog .swn-dialog-background {
      display: none; }
    .swn-dialog .swn-dialog-panel {
      border: none;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0; }
      .swn-dialog .swn-dialog-panel .swn-dialog-footer {
        position: absolute;
        bottom: 0;
        width: 100%; }
  .titlesContainer .pageActions #pageActionsBtn:hover {
    color: #fff; }
  .swn-dialog {
    overflow-y: auto; }
    .swn-dialog .swn-dialog-panel.fixed-full {
      position: static;
      width: 100%; }
      .swn-dialog .swn-dialog-panel.fixed-full .swn-dialog-body {
        position: static;
        overflow-y: visible; }
      .swn-dialog .swn-dialog-panel.fixed-full .swn-dialog-footer {
        position: static; }
      .swn-dialog .swn-dialog-panel.fixed-full .swn-dialog-left-column {
        position: static;
        width: 100%;
        overflow-y: visible; }
      .swn-dialog .swn-dialog-panel.fixed-full .swn-dialog-right-column {
        position: static; }
    .swn-dialog .swn-dialog-panel .swn-dialog-header.desktop {
      display: none; }
    .swn-dialog .swn-dialog-panel .swn-dialog-header.mobile {
      display: block; }
  .swn-hide-on-mobile {
    display: none; } }

@media (max-width: 500px) {
  .info-panel .countdown-wrapper {
    display: none; } }

@media (max-width: 350px) {
  .titlesContainer .swn-breadcrumbs .swn-breadcrumb > li {
    max-width: 70px; } }

