﻿.SearchBoxContainer input[type="text"] {
    height: 50px;
    border-color: #fff;
    box-shadow: none !important;
}
.SearchBoxContainer {
    font-weight: bold;
    color: #333;
    padding: 20px;
    height: auto;
    margin-bottom: 75px;
    z-index: 9;
    background-color: rgb(239,239,239);
    opacity: 0.9;
    border-radius: 10px;
}
select {
    height: 50px !important;
    border: 0px;
    color: #666666;
    border-radius: 10px;
}
.SearchButton {
    padding: 5px;
    border: 1px solid #066196;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    background: #066196;
    text-align: center;
    height: 50px;
    color: #FFF;
}
.SearchButton {
    padding: 5px;
    border: 1px solid #a83235 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    display: block;
    background: #a83235 !important;
    text-align: center;
    height: 50px;
    color: #FFF;
    max-width: 250px;
    border-radius: 10px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    
.SearchBoxContainer .Column,
.SearchBoxContainer .Column.ColLast{width: 33.33%;}
.SearchBoxContainer{margin-top:55px;margin-bottom:55px;}
}

@media (min-width:1281px) { /* hi-res laptops and desktops */ 

.SearchBoxContainer .Column,
.SearchBoxContainer .Column.ColLast{width: 33.33%;}


}
.desktop .ButtonGroup_button.Button.active, .tablet .ButtonGroup_button.Button.active {
    background-color: rgba(0%, 0%, 100%, 0.0);
    color: #100f0f;
    font-weight: bold;
    min-width: 50px;
    border-bottom: 2px solid #a83235 !important;
    width:183.5px;
}

.desktop .ButtonGroup_button.Button, 
.tablet .ButtonGroup_button.Button, 
.phone .ButtonGroup_button.Button {
    background-color: rgba(0%, 0%, 100%, 0.0);
    min-width: 50px;
    border: 0px;
    font-size: 18px;
    width: 183.5px;
    text-align: left;
    padding-left: 0px;
    color:#a83235;
}

.desktop .ButtonGroup .Button:first-child:hover,
.desktop .ButtonGroup .Button:hover {
    background: rgba(0%, 0%, 100%, 0.0);
    border-bottom: 2px solid #ccc;
    border-left: 0;
    box-shadow: none;
    width:183.5px;
}
.desktop .ButtonGroup_button.Button.active, .tablet .ButtonGroup_button.Button.active, .phone .ButtonGroup_button.Button.active {
    background: rgba(0%, 0%, 100%, 0.0);
    box-shadow: none;
}
.desktop .ButtonGroup .Button:hover,
.desktop .ButtonGroup .Button:first-child:hover
 {
    border: 0px;
    box-shadow: none;
    background: rgba(0%, 0%, 100%, 0.0);
}
.SearchBoxAutoComplete {
    width: 100%;
}
