::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.site-dialog .btn {
  padding: 10px 15px;
  cursor: pointer;
  color: #555;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.site-dialog .btn.disabled {
  cursor: not-allowed;
  color: #ddd;
  border-color: #ddd;
}
.site-dialog .btn-group {
  padding: 15px 20px;
  text-align: right;
  background-color: #f5f6f8;
}
.site-dialog .btn-primary {
  color: #fff;
  border-color: #0066c0;
  background-color: #0074d9;
}
.site-dialog .btn-primary:hover {
  background-color: #0066c0;
}
.site-dialog .btn-danger {
  color: #fff;
  border-color: #ab3326;
  background-color: #c0392b;
}
.site-dialog .btn-danger:hover {
  background-color: #ab3326;
}
.site-dialog .btn-cancel {
  color: #999;
  border-color: #ddd;
}
.site-dialog .btn-cancel:hover {
  background-color: #e6e6e6;
}

.site-header {
  text-align: center;
  background-color: #196e76;
}
.site-header h1,
.site-header a {
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
}
.site-header h1 {
  font-size: 18px;
  margin: 0;
}
.site-header a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  background-color: #10474c;
}
.boxed-group {
  width: 90%;
  max-width: 680px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.boxed-group h3,
.boxed-group h4 {
  font-weight: 400;
  margin: 0;
}
.boxed-group h3 {
  padding: 12px 20px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #434a54;
}
.boxed-group h4 {
  font-size: 18px;
  color: #555;
}
.boxed-group section {
  padding: 30px 20px;
}
.boxed-group section:first-child {
  border-bottom: 1px solid #e6e9ed;
}
.boxed-group section:only-of-type,
.boxed-group section:only-child {
  border-bottom: 0;
}
.boxed-group .boxed-group-inner {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e9ed;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
}
.boxed-group .btn {
  float: right;
  margin-left: 20px;
}
.site-dialog {
  overflow: hidden;
  width: 95%;
  max-width: 500px;
  padding: 0;
  border-width: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.site-dialog-iframe {
	margin: auto;
  overflow: hidden;
  max-width: 90vw;
  padding: 0;
  border-width: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.site-dialog-iframe iframe{
	background:url(./img/loading.gif) center center no-repeat;
}

.site-dialog-iframe .dialog-content {
	height: 80vh;
}

.site-dialog-iframe-editorderitem .dialog-content {
	height: 90vh;
}

.site-dialog-iframe iframe {
	width: 100%;
	height: 100%;
}

.site-dialog h1 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #fff;
}
.site-dialog p {
  font-size: 14px;
}
.site-dialog .dialog-header {
  padding: 12px 20px;
  background-color: #434a54;
}

.site-dialog .dialog-header-alert {
  padding: 12px 20px;
  background-color: #b2000e;
}
.site-dialog .dialog-content {
  padding: 30px 20px;
  color: #555;
  background-color: #fff;
}
.site-dialog .dialog-content p:last-of-type,
.site-dialog .dialog-content p:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-group.cf {
	display: flex;
}

.site-dialog-iframe-editorderitem .btn-group.cf {
	display: flex;
	justify-content: center;
}
.btn-group .btn:first-child {
    margin-left: auto;
}