html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #F6F6F6;
}

#matchesTable {
    width: 100%;
}

#matchesTable > td, #matchesTable > th {
    text-align: left;
    padding: 8px;
}

.ui-widget-content .ui-state-focus {
    background-color: #D6F7FF;
    background-image: none;
    border: 0;
}

ul.ui-widget {
    font-size: 18px;
    border: 0;
}

ul.ui-widget li.ui-menu-item {
    list-style-image: none;
    font-size: 92%;
    font-weight: 300;
    font-style: normal;
    font-size-adjust: none;
    margin: 0;
    padding: 1.8px 4.55px;
    white-space: nowrap;
}

.ui-widget-content a {
    color: #444444;
}

ul.ui-widget li.ui-menu-item b {
    font-weight: 700;
}

.ui-state-focus {
    height: auto !important;
    width: auto !important;
}

.ui-state-active {
    background-color: lightgray !important;
    border: none !important;
    font-weight: bold !important;
    color: black !important;
    display: block !important;
    height: auto !important;
    width: auto !important;
}

.select-item {
    padding-left: 64px;
}

.navbar {
    background-color: #3c3837 !important;
    border-color: #3c3837 !important;
}

.navbar-brand, .nav-link {
    color: #FFF !important;
}

.carousel img {
    height: 500px;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
}

.propertyTabs {
    color: black !important;
}

.required::after {
    content: " * ";
    font-weight: bold;
    color: red;
}