.RadWindow_ManageBase {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased !important;
  color: #6c767f;
  position: fixed !important;
  top: calc(5% + 53px) !important;
  left: 50% !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  width: 70% !important;
  height: calc(90% - 53px) !important;
  max-width: 900px;
  max-height: 800px;
  line-height: initial;
}

/* Image upload/cropper window (window is opened inside a parent window) */
*[id*="ImageUploadAndTrimmer"].RadWindow_ManageBase,
*[id*="FileUploaderRadWindow"].RadWindow_ManageBase,
*[id*="FileTrimmerRadWindow"].RadWindow_ManageBase {
  width: 90% !important;
  height: 90% !important;
  top: 5% !important;
  left: 5% !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.RadWindow_ManageBase .rwTable {
  background: #fff;
  border-radius: 0;
  height: 100% !important;
  width: 100% !important;
}

.RadWindow_ManageBase.rwNormalWindow .rwTable {
  border-radius: 5px;
}

.RadWindow_ManageBase td.rwWindowContent {
    height: 100%
}
  
.RadWindow_ManageBase td.rwWindowContent,
.RadWindow_ManageBase .rwTable tr td.rwLoading {
  background-color: #fff;
}

.RadWindow_ManageBase td.rwWindowContent.rwLoading,
.RadWindow_ManageBase input.rwLoading {
  background-image: url('/Skins/ManageBase/Common/Loading.gif');
  background-repeat: no-repeat;
}

.RadWindow_ManageBase .rwTopResize {
  height: 0 !important;
}

.RadWindow_ManageBase .rwCorner {
  width: 20px !important;
}

.RadWindow_ManageBase .rwTitlebar {
  border-bottom: 1px solid #e2e8eb !important;
  padding: 25px 10px 3px !important;
}

.RadWindow .rwShadow .rwTitlebar {
  height: 10px !important;
}

.RadWindow_ManageBase .rwTitleRow {
  height: 50px;
}

.RadWindow_ManageBase .rwFooterRow {
  height: 0px;
}

.RadWindow_ManageBase .rwTitleRow em {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #6c767f !important;
  padding: 0 !important;
}

.RadWindow_ManageBase .rwTitlebarControls {
  width: 100%;
}

.RadWindow_ManageBase .rwTitlebarControls td:first-child {
  display: none;
}

.RadWindow_ManageBase .rwControlButtons {
  float: right;
  list-style: none;
  margin: 0;
  width: auto !important;
}

.RadWindow_ManageBase .rwControlButtons .rwPinButton {
  display: none;
}

.RadWindow_ManageBase .rwControlButtons a.rwCloseButton {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: inherit;
    display: inline;
}

.RadWindow_ManageBase .rwCloseButton:before {
  content: "\e082";
  font-family: 'simple-line-icons';
  color: #6c767f;
  text-indent: 0;
  float: left;
  font-size: 18px;
  font-size: 15px;
  line-height: 1;
}

.RadWindow_ManageBase .rwCloseButton:hover {
}

.RadWindow_ManageBase .rwControlButtons .rwCloseButton span {
  display: none !important;
}

.TelerikModalOverlay {
  background-color: #000 !important;
}