/*
html {
  height:100%;
}*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background-color: #ffffff;
  color:#262626;
  font-family: 'Lato','Arial',sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  height: 100%;
}

textarea {
  height: 100px;
}

.edit-box-title {
  margin-left: 10px;
}



/* star ratings */
.rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size:14px;
    color: #FFCA00;
}

/*show ratings already given */
.rating-starfilled {
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: right;
    color: #FFCA00;
}

.rating-starfilled:after {
    position: relative;
    font-family: FontAwesome;
    content:'\f005';
}

.rating-starempty {
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: right;
    color: #FFCA00;
}

.rating-starempty:after {
    position: relative;
    font-family: FontAwesome;
    content:'\f006';
}

.rating-halfstar {
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: right;
    color: #FFCA00;
}

.rating-halfstar:after {
    position: relative;
    font-family: FontAwesome;
    content:'\f123';
}

tr.unreadmail {
    font-weight: bold;
}

tr.readmail {
    font-weight: normal;
}

.myheading {
  font-family: " Helvetica", sans-serif;
  font-size: 40px;
  color: white;
  /*text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);*/
}

/*
.myshadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}*/

.myshadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}

#menu-outer {
	height: 84px;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.horizontal-list li {
  border: 1px solid #ddd;
  border-radius: 25px;
  background-color: #9bb0d1;
  padding: 5px;
	display: inline;
}

.horizontal-list li span {
  cursor: pointer;
}

/*
button.moveup {
  background: url("{% static 'user/img/doclogo.png' %}");
}*/

/* Flaired edges, by Tomas Theunissen */

hr.forumseperator {
  overflow: visible;
  /* For IE */ height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

hr.forumseperator:before {
  /* Not really supposed to work, but does */ display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.dimmed {
  position: relative;
}

.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

/*
.unlock {
  position: absolute;
  margin-left: 30%;
  margin-left: 30%;
  z-index:20;
}*/

.unlock {
  position: absolute;
  margin-left: 10%;
  margin-left: 10%;
  width: 80%;
  z-index:20;
}

/* larger unlock box */
.unlock_episode {
  position: absolute;
  margin-left: 10%;
  margin-left: 10%;
  width: 80%;
  z-index:20;
}

a.danger{
  color: red;
}

.chatiteminitial {
  border-radius: 25px;
  border: 2px solid #007bff;
  padding: 20px;
  background-color: #b2d7ff;
}

.chatitemreply {
  border-radius: 25px;
  border: 2px solid #007bff;
  padding: 20px;
  background-color: #ffffff;
}

.sticky-offset {
    margin-top: 50px;
}


.menu-heading {
  border-radius: 15px;
  padding: 8px;
  background-color:  #8585ad;
  color: #ffffff;
}

/*
h5.captiontext {
    color: yellow;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    background: rgba(0, 0, 0, 0.5);
}

.captionbox {
  background: rgba(0, 0, 0, 0.5);
}
*/

.carousel-caption h5 {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-caption a {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

/*
.carousel-inner{
  width:100%;
  max-height: 400px !important;
}*/

.tandc {
  background-color: #a1a1a1;
  width: 500px;
  height: 80px;
  overflow:scroll;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
}


/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.bubblerow {
  border-radius: 10px;
  margin-bottom: 10px;
  /*border: 2px solid #007bff;*/
  padding: 5px;
  background-color: #d9b732;
}

.bubblerow h4, h5 {
  color: #485460;
}

/*
.bubblerow h4 {
  margin: 10px;
}*/

.bubble-top {
  padding: 10px;
}


.bubblerow_comments {
  border-radius: 10px;
  margin-bottom: 10px;
  /*border: 2px solid #007bff;*/
  padding: 10px;
  background-color: #e8e082;
}

.inner-bubble {
  background-color: #ffdfa3;
  margin: 10px;
  padding: 10px;
  border: 1px solid #000;
}

.carousel-caption h5 {
  color: #fff;
}

i.rateep {
  color: #8f771b;
}

i.rateep:hover {
  color: #FFCA00;
}

i.rateepsel {
  color: #FFCA00;
}

#epdesc {
  text-align: center;
}

.input_box_warning {
  background-color: #ffaf94;
}

.warntext {
  color: #a82413;
  font-size: 12pt;
}


i.ratesea {
  color: #8f771b;
}

i.rateseasel {
  color: #FFCA00;
}

.hero {
  margin-left: 0;
  margin-right: 0;
  position:absolute;
  width:100%;
  opacity: .75;
}

.sitebanner {
  font-family: 'Lato', sans-serif;
  font-size: 150px;
  font-weight:  400;
  position:absolute;
  color: #ebebeb;
  -webkit-text-stroke: 3px black;
}

#intro {
  background-color: #ffffff;
  position:absolute;
  padding:10px;
  opacity:0.75;
}

.autocompleteitems {
  border: 1px solid #ced4da;
  background-color: #fafafa;
  position: absolute;
  z-index: 1000;
}

.autocompleteitems > p {
  margin:1px;
  background-color: #fafafa;
}

.autocompleteitems > p.hover {
  background-color: #48799c;
  margin:1px;
}

.imageclass {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-header {
  background-color: #ffd32a;
}

.card-body {
  background-color: #ffdfa3;
}

.card {
  border: 1px solid #000;
  margin-top: 1px;
}

a {
  /*color: #3c40c6;*/
  color: #490085;
}

input {
  margin: 2px;
}

textarea {
  margin: 2px;
}

img {
  background-color: #ffdfa3;
}

.image-panel {
  background-color: #ffdfa3;
}
