h1,
h2,
h3,
h4 {
  font-family: "eurostile", sans-serif;
  font-weight: normal;
}
.panel.panel-default.panel-phrases {
  color: black;
}
html {
  visibility: hidden;
}
html.wf-active,
html.fonts-visible {
  visibility: visible;
}
body {
  background: #0B0B0B url("/img/zdl/bg-clear.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #ccc;
  padding-top: 80px !important;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
body.admin.no-main-menu {
  padding-top: 90px;
}
body #MainHeader {
  background-color: transparent;
  transition: background-color 1s ease;
}
body #MainHeader.open {
  background-color: #000000;
}
body #MainHeader #CoreNavigation #MainNavigationMenu a {
  color: #ccc !important;
}
body #per-explorer,
body #epn-watch,
body #epn-future-narratives,
body #epn-ancilliary-list {
  display: none;
}
body #UniversalSearchForm {
  margin: 75px auto;
}
body #epn-data-park > h1 {
  display: none;
}
body #epn-data-park > h2 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px;
}
body .well {
  background-color: transparent !important;
  border-width: 0 !important;
}
body #main-footer {
  background-color: #1a1a1a;
  background-image: none;
  padding-top: 30px;
}
body #main-footer a {
  color: #2ec9ff !important;
}
body #main-footer a:hover {
  text-transform: none !important;
}
body #main-footer h2 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #e9e9e9;
}
body #main-footer h2.logo {
  margin-bottom: 30px !important;
}
body #main-footer ul {
  padding-top: 18px;
  padding-bottom: 80px;
  font-size: 18px;
  list-style-type: none;
}
body #main-footer ul li {
  padding-bottom: 15px;
}
body #main-footer ul.list-glow li {
  color: #2ec9ff;
}
body #main-footer ul.list-icons li {
  color: #f1f2f2;
  padding-left: 35px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-position: left top;
}
body #main-footer ul.list-icons li.icon-loc {
  background-image: url('/img/bw/icon-loc.png');
}
body #main-footer ul.list-icons li.icon-env {
  background-image: url('/img/bw/icon-env.png');
}
body #main-footer ul.list-icons li.icon-tel {
  background-image: url('/img/bw/icon-tel.png');
}
body #main-footer .logo {
  background-image: url('/img/bw/sc-arrow.png') !important;
}
body #main-footer .trademark {
  font-size: 13px;
  font-weight: normal !important;
  margin-bottom: 0;
  border-top: 1px solid #3e3e40;
}
.bw .alert {
  background-color: rgba(32, 116, 147, 0.4);
  border: 1px solid #137fa5;
  border-radius: 1px;
  color: #1286af;
  position: relative;
  z-index: 90;
}
.bw .alert-warning p,
.bw .alert-success p {
  color: #1286af;
}
.fullWidth {
  width: 100%;
}
.plugin-ExpeditionDataPark .container {
  overflow: visible !important;
}
#UniversalSearchForm .btn-search {
  border-radius: 0;
  border: 1px solid #2ec9ff;
  background-color: #0F2E3C;
  color: #ccc;
  font-weight: 100;
  padding: 15px 25px;
  padding-left: 50px;
  font-size: 16px;
  background-image: url('/img/bw/icon-zoom.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  height: auto;
}
#UniversalSearchForm .btn-search::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  font-weight: 100;
}
#UniversalSearchForm .btn-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-weight: 100;
  opacity: 1;
}
#UniversalSearchForm .btn-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: 100;
  opacity: 1;
}
#UniversalSearchForm .btn-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-weight: 100;
}
.dark-modal .modal-content {
  background-color: #1d1b1c !important;
  border-radius: 0;
  box-shadow: 0 0 10px 2px #1f262d;
  padding: 20px;
  color: #ccc;
}
.dark-modal .modal-content button.close {
  color: white;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0.8;
}
.dark-modal .modal-content button.close:hover {
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -o-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: linear-gradient(to left, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
  color: #2ec9ff;
}
.dark-modal .modal-content .btn-gradient {
  color: black;
  font-weight: 700;
  height: auto;
  border-radius: 0;
  background-color: #1286af;
  background-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -o-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -ms-linear-gradient(left, #1286af, #2ec9ff);
  background-image: linear-gradient(left, #1286af, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
}
.dark-modal .modal-content .btn-gradient.btn-primary {
  background-color: #1286af;
  background-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -o-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -ms-linear-gradient(left, #1286af, #2ec9ff);
  background-image: linear-gradient(left, #1286af, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  color: black;
  font-weight: 700;
}
.dark-modal .modal-content .btn-gradient.btn-primary:hover {
  background-color: #2ec9ff;
  background-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -o-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -ms-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
}
.dark-modal .modal-content .btn-gradient.btn-default,
.dark-modal .modal-content .btn-gradient:disabled {
  background-color: #666;
  background-image: -webkit-linear-gradient(left, #666, white);
  background-image: -moz-linear-gradient(left, #666, white);
  background-image: -o-linear-gradient(left, #666, white);
  background-image: -ms-linear-gradient(left, #666, white);
  background-image: linear-gradient(left, #666, white);
  -moz-border-image: -moz-linear-gradient(left, #666, white);
  -webkit-border-image: -webkit-linear-gradient(left, #666, white);
  border-image: linear-gradient(left, #666, white);
  border-image-slice: 1;
}
.dark-modal .modal-content form input {
  border: 1px solid #747474;
  color: #ffffff;
  background: transparent !important;
  height: 45px;
  border-radius: 0;
  border: 1px solid #3e3e40;
  width: 100%;
  font-size: 13px;
}
.dark-modal .modal-content form .modal-header {
  border-bottom: 1px solid #3e3e40;
}
.dark-modal .modal-content form .modal-header h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
}
.dark-modal .modal-content form .modal-body {
  border-top-color: #818386;
}
.dark-modal .modal-content form .modal-body .form-group {
  padding: 0 15px;
}
.dark-modal .modal-content form .modal-body .wrapper {
  display: none;
}
.dark-modal .modal-content form .modal-footer {
  border-top: 1px solid #3e3e40;
}
.add-entry {
  float: right;
  z-index: 1;
  margin-left: 10px;
}
.well.search-area-theme-bw {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  padding: 0px;
}
.well.search-area-theme-bw.sticky {
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7) !important;
  width: 100%;
}
.well.search-area-theme-bw .form-inline {
  text-align: center;
}
.well.search-area-theme-bw .form-inline > div {
  display: inline-block;
  position: relative;
}
.well.search-area-theme-bw .form-inline button.dropdown-toggle {
  min-width: 200px;
}
.well.search-area-theme-bw .form-inline button.btn-search-bw {
  min-width: 65px;
  line-height: 0;
}
.well.search-area-theme-bw #wrap-search {
  position: relative;
  display: inline-flex;
}
.well.search-area-theme-bw #wrap-search.fixed-search {
  position: fixed;
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 0;
  margin-top: -20px;
  -webkit-transition: 0.6s ease padding;
  -moz-transition: 0.6s ease padding;
  transition: 0.6s ease padding;
}
.well.search-area-theme-bw .typing-loader {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: typing 1s linear infinite alternate;
  -ms-animation: typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  position: relative;
  left: -12px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 2px;
}
@-webkit-keyframes typing {
  0% {
    background-color: #373737;
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  25% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 #373737, 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  75% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 #373737;
  }
}
@-moz-keyframes typing {
  0% {
    background-color: #373737;
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  25% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 #373737, 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  75% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 #373737;
  }
}
@-ms-keyframes typing {
  0% {
    background-color: #373737;
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  25% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 #373737, 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  75% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 #373737;
  }
}
@keyframes typing {
  0% {
    background-color: #373737;
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  25% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 #373737, 24px 0 0 0 rgba(55, 55, 55, 0.2);
  }
  75% {
    background-color: rgba(55, 55, 55, 0.4);
    box-shadow: 12px 0 0 0 rgba(55, 55, 55, 0.2), 24px 0 0 0 #373737;
  }
}
.well.search-area-theme-bw button.btn {
  letter-spacing: 0.5px;
  display: inline-block;
  float: left;
}
.well.search-area-theme-bw input.datetimepicker {
  height: 56px;
  border-radius: 0px;
  background-color: #4B4B4B;
  background-image: none;
  border: 1px solid #747474;
  color: #ffffff;
}
.well.search-area-theme-bw .btn.btn-default.btn-responsive.dropdown-toggle {
  height: 56px;
  border: none;
  border-radius: 0px;
  color: #000000;
  font-weight: bold;
  background-color: #277CB0;
  background-image: -webkit-linear-gradient(left, #277CB0, #2ec9ff);
  background-image: -moz-linear-gradient(left, #277CB0, #2ec9ff);
  background-image: -o-linear-gradient(left, #277CB0, #2ec9ff);
  background-image: -ms-linear-gradient(left, #277CB0, #2ec9ff);
  background-image: linear-gradient(left, #277CB0, #2ec9ff);
}
@media (max-width: 767px) {
  .well.search-area-theme-bw .btn.btn-default.btn-responsive.dropdown-toggle {
    width: 100%;
    max-width: 100%;
  }
}
.well.search-area-theme-bw .btn-search-bw {
  height: 56px;
  border: none;
  border-radius: 0px;
  color: #000000;
  font-weight: bold;
  background: -moz-linear-gradient(0deg, #2ec9ff 0%, #277CB0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ec9ff), color-stop(100%, #277CB0));
  background: -webkit-linear-gradient(0deg, #2ec9ff 0%, #277CB0 100%);
  background: -o-linear-gradient(0deg, #2ec9ff 0%, #277CB0 100%);
  background: -ms-linear-gradient(0deg, #2ec9ff 0%, #277CB0 100%);
  background: linear-gradient(90deg, #2ec9ff 0%, #277CB0 100%);
}
.well.search-area-theme-bw .chosen-choices {
  min-height: 56px;
  border-radius: 0px;
  background-image: none;
  background-color: #4B4B4B;
  border: 1px solid #747474;
  color: #ffffff;
}
.well.search-area-theme-bw .chosen-drop {
  background-color: #4B4B4B;
  border: 1px solid #747474;
  border-radius: 0px;
}
.well.search-area-theme-bw .chosen-drop ul li {
  color: #ffffff;
}
.well.search-area-theme-bw .sticky-right {
  margin-right: 0px;
  padding-right: 0px;
}
.well.search-area-theme-bw .sticky-left {
  margin-left: 0px;
  padding-left: 0px;
}
.well.search-area-theme-bw .btn-remove-bw {
  width: 56px;
  height: 56px;
  border-radius: 0px;
  background-color: #4B4B4B;
  background-image: none;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  color: #2ec9ff;
}
.well.search-area-theme-bw .form-group label {
  font-size: 16px;
  margin-top: 8px;
}
.well.search-area-theme-bw #advancedSearchBtn {
  color: #277CB0;
  background: transparent;
  border: none;
  height: 56px;
  font-size: 24px;
  margin-left: 20px;
}
.well.search-area-theme-bw #advancedSearchBtn:focus {
  box-shadow: none;
}
.well.search-area-theme-bw ul.dropdown-menu {
  background-color: #4B4B4B;
  border: 1px solid #747474;
  border-radius: 0px;
  text-align: left;
}
.well.search-area-theme-bw ul.dropdown-menu li a {
  color: #ffffff;
}
.well.search-area-theme-bw ul.dropdown-menu li a:hover {
  background-color: #277CB0;
}
.well.search-area-theme-bw ul.dropdown-menu li.separator {
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  margin: 3px 0;
}
.well.search-area-theme-bw .input.checkbox {
  margin: 0px 0px 0px 5px;
  padding: 0px;
}
.well.search-area-theme-bw .input.checkbox #filter-create-time {
  margin-top: 0px;
}
.well.search-area-theme-bw .complex-query {
  text-align: left;
  position: absolute;
  left: 0;
  width: 200px;
}
.well.search-area-theme-bw .complex-query input {
  height: 14px;
}
.well.search-area-theme-bw .complex-query label {
  font-weight: normal;
  padding-left: 5px;
  font-size: 14px;
  margin: 0;
}
.well.search-area-theme-bw #collapse-menu {
  text-align: right;
  position: absolute;
  right: 0;
  top: 56px;
  width: 200px;
  line-height: 30px;
  border-color: #747474 !important;
  border-width: 0;
  color: #ccc;
  margin-bottom: 10px;
  font-size: 14px;
}
.well.search-area-theme-bw #collapse-menu img {
  padding-left: 7px;
}
.well.search-area-theme-bw #collapse-menu .i-collapse img {
  padding-bottom: 3px;
}
.well.search-area-theme-bw #horizontal-menu {
  clear: both;
  background-color: rgba(26, 26, 26, 0.98);
  border: 1px solid rgba(51, 203, 253, 0.45);
  width: 100%;
  text-align: left;
  margin-top: 15px;
  padding: 25px;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 5px 10px 0;
  margin: 1.5px 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox input[type=checkbox] + span {
  padding-left: 14px;
  margin-top: 2px;
  height: 14px;
  width: 14px;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
  margin-right: 4px;
  background-color: #e9e9e9;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox input[type=checkbox]:checked + span {
  background-color: #33cbfd;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox input[type=checkbox]:checked + span:after {
  display: block;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox img {
  max-height: 15px;
  width: 15px;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox span.ws-img {
  width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox span.ws-name {
  vertical-align: top;
  display: inline-block;
  width: 85%;
  line-height: normal;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox.workspace-checkbox-ti span.ws-img {
  width: 18px;
  margin-right: 2px;
}
.well.search-area-theme-bw #horizontal-menu .workspace-checkbox.workspace-checkbox-ti img {
  max-height: 18px;
  width: 18px;
}
.well.search-area-theme-bw #horizontal-menu.collapsing {
  display: none !important;
}
.well.search-area-theme-bw #horizontal-menu .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.well.search-area-theme-bw #horizontal-menu h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
}
.well.search-area-theme-bw #horizontal-menu .date-range-selection .form-control {
  height: 30px;
  border: 0;
}
.well.search-area-theme-bw #horizontal-menu .date-range-selection .form-control:focus {
  border-left: 1px solid rgba(51, 203, 253, 0.45);
  border-bottom: 1px solid rgba(51, 203, 253, 0.45);
  border-top: 1px solid rgba(51, 203, 253, 0.45);
}
.well.search-area-theme-bw #horizontal-menu .date-range-selection .form-control:focus + .input-group-addon {
  border-right: 1px solid rgba(51, 203, 253, 0.45);
  border-bottom: 1px solid rgba(51, 203, 253, 0.45);
  border-top: 1px solid rgba(51, 203, 253, 0.45);
}
.well.search-area-theme-bw #horizontal-menu .date-range-selection .date-range-separator {
  position: absolute;
  left: 0;
  top: 5px;
}
.well.search-area-theme-bw #horizontal-menu .date-range-selection .input-group-addon {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-image: url("../../img/orchestration/x-blue-small.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer ;
}
.well.search-area-theme-bw #filtered-by {
  max-width: 900px;
  text-align: left;
}
.well.search-area-theme-bw #filtered-by label {
  font-size: 18px;
  display: none;
}
.well.search-area-theme-bw #filtered-by span {
  font-size: 18px;
  font-style: italic;
}
.well.search-area-theme-bw #filtered-by.hidden-box {
  margin-top: 80px;
}
#searchform .save-query-icon {
  display: block;
  position: absolute;
  right: 65px;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: 0;
  line-height: 50px;
  background: url("../../img/bw/icon-save-search.svg") center center no-repeat;
  background-size: 40%;
  cursor: pointer;
}
#searchform .has-feedback .form-control-feedback {
  position: absolute;
  display: block;
  right: 5px !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.3);
}
#searchform .has-feedback .form-control-feedback:hover {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
#my-account,
#organizations,
#alerts {
  margin-bottom: 30px;
}
#my-account .source-details .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
#organizations .source-details .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
#alerts .source-details .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(../../img/chosen-sprite.png) -42px 1px no-repeat;
}
#my-account .source-details.tab-pane .panel .panel-body section,
#organizations .source-details.tab-pane .panel .panel-body section,
#alerts .source-details.tab-pane .panel .panel-body section {
  border: 0;
}
#my-account .source-details .panel .panel-body .form-settings header h1,
#organizations .source-details .panel .panel-body .form-settings header h1,
#alerts .source-details .panel .panel-body .form-settings header h1 {
  border-bottom: 1px solid #2C323B;
}
#my-account .source-details .panel .panel-body div .build-date,
#organizations .source-details .panel .panel-body div .build-date,
#alerts .source-details .panel .panel-body div .build-date {
  margin: 0 0 10px 0px;
  opacity: 0.7;
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: light;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(233, 233, 233, 0.7);
}
#my-account .view-type a,
#organizations .view-type a,
#alerts .view-type a {
  display: inline-block;
  width: 45px;
  height: 30px;
  margin-top: 40px;
}
#my-account .view-type .list,
#organizations .view-type .list,
#alerts .view-type .list {
  background: transparent url("../../img/orchestration/list.png") no-repeat left 3px;
  background-position: 0 4px;
}
#my-account .view-type .list.active,
#organizations .view-type .list.active,
#alerts .view-type .list.active {
  background-image: url("../../img/orchestration/list_active.png");
}
#my-account .view-type .blocks,
#organizations .view-type .blocks,
#alerts .view-type .blocks {
  background: transparent url("../../img/orchestration/blocks.png") no-repeat 5px 4px;
}
#my-account .view-type .blocks.active,
#organizations .view-type .blocks.active,
#alerts .view-type .blocks.active {
  background-image: url("../../img/orchestration/blocks_active.png");
}
#my-account .col-md-9,
#organizations .col-md-9,
#alerts .col-md-9 {
  padding-left: 0;
}
#my-account .col-md-9 #right-side,
#organizations .col-md-9 #right-side,
#alerts .col-md-9 #right-side {
  border: 1px solid rgba(51, 203, 253, 0.45);
  background-color: #1a1a1a;
  padding: 30px 50px;
}
#my-account .col-md-9 #right-side header,
#organizations .col-md-9 #right-side header,
#alerts .col-md-9 #right-side header {
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 27px;
  font-family: "eurostile", sans-serif;
  color: #33cbfd;
  font-weight: lighter;
  letter-spacing: 1px;
}
#my-account .col-md-9 #right-side .well,
#organizations .col-md-9 #right-side .well,
#alerts .col-md-9 #right-side .well {
  padding-bottom: 0;
}
#my-account .col-md-9 #right-side label,
#organizations .col-md-9 #right-side label,
#alerts .col-md-9 #right-side label {
  text-align: left;
  font-family: "proxima-nova", sans-serif;
}
#my-account .col-md-9 #right-side select,
#organizations .col-md-9 #right-side select,
#alerts .col-md-9 #right-side select {
  -webkit-appearance: none;
  background-image: url("../../img/orchestration/carat-down-blue.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#my-account .col-md-9 #right-side input,
#organizations .col-md-9 #right-side input,
#alerts .col-md-9 #right-side input,
#my-account .col-md-9 #right-side select,
#organizations .col-md-9 #right-side select,
#alerts .col-md-9 #right-side select,
#my-account .col-md-9 #right-side button,
#organizations .col-md-9 #right-side button,
#alerts .col-md-9 #right-side button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 35px;
}
#my-account .col-md-9 #right-side input,
#organizations .col-md-9 #right-side input,
#alerts .col-md-9 #right-side input,
#my-account .col-md-9 #right-side select,
#organizations .col-md-9 #right-side select,
#alerts .col-md-9 #right-side select,
#my-account .col-md-9 #right-side textarea,
#organizations .col-md-9 #right-side textarea,
#alerts .col-md-9 #right-side textarea {
  background-color: #f9f9fa;
  caret-color: #33cbfd;
}
#my-account .col-md-9 #right-side .btn-link,
#organizations .col-md-9 #right-side .btn-link,
#alerts .col-md-9 #right-side .btn-link {
  color: #277CB0;
}
#my-account .col-md-9 #right-side .btn-link:hover,
#organizations .col-md-9 #right-side .btn-link:hover,
#alerts .col-md-9 #right-side .btn-link:hover {
  color: #2ec9ff;
  transition: 0.5s ease;
}
#my-account .col-md-9 #right-side .btn-zdl-plain,
#organizations .col-md-9 #right-side .btn-zdl-plain,
#alerts .col-md-9 #right-side .btn-zdl-plain {
  margin-top: 30px;
  background-color: #22addd;
}
#my-account .col-md-9 #right-side .chosen-single,
#organizations .col-md-9 #right-side .chosen-single,
#alerts .col-md-9 #right-side .chosen-single {
  border-radius: 0;
  height: 35px;
  background-image: none;
  background-color: #f9f9fa;
  line-height: 35px;
}
#my-account .col-md-3,
#organizations .col-md-3,
#alerts .col-md-3 {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  #my-account .col-md-3 #left-side.fixed,
  #organizations .col-md-3 #left-side.fixed,
  #alerts .col-md-3 #left-side.fixed {
    position: fixed;
    top: 80px;
  }
}
#my-account .col-md-3 #left-side ul.actions,
#organizations .col-md-3 #left-side ul.actions,
#alerts .col-md-3 #left-side ul.actions,
#my-account .col-md-3 #left-side ul.io,
#organizations .col-md-3 #left-side ul.io,
#alerts .col-md-3 #left-side ul.io {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#my-account .col-md-3 #left-side ul.actions li,
#organizations .col-md-3 #left-side ul.actions li,
#alerts .col-md-3 #left-side ul.actions li,
#my-account .col-md-3 #left-side ul.io li,
#organizations .col-md-3 #left-side ul.io li,
#alerts .col-md-3 #left-side ul.io li {
  margin-bottom: 20px;
  position: relative;
  color: #000;
}
#my-account .col-md-3 #left-side ul.actions li.new-alert a,
#organizations .col-md-3 #left-side ul.actions li.new-alert a,
#alerts .col-md-3 #left-side ul.actions li.new-alert a,
#my-account .col-md-3 #left-side ul.io li.new-alert a,
#organizations .col-md-3 #left-side ul.io li.new-alert a,
#alerts .col-md-3 #left-side ul.io li.new-alert a {
  background-color: #22addd;
  text-align: center;
}
#my-account .col-md-3 #left-side ul.actions li.input a:before,
#organizations .col-md-3 #left-side ul.actions li.input a:before,
#alerts .col-md-3 #left-side ul.actions li.input a:before,
#my-account .col-md-3 #left-side ul.io li.input a:before,
#organizations .col-md-3 #left-side ul.io li.input a:before,
#alerts .col-md-3 #left-side ul.io li.input a:before {
  content: url('../../img/orchestration/input-blk.png');
}
#my-account .col-md-3 #left-side ul.actions li.output a:before,
#organizations .col-md-3 #left-side ul.actions li.output a:before,
#alerts .col-md-3 #left-side ul.actions li.output a:before,
#my-account .col-md-3 #left-side ul.io li.output a:before,
#organizations .col-md-3 #left-side ul.io li.output a:before,
#alerts .col-md-3 #left-side ul.io li.output a:before {
  content: url('../../img/orchestration/output-blk.svg');
}
#my-account .col-md-3 #left-side ul.actions li a,
#organizations .col-md-3 #left-side ul.actions li a,
#alerts .col-md-3 #left-side ul.actions li a,
#my-account .col-md-3 #left-side ul.io li a,
#organizations .col-md-3 #left-side ul.io li a,
#alerts .col-md-3 #left-side ul.io li a {
  margin: 0;
  width: 90%;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
  border-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
#my-account .col-md-3 #left-side ul.actions li a,
#organizations .col-md-3 #left-side ul.actions li a,
#alerts .col-md-3 #left-side ul.actions li a,
#my-account .col-md-3 #left-side ul.io li a,
#organizations .col-md-3 #left-side ul.io li a,
#alerts .col-md-3 #left-side ul.io li a,
#my-account .col-md-3 #left-side ul.actions li a:hover,
#organizations .col-md-3 #left-side ul.actions li a:hover,
#alerts .col-md-3 #left-side ul.actions li a:hover,
#my-account .col-md-3 #left-side ul.io li a:hover,
#organizations .col-md-3 #left-side ul.io li a:hover,
#alerts .col-md-3 #left-side ul.io li a:hover {
  background-color: #2d2d2d;
}
#my-account .col-md-3 #left-side ul.actions li a.active,
#organizations .col-md-3 #left-side ul.actions li a.active,
#alerts .col-md-3 #left-side ul.actions li a.active,
#my-account .col-md-3 #left-side ul.io li a.active,
#organizations .col-md-3 #left-side ul.io li a.active,
#alerts .col-md-3 #left-side ul.io li a.active,
#my-account .col-md-3 #left-side ul.actions li a.active:hover,
#organizations .col-md-3 #left-side ul.actions li a.active:hover,
#alerts .col-md-3 #left-side ul.actions li a.active:hover,
#my-account .col-md-3 #left-side ul.io li a.active:hover,
#organizations .col-md-3 #left-side ul.io li a.active:hover,
#alerts .col-md-3 #left-side ul.io li a.active:hover {
  background-color: #22addd;
}
#my-account .col-md-3 #left-side ul.actions li a.active:after,
#organizations .col-md-3 #left-side ul.actions li a.active:after,
#alerts .col-md-3 #left-side ul.actions li a.active:after,
#my-account .col-md-3 #left-side ul.io li a.active:after,
#organizations .col-md-3 #left-side ul.io li a.active:after,
#alerts .col-md-3 #left-side ul.io li a.active:after {
  content: "x";
  position: absolute;
  right: 50px;
  top: 20px;
}
#my-account .col-md-3 #left-side ul.actions li a:before,
#organizations .col-md-3 #left-side ul.actions li a:before,
#alerts .col-md-3 #left-side ul.actions li a:before,
#my-account .col-md-3 #left-side ul.io li a:before,
#organizations .col-md-3 #left-side ul.io li a:before,
#alerts .col-md-3 #left-side ul.io li a:before {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -5px;
}
#my-account .col-md-3 #left-side ul li + li,
#organizations .col-md-3 #left-side ul li + li,
#alerts .col-md-3 #left-side ul li + li {
  margin-top: 0px !important;
}
#my-account .col-md-3 #left-side ul li a,
#organizations .col-md-3 #left-side ul li a,
#alerts .col-md-3 #left-side ul li a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #33cbfd;
  border-radius: 0;
  padding: 15px 15px;
  margin: 0 25px 0 25px;
  display: block;
}
#my-account .col-md-3 #left-side ul li a:hover,
#organizations .col-md-3 #left-side ul li a:hover,
#alerts .col-md-3 #left-side ul li a:hover,
#my-account .col-md-3 #left-side ul li a:focus,
#organizations .col-md-3 #left-side ul li a:focus,
#alerts .col-md-3 #left-side ul li a:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#my-account .col-md-3 #left-side ul li .arrow-body,
#organizations .col-md-3 #left-side ul li .arrow-body,
#alerts .col-md-3 #left-side ul li .arrow-body {
  border-bottom: 1px #2C323B solid;
  display: inline-block;
  width: 90%;
}
#my-account .col-md-3 #left-side ul li.active .arrow-body,
#organizations .col-md-3 #left-side ul li.active .arrow-body,
#alerts .col-md-3 #left-side ul li.active .arrow-body {
  border: 0;
  background: #333333;
  display: inline-block;
  float: left;
}
@media (max-width: 1200px) {
  #my-account .col-md-3 #left-side ul li.active .arrow-body,
  #organizations .col-md-3 #left-side ul li.active .arrow-body,
  #alerts .col-md-3 #left-side ul li.active .arrow-body {
    width: 88%;
  }
}
@media (max-width: 990px) {
  #my-account .col-md-3 #left-side ul li.active .arrow-body,
  #organizations .col-md-3 #left-side ul li.active .arrow-body,
  #alerts .col-md-3 #left-side ul li.active .arrow-body {
    width: 96%;
  }
}
#my-account .col-md-3 #left-side ul li.active .arrow,
#organizations .col-md-3 #left-side ul li.active .arrow,
#alerts .col-md-3 #left-side ul li.active .arrow {
  display: inline-block;
  position: relative;
  float: left;
  width: 15px;
  border-top: 25px solid transparent;
  border-left: 15px solid #333333;
  border-bottom: 25px solid transparent;
}
#my-account .col-md-3 #left-side ul li.active a,
#organizations .col-md-3 #left-side ul li.active a,
#alerts .col-md-3 #left-side ul li.active a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: transparent;
}
#my-account .col-md-3 #left-side ul li:last-child a,
#organizations .col-md-3 #left-side ul li:last-child a,
#alerts .col-md-3 #left-side ul li:last-child a {
  border-bottom: 0px;
}
#my-account fieldset label,
#organizations fieldset label,
#alerts fieldset label {
  padding-left: 0px !important;
}
#my-account .padding-35,
#organizations .padding-35,
#alerts .padding-35 {
  padding: 0px 35px 0px 35px;
}
.btn-transparent {
  background-color: transparent;
  border: 0;
  color: #33cbfd;
}
.icon-trash-blue {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent url(../../img/trash-blue.png) no-repeat 0px 0px;
  border: 0;
  margin-top: 10px;
}
.icon-trash-blue:hover {
  background: transparent url(../../img/trash-WHITE.png) no-repeat 0px 0px;
}
.icon-edit-blue {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent url(../../img/edit-blue.png) no-repeat 0px 0px;
  border: 0;
  margin-top: 10px;
}
.active.icon-edit-blue,
.toggle-edit:hover.icon-edit-blue {
  background: transparent url(../../img/edit-WHITE.png) no-repeat 0px 0px;
}
.alert-details {
  background-color: #1a1a1a !important;
}
.alert-details #deleteAlertForm,
.alert-details #editAlertForm {
  display: inline-block;
}
.alert-details .preview-view {
  display: block;
}
.alert-details .edit-view {
  display: none;
}
.alert-details #deleteAlertForm button {
  margin-left: 10px;
}
.alert-details .main-label {
  font-size: 20px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
  color: #d4d4d4 !important;
  font-family: eurostile !important;
  border-bottom: 1px solid #3b3c3d !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}
.alert-details .active-alerts-counter {
  font-family: proxima-nova;
  display: inline-block;
  width: auto;
  height: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  background-color: #22addd !important;
  color: #1a1a1a !important;
  font-size: 16px;
  border: none;
  line-height: 25px;
  text-align: center;
  padding: 0 8px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.alert-details #alerts label {
  margin: 10px 0 !important;
  font-family: proxima-nova !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase !important;
}
.alert-details #alerts ul.alert-choices {
  list-style: none;
  padding: 0;
}
.alert-details #alerts ul.alert-choices li.alert-choice {
  background-image: none;
  padding: 7px 15px;
  margin: 3px 6px 3px 0;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  background-color: #3e3e40;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #e9e9e9;
  display: inline-block;
}
.alert-details #alerts ul.preview-links {
  list-style: none;
  padding: 0;
}
.alert-details #alerts ul.preview-links li {
  font-family: proxima-nova;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #22addd;
  padding: 3px 0;
}
.alert-details #alerts .darker .alert-name {
  background-color: #2d2d2d;
}
.alert-details #alerts .darker .preview-listing {
  background-color: rgba(45, 45, 45, 0.5);
}
.alert-details #alerts .alert-name {
  padding: 10px;
}
.alert-details #alerts .preview-listing {
  display: none;
}
.alert-details #alerts .btn-preview-toggle {
  background: transparent;
  border: 0;
  font-family: proxima-nova;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #33cbfd;
  width: 100%;
}
.alert-details #alerts .btn-preview-toggle .icon-down-blue {
  display: inline-block;
  width: 10px;
  height: 18px;
  background: transparent url(../../img/icon-down-blue.png) no-repeat 0px 6px;
}
.alert-details form label {
  font-family: proxima-nova !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.29 !important;
  letter-spacing: normal !important;
  color: #c5c4c6 !important;
}
.alert-details form .form-control {
  background-color: #f9f9fa !important;
}
.alert-details form input,
.alert-details form textarea {
  font-family: proxima-nova !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.13 !important;
  letter-spacing: normal !important;
  color: #000 !important;
}
.alert-details form input {
  min-height: 35px;
}
.alert-details form .submit {
  text-align: left !important;
}
.alert-details form .submit button.btn-activate {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
  color: #000000 !important;
  border-bottom: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: #22addd !important;
}
.copy-icon {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: transparent url(../../img/icon-copy.png) no-repeat 0px -4px;
}
#details .label-info {
  color: #054456;
  font-size: 11px;
}
#details .btn-copy {
  border-radius: 0;
  background: none;
  border: 1px solid #33cbfd;
  padding: 6px 20px;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #33cbfd;
}
#details .panel .panel-heading {
  font-size: 16px;
}
#details .panel .panel-body .form-settings h1 {
  color: #c5c4c6;
}
#details .panel .panel-body div .image {
  background-color: #e6e6e6;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 10px;
}
#details .panel .panel-body div .image.dark-image {
  background-color: #000 !important;
}
#details .panel .panel-body div .image img {
  margin: 0 auto;
  display: block;
  height: 90px;
}
#details .panel .panel-body div p {
  font-size: 13px;
}
#details .panel .panel-body div .well {
  padding-bottom: 0;
}
#details .panel .panel-body div label {
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #c5c4c6;
}
#details .panel .panel-body div input,
#details .panel .panel-body div textarea {
  background-color: #fff;
  border: 1px solid #363b44;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
}
#details .panel .panel-body div select {
  margin-left: 20px;
  color: #333;
}
#details .panel .panel-body div .submit {
  text-align: center;
}
#details .panel .panel-body div .btn-link {
  color: #277CB0;
}
#details .panel .panel-body div .btn-link:hover {
  color: #2ec9ff;
  transition: 0.5s ease;
}
#details .panel .panel-body div .btn-transparent {
  background: none;
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  color: #1286af;
  padding: 6px 20px;
  border-radius: 0;
  border-width: 2px;
}
#details .panel .panel-body div .btn-transparent:hover {
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
  color: #2ec9ff;
  transition: 0.5s ease;
}
#details .panel .panel-body div .btn-transparent.deactivate {
  -moz-border-image: -moz-linear-gradient(left, #af121f, #af121f) !important;
  -webkit-border-image: -webkit-linear-gradient(left, #af121f, #af121f) !important;
  border-image: linear-gradient(left, #af121f, #af121f) !important;
  border-image-slice: 1 !important;
  color: #af121f;
}
#details .panel .panel-body div .chosen-single {
  border-radius: 0;
}
#details .panel .panel-body div .chosen-container,
#details .panel .panel-body div .chosen-choices {
  background-color: #fff;
}
#details .panel .panel-body div .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../img/icon-down-blue.png") !important;
  background-repeat: no-repeat !important;
  background-size: 10px auto !important;
  background-position: center !important;
}
#details .panel .panel-body div .form-group > i {
  display: block;
  margin-top: 7px;
}
#details .panel .panel-body .link-action-back {
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 15px;
}
#details .panel .panel-body .link-action-back a {
  color: #2ec9ff;
}
#details .panel .panel-body .link-action-back a i {
  font-size: 20px;
  font-weight: lighter;
  margin-right: 4px;
  line-height: 20px;
}
#details .panel .panel-body .link-action-back a span {
  margin-left: 5px;
  line-height: 20px;
}
#details .panel .panel-body .link-action-back:first-child a {
  display: flex;
}
#organizations .list-source > .list-source-container {
  border: 1px solid rgba(51, 203, 253, 0.45);
  background-color: #1a1a1a;
  margin-bottom: 10px;
  padding: 30px 20px 22px 20px;
}
#organizations .list-source > .list-source-container .panel {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0;
}
#organizations .list-source > .list-source-container .panel .panel-heading,
#organizations .list-source > .list-source-container .panel .panel-body {
  padding: 0;
}
#organizations .list-source > .list-source-container .panel .panel-body {
  height: auto !important;
}
#organizations .list-source > .list-source-container .logo {
  width: 120px;
  margin: 0;
}
@media (max-width: 1200px) {
  #organizations .list-source > .list-source-container .logo {
    width: 100px;
  }
}
#organizations .list-source > .list-source-container .description {
  margin-top: 17px !important;
}
#organizations .list-source > .list-source-container .panels-group {
  border: 0 !important;
}
#organizations .list-source > .list-source-container .actions {
  min-width: 270px;
  padding-top: 10px;
}
#organizations .list-source > .list-source-container .actions .panel-footer.settings,
#organizations .list-source > .list-source-container .actions .panel-footer.activate {
  margin-right: 3px !important;
}
@media (max-width: 1200px) {
  #organizations .list-source > .list-source-container .actions .panel-footer.settings,
  #organizations .list-source > .list-source-container .actions .panel-footer.activate {
    margin-right: 21px !important;
  }
}
@media (max-width: 1200px) {
  #organizations .list-source > .list-source-container .actions .panel-footer.settings {
    margin-right: 21px !important;
  }
}
#organizations .tab-pane:not(#details) {
  margin-left: 20px;
}
#organizations .tab-pane .logo {
  align-self: center;
  background-color: #f8f8f8;
  border-radius: 120px;
  padding: 10px 0;
}
@media (max-width: 990px) {
  #organizations .tab-pane .logo {
    padding: 10px;
  }
}
#organizations .tab-pane .logo.dark-image {
  background-color: #000 !important;
}
#organizations .tab-pane .logo img {
  margin: 0 auto;
  display: block;
  height: auto;
  width: auto;
  max-width: 100px;
  max-height: 100px;
  padding: 10px;
}
@media (max-width: 1200px) {
  #organizations .tab-pane .logo img {
    max-height: 80px;
  }
}
#organizations .tab-pane .panel {
  border-radius: 0;
  border: 1px solid rgba(51, 203, 253, 0.45);
  margin-bottom: 30px;
  background-color: #1a1a1a !important;
  padding: 30px 20px 20px 20px;
}
#organizations .tab-pane .panel .panel-heading {
  padding: 0;
  font-family: "eurostile", sans-serif;
  border-radius: 0;
  border-bottom: 0;
  background-color: #1a1a1a;
  border-bottom: 1px #2C323B solid;
  color: #d4d4d4;
  font-size: 17px;
  font-size: 24px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
#organizations .tab-pane .panel .panel-heading a {
  color: white;
}
#organizations .tab-pane .panel .panel-heading a:hover {
  text-decoration: underline;
}
#organizations .tab-pane .panel .panel-heading .label-source {
  padding: 0em 5px 0 1.2px;
  margin-top: -15px;
  font-family: "eurostile", sans-serif;
  font-size: 12px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #e6e6e6;
}
#organizations .tab-pane .panel .panel-heading .label-source.label-source-input:after {
  display: inline-block;
  content: url('../../img/orchestration/input.png');
  position: relative;
  top: 3px;
  left: 5px;
}
#organizations .tab-pane .panel .panel-heading .label-source.label-source-output:after {
  display: inline-block;
  content: url('../../img/orchestration/output.png');
  position: relative;
  top: 3px;
  left: 5px;
}
#organizations .tab-pane .panel .panel-body {
  background-color: #1a1a1a;
  color: white;
  font-size: 13px;
}
#organizations .tab-pane .panel .panel-body section {
  padding-bottom: 15px;
}
#organizations .tab-pane .panel .panel-body img {
  height: 95px;
  width: auto;
}
@media (max-width: 1200px) {
  #organizations .tab-pane .panel .panel-body img {
    width: 80px;
  }
}
@media (max-width: 990px) {
  #organizations .tab-pane .panel .panel-body img {
    width: 100px;
    height: auto;
    max-width: none;
    max-height: 110px;
  }
}
#organizations .tab-pane .panel .panel-body .alert {
  margin: 10px 20px;
}
#organizations .tab-pane .panel .panel-body .validation-message {
  margin-top: 5px;
  color: #fe0026;
}
#organizations .tab-pane .panel .panel-body .validation-error {
  border-color: #fe0026;
}
#organizations .tab-pane .panel .panel-body .description {
  margin-top: 10px;
}
#organizations .tab-pane .panel .panel-body #accessUrl {
  margin-top: 25px;
}
#organizations .tab-pane .panel .panel-body #accessUrl .caret {
  background-image: url("../../img/icon-down-blue.png") !important;
  border: none;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group {
  border: 1px solid #324a76;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn:first-child {
  border-right: 1px solid #324a76;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn:first-child .caret {
  margin-left: 5px;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn:last-child {
  border-left: 1px solid #324a76;
  background-color: #19202a;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn button {
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
  color: black;
  min-height: 34px;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn button .text {
  color: #000;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn button .caret {
  border: none;
  width: 10px;
  height: 10px;
  background: url(../../img/icon-down-blue.png) no-repeat 0px -1px;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group .input-group-btn .dropdown-menu {
  border-radius: 0;
  border-color: transparent;
  background-clip: unset;
}
#organizations .tab-pane .panel .panel-body #accessUrl .input-group input {
  cursor: pointer;
  border: 0;
}
#organizations .tab-pane .panel .panel-body #accessUrl .fa-info-circle {
  position: relative;
  left: 20px;
}
#organizations .tab-pane .panel .panel-body #showAlertOptions {
  display: block;
  text-align: right;
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #22addd;
  text-transform: uppercase;
}
#organizations .tab-pane .panel .panel-body #showAlertOptions span {
  margin-right: 5px;
}
#organizations .tab-pane .panel .panel-body #showAlertOptions:hover {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  color: #2ec9ff;
}
#organizations .tab-pane .panel .panel-body #createAlertForm input::-webkit-input-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details input::-webkit-input-placeholder,
#organizations .tab-pane .panel .panel-body #createAlertForm textarea::-webkit-input-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5c4c6;
}
#organizations .tab-pane .panel .panel-body #createAlertForm input::-moz-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details input::-moz-placeholder,
#organizations .tab-pane .panel .panel-body #createAlertForm textarea::-moz-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c4c6;
}
#organizations .tab-pane .panel .panel-body #createAlertForm input:-ms-input-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details input:-ms-input-placeholder,
#organizations .tab-pane .panel .panel-body #createAlertForm textarea:-ms-input-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c4c6;
}
#organizations .tab-pane .panel .panel-body #createAlertForm input:-moz-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details input:-moz-placeholder,
#organizations .tab-pane .panel .panel-body #createAlertForm textarea:-moz-placeholder,
#organizations .tab-pane .panel .panel-body .alert-details textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c5c4c6;
}
#organizations .tab-pane .panel .panel-body #createAlertForm {
  margin-top: 3rem;
}
#organizations .tab-pane .panel .panel-body #createAlertForm label {
  text-transform: uppercase;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .d-flex {
  display: flex;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .alert {
  margin: 0 0 20px 0;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .input-group-addon {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border-color: #363b44;
  background: transparent;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .input-group-addon i {
  top: 8px;
  color: white;
  font-size: 20px;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .alert-options {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#organizations .tab-pane .panel .panel-body #createAlertForm textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 34px;
  background: transparent;
  border-color: #363b44;
  border-radius: 0;
  color: white;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .selectize-control {
  background-color: transparent !important;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .selectize-input {
  background: #f9f9fa;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 16px;
  padding: 9px 15px;
  min-height: 70px;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .selectize-input .item {
  color: white;
  background: #1286af;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .email-addresses .selectize-input {
  min-height: 34px;
  font-size: 14px;
}
#organizations .tab-pane .panel .panel-body #createAlertForm .exact-sphinx-query {
  height: 70px;
}
#organizations .tab-pane .panel .panel-body #results #deleteAlertForm {
  display: inline-block;
}
#organizations .tab-pane .panel .panel-body #results thead th {
  border-color: #4B4B4B;
}
#organizations .tab-pane .panel .panel-body #results thead th.title {
  font-size: 2rem;
}
#organizations .tab-pane .panel .panel-body #results thead th.title .blue {
  color: #2ec9ff;
}
#organizations .tab-pane .panel .panel-body #results tbody tr td {
  border-color: #363b44;
}
#organizations .tab-pane .panel .panel-body #results tbody tr td .glyphicon-trash {
  margin-left: 2rem;
}
#organizations .tab-pane .panel .panel-body #results tbody tr td .title {
  font-size: 1.5rem;
}
#organizations .tab-pane .panel .panel-body #results tbody tr td .url {
  font-size: 1.2rem;
}
#organizations .tab-pane .panel .panel-body #results button {
  background: none;
  border: none;
  padding: 0;
  color: #1286af;
}
#organizations .tab-pane .panel .panel-body #results .text-right {
  text-align: right;
}
#organizations .tab-pane .panel .panel-body #results .glyphicon:hover {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  color: #2ec9ff;
}
#organizations .tab-pane .panel .panel-body #results {
  margin-top: 5rem;
}
#organizations .tab-pane .panel a {
  text-decoration: none;
}
#organizations .tab-pane .panel .panels-group {
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#organizations .tab-pane .panel .panel-footer {
  border-radius: 0;
  font-size: 1.1rem;
  background-color: #1a1a1a;
  border: 0;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  padding: 17px 0;
  text-align: center;
  line-height: 27px;
}
#organizations .tab-pane .panel .panel-footer a {
  text-align: center;
}
#organizations .tab-pane .panel .panel-footer a:hover {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#organizations .tab-pane .panel .panel-footer.activate {
  margin-right: 2px;
}
#organizations .tab-pane .panel .panel-footer.activate a {
  padding: 9px 35px;
  color: white;
  background-color: transparent;
  border: 1px solid #00ff00;
}
#organizations .tab-pane .panel .panel-footer.deactivate.off a {
  color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
#organizations .tab-pane .panel .panel-footer.deactivate a {
  padding: 9px 27px;
  color: #ffffff;
  border: 1px solid #fe0026;
  background-color: transparent;
}
#organizations .tab-pane .panel .panel-footer.settings {
  margin-right: 2px;
}
#organizations .tab-pane .panel .panel-footer.settings a {
  padding: 9px 26px;
  color: white;
  background-color: transparent;
  border: 1px solid #33cbfd;
}
#organizations .tab-pane .panel .panel-footer.settings a span:before {
  display: inline-block;
  content: url('../../img/orchestration/settings-blue.png');
  position: relative;
  top: 3px;
  left: -5px;
}
#organizations .tab-pane .source .panel .panel-body {
  height: 150px;
  display: flex;
}
@media (max-width: 1200px) {
  #organizations .tab-pane .source .panel .panel-body {
    height: 200px;
  }
}
#organizations .tab-pane .source-details .panel {
  padding: 25px 30px 50px 30px;
}
#organizations .tab-pane .source-details .panel-heading,
#organizations .tab-pane .source-details .panel-body {
  padding: 10px 0 0 0;
  line-height: 25px;
}
#organizations .tab-pane .source-details .panel-body {
  padding-top: 20px;
}
#organizations .tab-pane .source-details .panel-body p {
  padding-top: 20px;
}
#organizations .tab-pane .source-details .panel-body > .row {
  margin-bottom: 30px;
}
#organizations .activate-alert {
  margin: 40px 20px 20px 20px;
}
#organizations .btn-activate,
#organizations .btn-primary {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #22addd;
  padding: 12px 30px;
}
#organizations .btn-activate[disabled],
#organizations .btn-primary[disabled] {
  pointer-events: all;
  cursor: not-allowed;
}
#organizations .btn-activate:hover,
#organizations .btn-primary:hover {
  background-color: #22addd;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#organizations .btn-activate.deactivate,
#organizations .btn-primary.deactivate {
  background-color: #af121f;
}
#organizations .btn-activate.deactivate:hover,
#organizations .btn-primary.deactivate:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
#organizations .regenerate-token {
  display: inline-block;
  float: left;
  width: 50%;
}
#organizations .regenerate-token .glyphicon {
  margin-right: 10px;
}
#organizations .btn-regenerate-token {
  border-radius: 0;
  background: none;
  border: 1px solid #33cbfd;
  padding: 11px;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #33cbfd;
  width: 50%;
}
#organizations .btn-cancel {
  border-radius: 0;
  background: none;
  border: 1px solid #33cbfd;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #33cbfd;
  padding: 11px 30px;
  margin: 0 10px;
}
#organizations .form-settings h1,
#organizations .form-settings h2,
#organizations .form-settings h3 {
  font-family: "eurostile", sans-serif !important;
}
#organizations .form-settings h1 {
  margin-top: 0;
  font-size: 22px;
}
.breadcrumb {
  background: rgba(3, 3, 3, 0.85);
}
.breadcrumb a {
  color: #277CB0;
}
.breadcrumb a:hover {
  color: #2ec9ff;
}
.nav-tabs li {
  background: none !important;
  color: #2ec9ff;
  font-family: "eurostile", sans-serif;
  font-size: 1.3rem;
}
.nav-tabs li a {
  color: #2ec9ff;
  background: none;
}
.main-header {
  margin-bottom: 30px;
}
.main-header h1 {
  font-weight: normal;
  margin: 0;
  letter-spacing: 0;
  font-size: 30px;
  color: #e3e3e3;
  padding: 30px 0;
}
.main-header .nav-tabs {
  border-color: #3e3e40;
}
.main-header .nav-tabs li a {
  color: #ccc;
}
.main-header .nav-tabs li a:hover {
  background-color: #2ec9ff;
  border: 1px solid #2ec9ff;
  color: black;
}
.main-header .nav-tabs li.active a {
  background-color: #333;
  border: 1px solid #333;
  color: #ccc;
}
#regenerateTokenModal .modal-content {
  background-color: #1a1a1a;
  border-radius: 0;
}
#regenerateTokenModal .modal-content .modal-header {
  border-color: #2C323B;
}
#regenerateTokenModal .modal-content .modal-header.message-warning {
  background-color: #ff8f00;
}
#regenerateTokenModal .modal-content .modal-header .modal-title {
  font-family: "eurostile", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#regenerateTokenModal .modal-content .modal-header button {
  color: white;
  text-shadow: none;
}
#regenerateTokenModal .modal-content .modal-body {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}
#regenerateTokenModal .modal-content .modal-body p {
  margin: 0;
}
#regenerateTokenModal .modal-content .modal-footer {
  margin: 0;
  text-align: center;
  border-color: #2C323B;
}
select#malware_family {
  vertical-align: middle;
  margin-left: 15px;
  width: 200px;
  border-radius: 0;
  background-color: transparent;
  color: #00c3f9;
  border: 1px solid #00c3f9;
  -webkit-appearance: none;
  background-image: url(/img/bw/dropdown-select.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 3px;
  text-transform: capitalize;
}
select#malware_family option {
  background-color: black;
}
td.malware_family {
  text-transform: capitalize;
}
.tab-pane .table-header {
  color: #eee;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 3px;
  text-align: left;
}
#organizations .error {
  color: #f00;
  font-weight: 700;
}
#shareThisForm .modal-title {
  padding-right: 20px;
}
.titleAlert {
  color: red;
  margin-top: 5px;
}
#watch-list .link-wrapper {
  padding-bottom: 20px;
}
#watch-list .back-link {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #22addd;
  text-decoration: none;
}
#watch-list .title-wrapper {
  border-bottom: 1px #2C323B solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#watch-list .view-source-wrapper {
  margin-bottom: 20px;
}
#watch-list .view-source-wrapper .view-source-link {
  color: #000 !important;
  text-transform: uppercase;
}
#watch-list .view-source-wrapper .view-source-link:after {
  display: inline-block;
  content: url('../../img/orchestration/icon-launch.png');
  position: relative;
  top: 3px;
  left: 5px;
}
#watch-list .toggle-filters {
  width: 166px;
}
#watch-list #filter-box {
  display: none;
  width: 240px;
  height: 205px;
  position: absolute;
  right: 13px;
  top: 50px;
  background-color: #2d2d2d;
  z-index: 1;
}
#watch-list #filter-box.opened {
  display: block;
}
#watch-list #filter-box .up-arrow {
  position: relative;
  width: 0;
  top: -10px;
  left: 147px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2d2d2d;
}
#watch-list #filter-box .section-label {
  font-family: proxima-nova;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
#watch-list #filter-box input[type="checkbox"] {
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 15px;
  vertical-align: text-bottom;
}
#watch-list #filter-box hr {
  border-color: #1a1a1a;
}
#watch-list #filter-box .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#watch-list #filter-box .date-from,
#watch-list #filter-box .date-to {
  width: 100%;
  display: inline-block;
  color: #1a1a1a;
}
#watch-list #filter-box .date-to {
  float: right;
}
#watch-list #filter-box .dates-separator {
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#watch-list #filter-box button {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
#watch-list .btn.filter:after {
  display: inline-block;
  content: url('../../img/icon-down-blk.png');
  position: relative;
  top: 0;
  left: 5px;
}
#watch-list .btn.filter.opened:after {
  display: inline-block;
  content: url('../../img/icon-carat-up-blk.png');
  position: relative;
  top: -1px;
  left: 5px;
}
#watch-list .btn.btn-primary {
  background-color: #22addd;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 12px 53px;
  border-radius: 0;
  font-family: proxima-nova;
}
#watch-list .counter {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: rgba(241, 242, 242, 0.5);
  margin-bottom: 30px;
  margin-top: 0;
}
#watch-list .result {
  border: 1px solid rgba(51, 203, 253, 0.45);
  background-color: #1a1a1a;
  padding: 30px 20px;
  margin-bottom: 20px;
}
#watch-list .result .alert-name {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.4);
}
#watch-list .result .title {
  padding-bottom: 10px;
  border-bottom: 1px #2C323B solid;
}
#watch-list .result .title a {
  font-family: Eurostile;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #33cbfd;
  text-decoration: none;
}
#watch-list .result .date {
  padding: 20px 0 10px 0;
  font-family: proxima-nova;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.6);
}
#watch-list .result .description {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #e6e6e6;
  max-height: 90px;
  overflow: hidden;
}
#watch-list .result .description.expanded {
  max-height: none;
}
#watch-list .result .toggle-read-more {
  color: #33cbfd;
  font-size: 15px;
  padding-top: 20px;
  text-decoration: none;
  display: block;
}
#watch-list ul.pagination li a {
  padding: 6px;
}
#watch-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#watch-list ul li + li {
  margin-top: 0px !important;
}
#watch-list ul li a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #33cbfd;
  padding: 15px 15px;
  margin: 0 25px 0 25px;
  display: block;
}
#watch-list ul li a:hover,
#watch-list ul li a:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#watch-list ul li .arrow-body {
  border-bottom: 1px #2C323B solid;
  display: inline-block;
  width: 90%;
}
#watch-list ul li.active .arrow-body {
  border: 0;
  background: #333333;
  display: inline-block;
  float: left;
}
@media (max-width: 1200px) {
  #watch-list ul li.active .arrow-body {
    width: 88%;
  }
}
@media (max-width: 990px) {
  #watch-list ul li.active .arrow-body {
    width: 96%;
  }
}
#watch-list ul li.active .arrow {
  display: inline-block;
  position: relative;
  float: left;
  width: 15px;
  border-top: 25px solid transparent;
  border-left: 15px solid #333333;
  border-bottom: 25px solid transparent;
}
#watch-list ul li.active a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: transparent;
}
#watch-list ul li:last-child a {
  border-bottom: 0px;
}
#watch-list .watch-checkbox {
  display: inline-block;
  background-color: #fff;
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
#watch-list .watch-checkbox.checked {
  background: #22addd url(../../img/icon-checkmark-white.png) center center no-repeat;
}
#watch-list .watch-checkbox input {
  display: none;
}
#workspacesNav li {
  border-right: none;
  border-bottom: 1px solid #2c2c2c;
  border-radius: 0;
}
#workspacesNav li a {
  color: #ccc;
}
#workspacesNav li:hover a {
  color: #000000;
}
#workspacesNav li.active {
  background: #f1f2f2;
}
#workspacesNav li.active a {
  color: #000;
}
.chosen-popup .chosen-choices {
  max-height: 100px;
  overflow: scroll;
}
.tags-container {
  color: #ccc;
  font-weight: normal;
  text-align: right;
}
.tags-container > * {
  display: inline-block;
  vertical-align: top;
}
.tags-container a {
  display: inline;
  text-align: left;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold !important;
  color: #2ec9ff !important;
  white-space: normal;
}
.tags-container .label-default.highlight {
  background-color: #999999;
  color: #ffed00;
}
td.td-green {
  color: rgba(46, 255, 135, 0.5);
}
td.td-red {
  color: #ee3e3f;
}
.virtual-source-summary {
  font-size: 15px;
  border: 2px solid #1286af;
  width: 100%;
  margin-bottom: 10px;
}
.virtual-source-summary td {
  padding-left: 15px !important;
}
#workspace_links button[disabled] {
  color: #aaa !important;
}
#workspace_links .table {
  background-color: transparent !important;
}
#workspace_links .table-striped > tbody > tr:nth-child(odd) > td,
#workspace_links .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
#workspace_links .footable-details {
  border-spacing: 0;
}
#workspace_links .footable-details tbody tr td {
  padding-left: 20px;
  padding-top: 9px;
}
#workspace_links .footable-details tbody tr th {
  border-top: 1px solid #535353;
  font-weight: normal;
}
#workspace_links table {
  border-collapse: separate;
  border-spacing: 0;
}
#workspace_links table th .fa {
  padding-right: 5px;
}
#workspace_links table th .fa.fa-sc-ip {
  vertical-align: middle;
}
#workspace_links table th .fa.fa-sc-ip:before {
  content: "";
  background-image: url("../../img/bw/icon-ip.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
}
#workspace_links table th .fa.fa-sc-domain {
  vertical-align: middle;
}
#workspace_links table th .fa.fa-sc-domain:before {
  content: "";
  background-image: url("../../img/bw/icon-domain.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
}
#workspace_links table th .fa.fa-green {
  color: rgba(46, 255, 135, 0.5);
}
#workspace_links table a {
  color: #eee;
}
#workspace_links table a.asc:after,
#workspace_links table a.desc:after {
  content: "";
  padding: 0;
}
#workspace_links table a.asc:before,
#workspace_links table a.desc:before {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: 5px;
  vertical-align: middle;
}
#workspace_links table a.asc:before {
  background-image: url("../../img/bw/icon-arrow-up.png?v2");
}
#workspace_links table a.desc:before {
  background-image: url("../../img/bw/icon-arrow-down.png?v2");
}
#workspace_links table td.td-toggled-text .tooltip-arrow {
  border-top-color: #333;
}
#workspace_links table td.td-toggled-text .tooltip-inner {
  text-align: left;
  padding: 10px 15px;
  background-color: #333;
}
#workspace_links table td.td-toggled-text .tooltip-header {
  color: #ccc;
}
#workspace_links table td .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 60%;
  display: inline-block;
}
#workspace_links table td .text-truncate.wrap {
  white-space: normal !important;
  display: inline;
}
#workspace_links table td .text-truncate.narrower {
  max-width: 65%;
}
#workspace_links table thead tr th {
  color: #eee;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: none;
  vertical-align: middle;
  padding: 10px 3px;
  text-align: left;
}
#workspace_links table thead tr th:first-child {
  padding-left: 30px;
}
#workspace_links table thead tr th a.asc .fa,
#workspace_links table thead tr th a.desc .fa {
  display: none;
}
#workspace_links table th.cvss-score {
  text-align: center;
}
#workspace_links table td.cvss-score {
  text-align: center;
  vertical-align: top;
}
#workspace_links table td.cvss-score span {
  display: inline-block;
  padding: 3px 8px;
  background-color: transparent;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
}
#workspace_links table td.cvss-score span.cvss-score-na {
  background-color: transparent;
  border: 1px solid white;
  color: #e3e3e3;
}
#workspace_links table td.cvss-score span.cvss-score-0,
#workspace_links table td.cvss-score span.cvss-score-1,
#workspace_links table td.cvss-score span.cvss-score-2 {
  background-color: #96C15C;
}
#workspace_links table td.cvss-score span.cvss-score-3,
#workspace_links table td.cvss-score span.cvss-score-4,
#workspace_links table td.cvss-score span.cvss-score-5 {
  background-color: #FAED4F;
}
#workspace_links table td.cvss-score span.cvss-score-6,
#workspace_links table td.cvss-score span.cvss-score-7,
#workspace_links table td.cvss-score span.cvss-score-8 {
  background-color: #DC6136;
}
#workspace_links table td.cvss-score span.cvss-score-9,
#workspace_links table td.cvss-score span.cvss-score-10 {
  background-color: #C63337;
}
#workspace_links table tr.column-widths th {
  margin: 0 !important;
  padding: 0 !important;
}
#workspace_links table tr.read-more td {
  border-top: 1px solid #212122;
  padding-top: 15px;
  padding-bottom: 15px;
}
#workspace_links table tr.read-more td:first-child {
  background-image: none !important;
}
#workspace_links table tr.read-more td .glyphicon {
  color: #2ec9ff;
  padding-right: 2px;
}
#workspace_links table tr.read-more td .read-more-link {
  color: #2ec9ff;
  vertical-align: middle;
}
#workspace_links table tr.ratings-row td {
  border-top: 1px solid #212122;
  vertical-align: middle;
  text-align: left;
}
#workspace_links table tr.ratings-row td:first-child {
  background-image: none !important;
}
#workspace_links table tr.ratings-row td a {
  padding-top: 10px;
  display: inline-block;
}
#workspace_links table tr.ratings-row td + td {
  text-align: center;
}
#workspace_links table tr.bitcoin td:first-child,
#workspace_links table tr.cve td:first-child,
#workspace_links table tr.new-domain td:first-child,
#workspace_links table tr.exploit td:first-child {
  background-image: none !important;
}
#workspace_links table tr.pastebin pre {
  max-height: 300px;
}
#workspace_links table tr.bad-ip td {
  padding-top: 5px;
  vertical-align: middle;
}
#workspace_links table tr.bad-ip td:first-child {
  background: url("../../img/source_types/sc.png") no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#workspace_links table tr.bad-ip.alien-vault td:first-child {
  background: url("../../img/source_types/alienvault.png") no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#workspace_links table tr.bad-ip.taxii td:first-child {
  background: url("../../img/source_types/taxii.png") no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#workspace_links table tr.bad-ip.safe_browsing td:first-child {
  background: url("../../img/source_types/safe_browsing.png") no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#workspace_links table tr.bad-ip.virus-total td:first-child {
  background: url("../../img/source_types/virus_total.png") no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#workspace_links table tr.bad-ip.pastebin td:first-child {
  background: url("../../img/source_types/pastebin.png") no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#workspace_links table tr.adversary a.reference-link {
  color: #2ec9ff;
}
#workspace_links table tr.adversary header strong {
  color: #ff6d0b;
  font-size: 18px;
  font-weight: normal;
}
#workspace_links table tr.adversary header div.source-labels {
  float: right;
}
#workspace_links table tr.adversary header div.source-labels div {
  display: inline-block !important;
}
#workspace_links table tr.adversary header .label-default {
  background: #858585 !important;
  color: #313132 !important;
  font-weight: 400;
}
#workspace_links table tr.adversary .description {
  font-size: 15px;
  margin-top: 10px;
}
#workspace_links table tr th {
  border-top: none;
  padding: 10px 0;
}
#workspace_links table tr td {
  background-color: #1a1a1a !important;
  border-top: none;
  padding-top: 30px;
  font-size: 1.3rem;
}
#workspace_links table tr td:first-child {
  padding-left: 30px;
}
#workspace_links table tr td:last-child {
  padding-right: 30px;
}
#workspace_links table tr td a {
  color: #f1f2f2;
  font-family: "proxima-nova", sans-serif;
}
#workspace_links table tr td a:hover {
  text-decoration: none;
  color: #2ec9ff;
}
#workspace_links table tr td.entry {
  font-size: 14px;
  padding-right: 30px;
}
#workspace_links table tr td.entry a {
  font-size: 14px;
  font-weight: bold;
}
#workspace_links table tr td table.listing-inner-table td:first-child {
  padding-left: 0px;
}
#workspace_links table tr td table.listing-inner-table td:last-child {
  padding-right: 0px;
}
#workspace_links table .btn-spam {
  background: none;
  color: #2ec9ff;
  border: none;
  padding-left: 0;
}
#workspace_links table.table-ips-listing .short_text {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 100%;
}
#workspace_links table.table-ips-listing .short_text.width-medium {
  width: 300px;
}
@media (max-width: 1000px) {
  #workspace_links table.table-ips-listing .short_text {
    white-space: normal;
    display: inline;
  }
}
#workspace_links table .workspace-info-container {
  display: inline-block;
  max-width: 100%;
}
#workspace_links table .workspace-info-container span {
  height: 100%;
  vertical-align: middle;
}
#workspace_links table .workspace-info-container button {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 8px 4px 8px;
  background-color: transparent;
  border-radius: 3px;
  color: #fff !important;
  border: 1px solid white;
}
#workspace_links table .workspace-info-container button img {
  max-width: 20px;
  max-height: 20px;
}
#workspace_links table .toggled-text-label {
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #333;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 10px;
  color: #ccc;
  cursor: pointer;
  white-space: nowrap;
}
#workspace_links table .show-full-url {
  background-color: #333;
  color: #ccc;
  padding: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
#workspace_links table.table-ips-listing tr.spacer,
#workspace_links table.table-cve-listing tr.spacer,
#workspace_links table.table-adversaries-listing tr.spacer {
  display: none;
  height: 0 !important;
}
#workspace_links table.table-ips-listing tr td,
#workspace_links table.table-cve-listing tr td,
#workspace_links table.table-adversaries-listing tr td {
  border-bottom: 2px solid black;
  padding: 10px 3px !important;
  vertical-align: middle;
}
#workspace_links table.table-ips-listing tr td:first-child,
#workspace_links table.table-cve-listing tr td:first-child,
#workspace_links table.table-adversaries-listing tr td:first-child {
  padding-left: 30px !important;
}
#workspace_links table.table-ips-listing tr td.td-shift-left,
#workspace_links table.table-cve-listing tr td.td-shift-left,
#workspace_links table.table-adversaries-listing tr td.td-shift-left {
  padding-left: 7px !important;
}
#workspace_links table.table-ips-listing tr td.td-shift-left-icon,
#workspace_links table.table-cve-listing tr td.td-shift-left-icon,
#workspace_links table.table-adversaries-listing tr td.td-shift-left-icon {
  padding-left: 24px !important;
}
#workspace_links table.table-ips-listing tr:nth-child(4n+1) td,
#workspace_links table.table-cve-listing tr:nth-child(4n+1) td,
#workspace_links table.table-adversaries-listing tr:nth-child(4n+1) td {
  background-color: #202122 !important;
}
#workspace_links table.table-ips-listing tr:nth-child(4n+1):hover td,
#workspace_links table.table-cve-listing tr:nth-child(4n+1):hover td,
#workspace_links table.table-adversaries-listing tr:nth-child(4n+1):hover td {
  background-color: #111111 !important;
}
#workspace_links table.table-ips-listing tr:nth-child(4n+3) td,
#workspace_links table.table-cve-listing tr:nth-child(4n+3) td,
#workspace_links table.table-adversaries-listing tr:nth-child(4n+3) td {
  background-color: #161718 !important;
}
#workspace_links table.table-ips-listing tr:nth-child(4n+3):hover td,
#workspace_links table.table-cve-listing tr:nth-child(4n+3):hover td,
#workspace_links table.table-adversaries-listing tr:nth-child(4n+3):hover td {
  background-color: #111111 !important;
}
.ratings-table .footable-paging {
  display: none;
}
/* telegram styes */
#workspace_links table tr.channels td {
  padding: 20px 5px;
  border-top: #464646 solid 1px;
  border-bottom: #464646 solid 1px;
}
#workspace_links table tr.channels td.date {
  text-align: left;
  vertical-align: top;
}
#workspace_links table tr.channels td.photos {
  text-align: left;
}
#workspace_links table tr.channels td.photos img.user_avatar,
#workspace_links table tr.channels td.photos img.user_avatar_blank {
  height: 50px;
  width: 50px;
  margin-top: 10px;
}
#workspace_links table tr.channels td header {
  line-height: 35px;
}
#workspace_links table tr.channels td:first-of-type {
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
  border-left: #464646 solid 1px;
}
#workspace_links table tr.channels td:last-of-type {
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  border-right: #464646 solid 1px;
}
#workspace_links table tr.channels .channels_name {
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
}
#workspace_links table tr.channels .logo_wrapper {
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
}
#workspace_links table tr.channels .logo_wrapper.discord_logo {
  background-color: #5865F2;
  padding: 4px;
}
#workspace_links table tr.channels .logo_wrapper.telegram_logo img {
  width: 20px;
  height: 20px;
}
#nonAcademicResultsTable tr td {
  position: relative;
  overflow: visible;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown {
  float: right;
  display: none;
  position: relative;
  z-index: 3;
  margin-top: 2px;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown .more-vertical {
  background-color: #333;
  color: #ccc;
  border-radius: 4px;
  cursor: pointer;
  line-height: 5px;
  padding: 3px 7px;
  float: right;
  margin-top: -3px;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown .more-vertical:after {
  display: table;
  content: '';
  clear: both;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown .ioc-actions-list {
  margin-top: 5px;
  width: 200px;
  background-color: black;
  padding: 10px;
  border: 1px solid #333;
  margin-right: 10px;
  position: absolute;
  top: 20px;
  right: -10px;
  display: none;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown .ioc-actions-list button {
  display: block;
  width: 100% !important;
  height: auto !important;
  background-position: left;
  padding: 5px 25px;
  text-align: left;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown .ioc-actions-list button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown .ioc-actions-list button span {
  display: inline !important;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown.active {
  display: block;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown.active .ioc-actions-list {
  display: block;
}
#nonAcademicResultsTable tr td .ioc-actions-dropdown:after {
  display: table;
  content: '';
  clear: both;
}
#nonAcademicResultsTable tr td:hover > .ioc-actions-dropdown {
  display: block;
}
#nonAcademicResultsTable tr th:hover > .ioc-actions-dropdown {
  display: block;
}
#nonAcademicResultsTable tr td .showDropDown:hover > .ioc-actions-dropdown {
  display: block;
}
#nonAcademicResultsTable tr th .showDropDown:hover > .ioc-actions-dropdown {
  display: block;
}
#nonAcademicResultsTable tr #nonAcademicResultsTable .flexContainer {
  display: flex;
  gap: 10px;
}
#nonAcademicResultsTable tr #nonAcademicResultsTable .flexContainer .ioc-actions-dropdown {
  margin-left: 5px;
}
.pinButton {
  margin-right: 10px;
  cursor: pointer;
}
.showMoreDescription {
  display: block;
  margin-top: 10px;
  float: right;
  cursor: pointer;
  color: #87D1FD;
}
.fullDescription {
  display: none;
}
.discordEmbed {
  max-width: 90%;
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #020202;
  background: #121212;
  margin-top: 25px;
}
.discordEmbed h2 {
  margin: 0 0 2px 0;
}
.link-extras {
  border-right: 1px solid #464646;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  padding-top: 5px;
  padding-left: 10px;
}
.link-extras.link-group-count span {
  line-height: 25px;
  padding-right: 10px;
  font-weight: bold;
  color: #22addd;
}
.link-extras.link-group-count span i {
  margin-right: 5px;
}
.hrizontalLoader {
  width: 70%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.hrizontalLoader::after {
  content: '';
  width: 96px;
  height: 4.8px;
  background: #87D1FD;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: hrizontalLoader 1.5s linear infinite alternate;
}
@keyframes hrizontalLoader {
  0% {
    left: 0;
    transform: translateX(-1%);
  }
  100% {
    left: 100%;
    transform: translateX(-99%);
  }
}
.awsTranslateWrapper {
  position: relative;
}
.awsTranslateWrapper button {
  background: transparent url(/img/bw/icon-translate.svg) no-repeat center left;
  line-height: 22px;
  border: none;
  margin-top: 20px;
  text-align: left;
  padding: 0;
  font-size: 13px;
  padding-left: 30px;
}
.awsDropdownWrapper {
  position: absolute;
  top: 20px;
  left: 110px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
  border: #464646 solid 1px;
  display: none;
}
.awsDropdownWrapper ul {
  list-style: none;
  padding: 10px;
  overflow-y: scroll;
  height: 200px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.awsDropdownWrapper ul::-webkit-scrollbar {
  display: none;
}
.awsDropdownWrapper ul li:hover {
  color: #87D1FD;
  cursor: pointer;
}
.awsDropdownWrapper input {
  height: 22px;
  background: rgba(0, 0, 0, 0.9);
  border: none;
  border-bottom: #464646 solid 1px;
  padding-left: 10px;
}
body.bw-data-park-index .database-container p.description,
#epn-data-park .database-container p.description {
  display: none;
  opacity: 0;
}
body.bw-data-park-index {
  min-height: 900px;
}
body.bw-data-park-index svg#lineConnector {
  display: none;
}
@media screen and (min-width: 769px) {
  body.bw-data-park-index {
    background: url("../../img/bw/data-park-dashboard-bg.jpg") no-repeat;
    background-size: 100% 100%;
    background-color: #000;
    position: relative;
  }
  body.bw-data-park-index svg#lineConnector {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  body.bw-data-park-index #main-footer {
    display: none;
  }
  body.bw-data-park-index #goToListing {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 722px 649px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body.bw-data-park-index #goToListing a {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 722px 649px;
    background: url("../../img/bw/open-databases-out.png") no-repeat center;
    background-position-y: -200px;
  }
  body.bw-data-park-index #goToListing a:hover,
  body.bw-data-park-index #goToListing a.active {
    background-position-y: -849px;
  }
  body.bw-data-park-index .database-container {
    width: 300px;
    height: 175px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 350px;
    transition-duration: 0.5s;
    padding: 0;
    margin-left: -135px;
    margin-top: -500px;
  }
  body.bw-data-park-index .database-container:hover {
    z-index: 100;
  }
  body.bw-data-park-index .database-container:hover .description,
  body.bw-data-park-index .database-container:hover a span,
  body.bw-data-park-index .database-container:hover img {
    display: block !important;
    opacity: 1 !important;
  }
  body.bw-data-park-index .database-container .database {
    width: 100%;
    height: 100%;
    border: 2px solid transparent !important;
    border-radius: 2px;
  }
  body.bw-data-park-index .database-container .database:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../../img/bw/circles.png");
    background-position: bottom;
    position: absolute;
    bottom: -8px;
    left: 50%;
    opacity: 0.2;
    transform: translate(-50%, 0);
  }
  body.bw-data-park-index .database-container .database:hover {
    border: 2px solid #54acd9 !important;
  }
  body.bw-data-park-index .database-container .database:hover:after {
    background-position: top;
    opacity: 0.8;
  }
  body.bw-data-park-index .database-container .database .description {
    position: absolute;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #ccc;
    text-shadow: black 0px 0px 4px;
    top: 100%;
    width: 100%;
    padding: 30px 0 0 0;
  }
  body.bw-data-park-index .database-container .database a span {
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    text-shadow: black 0px 0px 4px;
    color: white;
    font-size: 14px;
    display: none;
    opacity: 0;
    width: 100%;
    bottom: -30px;
    left: 0;
    text-align: center;
    text-transform: uppercase;
  }
  body.bw-data-park-index .database-container .database img {
    opacity: 0.5;
    transition-duration: 0.5s;
    border-top: 3px solid #54acd9;
  }
  body.bw-data-park-index .database-container + .database-container {
    margin-left: 200px;
    margin-top: -250px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container {
    width: 210px;
    height: 120px;
    margin-left: 140px;
    margin-top: 115px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container img {
    border-top-width: 2px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container {
    width: 300px;
    height: 175px;
    margin-left: -435px;
    margin-top: 104px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container img {
    border-top-width: 3px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container + .database-container {
    margin-left: -525px;
    margin-top: -295px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container + .database-container img {
    border-top-width: 3px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container + .database-container + .database-container {
    width: 180px;
    height: 110px;
    margin-left: -260px;
    margin-top: -275px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container + .database-container + .database-container img {
    border-top-width: 1px;
  }
  body.bw-data-park-index .database-container + .database-container + .database-container + .database-container + .database-container + .database-container + .database-container {
    display: none;
  }
  body.bw-data-park-index .db-cyber-security {
    width: 300px !important;
    height: 175px !important;
    margin-left: -135px !important;
    margin-top: -500px !important;
  }
  body.bw-data-park-index .db-cyber-security img {
    border-top-width: 3px !important;
  }
  body.bw-data-park-index .db-pttvh {
    margin-left: 200px !important;
    margin-top: -250px !important;
    width: 300px !important;
    height: 175px !important;
  }
  body.bw-data-park-index .db-pttvh img {
    border-top-width: 3px !important;
  }
  body.bw-data-park-index .db-dark-web {
    width: 210px !important;
    height: 120px !important;
    margin-left: 140px !important;
    margin-top: 115px !important;
  }
  body.bw-data-park-index .db-dark-web img {
    border-top-width: 2px !important;
  }
  body.bw-data-park-index .db-3p {
    width: 300px !important;
    height: 175px !important;
    margin-left: -435px !important;
    margin-top: 104px !important;
  }
  body.bw-data-park-index .db-3p img {
    border-top-width: 3px !important;
  }
  body.bw-data-park-index .db-international {
    width: 180px !important;
    height: 110px !important;
    margin-left: -260px !important;
    margin-top: -275px !important;
  }
  body.bw-data-park-index .db-international img {
    border-top-width: 1px !important;
  }
  body.bw-data-park-index .db-pb {
    width: 300px !important;
    height: 175px !important;
    margin-left: -525px !important;
    margin-top: -295px !important;
  }
  body.bw-data-park-index .db-pb img {
    border-top-width: 3px !important;
  }
}
.highlight {
  color: #cccc00;
  background-color: transparent;
}
#dataParkTabs .nav-tabs {
  display: none;
}
#dataParkListing #viewDatabasesHeader {
  display: none;
}
.row-databases {
  margin-top: 30px;
  margin-bottom: 75px;
}
.row-databases .database {
  width: 100%;
  height: 170px;
  border-width: 0;
  border-top: 2px solid white;
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #277CB0);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #277CB0);
  border-image: linear-gradient(right, #2ec9ff, #277CB0);
  border-image-slice: 1;
  margin-bottom: 30px;
  position: relative;
}
.row-databases .database:hover {
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
}
.row-databases .database:hover a span {
  color: white;
}
.row-databases .database a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.row-databases .database a img {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.row-databases .database a span {
  position: absolute;
  left: 17px;
  bottom: 17px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #f1f2f2;
}
#nonAcademicLink {
  padding-top: 25px;
}
#nonAcademicLink h1 {
  font-size: 3rem;
  margin-bottom: 0px !important;
}
#nonAcademicLink .date-row {
  color: #2ec9ff;
  font-size: 16px;
  margin: 5px 0 6px 0;
}
#nonAcademicLink .breadcrumb {
  background: transparent !important;
  /** background: @bw-bg-color-black-opaque;  **/
}
#nonAcademicLink a {
  color: #1FA6D6;
}
#nonAcademicLink a:hover {
  color: #2ec9ff;
}
.relative {
  position: relative;
}
#clear-search-input {
  position: absolute;
  right: 75px;
  top: 16px;
  display: none;
}
.workspace-virtual-source-footer {
  font-size: 10px;
  margin-bottom: 30px;
  text-align: right;
}
body.datapark-db-modern h1.db-lead {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #999), linear-gradient(to bottom, #ffffff, #ffffff);
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10%;
  margin-bottom: 20px;
}
body.datapark-db-modern .datapark-db-form {
  position: relative;
  margin: 0 auto;
}
body.datapark-db-modern .datapark-db-form .form-control {
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  margin: 0 auto;
}
body.datapark-db-modern .datapark-db-form .form-control#SearchQuery {
  width: 100%;
}
body.datapark-db-modern .datapark-db-form button.search {
  background: #22addd;
  color: #FFF;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
  position: absolute;
  right: 15px;
  top: 0px;
}
body.datapark-db-modern .datapark-db-form button.search i {
  font-size: 23px;
}
body.datapark-db-modern .datapark-index-db-list {
  display: block;
  margin-top: 60px;
}
body.datapark-db-modern .datapark-index-db-list h2 {
  font-size: 28px;
  color: #d4d4d4;
  font-weight: 100;
  letter-spacing: 1.1px;
  margin-left: 10px;
  margin-bottom: 25px;
}
body.datapark-db-modern .datapark-index-db-list .db-item-wrapper {
  width: 106%;
  margin-left: -3%;
  height: 63px;
  border: 1px rgba(51, 203, 253, 0.45) solid;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  display: table;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  /* Safari */
  transition: box-shadow 0.2s ease-in-out;
  background-color: #1a1a1a;
  overflow: hidden;
  cursor: pointer;
}
body.datapark-db-modern .datapark-index-db-list .db-item-wrapper:hover {
  background-color: black;
  -webkit-box-shadow: 0 0 8px 0 rgba(51, 203, 253, 0.75);
  -moz-box-shadow: 0 0 8px 0 rgba(51, 203, 253, 0.75);
  box-shadow: 0 0 8px 0 rgba(51, 203, 253, 0.75);
}
body.datapark-db-modern .datapark-index-db-list .db-item-wrapper a {
  width: auto;
}
body.datapark-db-modern .datapark-index-db-list a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 7px center;
  padding: 5px 5px 5px 30px;
  max-width: 100%;
  width: min-content;
  line-height: 1.14;
  letter-spacing: 1.2px;
  white-space: inherit;
}
body.datapark-db-modern .datapark-index-db-list a:hover {
  text-decoration: none;
}
body.datapark-db-modern .datepicker {
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none;
}
body.datapark-db-modern .datepicker td.day {
  color: #3b3c3d;
}
body.datapark-db-modern .datepicker td.day.old,
body.datapark-db-modern .datepicker td.day.new {
  color: rgba(59, 60, 61, 0.2);
}
body.datapark-db-modern .datepicker td.day,
body.datapark-db-modern .datepicker span.month,
body.datapark-db-modern .datepicker span.year,
body.datapark-db-modern .datepicker span.decade {
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body.datapark-db-modern .datepicker td.day.active,
body.datapark-db-modern .datepicker span.month.active,
body.datapark-db-modern .datepicker span.year.active,
body.datapark-db-modern .datepicker span.decade.active,
body.datapark-db-modern .datepicker td.day.selected,
body.datapark-db-modern .datepicker span.month.selected,
body.datapark-db-modern .datepicker span.year.selected,
body.datapark-db-modern .datepicker span.decade.selected {
  background-color: #33cbfd;
  background-image: none;
}
body.datapark-db-modern .datepicker td.day.active:hover,
body.datapark-db-modern .datepicker span.month.active:hover,
body.datapark-db-modern .datepicker span.year.active:hover,
body.datapark-db-modern .datepicker span.decade.active:hover,
body.datapark-db-modern .datepicker td.day.selected:hover,
body.datapark-db-modern .datepicker span.month.selected:hover,
body.datapark-db-modern .datepicker span.year.selected:hover,
body.datapark-db-modern .datepicker span.decade.selected:hover {
  background-color: #33cbfd;
}
body.datapark-db-modern .datepicker td.day.range,
body.datapark-db-modern .datepicker span.month.range,
body.datapark-db-modern .datepicker span.year.range,
body.datapark-db-modern .datepicker span.decade.range {
  background-color: rgba(51, 203, 253, 0.2);
}
body.datapark-db-modern .datepicker td.day:hover,
body.datapark-db-modern .datepicker span.month:hover,
body.datapark-db-modern .datepicker span.year:hover,
body.datapark-db-modern .datepicker span.decade:hover {
  background-color: #33cbfd;
}
body.datapark-db-modern .datepicker th.prev,
body.datapark-db-modern .datepicker th.next,
body.datapark-db-modern .datepicker th.datepicker-switch {
  color: rgba(59, 60, 61, 0.8);
}
body.datapark-db-modern .datepicker th.dow {
  color: rgba(26, 26, 26, 0.3);
}
#ip_graph {
  width: 100%;
  position: relative;
  margin-bottom: -100px;
}
#ip_graph .hoverinfo {
  color: black;
  background-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  box-shadow: none;
  border: none;
}
.database-search-results h2 {
  font-size: 28px;
  font-family: "eurostile", sans-serif;
  font-weight: normal;
  color: #e6e6e6;
  padding: 30px 0;
  border-bottom: 1px solid #3e3e40;
}
.database-search-results h3 {
  font-size: 28px;
  font-family: "eurostile", sans-serif;
  font-weight: normal;
  color: #e6e6e6;
  padding: 15px 0;
}
.database-search-results .databases-go-back {
  color: #22addd;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.database-search-results .workspace-description {
  font-size: 20px;
  font-family: "eurostile", sans-serif;
  font-weight: 100;
  padding: 60px 0;
  color: #d4d4d4;
  text-align: justify;
  line-height: 1.3;
}
.database-search-results .table .align-ratings {
  margin-left: 5px;
}
h5.count-info {
  font-size: 28px;
  font-family: "eurostile", sans-serif;
  font-weight: normal;
  color: #e6e6e6;
  padding: 0px 0px 15px 0;
}
h5.count-info > span.counts {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
h5.count-info > span.query-name {
  color: #22addd;
}
ul.pagination {
  text-align: center;
  margin-top: 50px;
}
ul.pagination li {
  display: inline-block;
  width: 30px;
  height: 30px;
}
ul.pagination li:first-child a,
ul.pagination li:last-child a,
ul.pagination li a {
  display: block;
  padding: 0;
  margin: 0;
  color: #f1f2f2;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  line-height: 30px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
ul.pagination li:first-child a:hover,
ul.pagination li:last-child a:hover,
ul.pagination li a:hover,
ul.pagination li:first-child a:active,
ul.pagination li:last-child a:active,
ul.pagination li a:active,
ul.pagination li:first-child a:focus,
ul.pagination li:last-child a:focus,
ul.pagination li a:focus {
  background-color: #22addd;
}
ul.pagination li.disabled a {
  background-color: transparent !important;
  color: #818386 !important;
}
ul.pagination li.active a {
  background-color: #22addd !important;
  color: #1a1a1a !important;
}
ul.pagination li.prev a,
ul.pagination li.next a {
  overflow: hidden;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
}
ul.pagination li.prev a {
  background-image: url("../../img/orchestration/carat-left-white-large.png");
}
ul.pagination li.prev.disabled a {
  background-image: url("../../img/orchestration/carat-left-blk-large.png");
}
ul.pagination li.next a {
  background-image: url("../../img/orchestration/carat-right-white-large.png");
}
ul.pagination li.next.disabled a {
  background-image: url("../../img/orchestration/carat-right-blk-large.png");
}
table.listing thead tr th.date-column:last-child {
  padding: 8px 30px 8px 20px;
}
table.listing thead tr th.description-column {
  width: 25%;
}
table.table-bw.table-striped > tbody > tr:nth-child(odd) > td,
table.table-bw.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #111;
}
table.table-bw.table-hover > tbody > tr:hover > td,
table.table-bw.table-hover > tbody > tr:hover > th {
  background-color: #222;
}
table.table-light-background {
  background-color: white !important;
  color: black !important;
}
table.table-light-background td {
  color: black !important;
}
table.table-light-background > tbody > tr:nth-child(2n+1) > td,
table.table-light-background > tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9 !important;
}
tbody.listing-rows td.date span {
  color: #898d85 !important;
  font-size: 10px;
}
.single-text p.date span {
  color: #898d85;
  font-size: 10px;
}
.breach-site-logo {
  max-width: 50px;
  margin-right: 10px;
}
table#pwnedResultsTable tr td:first-child {
  background-image: none !important;
}
table#pwnedResultsTable tr td .highlight {
  background-color: transparent !important;
  color: #ccc !important;
}
table#pwnedResultsTable tr td a {
  color: #2ec9ff;
}
.no-results-header {
  color: #d9534f;
}
.search-area-theme-bw {
  margin-bottom: 0;
}
#nonAcademicResultsTable {
  margin-top: 0;
}
#search-results-container {
  margin-top: 60px;
}
#non-academic-results {
  position: relative;
  overflow: visible;
}
.left-side-nav {
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.left-side-nav .toggleSidebar {
  display: none;
}
.left-side-nav a:link,
.left-side-nav a:hover,
.left-side-nav a:visited,
.left-side-nav a:active {
  color: #2ec9ff;
  text-decoration: none;
}
.left-side-nav.slider {
  margin-top: 0;
  padding-top: 0;
  padding-right: 10px;
  background-color: #171616;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
}
.left-side-nav.slider.slideOut {
  left: -190px;
}
.left-side-nav.slider .toggleSidebar {
  display: block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 162px;
  width: 40px;
  height: 50px;
  background-color: #153945;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  align-items: center;
  z-index: 9999;
  -webkit-transition: color 2s;
  -moz-transition: color 2s;
  -ms-transition: color 2s;
  -o-transition: color 2s;
  transition: color 2s;
}
.left-side-nav.slider .toggleSidebar:link,
.left-side-nav.slider .toggleSidebar:visited,
.left-side-nav.slider .toggleSidebar:active {
  color: #2ec9ff;
}
.left-side-nav.slider .toggleSidebar:hover {
  color: #fff;
}
.left-side-nav.slider .toggleSidebar span {
  width: 100%;
  height: 100%;
}
#horizontalAdvancedSearch {
  margin-bottom: 20px;
}
#horizontalAdvancedSearch > form > div {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  border: 1px solid #3e3e40;
  padding-left: 12px;
  padding-bottom: 2px;
  margin-right: -4px;
  position: relative;
  background-color: #000;
}
#horizontalAdvancedSearch > form > div.disabledFilter h3 {
  color: #b6b6b6;
}
#horizontalAdvancedSearch > form > div .floating-block {
  position: absolute;
  z-index: 99;
  background-color: black;
  width: 172%;
  left: -1px;
  top: 50px;
  margin: 3px 0 0 0;
  border-left: 1px solid #3e3e40;
  border-right: 1px solid #3e3e40;
  border-bottom: 1px solid #3e3e40;
}
#horizontalAdvancedSearch .icon {
  vertical-align: -5px;
}
#horizontalAdvancedSearch input[type="checkbox"] {
  position: relative;
  margin: 0;
  vertical-align: middle;
}
#horizontalAdvancedSearch label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
}
#horizontalAdvancedSearch h1 {
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #808080;
}
#horizontalAdvancedSearch h3.narrow-caption {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 18px;
  margin-bottom: 13px;
}
#horizontalAdvancedSearch h3.narrow-caption span + span {
  float: right;
}
#horizontalAdvancedSearch h3.narrow-caption span.selectCounter {
  float: none;
  color: #D24B46;
  margin-left: 8px;
  font-size: 10px;
}
#horizontalAdvancedSearch .activeFilter h3.narrow-caption {
  color: #23b9ee;
}
#horizontalAdvancedSearch .chosen-choices {
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  color: #1286af;
  background: none !important;
}
#horizontalAdvancedSearch .chosen-choices .search-choice {
  display: none;
}
#horizontalAdvancedSearch .chosen-choices .search-field input {
  color: #818386 !important;
  font-weight: 100;
}
#horizontalAdvancedSearch ul.narrow-listing {
  list-style-type: none;
  font-size: 13px;
  border-left: 1px solid #2ec9ff;
  margin: 20px;
  padding-left: 10px;
  max-height: 600px;
  overflow: auto;
}
#horizontalAdvancedSearch ul.narrow-listing > li {
  padding: 5px 0;
  clear: both;
}
#horizontalAdvancedSearch ul.narrow-listing > li:first-child {
  padding-top: 10px;
}
#horizontalAdvancedSearch ul.narrow-listing > li:last-child {
  padding-bottom: 10px;
}
#horizontalAdvancedSearch ul.narrow-listing > li > span + span {
  float: right;
}
#horizontalAdvancedSearch ul.narrow-listing > li span.icon-remove {
  cursor: pointer;
}
#horizontalAdvancedSearch ul.narrow-listing > li .icon {
  margin-top: -4px;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li {
  border: 1px solid #2e2d2f;
  margin: 5px 0;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li:first-child,
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li:last-child {
  padding: 15px 5px;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li > * {
  display: inline-block;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li label {
  width: 30%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  color: #787878;
  margin: 0;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li input {
  width: 50%;
  background-color: transparent !important;
  border: none !important;
  position: relative;
  color: #fff;
}
#horizontalAdvancedSearch ul.narrow-listing.narrow-listing-dates > li span {
  width: 20%;
}
#horizontalAdvancedSearch hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #2e2d2f;
  margin: 20px 0;
}
#horizontalAdvancedSearch .submit {
  width: 10.5%;
  padding: 0;
  border: 0;
}
#horizontalAdvancedSearch .submit .btn {
  color: #fff;
}
#horizontalAdvancedSearch .channelsFilter {
  background-color: #252525;
  padding: 0 25px;
  height: 34px;
  margin-left: 20px;
  border: 0;
  font-family: "eurostile", sans-serif;
  color: #fff;
  position: relative;
  width: 100px;
}
#horizontalAdvancedSearch .channelsFilter:hover {
  background-image: linear-gradient(90deg, #87D1FD 0%, #5D97B9 100%);
}
#horizontalAdvancedSearch .channelsFilter .backgroundAnimation {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-image: linear-gradient(90deg, #87D1FD 0%, #5D97B9 100%);
  height: 100%;
}
#horizontalAdvancedSearch .channelsFilter span {
  position: relative;
  z-index: 3;
}
#horizontalAdvancedSearch a.selectAll {
  margin-right: 15px;
  color: #87D1FD;
}
#horizontalAdvancedSearch a.clearAll {
  color: #87D1FD;
}
#horizontalAdvancedSearch a.clearFilters {
  font-family: "eurostile", sans-serif;
  color: #fff;
  margin-left: 20px;
  border: none;
  background: none;
}
#horizontalAdvancedSearch a.clearFilters:hover {
  color: #87D1FD;
}
#horizontalAdvancedSearch.channelsFilters h5 {
  display: inline-block;
  height: 20px;
  margin: 5px 0;
}
#horizontalAdvancedSearch.channelsFilters h3 {
  font-family: "eurostile", sans-serif;
  margin: 5px 0;
}
#horizontalAdvancedSearch.channelsFilters > form > div {
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  min-width: 15%;
}
#horizontalAdvancedSearch.channelsFilters > form > div .floating-block {
  top: 31px;
}
#horizontalAdvancedSearch.channelsFilters > form > div .chosen-container-multi {
  padding: 20px 20px 0 20px;
}
#horizontalAdvancedSearch.channelsFilters .filterLoader {
  width: 70%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
#horizontalAdvancedSearch.channelsFilters .filterLoader::after {
  content: '';
  width: 96px;
  height: 4.8px;
  background: #87D1FD;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: filterLoader 1.5s linear infinite alternate;
}
#horizontalAdvancedSearch.channelsFilters .ajaxInfo {
  color: #777;
  padding: 5px 6px;
  background: #f4f4f4;
}
.stepLoader {
  width: 4px;
  height: 0;
  background: #2ec9ff;
}
#profilesFilter .chosen-container {
  display: flex;
  align-items: flex-end;
}
@keyframes filterLoader {
  0% {
    left: 0;
    transform: translateX(-1%);
  }
  100% {
    left: 100%;
    transform: translateX(-99%);
  }
}
.loaderDots:before {
  content: "";
  display: inline;
  font-size: 24px;
  animation: dots 2s linear infinite;
  line-height: 12px;
}
@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
/************
 * Wrappers *
 ************/
.overflow-hidden {
  overflow: hidden !important;
}
#wrap.toggled #sidebar-wrapper {
  width: 100%;
}
#sidebar-wrapper {
  z-index: 100;
  left: 100%;
  width: 0;
  height: 100%;
  margin-left: -100%;
  overflow: hidden !important;
  background: rgba(26, 26, 26, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*filter: blur(30px);
    -webkit-filter: blur(30px);*/
}
#sidebar-wrapper:before {
  background-color: #000;
  width: calc(50% - 300px);
  height: 100%;
  position: absolute;
}
@media (max-width: 1200px) {
  #sidebar-wrapper:before {
    width: calc(50% - 200px);
  }
}
@media (max-width: 990px) {
  #sidebar-wrapper:before {
    width: calc(50% - 100px);
  }
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
/**********
 * Navbar *
 **********/
#navbar {
  background: #000;
  border-radius: 0;
  border: none;
  height: 60px;
  width: 100%;
  margin-bottom: 0;
  z-index: 100;
}
#navbar .avatar img {
  border-radius: 50%;
}
#navbar a.navbar-logo {
  transform: translateX(-50%);
  left: 50%;
  top: 19px;
  position: absolute;
}
#navbar a.navbar-logo img {
  width: 155px;
  height: 22px;
}
#navbar a:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
#navbar a.logout {
  height: 60px;
  line-height: 60px;
  float: right;
  vertical-align: middle;
  margin-left: 20px;
  padding-top: 10px;
}
#navbar a.logout .glyphicon-off {
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  float: right;
  background-image: url("/img/bw/icon-power.png");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
#navbar a.logout .glyphicon-off:before {
  content: "";
}
#navbar .navbar-person {
  line-height: 60px;
  float: right;
  color: #f1f2f2;
  font-size: 16px;
  font-family: "eurostile", sans-serif;
  position: relative;
}
#navbar .navbar-person img {
  height: 40px;
  width: 40px;
  margin-left: 10px;
  border-radius: 50%;
}
#navbar .navbar-person img:hover {
  cursor: pointer;
}
#navbar .navbar-person .container-avatar-notification {
  display: inline-block;
  position: relative;
}
#navbar .navbar-person .badge.badge-avatar-notification {
  position: absolute;
  right: -10px;
  background-color: #2ec9ff;
  font-weight: bold;
  color: black;
  border: 2px solid black;
  padding: 5px 5px;
  border-radius: 50%;
  min-width: 27px;
  min-height: 27px;
}
#navbar .navbar-person .popover {
  display: none;
  background: #1d1b1c;
  width: 335px;
  border-radius: 0;
  visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #navbar .navbar-person .popover {
    left: -210px !important;
  }
  #navbar .navbar-person .popover .arrow {
    left: auto !important;
    right: 15px !important;
  }
}
#navbar .navbar-person .popover .popover-title {
  background: transparent;
  border-bottom: 1px solid transparent;
}
#navbar .navbar-person .popover .popover-title a {
  color: #fff;
}
#navbar .navbar-person .popover .popover-title a:hover {
  color: #2ec9ff;
  transition: all 0.3s ease;
}
#navbar .navbar-person .popover .popover-title a.pull-right {
  display: flex;
  align-items: center;
}
#navbar .navbar-person .popover .popover-title a.pull-right span {
  margin-left: 7px;
}
#navbar .navbar-person .popover .popover-content {
  padding: 0;
  line-height: 150%;
}
#navbar .navbar-person .popover .popover-content .notification {
  display: none;
  width: 100%;
  float: left;
  border-top: 1px solid #3f3d3e;
}
#navbar .navbar-person .popover .popover-content .notification:nth-child(-n+3) {
  display: block;
}
#navbar .navbar-person .popover .popover-content .notification .col {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 10px;
}
#navbar .navbar-person .popover .popover-content .notification .col-avatar {
  width: 20%;
}
#navbar .navbar-person .popover .popover-content .notification .col-avatar .avatar {
  margin-left: 0;
}
#navbar .navbar-person .popover .popover-content .notification .col-text {
  width: 80%;
  padding-top: 20px;
}
#navbar .navbar-person .popover .popover-content .notification .col-text p {
  display: inline;
  line-height: 100%;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
}
#navbar .navbar-person .popover .popover-content .notification .col-text a {
  color: #2ec9ff;
}
#navbar .navbar-person .popover .popover-content .notification .col-text a:hover {
  text-decoration: underline;
}
#navbar .navbar-person .popover .popover-content .notification .col-text time {
  display: block;
  font-size: 13px;
  color: #818386;
  font-family: "eurostile", sans-serif;
}
#navbar .navbar-person .popover .popover-content #view-all {
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
#navbar .navbar-person .popover .popover-content #view-all a {
  display: inline;
  padding: 8px 35px;
  font-size: 12px;
}
#navbar .navbar-person .popover .popover-content #view-all a:hover {
  color: black;
}
#navbar .navbar-person .popover .arrow {
  left: auto;
  right: 55px;
}
#navbar .navbar-person .popover .arrow:after {
  border-bottom-color: #1d1b1c;
}
/***********
 * Sidebar *
 ***********/
.sidebar-nav {
  height: 100vh;
  position: relative;
}
.sidebar-nav ul {
  position: absolute;
  margin-top: 60px;
  list-style: none;
  padding-left: 0;
}
.sidebar-nav ul.submenu {
  position: relative;
  margin: 0;
  border-left: 2px solid #3e3e3e;
  padding-left: 20px;
}
.sidebar-nav ul.submenu li > a {
  font-family: inherit;
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #999999;
  text-transform: uppercase;
}
.sidebar-nav ul.submenu li > a:hover,
.sidebar-nav ul.submenu li > a:active,
.sidebar-nav ul.submenu li > a:focus {
  color: #33cbfd;
  text-decoration: none;
  background-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar-nav ul {
    margin-top: 80px;
  }
}
.sidebar-nav ul li {
  position: relative;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.sidebar-nav ul li:before {
  display: none;
}
.sidebar-nav ul li > a,
.sidebar-nav ul li > span {
  font-family: Eurostile;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #cccccc;
  display: block;
  text-decoration: none;
  padding: 5px 15px 5px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar-nav ul li > a,
  .sidebar-nav ul li > span {
    font-size: 25px;
  }
}
.sidebar-nav ul li > a:hover,
.sidebar-nav ul li > a:active,
.sidebar-nav ul li > a:focus {
  color: #2fc9ff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav ul li.open a:hover,
.sidebar-nav ul li.open a:active,
.sidebar-nav ul li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .sidebar-nav ul li.logout {
    display: none;
  }
}
.sidebar-nav ul.scroll {
  overflow-y: scroll;
  height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 60px;
}
.sidebar-nav ul.scroll::-webkit-scrollbar {
  display: none;
}
.sidebar-nav .release-item {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.sidebar-nav .release-item a {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
/*************
 * Hamburger *
 *************/
button#hamburger,
button.hamburger {
  position: relative;
  z-index: 999;
  width: 42px;
  height: 25px;
  background: transparent;
  border: none;
  overflow: hidden;
  line-height: 60px;
  margin-top: 17px;
}
button#hamburger.is-open .hamburger-top,
button.hamburger.is-open .hamburger-top,
button#hamburger.is-open .hamburger-middle,
button.hamburger.is-open .hamburger-middle,
button#hamburger.is-open .hamburger-bottom,
button.hamburger.is-open .hamburger-bottom {
  position: absolute;
  left: 0;
  height: 1px;
  width: 35px;
  background-color: #2fc9ff;
  z-index: 1;
}
button#hamburger.is-open .hamburger-top,
button.hamburger.is-open .hamburger-top {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
button#hamburger.is-open .hamburger-middle,
button.hamburger.is-open .hamburger-middle {
  display: none;
}
button#hamburger.is-open .hamburger-bottom,
button.hamburger.is-open .hamburger-bottom {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
button#hamburger.is-open:before,
button.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-open:hover:before,
button.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-closed .hamburger-top,
button.hamburger.is-closed .hamburger-top,
button#hamburger.is-closed .hamburger-middle,
button.hamburger.is-closed .hamburger-middle,
button#hamburger.is-closed .hamburger-bottom,
button.hamburger.is-closed .hamburger-bottom {
  position: absolute;
  left: 0;
  height: 1px;
  width: 42px;
  background-color: #2fc9ff;
  z-index: 1;
}
button#hamburger.is-closed .hamburger-top,
button.hamburger.is-closed .hamburger-top {
  top: 3px;
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-closed .hamburger-middle,
button.hamburger.is-closed .hamburger-middle {
  top: 12px;
}
button#hamburger.is-closed .hamburger-bottom,
button.hamburger.is-closed .hamburger-bottom {
  bottom: 3px;
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-closed:before,
button.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-closed:hover .hamburger-top,
button.hamburger.is-closed:hover .hamburger-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-closed:hover .hamburger-bottom,
button.hamburger.is-closed:hover .hamburger-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger.is-closed:hover:before,
button.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
button#hamburger:hover,
button.hamburger:hover,
button#hamburger:focus,
button.hamburger:focus,
button#hamburger:active,
button.hamburger:active {
  outline: none;
}
/*********************
 *    Backgrounds    *
 *********************/
/********************
 *      Colors      *
 ********************/
/********************
 *       Size       *
 ********************/
/********************
 *      Fonts       *
 ********************/
/********************
 *     Gradients    *
 ********************/
/********************
 *      Paths       *
 ********************/
/********************
 *     Imports      *
 ********************/
.btn {
  font-family: "proxima-nova", sans-serif;
}
.btn.btn-gradient {
  background-color: #1286af;
  background-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -o-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -ms-linear-gradient(left, #1286af, #2ec9ff);
  background-image: linear-gradient(left, #1286af, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  color: black;
  font-weight: 700;
  height: 55px;
  border-radius: 0;
}
.btn.btn-gradient:hover {
  background-color: #2ec9ff;
  background-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -o-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -ms-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
}
.btn.btn-gradient:disabled {
  background-color: #666;
  background-image: -webkit-linear-gradient(left, #666, white);
  background-image: -moz-linear-gradient(left, #666, white);
  background-image: -o-linear-gradient(left, #666, white);
  background-image: -ms-linear-gradient(left, #666, white);
  background-image: linear-gradient(left, #666, white);
  -moz-border-image: -moz-linear-gradient(left, #666, white);
  -webkit-border-image: -webkit-linear-gradient(left, #666, white);
  border-image: linear-gradient(left, #666, white);
  border-image-slice: 1;
}
.btn.btn-gradient.share {
  height: auto;
}
.btn.btn-zdl-plain {
  color: black;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 1px;
  background-color: #22addd;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 40px;
  border: none;
}
.btn.btn-zdl-empty {
  color: #22addd;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 1px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 40px;
  border: none;
}
.btn.btn-frame {
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  background: none;
  color: #1286af;
}
.btn.btn-frame:hover {
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
  color: #2ec9ff;
}
.btn.btn-frame:disabled {
  -moz-border-image: -moz-linear-gradient(left, white, #666);
  -webkit-border-image: -webkit-linear-gradient(left, white, #666);
  border-image: linear-gradient(left, white, #666);
  border-image-slice: 1;
  background-color: transparent;
  color: #e3e3e3;
}
.btn.btn-frame-plain {
  background: none;
  color: #ffffff;
  border: 1px solid #33cbfd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 150px;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn.btn-frame-plain:hover {
  background-color: #1a1a1a;
}
.btn.btn-frame-plain .glyphicon {
  color: #33cbfd;
  padding-right: 5px;
}
.btn.close {
  font-size: 30px;
  opacity: 0.8;
}
button.add {
  background: url('/img/bw/icon-add-to-whitelist-normalstate@1x.svg') no-repeat center center;
  border: none;
  margin-right: 5px;
  padding: 0px 2px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  top: -3px;
}
button.add:hover {
  background-color: #fff;
}
button.add.check {
  background: url('/img/bw/icon-add-to-whitelist-added@1x.svg') no-repeat center center;
  background-size: 20px 20px;
}
button.copy2clipboard {
  background: url('/img/bw/icon-copy-to-clipboard@1x.svg') no-repeat center center;
  border: none;
  margin-right: 1px;
  padding: 0px 2px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  top: -3px;
}
button.copy2clipboard.copied {
  background: url('/img/bw/icon-copy-to-clipboard-white-expand@1x.svg') no-repeat center center;
  background-size: 20px 20px;
}
button.vt-drawer {
  background: url('/img/bw/vt-icon.png') no-repeat center center;
  border: none;
  margin-right: 1px;
  padding: 0px 2px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 15px 15px;
  top: -3px;
}
button.vt-drawer span {
  display: none;
}
.show-pinned {
  background: url('/img/bw/icon-pin-big-fill-color@1x.svg') no-repeat left center;
  width: 33px;
  height: 36px;
  border: none;
  background-size: 33px 36px;
  display: inline-block;
  margin-right: 20px;
  text-align: right;
  text-indent: 20px;
  padding-top: 20px;
  color: #75BAE1 !important;
}
.remove-pinned {
  background: url('/img/bw/icon-pin-big-remove@1x.svg') no-repeat left center;
  width: 33px;
  height: 36px;
  border: none;
  background-size: 33px 36px;
  display: inline-block;
  margin-right: 20px;
  text-align: right;
  text-indent: 20px;
  padding-top: 20px;
  color: #75BAE1 !important;
}
.js-unpin-button {
  position: relative;
}
.js-export-select {
  background: url('/img/bw/icon-export-to-file@1x.svg') no-repeat left center;
  width: 33px;
  height: 36px;
  border: none;
  background-size: 33px 36px;
  position: relative;
  cursor: pointer;
  z-index: 98;
}
.js-export-select .selectType {
  display: none;
  position: absolute;
  right: 0px;
  width: 10em;
  top: 45px;
  background: #000;
}
.js-export-select .selectType button,
.js-export-select .selectType form {
  width: 100%;
  margin: 0;
}
input.toggle-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
}
input.toggle-checkbox + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 16px;
  background: grey;
  display: inline-block !important;
  border-radius: 10px;
  position: relative;
  margin-left: 20px;
}
input.toggle-checkbox + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 8px;
  transition: 0.3s;
}
input.toggle-checkbox + label:active:after {
  width: 12px;
}
input.toggle-checkbox:checked + label {
  background: #22addd;
}
input.toggle-checkbox:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.zdl-file-export .selectType {
  right: auto;
  left: 0;
}
.zdl-file-export.js-export-select {
  background: url('/img/zdl/icon-export-to-file@1x.svg') no-repeat left center;
  width: 28px;
  height: 27px;
  border: none;
  background-size: auto 100%;
  position: relative;
  cursor: pointer;
  z-index: 98;
  top: -1px;
}
.icoWrapper {
  float: left;
  display: flex;
  align-items: center;
}
.icoWrapper span.link-action.link-action-share,
.icoWrapper span.link-action.link-action-edit,
.icoWrapper span.link-action.link-action-edit i {
  margin-top: 0;
}
.story-details {
  clear: both;
}
.bwtooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  font-size: 14px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}
.bwtooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.bwtooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#nonAcademicLink .link-details {
  margin-top: 10px;
}
#nonAcademicLink .link-details h3 {
  font: "eurostile", sans-serif;
  font-size: 14px;
  color: #2ec9ff;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
#nonAcademicLink .link-details h1 {
  font: "eurostile", sans-serif;
  font-size: 36px;
  color: #e5e5e5;
  margin-top: 5px;
  margin-bottom: 20px;
}
#nonAcademicLink .link-details .link-content {
  font: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #e5e5e5;
  margin-bottom: 20px;
  white-space: pre-line;
}
#nonAcademicLink .link-details .link-preview {
  margin: 20px 0px 80px 0px;
}
#nonAcademicLink .link-details .link-preview iframe {
  background-color: white;
  background-color: #e5e5e5;
}
#nonAcademicLink .link-details .link-preview table.exploit_list {
  width: 100%;
  margin-bottom: 30px;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr td {
  border-bottom: 2px solid black;
  vertical-align: middle;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr:nth-child(2n+1) td {
  background-color: #202122 !important;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr:nth-child(2n+1):hover td {
  background-color: #111111 !important;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr:nth-child(2n) td {
  background-color: #161718 !important;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr:nth-child(2n):hover td {
  background-color: #111111 !important;
}
#nonAcademicLink .link-details .link-preview table.exploit_list td {
  padding: 7px;
  width: 33%;
}
#nonAcademicLink .link-details .link-preview table.exploit_list a {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
#nonAcademicLink .link-details .link-preview table.exploit_list strong {
  color: #2ec9ff;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr + tr + tr + tr > td + td,
#nonAcademicLink .link-details .link-preview table.exploit_list td.hidden-text {
  text-indent: -9999px;
  overflow: hidden;
}
#nonAcademicLink .link-details .link-preview table.exploit_list tr + tr + tr + tr > td + td + td {
  text-indent: 0;
}
#nonAcademicLink .link-details .link-preview pre {
  white-space: pre-line;
  padding: 0;
}
#nonAcademicLink .link-details p {
  font-size: 14px;
}
#nonAcademicLink .link-details .link-tools {
  text-align: center;
}
#nonAcademicLink .link-details .link-tools .back-to-all {
  margin-bottom: 30px;
  display: block;
}
#nonAcademicLink .link-details .link-tools .btn-gradient {
  border-radius: 0 !important;
  border: 2px solid white;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1286af;
  background-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -o-linear-gradient(left, #1286af, #2ec9ff);
  background-image: -ms-linear-gradient(left, #1286af, #2ec9ff);
  background-image: linear-gradient(left, #1286af, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  color: black;
  font-weight: 700;
  width: 100%;
}
#nonAcademicLink .link-details .link-tools .btn-gradient:hover {
  background-color: #2ec9ff;
  background-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -o-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: -ms-linear-gradient(right, #2ec9ff, #2ec9ff);
  background-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
}
.icon {
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.icon.icon-database {
  background-image: url("../../img/bw/icon-db.png");
}
.icon.icon-carrot {
  background-image: url("../../img/bw/icon-carrot.png");
  background-position: left;
  width: 15px;
}
.icon.icon-database-gray {
  background-image: url("../../img/bw/icon-db-gray.png");
}
.icon.icon-tags {
  background-image: url("../../img/bw/icon-tags.png");
}
.icon.icon-tags-gray {
  background-image: url("../../img/bw/icon-tags-gray.png");
}
.icon.icon-profile {
  background-image: url("../../img/bw/icon-profile.png");
}
.icon.icon-profile-gray {
  background-image: url("../../img/bw/icon-profile-gray.png");
}
.icon.icon-calendar {
  background-image: url("../../img/bw/icon-calendar.png");
}
.icon.icon-calendar-gray {
  background-image: url("../../img/bw/icon-calendar-gray.png");
}
.icon.icon-plus {
  background-image: url("../../img/bw/icon-plus.png");
}
.icon.icon-plus-gray {
  background-image: url("../../img/bw/icon-plus-gray.png");
}
.icon.icon-minus {
  background-image: url("../../img/bw/icon-minus.png");
}
.icon.icon-up {
  background-image: url("../../img/bw/icon-up.png");
}
.icon.icon-remove {
  background-image: url("../../img/bw/icon-x-gray.png");
}
.icon.icon-arrow-right {
  background-image: url("../../img/zdl/next-arrow.png");
  background-size: auto 40%;
}
.icon.icon-arrow-left {
  background-image: url("../../img/zdl/prev-arrow.png");
  background-size: auto 40%;
}
.icon.icon-stealthcare {
  background-image: url("../../img/bw/ico-sc-arrow.png");
}
.icon.icon-channels {
  background-image: url("../../img/bw/icon-channel@1x.svg");
  background-size: 20px auto;
}
.icon.icon-user {
  background-image: url("../../img/bw/icon-users@1x.svg");
  background-size: 18px auto;
}
.icon.icon-source {
  background-image: url("../../img/bw/icon-sources@1x.svg");
  background-size: 20px auto;
}
.icon.icon-dropdown {
  background-image: url("../../img/bw/icon-dropdown@1x.svg");
  background-size: 12px auto;
}
.icon.icon-dropdown-up {
  background-image: url("../../img/bw/icon-dropdown-up@1x.svg");
  background-size: 12px auto;
}
.icon.icon-pin {
  background-image: url("../../img/bw/icon-pin-normal@1x.svg");
  background-size: 20px auto;
  height: 25px;
}
.icon.icon-pin:hover,
.icon .icon.icon-pin.blue {
  background-image: url("../../img/bw/icon-pin-hover-active@1x.svg");
  background-size: 20px auto;
}
.icon.icon-pin.blue:hover {
  background-image: url("../../img/bw/icon-pin-remove@1x.svg");
  background-size: 20px auto;
}
.icon.icon-duplicates {
  background-image: url("../../img/bw/icon-duplicates@1x.svg");
  background-size: 20px 20px;
}
.icon.icon-paperclip {
  background-image: url("../../img/bw/icon-paper-clip-attachment@1x.svg");
  background-size: 20px auto;
  height: 25px;
  margin-right: 10px;
  cursor: pointer;
}
.bs-callout {
  background-color: #0F2E3C;
}
.bs-callout h4,
.bs-callout p {
  font-family: "proxima-nova", sans-serif !important;
}
#newsletterViewTabs {
  border-top: 1px solid #2ec9ff;
  margin-top: 40px;
  padding-top: 30px;
}
#tab_analyst_note {
  margin-top: 40px;
}
.analyst-note-input.form-control {
  color: white;
  background-color: #0e3d4d;
  border-radius: 0px;
  border: 1px solid #2ec9ff;
  padding: 15px;
  height: 100px;
}
#tab_analyst_note .analyst-notes-header {
  display: none;
}
.analyst-note-wrapper .analystNote {
  margin: 20px 15px 0 15px;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 20px;
}
.analyst-note-wrapper .analystNote p {
  padding-left: 50px;
  color: #e3e3e3;
  font-size: 15px;
  font-weight: 200;
}
.analyst-note-wrapper .analystNote header h6 {
  display: inline;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #fff;
}
.analyst-note-wrapper .analystNote header p.date {
  font-size: 11px;
  color: #9b9c9c;
  margin-left: 5px;
  display: inline;
  padding-left: 2px;
}
.analyst-note-wrapper .analystNote header img {
  height: 36px;
  width: 36px;
  display: inline;
  padding-right: 0px;
  border-radius: 50%;
  margin-right: 10px;
}
.analyst-note-wrapper .analystNote header a {
  color: white;
  margin-left: 10px;
}
.analyst-note-wrapper form {
  padding-left: 15px;
  padding-right: 15px;
}
.analyst-note-wrapper form .js-update-note {
  width: 8em;
  height: 42px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: normal;
}
.single-text h1 {
  font-family: "proxima-nova", sans-serif;
}
.single-text {
  padding-right: 50px;
  padding-top: 35px;
  padding-bottom: 65px;
  padding-left: 20px;
  position: relative;
  box-shadow: -10px 5px 30px #000;
}
.single-text .orange-line-container {
  border-left: 1px solid rgba(224, 97, 12, 0.5);
  padding: 0 0 0 14px;
  margin-left: -17px;
}
.single-text p.notified {
  margin-bottom: 25px;
}
.single-text p.date {
  margin-top: 10px;
}
.single-text p.date,
.single-text p.notified {
  font-size: 15px !important;
}
.single-text .markdown h1 {
  font-weight: lighter !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  color: #ff6d0b !important;
  margin-top: 30px !important;
}
.single-text .markdown p {
  font-family: "proxima-nova", sans-serif;
  color: #e3e3e3;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 22px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.single-text .markdown > p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.single-text .markdown h3 {
  color: #ff6d0b !important;
  text-transform: uppercase !important;
  font-family: "eurostile", sans-serif;
  font-weight: lighter !important;
  font-size: 22px !important;
  line-height: 36px;
}
.single-text h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #e3e3e3;
}
.single-text h1.zdl-story-title {
  margin-bottom: 0;
}
.single-text h2 {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 22px;
  color: #ff6d0b;
  margin-top: 30px;
}
section#newsletters ul.nav.nav-tabs,
section#newsletter_templates_dashboard ul.nav.nav-tabs {
  border-bottom: 1px solid #2ec9ff;
}
section#newsletters ul.nav.nav-tabs li a,
section#newsletter_templates_dashboard ul.nav.nav-tabs li a {
  background: none;
  color: #1286af;
}
section#newsletters ul.nav.nav-tabs li a:hover,
section#newsletter_templates_dashboard ul.nav.nav-tabs li a:hover {
  background-color: none !important;
  border: 1px solid #2ec9ff;
}
section#newsletters ul.nav.nav-tabs li.active a,
section#newsletter_templates_dashboard ul.nav.nav-tabs li.active a {
  border: 1px solid #2ec9ff;
}
section#newsletters tr.highlighted,
section#newsletter_templates_dashboard tr.highlighted {
  background-color: #fffbd0 !important;
}
section#newsletters tr.highlighted td,
section#newsletter_templates_dashboard tr.highlighted td {
  background-color: #fffbd0 !important;
}
section#newsletters #dropdownMenu1,
section#newsletter_templates_dashboard #dropdownMenu1,
section#newsletters .create-snapshot,
section#newsletter_templates_dashboard .create-snapshot,
section#newsletters .btn-success,
section#newsletter_templates_dashboard .btn-success,
section#newsletters .btn-default,
section#newsletter_templates_dashboard .btn-default,
section#newsletters .btn-primary,
section#newsletter_templates_dashboard .btn-primary {
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  background: none;
  color: #1286af;
}
section#newsletters #dropdownMenu1:hover,
section#newsletter_templates_dashboard #dropdownMenu1:hover,
section#newsletters .create-snapshot:hover,
section#newsletter_templates_dashboard .create-snapshot:hover,
section#newsletters .btn-success:hover,
section#newsletter_templates_dashboard .btn-success:hover,
section#newsletters .btn-default:hover,
section#newsletter_templates_dashboard .btn-default:hover,
section#newsletters .btn-primary:hover,
section#newsletter_templates_dashboard .btn-primary:hover {
  -moz-border-image: -moz-linear-gradient(right, #2ec9ff, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image: linear-gradient(right, #2ec9ff, #2ec9ff);
  border-image-slice: 1;
  color: #2ec9ff;
}
section#newsletters #dropdownMenu1:disabled,
section#newsletter_templates_dashboard #dropdownMenu1:disabled,
section#newsletters .create-snapshot:disabled,
section#newsletter_templates_dashboard .create-snapshot:disabled,
section#newsletters .btn-success:disabled,
section#newsletter_templates_dashboard .btn-success:disabled,
section#newsletters .btn-default:disabled,
section#newsletter_templates_dashboard .btn-default:disabled,
section#newsletters .btn-primary:disabled,
section#newsletter_templates_dashboard .btn-primary:disabled {
  -moz-border-image: -moz-linear-gradient(left, white, #666);
  -webkit-border-image: -webkit-linear-gradient(left, white, #666);
  border-image: linear-gradient(left, white, #666);
  border-image-slice: 1;
  background-color: transparent;
  color: #e3e3e3;
}
section#newsletters button.close,
section#newsletter_templates_dashboard button.close {
  color: #2ec9ff;
  text-shadow: none;
}
section#newsletters span.error,
section#newsletter_templates_dashboard span.error {
  color: darkred;
}
section#newsletter_templates_dashboard .newsletters_visualisation .nt-chart-title {
  color: #2ec9ff;
  background-color: transparent;
}
section#newsletter_templates_dashboard .newsletters_visualisation .reports-visualisation {
  background-color: whitesmoke;
  -moz-border-image: -moz-linear-gradient(left, #1286af, #2ec9ff);
  -webkit-border-image: -webkit-linear-gradient(left, #1286af, #2ec9ff);
  border-image: linear-gradient(left, #1286af, #2ec9ff);
  border-image-slice: 1;
  border-width: 3px;
}
section#newsletter_templates_dashboard .label.label-default {
  color: black;
  background-color: #2ec9ff;
}
section#newsletter_templates_dashboard .table-striped {
  margin-bottom: 30px;
}
section#newsletter_templates_dashboard .table-striped a {
  color: #2ec9ff;
}
section#newsletter_templates_dashboard .table-striped > tbody > tr:nth-child(odd) > td,
section#newsletter_templates_dashboard .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 0, 0, 0.7);
}
section#newsletter_templates_dashboard .table-striped > tbody > tr:nth-child(even) > td,
section#newsletter_templates_dashboard .table-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(20, 20, 20, 0.7);
}
section#newsletter_templates_dashboard #snapModal .modal-content {
  background-color: rgba(20, 20, 20, 0.9);
}
section#newsletter_templates_dashboard #snapModal .modal-header {
  border-bottom: 1px solid #2ec9ff;
}
section#newsletter_templates_dashboard #snapModal .modal-footer {
  border-top: 1px solid #2ec9ff;
}
section#newsletter_templates_dashboard #snapModal .panel-body {
  color: #555555;
}
.tooltip-wrapper .tooltip {
  z-index: 99999;
  overflow: visible;
}
#recipients .dropdown-menu li {
  text-align: left;
}
#recipients .dropdown-menu li a input {
  margin-left: 0px;
  left: 3px;
  width: 13px;
  min-width: 0;
}
.phrases-container {
  margin: 0;
}
.phrases-container input {
  border: 0;
  background-color: #3c3c3c;
  position: relative;
  padding: 3px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #eee;
}
.phrases-container input:focus {
  outline-width: 0;
}
.phrases-container table {
  margin-top: 10px !important;
}
.prev-next-week-navigation {
  padding: 0 0 30px 0;
}
.search-phrases {
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;
  height: 35px;
  display: inline-flex;
  float: right;
}
.search-phrases i {
  width: 2.4em;
  display: inline-block;
  background-color: rgba(60, 60, 60, 0.75);
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.search-phrases i:before {
  position: relative;
  top: 12px;
}
.search-phrases input {
  border: 0;
  background-color: rgba(60, 60, 60, 0.75);
  position: relative;
  padding: 0 2px 0 15px;
  height: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  width: 176px;
  vertical-align: middle;
}
.search-phrases input:focus {
  outline-width: 0;
}
.ratings-container {
  margin: 0;
}
.ratings-container input {
  border: 0;
  background-color: #3c3c3c;
  position: relative;
  padding: 3px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #eee;
}
.ratings-container input:focus {
  outline-width: 0;
}
.ratings-container table {
  margin-top: 10px !important;
}
.ratings-container table td .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 70%;
  display: inline-block;
}
.ratings-container table td .text-truncate.wrap {
  white-space: normal !important;
  display: inline;
}
.ratings-container table td .text-truncate.narrower {
  max-width: 65%;
}
.ratings-container table td .show-full-url {
  background-color: #333;
  color: #ccc;
  padding: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
.prev-next-week-navigation {
  padding: 0 0 30px 0;
}
.search-ratings {
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;
  height: 35px;
  display: inline-flex;
  float: right;
}
.search-ratings i {
  width: 2.4em;
  display: inline-block;
  background-color: rgba(60, 60, 60, 0.75);
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.search-ratings i:before {
  position: relative;
  top: 12px;
}
.search-ratings input {
  border: 0;
  background-color: rgba(60, 60, 60, 0.75);
  position: relative;
  padding: 0 2px 0 15px;
  height: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  width: 176px;
  vertical-align: middle;
}
.search-ratings input:focus {
  outline-width: 0;
}
body.admin.bw.plugin-admin {
  color: #ccc;
}
body.admin.bw.plugin-admin table.table {
  position: relative;
}
body.admin.bw.plugin-admin table.table::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  background: url(/img/zdl/bg-clear.jpg) no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
}
body.admin.bw.plugin-admin table.table td,
body.admin.bw.plugin-admin table.table th {
  background-color: transparent;
  color: #ccc !important;
}
body.admin.bw.plugin-admin table.table td a,
body.admin.bw.plugin-admin table.table th a {
  color: #ccc;
}
body.admin.bw.plugin-admin table.table tbody {
  background-color: rgba(100, 100, 100, 0.2);
}
body.admin.bw.plugin-admin #side-menu {
  position: relative;
  background-color: rgba(100, 100, 100, 0.2);
  border-right: 3px solid #1286af;
}
body.admin.bw.plugin-admin #side-menu::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  background: url(/img/zdl/bg-clear.jpg) no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
}
body.admin.bw.plugin-admin #side-menu span.toggle-button {
  background: #277CB0;
  border-right: 3px solid #1286af;
}
body.admin.bw.plugin-admin #side-menu ul > li > ul > li:hover {
  background-color: rgba(100, 100, 100, 0.1);
}
body.admin.bw.plugin-admin .btn,
body.admin.bw.plugin-admin select,
body.admin.bw.plugin-admin input,
body.admin.bw.plugin-admin .input-group-addon,
body.admin.bw.plugin-admin textarea {
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #1286af;
  border-radius: 0px;
  background: none;
}
body.admin.bw.plugin-admin .btn:hover,
body.admin.bw.plugin-admin select:hover,
body.admin.bw.plugin-admin input:hover,
body.admin.bw.plugin-admin .input-group-addon:hover,
body.admin.bw.plugin-admin textarea:hover {
  border: 1px solid #2ec9ff;
}
body.admin.bw.plugin-admin .btn:disabled,
body.admin.bw.plugin-admin select:disabled,
body.admin.bw.plugin-admin input:disabled,
body.admin.bw.plugin-admin .input-group-addon:disabled,
body.admin.bw.plugin-admin textarea:disabled {
  border: 1px solid #e3e3e3;
}
body.admin.bw.plugin-admin .btn,
body.admin.bw.plugin-admin select,
body.admin.bw.plugin-admin .input-group-addon {
  color: #1286af !important;
}
body.admin.bw.plugin-admin .btn:hover,
body.admin.bw.plugin-admin select:hover,
body.admin.bw.plugin-admin .input-group-addon:hover {
  color: #2ec9ff !important;
}
body.admin.bw.plugin-admin .btn:disabled,
body.admin.bw.plugin-admin select:disabled,
body.admin.bw.plugin-admin .input-group-addon:disabled {
  color: #e3e3e3 !important;
}
body.admin.bw.plugin-admin input,
body.admin.bw.plugin-admin textarea {
  color: #ccc;
}
body.admin.bw.plugin-admin input:hover,
body.admin.bw.plugin-admin textarea:hover {
  color: #ccc;
}
body.admin.bw.plugin-admin input:disabled,
body.admin.bw.plugin-admin textarea:disabled {
  color: #ccc;
}
body.admin.bw.plugin-admin input,
body.admin.bw.plugin-admin textarea,
body.admin.bw.plugin-admin select,
body.admin.bw.plugin-admin .btn,
body.admin.bw.plugin-admin .input-group-addon {
  background-color: rgba(0, 0, 0, 0.3);
}
body.admin.bw.plugin-admin select option {
  background-color: #fff;
}
body.admin.bw.plugin-admin #WorkspaceLinkTagSelectedItems span {
  font-size: 14px;
  font-weight: bold;
}
body.admin.bw.plugin-admin .panel {
  position: relative;
  color: #ccc;
  background-color: rgba(100, 100, 100, 0.2);
  border: 1px solid transparent;
}
body.admin.bw.plugin-admin .panel::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  background: url(/img/zdl/bg-clear.jpg) no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
}
body.admin.bw.plugin-admin .panel .panel-heading {
  background-color: rgba(100, 100, 100, 0.4);
  color: #1286af;
  border: none;
}
body.admin.bw.plugin-admin .panel .panel-head {
  padding-left: 20px;
  color: #1286af;
  border: none !important;
}
body.admin.bw.plugin-admin .panel a {
  color: #ccc;
}
body.admin.bw.plugin-admin ul.nav.nav-tabs {
  border-bottom: 1px solid #1286af;
}
body.admin.bw.plugin-admin ul.nav.nav-tabs > li {
  background-color: transparent;
  color: #2ec9ff;
}
body.admin.bw.plugin-admin ul.nav.nav-tabs > li.active,
body.admin.bw.plugin-admin ul.nav.nav-tabs > li:hover {
  background-color: transparent;
  color: #2ec9ff;
  border: 1px solid #1286af;
}
body.admin.bw.plugin-admin ul.nav.nav-tabs > li.active > a,
body.admin.bw.plugin-admin ul.nav.nav-tabs > li:hover > a {
  color: #2ec9ff;
  background-color: transparent !important;
  border: none;
}
table#alerts tr.darker {
  background-color: #242a2d;
}
table#alerts button.btn-preview-toggle {
  width: 100%;
  text-align: left;
}
table#alerts .preview-listing {
  display: none;
}
table#alerts .preview-listing p {
  border-top: 1px solid #333;
  padding: 10px 0px;
  margin: 0px;
}
.grid-view {
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
  background-color: transparent !important;
  color: #e9e9e9;
}
.grid-view .dimmed {
  opacity: 0.6;
}
.grid-view h3 {
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
}
.grid-view .panel {
  border-radius: 0;
  border: 1px solid rgba(51, 203, 253, 0.45);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #1a1a1a;
  padding: 10px;
  overflow: hidden;
}
.grid-view .panel.panel-fixed-height {
  position: relative;
  height: 300px;
}
.grid-view .panel.panel-fixed-height .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid-view .panel:hover {
  box-shadow: 0 0 15px 0 rgba(51, 203, 253, 0.45);
  background-color: #000000;
  cursor: pointer;
}
.grid-view .panel:hover .panel-heading,
.grid-view .panel:hover .panel-body,
.grid-view .panel:hover .panel-footer,
.grid-view .panel:hover .panels-group {
  background-color: #000000;
}
.grid-view .panel-heading {
  font-family: "eurostile", sans-serif;
  border-radius: 0;
  border-bottom: 0;
  border-bottom: 1px #2C323B solid;
  background-color: #1a1a1a;
  color: #d4d4d4;
  font-size: 17px;
  font-size: 24px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.grid-view .panel-heading span.label {
  display: block;
  color: #33cbfd;
  font-size: 12px;
  font-weight: normal;
  top: 5px;
  right: 5px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.grid-view .panel-body {
  background-color: #1a1a1a;
  font-size: 13px;
}
.grid-view .panels-group {
  background-color: #1a1a1a;
  border-top: 1px #2C323B solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-view .panel-footer {
  border-radius: 0;
  font-size: 1.1rem;
  background-color: #1a1a1a;
  border: 0;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 17px 0;
  text-align: center;
}
.list-view .label {
  display: inline-block;
  min-width: 50px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px auto;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.list-view .label.label-New {
  background-color: #33cbfd;
  color: black;
}
.list-view .label.label-Sent,
.list-view .label.label-Draft,
.list-view .label.label-Checked,
.list-view .label.label-Scheduled {
  background-color: #999;
  color: white;
}
.list-view table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
}
.list-view table thead tr th {
  border-bottom: 1px solid #3e3e40;
  vertical-align: middle;
  padding: 0px 3px 10px 20px;
  text-align: left;
}
.list-view table thead tr th a {
  color: #a8a8a9;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.list-view table thead tr th a.desc {
  background-image: url("../../img/orchestration/arrow-thin.png");
}
.list-view table thead tr th a.asc {
  background-image: url("../../img/orchestration/arrow-thin-up.png");
}
.list-view table thead tr th a:after {
  content: "";
}
.list-view table tbody tr td {
  border-top: 1px solid rgba(51, 203, 253, 0.45);
  border-bottom: 1px solid rgba(51, 203, 253, 0.45);
  background-color: #1a1a1a;
  padding: 20px;
}
.list-view table tbody tr td.right {
  text-align: right;
}
.list-view table tbody tr td:first-child {
  border-left: 1px solid rgba(51, 203, 253, 0.45);
}
.list-view table tbody tr td:last-child {
  border-right: 1px solid rgba(51, 203, 253, 0.45);
}
.list-view table tbody tr td .btn-frame-plain {
  width: auto;
}
.list-view table tbody tr:hover {
  box-shadow: 0 0 15px 0 rgba(51, 203, 253, 0.75);
  cursor: pointer;
}
.list-view table tbody tr:hover td {
  background-color: #000000;
}
ul.wizard-steps {
  position: relative;
  overflow: hidden;
  counter-reset: wizard;
  padding: 0 25%;
}
ul.wizard-steps li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  color: #e9e9e9;
  text-transform: uppercase;
}
ul.wizard-steps li.current {
  color: #f1f2f2;
}
ul.wizard-steps li.current:before {
  background-color: #33cbfd;
}
ul.wizard-steps li.current + li:before,
ul.wizard-steps li.current + li + li:before,
ul.wizard-steps li.current + li + li + li:before {
  background-color: #1a1a1a;
}
ul.wizard-steps li:before {
  counter-increment: wizard;
  content: "";
  display: block;
  color: #e9e9e9;
  background-color: #33cbfd;
  border: 2px solid #33cbfd;
  text-align: center;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 10px;
  position: relative;
  left: 50%;
  margin-bottom: 10px / 2;
  margin-left: -5px;
  z-index: 1;
}
ul.wizard-steps li a {
  color: #e9e9e9;
}
ul.wizard-steps li + li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #33cbfd;
  height: 2px;
  position: absolute;
  left: -50%;
  top: 10px / 2;
  z-index: 0;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    height: 80%;
    max-width: 1200px;
  }
}
.modal-wizard .modal-dialog {
  margin-top: 100px;
}
.modal-wizard .modal-content {
  box-shadow: 0 0 10px 0 rgba(51, 203, 253, 0.75);
  background-color: #1a1a1a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-content .modal-header {
  border-bottom: none;
}
.modal-wizard .modal-content .modal-header h3 {
  text-align: center;
  clear: both;
}
.modal-wizard .modal-content .modal-header .hamburger {
  height: 15px;
}
.modal-wizard .modal-content .modal-header .hamburger .hamburger-top {
  margin-top: 0;
}
.modal-wizard .modal-content .modal-body {
  padding: 40px 30px 40px 60px;
}
.modal-wizard .modal-content .modal-body .tab-content {
  padding-right: 30px;
  height: 750px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-wizard .modal-content .modal-body .tab-content::-webkit-scrollbar-thumb {
  background-color: #22addd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.modal-wizard .modal-content .modal-body .tab-content::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.modal-wizard .modal-content .modal-footer {
  border-top: none;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 40px 60px;
}
.modal-wizard .modal-content .modal-footer .left {
  text-align: left;
}
.modal-wizard .modal-content .modal-footer .right {
  text-align: right;
}
.modal-wizard .modal-body h3 {
  font-size: 24px;
  font-family: "eurostile", sans-serif;
  font-weight: normal;
  font-weight: lighter;
  text-transform: uppercase;
  color: #33cbfd;
  padding: 40px 0 20px 0;
}
.modal-wizard .modal-body h4 {
  font-family: "eurostile", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #c5c4c6;
}
.modal-wizard .modal-body .input label,
.modal-wizard .modal-body .form-group label {
  font-weight: normal;
}
.modal-wizard .modal-body textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-body select {
  -webkit-appearance: none;
  background-image: url("../../img/orchestration/carat-down-blue.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.modal-wizard .modal-body input,
.modal-wizard .modal-body select,
.modal-wizard .modal-body button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 35px;
}
.modal-wizard .modal-body input,
.modal-wizard .modal-body select,
.modal-wizard .modal-body textarea {
  background-color: #f9f9fa;
  caret-color: #33cbfd;
}
.modal-wizard .modal-body input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal-wizard .modal-body input[type=checkbox] + span {
  padding-left: 14px;
  height: 14px;
  width: 14px;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  background-color: #e9e9e9;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-wizard .modal-body input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-wizard .modal-body input[type=checkbox] + span.checkbox-xl {
  margin-top: 22px;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
}
.modal-wizard .modal-body input[type=checkbox] + span.checkbox-xl:after {
  left: 12px;
  top: 6px;
  border-width: 0 6px 6px 0;
  width: 10px;
  height: 20px;
}
.modal-wizard .modal-body input[type=checkbox]:checked + span {
  background-color: #33cbfd;
}
.modal-wizard .modal-body input[type=checkbox]:checked + span:after {
  display: block;
}
.modal-wizard .modal-body .btn-block {
  display: block;
  width: 100%;
}
.modal-wizard .modal-body .btn-link {
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  color: #33cbfd;
}
.modal-wizard .modal-body .btn-link.disabled {
  color: #e9e9e9;
  pointer-events: none;
}
.modal-wizard .modal-body .btn-frame-plain {
  color: #33cbfd;
}
.modal-wizard .modal-body .export-pdf-pane {
  padding-top: 50px;
}
.modal-wizard .modal-body .file-upload {
  position: relative;
  width: 100%;
  outline: none;
  color: #1a1a1a;
  font-size: 16px;
  padding: 8px 20px 0 80px;
}
.modal-wizard .modal-body .file-upload::-webkit-file-upload-button {
  visibility: hidden;
}
.modal-wizard .modal-body .file-upload::before {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 140px;
  height: 35px;
  content: 'SELECT IMAGE';
  display: inline-block;
  border: 1px solid #33cbfd;
  color: #33cbfd;
  background-color: #1a1a1a;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
  letter-spacing: 1px;
  text-align: center;
}
.modal-wizard .modal-body .file-upload::after {
  position: absolute;
  left: 140px;
  top: 0;
  bottom: 0;
  width: 10px;
  content: '';
  display: inline-block;
  background-color: #1a1a1a;
  height: 100%;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
}
.modal-wizard .modal-body .markItUp .markItUpContainer {
  padding: 0px;
}
.modal-wizard .modal-body .markItUp .markItUpContainer .markItUpEditor {
  height: 400px !important;
}
.modal-wizard .modal-body .markItUp .markItUpContainer textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget {
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .datepicker {
  width: 60%;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker {
  width: 40%;
  border-left: 1px solid #e9e9e9;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .glyphicon {
  color: #33cbfd;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker {
  padding: 50px 0;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table {
  width: auto;
  margin: 0 auto;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td {
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td span {
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td.separator {
  width: 25px;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td .btn.btn-primary {
  background-color: #33cbfd;
  border: none;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .day {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .day.active {
  background-color: #33cbfd;
}
.modal-wizard .modal-body .bootstrap-datetimepicker-widget .day.active:before {
  content: none;
}
.modal-wizard .modal-body .zdl-story-step {
  border-bottom: 1px solid #3e3e40;
  margin-bottom: 30px;
}
.modal-wizard .modal-body .zdl-story-step h3 {
  padding-top: 0px;
}
.modal-wizard .modal-body .recipient-panel {
  margin-top: 15px;
}
.modal-wizard .modal-body .recipient-panel .panel-header {
  background-color: #3b3c3d;
  height: 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.modal-wizard .modal-body .recipient-panel .panel-header input {
  height: auto;
  margin: 0;
  margin-top: 2px;
}
.modal-wizard .modal-body .recipient-panel .panel-header input,
.modal-wizard .modal-body .recipient-panel .panel-header span {
  margin-right: 10px;
}
.modal-wizard .modal-body .recipient-panel .panel-header .recipient-name {
  font-size: 16px;
}
.modal-wizard .modal-body .recipient-panel .panel-header .recipient-email {
  color: #33cbfd;
  font-size: 14px;
}
.modal-wizard .modal-body .recipient-panel .panel-header .hamburger {
  margin-left: auto;
  margin-top: 0;
  width: 12px;
  height: 12px;
  background-color: #3b3c3d;
}
.modal-wizard .modal-body .recipient-panel .panel-header .hamburger .hamburger-top,
.modal-wizard .modal-body .recipient-panel .panel-header .hamburger .hamburger-bottom {
  width: 12px;
}
.modal-wizard .modal-body .recipient-panel .panel-body {
  background-color: rgba(255, 255, 255, 0.06);
  height: 50px;
  display: flex;
  align-items: center;
}
.modal-wizard .modal-body .recipient-panel .panel-body span {
  font-size: 16px;
  margin-right: 20px;
}
.modal-wizard .modal-body .chosen-select-single + .chosen-container .search-choice + .search-field {
  width: 0px;
}
.modal-wizard .modal-body .chosen-container .chosen-single {
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f9f9fa;
}
.modal-wizard .modal-body .chosen-container .chosen-single > span {
  padding: 5px 0;
  min-height: 35px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.5;
}
.modal-wizard .modal-body .chosen-container .chosen-single > div > b {
  display: none;
}
.modal-wizard .modal-body .chosen-container .chosen-choices {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-body .chosen-container .chosen-drop {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-wizard .modal-body .chosen-container .chosen-drop .chosen-search,
.modal-wizard .modal-body .chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}
.modal-wizard .modal-body .chosen-container .chosen-drop .chosen-results li {
  min-height: 35px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #e9e9e9;
}
.modal-wizard .modal-body .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-image: none;
  background-color: rgba(51, 203, 253, 0.5);
}
.alert-preview {
  display: block;
  width: 100%;
  height: 245px;
  border: 1px solid #33cbfd;
  position: relative;
}
.alert-preview .preview-header {
  display: none;
  height: 65px;
  padding: 11px 0 14px 0;
  background-color: #33cbfd;
  box-shadow: 0 2px 8px 0 rgba(59, 60, 61, 0.2);
}
.alert-preview .preview-header .alert-preview-close {
  float: right;
  margin-right: 150px;
  border-color: black;
  color: black;
  font-weight: bold;
  letter-spacing: 1px;
}
.alert-preview .preview-header .alert-preview-close .glyphicon {
  color: inherit;
  padding-right: 0;
  padding-left: 5px;
  top: 2px;
}
.alert-preview .preview-header .alert-preview-close:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.alert-preview .preview-subheader {
  display: none;
  height: 100px;
  background-color: #1a1a1a;
  text-align: center;
  font-family: "eurostile", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: white;
  padding: 35px;
  border-bottom: 1px solid #979797;
}
.alert-preview .preview-overflow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.alert-preview .preview-overflow:hover {
  cursor: pointer;
  background-color: rgba(51, 203, 253, 0.85);
  background-image: url('/img/orchestration/zoom.png');
  background-repeat: no-repeat;
  background-position: center;
}
.alert-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}
.alert-preview.open {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.alert-preview.open .preview-header,
.alert-preview.open .preview-subheader {
  display: block;
}
.alert-preview.open .preview-overflow {
  display: none;
}
.flash-zdl {
  margin-bottom: 15px;
  height: 35px;
  background-color: #7DCFE8;
  color: #1a1a1a;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  border: 1px solid #22addd;
}
.flash-zdl:first-child {
  margin-top: -30px;
}
.flash-zdl p {
  font-size: 14px;
  padding: 7px 0;
  font-weight: 600;
  color: inherit;
}
.confirmation-box {
  position: fixed;
  background-color: rgba(26, 26, 26, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.confirmation-box .confirmaiton-window {
  padding: 40px 50px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #1a1a1a;
  position: relative;
  top: 300px;
  width: 400px;
  border: 1px solid rgba(51, 203, 253, 0.45);
  margin: 0 auto;
}
.confirmation-box .confirmaiton-window h3 {
  padding-bottom: 20px;
}
.confirmation-box .confirmaiton-window .btn-zdl-plain {
  padding: 10px 20px;
  border: 1px solid #22addd;
  min-width: 100px;
  margin: 0 5px;
}
.confirmation-box .confirmaiton-window .btn-frame-plain {
  width: 100px;
  color: #22addd;
  letter-spacing: 1px;
  margin: 0 5px;
}
.beacon {
  width: 10px;
  background: #800000;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
}
.beacon.red {
  background: #800000;
}
.beacon.yellow {
  background: #FF6600;
}
.beacon.green {
  background: #33FF33;
}
.beacon.Amber {
  background: #800000;
}
.beacon.Red {
  background: #800000;
}
.beacon.Green {
  background: #33FF33;
}
.beacon.Clear {
  background: #fff;
}
