body {
    line-height: normal;
    font-family: Poppins;
}

#login-page
{
 /* The image used */
  background-image: url("../img/background.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1 {
    font-weight: 600;
    font-size: 28px;
}

.content .dashboard-card {
    background-color: #ffffff;
}

.form-select {
    height: 32px;
    border: 1px solid #aeb5bc;
}

.btn-outline-secondary {
    border-color: #AEB5BC;
    background-color: #ffffff;
}

.btn-outline-secondary:hover {
    background-color: #ffffff;
    color: #000000!important;
}

.form-control {
    height: 32px;
    border: 1px solid #AEB5BC;
}

.bootstrap-select {
    height: 32px;
}

.dashboard-form{
    width: 152px;
}

.dropdown-label {
    height: 18px;
    left: 945px;
    top: 82px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: #767D84;
    margin-bottom: 0;
}

#reportrange {
    background: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #AEB5BC;
    box-sizing: border-box;
    border-radius: 4px;
}

.iframe-wrapper {
    overflow:hidden;
    width:509px;
    height:509px;
}

.iframe-window {
    overflow:scroll;
    width:524px;
    height:524px;
}

.floorplan-details{
    width: 343px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #4A5056;
    line-height: 24px;
}

.floorplan-details-text{
    width: 343px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #2A3040;
}

.floorplan-legend {
    font-size: 12px;
    line-height: 18px;
    color: #6a6b6d;
}

.floorplan-legend-updated {
    width: 85%;
    margin-top: 50px !important;
    margin-left: 2%; !important;
    margin-right: 5%; !important;
    font-size: 12px;
    line-height: 18px;
    color: #6a6b6d;
}

.statistics-card {
    width: 130px;
    height: 160px;
    box-shadow: 0px 4px 20px 1px rgba(174, 181, 188, 0.3);
    border-radius: 4px;
    margin-right: 12px;
}

.statistics-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #4A5056;
}

.statistics-numbers {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #4A5056;
    margin: 0;
}

.statistics-muted {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #757D84;
}

.small-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #4D81E3;
    cursor: pointer;
}

.button-res {
    /* Auto Layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px 10px 12px;

    width: 204px;
    height: 44px;
    left: 280px;
    top: 1168px;

    /* Electric Blue */
    background: #4D81E3;
    /* shadow */
    box-shadow: 0px 4px 20px 1px rgba(174, 181, 188, 0.3);
    border-radius: 4px;
    margin-right: 12px;
    cursor: default;
}

.button-text {
    position: static;
    height: 24px;
    left: 48px;
    top: 10px;
    /* 16/semibold */
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;

    /* Inside Auto Layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 20px;
}

.button-circle {
    position: static;
    width: 20px;
    height: 20px;
    left: 12px;
    top: calc(50% - 25px/2);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.button-icon {
    width: 10px;
    height: 11.43px;
    left: 297px;
    top: 1184px;
    margin-left: -15px;
    margin-top: -7px;
}

.button-icon2 {
    width: 10px;
    height: 11.43px;
    left: 297px;
    top: 1184px;
    margin-left: -20px;
    margin-top: -7px;
}

.search-field {
    width: 100%;
    padding: 0px 22px;
    height: 32px;
}

.form-datepicker {
background: #FFFFFF;
border: 1px solid #AEB5BC;
box-sizing: border-box;
border-radius: 4px;
}

label{
  display: block;
}

.text-right {
    text-align: right;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.res-col {
    width: 250px;
}

.inactive-tab {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #767D84;
    cursor: pointer;
    margin-right: 12px;
}

.active-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #4D81E3;
    cursor: default;
    margin-right: 12px;
}

.modal-header-cust {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #4A5056;
}
.modal-header-cust2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
    color: #4A5056;
}
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#custom-scroll-slim::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

#custom-scroll-slim::-webkit-scrollbar
{
	width: 4px;
	background-color: #EDEFF3;
}

#custom-scroll-slim::-webkit-scrollbar-thumb
{
	background-color: #C4C4C4;
}

.details-name {
    color: #AEB5BC;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #F4F6FA;
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 8px;
    background-color: #F4F6FA;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #4D81E3;
}

.dataTables_paginate {
  float: right !important;
}

.content #active-view {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    margin-top: -2.4rem;
}

.btn-secondary:disabled {
    background-color: #AEB5BC!important;
    border-color: #AEB5BC!important;
}

#save-button {height: 35px;}
#save-button button:disabled  {height: 35px;}

.link-normal {
    color: #4D81E3;
    cursor: pointer!important;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  width: 487px;
  height: 487px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#drop-area.highlight {
  border-color: #4D81E3;
}
#gallery img {
  width: 217px;
}
#fileElem, #fileElem_dark, #fileElem_light, #fileElem_cal {
  display: none;
}

.no-floorplan {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#pills-tab .active {
    color: #4D81E3!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700!important;
    background: #ffffff;
}

#pills-tab .nav-link {
    color: #757D84;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    background: #ffffff;
}

.nav-link {
    background: white;
    border: 1px solid transparent;
}

#stats-nav .dropdown-label{
    color: #fff;
}

.stats-label {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #757D84;
}

.stats-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #757D84;
}

.chart {
    min-height:50px!important;
}

.chart-legend {
    font-size: 12px;
    line-height: 18px;
}

.tab-scroll::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.tab-scroll::-webkit-scrollbar
{
	width: 4px;
	background-color: #EDEFF3;
}

.tab-scroll::-webkit-scrollbar-thumb
{
	background-color: #4D81E3;
}

#wait_for_stats, #wait {
    position:fixed;
    z-index:2000;
    display:none;
    background-color:rgba(255, 255, 255, 0.5);
    height: 100%;
    width:100%;
    top:0;
    bottom:0;
    left:0,
    right:0;
}

#loading_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: -115px;
}

.hbar-size {
    height: 50px;
}

.hbar-label {
    margin-bottom: 1rem;
}

.action-link {
    font-weight: bold;
    font-size: 12px;
    color: #4D81E3;
    white-space: nowrap;
}

.btn {
    font-weight: bold;
}

.circle-logo {
  height: 65px;
  width: 65px;
  background-color: #EAECEF;
  border-radius: 50%;
  display: inline-block;
  color: #666;
  text-align: center;
}

#drop-area-logo-dark, #drop-area-logo-light, #drop-area-google-cert, .drop-area-google-cal-cert {
  border: 2px dashed #ccc;
  border-radius: 8px;
  min-width: 318px;
  height: 57px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
#drop-area-logo-dark.highlight, #drop-area-logo-light.highlight, #drop-area-google-cert.highlight, .drop-area-google-cal-cert.highlight {
  border-color: #4D81E3;
}

.nav-circle {
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  font-size: 10px;
  color: #000;
  text-align: center;
  background: #EAECEF;
  display: inline-block;
  font-weight: 600;
}

.nav-circle2 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #AEB5BC;
  display: inline-block;
  vertical-align: middle;
}

.details-headers {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4A5056;
}

.bootstrap-tagsinput {
  width: 100% !important;
}

.bootstrap-tagsinput .tag {
  background: #4D81E3;
  padding: 0 6px;
  margin-right: 2px;
  color: white;
  border-radius: 2px;
}

#floorplan-blurred {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.logo-img {
	position: relative;
	display: inline-block;
}

.logo-img:hover .del-button {
	display: block;
}

.del-button .btn-close {
    opacity: 1.0!important;
}

.del-button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
  cursor: pointer;
}

[onClick] {
    cursor:pointer;
}

.disabled-field {
    pointer-events:none;
    color: grey;
    background-color: #e2e8ee;
}

#client-logo-dark img, #client-logo-light img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: contain;
}

#index-client-logo img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #EAECEF;
}

#logo_big{
    max-height:100px;
    max-width:190px;
    height:auto;
    width:auto;
}

/* modify select2 */
.select2-selection__rendered {
    line-height: 20px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    max-height: 32px !important;
    min-height: 32px !important;
    font-size: .825rem;
    border-color: #aeb5bc;
}

#select2-container .select2-container--bootstrap-5 .select2-selection {
    background-color: #f3f6fb;
    border-color: #f3f6fb;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options
.select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5
.select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    color: black;
    font-weight: bold;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: .825rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: .825rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    height: 22px;
    background: #f3f6fb;
}

.btn-colour-1 {
  color: #fff;
  background-color: #FF6262;
  border-color: #FF6262;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
}

.btn-colour-1:hover,
.btn-colour-1:active,
.btn-colour-1:focus,
.btn-colour-1.active {
  background: #fa5757;
  color: #ffffff;
  border-color: #fa5757;
}

.white-disabled:disabled {
  background: #ffffff;
}

/* custom button */
.btn-custom {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
  border-width: 2px;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus,
.btn-custom.active {
  color: #ffffff;
}

/* button accept invitation */
.btn-accept-inv {
  background-color: #6ACAAA;
  border-color: #6ACAAA;
}

.btn-accept-inv:hover,
.btn-accept-inv:active,
.btn-accept-inv:focus,
.btn-accept-inv.active {
  background: #2fc291;
  border-color: #2fc291;
}

/* button decline invitation */
.btn-decline-inv {
  color: #E59086;
  background-color: #fff;
  border-color: #E59086;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
  border-width: 2px;
}

.btn-decline-inv:hover,
.btn-decline-inv:active,
.btn-decline-inv:focus,
.btn-decline-inv.active {
  background: #E59086;
  color: #ffffff;
  border-color: #E59086;
}

.nowrap {
  white-space: nowrap;
}

.tab-scroll-grey::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.tab-scroll-grey::-webkit-scrollbar
{
	width: 4px;
	background-color: #EDEFF3;
}

.tab-scroll-grey::-webkit-scrollbar-thumb
{
	background-color: #C4C4C4;
}


/* button confirm reservation */
.btn-confirm-res {
  background-color: #E49085;
  border-color: #E49085;
  color: #fff;
}

.btn-confirm-res:hover,
.btn-confirm-res:active,
.btn-confirm-res:focus,
.btn-confirm-res.active {
  background: #e37b6d;
  border-color: #e37b6d;
  color: #fff;
}

/* button change reservation */
.btn-change-res {
  background-color: #2A3040;
  border-color: #2A3040;
}

.btn-change-res:hover,
.btn-change-res:active,
.btn-change-res:focus,
.btn-change-res.active {
  background: #151f38;
  border-color: #151f38;
}

/* button delete reservation */
.btn-delete-res {
  background-color: #FF6262;
  border-color: #FF6262;
}

.btn-delete-res:hover,
.btn-delete-res:active,
.btn-delete-res:focus,
.btn-delete-res.active {
  background: #fc4949;
  border-color: #fc4949;
}

.res-list {
    border-top:    1px solid #DEE6ED;
    border-bottom: 1px solid #DEE6ED;
    background: #F4F7F9;
}

.legend-circle {
    font-size: 15px;
}

#weekpicker .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

.flatpickr-current-month {
    font-size: 90%;
    padding: 13.5px 0 0 0;
}

.flatpickr-innerContainer {
    font-size: 90%;
}

.dayContainer, .flatpickr-rContainer {
    max-width: 210px;
    min-width: 210px;
}

.flatpickr-day {
    height: 30px;
    line-height: 30px;
}

.flatpickr-months {
    max-width: 270px;
    min-width: 270px;
}

.flatpickr-calendar {
    width: 270px;
}

#select2-container  .select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("../img/ic/search.svg")!important;
}

#desk-details button:disabled  {
    opacity: 0.3;
}

button:focus {outline:0!important;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border-color: #fff #fff #dee6ed #fff;
}

/* more distinctive optgroups for select2 */

#select2-container  .select2-container--bootstrap-5 .select2-dropdown
.select2-results__options .select2-results__option[role=group]
.select2-results__group {
    color: #374192;
    background: #F3F3F3;
    padding-bottom: 0px;
    padding-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

#select2-container .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    background: #F3F3F3;
}

#select2-container .select2-results {
    background: #F3F3F3;
}

#select2-container .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option  {
    background: #fff;
}

#select2-container .select2-container--bootstrap-5 .select2-dropdown .select2-search {
    background: #fff;
}

#select2-container .select2-container--bootstrap-5 .select2-dropdown{
    background: #fff;
}

.chart-action {
    color: #3080d0;
    font-size: .8rem;
    font-weight: 500;
}

.chart-action:hover,
.chart-action:active,
.chart-action:focus,
.chart-action.active {
  color: #3080d0!important;
  background: rgba(48,128,208,.15);
  border-color: rgba(48,128,208,.2);
}

body {
    overflow: auto
}

#week-select .flatpickr.form-control.d-flex.justify-content-center.input {
    border-color: #fff;
    font-size: 1.5rem!important;
    text-align: center;
}

/* Bootstrap datetimepicker */

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 1.0em;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 4px;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    padding: 0.1em;
}

.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i,
.bootstrap-datetimepicker-widget table td{
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 13em;
}

.btn-schedule, .btn-schedule-index {
    min-width: 140px;
    min-height: 35px;
}

.btn-schedule:disabled  {
    opacity: 0.3;
}

.custom-dropdown .dropdown-toggle:after {
    display: none;
}

.timeline::before {
 display: none;
}

.tl-item .avatar {
    z-index: 2;
}

.circle {
    border-radius: 500px;
}

.gd-ok {
    color: #fff;
    border: none;
    background: #fff;
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px;
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-content p:last-child {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.btn-type-accept {
  background-color: #6ACAAA;
  border-color: #6ACAAA;
  color: #fff;
}

.btn-type-accept:hover,
.btn-type-accept:active,
.btn-type-accept:focus,
.btn-type-accept.active {
  background: #2fc291;
  border-color: #2fc291;
  color: #fff;
}

.btn-type-confirm {
  background-color: #E49085;
  border-color: #E49085;
  color: #fff;
}

.btn-type-confirm:hover,
.btn-type-confirm:active,
.btn-type-confirm:focus,
.btn-type-confirm.active {
  background: #e37b6d;
  border-color: #e37b6d;
  color: #fff;
}

.help-text {
    color: #767D84;
    font-size: 12px;
}

.animate {
    fill-opacity: 1;
    stroke-opacity: 1;    
    animation-name: pulsate;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% { fill-opacity: 0.0; stroke-opacity: 0.0;}
    50% { fill-opacity: 1.0; stroke-opacity: 1.0;}
    100% { fill-opacity: 0.0; stroke-opacity: 0.0;}
}
.animate[r="30%"] { animation-delay: 0.8s; }

.dropdown-menu-lg {
    min-width: 360px;
}

.legend-column {
    padding-right: 20px;
    width: 180px;
}

.legend-item svg {
    margin-right: 5px;
}

.icon-main-menu-fonts {
    font-size: 17px;
    height: 17.5px;
    display: inline-block'
}

.icon-sub-menu-fonts {
    font-size: 14px;
    width: 14px;
    height: 14.5px;
    display: inline-block'
}