
.SMmap-window {
	/*position: absolute;*/
	width: 100%;
	/*border: 1px solid #000000;*/
	background: #ffffff;
}
.SMmap-container {
	/*	width: 100%;*/
	/*width: 690px;*/ /* adjust to width of the map */
}
.SMmap {
	/*position: absolute;*/
	cursor: hand;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	/*	margin-top: 40px;*/

}

.SMmap-buttons {
	list-style: none;
	height: 40px;
	display: block;
	margin-top: 10px;
}

.SMmore-info {
/*	float: left;
	width: 180px;
	margin-top: 40px;
	font-size: 14px;
	text-align: left;*/
}

.SMbutton {
	padding-top: 20px;
}
.SMpowered-by {
    float: right;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*right: 10px;*/
}

/*..*/
.SMemph {
	color: rgb(27,79,161);
}
.SMdirections {
	color: red;
}

.SMsearchbtn {
	background-color: rgb(27,79,161);
	color: white;
	border-width: 0px; 
	border-radius:4px; 
    display: inline;
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;

	/*font-size: 6pt;*/
	/*line-height: 8px;*/
}

.SMicon {
	margin: auto;
	color: rgb(27,79,161);
	display: inline;
	width: 100%;
}


/*new*/
/*.SMmodal {overflow-y: scroll}*/
/*body { padding-top: 70px; overflow-y: scroll; } body.modal-open { overflow-y: scroll; } .modal { overflow: auto; }*/

.modal {
	 text-decoration: none;

}

.SMmodal {
	/*position: absolute;*/
}

.SMmodal::-webkit-scrollbar { 
    display: none; 
}

.modal-header {
	text-align: center;
	/*override default*/
	border-bottom: none;
}

.modal-content {

}
.modal-body {
	 list-style-type: none;
	  min-height: 350px;
	  margin: 0;
	  padding: 0;
}
.modal-footer {
	min-height: 100px;
	text-align: left;
	background-color: white;
}

.mybtns {
    list-style-type: none;
    padding: 0;
    display: table;
    margin:0 auto;
    margin-bottom: -10px;
}

.mybtns li {
	font-size: .8em;
	float: left;
    list-style: none;
    margin-left: 1em;
    line-height: 40px;
}

.mybtns a {
	text-decoration: none;
}

.SMmap-window {
	/*position: absolute;*/
	width: 100%;
/*	margin-left: 15px;*/
}

.SMmap {
	padding: 0;
	margin: 0;
/*	border: 1px solid rgb(230,230,230);*/
	width: 50%;
}

#SM-sidebar {
	padding: 0;
}

@media only screen and (min-width: 700px) {
    .modal-content {
     /*   width: 700px;*/
    }
}
.close {
 color: black !important;
}

.modal-title {
  font-size: 12pt
}
