.popup > .popup-btn-close {
  position: absolute;
  background: transparent;
  border: none;
  right: 5px;
  top: 5px;
  color: #FFF;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}
.popup > .popup-btn-max {
  position: absolute;
  background: transparent;
  border: none;
  right: 40px;
  top: 5px;
  color: #FFF;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}
.popup > .tabs {
  width: 100%;
  border: 1px #dedede solid;
  position: absolute;
  height: 35px;
  background: #F7F6F6;
  top: 35px;
  z-index: 9;
}
.popup .tabItem {
  float: left;
  height: 35px;
  min-width: 150px;
  text-align: center;
  line-height: 30px;
  border-right: 1px solid #dedede;
  cursor: pointer;
}
.popup > .popup-header {
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 35px;
  overflow: hidden;
  background-color: #44ACFF;
  border-radius: 3px 3px 0 0;
  cursor: move;
}
.popup > .popup-header h3 {
  height: 35px;
  font-size: 14px;
  margin: 0;
  line-height: 36px;
  padding-left: 15px;
  color: #FFF;
  float: left;
  margin-right: 30px;
}
.popup > .popup-footer {
  height: 45px;
  line-height: 45px;
  border-top: solid 1px #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8px;
  overflow: hidden;
}
.popup > .popup-footer .message {
  float: left;
  height: 45px;
  line-height: 45px;
}
.popup > .popup-footer .message p {
  height: 26px;
  line-height: 25px;
  float: left;
  background: #EEEEEE;
  border: solid 1px #E1E1E1;
  margin: 10px 0 0 2px;
  padding: 0 8px;
}
.popup > .popup-footer .btn-outer .kw-resize {
  height: 10px;
  width: 10px;
  float: right;
  margin-top: 26px;
  border-bottom: 10px solid #44acff;
  border-left: 10px solid transparent;
  cursor: se-resize;
}
.popup > .popup-cont {
  position: absolute;
  overflow: auto;
  top: 35px;
  bottom: 45px;
  width: 100%;
}
.popup > .popup-addition {
  position: absolute;
  overflow: auto;
  width: 280px;
  height: calc(100% - 35px);
  top: 35px;
  right: 0;
  border-left: 1px solid #CCC;
}
.popup > .popup-addition-cont {
  width: calc(100% - 280px);
}
.popup.hide-header > .popup-header {
  display: none;
}
.popup.hide-header > .popup-cont {
  top: 0;
}
.popup.hide-footer > .popup-footer {
  display: none;
}
.popup.hide-footer > .popup-cont {
  bottom: 0;
}
.popup.hide-btn-close > .popup-btn-close {
  display: none;
}
.popup .popup-head-title {
  margin: 25px 50px 20px 50px;
  height: 35px;
  line-height: 35px;
  color: #2a83f2;
  font-size: 16px;
  clear: both;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 2px;
}
.popup .popup-compact .popup-head-title {
  margin: 5px 50px 10px 50px;
}
.popup .popup-compact .form-group {
  margin-top: 12px;
}
.popup .popup-compact .form-group .input {
  margin-bottom: 10px;
}
.popup .popup-addition .form-focus {
  background-color: #E1F9FF;
  display: block !important;
}
.popup .editor-area {
  background-color: #FFF;
}
.popup .appendTo .input {
  color: #AAA;
}
/*# sourceMappingURL=Basic.css.map */