@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,500);
.nyhetsbrev-popup {
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.50);
  position: absolute;
  height: 80%;
  width: 95%;
}
/* Stänga knapp i hörn */
.close {
  color: rgba(0, 0, 0, 1.00);
  float: right;
  font-size: 30px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: rgba(255, 0, 0, 1.00);
  text-decoration: none;
  cursor: pointer;
}
#smns-modal-body {
  background: #fff;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%); /* Safari, iOS, Android */
  -ms-transform: translateX(-50%) translateY(-50%); /* Internet Explorer */
  -moz-transform: translateX(-50%) translateY(-50%); /* Mozilla Firefox */
  transform: translateX(-50%) translateY(-50%); /* W3C standard specification */
}
.form-modal-body {
  width: 93%;
  background: #fff;
  padding: 3%;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .form-modal-body {
    width: 90%;
    padding: 3%;
  }
}
.smns-input-heading {
  font-size: 16px;
  line-height: 13px;
  margin-bottom: 5px;
}
.modal-heading {
  text-align: left;
  background-color: #EDEDED;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
#smns-promo-text {
  margin-bottom: 10px;
}
.jquery_email {
  width: 100%;
  padding: 10px 5px 10px 10px;
  margin: 5px 0 15px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 18px;
}
/* jQuery-class för formulärfält med förvald text */
.email_focus {
  color: #999;
}
.email_default {
  color: #000;
}
.modal-footer {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  background: #EDEDED;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .modal-footer {
    width: 100%;
  }
}
.modal-footer .email_focus {
  border: 1px solid #5A5F63;
}
.close-button-bottom, .button_email {
  height: 35px;
  overflow: hidden;
  margin: 3% 1% 3% 1%;
  padding: 1% 2%;
  width: 48%;
  outline: none;
  border: 0;
  font-size: 16px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .close-button-bottom, .button_email {
    height: 40px;
    margin: 3% 1% 3% 1%;
    padding: 1% 2%;
    width: 95%;
  }
}
.modal-footer .close-button-bottom {
  float: right;
  width: 27%;
}
.modal-footer .button_email {
  float: left;
  width: 67%;
}
@media only screen and (max-width: 768px) {
  .modal-footer .button_email {
    float: left;
    width: 98%;
    height: 40px;
    margin: 1% 1% 1% 1%;
    padding: 1% 2%;
  }
  .modal-footer .close-button-bottom {
    float: right;
    width: 98%;
    height: 40px;
    margin: 1% 1% 1% 1%;
    padding: 1% 2%;
  }
}
.modal-footer .go-button-bottom {
  float: right;
}
.button_email {
  background: #47c843;
}
.modal-footer .button_email:hover {
  background: #3cb736;
}
.modal-footer .button_email:active {
  background: #33933A;
}
.modal-footer .close-button-bottom {
  background: #E94E4E;
}
.modal-footer .close-button-bottom:hover {
  background: #E81717;
}
.modal-footer .close-button-bottom:active {
  background: #AA3A3A;
}