#map-container {
	position: relative;
  clear: both;
}
#map-container input,
#map-container select {
  border-radius: 0;
  height: 45px;
  /* border: 1px solid #8A6565; */
  box-shadow: 0 1px 1px rgba(0,0,0,0.2),0 0px 0px rgba(0,0,0,0.02);
}


#map-container input {
	width: 260px;
	font-size: 13px;
}

#map-search-boxes {
	position: absolute;
	top: 35px;
	left: 50%;
	width: 80%;
	margin-left: -160px;
	padding: 10px;
	background: rgba(255, 255, 255, .4);
}

@media(min-width: 768px)
{
	#map-search-boxes {
		top: 90px;
		width:370px;
	}

	#map-container input {
		width: 310px;
		font-size: 18px;
	}
}

#map-search-box-country,
#map-search-box-region,
#map-search-box-address {
  width: 25%;
  /*min-width: 180px;*/
  width: 300px;
	margin-bottom: 4px;
}
/*#map-search-box-country input,
#map-search-box-region input,
#map-search-box-address input {
	border: 1px solid #8E8E8E;
	box-shadow: none !important;
}*/
#map-search-box-country {
  z-index: 7;
}
/*#map-search-box-country .input_country ul.dropdown-menu {*/
#map-search-box-country .dropdown-menu {
  z-index: 10;
}
#map-search-box-region {
	display: none;
  z-index: 6;
}
#map-search-box-region #combobox-zones {
	color: #555;
  height: 40px;
  padding: 0 13px;
  font-size: 15px;
  /* border: 1px solid #8A6565; */
  box-shadow: 0 1px 1px rgba(0,0,0,0.2),0 0px 0px rgba(0,0,0,0.02);
}
#map-search-box-address {
  z-index: 6;
}
#map-search-box-address input {
  border-right: none;
}
#map-search-box-address #search-adress-btn {
  margin: 0;
  height: 43px;
  /* border: 1px solid #8A6565; */
  border-left: none;
  background: #E50000;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}

@media(max-width: 768px) {

  #map-search-box-address {
    top: 10px;
    left: 75px;
    width: 75%;
  }
  #map-search-box-address input {
    font-size: 14px;
  }
}

#map-canvas {
  margin: 0 15px;
  padding: 0;
  border: 1px solid #ccc;
  height: 100vh;
  min-height: 100%;
}

/*
.input_adresse {
  display: none;
}*/

#mainContent {
  height: 835px
}

#filterMap {
  padding: 0 7px;
  overflow: auto;
}



.triangle .red {
  display: none;
}

.filterMap
{
  display: none;
}

@media screen and (min-width: 450px) {
   #map-canvas {
      margin: 0 20px;
    }

    .triangle .red {
      display: block;
    }

    .filterMap
    {
      display: block;
    }
}



h1.title {
  font-size: 14px;
  color: #d00b2b;
  margin-left: 20px;
  margin-top: 5px;
  font-family: arial;
  font-weight: bold;
  margin: 0;
  line-height: 42px;
  padding-left: 20px;
}

#content_barrisol {
  padding: 0px 0px 0px 0px;
}

.enable_check {
    display: block;
    background: url('/view/img/enable_check.png');
    width:12px;
    height: 12px;
    cursor: pointer;
}

.enable_check.yes {
    background-position: top left;
}

.enable_check.no {
    background-position: top right;
}

.right,
.left {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.left.input_reload
{
  display: none;
}
@media(min-width: 768px){
    .left {
        float: left;
        margin-right: 0;
        width: 33.3333333339%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .left.input_reload
    {
      display: block;
    }

    .right {
        float: right;
        /* margin-left: 10px; */
    }
}

ul.typeahead {
  z-index: 5;
}
ul.typeahead li{
  list-style: none;
}

#filterMap .left {
  margin-left: 0;
}


#filterMap input
{
  height: 40px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 24px 17px;
}

#filterMap button
{
  width: 50px;
  height: 50px;
}



.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #9B9B9B;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
}
