/* || GENERAL STYLES */

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  
  /* MDB dataTables  */
  .dataTables_wrapper label {
    padding-top: 0rem !important;
    padding-bottom: 0.5rem !important;
    text-align: right;
  }

  .dataTables_filter {
    text-align: right !important;
  }

  .dataTables_info,
  .dataTables_paginate {
    padding: 0 0 .75rem 0 !important;
    font-size: 0.85rem;

  }

  .pagination {
    margin-bottom: 0.5rem;
  }

  .unit-info-lg#apartmentName {
    font-weight: 600;
  }

  .dataTables_wrapper .dataTables_length {
    display: none; 
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) { 
  body {
    font-size: .875rem;
  }

  h1, .h1 {
    font-size: 1.5rem;
  }
  
  h2, .h2 {
    font-size: 1.4rem;
  }
  
  h3, .h3 {
    font-size: 1.3rem;
  }
  
  h4, .h4 {
    font-size: 1.2rem;
  }
  
  h5, .h5 {
    font-size: 1.1rem;
  }
  
  h6, .h6 {
    font-size: 1rem;
  }

  .page-content .alert {
    padding: .5rem .85rem;
  }


}

/* Inputs, buttons, forms and tables on extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Input group becomes input-group-sm on smal devices*/
  .input-group:not(.not-responsive) > .form-control:not(textarea),
  .input-group:not(.not-responsive) > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
  }
  
  .input-group:not(.not-responsive) > .form-control,
  .input-group:not(.not-responsive) > .custom-select,
  .input-group:not(.not-responsive) > .input-group-prepend > .input-group-text,
  .input-group:not(.not-responsive) > .input-group-append > .input-group-text,
  .input-group:not(.not-responsive) > .input-group-prepend > .btn,
  .input-group:not(.not-responsive) > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    height: calc(1.8125rem + 2px);
  }
  
  .input-group:not(.not-responsive) > .custom-select {
    padding-right: 1.75rem;
  }

  /* input-group-lg becomes input-group on smal devices*/
  .input-group-lg:not(.not-responsive) > .form-control:not(textarea),
  .input-group-lg:not(.not-responsive) > .custom-select {
    height: calc(1.5em + 0.75rem + 2px);
  }
  
  .input-group-lg:not(.not-responsive) > .form-control,
  .input-group-lg:not(.not-responsive) > .custom-select,
  .input-group-lg:not(.not-responsive) > .input-group-prepend > .input-group-text,
  .input-group-lg:not(.not-responsive) > .input-group-append > .input-group-text,
  .input-group-lg:not(.not-responsive) > .input-group-prepend > .btn,
  .input-group-lg:not(.not-responsive) > .input-group-append > .btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
  }

  .input-group-lg:not(.not-responsive) > .custom-select {
    padding-right: 1.75rem; 
  }

  /* Append and prepend border radius fix */
  .input-group > .custom-select:not(:first-child), 
  .input-group > .form-control:not(:first-child),
  .input-group > .input-group-append > .input-group-text,
  .input-group > .input-group-append > .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .input-group > .custom-select:not(:last-child), 
  .input-group > .form-control:not(:last-child),
  .input-group > .input-group-prepend > .input-group-text,
  .input-group > .input-group-prepend > .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }


  /* Btn becomes btn-sm on small devices */
  .btn:not(.not-responsive), .btn-group > .btn:not(.not-responsive) {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }

  .btn:not(.not-responsive) + .dropdown-toggle-split, .btn-group-sm > .btn:not(.not-responsive) + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

/* btn-lg becomes btn on small devices */
  .btn-lg:not(.not-responsive), .btn-group-lg:not(.not-responsive) > .btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
  }

  .btn-lg:not(.not-responsive) + .dropdown-toggle-split, .btn-group-lg > .btn:not(.not-responsive) + .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
  }

  /* form-control becomes form-control-sm on small devices */
  .form-control-plaintext.form-control:not(.not-responsive) {
    padding-right: 0;
    padding-left: 0;
  }
  
  .form-control:not(textarea):not(.not-responsive) {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }

  /* form-control-lg becomes form-control on small devices */
  .form-control.form-control-lg:not(.not-responsive) {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
  }

  .form-control-plaintext.form-control-lg:not(.not-responsive) {
    padding-right: 0;
    padding-left: 0;
  }


  /* table becomes table-sm on small devices */
  .table:not(.not-responsive) th,
  .table:not(.not-responsive) td {
    padding: 0.3rem;
    font-size: 0.875rem;
  }  
}
/* END - GENERAL STYLES  */



/* || FIXES */
/* Chrome fix: Autofill input - override autofill defaults in Chrome */
.form-control-lg:-webkit-autofill,
.form-control-lg:-webkit-autofill:first-line {
  font-size: 1.25rem;
  line-height: 1.5;  
}

/* SVG in internet explorer fix, fixes the sixing og the svg images with .img-fluid class in Internet Explorer 10 */
.img-explorer {
  width: 100% \9;
}
/* END - FIXES */



/* || UTILITIES */
/* remove sorting icon when no sort on a column */
.no-sort::after,
.no-sort::before {
  display: none!important; 
}

/* Preserve line breaks in input fields */
.pre-wrap {
  white-space: pre-wrap;
}

.pre-line {
  white-space: pre-line;
}

/* container-xxl */
.container-xxl {
  width: 100%;
  padding-right: 30px !important;
  padding-left: 30px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1300px) {
  .container-xxl {
    max-width: 1240px;
  }
}

.navbar .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* container-half */
.container-half {
  max-width: 575px;
  margin: 0 auto;
  padding: 0 5px;
}

/* Remove underline (on links) */
.no-underline,
.no-underline:hover,
.no-underline:active {
  text-decoration: none;
}

/* Vertical space between items in column */
.vertical-space-between {
  display: flex;                   /* defines flexbox */
  flex-direction: column;          /* top to bottom */
  justify-content: space-between;  /* first item at start, last at end */
}

/* align content to bottom */
.align-to-bottom {
  display: flex;                   /* defines flexbox */
  flex-direction: column;          /* top to bottom */
  justify-content: flex-end;  /* align at end */
}
/* END - UTILITIES */




/* || SITEWIDE */
.text-placeholder {
  color: #6c757d !important;
}

.logo-icon {
  fill: currentColor;
  stroke: currentColor;
  width: 1.5em;
  height: 1.5em;           
  vertical-align: -0.4em;
  overflow: hidden;
  stroke-width: 1%;
  /* margin-left: .5rem; */
  margin-right: 0.1rem;
}



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

.btn-logo {
  color: #3374BA;
  color: #004085;
  border-color: transparent;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  nav .btn-logo {
    margin-left: -15px !important;
  }
}




.btn-logo:hover {
  color: #fff !important;
  background-color: #3374BA;
  border-color: #3374BA;
  background-color: #004085;
  border-color: #004085;
}



.btn-logo:focus, .btn-logo.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.border-rounded {
  border-radius: 0.25rem;
}

/* Select menu */
.custom-select {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* Navs and footer */
.navbar-primary,
.footer-main {
padding: 1rem 5px !important;
}

.navbar-secondary {
padding: 0 5px !important;
}

@media screen and (max-width: 767.98px) { /* less than medium breakpoint */
  .navbar-primary {
    padding: 0.5rem 5px !important;
  }

  .footer-main {
    padding: 1rem 5px !important;
  }

  .navbar-secondary {
   padding: 0 5px !important;
  }
}

@media screen and (max-width: 575.98px) { /* less than small breakpoint */
  .navbar-secondary,
  .footer-main {
    font-size: 14px;
  }

  /* navbar padding is in the navbar element, remove padding from container */
  .navbar .container {
    padding: 0;
  }

}

/* Labels */
label {
  margin-bottom: 0;
}

/* Page title */
.page-title {
  text-align: center;
  color: #343a40;
  margin: 1rem 0 .5rem 0;
  padding: 0 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.8rem !important;
}

h1, .h1 {
  font-size: 1.8rem;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .page-title {
      font-size: 1.4rem !important;
  }

  .mb-mobile-menu {
    margin-bottom: 67px;
  }

  .footer-show {
    font-size: 0.8rem;
  }
}

/* margin to footer/bottom of page */
.page-content {
  margin-bottom: 3rem;
}

@media screen and (max-width: 575.98px) { 
  /* reduced container padding */
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  /* reduced margin to footer */
  .page-content {
    margin-bottom: calc(2rem + 51px); /* accounting for the height of bottom menu */
  }

  /* Align close button when font gets smaller */
  .close span {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

/* Limit the width of the dropdown column in tables */
td.dropdown-column,
th.dropdown-column {
  width: calc(.75rem + 22px) !important;  
  max-width: calc(.75rem + 22px) !important;
  padding-right: 0;
  border-right: none;
}

/* dropdown button in tables */
table .dropdown .btn {
  width: 22px;
  height: 22px;
  line-height: 20px;
  padding: 0;
  border-radius: .2rem;
  font-size: 16px;
}

table .dropdown .btn i {
  line-height: 20px;
  vertical-align: baseline;
}

/* Table elements with set size on extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
/* Limit the width of the dropdown column in tables */
  td.dropdown-column,
  th.dropdown-column {
    width: calc(.6rem + 18px) !important;
    max-width: calc(.6rem + 18px) !important;
    padding-right: .3rem;
    border-right: none;
  }

  table .dropdown .btn {
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 14px;
  }

  table .dropdown .btn i {
    line-height: 16px;
  }
}

/* Limit the width of the datetime column in send-history table (send booking & send receipt) */
td.datetime-column {
  width: 160px !important;
  max-width: 160px !important;
}

@media (max-width: 575.98px) {
  /* Limit the width of the datetime column in tables */
  td.datetime-column {
  width: 85px !important;
  max-width: 85px !important;
  }
}

/* Tables in view unit and my account */
.table-pricelist th,
#table-receipts th {
  /* border-bottom: 1px solid #ced4da!important; */
  border-bottom: 1px solid #6c757d!important;
  /* background-color: #3374BA; */
  /* background-color: #fff; */
  /* background-color: #e9ecef; */
  background-color: #f8f9fa;
  font-weight: 600;
  color: black;
}

.font-emphasize {
  color: #343a40;
  font-weight: 600;
}

.business-contact-item {
  display: inline-block;
  margin-left: 1.5rem;
}

.business-contact-item:first-child {
  margin-left: 0;
}

.business-contact-item i {
  margin-right: 0.25rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .business-contact-item {
    display: block;
    margin-left: 0;
  }
}

/* Edit button for business info on forms (receipt and booking)*/
#btn-edit-business-info {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.card-business-info {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .business-name h1 {
    font-size: 2rem;
  }

  /* Edit button for business info on forms (receipt and booking)*/
  #btn-edit-business-info {
    top: 0;
    right: 0;
  }
}

/* Cards */
@media screen and (max-width: 575.98px) { /* below medium device size (small break point)*/
  .card-body {
    padding: 1rem; 
  }

  .transaction-form .card-body {
    padding: .5rem .5rem; 
  }

  .card-form .card-body {
    padding: .75rem .5rem; 
  }

  .card-title {
    margin-bottom: .75rem;
    margin-top: 0rem;
    /* font-size: 18px; */
  }

  .transaction-form .card-title {
    margin-bottom: .4rem;
    margin-top: .75rem;
    /* font-size: 18px; */
  }
}

/* Form menu */
.form-menu {
  width: 100%;
  margin: .75rem 0;
  text-align: center;
}

.form-menu div {
  margin: 0 0.125rem;
}

.form-menu div:first-child {
  margin-left: 0;
}

.form-menu div:last-child {
  margin-right: 0;
}

.form-menu .btn span:nth-child(2),
.btn-form span:nth-child(2) {
  margin-left: .25rem;
}


.form-menu .btn:first-child {
  margin-left: 0;
}

.form-menu .btn:last-child {
  margin-right: 0;
}

.form-menu a {
  text-decoration: none;
}

/* fixed width save button on forms */
#savebuttonspan {
  display: inline-block;
  width: 3em;
}

#sendbuttonspan {
  display: inline-block;
  width: 2.5em;
}

/* Small devices (landscape phones, less than 768px) */
/* Menu fixed on bottom of screen */
@media screen and (max-width: 575.98px) { 
  .form-menu {
    margin: 0.5rem 0;
  }
  
  .form-menu {
    margin: 0;
    padding: 0.25rem 1.5rem 0.5rem 1.25rem;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #007bff !important;
    border-top: 1px solid #007bff !important;
    box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075)!important;
    margin-left: -5px !important;
  }

  /* equal distance between buttons on small screens */
  .form-menu div {
    margin: 0 auto !important;
  }

  #savebuttonspan, #sendbuttonspan {
    display: block;
    width: auto;
  }

  .form-menu .btn span:nth-child(2) {
    margin-left: 0;
  }

  .form-menu .btn {
    width: auto;
    height: 54px;
    padding: 2px .5rem;
    border-radius: 0.25rem;
    border: none;
    box-shadow: none; 
    color: #fff !important;        
  }

  .form-menu a.max-height {
    color: #fff !important; 
    height: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .form-menu .btn i {
    font-size: 28px;
    line-height: 34px;
    vertical-align: bottom;
  }

  .form-menu #savebuttonspan i,   .form-menu #sendbuttonspan i {
    font-size: 14px;
    line-height: 16px;
  }

  .form-menu .btn span {
    display: block;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;    
  }

  .small-center {
    margin: 0 auto;
  }

}

/* Row and columns on small devices */
/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  /* To prevent overflow in x direction and fixed menus moving */
 .no-overflow .row {
    margin-left: 0;
    margin-right: 0;
  }
  .no-overflow .col {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Half of padding 1 size on form-group */
.pr-half {
  padding-right: 0.125rem !important;
}

.pl-half {
  padding-left: 0.125rem !important;
}

/* Error message in tables */
table.border-error {
  border: 1px solid #dc3545 !important;
}

.message-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.line-through {
  text-decoration: line-through;
}

/* Copy in input */
.input-wrapper {
  position: relative;
}

.btn-copy-wrapper {
  position: absolute;
  right: calc(1px + 0.75rem);
  bottom: calc(1px + 0.35rem);
}

button.btn-copy {
  padding: 0 !important;
  border: none;
  color: #6c757d;
}

@media (max-width: 575.98px) {
  .btn-copy-wrapper {
    right: calc(1px + 0.5rem);
    bottom: calc(1px + 0.25rem);
    font-size: 0.875rem;
  }
}


/* || beautify */
.beautify {
  font-size: 18px;
  letter-spacing: .025em;
}

.beautify h2 {
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  font-weight: 600;
}

.beautify h3, .beautify h4 {
  font-size: 1.15rem;
  line-height: 1.35em;
  margin-bottom: 1em;
  font-weight: 700;
}

.beautify ol+h2, 
.beautify ol+h3, 
.beautify ol+h4, 
.beautify p+h2, 
.beautify p+h3, 
.beautify p+h4, 
.beautify ul+h2, 
.beautify ul+h3, 
.beautify ul+h4 {
  padding-top: 1.67em;
}
 
.beautify ol, 
.beautify p, 
.beautify ul:not(.list-group) {
  margin-bottom: 1.67em !important;
}

/* Double margin on last paragraph */
.beautify p:last-child,
.beautify:not(.card) ol:last-child,
.beautify:not(.card) ul:last-child {
  margin-bottom: 3.34em !important;
}

.beautify ol,
ol.beautify, 
.beautify ul:not(.list-group) {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  margin-left: 1.389em !important;
  margin-bottom: 1.67em !important;
}

.beautify ol li,
ol.beautify li {
  list-style: decimal;
  margin-bottom: .835em !important;
  display: list-item;
  text-align: -webkit-match-parent;
}

.beautify ul:not(.list-group) li {
  list-style: none;
  position: relative;
  padding: 0 0 0 33px;
  margin-bottom: .835em !important;
}

.beautify ul:not(.list-group) li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #007bff;
  position: absolute;
  top: .835em;
  left: 0;
  margin-top: -4px;
}

.beautify ul.checklist li:before {
  background: transparent;
  content: "";
  display: block;
  transform: rotate(45deg);
  height: .975em;
  width: 0.55em;
  border-bottom: .25em solid #007bff;
  border-right: .25em solid #007bff;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.1em;
}

/* end beautify */

.social-media-links a {
  font-size: 30px;
  margin-left: .5rem;
  margin-right: .5rem;
}


/* END - SITEWIDE */


/* || HOME */
/* Circle buttons with icons */
.btn-home-menu {
  text-align: center;
  width: 100%;
  padding-bottom : 20%; /* = 20% of width*/
  padding-top: 20%;
  margin:0%;
}

.btn-home-menu .btn {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 0;
  border-radius: 20%;
  font-size: 60px;
}


.btn-home-menu .badge { 
  position: absolute; 
  top: -15px; 
  right: -15px;
  border-radius: 1.5rem; 
  font-size: 1.5rem;
}

/* To get the icons to align to middle */
.btn-home-menu i {
  vertical-align: 2px;
}

.btn-home-menu .btn-home-menu-text {
  font-size: 16px;
  font-weight: 700;
}

.menu_buttons h6 {
  margin-top: 5px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) { /* less than medium breakpoint */
  .btn-home-menu .btn {
    width: 80px;
    height: 80px;
    border-radius: 20%;
    font-size: 45px;
    align-content: center;
  }

  .btn-home-menu i {
    vertical-align: 0;
  }

  .btn-home-menu .btn-home-menu-text {
    font-size: 16px;
    font-weight: 700;
  }
}

@media screen and (max-width: 400px) { /* phones */
  .btn-home-menu .btn {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    font-size: 30px;
  }

  .btn-home-menu i {
    vertical-align: 0;
  }

  .btn-home-menu .badge { 
    top: -10px; 
    right: -10px; 
    font-size: 1rem;
  }

  .btn-home-menu .btn-home-menu-text {
    font-size: 12px;
    font-weight: 700;
  }
}
/* END - HOME */




/* || BOOKING AND RECEIPT*/
/* Transaction form */
.form-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: right;
  margin-bottom: 2rem;
}

.booking-info-small {
  width: 10rem;
  overflow: wrap;
}


@media screen and (max-width: 768.98px) {
  .form-title {
    margin-bottom: 1rem;
  }

  .booking-info-small {
    width: 8rem;
    overflow: wrap;
  }
}

.transaction-form .card-title {
  margin-bottom: .4rem;
}

.transaction-form .card {
  border: none;
}

/* Make columns same height */
.row-col-eq-height {
  display: flex; /* equal height of the children */
}

.col-eq-height .card { 
  height: 100%; /* height equal to that of parent */
}

/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) { /* below medium device size */
  .row-col-eq-height{
    display: block; /* no logner need equal height of the children */
  }
}



.transaction-form-title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 800;
  color:  #CEE0F3!important;
  text-align: center;
  letter-spacing: 0.4rem;
}

.transaction-form-divider {
  border-width: 4px;
  border-color: #9DC1E7!important;
  border-radius: 2px;
}

@media screen and (max-width: 780px) {
  .transaction-form-title {
    font-size: 22px;
  }
}
/* END Transaction form */

/* Align sorting toggle to middle */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .65em;
}
/* END - BOOKING AND RECEIPT */



/* || LOGIN, SIGNUP AND PW-RESET PAGES */
#login-wrapper {
   width: 100%;
   max-width: 25rem;
   padding: 0 0.5rem;
}

.checkbox-lg {
  width: 1.2rem;
  height: 1.2rem;
}

#login-page,
#signup-page,
#pw-reset-page {
  background-color: #DAE3F3;
}
/* END - LOGIN, SIGNUP AND PW-RESET PAGES */




/* TABLES */
.table-payment thead {
  /* background-color: #011627; */
  background-color: #CEE0F3 !important;
  color: inherit;
}

.table-list thead {
  background-color: #CEE0F3;
  color: inherit;  
}

.table-list th { 
  text-align: center; 
  vertical-align: middle !important;
}

.table-list td {
  vertical-align: middle !important;
}


.total-rows tr:not(:last-child):first-child td,
.total-rows tr:last-child td {
  border-top: 1px solid #ced4da !important;
}

.total-rows tr:not(:last-child) td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

td.col-total-info {
  max-width: 100px !important;
}

.tax-symbol {
  font-family: monospace;
}

.tax-descriptions {
  text-align: right;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  color: #6c757d;
  margin: .25rem .25rem .25rem 0;
}

.tax-descriptions li {
  display: inline-block;
  margin-left: 1rem ;
}

/* Fit table column width to content */
.table td.col-fit, 
.table th.col-fit {
  white-space: nowrap;
  width: 1%;
}

/* Alignment of total rows in table-payment */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .total-rows td.total-name {
    padding-left: 33%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .total-rows td.total-name {
    padding-left: 66%;
  }
}
/* END Alignment of total rows in table-payment */

#total_paid_row {
  font-weight: bold;
  background-color: #feffd5 !important;
  /* background-color: #011627; */
}

#total_paid_row td:last-child {
  border-radius: 0 0 0.25rem 0;
  -moz-border-radius: 0 0 0.25rem 0;
  -webkit-border-radius: 0 0 0.25rem 0;
}

#total_paid_row td:first-child {
  border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  -webkit-border-radius: 0 0 0 0.25rem;
}

.bg-blue {
  background-color: #3374BA;
}

.paginate_button.active {
  background-color: #3374BA;
}

/* Outside table border */
.table-border {
  border: 1px solid #ced4da !important;
  border-radius: .30rem;
  -moz-border-radius: .30rem;
  -webkit-border-radius: .30rem;
  border-spacing: 0px; 
  border-collapse: separate;
}



/* Vertical borders inside the table */
.table-borders tr th:not(:last-child):not(.dropdown-column),
.table-borders tr td:not(:last-child):not(.dropdown-column) {
  border-right: 1px solid #ced4da;
}

/* Horisontal borders inside the table */
.table-border tr th,
.table-horisontal-borders tr th,
.table-horisontal-borders tr:not(:last-child) td,
.table-borders tr th,
.table-borders tr:not(:last-child) td {
  border-bottom: 1px solid #ced4da;
}


.table-border-secondary {
  border: 1px solid #6c757d;
  border-radius: .30rem;
  -moz-border-radius: .30rem;
  -webkit-border-radius: .30rem;
  border-spacing: 0px; 
  border-collapse: separate;
}

td.no-lborder,
th.no-lborder {
  border-left: none!important;
}

td.no-rborder,
th.no-rborder {
  border-right: none!important;
}


table thead tr:first-child th:first-child {
  border-radius: 0.25rem 0 0 0;
  -moz-border-radius: 0.25rem 0 0 0;
  -webkit-border-radius: 0.25rem 0 0 0;
}

table thead tr:first-child th:last-child {
  border-radius: 0 0.25rem 0 0;
  -moz-border-radius: 0 0.25rem 0 0;
  -webkit-border-radius: 0 0.25rem 0 0;
}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
  -moz-border-radius: 0 0 0.25rem 0;
  -webkit-border-radius: 0 0 0.25rem 0;
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  -webkit-border-radius: 0 0 0 0.25rem;
}

/* Wrapping */
.no-wrap {
  white-space: nowrap;
}

/* END TABLES */




/* || PRINT STYLE */
@media print {
  /* Page settings */
  @page { 
    size:210mm 297mm; 
    margin: 0;
  }
  
  /* No margin to avoid headers and footers on printouts */
  #content, #page {
    width: 100%; 
    margin: 0; 
    float: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }

  /* Hide elements not to be printed */
  .print-none,
  form#booking_form,
  form#receipt_form,
  .page-title,
  .form-menu,
  .footer-main,
  .pagination,
  .send-menu,
  .dataTables_length,
  .dataTables_filter,
  .table-list .dropdown-column,
  .table-payment .dropdown-column,
  footer {
    display: none;
  }

  .transaction-form,
  .card-form {
    width: 100%;
    box-shadow: none!important;
    border: none;
    margin: 0;
    padding: 2rem 2rem 1rem 2rem;
    background-color: white!important;
  }
  
  .transaction-form .card-title {
    margin-bottom: .55rem;
  }

  .transaction-form .card {
    background-color: white!important;
  }

  th {
    color: black;
    font-weight: 700;
  }

  th, td {
    border-radius: 0 !important;
  }

  .table-payment thead th {
    background-color: #CEE0F3 !important;
    color: inherit;
  }

  #total_paid_row td {
    font-weight: 700;
    background-color: #feffd5 !important;
    /* background-color: #011627; */
  }

  /* To get two columns on print (as on the lg setting)*/
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Order of columns */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
 
   .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Order of columns */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  /* Add bottom border to table head */
  .table-payment th {
    border-bottom: 1px solid #ced4da !important;
  }

  h5 {
    font-size: 14pt;
  }

  /* To get margins as for medium screen */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
  }

  /* List table settings */
  .table-list {
    margin-top: 3cm;
  }

}
/* END PRINTSTYLE */



/* || WEBSITE INPUT  */

/* || ICONS */

/* Default icon style */

.icon {
  /* Use the current text color as the icon’s fill color. */
  fill: currentColor;
  stroke: currentColor;
  fill: #343a40;
  stroke: #343a40;
  /* Inherit the text’s size too. Also allows sizing the icon by changing its font-size. */
  width: 36px;
  height: 36px;
  /* The default vertical-align is `baseline`, which leaves a few pixels of space below the icon. Using `center` prevents this. For icons shown alongside text, you may want to use a more precise value, e.g. `vertical-align: -4px` or `vertical-align: -0.15em`. */
  vertical-align: middle;
  /* Paths and strokes that overflow the viewBox can show in IE11. */
  overflow: hidden;
  stroke-width: 1.5%;
}

.icon-lg {
  width: 64px;
  height: 64px;
  fill: #343a40;
  stroke: #343a40;
}

.tip {
  /* Use the current text color as the icon’s fill color. */
  fill: #3374BA;
  stroke: #3374BA;
  /* Inherit the text’s size too. Also allows sizing the icon by changing its font-size. */
  /* height:2.5em; */
  /* width: 8.5em; */
  /* The default vertical-align is `baseline`, which leaves a few pixels of space below the icon. Using `center` prevents this. For icons shown alongside text, you may want to use a more precise value, e.g. `vertical-align: -4px` or `vertical-align: -0.15em`. */
  vertical-align: middle;
  /* Paths and strokes that overflow the viewBox can show in IE11. */
  overflow: hidden;
  stroke-width: none;
}

/* END ICONS */

/* Amenities */
.amenity {
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  width: calc(33.33% - 4px);
  margin: 0.25rem 0 .25rem 0;
  opacity: 1;
  transition: opacity 0.5s linear;
  color: #6c757d;
  clear: right;
  text-indent: calc(-36px - 0.5rem);
  padding-left: calc(36px + 0.5rem);
  padding-right: .5rem;
}

.amenity span {
  font-weight: 600;
  font-size: 1rem;
  padding-left: .25rem;
  margin: auto 0;
  line-height: 1rem;
}

.amenity i {
  font-size: 1.2rem;
  padding-left: 2rem;
}

.amenities {
  overflow: hidden;
}

.card.amenity-card {
  border: none;
  clear: both;
}

.unit-highlights .amenity,
.main-highlights .amenity {
  font-size: 1.2rem;
}
.unit-highlights .amenity i,
.main-highlights .amenity i {
  font-size: 1.4rem;
}

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {
  .main-unit-amenities .amenity {
    width: calc(50% - 4px);
  }

  .card-amenities .amenity {
    width: calc(50% - 4px);
  }
  
}

/* Medium devices (tablets, less than 1100px) */
@media screen and (max-width: 1099.98px) {
  .main-highlights .amenity {
    width: calc(50% - 4px);
  }
}

/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
  .amenity {
    width: calc(50% - 4px);
  }

  .unit-highlights .amenity {
      width: calc(50% - 4px);
  }

  .unit-amenities .amenity,
  .main-amenities .amenity {
    width: 100%;
  }

  .main-highlights .amenity {
    width: calc(50% - 4px);
  }

  .main-unit-amenities .amenity {
    width: 100%;
  }
  
  .card-amenities .amenity {
    width: 100%;
  }
}

.additional-information {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
}


/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  .unit-highlights .amenity {
      width: calc(33.33% - 4px);
  }

  .unit-amenities .amenity,
  .main-amenities .amenity {
    width: calc(50% - 4px);
  }

  .unit-amenities-card .amenity {
    width: 100%;
  }

  .main-highlights .amenity {
    width: calc(50% - 4px);
  }

  .main-unit-amenities .amenity {
    width: calc(50% - 4px);
  }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .icon {
    width: 26px;
    height: 26px;
  }

  .icon-lg {
    width: 36px;
    height: 36px;
  }
  
  .amenity {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    width: calc(33.33% - 4px);
    margin: 0.25rem 0 .25rem 0;
    opacity: 1;
    transition: opacity 0.5s linear;
    color: #6c757d;
    clear: right;
    text-indent: calc(-26px - 0.5rem);
    padding-left: calc(26px + 0.5rem);
    padding-right: .5rem;
  }
  
  .amenity span {
    font-weight: 600;
    font-size: .85rem;
    padding-left: .25rem;
    margin: auto 0;
    line-height: 1rem;
  }
  
  .amenity i {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
  


  .amenity {
    width: 100%;
  }

  .unit-highlights .amenity {
    width: calc(50% - 4px);
  }

  .unit-amenities .amenity,
  .main-amenities .amenity {
    width: 100%;
  }

  .unit-amenities-card .amenity {
    width: 100%;
  }

  .main-highlights .amenity {
    width: 100%;
  }

  .amenity,
  .unit-highlights .amenity,
  .main-highlights .amenity,
  .unit-amenities .amenity,
  .main-amenities .amenity,
  .main-unit-amenities .amenity {
    width: calc(50% - 4px) !important;
  }
 
}

/* Extra small devices (portrait phones, less than 340px) */
@media screen and (max-width: 339.98px) {
  .amenity,
  .unit-highlights .amenity,
  .main-highlights .amenity,
  .unit-amenities .amenity,
  .main-amenities .amenity,
  .main-unit-amenities .amenity {
      width: 100% !important;
  }
}
/* END Amenities */





/* Large checkbox */
.checkbox-lg {
display: inline-block;
width: 24px!important;
height: 24px!important;
margin-top: 0 !important;
vertical-align: top !important;
}

.label-checkbox-lg {
display: inline-block;
margin-left: 15px;
vertical-align: bottom;
}

.checkbox-icon{
  margin-top: 6px !important;
}

/* Custom switch buttons */
.custom-switch-lg {
padding-left: 2.25rem;
padding-bottom: 1rem; /* // added for positioning */
}

.custom-switch-lg .custom-control-label { /* // added for alignment with the switch */
padding-top: 0.5rem;
padding-left: 2rem;
padding-bottom: 0.1rem;
}

.custom-switch-lg .custom-control-label::before {
left: -2.25rem;
height: 2rem;
width: 3.5rem;    /* // it was 1.75rem before. Sliding way is longer than before */
pointer-events: all;
border-radius: 1rem;
}

.custom-switch-lg .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(2rem - 4px);   /* // it was calc(1rem - 4px) before. Oval is bigger than before. */
height: calc(2rem - 4px);  /* // it was calc(1rem - 4px) before. Oval is bigger than before. */
background-color: #adb5bd;
border-radius: 2rem; /* //   it was 0.5rem before. Oval is bigger than before. */
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch-lg .custom-control-label::after {
  transition: none;
}
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(1.5rem); /* //translateX(0.75rem); */
transform: translateX(1.5rem); /* //translateX(0.75rem); */
}

/* Close button */
.btn-close {
padding: 0rem 0.05rem;
font-size: 1rem !important;
line-height: 1.5rem !important;
border-width: 0 !important;
box-shadow: none!important;
vertical-align: middle;
color:  #6c757d;
background-color: transparent;
}

.btn-close:hover,
.btn-close:active {
color: #343a40;
}


.btn-close span {
vertical-align: text-top;
}

.close {
text-shadow: none;
}


/* Host profile image */
div.profile-image {
width: 150px;
height: 150px;
border-radius: 50%;
background-color: #cccccc;
/* background-image: url('/images/undraw_profile_pic_ic5t.svg'); */
/* background-image: url('/images/undraw_team_ih79.svg'); */
background-position:center center;
background-repeat:no-repeat;
background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

/* File input button styling */
.file-input-button {
position: relative;
}

.file-input-button input {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
margin: 0;
padding: 0;
filter: alpha(opacity=0);
opacity: 0;
cursor: pointer;
}

/* Website image upload */
.upload-image {
position: relative;
width: 100%;
padding-bottom: 75%;
border-radius: 0.25rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #cccccc;
cursor: pointer;
}

.btn-upload-image-delete {
position: absolute;
top: 3%;
left: 2%;
}

.btn-upload-image-moveup {
position: absolute;
top: 3%;
right: 2%;
}

.btn-upload-image-movedown {
position: absolute;
bottom: 3%;
right: 2%;
}

span.upload-image-main {
position: absolute;
bottom: 3%;
left: 2%;
}


/* Paused Unit */
.card-website-unit-paused .card-title,
.card-website-unit-paused a,
.card-website-unit-paused a span,
.card-website-unit-paused a button {
color: #969DA4 !important;
border-color: #969DA4 !important;
}

/* Unit and website category links */
.unit-category-link,
.website-category-link {
text-decoration: underline;
font-size: 1.1rem;
font-weight: 500;
}

.unit-category-link:hover,
.website-category-link:hover {
color: #17a2b8 !important;
}

.card-website-unit-paused .btn:hover,
.card-website-unit-paused .btn:hover span {
color: #fff !important;
}

/* Mobile bottom menu */
.mobile-bottom-menu {
  position: fixed!important;
  bottom: 0!important;
  left: 0 !important;
  right: 0 !important;
  /* width: 100%!important; */
  z-index: 10;
}

.mobile-bottom-menu span.text-muted {
  color: #f8f9fa !important;
}

/* Increasing/decreasing quantities */
.quantity-group {
display: block;
margin-bottom: 1rem;
}

.quantity-input {
display: flex;
justify-content: space-between;
margin: 0.75rem 0 1.5rem 0;
}

.quantity-label {
display: inline-block;
padding-right: 1rem;
margin-bottom: 0;
}

.quantity-sub-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 0.8rem;
}

.quantity-counter {
position: relative;
display: inline-block;
min-width: 100px;
width: 120px;
text-align: center;
}

.btn-decrease,
.btn-increase {
width: 34px;
height: 34px;
border-radius: 50% !important;
padding: 0;
}

.btn-decrease {
position: absolute;
left: 0;
}

.btn-increase {
position: absolute;
right: 0;
}

span.quantity,
.quantity-group label {
line-height: 34px;
font-weight: 500; 
}

span.quantity {
font-size: 1.2rem;
}

.add-bed-pulldown .quantity-group {
margin: 0 1rem;
}

/* Add common area and bedroom buttons */
.btn-add-room {
  width: 185px;
  min-width: 185px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .btn-add-room {
    width: 160px;
    min-width: 160px;
  }
}


/* Sleeping icons */
.beds {
  text-align: center;
}

.bed {
  display: inline-block;
  margin: 1rem;
  color: #343a40;
  vertical-align: middle;
}

.bed i {
  display: inline-block;
  margin: 0 0.25rem 0 0.25rem;
  text-align: center;
  font-size: 2rem;
  color: #6c757d;
}

.bed span {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .bed span {
    font-size: .85rem;
  }
}

.btn-add-bed {
  display: inline-block;
  width: 6rem;
  margin: 1rem;
  padding: 0.75rem;
  border-radius: 1rem;
  vertical-align: middle;
}

.add-bed-pulldown {
  clear: both;
}

.room {
  margin-top: 1rem;
}

.room:first-child {
  margin-top: 0;
}


/* Tooltip */
.btn-tooltip {
padding: 0.25rem;
line-height: 1.7rem;
font-size: 1.2rem;
margin-left: 0.25rem;
}

/* END WEBSITE INPUT */

/* || WEBSITE */
.website-gallery .square {
  display: none;
  float:left;
  position: relative;
  width: 24.25%;
  padding-bottom : 18.05%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
  background-color: #cccccc;
  cursor: pointer;
}

/* Gallery with 1 image */
.website-gallery-1 .square:first-child {
  display: block;
}

.website-gallery-1 .square:first-child {
  width: 100%;
  padding-bottom : 40%; /* = width for a 1:1 aspect ratio */
  margin:0.5% 0;
  margin-left: 0;
  border-radius: 4px;
}
/* END Gallery with 1 image */


/* Gallery with 2 images */
.website-gallery-2 .square:first-child,
.website-gallery-2 .square:nth-child(2) {
  display: block;
}

.website-gallery-2 .square:first-child {
  width: 66%;
  padding-bottom : 44%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}

.website-gallery-2 .square:nth-child(2) {
  width: 33%;
  padding-bottom : 44%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-right: 0;
  border-radius: 0 4px 4px 0;
}
/* END Gallery with 2 images */


/* Gallery with 3 images */
.website-gallery-3 .square:first-child,
.website-gallery-3 .square:nth-child(2),
.website-gallery-3 .square:nth-child(3) {
  display: block;
}

.website-gallery-3 .square:first-child {
  width: 74.25%;
  padding-bottom : 37.125%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-left: 0;
  border-radius: 4px 0px 0px 4px;
}

.website-gallery-3 .square:nth-child(2),
.website-gallery-3 .square:nth-child(3) {
margin-right: 0;
}

.website-gallery-3 .square:nth-child(2) {
  border-radius: 0px 4px 0px 0px;
}

.website-gallery-3 .square:nth-child(3) {
  border-radius: 0px 0px 4px 0px;
}
/* END Gallery with 3 images */


/* Gallery with 4 images */
.website-gallery-4 .square:first-child,
.website-gallery-4 .square:nth-child(2),
.website-gallery-4 .square:nth-child(3),
.website-gallery-4 .square:nth-child(4) {
  display: block;
}

.website-gallery-4 .square:first-child {
  width: 49.5%;
  padding-bottom : 37.125%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-left: 0;
  border-radius: 4px 0px 0px 4px;
}

.website-gallery-4 .square:nth-child(2) {
  padding-bottom : 37.125%; /* full height */
}

.website-gallery-4 .square:nth-child(3),
.website-gallery-4 .square:nth-child(4) {
margin-right: 0;
}

.website-gallery-4 .square:nth-child(3) {
  border-radius: 0px 4px 0px 0px;
}

.website-gallery-4 .square:nth-child(4) {
  border-radius: 0px 0px 4px 0px;
}
/* END Gallery with 4 images */


/* Gallery with 5 or more images */
.website-gallery-5 .square:first-child,
.website-gallery-5 .square:nth-child(2),
.website-gallery-5 .square:nth-child(3),
.website-gallery-5 .square:nth-child(4),
.website-gallery-5 .square:nth-child(5) {
  display: block;
}

.website-gallery-5 .square:first-child {
  width: 49.5%;
  padding-bottom : 37.125%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-left: 0;
  border-radius: 4px 0px 0px 4px;
}

.website-gallery-5 .square:nth-child(3),
.website-gallery-5 .square:nth-child(5) {
margin-right: 0;
}

.website-gallery-5 .square:nth-child(3) {
  border-radius: 0px 4px 0px 0px;
}

.website-gallery-5 .square:nth-child(5) {
  border-radius: 0px 0px 4px 0px;
}
/* END Gallery with 5 or more images */

/* Gallery on extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Only show first image */
  .website-gallery .square {
    display: none !important;
  }

  .website-gallery .square:first-child {
    display: block !important;
  }

  .website-gallery .square:first-child {
    width: 100%;
    padding-bottom : 66%; /* = width for a 1:1 aspect ratio */
    margin:0.5% 0;
    margin-left: 0;
    border-radius: 0;
  }
}

.unitwebsite-gallery .square a,
.website-gallery .square a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}

.clear-floats {
  clear: both; /* Do not allow floating elements on the left or the right side */
}


.unitwebsite-gallery .square {
  display: none;
  float:left;
  position: relative;
  width: 24.25%;
  padding-bottom : 24.25%; /* = width for a 1:1 aspect ratio */
  margin:0 0.5%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

/* Unit gallery with 1 image */
.unitwebsite-gallery-1 .square:first-child {
  display: block;
}

.unitwebsite-gallery-1 .square:first-child {
  width: 100%;
  padding-bottom : 40%; /* = width for a 1:1 aspect ratio */
  margin:0.5% 0;
  margin-left: 0;
  border-radius: 4px;
}
/* END Unit gallery with 1 image */

/* Unit gallery with 2 images */
.unitwebsite-gallery-2 .square:first-child,
.unitwebsite-gallery-2 .square:nth-child(2) {
  display: block;
}

.unitwebsite-gallery-2 .square:first-child {
  width: 66%;
  padding-bottom : 44%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}

.unitwebsite-gallery-2 .square:nth-child(2) {
  width: 33%;
  padding-bottom : 44%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
  margin-right: 0;
  border-radius: 0 4px 4px 0;
}
/* END Unit gallery with 2 images */

/* Unit gallery with 3 images */
.unitwebsite-gallery-3 .square:first-child,
.unitwebsite-gallery-3 .square:nth-child(2),
.unitwebsite-gallery-3 .square:nth-child(3) {
  display: block;
  width: 32.666%;
  padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
  margin:0.5%;
}

.unitwebsite-gallery-3 .square:first-child {
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}

.unitwebsite-gallery-3 .square:nth-child(3) {
  margin-right: 0;
  border-radius: 0 4px 4px 0;
}
/* END Unit gallery with 3 images */

/* Unit gallery with 4 or more images */
.unitwebsite-gallery-4 .square:first-child,
.unitwebsite-gallery-4 .square:nth-child(2),
.unitwebsite-gallery-4 .square:nth-child(3),
.unitwebsite-gallery-4 .square:nth-child(4) {
  display: block;
}

.unitwebsite-gallery-4 .square:first-child {
margin-left: 0;
border-radius: 4px 0px 0px 4px; /* rounded corners left */
}

.unitwebsite-gallery-4 .square:nth-child(4) {
margin-right: 0;
border-radius: 0px 4px 4px 0px; /* rounded corners right */
}
/* Unit gallery with 4 or more images */


/* Unit gallery with 4 or more images */
.unitwebsite-gallery-4 .square:first-child,
.unitwebsite-gallery-4 .square:nth-child(2),
.unitwebsite-gallery-4 .square:nth-child(3),
.unitwebsite-gallery-4 .square:nth-child(4) {
  display: block;
}

.unitwebsite-gallery-4 .square:first-child {
margin-left: 0;
border-radius: 4px 0px 0px 4px; /* rounded corners left */
}

.unitwebsite-gallery-4 .square:nth-child(4) {
margin-right: 0;
border-radius: 0px 4px 4px 0px; /* rounded corners right */
}
/* Unit gallery with 4 or more images */

/* Gallery on extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Only show first image */
  .unitwebsite-gallery .square {
    display: none !important;
  }

  .unitwebsite-gallery .square:first-child {
    display: block !important;
  }

  .unitwebsite-gallery .square:first-child {
    width: 100%;
    padding-bottom : 66%; /* = width for a 1:1 aspect ratio */
    margin:0.5% 0;
    margin-left: 0;
    border-radius: 0;
  }

}


.unit-gallery .square {
  float:left;
  position: relative;
  width: 100%;
  padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
  margin:0%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.host-image .square {
  float:left;
  position: relative;
  width: 100%;
  padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
  margin:0%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.host-images .square {
  width: 60px;
  height: 60px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.border-none{
  border: none;
}

.website-contact .card {
  margin-left: 15px !important;
  margin-top: 1.25rem !important;
  margin-bottom: 2rem !important;
  width: 350px;
  max-width: 350px !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 80px !important;
  z-index: 1 !important;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .website-contact .card {
    margin-right: 15px;
  }
}

#more {
  display: none;
}

.availability-badge {
  width: 100%;
  padding: 0.25rem;
  border-radius: 0 .25rem 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  white-space: normal;
  word-wrap: normal !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .availability-badge {
    border-radius: 0;
  }
}

.availability-badge-break {
  display: none;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .availability-badge-break {
    display: inline;
  }
}

@media (max-width: 399.98px) {
  .availability-badge-break {
    display: inline;
  }
}


/* END WEBSITE */



/* Website fonts */
h1.website-card-title {
  font-size: 2rem;
}

h2.website-card-title {
  font-size: 1.7rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1.website-card-title {
    font-size: 1.6rem;
  }
  
  h2.website-card-title {
    font-size: 1.36rem;
  }

  .website-footer span {
    font-size: .85rem;
  }

  .website-footer h5,
  h5.website-card-title {
    font-size: 1.2rem;
  }

  .website-footer h6 {
    font-size: .85rem;
  }

  .website-footer  {
    height: 1.7em;
    width: 8.075em;
    vertical-align: -0.5em;
  }
}

/* WEBSITE */
.website-section {
  clear: both; /* Do not allow floating elements on the left or the right side */
  margin-bottom: 1rem;
}

.website-section-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  margin: 0.5rem 0.75rem;
}

.website-section-menu label {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.website-section-content {
  overflow: hidden; /* to include the floating elements in the div */
  margin: 0.75rem;
  padding: 0.75rem 0.75rem;
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
}

.website-section-content h1 {
  margin-bottom: 0 !important;
}

.website-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.unit-image {
  float:left;
  position: relative;
  width: 100%;
  min-height: 195px;
  padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
  margin:0%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #cccccc;
}

.unit-see-more {
  clear: both;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .website-title {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 1.6rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }

  .unit-image {
    padding-bottom : 75% !important;
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .unit-see-more {
    text-align: center;
  }
}

.edit-map {
  width: 100%!important;
  padding-bottom: 50%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .edit-map {
    padding-bottom: 66.67% !important;
  } 
}

/* RIBBON */
/* <div class="ribbon ribbon-top-left"><i class="far fa-fw fa-calendar-check mr-2"></i><span>available</span></div> */
/* <div class="ribbon ribbon-top-left"><i class="far fa-fw fa-calendar-times mr-2"></i><span>not available</span></div> */
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

/* ribbon back side */
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

/* END WEBSITE */



/* || MESSAGES */
.msg-modal-input {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
/* || END MESSAGES */




/* || SUPPORTING PAGES */
p.quote {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  margin: 2rem 0;
}

/* FAQ search field */
.has-lg-search .form-control {
  padding-left: calc(1.5em + 1rem + 2px) !important;
}

.has-lg-search i {
  font-size: 1.25rem;
  position: absolute;
  z-index: 2;
  display: block;
  width: calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  line-height: calc(1.5em + 1rem + 2px);
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .has-lg-search .form-control {
    padding-left: calc(1.5em + 0.75rem + 2px);
  }

  .has-lg-search i {
    font-size: 1rem;
    width: calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
    line-height: calc(1.5em + 0.75rem + 2px);
  }
}
/* END FAQ search field */

.faq-question-list,
.faq-category-list {
  list-style: none;
  padding-left: 0;
}

.faq-question-list li {
  margin: 2rem 0;
}

.faq-category-list {
  margin-top: 12.2rem;
}

.faq-category-list li {
  margin-bottom: .25rem;
}

.text-faq-alert {
  font-weight: 600;
}


/* FAQ category buttons */
.btn-faq-category {
  color: #343a40;
  border-color: transparent;
  text-align: left;
}

.btn-faq-category:hover {
  color: #007bff;
  font-weight: 700;
}

.btn-faq-category:focus, .btn-faq-category.focus {
  box-shadow: none;
  color: #007bff;
  font-weight: 700;
}


.btn-faq-category:not(:disabled):not(.disabled):active, .btn-faq-category:not(:disabled):not(.disabled).active,
.show > .btn-faq-category.dropdown-toggle {
  color: #007bff;
  font-weight: 700;
}

.btn-faq-category:not(:disabled):not(.disabled):active:focus, .btn-faq-category:not(:disabled):not(.disabled).active:focus,
.show > .btn-faq-category.dropdown-toggle:focus {
  box-shadow: none;
  font-weight: 700;
}
/* END FAQ category buttons */

.narrow-fow {
  max-width: 768px;
  padding: 0 .5rem;
  margin-left: auto;
  margin-right: auto;
}

ol.alpha-list {
  list-style-type: lower-alpha;
}

/* END SUPPORTING PAGES */



/* || FRONT PAGE */
.navbar-ext {
  font-size: 1.25rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-ext {
    font-size: 1rem;
  }
}

.img-hero {
  height: auto;
}

.fp-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-section {
  padding-top: 80px;
  padding-bottom: 60px;
}


.features-section {
  font-size: 1.1rem !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
 .features-section {
   max-width: 540px;
 }
}

.column-left {
  padding-right: 30px !important;
}

.column-right {
  padding-left: 30px !important;
}

.column-middle {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.heading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.main-heading {
  font-size: 4.5rem;
  font-weight: 700;
}

.pricing-section-heading {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.fp-section-text,
.fp-section-text ol {
  font-size: 1.2rem;
}

.fp-card-image {
  /* float:left; */
  position: relative;
  width: 100%;
  height: 150px;
  margin:0%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain; /* you change this to "contain" if you don't want the images to be cropped */
  border-radius: 0.25rem;
}

.fp-section-image {
  float:left;
  position: relative;
  width: 100%;
  padding-bottom : 100%;
  margin:0%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size: contain; /* you change this to "contain" if you don't want the images to be cropped */
  border-radius: 0.25rem 0 0 0.25rem;
}

.fp-quote {
  text-align: center;
  font-size: 1.7rem;
  font-style: italic;
  color: #3374BA;
}

.wrapper-link,
.wrapper-link:hover {
  text-decoration: none;
  color: inherit;
}

.wrapper-link:hover .btn-outline-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.wrapper-link:hover .btn-primary {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.wrapper-link:hover .card {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
} 

.wrapper-link:hover .cta {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .main-heading {
    font-size: 3.5rem;
  }

}

/* Medium devices (tablets, less than 1100px) */
@media screen and (max-width: 1099.98px) {
  .fp-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-section {
    padding-top: 30px;
  }
  
  .column-left {
    padding-right: 14px !important;
  }
  
  .column-right-right {
    padding-left: 14px !important;
  }

  .column-middle {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  
  .heading {
    font-size: 2rem;
  }

  .main-heading {
    font-size: 2.5rem;
  }
  
  .lead {
    font-size: 1.1rem;
  }

  .fp-quote {
    font-size: 1.5rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .fp-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .column-left,
  .column-right,
  .column-middle {
    padding: 0 !important;
    margin-top: 30px !important;
  }

  .heading {
    font-size: 1.7rem;
  }

  .main-heading {
    font-size: 2.5rem;
  }

  .fp-section-text {
    font-size: 1.1rem;
  }
  
  .fp-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


/* || END FRONT PAGE */

/* || FOOTER */
.footer-link-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.footer-link-list li {
  margin: .75rem 0;
  font-size: 1.1rem;
}

.footer-link-list li:first-child {
  margin-top: 0;
}

.footer-link-list li:last-child {
  margin-bottom: 0;
}

.footer-link {
  color: #6c757d;
}

.footer-link:hover {
  color: #343a40;
  text-decoration: none;
}

/* Make columns same height */
.row-col-eq-height-footer {
  display: flex; /* equal height of the children */
}

.col-eq-height-footer .card { 
  height: 100%; /* height equal to that of parent */
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .row-col-eq-height-footer {
    margin: 20px 0 !important;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) { /* below small device size */
  .row-col-eq-height-footer {
    display: block; /* no longer need equal height of the children */
    margin: 15px 0 !important;
  }
}




/* END FOOTER */



/* || TEMPLATE PAGES */
.template-section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}


/* template section styling */
.template-section {
  letter-spacing: .025em;
}

.template-section h2 {
  margin-bottom: .8em;
}

.template-section h3, .template-section h4 {
  margin-bottom: .6em;
}

.template-section div.card{
  padding-top: .6em;
}

.template-section figure+h2, 
.template-section figure+h3, 
.template-section figure+h4,
.template-section .fig+h2, 
.template-section .fig+h3, 
.template-section .fig+h4,
.template-section .template-block+h2, 
.template-section .template-block+h3, 
.template-section .template-block+h4,
.template-section div.card+h2, 
.template-section div.card+h3, 
.template-section div.card+h4,
.template-section ol+h2, 
.template-section ol+h3, 
.template-section ol+h4, 
.template-section p+h2, 
.template-section p+h3, 
.template-section p+h4,
.template-section p+.embed-container,
.template-section ul+h2, 
.template-section ul+h3, 
.template-section ul+h4,
.template-section .embed-container+h2,
.template-section .embed-container+h3,
.template-section .embed-container+h4,
.template-section .embed-container+p {
  padding-top: 1.67em;

}

.template-section figure, 
.template-section .fig,
.template-section .template-block,
.template-section ol, 
.template-section p, 
.template-section ul:not(.list-group):not(.template-guide-list),
.template-section .embed-container,
.template-section .fp-section-text {
  margin-bottom: 1.67em !important;
}

/* .template-section p {
  margin-bottom: 1em !important;
} */

p.card-text:first-child {
  margin-top: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .template-section .card-template .card-body {
    padding-top: 1.67em; 
  }
}

/*end template section styling */



main.template-section {
  padding-top: 40px !important;
}

.template-pagetitle {
  text-align: center;
  margin-top: 40px;
}

ul.template-guide-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: -1.67em;
}

.template-guide-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 3px);
  margin: 0.25rem 0 .25rem 0;
  padding-right: 0.75rem;
  clear: right;
}


.template-guide-list li:nth-child(2n) {
  padding-right: 0;
  padding-left: .75rem;
}


.template-guide-list li {
  margin-bottom: 1.67em;
}

.template-guide-list-heading {
  color: #3374BA;;
  font-size: 1.2rem;
}

.template-guide-number {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 2px solid #3374BA;;
  border-radius: 10px;
  background-color: #fff;
  color: #3374BA;;
  margin-right: 0.25rem;
}

.text-dark-blue {
  color: #3374BA;
}

ul.list-benefits {
  /* padding-top: 1.5rem; */
  /* padding-bottom: 1rem; */
  list-style-type: none;
  padding-left: 0;
}

ul.list-benefits li {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 1.1rem;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}

/* Cookies */
.body {
  position: relative;
}

div.cookie-consent {
  position: fixed;
  /* bottom: 30px;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1200px;
  transform: translateX(-50%);
  border-radius: .5rem; */
  width: 100%;
  bottom: 0;
  border: none;
  border-radius: 0;
  background-color: #CEE0F3;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  z-index: 1000;
}

#cookieConsent a {
  color: #004FA3;
  text-decoration: none;
  background-color: transparent;
}

#cookieConsent a:hover {
  color: #004085;
  text-decoration: underline;
}

div.cookie-consent .card {
  border-radius: 0;
  background-color: #CEE0F3;
  border: none;
  max-width: 1200px;
}

i.fa-cookie {
  font-size: 2rem;
  color: #9d6b53;
}

i.fa-cookie-bite {
  font-size: 2rem;
  margin-left: -1.2rem;
  margin-right: .5rem;
  color: #d69f7e;
}

.cookie-text {
  display: inline-block;
  margin-left: 62px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  button.btn-cookies {
    display: block !important;
  }
}


/* END Cookies */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .template-guide-list li {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .center-when-small {
    text-align: center;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .template-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  main.template-section {
    padding-top: 15px !important;
  }

  .center-when-medium {
    text-align: center;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .column-template {
    padding-right: 30px !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .template-guide-list li {
    width: calc(33.33% - 4px);
    padding-right: 0.75rem !important;
    padding-left: 0 !important;
  }

  .template-guide-list li:nth-child(3n + 2) {
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }

  .template-guide-list li:nth-child(3n) {
    padding-right: 0 !important;
    padding-left: 0.75rem !important;
  }
}




/* END TEMPLATE PAGES */


/* || YOUTUBE VIDEO */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* END YOUTUBE VIDEO */


/* .multicalendar table {
  background-color: #f8f9fa !important;
}

.multicalendar .card-body {
  background-color: #f8f9fa !important;
}

.multicalendar th {
  background-color: #f8f9fa !important;
}

.multicalendar .btn-white {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
} */









/* || PLAN PAGE */
.btn-monthly,
.btn-yearly {
  border: 1px solid #3374BA;
  color: #3374BA;
}

.btn-monthly:hover,
.btn-yearly:hover {
  border: 1px solid #3374BA;
  color: #fff;
  background-color: #3374BA;
}

.btn-monthly.btn-chosen,
.btn-yearly.btn-chosen {
  border: 1px solid #3374BA;
  color: #fff;
  background-color: #3374BA;
}

/* || END - PLAN PAGE */


/* Styling for frontpage and template images  (add to transaction-form and mulicalendar-nav divs)*/

/* .image-bkg {
  background-color: #F8F9FA !important;
  background-color: #fff !important;
} */

/* .image-bkg th, */
/* .image-bkg .btn-white,
.image-bkg .btn-unit,
.image-bkg .bg-light {
  background-color: #F8F9FA !important;
  border-color: #F8F9FA !important;
  background-color: #fff !important;
  border-color: #fff !important;
} */
