.container-data-reseller {
  margin-bottom: 20px;
}

.firstRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
  font-size: 12px;
}

.leftRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dot {
  height: 7px;
  width: 7px;
  background-color: #0090d2;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.resultNum {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.resultNum p {
  color: #008fd2;
  font-weight: bold;
  margin-bottom: 5rem;
  font-family: "Barlow";
  font-weight: bold;
  padding-top: 0.4rem;
}

.intro_ita_retailers_form {
  color: white;
  margin-bottom: 2rem;
}
.ita-retailer-form {
  padding-left: 3rem;
  padding-right: 3rem;
}
.contactForm form.ita-retailer-form .formSubmit {
  padding-right: 0;
}

.dot2 {
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #0090d2;
  font-size: 15px;
  margin-right: 10px;
  color: #0090d2;
  font-weight: bold;
  line-height: 30px;
}

.formControlWrapper .formControl.hidden {
  display: none;
}

#offices {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100vh);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
#offices h1 {
  margin-bottom: 3rem;
}
/*
#offices .innerPage > div > p{
	margin-bottom:5rem;
}
*/
#offices .modalOperations > div {
  margin-bottom: 2.5rem;
}

#offices ol li p {
  padding: 1rem 0;
}

#offices .fixedImage > div {
  height: calc(100vh - 7rem);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
#offices h3 {
  display: flex;
  justify-content: space-between;
}
#offices h3 > * {
  align-self: center;
}

#offices .tabulationNav a {
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
#offices .tabulationNav a.active {
  border: 1px solid #0090d2;
}

#img1 {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column-reverse;
}

.supportForm {
  padding: 6rem 4rem;
  margin-top: 2rem;
}

.smallRound {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

/*
.tabulationContent p{
	margin-bottom: 1rem;
}
*/

span.separatorLine {
  background: #008fd2;
  height: 4px;
  width: 100%;
  display: block;
}

.google-maps-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapLegend {
  max-width: 50%;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  justify-content: space-around;

  align-items: flex-end;
  padding: 1rem;
}
.mapLegend > span {
  align-self: center;
  display: flex;
}
.mapLegend > span:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-left: -2rem;
  align-self: center;
  display: block;
  position: relative;
  margin-right: 1rem;
}

#countries-input {
  color: white;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  box-shadow: none;
  padding-left: 0;
  line-height: 27px;
}

.container-form-retailer {
  margin-top: 2rem;
}
.container-form-retailer .manageDescription {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
  #offices .fixedImage > div {
    height: 33vh;
  }
  #offices .w40 {
    display: none;
  }
  .formControl:nth-child(2n) {
    padding-left: 0;
  }
  .formControlWrapper {
    margin-top: 0;
  }
}

.contactForm {
  padding: 2rem;
}
.contactForm form .formSubmit {
  padding-right: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1250px) {
  .contactForm form .formSubmit {
    padding-right: 0;
    padding-bottom: 0;
  }
  .formControlWrapper {
    padding-top: 0;
  }
  .contactForm {
    padding: 3rem;
  }
  .ita-retailer-form,
  .intro_ita_retailers_form {
    padding-left: 0;
    padding-right: 0;
  }
  .contactForm form.ita-retailer-form .formSubmit {
    padding-right: 0;
  }
}

.container-results-resellers {
  margin-left: -1rem;
  margin-right: -1rem;
}
.container-results-resellers .tabulationContent {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 1rem 0 1rem;
  margin-bottom: 0;
}
.container-results-resellers .tabulationContent > div {
  padding: 3rem !important;
}
.container-results-resellers .container-image {
  height: 10rem;
  margin-bottom: 1rem;
}
.container-results-resellers .container-image img {
  height: 100%;
  display: block;
}

@media only screen and (max-width: 992px) {
  .container-results-resellers .tabulationContent {
    width: 100%;
    float: none;
  }
}
