﻿.loader-file-start {

}

.loader {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  left: 50%;
  margin: -120px 0 0 -175px;
  position: absolute;
  top: 50%;
  width: 350px;
  z-index: 9999;
}

.loader-logo-wrap {
  background: #f8f8f8;
  padding: 20px 0;
  text-align: center;
}
.loader-logo-wrap img {
  display: inline-block;
  width: 206px;
}

.loader-content {
  padding: 20px 30px;
  text-align: center;
}
.loader-content .loader-status {
  margin: 0;
}
.loader-content .btn-secondary {
  background: #F0F0F0;
  border: none;
  box-shadow: none;
  line-height: 1;
  height: auto;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: .8em;
}

.loader-progress-bar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url(../../images/skin/progress-bar.gif) repeat-x -2px -2px;
  height: 10px;
  margin: 0 auto 25px;
  max-width: 250px;
  overflow: hidden;
  width: 100%;
}
.loader-progress-bar .loader-progress-bar-fill {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
  background: #2b8dca;
  display: block;
  height: 100%;
  width: 100%;
}

