/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.

*/
/* @import "application/admin_lte_overrides"; */
/* http://www.w3schools.com/howto/howto_css_aspect_ratio.asp */
/* line 2, /app/app/assets/stylesheets/admins/banners.scss */
.banner-image-container {
  position: relative;
  width: 320px;
  height: 120px;
  max-width: 100%;
}

/* line 9, /app/app/assets/stylesheets/admins/banners.scss */
.banner-image-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}

/* line 20, /app/app/assets/stylesheets/admins/banners.scss */
input.upload-eec-image-btn {
  position: relative;
  opacity: 0;
  top: -29px;
  left: -18px;
  height: 50px;
  width: 138px;
  margin-right: -32px;
  margin-bottom: -44px;
  cursor: pointer;
}

/* http://codepen.io/msisto/pen/LntJe */
/* line 12, /app/app/assets/stylesheets/admins/spinner.scss */
.loader {
  position: relative;
  margin: 0px auto;
  width: 40px;
}
/* line 16, /app/app/assets/stylesheets/admins/spinner.scss */
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

/* line 23, /app/app/assets/stylesheets/admins/spinner.scss */
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 34, /app/app/assets/stylesheets/admins/spinner.scss */
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
/* line 1, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container {
  /*Form Wizard*/
  /*END Form Wizard*/
}
/* line 2, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard {
  margin-top: 40px;
}
/* line 6, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
/* line 8, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
/* line 12, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 14, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 15px;
}
/* line 16, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
/* line 18, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
/* line 20, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
/* line 22, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #f5f5f5;
}
/* line 24, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
/* line 26, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
/* line 28, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
/* line 30, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
/* line 32, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
/* line 34, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
/* line 36, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
/* line 38, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
/* line 40, /app/app/assets/stylesheets/admins/application_status_steps.scss */
.application-status-step-container .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/* line 15, /app/app/assets/stylesheets/admins.scss */
ul.pagination {
  margin-bottom: 0px;
  margin-top: 0px;
}
