﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url(/Content/bookings.css);
:root {
  /*override datatable default variables*/
  --dt-row-selected: 176,190,217;
  --dt-row-selected-text: 0,0,0; }

*, a, blockquote, body, dd, div, dl, dt, form, html, img, li, ol, pre, table, td, th, ul {
  margin: 0;
  padding: 0; }

fieldset, h1, h2, h3, h4, h5, h6, p {
  padding: 0; }

img {
  border: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

#form-wrapper ul,
#form-wrapper ol {
  margin-left: 25px; }

#form-wrapper ul ul,
#form-wrapper ul ol,
#form-wrapper ol ul,
#form-wrapper ol ol {
  padding-left: 20px; }

#strong, address, caption, cite, code, dfn, em, kbd, samp, var {
  font-style: normal;
  font-weight: 400; }

em {
  font-style: italic; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.35;
  font-family: "bliss-bold", Arial, sans-serif;
  color: #00304b;
  font-weight: 700; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none; }

.application-summary div.headerInfo dl dd:after {
  content: ""; }

q:after, q:before {
  content: ""; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

.account-business .account-body .account-body-content .account-link a, body, html {
  height: 100%; }

body {
  overflow-y: scroll; }

h1 {
  font-size: 2em;
  margin: .67em 0;
  display: block; }

h2 {
  font-size: 1.5em;
  margin: 1.3em 0 0.83em; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

p span, strong {
  font-weight: 700; }

a {
  text-decoration: none; }
  a.noclick {
    color: gray; }
  a.noclick, a:link, a:visited {
    text-decoration: none; }

input[type=button].button,
input[type=submit].button,
button#registerDogsBtn,
#popup_panel input[type=button],
a.button,
a.button:link,
div.button.dropdown,
.fileinput-button a,
.link-button a,
.logged-in-sidebar a.button,
.login-sidebar a.button,
.row .btn-primary,
.ui-widget button.ui-state-default {
  font-family: "Ubuntu", sans-serif;
  background: #007DBA;
  border-radius: 1.5rem;
  font-weight: 500;
  text-transform: none;
  color: #FFFFFF;
  font-size: 1.125em;
  border: 0;
  padding: 13px 3em;
  width: auto;
  white-space: initial;
  box-shadow: none;
  text-align: center;
  text-shadow: none;
  cursor: pointer; }
  input[type=button].button:visited,
  input[type=submit].button:visited,
  button#registerDogsBtn:visited,
  #popup_panel input[type=button]:visited,
  a.button:visited,
  a.button:link:visited,
  div.button.dropdown:visited,
  .fileinput-button a:visited,
  .link-button a:visited,
  .logged-in-sidebar a.button:visited,
  .login-sidebar a.button:visited,
  .row .btn-primary:visited,
  .ui-widget button.ui-state-default:visited {
    color: #FFFFFF; }
  input[type=button].button:focus, input[type=button].button:active, input[type=button].button:active:focus,
  input[type=submit].button:focus,
  input[type=submit].button:active,
  input[type=submit].button:active:focus,
  button#registerDogsBtn:focus,
  button#registerDogsBtn:active,
  button#registerDogsBtn:active:focus,
  #popup_panel input[type=button]:focus,
  #popup_panel input[type=button]:active,
  #popup_panel input[type=button]:active:focus,
  a.button:focus,
  a.button:active,
  a.button:active:focus,
  a.button:link:focus,
  a.button:link:active,
  a.button:link:active:focus,
  div.button.dropdown:focus,
  div.button.dropdown:active,
  div.button.dropdown:active:focus,
  .fileinput-button a:focus,
  .fileinput-button a:active,
  .fileinput-button a:active:focus,
  .link-button a:focus,
  .link-button a:active,
  .link-button a:active:focus,
  .logged-in-sidebar a.button:focus,
  .logged-in-sidebar a.button:active,
  .logged-in-sidebar a.button:active:focus,
  .login-sidebar a.button:focus,
  .login-sidebar a.button:active,
  .login-sidebar a.button:active:focus,
  .row .btn-primary:focus,
  .row .btn-primary:active,
  .row .btn-primary:active:focus,
  .ui-widget button.ui-state-default:focus,
  .ui-widget button.ui-state-default:active,
  .ui-widget button.ui-state-default:active:focus {
    background: #006da4;
    color: #FFFFFF; }
  input[type=button].button:hover,
  input[type=submit].button:hover,
  button#registerDogsBtn:hover,
  #popup_panel input[type=button]:hover,
  a.button:hover,
  a.button:link:hover,
  div.button.dropdown:hover,
  .fileinput-button a:hover,
  .link-button a:hover,
  .logged-in-sidebar a.button:hover,
  .login-sidebar a.button:hover,
  .row .btn-primary:hover,
  .ui-widget button.ui-state-default:hover {
    background-color: #006da4;
    color: #FFFFFF;
    border: 0;
    text-decoration: none; }

input[type="submit"].button.secondary,
input[type="button"].button.secondary,
button.secondary {
  background: transparent;
  color: #007DBA;
  border: 1px solid #007DBA; }
  input[type="submit"].button.secondary:hover,
  input[type="button"].button.secondary:hover,
  button.secondary:hover {
    background: transparent;
    color: #006da4; }

.tertiary-action-button {
  text-align: center;
  background: transparent;
  font-weight: normal;
  color: #666;
  cursor: pointer;
  border: none;
  font-size: 1em;
  padding: .5em 1em;
  display: inline-block;
  cursor: pointer; }
  .tertiary-action-button:focus, .tertiary-action-button:active, .tertiary-action-button:focus:active {
    background: #F9F9F9; }
  .tertiary-action-button:hover {
    text-decoration: none;
    color: #000; }
    .tertiary-action-button:hover a {
      text-decoration: none; }
  .tertiary-action-button[disabled] {
    color: #DDD;
    background: transparent;
    cursor: initial; }
  .tertiary-action-button span {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    vertical-align: middle; }
    @media (max-width: 47.99em) {
      .tertiary-action-button span {
        display: none; } }
  .tertiary-action-button i {
    vertical-align: middle;
    margin: 0 1px;
    font-size: 16px; }
  .tertiary-action-button.icon-only span {
    display: none; }

input[type=button].button, input[type=submit].button {
  float: right;
  margin: 0 0 10px 10px; }

.button-bar-left input[type=button].button, .button-bar-left input[type=submit].button {
  float: left;
  margin-left: 0;
  margin-right: 10px; }

.button-bar-left input.signature-remove, .button-bar-left input.map-remove {
  background-color: #B22222;
  color: #FFFFFF; }

#dcc-interaction input[type=button].button.print {
  margin-right: 20px; }

#dcc-interaction input[type=button].button.search {
  float: none;
  margin-left: 10px; }

input[type=submit].button.form-submit {
  float: none; }

input[type=button].button.grey,
input[type=submit].button.grey,
a.button.grey,
.button.grey {
  color: #fff;
  text-shadow: none;
  cursor: default;
  border: 0;
  background: gray;
  outline-color: gray; }
  input[type=button].button.grey:hover,
  input[type=submit].button.grey:hover,
  a.button.grey:hover,
  .button.grey:hover {
    cursor: default;
    background: gray;
    background-color: gray;
    outline-color: gray; }

.button.alternative {
  background: url(../../images/alt-button-background.png) repeat-x;
  height: 35px;
  min-width: 300px;
  color: #000;
  margin-bottom: 10px; }

.questionContent .button.emailv, .questionContent .button.mobilenumberv {
  float: none;
  margin-bottom: auto; }

.button.no-float {
  float: none;
  margin: -4px 0 0; }

.search-address input[type=button].button {
  padding: 13px 3em;
  float: none;
  margin: -4px 0 0; }
  @media (max-width: 47.99em) {
    .search-address input[type=button].button {
      clear: both; } }

div.repeater-add {
  margin-top: 2em; }
  div.repeater-add input[type=button].button.repeater-add, div.repeater-add input[type=button].button.booking-repeater-add, div.repeater-add input[type=button].repeater-add, div.repeater-add input[type=button].booking-repeater-add {
    float: left; }
  div.repeater-add input[type=button].button.booking-repeater-add, div.repeater-add input[type=button].booking-repeater-add {
    margin-left: 0; }
  div.repeater-add.grid-mode input[type=button].button.repeater-add, div.repeater-add.grid-mode input[type=button].repeater-add {
    margin-left: 0; }
    @media (max-width: 47.99em) {
      div.repeater-add.grid-mode input[type=button].button.repeater-add, div.repeater-add.grid-mode input[type=button].repeater-add {
        margin-left: 15px; } }

.bottom-buttons {
  margin-top: 20px;
  margin-right: 0; }
  @media (max-width: 47.99em) {
    .bottom-buttons .directional-buttons {
      width: 100%; } }
  .bottom-buttons input[type=button].button, .bottom-buttons input[type=submit].button {
    margin: 0 0 1px 1px;
    min-width: 160px; }
    @media (max-width: 47.99em) {
      .bottom-buttons input[type=button].button, .bottom-buttons input[type=submit].button {
        width: 100%; } }

.flex-button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start; }
  .flex-button-container.align-left {
    margin-left: -10px; }
    @media (max-width: 47.99em) {
      .flex-button-container.align-left {
        margin-left: 0; } }
  .flex-button-container.align-right {
    justify-content: flex-end; }
  .flex-button-container.order-ltr .tertiary-action-button-group:not(:last-of-type):after {
    height: 1em;
    width: 1px;
    background: #CCC;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 3px; }
  .flex-button-container.order-rtl {
    flex-direction: row-reverse; }
    .flex-button-container.order-rtl.align-right {
      justify-content: flex-start; }
    .flex-button-container.order-rtl.align-left {
      justify-content: flex-end; }
    .flex-button-container.order-rtl .tertiary-action-button-group:not(:last-of-type):before {
      height: 1em;
      width: 1px;
      background: #CCC;
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin: 3px; }
  @media (max-width: 47.99em) {
    .flex-button-container:not(.no-stack) {
      flex-direction: column; } }
  .flex-button-container input[type=button].button, .flex-button-container input[type=submit].button {
    margin: 0 0 10px 10px; }
    @media (max-width: 47.99em) {
      .flex-button-container input[type=button].button, .flex-button-container input[type=submit].button {
        margin-left: 0; } }

.button-bar {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1em; }
  .button-bar.align-left {
    margin-left: -15px; }

.applications table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px; }
  .applications table thead {
    border: 1px solid #00304b; }
    .applications table thead tr {
      background: #00304b;
      color: #FFFFFF;
      border: 0;
      height: 20px; }
    .applications table thead th {
      border: 0;
      vertical-align: top;
      padding: 7px;
      text-align: left;
      font-weight: 700; }
      .applications table thead th:last-child {
        padding-right: 15px; }
      .applications table thead th a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 700; }
        .applications table thead th a span.sort-up {
          background: url(../../images/grid/grid-sort-up-white.png); }
        .applications table thead th a span.sort-down {
          background: url(../../images/grid/grid-sort-down-white.png);
          border: 0px; }
        .applications table thead th a span.sort-both {
          background: 0 0; }
        .applications table thead th a span.sort-both, .applications table thead th a span.sort-down, .applications table thead th a span.sort-up {
          background-position: right 3px center;
          background-size: 8px 8px;
          background-color: transparent;
          background-repeat: no-repeat;
          padding-right: 18px;
          font-size: 15px; }
  .applications table tbody tr {
    border: 0;
    background: #FFFFFF; }
    .applications table tbody tr:hover {
      background: #f3f3f3; }
      @media (max-width: 47.99em) {
        .applications table tbody tr:hover {
          background: #FFFFFF; } }
    @media (max-width: 47.99em) {
      .applications table tbody tr td:first-of-type {
        background: #00304b;
        border-color: #00304b;
        color: #FFFFFF; }
        .applications table tbody tr td:first-of-type a {
          color: #FFFFFF; }
        .applications table tbody tr td:first-of-type .icon {
          color: #FFFFFF; } }
    .applications table tbody tr td:last-of-type {
      position: relative; }
  .applications table tfoot tr {
    background: #00304b;
    color: #FFFFFF;
    border: 0;
    height: 20px;
    text-align: right; }
    .applications table tfoot tr td {
      font-weight: 700; }
  .applications table td {
    overflow-wrap: break-word;
    border: 1px solid #00304b;
    vertical-align: top;
    padding: 7px; }
    .applications table td:last-child {
      padding-right: 15px; }
    .applications table td a {
      font-weight: 600; }
  @media (max-width: 47.99em) {
    .applications table.responsive {
      display: block; }
      .applications table.responsive tr {
        margin-bottom: 1em;
        width: 100%; }
      .applications table.responsive thead {
        display: none; }
        .applications table.responsive thead tr {
          display: block;
          width: auto;
          overflow: hidden; }
        .applications table.responsive thead th {
          display: block;
          width: auto;
          float: left;
          padding: 10px; }
      .applications table.responsive tbody {
        width: 100%;
        display: block; }
        .applications table.responsive tbody tr {
          display: block; }
        .applications table.responsive tbody td {
          display: block;
          border-left: 1px solid #ebebeb;
          border-right: 1px solid #ebebeb;
          border-bottom: 1px solid #ebebeb;
          border-top: none;
          word-break: break-word; }
          .applications table.responsive tbody td:first-child {
            border-top: 1px solid #ebebeb; }
          .applications table.responsive tbody td[data-heading]:before {
            content: attr(data-heading) ":";
            font-weight: 700;
            margin-right: 10px;
            display: inline-block;
            vertical-align: top; }
          .applications table.responsive tbody td:empty {
            display: none; }
      .applications table.responsive tfoot tr {
        background: none;
        color: #00304b; }
      .applications table.responsive tfoot td {
        border: none; } }

.dialogue-selection label a:hover {
  text-decoration: underline; }

textarea#ApplicantNameDisplay_Disabled, textarea:disabled, textarea[disabled=disabled] {
  background: 0 0;
  border: 0;
  margin-top: 2px;
  overflow: hidden;
  padding: 0;
  line-height: 26px;
  font-size: 13px;
  font-weight: 500; }

textarea,
input[type=text],
input[type=email],
input[type=number] {
  vertical-align: top; }
  textarea:focus,
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=number]:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #4b87c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset; }

select {
  vertical-align: top; }

#step-heading h1 > span {
  font-weight: 400; }

h1#welcome {
  float: none;
  padding: inherit;
  margin: inherit;
  font-weight: 700; }
  h1#welcome ~ h2 {
    font-weight: 400;
    margin: 0;
    float: none; }

#form-wrapper {
  background: #fff;
  border: 0;
  padding: 0;
  margin-bottom: 15px; }
  #form-wrapper #select-title {
    margin-bottom: 0;
    background: #fff;
    color: #333;
    border: 0;
    text-shadow: 0 1px #fff;
    padding-left: 0; }
  #form-wrapper h2 {
    margin-bottom: 2px; }
  #form-wrapper #payment h2 {
    float: none; }

header {
  background: 0 0px;
  background: #FFFFFF;
  margin: 0 0 2em;
  padding: 0;
  box-sizing: initial;
  font-size: 15px;
  height: 72px;
  min-width: 320px;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 47.99em) {
    header {
      padding-left: 0;
      padding-right: 0;
      height: auto; } }

#header-background {
  background-color: #FFFFFF;
  padding: 0;
  position: fixed;
  height: 72px;
  max-width: none;
  width: 100%;
  z-index: 9999; }

#header-container {
  padding-top: 0;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  box-sizing: border-box;
  text-align: right; }
  @media (max-width: 37.5em) {
    #header-container {
      padding-left: 1em;
      padding-right: 1em; } }

#logo {
  background: url(../../images/logo.png);
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  height: 72px;
  width: 220px;
  float: left;
  background-size: contain;
  margin: 0; }

#logo-center {
  float: left; }

@media (max-width: 47.99em) {
  #datacomLogo {
    background-size: contain;
    height: 32px;
    width: 194px;
    margin: 1.6em 1em 1.6em -0.35em; } }

#logging {
  color: #0678B3;
  position: relative;
  float: right;
  vertical-align: middle;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  width: auto;
  overflow: visible;
  text-align: left;
  justify-content: flex-end;
  margin-left: auto;
  line-height: 72px; }
  @media (max-width: 47.99em) {
    #logging {
      float: none;
      margin-right: 0;
      padding-left: 1em; } }
  #logging span {
    margin: 0 6px 0 2px;
    font-size: .833em;
    vertical-align: top; }

#logging a {
  color: #0678B3;
  font-size: 1em;
  line-height: 1.5em;
  word-wrap: break-word;
  word-break: break-word; }
  #logging a:first-child {
    margin-right: 5px;
    text-align: right; }
    #logging a:first-child + a {
      margin-right: 10px; }
  #logging a:hover {
    text-decoration: none; }
  @media (max-width: 61.99em) {
    #logging a {
      max-width: 120px; } }

a.skip-to-main {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#wrapper {
  min-height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden; }

#content-container {
  padding-bottom: 40px; }

#dcc-interaction {
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  box-sizing: content-box; }
  #dcc-interaction > #left-zone, #dcc-interaction > #middle-zone, #dcc-interaction > #right-zone {
    float: left; }
  #dcc-interaction > #middle-zone {
    width: 100%; }

.breadcrumb, .column > div {
  margin-bottom: 10px; }

#noscript-browser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0 10px;
  background: #ffda99; }
  #noscript-browser p {
    margin: 0 auto;
    padding: 0 40px; }

#noscript-browser p {
  max-width: 1560px; }

#body-container {
  max-width: 1560px;
  min-width: 680px;
  width: 100%;
  color: #333;
  min-height: 560px; }
  #body-container div.title h1 {
    float: left;
    font-size: 28px;
    font-weight: 400;
    margin-top: 51px; }
  #body-container div#welcome {
    height: 178px; }
    #body-container div#welcome h1 {
      margin-top: 145px; }

#body-container div#staff-title span {
  float: none;
  color: #959597;
  font-size: 1.4em;
  font-weight: 400; }

#inspector-blurb {
  margin-bottom: 20px;
  font-size: 0.85em; }

.facilitiesIndex ul, .resources ul {
  padding-left: 0; }
  .facilitiesIndex ul li, .resources ul li {
    list-style: none; }

.application-summary tbody td a.button, .column-double .column {
  margin-top: 0; }

.dialogue-summary {
  font-size: 1.2em;
  margin-top: 10px;
  font-weight: 700;
  float: left; }

.watermark {
  font-style: italic;
  color: silver; }

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  color: silver; }

.question-cell > div.label {
  font-weight: 700;
  margin: 1.5em 0 0 0; }

.longQuestionName,
.questionName {
  width: 100%;
  float: left;
  padding-top: 10px;
  margin-bottom: 0;
  text-align: left; }
  .longQuestionName.check-box-right,
  .questionName.check-box-right {
    display: none; }
  .longQuestionName .subtext,
  .questionName .subtext {
    display: none; }
  @media (min-width: 48em) {
    .longQuestionName.grid-mode-top-row,
    .questionName.grid-mode-top-row {
      height: 50px; } }
  .longQuestionName.grid-mode-top-row.is-hidden,
  .questionName.grid-mode-top-row.is-hidden {
    display: none; }
  .longQuestionName.grid-mode-top-row .subtext,
  .questionName.grid-mode-top-row .subtext {
    font-size: .75em;
    margin-top: 2px;
    display: block; }
    .longQuestionName.grid-mode-top-row .subtext.left-align,
    .questionName.grid-mode-top-row .subtext.left-align {
      text-align: left; }
    .longQuestionName.grid-mode-top-row .subtext.right-align,
    .questionName.grid-mode-top-row .subtext.right-align {
      text-align: right; }
    .longQuestionName.grid-mode-top-row .subtext.center-align,
    .questionName.grid-mode-top-row .subtext.center-align {
      text-align: center; }
    @media (max-width: 47.99em) {
      .longQuestionName.grid-mode-top-row .subtext,
      .questionName.grid-mode-top-row .subtext {
        display: none; } }
  .longQuestionName.grid-mode-top-row .options,
  .questionName.grid-mode-top-row .options {
    text-align: left; }
  .longQuestionName.grid-mode-row,
  .questionName.grid-mode-row {
    display: none; }
    @media (max-width: 47.99em) {
      .longQuestionName.grid-mode-row,
      .questionName.grid-mode-row {
        height: auto;
        display: inline; } }
    .longQuestionName.grid-mode-row .subtext,
    .questionName.grid-mode-row .subtext {
      display: none; }

.questionContent.short {
  width: 25px; }

.questionName-text {
  display: inline-block; }

.questionName.long {
  text-align: left;
  width: 80%;
  padding-top: 0; }
  .questionName.long .questionName-text {
    width: 90%;
    display: inline-block;
    vertical-align: top; }

.questionContent.short.right-full {
  display: inline-block;
  margin-left: 0;
  float: left; }

.questionName-text.right-full {
  width: auto;
  max-width: none;
  margin-top: 6px;
  display: block; }

.questionContent > input[type=checkbox] {
  margin-top: 8px; }

.ui-dialog-content form .questionName-text {
  width: 285px; }

.collapsible-layout-group > div > .longQuestionName:first-child, .collapsible-layout-group > div > .questionName:first-child {
  padding-top: 10px; }
  .collapsible-layout-group > div > .longQuestionName:first-child + .questionContent, .collapsible-layout-group > div > .questionName:first-child + .questionContent {
    padding-top: 10px; }

.questionName-above {
  margin-bottom: 5px; }

.required {
  display: inline-block;
  color: red;
  font-weight: 700;
  width: 10px;
  height: 10px; }

.optional {
  text-align: right;
  color: #767676;
  font-size: 1em;
  display: none;
  font-weight: 500; }

form.mark-optional #form-wrapper > .form-instruction.note, form.mark-optional .required {
  display: none; }

form.mark-required .optional {
  display: none; }

form.mark-optional .optional, form.mark-required .required {
  display: inline-block; }

.questionContent, .questionContent-below {
  float: left;
  padding-top: 3px;
  padding-left: 0;
  margin-bottom: 0.75em; }

.questionContent .subtext {
  font-size: .75em;
  margin-top: 2px;
  text-align: left; }

.questionContent.options {
  text-align: left; }

.questionName.top-aligned + .questionContent .subtext {
  text-align: left; }

.questionContent-below {
  width: 100%; }

.questionContent button {
  width: 120px;
  padding: 4px; }

.questionContent .radioList label {
  margin-right: 10px; }

.questionContent .map-canvas button {
  padding: 0; }

.questionContent.left-margin {
  margin-left: 480px; }

.questionContent p {
  width: 600px;
  float: left;
  margin: -3px 0 15px 15px; }

.questionContent span.text-only {
  position: relative;
  top: 6px; }

.questionName.top-aligned {
  float: none;
  margin-bottom: 3px; }
  .questionName.top-aligned + .questionContent {
    float: none;
    padding-top: 2px; }

.verticalOptionList {
  margin-top: 7px; }

.collapsible-region .verticalOptionList {
  margin-top: 13px; }

.verticalOptionList input {
  margin-bottom: 0.65em; }

.collapsible-region .verticalOptionList label {
  max-width: none;
  width: auto; }

.address-finder .manual-fields > div, .application-summary div.repeater-list > ul > li, .here-address-finder .manual-fields > div, .internal-address-finder .manual-fields > div {
  margin-top: 10px; }

.verticalOptionList.margin-top {
  margin-top: 10px; }

.verticalOptionList div {
  position: relative; }
  .verticalOptionList div input[type=checkbox], .verticalOptionList div input[type=radio] {
    position: absolute; }
  .verticalOptionList div input[type=checkbox] + input[type=hidden] + label, .verticalOptionList div input[type=checkbox] + label {
    display: inline-block;
    margin: -5px 0 12px 20px; }
  .verticalOptionList div input[type=radio] + input[type=hidden] + label, .verticalOptionList div input[type=radio] + label {
    display: inline-block;
    margin: -5px 0 12px 20px; }

.collapsible-layout-group > .collapsible-region > section {
  margin: 10px 0 0;
  padding: 10px 10px 10px 0; }

.collapsible-layout-group .collapsible-region .twisty-collapsible-region {
  float: left;
  height: 15px;
  display: block;
  padding-left: 0;
  margin-bottom: 10px;
  width: 16px; }

.wizard-info-title {
  margin: 0 0 10px; }

.column .wizard-info-title.repeater-item-title {
  margin: 0; }

.horizontalOptionList > div {
  float: left;
  padding-top: 7px;
  margin-right: 10px; }

input[type=checkbox] + label, input[type=radio] + label {
  padding: 0 3px 3px;
  margin-left: -3px; }

.contacts dd, .contacts dt {
  float: left; }

.dialogue-selection dd, .dialogue-selection dt {
  float: left; }

.questionContent .telephone-question * {
  float: left; }

.questionContent .bank-account-question span.parenthesis {
  font-size: 1.6em; }

.questionContent .telephone-question span.parenthesis {
  font-size: 1.6em; }
  .questionContent .telephone-question span.parenthesis.hyphen {
    margin: 0 8px; }

.questionContent .telephone-question input.ac, .questionContent .telephone-question input.cc {
  width: 50px; }

.questionContent .telephone-question input.num {
  width: 150px; }

.questionContent .bank-account-question-label > label {
  display: inline-block;
  text-align: left;
  font-size: 0.8em; }

.questionContent .telephone-question > label {
  display: inline-block;
  font-size: 0.8em; }

.questionContent .telephone-question.all > label + label {
  width: 74px; }

.questionContent .telephone-question.int-mobile > label + label {
  width: 175px; }

.questionContent .telephone-question.landline > label {
  width: 74px; }

.questionContent .telephone-question.mobile > label {
  width: 150px; }

.questionContent input[disabled]:not([type=submit]):not(.datepickerOpen) {
  margin: 0;
  background: 0 0;
  overflow: hidden;
  padding-left: 8px; }

.questionContent textarea[disabled] {
  margin: 0;
  background: 0 0;
  padding-left: 8px;
  overflow: visible; }

.questionContent select[disabled] {
  background: 0 0;
  border: 0;
  margin: 0 1px 1px; }

.divider {
  margin: 7px 0 10px;
  height: 1px;
  background: #fff;
  border-bottom: 1px solid #fff; }

.questionContent .fileupload-buttonbar {
  margin-bottom: 5px;
  min-height: 40px; }

.dialogue-selection .option div p + p {
  margin-bottom: 8px; }

.questionContent .upload-filelist {
  margin-bottom: 8px; }

.questionContent .subtext.file {
  text-align: left; }

.questionContent .bank-account-question span.parenthesis.hyphen {
  margin: 0 5px; }

.questionContent .bank-account-question input.bank {
  width: 37px; }

.questionContent .bank-account-question input.branch {
  width: 55px; }

.questionContent .bank-account-question input.account {
  width: 80px; }

.questionContent .bank-account-question-label.nz > label + label {
  width: 77px; }

.questionContent .bank-account-question input.suffix {
  width: 45px; }

.questionContent .bank-account-question input.bsb {
  width: 75px; }

.questionContent .bank-account-question input.auaccount {
  width: 110px; }

.questionContent .bank-account-question-label.nz > label {
  width: 58px; }
  .questionContent .bank-account-question-label.nz > label + label + label {
    width: 101px; }
    .questionContent .bank-account-question-label.nz > label + label + label + label {
      width: 46px; }

.questionContent .bank-account-question-label.au > label {
  width: 97px; }
  .questionContent .bank-account-question-label.au > label + label {
    width: 108px; }

.questionContent .bank-account-question error {
  color: red; }

.questionContent .date-time .timeLabel {
  margin-left: 100px; }

.questionContent .signature-image {
  border: 1px solid #e6e6e6;
  width: 99.8%;
  margin-top: 10px; }

.questionContent .signature-image img {
  height: 120px;
  margin: 0 1px 0 1px; }
  @media (max-width: 47.99em) {
    .questionContent .signature-image img {
      height: 80px;
      width: 95%; } }

.questionContent .signature-image label {
  line-height: 30px;
  width: 100%;
  font-style: italic; }

.questionContent div.button-bar-left {
  float: left;
  margin-left: 0;
  width: 100%; }

.questionContent div.button-bar-right {
  float: right; }

.question-api-validation-result,
.question-emailv-result,
.question-mobilenumberv-result {
  padding-bottom: 15px; }

.api-validation-result-content.hide,
.api-validation-unknown-content.hide,
.api-validation-error-content.hide,
.emailv-error.hide,
.emailv-success.hide,
.emailv-pending.hide,
.emailv-modal-error.hide,
.mobilenumberv-error.hide,
.mobilenumberv-success.hide,
.mobilenumberv-pending.hide,
.mobilenumberv-modal-error.hide {
  display: none; }

.api-validation-error-content,
.emailv-error,
.emailv-modal-error,
.mobilenumberv-error,
.mobilenumberv-modal-error {
  color: red; }

.questionContent.emailv, questionContent.mobilenumberv {
  margin-bottom: auto; }

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #EEE;
  border: none; }

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .no-results {
  font-style: italic;
  color: #444; }

.question-cell > .label > li {
  width: auto; }

.collapsible-layout-group.collapsible-parent {
  margin-bottom: 10px; }
  .collapsible-layout-group.collapsible-parent > .twisty-collapsible-region {
    height: 25px;
    display: block;
    margin-bottom: 0;
    width: 13px;
    margin-left: -28px;
    margin-top: 0;
    padding-left: 10px;
    float: left; }

.collapsible-layout-group > .collapsible-region > section .divider {
  background: #dadbd8;
  border-bottom: 1px solid #f6f7f1; }

a.twisty-off {
  display: inherit;
  box-shadow: none; }

a.twisty-on {
  display: inherit;
  box-shadow: none;
  background: url(../../images/collapse.png) no-repeat center center; }

a.twisty-off {
  background: url(../../images/expand.png) no-repeat center center; }

.address-finder .hidden, .here-address-finder .hidden, .internal-address-finder .hidden {
  display: none; }

.collapsible-layout-group.collapsible-parent .collapsible-layout-group.collapsible-parent {
  width: 99%; }

.application-summary div.repeater-list > ul > li > h4, .applications#dogs .dog .dogDetails h4 {
  margin-bottom: 10px; }

.repeater-item {
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #e7e7e7;
  margin-top: 1em; }
  .repeater-item.grid-mode {
    border-left: none;
    padding: 1em 0 0 0; }

div.level-0 .repeater-item {
  background: #fff; }

div.level-1 .repeater-item {
  background: #f7f7f7; }

div.level-2 .repeater-item {
  background: #f1f1f1; }

div.level-3 .repeater-item {
  background: #ececec; }

.twisty-collapsible-region {
  margin-top: 15px;
  float: left;
  margin-left: -30px;
  font-weight: 700;
  width: 21px;
  height: 21px;
  display: inline-block; }

.collapsible-layout-group.collapsible-parent > a + div {
  padding-bottom: 5px; }

a.info-qtip {
  width: 14px;
  height: 14px;
  background: url(../../images/info-icon.png) right center no-repeat;
  margin: 0 3px; }

.question-cell {
  max-width: 100%;
  position: relative; }
  .question-cell .label-after {
    display: inline-block; }
  .question-cell .label-text.grid-mode {
    font-weight: 700;
    margin: 1.5em 0 0 0;
    color: #454545; }

a.info-qtip {
  display: inline-block; }

.question-cell a.question-help {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../../images/question-mark.svg);
  margin: 0 0 0 4px;
  background-size: 16px 16px; }

.question-cell.header-label-help a.question-help {
  margin-top: 30px; }

.tooltip-text, a.question-help > span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.additional-link {
  margin-top: 20px; }
  .additional-link a {
    text-decoration: underline;
    color: #fff; }

.help {
  float: right;
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../images/help-icon.png) right center no-repeat; }

input, select, textarea {
  height: auto;
  box-sizing: border-box;
  border: solid 1px #a0a0a0;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }

input[type=text], textarea {
  width: 100%; }

input.xsmall, textarea.xsmall {
  width: 20%;
  min-width: 120px; }

input.short, input.small, textarea.short, textarea.small {
  width: 33.33%;
  min-width: 180px; }

input.medium, textarea.medium {
  width: 66.66%;
  min-width: 240px; }

input.long.api-validation, input.long.emailv, input.long.emailv-code, input.long.mobilenumberv, input.long.mobilenumberv-code, textarea.long.api-validation, textarea.long.emailv, textarea.long.emailv-code, textarea.long.mobilenumberv, textarea.long.mobilenumberv-code {
  width: 400px; }
  @media (max-width: 47.99em) {
    input.long.api-validation, input.long.emailv, input.long.emailv-code, input.long.mobilenumberv, input.long.mobilenumberv-code, textarea.long.api-validation, textarea.long.emailv, textarea.long.emailv-code, textarea.long.mobilenumberv, textarea.long.mobilenumberv-code {
      width: 200px; } }

input {
  padding: .5em; }

textarea {
  color: #00304b;
  line-height: 1.5;
  padding: 0.4em 0.5em 0.5em 0.5em; }

@media (max-width: 47.99em) {
  textarea.xsmall, textarea.short, textarea.small, textarea.medium {
    width: 100%; } }

@media (max-width: 47.99em) {
  input.address-finder-textbox, input.here-address-finder-textbox, input.internal-address-finder-textbox {
    width: 100%; } }

select {
  padding: 0.4em 0.5em 0.5em 0.5em;
  min-width: 80px; }

.ui-datepicker-trigger {
  margin-left: 5px; }

div.error-parent, div.error-question {
  background: 0 0; }

#form-wrapper > .button {
  margin-bottom: 0;
  margin-top: 15px; }

a.twisty-collapsible-region {
  border-radius: 2px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px -1px #fff inset;
  -webkit-box-shadow: 0 1px 1px -1px #fff inset; }

.fileinput-button a, .link-button a {
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px -1px #fff inset;
  display: block;
  float: left;
  margin-right: 10px; }

.collapsible-caret {
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: 0.4s;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1d4265;
  float: left;
  margin-top: 4px; }
  .collapsible-caret.open {
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: 0.4s;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

#building-consents .step-bar li a span:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 10px; }

#building-consents .step-bar li.complete a span:after {
  content: "\f00c"; }

#building-consents .step-bar li.progress a span:after {
  content: "\f085"; }

#tasks ul li a:hover {
  text-decoration: none; }

.applications#dogs .dog div.actionMenu li a:hover, .applications#dogs a.moreInfo h3:hover {
  text-decoration: none; }

.account-table .applications-list table tbody tr td .confirming .confirmation span {
  font-size: 1.2em; }

fieldset {
  border: 1px solid #bbbaba;
  margin: 0 0 10px; }
  fieldset legend {
    font-size: 1.2em;
    font-weight: 700;
    color: #272727;
    margin-left: 10px;
    padding: 0 5px; }

#step-heading, .title {
  background: #fff;
  color: #00304b;
  border: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 1em; }

#step-heading {
  min-height: 30px;
  height: auto;
  overflow: hidden;
  margin-top: 2em; }
  #step-heading .step-title {
    overflow: visible;
    width: auto;
    float: none; }
  #step-heading .step-buttons {
    float: right;
    width: auto; }
    #step-heading .step-buttons .button {
      margin: 0 0 1px 1px;
      min-width: 160px; }
      @media (max-width: 47.99em) {
        #step-heading .step-buttons .button {
          width: 100%; } }
    @media (max-width: 47.99em) {
      #step-heading .step-buttons .directional-buttons {
        width: 100%; } }
  #step-heading h1, #step-heading h2 {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 1.333em;
    color: #00304b;
    text-shadow: 0 1px #fafafa; }

.title h1, .title h2 {
  margin: 5px 0 0;
  display: inline-block;
  font-size: 1.333em;
  color: #00304b;
  text-shadow: 0 1px #fafafa; }

.note {
  max-width: unset;
  margin: 10px 0 5px;
  font-style: italic; }

.application-summary > div > div > span > ul > li, .dogs#registerDogs label {
  font-weight: 700; }

.note.important {
  font-weight: 700; }

.contacts {
  background: #dfdfdf;
  border-bottom: 1px solid #fff;
  display: block; }
  .contacts li {
    list-style-type: none;
    margin-bottom: 15px; }

#address-region > span {
  margin: 10px 0;
  display: block; }

.dialogue-selection label, div.headerInfo .label-wrapper .label, fieldset {
  position: relative; }

.dialogue-selection .option {
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative; }

.dialogue-selection label {
  display: block;
  cursor: pointer;
  font-size: 1.313em;
  font-weight: 700;
  padding: 15px 10px 20px 60px;
  color: #00304b; }
  .dialogue-selection label:hover {
    background: #e7e7e7;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .dialogue-selection label a {
    margin-left: 7px;
    font-size: 0.85em; }

.dialogue-selection .option div {
  font-size: 12px;
  font-weight: 400; }
  .dialogue-selection .option div p:first-child {
    margin-bottom: 3px; }
  .dialogue-selection .option div.clear {
    float: none;
    margin: 0; }

.property-selection-text {
  width: 90%; }

.dialogue-selection .facility-more-info {
  display: table; }

#select-title {
  display: block;
  font-size: 1.438em;
  padding: .3em;
  margin-top: 15px; }

.term-and-con {
  max-height: 300px;
  overflow: auto; }

.contacts dt, .dialogue-selection dt {
  font-weight: 700;
  padding-right: 5px; }

.contacts dd {
  margin-right: 7px; }

.dialogue-selection dd {
  margin-right: 7px; }

.dialogue-selection h3 a {
  margin-left: 2em;
  font-size: 0.75em; }

.contacts ul {
  padding-top: 10px; }
  .contacts ul li {
    display: inline;
    margin-right: 3em; }

.contacts h3 {
  float: left;
  color: #2f83c5; }
  .contacts h3 span {
    font-size: .75em;
    margin-left: 4em; }

.contacts a {
  float: right;
  margin-right: 20px;
  cursor: pointer; }

.contacts dl {
  margin-top: 5px;
  padding-bottom: 15px; }

#confirmation p {
  margin-bottom: .5em;
  font-size: 1.125em; }

.validation-summary-valid {
  display: none; }

.error-message, .success-message {
  margin: 0 auto 15px;
  font-weight: 700;
  font-size: 1.167em; }

.error-message {
  padding: 10px 10px 10px 60px; }

.success-message {
  padding: 10px 10px 10px 60px;
  background: url(../../images/success-tick.png) center left no-repeat #edfcd6;
  color: #608a2c; }

.error-message {
  background: url(../../images/error-icon-small.png) center left no-repeat #fde8cd;
  color: #7b0000; }

.tip {
  background: url(../../images/tip-icon.png) center left no-repeat #f5f5f5;
  color: #00304b;
  font-weight: 700;
  font-size: 1em;
  background-color: #fff;
  font-family: "Ubuntu", sans-serif;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  background-position: -21px; }

.account-link div {
  display: block;
  font-size: 1.5em;
  margin: 5px 0; }

.account-link.error {
  background: #909090;
  color: #fff;
  cursor: default; }
  .account-link.error a {
    background: #909090;
    color: #fff;
    cursor: default; }
    .account-link.error a:hover {
      background: #909090;
      color: #fff;
      cursor: default; }
  .account-link.error:hover {
    background: #909090;
    color: #fff;
    cursor: default; }

#filter {
  padding: 5px 40px 0;
  margin: 0 auto;
  max-width: 1560px;
  border-bottom: none; }
  #filter h2 {
    float: none; }

.applications #FilterCategory {
  margin-left: 20px; }

#filter h2 {
  margin-bottom: 0.5em; }

.applications h2 {
  margin-bottom: 0.5em; }

.sessions-grid .applications table {
  margin-top: -15px; }

a {
  font-weight: 600; }

#user-table table th:first-child:hover {
  background: #e8e6e6;
  cursor: pointer; }

.applications .show {
  padding: 10px 0 0;
  color: #5894de;
  cursor: pointer; }

.account-link {
  width: 25%;
  float: left;
  margin: 10px 0; }
  .account-link a {
    display: block;
    margin: 0 10px;
    padding: 15px;
    background: #0678B3;
    font-size: 1.385em;
    min-height: 92px;
    color: #FFFFFF; }
    .account-link a:link, .account-link a:visited {
      color: #fff; }

.account-link a:hover {
  text-decoration: none;
  background: #006da4;
  color: #FFFFFF; }

.applications#dogs {
  background: 0 0;
  border: 0;
  padding: 0; }
  .applications#dogs .dog {
    vertical-align: top;
    margin-bottom: 10px; }
    .applications#dogs .dog > div {
      margin-right: 20px;
      font-size: 13px; }
    .applications#dogs .dog a.moreInfo {
      background-color: #74c3eb;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .applications#dogs .dog a.action {
      border: 1px solid #d9d7d7;
      border-radius: 2px;
      padding: 5px 7px;
      background: #efefef;
      color: #333;
      font-weight: 700;
      display: block;
      cursor: pointer; }
      .applications#dogs .dog a.action:hover {
        text-decoration: none;
        border-color: #a6a6a6;
        background: #f4f4f4; }
      .applications#dogs .dog a.action.selected {
        text-decoration: none;
        background: #f4f4f4;
        border-color: #a6a6a6 #a6a6a6 transparent; }
    .applications#dogs .dog > div > h4 {
      font-size: 1em;
      margin-top: 5px; }

.applications #add-dog-wrapper #add-dog h3 span {
  float: right; }

.applications#dogs .dog a.action span {
  float: right; }

.applications#dogs .dog div.actionMenu {
  background: #428bb0; }

.applications #add-dog-wrapper #add-dog, .applications#dogs .dog div.actionMenu li a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 7px 10px; }

.applications #add-dog-wrapper, .applications#dogs .dog {
  width: 24%;
  min-width: 170px;
  display: inline-block; }

.applications #add-dog-wrapper #add-dog {
  margin-right: 20px;
  padding: 10px;
  background: #272727; }
  .applications #add-dog-wrapper #add-dog:hover {
    background-color: #428bb0; }

.applications#dogs .dog a.moreInfo:hover {
  background-color: #428bb0; }

.applications#dogs .dog.long {
  width: 48%;
  padding-right: 3px; }
  .applications#dogs .dog.long .dog-info {
    margin-right: 17px; }

.applications #add-dog-wrapper #add-dog:hover {
  text-decoration: none;
  background: #00304b; }

.applications #add-dog-wrapper #add-dog h3 {
  font-size: inherit;
  color: #fff; }

.applications#dogs a.moreInfo {
  display: block;
  background: url(../../images/my-account-dropdown.png) right center no-repeat; }
  .applications#dogs a.moreInfo:hover, .applications#dogs a.moreInfo:link {
    text-decoration: none;
    cursor: pointer; }
  .applications#dogs a.moreInfo h3 {
    font-size: 1.313em;
    padding: 10px;
    color: #fff; }
  .applications#dogs a.moreInfo.open {
    background: url(../../images/my-account-dropdown-up.png) right center no-repeat;
    background-color: #428bb0; }

.applications#dogs .dog .dogDetails > div:first-child {
  background: #e5e9eb;
  padding: 10px;
  height: auto; }
  .applications#dogs .dog .dogDetails > div:first-child + div > ul > li:hover {
    background: #74c3eb; }

.applications#dogs .dog .dogDetails p {
  line-height: 1.7em;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap; }
  .applications#dogs .dog .dogDetails p b {
    display: inline-block;
    width: 90px; }

.dogs#registerDogs {
  margin: 10px 0; }
  .dogs#registerDogs h2 {
    margin: 15px 0 10px; }
  .dogs#registerDogs p {
    margin-top: 5px;
    font-size: 0.923em; }
  .dogs#registerDogs a.button, .dogs#registerDogs a.button_disabled {
    display: inline-block; }

.ui-dialog-content.ui-widget-content {
  max-height: 700px; }

button#registerDogsBtn {
  display: block; }

#details {
  background: #ededed;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  height: 162px; }
  #details .profile-info {
    float: left;
    margin-right: 15px;
    min-width: 200px; }

#account-details h2 {
  float: none;
  text-transform: capitalize; }

#account-details #details .button {
  margin-top: 25px; }

#account-details h4 {
  font-size: 1em;
  margin: 12px 0 2px; }

#registerDogs h4 {
  font-size: 1em;
  margin: 12px 0 2px; }

#details #map-canvas {
  right: 0;
  position: absolute;
  top: 0;
  height: 182px;
  width: 250px; }

div.headerInfo .data, div.headerInfo input.button {
  display: block;
  position: relative; }

.application-summary > div > h1, .application-summary > div > span {
  display: none; }

.application-summary {
  padding-bottom: 20px; }
  .application-summary .latest-action {
    color: #000;
    font-weight: 700; }
  .application-summary h1 {
    font-size: 2em;
    color: #00304b;
    font-weight: 700;
    border-bottom: none;
    margin-bottom: .83em;
    padding-bottom: 0;
    font-family: "bliss-bold", Arial, sans-serif;
    line-height: 1.35;
    margin-top: 0; }
  .application-summary div.symbol-section div.symbol-label, .application-summary div.symbol-section div.symbol-value {
    padding-bottom: 5px; }
  .application-summary dl dt {
    padding-bottom: 5px; }
  .application-summary dl dd {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px; }
  .application-summary .headerInfo .row .label, .application-summary dl dt {
    float: left;
    width: 30%;
    margin: 0 3em 0 0;
    display: block; }
  .application-summary div.symbol-section div.symbol-label {
    float: left;
    margin: 0 3em 0 0;
    display: block;
    width: 600px;
    border-bottom: none; }
  .application-summary div.symbol-section div.symbol-value {
    float: left;
    border-bottom: none; }
  .application-summary .headerInfo .row .data, .application-summary div.symbol-section div.symbol-value {
    font-weight: 400;
    margin: 0 0 .83em;
    display: block;
    width: calc(70% - 3em); }
  .application-summary dl dd {
    font-weight: 400;
    margin: 0 0 .83em;
    display: block;
    width: calc(70% - 3em); }
    .application-summary dl dd:after {
      content: " "; }
  .application-summary h2 {
    float: none;
    font-size: 1.333em;
    margin: 15px 0 5px; }
  .application-summary table {
    border-collapse: collapse;
    border: 0; }

.upload-filelist table {
  border-collapse: collapse;
  padding: 0;
  border: 0; }

.application-summary div.uploaded-filelist tbody td {
  border-bottom-style: none; }

.application-summary > div > h2 {
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
  color: #272727;
  margin-bottom: 10px;
  margin-top: 0; }
  .application-summary > div > h2.no-decoration {
    padding-top: 10px;
    border-top-width: 0; }

.application-summary span.no-answer {
  font-style: italic;
  font-weight: 400; }

.application-summary div.headerInfo {
  float: left;
  width: 70%; }

div.headerInfo a.button {
  margin-left: 10px;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 6px; }

div.headerInfo form {
  display: block;
  width: auto;
  height: 100%;
  overflow: auto;
  float: right; }

div.headerInfo input.button {
  float: left;
  margin: 0 0 0 10px;
  padding: 6px 30px; }

div.headerInfo .data {
  width: auto;
  overflow: visible;
  height: 100%;
  min-height: 100%; }

div.headerInfo .row {
  position: relative;
  overflow: auto; }

div.headerInfo .label-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  float: left;
  min-height: 100%; }

.application-summary div#dialogue-tabs-nav {
  padding-top: 0;
  padding-left: 0;
  border-bottom: none;
  margin-top: 3em;
  margin-bottom: 1em; }
  .application-summary div#dialogue-tabs-nav li {
    font-size: 1.5em;
    display: inline;
    padding-right: 30px; }
    .application-summary div#dialogue-tabs-nav li a:hover {
      color: #5894de;
      text-decoration: none; }
    .application-summary div#dialogue-tabs-nav li.active a {
      color: #00304b;
      font-weight: 700; }

.application-summary .history-table {
  width: 90%; }
  .application-summary .history-table.staff td:first-child {
    width: 15%; }
    .application-summary .history-table.staff td:first-child + td {
      width: 15%; }
  .application-summary .history-table.cust td:first-child {
    width: 20%; }
    .application-summary .history-table.cust td:first-child + td {
      width: 85%; }
  .application-summary .history-table td:first-child + td + td {
    width: 50%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; }
  .application-summary .history-table tbody td {
    min-width: 25px;
    height: 25px;
    border-bottom: 1px solid #d9d9d9; }
  .application-summary .history-table td:first-child + td {
    padding-right: 5px; }

.application-summary a#uploadButton.grey:hover {
  background: url(../../images/grey-button-background.png) repeat-x;
  cursor: default; }

.dialogue-action-buttons .download-button {
  display: block;
  text-align: center;
  padding-top: 75px;
  margin-top: 10px;
  float: left; }

.dialogue-action-buttons a.downloadPDF,
.booking-action-buttons a.downloadPDF {
  background: url(../../images/pdf.png) top center no-repeat;
  margin-left: 20px; }

.dialogue-action-buttons a.downloadDOCX,
.booking-action-buttons a.downloadDOCX {
  background: url(../../images/doc.png) top center no-repeat;
  margin-left: 30px; }

.dialogue-action-buttons a.downloadXML,
.booking-action-buttons a.downloadXML {
  background: url(../../images/xml.png) top center no-repeat;
  margin-left: 30px; }

.application-summary .vertical {
  font-family: "Ubuntu", sans-serif; }
  .application-summary .vertical div.symbol-label, .application-summary .vertical div.symbol-section div.symbol-label {
    font-size: 11px;
    font-weight: 500; }
  .application-summary .vertical div.symbol-label {
    width: 100%; }
  .application-summary .vertical div.symbol-section div.symbol-label, .application-summary .vertical div.symbol-section dl dt {
    width: 100%; }
  .application-summary .vertical dl dt {
    width: 100%; }

.filelist-table-inner table {
  width: 100%; }

.application-summary .vertical div.symbol-label, .application-summary .vertical div.symbol-section div.symbol-label {
  margin-bottom: 0;
  padding-bottom: 0; }

.application-summary .vertical dl dd, .application-summary .vertical dl dt {
  margin-bottom: 0;
  padding-bottom: 0; }

.application-summary .vertical div.symbol-section div.symbol-value, .application-summary .vertical div.symbol-value {
  padding-bottom: 0;
  margin-left: 0;
  margin-bottom: 6px;
  font-size: 16px;
  margin-top: -3px; }

.application-summary .vertical span.no-answer {
  color: #ccc; }

.application-summary .vertical div.symbol-value, .application-summary .vertical dl dd {
  font-weight: 700; }

div.occurrences-summary-table table th,
div.payment-options-container div.payment-options label,
div.payment-summary-table table th {
  font-weight: 700; }

.application-summary .inline-edit {
  display: inline-block; }

.application-summary .edit-mode .saveable-group,
.application-summary .view-mode .editable-group {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  border: 1px solid transparent;
  vertical-align: top; }
  .application-summary .edit-mode .saveable-group:hover,
  .application-summary .view-mode .editable-group:hover {
    transition: 0.2s; }
  .application-summary .edit-mode .saveable-group .editable-inline-buttons,
  .application-summary .view-mode .editable-group .editable-inline-buttons {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    display: flex; }
    .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button,
    .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button {
      vertical-align: middle;
      padding: 0 5px;
      background: #EEE;
      border: none;
      border-left: 1px solid #ccc;
      border-bottom: none !important;
      min-width: inherit;
      float: left;
      cursor: pointer; }
      .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button.inline-spinner,
      .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button.inline-spinner {
        width: 64px; }
      .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon,
      .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon {
        color: #666;
        font-size: 16px; }
        .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon.edit,
        .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon.edit {
          color: #0678B3; }
        .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon.save,
        .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon.save {
          color: #2ecc71; }
        .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon.cancel,
        .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon.cancel {
          color: #dc143c; }
      .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button:hover,
      .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button:hover {
        opacity: .7;
        transition: 0.2s; }

.application-summary .view-mode .editable-group {
  border: 1px solid transparent;
  margin-left: -3px; }
  .application-summary .view-mode .editable-group .editable-inline-buttons {
    background: transparent;
    border-left-color: transparent; }
    .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button {
      background: transparent;
      border: none; }
  .application-summary .view-mode .editable-group:hover {
    border-color: #ccc; }
    .application-summary .view-mode .editable-group:hover .editable-inline-buttons .editable-inline-button {
      border-left: 1px solid #ccc;
      background: #eee; }
  .application-summary .view-mode .editable-group span {
    transition: .2s;
    padding: 0 10px;
    margin-right: 30px;
    padding: 0 3px;
    display: block;
    width: calc(100% - 30px); }

.application-summary .edit-mode {
  display: none; }
  .application-summary .edit-mode .saveable-group {
    border-color: #ccc; }
    .application-summary .edit-mode .saveable-group input, .application-summary .edit-mode .saveable-group select, .application-summary .edit-mode .saveable-group textarea, .application-summary .edit-mode .saveable-group span {
      border: 0;
      margin-right: 4em;
      margin-right: 64px;
      width: auto;
      float: left;
      min-width: 180px;
      width: calc(100% - 64px); }
    .application-summary .edit-mode .saveable-group .toggle {
      min-width: 276px; }
      .application-summary .edit-mode .saveable-group .toggle input {
        min-width: 220px;
        float: left; }
      .application-summary .edit-mode .saveable-group .toggle span {
        min-width: 220px;
        float: left;
        padding-top: 6px;
        padding-right: 2px;
        padding-left: 6px;
        font-size: smaller;
        margin-right: 3em; }

.application-summary .icon {
  color: #666;
  cursor: pointer;
  line-height: 1;
  padding: 0 3px; }

.application-summary table tr td .inline-edit {
  display: block; }
  @media (max-width: 47.99em) {
    .application-summary table tr td .inline-edit {
      display: inline-block; } }
  .application-summary table tr td .inline-edit .edit-mode .saveable-group,
  .application-summary table tr td .inline-edit .view-mode .editable-group {
    display: block; }
    .application-summary table tr td .inline-edit .edit-mode .saveable-group::after,
    .application-summary table tr td .inline-edit .view-mode .editable-group::after {
      content: " ";
      display: block;
      clear: both; }
    .application-summary table tr td .inline-edit .edit-mode .saveable-group input, .application-summary table tr td .inline-edit .edit-mode .saveable-group select, .application-summary table tr td .inline-edit .edit-mode .saveable-group textarea,
    .application-summary table tr td .inline-edit .view-mode .editable-group input,
    .application-summary table tr td .inline-edit .view-mode .editable-group select,
    .application-summary table tr td .inline-edit .view-mode .editable-group textarea {
      width: calc(100% - 64px); }

a.button, button#registerDogsBtn, div.button.dropdown {
  margin: 10px 5px 0 0; }

.file-button {
  margin: 0;
  cursor: pointer; }

button#registerDogsBtn:disabled {
  background: url(../../images/alt-button-background.png) repeat-x;
  color: #000;
  border: 0;
  text-shadow: none; }
  button#registerDogsBtn:disabled:hover {
    background: url(../../images/alt-button-background.png) repeat-x;
    color: #000;
    border: 0;
    text-shadow: none; }

.buttons a {
  border-radius: 2px;
  box-shadow: 0 1px 1px -1px #fff inset;
  padding: .4em .6em;
  font-weight: 700; }
  .buttons a.active {
    border-radius: 2px;
    box-shadow: 0 1px 1px -1px #fff inset;
    padding: .4em .6em;
    font-weight: 700; }

buttons a:hover {
  border-radius: 2px;
  box-shadow: 0 1px 1px -1px #fff inset;
  padding: .4em .6em;
  font-weight: 700; }

.buttons a, buttons a:hover {
  background: #c5c5c5;
  width: 110px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  color: #7f7f7f;
  text-shadow: 0 1px #d8d8d8;
  border: 1px solid #aaa8a8; }

.buttons a.active {
  background: #3574af;
  color: #fff;
  text-shadow: 0 1px #2d6191;
  border: 1px solid #2d6191; }
  .buttons a.active:hover {
    background: #4daaac;
    border: 1px solid #419091; }

a.button_disabled {
  border: 1px solid #e7e5e5;
  background-color: #f3f2f2;
  color: #b0afaf;
  cursor: default;
  text-shadow: none;
  padding: .4em .6em;
  font-weight: 700;
  margin-top: 10px; }
  a.button_disabled:hover {
    text-decoration: none;
    color: #b0afaf; }

footer {
  width: 100%;
  margin-top: 2em; }

.clear, footer {
  clear: both; }

#filter tr td + td, .float-right {
  float: right; }

.float-left, .preloadCheck, .preloadUnCheck {
  float: left; }

.questionContent .upload-filelist tbody td {
  min-width: 25px;
  height: 45px;
  border-bottom: 1px solid #d9d9d9; }
  .questionContent .upload-filelist tbody td:first-child + td {
    word-wrap: break-word; }

.upload-form {
  margin-top: 1em; }

.mfp-figure figure, .upload-form h2 {
  margin: 0; }

#footer-container, #header-container {
  width: 100%;
  margin: 0 auto; }

div.radio {
  width: 32px;
  height: 32px;
  float: right;
  margin: 0;
  position: absolute;
  left: 14px;
  top: 17px; }
  div.radio input, div.radio span {
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    background: 0 0;
    cursor: pointer; }
  div.radio span {
    background: url(../../images/tick-unselected.png);
    background-size: 32px 32px; }

.account-table .streamlined-filter select.type-filter:focus,
.checker input:focus,
.radio input:focus,
.selector select:focus,
.uploader input:focus {
  outline: 0; }

div.radio span.checked, div.radio.active:hover span.checked {
  background: url(../../images/tick-selected.png);
  background-size: 32px 32px; }

div.radio.focus span.checked, div.radio.focus.active span.checked, div.radio.focus:active span.checked {
  background: url(../../images/tick-selected.png);
  background-size: 32px 32px; }

div.radio:active span.checked {
  background: url(../../images/tick-selected.png);
  background-size: 32px 32px; }

div.radio:hover span.checked, div.radio:hover:active span.checked {
  background: url(../../images/tick-selected.png);
  background-size: 32px 32px; }

.ui-progressbar.fileupload-progressbar {
  height: 1em;
  margin-bottom: 5px;
  min-width: 420px; }

.fee-section {
  margin-bottom: 15px; }
  .fee-section .fee-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    padding-left: 20px; }
  .fee-section .fee-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    padding-left: 20px;
    background: gray;
    padding-top: 10px;
    height: 15px; }
    .fee-section .fee-title span {
      font-weight: 700;
      font-size: 1.4em; }
  .fee-section dd, .fee-section dt {
    font-weight: 700;
    font-size: 1.4em; }
  .fee-section .fee-title span {
    color: #fff; }
  .fee-section .fee-item {
    background: #dfdfdf;
    height: 50px; }
    .fee-section .fee-item div.clear {
      float: none;
      margin: 0; }
  .fee-section dl {
    margin-bottom: 5px; }
  .fee-section dd, .fee-section dt {
    margin-top: 10px; }

div.payment-options-container {
  margin-top: 10px; }

.fee-section dt, div.booking-manual-payment input {
  float: left; }

.fee-section dd {
  float: right;
  margin-right: 20px; }

.fee-section .fee-total {
  padding-left: 15px;
  margin-top: -10px; }

div.charges-summary-container {
  margin-top: 20px;
  margin-bottom: 10px;
  width: auto;
  min-width: 200px;
  border: 1px solid #272727;
  padding: 0;
  display: table; }
  div.charges-summary-container div.charges-summary-row {
    position: relative;
    display: table-row; }
    div.charges-summary-container div.charges-summary-row.header {
      height: 25px;
      background-color: #00304b;
      display: table-caption; }
      div.charges-summary-container div.charges-summary-row.header h4 {
        color: #FFFFFF;
        margin-left: 10px;
        padding-top: 3px;
        margin-top: 0; }
    div.charges-summary-container div.charges-summary-row.total {
      border-top: 1px solid #4886c9; }
      div.charges-summary-container div.charges-summary-row.total div.charges-summary-item.description span {
        font-weight: 700; }
    div.charges-summary-container div.charges-summary-row div.charges-summary-item {
      padding-top: 3px;
      padding-bottom: 3px;
      display: table-cell;
      text-align: right;
      vertical-align: top; }
      div.charges-summary-container div.charges-summary-row div.charges-summary-item.description {
        width: auto;
        padding-right: 10px;
        padding-left: 5px; }
      div.charges-summary-container div.charges-summary-row div.charges-summary-item.total {
        font-weight: 700;
        padding-right: 5px;
        width: 90px;
        right: 10px; }
  div.charges-summary-container div.charges-summary-total {
    display: table-row-group; }

div.payment-options-container div.payment-options > div {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px; }

div.payment-options-container div.payment-options input {
  float: left;
  width: 20px;
  margin-top: 5px; }

@media (max-width: 19.99em) {
  div.payment-options-container div.payment-gateway-option {
    padding: 0; } }

div.payment-options-container div.payment-gateway-option .rtd-wrapper h4#rtd-radio-group-label {
  margin-top: 1em; }

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector {
  margin: 1em 0 0 0; }
  div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank {
    float: left;
    margin: 0 1em 1em 0;
    min-width: 200px;
    width: auto; }
    @media (max-width: 47.99em) {
      div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank {
        width: 100%; } }
    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-logo {
      height: 2em; }
      div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-logo img {
        transition: all 0.15s ease-in-out;
        height: 100%;
        padding: 0;
        margin-right: 1em; }
    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank label:active .rtd-bank-content {
      box-shadow: inset 2px 4px 10px #CCC !important;
      background: #f0f0f0; }
    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio] {
      height: 100px;
      padding: 15px;
      display: none; }
      div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio] + .rtd-bank-content {
        display: flex;
        align-items: center;
        position: relative;
        box-sizing: border-box;
        padding: 1em 1em;
        border-color: #CCC;
        border: 1px solid #007DBA;
        border-radius: 8px;
        transition: all 0.15s ease-in-out;
        box-shadow: 1px 2px 3px 0px #CCC;
        cursor: pointer; }
        @media (max-width: 19.99em) {
          div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio] + .rtd-bank-content {
            width: 100%; } }
      div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:checked + .rtd-bank-content {
        box-shadow: inset 1px 3px 6px #CCC;
        background: #f4f4f4; }
      div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:not(:checked) + .rtd-bank-content:hover {
        background: #f8f8f8;
        transition: all 0.15s ease-in-out;
        cursor: pointer;
        box-shadow: 1px 3px 6px #CCC; }
        div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:not(:checked) + .rtd-bank-content:hover img {
          transition: all 0.1s ease-in-out; }
    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-text span {
      display: block; }
    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-text:first-child {
      margin: 0 auto; }
      div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-text:first-child span {
        margin-left: 2em;
        margin-right: 2em; }

div#cc-token-registration div.payment iframe, div#payment-gateway div.payment iframe {
  height: 250px;
  border: medium;
  margin-bottom: 10px;
  width: 100%; }

div#cc-token-registration div.payment iframe.message-only, div#payment-gateway div.payment iframe.message-only {
  height: 85px; }

div.payment-gateway-option {
  padding: 0 0 0 25px;
  margin-bottom: 2em;
  overflow: auto;
  display: none; }
  div.payment-gateway-option h4 {
    margin: 0; }
  div.payment-gateway-option input[type=submit].button {
    margin: 10px 0 0;
    float: left; }

div#payment-gateway div.payment input[type=submit].button {
  float: left;
  margin-left: 165px; }

div#formRenderError {
  display: none;
  cursor: default; }

div.booking-action-buttons {
  margin: 10px 0; }
  div.booking-action-buttons a.button {
    float: left;
    margin-right: 5px; }

div.booking-manual-payment label {
  float: left;
  margin-right: 5px; }

div.booking-action-buttons a.downloadDOCX, div.booking-action-buttons a.downloadPDF, div.booking-action-buttons a.downloadXML {
  margin-top: -45px; }

div.occurrences-summary-table, div.payment-summary-table {
  margin: 20px 0 10px; }

div.occurrences-summary-table table, div.payment-summary-table table {
  border-collapse: collapse;
  background: #fff; }

div.occurrences-summary-table tr, div.payment-summary-table tr {
  border-bottom: 1px solid #ebebeb; }

div.occurrences-summary-table table th, div.occurrences-summary-table td {
  padding: 7px 0 7px 15px; }

div.payment-summary-table table th, div.payment-summary-table td {
  padding: 7px 0 7px 15px; }

div.occurrences-summary-table td:last-child, div.occurrences-summary-table th:last-child {
  padding-right: 15px; }

div.payment-summary-table td:last-child, div.payment-summary-table th:last-child {
  padding-right: 15px; }

div.booking-manual-payment {
  margin-top: 10px; }

div.booking-core-info > div {
  margin-bottom: 25px; }

.ajax_overlay {
  width: 100%;
  height: 100%; }
  .ajax_overlay .ajax_loader {
    width: 100%;
    height: 100%; }
    .ajax_overlay .ajax_loader.fixed {
      background-attachment: fixed; }

#filter label {
  display: inline-block; }

div#timeoutWarning {
  display: none; }
  div#timeoutWarning div.timeout-wrapper div#countdown-timer {
    width: 100px;
    margin: 10px auto; }

.nav-buttons {
  width: 120px;
  float: right; }

.filter-button {
  float: right;
  margin: 0; }
  .filter-button span {
    font-size: 0.75em; }

.print-button {
  float: right;
  margin: 0 0 0 10px;
  display: none; }
  .print-button span {
    font-size: 0.75em; }

#dcc-interaction #filter {
  padding: 0;
  margin-top: -15px; }

#filter label {
  padding: 0;
  width: auto;
  min-width: 75px; }

#filter .application-filter {
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 0;
  width: auto;
  position: relative; }

#filter .application-buttons {
  width: auto; }
  #filter .application-buttons .button {
    margin: 0 0 5px;
    float: right; }

.logged-in-sidebar, .login-sidebar {
  float: right;
  width: 25%;
  display: none;
  font-family: Lato, sans-serif; }

.realme-sidebar .realme_login_lockup {
  margin-bottom: 1em; }

.realme-logged-in-sidebar {
  display: inline-block;
  max-width: 350px;
  float: right;
  position: relative;
  z-index: 2; }

.realme-sidebar {
  display: inline-block;
  max-width: 350px;
  float: right;
  position: relative;
  z-index: 2;
  margin-bottom: 242px; }

.realme-logged-in-sidebar table {
  width: 100%;
  background: #e8f1f8;
  border: 1px solid #62b0d1; }

.realme-sidebar table {
  width: 100%;
  background: #e8f1f8;
  border: 1px solid #62b0d1;
  padding: 1.38462em; }

.logged-in-sidebar td, .login-sidebar td {
  padding: 10px; }

.realme-logged-in-sidebar table {
  padding: 5px; }

.realme-logged-in-sidebar th {
  font-family: arial, sans-serif;
  font-weight: 700;
  font-size: 15px; }

.realme-sidebar th {
  font-family: arial, sans-serif;
  font-weight: 700;
  font-size: 15px; }

.realme-logged-in-sidebar .realme-description,
.realme-sidebar .realme-description {
  font-family: sans-serif;
  font-size: 14px;
  margin-top: .5em;
  line-height: 1.35; }

.realme-logged-in-sidebar .realme-description {
  margin-bottom: 5px; }

.realme-sidebar .realme-description.bottom .whats_realme {
  color: #2c5897; }

.realme-description {
  margin-bottom: 1em; }
  .realme-description.bottom {
    color: #2c5897;
    margin: 8px 180px 0 0; }

.home-realm .realme-sidebar {
  margin-top: 25px;
  float: right; }

.home-realm .realme_arrow_top_left {
  margin-left: 0;
  left: 0; }
  .home-realm .realme_arrow_top_left .arrow {
    left: 5em; }

.realme-logged-in-sidebar .realme_button {
  margin-top: 20px; }

.realme-logged-in-sidebar .realme_button_padding {
  text-align: center; }

.realme_find_out_more,
.realme_link,
.realme_login,
.realme_popup,
.realme_popup_position,
.realme_widget,
.whats_realme {
  position: relative; }

.realme_arrow_side_left .arrow,
.realme_arrow_side_right .arrow,
.realme_arrow_top_left .arrow,
.realme_arrow_top_right .arrow,
.realme_icon_find_out_more,
.realme_icon_link,
.realme_login_lockup img,
.realme_popup_wrapper {
  position: absolute; }

.realme_arrow_top_left {
  margin-left: -150px;
  top: 1.1em;
  left: -2em; }
  .realme_arrow_top_left .arrow {
    left: 20em;
    right: auto; }

.realme_popup_wrapper {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  display: none;
  z-index: 2;
  _display: none; }

.realme_popup {
  padding: .5em 1.5em;
  background-color: #fff;
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 420px; }
  .realme_popup b, .realme_popup p, .realme_popup strong, .realme_popup ul {
    color: #333; }
  .realme_popup a, .realme_popup p {
    line-height: 1.35em;
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 10pt;
    font-family: arial, sans-serif; }
  .realme_popup ul {
    line-height: 1.35em;
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 10pt;
    font-family: arial, sans-serif;
    padding-left: 1em; }
  .realme_popup a {
    color: #2c5897; }
    .realme_popup a:active, .realme_popup a:hover {
      color: #204170; }
  .realme_popup h2 {
    font-size: 1.07692em;
    color: #e1001e;
    margin-bottom: 0.5em; }

.realme_popup_title {
  font-size: 1.07692em;
  color: #e1001e;
  margin-bottom: 0.5em; }

.realme_arrow_side_left,
.realme_arrow_side_right,
.realme_arrow_top_left,
.realme_arrow_top_right {
  padding-top: 1.2em; }

.realme_arrow_side_left {
  top: -1em;
  left: 100%; }
  .realme_arrow_side_left .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px;
    display: block;
    border-color: transparent #d0d0d0 transparent transparent;
    top: 1.25em;
    left: -22px; }
    .realme_arrow_side_left .arrow .front {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px;
      display: block;
      border-color: transparent #d0d0d0 transparent transparent;
      top: 1.25em;
      left: -22px;
      border-width: 10px;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      left: -9px;
      top: -10px; }

.realme_arrow_top_left .arrow,
.realme_arrow_top_right .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px;
  display: block;
  border-color: transparent transparent #d0d0d0;
  top: -22px; }
  .realme_arrow_top_left .arrow .front,
  .realme_arrow_top_right .arrow .front {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    display: block;
    border-color: transparent transparent #fff;
    position: absolute;
    left: -10px;
    bottom: -11px; }

.logged-in-sidebar h1, .login-sidebar h1 {
  font-family: Lato, sans-serif; }

.logged-in-sidebar table, .login-sidebar table {
  border: solid 1px #cacac8;
  width: 100%;
  margin-bottom: 20px;
  background: 0 0;
  box-shadow: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-spacing: 0; }

.logged-in-sidebar th, .login-sidebar th {
  font-size: 15px;
  background: #00304b;
  padding: 10px;
  color: #FFFFFF;
  border: 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5; }

.logged-in-sidebar a.button,
.login-sidebar a.button {
  margin: 0;
  float: left; }

.mfp-align-top .mfp-container:before, .registration-input {
  display: none; }

#RegistrationID {
  width: 100px; }

.home-realm-text {
  padding: 30px 20px;
  max-width: 415px; }
  .home-realm-text h2 {
    margin-bottom: 15px; }

#dcc-interaction:after, #dcc-interaction:before {
  content: "";
  display: table; }

.realme_button_padding {
  color: #fff;
  padding: .92308em 2.53846em .92308em 1.23077em;
  text-decoration: none; }

#building-consents .files .tile-list .tile.expanded .tile-wrapper .upload-controls, .invitee-upload input, .realme_button, .realme_button_padding, .realme_icon_find_out_more, .realme_icon_link {
  display: block; }

.realme_button {
  line-height: 1;
  margin-top: 1px;
  cursor: pointer;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  background-color: #3871ae;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #3a78bb), color-stop(100%, #3871ae));
  background-image: -webkit-linear-gradient(#3a78bb, #3871ae);
  background-image: -moz-linear-gradient(#3a78bb, #3871ae);
  background-image: -o-linear-gradient(#3a78bb, #3871ae);
  background-image: linear-gradient(#3a78bb, #3871ae);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-color: #1d5794;
  -webkit-appearance: none;
  -webkit-border-image: none;
  font-weight: 700;
  position: relative; }
  .realme_button:focus, .realme_button:hover {
    background-color: #2f5f93;
    background-image: none;
    color: #fff;
    border-color: #103154;
    text-decoration: none; }

.realme_icon_padlock {
  top: 28%;
  margin: auto 0;
  right: 1em;
  width: 11px;
  height: auto;
  background-position: right center;
  _height: 3em;
  _overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  line-height: 1; }

.realme_login_lockup .realme-image {
  position: absolute; }

.realme-image {
  margin-top: -3px; }

.realme_icon_new_window {
  margin-left: 5px; }

.realme_btn_margin {
  margin-left: 45px; }

img.error-indicator {
  position: relative;
  width: 35px;
  margin-left: 5px;
  margin-top: 5px;
  left: 0;
  float: left; }

.session-buttons {
  float: right;
  position: relative;
  width: 100px; }

.session-info {
  font-size: 15px;
  width: 80%; }

.session-date-time {
  font-weight: 700;
  display: block; }

.session-location {
  font-weight: 400; }

.session-buttons .radio {
  top: -15px;
  position: absolute; }

.session-speak-lbl {
  top: -30px;
  position: absolute;
  right: 35px; }
  .session-speak-lbl p {
    top: -15px;
    position: absolute; }

.session .speak-full {
  top: -65px;
  position: absolute;
  right: 40px;
  font-size: 20px;
  color: red; }

.session .radio {
  top: 5em; }

.session-checkbox {
  position: absolute;
  top: 5em;
  left: 2em; }

.session-radio {
  display: block;
  width: 20%;
  float: right; }

.session-buttons #uniform-observe-button {
  left: 20px;
  padding: 0 15px 20px; }

.session-buttons .session-observe-lbl {
  left: 28px; }

.session-buttons #uniform-speak-button {
  padding: 0 20px 20px;
  right: 20px;
  top: -20px; }

.session-buttons #uniform-observe-button #observe-button, .session-buttons #uniform-speak-button #speak-button {
  width: 75px;
  height: 60px;
  z-index: 1;
  position: absolute;
  left: 0; }

.session-speaker-full {
  margin-left: 50px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  margin-top: 4px; }

.session-speaker-space {
  margin-left: 50px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  margin-top: 4px;
  color: green; }

.session-speaker-full {
  color: red; }

.dialogue-selection .session-other-submitters a {
  margin-left: 3px;
  font-size: 12px; }

.session-other-submitters {
  margin: 0 auto;
  max-width: 400px;
  display: block; }

.invitee-upload {
  padding: 10px;
  border: 1px solid #000; }
  .invitee-upload div {
    display: inline-block;
    min-width: 600px;
    margin-left: 50px; }
  .invitee-upload h2 {
    margin-top: 0;
    display: inline-block; }
  .invitee-upload .validation-message {
    display: inline-block;
    float: right;
    margin-top: 15px;
    font-size: 15px; }
  .invitee-upload input[type=submit].button {
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    min-width: 85px; }

.invitee-upload-link {
  margin-left: 100px; }

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup td {
    padding-right: 20px; }

.events-table thead td, .white-popup thead td {
  font-weight: 700; }

div.picker-header span, div.picker-noresult span {
  font-weight: 700; }

.white-popup h1 {
  padding-bottom: 20px; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all 0.15s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.6; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: .3;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.mfp-container {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.mfp-wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1043;
  outline: 0;
  -webkit-backface-visibility: hidden;
  position: fixed; }

.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    display: inline-block;
    vertical-align: middle; }

.mfp-content {
  display: inline-block;
  vertical-align: middle; }

.mfp-container:before {
  content: "";
  height: 100%; }

.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-hide, .mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-close {
  position: absolute;
  text-align: center; }

.mfp-preloader {
  position: absolute;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  z-index: 1044;
  color: #ccc;
  top: 50%;
  width: auto;
  right: 8px; }
  .mfp-preloader a {
    color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.account-container.account-calendar #month-nav .timeSlotNavigation > h1, .mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow .mfp-b {
    top: 0; }
  .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }

.mfp-figure:after {
  display: block;
  width: auto;
  height: auto; }

img.mfp-img {
  display: block;
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

#building-consents-list table.pretty tr, .account-table .streamlined-filter .search-container button:hover, .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

#users-permission-list {
  color: #666;
  font-size: 16px; }

.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#users-permission-list .plus {
  font-weight: 700;
  float: left;
  font-size: 22px;
  margin-top: -6px; }

#users-permission-list .user-item {
  border-bottom: none;
  padding: 0;
  clear: both; }
  #users-permission-list .user-item .collapsible {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #666;
    float: left;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 4px;
    margin-right: 5.56px; }
    #users-permission-list .user-item .collapsible.open {
      -moz-transition: .4s;
      -o-transition: .4s;
      -webkit-transition: .4s;
      transition: .4s;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      padding-left: 5px;
      margin-right: 0.56px; }
  #users-permission-list .user-item .name {
    margin-left: 20px;
    float: left;
    margin-top: 1px;
    display: table-cell;
    vertical-align: middle; }
  #users-permission-list .user-item .status {
    margin-left: 50px;
    float: left; }
    #users-permission-list .user-item .status.accepted {
      color: #38b087; }
    #users-permission-list .user-item .status.pending {
      color: orange; }

#building-consents .tile-list .tile .tile-wrapper .icon.fa-file-pdf-o {
  color: #dc143c; }

#users-permission-list .user-item .status.rejected {
  color: #dc143c; }

#users-permission-list .user-item .delete {
  float: right;
  color: #dc143c;
  font-weight: 700;
  font-family: Comic Sans MS; }

#users-permission-list .user-item .row {
  padding: 1em;
  border-top: none;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  margin-bottom: 0; }

#users-permission-list .user-item.add-user-permission {
  box-shadow: none;
  background: 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #f0efef; }

#users-permission-list .user-item .row:hover {
  background: #fff;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: 0.2s; }

#users-permission-list .user-item .permissions {
  margin-bottom: 0;
  overflow: hidden; }

#users-permission-list .user-item .permission-details {
  padding: 0 1em 1em 2em;
  overflow: hidden;
  position: relative;
  border-left: 4px solid #e7e7e7; }
  #users-permission-list .user-item .permission-details:before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 45px;
    border-top: solid 1px #fafafa;
    content: " "; }
  #users-permission-list .user-item .permission-details .section {
    margin-bottom: 0;
    overflow: auto; }
  #users-permission-list .user-item .permission-details p.message {
    background: #eee;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px; }
  #users-permission-list .user-item .permission-details .permission {
    margin-right: 2em;
    margin-bottom: 5px;
    min-width: 80px;
    float: left;
    display: block;
    width: auto; }

#users-permission-list .user-item .edit-mode-buttons {
  display: none; }

#users-permission-list .user-item .view-mode-buttons {
  display: block; }

#users-permission-list .button.red {
  padding: 6px 30px;
  background: #dc143c;
  color: #fff;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 14px;
  margin: -2px -20px 5px 5px;
  border-radius: 0;
  border: 0; }

#users-permission-list #new-user-permission-email, #users-permission-list #new-user-permission-message {
  width: 100%; }

.permission .question-cell {
  float: none;
  display: inline-block; }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.account-table .applications-list table tbody tr.actions {
  padding: 0; }
  .account-table .applications-list table tbody tr.actions td {
    padding: 0; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.event-table {
  width: 100%;
  display: inline-block;
  border-collapse: collapse;
  margin: 15px 0; }

.events-details {
  min-width: 270px; }

.event-table .events-table-row:nth-child(4n+1) {
  background: #f7f7f7; }

#edit-form-container h4, .event-table h3 {
  margin-bottom: 10px; }

.event-table-level-2 {
  border-collapse: separate;
  padding: 20px 30px;
  width: 100%; }

#building-consents #history .tile-list .tile, .event-evidence table, .event-table-level-2 table {
  width: 100%; }

.events-table {
  border: 1px solid #000;
  background: #fff;
  width: 100%; }
  .events-table td {
    padding: 5px; }
  .events-table .file-date {
    min-width: 140px; }
  .events-table .file-size {
    min-width: 50px; }
  .events-table .header span {
    cursor: pointer;
    color: #4a7ca8;
    padding-right: 5px; }

#building-consents .tile-list .tile .tile-wrapper:hover a {
  text-decoration: underline; }

.events-table .header span:hover {
  text-decoration: underline; }

.events-table .events-sortable thead tr th.headerSortUp span:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #000;
  margin-top: 5px;
  margin-left: 2px;
  position: absolute; }

.events-table .events-sortable thead tr th.headerSortDown span:after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #000 transparent transparent;
  margin-top: 5px;
  margin-left: 2px;
  position: absolute; }

.events-table-link.active:after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #000 transparent transparent;
  margin-top: 5px;
  margin-left: 2px;
  position: absolute; }

.events-table.level2, .events-table.level4 {
  background-color: #dfdfdf; }

.events-table-link {
  cursor: pointer;
  margin-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .events-table-link.active:after {
    width: 0;
    height: 0;
    margin-top: 16px;
    margin-left: -25px; }

.event-invitation {
  max-width: 500px;
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  line-height: 20px;
  margin-top: 20px; }

#edit-form, #edit-form-steps, .event-invitation h2, div.picker-container div.picker-select-container img.error-indicator {
  float: left; }

.event-invitation-links {
  float: right;
  word-spacing: 10px; }

.event-invitation .event-invitation-description {
  width: 100%;
  display: inline-block;
  padding-top: 10px; }

.event-invitation-session {
  max-width: 330px;
  padding-top: 20px; }

.events-search {
  margin-bottom: 15px;
  margin-top: 20px; }
  .events-search input[type=submit] {
    padding: 5px 20px;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e6e6e6; }
    .events-search input[type=submit]:hover {
      background-color: #cdcdcd; }

.events-search-table {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #000; }
  .events-search-table p {
    display: inline-block;
    margin-right: 50px;
    line-height: 7px; }
  .events-search-table td {
    padding-bottom: 40px; }

.event-evidence {
  margin-top: 150px;
  padding: 5px;
  background: #fff; }
  .event-evidence thead td {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px; }

.evidence-publish input[type=submit].button {
  float: none;
  display: block;
  margin: 10px;
  padding: 6px 10px; }

.evidence-publish label {
  display: block;
  margin: 10px; }

#edit-form-steps {
  width: 200px; }
  #edit-form-steps ul {
    width: 200px; }
  #edit-form-steps li {
    list-style: none;
    width: 100%;
    height: 40px; }
    #edit-form-steps li a {
      height: 40px;
      display: inline-block;
      text-decoration: none;
      color: #fff;
      width: 100%;
      margin-bottom: -4px;
      padding: 5px 5px 5px 10px;
      background: url(../client-resources?path=images/button-background.png) repeat-x; }
      #edit-form-steps li a.disabled {
        cursor: default; }
        #edit-form-steps li a.disabled:not(.selected) {
          background-image: url(../client-resources?path=images/button-background-deselected.png);
          color: #000; }
      #edit-form-steps li a:hover:not(.disabled) {
        background: url(../client-resources?path=images/button-background-hover.png) repeat-x; }
      #edit-form-steps li a.selected {
        background: url(../client-resources?path=images/button-background-hover.png) repeat-x;
        color: #fff;
        font-weight: 700; }

#edit-form {
  margin-left: 20px;
  width: 77%; }
  #edit-form .bottom-buttons .button {
    float: right; }

.account-table .applications-list table tbody tr td .actions {
  float: right; }

#edit-form .bottom-buttons.unavailable {
  display: none; }

.reports {
  max-width: 1172px; }
  .reports .report-section {
    display: inline-block;
    margin-left: 20px; }

.pingdom-status {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f9f9f9;
  margin-left: 65px;
  margin-bottom: 20px; }
  .pingdom-status label {
    display: block;
    font-size: 14px;
    padding-bottom: 10px; }
  .pingdom-status p {
    font-size: 17px; }
  .pingdom-status td {
    padding: 10px 15px;
    border-right: 1px solid #dfdfdf;
    vertical-align: top; }
    .pingdom-status td:nth-last-child(1) {
      border-right: none; }

.pingdom-outages {
  display: inline-block;
  margin-bottom: 40px;
  width: 355px; }
  .pingdom-outages .pingdom-status {
    margin-left: 0; }

#newsletters-grid .newsletters-button {
  display: block;
  width: 120px;
  padding: 8px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-shadow: 0 0 #666;
  font-size: 12px;
  background-color: #75c4ff;
  border: 0;
  border-bottom: 2px solid #1892ff;
  cursor: pointer; }
  #newsletters-grid .newsletters-button:active {
    border-bottom: 0;
    margin-top: 2px; }
  #newsletters-grid .newsletters-button:hover {
    opacity: .8;
    text-decoration: none; }
  #newsletters-grid .newsletters-button.subscribe {
    background-color: #c3ffe5;
    border-bottom: 2px solid #78d87d; }
  #newsletters-grid .newsletters-button.unsubscribe {
    background-color: #ffb1b1;
    border-bottom: 2px solid #db8686; }

#BreadCrumb .label {
  float: left;
  background: #61bbe9;
  color: #fff;
  padding: 0 8px;
  height: 18px; }
  #BreadCrumb .label span {
    vertical-align: middle;
    font-size: 11px; }

#BreadCrumb .arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #61bbe9;
  margin-right: 10px; }

#BreadCrumb .trail {
  display: inline;
  margin-right: 10px;
  vertical-align: middle; }

#building-consents .section {
  margin-bottom: 20px;
  overflow: hidden; }
  #building-consents .section.half {
    width: 50%;
    float: left; }

#building-consents h2 {
  font-weight: 300; }

#building-consents #history .tile-list .tile .tile-wrapper {
  height: auto; }

#building-consents .list {
  display: table;
  width: 100%;
  text-align: left; }
  #building-consents .list .row {
    display: table-row; }
    #building-consents .list .row .col {
      display: table-cell;
      padding: 3px 10px; }

#building-consents .tile-list {
  width: 100%;
  overflow: auto; }
  #building-consents .tile-list::after {
    clear: both;
    display: block;
    content: ' '; }
  #building-consents .tile-list .tile {
    float: left;
    width: 20%;
    text-align: center; }
    #building-consents .tile-list .tile .tile-wrapper {
      margin: 10px;
      border: 1px solid #eee;
      padding: 10px;
      height: 100px;
      position: relative;
      cursor: pointer; }
      #building-consents .tile-list .tile .tile-wrapper:hover {
        border: 1px solid #ccc; }
      #building-consents .tile-list .tile .tile-wrapper.red {
        border-color: #dc143c; }
        #building-consents .tile-list .tile .tile-wrapper.red .name a {
          color: #dc143c;
          font-weight: 500; }
      #building-consents .tile-list .tile .tile-wrapper.blue {
        border-color: #1e90ff; }
        #building-consents .tile-list .tile .tile-wrapper.blue .name a {
          color: #1e90ff;
          font-weight: 500; }
      #building-consents .tile-list .tile .tile-wrapper .icon {
        font-size: 14px;
        color: #aaa;
        line-height: 28px; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-word-o {
          color: #1e90ff; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-powerpoint-o {
          color: #ff8c00; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-excel-o {
          color: #3cb371; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-ban {
          color: #dc143c; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-clone {
          color: orange; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-users {
          color: #1e90ff; }
        #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-image-o {
          color: #000; }

#building-consents .files .tile-list .tile.expanded .tile-wrapper .description, #building-consents .files .tile-list .tile.expanded .tile-wrapper .name, #building-consents .files .tile-list .tile.expanded .tile-wrapper > span {
  display: none; }

#building-consents .staff-form .edit-mode-buttons {
  display: none; }

#building-consents .tile-list .tile .tile-wrapper .upload-controls {
  display: none; }

#building-consents .tile-list .tile.expanded {
  width: 100%; }

#building-consents div.headerInfo {
  width: 100%; }

#building-consents .tile-list .tile.expanded .tile-wrapper {
  height: auto; }

#building-consents .tile-list .tile a .tile-wrapper, #building-consents .tile-list .tile > a {
  text-decoration: none;
  color: #333;
  font-weight: 400; }

#building-consents #tasks ul li {
  min-height: 165px; }

#building-consents .inspections .tile-list .tile {
  text-align: left; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Co .status, #building-consents .inspections .tile-list .tile .tile-wrapper.Su .status {
    color: #7ee595; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Co, #building-consents .inspections .tile-list .tile .tile-wrapper.Su {
    border-color: #7ee595; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Co:hover, #building-consents .inspections .tile-list .tile .tile-wrapper.Su:hover {
    border-color: #45b15d; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Co:hover .status, #building-consents .inspections .tile-list .tile .tile-wrapper.Su:hover .status {
    color: #45b15d; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Ab .status, #building-consents .inspections .tile-list .tile .tile-wrapper.NS .status, #building-consents .inspections .tile-list .tile .tile-wrapper.XX .status {
    color: #dc143c; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Ab, #building-consents .inspections .tile-list .tile .tile-wrapper.NS, #building-consents .inspections .tile-list .tile .tile-wrapper.XX {
    border-color: #dc143c; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Ab:hover, #building-consents .inspections .tile-list .tile .tile-wrapper.NS:hover, #building-consents .inspections .tile-list .tile .tile-wrapper.XX:hover {
    border-color: #B22222; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Ab:hover .status, #building-consents .inspections .tile-list .tile .tile-wrapper.NS:hover .status, #building-consents .inspections .tile-list .tile .tile-wrapper.XX:hover .status {
    color: #B22222; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Iz .status, #building-consents .inspections .tile-list .tile .tile-wrapper.PP .status, #building-consents .inspections .tile-list .tile .tile-wrapper.SP .status, #building-consents .inspections .tile-list .tile .tile-wrapper.Sy .status {
    color: orange; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Iz, #building-consents .inspections .tile-list .tile .tile-wrapper.PP, #building-consents .inspections .tile-list .tile .tile-wrapper.SP, #building-consents .inspections .tile-list .tile .tile-wrapper.Sy {
    border-color: orange; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Iz:hover, #building-consents .inspections .tile-list .tile .tile-wrapper.PP:hover, #building-consents .inspections .tile-list .tile .tile-wrapper.SP:hover, #building-consents .inspections .tile-list .tile .tile-wrapper.Sy:hover {
    border-color: #b97800; }
  #building-consents .inspections .tile-list .tile .tile-wrapper.Iz:hover .status, #building-consents .inspections .tile-list .tile .tile-wrapper.PP:hover .status, #building-consents .inspections .tile-list .tile .tile-wrapper.SP:hover .status, #building-consents .inspections .tile-list .tile .tile-wrapper.Sy:hover .status {
    color: #b97800; }

#building-consents .staff-form .questionContent input[disabled]:not(.datepickerOpen), #building-consents .staff-form .questionContent select[disabled] {
  background: #eee; }

#building-consents .step-bar li.complete:last-child {
  display: none; }

#building-consents .step-bar {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  width: 100%;
  table-layout: fixed;
  display: table;
  border-spacing: 0; }
  #building-consents .step-bar li {
    display: table-cell; }

#building-consents .step-bar li:first-child {
  padding-left: 0; }

#building-consents .step-bar li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  background: #ccc;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  text-overflow: clip; }

#building-consents .step-bar li.progress a {
  background: #aaa; }
  #building-consents .step-bar li.progress a:after {
    border-left: 30px solid #aaa; }

#building-consents .step-bar li.complete a {
  background: #007DBA; }
  #building-consents .step-bar li.complete a:after {
    border-left: 30px solid #007DBA; }

#building-consents .step-bar li a .date {
  font-size: 11px;
  line-height: 11px;
  height: 11px;
  margin-left: 40px; }

#building-consents .step-bar li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ccc;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

#building-consents .step-bar li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ccc;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
  border-left: 30px solid #fff;
  margin-left: 3px;
  z-index: 1; }

#building-consents .step-bar li:last-child a {
  padding-right: 56px; }
  #building-consents .step-bar li:last-child a:after {
    border: 0; }

#building-consents .step-bar li a span {
  white-space: nowrap;
  z-index: 5;
  position: relative;
  margin-left: 40px; }

#building-consents-list table.pretty tbody tr td:first-child {
  min-width: 120px; }

#building-consents-list table.pretty tbody tr td .caret {
  margin-right: 10px;
  transition: 0.2s; }

#building-consents-list table.pretty tbody tr.open td .caret {
  transition: .2s;
  transform: rotate(90deg); }

#building-consents-list table.pretty tbody tr.building-consents-row:hover {
  background: inherit;
  cursor: initial;
  border: 1px solid #eee; }

#building-consents .clamp-1, #building-consents .clamp-2, #building-consents .clamp-3, #my-tasks .clamp-1, #my-tasks .clamp-2, #my-tasks .clamp-3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 16px;
  font-size: 14px; }

#building-consents .clamp-1, .my-tasks .clamp-1 {
  -webkit-line-clamp: 1;
  max-height: 16px; }

#building-consents .clamp-2, .my-tasks .clamp-2 {
  -webkit-line-clamp: 2;
  max-height: 32px; }

#building-consents .clamp-3, .my-tasks .clamp-3 {
  -webkit-line-clamp: 3;
  max-height: 48px; }

.td {
  vertical-align: inherit;
  display: table-cell; }

.tr {
  vertical-align: inherit;
  display: table-row;
  border-color: inherit; }

.nav-tabs .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear; }
  .nav-tabs .fade.in {
    opacity: 1; }

.ui-datepicker td.selectedBookDay.ui-state-disabled {
  opacity: 1; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .tab-content > .tab-pane {
    display: none; }
  .nav-tabs .tab-content > .active {
    display: block; }
  .nav-tabs .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: 0.25rem; }
  .nav-tabs .nav-item.open .nav-link {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
    .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
      color: #55595c;
      background-color: #fff;
      border-color: #ddd #ddd transparent; }
  .nav-tabs .nav-link.active {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
    .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
      color: #55595c;
      background-color: #fff;
      border-color: #ddd #ddd transparent; }
  .nav-tabs dl, .nav-tabs ol, .nav-tabs ul {
    margin-top: 0;
    margin-bottom: 1rem; }

.ui-datepicker td.selectedBookDay .ui-state-default {
  background: #9f9; }

div.picker-container {
  margin-top: 10px; }
  div.picker-container div.picker-select-container {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    div.picker-container div.picker-select-container.highlighterror {
      background: #fde8cd; }
  div.picker-container tr td.highlighterror {
    background: #fde8cd; }
  div.picker-container table.dataTable.display > tbody > tr.selected > td {
    border-top-color: rgba(0, 0, 0, 0.15); }
  div.picker-container table.dataTable.display > tbody > tr > *.highlighterror {
    box-shadow: unset !important; }
  div.picker-container div.picker-select-container label {
    float: left;
    font-weight: 700;
    margin-right: 15px;
    padding-top: 10px;
    margin-bottom: 0.75em; }
  div.picker-container img.error-indicator {
    position: relative;
    margin-top: 0;
    height: 35px; }

.account-table .streamlined-filter {
  clear: both;
  width: 100%; }
  .account-table .streamlined-filter .search-container {
    float: left;
    position: relative;
    width: 350px;
    background: #fff;
    padding: 0 0 5px;
    margin: 0 20px 10px 0; }

.account-table .applications-list table tbody tr.action-row td.item-actions a {
  float: left; }

.account-table .streamlined-filter .search-container input, .account-table .streamlined-filter select.type-filter {
  float: left; }

.account-table .streamlined-filter .search-container input {
  border: solid 1px #a0a0a0;
  background: 0 0;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }
  .account-table .streamlined-filter .search-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fff inset; }

.account-table .streamlined-filter .search-container input[type=text]::-ms-clear {
  margin-right: 30px; }

.account-table .streamlined-filter .search-container button {
  float: right;
  border: 0;
  width: 26px;
  height: 26px;
  background: url(../../images/icons/search-icon.png) center center no-repeat;
  position: absolute;
  right: 3px;
  top: 5px; }
  .account-table .streamlined-filter .search-container button:focus {
    outline: 0;
    background: url(../../images/icons/search-icon-focused.png) center center no-repeat; }

.account-table .streamlined-filter select.type-filter {
  border: solid 1px gray;
  height: 38px;
  box-sizing: border-box;
  margin-bottom: 1em; }

.account-table .applications-list table tbody tr.actions td > div {
  display: none;
  float: right;
  margin: 7px; }

.account-table .applications-list table tbody tr .actions .fa:hover:not(.disabled) {
  color: gray;
  cursor: pointer; }

.account-table .applications-list table tbody tr .action {
  top: 0;
  position: relative;
  padding: 0 6px;
  line-height: 1.5; }
  .account-table .applications-list table tbody tr .action.disabled {
    opacity: 0.1; }

.account-table .applications-list table tbody tr .confirm-container {
  width: auto;
  transition: .5s;
  text-align: center;
  vertical-align: middle;
  display: none;
  white-space: pre-wrap; }
  .account-table .applications-list table tbody tr .confirm-container.visible {
    display: inline-block;
    align-items: center; }
  .account-table .applications-list table tbody tr .confirm-container .sure-text {
    font-size: 12px;
    display: block;
    width: 83px; }
    @media (max-width: 47.99em) {
      .account-table .applications-list table tbody tr .confirm-container .sure-text {
        width: auto; } }

.account-table .applications-list table tbody tr.action-row td.item-actions {
  display: table-cell;
  text-align: center;
  padding-left: 6px; }
  .account-table .applications-list table tbody tr.action-row td.item-actions > * {
    margin-left: 50px; }
  .account-table .applications-list table tbody tr.action-row td.item-actions > :first-of-type {
    margin-left: 0; }
  .account-table .applications-list table tbody tr.action-row td.item-actions div {
    height: 0;
    -webkit-transition: .1s linear height;
    -moz-transition: .1s linear height;
    -o-transition: .1s linear height;
    transition: 0.1s ease-out height; }
    .account-table .applications-list table tbody tr.action-row td.item-actions div.open {
      height: 45px; }
  @media (max-width: 47.99em) {
    .account-table .applications-list table tbody tr.action-row td.item-actions {
      padding-top: 8px;
      padding-left: 14px; }
      .account-table .applications-list table tbody tr.action-row td.item-actions div.open {
        height: 100px; }
      .account-table .applications-list table tbody tr.action-row td.item-actions button {
        clear: both;
        float: left; }
      .account-table .applications-list table tbody tr.action-row td.item-actions .confirming .confirmation span {
        display: block;
        padding: 35px 0 10px 15px; } }

.account-table .applications-list table tbody tr td .actions a {
  color: #375c88;
  line-height: 1; }

.account-table .applications-list table tbody tr td .confirmation {
  display: none; }

.account-table .applications-list table tbody tr td .confirming > button {
  display: none; }

.account-table .applications-list table tbody tr td .confirming .confirmation {
  display: block; }

.account-table .applications-list table tfoot {
  background: #fff;
  border: 0;
  vertical-align: top;
  /*display: -webkit-box;*/ }
  .account-table .applications-list table tfoot tr {
    background: #fff; }
  .account-table .applications-list table tfoot td {
    padding: .83em 0 0;
    text-align: left;
    border: 0;
    vertical-align: top;
    font-weight: 600; }
    .account-table .applications-list table tfoot td a {
      color: #0678B3;
      margin: 0 1em 0 0; }
    .account-table .applications-list table tfoot td span {
      color: #00304b;
      margin: 0 1em 0 0; }
  @media (max-width: 47.99em) {
    .account-table .applications-list table tfoot {
      padding: 10px 0 0;
      font-size: 1.5em; }
      .account-table .applications-list table tfoot td {
        display: inline;
        margin-top: 10px; } }

.account-table .account-link {
  width: 24%;
  margin: 0 1.33333% 0 0; }
  .account-table .account-link a, .account-table .account-link:last-of-type {
    margin: 0; }

.busData {
  padding: 0;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-family: Open Sans Condensed, Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  width: 100%;
  empty-cells: show;
  background-color: #fff; }
  .busData td {
    border: 1px dotted #666;
    padding: 0;
    text-align: left;
    color: #3a4048;
    vertical-align: text-top; }
  .busData th {
    border: 1px dotted #666;
    padding: 0;
    text-align: left;
    color: #3a4048;
    vertical-align: text-top; }
    .busData th[scope=col] {
      color: #fff;
      background-color: #396b9e;
      border-bottom: 1px dotted #fff;
      border-right: 1px dotted #fff;
      padding: 4px; }
    .busData th[scope=row] {
      border-right: 1px solid #ccc;
      color: #3a4048; }
  .busData tr.alt td, .busData tr.alt th[scope=row] {
    color: #3a4048; }
  .busData th[scope=row] {
    background-color: #eee;
    padding: 4px; }
  .busData tr.alt > td {
    background-color: #eee;
    padding: 4px; }
  .busData tr td {
    background-color: #fff;
    padding: 4px; }
    .busData tr td a {
      color: #bc002f;
      text-decoration: underline; }
  .busData tr.alt td a {
    color: #bc002f;
    text-decoration: underline; }

.account-container.account-map #locationMap, .busData table {
  margin: 0; }

.account-container.account-paymenthistory .payment-document-action a {
  display: block; }

.awaiting-payment-total {
  font-weight: 700; }

.awaiting-payment-amount {
  float: right; }
  @media (max-width: 47.99em) {
    .awaiting-payment-amount {
      float: none; } }

.action-icon, .submit-pending-expired {
  display: flex;
  white-space: nowrap;
  color: red; }
  @media (max-width: 47.99em) {
    .action-icon span:first-child, .submit-pending-expired span:first-child {
      display: none; } }

.account-table .applications-list table tbody tr .remove-from-awaiting-payment {
  top: 2px; }

.action-icon {
  overflow: hidden;
  font-size: 16px;
  color: #375c88; }

.account-container {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 1.25em 0;
  box-sizing: border-box;
  position: relative;
  left: 0;
  vertical-align: top;
  border-bottom: 1px solid #f1f1f1; }
  .account-container.account-map .account-link {
    width: 100%; }
    .account-container.account-map .account-link a {
      min-height: 20px; }

.account-container.account-map #account-details, .account-container.account-map #tabs-nav {
  display: none; }

.account-container.account-newsletters #tabs-nav, .account-container.account-profile #tabs-nav {
  display: none; }

.socialize a.myaccount.NotAuthenticated {
  display: none; }

a.login.Authenticated, a.logout.NotAuthenticated {
  display: none; }

span.NotAuthenticated {
  display: none; }

.account-table {
  display: table;
  width: 100%; }

.account-container.account-map #map-container {
  display: table-header-group; }

.account-container .list-calendar-display {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px; }
  .account-container .list-calendar-display .month .header {
    overflow: hidden; }
    .account-container .list-calendar-display .month .header h1 {
      font-weight: 300;
      font-family: "Ubuntu", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
      float: left; }
  .account-container .list-calendar-display .month .actions {
    float: right;
    margin-top: 15px; }
  .account-container .list-calendar-display .icon {
    width: 24px;
    height: 24px;
    float: right;
    background-size: 24px 24px;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .account-container .list-calendar-display .icon:hover {
      opacity: .6;
      transition: .2s;
      cursor: pointer; }
    .account-container .list-calendar-display .icon.downloadiCal {
      float: unset;
      padding-left: 5px; }
  .account-container .list-calendar-display .help-text {
    vertical-align: middle;
    float: right;
    margin: 6px 6px 0 0;
    cursor: pointer; }
  .account-container .list-calendar-display .history:hover {
    opacity: 0.7; }

.account-container .list-calendar-display .actions .arrow.left-arrow {
  background-image: url(/Content/images/arrow-left-dark.png); }

.account-container .list-calendar-display .actions .arrow.right-arrow {
  background-image: url(/Content/images/arrow-right-dark.png); }

.account-container .list-calendar-display .icon.history-icon {
  transition: 0.2s; }
  .account-container .list-calendar-display .icon.history-icon[data-get-historic=True] {
    background-image: url(/Content/images/my-account-calendar-history.png); }
  .account-container .list-calendar-display .icon.history-icon[data-get-historic=False] {
    background-image: url(/Content/images/my-account-calendar-future.png); }

.account-container .list-calendar-display .history:hover .icon.history-icon[data-get-historic=True] {
  transition: .2s ease-in-out;
  transform: rotateZ(-120deg); }

.account-container .list-calendar-display .history:hover .icon.history-icon[data-get-historic=False] {
  transition: .2s ease-in-out;
  transform: rotateZ(120deg); }

.account-container .list-calendar-display .calendar-icon {
  margin-top: 15px;
  display: block;
  width: 50px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background: #fff; }
  .account-container .list-calendar-display .calendar-icon:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    cursor: default; }
  .account-container .list-calendar-display .calendar-icon .month {
    color: #fff;
    background: #d00000;
    padding: 1px;
    font-size: 12px; }
  .account-container .list-calendar-display .calendar-icon .num {
    font-size: 20px;
    padding: 0;
    font-weight: 700;
    border: solid 1px #ccc;
    border-top: none;
    color: #333; }

.account-container .list-calendar-display .month .date {
  border-bottom: 1px solid #c1c1c1;
  padding: 5px;
  overflow: auto; }
  .account-container .list-calendar-display .month .date:last-child {
    border-bottom: none; }
  .account-container .list-calendar-display .month .date .day {
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    width: 50px;
    float: left; }

.account-container .list-calendar-display .month .events {
  overflow: auto; }
  .account-container .list-calendar-display .month .events .event {
    padding: 10px;
    border-bottom: 1px dashed silver; }
    .account-container .list-calendar-display .month .events .event:hover {
      background: #eee;
      transition: .2s;
      cursor: pointer; }
    .account-container .list-calendar-display .month .events .event:last-child {
      border-bottom: none; }
    .account-container .list-calendar-display .month .events .event .time {
      font-weight: 700; }
    .account-container .list-calendar-display .month .events .event .subheading {
      text-decoration: none;
      color: #333;
      display: inline-block;
      width: 100%; }
      .account-container .list-calendar-display .month .events .event .subheading:hover {
        text-decoration: none;
        color: #333;
        display: inline-block;
        width: 100%; }

.account-row {
  display: table-row-group; }

.account-table-footer {
  display: table-footer-group; }

.account-table-header {
  display: table-header-group; }

.account-body {
  width: 100%;
  box-sizing: border-box; }

.account-header {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: table;
  vertical-align: middle;
  min-height: 0;
  cursor: pointer;
  color: #00304b; }
  .account-header.noncollapsible {
    text-decoration: none;
    cursor: default; }

.account-body {
  padding: 2em 0 1em;
  display: inline-block; }

.account-header h1 {
  vertical-align: middle;
  padding: 0;
  color: #00304b;
  font-family: "bliss-bold", Arial, sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-size: 2em;
  text-transform: none;
  line-height: 1.35;
  display: inline; }

.account-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  padding: 9px 0 5px 0;
  float: left;
  margin-right: 1em; }
  .account-toggle span.icon {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../../images/right-caret.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transition: transform .2s; }
  .account-toggle:hover span.icon.arrow-down {
    opacity: 0.7; }
  .account-toggle span.icon.arrow-up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .account-toggle:hover span.icon.arrow-up {
    opacity: 0.7; }

.account-table h1 a {
  display: inline-block;
  color: inherit; }
  .account-table h1 a:link, .account-table h1 a:visited {
    color: inherit; }

h3.session-date-time {
  color: inherit; }

.account-table h1 a:hover {
  text-decoration: none; }

.account-container.account-newsletters #body-container {
  min-width: 0;
  min-height: 0; }

.application-summary dl dt {
  border-bottom: none; }

.building-consents-table .account-container {
  background: #fff; }

h6 {
  margin: 2.33em 0;
  font-size: 0.67em; }

p {
  margin: 1em 0; }

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  font-style: normal; }

.error-anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden; }

.breadcrumb-item a, .row, body {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #00304b; }

li, p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }

h1#welcome ~ h2,
h2 {
  color: #00304b; }

.facility-more-info p, .popup-gmap p {
  color: #0678B3; }

a:link {
  color: #0678B3; }

a:visited {
  color: #005682; }

#middle-zone {
  box-sizing: border-box;
  padding: 0 2em; }
  #middle-zone .mapData {
    display: none; }

#middle-zone *,
#middle-zone *:before,
#middle-zone *:after {
  box-sizing: inherit; }

#dcc-interaction, #footer-container, #header-container {
  max-width: 1172px; }

#logging-wrapper {
  margin-left: auto; }

#datacomLogo-center, #datacomLogo-container {
  position: relative;
  width: 100%; }

#datacomLogo-center {
  max-width: 1172px;
  margin: auto;
  display: block; }

#datacomLogo {
  background: url(../../images/logo.png) no-repeat;
  background-size: 293px 49px;
  display: block;
  margin: .9em 1em .7em -.5em;
  height: 49px;
  width: 293px;
  float: left; }

ol.breadcrumb {
  background: 0 0; }

#users-permission-list #new-user-permission-email, #users-permission-list #new-user-permission-message {
  height: auto;
  box-sizing: border-box;
  padding: .5em;
  border: solid 1px #a0a0a0;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }

.questionContent input[disabled]:not([type=submit]):not(.datepickerOpen), .questionContent select[disabled], .questionContent textarea[disabled] {
  background-color: #f8f8f8;
  color: #545454;
  border: solid 1px #dfdfdf; }

input[disabled], select[disabled], textarea[disabled] {
  background-color: #f8f8f8;
  color: #545454;
  border: solid 1px #dfdfdf; }

.questionName .questionName-text {
  font-weight: 600;
  float: left;
  width: 100%; }

.questionName.grid-mode-top-row .questionName-text.left-align {
  text-align: left; }

.questionName.grid-mode-top-row .questionName-text.right-align {
  text-align: right; }

.questionName.grid-mode-top-row .questionName-text.center-align {
  text-align: center; }

@media (max-width: 47.99em) {
  .questionName.grid-mode-top-row .questionName-text.right-align {
    text-align: left; }
  .questionName.grid-mode-top-row .questionName-text.center-align {
    text-align: left; } }

.questionContent .filelist-table-inner table {
  width: 100%; }

.question-cell, .questionContent {
  width: 100%;
  text-align: left; }

.question-cell.question-help-wrapper {
  width: auto;
  margin-top: 0;
  vertical-align: middle; }

.questionContent .questionName-text {
  width: auto; }

.error-question {
  color: #dc143c; }

.slidable {
  transition: 0.4s all; }

.error-question .questionContent input[type=text][disabled],
.error-question .questionContent input[type=email][disabled],
.error-question .questionContent input[type=number][disabled],
.error-question .questionContent select[disabled],
.error-question .questionContent textarea[disabled] {
  outline: 1px solid #dc143c;
  border: 1px solid #dc143c; }

.error-question input[type=text],
.error-question input[type=email],
.error-question input[type=number],
.error-question select,
.error-question textarea {
  outline: 1px solid #dc143c;
  border: 1px solid #dc143c; }

.error-question .leaflet-control-geocoder-form input[type=text] {
  outline: unset;
  border: unset; }

.questionContent .date-time select {
  width: 133px;
  height: 40px; }

.questionName.long .questionName-text.right-full {
  display: block; }

.question-help-wrapper .question-help {
  z-index: 1; }

.error-indicator {
  display: none; }

.questionContent .verticalOptionList {
  width: auto;
  display: inline-table; }

#AdminUploadedFiles-filelist .filelist-table-inner table, #CustomerPostSubmitUploadedFiles-filelist .filelist-table-inner table, .upload-filelist table {
  width: 100%; }

.questionContent input[type=checkbox] + label, .questionContent input[type=radio] + label {
  padding: 0 3px; }

.questionContent .verticalOptionList div input[type=checkbox], .questionContent .verticalOptionList div input[type=radio] {
  position: absolute;
  top: 30%;
  transform: translateY(-45%); }

.questionContent .telephone-question.all > label + label + label, .questionContent .telephone-question.landline > label + label {
  width: 167px; }

.questionContent .telephone-question.all > label, .questionContent .telephone-question.int-mobile > label {
  margin-left: 0;
  width: 88px; }

.questionContent input.date-field-disabled {
  max-width: 160px; }

.questionContent input[type=text].date-field {
  max-width: 160px; }

.questionContent input[type=text].datetime {
  height: 40px;
  width: 133px; }

.questionContent .subtext, .questionContent .telephone-question > label {
  text-align: left; }

.questionContent.grid-mode-row .subtext, .questionContent.grid-mode-top-row .subtext {
  display: none; }
  @media (max-width: 47.99em) {
    .questionContent.grid-mode-row .subtext, .questionContent.grid-mode-top-row .subtext {
      display: block; } }

.questionContent.grid-mode-row input.date-field-disabled, .questionContent.grid-mode-top-row input.date-field-disabled {
  max-width: 160px; }
  @media (min-width: 48em) {
    .questionContent.grid-mode-row input.date-field-disabled, .questionContent.grid-mode-top-row input.date-field-disabled {
      max-width: none; } }

.questionContent.grid-mode-row input[type=text].date-field, .questionContent.grid-mode-top-row input[type=text].date-field {
  max-width: 160px; }
  @media (min-width: 48em) {
    .questionContent.grid-mode-row input[type=text].date-field, .questionContent.grid-mode-top-row input[type=text].date-field {
      max-width: none; } }

.questionContent.grid-mode-row input.left-align, .questionContent.grid-mode-top-row input.left-align {
  text-align: left; }

.questionContent.grid-mode-row input.right-align, .questionContent.grid-mode-top-row input.right-align {
  text-align: right; }

@media (max-width: 47.99em) {
  .questionContent.grid-mode-row input.right-align, .questionContent.grid-mode-top-row input.right-align {
    text-align: left; } }

.questionContent.grid-mode-row select, .questionContent.grid-mode-top-row select {
  width: auto; }
  @media (min-width: 48em) {
    .questionContent.grid-mode-row select, .questionContent.grid-mode-top-row select {
      width: 100%; } }

.questionContent .time-field ~ .subtext {
  text-align: left;
  min-width: 200px;
  width: auto;
  float: left; }

.questionContent .telephone-question ~ .subtext {
  text-align: left;
  width: auto;
  float: left;
  min-width: 150px; }

/* dropdown date styles */
.questionContent.dropdownDateContent {
  display: flex;
  flex-direction: column; }

.questionContent .dropdown-date ~ .subtext {
  text-align: left;
  width: auto;
  float: left;
  min-width: 280px; }

/* dropdown date styles */
div.dropdown-date {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px; }

div .dropdown-date select,
div .dropdown-date label {
  flex: 0 1 auto;
  /* flex-grow: 0, flex-shrink: 1, flex-basis: auto */
  margin-right: 5px;
  min-width: 120px;
  max-width: 150px; }

div .dropdown-date select:first-child,
div .dropdown-date label:first-child {
  min-width: 75px; }

div .dropdown-date select:last-child,
div .dropdown-date label:last-child {
  min-width: 90px;
  margin-right: 0; }

div .dropdown-date label {
  font-size: 0.8em; }

/* dropdown time styles */
div.dropdown-time > label {
  display: inline-block;
  font-size: 0.8em;
  text-align: left;
  min-width: 80px;
  margin-right: 5px; }

div.dropdown-time label:nth-of-type(2) {
  margin-left: 9px; }

div.dropdown-time label:last-child {
  margin-left: 5px; }

div.dropdown-time > select {
  min-width: 80px;
  display: inline-block;
  margin-right: 5px;
  text-align: left; }

div.dropdown-time select:nth-of-type(2) {
  margin-left: 5px; }

div.dropdown-time > select[disabled] {
  margin-right: 4px; }

a.twisty-collapsible-region {
  float: left;
  background-position: center left;
  padding: 0;
  background: url(../../images/right-caret.png) no-repeat center center;
  background-size: 16px 16px;
  transition: transform .2s;
  margin: 4px 1em 4px 0; }
  a.twisty-collapsible-region.twisty-on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s; }

.collapsible-layout-group.collapsible-parent {
  background-color: #fff;
  padding: 0;
  margin-left: 0; }

.question-answer-pair {
  position: relative; }

.layout-group-header-row {
  margin: 1em 0;
  position: relative; }
  .layout-group-header-row a ~ h2.wizard-info-title {
    cursor: pointer;
    padding-top: 0; }
  .layout-group-header-row a ~ h2.wizard-info-title:hover {
    opacity: 0.7; }
  .layout-group-header-row:hover .twisty-item {
    opacity: 0.7; }
  .layout-group-header-row.error-question a ~ h2.wizard-info-title {
    color: #dc143c; }

.repeater-item .layout-group-header-row {
  min-height: 1em; }
  .repeater-item .layout-group-header-row.is-hidden {
    display: none; }

.repeater-item.grid-mode .column > div {
  margin-bottom: 0; }

.repeater-item.grid-mode .layout-group-header-row h2.wizard-info-title {
  margin-left: 1rem; }

@media (min-width: 48em) {
  .repeater-item.grid-mode .layout-group-header-row.top-row.is-hidden {
    display: none; } }

.repeater-item.grid-mode .layout-group-header-row.top-row {
  margin-left: 0; }
  @media (min-width: 48em) {
    .repeater-item.grid-mode .layout-group-header-row.top-row .twisty-off, .repeater-item.grid-mode .layout-group-header-row.top-row .twisty-on {
      display: none; } }

.repeater-item.grid-mode .layout-group-header-row.normal-row {
  margin-left: 0; }
  @media (min-width: 48em) {
    .repeater-item.grid-mode .layout-group-header-row.normal-row .twisty-off, .repeater-item.grid-mode .layout-group-header-row.normal-row .twisty-on {
      display: none; } }

@media (min-width: 48em) {
  .repeater-item.grid-mode .layout-group-header-row.normal-row {
    display: none; } }

@media (max-width: 47.99em) {
  .repeater-item.grid-mode .layout-group-header-row.normal-row .repeater-item-title {
    padding-top: 20px; } }

.repeater-item.grid-mode .column .repeater-item-title {
  float: left;
  padding-top: 0; }

@media (max-width: 47.99em) {
  .repeater-item.grid-mode .column .default-title {
    display: none; } }

.repeater-item.grid-mode .column .first-row {
  margin-top: 3.5em; }
  @media (max-width: 47.99em) {
    .repeater-item.grid-mode .column .first-row {
      display: none; } }
  .repeater-item.grid-mode .column .first-row.is-hidden {
    margin-top: 0; }

@media (max-width: 47.99em) {
  .repeater-item.grid-mode .column .layout-group-button-row {
    display: none; } }

@media (min-width: 48em) {
  .repeater-item.grid-mode .column .layout-group-header-button-row {
    display: none; } }

.layout-group-button-row.first-repeat {
  padding-top: 50px; }

#form-wrapper fieldset > .question-answer-pair {
  margin: 0 1em; }

.layout-group fieldset > .layout-group,
.layout-group fieldset > .question-answer-pair {
  margin: 0 1em; }

#users-permission-list .user-item .permission-details .permission input {
  width: auto; }

.collapsible-layout-group.collapsible-parent .longQuestionName, .collapsible-layout-group.collapsible-parent .questionName {
  width: auto; }
  .collapsible-layout-group.collapsible-parent .longQuestionName .questionName-text, .collapsible-layout-group.collapsible-parent .questionName .questionName-text {
    width: auto; }

.collapsible-region {
  padding: 0 0 0 2em;
  border-left: 4px solid #e7e7e7; }
  .collapsible-region h2.wizard-info-title {
    padding-top: 0; }

.repeater-item h2.wizard-info-title.repeater-item-title {
  padding-top: 0; }

.fileinput-button input:hover {
  cursor: pointer; }

.fileinput-button a:focus, .fileinput-button input:focus {
  outline-offset: -8px; }

.link-button a:focus, .logged-in-sidebar a.button:focus, .login-sidebar a.button:focus, .row .btn-primary:focus {
  outline-offset: -8px; }

a.button:active, a.button:focus {
  outline-offset: -8px; }

button#registerDogsBtn:focus, div.button.dropdown:focus {
  outline-offset: -8px; }

.row .btn-primary,
a.button,
button#registerDogsBtn,
div.button.dropdown {
  display: inline-block; }

.account-table .applications-list table tbody tr .action, .account-table .applications-list table tbody tr td .actions {
  height: auto; }

div#payment-gateway div.payment input[type=submit].button, div.payment-gateway-option input[type=submit].button {
  height: auto; }

.repeater-item .question-cell:last-of-type .questionContent:last-of-type {
  margin-bottom: 0; }

a.manual-address-trigger {
  font-size: 0.85em; }

#calendarRegion .timeColumn .cellHeader {
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0; }

#calendarRegion .cellHeader {
  background: #00304b;
  color: #FFFFFF;
  border-bottom: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0; }

#calendarRegion #tableHeader .timeSlotColumn {
  border-color: #C0C0C0; }

#step-heading .step-buttons input:hover {
  border: 0; }

.ui-datepicker table tr td:first-child {
  border-left: none; }

.account-header:hover {
  text-decoration: none; }

.account-row:first-of-type .account-container {
  padding-top: 0; }

.account-body #updateProfileBtn {
  margin: 0; }

.account-link .tile-text {
  font-weight: 300; }

.account-business .account-body {
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed; }
  .account-business .account-body .account-body-content {
    display: table;
    width: 100%; }
    .account-business .account-body .account-body-content .account-link {
      display: table-cell;
      background: #00304b;
      height: 100%;
      float: none; }

.symbol-label {
  font-weight: 700; }

#trail {
  margin: 10px 0 15px;
  width: 100%; }
  #trail a, #trail span {
    margin-right: 1em;
    margin-left: 1em; }
  #trail :first-child {
    margin-left: 0; }

.breadcrumb-item.active {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #00304b; }

.breadcrumb-item a:hover {
  color: #0678B3;
  text-decoration: underline; }

.row a:hover, a:hover {
  color: #0678B3;
  text-decoration: underline; }

.row a:focus {
  color: #0678B3; }

.row .services h2 {
  margin-bottom: 1rem; }

#tabs-nav {
  color: #00304b;
  font-weight: 600;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5; }

div.blockMsg {
  color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff url(/content/images/spinner.gif) 10px no-repeat;
  background-position-x: 50%;
  background-position-y: 10%;
  border: 0;
  opacity: .7;
  padding: 15px;
  font-size: 1.4em;
  font-weight: 700; }

div.blockOverlay {
  display: none; }

i.fa.fa-users.action.share {
  position: relative;
  top: -2px; }

i.fa.fa-users.action.action {
  position: relative;
  top: -1px; }

.application-summary a#uploadButton.grey:hover {
  color: #fff;
  text-shadow: none;
  cursor: none;
  border: 0;
  background: gray; }

div.radio span:active {
  filter: brightness(80%); }

.application-summary .row .label, .application-summary div.symbol-section div.symbol-label, .application-summary dl dt {
  font-weight: 700;
  word-break: break-word; }

.application-summary .row .label {
  min-width: 190px; }

.application-summary .headerInfo .row .label, .application-summary .headerInfo div.symbol-section div.symbol-label, .application-summary .headerInfo dl dt {
  font-weight: 700;
  text-transform: uppercase; }

.application-summary .fileupload-Description, .application-summary .fileupload-buttonbar, .application-summary .fileupload-info {
  margin-top: 1em; }

.upload-controls .fileupload-Description, .upload-controls .fileupload-buttonbar {
  margin-top: 1em; }

.upload-form .fileupload-Description, .upload-form .fileupload-buttonbar, .upload-form .fileupload-info {
  margin-top: 1em; }

.application-summary .upload-filelist {
  margin-bottom: 3em; }

.upload-filelist td:first-of-type {
  width: 30px; }
  @media (max-width: 47.99em) {
    .upload-filelist td:first-of-type {
      width: 100%; } }

.upload-filelist .fileType {
  display: none; }

.upload-filelist .icon.file-type-icon {
  cursor: inherit; }
  .upload-filelist .icon.file-type-icon.fa-file-pdf-o {
    color: #dc143c; }
  .upload-filelist .icon.file-type-icon.fa-file-word-o {
    color: #1e90ff; }
  .upload-filelist .icon.file-type-icon.fa-file-powerpoint-o {
    color: #ce6950; }
  .upload-filelist .icon.file-type-icon.fa-file-excel-o {
    color: #3cb371; }

@media (max-width: 47.99em) {
  .upload-filelist .fileType {
    display: inline; }
  .upload-filelist .file-type-icon.icon {
    margin-right: .5em; } }

.search-address.title {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #00304b;
  margin: .3333em 0; }

.search-address.description {
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #00304b;
  margin: .3333em 0 1em; }

.search-address select {
  margin-bottom: 1em; }
  @media (max-width: 61.99em) {
    .search-address select {
      margin-right: 50%; } }

.search-address input {
  margin-bottom: 1em; }
  .search-address input.xsmall, .search-address input.short, .search-address input.small {
    width: 10%;
    min-width: 120px; }
    @media (max-width: 61.99em) {
      .search-address input.xsmall, .search-address input.short, .search-address input.small {
        width: 33%; } }
    @media (max-width: 47.99em) {
      .search-address input.xsmall, .search-address input.short, .search-address input.small {
        width: 66%;
        min-width: 240px; } }
  .search-address input.medium, .search-address input.long {
    margin-left: 0;
    width: 60%;
    min-width: 240px; }
    @media (max-width: 61.99em) {
      .search-address input.medium, .search-address input.long {
        width: 66%; } }

.search-address label {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: .33333333em;
  font-size: 15px;
  line-height: 1em;
  color: #00304b; }

.application-summary .fileupload-Description span:first-of-type {
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: .33333333em;
  font-size: 15px;
  line-height: 1em;
  color: #00304b; }

.application-summary .fileupload-Description input#fileDescription {
  margin-top: 3px; }

.application-summary div#dialogue-tabs-nav li a {
  font-family: "bliss-bold", Arial, sans-serif;
  color: #7f7f7f;
  margin-top: 1.3em;
  line-height: 1.35; }

.application-summary .headerInfo {
  display: table; }
  .application-summary .headerInfo .row {
    margin-bottom: 0.83em; }
    .application-summary .headerInfo .row .data, .application-summary .headerInfo .row .label-wrapper, .application-summary .headerInfo .row > div {
      display: table-cell; }

#users-permission-list .user-item .edit-mode-buttons, #users-permission-list .user-item .new-mode-buttons, #users-permission-list .user-item .view-mode-buttons {
  margin-top: 25px;
  float: none;
  clear: both; }

#users-permission-list h5 {
  font-weight: 600;
  font-family: "bliss-bold", Arial, sans-serif;
  margin-bottom: .33333333em;
  font-size: 15px;
  line-height: 1em; }

#users-permission-list .question-cell {
  float: right;
  top: 0;
  width: auto;
  height: auto; }
  #users-permission-list .question-cell .question-help {
    top: 50%;
    position: relative;
    vertical-align: middle;
    margin-top: 0; }

#users-permission-list input[type=button], #users-permission-list input[type=submit].button {
  margin-left: 0;
  float: none; }

.slide-background .slide-overlay {
  background: #00304b; }

.slick-arrows {
  width: 100%;
  max-width: 800px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0; }

.slide__caption {
  left: auto;
  position: relative;
  width: 100%;
  line-height: 1; }
  .slide__caption .slide-caption-text {
    width: 800px; }

#filter .application-filter input {
  width: 220px; }
  #filter .application-filter input#FilterCriteria_FreeText {
    width: 220px; }

#filter .application-filter select, #filter .application-filter.long input {
  width: 220px; }

input[type=date] + .ui-datepicker-trigger, input[type=datetime] + .ui-datepicker-trigger, input[type=text] + .ui-datepicker-trigger {
  padding-top: 9px;
  margin-left: -28px;
  margin-right: 10px; }

.application-filter {
  margin-right: 30px; }

div.validation-section {
  font-weight: 700;
  font-size: 1.167em;
  margin: 0 auto 15px;
  padding: 0;
  color: #333;
  background: url(../../images/error-icon.png) top left no-repeat #fde8cd;
  background-size: 38px 38px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 0;
  position: relative; }
  div.validation-section ul {
    margin-top: 0;
    padding: 1em;
    background-position: 98% center;
    background-color: transparent;
    background-size: 38px 38px;
    background-repeat: no-repeat; }
    div.validation-section ul li {
      list-style-type: disc;
      font-weight: 400;
      font-size: .857em;
      list-style-position: inside;
      margin-right: 50px; }
  div.validation-section p {
    margin: 0;
    background: #333333;
    font-weight: 600;
    color: #fff;
    padding: 0.2em 1em; }
    div.validation-section p i {
      display: none; }
  div.validation-section.validation-errors {
    border: 1px solid #dc143c;
    color: #7B0000; }
    div.validation-section.validation-errors ul {
      background-image: url(../../images/error-icon.svg); }
    div.validation-section.validation-errors p {
      background: #dc143c; }
  div.validation-section.validation-warnings {
    border: 1px solid #F79323;
    color: #7B0000; }
    div.validation-section.validation-warnings ul {
      background-image: url(../../images/warning-icon.svg); }
    div.validation-section.validation-warnings p {
      background-color: #F79323; }
  div.validation-section.validation-success {
    border: 1px solid #34BD6F;
    color: #00304b;
    overflow: hidden; }
    div.validation-section.validation-success ul {
      background-image: url(../../images/success-icon.svg); }
      div.validation-section.validation-success ul li {
        list-style-type: none; }
    div.validation-section.validation-success p {
      background-color: #34BD6F; }
  div.validation-section.validation-close i {
    padding: .5em;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: block; }

#popup_panel input[type=button] {
  border: 0 !important; }

#popup_container {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  background: #fff;
  border: 0;
  color: #000;
  padding: 1.5em 2em 2em !important;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0; }

#popup_title {
  font-size: 2em;
  line-height: 1.5;
  background: #fff;
  color: #333;
  text-align: left;
  border-bottom: none;
  margin: 0 0 0.67em; }

#popup_content.alert {
  background-size: 32px 32px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding: 0; }

#popup_content.confirm {
  background-size: 32px 32px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding: 0;
  background-image: url(../../images/exclamation-mark.png); }

#popup_content.alert {
  background-image: url(../../images/information.png); }

#popup_message {
  padding-left: 48px;
  word-break: break-word; }

#popup_panel {
  margin: 0; }

.ui-widget {
  font-family: "Ubuntu", sans-serif;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 3px #252525; }
  .ui-widget .ui-widget-content button.ui-state-default {
    font-size: 0.83em; }

.ui-datepicker {
  padding: 0;
  background: #f7f7f7; }
  .ui-datepicker span.ui-icon.ui-icon-circle-triangle-e {
    background: url(../../images/right-caret.png) no-repeat center center;
    background-size: 10px 10px; }
  .ui-datepicker span.ui-icon.ui-icon-circle-triangle-w {
    background: url(../../images/right-caret.png) no-repeat center center;
    background-size: 10px 10px;
    transform: rotateZ(180deg); }
  .ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase; }
  .ui-datepicker .ui-datepicker-title {
    margin-top: .5em;
    margin-bottom: 0.5em; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    margin-top: 12px;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    margin-right: 10px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    margin-left: 10px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
    border-color: #eee;
    background: #eee;
    border-radius: 0; }
  .ui-datepicker .ui-datepicker-header select {
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    height: 29px;
    padding: 5px; }
    .ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
      font-size: 13px;
      width: 70px;
      margin-right: 1em; }
    .ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
      font-size: 13px;
      width: 70px; }
  .ui-datepicker table {
    width: 16em;
    background: #fff;
    margin: 1em 0 1.5em 1.5em; }
    .ui-datepicker table th {
      font-size: 10px;
      font-weight: 700;
      color: #007DBA;
      text-transform: uppercase;
      border: 0;
      text-shadow: 0 0 2px #cadbe4;
      line-height: 1em;
      padding: .5em 0;
      background: #f7f7f7; }
    .ui-datepicker table tr td {
      padding: 0;
      border: 1px solid #eee; }
      .ui-datepicker table tr td .ui-state-default {
        border: 0;
        text-align: center;
        margin: 0;
        font-weight: 600;
        font-size: 13px;
        background: #fff;
        color: #666;
        height: 25px;
        line-height: 25px; }
      .ui-datepicker table tr td:last-child {
        border-right: none; }
      .ui-datepicker table tr td.ui-state-disabled {
        background: #eee; }
      .ui-datepicker table tr td .ui-state-active, .ui-datepicker table tr td .ui-state-hover {
        color: #fff;
        background: #007DBA; }

@media (max-width: 47.99em) {
  .logged-in-sidebar, .login-sidebar, .realme-logged-in-sidebar, .realme-sidebar {
    width: 100%; } }

#nav-wrapper {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF; }
  @media (max-width: 47.99em) {
    #nav-wrapper {
      height: auto;
      overflow: auto;
      margin-bottom: 0.2em; } }

#nav {
  margin: 0;
  padding-left: 2em;
  background: 0 0;
  position: relative;
  height: 72px;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 47.99em) {
    #nav {
      height: auto;
      padding-left: 0;
      width: 100%;
      position: initial;
      display: block; } }
  #nav li {
    display: inline;
    font-size: 1.25em;
    margin-right: 0;
    text-align: left; }
    #nav li a {
      background: 0 0;
      float: left;
      font-family: "Ubuntu", sans-serif;
      font-size: 15px;
      color: #0678B3;
      font-weight: 600;
      word-break: break-word;
      word-wrap: break-word;
      text-decoration: none; }
      #nav li a.selected {
        font-weight: 600;
        color: #005682;
        text-decoration: none; }
      #nav li a.my-account-link .fa.fa-chevron-down {
        margin-left: 0.5em; }
    #nav li.home-link {
      display: none; }
    #nav li.language-selection-link {
      float: right;
      list-style: none; }
      #nav li.language-selection-link #languageSelection {
        display: block;
        position: relative;
        padding: 0 1em; }
      #nav li.language-selection-link select#language {
        padding: 0;
        font-size: small;
        position: relative;
        background: #FFFFFF;
        color: #0678B3;
        width: auto;
        display: block;
        float: right; }
    #nav li:last-of-type {
      margin-right: 0; }
    #nav li:hover {
      color: #005682; }
    #nav li:visited {
      color: #0678B3; }
    #nav li:first-child a {
      border-left-width: 1px;
      margin-left: 0; }
    #nav li > a {
      padding: 0 1em; }
      @media (max-width: 47.99em) {
        #nav li > a {
          padding-left: 0; } }
      #nav li > a.my-account-link.NotAuthenticated {
        display: none; }
    #nav li.my-account-wrapper {
      margin-left: auto; }
      #nav li.my-account-wrapper > a.my-account-link {
        min-width: 120px;
        font-weight: 600; }
    #nav li .dropdown-list,
    #nav li .account-body.retracted {
      display: none; }
    #nav li.active {
      height: 100%;
      z-index: 1; }
      #nav li.active > a {
        color: #000;
        line-height: 72px;
        padding: 0 10px;
        z-index: 1;
        position: relative;
        background: #fff; }
      #nav li.active .dropdown-list {
        margin-left: 0;
        right: 0;
        min-width: 310px;
        background: #fff;
        box-shadow: 0 0 10px 0 #a0a0a0;
        padding: 2em;
        border-top: solid 1px #fff;
        position: absolute;
        top: 72px;
        display: block;
        right: 0; }
        #nav li.active .dropdown-list a.account {
          color: #0d78d0;
          font-weight: 700; }
        #nav li.active .dropdown-list a.log-out {
          color: #a0a0a0;
          padding: 0;
          float: right;
          font-weight: 700; }
      #nav li.active h3 {
        font-size: 1.17em;
        margin-top: 0; }

.services {
  width: 23%;
  margin: 20px 20px 0 0;
  display: inline-table;
  min-width: 150px; }
  .services ul {
    margin: 10px 0 0;
    list-style: none;
    padding-left: 0; }
  .services li {
    margin-bottom: 0.9em; }
  .services a {
    font-weight: 400; }
  .services h2 {
    min-height: 33px;
    height: 100%;
    padding: 1em 0 0;
    font-size: 1.5em;
    margin-top: 0;
    width: 100%;
    color: #00304b; }

.services-list {
  width: 75%;
  float: left; }

.services-list-small {
  width: 100%;
  float: left;
  padding-right: 350px;
  margin-right: -350px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .services-list-small.invitations {
    float: none; }
  @media (max-width: 47.99em) {
    .services-list-small {
      padding-right: 0;
      margin-right: 0; } }

@media (max-width: 74.99em) {
  .services-list .services,
  .services-list-small .services {
    width: 45%; } }

@media (max-width: 47.99em) {
  .services-list .services,
  .services-list-small .services {
    width: 100%; } }

#middle-zone .services {
  width: calc(33% - 3em);
  margin: 0 2em 3em 0; }
  @media (max-width: 74.99em) {
    #middle-zone .services {
      width: calc(50% - 3em); } }
  @media (max-width: 19.99em) {
    #middle-zone .services {
      width: 100%;
      margin-right: 0; } }

#middle-zone .services-list h2 {
  padding: 0;
  margin-bottom: 1em; }

#progress-bar {
  margin: 10px 0 15px;
  width: 100%; }
  #progress-bar > img {
    width: 12px;
    height: 39px;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
  #progress-bar .step {
    background: url(../../images/wizard/wizard-step-background.png) repeat-x;
    background: -webkit-linear-gradient(bottom, #ecece0, #f6f7f1);
    background: -moz-linear-gradient(bottom, #ecece0, #f6f7f1);
    background: -ms-linear-gradient(bottom, #ecece0, #f6f7f1); }
  #progress-bar .current-step {
    background: url(../../images/wizard/wizard-current-background.png) repeat-x;
    background: -webkit-linear-gradient(bottom, #737373, #a2a1a1);
    background: -moz-linear-gradient(bottom, #737373, #a2a1a1);
    background: -ms-linear-gradient(bottom, #737373, #a2a1a1); }
    #progress-bar .current-step span {
      color: #0678B3;
      margin-top: 10px; }
  #progress-bar > .current-step, #progress-bar > .step {
    float: left;
    height: 37px; }
  #progress-bar a {
    display: block;
    margin-top: 0;
    color: #00304b;
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-left: 10px;
    line-height: 1.15em;
    font-family: "Ubuntu", sans-serif;
    width: auto;
    max-width: none; }
    #progress-bar a:link, #progress-bar a:visited {
      display: block;
      margin-top: 0;
      color: #00304b;
      float: left;
      font-size: 15px;
      font-weight: 600;
      text-align: left;
      margin-left: 10px;
      line-height: 1.15em;
      font-family: "Ubuntu", sans-serif;
      width: auto;
      max-width: none; }
  #progress-bar span {
    display: block;
    margin-top: 0;
    color: #00304b;
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-left: 10px;
    line-height: 1.15em;
    font-family: "Ubuntu", sans-serif;
    width: auto;
    max-width: none; }
  #progress-bar .current-step span.step_cr {
    width: 14px;
    height: 14px;
    background-position: center center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 5px; }
  #progress-bar .step span.step_cp, #progress-bar .step span.step_nf, #progress-bar .step span.step_pf {
    width: 14px;
    height: 14px;
    background-position: center center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 5px; }
  #progress-bar button {
    background-color: transparent;
    border-width: 0;
    font-weight: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    height: 37px;
    vertical-align: top; }
    #progress-bar button::-moz-focus-inner {
      padding: 0;
      border: 0; }

#progress-bar span.disabled-step {
  color: #a4a4a4;
  margin-top: 10px;
  margin-left: 0; }

#progress-bar .step_pf {
  background: url(../../images/wizard/incomplete-step.png) no-repeat; }

#progress-bar .step_cp {
  background: url(../../images/wizard/complete-step.png) no-repeat; }

#progress-bar li .status:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 10px; }

#progress-bar li.complete .status:after {
  content: "\f00c"; }

#progress-bar li.progress .status:after {
  content: "\f085"; }

#progress-bar-2 {
  margin: 1em 0; }
  #progress-bar-2.vertical {
    margin: 0; }

#progress-bar-2 a:hover {
  text-decoration: none; }

#progress-bar-2 .steps-table {
  display: table;
  width: 100%;
  table-layout: fixed; }
  #progress-bar-2 .steps-table .step {
    display: table-cell;
    position: relative;
    vertical-align: top; }
    #progress-bar-2 .steps-table .step:before {
      background: #000;
      content: "";
      position: absolute;
      display: block;
      background: #dfe3e4;
      width: 100%;
      height: 2px;
      top: 11px;
      right: 50%;
      z-index: 0; }
    #progress-bar-2 .steps-table .step:first-of-type:before {
      display: none; }
    #progress-bar-2 .steps-table .step.disabled-step {
      color: #999; }
    #progress-bar-2 .steps-table .step a.progress-bar-button {
      color: #333;
      overflow: auto;
      display: block;
      z-index: 1;
      position: relative;
      text-decoration: none; }
      #progress-bar-2 .steps-table .step a.progress-bar-button:hover .step-name {
        opacity: 0.7; }
      #progress-bar-2 .steps-table .step a.progress-bar-button:hover .step-item {
        filter: brightness(107%); }
    #progress-bar-2 .steps-table .step .step-item {
      border-radius: 50%;
      background: #e0e0e0;
      width: 24px;
      height: 24px;
      display: block;
      margin: 0 auto 5px;
      z-index: 1;
      position: relative; }
      #progress-bar-2 .steps-table .step .step-item .step-number {
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 14px;
        padding-top: 5px;
        font-weight: 600; }
      #progress-bar-2 .steps-table .step .step-item .exclamation {
        font-size: 20px;
        font-family: Verdana;
        display: block; }
    #progress-bar-2 .steps-table .step .step-name {
      text-align: center;
      display: block;
      padding: 0 1em;
      word-break: break-word;
      font-weight: 600; }
    #progress-bar-2 .steps-table .step.current-step .step-name {
      color: #008ed4; }
    #progress-bar-2 .steps-table .step.current-step .step-item, #progress-bar-2 .steps-table .step.current-step:before {
      background: #008ed4;
      color: #fff; }
    #progress-bar-2 .steps-table .step.step_cp .step-item, #progress-bar-2 .steps-table .step.step_cp:before {
      background: #34bd6f;
      color: #fff; }
    #progress-bar-2 .steps-table .step.step_cp + .step:before {
      background: #34bd6f; }
    #progress-bar-2 .steps-table .step.step_cp + .step.step_nf:before {
      background: #e0e0e0; }
    #progress-bar-2 .steps-table .step.step_nf .step-item, #progress-bar-2 .steps-table .step.step_nf + .step:before, #progress-bar-2 .steps-table .step.step_nf:before {
      background: #e0e0e0; }
    #progress-bar-2 .steps-table .step.step_pf + .step.step_nf:before {
      background: #e0e0e0; }
    #progress-bar-2 .steps-table .step.step_pf .step-item, #progress-bar-2 .steps-table .step.step_pf:before {
      background: #f79323;
      color: #fff; }
    #progress-bar-2 .steps-table .step.step_pf + .step:before {
      background: #f79323; }

#progress-bar-2 .step-bar {
  display: none; }

#progress-bar-2.vertical .steps {
  width: 100%;
  display: none; }

#progress-bar-2.vertical .steps-table {
  display: block;
  table-layout: auto; }
  #progress-bar-2.vertical .steps-table .step {
    margin-bottom: 2px;
    display: block;
    float: left;
    position: relative;
    width: 100%; }
    #progress-bar-2.vertical .steps-table .step:before {
      width: 2px;
      height: 2em;
      top: -20px;
      left: 11px;
      z-index: 0; }
    #progress-bar-2.vertical .steps-table .step .step-item {
      float: left;
      margin-top: 0; }
    #progress-bar-2.vertical .steps-table .step .step-name {
      text-align: left;
      float: left;
      margin-top: 5px;
      font-size: 13px; }

#progress-bar-2.vertical .step-bar {
  margin-top: 1em;
  height: auto;
  overflow: auto;
  display: block; }
  #progress-bar-2.vertical .step-bar:hover {
    opacity: .8;
    color: #999; }
  #progress-bar-2.vertical .step-bar .step-bar-header h2 {
    margin: 0; }
  #progress-bar-2.vertical .step-bar .step-bar-header .current-step-title {
    flex: 1;
    position: relative;
    margin-right: 80px; }
    #progress-bar-2.vertical .step-bar .step-bar-header .current-step-title h2 {
      color: #333;
      bottom: 0; }
  #progress-bar-2.vertical .step-bar .step-bar-header .progress-nums {
    float: right;
    margin-left: 1em;
    width: 100px;
    position: relative;
    margin-top: 0; }
    #progress-bar-2.vertical .step-bar .step-bar-header .progress-nums h2 {
      color: #999;
      font-weight: 600;
      font-size: 1.2em;
      position: absolute;
      bottom: 0;
      right: 0; }

#progress-bar-2.vertical .step-bar .step-bar-header .progress-nums .step-bar-caret {
  margin-left: 0.5em; }

#progress-bar-2.vertical .step-bar .step-bar-header .progress-nums .step-bar-header {
  display: flex; }

#progress-bar-2.vertical .step-bar .step-bar-line {
  width: 100%;
  height: 5px;
  float: left;
  display: table;
  table-layout: fixed;
  margin: 4px 0; }
  #progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-bg, #progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-fg {
    display: table-cell;
    height: 100%; }
  #progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-bg {
    background: #ccc; }
  #progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-fg {
    background: #008ed4; }

#progress-bar-2.vertical .step-bar.pf .step-bar-line .step-bar-line-fg {
  background: #f79323; }

#progress-bar-2.vertical.open .steps {
  display: block; }

#progress-bar-2.vertical.open .step-bar .step-bar-header .progress-nums .step-bar-caret i {
  transform: rotate(180deg); }

#building-consents .progress-bar > li.small span, #building-consents .progress__last:after {
  display: none; }

#building-consents .progress-bar {
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin: 20px 0; }
  #building-consents .progress-bar > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em; }
    #building-consents .progress-bar > li:before {
      content: attr(data-step);
      display: block;
      background: #dfe3e4;
      width: 3em;
      height: 3em;
      text-align: center;
      margin: 0 auto .25em;
      line-height: 3em;
      border-radius: 100%;
      position: relative;
      z-index: 1;
      cursor: pointer;
      transition: .2s;
      border: 2px solid #dfe3e4; }
    #building-consents .progress-bar > li:after {
      content: "";
      position: absolute;
      display: block;
      background: #dfe3e4;
      width: 100%;
      height: .25em;
      top: 1.35em;
      left: 50%;
      z-index: 0;
      transition: 0.2s; }
    #building-consents .progress-bar > li.small:before {
      width: 1em;
      height: 1em;
      margin-bottom: 2.25em;
      line-height: 1em; }
    #building-consents .progress-bar > li.last-extender:after {
      height: .1em;
      top: 1.45em;
      background: repeating-linear-gradient(to right, #dfe3e4, #e5e8e9 5px, transparent 5px, transparent 10px); }
    #building-consents .progress-bar > li:last-child:after {
      display: none; }

#building-consents .progress-bar > li.complete {
  color: #37de7e; }
  #building-consents .progress-bar > li.complete:after, #building-consents .progress-bar > li.complete:before {
    color: #fff;
    background: #37de7e;
    border-color: #37de7e; }

#building-consents .progress-bar > li.progress {
  color: #61bbe9; }
  #building-consents .progress-bar > li.progress:before {
    color: #fff;
    background: #61bbe9;
    border-color: #61bbe9; }

#building-consents .progress-bar > li.complete.last-extender:after {
  background: repeating-linear-gradient(to right, #2ecc71, #2ecc71 5px, transparent 5px, transparent 10px); }

#building-consents .progress-bar > li:hover:before {
  transition: .2s ease-in-out all;
  background: #fff; }

#building-consents .progress-bar > li.complete:hover:before, #building-consents .progress-bar > li.progress:hover:before {
  transition: .2s ease-in-out all;
  background: #fff;
  color: #333; }

#building-consents .progress-bar > li.medium:before {
  width: 2em;
  height: 2em;
  margin-bottom: 1.25em;
  line-height: 2em; }

#progress-bar div:first-child {
  border-left: none; }
  #progress-bar div:first-child.current-step {
    border-left: none; }

#progress-bar .current-step, #progress-bar .step {
  background: #fff;
  box-shadow: none;
  border: 0; }

#progress-bar .current-step span, #progress-bar .step span {
  margin-left: 0; }

#progress-bar .current-step span:hover, #progress-bar a:hover {
  text-decoration: underline; }

#progress-bar span:hover {
  text-decoration: underline; }

#progress-bar span.disabled-step:hover {
  text-decoration: none; }

#progress-bar .current-step:after, #progress-bar .step:not(:nth-last-child(2)):after {
  content: url(../../images/wizard/wizard-divider2.png);
  margin-left: 1em;
  margin-right: 1em; }

#progress-bar .step_cp, #progress-bar .step_pf {
  width: 14px; }

.account-table .applications-list table tbody tr td div.paymentdocumentaction a {
  padding-right: 10px; }

table.statement thead th.amount {
  width: 10%; }

table.statement thead th.amount,
table.statement tbody td.amount,
table.statement tfoot td.amount {
  text-align: right; }
  @media (max-width: 47.99em) {
    table.statement thead th.amount,
    table.statement tbody td.amount,
    table.statement tfoot td.amount {
      text-align: left; } }

table.statement tfoot tr {
  text-align: left; }

#bookings-list-pane .search-container {
  padding: 2em;
  background: #F2F2F2;
  border-radius: 4px;
  margin-bottom: 2em; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .search-container {
      padding: 1.5em; } }

#bookings-list-pane .filters-heading {
  margin-top: 0; }

#bookings-list-pane .filters {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .filters {
      flex-direction: column; } }

#bookings-list-pane .filter-group {
  display: flex; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .filter-group {
      flex-direction: column; } }

@media (max-width: 74.99em) {
  #bookings-list-pane .filter-group-facility-resource {
    width: 100%; } }

#bookings-list-pane .filter {
  margin-bottom: 1em;
  margin-right: 2em; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .filter {
      margin-right: 0; } }

#bookings-list-pane .filter-label {
  display: block; }

@media (max-width: 47.99em) {
  #bookings-list-pane .datetime {
    max-width: 160px; } }

#bookings-list-pane .selector-dropdown {
  min-width: 240px;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .selector-dropdown {
      min-width: 0;
      max-width: none; } }

#bookings-list-pane .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .action-buttons {
      flex-direction: column-reverse;
      align-items: initial; } }

#bookings-list-pane .action-button {
  margin-bottom: 0;
  float: none; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .action-button {
      margin-bottom: 10px;
      width: 100%;
      margin-left: 0; } }

#bookings-list-pane .action-link {
  margin-bottom: 0;
  float: none;
  margin-right: auto; }
  @media (max-width: 47.99em) {
    #bookings-list-pane .action-link {
      margin-top: 1em;
      width: 100%;
      margin-left: 0; } }

#bookings-list-pane .apply-filter-button {
  margin-bottom: 0; }

input[type=button].button.repeater-remove {
  width: auto;
  border: 0;
  background: #B22222;
  color: #FFFFFF;
  text-indent: 0;
  height: auto;
  margin-right: 0;
  float: right;
  top: -5px;
  right: 0;
  margin-top: 0;
  z-index: 1;
  position: relative; }
  input[type=button].button.repeater-remove:hover {
    opacity: 0.7; }
  input[type=button].button.repeater-remove:active {
    border-bottom: 0;
    margin-top: 0; }

@media (min-width: 48em) {
  .repeater-item.grid-mode input[type=button].button.repeater-remove,
  .custom-booking-row input[type=button].button.repeater-remove {
    background: url(../../images/remove-button.png) no-repeat;
    overflow: hidden;
    width: 23px;
    height: 23px;
    margin-top: 12px;
    outline: none;
    padding: 0; } }

@media (min-width: 48em) {
  .custom-booking-row input[type=button].button.custom-booking-repeater-remove {
    top: -12px; } }

.api-lookup-wrapper {
  display: inline-flex;
  width: 100%; }
  .api-lookup-wrapper .questionName {
    padding-top: 0; }
  .api-lookup-wrapper .api-lookup-button-bar {
    padding-top: 25px; }
  .api-lookup-wrapper .api-lookup-error-content {
    margin-bottom: 6px; }

.api-lookup-selection-message {
  padding-top: 10px; }
  .api-lookup-selection-message label {
    display: block;
    font-size: 1em;
    font-weight: 700; }

.api-lookup-selection {
  overflow-y: scroll;
  margin-bottom: 12px;
  max-height: 30vh; }
  .api-lookup-selection .option {
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative; }
  .api-lookup-selection label {
    display: block;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 10px 20px 60px;
    color: #00304b; }
    .api-lookup-selection label:hover {
      background: #e7e7e7;
      color: #000;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .api-lookup-selection .option span.extra-text {
    width: 90%;
    font-size: 12px;
    font-weight: 400; }
    .api-lookup-selection .option span.extra-text p:first-child {
      margin-bottom: 3px; }

#middle-zone .programmes .programmes-header {
  margin-bottom: 0; }

.programmes .btn-group-vertical.invitation-sidebar {
  margin-bottom: 0; }

.programmes #accordion {
  margin-bottom: 3em; }
  .programmes #accordion h4 {
    margin-top: 0;
    margin-left: 0; }

.programmes .row .card-block .col-sm-9 h3 {
  margin-top: 0; }

.programmes .col-sm-3,
.programmes .offset-sm-1 {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0; }

.programmes .card-block {
  margin-left: 0;
  margin-right: 0; }

.programmes .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.programmes .row {
  margin-left: 0;
  margin-right: 0; }

.programmes .card-block {
  margin-bottom: 1em;
  padding: 0; }

.programmes .card {
  padding: 0;
  margin: 0;
  border-bottom: 0; }

.programmes .col-md-7 {
  padding-left: 0;
  padding-right: 0; }

.programmes .bootstrap-table .table:not(.table-condensed) {
  margin-top: 1em; }

.programmes .card-title {
  margin-bottom: 1em; }

.programmes .card-block label {
  font-weight: 700;
  text-transform: uppercase;
  min-width: 120px;
  margin-bottom: 0; }

.programmes .row-divider {
  border-top: none;
  width: 100%;
  margin: 1em 0 0; }

.programmes .col-md-12 {
  padding-left: 0; }

.programmes p.card-text.col-md-3, .programmes p.card-text.col-md-9 {
  padding-left: 0;
  margin-bottom: 0; }

.programmes .card-deck {
  border-spacing: 0; }

.programmes .card-header {
  padding-left: 0; }
  .programmes .card-header h4 {
    font-size: 1em;
    line-height: normal; }

.programmes img.card-block.card-img-left.col-md-2 {
  padding-right: 1em;
  padding-top: 1em; }

.programmes .event-table-header > a {
  border: 0;
  padding-left: 0; }

.programmes ul.list-group {
  margin-bottom: 1em;
  margin-top: 1em; }

.programmes li.list-group-item {
  border-bottom: none;
  border-left: 2px solid #eee;
  padding: 0.25em 0 0.25em 1em; }

.programmes .schedule {
  border-bottom: 1px solid #eee; }
  .programmes .schedule li.list-group-item {
    border-left: none; }

.programmes .nav-tabs {
  border-radius: 0; }
  .programmes .nav-tabs .nav-item.open .nav-link {
    border-radius: 0; }
    .programmes .nav-tabs .nav-item.open .nav-link:focus, .programmes .nav-tabs .nav-item.open .nav-link:hover {
      border-radius: 0; }
  .programmes .nav-tabs .nav-link {
    border-radius: 0; }
    .programmes .nav-tabs .nav-link.active {
      border-radius: 0; }

.programmes .col-md-5 {
  padding-left: 3em; }

.programmes .upload-form {
  border: 0;
  padding: 0;
  margin-top: 1em; }

.programmes input#fileDescription {
  margin-left: 0; }

.programmes form.evidence-publish input[type=submit] {
  margin: 0;
  padding: 13px 3em; }

.programmes table thead tr td {
  border-color: #00304b; }

.programmes-header h2 {
  padding-top: 0;
  margin-top: 1em; }

.charge-selection-finance table thead th.left,
.charge-selection-finance table tbody td.left {
  text-align: left; }

.charge-selection-finance table thead th.center,
.charge-selection-finance table tbody td.center {
  text-align: center; }
  @media (max-width: 47.99em) {
    .charge-selection-finance table thead th.center,
    .charge-selection-finance table tbody td.center {
      text-align: left; } }

.charge-selection-finance table thead th.right,
.charge-selection-finance table tbody td.right {
  text-align: right; }
  @media (max-width: 47.99em) {
    .charge-selection-finance table thead th.right,
    .charge-selection-finance table tbody td.right {
      text-align: left; } }

.charge-selection-finance table tbody tr.read-only {
  cursor: pointer; }

.charge-selection-finance table tbody input.validation-error {
  outline: 1px solid #dc143c;
  border: 1px solid #dc143c; }

.charge-selection-finance table tbody input[type="number"] {
  width: 100px; }
  @media (max-width: 47.99em) {
    .charge-selection-finance table tbody input[type="number"] {
      width: 80px; } }

.charge-selection table.responsive tbody tr.header {
  background: #00304b;
  color: #FFFFFF;
  border: 0;
  height: 20px; }
  @media (max-width: 47.99em) {
    .charge-selection table.responsive tbody tr.header {
      display: none; } }
  .charge-selection table.responsive tbody tr.header:hover {
    background: #00304b; }
  .charge-selection table.responsive tbody tr.header td {
    font-weight: 700;
    border: 0; }

.charge-selection table.responsive tbody tr.editable-charge-selection-row:hover, .charge-selection table.responsive tbody tr.charge-selection-row:hover {
  cursor: pointer; }

.charge-selection table.responsive tbody tr.total-row {
  background: #00304b;
  color: #FFFFFF;
  border: 0;
  height: 20px;
  text-align: right; }
  .charge-selection table.responsive tbody tr.total-row:hover {
    background: #00304b; }
    @media (max-width: 47.99em) {
      .charge-selection table.responsive tbody tr.total-row:hover {
        background: none; } }
  @media (max-width: 47.99em) {
    .charge-selection table.responsive tbody tr.total-row {
      background: none;
      color: #00304b; } }
  .charge-selection table.responsive tbody tr.total-row td {
    font-weight: 700;
    border: 0; }

/* Shopping Cart Checkout plugin*/
.cart-items table thead th.left,
.cart-items table tbody td.left {
  text-align: left; }

.cart-items table thead th.right,
.cart-items table tbody td.right {
  text-align: right; }
  @media (max-width: 47.99em) {
    .cart-items table thead th.right,
    .cart-items table tbody td.right {
      text-align: left; } }

.cart-items table thead th a,
.cart-items table tbody td a {
  cursor: pointer; }

/* Override the fonts defined in bookings.css */
.bookingTimeSlotMasterContainer,
.weekSchedule,
.monthSchedule,
#facilityList.availability div.cellHeader,
#facilityList.availability .facilityName,
#facilityList.availability div.daySlot,
#bookings-sidebar {
  font-family: "Ubuntu", sans-serif; }

/* Booking Occurrences / Amend Booking Occurrences plugin*/
.booking-occurrences.applications .responsive {
  /* Add bottom border to table */ }
  .booking-occurrences.applications .responsive tbody.rowGroup {
    /* rowGroup used by amend booking occurrences to group booking row, set default border style */
    border-bottom: 1px solid black; }
    .booking-occurrences.applications .responsive tbody.rowGroup:hover tr:not(.editRow) {
      background: #f3f3f3; }
  .booking-occurrences.applications .responsive tbody.rowGroupAddTemplate {
    display: none; }
  .booking-occurrences.applications .responsive tbody td {
    border: none;
    position: relative; }
  .booking-occurrences.applications .responsive > :last-of-type {
    border-bottom: 1px solid black; }
  .booking-occurrences.applications .responsive .bookStatusHeader {
    display: none; }
    @media (max-width: 47.99em) {
      .booking-occurrences.applications .responsive .bookStatusHeader {
        display: block;
        width: auto;
        /* Styling for mobile row heading */ }
        .booking-occurrences.applications .responsive .bookStatusHeader .currentValue {
          display: block;
          font-weight: 600; } }
  .booking-occurrences.applications .responsive tr.errorRow td {
    border-color: transparent;
    font-size: 0.9em;
    padding-bottom: 0;
    padding-right: 15px; }
    .booking-occurrences.applications .responsive tr.errorRow td .errorIcon {
      margin-right: 5px;
      color: #dc143c; }
      @media (max-width: 47.99em) {
        .booking-occurrences.applications .responsive tr.errorRow td .errorIcon {
          color: white; } }
    .booking-occurrences.applications .responsive tr.errorRow td .infoIcon {
      margin-right: 5px; }
    @media (max-width: 47.99em) {
      .booking-occurrences.applications .responsive tr.errorRow td {
        padding: 5px 9px; } }
  @media (max-width: 47.99em) {
    .booking-occurrences.applications .responsive tr.errorRow {
      border-top: 1px solid black;
      margin-top: 1em;
      color: white; }
      .booking-occurrences.applications .responsive tr.errorRow > td::before {
        content: '';
        display: none; }
      .booking-occurrences.applications .responsive tr.errorRow + tr.displayRow {
        margin-top: 0; }
        .booking-occurrences.applications .responsive tr.errorRow + tr.displayRow td {
          margin-top: 0; } }
  .booking-occurrences.applications .responsive tr.displayRow {
    border-bottom: 1px solid black; }
    .booking-occurrences.applications .responsive tr.displayRow.deleted {
      text-decoration: line-through;
      text-decoration-color: #ddd; }
      .booking-occurrences.applications .responsive tr.displayRow.deleted td {
        color: #ddd; }
    .booking-occurrences.applications .responsive tr.displayRow .bookAvailabilityIcon, .booking-occurrences.applications .responsive tr.displayRow .processingSpinner {
      display: inline;
      position: absolute; }
    .booking-occurrences.applications .responsive tr.displayRow .availabilityIcon {
      font-size: 1.5em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .booking-occurrences.applications .responsive tr.displayRow .available {
      color: #34BD6F; }
    .booking-occurrences.applications .responsive tr.displayRow .unavailable {
      color: #dc143c; }
    .booking-occurrences.applications .responsive tr.displayRow.in-edit td {
      border-bottom: 1px solid #F0F0F0; }
      @media (max-width: 47.99em) {
        .booking-occurrences.applications .responsive tr.displayRow.in-edit td {
          border-bottom: none; } }
    .booking-occurrences.applications .responsive tr.displayRow .bookingAction {
      margin-right: 5px;
      font-weight: 400;
      cursor: pointer;
      display: inline; }
    .booking-occurrences.applications .responsive tr.displayRow .previousValue {
      display: none; }
      @media (max-width: 47.99em) {
        .booking-occurrences.applications .responsive tr.displayRow .previousValue {
          display: block; } }
    .booking-occurrences.applications .responsive tr.displayRow .bookStatusBadge .statusBadge {
      display: inline-block;
      font-weight: 600;
      font-size: 0.9em;
      background: #f3f3f3;
      padding: 2px 8px;
      border-radius: 4px;
      text-transform: uppercase;
      white-space: nowrap; }
    @media (max-width: 47.99em) {
      .booking-occurrences.applications .responsive tr.displayRow .bookStatusBadge:not(.processing):not(.error) {
        display: none; } }
    @media (max-width: 47.99em) {
      .booking-occurrences.applications .responsive tr.displayRow {
        margin-top: 1em; }
        .booking-occurrences.applications .responsive tr.displayRow td {
          position: relative; }
          .booking-occurrences.applications .responsive tr.displayRow td.adding {
            display: none; } }
  .booking-occurrences.applications .responsive.showPreviousValues tr.displayRow {
    border-bottom: none; }
  .booking-occurrences.applications .responsive tr.changesRow td {
    padding-top: 2px; }
  @media (max-width: 47.99em) {
    .booking-occurrences.applications .responsive tr.changesRow {
      display: none; } }
  .booking-occurrences.applications .responsive tr.displayRow.unavailable td:not(:first-of-type) .currentValue,
  .booking-occurrences.applications .responsive .previousValue {
    /* Anything unavailable should have a line-through */
    color: #777;
    text-decoration: line-through;
    text-decoration-color: #999999;
    font-size: 0.9em;
    vertical-align: middle; }
    .booking-occurrences.applications .responsive tr.displayRow.unavailable td:not(:first-of-type) .currentValue:empty:before,
    .booking-occurrences.applications .responsive .previousValue:empty:before {
      /* Have some empty whitespace content so a dash '-' can be shown through the line-through styling */
      content: "\00a0\00a0"; }
    @media (max-width: 47.99em) {
      .booking-occurrences.applications .responsive tr.displayRow.unavailable td:not(:first-of-type) .currentValue,
      .booking-occurrences.applications .responsive .previousValue {
        padding-top: 3px; }
        .booking-occurrences.applications .responsive tr.displayRow.unavailable td:not(:first-of-type) .currentValue:empty:before,
        .booking-occurrences.applications .responsive .previousValue:empty:before {
          display: none; } }
  .booking-occurrences.applications .responsive tr.editRow {
    border-top: none; }
    .booking-occurrences.applications .responsive tr.editRow .button:hover {
      background: #006da4; }
    .booking-occurrences.applications .responsive tr.editRow .buttonRightArrow:hover,
    .booking-occurrences.applications .responsive tr.editRow .buttonLeftArrow:hover {
      transition: 0.2s;
      opacity: 0.7; }
    .booking-occurrences.applications .responsive tr.editRow td {
      background: white;
      border-bottom: 1px solid black; }
      @media (max-width: 47.99em) {
        .booking-occurrences.applications .responsive tr.editRow td {
          color: #00304b; } }
  .booking-occurrences.applications .responsive tfoot .displayRowAddTemplate,
  .booking-occurrences.applications .responsive tfoot .editRowAddTemplate {
    display: none; }
  .booking-occurrences.applications .responsive tr td a:not(.button) {
    color: #0678B3; }
  @media (max-width: 47.99em) {
    .booking-occurrences.applications .responsive tr {
      margin-bottom: 0; }
      .booking-occurrences.applications .responsive tr > td {
        border-left: 1px solid black;
        border-right: 1px solid black; }
      .booking-occurrences.applications .responsive tr.errorRow + tr.displayRow td {
        border-top: none; } }

.booking-occurrences div.occurrences-buttons {
  text-align: right;
  float: none; }

.booking-occurrences .selectTimeSlotTemplate {
  display: none; }

/* Booking Choose When Plugin */
.timeSelector .StartOn, .timeSelector .FinishBefore {
  width: 360px; }

/* Booking multi resource selection plugin */
.multiResourceSelector .resourcesList {
  margin: 15px 0; }

.multiResourceSelector .resourcesListItem {
  background: #F1F1F1;
  display: flex;
  margin-bottom: 8px;
  min-height: 96px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourcesListItem {
      flex-direction: column; } }

.multiResourceSelector .resourcesListItemImage {
  width: calc(96px / 0.75027);
  max-width: 33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/content/images/image-placeholder.png");
  flex: 0 0 auto; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourcesListItemImage {
      display: none; } }

.multiResourceSelector .resourcesListItemBody {
  height: 100%;
  margin: 15px 0;
  padding: 0 24px;
  align-self: center;
  margin-right: auto; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourcesListItemBody {
      align-self: flex-start;
      margin-bottom: 0; } }

.multiResourceSelector .resourcesListItemTitle {
  margin: 0; }

.multiResourceSelector .resourcesListItemConsumptionSize {
  align-self: center;
  width: 4em; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourcesListItemConsumptionSize {
      margin: 0 24px;
      align-self: flex-start; } }

.multiResourceSelector .resourcesListItemAction {
  margin: 15px 24px;
  display: block;
  align-self: center;
  max-width: 50%;
  text-align: right; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourcesListItemAction {
      margin-left: 24px;
      align-self: flex-start;
      max-width: 100%;
      text-align: left; } }

.multiResourceSelector .unavailableForBooking {
  color: #777; }

.multiResourceSelector .facilitySelector {
  margin: 15px 0;
  display: block; }

.multiResourceSelector .facilitySelectorDropdownWrapper {
  display: inline-block; }

.multiResourceSelector .facilitySelectorInfoLink {
  margin-right: 15px; }

.multiResourceSelector .bookableResourcesSection {
  margin-top: 30px; }

.multiResourceSelector .availableResourcesSection {
  margin-top: 30px; }

.multiResourceSelector .addAnotherResourceLink {
  margin: 0; }

.multiResourceSelector .resourceSection {
  margin: 15px 0; }

.multiResourceSelector .bookableResourcesSection {
  margin-top: 30px; }

.multiResourceSelector .bookableResourcesSectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.multiResourceSelector .resourceConsumptionCaption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourceConsumptionCaption {
      display: block; } }

.multiResourceSelector .resourceConsumptionCaptionText {
  max-width: 8em;
  margin-right: 1em;
  text-align: right; }
  @media (max-width: 47.99em) {
    .multiResourceSelector .resourceConsumptionCaptionText {
      margin: 15px 24px 0;
      text-align: left;
      max-width: none; } }

.multiResourceSelector .venueMapModal {
  position: fixed;
  top: 50% !important;
  left: 50%;
  right: initial;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  max-width: 80%;
  max-height: 80%;
  padding: 0; }

.multiResourceSelector .venueMapImage {
  max-width: 80vw;
  max-height: calc(80vh - 70px);
  margin: 0 auto;
  display: block; }

.multiResourceSelector .notificationBanner {
  background: #D5F0FD;
  color: #00008B;
  padding: 15px 24px;
  border-radius: 0;
  display: block; }

.multiResourceSelector input[type=button].hideVenueMapModal {
  margin: 15px; }

/* 
* Booking multi resource selection calendar
* Any changes here should be copied across to the admin site css (minus media queries)
*/
.multiResourceTimeSlotSelectionCalendar {
  /* Time slot cell shading states */
  margin-top: 30px;
  position: relative;
  box-sizing: border-box !important;
  /* For admin site compatability */
  /* For admin site compatability */ }
  .multiResourceTimeSlotSelectionCalendar .loadingPlaceholder {
    min-height: 90px; }
  .multiResourceTimeSlotSelectionCalendar .calendarTransientGradient {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 24px;
    background: linear-gradient(90deg, transparent, white);
    z-index: 2; }
  .multiResourceTimeSlotSelectionCalendar .multiResourceTimeSlotSelectionCalendarHeader {
    display: flex;
    justify-content: center;
    align-items: center; }
  .multiResourceTimeSlotSelectionCalendar .headerDetails {
    min-height: 28px;
    border-bottom: 1px solid #CCC;
    background: white; }
    @media (max-width: 47.99em) {
      .multiResourceTimeSlotSelectionCalendar .headerDetails {
        background: none;
        border-bottom: none; } }
  .multiResourceTimeSlotSelectionCalendar .dateHeading {
    margin: 0; }
  .multiResourceTimeSlotSelectionCalendar .nextDayButton {
    padding: 15px; }
  .multiResourceTimeSlotSelectionCalendar .previousDayButton {
    padding: 15px; }
  .multiResourceTimeSlotSelectionCalendar .multiResourceCalendarDatePicker {
    padding: 0; }
  .multiResourceTimeSlotSelectionCalendar .ui-datepicker-trigger {
    position: relative !important;
    margin-left: 5px !important; }
  .multiResourceTimeSlotSelectionCalendar .resourceDetails {
    padding: 15px 24px;
    background: #F1F1F1;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    height: 99px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    display: flex;
    box-sizing: border-box; }
    @media (max-width: 47.99em) {
      .multiResourceTimeSlotSelectionCalendar .resourceDetails {
        background: rgba(241, 241, 241, 0.7);
        padding: 0 4px;
        height: 44px;
        margin-top: 55px;
        display: block;
        border: none;
        margin-left: 1px;
        border-bottom: 1px solid #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 31px);
        float: left;
        clear: both; } }
  .multiResourceTimeSlotSelectionCalendar .resourceDetailsColumn {
    width: 238px;
    flex: 1 0 238px;
    position: absolute;
    z-index: 1;
    box-shadow: 6px 0px 6px -6px #999; }
    @media (max-width: 47.99em) {
      .multiResourceTimeSlotSelectionCalendar .resourceDetailsColumn {
        pointer-events: none;
        padding-left: 0;
        width: auto;
        flex: 1 0 auto;
        box-shadow: none; } }
  .multiResourceTimeSlotSelectionCalendar .resourceDetailsResourceName {
    font-weight: bold; }
    @media (max-width: 47.99em) {
      .multiResourceTimeSlotSelectionCalendar .resourceDetailsResourceName {
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 0.33em; } }
  @media (max-width: 47.99em) {
    .multiResourceTimeSlotSelectionCalendar .resourceDetailsFacilityName {
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 0.33em; } }
  .multiResourceTimeSlotSelectionCalendar .multiResourceTimeSlotSelectionCalendarBody {
    display: flex;
    overflow-x: auto; }
    @media (max-width: 47.99em) {
      .multiResourceTimeSlotSelectionCalendar .multiResourceTimeSlotSelectionCalendarBody {
        display: block; } }
  .multiResourceTimeSlotSelectionCalendar .timeSlotsColumn {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 238px;
    overflow: auto; }
    @media (max-width: 47.99em) {
      .multiResourceTimeSlotSelectionCalendar .timeSlotsColumn {
        padding-left: 0; } }
  .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCells {
    display: flex;
    flex: 1; }
  .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell {
    height: 99px;
    border-left: 1px solid #F4F4F4;
    flex: 1 0 11px;
    position: relative;
    border-bottom: 1px solid #999;
    box-sizing: border-box; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell:nth-child(2n + 1) {
      border-left-color: #E4E4E4; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell:nth-child(4n + 1) {
      border-left-color: #999;
      padding: 0; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell:last-child {
      border-right: 1px solid #999; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell::after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0px;
      content: ' ';
      display: block; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.selected {
      border-left-color: #4aff4a; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.selected::after {
        background: #7DFF7D; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.selected:nth-child(2n + 1) {
        border-left-color: #17ff17; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.selected:nth-child(4n + 1) {
        border-left-color: #00b000; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.busy::after {
      background: #E8E8E8;
      border-color: #E8E8E8; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.busy::after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0px;
      content: ' ';
      display: block; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.busy.selected {
      border-left-color: #63cb63; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.busy.selected::after {
        background: #89D889; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.busy.selected:nth-child(2n + 1) {
        border-left-color: #3ebd3e; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.busy.selected:nth-child(4n + 1) {
        border-left-color: #257025; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.unavailable::after {
      background: #E8E8E8;
      border-color: #E8E8E8; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.unavailable::after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0px;
      content: ' ';
      display: block; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.unavailable.selected {
      border-left-color: #63cb63; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.unavailable.selected::after {
        background: #89D889; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.unavailable.selected:nth-child(2n + 1) {
        border-left-color: #3ebd3e; }
      .multiResourceTimeSlotSelectionCalendar .timeSlotBodyCell.unavailable.selected:nth-child(4n + 1) {
        border-left-color: #257025; }
  .multiResourceTimeSlotSelectionCalendar .timeSlotHeaderCells {
    display: flex;
    flex: 1; }
  .multiResourceTimeSlotSelectionCalendar .timeSlotHeaderCell {
    flex: 1 0 calc(11px * 4);
    position: relative;
    border-bottom: 1px solid #999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 28px; }
    .multiResourceTimeSlotSelectionCalendar .timeSlotHeaderCell::before {
      height: 8px;
      content: ' ';
      width: 1px;
      border-left: 1px solid #999;
      display: block;
      position: relative;
      bottom: 0px;
      left: 0px; }
  .multiResourceTimeSlotSelectionCalendar .timeSlotHeaderCellEnd {
    margin-left: auto; }
  .multiResourceTimeSlotSelectionCalendar .multiResourceTimeSlotSelectionCalendarFooter {
    display: flex;
    align-items: center; }
  .multiResourceTimeSlotSelectionCalendar .additionalDaysBubble {
    background: #7DFF7D;
    padding: 2px 7px;
    border-radius: 11px;
    font-weight: 700;
    color: #005A00;
    margin-top: 10px;
    margin-left: auto; }
  .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.busy::after {
    background: #FF9999;
    border-color: #FF9999; }
  .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.busy::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    content: ' ';
    display: block; }
  .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.busy.selected {
    border-left-color: #63cb63; }
    .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.busy.selected::after {
      background: #89D889; }
    .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.busy.selected:nth-child(2n + 1) {
      border-left-color: #3ebd3e; }
    .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.busy.selected:nth-child(4n + 1) {
      border-left-color: #257025; }
  .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.partial::after {
    background: #FFF899;
    border-color: #FFF899; }
  .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.partial::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    content: ' ';
    display: block; }
  .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.partial.selected {
    border-left-color: #87ff4a; }
    .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.partial.selected::after {
      background: #A9FF7D; }
    .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.partial.selected:nth-child(2n + 1) {
      border-left-color: #66ff17; }
    .multiResourceTimeSlotSelectionCalendar.admin .timeSlotCell.partial.selected:nth-child(4n + 1) {
      border-left-color: #3cb000; }

.singleBookingOptions .timeSelector {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .singleBookingOptions .timeSelector.ui.grid {
    margin-top: 1rem; }

@media (max-width: 47.99em) {
  .singleBookingOptions .timeSelector .question-answer-pair {
    flex: 1 0 300px; } }

.singleBookingOptions .timeSelector.ui.grid > * {
  padding-right: 0; }

.singleBookingOptions .timeSelector.ui.grid > .column:not(.row) {
  padding-top: 0;
  padding-bottom: 0; }

.singleBookingTimeSelector .facilitySelector.ui.grid {
  margin-top: .25rem; }

.singleBookingTimeSelector .timeSelector.ui.grid {
  margin-top: 1rem; }
  .singleBookingTimeSelector .timeSelector.ui.grid > .column.Consumption {
    padding-top: 0;
    padding-bottom: 0; }

.singleBookingTimeSelector .timeSlotNavigation {
  margin: .75em 0; }
  .singleBookingTimeSelector .timeSlotNavigation h1 {
    font-size: 1.5em;
    margin: 0; }
    @media (max-width: 47.99em) {
      .singleBookingTimeSelector .timeSlotNavigation h1 {
        display: block;
        width: 100%; } }
  @media (max-width: 19.99em) {
    .singleBookingTimeSelector .timeSlotNavigation .timeSlotNavRight {
      margin-top: .5em; } }

.singleBookingTimeSelector .timeSlotNavMiddle {
  width: auto; }
  .singleBookingTimeSelector .timeSlotNavMiddle span {
    font-weight: bold; }
  .singleBookingTimeSelector .timeSlotNavMiddle .date-picker {
    right: 0;
    position: relative; }

.multiBookingOptions .questionContent .verticalOptionList div input[type="checkbox"] {
  position: relative;
  top: 0;
  transform: none;
  display: inline-block;
  margin-top: 0;
  float: left;
  height: 1em;
  margin-top: 3px;
  margin-right: 5px; }
  .multiBookingOptions .questionContent .verticalOptionList div input[type="checkbox"]:checked {
    line-height: 38px;
    vertical-align: middle;
    margin-top: 13px; }
    .multiBookingOptions .questionContent .verticalOptionList div input[type="checkbox"]:checked + input[type="hidden"] + label {
      line-height: 38px;
      vertical-align: middle; }
  .multiBookingOptions .questionContent .verticalOptionList div input[type="checkbox"] + input[type="hidden"] + label {
    margin: 0;
    margin: 0;
    display: inline-block;
    float: left;
    min-width: 110px; }

.multiBookingOptions .questionContent .verticalOptionList select {
  width: auto;
  min-width: 150px; }
  @media (max-width: 47.99em) {
    .multiBookingOptions .questionContent .verticalOptionList select {
      display: block; } }

.multiBookingOptions .questionContent .verticalOptionList .startEndTime {
  margin-left: 0;
  margin-bottom: 1em;
  margin-top: 0;
  float: left; }
  @media (max-width: 47.99em) {
    .multiBookingOptions .questionContent .verticalOptionList .startEndTime {
      clear: both;
      margin-bottom: 2em; } }

.multiBookingOptions .questionContent .verticalOptionList > div {
  clear: both;
  width: 100%; }

.multiBookingOptions .recurrence-option {
  padding-top: .5em; }
  .multiBookingOptions .recurrence-option label {
    padding: 0 .5em; }

.multiBookingOptions .questionName-text-extra {
  font-style: italic; }

.multiBookingOptions .daily .every-day span,
.multiBookingOptions .daily .every-weekday span,
.multiBookingOptions .monthly .month-day span,
.multiBookingOptions .monthly .month-ordinal span {
  padding: 0 .5em; }

.multiBookingOptions .daily .every-day,
.multiBookingOptions .monthly .month-day {
  padding-top: 1em; }

.multiBookingOptions .weekly input.text-box,
.multiBookingOptions .daily input.text-box,
.multiBookingOptions .monthly input.text-box {
  vertical-align: middle;
  width: 60px; }

.multiBookingOptions .monthly label.monthly-option {
  min-width: 60px; }

@media (max-width: 47.99em) {
  .multiBookingOptions .monthly label.monthly-option,
  .multiBookingOptions .monthly label.monthly-option-other {
    min-width: 50px; } }

@media (max-width: 47.99em) {
  .multiBookingOptions .monthly select {
    width: 130px;
    display: block;
    margin-bottom: .5em; } }

.multiBookingOptions .daily .startEndTime label,
.multiBookingOptions .monthly .startEndTime label {
  padding-right: .5em; }

.multiBookingOptions .daily .startEndTime label.daily-end-time,
.multiBookingOptions .monthly .startEndTime label.daily-end-time {
  padding-left: .5em; }
  @media (max-width: 47.99em) {
    .multiBookingOptions .daily .startEndTime label.daily-end-time,
    .multiBookingOptions .monthly .startEndTime label.daily-end-time {
      padding-left: 0; } }

.multiBookingOptions .label-group {
  min-width: 80px;
  display: inline-block; }
  .multiBookingOptions .label-group.secondary {
    text-align: center; }

.multiBookingOptions .answer-group {
  vertical-align: middle;
  display: inline-block; }

.multiBookingOptions .row-group {
  padding-top: .5em;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 47.99em) {
    .multiBookingOptions .row-group {
      display: block; } }

/* Booking Background Processing Summary plugin*/
.bookingBackgroundProcessingSummary .backgroundProgressSpinner {
  display: flex;
  justify-content: center; }

.bookingBackgroundProcessingSummary .backgroundProgressContainer {
  padding: 3em 1em;
  text-align: center;
  border-radius: 4px;
  background: #F1F1F1; }

.facilityAttributes .attributeRow .attribute > div {
  display: table-cell; }

#facilityDetails h1 {
  margin: 0.67em 0; }

#facilityDetails p {
  margin-top: 1em;
  margin-bottom: 1em; }

#resourceDetails p {
  margin-bottom: 1em;
  margin-top: 0; }

#facilityDetails .contactInfo {
  margin-top: 1em;
  margin-bottom: 1em; }

#facilityDetails .amenity .amenity-heading, #facilityDetails .resources li .amenity .amenity-heading {
  color: #0678B3;
  margin-bottom: 1em; }

#facilityDetails .placeholder {
  background-image: url("/content/images/image-placeholder.png");
  padding-bottom: 75.02703%; }

#facilityDetails .contentContainer.embeddedVideo, #facilityDetails .contentContainer.streetView {
  height: 0;
  padding-top: calc(75.02703% + 3em);
  padding-top: calc(600px + 3em); }
  @media (max-width: 50em) {
    #facilityDetails .contentContainer.embeddedVideo, #facilityDetails .contentContainer.streetView {
      padding-top: calc(75.02703% + 3em); } }
  #facilityDetails .contentContainer.embeddedVideo iframe, #facilityDetails .contentContainer.streetView iframe {
    position: absolute;
    left: 0;
    top: 0;
    transform: none; }

#facilityList .placeholder {
  background-image: url("/content/images/image-placeholder.png");
  padding-bottom: 75.02703%; }

#facilityList.availability .photosContainer {
  height: auto;
  width: 132px; }

#facilityList.availability div.bookable {
  height: 99px; }

#facilityList.availability div.daySlot, #facilityList.availability div.timeSlot {
  height: 85px; }

#facilityList.availability .placeholder {
  background-position: top center; }

#facilityDetails .slide.no-images .slide-background .slide-overlay {
  background-size: 100% 450px; }

#facilityDetails .resources .amenities-wrapper,
#facilityDetails .resources li .amenities-wrapper {
  display: flex;
  table-layout: fixed;
  width: 75%; }
  @media (max-width: 61.99em) {
    #facilityDetails .resources .amenities-wrapper,
    #facilityDetails .resources li .amenities-wrapper {
      display: block;
      width: 100%; } }
  #facilityDetails .resources .amenities-wrapper .amenity,
  #facilityDetails .resources li .amenities-wrapper .amenity {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top; }
    @media (max-width: 61.99em) {
      #facilityDetails .resources .amenities-wrapper .amenity,
      #facilityDetails .resources li .amenities-wrapper .amenity {
        display: block; } }
  #facilityDetails .resources .amenities-wrapper .amenity:first-child,
  #facilityDetails .resources li .amenities-wrapper .amenity:first-child {
    padding-left: 10px; }

#facilityDetails .resources li {
  float: none;
  width: auto;
  background: transparent; }

#facilityDetails .resources .amenities-wrapper .amenity:nth-child(odd),
#facilityContent .amenities-wrapper .amenity:nth-child(odd) {
  background: #f0f0f0;
  border-left: 2px solid rgba(0, 0, 0, 0.14);
  border-right: 2px solid rgba(0, 0, 0, 0.14); }
  @media (max-width: 61.99em) {
    #facilityDetails .resources .amenities-wrapper .amenity:nth-child(odd),
    #facilityContent .amenities-wrapper .amenity:nth-child(odd) {
      border-left: none;
      border-right: none; } }

#facilityDetails .resources .amenities-wrapper .amenity:nth-child(even),
#facilityContent .amenities-wrapper .amenity:nth-child(even) {
  background: #FFFFFF; }

#facilityDetails .resources .amenities-wrapper .amenity:first-child,
#facilityContent .amenities-wrapper .amenity:first-child {
  border-left: none; }

#facilityDetails .resources .amenities-wrapper .amenity:last-child,
#facilityContent .amenities-wrapper .amenity:last-child {
  border-right: none; }

#facilityDetails .resources .amenities-wrapper .amenity,
#facilityContent .amenities-wrapper .amenity {
  padding: 5px 10px 25px 10px; }

#FacilityMoreInfoDialog .dialog-left {
  max-width: 100%; }

#advancedFacilitySearch {
  background: #F2F2F2;
  max-width: 540px;
  width: auto; }
  #advancedFacilitySearch h2 {
    font-size: 1.5em; }
  #advancedFacilitySearch .button {
    height: auto;
    border-radius: 1.5rem; }
  #advancedFacilitySearch a {
    color: #0678B3; }
    #advancedFacilitySearch a:hover {
      text-decoration: underline; }
  #advancedFacilitySearch .answer .datetime.hasDatepicker {
    width: 80%; }
  #advancedFacilitySearch .answer .ui-datepicker-trigger {
    right: auto;
    margin-top: 6px;
    position: relative;
    padding-top: 0; }

#facilitySearchHeader ul {
  padding-left: 18px; }

#advancedFacilitySearch .sliderMarker, #facilitySearch .sliderMarker, #mapSearch .sliderMarker {
  margin-bottom: 30px; }

#facilityList .searchResultBanner, #facilitySearch input {
  border-radius: 0; }

#facilitySearch {
  background: #F2F2F2;
  color: #00304b;
  width: 100%;
  border-radius: 0; }
  #facilitySearch .button {
    height: auto;
    border-radius: 1.5rem; }
  #facilitySearch a {
    color: #0678B3; }
    #facilitySearch a:hover {
      text-decoration: underline; }
  #facilitySearch .ui-datepicker-trigger {
    right: -37px;
    margin-right: 0;
    margin-top: 0; }
  #facilitySearch .when .answer .date {
    position: relative; }

.ui-autocomplete.facility-search,
.ui-autocomplete.advanced-facility-search {
  z-index: 10000; }

.ui-autocomplete.advanced-facility-search {
  position: fixed; }

#facilityList.list .facilityDetails {
  background: 0 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
  margin-bottom: 2em; }

#facilityList.list .facilityName {
  margin: 0 0 1em; }

#facilityList.list .details .desc p {
  max-height: 98px;
  height: auto; }

#facilityList.gallery .photosContainer {
  position: relative; }

#facilityList.gallery .facilityDetails {
  padding-bottom: 0;
  margin-bottom: 2em; }

#facilityList.gallery .galleryResults {
  flex-wrap: wrap;
  display: flex; }

#facilityContent .sliderContainer {
  margin-bottom: 2em; }
  #facilityContent .sliderContainer img.slide-main-image {
    height: auto;
    max-height: 600px;
    max-width: 800px;
    width: 100%;
    float: none; }
  #facilityContent .sliderContainer .slick-arrows {
    max-width: none; }
    #facilityContent .sliderContainer .slick-arrows .slick-prev, #facilityContent .sliderContainer .slick-arrows .slick-next {
      transform: translateY(-50%); }

.facilityAttributes .attributeRow .attribute {
  width: auto;
  margin-right: 3em;
  display: table; }
  .facilityAttributes .attributeRow .attribute .icon {
    float: none;
    vertical-align: top;
    padding-top: 2px; }
  .facilityAttributes .attributeRow .attribute .description {
    float: left; }

.custom-booking-repeater {
  width: 100%; }
  @media (min-width: 48em) {
    .custom-booking-repeater {
      width: 90%; } }
  @media (min-width: 62em) {
    .custom-booking-repeater {
      width: 70%; } }
  .custom-booking-repeater .row-title {
    display: none; }
    @media (max-width: 47.99em) {
      .custom-booking-repeater .row-title {
        display: inline;
        width: 100%; }
        .custom-booking-repeater .row-title.normal-row .row-title-button-row {
          padding-top: .75em; }
        .custom-booking-repeater .row-title.top-row .row-title-button-row {
          display: none; }
        .custom-booking-repeater .row-title .questionName-text.custom-title {
          float: left;
          font-size: 1.5em;
          font-weight: 700; } }
  .custom-booking-repeater .questionName.normal-row {
    display: none; }
    @media (max-width: 47.99em) {
      .custom-booking-repeater .questionName.normal-row {
        height: auto;
        display: inline; } }
  .custom-booking-repeater .question-answer-pair {
    display: inline-block; }
    .custom-booking-repeater .question-answer-pair.date-from {
      width: 150px; }
    .custom-booking-repeater .question-answer-pair.time-from, .custom-booking-repeater .question-answer-pair.time-to {
      width: 215px; }
    .custom-booking-repeater .question-answer-pair.time-from select,
    .custom-booking-repeater .question-answer-pair.time-to select {
      width: 200px; }
    @media (max-width: 47.99em) {
      .custom-booking-repeater .question-answer-pair {
        display: inline;
        width: 100%; } }
  .custom-booking-repeater div.repeater-add {
    margin-top: 1em; }
    .custom-booking-repeater div.repeater-add input[type="button"] {
      margin-left: 0;
      float: left; }
  .custom-booking-repeater .button-row {
    display: inline-block; }
    .custom-booking-repeater .button-row.top-row {
      display: none; }
    @media (max-width: 47.99em) {
      .custom-booking-repeater .button-row {
        display: none; } }

.list.resource {
  width: 70%; }
  @media (max-width: 47.99em) {
    .list.resource {
      width: auto; } }
  .list.resource .item {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 68px;
    width: 100%; }
    .list.resource .item label {
      padding: 0 1em; }
    .list.resource .item select {
      margin-top: 1em; }
    .list.resource .item div {
      margin-left: auto;
      width: 200px; }
      @media (max-width: 47.99em) {
        .list.resource .item div {
          width: 100px; } }

#advancedFacilitySearch .ui-slider .ui-slider-handle {
  background-color: gray; }

#advancedFacilitySearch .ui-widget {
  box-shadow: none; }

#advancedFacilitySearch .ui-widget-header,
#advancedFacilitySearch .ui-widget-content {
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; }

@media (max-width: 1366px) {
  #account-calendar {
    width: 66.66%; }
  #building-consents .tile-list .tile {
    width: 25%;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: 0.2s; }
    #building-consents .tile-list .tile .tile-wrapper {
      margin: 10px; } }

@media (max-width: 1080px) {
  #account-calendar {
    width: 100%; }
  #datacomLogo {
    background: url(images/logo.png) no-repeat;
    background-size: 293px 49px;
    display: block;
    margin: 1em 1em 10px -.5em;
    height: 49px;
    width: 293px; } }

@media (max-width: 1024px) {
  #filter .application-filter select, .ms-parent {
    width: 220px; }
  #filter .application-filter.long input {
    width: 210px; }
  footer {
    padding: 15px 20px 0; }
  #building-consents .tile-list .tile {
    width: 33.33%;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: 0.2s; }
    #building-consents .tile-list .tile .tile-wrapper {
      margin: 10px; }
  #tasks ul li {
    width: 50%; } }

@media (max-width: 860px) {
  footer {
    padding-left: 0;
    padding-right: 0; }
  #form-wrapper > div > li {
    margin-left: 10px; }
  div#div#cc-token-registration div.payment iframe.message-only, div#payment-gateway div.payment iframe.message-only {
    height: 110px; }
  div.charges-summary-container {
    width: 100%; }
    div.charges-summary-container div.charges-summary-row div.charges-summary-item.description {
      width: auto;
      margin-left: 5px; }
    div.charges-summary-container div.charges-summary-row div.charges-summary-item.total {
      float: right; }
  .collapsible-layout-group.collapsible-parent {
    margin: 5px 0; }
    .collapsible-layout-group.collapsible-parent > .twisty-collapsible-region {
      margin-left: -11px; }
  .collapsible-layout-group .collapsible-region .twisty-collapsible-region.twisty-off, .collapsible-layout-group .collapsible-region .twisty-collapsible-region.twisty-on {
    background-color: transparent; }
  .collapsible-layout-group.collapsible-grandparent {
    width: 100%;
    margin-left: -10px;
    padding-left: 20px; }
  .collapsible-layout-group > .collapsible-region > section {
    margin-bottom: 5px; }
  #BCContactRepeater-repeater .collapsible-parent, #EmploymentHistory-AddRegion > div, #EmploymentHistory-repeater > div.repeater-item {
    padding: 10px; }
  .dialogue-selection .option {
    height: auto;
    padding-bottom: 0; }
  .longQuestionName, .question-cell > .label > li, .questionContent, .questionContent-below, .questionName, div.permission .question-cell {
    text-align: initial; }
  .questionName-text {
    width: auto; }
  .bottom-buttons, .longQuestionName {
    margin-right: 0; }
  .questionName {
    margin-right: 0; }
    .questionName.long.right-full {
      display: inline-block;
      width: calc(100% - 30px);
      margin-right: 0; }
  .dialogue-selection label, div.permission .question-cell {
    margin-bottom: 0; }
  .question-cell .optional {
    text-align: left; }
  .questionName.long .questionName-text.right-full {
    margin-left: 0; }
  div.question-answer-pair img.ui-datepicker-trigger {
    margin-top: 10px;
    padding-top: 0;
    position: initial;
    top: 0;
    right: 0; }
  div.permission .question-help {
    position: initial;
    top: 0;
    right: 0; }
  .home-realm-text {
    float: none;
    width: auto;
    max-width: 310px;
    margin-top: 20px; }
  .home-realm .realme-sidebar {
    float: none; }
  .account-table .streamlined-filter .search-container {
    padding: 2px 0;
    width: 100%; }
    .account-table .streamlined-filter .search-container button {
      height: 32px; }
  #account-calendar, #users-permission-list .user-item .permission-details .permission {
    width: 100%; }
  .account-table .streamlined-filter {
    width: 100%;
    margin-bottom: 10px; }
    .account-table .streamlined-filter .type-filter {
      width: 100%; }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
  .question-help {
    margin-top: 10px;
    top: initial;
    padding-top: 0; } }

@media (max-width: 800px) {
  #form-wrapper > div > li {
    margin-left: 10px; }
  div#div#cc-token-registration div.payment iframe.message-only, div#payment-gateway div.payment iframe.message-only {
    height: 110px; }
  div.charges-summary-container {
    width: 100%; }
    div.charges-summary-container div.charges-summary-row div.charges-summary-item.description {
      width: auto;
      margin-left: 5px; }
    div.charges-summary-container div.charges-summary-row div.charges-summary-item.total {
      float: right; }
  .collapsible-layout-group.collapsible-parent {
    margin: 5px 0; }
    .collapsible-layout-group.collapsible-parent > .twisty-collapsible-region {
      margin-left: -11px; }
  .collapsible-layout-group .collapsible-region .twisty-collapsible-region.twisty-off, .collapsible-layout-group .collapsible-region .twisty-collapsible-region.twisty-on {
    background-color: transparent; }
  .collapsible-layout-group.collapsible-grandparent {
    width: 100%;
    margin-left: -10px;
    padding-left: 20px; }
  .collapsible-layout-group > .collapsible-region > section {
    margin-bottom: 5px; }
  #BCContactRepeater-repeater .collapsible-parent, #EmploymentHistory-AddRegion > div, #EmploymentHistory-repeater > div.repeater-item {
    padding: 10px; }
  .dialogue-selection .option {
    height: auto;
    padding-bottom: 0; }
  .longQuestionName, .question-cell > .label > li, questionContent, .questionContent-below, .questionName, div.permission .question-cell {
    text-align: initial; }
  .questionName-text {
    width: auto; }
  .bottom-buttons, .longQuestionName {
    margin-right: 0; }
  .questionName {
    margin-right: 0; }
    .questionName.long.right-full {
      display: inline-block; }
  .dialogue-selection label, div.permission .question-cell {
    margin-bottom: 0; }
  .question-cell .optional {
    text-align: left; }
  .questionContent .ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden; }
  table.pretty td {
    position: relative; }
  div.permission .question-help, div.question-answer-pair img.ui-datepicker-trigger {
    position: initial;
    top: 0;
    right: 0; }
  .home-realm-text {
    float: none;
    width: auto;
    max-width: 310px;
    margin-top: 20px; }
  .home-realm .realme-sidebar {
    float: none; }
  .account-table .streamlined-filter .search-container {
    padding: 2px 0;
    width: 100%; }
    .account-table .streamlined-filter .search-container button {
      height: 32px; }
  #account-calendar, #tasks ul li {
    width: 100%; }
  .account-table .streamlined-filter {
    width: 100%;
    margin-bottom: 10px; }
    .account-table .streamlined-filter .type-filter {
      width: 100%; }
  #building-consents .step-bar li {
    width: 100%;
    display: block; }
  /**/
  #datacomLogo {
    background: url(images/logo-small.png) no-repeat;
    background-size: 254px 42px;
    height: 42px;
    width: 254px;
    margin: 1.4em 1em 1em -0.5em; }
  #building-consents .tile-list .tile {
    width: 50%;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: 0.2s; }
    #building-consents .tile-list .tile .tile-wrapper {
      margin: 10px; }
  #building-consents .step-bar {
    table-layout: auto; }
    #building-consents .step-bar li a {
      padding: 5px;
      border-bottom: 1px solid #fff; }
    #building-consents .step-bar li span {
      float: left;
      min-width: 120px; }
    #building-consents .step-bar li a .date {
      float: left;
      vertical-align: middle;
      text-align: right;
      position: relative;
      margin-top: 2px; }
  .programmes .col-md-5 {
    padding-left: 0; } }

@media (max-width: 720px) {
  #filter .application-filter {
    width: 100%; }
  .application-summary .headerInfo .row .label {
    width: 100%; }
  .application-summary div.symbol-section div.symbol-label, .application-summary div.symbol-section div.symbol-value {
    width: 100%; }
  .application-summary dl dd, .application-summary dl dt {
    width: 100%; }
  .application-summary .headerInfo .row .data, .application-summary .headerInfo .row .label-wrapper, .application-summary .headerInfo .row > div {
    display: block;
    width: 100%; }
  .application-filter {
    margin-right: 0; }
  #progress-bar .current-step:after, #progress-bar .step:not(:nth-last-child(2)):after {
    display: none; } }

@media (max-width: 600px) {
  .events-table-link {
    display: block; }
    .events-table-link.active:after {
      margin-left: 0;
      margin-top: 5px; }
  .events-details {
    min-width: 0; }
  .events-table .file-date, .events-table .file-size {
    min-width: 0; }
  #dcc-interaction > #middle-zone {
    padding: 0 1em; }
  .account-container {
    left: 0; }
  .account-body {
    padding: 2em 0; }
  #filter .application-buttons {
    width: 100%;
    margin-top: 1em; }
    #filter .application-buttons .button {
      float: left;
      width: 100%;
      box-sizing: border-box; } }

@media (max-width: 540px) {
  #filter .ui-datepicker-trigger {
    position: absolute;
    right: 10px; }
  #filter table td {
    width: 100%;
    display: block; }
  #filter .application-filter {
    width: 100%; }
    #filter .application-filter input {
      width: 100%; }
      #filter .application-filter input#FilterCriteria_FreeText {
        width: 100%; }
    #filter .application-filter.long input {
      width: 100%; }
    #filter .application-filter select {
      width: 100%; }
  #filter tr td + td {
    float: left;
    width: 25%; }
  .ms-parent {
    width: 60%; }
  .realme-logged-in-sidebar, .realme-sidebar {
    float: left; }
  .realme_popup {
    padding: .3em 1.1em .5em;
    width: 300px; }
  .realme_arrow_top_left {
    margin: 0; }
    .realme_arrow_top_left .arrow {
      left: 7.5em; }
  .realme-sidebar {
    margin-bottom: 260px; }
  .account-table .account-body .account-body-content .account-link {
    display: block;
    width: 100%;
    margin-bottom: 1px; } }

@media (max-width: 480px) {
  .account-link {
    width: 100%; }
  #logo {
    width: 140px; }
  #filter label {
    width: 60px; }
  .login-sidebar th {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .session-speaker-full, .session-speaker-space {
    margin-right: 0; }
  .account-container {
    margin: 1px 0;
    left: 0; }
  .account-header.noncollapsible {
    text-decoration: none;
    cursor: default; }
  .account-toggle {
    display: block; }
  #account-calendar {
    width: 100%; }
  h1#welcome {
    color: transparent;
    font-size: 0;
    padding-bottom: 0; }
    h1#welcome ~ h2 {
      color: transparent;
      font-size: 0;
      padding-bottom: 0; }
  .homepage-zone {
    width: auto; }
  .account-table .account-link {
    width: 100%;
    margin-bottom: 1px; }
  #nav li.active .dropdown-list {
    min-width: unset;
    left: 0; }
  #facilityList.gallery .facilityDetails .photosContainer img {
    max-width: none;
    max-height: none; }
  #building-consents .tile-list .tile {
    width: 100%;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: 0.2s; }
    #building-consents .tile-list .tile .tile-wrapper {
      margin: 10px; } }

@media (max-width: 400px) {
  #logo {
    width: 120px; }
  .application-summary div.headerInfo, .logged-in-sidebar, .login-sidebar, .realme-logged-in-sidebar, .realme-sidebar {
    width: 100%; }
  .realme-description.bottom {
    margin-right: auto; }
  .applications#dogs .dog {
    width: 100%;
    margin-right: 20px; }
    .applications#dogs .dog.long {
      width: 100%;
      margin-right: 20px; }
  .session-speaker-full, .session-speaker-space {
    margin-left: 0; }
  .questionContent .telephone-question span.parenthesis.hyphen {
    margin: 0 2px; } }

.signature-pad {
  position: relative;
  width: 100%;
  height: 180px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 4px; }
  @media (max-width: 47.99em) {
    .signature-pad {
      height: 120px; } }

.signature-pad:before, .signature-pad:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 10px;
  left: 20px;
  bottom: 10px;
  background: transparent; }

.signature-pad:after {
  left: auto;
  right: 20px; }

.signature-pad-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  border: 1px solid #f4f4f4; }

.signature-pad-body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  overflow: hidden; }

.reveal-modal {
  background: #eee;
  visibility: hidden;
  top: 150px;
  left: 20%;
  right: 0;
  width: 60%;
  position: fixed;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media (max-width: 74.99em) {
    .reveal-modal {
      left: 10%;
      width: 80%; } }
  @media (max-width: 61.99em) {
    .reveal-modal {
      left: 5%;
      right: 0;
      margin-left: 0;
      width: 80%; } }
  @media (max-width: 47.99em) {
    .reveal-modal {
      top: 15%;
      left: 1%;
      margin-left: 0;
      padding: 10px;
      width: 95%; } }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: fixed;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

.map .hidden {
  display: none; }

.map .map-canvas {
  margin-bottom: 10px; }

.leaflet-draw-actions li {
  margin-left: 0; }
  .leaflet-draw-actions li a {
    color: #FFFFFF; }

.leaflet-bar a:hover {
  text-decoration: none; }

.leaflet-bar.easy-button-container button i.fa {
  color: #0678B3; }

#embedded-form .leaflet-bar.easy-button-container button i.fa {
  margin-top: 9px; }

.map-canvas-wrapper .button-bar-right {
  padding-top: 10px;
  padding-bottom: 10px; }
  .map-canvas-wrapper .button-bar-right input[type=button].button {
    padding-left: 2em;
    padding-right: 2em; }

.map-canvas {
  height: 90%; }
  .map-canvas ul.leaflet-control-geocoder-alternatives {
    margin-left: 0px !important; }
    .map-canvas ul.leaflet-control-geocoder-alternatives li {
      white-space: revert; }
      .map-canvas ul.leaflet-control-geocoder-alternatives li a {
        font-weight: normal; }
        .map-canvas ul.leaflet-control-geocoder-alternatives li a:hover {
          text-decoration: none; }

.questionContent .map-image {
  margin-top: 10px;
  width: 500px; }
  @media (max-width: 47.99em) {
    .questionContent .map-image {
      width: 98%; } }

/**
  * _embedded-dialogues.scss
  *
  * Styles that are only apply when inside an embedded dialogue context
  */
#embedded-form {
  display: inline-block;
  width: 100%;
  overflow-x: hidden; }

.embedded-dialogue-message-container {
  width: 100%;
  background: #F9F9F9;
  padding: 2em;
  border: 1px solid #DDD;
  box-sizing: border-box; }
  .embedded-dialogue-message-container .embedded-dialogue-message-container-title {
    margin: 0;
    font-weight: bold; }
  .embedded-dialogue-message-container .embedded-dialogue-message-container-subtitle {
    margin-bottom: 0; }

.map-canvas-wrapper.reveal-modal {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  padding-bottom: 15px; }

.reveal-modal .leaflet-container .leaflet-fade-anim .leaflet-tile, .reveal .leaflet-container .leaflet-fade-anim .leaflet-popup {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.reveal-modal .leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

.reveal-modal .leaflet-container img {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  max-height: inherit; }

.reveal-modal .leaflet-container .leaflet-popup-tip-container {
  margin: 0 auto; }

.reveal-modal .leaflet-container .leaflet-popup-content-wrapper {
  padding: 1px;
  margin: inherit; }

.reveal-modal .leaflet-container .leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.reveal-modal .leaflet-container .leaflet-popup-content h3 {
  color: #00304b; }

.reveal-modal .leaflet-container .leaflet-popup-tip {
  padding: 1px;
  margin: -10px auto 0; }

.reveal-modal .leaflet-container .leaflet-popup-content, .reveal .leaflet-popup-content h2 {
  color: #00304b; }

.reveal-modal .leaflet-container .leaflet-popup-content pre {
  font-size: 14px;
  box-shadow: none; }

.modaltitle {
  font-size: 1.3em; }

.modalsubtitle {
  font-size: 1.1em; }

.modaltitle,
.modalsubtitle {
  font-weight: 600;
  float: left;
  margin-bottom: 1em;
  width: 90%; }

.emailvcode-wrapper.reveal-modal .resend.hide,
.emailvcode-wrapper.reveal-modal .resent.hide,
.mobilenumbervcode-wrapper.reveal-modal .resend.hide,
.mobilenumbervcode-wrapper.reveal-modal .resent.hide {
  display: none; }

.emailvcode-wrapper.reveal-modal .resend.questionName .questionName-text,
.mobilenumbervcode-wrapper.reveal-modal .resend.questionName .questionName-text {
  width: auto; }

.emailvcode-wrapper.reveal-modal .resend a.emailv-resend,
.mobilenumbervcode-wrapper.reveal-modal .resend a.emailv-resend {
  margin-left: 2px; }

.error-shake-animation {
  /*animation: error-shake-animation 0.2s normal;*/ }

.fade-slide-up-animation {
  /*animation: fade-slide-up-animation 0.2s normal;*/ }

@keyframes fade-slide-up-animation {
  0% {
    margin-top: -10px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

@keyframes error-shake-animation {
  0%, to {
    margin-left: 0;
    margin-right: 0; }
  20%, 60% {
    margin-left: -15px;
    margin-right: 15px; }
  40%, 80% {
    margin-left: 15px;
    margin-right: -15px; } }
