body .navbar-inverse.fixed-top {
  z-index: initial;
}
#msd-popup-webmasters {
  text-align: center;
  font-size: 12px;
}
#msd-popup-webmasters .modal-dialog {
  width: 300px;
}
#msd-popup-webmasters .modal-dialog .modal-header {
  padding: 12px 15px 11px;
}
#msd-popup-webmasters .modal-dialog .modal-header h4,
#msd-popup-webmasters .modal-dialog .modal-header label {
  display: inline-block;
  margin: 0 10px 5px;
  font-weight: bold;
}
#msd-popup-webmasters .modal-dialog .modal-header h4 span,
#msd-popup-webmasters .modal-dialog .modal-header label span {
  color: #fe6be3;
}
#msd-popup-webmasters .modal-dialog .modal-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
#msd-popup-webmasters .modal-dialog .modal-header .close {
  color: #fff;
}
#msd-popup-webmasters .modal-dialog .modal-body .process p {
  margin: 0 0 10px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .languages {
  text-align: center;
  margin-bottom: 15px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .languages .item {
  display: inline-block;
  cursor: pointer;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .languages .active {
  color: #fe6be3;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .step {
  display: none;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .step .bottom {
  text-align: right;
  margin-top: 15px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .step-1 {
  display: block;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .step-names {
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
  color: #dbdbdb;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .step-names .item {
  float: left;
  width: 33.333333%;
  text-align: center;
  margin: 0 auto;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .step-names .item.active {
  color: #777777;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators {
  overflow: hidden;
  margin-bottom: 10px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item {
  float: left;
  width: 33.333333%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 100%;
  height: 5px;
  background: #dbdbdb;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item.active:before {
  background: #fe6be3;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item.active .inner {
  background: #fe6be3;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item .inner {
  border-radius: 50%;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: white;
  background: #dbdbdb;
  position: relative;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item:nth-child(1):before {
  width: 50%;
  left: 50%;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item:nth-child(2):before {
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .indicators .item:nth-child(3):before {
  width: 50%;
  right: 50%;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .prev {
  cursor: pointer;
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-top: 5px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .msdBtn {
  font-family: 'FontAwesome', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  border-color: #d5d5d5 !important;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ededed), color-stop(60%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: -o-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: -ms-linear-gradient(top, #ededed 40%, #f9f9f9 60%);
  background: linear-gradient(to bottom, #ededed 40%, #f9f9f9 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f9f9f9', GradientType=0);
  width: 90px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .form-group {
  position: relative;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .form-group .form-control {
  display: inline-block;
  padding: 2px 3px;
  border: 1px solid #dbdbdb;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .form-group label.error {
  position: absolute;
  font-size: 10px;
  left: 5px;
  bottom: -15px;
  font-weight: 400;
  color: red;
  margin: 0;
  padding: 0;
}
#msd-popup-webmasters .modal-dialog .modal-body .process input[type=text],
#msd-popup-webmasters .modal-dialog .modal-body .process select {
  height: 23px;
  line-height: 19px;
}
#msd-popup-webmasters .modal-dialog .modal-body .process .form-group textarea.form-control {
  display: block;
}
#msd-popup-webmasters .modal-dialog .modal-body .success-message {
  display: none;
}
#msd-popup-webmasters ::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
#msd-popup-webmasters :-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
#msd-popup-webmasters ::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
#msd-popup-webmasters :-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
#msd-popup-webmasters ::-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
#msd-popup-webmasters ::placeholder {
  color: #bbb;
  font-weight: 400;
}
@media (max-width: 767px) {
  #msd-popup-webmasters .modal-dialog {
    width: 300px;
    margin: 30px auto 0;
  }
}
