@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
body {
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  list-style: none;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cf {
  overflow: auto;
  zoom: 1;
}

h4 {
  color: #00ADA9;
}

h4 .infos-3 {
  position: relative;
}

small {
  display: block;
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  color: grey;
}

.action {
  cursor: pointer;
}

.result {
  background: #008783;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: white;
  text-align: center;
  font-size: 16px;
}

.result p {
  margin-bottom: 0;
  padding: 13px 10px;
}

.result span {
  font-weight: bold;
}

.result.result__tc {
  font-size: 16px;
  padding: 1px 5px;
  margin-top: 2px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}
.result.result__tc p {
  margin-top: 0;
}

.separator__bottom {
  border-bottom: 1px solid white;
}

.intro-tool {
  padding-left: 15px;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: normal;
  margin: 0;
  color: grey;
}

.input__container {
  width: 100%;
  padding: 15px;
  position: relative;
  z-index: 2;
}

.input__container span {
  color: #008784;
  font-family: Roboto, Verdana, Geneva, sans-serif;
}

.input__container label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #008784;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  display: block;
  position: absolute;
  top: 28px;
  white-space: nowrap;
  font-weight: normal;
  z-index: -1;
  font-size: 13px;
  text-transform: uppercase;
}

.input__container label.actived {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 10px;
  font-size: 11px;
}

.input__container input, .input__container select {
  display: block;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  margin: 5px auto;
  padding: 4px;
  background: transparent !important;
}

.input__container input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #A2C4BB;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: medium;
  text-transform: uppercase;
}

.tool {
  padding: 10px 10px 10px 0;
}

.title-tool {
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 10px;
  margin: 0;
  background: #00ADA9;
  color: #FFF;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.rowed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.verticalbar {
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  line-height: 50px;
  background: #008784;
  color: #FFF;
  font-size: 26px;
}

.verticalbar i {
  line-height: 50px;
}

#rem {
  color: white;
  font-size: 13px;
  font-weight: 300;
}

@media screen and (max-width: 530px) {
  .title-tool {
    font-size: 14px;
  }
}
@media screen and (max-width: 470px) {
  .title-tool {
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
  }
}