/*@import 'foundation';
@include foundation-everything($flex: false);*/
/* COLORS:
------------------- */
/* FONTS:
------------------- */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/* ADDITIONAL:
------------------- */
.registryFormPadding legend {
  font-weight: bolder;
  font-size: x-large;
}

.registryFormPadding fieldset {
  padding-bottom: 25px;
}

.registryFormPadding div.row fieldset.cbServices div.item {
  display: inline-flex;
}

.registryFormPadding div.row fieldset.cbServices div.item label {
  padding-left: 5px;
  margin-right: 0px;
}

.required:after {
  content: " *";
  font-weight: bold;
  color: red;
}

#uploadedFiles {
  border: 3px solid #000;
}

#uploadedFiles tr {
  border: 2px solid grey;
}

span[id^="val"] {
  font-weight: bold;
  border: 3px dotted red;
  padding: 5px 5px 5px 5px;
}

.validatorDuo {
  padding-top: 8px;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 2.4375rem !important;
  margin: 0 0 1rem !important;
  padding: 0.5rem !important;
  border: 1px solid #cacaca !important;
  font-size: 1rem !important;
  border-radius: 0 !important;
  background-color: #fefefe !important;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  color: #0a0a0a !important;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out !important;
}

.g-recaptcha-response {
  display: none !important;
}

.dmva-fileUpload {
  display: inline-flex;
  width: 45%;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid #BF311A;
  font-family: "Montserrat", sans-serif;
}

.dmva-fileUpload > [type=file] {
  margin-bottom: 0px;
  display: inline-flex;
}

.dmva-deleteFile {
  display: inline-flex !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  min-height: 31.5px !important;
  height: 31.5px !important;
}

input[type=radio] {
  margin-bottom: 3px;
  min-width: 13px !important;
  min-height: 13px !important;
  width: 13px !important;
  height: 13px !important;
}

input[type=checkbox] {
  margin-top: 5px;
  min-width: 13px !important;
  min-height: 13px !important;
  width: 13px !important;
  height: 13px !important;
}

@media only screen and (max-width: 480px) {
  input[type=checkbox],
  input[type=radio] {
    min-width: 13px !important;
    min-height: 13px !important;
    width: 13px !important;
    height: 13px !important;
  }
  input[type=radio] {
    margin-bottom: 3px;
  }
  input[type=checkbox] {
    margin-top: 5px;
  }
  .dmva-fileUpload {
    width: 100%;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
