.textOverflow, .customSelect .cSelectTrigger .label, .motionLabelTextarea .label, .motionLabelInput .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transitionP1, .customSwitch .csSwitch:before, .customSwitch .csSwitch, .customCheck .ccIcon:before, .customCheck .ccIcon {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.transitionP2, .motionLabelTextarea .label, .motionLabelTextarea .mltTextarea, .motionLabelInput .label, .motionLabelInput .mliInp {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.transitionP4 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.transitionP6 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@-webkit-keyframes loadingAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fullSelect,
.fullInput {
  width: 100%;
  height: 44px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 12px;
  position: relative;
  font-family: "Outfit", sans-serif;
}
.fullSelect.large,
.fullInput.large {
  height: 52px;
  padding: 0 15px;
}
.fullSelect.small,
.fullInput.small {
  height: 36px;
  padding: 0 10px;
}
.fullSelect.error,
.fullInput.error {
  border-color: #c8a0a0;
}
.fullSelect.disabled, .fullSelect:disabled,
.fullInput.disabled,
.fullInput:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fullSelect {
  padding: 0 9px;
}
.fullSelect.large {
  padding: 0 11px;
}
.fullSelect.small {
  padding: 0 6px;
}

.fullTextarea {
  width: 100%;
  height: 150px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  font-family: "Outfit", sans-serif;
}
.fullTextarea.large {
  height: 200px;
}
.fullTextarea.small {
  height: 100px;
}
.fullTextarea.xSmall {
  height: 60px;
}
.fullTextarea.error {
  border-color: #c8a0a0;
}
.fullTextarea.disabled, .fullTextarea:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.formElementError {
  width: 100%;
  float: left;
  color: darkred;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
}

.motionLabelInput {
  width: 100%;
  height: 44px;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.motionLabelInput .mliInp {
  width: 100%;
  height: 100%;
  float: left;
  border: none;
  background: none;
  font-family: "Outfit", sans-serif;
  color: #333;
  padding: 12px 35px 0 9px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
}
.motionLabelInput .label {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
  padding: 0 12px 0 9px;
  font-size: 12px;
  color: #999;
}
.motionLabelInput .tag {
  width: auto;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 11px;
  color: #666;
  font-weight: 600;
}
.motionLabelInput .tag img {
  height: 60%;
}
.motionLabelInput .tag.small {
  padding: 0 4px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #999;
}
.motionLabelInput .infoBt {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d6e1e9;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  color: #476685;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
}
.motionLabelInput .mliBt {
  width: auto;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d6e1e9;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 0 7px;
  font-size: 11px;
  color: #3C4044;
  cursor: pointer;
  z-index: 1;
  font-weight: normal;
}
.motionLabelInput .mliInp:-moz-placeholder-shown {
  padding: 0 12px;
}
.motionLabelInput .mliInp:-ms-input-placeholder {
  padding: 0 12px;
}
.motionLabelInput .mliInp:placeholder-shown {
  padding: 0 12px;
}
.motionLabelInput .mliInp:-moz-placeholder-shown + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput .mliInp:-ms-input-placeholder + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput .mliInp:placeholder-shown + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.large {
  height: 52px;
}
.motionLabelInput.large .label {
  line-height: 28px;
}
.motionLabelInput.large .mliInp {
  padding-top: 15px;
  font-size: 15px;
}
.motionLabelInput.large .mliInp:-moz-placeholder-shown {
  padding: 0 15px;
}
.motionLabelInput.large .mliInp:-ms-input-placeholder {
  padding: 0 15px;
}
.motionLabelInput.large .mliInp:placeholder-shown {
  padding: 0 15px;
}
.motionLabelInput.large .mliInp:-moz-placeholder-shown + .label {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.large .mliInp:-ms-input-placeholder + .label {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.large .mliInp:placeholder-shown + .label {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.small {
  height: 36px;
}
.motionLabelInput.small .label {
  line-height: 20px;
  padding-left: 7px;
  font-size: 10px;
}
.motionLabelInput.small .mliInp {
  padding-top: 12px;
  padding-left: 7px;
  font-size: 13px;
}
.motionLabelInput.small .mliInp:-moz-placeholder-shown {
  padding: 0 10px;
}
.motionLabelInput.small .mliInp:-ms-input-placeholder {
  padding: 0 10px;
}
.motionLabelInput.small .mliInp:placeholder-shown {
  padding: 0 10px;
}
.motionLabelInput.small .mliInp:-moz-placeholder-shown + .label {
  line-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.small .mliInp:-ms-input-placeholder + .label {
  line-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.small .mliInp:placeholder-shown + .label {
  line-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.small .tag {
  right: 3px;
  bottom: 3px;
  height: 28px;
  line-height: 28px;
}
.motionLabelInput.error {
  border-color: #c8a0a0;
}
.motionLabelInput.error .formElementError {
  display: block;
}
.motionLabelInput.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.motionLabelInput.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 2;
  border-radius: 6px;
  opacity: 0.7;
}
.motionLabelInput.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
.motionLabelInput .formElementError {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.motionLabelInput.dateInput:Before {
  width: 18px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzZweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMzYgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNBNUJCRDAiIGQ9Ik0xNy45OTksMzIuNzI5YzAuOTk1LDAsMS44MDEtMC44MTUsMS44MDEtMS44MTlzLTAuODA2LTEuODE5LTEuODAxLTEuODE5Yy0wLjk5NCwwLTEuOCwwLjgxNS0xLjgsMS44MTkNCglTMTcuMDA1LDMyLjcyOSwxNy45OTksMzIuNzI5eiBNMjYuOTk5LDMyLjcyOWMwLjk5MywwLDEuODAxLTAuODE1LDEuODAxLTEuODE5cy0wLjgwOC0xLjgxOS0xLjgwMS0xLjgxOQ0KCWMtMC45OTQsMC0xLjc5OSwwLjgxNS0xLjc5OSwxLjgxOVMyNi4wMDUsMzIuNzI5LDI2Ljk5OSwzMi43Mjl6IE0yNi45OTksMjUuNDU0YzAuOTkzLDAsMS44MDEtMC44MTQsMS44MDEtMS44MTgNCgljMC0xLjAwNS0wLjgwOC0xLjgxNi0xLjgwMS0xLjgxNmMtMC45OTQsMC0xLjc5OSwwLjgxMi0xLjc5OSwxLjgxNkMyNS4yLDI0LjY0LDI2LjAwNSwyNS40NTQsMjYuOTk5LDI1LjQ1NHogTTE3Ljk5OSwyNS40NTQNCgljMC45OTUsMCwxLjgwMS0wLjgxNCwxLjgwMS0xLjgxOGMwLTEuMDA1LTAuODA2LTEuODE2LTEuODAxLTEuODE2Yy0wLjk5NCwwLTEuOCwwLjgxMi0xLjgsMS44MTYNCglDMTYuMTk5LDI0LjY0LDE3LjAwNSwyNS40NTQsMTcuOTk5LDI1LjQ1NHogTTMwLjYsMy42MzZoLTEuOFYxLjgxN0MyOC44LDAuODEzLDI3Ljk5MiwwLDI2Ljk5OSwwQzI2LjAwNSwwLDI1LjIsMC44MTMsMjUuMiwxLjgxNw0KCXYxLjgxOEgxMC44VjEuODE3QzEwLjgsMC44MTMsOS45OTQsMCw5LDBDOC4wMDYsMCw3LjE5OSwwLjgxMyw3LjE5OSwxLjgxN3YxLjgxOGgtMS44QzIuNDE4LDMuNjM2LDAsNi4wNzgsMCw5LjA5MXYyNS40NTQNCglDMCwzNy41NTksMi40MTgsNDAsNS4zOTksNDBoMjUuMmMyLjk4MiwwLDUuNC0yLjQ0MSw1LjQtNS40NTVWOS4wOTFDMzYsNi4wNzgsMzMuNTgyLDMuNjM2LDMwLjYsMy42MzZ6IE0zMi4zOTcsMzQuNTQ1DQoJYzAsMS4wMDQtMC44MDMsMS44MTktMS43OTgsMS44MTloLTI1LjJjLTAuOTk0LDAtMS43OTktMC44MTUtMS43OTktMS44MTlWMTguMTgyaDI4Ljc5N1YzNC41NDV6IE0zMi4zOTcsMTQuNTQ1SDMuNlY5LjA5MQ0KCWMwLTEuMDA0LDAuODA1LTEuODE4LDEuNzk5LTEuODE4aDEuOHYxLjgxOGMwLDEuMDA0LDAuODA3LDEuODE4LDEuODAxLDEuODE4YzAuOTk0LDAsMS43OTktMC44MTQsMS43OTktMS44MThWNy4yNzJoMTQuNHYxLjgxOA0KCWMwLDEuMDA0LDAuODA1LDEuODE4LDEuNzk5LDEuODE4YzAuOTkzLDAsMS44MDEtMC44MTQsMS44MDEtMS44MThWNy4yNzJoMS44YzAuOTk1LDAsMS43OTgsMC44MTQsMS43OTgsMS44MThWMTQuNTQ1eiBNOSwyNS40NTQNCgljMC45OTQsMCwxLjc5OS0wLjgxNCwxLjc5OS0xLjgxOGMwLTEuMDA1LTAuODA2LTEuODE2LTEuNzk5LTEuODE2Yy0wLjk5NSwwLTEuODAxLDAuODEyLTEuODAxLDEuODE2DQoJQzcuMTk5LDI0LjY0LDguMDA2LDI1LjQ1NCw5LDI1LjQ1NHogTTksMzIuNzI5YzAuOTk0LDAsMS43OTktMC44MTUsMS43OTktMS44MTlTOS45OTQsMjkuMDksOSwyOS4wOQ0KCWMtMC45OTUsMC0xLjgwMSwwLjgxNS0xLjgwMSwxLjgxOVM4LjAwNiwzMi43MjksOSwzMi43Mjl6Ii8+DQo8L3N2Zz4NCg==);
  background-size: 100% 100%;
}
.motionLabelInput.w200 {
  width: 200px;
}

.mliAfterSelect {
  width: auto;
  float: left;
  background: #fff;
  border: 1px solid #cccccc;
  border-left: none;
  border-radius: 0 6px 6px 0;
  font-family: "Outfit", sans-serif;
  padding-left: 12px;
  margin-left: -3px;
  font-size: 13px;
  color: #333;
}
.mliAfterSelect option {
  background: #fff;
  color: #333;
}
.mliAfterSelect.disabled {
  color: #999;
  border-color: #ebebeb;
  pointer-events: none;
}
.mliAfterSelect.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 6px;
  opacity: 0.7;
}

.motionLabelTextarea {
  width: 100%;
  height: auto;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.motionLabelTextarea .mltTextarea {
  width: 100%;
  float: left;
  height: 150px;
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  padding: 22px 12px 12px 9px;
  font-family: "Outfit", sans-serif;
  color: #333;
  font-size: 15px;
}
.motionLabelTextarea .label {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  padding: 0 12px 0 9px;
  font-size: 11px;
  color: #999;
}
.motionLabelTextarea .mltTextarea:-moz-placeholder-shown {
  padding: 12px;
}
.motionLabelTextarea .mltTextarea:-ms-input-placeholder {
  padding: 12px;
}
.motionLabelTextarea .mltTextarea:placeholder-shown {
  padding: 12px;
}
.motionLabelTextarea .mltTextarea:-moz-placeholder-shown + .label {
  line-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelTextarea .mltTextarea:-ms-input-placeholder + .label {
  line-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelTextarea .mltTextarea:placeholder-shown + .label {
  line-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelTextarea.large .mltTextarea {
  height: 200px;
}
.motionLabelTextarea.small .mltTextarea {
  height: 100px;
}
.motionLabelTextarea.error {
  border-color: #c8a0a0;
}
.motionLabelTextarea.error .formElementError {
  display: block;
}
.motionLabelTextarea.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.motionLabelTextarea.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 6px;
  opacity: 0.7;
}
.motionLabelTextarea.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
.motionLabelTextarea .formElementError {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.multiTagInput {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px;
  border-radius: 6px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multiTagInput .mtiInp {
  width: auto;
  float: left;
  height: 38px;
  background: none;
  font-family: "Outfit", sans-serif;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}
.multiTagInput .mtiTag {
  width: auto;
  float: left;
  height: 30px;
  margin: 4px;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
}
.multiTagInput .mtiTag .mtRemove {
  width: 18px;
  height: 18px;
  float: right;
  margin: 6px -3px 6px 6px;
  background: #ccc;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #666666;
  opacity: 0.7;
  cursor: pointer;
}
.multiTagInput .mtiTag .mtRemove:hover {
  opacity: 1;
}
.multiTagInput.error {
  border-color: #c8a0a0;
}
.multiTagInput.large {
  padding: 4px;
}
.multiTagInput.large .mtiTag {
  margin: 5px;
  height: 32px;
  line-height: 32px;
}
.multiTagInput.large .mtiTag .mtRemove {
  margin-top: 7px;
}
.multiTagInput.large .mtiInp {
  height: 42px;
}
.multiTagInput.small {
  padding: 1px;
}
.multiTagInput.small .mtiTag {
  margin: 2px;
  height: 28px;
  line-height: 28px;
}
.multiTagInput.small .mtiTag .mtRemove {
  margin-top: 5px;
}
.multiTagInput.small .mtiInp {
  height: 32px;
}
.multiTagInput.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.multiTagInput.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 6px;
  opacity: 0.7;
}
.multiTagInput.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}

.customSelect {
  width: 100%;
  float: left;
  position: relative;
  min-width: 100px;
}
.customSelect.showDrop {
  z-index: 99;
}
.customSelect.showClear .cSelectTrigger {
  padding: 2px 64px 2px 2px;
}
.customSelect.showClear .cSelectTrigger .cSelectClear {
  display: block;
}
.customSelect .cSelectClear {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJpY29ucyI+DQoJPHBhdGggaWQ9ImNsb3NlXzFfIiBmaWxsPSIjNjY2NjY2IiBkPSJNMS4yODksMC4xOUwwLjIxLDEuMjY5Yy0wLjI4LDAuMjc5LTAuMjgsMC43NTksMCwxLjA3OGwzLjY3NCwzLjY3NEwwLjIxLDkuNjk0DQoJCWMtMC4yOCwwLjI4LTAuMjgsMC43NTksMCwxLjA3OGwxLjAzOCwxLjAzOWMwLjI4LDAuMjc4LDAuNzU5LDAuMjc4LDEuMDc4LDBMNiw4LjEzN2wzLjY3NCwzLjY3NWMwLjI3OSwwLjI3OCwwLjc1OSwwLjI3OCwxLjA3OCwwDQoJCWwxLjAzOS0xLjAzOWMwLjI3OC0wLjI3OSwwLjI3OC0wLjc1OCwwLTEuMDc4TDguMTE2LDUuOThsMy42NzUtMy42NzRjMC4yNzgtMC4yNzksMC4yNzgtMC43NTksMC0xLjA3OEwxMC43NTIsMC4xOQ0KCQljLTAuMjc5LTAuMjgtMC43NTgtMC4yOC0xLjA3OCwwTDYsMy44NjRMMi4zMjYsMC4xOUMyLjA0Ny0wLjA5LDEuNTY4LTAuMDksMS4yODksMC4xOXoiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
.customSelect .cSelectClear:before {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -7px;
  top: 0;
  background: #ccc;
  content: " ";
}
.customSelect .cSelectClear:hover {
  opacity: 1;
}
.customSelect .cSelectTrigger {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 2px 28px 2px 2px;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
  min-height: 30px;
}
.customSelect .cSelectTrigger:before {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik01LjM2NSw5LjYxTDAuMjY0LDQuNTA5Yy0wLjM1My0wLjM1My0wLjM1My0wLjkyMiwwLTEuMjcxbDAuODQ4LTAuODQ4YzAuMzUzLTAuMzUzLDAuOTIzLTAuMzUzLDEuMjcxLDANCglsMy42MTYsMy42MTdsMy42MTYtMy42MTdjMC4zNTQtMC4zNTMsMC45MjQtMC4zNTMsMS4yNzIsMGwwLjg0NywwLjg0OGMwLjM1NCwwLjM1MywwLjM1NCwwLjkyMywwLDEuMjcxTDYuNjMzLDkuNjENCglDNi4yODgsOS45NjQsNS43MTgsOS45NjQsNS4zNjUsOS42MXoiLz4NCjwvc3ZnPg0K");
  background-size: 100% 100%;
  content: " ";
  opacity: 0.8;
}
.customSelect .cSelectTrigger .label {
  max-width: 100%;
  width: auto;
  float: left;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  padding-left: 10px;
  font-weight: 600;
  color: #333;
}
.customSelect .cSelectTrigger .cstTag {
  width: auto;
  float: left;
  height: 30px;
  margin: 4px;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
}
.customSelect .cSelectTrigger .cstTag .cstRemove {
  width: 18px;
  height: 18px;
  float: right;
  margin: 6px -3px 6px 6px;
  background: #ccc;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #666666;
  opacity: 0.7;
  cursor: pointer;
}
.customSelect .cSelectTrigger .cstTag .cstRemove:hover {
  opacity: 1;
}
.customSelect .cSelectDrop {
  width: calc(100% - 10px);
  min-width: 180px;
  height: auto;
  position: absolute;
  left: 5px;
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  padding: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  z-index: 2;
}
.customSelect .cSelectDrop .csdSearch {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.customSelect .cSelectDrop .csdSearch .cSearchInput {
  width: 100%;
  height: 30px;
  float: left;
  background: #f1f1f1;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-family: "Outfit", sans-serif;
  padding: 0 30px 0 10px;
}
.customSelect .cSelectDrop .csdSearch .cSearchClear {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJpY29ucyI+DQoJPHBhdGggaWQ9ImNsb3NlXzFfIiBmaWxsPSIjNjY2NjY2IiBkPSJNMS4yODksMC4xOUwwLjIxLDEuMjY5Yy0wLjI4LDAuMjc5LTAuMjgsMC43NTksMCwxLjA3OGwzLjY3NCwzLjY3NEwwLjIxLDkuNjk0DQoJCWMtMC4yOCwwLjI4LTAuMjgsMC43NTksMCwxLjA3OGwxLjAzOCwxLjAzOWMwLjI4LDAuMjc4LDAuNzU5LDAuMjc4LDEuMDc4LDBMNiw4LjEzN2wzLjY3NCwzLjY3NWMwLjI3OSwwLjI3OCwwLjc1OSwwLjI3OCwxLjA3OCwwDQoJCWwxLjAzOS0xLjAzOWMwLjI3OC0wLjI3OSwwLjI3OC0wLjc1OCwwLTEuMDc4TDguMTE2LDUuOThsMy42NzUtMy42NzRjMC4yNzgtMC4yNzksMC4yNzgtMC43NTksMC0xLjA3OEwxMC43NTIsMC4xOQ0KCQljLTAuMjc5LTAuMjgtMC43NTgtMC4yOC0xLjA3OCwwTDYsMy44NjRMMi4zMjYsMC4xOUMyLjA0Ny0wLjA5LDEuNTY4LTAuMDksMS4yODksMC4xOXoiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
.customSelect .cSelectDrop .csdSearch .cSearchClear:hover {
  opacity: 1;
}
.customSelect .cSelectDrop .csdBt {
  width: 100%;
  float: left;
  height: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: linear-gradient(#fff, #f1f1f1);
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #666;
}
.customSelect .cSelectDrop .csdTitle {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border-bottom: 2px dashed #ebebeb;
}
.customSelect .cSelectDrop .csdTitle .title {
  width: auto;
  float: left;
  padding: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #425982;
}
.customSelect .cSelectDrop .csdTitle .csdClose {
  width: 36px;
  height: 36px;
  float: right;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  color: #999;
}
.customSelect .cSelectDrop.w600 {
  width: 600px;
}
.customSelect .cSelectItemList {
  width: 100%;
  float: left;
}
.customSelect .cSelectItemList li {
  width: 100%;
  float: left;
  position: relative;
}
.customSelect .cSelectItemList li .cSelectItemList {
  width: calc(100% - 10px);
  padding-left: 10px;
  border-left: 1px solid #ebebeb;
  margin: 3px 0 3px 10px;
}
.customSelect .cSelectItemList.bottomBorder li {
  border-bottom: 1px solid #ebebeb;
  padding: 6px;
}
.customSelect .cSelectItemList.bottomBorder li:last-child {
  border: none;
}
.customSelect .cSelectItemList.double li {
  width: 48%;
  margin: 1%;
  border: 2px solid #ebebeb;
  border-radius: 5px;
}
.customSelect .selectGroupTitle {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  position: relative;
  margin: 4px 0;
}
.customSelect .selectGroupTitle:Before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ccc;
  content: " ";
}
.customSelect .selectGroupTitle span {
  background: #fff;
  padding-right: 5px;
  position: relative;
}
.customSelect .hoverOption {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 4px;
}
.customSelect .hoverOption.selected {
  background: #f1f1f1;
  font-weight: 600;
  color: #425982;
}
.customSelect .hoverOption:hover {
  background: #f1f1f1;
}
.customSelect .hoverOption.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customSelect .csdGridItem {
  width: 240px;
  float: left;
  padding: 7px;
  border-right: 1px dashed #ccc;
}
.customSelect .csdGridItem:last-child {
  border: none;
}
.customSelect .csBorderRow {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
}
.customSelect .csNav {
  width: 100%;
  float: left;
}
.customSelect .csNav li {
  width: auto;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 14px;
  padding: 0 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #666;
  font-weight: 600;
}
.customSelect .csNav li.active {
  border-bottom-color: #1781E6;
}
.customSelect .csActiveArrowItem {
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.customSelect .csActiveArrowItem:before {
  width: 9px;
  height: 16px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -8px;
  line-height: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  text-align: center;
  font-size: 14px;
  color: #999;
  display: none;
}
.customSelect .csActiveArrowItem.active {
  background: #f1f1f1;
}
.customSelect .csActiveArrowItem.active:before {
  display: block;
}
.customSelect.error .cSelectTrigger {
  border-color: #c8a0a0;
}
.customSelect.large .cSelectTrigger {
  padding: 4px 36px 4px 4px;
}
.customSelect.large .cSelectTrigger .label {
  height: 42px;
  line-height: 42px;
}
.customSelect.large .cSelectTrigger .cstTag {
  margin: 5px;
  height: 32px;
  line-height: 32px;
}
.customSelect.large .cSelectTrigger .cstTag .cstRemove {
  margin-top: 7px;
}
.customSelect.large.showClear .cSelectTrigger {
  padding: 4px 62px 4px 4px;
}
.customSelect.small .cSelectTrigger {
  padding: 1px 28px 1px 1px;
}
.customSelect.small .cSelectTrigger .label {
  height: 32px;
  line-height: 32px;
}
.customSelect.small .cSelectTrigger .cstTag {
  margin: 2px;
  height: 28px;
  line-height: 28px;
}
.customSelect.small .cSelectTrigger .cstTag .cstRemove {
  margin-top: 5px;
}
.customSelect.small.showClear .cSelectTrigger {
  padding: 1px 64px 1px 1px;
}
.customSelect.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.customSelect.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 6px;
  opacity: 0.7;
}
.customSelect.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
.customSelect.dropRight .cSelectDrop {
  left: auto;
  right: 0;
}
.customSelect.dropTop .cSelectDrop {
  top: auto;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
}
.customSelect.modalSelect .cSelectDrop {
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.customSelect.modalSelect .cSelectDrop.w600 {
  width: 600px;
}
.customSelect.modalSelect .cSelectDrop.w700 {
  width: 700px;
}
.customSelect.modalSelect .cSelectDrop.w800 {
  width: 800px;
}
.customSelect.w200 {
  width: 200px;
}
.customSelect.wAuto {
  width: auto;
}
.customSelect.dropWide150 .cSelectDrop {
  width: 150%;
}
.customSelect.drop300 .cSelectDrop {
  width: 300px;
}
.customSelect.drop600 .cSelectDrop {
  width: 600px;
  border-radius: 6px;
  left: 0;
}

.customCheck {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 20px;
  padding-left: 20px;
}
.customCheck:hover .ccIcon {
  border-color: #888;
}
.customCheck.checkMiddle .ccIcon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.customCheck.radio .ccIcon {
  border-radius: 50%;
}
.customCheck.radio .ccIcon:before {
  content: " ";
  background: #165280;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.customCheck.small {
  min-height: 16px;
  padding-left: 16px;
}
.customCheck.small .ccIcon {
  width: 16px;
  height: 16px;
}
.customCheck.small .ccIcon:before {
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
}
.customCheck.small .ccContent {
  padding-top: 0;
  margin-left: 6px;
}
.customCheck.small.radio .ccIcon:before {
  width: 8px;
  height: 8px;
}
.customCheck.large {
  min-height: 24px;
  padding-left: 24px;
}
.customCheck.large .ccIcon {
  width: 24px;
  height: 24px;
}
.customCheck.large .ccIcon:before {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.customCheck.large .ccContent {
  padding-top: 2px;
  margin-left: 8px;
  font-size: 16px;
}
.customCheck.large.radio .ccIcon:before {
  width: 12px;
  height: 12px;
}
.customCheck.full {
  width: 100%;
}
.customCheck input {
  position: absolute;
  left: -20px;
  top: -20px;
}
.customCheck .ccIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #aaa;
  border-radius: 6px;
  background: #fff;
}
.customCheck .ccIcon:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  border-radius: 4px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJpY29ucyI+DQoJPHBhdGggaWQ9ImNoZWNrIiBmaWxsPSIjMzMzMzMzIiBkPSJNNC41LDEwLjc5N2MtMC4zNzUsMC0wLjc1LTAuMTQ5LTEuMDUtMC40NDlsLTMtM2MtMC42LTAuNjAxLTAuNi0xLjUsMC0yLjEwMQ0KCQljMC42MDEtMC42LDEuNTc2LTAuNiwyLjEwMSwwTDQuNSw3LjE5Nmw0Ljk1LTQuOTVjMC42MDEtMC42LDEuNS0wLjYsMi4xMDEsMGMwLjU5OSwwLjYwMSwwLjU5OSwxLjUsMCwyLjEwMWwtNiw2DQoJCUM1LjI1LDEwLjY0Nyw0Ljg3NSwxMC43OTcsNC41LDEwLjc5N3oiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.customCheck .ccContent {
  float: left;
  padding-top: 1px;
  margin-left: 8px;
  font-size: 15px;
}
.customCheck input:checked + .ccIcon {
  border-color: #165280;
}
.customCheck input:checked + .ccIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.customCheck input:disabled + .ccIcon {
  opacity: 0.5;
}

.dropFileArea {
  width: 100%;
  height: 150px;
  float: left;
  position: relative;
  margin: 15px 0;
  border: 2px dashed #ccc;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.dropFileArea .dfaContent {
  width: 120px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.dropFileArea .dfaImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.dropFileArea .dfaImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropFileArea:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.dropFileArea input {
  position: absolute;
  left: -100px;
  top: -50px;
}
.dropFileArea.large {
  height: 200px;
}
.dropFileArea.small {
  height: 100px;
}

.flexButtons {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexButtons .autoButton {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 5px 10px 5px 0;
}
.flexButtons .autoButton:last-child {
  margin-right: 0;
}

a.autoButton,
.autoButton {
  width: auto;
  height: 44px;
  float: left;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: linear-gradient(#fff, #f8f8f8);
  padding: 0 15px;
  color: #666;
  font-family: "Outfit", sans-serif;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
a.autoButton.xxSmall,
.autoButton.xxSmall {
  height: 26px;
  line-height: 24px;
  padding: 0 7px;
  font-size: 10px;
}
a.autoButton.xSmall,
.autoButton.xSmall {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
a.autoButton.small,
.autoButton.small {
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}
a.autoButton.large,
.autoButton.large {
  height: 52px;
  line-height: 50px;
  padding: 0 18px;
}
a.autoButton.coloredBt,
.autoButton.coloredBt {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
  background: linear-gradient(#ccc, #aaa);
  color: #fff;
}
a.autoButton.greenBt,
.autoButton.greenBt {
  background: green;
  color: #fff;
}
a.autoButton.orangeBt,
.autoButton.orangeBt {
  background: orange;
  color: #fff;
}
a.autoButton.disabled, a.autoButton:disabled,
.autoButton.disabled,
.autoButton:disabled {
  pointer-events: none;
  opacity: 0.5;
}
a.autoButton.full,
.autoButton.full {
  width: 100%;
}
a.autoButton.halfLr5,
.autoButton.halfLr5 {
  width: calc(50% - 10px);
  margin: 0 5px;
}
a.autoButton.halfMr5,
.autoButton.halfMr5 {
  width: calc(50% - 5px);
  margin-right: 5px;
}
a.autoButton.halfMl5,
.autoButton.halfMl5 {
  width: calc(50% - 5px);
  margin-left: 5px;
}
a.autoButton.fullLr10,
.autoButton.fullLr10 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
a.autoButton.loading,
.autoButton.loading {
  position: relative;
  pointer-events: none;
}
a.autoButton.loading:Before,
.autoButton.loading:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 4px;
  opacity: 0.8;
}
a.autoButton.loading:after,
.autoButton.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
a.autoButton.noBg,
.autoButton.noBg {
  border: none;
  background: none;
  padding: 0;
}
a.autoButton.transparentBg,
.autoButton.transparentBg {
  border: none;
  background: rgba(7, 83, 94, 0.1);
}
a.autoButton.circleBt,
.autoButton.circleBt {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
a.autoButton.ovalBt,
.autoButton.ovalBt {
  border-radius: 40px;
}
a.autoButton:hover,
.autoButton:hover {
  opacity: 0.8;
}

.fullLabel {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #999;
  margin-bottom: 3px;
}

.fullLabel {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #999;
  margin-bottom: 3px;
}

.customSwitch {
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customSwitch input {
  position: absolute;
  left: -20px;
  top: -20px;
}
.customSwitch .csSwitch {
  width: 40px;
  min-width: 40px;
  height: 24px;
  float: left;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
}
.customSwitch .csSwitch:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 1px;
  background: #fff;
  content: " ";
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.customSwitch input:checked + .csSwitch {
  background: #5bda4d;
  border-color: #5bda4d;
}
.customSwitch input:checked + .csSwitch:before {
  left: 17px;
}
.customSwitch .csContent {
  width: auto;
  float: left;
  font-size: 13px;
  color: #333;
  margin-left: 6px;
  margin-top: 3px;
}
.customSwitch .csContent:first-child {
  margin-right: 6px;
  margin-left: 0;
}
.customSwitch.alignDefault {
  margin: 10px 0;
}
.customSwitch.alignSmall {
  margin: 6px 0;
}
.customSwitch.alignLarge {
  margin: 14px 0;
}
.customSwitch.small .csSwitch {
  width: 33px;
  min-width: 33px;
  height: 20px;
}
.customSwitch.small .csSwitch:before {
  width: 16px;
  height: 16px;
}
.customSwitch.small input:checked + .csSwitch:Before {
  left: 14px;
}
.customSwitch.small.alignDefault {
  margin: 12px 0;
}
.customSwitch.small.alignSmall {
  margin: 8px 0;
}
.customSwitch.small.alignLarge {
  margin: 16px 0;
}
.customSwitch.small .csContent {
  margin-top: 1px;
}
.customSwitch.large .csSwitch {
  width: 47px;
  min-width: 47px;
  height: 28px;
}
.customSwitch.large .csSwitch:before {
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
}
.customSwitch.large input:checked + .csSwitch:Before {
  left: 21px;
}
.customSwitch.large.alignDefault {
  margin: 8px 0;
}
.customSwitch.large.alignSmall {
  margin: 4px 0;
}
.customSwitch.large.alignLarge {
  margin: 12px 0;
}
.customSwitch.large .csContent {
  margin-top: 4px;
}
.customSwitch.full {
  width: 100%;
}
.customSwitch.noWrap .csContent {
  white-space: nowrap;
}
.customSwitch.dBlock {
  display: block;
}
.customSwitch.checkedRed input:checked + .csSwitch {
  background: #b76464;
  border-color: #b76464;
}

.fullImagePreview {
  width: 100%;
  float: left;
}
.fullImagePreview img {
  width: 100%;
}

.onlyBorderOptions {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onlyBorderOptions.large .obOption .obContent {
  height: 52px;
  line-height: 48px;
}
.onlyBorderOptions .oboLabel {
  width: auto;
  float: left;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.onlyBorderOptions .obOption {
  width: auto;
  float: left;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5px;
  overflow: hidden;
}
.onlyBorderOptions .obOption:first-child {
  margin-left: 0;
}
.onlyBorderOptions .obOption input {
  position: absolute;
  left: -15px;
  top: -15px;
}
.onlyBorderOptions .obOption .obContent {
  width: 100%;
  float: left;
  height: 44px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  opacity: 0.9;
}
.onlyBorderOptions .obOption .obContent .val {
  color: #425982;
  font-size: 14px;
  font-weight: 600;
}
.onlyBorderOptions .obOption input:checked + .obContent {
  border-color: #1781E6;
  opacity: 1;
}