﻿.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.form-control:disabled {
    background-color: #fff;
    opacity: 1;
}

.custom-select:disabled {
    background-color: #fff;
    opacity: 1;
}

#search-tab {
  margin-top: -43px; 
}


.allow-disabled:disabled {
    background-color: #e9ecef;
}

.disable-everything {
    pointer-events: none;
    color: #dee2e6 !important;
}

.disable-all-circles {
    background: #dee2e6;
    color: #ffffff !important;
}

input.info-disable::placeholder {
    color: #dee2e6 !important;
}

#contactus .select2-container {
  width: 100% !important;
}

.select2-container--bootstrap .select2-results__group {
  font-size: 1rem;
  color: #00b3ff !important;
}

.full-screen-spinner {
    display: none;
    z-index: 1000;
}

.center-content {
    justify-content: center;
}

.floating-window {
    z-index: 10;
}

.form-control.half-width {
    width: 50%;
}

.search-rooms-position-fixed {
    position: fixed !important;
    top: 20px;
    left: 20px;
    right: 20px;
}

.col-2-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 576px) {
    .col-2-4 {
        flex: 0 0 33.33333%;
    }
}

@media (min-width: 576px) {
    .col-2-4 {
        flex: 0 0 16.66667%;
    }
}