h1 {
  color: #444;
  text-align: center;
  font-size: 40px !important;
  font-weight: bold !important;
  margin-bottom: 50px;
  margin-top: 50px;
}

h3 {
  color: #444444ba;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

h4 {
  color: black;
  text-align: left;
  font-size: 18px !important;
  /*font-weight: bold !important;*/
  margin-bottom: 20px;
  margin-top: 10px !important;
  font-family: "Roboto Condensed" !important;
}

h5 {
  color: #444444ba;
  text-align: center;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 10px;
}

.line {
  box-sizing: border-box;
  height: 1px;
  border: 1px solid rgba(194, 194, 194, 0.46);
  margin: 0.7em 0;
}

.req-type {
  background-color: #61affe;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.request {
  font-weight: bold;
}

.chart {
  box-sizing: border-box;
  overflow: auto;
  /*border: 1px solid #444;*/
  border-radius: 20px;
  /*margin: 5px;*/
  /*min-height: 245px;*/
}

.chart:hover {
  cursor: pointer;
  webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  /*background-color: #e8e8e8;*/
}

.headerImg {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Center the image */
}

.snippet {
  border: 1px solid #444;
  border-radius: 20px;
  height: 550px;
  /* width: 325px; */
  margin: 10px;
  overflow: hidden;
  color: black;
  font-family: "Roboto Condensed" !important;
}

.star-hotel {
  color: #9b9b9b;
  font-size: 11px;
  line-height: 13px;
}

.snippet-content h4 {
  margin-bottom: 5px !important;
}

.snippet-type {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 15px;
}

.clip {
  /*position: absolute;*/
  clip: rect(0, 100px, 200px, 0);
  /* clip: shape(top, right, bottom, left); NB 'rect' is the only available option */
}

.snippet img {
  /*height: 50px;*/
  width: auto;
}

.star {
  font-size: 20px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#loadingPrimeWebsite {
  padding: 60px;
  background: white;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
}

.inner-prime-box {
  padding: 25px 20px 25px 20px !important;
  border-radius: 20px;
  border: 0px solid #444;
  display: inline-block;
}

#prime-meta {
  box-sizing: border-box;
  overflow: hidden;
  /*margin-top: 3px !important;*/
  /*border: 1px solid #444;*/
  /*border-radius: 20px;*/
}

#prime-title {
  color: white;
  font-weight: bold;
  font-family: "Roboto Condensed" !important;
}

#prime-meta-title {
  margin-top: 25px !important;
}

#prime-snippet-title {
  margin-top: 25px !important;
}

#primeRichSnippet {
  margin-top: 15px !important;
  /*padding-right: 25px;*/
  /*padding-left: 25px;*/
  /*padding-right: 70px;
    padding-left: 70px;*/
  /*

     */
}

.snippet-table td {
  padding-left: 10px;
  padding-bottom: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: #b0191e !important;
}

.slick-next {
  right: 25px !important;
  z-index: 10;
}

.slick-prev {
  left: 25px !important;
  z-index: 10;
}

.prime-action {
  border-radius: 20px;
  height: 50px;
  width: 50px;
  display: block;
  margin: 9px;
  float: left;
}

.downloadBtn {
  font-size: 40px !important;
  padding-left: 6px;
  padding-top: 3px;
  color: white;
}

.prime-action:hover {
  cursor: pointer;
  webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.rating {
  color: #e7711b;
  font-size: 11px;
}

.rating span {
  color: #0674f5;
  font-size: 11px;
  line-height: 13px;
}

#prime-download {
  margin-top: 25px;
  margin-bottom: 25px;
}

#prime-download:after {
  clear: both;
}

canvas {
  padding: 10px;
}

.amenity.row .col:first-child {
  text-align: left;
}

.amenity.row .col {
  padding: 0;
  text-align: center;
}

/*#prime-chart{*/
/*display: flex;*/
/*flex-flow: column wrap;*/
/*justify-content: flex-start;*/
/*align-items: flex-start;*/
/*}*/

#prime-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -650px;
}

.prime-box {
  display: block;
  min-height: 50px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  background: white;
  border-radius: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.snippet-iframe {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  margin-bottom: 10px;
}

.mapOutBox {
  height: 150px;
  width: 100%;
}

.map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-canvas {
  margin: auto;
  display: block;
}

#chart-header {
  margin-bottom: 20px;
}

.TFtable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
}

.TFtable td,
th {
  /*padding:7px; */
  padding-left: 10px;
}

/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr {
  background: #e5e5e5;
}

/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd) {
  background: #e5e5e5;
}

/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even) {
  background: white;
}

#anno-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.descr-snippet {
  margin-bottom: 5px;
  padding-bottom: 5px;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  content: "";
  position: relative;
}

.descr-snippet:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 25px, white);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.event-date {
}

.date-time {
  color: #444444ba;
  font-size: 12px;
}

#website-error {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #b0191e;
  font-weight: bold;
  font-size: 20px;
  background-color: white;
}

.error-box {
  padding: 8px 30px;
  margin: 10px 1px;
  color: #b0191e;
  font-weight: bold;
}

.meta-table {
  margin-bottom: 20px;
}

.snippet-row {
  /*min-height: 200px;*/
}

.snippet-content {
  /*padding: 20px;*/
}

.innerFormBox {
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid black;
  overflow: auto;
}

.showDlDiv:hover {
  cursor: pointer;
}

.ad-title {
  margin-top: 5px;
}

#icon-hook {
  fill: white;
  width: 47px;
  height: auto;
}

#icon-hook path {
  fill: white;
}

.btn-right {
  float: right;
}

#advancedDlArea p {
  margin-left: 15px;
}

canvas {
  width: 100% !important;
  height: auto !important;
}

#prime-download-modal fieldset legend {
  display: block;
  width: auto;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  /*color: #1f497d;*/
  /*margin-left: 20px;*/
}

#prime-dev-title {
  text-align: left !important;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 17px;
}

#prime-download-modal fieldset {
  border: solid;
  border-width: thin;
  border-color: #a8a8a8;
  border-radius: 10px;
  margin: 10px;
}

#developer-opt fieldset {
  border: solid;
  border-width: thin;
  border-color: #a8a8a8;
  border-radius: 5px;
  margin-bottom: 10px;
}

.doc {
  padding: 10px;
}

#developer-opt fieldset legend {
  color: black;
  text-align: left;
  font-size: 18px !important;
  /*font-weight: bold !important;*/
  margin-top: 10px !important;
  font-family: "Roboto Condensed" !important;
  display: block;
  width: auto;
  margin-bottom: 0px;
  /*font-weight: bold;*/
}

.btn-right:after {
  clear: both;
}

#advanced-dl-content {
  /*background-color: #e8e8e8;*/
  min-height: 200px;
  margin: 25px 10px 10px 10px;
  border-radius: 20px;
  border: 1px solid black;
  overflow: auto;
}

.dl-checkbox-ad {
  margin-top: 5px;
}

.showDlDiv {
  text-align: center;
  margin-bottom: 10px;
  /*background-color: #e8e8e8;*/
  /*webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);*/
}

#header-img-fader {
  height: 650px;
  z-index: 6;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  /*background: linear-gradient(to bottom, rgba(76, 76, 76, 0), rgba(76, 76, 76, 1));*/
}

#div_hook_message {
  font-weight: bold;
  text-align: center;
}

#header-img {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox */
  box-sizing: border-box;
  position: static;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("/pages/imgs/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  /*box-shadow: 0px 10px 20px -5px rgba(0,0,0,.9);*/
}

/*#header-img:after {*/
/*content: "";*/
/*position: absolute;*/
/*z-index: 1;*/
/*bottom: 0;*/
/*left: 0;*/
/*pointer-events: none;*/
/*background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);*/
/*width: 100%;*/
/*height: 4em;*/
/*}*/
body {
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  background-color: black;
  /*background-color: rgba(0,0,0,0.7);*/
}

#header-text {
  font-size: 24px;
  margin-bottom: 5px;
  /*float:left;*/
}

#header-content {
  display: block;
  margin: auto;
}

#header-content img {
  /*float: left;*/
}

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);

  z-index: 2;
}

/*Modal*/

.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
}

.modal-title {
  color: white;
  margin: 0;
  line-height: 1.42857143;
}

.modal-content .modal-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.modal-body {
  position: relative;
  padding: 15px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-header .close {
  margin-top: -2px;
}

table#yasqe-results {
  margin-top: 30px;
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

#yasqe-results th {
  padding: 15px 5px;
}

#yasqe-results tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.striped {
  background-color: rgba(242, 242, 242, 0.5);
}

.server-container pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sparql-text {
  font-size: large;
  margin-bottom: 20px;
}

.CodeMirror-sizer {
  margin-left: 41px !important;
}

#sparql-help:hover {
  cursor: pointer;
}

/*.sparql-graphName{*/
/*float: left;*/
/*}*/

.yasqe .yasqe_buttons {
  right: 20px !important;
}

.server-container pre {
  margin: 5px;
  overflow-y: auto;
  max-height: 400px;
  min-height: 6em;
}

.form-group {
  padding-bottom: 7px;
  /*padding-left: 15px;*/
  margin: 0 !important;
}

div > label > #hook-enabled {
  padding-bottom: 20px;
}

.developer-content {
  border-right: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.server-resp {
  display: none;
}

.extension-box {
  margin-top: 20px;
}

.extension-box:first-child {
  padding-right: 10px;
}

.extension-box:last-child {
  padding-left: 10px;
}

.extension-box-in {
  width: 100%;
  border-radius: 5px;
  border: 1px solid black;
}

.extension-box img {
  height: 100px;
  width: auto;
}

.extension-box-in:hover {
  cursor: pointer;
  webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.container-dev {
  display: block;
  :block ;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  margin-top: 10px;
  border-radius: 5px;
}

.loading-text {
  font-size: 15px;
}

.container-dev img {
  height: 60px;
  width: auto;
}

pre.myOutput {
  margin: 15px;
}

.sparql-info {
  margin-bottom: 10px;
}

.server-info {
  font-weight: bolder;
  margin-left: 15px;
  font-size: small;
}

.dev-btn {
  border: 1px #444 solid;
  border-radius: 2px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.dev-btn:hover {
  background-color: #e8e8e8;
}

.developer-container:hover {
  webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.dev-sec {
}

.dev-fourth {
}

.dev {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.server-req {
  background-color: #41444e;
  border-radius: 5px;
  color: white;
  font-weight: bolder;
  margin: 15px;
  padding: 5px;
}

.developer-container {
  border: #444 1px solid;
  padding: 10px;
  border-radius: 5px;
}

.developer-outer {
  margin-bottom: 10px;
}

.dev-request-table {
  width: 100%;
}

.dev-request-table th {
  padding-left: 15px;
  text-align: left !important;
  padding-bottom: 10px;
  box-sizing: border-box;
  height: 1px;
  border-bottom: 1px solid rgba(194, 194, 194, 0.46);
  margin: 0.7em 0;
  /*width: 85%;*/
}

.dev-request-table td {
  padding-left: 15px;
  text-align: left !important;
  width: 75%;
}

.dev-request-table td:first-child {
  width: 25% !important;
}

.param-req {
  color: red;
  font-size: smaller;
  float: left;
}

.param-name {
  float: left;
  font-weight: bolder;
}

.param-req:after {
  clear: both;
}

.param-in {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 13px;
}

.dev-third {
  padding: 10px 0;
}

.dev-odd {
  background-color: #e8e8e8;
  min-height: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dev-resp-descr {
  background-color: #41444e;
  border-radius: 5px;
  color: white;
  font-weight: bolder;
  margin-right: 15px;
  padding: 5px;
}

.execute-btn {
  color: white;
  background-color: #4990e2;
  margin: 10px 15px 10px 15px;
  padding: 5px;
  border-radius: 5px;
  font-weight: bolder;
  text-align: center;
}

.execute-btn:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.snippet:hover {
  cursor: pointer;
  webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

/** repsonsive classes  */
.websiteName {
  margin-top: 40px;
}

.request {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 480px) {
  .inner-prime-box {
    padding: 5px;
  }

  .hidden-exs {
    display: none !important;
  }

  .extension-box img {
    max-height: 85px;
  }

  .extension-box:first-child {
    padding-right: 0px;
  }

  .extension-box:last-child {
    padding-left: 0px;
  }

  .extension-box {
    padding: 0;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .hidden-xs-n {
    display: none !important;
  }

  .col-sm-12 {
    width: 100%;
  }
}
