#form-banner {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  max-width: 820px;
  margin: 0px auto 28px;
  padding: 11px 0px;
}

/* Det egna formuläret */
#ingager-form {
max-width: 405px;
padding: 7px;
margin: 0 auto 0px;
width: 95%;
}

#ingager-form input:not([type='checkbox']){
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  height: 40px;
  text-indent: 10px;
  padding: 0;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.7px;
  box-shadow: none;
  margin: 6px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#ingager-form input::-webkit-input-placeholder {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.7px;
}
#terms-checkbox{display: block !important;}
#ingager-form [type='checkbox'],
#ingager-form [type='radio']{
  font-size: 16px;
}

#ingager-form input.zip,
#ingager-form input.recipient-zip {
  margin-right: 2%;
  width: 40%;
}

#ingager-form input.city,
#ingager-form input.recipient-city {
  width: 56%;
  margin-right: 0;
}

#ingager-form .terms {
  width: 10%;
  margin: 10px 0px;
}

#entry {
  display: none;
}

.ingager-submit {
  cursor: pointer;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  box-shadow: 0px 0px 0px 0px;
  outline: none;
  border-radius: 4px;
  background-color: #074f42;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.ingager-submit:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}

.ss_box{
  margin: 0;
}

.ingager-form-container {
  background: rgba(249,249,249,1);
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(216,217,218,1) 50%, rgba(216,217,218,1) 51%, rgba(249,249,249,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(50%, rgba(216,217,218,1)), color-stop(51%, rgba(216,217,218,1)), color-stop(100%, rgba(249,249,249,1)));
  background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(216,217,218,1) 50%, rgba(216,217,218,1) 51%, rgba(249,249,249,1) 100%);
  background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(216,217,218,1) 50%, rgba(216,217,218,1) 51%, rgba(249,249,249,1) 100%);
  background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(216,217,218,1) 50%, rgba(216,217,218,1) 51%, rgba(249,249,249,1) 100%);
  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(216,217,218,1) 50%, rgba(216,217,218,1) 51%, rgba(249,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=0 );
}

div.terms-container {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.other-recipient {
  display: none;
}

.other-recipient-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right:9px;
}

/* Hide other recipient */
.other-recipient-checkbox,
label[for="other-recipient-checkbox"] {
  display: none;
}

/* SLUT egna formuläret */

/*RADIO STYLE*/

/* Customize the label (the container) */

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#form-text-wrapper {
margin: auto;
max-width: 400px;
width: 91%;
}

#form-text-wrapper div{
margin:10px auto;
}
#form-text-wrapper div input{
display:none;
vertical-align: middle;
width:10%;
}
#form-text-wrapper div label {
padding-left: 40px;
vertical-align: middle;
width: 85%;
display: inline-block;
background-repeat: no-repeat;
background-position-x: 0px;
background-position-y: 6px;
background-size: 30px;
min-height: 40px;
}

/*TERMS MODAL*/
.terms-modal {
background: #fff;
min-width: 100px;
height: 90%;
width: 92%;
min-height: 100px;
position: fixed;
text-align: left;
max-height: 600px;
padding: 12px 0px;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%,-50%) !important;
-moz-transform: translate(-50%,-50%) !important;
-ms-transform: translate(-50%,-50%) !important;
-o-transform: translate(-50%,-50%) !important;
transform: translate(-50%,-50%) !important;
z-index: 9999;
max-width: 600px;
display: inline-grid;
-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

.terms-modal-text {
  width: 100%;
  margin: auto;
  overflow: auto;
  height: 92%;
  position: absolute;
  top: 28px;
}

.terms-modal-text div {
  width: 87%;
  height: 100%;
  margin: auto;
}
.terms-modal-button{
    display: inline;
    margin: auto;
    position: relative;
}
.terms-modal-container{
    text-align: center;
}
.terms-modal-wrapper {
  display: none;
  background: #00000094;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%,-50%) !important;
  -moz-transform: translate(-50%,-50%) !important;
  -ms-transform: translate(-50%,-50%) !important;
  -o-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
  z-index: 9999;
}
.terms-modal-inner{
    width:100%;
    height:100%;
}
.terms-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 33px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background-color: gray;
    color: #fff;
    padding-bottom: 3px;

    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.terms-modal br{
    display: block
}

#ingager-form #form-dropdown{
  margin: 15px auto;
  display: block;
  width: 100%;
}

/*THANKS*/
.form-thanks {
  display:none;
  margin: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #fff;
  padding:20px;
  overflow: auto;
}
.form-thanks img {
  height: auto;
  max-width: 100%;
  width: 300px;
  margin-top: 5%;
}


/*SPINNER*/
.spinner {
width: 40px;
height: 40px;
display:none;
position: relative;
margin:  auto;
}

.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #333;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;

-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
} 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
}

h2.loading{
text-align: center;
}

#terms-checkbox{
display: block !important;
}

#fillForm {
  background: #4174b4;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  margin: 10px auto !important;
  padding: 0;
  max-width: 570px;
  min-width: 270px;
  width: 100%;
  z-index: 1;
}

#fillForm img {
  width: 50px;
  height: 50px;
}

#fillForm p {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 11px auto;
  line-height: 20px;
  align-self: center;
}

#fillForm:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}

.error-message {
  color: #ff0000;
  display: none;
  margin: 0 auto 20px;
}
