/*
    Variables:
*/
/*
    Base colours:
*/
/* Header/footer: */
/* TODO: Remove if not to be used by NL any more either? */
/* Subfooter, social links, contact us etc.: */
/* Log in, log out, submit etc.: */
/* Left hand nav: */
/* Links: */
/* Main content: */
/* Errors: */
/* Messages: */
/* Colours */
/* Dimensions */
/*
 * CSS3 / LESS loader spinner
*/
/* Animation */
.spin {
  -webkit-animation: spin 750ms infinite linear;
  -moz-animation: spin 750ms infinite linear;
  animation: spin 750ms infinite linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
/* Styling */
.loader {
  background-color: #eee;
  border-radius: 100%;
  position: relative;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.loader .a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35% 0 0 -35%;
  width: 70%;
  height: 70%;
  background-color: #fff;
  border-radius: 100%;
  z-index: 3;
}
.loader .b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loader .b .c {
  position: absolute;
  top: 1%;
  left: 50%;
  margin: 0 0 0 -5px;
  height: 14px;
  width: 10px;
  background: #BE4A96;
}
.loader.center {
  left: calc(50% - 50px);
}
.loader.small {
  height: 25px;
  width: 25px;
}
/*
    Elements:
*/
#google_translate_element {
  position: fixed;
  bottom: 0;
  right: 10px;
}
.submit-button {
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
}
.submit-button:hover {
  background-color: #af3f89;
}
.btn {
  border-radius: 2px;
}
.btn.btn-secondary {
  background-color: #BE4A96;
  border: 1px solid transparent;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  background-color: #c55da1;
  border-color: transparent;
}
#heading-left {
  float: left;
}
#heading-right {
  padding-top: 40px;
  margin-left: 120px;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
body {
  margin: auto;
  overflow-x: hidden;
  font-family: "Myriad Pro", "Helvetica", "Arial", sans-serif;
}
#page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main_body {
  flex: 1;
}
header {
  /*
        Fix for elements that would stretch full width on a bigger screen,
        but that make the page too wide on mobile.
    */
  background: #333333;
  position: relative;
  padding: 0.5em 0%;
  overflow: hidden;
  margin-bottom: 30px;
  color: white;
}
@media only screen and (max-width: 35em) {
  header {
    margin: 0;
    padding: 0;
  }
}
header h1 .logo {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 10px;
  height: 96px;
}
header .site-version-details {
  right: 15px;
  color: white;
  top: 0px;
  text-align: right;
  font-size: small;
}
nav#access_nav {
  /* Sign up, login in, log out, country select etc.: */
  text-align: right;
  position: relative;
}
nav#access_nav a {
  border-radius: 0.25rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}
nav#access_nav a:hover {
  background-color: #af3f89;
}
nav#access_nav p {
  font-size: 0.8em;
}
@media only screen and (max-width: 35em) {
  nav#access_nav {
    margin: 0;
    padding: 2em 0em 2em 0em;
  }
}
#main_nav {
  width: 20%;
  display: block;
  float: left;
}
@media only screen and (max-width: 35em) {
  #main_nav {
    /* Mobile menu */
    display: block;
    float: none;
    width: 95%;
    max-height: 38px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
    /* Space content below menu. */
    position: relative;
    transition: max-height 1s ease-out;
  }
  #main_nav:target {
    max-height: 3000px;
    transition: max-height 1s ease-in;
  }
  #main_nav:target .active {
    position: relative;
  }
  #main_nav:target a.menu-open {
    display: none !important;
  }
  #main_nav:target a.menu-close {
    display: block !important;
  }
  #main_nav:target:after {
    content: "\25B2";
  }
  #main_nav:after {
    content: "\25BC";
    position: absolute;
    top: 8px;
    right: 10px;
    color: #fff;
    z-index: 100;
    font-size: 0.8em;
  }
  #main_nav .main-nav-spacer {
    display: none !important;
  }
  #main_nav a {
    z-index: 0;
  }
  #main_nav a.menu-open {
    display: block !important;
  }
  #main_nav a.menu-close {
    display: none !important;
  }
  #main_nav.expanded {
    height: auto;
  }
  #main_nav.expanded a {
    position: relative;
  }
  #main_nav.expanded:after {
    content: "";
  }
}
#main_nav a {
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  background-color: #A0CAED;
  color: #0E4F9E;
  margin-bottom: 0.3em;
  text-decoration: none;
  padding: 0.5em 1em;
  border: 1px solid #A0CAED;
  border-radius: 2px;
  font-size: 14px;
  transition: all 0.2s ease;
}
#main_nav a:hover {
  background-color: #0E4F9E;
  color: #FFFFFF;
  border: 1px solid #0c4387;
  background-position: left -3px;
}
#main_nav a.active {
  background-color: #0E4F9E;
  color: #FFFFFF;
  border: 1px solid #0c4387;
}
#main_nav a.menu {
  display: none;
}
#main_nav .badge {
  vertical-align: initial;
  font-size: 85%;
  padding: 5px;
  background-color: #0E4F9E;
  color: white;
}
#content {
  display: block;
  width: 78%;
  margin-left: 2%;
}
@media only screen and (max-width: 35em) {
  #content {
    width: 100%;
    margin-left: 0%;
  }
}
#content:after {
  clear: both;
  content: " ";
  display: block;
}
#content h2,
#content h3 {
  color: #7f7f7f;
}
#content h2 a,
#content h3 a {
  color: #08c;
  text-decoration: none;
}
#content h2 form,
#content h3 form,
#content h2 select,
#content h3 select {
  display: inline;
}
#content p,
#content li {
  color: #636363;
}
#content p a,
#content li a {
  color: #08c;
  text-decoration: none;
}
#content p a.button,
#content li a.button {
  border-radius: 0.25rem;
  display: inline-block;
  background-color: #BE4A96;
  color: #FFFFFF;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  font-size: 0.8em;
}
#content .page-item.active .page-link {
  color: white;
}
#content input[type=submit],
#content select[type=submit] {
  border-radius: 0.25rem;
}
@media only screen and (max-width: 35em) {
  #content input[type=submit].sps,
  #content select[type=submit].sps {
    background: none;
    display: inline;
    border: none;
    padding: 0;
    color: #08c;
    font-size: 1em;
  }
}
.photo_box {
  display: inline-block;
  max-width: 100%;
  padding: 9px;
  background: #f8f9fa;
}
@media only screen and (max-width: 35em) {
  .photo_box {
    width: 94%;
    margin-bottom: 10px;
  }
}
.home_image {
  width: 220px;
}
@media only screen and (max-width: 35em) {
  .home_image {
    width: 100%;
  }
}
footer {
  background: #333333;
  margin-top: 40px;
  /*
        Fix for elements that would stretch full width on a bigger screen,
        but that make the page too wide on mobile.
    */
}
@media only screen and (max-width: 35em) {
  footer {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 35em) {
  footer {
    margin-top: 1em;
  }
}
footer #subfooter .col {
  display: inline-block;
  width: 20%;
  margin: 1.5em 0 0 1.5em;
  float: left;
}
@media only screen and (max-width: 35em) {
  footer #subfooter .col {
    width: 45%;
  }
}
footer #subfooter h3 {
  background-position: left center;
  background-repeat: repeat-x;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.85em;
}
footer #subfooter .footer_login a {
  border-radius: 0.25rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  min-width: 3.5em;
  text-align: center;
}
footer #subfooter .footer_login a:hover {
  background-color: #af3f89;
}
footer #subfooter .footer_login#footer_login_counterpart a {
  background-color: #FF6600;
  border-color: #FF6600;
}
footer #subfooter .footer_login#footer_login_counterpart a:hover {
  background-color: #e65c00;
}
footer #subfooter #social_links a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("/static/frontend/images/social_icons.png");
  background-color: #CCCCCC;
  text-indent: -99999px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
footer #subfooter #social_links a.fb {
  background-position: -45px 0px;
}
footer #subfooter #social_links a.fb:hover {
  background-color: #3b5998;
}
footer #subfooter #social_links a.twitter {
  background-position: 0px 0px;
}
footer #subfooter #social_links a.twitter:hover {
  background-color: #4099FF;
}
footer #subfooter #social_links a.instagram {
  background-image: url("/static/frontend/images/instagram_white.png");
  background-size: cover;
}
footer #subfooter #social_links a.instagram:hover {
  background-image: url("/static/frontend/images/instagram.png");
  background-color: inherit;
}
footer #subfooter #other_links p {
  color: #7f7f7f;
  font-size: 0.85em;
  margin: 0 0 0.5em 0;
}
footer #subfooter #other_links p a {
  color: #08c;
  text-decoration: none;
}
footer #subfooter .footer-copyright {
  /*
        Fix for elements that would stretch full width on a bigger screen,
        but that make the page too wide on mobile.
    */
  font-size: 0.8em;
  clear: both;
  opacity: 0.5;
}
@media only screen and (max-width: 35em) {
  footer #subfooter .footer-copyright {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 35em) {
  footer #subfooter .footer-copyright {
    padding: 2em;
  }
}
/* Forms: */
.force_uppercase {
  text-transform: uppercase;
}
.uuid {
  display: none;
}
.form_field {
  width: 45%;
  display: inline-block;
}
@media only screen and (max-width: 35em) {
  .form_field {
    width: 90%;
  }
}
.form-check-label {
  margin-left: 10px;
}
.form_help {
  font-size: 0.8em;
  margin: 0;
}
input[type=checkbox] {
  transform: scale(1.5);
  cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .selector:not(*:root),
  input[type=checkbox] {
    visibility: hidden;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .selector:not(*:root):after,
  input[type=checkbox]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    color: #08c;
    width: 18px;
    height: 18px;
    visibility: visible;
    border: 1px solid #ced4da;
    padding-left: 0px;
    border-radius: 2px;
  }
  .selector:not(*:root):checked:after,
  input[type=checkbox]:checked:after {
    content: " ";
    display: block;
    background-image: url("/static/frontend/images/svg/check-symbol-white.svg");
    background-size: 12px 12px;
    background-color: #08c;
    height: 18px;
    width: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.errorlist {
  border-radius: 0.25rem;
  background: #f08080;
  margin: 0;
  margin-top: 1em;
  padding: 1em;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 35em) {
  .errorlist {
    width: 100%;
  }
}
.errorlist li {
  color: black !important;
  list-style: none;
  margin: 0px;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* Resolve uneven padding if wrapping alert around checkbox */
.alert > .form-check > .form-group {
  margin-bottom: 0px;
}
.highlight {
  border-radius: 0.25rem;
  background: #F0F07F;
  padding: 1em;
  font-weight: bold;
}
.highlight.success {
  background: #7FF07F;
}
.highlight.error {
  background: #f08080;
  color: black !important;
}
.highlight.info {
  background: #7FB8F0;
}
.highlight.warning {
  background: #f0ad4e;
  color: black !important;
}
.messages {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
.messages li {
  border-radius: 0.25rem;
  width: 100%;
  padding: 1em;
  list-style: none;
}
.messages li.success {
  background: #7FF07F;
}
.messages li.error {
  background: #f08080;
  color: black !important;
}
.messages li.info {
  background: #7FB8F0;
}
.messages li.warning {
  background: #f0ad4e;
  color: black !important;
}
.table a[data-toggle="collapse"] {
  display: block;
}
.table .table {
  margin-bottom: 0px;
}
.table .table td {
  border-top: 0px;
}
table.details {
  width: 100%;
}
table.details.phone_setup {
  max-width: 60%;
}
@media only screen and (max-width: 35em) {
  table.details.phone_setup {
    max-width: 100%;
  }
}
@media only screen and (max-width: 35em) {
  table.details.large-only {
    /* Converted to responsive by stackable.js */
    display: none;
  }
}
@media only screen and (min-width: 35em) {
  table.details.small-only {
    /* Converted to responsive by stackable.js */
    display: none;
  }
}
table.details thead th {
  background: #cdcdcd;
}
table.details td,
table.details th {
  padding: 1em;
  background: #efefef;
  border: 3px solid #fff;
}
@media only screen and (max-width: 35em) {
  table.details td,
  table.details th {
    padding: 3px;
  }
}
table.details td p a,
table.details th p a {
  color: #08c;
  text-decoration: none;
}
table.details td a.submit-button,
table.details th a.submit-button {
  color: white;
}
table.details td input[type=submit],
table.details th input[type=submit] {
  width: 100%;
}
table.details td input[type=submit].edit,
table.details th input[type=submit].edit {
  background-color: #BE4A96;
  color: #FFFFFF;
}
table.details .col_action a {
  display: block;
  text-align: center;
}
table.details .col_action a.button {
  border-radius: 0.25rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
}
table.details .col_action a.button:hover {
  background-color: #af3f89;
}
table.details .col_action a.secondary {
  background-color: #C0C0C0;
  border-color: #CCCCCC;
  color: #000;
}
#date-table {
  overflow: scroll;
  width: 100%;
}
table.time-slots {
  /* Fix left column so you can always see the dates: */
  /* End left column fix. */
  margin-bottom: 15px;
}
table.time-slots th,
table.time-slots td:first-child {
  padding: 10px;
  z-index: 1000;
  background: inherit;
  width: 80px;
}
table.time-slots td:first-child {
  position: absolute;
}
table.time-slots th:first-child {
  min-width: 80px;
}
table.time-slots tr {
  text-align: center;
}
table.time-slots thead th {
  border-right: solid 1px #CCCCCC;
  padding: 5px;
  font-size: 14px;
}
table.time-slots tbody tr:hover {
  background-color: #f2f2f2;
  outline: solid 1px #CCCCCC;
}
table.time-slots tbody td {
  padding: 10px 0px 10px 0px;
  border-right: solid 1px #CCCCCC;
}
table.time-slots tbody td input {
  display: inline-block;
  margin: 0px;
}
table.time-slots tbody tr:nth-child(odd) {
  background-color: white;
}
table.time-slots tbody tr:first-child {
  border-top: solid 1px #CCCCCC;
}
table.time-slots tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.pagination_form .pagination {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pagination_form .pagination .prev,
.pagination_form .pagination .next {
  border-radius: 0.25rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 1em;
}
.pagination_form .pagination .prev:hover,
.pagination_form .pagination .next:hover {
  background-color: #af3f89;
}
@media only screen and (max-width: 35em) {
  .pagination_form .pagination .prev,
  .pagination_form .pagination .next {
    margin: 0;
  }
}
.pagination_form .pagination .page-current select {
  display: inline !important;
}
#compose_form input,
#compose_form textarea,
#compose_form select {
  /* For loading gif */
  background-repeat: no-repeat;
  background-position: center center;
}
#compose_form .recipient p {
  width: 100%;
}
#compose_form .recipient p select {
  width: 100%;
}
#compose_form .recipientname,
#compose_form .identifier,
#compose_form .establishment,
#compose_form .replyenabled {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
#compose_form .recipientname:nth-child(odd),
#compose_form .identifier:nth-child(odd),
#compose_form .establishment:nth-child(odd),
#compose_form .replyenabled:nth-child(odd) {
  margin-right: 2%;
}
#compose_form .recipientname .form_field,
#compose_form .identifier .form_field,
#compose_form .establishment .form_field,
#compose_form .replyenabled .form_field {
  width: 100%;
}
#compose_form .recipientname input[type=checkbox],
#compose_form .identifier input[type=checkbox],
#compose_form .establishment input[type=checkbox],
#compose_form .replyenabled input[type=checkbox] {
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (max-width: 35em) {
  #compose_form .recipientname,
  #compose_form .identifier,
  #compose_form .establishment,
  #compose_form .replyenabled {
    display: block;
    width: 100%;
  }
}
#compose_form .identifier {
  text-transform: uppercase;
}
#compose_form .messagetext {
  width: 100%;
  white-space: nowrap;
}
#compose_form .messagetext .form_field {
  width: 100%;
  position: relative;
}
#compose_form .messagetext .form_field textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 1em;
  box-sizing: border-box;
}
#compose_form .messagetext .char_limit,
#compose_form .messagetext .line_limit {
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  border-top: none;
  width: calc(50% - 2px);
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 35em) {
  #compose_form .messagetext .char_limit,
  #compose_form .messagetext .line_limit {
    display: block;
    float: none;
    width: 100%;
  }
}
#compose_form .messagetext .char_limit i,
#compose_form .messagetext .line_limit i {
  display: block;
  background: lightblue;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-sizing: border-box;
  background-color: #7FF07F;
}
#compose_form .messagetext .char_limit i.bad,
#compose_form .messagetext .line_limit i.bad {
  background-color: #f08080;
}
#compose_form #attachment_wrapper p {
  border: 0.3em dashed #CCCCCC;
  border-radius: 20px;
  width: 150px;
  height: 120px;
  margin-right: 1em;
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#compose_form #attachment_wrapper p.dragging {
  border-color: #7FF07F;
}
#compose_form #attachment_wrapper p.error {
  border-color: #f08080;
}
@media only screen and (max-width: 35em) {
  #compose_form #attachment_wrapper p {
    width: 130px;
  }
}
#compose_form #attachment_wrapper p label {
  position: absolute;
  top: 40%;
  display: block;
  text-align: center;
  width: 100%;
  color: #ccc;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}
#compose_form #attachment_wrapper p input {
  width: 200px;
  height: 200px;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
#compose_form #attachment_wrapper p img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#compose_form #attachment_wrapper p .processing {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  z-index: 50;
  width: 50px;
  height: 50px;
}
#compose_form #attachment_wrapper p .remove {
  border-radius: 0.25rem;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 80%;
  text-align: center;
  background: #fff;
  margin: auto;
  left: 15px;
  z-index: 100;
}
.table-ajax-view .ajax_content td {
  border-bottom-width: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
}
.table-ajax-view .ajax_content td .loader {
  margin: auto;
  left: 0;
  text-align: center;
  right: 0;
}
.table-ajax-view .unread td {
  background: #B8F07F;
  transition: all 1s ease;
}
.ajax_content_wrapper img {
  max-width: 100%;
}
.inline_actions form {
  display: inline-block;
}
.inline_actions input {
  display: inline-block !important;
  margin-right: 1em;
}
.inline_actions .back {
  background: #BE4A96;
  color: #FFFFFF;
}
.inline_actions a {
  text-decoration: none;
}
.message_preview {
  width: 100%;
}
.featherlight-next span,
.featherlight-previous span {
  color: #BE4A96 !important;
}
.payment-type {
  display: table-cell;
  width: 45%;
  padding: 0 1em;
}
.payment-type.payment-type--right {
  border-left: 1px solid #bebebe;
}
.payment-type .sps {
  background-color: #FF6600;
  color: #FFFFFF;
}
@media only screen and (max-width: 35em) {
  .payment-type {
    display: block;
    width: 95%;
    border: none !important;
  }
}
#realex_frame {
  border: 0;
  width: 100%;
  min-height: 500px;
}
.compose_submit input[type=submit],
.compose_submit p {
  display: inline-block !important;
}
#draft_status {
  display: block;
  font-size: 0.8em;
}
#draft_status .loader {
  display: inline-block;
  vertical-align: middle;
}
.news_wrapper {
  border-radius: 0.25rem;
  background: #F0F07F;
  width: 90%;
  padding: 1em;
}
.news_wrapper h3,
.news_wrapper h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #636363 !important;
}
.news_wrapper h4 {
  font-size: 0.9em;
}
.news_wrapper .news_item p {
  margin-bottom: 0;
  line-height: 1em;
}
.photo_attachment_wrapper {
  width: 200px;
  height: 150px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.photo_attachment_wrapper .photo_attachment {
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo_attachment_wrapper .photo_attachment img {
  height: 100%;
}
.photo_attachment_wrapper .status {
  float: left;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
}
.photo_attachment_wrapper .status .badge {
  position: relative;
  top: 75%;
}
.status + .photo_attachment {
  opacity: 0.4;
}
#popup_content {
  display: none;
}
#popup_content input[type=button] {
  border-radius: 0.25rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
}
#popup_content input[type=button]:hover {
  background-color: #af3f89;
}
#popup_content .popup_actions {
  text-align: center;
}
.ok_cancel_wrapper {
  display: none;
}
.ok_cancel input[type=button] {
  border-radius: 0.25rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none;
}
.ok_cancel input[type=button]:hover {
  background-color: #af3f89;
}
blockquote {
  background: #efefef;
  padding: 1em;
  margin-left: 0;
  width: 70%;
}
@media only screen and (max-width: 35em) {
  blockquote {
    width: auto;
    margin-right: 0;
  }
}
/*
    ==========================================================================
        HTML5 boilerplate below:
    ==========================================================================
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
    A better looking default horizontal rule:
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
    Remove the gap between audio, canvas, iframes,
    images, videos and the bottom of their containers:
    https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
    Remove default fieldset styles:
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
    Allow only vertical resizing of textareas:
*/
textarea {
  resize: vertical;
}
/*
    ==========================================================================
        Browser Upgrade Prompt:
    ==========================================================================
*/
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*
    ==========================================================================
        Helper classes:
    ==========================================================================
*/
/*
    Hide visually and from screen readers:
*/
.hidden {
  display: none !important;
}
/*
    Hide only visually, but have it available for screen readers:
    http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
    Extends the .visuallyhidden class to allow the element
    to be focusable when navigated to via the keyboard:
    https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
    Hide visually and from screen readers, but maintain layout:
*/
.invisible {
  visibility: hidden;
}
/*
    Clearfix: contain floats:
    For modern browsers
    1. The space content is one way to avoid an Opera bug when the
        `contenteditable` attribute is included anywhere else in the document.
        Otherwise it causes space to appear at the top and bottom of elements
        that receive the `clearfix` class.
    2. The use of `table` rather than `block` is only necessary if using
        `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
    ==========================================================================
        Media Queries for Responsive Design.
        These override the primary (mobile first) styles:
    ==========================================================================
*/
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition... */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices... */
}
/*
    ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        http://www.phpied.com/delay-loading-your-print-css/
    ==========================================================================
*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
        Do not show links that are fragment identifiers,
        or use the `javascript:` pseudo protocol:
    */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
        Printing Tables:
        http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#video-monitor-display {
  display: none;
}
#video-monitor-display.active {
  display: block;
}
@media only screen and (min-width: 35em) {
  #video-monitor-display.active {
    display: flex;
  }
}
#video-monitor-display .left,
#video-monitor-display .right {
  background-color: lightgrey;
  flex: 1;
  min-height: 180px;
  width: 100%;
}
@media only screen and (min-width: 35em) {
  #video-monitor-display .left,
  #video-monitor-display .right {
    width: 50%;
  }
}
@media only screen and (min-width: 35em) {
  #video-monitor-display .left {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
}
.img-thumbnail.small {
  width: 200px;
}
/* Eway: */
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYMONTH,
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYYEAR {
  width: 20%;
  display: inline-block;
}
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYMONTH .form_field,
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYYEAR .form_field {
  width: 100%;
}
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYMONTH .form_field input,
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYYEAR .form_field input {
  width: 50%;
}
#eway_payment_form #wrapper_id_EWAY_CARDCVN input {
  width: 5em;
}
#card_wrapper {
  float: right;
}
