/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .first-paragraph {
   margin-top: 30px;
 }

 #lomakevalinta-valintalista-alue {
    background-color: #C9D6FF;
    padding: 40px;
}

#lomakevalinta-valintalista-alue .lomakevalinta-otsikko {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

#lomakevalinta-valintalista {
    min-width: 70%;
    max-width: 70%;
    margin: 0px;
    background-color: white;
    vertical-align: top;
}

#lomakevalinta-select-btn {
    color: white;
    min-width: 30%;
    max-width: 30%;
}

#lomakevalinta-select-btn:hover,
#lomakevalinta-select-btn:focus {
  background-color: #6b8bff !important;
}

.yhteydenotto select,
.yhteydenotto input,
.yhteydenotto textarea {
  width: 100% !important;
}

.yhteydenotto textarea {
  height: auto !important;
}

.palvelutilaus-yhteystiedot-lomake select,
.palvelutilaus-yhteystiedot-lomake input,
.palvelutilaus-yhteystiedot-lomake textarea {
  width: 100% !important;
}

.yhteydenotto .formbutton,
.palvelutilaus-yhteystiedot-lomake .formbutton {
  width: auto !important;
  color: white;
}

.palvelutilaus-osion-otsikko {
    margin-bottom: 20px;
    margin-top: 40px;
}

.palvelutilaus-osion-numero {
    background-color: #C9D6FF;
    border-radius: 50%;
    height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.palvelutilaus-osion-otsikkoteksti {
    margin-left: 20px;
    font-weight: bold;
}

.palvelutilaus-palvelupaketti {
  width: 100% !important;
}

#yhteydenotto-submit,
#palvelutilaus-submit {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#yhteydenotto-submit:hover,
#palvelutilaus-submit:hover,
#yhteydenotto-submit:focus,
#palvelutilaus-submit:focus {
  background-color: #6b8bff !important;
}

#domain_base::placeholder {
    color: gray;
}

#domain_base {
    box-sizing: border-box;
    padding-left: 20px !important;
    min-width: 60%;
    max-width: 60%;
}

.domainformselect {
    width: auto !important;
    min-width: 15%;
    max-width: 15%;
    text-align: center;
}

#domainhaku_search {
    min-width: 25%;
    max-width: 25%;
}

#domainhaku_search:hover,
#domainhaku_search:focus {
  background-color: #6b8bff !important;
}

#domainhaku_output table {
    margin-top: 20px;
}

#domainhaku_output input {
  height: 20px !important;
  vertical-align: middle;
}

 .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6b8bff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
