@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "VisbyRoundCF-Bold";
  src: url("../fonts/VisbyRoundCF-Bold.otf") format(“opentype”); }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  letter-spacing: 0.02em; }

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  letter-spacing: 0.02em;
  font-weight: 500; }

@font-face {
  font-family: "VisbyRoundCF-Bold";
  src: url("../fonts/VisbyRoundCF-Bold.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 2.8px; }

#mainView h2,
#mainView h3 {
  text-transform: capitalize;
  color: #1fa3ce; }

#mainView h3 {
  font-size: 20px; }

#bookings h1,
#bookings h2,
#bookings h3,
#bookings h4,
#bookings h5,
.auth-page h1,
.auth-page h2,
.auth-page h3,
.auth-page h4,
.auth-page h5 {
  font-family: "VisbyRoundCF-Bold", sans-serif; }

@media (max-width: 768px) {
  #bookings input.form-control,
  .auth-page input.form-control {
    font-size: 16px; } }

#bookings #topHeader,
.auth-page #topHeader {
  width: 100%;
  margin: 0 auto;
  background-color: #fff; }

#bookings #mainViewWrapper,
.auth-page #mainViewWrapper {
  margin: 70px auto 0 auto; }
  @media (max-width: 1023px) {
    #bookings #mainViewWrapper,
    .auth-page #mainViewWrapper {
      margin: 0 auto;
      padding: 0; } }

#bookings .side-body,
.auth-page .side-body {
  margin: 0; }
  @media (max-width: 1023px) {
    #bookings .side-body,
    .auth-page .side-body {
      margin: 50px 0 0 0; } }

#bookings a.navbar-brand.logo,
.auth-page a.navbar-brand.logo {
  background-image: url("../../images/logo-main.svg") !important;
  height: 49px;
  margin: 0; }
  @media (max-width: 1200px) {
    #bookings a.navbar-brand.logo,
    .auth-page a.navbar-brand.logo {
      transform: scale(0.8); } }
  @media (max-width: 768px) {
    #bookings a.navbar-brand.logo,
    .auth-page a.navbar-brand.logo {
      transform: scale(0.7); } }

#bookings .navbar-collapse .navbar-right:last-child,
.auth-page .navbar-collapse .navbar-right:last-child {
  margin: 0; }

#bookings .side-menu-container > .navbar-nav,
.auth-page .side-menu-container > .navbar-nav {
  background-color: #fff;
  padding: 10px 0 0 0; }
  #bookings .side-menu-container > .navbar-nav li,
  .auth-page .side-menu-container > .navbar-nav li {
    border-bottom: 0; }
    #bookings .side-menu-container > .navbar-nav li a,
    .auth-page .side-menu-container > .navbar-nav li a {
      color: #2369d3; }
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-info-sign,
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-home,
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-log-in,
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-edit,
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-user,
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-tags,
      #bookings .side-menu-container > .navbar-nav li a .glyphicon-log-out,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-info-sign,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-home,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-log-in,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-edit,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-user,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-tags,
      .auth-page .side-menu-container > .navbar-nav li a .glyphicon-log-out {
        padding: 0; }
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-info-sign:before,
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-home:before,
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-log-in:before,
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-edit:before,
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-user:before,
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-tags:before,
        #bookings .side-menu-container > .navbar-nav li a .glyphicon-log-out:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-info-sign:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-home:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-log-in:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-edit:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-user:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-tags:before,
        .auth-page .side-menu-container > .navbar-nav li a .glyphicon-log-out:before {
          content: none; }

#bookings .navbar-default,
.auth-page .navbar-default {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 15px; }
  #bookings .navbar-default .navbar-nav > li:last-child a,
  .auth-page .navbar-default .navbar-nav > li:last-child a {
    padding: 15px 0 15px 20px; }

#bookings .uib-daypicker button,
#bookings .uib-daypicker .btn,
#bookings .uib-timepicker button,
#bookings .uib-timepicker .btn,
.auth-page .uib-daypicker button,
.auth-page .uib-daypicker .btn,
.auth-page .uib-timepicker button,
.auth-page .uib-timepicker .btn {
  background-color: transparent;
  color: #2369d3; }
  #bookings .uib-daypicker button[disabled],
  #bookings .uib-daypicker .btn[disabled],
  #bookings .uib-timepicker button[disabled],
  #bookings .uib-timepicker .btn[disabled],
  .auth-page .uib-daypicker button[disabled],
  .auth-page .uib-daypicker .btn[disabled],
  .auth-page .uib-timepicker button[disabled],
  .auth-page .uib-timepicker .btn[disabled] {
    color: #b1aeae;
    background-color: transparent; }

#bookings .uib-daypicker small,
#bookings .uib-timepicker small,
.auth-page .uib-daypicker small,
.auth-page .uib-timepicker small {
  color: #262223; }

#bookings .modal-header.bookspace button.close,
.auth-page .modal-header.bookspace button.close {
  background-color: transparent;
  color: #262223; }

#bookings button,
#bookings .btn,
.auth-page button,
.auth-page .btn {
  font-family: "VisbyRoundCF-Bold", sans-serif;
  text-transform: capitalize;
  background-color: #2369d3;
  border-color: #2369d3;
  color: #fff; }
  #bookings button[disabled],
  #bookings .btn[disabled],
  .auth-page button[disabled],
  .auth-page .btn[disabled] {
    background-color: #b1aeae;
    border: 0 none; }
  #bookings button:hover,
  #bookings .btn:hover,
  .auth-page button:hover,
  .auth-page .btn:hover {
    opacity: 0.8; }
  #bookings button.uib-datepicker-current,
  #bookings .btn.uib-datepicker-current,
  .auth-page button.uib-datepicker-current,
  .auth-page .btn.uib-datepicker-current {
    border-radius: 15px; }
  #bookings button.uib-clear,
  #bookings .btn.uib-clear,
  .auth-page button.uib-clear,
  .auth-page .btn.uib-clear {
    border-radius: 15px;
    margin-left: 20px; }

#bookings .btn-primary.disabled.focus,
#bookings .btn-primary.disabled:focus,
#bookings .btn-primary.disabled:hover,
#bookings .btn-primary[disabled].focus,
#bookings .btn-primary[disabled]:focus,
#bookings .btn-primary[disabled]:hover,
#bookings fieldset[disabled] .btn-primary.focus,
#bookings fieldset[disabled] .btn-primary:focus,
#bookings fieldset[disabled] .btn-primary:hover,
.auth-page .btn-primary.disabled.focus,
.auth-page .btn-primary.disabled:focus,
.auth-page .btn-primary.disabled:hover,
.auth-page .btn-primary[disabled].focus,
.auth-page .btn-primary[disabled]:focus,
.auth-page .btn-primary[disabled]:hover,
.auth-page fieldset[disabled] .btn-primary.focus,
.auth-page fieldset[disabled] .btn-primary:focus,
.auth-page fieldset[disabled] .btn-primary:hover {
  background-color: #2369d3;
  border-color: #2369d3; }

#bookings .btn-primary,
.auth-page .btn-primary {
  background-color: #2369d3;
  border-color: #2369d3; }

#bookings .form-control + p.error,
.auth-page .form-control + p.error {
  margin: 5px 0 0 0; }

#bookings .btn-icon:hover,
.auth-page .btn-icon:hover {
  color: #fff;
  background: #08c1fb; }

.my-account h1 {
  color: #fff;
  padding: 0 0 0 15px; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  .navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: underline; }

.navbar-default {
  background-color: #08c1fb;
  border-color: #08c1fb; }
  @media (max-width: 768px) {
    .navbar-default {
      display: none; } }

button,
.btn {
  text-transform: capitalize;
  background-color: #6abc55;
  border-color: #6abc55;
  color: #fff;
  border-radius: 15px; }
  button[disabled],
  .btn[disabled] {
    background-color: #b1aeae; }
  button:hover,
  .btn:hover {
    opacity: 0.8; }

.uib-daypicker button,
.uib-daypicker .btn,
.uib-timepicker button,
.uib-timepicker .btn {
  background-color: transparent;
  color: #2369d3;
  border: 0; }
  .uib-daypicker button[disabled],
  .uib-daypicker .btn[disabled],
  .uib-timepicker button[disabled],
  .uib-timepicker .btn[disabled] {
    color: #b1aeae; }

.uib-timepicker button,
.uib-timepicker .btn {
  padding: 0; }

.uib-daypicker button,
.uib-daypicker .btn {
  padding: 8px; }

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #6abc55;
  border-color: #6abc55; }

.btn-primary {
  background-color: #6abc55;
  border-color: #6abc55; }

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 20px; }

.btn-icon {
  border: none;
  padding: 8px;
  border-radius: 15px; }

@media (max-width: 1025px) {
  .navbar-toggle {
    display: block; } }

@media (min-width: 1025px) {
  .hidden-lg2 {
    display: none !important; } }

#mainView .panel h3 {
  margin: 5px 0;
  font-size: 18px; }

#mainView .panel-primary h3 {
  color: #fff;
  font-size: 18px;
  margin: 5px 0; }

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent; }

.table {
  border-bottom: 1px solid #c4c2c3; }

.modal-header {
  background-color: #262223;
  color: #fff; }
  .modal-header .close {
    color: #fff; }

.modal-content {
  border-radius: 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid blue; }

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #555555;
  border: 0; }

.nav-tabs > li > a:hover {
  border: 0;
  border-bottom: 3px solid blue;
  background-color: transparent;
  opacity: 0.5; }

.radio input[type="radio"] {
  float: initial; }

.panel-group .panel.panel-dash {
  margin-top: 20px; }
  .panel-group .panel.panel-dash .panel-body {
    padding: 10px 15px; }

.navbar-collapse {
  max-width: 1600px;
  padding: 0; }

/* MAIN WRAPPER: modal window centering */
#bookings .modal-pushButton .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  height: 100vh; }
  #bookings .modal-pushButton .modal-dialog .modal-body {
    padding: 0; }
  #bookings .modal-pushButton .modal-dialog .modal-header {
    background: #fff;
    padding: 10px 15px; }
  #bookings .modal-pushButton .modal-dialog .modal-content {
    border-radius: 18px;
    border: none;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    width: 280px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15); }
    #bookings .modal-pushButton .modal-dialog .modal-content p {
      color: #262223;
      font-size: 16px; }

#bookings .modal-pushButton .modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #262223;
  margin-bottom: 12px;
  background-color: #fff; }

#bookings .modal-pushButton .modal-actions {
  display: flex;
  flex-direction: column;
  width: 100%; }
  #bookings .modal-pushButton .modal-actions button {
    font-family: "Roboto", sans-serif;
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 14px 0;
    cursor: pointer;
    color: #2369d3;
    font-weight: 400;
    border-radius: 0; }
    #bookings .modal-pushButton .modal-actions button:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    #bookings .modal-pushButton .modal-actions button.cancel-btn {
      padding: 14px 0 0 0; }
    #bookings .modal-pushButton .modal-actions button:active {
      background: rgba(0, 0, 0, 0.05); }

:focus {
  outline: none; }

.row {
  margin-right: 0;
  margin-left: 0; }

/* 
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to 

    -> position:absolute
    
    and uncomment the code below.
    You also need to uncomment 
    
    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/
.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #222;
  border-right: 1px solid #e7e7e7; }

.side-menu .navbar {
  border: none; }
  .side-menu .navbar .active {
    border-bottom: 0; }
    .side-menu .navbar .active .bar1 {
      transform: rotate(-45deg) translate(-6px, 5px);
      transition: 0.4s; }
    .side-menu .navbar .active .bar2 {
      opacity: 0; }
    .side-menu .navbar .active .bar3 {
      transform: rotate(45deg) translate(-3px, -3px);
      transition: 0.4s; }

.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7; }

.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7; }

.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #444; }

.side-menu .navbar-nav li a {
  padding: 9px;
  text-transform: uppercase;
  cursor: pointer; }

.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px; }

.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none; }

.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0; }

.side-menu #dropdown .indicator {
  float: right; }

.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7; }

.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3; }

.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%; }

.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7; }

.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none; }

.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px; }

.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px; }

.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px; }

.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7; }

.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px; }

.side-menu .brand-name-wrapper {
  min-height: 50px; }

.side-menu .brand-name-wrapper .navbar-brand {
  display: block; }

.side-menu #search {
  position: relative;
  z-index: 1000; }

.side-menu #search .panel-body {
  padding: 0; }

.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7; }

.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative; }

.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px; }

.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px; }

/* Main body section */
.side-body {
  margin-left: 310px; }

.auth-page .side-menu {
  display: none; }
  @media (max-width: 1025px) {
    .auth-page .side-menu {
      display: block; } }

@media (max-width: 1023px) {
  .navbar-header {
    position: fixed;
    z-index: 3;
    top: 0;
    background-color: #08c1fb; } }

/* small screen */
@media (max-width: 1025px) {
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7; }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block; }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px; }
    100% {
      left: 10px; } }
  @-webkit-keyframes slidein {
    0% {
      left: -300px; }
    100% {
      left: 10px; } }
  @keyframes slidein {
    0% {
      left: -300px; }
    100% {
      left: 10px; } }
  @-moz-keyframes slideout {
    0% {
      left: 0; }
    100% {
      left: -300px; } }
  @-webkit-keyframes slideout {
    0% {
      left: 0; }
    100% {
      left: -300px; } }
  @keyframes slideout {
    0% {
      left: 0; }
    100% {
      left: -300px; } }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    margin-left: -10px;
    position: fixed;
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #222;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .side-menu-container > .navbar-nav.active {
    margin-left: 300px;
    top: 50px;
    margin-top: 0; }
  /* Uncomment for scrollable menu -> see top comment */
  /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
  @-moz-keyframes bodyslidein {
    0% {
      left: 0; }
    100% {
      left: 300px; } }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0; }
    100% {
      left: 300px; } }
  @keyframes bodyslidein {
    0% {
      left: 0; }
    100% {
      left: 300px; } }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px; }
    100% {
      left: 0; } }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px; }
    100% {
      left: 0; } }
  @keyframes bodyslideout {
    0% {
      left: 300px; }
    100% {
      left: 0; } }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* Hamburger */
  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #08c1fb; }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0; }
  #search .panel-body .navbar-form .form-group {
    margin: 0; }
  #bookings .navbar-header,
  .auth-page .navbar-header {
    background-color: #fff; }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0; } }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

@media (max-width: 768px) {
  #myaccount-page,
  .auth-page {
    margin-bottom: 0;
    padding-bottom: 0; } }

#bookings .footer,
#login-page .footer,
.auth-page .footer {
  background-color: #596885;
  padding: 0; }
  @media (max-width: 768px) {
    #bookings .footer,
    #login-page .footer,
    .auth-page .footer {
      padding: 0;
      position: relative; } }
  @media (max-width: 768px) {
    #bookings .footer .container,
    #login-page .footer .container,
    .auth-page .footer .container {
      margin: 20px auto 0 auto;
      padding: 20px 30px 0 30px; } }
  #bookings .footer a,
  #bookings .footer p,
  #login-page .footer a,
  #login-page .footer p,
  .auth-page .footer a,
  .auth-page .footer p {
    color: #fff;
    font-family: "Roboto", sans-serif; }
  #bookings .footer a:hover,
  #login-page .footer a:hover,
  .auth-page .footer a:hover {
    color: #08c1fb;
    text-decoration: none; }

#bookings .container,
#login-page .container,
.auth-page .container {
  width: 100%; }
  @media (min-width: 1200px) {
    #bookings .container,
    #login-page .container,
    .auth-page .container {
      max-width: 1600px; } }
  @media (max-width: 768px) {
    #bookings .container .pull-right,
    #login-page .container .pull-right,
    .auth-page .container .pull-right {
      width: 100%; } }
  #bookings .container .list-inline > li:last-child,
  #login-page .container .list-inline > li:last-child,
  .auth-page .container .list-inline > li:last-child {
    padding-right: 0; }
  @media (max-width: 768px) {
    #bookings .container .list-inline > li,
    #login-page .container .list-inline > li,
    .auth-page .container .list-inline > li {
      width: 100%;
      margin: 10px 0; } }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #111727;
  color: #fff;
  /* Set the fixed height of the footer here */ }
  .footer a {
    color: #fff; }
    .footer a:hover {
      opacity: 0.7; }

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
  width: auto;
  padding: 0 15px;
  margin: 20px auto 10px auto; }

.container .text-muted {
  margin: 20px 0; }

/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb {
  margin-top: 10px; }

#bc1 .btn + .btn {
  margin-left: 0px; }

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
  background-color: transparent;
  border-color: #ebebeb;
  color: #3a3537; }
  .btn-breadcrumb .btn:hover {
    background-color: #ebebeb;
    opacity: 1; }

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px; }

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px; }

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff; }

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad; }

/* The responsive part */
.btn-breadcrumb > * > div {
  /* With less: .text-overflow(); */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-breadcrumb > *:nth-child(n+2) {
  display: none; }

/* === For phones =================================== */
@media (max-width: 767px) {
  .btn-breadcrumb > *:nth-last-child(-n+2) {
    display: block; }
  .btn-breadcrumb > * div {
    max-width: 60px; } }

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-breadcrumb > *:nth-last-child(-n+4) {
    display: block; }
  .btn-breadcrumb > * div {
    max-width: 100px; } }

/* === For desktops ================================== */
@media (min-width: 992px) {
  .btn-breadcrumb > *:nth-last-child(-n+6) {
    display: block; }
  .btn-breadcrumb > * div {
    max-width: 170px; } }

form {
  position: relative; }

#bookings body,
.auth-page body {
  font-family: "Roboto", sans-serif; }

#bookings a,
.auth-page a {
  font-family: "VisbyRoundCF-Bold", sans-serif; }

#bookings label,
.auth-page label {
  font-family: "Roboto-Medium", sans-serif; }

#bookings #cbAddCC,
.auth-page #cbAddCC {
  margin: 4px 5px 0 0; }

#bookings .btn-primary,
.auth-page .btn-primary {
  background-color: #2369d3;
  border-color: #2369d3; }

#bookings .btn-primary.focus,
#bookings .btn-primary:focus,
#bookings .btn-primary.active,
#bookings .btn-primary:active,
#bookings .open > .dropdown-toggle.btn-primary,
#bookings .btn-primary:hover,
.auth-page .btn-primary.focus,
.auth-page .btn-primary:focus,
.auth-page .btn-primary.active,
.auth-page .btn-primary:active,
.auth-page .open > .dropdown-toggle.btn-primary,
.auth-page .btn-primary:hover {
  background-color: #08c1fb;
  border-color: #08c1fb; }

#bookings .clearfix,
.auth-page .clearfix {
  clear: both; }

.btn-norm {
  float: right;
  margin-top: 15px; }

.bd-group {
  position: relative;
  padding: 1rem;
  margin: 1rem -1rem;
  border: solid #f7f7f9;
  border-width: .2rem; }

.bd-group::after {
  content: "";
  display: table;
  clear: both; }

.bd-group-row {
  margin-bottom: 5px; }

.panel-title {
  font-size: 20px;
  color: #1fa3ce;
  text-transform: capitalize; }

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:hover {
  background-color: #5db347;
  border-color: #5db347; }

label,
table > thead {
  text-transform: capitalize; }

.text-lowercase {
  text-transform: lowercase; }

.delete-row {
  text-align: left; }

.add-row {
  text-align: right; }

.add-row button {
  margin-top: 15px; }

a.popmodal {
  font-size: 0.75em; }

.form-inline.keydate-input input[type="checkbox"] {
  top: 3px; }

a.navbar-brand.logo {
  background-image: url("../../images/logo_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 3px;
  height: 45px;
  width: 93px;
  text-indent: -9999px;
  margin: 0 10px; }

@media only screen and (max-width: 1024px) {
  a.navbar-brand.logo {
    margin-left: 10px;
    margin-top: -9px; }
  .side-menu a.navbar-brand.logo {
    margin-top: 0; } }

@media (min-width: 768px) {
  .form-inline.bd-group .form-control {
    width: 100%; } }

@media (min-width: 544px) {
  .bd-example {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 1.5rem;
    border-width: .2rem; } }

.market-input-parent label {
  margin-top: 5px; }

.navbar-inverse.crimsonbg {
  background-color: #9D2235; }

.navbar-inverse.crimsonbg h1 {
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  text-align: center; }

#mainView.printView {
  margin-top: 25px; }

.market-input-parent .btn-icon {
  font-size: 22px; }

.market-input-parent .btn-icon.more-this {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px; }

.market-input-parent .btn-icon.more-this:hover {
  opacity: 0.7; }

.market-input .bd-group-row {
  margin-bottom: 23px; }

.resource-hidden {
  display: none; }

.modalpopActivity {
  font-size: 12px;
  line-height: 31px; }

.form-inline .form-control.idealink {
  width: 100%; }

.form-group .content-box {
  border: 1px solid #c4c2c3;
  padding: 8px 17px; }

.btn-thumb {
  font-size: 20px;
  padding: 0 9px 0 0;
  opacity: 0.5; }
  .btn-thumb.thumb-check, .btn-thumb:hover {
    opacity: 1;
    outline: 0; }
  .btn-thumb.editidea {
    font-size: 14px;
    opacity: 1; }
    .btn-thumb.editidea span {
      font-weight: bold; }
    .btn-thumb.editidea .glyphicon-edit:before {
      margin-right: 4px; }

.comment-area {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px; }

#comment-section {
  margin-bottom: 15px; }

#mainViewWrapper {
  margin-top: 50px;
  max-width: 1600px; }
  @media (max-width: 1024px) {
    #mainViewWrapper {
      margin-top: 0; } }

@media (max-width: 1023px) {
  #topHeader {
    display: none; } }

.container-small {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 160px);
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto; }
  @media (max-width: 768px) {
    .container-small {
      padding: 0;
      display: block;
      min-height: auto; } }

.content-small {
  width: 100%;
  max-width: 425px;
  margin: 0 auto; }
  .content-small .control-label {
    text-align: left; }
  .content-small #registBtn,
  .content-small #submLogin,
  .content-small #btnReset {
    width: 100%; }
  .content-small #btn-resetLink {
    width: 75%;
    margin: 10px 0 0 0; }
    @media (max-width: 768px) {
      .content-small #btn-resetLink {
        width: 100%;
        font-size: 16px; } }

@media (max-width: 1023px) {
  .one-column #topHeader {
    display: block; } }

.one-column .body-content {
  margin-top: 70px; }

.comment {
  margin-bottom: 10px; }
  .comment .small-italic-text {
    font-size: 10px;
    font-style: italic; }

.commenttext {
  border: none;
  width: 100%; }

.link-edit {
  display: none; }
  .link-edit .buttonlinks {
    text-align: right; }

.edit-idea {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .block-index {
    min-height: 380px; } }

.error {
  color: #ff0000; }

.form-inline .attaches {
  display: none; }

.modal-dialog .form-inline .attaches {
  display: block !important; }

.desc-wrap {
  position: relative; }

.dspinner {
  position: absolute;
  left: 39%;
  margin-right: -56px;
  top: 50%;
  margin-top: -25px; }
  .dspinner img {
    max-width: 100px; }

.spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../../images/loading-gallery.gif") 50% 50% no-repeat black;
  background-size: 100px;
  opacity: 0.5;
  background-size: 10%; }

#pathway h2.title {
  text-align: center; }

.checkbox-list {
  text-align: center; }
  .checkbox-list label {
    font-weight: normal;
    margin-right: 10px; }

ul#inven_hier {
  padding-left: 0; }
  ul#inven_hier li {
    list-style: none;
    margin-bottom: 5px; }
  ul#inven_hier ul {
    margin-top: 5px; }
    ul#inven_hier ul li {
      margin-bottom: 5px;
      padding-left: 0; }

#top_inven {
  padding-left: 0; }
  #top_inven > li {
    list-style: none;
    margin-bottom: 5px; }
  #top_inven ul#inven_hier {
    margin-top: 5px;
    padding-left: 15px; }

.arrows {
  display: inline-block; }
  .arrows button {
    border: none;
    background-color: transparent;
    color: #b1aeae;
    padding: 5px; }

.slider div {
  text-align: center;
  padding: 5px 0px;
  position: relative; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9999; }

.slick-next {
  right: 0; }

.slick-slide img {
  margin: 0 auto; }

.slick-next::before {
  content: "\e080"; }

.slick-prev::before {
  content: "\e079"; }

.slick-prev:before,
.slick-next:before {
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #b1aeae;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-btn {
  cursor: pointer;
  color: #b1aeae;
  border: none;
  outline: none;
  background: transparent;
  font-size: 30px;
  position: absolute;
  top: -12px;
  right: 50%;
  margin-right: -93px; }

#sitePic_form .file-updiv {
  padding: 0; }
  #sitePic_form .file-updiv img {
    width: 100%; }

.file-updiv {
  border: 1px solid #262223;
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  background-size: contain !important;
  position: relative;
  overflow: hidden; }
  .file-updiv .filemodel {
    top: -30px;
    left: 0;
    width: 100%;
    height: 180px;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=0);
    z-index: 1; }
    .file-updiv .filemodel:after {
      position: absolute;
      display: block;
      content: "+";
      font-size: 50px;
      top: 50%;
      left: 50%;
      margin-left: -17px;
      margin-top: -12px; }

.slick-slide img.slide-pic,
.deletebutton {
  display: none; }

.imageBack.slick-slide .file-updiv {
  display: none; }

.imageBack.slick-slide .slide-pic {
  width: 150px;
  height: 150px;
  border: 1px solid black;
  display: block; }

.imageBack.slick-slide .deletebutton {
  display: block; }
  .imageBack.slick-slide .deletebutton:hover {
    background-color: transparent;
    border-color: transparent;
    color: #b1aeae;
    opacity: 0.8; }

.loading {
  position: fixed;
  z-index: 222;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.7;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

form > .loading {
  position: fixed; }

@media only screen and (min-width: 1024px) {
  form > .modal-loader {
    margin-left: 0; } }

#site_form .loading {
  position: fixed; }

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 1; }

.search-loader {
  padding: 40% 0 0 0; }

.side-loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 1;
  top: 100%;
  left: 37%;
  position: relative; }

@media only screen and (max-width: 1024px) {
  .side-loader {
    top: 0%; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.submitted .form-control.ng-invalid,
.form-control.ng-invalid.ng-touched,
.parkerEmailError {
  border: 1px solid red; }

button.close:hover,
.btn.close:hover {
  background-color: transparent; }

.modal-body.licensePop {
  height: 373px;
  overflow-y: scroll; }

.first-panel.entity-panel .panel-group {
  margin-bottom: 5px; }

.entity-panel .panel-group {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px; }

.entity-panel .top-label {
  margin-top: 13px; }

.entity-panel .panel-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.days a {
  padding: 5px;
  border: 1px solid #c4c2c3;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  min-width: 31px;
  font-weight: bold;
  cursor: pointer; }
  .days a.active, .days a:hover {
    background-color: #08c1fb;
    text-decoration: none;
    color: #fff; }
  .days a:hover {
    opacity: 0.5; }

#dlgsitePic_form .modal-body.container {
  padding: 10px 0 0; }

#struct_hier {
  padding-left: 0; }
  #struct_hier ul {
    padding-left: 15px; }
  #struct_hier li {
    font-size: 12px;
    list-style: none; }
  #struct_hier li:before {
    content: "\e118";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: relative;
    margin-right: 10px;
    top: -1px;
    color: #ccc; }

.imageGallery ul {
  padding-left: 0; }
  .imageGallery ul li {
    display: inline-block;
    list-style: none;
    padding: 5px; }

.imageGallery img {
  width: 120px;
  height: 120px; }

div[dropzone] {
  border: 2px dashed #bbb;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  font: 20pt bold;
  color: #bbb;
  margin-bottom: 20px; }

.lnk span {
  padding: 6px;
  color: white;
  border-radius: 15px;
  text-align: center; }

.lnk:hover {
  text-decoration: none;
  opacity: 0.75; }

.lnk-red {
  color: red; }
  .lnk-red span {
    background: red; }
  .lnk-red:hover {
    color: red; }

.lnk-green {
  color: #6abc55; }
  .lnk-green span {
    background: #6abc55; }
  .lnk-green:hover {
    color: #6abc55; }

li {
  position: relative; }
  li .shadowSelect {
    position: absolute;
    top: -999950px;
    background: #b1aeae;
    opacity: 0.7;
    color: #fff;
    width: 120px;
    text-align: center;
    height: 120px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 50px; }

li.selected .shadowSelect,
li:hover .shadowSelect {
  top: 5px; }

.remove-access {
  border: 1px solid #c4c2c3;
  padding: 10px 10px 5px; }

.btn:focus,
a {
  outline: 0; }

#testimg {
  width: 250px; }

select.nodrop {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: ''; }
  select.nodrop::-ms-expand {
    display: none; }

.panel-group .report-panel .panel {
  margin-bottom: 10px;
  margin-top: 10px; }

.panel-group .report-panel .panel-body {
  padding: 15px; }

#mainView .panel-delete {
  width: 60%;
  max-width: 60%;
  margin: 50px auto 20px auto; }
  @media only screen and (max-width: 600px) {
    #mainView .panel-delete {
      width: 80%;
      max-width: 80%; } }
  #mainView .panel-delete h3.error-heading {
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 20px 0; }
  #mainView .panel-delete .btn-warning {
    text-transform: initial;
    background: #ff0000;
    color: #fff;
    margin: 50px auto 0 auto;
    border: 0 none;
    display: block; }

.btn-container {
  padding-left: 15px; }
  .btn-container .btn-warning {
    background: #ff0000;
    color: #fff; }

.invenbuz {
  display: none; }

.access-table h3 {
  margin-top: 0;
  display: inline-block; }

.access-table .btn-norm {
  margin-top: 0; }

.text-bold {
  font-weight: bold; }

h3.license-type {
  clear: both; }

.break-word {
  word-wrap: break-word; }

.modal-loader {
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal-loader .loader {
    top: 0;
    left: 0; }

.breadcrumb-item {
  border-left: none; }

#myaccount img {
  border-radius: 50%;
  width: 45px; }

#myaccount div {
  float: right;
  margin-left: 15px;
  font-size: 12px; }
  #myaccount div.myLinks {
    padding-top: 4px;
    line-height: 20px; }
  #myaccount div a {
    color: #fff;
    margin-left: 10px; }
    #myaccount div a:hover, #myaccount div a:active {
      color: #fff;
      text-decoration: underline; }

#bookings #myaccount a,
.auth-page #myaccount a {
  color: #2369d3;
  padding: 0 10px;
  text-decoration: none; }
  #bookings #myaccount a:last-child,
  .auth-page #myaccount a:last-child {
    padding: 0 0 0 10px; }
  #bookings #myaccount a:hover, #bookings #myaccount a:active,
  .auth-page #myaccount a:hover,
  .auth-page #myaccount a:active {
    color: #08c1fb;
    text-decoration: none; }

#my_account .panel-group .panel {
  margin-bottom: 15px; }

#my_account #push-button-panel {
  display: none; }
  @media (max-width: 768px) {
    #my_account #push-button-panel {
      display: block; } }
  #my_account #push-button-panel .panel-blue-border {
    border: 1px solid #bce8F1;
    border-radius: 4px;
    padding: 0 20px 20px 20px;
    text-align: center; }
  #my_account #push-button-panel h2 {
    font-size: 22px;
    color: #1fa3ce; }
  #my_account #push-button-panel p {
    font-size: 16px; }
  #my_account #push-button-panel .btn-push {
    background: #1fa3ce;
    padding: 10px;
    width: 100%;
    height: 40px;
    border-radius: 15px;
    display: block;
    margin: 20px 0 0 0;
    border: 0 none; }
    #my_account #push-button-panel .btn-push.mt-0 {
      margin: 0; }

html#bookings.hide-bg {
  background-image: none; }
  html#bookings.hide-bg body {
    color: #262223; }

@media (min-width: 1024px) {
  html#bookings.unlogged .side-menu {
    display: none; } }

@media (min-width: 1024px) {
  html#bookings.unlogged .side-body {
    margin-left: 0; } }

html#bookings .panel-body {
  color: #262223; }

html#bookings body {
  background-image: url("../../images/1080-divvyblue-rgb.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    html#bookings body {
      margin-bottom: 0;
      padding-bottom: 0; } }

html#bookings label {
  text-transform: capitalize;
  font-weight: normal; }
  html#bookings label.checkbox {
    text-transform: initial; }

html#bookings .navbar-inverse {
  background-color: transparent; }

html#bookings .side-menu,
html#bookings .side-menu > .navbar-default {
  background: linear-gradient(#01449f, #0a97c4); }

html#bookings #mapDispAddr {
  height: 600px;
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%); }

html#bookings .mapColour #mapDispAddr {
  opacity: 1;
  filter: grayscale(0);
  pointer-events: initial; }

.emailconfirmation {
  text-align: center; }
  .emailconfirmation .icon {
    font-size: 190px;
    line-height: 170px;
    margin: 30px; }
  .emailconfirmation h1 {
    line-height: 60px; }
  .emailconfirmation h3 {
    line-height: 40px; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "VisbyRoundCF-Bold";
  src: url("../fonts/VisbyRoundCF-Bold.otf") format(“opentype”); }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  letter-spacing: 0.02em; }

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  letter-spacing: 0.02em;
  font-weight: 500; }

@font-face {
  font-family: "VisbyRoundCF-Bold";
  src: url("../fonts/VisbyRoundCF-Bold.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 2.8px; }

#searchpage {
  color: #262223; }
  #searchpage .search-result-column h3 {
    margin-top: 0; }
  #searchpage label {
    color: #fff; }
  #searchpage h3 {
    color: #fff; }
  #searchpage .gm-style-mtc label {
    color: #262223; }
  #searchpage.home-search {
    /*
    .dropdown-menu {
     width: calc(76% - 15px);
   
     @media (max-width: $screen-sm) {
        width: calc(97% - 15px);
      }
    }*/ }
    #searchpage.home-search .btn-set,
    #searchpage.home-search h1,
    #searchpage.home-search label {
      color: #fff; }
    #searchpage.home-search .gm-style-mtc label {
      color: #262223; }
    #searchpage.home-search .entity-panel .panel-group {
      padding-top: 0;
      padding-bottom: 0; }
  #searchpage ul.tab {
    padding: 16px 0 10px 15px; }
    @media (max-width: 1200px) {
      #searchpage ul.tab {
        padding: 0 0 0 15px; } }
  #searchpage .dropdown-menu {
    width: calc(80% - 15px); }
    @media (max-width: 1200px) {
      #searchpage .dropdown-menu {
        width: calc(76% - 15px); } }
    @media (max-width: 992px) {
      #searchpage .dropdown-menu {
        width: 100%; } }
  #searchpage #mapWindowAll.hidemap,
  #searchpage #mapWindowIndividual.hidemap {
    position: fixed;
    left: -999999em; }
  #searchpage .uib-datepicker-popup {
    width: calc(100% - 45px);
    padding: 10px; }
    #searchpage .uib-datepicker-popup .uib-datepicker .uib-daypicker table {
      width: 100%; }
  #searchpage .search-result {
    overflow: auto;
    max-height: 650px !important; }
    #searchpage .search-result .search-panel {
      clear: both;
      margin: 0 0 15px 0;
      position: relative;
      padding: 10px;
      border: 1px solid #c4c2c3;
      transition: background-color 800ms ease;
      background: #fff;
      border-radius: 5px; }
      #searchpage .search-result .search-panel.notavailable {
        background: #b1aeae;
        opacity: 0.7;
        pointer-events: none; }
        #searchpage .search-result .search-panel.notavailable:hover {
          background: #b1aeae;
          pointer-events: none;
          opacity: 0.7;
          color: inherit; }
          #searchpage .search-result .search-panel.notavailable:hover h4 {
            color: inherit; }
      #searchpage .search-result .search-panel.behalf {
        border: 2px solid #ff0033; }
        #searchpage .search-result .search-panel.behalf:hover {
          border: 2px solid #ff0033; }
      #searchpage .search-result .search-panel.selected, #searchpage .search-result .search-panel:hover {
        background: #fff;
        opacity: 1;
        color: #596885;
        border: 1px solid #08c1fb; }
        #searchpage .search-result .search-panel.selected h4, #searchpage .search-result .search-panel:hover h4 {
          color: #08c1fb; }
    #searchpage .search-result .panel-info,
    #searchpage .search-result .panel-photo {
      float: left; }
      #searchpage .search-result .panel-info img,
      #searchpage .search-result .panel-photo img {
        margin-bottom: 10px; }
    #searchpage .search-result .panel-info {
      padding: 0 8px;
      font-size: 12px;
      max-width: 41%;
      margin-right: 24%; }
      @media (max-width: 1200px) {
        #searchpage .search-result .panel-info {
          max-width: 100%; } }
      @media (max-width: 1447px) {
        #searchpage .search-result .panel-info {
          max-width: 100%; } }
      #searchpage .search-result .panel-info h4 {
        margin-top: 0;
        padding-top: 0; }
      #searchpage .search-result .panel-info ul {
        padding-left: 15px; }
        #searchpage .search-result .panel-info ul li {
          font-size: 10px; }
    #searchpage .search-result .panel-price {
      float: right;
      padding: 10px;
      font-size: 15px;
      text-align: center;
      border-radius: 5px;
      margin-right: 10px;
      position: absolute;
      top: 10px;
      right: 10px; }
      @media (min-width: 768px) {
        #searchpage .search-result .panel-price {
          font-size: 22px; } }
      #searchpage .search-result .panel-price .panel-type {
        font-size: 9px; }
  #searchpage .search-filter {
    margin-top: 10px; }
    @media (max-width: 768px) {
      #searchpage .search-filter input,
      #searchpage .search-filter select {
        font-size: 16px; } }
    #searchpage .search-filter #dispAddress {
      width: 77%; }
      @media (max-width: 1200px) {
        #searchpage .search-filter #dispAddress {
          width: 72%; } }
      @media (max-width: 992px) {
        #searchpage .search-filter #dispAddress {
          width: auto; } }
      #searchpage .search-filter #dispAddress input {
        float: left;
        margin: 0 1% 0 0; }
        @media (max-width: 992px) {
          #searchpage .search-filter #dispAddress input {
            float: none;
            margin: 0 0 10px 0; } }
    #searchpage .search-filter .btn-primary {
      width: 22%;
      background-color: #fff;
      color: #2369d3;
      float: left; }
      @media (max-width: 1200px) {
        #searchpage .search-filter .btn-primary {
          width: 27%;
          font-size: 13px; } }
      @media (max-width: 992px) {
        #searchpage .search-filter .btn-primary {
          width: 100%;
          float: none; } }
      #searchpage .search-filter .btn-primary:hover {
        background-color: #fff;
        opacity: 1;
        color: #08c1fb;
        border-color: #08c1fb; }
    #searchpage .search-filter .panel-heading {
      display: none; }
    #searchpage .search-filter .panel {
      box-shadow: none;
      border-color: transparent;
      background: transparent; }
    #searchpage .search-filter .panel-group .panel + .panel {
      margin-top: 0; }
    #searchpage .search-filter.search-box input.form-control {
      width: 80%; }
    #searchpage .search-filter.search-box button {
      position: absolute;
      right: 10px;
      top: 20px; }
    #searchpage .search-filter .lbl-where {
      margin-right: 5px;
      color: #fff;
      float: left;
      font-family: "Roboto"; }
    #searchpage .search-filter p {
      color: #fff; }
      #searchpage .search-filter p.input-group {
        width: 100%; }
        #searchpage .search-filter p.input-group input {
          padding: 6px 16px; }
  #searchpage .btn-set {
    float: left;
    margin: 0 15px 0 0;
    text-transform: capitalize;
    text-align: left;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 992px) {
      #searchpage .btn-set {
        margin: 15px 15px 0 0; } }
    @media (max-width: 768px) {
      #searchpage .btn-set {
        margin: 0 15px 0 0; } }
  #searchpage .table-container {
    display: table; }
  #searchpage .table-container .table-row {
    height: 100%;
    display: table-row; }
  #searchpage .table-container .table-row .table-col {
    display: table-cell;
    float: none;
    vertical-align: top; }
  #searchpage .entity-panel .panel-group {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }
  #searchpage .entity-panel .btn-search {
    margin: 0; }
  #searchpage .entity-panel .btn-set {
    margin: 0 15px 0 0; }
  #searchpage .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent; }
  #searchpage .panel-group .panel.second-panel {
    overflow: initial; }
  #searchpage .btn-search {
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    color: #2369d3;
    border-radius: 5px;
    padding: 12px 0px;
    font-size: 10px;
    min-height: 72px;
    min-width: 71px;
    transition: opacity 800ms ease;
    border-color: #2369d3;
    margin: 8px 0 0 0; }
    #searchpage .btn-search .glyphicon {
      font-size: 20px;
      margin-bottom: 7px;
      display: block; }
    #searchpage .btn-search .to {
      font-size: 8px;
      text-transform: capitalize; }
    #searchpage .btn-search.selected {
      color: #fff;
      background: #08c1fb;
      border: 1px solid #08c1fb; }
    #searchpage .btn-search:hover, #searchpage .btn-search:active {
      background: #fff;
      color: #08c1fb;
      border-color: #08c1fb;
      opacity: 1; }
    #searchpage .btn-search .time-start,
    #searchpage .btn-search .time-end {
      display: block; }
    #searchpage .btn-search .time-start {
      font-size: 11px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #c4c2c3; }
    #searchpage .btn-search.time-panel {
      padding: 12px 10px; }
  #searchpage #mapWindowAll {
    margin: 32px 0 0 0;
    padding: 0 15px 0 0; }
  #searchpage #mapWindowIndividual {
    padding: 0 15px 0 0; }
    @media (max-width: 992px) {
      #searchpage #mapWindowIndividual {
        padding: 0 15px; } }
  #searchpage .map-google {
    padding: 0;
    margin: 0; }
    #searchpage .map-google .hidden-xs .btn-primary {
      background-color: transparent;
      color: #fff;
      float: right;
      border: 0 none;
      text-transform: uppercase; }
      #searchpage .map-google .hidden-xs .btn-primary:hover {
        text-decoration: underline; }
  #searchpage ng-map {
    width: 100%;
    height: 650px;
    min-height: 650px;
    max-height: 650px; }
  #searchpage .date-end,
  #searchpage .date-start {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    #searchpage .date-end.date-one,
    #searchpage .date-start.date-one {
      line-height: 39px;
      font-size: 11px; }
    #searchpage .date-end.date-multiple,
    #searchpage .date-start.date-multiple {
      font-size: 11px;
      display: inline; }
  #searchpage .navbar-inverse {
    background-color: transparent; }
  #searchpage .side-menu,
  #searchpage .side-menu > .navbar-default {
    background: linear-gradient(#01449f, #0a97c4); }
  #searchpage #parkingdetail-container {
    background: #fff;
    padding: 50px 20px 20px 20px;
    min-height: 470px; }
    @media (max-width: 768px) {
      #searchpage #parkingdetail-container {
        padding: 0 0 20px 0;
        min-height: auto; } }
  #searchpage .parkingdetail {
    font-size: 12px; }
    @media (min-width: 992px) {
      #searchpage .parkingdetail .detail-scroll {
        max-height: 200px;
        overflow-y: scroll; } }
    @media (min-width: 992px) {
      #searchpage .parkingdetail {
        padding-left: 0;
        padding-right: 0; } }
    #searchpage .parkingdetail h2 {
      color: #262223;
      font-size: 18px;
      font-weight: bold; }
  #searchpage .parkingdetail-table {
    width: 100%; }
    #searchpage .parkingdetail-table td {
      padding-bottom: 5px;
      vertical-align: top; }
    #searchpage .parkingdetail-table.date-table {
      font-size: 12px;
      border-bottom: 1px solid #c4c2c3; }
      #searchpage .parkingdetail-table.date-table td {
        padding: 5px 5px 15px 5px; }
  #searchpage button.bookbutton {
    background-color: #2369d3;
    width: 86%;
    padding: 6px;
    border: 0;
    font-size: 19px;
    margin: 20px 0;
    border-radius: 30px; }
    @media (max-width: 768px) {
      #searchpage button.bookbutton {
        width: 100%;
        margin: 20px 0 0 0; } }
    #searchpage button.bookbutton:hover {
      background: #08c1fb; }

.form-control.time-select {
  display: inline;
  width: 73px; }

#mapWindowIndividual ng-map {
  max-height: 200px !important;
  min-height: 200px !important; }

#dlgbookSpace {
  color: #262223; }
  #dlgbookSpace label {
    color: #262223; }
  #dlgbookSpace fieldset.form-group {
    border-bottom: 1px solid #e5e5e5; }

.modal-header.bookspace {
  border-bottom: 0;
  background-color: transparent; }
  .modal-header.bookspace button.close {
    color: #262223; }

#dlgbookSpace .modal-body {
  padding: 0 20px; }
  #dlgbookSpace .modal-body h3 {
    margin-top: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  .end-date-field {
    padding: 0; } }

@media (min-width: 768px) {
  .end-date-field {
    padding-right: 0;
    margin-left: 10px; } }

.carousel-inner img {
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.carousel-inner > .item {
  height: 250px;
  max-height: 250px;
  overflow: hidden; }
  .carousel-inner > .item .active {
    border-bottom: 0; }

.supporttable .table thead > tr > th {
  vertical-align: top; }

ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 15px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    ul.tab {
      padding: 20px 0 0 0; } }
  @media (max-width: 768px) {
    ul.tab {
      padding: 0; } }

ul.tab li {
  float: left; }

ul.tab li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "VisbyRoundCF-Bold", sans-serif;
  letter-spacing: 1px; }

ul.tab li a:hover {
  border-bottom: 3px solid #ddd; }

ul.tab li a:focus,
.active {
  border-bottom: 3px solid #ccc; }

.tabcontent {
  display: none;
  border-top: none; }

.icon-carlarge {
  background-image: url(images/Large_grey.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  display: block;
  margin: 0 auto; }

.icon-carsmall {
  background-image: url(images/Small_grey.png);
  width: 30px;
  height: 30px;
  background-size: 42px;
  display: block;
  margin: 0 auto;
  background-position: -5px -7px; }

.icon-motorbike {
  background-image: url(images/Motorcycle_grey.png);
  width: 30px;
  height: 30px;
  background-size: 55px;
  display: block;
  margin: 0 auto;
  background-position: -14px -14px; }

.searchresult tr {
  background: #c4c2c3; }
  .searchresult tr.unavailable {
    background: none; }

.report-accordion .panel-group .panel-default,
.search-filter .panel-default {
  overflow: visible; }

.form-control.time-select.cardyear {
  width: 105px; }

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9; }

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd; }

/*# sourceMappingURL=starter-template.css.map */