/* define colors */
/* define fonts */
/*********************
 *    Backgrounds    *
 *********************/
/********************
 *      Colors      *
 ********************/
/********************
 *       Size       *
 ********************/
/********************
 *      Fonts       *
 ********************/
/********************
 *     Gradients    *
 ********************/
/********************
 *      Paths       *
 ********************/
/********************
 *     Imports      *
 ********************/
/* define mixins */
/*==========  Mobile First Method  ==========*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Paginatior / Sorting */
a.asc:after,
a.desc:after {
  font-family: "Glyphicons Halflings";
  padding-left: 10px;
  display: inline-block;
}
a.asc:after {
  content: "\E093";
}
a.desc:after {
  content: "\E094";
}
/* Custom Icons */
[class^="cus-"],
[class*=" cus-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.cus-icon-bell {
  background-image: url("/img/ico_bell.png");
}
.cus-icon-off {
  background-image: url("/img/ico_off.png");
}
.cus-icon-cog {
  background-image: url("/img/ico_cog.png");
}
.cus-icon-mail {
  background-image: url("/img/ico_mail.png");
}
.cus-icon-phone {
  background-image: url("/img/ico_phone.png");
}
.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.full-screen .modal-dialog {
  width: 95%;
  height: 90%;
  padding: 0;
}
.full-screen .modal-content {
  height: 100%;
  border-radius: 0;
}
.full-screen .modal-content .modal-body {
  height: 80%;
  overflow-y: auto;
}
/* General Styles */
ul.workspace-link-counts {
  list-style-type: none;
  padding-left: 0;
}
a {
  color: #1286af;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #1286af;
}
h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h1 small {
  font-size: 1em;
  font-weight: inherit;
  color: #d4d4d4;
}
.btn-bw {
  background-color: #313131;
  color: white;
}
.btn-bw:hover,
.btn-bw:focus {
  color: white;
  background: black;
}
.label-bw {
  background-color: #313131;
}
.label-danger {
  background-color: #942414;
}
.read-more {
  color: #db0000;
  font-weight: bold;
  background: url("/img/read_more_arrow.png") no-repeat 95% center;
  padding: 0 13px 0 3px;
}
.tags {
  font-size: 13px;
}
.movie {
  position: relative;
}
.movie:before {
  content: " ";
  background: url("/img/play_overlay.png") no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.spacer {
  margin-top: 10px;
}
.table {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.table input {
  min-width: 75px;
}
.table td h3 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
table.table-condensed td {
  word-break: break-word;
}
p.see-all {
  padding-top: 30px;
  text-align: center;
}
p.see-all a {
  margin-top: 20px;
  width: 25%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
hr.separator {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000000;
}
.desaturate {
  position: absolute;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.desaturate.desaturate-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.highlight {
  background-color: #FFFF88;
}
div:hover > .desaturate,
.desaturate:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
#admin-navigation {
  padding: 0;
  margin: 0;
  height: 50px;
  background: url("/img/admin_menu_bg.jpg") repeat-x;
  border: none;
}
#admin-navigation .nav-pane {
  float: left;
  background: url("/img/admin_menu_sep.jpg") no-repeat right center;
}
#admin-navigation .nav-pane:last-child {
  background: none;
}
@media (max-width: 1199px) {
  #admin-navigation .nav-pane {
    padding: 0px 15px;
  }
  #admin-navigation .nav-pane .nav.navbar-nav > li {
    float: left;
  }
}
#admin-navigation #home-btn {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px) {
  #admin-navigation .link-text {
    display: none;
  }
}
#Toolbar {
  color: #ccc !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  z-index: 1000;
}
#Toolbar li.messages,
#Toolbar li.printouts {
  font-size: 16px;
}
#Toolbar li.messages .badge,
#Toolbar li.printouts .badge {
  font-size: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: -5px;
}
@media (max-width: 1200px) {
  #Toolbar {
    text-align: center;
    float: right;
  }
}
@media (max-width: 1200px) {
  #Toolbar li {
    display: inline-block !important;
    width: auto !important;
  }
}
body.admin #CoreNavigation #Toolbar {
  margin-top: -50px;
}
@media (max-width: 1200px) {
  body.admin #CoreNavigation #Toolbar {
    margin-top: auto;
  }
}
/* Extra styles for remote (iframe) acces */
#redirectToSourcePage {
  position: fixed;
  left: -60px;
  top: 200px;
  width: 100px;
  height: 45px;
  background: #efefef;
  z-index: 9999;
  padding: 2px;
}
#redirectToSourcePage:hover {
  left: 0px;
}
#redirectToSourcePage:hover .small-icon {
  display: none;
}
#redirectToSourcePage .small-icon {
  color: #797f7d;
  padding-right: 8px;
  text-align: right;
  font-size: 26px;
  line-height: 45px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
}
#redirectToSourcePage a {
  font-weight: bold;
  display: block;
  color: #a4adac;
  width: 100%;
  height: 100%;
  padding: 0 0 0 2px;
  text-align: center;
}
#redirectToSourcePage a img {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#redirectToSourcePage a:hover {
  text-decoration: none;
}
body.remote {
  padding-top: 10px;
}
body.remote #wrap > div {
  padding-bottom: 10px !important;
}
body.remote ol.breadcrumb {
  display: none;
}
body.remote .container {
  width: 100% !important;
}
#main-footer {
  background-color: #d0d0d1;
  background-image: -webkit-linear-gradient(bottom, #d0d0d1, #ffffff);
  background-image: -moz-linear-gradient(bottom, #d0d0d1, #ffffff);
  background-image: -o-linear-gradient(bottom, #d0d0d1, #ffffff);
  background-image: -ms-linear-gradient(bottom, #d0d0d1, #ffffff);
  background-image: linear-gradient(bottom, #d0d0d1, #ffffff);
  color: #828282;
}
#main-footer p {
  text-align: justify;
}
#main-footer h2 {
  text-transform: uppercase;
  margin: 15px 0 20px 0;
  font-size: 18px;
  line-height: 18px;
  background: no-repeat 80% top;
}
#main-footer h2.logo {
  text-indent: -9999px;
  background: url("/img/logo_big_opct_65.png") no-repeat;
  background-size: contain;
  max-width: 130px;
  max-height: 91px;
  min-height: 50px;
  margin-top: 10px;
}
#main-footer h2.services {
  background-image: url("/img/ico_services.png");
}
#main-footer h2.about {
  background-image: url("/img/ico_about.png");
}
#main-footer h2.contact {
  background-image: url("/img/ico_contact.png");
}
@media only screen and (max-width: 529px) {
  #main-footer h2.expand-hidden-xs {
    cursor: pointer;
  }
}
#main-footer h2 small {
  font-size: 0.6em;
}
#main-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-footer ul li {
  font-size: 16px;
}
#main-footer .mail,
#main-footer .phone {
  padding: 5px 0px 5px 25px;
  font-size: 16px;
  width: auto;
  line-height: 16px;
  background-position: left bottom;
}
#main-footer address {
  margin-top: 15px;
  border-top: 1px solid #828282;
  padding-top: 20px;
}
#main-footer .trademark {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 529px) {
  #main-footer .trademark {
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
  }
}
.popover {
  z-index: 9999;
}
.popover.popover-page-preview {
  max-width: 80%;
}
/*------------ HEADERS AND INDEXES---------------*/
.list-group-attachemnts {
  padding: 0;
  list-style-type: none;
}
.list-group-attachemnts li {
  padding: 2px;
}
.list-group-attachemnts li span {
  padding-right: 5px;
}
.list-group-attachemnts li a {
  display: inline-block;
}
.per-entry-details {
  padding: 10px;
}
.per-entry-details h1,
.per-entry-details h2,
.per-entry-details h3,
.per-entry-details h4 {
  font-family: 'lucida';
  margin-top: 0px;
}
.per-entry-details img {
  margin-top: 5px;
  padding: 5px;
  border: 1px dashed black;
}
.per-entry-details .separator-left {
  border-left: 5px solid #eeeeee;
}
.per-entry-details .per-custom-entry h1 {
  font-size: 20px;
  color: #942414;
  margin-top: 10px;
}
.per-entry-details .per-custom-entry h2 {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.per-entry-details .per-custom-entry h3 {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.per-entry-details .per-custom-entry p {
  font-size: 14px;
}
.per-entry-details .per-custom-entry ul {
  list-style-type: circle;
}
.per-entry-details .per-custom-entry ol li,
.per-entry-details .per-custom-entry ul li {
  color: #942414;
}
.per-index {
  font-size: 14px;
}
@media only screen and (max-width: 529px) {
  .per-index {
    font-size: 12px;
  }
}
@media only screen and (max-width: 529px) {
  .per-index a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 529px) {
  .per-index span {
    font-size: 8px;
  }
}
.per-index h1 {
  font-family: lucida;
  font-size: 25px;
  margin-top: 5px;
}
@media only screen and (max-width: 529px) {
  .per-index h1 {
    font-size: 15px;
  }
}
.per-index h4 {
  font-family: lucida;
  color: #942414;
  font-size: 20px;
}
@media only screen and (max-width: 529px) {
  .per-index h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 529px) {
  .per-index h5 {
    font-size: 12px;
  }
}
.per-index img {
  padding: 5px;
  border: 1px dashed black;
  margin: 0px 0px 5px 0;
  width: 150px;
  min-height: 120px;
}
@media only screen and (max-width: 529px) {
  .per-index img {
    width: 120px;
    min-height: 100px;
  }
}
.per-index p.per-index-explanatory {
  font-family: lucida;
  font-size: 16px;
  margin-bottom: 20px;
}
.per-index #ancillariesContainer {
  height: 500px;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.per-index #ancillariesContainer h2 {
  font-family: 'lucida';
  max-height: 230px;
  overflow: hidden;
}
.per-index #ancillariesContainer p {
  max-height: 150px;
  overflow: hidden;
}
.per-index #ancillariesContainer .related-count {
  text-transform: uppercase;
  font-weight: bold;
}
.per-index .watch,
.per-index .report {
  position: relative;
}
/*============ GENERAL ============ */
#bar {
  width: 0%;
  max-width: 100%;
  height: 2px;
  background: #942414;
  background: rgba(148, 36, 20, 0.25);
}
#progressBar {
  width: 100%;
  background: #EDEDED;
}
#per-reports-carousel {
  /*&:after {
		content:" ";
		background: url('/img/service_selector_h.png') no-repeat top center;
		display:block;
		width:17px;
		height:9px;
		position:absolute;
		bottom:0;
		margin-left:30px;
	}*/
}
#per-reports-carousel .btn-danger {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: rgba(139, 137, 137, 0.5);
}
#per-reports-carousel .btn-danger:hover {
  color: #FFFFFF;
  background-color: rgba(139, 137, 137, 0.75);
  border-color: #FFFFFF;
}
#per-reports-carousel .light-bg .carousel-caption {
  color: #333;
}
#per-reports-carousel .carousel-caption h1,
#per-reports-carousel .carousel-caption h2 {
  font-family: 'Lusitana', serif;
}
#per-reports-carousel .carousel-caption h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 529px) {
  #per-reports-carousel .carousel-caption h2 {
    font-size: 12px;
  }
}
#per-reports-carousel .carousel-caption h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #per-reports-carousel .carousel-caption h1 {
    font-size: 15px;
    /*font-weight:bold;*/
    margin-bottom: 10px;
  }
}
#per-reports-carousel .carousel-caption hr {
  width: 120px;
}
@media only screen and (max-width: 529px) {
  #per-reports-carousel .carousel-caption hr {
    width: 50%;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  #per-reports-carousel img {
    height: 250px !important;
  }
}
#epn-ancillary a,
#epn-data-park a,
#epn-future-narratives a,
#epn-watch a,
#epn-park-node a,
#epn-ancilliary-list a {
  text-decoration: none;
}
#epn-ancillary h1,
#epn-data-park h1,
#epn-future-narratives h1,
#epn-watch h1,
#epn-park-node h1,
#epn-ancilliary-list h1 {
  font-size: 14px;
  margin: 5px 0px 10px 0px;
  text-transform: none;
  font-family: 'Lusitana', serif;
}
#epn-ancillary h2,
#epn-data-park h2,
#epn-future-narratives h2,
#epn-watch h2,
#epn-park-node h2,
#epn-ancilliary-list h2 {
  font-size: 16px;
  margin: 5px 0px 10px 0px;
  text-transform: none;
  font-family: 'Lusitana', serif;
}
@media only screen and (max-width: 529px) {
  #epn-ancillary h2,
  #epn-data-park h2,
  #epn-future-narratives h2,
  #epn-watch h2,
  #epn-park-node h2,
  #epn-ancilliary-list h2 {
    font-size: 12px;
  }
}
#epn-ancillary > h1,
#epn-data-park > h1,
#epn-future-narratives > h1,
#epn-watch > h1,
#epn-park-node > h1,
#epn-ancilliary-list > h1 {
  margin: 15px 0px 15px 0px;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  #epn-ancillary > h1,
  #epn-data-park > h1,
  #epn-future-narratives > h1,
  #epn-watch > h1,
  #epn-park-node > h1,
  #epn-ancilliary-list > h1 {
    font-size: 14px;
  }
}
#epn-ancillary > h1 a,
#epn-data-park > h1 a,
#epn-future-narratives > h1 a,
#epn-watch > h1 a,
#epn-park-node > h1 a,
#epn-ancilliary-list > h1 a {
  color: #313131;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#epn-ancillary > h1 a:hover,
#epn-data-park > h1 a:hover,
#epn-future-narratives > h1 a:hover,
#epn-watch > h1 a:hover,
#epn-park-node > h1 a:hover,
#epn-ancilliary-list > h1 a:hover,
#epn-ancillary > h1 a:link,
#epn-data-park > h1 a:link,
#epn-future-narratives > h1 a:link,
#epn-watch > h1 a:link,
#epn-park-node > h1 a:link,
#epn-ancilliary-list > h1 a:link,
#epn-ancillary > h1 a:visited,
#epn-data-park > h1 a:visited,
#epn-future-narratives > h1 a:visited,
#epn-watch > h1 a:visited,
#epn-park-node > h1 a:visited,
#epn-ancilliary-list > h1 a:visited,
#epn-ancillary > h1 a:active,
#epn-data-park > h1 a:active,
#epn-future-narratives > h1 a:active,
#epn-watch > h1 a:active,
#epn-park-node > h1 a:active,
#epn-ancilliary-list > h1 a:active {
  color: #313131;
}
#epn-ancillary > h1 small,
#epn-data-park > h1 small,
#epn-future-narratives > h1 small,
#epn-watch > h1 small,
#epn-park-node > h1 small,
#epn-ancilliary-list > h1 small {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#epn-ancillary > h1:hover a,
#epn-data-park > h1:hover a,
#epn-future-narratives > h1:hover a,
#epn-watch > h1:hover a,
#epn-park-node > h1:hover a,
#epn-ancilliary-list > h1:hover a {
  color: #d5d5d5;
}
#epn-ancillary > h1:hover small,
#epn-data-park > h1:hover small,
#epn-future-narratives > h1:hover small,
#epn-watch > h1:hover small,
#epn-park-node > h1:hover small,
#epn-ancilliary-list > h1:hover small {
  color: #313131;
}
#epn-ancillary > h1:before,
#epn-data-park > h1:before,
#epn-future-narratives > h1:before,
#epn-watch > h1:before,
#epn-park-node > h1:before,
#epn-ancilliary-list > h1:before {
  content: '';
  display: block;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  height: 10px;
  margin: 0 auto;
}
h1.per-separator-title {
  margin: 25px 0px 15px 0px;
}
/*============ PER Ancillary ============ */
#epn-ancillary {
  background: #efefef;
  padding: 0px 10px 20px 10px;
}
#epn-ancillary h2 {
  font-size: 16px;
}
#epn-ancillary h2 strong {
  text-transform: uppercase;
}
#epn-ancillary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#epn-ancillary .read-more {
  padding-left: 0;
}
#epn-ancillary .ancillary-description ul li {
  color: #828282;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#epn-ancillary .ancillary-side-infos {
  background-color: #96615e;
  background-image: -webkit-linear-gradient(top, #96615e, #ffffff);
  background-image: -moz-linear-gradient(top, #96615e, #ffffff);
  background-image: -o-linear-gradient(top, #96615e, #ffffff);
  background-image: -ms-linear-gradient(top, #96615e, #ffffff);
  background-image: linear-gradient(top, #96615e, #ffffff);
  margin-top: 0px;
  padding: 1px 0 0 1px;
  position: relative;
  right: 5px;
}
#epn-ancillary .ancillary-side-infos:before {
  content: "";
  background: url("/img/service_selector.png") no-repeat;
  width: 9px;
  height: 17px;
  display: block;
  position: absolute;
  left: -8px;
  top: 50%;
}
#epn-ancillary .ancillary-side-infos > div {
  background: #efefef;
  width: 100%;
  height: 100%;
}
#epn-ancillary .ancillary-side-infos > div h3 {
  font-size: 15px;
  font-weight: bold;
  color: white;
  background: #942414;
  padding: 5px;
  margin: 0;
  font-family: 'Lusitana', serif;
}
#epn-ancillary .ancillary-side-infos > div ul {
  padding: 10px;
  color: #942414;
}
/* PER Watch */
#epn-watch .pane {
  background-color: white;
  background-size: cover;
  border: 1px solid #d4d4d4;
  padding: 10px 6px;
  position: relative;
}
#epn-watch .pane .titles {
  z-index: 99999;
  background-color: rgba(218, 139, 0, 0.9);
  background-image: -webkit-linear-gradient(left, rgba(218, 139, 0, 0.9), rgba(255, 255, 255, 0.01));
  background-image: -moz-linear-gradient(left, rgba(218, 139, 0, 0.9), rgba(255, 255, 255, 0.01));
  background-image: -o-linear-gradient(left, rgba(218, 139, 0, 0.9), rgba(255, 255, 255, 0.01));
  background-image: -ms-linear-gradient(left, rgba(218, 139, 0, 0.9), rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(left, rgba(218, 139, 0, 0.9), rgba(255, 255, 255, 0.01));
  background-color: transparent;
  margin-left: -15px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
}
#epn-watch .pane .titles h2,
#epn-watch .pane .titles h3 {
  margin: 5px 20px;
  color: white;
  text-shadow: 1px 1px 1px #000000;
}
#epn-watch .pane .titles h2 {
  font-size: 16px;
}
#epn-watch .pane .titles h3 {
  font-size: 14px;
  font-weight: normal;
}
#epn-watch .thumbnail {
  overflow: hidden;
}
@media only screen and (max-width: 529px) {
  #epn-watch img {
    height: 150px;
    width: 100%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 530px) and (max-width: 949px) {
  #epn-watch img {
    width: 100%;
  }
}
.shade-bottom {
  position: absolute;
  width: 100%;
  height: 35%;
  left: 0;
  top: 65%;
  z-index: 99;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-color: rgba(255, 255, 255, 0);
}
/* Future Narratives */
#epn-future-narratives .future-narrative-picture {
  float: left;
  padding: 5px;
  border: 1px dashed black;
  margin: 5px 15px 15px 0;
}
#epn-future-narratives h3 {
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  color: #828282;
}
#epn-future-narratives p {
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
}
#epn-future-narratives .narrative-date-label {
  position: absolute;
  top: 15%;
}
#epn-future-narratives .narrative-description {
  padding-left: 10px;
}
/* Ancillary list */
#epn-ancilliary-list .label.label-danger {
  width: 90px;
  display: block;
  height: 200px;
  padding-top: 80px;
}
#epn-ancilliary-list #ancillary-carousel .carousel-indicators {
  bottom: 0;
}
#epn-ancilliary-list #ancillary-carousel .carousel-indicators li {
  border: 1px solid #B8B8B8;
}
#epn-ancilliary-list #ancillary-carousel .carousel-indicators .active {
  background-color: #C4C4C4;
}
.twitter-timeline {
  height: 295px;
  width: 100%;
  background-image: url('/img/twitter_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  background-size: contain;
}
.twitter-bio img {
  margin-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid white;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.twitter-bio p {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: small;
}
.twitter-bio h2 {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.submit .btn-link {
  color: #942414;
  text-decoration: none;
}
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
a::-moz-focus-inner {
  border: 0 !important;
}
/*-------------- CAROUSEL  ------------*/
.carousel-caption {
  left: 5%;
  right: 5%;
}
/*-------------- TABLES ------------*/
.table {
  table-layout: fixed;
  word-wrap: break-word;
}
/*-------------- PAGINATION ------------*/
.pagination-container {
  text-align: center;
}
/*---------- SEARCH LABELS -----------*/
#recent-searches li {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 2px;
}
#recent-searches a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
/*---------- LIST GROUPS -----------*/
.list-group-item.active {
  background-color: #ddd;
  border-color: #ddd;
  color: #313131;
}
/*---------- TAB CONTENT -----------*/
.tab-pane h1,
#SearchResults h1,
.tab-pane h2,
#SearchResults h2,
.tab-pane h3,
#SearchResults h3,
.tab-pane h4,
#SearchResults h4 {
  margin-top: 5px;
  font-size: 16px;
  font-family: 'lucida';
}
@media screen and (max-width: 480px) {
  .nav {
    padding-left: 2px;
    padding-right: 2px;
  }
  .nav li {
    display: block !important;
    width: 100%;
    margin: 0px;
  }
  .nav li.active {
    border-bottom: 1px solid #ddd !important;
    margin: 0px;
  }
}
/*---------- BUTTON DROPDOWNS WITH BUTTONS -----------*/
.btn-list-group {
  padding: 0;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.btn-list-group .list-group-item {
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
/*----------THUMBNAILS -----------*/
a.thumbnail {
  margin-bottom: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background: none;
  position: relative;
}
a.thumbnail img {
  border: 5px solid #fff;
}
a.thumbnail .caption {
  text-align: left;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #942414;
  border-color: rgba(148, 36, 20, 0.25);
  background-color: #F7F7F7;
  text-decoration: none;
}
a.thumbnail:hover .caption,
a.thumbnail:focus .caption {
  color: #942414;
}
/* Bootstrap callouts */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #d9534f;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #5bc0de;
}
.badge.badge-info {
  background-color: #5bc0de;
}
/* MAILBOX  */
#MessageDetails h3:before {
  background: url('/img/icon_mailbox_user.png') 0 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
#MessageDetails p {
  padding: 10px;
  min-height: 275px;
  background-color: #fff;
  white-space: pre-wrap;
}
.form-action-controls {
  text-align: center;
}
.form-action-controls .button,
.form-action-controls .submit {
  display: inline-block;
}
ul.inline-controls.message-action-bar {
  text-align: center;
  margin: 0px 10px 0px 10px;
}
ul.inline-controls.message-action-bar li {
  display: inline-block;
  padding: 1px 5px 1px 5px !important;
}
ul.inline-controls.message-action-bar li a {
  width: auto !important;
  display: inline-block;
  color: #634444;
}
ul.inline-controls.message-action-bar li.view a:before {
  background: url('/img/icon_mailbox_actions.png') 0 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
ul.inline-controls.message-action-bar li.reply a:before {
  background: url('/img/icon_mailbox_actions.png') -24px 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
ul.inline-controls.message-action-bar li.remove a:before {
  background: url('/img/icon_mailbox_actions.png') -48px 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
ul.inline-controls.message-action-bar li.attachment a:before {
  background: url('/img/icon_mailbox_actions.png') -72px 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
ul.inline-controls.message-action-bar li:nth-child(2n) {
  background-color: transparent;
}
ul#MessagesList {
  border: none;
  margin: 0;
  padding: 0px;
  list-style-type: none;
}
ul#MessagesList li {
  padding: 5px 10px 5px 15px;
}
ul#MessagesList li h3 {
  margin-bottom: 5px;
}
ul#MessagesList li h3 .email-date {
  font-size: 10px;
  float: right;
  color: #313131;
}
ul#MessagesList li p {
  margin: 5px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 1px;
}
ul#MessagesList li a {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
ul#MessagesList li.unread h4 {
  font-weight: bold;
}
ul#MessagesList li.unread h4:before {
  background: url('/img/icon_mailbox_unread.png') 0 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -10px;
  margin-right: 5px;
}
ul#MessagesList li.read h4 {
  font-weight: normal;
  color: #634444;
}
/* Grouped results list */
.grouped_results_list {
  padding-left: 0px;
  width: 100%;
}
.grouped_results_list .priority {
  background: url('/img/icon_priority.png') 0 0;
  background-repeat: no-repeat;
  background-size: auto 12px;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  float: left;
}
.grouped_results_list .classi .priority {
  background-position: 0px 0;
}
.grouped_results_list .classi a {
  color: #932119;
}
.grouped_results_list .classii .priority {
  background-position: -12px 0;
}
.grouped_results_list .classii a {
  color: #738C20;
}
.grouped_results_list .summary .priority {
  background-position: -24px 0;
}
.grouped_results_list .summary a {
  color: #236789;
}
.grouped_results_list li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 3px 3px;
}
.grouped_results_list ul {
  float: left;
}
.grouped_results_list > li h2:after {
  content: " [show]";
  font-size: 0.8em;
  color: #634444;
}
.grouped_results_list > li.active h2:after {
  content: " [hide]";
}
.grouped_results_list > li.active > ul {
  display: block;
  padding-left: 0px;
}
.grouped_results_list > li {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 0.5em;
}
.grouped_results_list > li > h2 {
  cursor: pointer;
  margin: 0.5em 0 1em 0;
  text-shadow: 0 1px 0px #fff;
  display: block;
  font-size: 1.5em;
}
.grouped_results_list > li > ul {
  display: none;
  width: 100%;
}
.grouped_results_list > li > ul > li:nth-child(2n) {
  background-color: #d0d6d9;
}
.grouped_results_list > li > ul > li {
  font-weight: bold;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.grouped_results_list > li > ul > li > span a {
  font-size: 15px;
  text-shadow: 0 1px 0px #fff;
  max-width: 300px;
  display: block;
  float: left;
}
.grouped_results_list > li > ul > li > ul {
  width: 70%;
  float: right;
}
.grouped_results_list > li > ul > li > ul > li {
  font-size: 15px;
  line-height: 110%;
  padding: 0 1em 5px 1em;
}
.grouped_results_list > li > ul > li > ul > li a:hover {
  text-decoration: underline;
}
.results-column dl {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
.results-column dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 110%;
  padding-bottom: 3px;
  position: relative;
}
.results-column dl dd {
  margin-bottom: 20px;
  font-size: 14px;
}
.results-column dl#SummaryList dt a,
.results-column dl#SummaryList dt a:before {
  color: #236789;
}
.results-column dl#ClassIList dt a,
.results-column dl#ClassIList dt a:before {
  color: #932119;
}
.results-column dl#ClassIIList dt a,
.results-column dl#ClassIIList dt a:before {
  color: #738C20;
}
.legend .priority {
  background: url('/img/icon_priority.png') 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.legend .classi .priority {
  background-position: 0px 0;
}
.legend .classii .priority {
  background-position: -16px 0;
}
.legend .summary .priority {
  background-position: -32px 0;
}
#DepartmentList dl {
  margin-left: 20px;
}
.inline-controls {
  visibility: hidden;
}
.hidden-controls:hover .inline-controls {
  visibility: visible;
}
span.star {
  padding: 0 8px;
  line-height: 16px;
  background: url('/img/icon_priority.png') no-repeat;
}
span.star.disabled {
  background-position: right top;
}
span.rating {
  padding: 0 8px;
  line-height: 16px;
  background: url('/img/icon_priority.png') no-repeat;
}
span.rating.bulb {
  background: url('/img/icon_priority_bulb.png') no-repeat;
}
span.rating.disabled {
  background-position: right top;
}
.relevance-group input[type=radio] {
  display: none;
  margin: 10px;
}
.relevance-group input[type=radio] + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  background: url('/img/icon_priority.png');
  background-position: right top;
  float: left;
}
.relevance-group input[type=radio]:checked + label,
.relevance-group input[type=radio].enabled + label {
  background-position: left top;
}
.relevance-group input[type=radio]:checked.disabled + label {
  background-position: center top;
}
/* mobile styles */
@media (max-width: 768px) {
  .btn-responsive {
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
table.table-overall-results p {
  margin: 0px;
}
table.table-overall-results a {
  text-decoration: none;
}
table.table-overall-results span.class-star {
  width: 16px;
  height: 16px;
  background: url('/img/icon_priority.png') 0 0;
  background-repeat: no-repeat;
  display: inline-block;
}
table.table-overall-results .overall-row-type-classi span.class-star {
  background-position: 0px 0;
}
table.table-overall-results .overall-row-type-classii span.class-star {
  background-position: -16px 0;
}
table.table-overall-results .overall-row-type-summary span.class-star {
  background-position: -32px 0;
}
/*============ Universal Search Form ============ */
.universal-search-container {
  background: #efefef;
}
#UniversalSearchForm {
  padding: 25px 0;
}
#UniversalSearchForm .btn-primary {
  background-color: #167faa;
}
#UniversalSearchForm .dropdown-toggle {
  border-radius: 0;
}
.universal-serach h2 {
  color: #ccc;
  text-transform: uppercase;
}
.search-results {
  width: 100%;
  min-height: 300px;
  margin-bottom: 30px;
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
  background-size: 100px auto;
  padding: 10px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.search-results.ajax-content-loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/loading.gif');
  background-size: 32px 32px;
  background-color: #f5f5f5 !important;
}
.search-results.ajax-content-loading h2 {
  text-shadow: none;
}
.search-results h2,
.search-results h3,
.search-results h4 {
  color: white;
}
.search-results h2 small,
.search-results h3 small,
.search-results h4 small {
  color: white;
}
.search-results h2 {
  margin: 0px 0 20px 0;
  font-size: 1.5em;
}
@media only screen and (min-width : 992px) {
  .search-results h2 {
    margin: 10px 0 20px 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width : 992px) {
  .search-results h4.header-prefix {
    position: relative;
    text-align: right;
    right: -20px;
  }
}
.search-results h4.researchers,
.search-results h4.institutions,
.search-results h4.academics,
.search-results h4.non-academics,
.search-results h4.ips {
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}
.search-results h4.researchers {
  background-image: url('/img/ipdp/ico-researcher-white.png');
}
.search-results h4.institutions {
  background-image: url('/img/ipdp/ico-institution-white.png');
}
.search-results h4.academics {
  background-image: url('/img/ipdp/ico-academic-white.png');
}
.search-results h4.ips {
  background-image: url('/img/ipdp/ico-ipdp-white.png');
}
.search-results h4.non-academics {
  background-image: url('/img/ipdp/ico-non-academic-white.png');
}
.search-results h4.bordered {
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}
.search-results span.counter {
  display: inline-block;
  text-align: left;
  padding-right: 5px;
}
.search-results .counters-listing {
  list-style-type: none;
  color: white;
  font-weight: 200;
  padding: 0;
}
.search-results .counters-listing span.counter {
  width: 2.5em;
}
.search-results .counters-listing a {
  color: white;
}
.search-results .counters-listing a strong {
  font-size: 14px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  padding-right: 5px;
}
.search-results .icon {
  width: 35px;
  height: 35px;
  background: white center no-repeat;
  background-size: 75%;
  display: block;
  position: relative;
  float: right;
  right: -20px;
  top: 10px;
  border-radius: 50%;
}
@media only screen and (min-width : 992px) {
  .search-results .icon {
    width: 70px;
    height: 70px;
  }
}
.search-results .icon.icon-natural-trends {
  background-image: url('/img/ipdp/ico-natural-trends.png');
}
.search-results .icon.icon-time-trends {
  background-image: url('/img/ipdp/ico-time-trends.png');
}
#commercialResults {
  background-color: #31AD8C;
  /*background-image: url('/img/ipdp/ico-non-academic-white.png');*/
}
#themeOverview {
  background-color: #8F3700;
}
#intellectualProperties {
  background-color: #E89917;
  /*background-image: url('/img/ipdp/ico-ipdp-white.png');*/
}
#academicResults {
  background-color: #318EAD;
  /*background-image: url('/img/ipdp/ico-academic-white.png');*/
  min-height: 630px;
}
#custom-paginator {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
#custom-paginator .btn-success {
  background-color: #942414;
  border: none;
}
#academic-results #SearchResults,
#academic-results #OverallResults {
  margin-top: 15px;
}
#academic-results button.toggle-database.btn-success {
  background-color: #942414;
  border: 1px solid #942414;
}
/* LANDING PAGE */
#LandingPage {
  min-height: 600px;
  height: 100%;
  position: relative;
}
#LandingPage #logo {
  display: block;
  width: 450px;
  height: 200px;
  position: absolute;
  left: 40px;
  top: 40px;
  background: url('/img/logo_shadow.png?v2') no-repeat;
}
#LandingPage #authMessage {
  margin-top: 20px;
}
#LandingPage h1 {
  margin: 0;
  position: absolute;
  top: 250px;
  left: 40px;
  color: white;
  text-shadow: 1px 1px 1px #000000;
}
#LandingPage h3 {
  color: white;
  text-shadow: 1px 1px 1px #000000;
  min-height: 45px;
  padding-left: 80px;
  padding-top: 13px;
  background: url('/img/logo_shadow.png') no-repeat left top;
  background-size: 50px 45px;
}
#LandingPage #forms {
  position: relative;
  margin-top: 20%;
  color: #fff;
  /*width:100%;*/
}
#LandingPage #forms .form {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.2);
  /*border: 1px solid #fefefe;*/
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#LandingPage #forms .form-control {
  margin-bottom: 10px;
  width: 100%;
}
#LandingPage #input-pass {
  /*width: 60%; */
}
#LandingPage #input-submit {
  /*width: 35%;*/
  float: right;
}
#LandingPage #input-submit-request {
  width: 50%;
  float: right;
}
body.landing #wrap {
  /*background: url('/img/bg_landing.jpg') no-repeat center center;*/
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  min-height: 100%;
}
body.landing #wrap > div {
  height: auto;
  overflow: auto;
  padding-bottom: 50px;
  /* this needs to be bigger than footer height*/
}
body.landing #main-footer {
  position: relative;
  margin: -50px 0 0 0;
  /* negative value of footer height */
  height: 50px;
  clear: both;
  background: none;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px black;
}
.vertical-scroll {
  margin-top: 30px;
  width: 100%;
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#landing-background-spinner {
  position: absolute;
  text-align: center;
  padding-top: 250px;
  width: 100%;
  height: 100%;
  background-color: #BFBFBF;
}
#landing-background-spinner .landing-spinner {
  font-size: 50px;
  color: #737373;
}
body.lighthammer li.logo-only a.login {
  padding-top: 0 !important;
}
body.lighthammer li.logo-only a.login img {
  margin-top: 0;
}
body.lighthammer #wrap {
  background: url("/img/zdl/background-compress.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
body.lighthammer #wrap div:first-child {
  overflow: visible;
}
body.lighthammer header {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  body.lighthammer header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
body.lighthammer header.collapse-open {
  background-color: white;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
body.lighthammer header nav {
  background: none;
  height: 95px;
}
body.lighthammer header nav .navbar-header {
  padding-top: 10px;
  float: left;
}
body.lighthammer header nav .navbar-header .navbar-brand {
  background: url("/img/zdl/zdl-logo.svg") no-repeat;
  background-size: 100%;
  width: 300px;
  height: 83px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 529px) {
  body.lighthammer header nav .navbar-header .navbar-brand {
    width: 200px;
    height: 56px;
  }
}
body.lighthammer header nav .customer-logo {
  height: 45px;
}
body.lighthammer header nav .customer-logo.with-text {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 529px) {
  body.lighthammer header nav .customer-logo {
    margin-top: 10px;
  }
}
body.lighthammer header nav .navbar-collapse {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.lighthammer header nav .nav-pills {
  padding-left: 0;
}
body.lighthammer header nav .nav-pills li a.navigation {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 15px 20px;
  border: 1px solid transparent;
}
body.lighthammer header nav .nav-pills li a.navigation:focus,
body.lighthammer header nav .nav-pills li a.navigation:active {
  background: none;
}
body.lighthammer header nav .nav-pills li a.navigation:hover {
  background: none;
  color: #fff;
}
body.lighthammer header nav .nav-pills li a.navigation:hover span {
  border: none;
}
body.lighthammer header nav .nav-pills li.active a {
  color: #1291BA !important;
  background: none;
}
body.lighthammer header nav .nav-pills li.active a.login {
  color: #fff !important;
}
body.lighthammer header nav .nav-pills li.visible-xs-block form {
  padding-left: 20px;
  display: none;
}
body.lighthammer header nav .navbar-collapse {
  box-shadow: none;
}
body.lighthammer header nav .navbar-toggle {
  border: none;
  margin-right: 0;
}
body.lighthammer header nav .navbar-toggle .icon-bar {
  background-color: #000;
  width: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.lighthammer header nav .navbar-toggle .icon-bar-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
body.lighthammer header nav .navbar-toggle .icon-bar-middle {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
body.lighthammer header nav .navbar-toggle .icon-bar-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
body.lighthammer header nav .navbar-toggle.collapsed .icon-bar-top {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
body.lighthammer header nav .navbar-toggle.collapsed .icon-bar-middle {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.lighthammer header nav .navbar-toggle.collapsed .icon-bar-bottom {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
body.lighthammer .login-form {
  background-color: #161618;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 20px solid transparent;
  margin-top: -2px;
  padding: 25px 25px 18px 25px;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.175);
  overflow-x: visible;
}
body.lighthammer .login-form input {
  width: 100%;
  background: #fafafa;
  border: #e6e6e6;
}
body.lighthammer .login-form label {
  font-family: sans-serif;
  text-transform: uppercase;
  color: #EFEFEF;
  font-size: 13px;
}
body.lighthammer .login-form.mobile .sign-in {
  width: 100%;
}
body.lighthammer .login-form .sign-in {
  width: 200px;
  margin-top: 20px;
}
body.lighthammer .login-form .sign-in .btn {
  margin: 0 auto;
  display: block;
  font-size: 13px;
  height: 40px;
  text-transform: uppercase;
  color: #EFEFEF !important;
}
body.lighthammer .login-form p {
  font-size: 11px;
  color: #9a9a9a;
  font-family: sans-serif;
  line-height: 0.7em;
}
body.lighthammer .login-form p a {
  font-size: 11px;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  body.lighthammer .login-form:before {
    position: absolute;
    top: -7px;
    right: 20px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: #161618;
    content: '';
  }
}
body.zdl-animation {
  text-align: center;
  background-color: #000 !important;
  background-image: none !important;
  /* ==== Convert to use less-hat ====*/
  /* ==== Horizonal animation ========*/
  /* ==== Vertical animation ========*/
}
body.zdl-animation .parent {
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -60%);
  display: block;
}
body.zdl-animation .parent:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.zdl-animation .parent a:hover {
  text-decoration: none;
}
@media (max-width: 320px) {
  body.zdl-animation .parent {
    transform: translate(-50%, -60%) scale(0.4);
    -webkit-transform: translate(-50%, -60%) scale(0.4);
    -moz-transform: translate(-50%, -60%) scale(0.4);
    -o-transform: translate(-50%, -60%) scale(0.4);
  }
}
@media (min-width: 321px) and (max-width: 380px) {
  body.zdl-animation .parent {
    transform: translate(-50%, -60%) scale(0.4);
    -webkit-transform: translate(-50%, -60%) scale(0.4);
    -moz-transform: translate(-50%, -60%) scale(0.4);
    -o-transform: translate(-50%, -60%) scale(0.4);
  }
}
@media (min-width: 381px) and (max-width: 480px) {
  body.zdl-animation .parent {
    transform: translate(-50%, -60%) scale(0.4);
    -webkit-transform: translate(-50%, -60%) scale(0.4);
    -moz-transform: translate(-50%, -60%) scale(0.4);
    -o-transform: translate(-50%, -60%) scale(0.4);
  }
}
body.zdl-animation .sc-alert {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  z-index: 1;
  position: absolute;
  height: 600px;
  left: 0;
  top: 5%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  /* ==== Use less-hat here =======*/
}
body.zdl-animation .sc-alert.animation {
  -moz-animation: spritev 5.5s steps(11) infinite, spriteh 0.5s steps(11) infinite;
  -webkit-animation: spritev 5.5s steps(11) infinite, spriteh 0.5s steps(11) infinite;
  animation: spritev 5.5s steps(11) infinite, spriteh 0.5s steps(11) infinite;
  display: block;
}
body.zdl-animation .sc-alert.preloaded {
  background-position: 1px -1px;
  background-repeat: no-repeat;
}
body.zdl-animation .sc-alert.preloaded.red {
  background-image: url('/img/zdl/red-static-orb.png');
}
body.zdl-animation .sc-alert.preloaded.orange {
  background-image: url('/img/zdl/orange-static-orb.png');
}
body.zdl-animation .sc-alert.preloaded.yellow {
  background-image: url('/img/zdl/yellow-static-orb.png');
}
body.zdl-animation .sc-alert.preloaded.blue {
  background-image: url('/img/zdl/blue-static-orb.png');
}
body.zdl-animation .sc-alert.preloaded.green {
  background-image: url('/img/zdl/green-static-orb.png');
}
body.zdl-animation .sc-zero-day-live {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
}
body.zdl-animation .bar {
  z-index: 2;
  position: absolute;
  width: 800px;
  height: 4px;
  margin: 0 auto;
  background-size: cover;
}
body.zdl-animation .bar.red {
  background-image: url('/img/zdl/bg-alert-bar-red.png');
  background-position: 50% 50%;
}
body.zdl-animation .bar.orange {
  background-image: url('/img/zdl/bg-alert-bar-orange.png');
  background-position: 50% 50%;
}
body.zdl-animation .bar.yellow {
  background-image: url('/img/zdl/bg-alert-bar-yellow.png');
  background-position: 50% 50%;
}
body.zdl-animation .bar.blue {
  background-image: url('/img/zdl/bg-alert-bar-blue.png');
  background-position: 50% 50%;
}
body.zdl-animation .bar.light-blue {
  background-image: url('/img/zdl/bg-alert-bar-light-blue.png');
  background-position: 50% 50%;
}
body.zdl-animation .bar.green {
  background-image: url('/img/zdl/bg-alert-bar-green.png');
  background-position: 50% 50%;
}
body.zdl-animation .bar.top {
  margin-top: 80px;
  margin-left: -100px;
}
body.zdl-animation .bar.bottom {
  margin-bottom: 30px;
  margin-left: -100px;
}
body.zdl-animation .sc-title {
  margin: 80px auto 0 auto;
  margin-left: -100px;
  display: table;
  padding: 20px;
  width: 825px;
  min-height: 50px;
  background: rgba(26, 26, 26, 0.8);
  height: 228px;
  margin-bottom: 50px;
}
body.zdl-animation .sc-title .sc-slogan {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f1f2f2;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px #3b3c3d solid;
  width: 55%;
  padding-top: 25px;
  padding-bottom: 5px;
  margin: 0 auto;
}
body.zdl-animation .sc-title span {
  display: table-row;
  vertical-align: middle;
  font-family: "eurostile", sans-serif;
  font-size: 26px;
  text-align: center;
  font-weight: 100;
}
body.zdl-animation .sc-title .sc-animation-buttons {
  display: table-row;
  vertical-align: middle;
}
body.zdl-animation .sc-title .sc-animation-buttons .sc-button {
  vertical-align: middle;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
body.zdl-animation .sc-title .sc-animation-buttons .sc-button:hover {
  opacity: 0.75;
}
body.zdl-animation .sc-title .sc-animation-buttons .sc-view {
  padding: 15px 60px 15px 60px;
}
body.zdl-animation .sc-title .sc-animation-buttons .sc-view-all {
  padding: 15px 25px 15px 25px;
  margin-left: 10px;
  color: #000;
}
body.zdl-animation .sc-title.red span {
  color: #fe0026;
}
body.zdl-animation .sc-title.red .sc-view {
  border: 1px #fe0026 solid;
  color: #fe0026;
}
body.zdl-animation .sc-title.red .sc-view-all {
  background-color: #fe0026;
  border: 1px #fe0026 solid;
}
body.zdl-animation .sc-title.orange span {
  color: #ff9b2b;
}
body.zdl-animation .sc-title.orange .sc-view {
  border: 1px #ff9b2b solid;
  color: #ff9b2b;
}
body.zdl-animation .sc-title.orange .sc-view-all {
  background-color: #ff9b2b;
  border: 1px #ff9b2b solid;
}
body.zdl-animation .sc-title.yellow span {
  color: #f7d900;
}
body.zdl-animation .sc-title.yellow .sc-view {
  border: 1px #f7d900 solid;
  color: #f7d900;
}
body.zdl-animation .sc-title.yellow .sc-view-all {
  background-color: #f7d900;
  border: 1px #f7d900 solid;
}
body.zdl-animation .sc-title.blue span {
  color: #377fc7;
}
body.zdl-animation .sc-title.blue .sc-view {
  border: 1px #377fc7 solid;
  color: #377fc7;
}
body.zdl-animation .sc-title.blue .sc-view-all {
  background-color: #377fc7;
  border: 1px #377fc7 solid;
}
body.zdl-animation .sc-title.green span {
  color: #02a46d;
}
body.zdl-animation .sc-title.green .sc-view {
  border: 1px #02a46d solid;
  color: #02a46d;
}
body.zdl-animation .sc-title.green .sc-view-all {
  background-color: #02a46d;
  border: 1px #02a46d solid;
}
@-webkit-keyframes spriteh {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -6600px;
  }
}
@-moz-keyframes spriteh {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -6600px;
  }
}
@keyframes spriteh {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -6600px;
  }
}
@-webkit-keyframes spritev {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -6600px;
  }
}
@-moz-keyframes spritev {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -6600px;
  }
}
@keyframes spritev {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -6600px;
  }
}
body.lighthammer-dark #wrap {
  background-image: url('/img/background-main_2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.lighthammer-dark .zdl-logo {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #888), linear-gradient(to bottom, #ffffff, #ffffff);
  font-family: Eurostile;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: -5px;
}
body.lighthammer-dark .login-container {
  width: 33%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media only screen and (max-width: 529px) {
  body.lighthammer-dark .login-container {
    width: 80%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  body.lighthammer-dark .login-container {
    width: 75%;
  }
}
body.lighthammer-dark .login-box {
  border: 1px rgba(51, 203, 253, 0.45) solid;
  margin-top: 10%;
}
body.lighthammer-dark .login-box .sc-login-alert-icon {
  width: 30px;
  display: block;
  margin: 0 auto;
  padding: 15px 0 5px 0;
}
body.lighthammer-dark .login-box h4 {
  font-family: "eurostile", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #F1F1F1;
}
body.lighthammer-dark .login-box form {
  margin: 35px 55px 55px 55px;
  display: block;
}
body.lighthammer-dark .login-box form .form-control {
  border: 1px rgba(51, 203, 253, 0.45) solid;
  color: rgba(51, 203, 253, 0.85);
  padding: 25px;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.lighthammer-dark .login-box form .form-control::placeholder {
  color: rgba(51, 203, 253, 0.45);
}
body.lighthammer-dark .login-box form .form-control::-ms-input-placeholder {
  color: rgba(51, 203, 253, 0.45);
}
body.lighthammer-dark .login-box form .form-control::-ms-input-placeholder {
  color: rgba(51, 203, 253, 0.45);
}
body.lighthammer-dark .login-box form .form-control.error {
  background: url('/img/icon-error@3x.png') no-repeat 96% 50%;
  background-size: 15px;
}
body.lighthammer-dark .login-box form .alert-error {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #FF4255;
  margin-top: -8px;
  margin-bottom: 8px;
  display: none;
}
body.lighthammer-dark .login-box form .reset-link a {
  color: rgba(51, 203, 253, 0.85);
  text-align: center;
  display: block;
  margin: 25px 0;
}
body.lighthammer-dark .powered-by {
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #f1f2f2;
  text-align: center;
  margin-top: 0px;
}
body.lighthammer-dark .powered-by img {
  width: 130px;
  object-fit: contain;
  margin-top: -5px;
}
body.lighthammer-dark .organization-logo {
  position: relative;
  background-color: #0d0e0f;
  padding: 40px 0 40px 0;
}
body.lighthammer-dark .organization-logo img {
  width: 116px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#reset-form-lh form {
  font-family: "eurostile", sans-serif;
}
#reset-form-lh h2 {
  color: #D1D3DF !important;
  font-weight: 100;
  font-size: 2.2em;
}
#reset-form-lh .section-header {
  border-top: 1px #D1D3DF solid;
  padding: 15px 0 15px 0;
  margin: 10px 0 10px 0;
}
#reset-form-lh form label {
  padding: 7px 0 7px 0;
  color: #D1D3DF !important;
  font-size: 1.2em;
  text-transform: uppercase;
}
#reset-form-lh form input[type=text]::-webkit-input-placeholder,
#reset-form-lh form input[type=email]::-webkit-input-placeholder,
#reset-form-lh form input[type=password]::-webkit-input-placeholder {
  text-transform: uppercase;
}
#reset-form-lh form .btn {
  border-radius: 0px;
  color: #FFF;
  text-transform: uppercase;
}
#reset-form-lh a {
  color: #D1D3DF;
}
#reset-form-lh > div.reset-container {
  padding: 0 10%;
}
.captcha-margins {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.captcha-margins img {
  max-width: 100%;
}
#reset-form-lh .captcha-margins img {
  width: 100%;
}
#reset-form-lh .signin a {
  font-size: 1.2em;
}
.dropdown.login .reset-link {
  margin: 6px 0;
}
.dropdown.login .sign-in .btn {
  border-radius: 0px;
  height: 40px;
}
/* EPN EXPLORER */
#reportPagePreviewModal .modal-dialog {
  width: 80%;
}
#reportPagePreviewModal .modal-dialog img#pagePreview {
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #reportPagePreviewModal .modal-dialog {
    width: 95%;
  }
}
.b-arrow > div {
  width: 30px !important;
  height: 75px  !important;
  position: relative !important;
}
.b-arrow-next > div {
  background-size: cover !important;
}
.b-arrow-prev > div {
  background-image: url('images/arrow-prev.png') no-repeat right top;
  background-size: cover !important;
  background-position: right;
  position: relative !important;
  float: right !important;
}
div#IpDataParkHeader {
  /*background-image: url('/img/bg_ip_data_park.jpg');*/
  background-image: url('/img/bg_ip_data_park-1.jpg');
  background-size: cover;
  height: 750px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
  padding-top: -30px;
}
div#IpDataParkHeader .container {
  position: relative;
}
div#IpDataParkHeader .container > h1,
div#IpDataParkHeader .container > h2 {
  font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0061c4;
  position: absolute;
  text-transform: uppercase;
}
div#IpDataParkHeader .container > h1 {
  text-shadow: 0px -1px rgba(0, 0, 0, 0.45);
  font-weight: bold;
  top: 200px;
  right: 0px;
  font-size: 70px;
}
@media only screen and (max-width: 480px) {
  div#IpDataParkHeader .container > h1 {
    top: 100px;
  }
}
div#IpDataParkHeader .container > h2 {
  text-shadow: 0px -1px rgba(0, 0, 0, 0.45);
  top: 285px;
  right: 0px;
  font-size: 22px;
  font-weight: 300;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  div#IpDataParkHeader .container > h2 {
    top: 270px;
  }
}
#databasesCarousel {
  margin-bottom: 40px;
}
#databasesCarousel .results {
  overflow: hidden;
  text-align: center;
}
#databasesCarousel .results > div {
  padding: 0 40px;
}
#databasesCarousel .results > div + div {
  display: none;
}
@media (min-width: 768px) {
  #databasesCarousel .results > div + div {
    display: block;
  }
}
#databasesCarousel .results > div + div + div {
  display: none;
}
@media (min-width: 992px) {
  #databasesCarousel .results > div + div + div {
    display: block;
  }
}
#databasesCarousel .results > div + div + div + div {
  display: none;
}
#databasesCarousel span.button {
  border: 1px solid #ccc;
  padding: 4px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  cursor: pointer;
  font-size: 18px;
  background-color: white;
  z-index: 100;
  opacity: 1;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
#databasesCarousel span.button.disabled {
  cursor: not-allowed;
  color: #ddd;
}
#databasesCarousel span.button.close {
  position: absolute;
  right: 5px;
  top: 5px;
}
#databasesCarousel span.button.prev {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
}
#databasesCarousel span.button.next {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
}
.dview {
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
  float: left;
  border: 10px solid #F5F5F5;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff no-repeat center center;
}
.dview h1,
#epn-data-park .dview h1 {
  font-size: 25px;
  text-overflow: ellipsis;
  white-spaces: no-wrap;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.8s linear;
}
.dview .dmask,
.dview .content {
  height: 230px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.dview img {
  display: block;
  position: relative;
}
.dview p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
}
.dview a.dinfo {
  display: inline-block;
  text-decoration: none;
  padding: 7px;
  background: #feaf02;
  background-size: 20px auto;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.dview a.dinfo.commercial {
  background-color: #1f5fa6;
  background-image: url('/img/usd_dollar_white.png');
}
.dview a.dinfo:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.dview-slide img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dview-slide .dmask {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dview h2,
#epn-data-park .dview-slide h2 {
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
  box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.dview-slide p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dview-slide:hover .dmask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.dview-slide:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.dview-slide:hover h1,
#epn-data-park .dview-slide:hover h1 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.dview-slide:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.indextitle {
  font-family: lucida;
  font-size: 25px;
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dview .dimg {
  width: 100%;
  height: 230px;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.dview-slide:hover .dimg {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#edp-header {
  margin-bottom: 20px;
}
#sp-dropdown {
  margin-top: 15px;
}
#sp-dropdown .selectContainer {
  padding-left: 0px;
}
.prev-searches {
  margin: 0px;
  padding: 3px 8px !important;
  cursor: pointer;
}
.prev-searches p {
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
#ipGlobalSearch {
  position: relative;
  top: 450px;
}
.input-query {
  background: rgba(255, 255, 255, 0.95) url('/img/ico_search.png') no-repeat right 5px center;
}
.left-side-nav {
  padding-right: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.left-side-nav ul.nav li {
  border-right: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
}
.left-side-nav ul.nav li a {
  color: #942414;
}
.left-side-nav ul.nav li.active {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: transparent;
}
.left-side-nav ul.nav li.active a {
  background-color: transparent;
  color: #555;
}
.workspace-listing-tag-label {
  display: inline-block;
}
.workspace-view-option-buttons .btn {
  margin-bottom: 3px;
}
.workspace-sources-overview .source-header h4 {
  display: inline-block;
}
.workspace-sources-overview .source-header button {
  margin-top: 10px;
}
.workspace-sources-overview .source-overview-keywords-collapsed {
  max-height: 18px;
  overflow: hidden;
}
button.btn-ws-source-info {
  cursor: default;
}
.workspace-sources-td button {
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  white-space: normal;
}
.workspace-sources-td button .badge {
  margin-top: 2px;
}
.workspace-sources-td .well {
  margin-bottom: 2px;
}
button.btn-word-break {
  white-space: normal;
}
button.btn-word-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
a.attachment {
  margin-right: 10px;
}
a.attachment span {
  margin-right: 3px;
}
.wl-detail-ratings {
  min-width: 150px;
  padding-bottom: 2px;
}
.wl-detail-ratings form {
  display: inline;
  margin-right: 10px;
}
.wl-detail-ratings .cursor-pointer {
  display: inline;
}
.btn-loadmore {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 20px;
}
#twitter #twitter-widget-0 {
  width: 100% !important;
  height: 500px !important;
}
#twitter .h-feed {
  width: 100% !important;
}
#twitter .stream {
  width: 100% !important;
}
#carousel-twitter-section #twitter-widget-0 {
  width: 100% !important;
}
#carousel-twitter-section .h-feed {
  width: 100% !important;
}
#carousel-twitter-section .stream {
  width: 100% !important;
}
.rss-feed-description img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.capitalize {
  text-transform: capitalize;
}
/*!
 * bootstrap-select v1.4.3
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: right;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: white !important;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
  background-image: url('/img/ico_search.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: block;
}
.selectpicker li.active a {
  color: white !important;
  background-color: #942414 !important;
  border-color: #942414 !important;
}
.selectpicker li.active:hover,
.selectpicker li.active:focus {
  border-color: #942414 !important;
  border-color: rgba(148, 36, 20, 0.25) !important;
  text-decoration: none !important;
}
.progress-bar {
  width: 100%;
  background-color: #F3ABAB;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite !important;
  animation: progress-bar-stripes 0.5s linear infinite !important;
}
.words-list-container {
  height: 600px;
  overflow: auto;
  position: relative;
}
.words-list-container .blacklist-local {
  height: 12px;
  font-size: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.words-list-container .blacklist-global {
  height: 12px;
  font-size: 7px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.words-list-container .progress {
  height: 8px;
  margin-bottom: 5px;
  margin-top: 4px;
}
.words-list-container .progress .progress-bar-danger {
  width: 100%;
  background-color: #F3ABAB;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}
text {
  font-size: 12px;
}
path.chord {
  fill-opacity: 0.8;
}
#word-list-table {
  font-size: 12px;
}
#word-list-table td {
  padding: 1px !important;
}
#word-list-table .active-row {
  background-color: #FFE6E6;
}
#word-list-table .active-row .counter-col {
  font-weight: bold;
}
#word-list-table p {
  color: #942414;
  cursor: pointer;
  margin-bottom: 0px;
}
#svg_project .slider {
  width: 80% !important;
}
.node rect {
  cursor: pointer;
  fill: #fff;
  fill-opacity: 0.5;
  stroke: #F3ABAB;
  stroke-width: 1.5px;
}
svg rect {
  border-radius: 5px;
}
.node text {
  font: 12px sans-serif;
  pointer-events: none;
}
path.link {
  fill: none;
  stroke: #F3ABAB !important;
  stroke-width: 1.5px;
}
.control-frame .btn-success {
  background-color: #942414;
  border-color: #942414;
}
.time-trending-chart .axis path,
.time-trending-chart .axis line {
  fill: none;
  stroke: #697170;
  shape-rendering: crispEdges;
  opacity: 0.2;
}
.time-trending-chart text {
  color: #697170;
}
.time-trending-chart .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}
.time-trending-chart .legend rect {
  fill: rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.time-trending-chart circle {
  opacity: 0.8;
}
.time-trending-chart circle:hover {
  fill: red;
}
h5.time-chart-title {
  text-align: center;
  font-weight: bold;
}
.gains-list td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.gains-list .clickable-gain-lose {
  cursor: pointer;
}
.gains-list .table-container {
  max-height: 400px;
  overflow-y: auto;
}
.gains-list .table-container .blacklist-local {
  height: 12px;
  font-size: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
}
.gains-list .table-container .blacklist-global {
  height: 12px;
  font-size: 7px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
}
.gains-list th.counter {
  width: 10%;
}
.gains-list th.word {
  width: 60%;
}
.gains-list th.gain {
  width: 30%;
}
.rickshaw-time-trending .slider {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100% !important;
}
.rickshaw-time-trending .btn.btn-success {
  background-color: #942414;
  border-color: #942414;
}
.rickshaw-time-trending .rickshaw_legend {
  border: none;
}
.rickshaw-time-trending .title {
  transform: rotate(-40deg);
}
#move-checked-btn {
  text-align: right;
  margin-bottom: 5px;
  margin-top: 15px;
}
#keywords_area {
  width: 100%;
  border-color: #8e8e8e;
  outline: 0;
  border-radius: 1px;
}
.service-status {
  padding-left: 50px;
  padding-right: 50px;
}
.crawler-table {
  padding-left: 35px;
  padding-right: 35px;
}
.name-column {
  width: 70%;
}
.progress-column {
  width: 30%;
}
.progress-column .progress {
  margin-bottom: 0px;
  margin-right: 50px;
}
.action-column {
  text-align: center;
}
.crawler-table #classify_button {
  width: 100px;
}
.crawler-table .panel-heading {
  padding: 5px 15px;
  background-color: #FFF;
}
.modal-body #keywords_dropdown {
  width: 100%;
}
#go-back-button {
  text-align: center;
}
.progress-column #progress-percentage {
  color: black;
}
.nowrap {
  white-space: nowrap;
}
.action-button {
  text-decoration: none;
  margin-right: 2px;
}
.no-resize {
  resize: none;
}
.book-o-matic-frame {
  height: 300px;
  width: 100%;
  overflow-y: auto;
}
.margin-soft {
  margin: 5px;
}
.clickable {
  cursor: pointer;
}
.narrow-padding {
  padding: 3px 10px !important;
}
/* Carousel base class */
.carousel-main {
  height: 555px;
  margin-bottom: 20px;
}
.carousel-main h1,
.carousel-main h2,
.carousel-main h3,
.carousel-main h4 {
  color: #808080;
  text-shadow: none;
}
.carousel-main h1 {
  font-size: 32px;
}
.carousel-main h1.first-slide-title {
  margin-top: 65px;
}
.carousel-main .carousel-control {
  background-image: none;
  font-size: 25px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-main .carousel-caption {
  top: 0px;
  left: 10%;
  right: 10%;
  padding-top: 0px;
  max-height: 150px;
}
.carousel-main .carousel-slide-content {
  position: absolute;
  top: 100px;
  left: 10%;
  right: 10%;
  text-align: center;
}
/* Declare heights because of positioning of img element */
.carousel-main .item {
  height: 555px;
  background-color: #fff;
}
.carousel-main .carousel-inner > .item > img {
  margin: auto;
  display: block;
  height: 555px;
}
.carousel-main .carousel-inner > .item > img {
  min-height: 555px;
}
.carousel-main .carousel-indicators {
  bottom: -10px;
}
.carousel-main .carousel-indicators li {
  border: 1px solid #CA928A;
}
.carousel-main .carousel-indicators .active {
  background-color: #CA928A;
}
/*DATA BASES LIST*/
.carousel-slide-content h2 {
  margin-top: 10px;
}
.carousel-slide-content img {
  display: block;
  margin: auto;
  padding: 5px;
}
.data-bases-list {
  margin-top: 0px;
  margin-bottom: 0px;
}
.data-bases-list li {
  padding: 8px 10px !important;
  background-color: #75e0f0;
  color: #fff;
  margin-top: 5px;
  width: 225px !important;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #159FC6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-bases-list li.disabled a:hover {
  cursor: not-allowed;
}
.data-bases-list li a {
  color: #fff;
}
.data-bases-list li a:hover {
  text-decoration: none;
  color: #159FC6;
}
body.admin.no-header-layout {
  padding-top: 0;
}
body.landing-page #wrap {
  background: none !important;
}
#bgImages img {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
img#logo {
  max-width: 100%;
  padding-bottom: 20px;
}
#carouselText {
  position: relative;
  min-height: 300px;
}
@media (max-width: 767px) {
  #carouselText {
    min-height: 50px;
  }
}
#carouselText .wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#carouselText .animate {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#carouselText .animate.flash {
  opacity: 0;
}
#carouselText h1 {
  color: #f9f9f9;
  font-size: 36px;
  padding-bottom: 10px;
}
#carouselText p {
  color: #f9f9f9;
  font-size: 29px;
  text-shadow: 1px 1px #000;
  font-weight: bold;
}
#navigationButtons {
  text-align: center;
  width: 100%;
}
#navigationButtons button {
  display: inline-block;
  margin: 7px;
  color: #FFFFFF;
  font-weight: bold;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #FFFFFF;
}
#navigationButtons button.arrow-right {
  background-image: url("../img/ico_right_arrow.png");
}
#navigationButtons button.arrow-left {
  background-image: url("../img/ico_left_arrow.png");
}
#navigationButtons button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
#background-container {
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
}
#background-container #bgImages {
  display: block;
  width: 100%;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#background-container #bgImages li > img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#background-container #bgImages li > img.animate {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 30s;
  -moz-transition: all 30s;
  -o-transition: all 30s;
  transition: all 30s;
}
.landing-container {
  width: 100%;
  padding: 75px;
}
@media (max-width: 767px) {
  .landing-container {
    padding: 25px;
  }
}
#forms {
  position: relative;
}
#forms .form {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fefefe;
  padding: 10px;
}
#forms .form legend {
  display: inline-block;
  width: auto;
  border-bottom: none;
  padding: 5px;
  margin: 0;
  color: white;
}
#forms .form form {
  clear: both;
}
#forms .form-control {
  margin-bottom: 10px;
  width: 100%;
  opacity: 0.85;
}
#forms #input-submit {
  float: right;
}
/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 200;
}
.do-flip {
  color: white !important;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 1px;
  shadow: 1px 1px black;
}
/* flip the pane when hovered */
.flip-container.show-back .flipper .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container.show-back .flipper .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container {
  height: 280px;
}
.front,
.back {
  height: auto;
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
}
/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#reportSearchResults {
  position: relative;
  padding: 10px 45px;
}
#reportSearchResults > h4 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  margin-left: -30px;
}
#reportSearchResults > h4 small {
  font-size: 13px;
}
#reportSearchResults .results {
  overflow: hidden;
  text-align: center;
}
#reportSearchResults .results > div + div {
  display: none;
}
@media (min-width: 768px) {
  #reportSearchResults .results > div + div {
    display: block;
  }
}
#reportSearchResults .results > div + div + div {
  display: none;
}
@media (min-width: 992px) {
  #reportSearchResults .results > div + div + div {
    display: block;
  }
}
#reportSearchResults .results > div + div + div + div {
  display: none;
}
#reportSearchResults .results .result {
  background-color: white;
  border: 1px solid #ccc;
  float: left;
  padding: 5px;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
}
#reportSearchResults .results .result a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
#reportSearchResults .results .result img {
  width: 30%;
  height: 100%;
  float: left;
}
#reportSearchResults .results .result > div {
  width: 70%;
  float: left;
  padding-left: 10px;
  text-align: left;
  text-overflow: ellipsis;
}
#reportSearchResults .results .result > div h3,
#reportSearchResults .results .result > div h4 {
  padding: 0;
  margin: 0;
}
#reportSearchResults .results .result > div h3 {
  font-size: 1.4em;
  text-transform: uppercase;
}
#reportSearchResults .results .result > div h4 {
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 10px;
}
#reportSearchResults span.button {
  border: 1px solid #ccc;
  padding: 4px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  cursor: pointer;
  font-size: 18px;
  background-color: white;
  z-index: 100;
  opacity: 1;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
#reportSearchResults span.button.disabled {
  cursor: not-allowed;
  color: #ddd;
}
#reportSearchResults span.button.close {
  position: absolute;
  right: 5px;
  top: 5px;
}
#reportSearchResults span.button.prev {
  position: absolute;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
}
#reportSearchResults span.button.next {
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
}
/*CLASS USED TO WRAP THE WHOLE CONTENT ADD DIFFERENT STYLES TO IP DP*/
.ip-data-park {
  padding-top: 60px !important;
}
.ip-data-park #wrap {
  background: -moz-linear-gradient(top, #02070a 20%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #02070a 20%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #02070a 20%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02070a', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
  background-repeat: no-repeat;
}
.ip-data-park-search,
.plugin-IPDataPark {
  font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02070a+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(2, 7, 10, 0.65) 20%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(2, 7, 10, 0.65) 20%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(2, 7, 10, 0.65) 20%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02070a', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
  background-repeat: no-repeat;
}
.ip-data-park-search .indextitle,
.plugin-IPDataPark .indextitle {
  font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.ip-data-park-search .dview,
.plugin-IPDataPark .dview {
  border-color: #0061c4 !important;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #000000;
}
.ip-data-park-search .dview h1,
.plugin-IPDataPark .dview h1 {
  font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ip-data-park-search .dview .dmask h2,
.plugin-IPDataPark .dview .dmask h2 {
  font-size: 16px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.ip-data-park-search #MainHeader #CoreNavigation #MainNavigationMenu .selected a,
.plugin-IPDataPark #MainHeader #CoreNavigation #MainNavigationMenu .selected a {
  color: #0061c4 !important;
}
.ip-data-park-search .pagination-container ul.pagination li.active a,
.plugin-IPDataPark .pagination-container ul.pagination li.active a {
  background-color: #0061c4;
  border-color: #0061c4;
}
.ip-data-park-search a,
.plugin-IPDataPark a {
  color: #0061c4;
}
.ip-data-park-search .label-danger,
.plugin-IPDataPark .label-danger {
  background-color: #0061c4;
  display: inline-block;
}
.ip-data-park-search .well,
.plugin-IPDataPark .well {
  background-color: #0061c4;
  border-color: #C6D9EF;
  border-color: #3c4a5a;
}
.ip-data-park-search #wait-progress,
.plugin-IPDataPark #wait-progress {
  margin-top: 20px;
}
.ip-data-park-search #wait-progress .progress-bar,
.plugin-IPDataPark #wait-progress .progress-bar {
  background-color: #0061c4;
}
#searchArea .well {
  margin-bottom: 0px;
}
#IPAdvancedFilters .filter-panel,
#IPResults .filter-panel {
  max-height: 250px;
  overflow-y: scroll;
  margin-top: 5px;
  clear: both;
  padding-bottom: 5px;
}
#IPAdvancedFilters .filter-panel + .filter-panel,
#IPResults .filter-panel + .filter-panel {
  border-top: 1px solid #B3B3B3;
}
#IPAdvancedFilters h1,
#IPResults h1 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#IPAdvancedFilters h2,
#IPResults h2 {
  color: #313131;
  font-size: 1.2em;
  padding: 8px 0 8px 0;
  margin: 0;
  font-weight: bold;
}
#IPAdvancedFilters h3,
#IPResults h3 {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
#IPAdvancedFilters h4,
#IPResults h4 {
  text-transform: uppercase;
  white-space: nowrap;
}
#IPResults {
  padding-left: 0;
  margin-top: 5px;
}
#IPResults.bordered-line {
  border-left: 1px solid #d4d4d4;
}
.table.table-tto-offices {
  font-size: 1.2em;
}
.table.table-results {
  margin-top: 0;
}
.table.table-results tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.table.table-results td {
  padding: 10px;
}
.table.table-results td.separator {
  border-left: 1px solid #F2F2F2;
}
.table.table-results tr,
.table.table-results th,
.table.table-results td {
  border: none;
}
.table.table-results tr {
  position: relative;
  /*border-bottom: 1px solid @light-text;*/
}
.table.table-results th {
  white-space: nowrap;
  color: #313131;
  background-color: #B3B3B3;
}
.table.table-results td.ip-description {
  width: 35%;
}
.table.table-results .short_text,
.table.table-results .full_text {
  text-align: justify;
  font-size: 1.2em;
}
.table.table-results h1.ip-title {
  font-size: 1.2em !important;
}
.table.table-results h3.ip-organisation {
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
}
.table.table-results h3.ip-more-patents {
  margin-top: 15px;
  margin-bottom: 5px;
  border-top: 1px solid #f2f2f2;
  padding-top: 5px;
}
.table.table-results h3.ip-more-patents .glyphicon {
  color: #0061c4;
}
.table.table-results .column.column-date {
  /*text-align: center;*/
  width: 165px;
}
.table.table-results .column.column-highlight {
  background-color: #FFFCF0;
  background-color: rgba(255, 252, 240, 0.45);
  /*border-left: 1px solid @light-text;*/
}
.list.list-small {
  list-style-type: none;
  padding: 0 0 0 5px;
  margin: 0 0 5px 0;
}
.list.list-keywords li {
  padding: 0px;
  margin-top: 2px;
}
.list.list-checkboxes {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-top: 8px;
}
.list.list-checkboxes label {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#my-portfolio-hero {
  margin-top: 50px;
  background-color: #0061c4;
  padding: 80px;
}
#my-portfolio-hero p {
  color: white;
  font-size: 40px;
}
#my-portfolio-hero h1 {
  font-size: 100px;
  color: black;
  font-weight: bold;
}
p.my-portfolio-preamble {
  padding: 80px;
  text-align: justify;
  font-size: 25px;
}
#my-portfolio-accordion h2 {
  color: #5C80A9;
}
#my-portfolio-accordion .panel-heading {
  background-color: #F3F3F3;
}
#my-portfolio-accordion .panel-heading a {
  margin: 0px;
  font-weight: bold;
  text-decoration: none;
}
#my-portfolio-accordion p a {
  color: #ff0000;
  text-decoration: underline;
}
#my-portfolio-accordion .checkbox-toggle {
  margin: 0px 10px 0px 10px;
}
#my-portfolio-accordion .checkbox-toggle span {
  opacity: 0.9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#my-portfolio-accordion .checkbox-toggle span.blink {
  opacity: 0.1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
h4.callout-header-danger {
  color: #D9534F;
}
/*RIBBON*/
#ribbon {
  left: 4px;
  padding: 0.34em 1em;
  margin: 0;
  margin-top: 5px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(top, #0061c4, #17a7d2);
  display: inline-block;
  z-index: 10;
}
#ribbon-content:before {
  content: "";
  bottom: -0.5em;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #0675b3 transparent transparent transparent;
  z-index: -1;
}
#ribbon-content:before {
  left: 0;
  border-width: 0.5em 0 0 0.5em;
}
/*MAIN BOX BACKGROUNDS COLORS*/
/*MAIN SECTION TITLE - SEPARATOR*/
/*NEWS SECTION*/
.presentation {
  /* FOLD EFFECT*/
}
.presentation section {
  padding-top: 30px;
}
.presentation section h1,
.presentation section h2 {
  text-align: center;
  color: #626667;
}
.presentation section h1.section-title {
  font-size: 30px;
  text-shadow: 0px 1px 1px #fff;
}
.presentation section h2.section-sub-title {
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 15px;
  text-shadow: 0px 1px 1px #fff;
}
.presentation .icon-bar {
  display: block;
  list-style-type: none;
  padding-right: 20px 20px;
  text-align: center;
}
.presentation .icon-bar li {
  min-width: 140px;
}
.presentation .icon-bar .icon-bar-icon {
  display: block;
  width: 96px;
  height: 96px;
  margin: 20px auto 20px auto;
  background-repeat: no-repeat;
}
.presentation .icon-bar .icon-bar-caption {
  font-size: 16px !important;
  color: #626667;
}
.presentation .icon-plot {
  background-image: url('../img/dashboard/ico-plot.png');
}
.presentation .icon-news {
  background-image: url('../img/dashboard/ico-news.png');
}
.presentation .icon-academic {
  background-image: url('../img/dashboard/ico-academic.png');
}
.presentation .icon-ip {
  background-image: url('../img/dashboard/ico-umbrella.png');
}
.presentation .icon-preview {
  background-image: url('../img/dashboard/ico-zoom.png');
}
.presentation .icon-download {
  background-image: url('../img/dashboard/ico-download.png');
}
.presentation .dash-box-info {
  background-color: #51a6c2;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-info .box-icon {
  background-image: url('../img/dashboard/ico-info.png');
  display: block;
  width: 96px;
  height: 96px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-info .content-wrapper {
  padding: 30px 20px 15px 20px;
}
.presentation .dash-box-info h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  min-height: 80px;
}
.presentation .dash-box-info p {
  text-align: left;
  color: #fff;
  font-size: 18px;
  min-height: 75px;
}
.presentation .dash-box-employment {
  background-color: #ffb02d;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-employment .box-icon {
  background-image: url('../img/dashboard/ico-employment.png');
  display: block;
  width: 96px;
  height: 96px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-employment .content-wrapper {
  padding: 30px 20px 15px 20px;
}
.presentation .dash-box-employment h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  min-height: 80px;
}
.presentation .dash-box-employment p {
  text-align: left;
  color: #fff;
  font-size: 18px;
  min-height: 75px;
}
.presentation .dash-box-comunicate {
  background-color: #fb6357;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-comunicate .box-icon {
  background-image: url('../img/dashboard/ico-comunicate.png');
  display: block;
  width: 96px;
  height: 96px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-comunicate .content-wrapper {
  padding: 30px 20px 15px 20px;
}
.presentation .dash-box-comunicate h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  min-height: 80px;
}
.presentation .dash-box-comunicate p {
  text-align: left;
  color: #fff;
  font-size: 18px;
  min-height: 75px;
}
.presentation .dash-box-latest-comment {
  background-color: #51a6c2;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-latest-comment .box-icon {
  background-image: url('../img/dashboard/ico-user.png');
  display: block;
  width: 96px;
  height: 96px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-latest-comment .content-wrapper {
  padding: 30px 20px 15px 20px;
}
.presentation .dash-box-latest-comment h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  min-height: 80px;
}
.presentation .dash-box-latest-comment p {
  text-align: left;
  color: #fff;
  font-size: 18px;
  min-height: 75px;
}
.presentation .dash-box-latest-comment h1 {
  font-size: 20px;
  min-height: auto;
}
.presentation .dash-box-latest-comment p {
  min-height: auto;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.presentation .dash-box-latest-comment p.small {
  font-size: 90%;
}
.presentation .dash-box-movie {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-movie .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-movie h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-movie p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-posts {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-posts .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-posts h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-posts p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-create-post {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-create-post .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-create-post h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-create-post p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-research {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-research .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-research h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-research p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-report {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-report .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-report h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-report p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-time-trends {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-time-trends .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-time-trends h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-time-trends p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-natural-trends {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-natural-trends .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-natural-trends h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-natural-trends p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-news-1 {
  background-color: #fac05f;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-news-1 .box-icon {
  background-image: url('../img/dashboard/ico-news-horn.png');
  display: block;
  width: 65px;
  height: 65px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-news-1 .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-news-1 h1 {
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-news-1 h2 {
  font-size: 18px;
  color: #52370a;
  min-height: 40px;
}
.presentation .dash-box-news-1 p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.presentation .dash-box-news-2 {
  background-color: #fc6e42;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-news-2 .box-icon {
  background-image: url('../img/dashboard/ico-news-horn.png');
  display: block;
  width: 65px;
  height: 65px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-news-2 .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-news-2 h1 {
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-news-2 h2 {
  font-size: 18px;
  color: #4f1d0d;
  min-height: 40px;
}
.presentation .dash-box-news-2 p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.presentation .dash-box-news-3 {
  background-color: #874e4f;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-news-3 .box-icon {
  background-image: url('../img/dashboard/ico-news-horn.png');
  display: block;
  width: 65px;
  height: 65px;
  margin: 30px auto 30px auto;
  background-repeat: no-repeat;
}
.presentation .dash-box-news-3 .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-news-3 h1 {
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-news-3 h2 {
  font-size: 18px;
  color: #331516;
  min-height: 40px;
}
.presentation .dash-box-news-3 p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.presentation .dash-box-links {
  background-color: #fff;
  min-height: 50px;
  margin-top: 25px;
}
.presentation .dash-box-links .content-wrapper {
  padding: 10px 30px 10px 30px;
}
.presentation .dash-box-links h1 {
  color: #b0b2b3;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px auto 15px auto;
}
.presentation .dash-box-links p {
  text-align: center;
  color: #b0b2b3;
  font-size: 18px;
}
.presentation .dash-box-links .content-wrapper {
  padding: 10px 40px 10px 0px;
}
.presentation .dash-box-links .important-links {
  list-style-type: none;
}
.presentation .dash-box-links .important-links li {
  color: #626667;
  font-size: 18px;
  border-bottom: 1px solid #626667;
  padding: 10px 0px 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.presentation .dash-box-links .important-links li:last-child {
  border-bottom: none;
}
.presentation .fold {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 40px;
}
.presentation .fold:last-child {
  margin-bottom: 0;
}
.presentation .fold:before,
.presentation .fold:after {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0;
  right: 0;
  content: "";
}
.presentation .fold:before {
  border-top: solid 24px transparent;
  border-right: solid 24px #EDEFED;
  border-bottom: solid 24px #EDEFED;
  border-left: solid 24px transparent;
}
.presentation .fold:after {
  border-top: solid 24px #dadada;
  border-right: solid 24px transparent;
  border-bottom: solid 24px transparent;
  border-left: solid 24px #dadada;
}
.presentation {
  background: #edefed !important;
  /* Background images are set within the HTML using inline CSS, not here */
}
.presentationhtml,
.presentationbody {
  height: 100% ;
}
.presentation .carousel,
.presentation .item,
.presentation .active {
  height: 100% ;
}
.presentation .carousel-inner {
  height: 100% ;
}
.presentation .carousel-caption {
  top: 30%;
}
.presentation .carousel-caption h1 {
  font-size: 65px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: none;
}
.presentation .carousel-caption hr {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  width: 145px;
}
.presentation div.content-wrapper {
  position: relative;
}
.presentation ul#safResearch li {
  position: relative;
}
.presentation ul#safResearch li:hover span {
  font-weight: normal;
}
.presentation ul#safResearch li a.cover-parent {
  background: rgba(0, 0, 0, 0);
}
.presentation a.cover-parent {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.presentation a.cover-parent:hover {
  background: rgba(0, 0, 0, 0);
}
.presentation #navbarSeppalla {
  background-color: transparent;
  border-bottom: 0px;
}
.presentation #navbarSeppalla.dark,
.presentation #navbarSeppalla.always-dark {
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 1s;
}
.presentation #navbarSeppalla.dark .navbar-nav li ul li a,
.presentation #navbarSeppalla.always-dark .navbar-nav li ul li a {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.presentation #navbarSeppalla.dark .navbar-nav li ul li a:hover,
.presentation #navbarSeppalla.always-dark .navbar-nav li ul li a:hover,
.presentation #navbarSeppalla.dark .navbar-nav li ul li a:focus,
.presentation #navbarSeppalla.always-dark .navbar-nav li ul li a:focus {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.presentation .donate-button {
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: #40c8a4;
  background-color: rgba(64, 200, 164, 0.65);
  padding: 5px 10px 5px 10px;
  margin: 10px 20px;
}
.presentation .nav.navbar-nav a {
  color: whitesmoke;
  text-transform: uppercase;
  font-weight: bolder;
}
.presentation .nav.navbar-nav a:hover,
.presentation .nav.navbar-nav a:focus {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  color: whitesmoke;
}
.presentation .nav .open > a,
.presentation .nav .open > a:hover,
.presentation .nav .open > a:focus {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.presentation .nav .dropdown-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 10px;
}
.presentation .nav .dropdown-menu li {
  border-bottom: 1px solid whitesmoke;
}
.presentation .nav .dropdown-menu li:last-child {
  border-bottom: none;
}
.presentation .nav .dropdown-menu li a {
  text-transform: initial !important;
  padding-left: 5px;
}
.presentation .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.presentation #searchArea.fixed {
  position: fixed;
  top: 50px;
}
.presentation .search-area {
  font-weight: normal;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 25px 15% 0 15%;
  z-index: 100;
}
.presentation .search-area .query {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.presentation .search-area .sources {
  text-align: left;
}
.presentation .search-area .sources button {
  text-align: left;
  border-radius: 0;
  color: #aaa;
}
.presentation .search-area .sources button .caret {
  margin-left: 75px;
}
.presentation .search-area .search-btn {
  color: white;
  background-color: #176B9A;
  border-right: 1px solid #176B9A;
  border-top: 1px solid #176B9A;
  border-bottom: 1px solid #176B9A;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.presentation footer {
  background-color: #2e3031;
  color: #c0c1c1;
  margin-top: 50px;
}
.presentation footer .footer-wrapper {
  padding: 15px;
}
.presentation footer .footer-wrapper .logo-footer {
  display: block;
  margin: 20px auto;
}
.presentation footer .footer-wrapper hr {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 65%;
}
.presentation footer .footer-wrapper h1 {
  font-size: 18px;
  font-weight: bolder;
}
.presentation footer .footer-wrapper h2.copy-rights {
  text-align: center;
  font-size: 16px;
}
.presentation footer .footer-wrapper .footer-links {
  list-style: none;
  margin-left: 0px;
  padding: 20px 20px 30px 0px;
}
.presentation footer .footer-wrapper .footer-links a {
  font-size: 14px;
  color: #c0c1c1;
  line-height: 21px;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v16/jizaRExUiTo99u79D0yEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v16/jizfRExUiTo99u79B_mh0OCtKA.ttf) format('truetype');
}
.presentation.consilience {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'PT Sans', sans-serif;
}
.presentation.consilience.consilience-idea .carousel-caption {
  display: none;
}
.presentation.consilience.consilience-idea .carousel.slide {
  height: 150px;
  min-height: auto;
}
.presentation.consilience .dash-box-create-post,
.presentation.consilience .dash-box-posts {
  border: 1px solid #ccc;
}
.presentation.consilience .dash-box-create-post .btn,
.presentation.consilience .dash-box-posts .btn {
  border-radius: 0;
}
.presentation.consilience .carousel.slide {
  height: 50%;
  min-height: 450px;
}
.presentation.consilience .carousel-caption {
  top: 15%;
}
.presentation.consilience .carousel-caption h1 {
  background: url('../img/presentation/img-consilience-header-txt.png') 100% 100% no-repeat;
  position: relative;
  display: inline-block;
  height: 60px;
  width: 355px;
  max-width: 100%;
  background-size: contain;
}
@media only screen and (max-width: 529px) {
  .presentation.consilience .carousel-caption h1 {
    font-size: 30px;
  }
}
.presentation.consilience .carousel-caption h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'PT Sans', sans-serif;
}
@media only screen and (max-width: 529px) {
  .presentation.consilience .carousel-caption h3 + h3 {
    display: none;
  }
}
.presentation.consilience form p {
  text-align: right !important;
  border: none !important;
}
.presentation.consilience textarea {
  border: 0;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #828282;
  padding: 0 30px;
  font-size: 20px;
  color: #ccc;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.presentation.consilience textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.8;
}
.presentation.consilience textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.8;
}
.presentation.consilience textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.8;
}
.presentation.consilience textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.8;
}
.presentation.consilience .post-item {
  padding: 0 75px 0 35px;
  border-bottom: 1px solid #ccc;
  position: relative;
  min-height: 100px;
}
.presentation.consilience .post-item img {
  position: absolute;
  left: -20px;
  top: 0;
  border: 1px solid #ccc;
  padding: 2px;
}
.presentation.consilience .post-item .date {
  position: absolute;
  right: 0px;
  top: 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 50px;
  color: #5F6E89;
  text-align: center;
}
.presentation.consilience .post-item .date .month {
  font-weight: normal;
  font-size: 12px;
}
.presentation.consilience .post-item h3 {
  font-weight: bold;
  font-size: 18px;
  color: #5F6E89;
}
.presentation.consilience .post-item p {
  font-weight: normal;
  font-size: 16px;
  border-left: 5px solid #ccc;
  text-align: left;
  padding-left: 15px;
  color: #5F6E89;
}
.presentation.consilience .post-item p.actions {
  text-align: left;
  border: none;
  padding-left: 0;
  margin-top: 20px;
}
.presentation.consilience .post-item p.actions a {
  color: #138CBB;
  padding-right: 20px;
}
.presentation.consilience .dash-box-news-1 {
  background-color: #95a1b3;
}
.presentation.consilience .dash-box-news-2 {
  background-color: #93c4e8;
}
.presentation.consilience .dash-box-news-3 {
  background-color: #4e6a87;
}
svg#circle-loader {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
svg#circle-loader circle {
  stroke: #22addd;
}
svg#circle-loader .circle {
  transform-origin: center;
}
svg#circle-loader #arc1 {
  stroke-dasharray: 19;
  stroke-dashoffset: 11;
  animation: 5s -2s rota infinite linear;
}
svg#circle-loader #arc3 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: 8s 1s rota infinite linear;
}
svg#circle-loader #arc4 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: 3s 1s rota infinite linear reverse;
}
svg#circle-loader #arc5 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: 2s 1s rota infinite linear;
}
svg#circle-loader #arc6 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: 4s 1s rota infinite linear alternate;
}
svg#circle-loader #arc7 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: 2s 1s rota infinite linear reverse;
}
@keyframes rota {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.circle-loader {
  position: relative;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.circle-loader .info {
  position: absolute;
  z-index: 1;
  left: 44%;
  top: 60%;
  text-transform: uppercase;
  color: darkgray;
}
.circle-loader ul.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  padding: 0;
  list-style-type: none;
}
.circle-loader ul.loader li.circle {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #000000;
  -webkit-animation: 3s linear infinite;
  -moz-animation: 3s linear infinite;
  -o-animation: 3s linear infinite;
  animation: 3s linear infinite;
}
.circle-loader ul.loader li.circle.orange {
  border-color: #FFA500;
  -webkit-animation-name: rotateOrange;
  -moz-animation-name: rotateOrange;
  -o-animation-name: rotateOrange;
  animation-name: rotateOrange;
}
.circle-loader ul.loader li.circle.blue {
  border-color: #1BA8DB;
  -webkit-animation-name: rotateBlue;
  -moz-animation-name: rotateBlue;
  -o-animation-name: rotateBlue;
  animation-name: rotateBlue;
}
.circle-loader ul.loader li.circle.green {
  border-color: #4FC3A0;
  -webkit-animation-name: rotateGreen;
  -moz-animation-name: rotateGreen;
  -o-animation-name: rotateGreen;
  animation-name: rotateGreen;
}
.circle-loader lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotateOrange{ 0%{ -webkit-transform: rotateZ(45deg) rotateY(90deg);} 100%{-webkit-transform: rotateZ(-45deg) rotateY(720deg);}}
@-moz-keyframes rotateOrange{ 0%{ -moz-transform: rotateZ(45deg) rotateY(90deg);} 100%{-moz-transform: rotateZ(-45deg) rotateY(720deg);}}
@-o-keyframes rotateOrange{ 0%{ -o-transform: rotateZ(45deg) rotateY(90deg);} 100%{-o-transform: rotateZ(-45deg) rotateY(720deg);}}
@keyframes rotateOrange{ 0%{-webkit-transform: rotateZ(45deg) rotateY(90deg);-moz-transform: rotateZ(45deg) rotateY(90deg);-ms-transform: rotateZ(45deg) rotateY(90deg);transform: rotateZ(45deg) rotateY(90deg);} 100%{-webkit-transform: rotateZ(-45deg) rotateY(720deg);-moz-transform: rotateZ(-45deg) rotateY(720deg);-ms-transform: rotateZ(-45deg) rotateY(720deg);transform: rotateZ(-45deg) rotateY(720deg);}}
.lh-dummy { -lh-property:0;
}
.circle-loader lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotateBlue{ 0%{  -webkit-transform: rotateY(0deg);} 100%{-webkit-transform: rotateY(720deg);}}
@-moz-keyframes rotateBlue{ 0%{  -moz-transform: rotateY(0deg);} 100%{-moz-transform: rotateY(720deg);}}
@-o-keyframes rotateBlue{ 0%{  -o-transform: rotateY(0deg);} 100%{-o-transform: rotateY(720deg);}}
@keyframes rotateBlue{ 0%{-webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-ms-transform: rotateY(0deg);transform: rotateY(0deg);} 100%{-webkit-transform: rotateY(720deg);-moz-transform: rotateY(720deg);-ms-transform: rotateY(720deg);transform: rotateY(720deg);}}
.lh-dummy { -lh-property:0;
}
.circle-loader lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotateGreen{ 0%{   -webkit-transform: rotateZ(90deg) rotateY(45deg);} 100%{-webkit-transform: rotateZ(0deg) rotateY(360deg);}}
@-moz-keyframes rotateGreen{ 0%{   -moz-transform: rotateZ(90deg) rotateY(45deg);} 100%{-moz-transform: rotateZ(0deg) rotateY(360deg);}}
@-o-keyframes rotateGreen{ 0%{   -o-transform: rotateZ(90deg) rotateY(45deg);} 100%{-o-transform: rotateZ(0deg) rotateY(360deg);}}
@keyframes rotateGreen{ 0%{-webkit-transform: rotateZ(90deg) rotateY(45deg);-moz-transform: rotateZ(90deg) rotateY(45deg);-ms-transform: rotateZ(90deg) rotateY(45deg);transform: rotateZ(90deg) rotateY(45deg);} 100%{-webkit-transform: rotateZ(0deg) rotateY(360deg);-moz-transform: rotateZ(0deg) rotateY(360deg);-ms-transform: rotateZ(0deg) rotateY(360deg);transform: rotateZ(0deg) rotateY(360deg);}}
.lh-dummy { -lh-property:0;
}
.dashboard {
  margin: 20px 0;
}
.dashboard h2 {
  font-weight: bold;
}
.dashboard h3 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  background-color: transparent;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dashboard h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.dashboard table .label {
  background-color: #942414;
  white-space: normal;
  display: inline-block;
}
.dashboard .time-chart-title {
  display: none;
}
.dashboard .legend.rickshaw_legend {
  display: none;
}
.dashboard button.toggle-renderer {
  display: none;
}
.dashboard .trend-monitor-query {
  font-style: italic;
}
.dashboard .pane {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 3%;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dashboard .pane.ajax-content-loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/loading.gif');
  background-size: 32px 32px;
  background-color: #f5f5f5 !important;
}
.dashboard .pane.ajax-content-loading h3 {
  color: #f5f5f5;
}
#db_dashboard .toggleable {
  cursor: pointer;
}
#db_dashboard .panel-heading {
  font-weight: bold;
  font-size: 14px;
}
#db_dashboard .panel-heading .label {
  font-size: 13px;
  margin-left: 5px;
  cursor: default;
}
#db_dashboard .row.theme_tab {
  margin-top: 15px;
}
.new-recipient-form input.btn {
  margin-top: 20px;
}
.new-recipient-form label {
  margin-top: 10px;
}
#newsletters.tab-pane .pagination {
  margin-bottom: 0px;
}
#newsletters.tab-pane .pagination a {
  color: #428bca;
}
#newsletters.tab-pane .pagination li.active a {
  border-color: #428bca;
  background-color: #428bca;
  color: white;
}
#newsletters.tab-pane .pagination-counter {
  text-align: center;
}
#newsletters.tab-pane .pagination-counter .label {
  font-size: 9px;
}
#newsletters.tab-pane .label {
  display: inline-block;
  font-size: 12px;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
}
#newsletters.tab-pane .label.label-status {
  min-width: 7em;
}
#newsletters.tab-pane .label.label-source {
  font-size: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
}
#tab_add_custom_entry {
  margin-top: 10px;
  margin-bottom: 20px;
}
#tab_preview #preview_well {
  margin-top: 10px;
  margin-bottom: 20px;
}
#tab_preview #submitStatus {
  margin-bottom: 20px;
}
.inputStatusForm label {
  font-size: 15px;
}
td.column-tags .btn {
  margin: 1px;
}
@media (max-width: 768px) {
  .newsletter-action-button {
    font-size: 18px;
  }
}
.entry-header-link {
  font-size: 14px;
  font-weight: bold;
}
.entry-header-link #transition {
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.entry-header-link.level-covert {
  color: #428bca !important;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.entry-header-link.level-0,
.entry-header-link.level-1,
.entry-header-link.level-2 {
  color: #3e3e3e;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.entry-header-link.level-3 {
  color: #e6c002;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.entry-header-link.level-4 {
  color: #ff9b2b;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.entry-header-link.level-5 {
  color: #ee3e3f;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
#tab_content > table {
  background-color: transparent;
}
#tab_content > table td {
  color: white;
}
#tab_content > table > tbody > tr.highlighted {
  background-color: #fffbd0;
}
#tab_content > table > tbody > tr.highlighted > td {
  background-color: #fffbd0 !important;
}
.relevance-group input[type=radio] + label.star {
  background: url('/img/icon_priority.png');
  background-position: -32px 0;
}
.relevance-group input[type=radio]:checked + label.star {
  background-position: -16px 0;
}
.relevance-group input[type=radio].enabled + label.star {
  background-position: 0px 0;
}
.relevance-group input[type=radio] + label.threat {
  background: none;
  background-color: #e6e6e6;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
}
.relevance-group input[type=radio]:checked + label.threat {
  background-color: #404040;
}
.relevance-group input[type=radio].enabled + label.threat.level-1 {
  background-color: #02a46d;
}
.relevance-group input[type=radio].enabled + label.threat.level-2 {
  background-color: #377fc7;
}
.relevance-group input[type=radio].enabled + label.threat.level-3 {
  background-color: #f7d900;
}
.relevance-group input[type=radio].enabled + label.threat.level-4 {
  background-color: #ff9b2b;
}
.relevance-group input[type=radio].enabled + label.threat.level-5 {
  background-color: #ee3e3f;
}
.relevance-group input[type=radio] + label.impact {
  background: url('/img/icon_priority_impact.png');
  background-position: -32px 0;
}
.relevance-group input[type=radio]:checked + label.impact {
  background-position: -16px 0;
}
.relevance-group input[type=radio].enabled + label.impact {
  background-position: 0px 0;
}
.relevance-group input[type=radio] + label.likelihood {
  background: url('/img/icon_priority_likelihood.png');
  background-position: -32px 0;
}
.relevance-group input[type=radio]:checked + label.likelihood {
  background-position: -16px 0;
}
.relevance-group input[type=radio].enabled + label.likelihood {
  background-position: 0px 0;
}
.relevance-group input[type=radio] + label.sentiment {
  background: url('/img/icon_priority_sentiment.png');
  background-position: -32px 0;
}
.relevance-group input[type=radio]:checked + label.sentiment {
  background-position: -16px 0;
}
.relevance-group input[type=radio].enabled + label.sentiment {
  background-position: 0px 0;
}
#panelOverview {
  overflow: visible;
}
.td-nowrap {
  white-space: nowrap;
}
.td-align-center {
  text-align: center;
}
#ratings-label-transitions {
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label[class*='label-level-'],
.label.label-covert {
  color: #333333;
  font-size: 13px;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  display: inline-block !important;
  width: 33px;
  height: 25px;
  line-height: 20px;
}
.label.label-level-1 {
  background-color: #02a46d;
  margin: 1px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label.label-level-2 {
  background-color: #377fc7;
  margin: 1px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label.label-level-3 {
  background-color: #f7d900;
  margin: 1px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label.label-level-4 {
  background-color: #ff9b2b;
  margin: 1px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label.label-level-5 {
  background-color: #ee3e3f;
  margin: 1px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label.label-level-0 {
  color: #ee3e3f;
  border: 1px solid #ee3e3f;
  border-radius: 2px;
  background-color: #ffffff;
  margin: 0;
  padding: 2px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.label.label-covert {
  background-color: #999;
  color: #999;
  margin: 1px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: color 1000ms linear;
  -moz-transition: color 1000ms linear;
  -o-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
h3.newsletter-content-header {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
}
.feedback_input {
  cursor: default;
}
.feedback_input p.clear-feedback {
  display: inline-block;
  font-size: 14px;
  background-color: transparent;
  color: #ddd;
  padding: 0px;
  margin: 0px;
}
.feedback_input p.clear-feedback:hover {
  color: #828282;
}
.feedback_input form {
  display: inline-block;
}
.ratings-widget-header {
  min-width: 110px;
}
#timeTabs {
  margin-top: 15px;
}
.section-inline-edit button.section-field-edit {
  opacity: 0.4;
}
.section-inline-edit button.section-field-edit:hover {
  opacity: 1;
}
.section-inline-edit .section-field-input {
  margin-top: 20px;
  margin-bottom: 5px;
}
.section-inline-edit h3,
.section-inline-edit button,
.section-inline-edit p {
  display: inline-block;
}
#newAlertEmailTabs {
  margin-bottom: 20px;
}
#newAlertEmailForm h3,
#editAlertEmailForm h3 {
  border-bottom: 1px solid #efefef;
}
#newAlertEmailForm .filter-option.pull-left,
#editAlertEmailForm .filter-option.pull-left {
  text-align: left !important;
}
#newAlertEmailForm .zdl-story-step-number,
#editAlertEmailForm .zdl-story-step-number {
  font-weight: bold;
  font-size: 16px;
  border: 5px solid #ccc;
  color: #ccc;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  background-color: transparent;
}
#newAlertEmailForm .zdl-story-step-step,
#editAlertEmailForm .zdl-story-step-step {
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
#newAlertEmailForm .markItUpEditor,
#editAlertEmailForm .markItUpEditor {
  border-radius: 3px;
}
#newAlertEmailForm .markItUpContainer,
#editAlertEmailForm .markItUpContainer {
  padding: 0 0 2px 0;
}
#newAlertEmailForm textarea.markItUpEditor#zdl_story_footer,
#editAlertEmailForm textarea.markItUpEditor#zdl_story_footer {
  height: 100px !important;
}
td.actions .btn.btn-xs {
  margin: 1px 2px;
}
.line-chart--line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}
.line-chart--tooltip {
  position: absolute;
  text-align: center;
  padding: 5px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
  color: black;
}
.nt-chart-title {
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background: #f8f8f8;
}
.reports-visualisation {
  border: 7px solid #efefef;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}
.radar-chart--legend {
  font-family: 'Raleway', sans-serif;
  fill: #333333;
}
.radar-chart--tooltip {
  fill: #333333;
}
.report-range-btn {
  margin: 10px 10px;
}
.report-range-btn button {
  min-width: 8em;
}
#visualisation_bars {
  font: 10px sans-serif;
}
#visualisation_bars .axis path,
#visualisation_bars .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
#visualisation_bars .bar {
  fill: steelblue;
}
#visualisation_bars .x.axis path {
  display: none;
}
#visualisation_bars text {
  fill: black;
}
#recipients table.footable-details {
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
#recipients tbody td:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-printout {
  float: right;
  display: inline-block;
  position: relative;
}
.btn-printout .print {
  opacity: 0.4;
  color: black;
}
.btn-printout:hover .print {
  opacity: 0.8;
}
.btn-printout .checkmark {
  font-size: 12px;
  visibility: hidden;
  color: green;
  position: relative;
  right: 10px;
}
.btn-printout.added .checkmark {
  visibility: visible;
}
.footable thead tr th {
  padding-right: 14px;
}
.footable thead tr th .fooicon {
  right: 0px;
}
.footable tfoot .footable-paging ul {
  padding-top: 2em;
}
.footable tfoot .footable-paging ul li {
  display: inline-block !important;
}
.footable tfoot .footable-paging span.label {
  margin: 20px 0 10px !important;
}
p.pagination-counter span.label {
  display: table;
  margin: 0 auto;
}
body {
  padding-top: 114px;
  background: #ffffff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  color: #313131;
}
body #noUserToolbarLogout {
  display: none;
}
body.no-header-layout {
  padding-top: 0 !important;
}
body.admin {
  padding-top: 164px;
}
body.admin.no-main-menu {
  padding-top: 60px;
}
body.admin.no-main-menu #noUserToolbarLogout {
  display: block;
}
body.admin.no-main-menu #CoreNavigation {
  display: none;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  body.admin {
    padding-top: 80px ;
  }
}
body .modal-body.work-in-progress {
  background-image: url("/img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
/* Page Header */
#MainHeader #CoreNavigation {
  padding: 5px 0 0 0;
  font-family: 'Lusitana', serif;
}
#MainHeader #CoreNavigation .navbar {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1129px) {
  #MainHeader #CoreNavigation {
    padding: 20px 0 0 0;
  }
}
#MainHeader #CoreNavigation .navbar {
  border: none;
  background: none;
}
#MainHeader #CoreNavigation .navbar-nav > li > a,
#MainHeader #CoreNavigation .navbar-nav > li > span {
  padding: 10px 0 5px 0;
}
#MainHeader #CoreNavigation .navbar-nav > li {
  margin-right: 20px;
}
#MainHeader #CoreNavigation .navbar-brand {
  display: inline-block;
  background: url('/img/logo_small.png') center center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 80px;
  height: 50px;
  margin-left: 10px;
}
#MainHeader #CoreNavigation .row-top {
  border-bottom: 1px solid black;
  font-size: 18px;
  min-height: 35px;
}
#MainHeader #CoreNavigation .row-bottom {
  font-size: 16px;
  text-transform: uppercase;
}
#MainHeader #CoreNavigation .toolbar {
  position: relative;
  top: -15px;
  font-size: 12px;
}
#MainHeader #CoreNavigation .main-navbar-collapse {
  max-height: none;
}
#MainHeader #CoreNavigation #SearchMenu a,
#MainHeader #CoreNavigation #MainNavigationMenu a {
  color: black !important;
}
#MainHeader #CoreNavigation #MainNavigationMenu {
  position: relative;
  top: -1px;
}
#MainHeader #CoreNavigation #MainNavigationMenu > li {
  position: relative;
}
@media (max-width: 1200px) {
  #MainHeader #CoreNavigation #MainNavigationMenu > li {
    padding-left: 10px;
  }
}
#MainHeader #CoreNavigation #MainNavigationMenu > li.selected {
  background: url('/img/menu_selector.png') no-repeat top center;
}
#MainHeader #CoreNavigation #MainNavigationMenu > li.selected > a,
#MainHeader #CoreNavigation #MainNavigationMenu > li.selected ul li.selected > a {
  color: #db0000 !important;
}
@media (max-width: 1200px) {
  #MainHeader #CoreNavigation #MainNavigationMenu > li.selected {
    background: url('/img/menu_side_selector.png') center left no-repeat;
    padding-left: 20px;
  }
}
@media (min-width: 1201px) {
  #MainHeader #CoreNavigation #MainNavigationMenu > li {
    height: auto;
  }
  #MainHeader #CoreNavigation #MainNavigationMenu > li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
  }
  #MainHeader #CoreNavigation #MainNavigationMenu > li:hover ul {
    display: block;
    width: 300px;
  }
}
#MainHeader {
  background: rgba(255, 255, 255, 0.94);
  transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  -ms-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
}
@media only screen and (max-width: 529px) {
  #SearchMenu #selectpicker-menu {
    display: none;
  }
}
#SearchMenu .input-group,
#SearchMenu .form-control {
  font-size: 17px;
  border: none;
  box-shadow: none;
}
#SearchMenu .input-group input,
#SearchMenu .form-control input {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
#SearchMenu .input-group input:-moz-placeholder,
#SearchMenu .form-control input:-moz-placeholder {
  color: #000;
  -moz-transition: opacity 0.2s linear;
}
#SearchMenu .input-group input:focus:-moz-placeholder,
#SearchMenu .form-control input:focus:-moz-placeholder {
  opacity: 0;
}
#SearchMenu .input-group input::-webkit-input-placeholder,
#SearchMenu .form-control input::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: opacity 0.2s linear;
}
#SearchMenu .input-group input:focus::-webkit-input-placeholder,
#SearchMenu .form-control input:focus::-webkit-input-placeholder {
  opacity: 0;
}
#SearchMenu .input-group button,
#SearchMenu .form-control button {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: grey;
}
#SearchMenu .input-group button.list-group-item,
#SearchMenu .form-control button.list-group-item {
  color: black;
}
#SearchMenu .input-group button.list-group-item:hover,
#SearchMenu .form-control button.list-group-item:hover {
  background-color: #efefef;
}
/* Expedition Park Node */
#epn-park-node .report h2 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 24px;
}
#epn-park-node .report h2 .labels {
  float: right;
  display: inline-block;
  position: relative;
  bottom: 6px;
}
#epn-park-node .report h2 .labels .label {
  font-size: 12px;
  margin: 0 5px;
  color: white;
  font-weight: 200;
  line-height: 24px;
}
#epn-park-node .report h2 .labels .label-bw {
  font-weight: bold;
}
#epn-park-node .report h2 .labels i {
  padding: 0 5px 0 3px;
}
#epn-park-node .report h3 {
  font-size: 16px;
  color: #828282;
  margin-top: 0;
}
#epn-park-node .report p {
  font-size: 12px;
}
/* Page Footer */
.no-header-layout #main-footer .separator {
  display: none;
}
/* PUSH FOOTER BOTTOM */
html,
body {
  height: 100%;
}
#wrap,
#wrap > div {
  height: 100%;
}
body:not(.no-footer-layout) #wrap {
  height: auto;
  min-height: 100%;
}
body:not(.no-footer-layout) #wrap > div:last-child {
  height: auto;
  overflow: auto;
  padding-bottom: 225px;
  /* this needs to be bigger than footer height*/
}
body:not(.no-footer-layout) #main-footer {
  position: relative;
  margin-top: -225px;
  /* negative value of footer height */
  min-height: 225px;
  clear: both;
}
body:not(.no-footer-layout) #main-footer.bw {
  margin-top: -50px;
  /* negative value of footer height */
  min-height: 50px;
  padding-top: 0;
}
body:not(.no-footer-layout) #main-footer.bw .trademark {
  border: 0;
}
body:not(.no-footer-layout) #main-footer h2 {
  font-family: 'Lusitana', serif;
}
body:not(.no-footer-layout) #main-footer a {
  color: #828282;
}
body:not(.no-footer-layout) #main-footer a:hover,
body:not(.no-footer-layout) #main-footer a:link,
body:not(.no-footer-layout) #main-footer a:visited,
body:not(.no-footer-layout) #main-footer a:active {
  color: #828282;
}
body:not(.no-footer-layout) #main-footer a .btn-default {
  color: #333333;
}
.rss-feeds {
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .rss-feeds img {
    max-width: 100% !important;
  }
}
.dropdown-menu {
  max-height: 500px;
  overflow-y: touch;
  overflow-x: hidden;
}
.message-xl {
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto 50px auto;
  text-align: center;
  color: #a3a3a3;
}
a span.side-note {
  color: black;
}
.label.label-link a {
  color: white;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 70px !important;
  font-size: 1.2em;
  z-index: 3;
}
.cursor-pointer {
  cursor: pointer;
}
.btn.full-width {
  display: block;
  width: 100%;
}
.increased-top-margin {
  margin-top: 30px;
}
.sortable-table-headers a.asc:after,
.sortable-table-headers a.desc:after {
  font-family: "Glyphicons Halflings";
  padding-left: 1px;
  display: inline-block;
}
.btn-spam {
  margin-top: 5px;
  padding: 2px 4px;
  font-size: 11px;
}
#sprite-preload-trick .preloaded {
  display: none;
}
#sprite-preload-trick .preloaded.red {
  background: url(/img/zdl/red-static-orb.png) no-repeat;
}
#sprite-preload-trick .preloaded.orange {
  background: url(/img/zdl/orange-static-orb.png) no-repeat;
}
#sprite-preload-trick .preloaded.yellow {
  background: url(/img/zdl/yellow-static-orb.png) no-repeat;
}
#sprite-preload-trick .preloaded.blue {
  background: url(/img/zdl/blue-static-orb.png) no-repeat;
}
#sprite-preload-trick .preloaded.green {
  background: url(/img/zdl/green-static-orb.png) no-repeat;
}
#sprite-preload-trick .animation {
  display: none;
}
#sprite-preload-trick .animation.red {
  background: url(/img/zdl/red-spritesheet.png?v=2) no-repeat;
}
#sprite-preload-trick .animation.orange {
  background: url(/img/zdl/orange-spritesheet.png?v=2) no-repeat;
}
#sprite-preload-trick .animation.yellow {
  background: url(/img/zdl/yellow-spritesheet.png?v=3) no-repeat;
}
#sprite-preload-trick .animation.blue {
  background: url(/img/zdl/blue-spritesheet.png?v=2) no-repeat;
}
#sprite-preload-trick .animation.green {
  background: url(/img/zdl/green-spritesheet.png?v=2) no-repeat;
}
.sc-zero-day-live {
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 0px;
  width: 318px;
  height: 58px;
  font-family: "eurostile", sans-serif;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
.sc-zero-day-live.red {
  color: #fe0026;
}
.sc-zero-day-live.orange {
  color: #ff9b2b;
}
.sc-zero-day-live.yellow {
  color: #f7d900;
}
.sc-zero-day-live.blue {
  color: #377fc7;
}
.sc-zero-day-live.light-blue {
  color: #17ccf7;
}
.sc-zero-day-live.green {
  color: #02a46d;
}
.sc-zero-day-live.margin-results {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sc-zero-day-live.margin-no-results {
  margin-top: 100px;
  margin-bottom: 20px;
}
.sc-zero-day-live.not-colored {
  background-image: url('/img/zdl/img-zdl-text.png?v2');
  width: 337px;
  height: 32px;
}
.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 10px;
}
.dates-info {
  font-family: "eurostile", sans-serif !important;
}
.checker {
  margin: 0 !important;
}
.js-content-table > tbody > tr:nth-child(2n+1) > td,
.js-content-table > tbody > tr:nth-child(2n+1) > th {
  background-color: black;
}
.container-lighthammer .navbar {
  z-index: 99999;
}
.lighthammer .modal {
  z-index: 100000 !important;
}
#2fa-modal .modal-content {
  z-index: 100000;
}
li.dropdown.login.open a.dropdown-toggle {
  background: none;
}
#top_story_threat_level {
  padding-left: 38px;
}
.threat-bullet {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  top: 35px;
  left: 32px;
}
.threat-bullet.level-0 {
  background-color: #17ccf7;
}
.threat-bullet.level-1 {
  background-color: #02a46d;
}
.threat-bullet.level-2 {
  background-color: #377fc7;
}
.threat-bullet.level-3 {
  background-color: #f7d900;
}
.threat-bullet.level-4 {
  background-color: #ff9b2b;
}
.threat-bullet.level-5 {
  background-color: #ee3e3f;
}
#vt-augment-container {
  z-index: 1000;
}