@CHARSET "UTF-8";

.postbox p, li {
  font-size: 1em;
  line-height: 1.375em;


}

#downloadZIP {
    display: none;
}

.intro-text {
    font-size: large;
}

div.postbox-container {
    float: none;
    padding: 0;
    min-width: 650px;
    width: 100%;
}

div.postbox div.inside {
    margin: 14px 18px 18px;
    position: relative;
}

.wpsho-report ul {
    list-style: disc;
    list-style-position: inside;
}

.wpsho-report ul li {
    padding-left: 2em;
}

.wpsho-export-log {
    height: 200px;
    overflow: auto;
    border: 1px solid #DFDFDF;
    color: #000;
    background: #fff;
    margin: 0 0 15px;
    padding: 3px 4px;
    width: 95%;
}

#exportStatus {
    width: 100%;
}

#progress {
    display: none;
}

#progress-container {
  min-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

.error-help-text {
  display: none;
  padding-bottom: 25px;
}

.warning {
  background-color: #ffe7b7;
}


@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.pulsate-css {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;

    border: 3px solid #999;
    border-radius: 30px;
    height: 18px;
    width: 18px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    text-align: center;
    float: left;
}

#current_action {
  padding-top: 3px;
  font-size: 14px;

}

.button-call-to-action {
  background-color: greenyellow !important;
}

.cancelExportButton{
  background-color: orange !important;
}

p.submit{
  margin-top: 0px !important;
}

#netlify_test_results {
  line-height: 28px;
  margin-left: 10px;
}

.spinner {
  float:none;width:auto;height:auto;padding:10px 0 10px 50px;
}

/* 86% when full sidebar, needs to grow otherwise */
#wp2static-footer {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid black;
  min-height: 110px;
  margin-left: -20px;
  padding-left: 20px;

}

.wrap.wp2static {
  padding-bottom: 100px;
}

#wpfooter {
  display: none;
}

#pbar-container {
  background-color: #F7F7F7;
  width: 100%;
  display: block;
  min-height: 30px;
  margin-bottom: 20px;
  position: relative;
}

#pbar-fill {
  background-color: #C1C1C1;
  width: 0%;
  min-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
