/*
font
 */
/*
colors
 */
/*
grid
 */
/*
layout
 */
/*
trnasition
*/
/*
mixcloud
*/
/*
date
 */
/*
chart
 */
/*
border panel (left on home, right for filter)
 */
/*
header
 */
@font-face {
  font-family: "AA Gothic";
  src: url("/aa_gothic_regular.f9da8358.otf");
  font-weight: 400;
}
html,
body,
.shoutBoxContainer {
  font-family: "AA Gothic", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
}

.shout-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  animation-name: intro;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shout-box__header {
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-bottom: solid 1px white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: black;
  color: white;
  padding: 0 10px;
}
@media all and (max-width: 1100px) {
  .shout-box__header {
    padding-top: 48px;
  }
}
@media all and (max-width: 800px) {
  .shout-box__header {
    padding-top: 40px;
  }
}
@media all and (max-width: 700px) {
  .shout-box__header {
    padding-top: 35px;
  }
}
@media all and (max-width: 600px) {
  .shout-box__header {
    padding-top: 30px;
  }
}
@media all and (max-width: 500px) {
  .shout-box__header {
    padding-top: 25px;
  }
}
@media all and (max-width: 350px) {
  .shout-box__header {
    padding-top: 20px;
  }
}

.shout-box__header-image {
  background-image: url("/TRNSTN_RADIO_LOGO_WHITE.c44a1e17.svg");
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 150;
  background-repeat: no-repeat;
  background-position: center 9px;
  background-size: calc(100% - 20px ) auto;
}
@media all and (max-width: 1100px) {
  .shout-box__header-image {
    height: 48px;
  }
}
@media all and (max-width: 800px) {
  .shout-box__header-image {
    height: 40px;
  }
}
@media all and (max-width: 700px) {
  .shout-box__header-image {
    height: 35px;
  }
}
@media all and (max-width: 600px) {
  .shout-box__header-image {
    height: 30px;
  }
}
@media all and (max-width: 500px) {
  .shout-box__header-image {
    height: 25px;
  }
}
@media all and (max-width: 350px) {
  .shout-box__header-image {
    height: 20px;
  }
}

.shout-box__container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: white;
}

.shoutBoxContainer button {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
  appearance: none;
  background: transparent;
  height: 1ex;
  line-height: 1ex;
  box-sizing: content-box;
  padding: 10px;
  border: solid 1px white;
}
.shoutBoxContainer .shoutboxChangeUsernameBtn {
  display: none;
}
.shoutBoxContainer .shoutBoxHeader {
  display: none;
}
.shoutBoxContainer .shoutChat {
  position: relative;
  left: 0;
  right: 0;
  top: 34px;
  bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc( 100% - (94px) );
  width: calc( 100% + 8px);
  box-sizing: border-box;
}
.shoutBoxContainer .shoutChat > * {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border-bottom: solid 1px white;
  padding: 20px 10px 6px 10px;
  position: relative;
  opacity: 1;
}
.shoutBoxContainer .shoutChat > * > button {
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}
.shoutBoxContainer .shoutChat .shoutBoxAvatar {
  display: none;
}
.shoutBoxContainer .shoutChat .shoutDate {
  font-size: 8.8px;
  line-height: 1em;
  font-weight: 400;
  position: absolute;
  top: 7px;
  left: 10px;
}
.shoutBoxContainer .shoutChat .shoutUserText {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
  text-transform: uppercase;
}
.shoutBoxContainer .shoutInput {
  right: 0;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shoutBoxContainer .shoutInput:after {
  content: "";
  display: block;
  width: calc( 100% - 20px);
  height: 1px;
  background: white;
  left: 10px;
  bottom: 10px;
  position: relative;
}
.shoutBoxContainer .adminCog {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  padding-top: 0;
}
@media all and (max-width: 1100px) {
  .shoutBoxContainer .adminCog {
    padding-top: 48px;
  }
}
@media all and (max-width: 800px) {
  .shoutBoxContainer .adminCog {
    padding-top: 40px;
  }
}
@media all and (max-width: 700px) {
  .shoutBoxContainer .adminCog {
    padding-top: 35px;
  }
}
@media all and (max-width: 600px) {
  .shoutBoxContainer .adminCog {
    padding-top: 30px;
  }
}
@media all and (max-width: 500px) {
  .shoutBoxContainer .adminCog {
    padding-top: 25px;
  }
}
@media all and (max-width: 350px) {
  .shoutBoxContainer .adminCog {
    padding-top: 20px;
  }
}
.shoutBoxContainer .adminCog #shoutboxAdminLoginBtn {
  margin: 0;
  font-size: 16.33px;
  line-height: 12px;
  color: white;
}
.shoutBoxContainer #shoutBoxInput {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
  border: none;
  padding: 34px 10px 10px 10px;
  background-color: black;
  border-top: solid 1px white;
  border-radius: 0;
}
.shoutBoxContainer #shoutBoxInput::placeholder {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
}
.shoutBoxContainer #shoutBoxInput[disabled]::placeholder {
  color: transparent !important;
}
.shoutBoxContainer .shoutText:hover {
  background-color: transparent !important;
}

.configPanel {
  background-color: black;
  padding-top: 35px;
}
@media all and (max-width: 1100px) {
  .configPanel {
    padding-top: calc( 48px + 35px);
  }
}
@media all and (max-width: 800px) {
  .configPanel {
    padding-top: calc( 40px + 35px);
  }
}
@media all and (max-width: 700px) {
  .configPanel {
    padding-top: calc( 35px + 35px);
  }
}
@media all and (max-width: 600px) {
  .configPanel {
    padding-top: calc( 30px + 35px);
  }
}
@media all and (max-width: 500px) {
  .configPanel {
    padding-top: calc( 25px + 35px);
  }
}
@media all and (max-width: 350px) {
  .configPanel {
    padding-top: calc( 20px + 35px);
  }
}
.configPanel label[for=shoutboxEmailAdmin],
.configPanel label[for=shoutboxForgottenEmail] {
  display: block;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 6px;
}
.configPanel #shoutboxEmailAdmin,
.configPanel #shoutboxPasswordAdmin,
.configPanel #shoutboxLoginAdminBtn,
.configPanel #shoutboxForgottenEmail,
.configPanel #sendMyPasswordBtn {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
  border: none;
  padding: 0;
  margin: 10px;
  margin-bottom: 0;
  background: black;
  font-family: "AA Gothic", sans-serif;
  border-bottom: solid 1px white;
  height: auto;
}
.configPanel #shoutboxEmailAdmin::placeholder,
.configPanel #shoutboxPasswordAdmin::placeholder,
.configPanel #shoutboxLoginAdminBtn::placeholder,
.configPanel #shoutboxForgottenEmail::placeholder,
.configPanel #sendMyPasswordBtn::placeholder {
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "AA Gothic", sans-serif;
}
.configPanel #shoutboxEmailAdmin[disabled]::placeholder,
.configPanel #shoutboxPasswordAdmin[disabled]::placeholder,
.configPanel #shoutboxLoginAdminBtn[disabled]::placeholder,
.configPanel #shoutboxForgottenEmail[disabled]::placeholder,
.configPanel #sendMyPasswordBtn[disabled]::placeholder {
  color: transparent !important;
}
.configPanel #shoutboxLoginAdminBtn,
.configPanel #sendMyPasswordBtn,
.configPanel #shoutboxForgottenBtn {
  display: inline-block;
  border: solid 1px;
  border-radius: 6px;
  padding: 7px;
  font-size: 8px;
  line-height: 1em;
  width: auto;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  transition: none !important;
}
.configPanel #shoutboxLoginAdminBtn:hover,
.configPanel #sendMyPasswordBtn:hover,
.configPanel #shoutboxForgottenBtn:hover {
  color: black !important;
  border-color: white !important;
  background: white !important;
}
.configPanel #shoutboxLoginAdminBtn {
  margin-top: 15px;
  left: 50%;
  transform: translate(calc( -100% - 5px ), 0);
}
.configPanel #shoutboxForgottenBtn {
  left: 50%;
  transform: translate(5px, -100%);
}
.configPanel #sendMyPasswordBtn {
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.configPanel .error {
  height: 0;
  position: relative;
  top: 10px;
  color: white;
  font-size: 8px;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  padding-right: 10px;
  transform: translateY(-60px);
  text-transform: uppercase;
}

#shoutboxLoginPanel > .centered {
  text-align: left;
}

#shoutboxEmailAdmin,
#shoutboxPasswordAdmin,
#shoutboxLoginAdminBtn,
#shoutboxForgottenEmail,
#sendMyPasswordBtn {
  width: calc(100% - 20px);
}

header.shout-box__header:before {
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  bottom: 34px;
  left: 0;
  position: absolute;
}

.shoutBoxContainer .adminCog #shoutboxAdminLoginBtn {
  font-size: 18px;
}

.fa-gear:before, .fa-cog:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/menu_admin-01.0524ccff.svg");
}