#myModal .modal-footer {
    clear: both;
}
#myModal .modal-content {
    float: unset;
    width: 75%;
    margin: 0 auto;
    height: 600px;

}
#myModal .modal-dialog
{
    width: 100%;
}
#myModal .modal-content,
#myModal .modal-body {
    padding: 0;
}
#myModal .modal-footer,
#myModal .modal-header {
    display: block;
}
.wrapperJumbotron-landingPage {
    width: 100%;
    background-color: #fff;
    /*background-image: url(https://s3.us-east-2.amazonaws.com/dlba/home-banner.jpg);*/
    background-size: cover;
    background-position: center;
    /*min-height: 410px;*/
    padding: 3% 0px;
    position: relative;
}
#myModal .modalmap
{
    /*background-image: url(http://auctions.buildingdetroit.org/sidelots/Content/Images/background_map.png);
    background-size: cover;
    background-position: center;*/
    min-height: 540px !important;
}
/*.wrapperJumbotron-landingPage:before
{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    content: "";
    display: block;
}*/
.searchContainer {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

/* .landingPageMessagBox {
    padding: 20px 0px !important;
}*/
.searchContainerContent {
    color: #333;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 10px;
    line-height: 1;
}
.searchAction {
    text-align: center;
    width: 100%;
    margin: auto;
    background-color: #333;
}
.searchAction input
{
    height: 40px;
    width: 100%;
    padding:0px 10px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.searchLots {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #53ade9;
    border: 1px solid #53ade9;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: -2px;
    cursor: pointer;
    height: 40px;
}
.viewallSideLots {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    width: 50%;
    margin: auto;
}
#AllLotLink {
    color: #fff;
}
.btnWell {
    background: #153348;
    padding: 10px 18px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
.searchLots:hover {
    border: 1px solid #333;
    background-color: #333;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#4694c8), to(#2f7aac));
    background-image: -webkit-linear-gradient(top, #4694c8, #2f7aac);
    background-image: -moz-linear-gradient(top, #4694c8, #2f7aac);
    background-image: -ms-linear-gradient(top, #4694c8, #2f7aac);
    background-image: -o-linear-gradient(top, #4694c8, #2f7aac);
    background-image: linear-gradient(to bottom, #4694c8, #2f7aac);*/
}
.searchLots:hover,
.searchLots:focus {
    color: #fff;
}
#sidelots {
    margin: auto;
    overflow: auto;
}
.show_sidelots {
    display: block;
}

.sideLotContent .price_conts {
    padding: 25px;
    background: #fff;
}
.purchasesideLotTitle {
    font-size: 18px;
    color: #67737a;
    text-align: center;
}
.viewlots.list .purchasesideLotTitle
{
    text-align: left;

}
.purchasesideLotTitle a
{
width: 100%;
text-align: center;
font-size: 14px;
display: block;
}
.viewlots.list .purchasesideLotTitle a
{
    display: inline;
    width: auto;
    float: right;
}
.sideLotPrice {
    text-align: center;
    margin-bottom: 10px;
}
.purchaseSidelot {
   text-align: center;
}

.loginButton, .registerButton, .purchaseButton {
    padding: 5px 20px 5px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #53ade9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #53ade9;
}
.priceText {
    font-weight: bold;
}
.priceValue {
    color: #67737a;
    padding-left: 18px;
    font-size: 16px;
}
.landingPageMainMessage
{
    /*padding: 50px 30px;*/
}
.sideLotContent
{
    display: block;
    float: left;
    width: 100%;
}
.sideLotContent
{
    display: block;
    float: left;
    width: 100%;
}
.sideLotContent ul
{
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sideLotContent ul li
{
    width: 24%;
    padding: 0px 15px;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
    text-align: center;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 22px;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#container .list.viewlots{ width: 100%;}

#container .grid.viewlots,#container .viewlots{ float: left; /*width: 20%;padding: 20px;*/ text-align: center;border-radius: 2px;    margin: 10px 0px;}
.viewlotss
{
     background: white;
     padding: 15px;
	 height: 206px;
}
.list.viewlots .viewlotss {
    min-height: auto;
}
#container h2
{
    text-align: center;
    margin:0px;
    padding:20px 0px;
}
#container .buttons
{
    text-align: right;
    padding-bottom: 20px;
}
.viewsidelots
{
    padding-bottom: 20px;
}
select.select_dist
{
    height: 40px;
}
.searchAction input{
    z-index: 0;
}
.purchasesideLotTitle span{
    display: block;
    font-size: 14px;
    line-height: 1;
}
#container .list.viewlots .viewlotss,
#container .list.viewlots .purchasesideLotTitle,
#container .list.viewlots .price-purchase {
    float: left;
    width: 100%;
}
#container .list.viewlots .sidelot-district,
#container .list.viewlots .sideLotPrice{
    float: left;
}
#container .list.viewlots .purchaseSidelot,
#container .list.viewlots .sidelot-showmap{
    float: right;
}
.textbox_hide {
    display: none;
}
