﻿/*.ta-editor {
    min-height: 400px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-bind {
    min-height: 400px !important;
}*/
.ef-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #252c2d;
  opacity: 0.5;
  z-index: 199;
}
.ef-modal {
  border-radius: 4px;
  background-color: #fff;
  position: fixed;
  z-index: 200;
  top: 15px;
  bottom: 15px;
  width: 960px;
  min-width: 960px;
  border: 2px solid #d7d7d7;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: -7px 7px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -7px 7px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: -7px 7px 0 0 rgba(0, 0, 0, 0.5);
}
.ef-modal-header {
  background-color: #d7d7d7;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ef-modal-header h2 {
  line-height: 30px;
  margin: 0;
  font-size: 1.75em;
}
.ef-modal-header .ef-modal-close {
  height: 30px;
  width: 30px;
  position: absolute;
  margin: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  text-align: center;
  border-radius: 3px;
}
.ef-modal-header .ef-modal-close:hover {
  background-color: #efefef;
}
.ef-modal-header .ef-modal-close::after {
  content: "X";
  color: #666;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 30px;
}
.ef-modal-content-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 60px;
  font-size: 1em;
  overflow-y: auto;
  padding: 15px;
}
.ef-modal-footer {
  background-color: #d7d7d7;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
}
.ef-checkbox {
  font-size: 0.9em;
  color: #333;
  font-weight: normal;
  line-height: 18px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  white-space: normal;
}
.ef-checkbox input {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
}
.section-header-group {
  display: flex;
  /* or inline-flex */
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-header-group h2 {
  margin: 0;
  line-height: 24px;
  margin-right: 10px;
}
.checkbox-group {
  border: 1px solid #c9c9c9;
  background-color: #efefef;
  border-radius: 5px;
  padding: 0 5px;
}
.ef-modal-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.flex-content {
  display: flex;
}
.flex-content.flex-column {
  flex-flow: column;
}
.flex-content .flex-block {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-x: hidden;
}
.flex-content .flex-block.flex0 {
  flex-grow: 0;
}
.flex-content .flex-block.flex1 {
  flex-grow: 1;
}
.flex-content .flex-block.shrink0 {
  flex-shrink: 0;
}
.flex-content .flex-block.shrink1 {
  flex-shrink: 1;
}
.drop-box {
  border: 5px dashed #cccccc;
  padding: 25px;
  display: block;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}
.dragover {
  border: 5px dashed #e68d10;
}
.uploadBarWrapper {
  border: 1px solid #cccccc;
  height: 20px;
  margin-top: 20px;
  border-radius: 3px;
  position: relative;
  background-color: #090;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
}
.uploadBarWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.uploadBarWrapper .uploadBar {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download-loading {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.download-loading .spinner {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.download-loading .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.download-loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.download-loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.download-loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.download-loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}