body {
  font-family: sans-serif, arial, helvetica;
}

.image-title {
  font-size: 1.5em;
  font-weight: bold;
}

.info-button {
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  transition-duration: 0.3s;
  background-color: #1560b7;
  padding-top: 5%;
}

.info-button:hover {
  background-color: #4273c6;
}

.submit-button {
  cursor: pointer;
  color: #fff;
  width: 200px;
  padding: 0.5em;
  border: 2px solid black;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  transition-duration: 0.3s;
  background-color: #1560b7;
  font-size: 1.5em;
}

.submit-button:hover {
  color: black;
  background-color: #4273c6;
}

div.post {
  border-top: solid black 2px;
}

.bandwidth-title {
  background-color: #1560b7;
  color: #fff;
  padding: 0.5em;
}

.bandwidth-title-right {
  background-color: #1560b7;
  color: #fff;
  float: right;
}

.org-title {
  background-color: #1560b7;
  color: #fff;
  padding: 0.5em;
  text-align: center;
}

.bandwidth-box {
  margin-top: 25px;
}

.bandwidth-box-fields {
  color: #000000;
}

.org-box-fields {
  color: #000000;
  text-align: left;
}

.kite-colors {
  background-color: #dee2e6;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row-submit {
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-right: 5%;
}

.column {
  flex: 50%;
  flex-wrap: wrap;
  text-align: center;
}

.column-org {
  text-align: center;
  flex-wrap: wrap;
  float: left;
  flex: 33.3%;
}

.input-box {
  width: 250px;
  padding: 0.5em;
  border: 2px solid;
  border-radius: 5px;
  margin-bottom: 50px;
  text-align: center;
  resize: none;
}

.org-input-box {
  width: 400px;
  padding: 0.5em;
  border: 2px solid;
  border-radius: 5px;
  margin-bottom: 50px;
  text-align: center;
  resize: none;
}

.large-input-box {
  width: 500px;
  padding: 0.5em;
  border: 2px solid;
  border-radius: 5px;
  margin-bottom: 50px;
  text-align: center;
  resize: none;
}

/* .result-box {
  width: 100px;
  height: 35px;
  font-size: 2em;
  border: 2px solid black;
  border-radius: 5px;
  margin-bottom: 50px;
  text-align: center;
  resize: none;
  background-color: white;
  transition-duration: 0.1s;
} */

.result-box {
  width: 150px;
  height: 37px;
  font-size: 1.2em;
  border: 2px solid black;
  border-radius: 5px;
  /* margin-bottom: 50px; */
  text-align: center;
  resize: none;
  /* background-color: white; */
  transition-duration: 0.1s;
  font-weight: bold;
  background-color: #373a3c;
  color: white;
}

.band-input {
  width: 25% !important;
}

@media (max-width: 1050px) {
  .band-input {
    width: 100% !important;
  }
  .result-box {
    width: 100% !important;
  }
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: gray;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-left: -5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltiptext:hover {
  visibility: visible;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.logo {
  margin: 5px;
}

.wrapper {
  margin: 10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.no-gut {
  margin-right: 0 !important;
  margin-left: 0 !important;

  > .col,
  > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.cust {
  display: flex;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.form-label{
  margin-right: 8px;
}

hr {
  border: none;
  height: 1px;
  background-color: black;
}