/**

 * @version   1.0.2

 * @package   Profil responsive map (module)

 * @author    David Hoffmann - http://www.profilpr.de

 * @copyright Copyright (c) 2014 Profilpr. All rights reserved.

 * @license   GNU/GPL license: http://www.gnu.org/copyleft/gpl.html

*/

/* Template: Default */

.route_responsive_map {
  height: 400px; 
  width: 100%;
  margin: 0 auto;
}
div.route_responsive_map, div.route_responsive_map div{ 
  overflow:visible;
}
.route_responsive_map img {
  max-width: none!important;
}
img[src*="iws3.png"] { 
  display: none;
}
.route_responsive_map .gm-style-iw {
  max-width: none !important; 
  min-width: none !important;
  max-height: none !important; 
  min-height: none !important; 
  overflow-y: hidden !important; 
  overflow-x: hidden !important; 
  line-height: normal !important; 
  padding: 5px !important;
}

.gm-style-iw a:link, .gm-style-iw a:visited, .gm-style-iw a:hover, .gm-style-iw a:active { 
  text-decoration: underline !important; 
}
.route_responsive_map .gm-style .gm-style-iw div {
  font-size: 11px !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
   display: block;
}


.responsive_map_route_field_wrapper {
  margin-right: 20px;
  display: inline-flex;
  flex-wrap: wrap;
}

.responsive_map_route_form {
  margin: 20px 0;
}

.responsive_map_route_submit {
  vertical-align: top;
}

.responsive_map_route_search {
  width: auto!important;
  display: inline-block!important;
}

.route_responsive_map_wrapper .adp-step, .adp-text {
  padding-left: 30px;
}

.route_responsive_map_wrapper .adp-directions {
  width: 100%;
}

.route_responsive_map_wrapper .adp-directions .steps {
  border: none;
}

.route_responsive_map_wrapper .adp-marker {
  padding: 10px;
}

.responsive_map_fullscreen {
  position: fixed!important;
  width: 90%;
  left: 5%;
  height: 90%;
  top: 5%;
  z-index: 10001!important;
  border: 5px solid #303030;
  display: block;
}

.responsive_map_fullscreen_dim {
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:10000 !important;
  background-color:black;
  filter: alpha(opacity=75); /* internet explorer */
  -khtml-opacity: 0.75;      /* khtml, old safari */
  -moz-opacity: 0.75;       /* mozilla, netscape */
  opacity: 0.75;           /* fx, safari, opera */
  display: none;
}

.responsive_map_fullscreen_button {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: rgb(86, 86, 86);
  font-family: Roboto, Arial, sans-serif;
  -webkit-user-select: none;
  font-size: 11px;
  background-color: rgb(255, 255, 255);
  padding: 1px 6px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(0, 0, 0, 0.14902);
  border-right-color: rgba(0, 0, 0, 0.14902);
  border-bottom-color: rgba(0, 0, 0, 0.14902);
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  min-width: 37px;
}