/*modal*/
.hidden {
  overflow: hidden;
}

.modal-window {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 100%;
  z-index: 1000;
  display: flex;
  transition: 0.3s ease;
}

.modal-window.open {

  display: flex;
  align-items: flex-start;
  top: 0;
  position: fixed;
}

.modal-window textarea {
  width: calc(100% - 33px);
  margin: 6px 0;
  padding: 10px 15px;
  font: 14px a-light;
  border: none;
  max-width: 332px;
  border: 1px solid #e1e1e1;
}

.modal-window-content {
  background: #fff none repeat scroll 0 0;
  margin: 0px auto 0px;
  min-width: 320px;

  overflow: hidden;
  position: relative;
}

.modal-header {

  background: #fff none repeat scroll 0 0;

  color: #323d49;

  font-size: 16px;

  /*! padding: 30px 10px 25px 10px; */

  text-align: center;

}

.modal-header > i {
  cursor: pointer;
  display: inline-block;
  float: right;
  color: #747474;
  position: relative;
  text-transform: initial;
  top: 6px;
  vertical-align: middle;
  right: 8px;
  font-size: 18px;
}

.modal-footer {

  background: #f0f0f0 none repeat scroll 0 0;

  padding: 10px 20px;

}

.modal-wrap-content {
  margin: 43px 53px 53px 53px;
  padding-bottom: 0;
}

.progress .indeterminate {

  background-color: #0077dd;
}

.progress .indeterminate:before {

  content: '';

  position: absolute;

  background-color: inherit;

  top: 0;

  left: 0;

  bottom: 0;

  will-change: left, right;

  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;

  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {

  content: '';

  position: absolute;

  background-color: inherit;

  top: 0;

  left: 0;

  bottom: 0;

  will-change: left, right;

  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;

  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;

  -webkit-animation-delay: 1.15s;

  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {

  0% {

    left: -35%;

    right: 100%;
  }

  60% {

    left: 100%;

    right: -90%;
  }

  100% {

    left: 100%;

    right: -90%;
  }
}

@keyframes indeterminate {

  0% {

    left: -35%;

    right: 100%;
  }

  60% {

    left: 100%;

    right: -90%;
  }

  100% {

    left: 100%;

    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {

  0% {

    left: -200%;

    right: 100%;
  }

  60% {

    left: 107%;

    right: -8%;
  }

  100% {

    left: 107%;

    right: -8%;
  }
}

@keyframes indeterminate-short {

  0% {

    left: -200%;

    right: 100%;
  }

  60% {

    left: 107%;

    right: -8%;
  }

  100% {

    left: 107%;

    right: -8%;
  }
}

.modal-wrap-content .cssload-speeding-wheel {

  border-width: 2px;

  height: 25px;

  width: 25px;

  margin-right: 5px;

}

.update_history_params {

  padding: 15px 0;

  text-align: center;

}

.modal_footer {

  margin-top: 15px;

}

.modal_footer.modal_fixed {
  background: #f1f1f1 none repeat scroll 0 0;
  border-top: 1px solid #ddd;
  bottom: 0;
  margin: 0 auto 0 -20px;
  max-width: 700px;
  position: fixed;
  width: 70%;
}

.modal_fixed > .uk-button {
  margin: 8px 10px;
}

.progress-modal {

  background-clip: padding-box;

  background-color: #b3d4fc;

  display: block;

  height: 3px;

  overflow: hidden;

  position: relative;

  width: 100%;

}

.modal-wrap-content.content_load {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.overlay.modal_fixed {
  margin-bottom: 16px;
}

/*modal*/
