/**
* 2016 TerraNet
*
* NOTICE OF LICENSE
*
* @author    TerraNet
* @copyright 2016 TerraNet
* @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/

input.form-control[name='customer_map'] {
  display: none;
}

.mapSelection {
  background: none;
  border: none;
  outline: none;
  color: #7a7a7a;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 10px;
}

.mapSelection:hover {
  text-decoration: none;
}

.clearMapSelection {
  display: none;
  background: none;
  border: none;
  outline: none;
  color: #7a7a7a;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

#customerMap.mapInit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: inline-block;
}

.mapSelection:active,
.mapSelection:focus,
.clearMapSelection:active,
.clearMapSelection:focus {
  outline: none;
}