#dt-woo-map-sc{
	position:relative;
}
.dt-woo-map-box{
	margin: 0;
    padding: 0;
    width: 100%;
    height: 450px;
    max-width: none;
}

.dt-woo-map-box *{
	font-size: 1em;
}

#dt-woo-map-content .gm-style {
	font-size: 11px;
	text-decoration: none
}
#dt-woo-map-content .gm-style img {
	max-width: none !important;
    width: 50%;
}

#svBox {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 2px solid #fff;
    border-top: 16px solid #fff;
    background: #fff url(images/loading.gif) center center no-repeat;
}

#dt-woo-map-sc .gm-style-iw,
#dt-woo-map .gm-style-iw {
   width: 350px;
   top: 15px !important;
   /* left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 10px 10px; */
   background:transparent;
}
#dt-woo-map-sc .gm-style-iw > div,
#dt-woo-map .gm-style-iw > div{
	position:relative;
	display:block !important;
	background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
    margin: 0;
}

#dtwm_container {
    margin-bottom: 10px;
    /* position: relative; */
}

#dtwm_container .dtwm_title {
	padding:10px;
	background-color: #48b5e9;
	color:#ffffff;
	margin:0px;
	border-radius:2px 2px 0 0 ;/* In accordance with the reouding of the default infowindow corners. */
}
#dtwm_container .dtwm_title{
	color:#ffffff;
	font-size:1.3em;
	font-weight:400;
	text-decoration:none;
}

#dtwm_container .dtwm_content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 55px 15px;
    max-height: 140px;
    overflow-y: visible;
    overflow-x: hidden;
}

.dtwm_content img {
    float: right;
    margin: 0 5px 5px 10px; 
}
.dtwm-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.dtwm_bottom_gradient {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    text-align: right;
}

.dtwm_bottom_gradient a{
	display: inline-block;
	text-decoration: none;
	background: #fff;
	margin:0;
	padding: 3px 10px 10px 10px;
	bottom: 0;
	color: #48b5e9;
	line-height:1;
}
.dtwm_bottom_gradient a.dtwm_dir{
	position: absolute;
	left: 0;
}
.dtwm_bottom_gradient a.dtwm_seemore{
	position: absolute;
	right: 0;
}
.dtwm_bottom_gradient a:visited{
	color: #48b5e9;
}

/* Filter */
#dt-woo-map-sc #dt-woo-map-content{
	position:relative;
}
#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls{
	position:absolute;
	top: 0;
	right:0;
	color: #ffffff;
    -webkit-user-select: none;
    padding: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left-width: 0px;
    min-width: 39px;
    background-color: #3A3A3A;
    background-clip: padding-box;
    z-index: 1;
    opacity:0;
    visibility:hidden;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_tag_select{
	margin:0;
	padding:3px;
	font-size: 0.9em;
	border:none;
	outline:none;
	border-radius: 0;
    background-color: transparent;
    color: #ffffff;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter{
	position: relative;
	width: 250px;
	outline: none;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter .dtwm_tag_select{
	position:relative;
	display: block;
    margin: 0;
    padding: 9px 5px 9px 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter:after{
	content: '';
    position: absolute;
    right: 3px;
    display: block;
    width: 24px;
    height: 13px;
    background: url(../images/select-arrow.png) no-repeat left top;
    top: 25%;
    transform: translate(0, 25%);
    cursor: pointer;
    outline: none;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter .dtwm_select_options{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.2;
    background: #3a3a3a;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter.closed .dtwm_select_options{
	display: none;
}
#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter.opened .dtwm_select_options{
	display: block;
}
#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter.opened:after{
	background-position: left bottom;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter .dtwm_select_options .dtwm_select_item{
	display:block;
	margin:0;
	padding: 3px 10px;
	cursor: pointer;
}

#dt-woo-map-sc #dt-woo-map-content #dtwm-map-controls .dtwm_selecter .dtwm_select_options .dtwm_select_item:hover{
	background:#2C2C2C;
}
