/*****************

COLORS 

DARK : rgba(14,24,40,1);
BLUE #1 : rgba(61,190,228,1);
BLUE #2 : rgba(38,151,213,1);

*****************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
body.js-stop-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}
html, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: rgba(14, 24, 40, 1);
}
.container-xxl {
  max-width: 2560px;
}
a, button {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none
}
h2 {
  font-weight: 500;
  font-size: 28px;
}
h2 strong {
  font-weight: 700;
  border-bottom: solid 2px rgba(61, 190, 228, 1);
}
h3 {
  font-weight: 600;
  font-size: 20px;
  color: rgba(61, 190, 228, 1);
}
.btn {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.btn-gradient {
  background: rgb(24, 137, 199);
  background: -moz-linear-gradient(-45deg, rgba(24, 137, 199, 1) 0%, rgba(61, 190, 228, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(24, 137, 199, 1) 0%, rgba(61, 190, 228, 1) 100%);
  background: linear-gradient(-45deg, rgba(24, 137, 199, 1) 0%, rgba(61, 190, 228, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1889c7", endColorstr="#3dbee4", GradientType=1);
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.btn-gradient:hover {
  background: rgb(24, 137, 199);
  background: -moz-linear-gradient(45deg, rgba(24, 137, 199, 1) 0%, rgba(61, 190, 228, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(24, 137, 199, 1) 0%, rgba(61, 190, 228, 1) 100%);
  background: linear-gradient(45deg, rgba(24, 137, 199, 1) 0%, rgba(61, 190, 228, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1889c7", endColorstr="#3dbee4", GradientType=1);
  color: #fff;
}
.form-control:focus, .form-select:focus {
  color: rgba(14, 24, 40, 1);
  background-color: #fff;
  border-color: rgba(61, 190, 228, .5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(61, 190, 228, .15);
}
.form-select, .form-control {
  color: rgba(14, 24, 40, 1);
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(61, 190, 228, .07);
  border-color: rgba(61, 190, 228, .5);
  outline: 0;
}
.input-group .form-control {
  color: rgba(14, 24, 40, 1);
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(61, 190, 228, .07);
  border: solid 1px rgba(61, 190, 228, .5);
  outline: 0;
  border-right: none !important;
}
.input-group .btn {
  color: rgba(14, 24, 40, 1);
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(61, 190, 228, .20);
  border: solid 1px rgba(61, 190, 228, .5);
  outline: 0;
  border-left: none !important;
}
.wrapper-login-form {
  padding: 15%;
}
.logo-login-form {
  text-align: center;
  margin-bottom: 70px;
}
.logo-login-form img {
  width: 65%;
}
.wrapper-login-form input {
  font-size: 15px;
}
.wrapper-login-form .checkbox {
  font-size: 15px;
}
.wrapper-login-form .checkbox a {
  color: rgba(61, 190, 228, 1);
}
.wrapper-login-form .checkbox a:hover {
  color: rgba(61, 190, 228, .5);
}
.img-login-screen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-login-form .text-muted {
  color: rgba(14, 24, 40, .55) !important;
}
.wrapper-headerinfo {
  background-color: rgba(61, 190, 228, .20);
  color: rgba(14, 24, 40, 1);
  text-align: right;
  padding-top: 13px;
  padding-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
}
.headerinfo.list-inline {
  padding: 0;
  margin: 0;
}
.headerinfo li.list-inline-item {
  vertical-align: middle !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
	margin-left: .5rem;
}
.headerinfo li.list-inline-item img {
  width: 16px;
  height: auto;
}
.headerinfo li.list-inline-item > a {
  color: rgba(14, 24, 40, 1);
}
.headerinfo li.list-inline-item > a:hover {
  color: rgba(38, 151, 213, 1);
  text-decoration: none;
}
nav {
  background-color: rgba(14, 24, 40, 1);
}
.navbar {
  padding: 0;
}
nav .navbar-brand {
  color: rgba(61, 190, 228, 1);
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 30px;
  font-size: 18px;
  letter-spacing: .5px;
  padding-top: 10px;
}
nav .brand-dashboard {
  padding-top: 14px;
  padding-bottom: 9px;
}
nav .navbar-brand:hover {
  color: rgba(255, 255, 255, 1);
}
.navbar-toggler {
	color: rgba(61, 190, 228, 1);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2861, 190, 228, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-nav li {
  display: inline-block;
  margin-bottom: -3px !important;
}
nav .nav-item a {
  padding-top: 15px;
  color: rgba(255, 255, 255, 1);
  border-bottom: solid 8px transparent;
  font-size: 15px;
  font-weight: 500;
}
nav .nav-item a:hover, nav .nav-item a:focus {
  color: rgba(61, 190, 228, 1);
  border-bottom: solid 8px rgba(61, 190, 228, 1);
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: rgba(61, 190, 228, 1);
  border-bottom: solid 8px rgba(61, 190, 228, 1);
}
.wrapper-tabs {
  padding-top: 0px;
  margin-bottom: 0px;
}
.wrapper-tabs .nav-tabs {
  padding: 0px 15px 0px 15px;
  border-bottom: none;
  background-color: rgba(61, 190, 228, .10);
  border-radius: 4px;
}
.wrapper-tabs .nav-tabs li {
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  text-align: center;
  padding-bottom: 23px;
  margin-top: 15px;
}
.wrapper-tabs .nav-tabs li a {
  margin-right: 0px;
  border: none;
  padding: 0px 6px 10px 6px;
  border-radius: 0;
  color: rgba(14, 24, 40, .5);
  white-space: nowrap;
}
.wrapper-tabs .nav-tabs li a:hover {
  background-color: transparent;
  color: rgba(14, 24, 40, 1);
}
.wrapper-tabs .nav li a:focus, .wrapper-tabs .nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.wrapper-tabs .nav-tabs li.active {
  color: rgba(14, 24, 40, 1);
  cursor: default;
  background-color: transparent;
  padding-bottom: 15px;
  border-bottom: 8px solid rgba(61, 190, 228, 1);
}
.wrapper-tabs .nav-tabs li.active a {
  color: rgba(14, 24, 40, 1);
}
.wrapper-tabs .nav-tabs li.active a span {
  color: rgba(61, 190, 228, 1) !important;
}
.wrapper-tabs ul li span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(14, 24, 40, .4);
}
.wrapper-blockdate-small {
	display: none;
}
.col-top-date {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  /*color: rgba(61, 190, 228, 1);*/
	color: rgba(14, 24, 40, 1);
}
.col-top-date strong {
  text-align: center;
  font-size: 1.2em;
  color: rgba(14, 24, 40, 1);
  font-weight: 700;
}
.indication-ampm {
  color: rgba(61, 190, 228, .65);
  font-weight: 500;
  padding-top: 20px;
  font-size: 15px;
  text-align: center;
}
.indication-ampm i {
  font-size: 13px;
}
.row.days {
	margin-bottom: 35px;
}
.bloc-link {
	border-radius: 4px;
	display: block;
}
.bloc-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bloc-link .daypart {
  font-size: 0.85em;
}
.bloc-link {
  display: block;
  padding: 35px 15px 35px 15px;
  position: relative;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  font-weight: 700;
  font-size: 1em;
  height: 100%;
}
.bloc-link.daypartcombination {
  padding: 15px;
  text-align: center;
}
  /*.bloc-link:hover {
  display: block;
  transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
}*/
  .bloc-link.disabled.current {
  background: repeating-linear-gradient(45deg, rgba(14, 24, 40, .14), rgba(14, 24, 40, .14) 5px, rgba(14, 24, 40, .1) 5px, rgba(14, 24, 40, .1) 10px);
}
/***** VRIJ *****/
.bloc-link.vrij {
  border: solid 1px rgba(116, 166, 10, .3);
  color: rgba(116, 166, 10, 1);
}
.bloc-link.vrij.current {
  background: repeating-linear-gradient(45deg, rgba(116, 166, 10, .14), rgba(116, 166, 10, .14) 5px, rgba(116, 166, 10, .1) 5px, rgba(116, 166, 10, .1) 10px);
}
.bloc-link.vrij strong {
  color: rgba(116, 166, 10, .65);
  font-weight: 500;
}
.bloc-link.vrij:hover {
  border: solid 1px rgba(116, 166, 10, 1);
  background-color: rgba(116, 166, 10, .05);
}
.bloc-link.vrij.current:hover {
  background: repeating-linear-gradient(45deg, rgba(116, 166, 10, .16), rgba(116, 166, 10, .16) 5px, rgba(116, 166, 10, .1) 5px, rgba(116, 166, 10, .1) 10px);
}
.bloc-link .indicatie-vrij {
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: rgba(116, 166, 10, 1);
  bottom: 0;
  left: 0;
}
/***** VOLZET *****/
.bloc-link.volzet {
  border: solid 1px rgba(196, 39, 20, .3);
  color: rgba(196, 39, 20, 1);
}
.bloc-link.volzet.current {
  background: repeating-linear-gradient(45deg, rgba(196, 39, 20, .14), rgba(196, 39, 20, .14) 5px, rgba(196, 39, 20, .1) 5px, rgba(196, 39, 20, .1) 10px);
}
.bloc-link.volzet strong {
  color: rgba(196, 39, 20, 1);
  font-weight: 500;
}
.bloc-link.volzet:hover {
  border: solid 1px rgba(196, 39, 20, .5);
  background-color: rgba(196, 39, 20, .05);
}
.bloc-link.volzet.current:hover {
  background: repeating-linear-gradient(45deg, rgba(196, 39, 20, .16), rgba(196, 39, 20, .16) 5px, rgba(196, 39, 20, .1) 5px, rgba(196, 39, 20, .1) 10px);
}
.bloc-link .indicatie-volzet {
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: rgba(196, 39, 20, 1);
  bottom: 0;
  left: 0;
}
/***** RESERVED *****/
.bloc-link.geboekt {
	border: solid 1px rgba(61, 190, 228, .3);
	color: rgba(61, 190, 228, 1);
}
.bloc-link.geboekt.current {
  background: repeating-linear-gradient(45deg, rgba(61, 190, 228, .16), rgba(61, 190, 228, .16) 5px, rgba(61, 190, 228, .1) 5px, rgba(61, 190, 228, .1) 10px);
}
.bloc-link.geboekt strong {
  color: rgba(61, 190, 228, 1);
  font-weight: 500;
}
.bloc-link.geboekt:hover {
  border: solid 1px rgba(61, 190, 228, 1);
  background-color: rgba(61, 190, 228, .05);
}
.bloc-link.geboekt.current:hover {
  background: repeating-linear-gradient(45deg, rgba(61, 190, 228, .22), rgba(61, 190, 228, .22) 5px, rgba(61, 190, 228, .1) 5px, rgba(61, 190, 228, .1) 10px);
}
.bloc-link .indicatie-geboekt {
  position: absolute;
  height: 5px;
  width: 100%;
	background-color: rgba(61, 190, 228, 1);
  bottom: 0;
  left: 0;
}
/***** DISABLED *****/
.bloc-link.disabled {
	border: solid 1px rgba(14, 24, 40, .3);
	color: rgba(14, 24, 40, 1);
	opacity: .4;
}
.wrapper-blockdate-full .bloc-link.disabled .iconcenter {
	text-align: center;
}
.bloc-link.disabled strong {
	color: rgba(14, 24, 40, .65);
	font-weight: 500;
}
.bloc-link.disabled {
	display: block;
}
.bloc-link.disabled:hover {
  border: solid 1px rgba(14, 24, 40, .3);
/*  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);*/
}
.rightzone-details-title h3 {
  font-size: 28px;
  margin-bottom: 35px;
  font-weight: 700;
  color: rgba(14, 24, 40, 1);
  padding-left: 35px;
}
.rightzone-details-title h3 strong {
  font-weight: 700;
  /*color: rgba(61, 190, 228, 1);*/
  display: inline-block;
  margin-right: 10px;
}
.wrapper-rightzone-details {
  padding: 0px 35px 20px 35px;
  border-left: 2px solid rgba(61, 190, 228, 1);
}
.wrapper-rightzone-details h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0px 0px 15px 0px;
}
.search-detail-rightzone {
  padding-bottom: 30px;
}
.search-detail-rightzone input {
  border-radius: 0px;
	border: none;
  box-shadow: none;
	font-weight: 500;
	border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-detail-rightzone input:focus {
	box-shadow: none;
}
.search-detail-rightzone .input-group-text {
  border-radius: 0px;
  border: solid 1px rgba(61, 190, 228, .5);
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(61, 190, 228, .07);
  border-left: none !important;
  margin-left: 0px !important;
}
.search-detail-rightzone .input-group-text.active {
  background-color: rgba(61, 190, 228, 1);
}
.wrapper-location-detail h4 {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0px 0px 15px 0px;
  color: rgb(14 24 40);
}
.wrapper-location-detail .loc-geboekt {
  color: rgba(61, 190, 228, 1);
}
.wrapper-location-detail .loc-vrij {
	color: #74A60A;
}
.wrapper-location-detail .loc-volzet {
  color: #C42714;
}
.wrapper-location-detail h4 button {
  float: right;
  border-radius: 3px;
  text-transform: initial;
	font-weight: 700;
}
.wrapper-location-detail h4 .booknow {
  background-color: rgba(61, 190, 228, 1);
  font-size: 15px;
  color: #fff;
  padding: 7px 10px 7px 10px;
}
.wrapper-location-detail h4 .booknow:hover {
  background-color: rgba(14, 24, 40, 1)
}
.wrapper-location-detail h4 .delete {
  background-color: #C42714;
  font-size: 15px;
  color: #fff;
  padding: 7px 10px 7px 10px;
}
.wrapper-location-detail h4 .delete:hover {
  background-color: #A82413;
}
.location-detail-summary {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(14, 24, 40, 1);
}
.location-detail-summary strong {
  display: inline-block;
  margin-right: 5px;
}
.wrapper-location-detail ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-location-detail ul li {
  color: #707070;
  font-size: 16px;
}
.wrapper-location-detail ul li strong {
  color: rgba(61, 190, 228, 1);
}
.wrapper-location-detail .aanwezigen {
	font-size: 15px;
}
.wrapper-location-detail .aanwezigen ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-location-detail .aanwezigen ul li, .wrapper-location-detail .aanwezigen .no-searchresults, .wrapper-location-detail .aanwezigen .no-bookings {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: rgba(14, 24, 40, 1);
}
.wrapper-location-detail .aanwezigen ul li i {
  margin-right: 8px;
  color: rgba(116, 166, 10, 1);
  opacity: .6;
}
.wrapper-location-detail .btn-showall {
  color: rgb(14 24 40);
  font-weight: 500;
  font-size: 14px;
	text-decoration: none;
	text-align: center;
  width: 100%;
  display: block;
	padding-top: 5px;
  border: none;
  background: none;
  border-bottom: solid 1px rgba(61, 190, 228, .3)
}

.table {
  font-size: 15px;
}
.table th {
  text-transform: uppercase;
  color: rgba(61, 190, 228, 1);
  font-size: 14px;
  border-bottom-width: 2px;
}
.table td:last-child {
  text-align: right;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(61, 190, 228, .08)
}
.table > :not(caption) > * > * {
  background-color: transparent;
  box-shadow: none;
}
tbody, td, tfoot, th, thead, tr {
  border-color: rgba(61, 190, 228, .35);
  border-style: solid;
  border-width: 0;
}
.ic-link {
  color: rgba(14, 24, 40, 1);
  margin-right: 12px;
}
.ic-link:hover {
  color: rgba(14, 24, 40, 1);
  opacity: .5;
}
.ic-edit {
  color: rgba(116, 166, 10, 1);
  margin-right: 10px;
}
.ic-edit:hover {
  color: rgba(116, 166, 10, 1);
  opacity: .5;
}
.ic-delete {
  color: rgba(196, 39, 20, 1);
  margin-right: 10px;
}
.ic-delete:hover {
  color: rgba(196, 39, 20, 1);
	opacity: .5;
}
.wrapper-paging {
  margin-top: 55px;
}
.wrapper-paging nav {
  background-color: transparent;
}
.wrapper-paging .page-item .page-link {
  border: none;
  color: rgba(61, 190, 228, 1);
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper-paging .page-item a:hover.page-link {
  background-color: rgba(61, 190, 228, .15);
  color: rgba(14, 24, 40, 1);
}
.wrapper-paging .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgba(14, 24, 40, 1);
  border-color: rgba(14, 24, 40, 1);
}
.admin-form label {
  color: rgba(14, 24, 40, 1);
  font-size: 15px;
  font-weight: 500;
}
.admin-form input {
  color: rgba(14, 24, 40, 1);
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(61, 190, 228, .07);
  border-color: rgba(61, 190, 228, .5);
  outline: 0;
}
.admin-form .form-check-input:checked {
  background-color: rgba(61, 190, 228, 1);
  border-color: rgba(61, 190, 228, 1);
}
#footer {
  margin-top: 70px;
}
#footer .wrapper-footer {
  background-color: rgba(14, 24, 40, 1);
  padding-top: 35px;
  padding-bottom: 35px;
}
#footer .wrapper-footer .nav-footer {
  text-align: right;
  padding-top: 20px;
  color: rgba(255, 255, 255, 1)
}
#footer .wrapper-footer .nav-footer a {
  text-align: right;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  font-size: 14px;
}
#footer .wrapper-footer .nav-footer a:hover {
  color: rgba(255, 255, 255, 1);
}
#footer .wrapper-footer .logo-footer img {
  width: 250px;
}
.wrapper-blockdate {
	margin-bottom: 1.5rem;
}
@media(max-width:1200px) {
  .bloc-link .daypart {
    font-weight: 500;
  }
  .bloc-link {
    padding: 35px 10px 35px 10px;
    font-size: 15px;
  }
  .indication-ampm {
    display: none;
  }
  .days > .col {
	  padding: 10px;
  }
  .wrapper-blockdate > .col-sm-2 {
    width: 20%;
    padding: 10px;
  }
	.wrapper-blockdate {
		margin-bottom: 0;
	}
}
@media(max-width:991px) {
  .img-login-screen {
    height: 30% !important;
  }
	.wrapper-blockdate-full {
		display: none;
	}
	.wrapper-blockdate-small {
		display: block;
	}
  .rightzone-details-title h3 {
    margin-top: 35px;
    padding-left: 0px;
  }
  .wrapper-rightzone-details {
    padding: 0px 0px 20px 0px;
    border-left: none;
  }
  .bloc-link {
    margin-bottom: 0px;
  }
  .bloc-link {
    padding: 35px 15px 35px 15px;
    font-size: 16px;
  }
	.wrapper-tabs .nav-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.wrapper-tabs .nav-tabs li {
		font-size: 15px;
		margin-right: 20px;
	}
	.wrapper-tabs ul li span {
		font-size: 13px;
	}
	/*.wrapper-tabs .nav-tabs {
    scrollbar-color: transparent transparent;
  }
	.wrapper-tabs .nav-tabs::-webkit-scrollbar {
    height: 0px;
  }
	.wrapper-tabs .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }
	.wrapper-tabs .nav-tabs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }
	.wrapper-tabs .nav-tabs::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }*/
	.wrapper-blockdate-small-day {
		text-align: center;
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 28px;
		/*color: rgba(61, 190, 228, 1);*/
		/*font-weight: 600;*/
	}
	.wrapper-blockdate-small-day strong {
		font-size: 26px;
		font-weight: 700;
		color: rgba(14, 24, 40, 1);
	}
	.wrapper-blockdate-small .bloc-link {
		padding: 20px;
		margin-bottom: 10px;
	}
  .wrapper-blockdate-small .bloc-link.daypartcombination {
    padding: 20px 5px;
  }
  .wrapper-blockdate-small .bloc-link:hover {
    /*transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);*/
  }
  .logo-footer {
    text-align: center;
  }
  #footer .wrapper-footer .nav-footer {
    text-align: center;
  }
}
@media(max-width:767px) {
  .img-login-screen {
    display: none;
  }
	.toastmobilesmaller .Toastify__toast {
		font-size: 0.8em;
		min-height: 30px;
		margin-bottom: 0.8em;
	}
}
@media(max-width:550px) {}
.headerinfo li button.btn-link {
  color: rgba(14, 24, 40, 1);
  padding: 0;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  top: 0;
  display: block;
}
.headerinfo li button.btn-link:hover {
  color: rgba(38, 151, 213, 1);
  text-decoration: none;
}
.headerinfo ul.dropdown-menu a.dropdown-item {
  font-size: 13px;
}
.languagename {
  text-transform: capitalize !important;
}
.react-select-container .react-select__control.react-select__control--is-focused {
  color: rgba(14, 24, 40, 1);
  background-color: #fff;
  border-color: rgba(61, 190, 228, .5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(61, 190, 228, .15);
}

.react-select-container .react-select__control {
  color: rgba(14, 24, 40, 1);
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(61, 190, 228, .07);
  border-color: rgba(61, 190, 228, .5);
  outline: 0;
}

.react-select-container {
  text-transform: none;
}

.react-select-container .react-select__control.react-select__control--is-disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.ic-edit, .ic-delete, .ic-link {
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}
th.sortable {
  cursor: pointer;
}
th.sortable span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dc";
  color: #999;
  margin-left: 3px;
}
th.sortable.asc span::after {
  content: "\f0d8";
}
th.sortable.desc span::after {
  content: "\f0d7";
}
th.sortable:hover span::after {
  color: #333;
}
.admin .wrapper-rightzone-details {
  padding: 0 0 0 15px;
}
.table th {
  border-bottom-width: 0px;
}
.table thead tr:last-child th {
  border-bottom-width: 2px;
}
.table-clickable-body-row tbody tr {
  cursor: pointer;
}
.admin-slot-dayoftheweek:not(:last-child):after {
  content: ", ";
}
.admin-slotdetail-dayoftheweek {
	text-transform: capitalize;
}
.admin-slotdetail-dayoftheweek-amount {
	text-align: right;
}
.book-dayoftheweek {
	text-transform: capitalize;
}
.colleague.first:before {
  display: block;
  content: "";
  border-top: 1px solid rgba(14, 24, 40, .5);
  width: 100%;
  margin: 0.85em 0;
}
.colleague {
  font-size: 0.80em;
  margin-top: 0.5em;
  color: rgba(14, 24, 40, .5);
  font-weight: 600;
}
.colleague .location {
  font-weight: 700;
}
.login-button {
  display: block;
  width: 215px;
  height: 41px;
  text-align: left;
	border: 1px solid #8C8C8C;
	border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
}
.login-button:hover {
	background-color: #ececec;
}
.login-button span.text {
	text-transform: none;
	color: #5E5E5E;
	float: left;
	height: 100%;
	padding-top: 9px;
}
.login-button span.image {
	background-repeat: no-repeat;
	width: 44px;
	height: 100%;
	float: left;
}
.login-button.google span.image {
  background-image: url(/imgs/signin/btn_google_light_normal_ios.svg);
  background-position-x: -1px;
  background-position-y: -3px;
}
.login-button.google span.text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.login-button.microsoft span.image {
  background-image: url(/imgs/signin/ms-symbollockup_mssymbol_19.svg);
  background-position-x: 12px;
  background-position-y: 9px;
}
.login-button.microsoft span.text {
  font-family: 'SegoeUI', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}
.hasreservations {
  font-size: .75em;
	vertical-align: text-bottom;
}
.resourceoptionselectamount {
	display: inline-block;
	width: auto;
}
.newlines {
  white-space: pre;
}
#headershareroot {
	width: 475px;
  font-size: 0.75rem;
}
#headershareroot .form-control {
	font-size: 0.75rem;
}
#headershareroot .form-control[readonly] {
  background-color: unset;
}
#headershareroot button {
  font-size: 0.75rem;
}