/**header**/
.clear {
    clear: both;
}

.extra-links {
    position: relative;
    margin: 10px;
    background-color: #fff;
    width: 335px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

img#main-logo {
    height: 27px;
    display: inline-block;
    position: relative;
    margin: 5px 5px 5px 10px;
}

.btn-custom {
    background-color: transparent;
    border: none;
    color: #444;
    box-shadow: none;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 10pt;
}

.btn-custom:hover {
    background-color: #efefef;
    box-shadow: none;
    color: #fff;
    border-radius: 5px;
}

.show > .btn-custom.dropdown-toggle {
    background-color: #efefef;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    border-radius: 5px;
}

.btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 5px;
}

.btn-group > .btn-group:not(:first-child) > .btn {
    border-radius: 5px;
}

a.dropdown-item {
    font-size: 10pt;
}

a.dropdown-item:hover {
    background-color: #dff3d3;
}

.dropdown-menu {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
/**end header links**/

/*.all {
  background-color: #efefef;
  display: inline-block;
  height: 100vh;
  width: 100vh;
  z-index: -1;
}*/

body {
    width: 100%;
    height: 100%;
    background-color: #efefef !important;
}

.appContainer {
    width: 768px !important;
    text-align: left;
    margin: 125px auto 0;
    position: relative;
    padding: 25px 25px 50px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .appContainer {
        margin: 125px 25px 50px;
    }
}

@media (min-width: 576px) .container {
    max-width: 768px;
}

.topContainer {
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
}

#topLogo {
    width: 250px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
}

button#dropdownMenuButton.btn .btn-custom .dropdown-toggle .btn-sm .pos {
    background-color: transparent;
    border: none;
    color: #777;
    box-shadow: none;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 10pt;
    float: left;
    cursor: pointer;
}

button#dropdownMenuButton:hover {
    background-color: #6a9939;
    box-shadow: none;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.show > .btn-custom.dropdown-toggle {
    background-color: #6a9939;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    border-radius: 5px;
}

.btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 5px;
}

.btn-group > .btn-group:not(:first-child) > .btn {
    border-radius: 5px;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 6px) !important;
}

a.dropdown-item {
    font-size: 10pt;
}

a.dropdown-item:hover {
    background-color: #dff3d3;
}

.dropdown-menu {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

button.close {
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

button#reverse {
    border: none;
    cursor: pointer;
    margin: 0px 5px;
    background: transparent;
    padding-right: 0;
    cursor: pointer;
}

button.getDirections {
    background-color: #7fb643;
    color: #fff;
    font-weight: 700;
    font-size: 15pt;
    width: 275px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    display: block;
    position: relative;
}

button.getDirections:hover {
    background-color: #6a9939;
}

.bottomContainer {
    display: block;
    height: 50px;
    font-size: 9pt;
    margin-top: 120px;
    color: #777;
}

/* map search toolbars and menus */
.trSponser {
    width: 728px;
    padding-top: 15px;
    margin: 0px auto 20px auto;
}
.ui-autocomplete-category,
.ui-autocomplete-category-item {
    background-color: #dadada;
}
.ui-autocomplete-category {
    border-top: 1px solid #ccc;
}
.ui-autocomplete-category-item span {
    width: 100%;
    min-width: 100%;
}
.ui-menu .ui-menu-item:hover {
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    display: block;
    background-color: rgba(5, 84, 242, 0.2) !important;
    color: #222;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

/**footer**/

.footerlinks {
    position: fixed;
    bottom: 0;
    display: block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    z-index: 1;
}

.footerlinks li {
    margin: 0 5px;
    display: inline-table;
    float: right;
}

.footerlinks ul {
    margin: 0 auto;
    position: relative;
    display: table;
    opacity: 0.7;
    font-size: 13px;
}

.footerlinks li a {
    color: #777;
    text-decoration: none;
}

.footerlinks * {
    margin: 0;
}
.dropdown {
    padding-top: 15px;
}
