@charset "UTF-8";
/*************** animation *******************/
body {
  font-family: "roboto", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.w-33 {
  width: 30.9%;
}

.w-25 {
  width: 22.6%;
}

.w-100 {
  width: 100%;
}

.d-inline-block {
  display: inline-block;
}

.positin-static {
  position: static;
}

.positin-relative {
  position: relative;
}

.badge-primary {
  background-color: #3d9aa0;
  font-weight: 400;
}

.text-primary, .color-primary {
  color: #3d9aa0 !important;
}

.color-secondary, .section-header {
  color: #3d9aa0;
}

.fa-remove::before, .fa-close::before, .fa-times::before {
  content: "";
  font-family: "rx-studio";
}

a {
  color: #666666;
}
a:hover {
  color: #3d9aa0;
}
a:focus {
  color: #3d9aa0;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: #3d9aa0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .popover {
  font-family: "roboto", sans-serif;
}

/*****font size****/
.personalize-tools .tool-icon {
  font-size: 22px;
  font-size: 1.375rem;
}
.personalize-tools .tool-icon .rxicon-text-main-s {
  font-size: 15px;
  font-size: 0.9375rem;
}
.personalize-tools .tool-text {
  font-size: 11.5px;
  font-size: 0.71875rem;
}

.form-control, label {
  font-size: 12px;
  font-size: 0.75rem;
}

.tool-text, .tooltip, .popover {
  font-size: 11px;
  font-size: 0.6875rem;
}

.font-xl, .btn-lg {
  font-size: 19px;
  font-size: 1.1875rem;
}

.font-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.font-md, .close {
  font-size: 14px;
  font-size: 0.875rem;
}

.font-sm, .btn-sm {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fa-lg, .introjs-tooltip, .quote-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

/****/
/**** Form ****/
.form-control {
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 26px;
}

.form-group {
  margin-top: 0;
}
.form-group .control-label {
  font-weight: 400;
  padding-top: 0;
  color: #666666;
}
.form-group .form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-group .form-control:focus {
  border-color: #3d9aa0;
}
.form-group.active textarea.form-control {
  border-color: #3d9aa0;
}
.form-group.active span.richTextEditor {
  border-color: #3d9aa0;
}

.third-party-login .form-control {
  height: 32px;
}

.custom-range {
  width: 100%;
}
.custom-range::-webkit-slider-runnable-track {
  background: #3d9aa0;
}
.custom-range::-moz-range-track {
  background: #3d9aa0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #3d9aa0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #3d9aa0;
}

.ng-not-empty ~ .control-label, .form-control:focus ~ .control-label {
  background: #f8f8f8;
  font-size: 90%;
}

.ng-empty ~ .control-label {
  background: #ffffff;
}

.form-control ~ .control-label {
  color: #aaa;
}

.radio-group ~ .control-label {
  background-color: #f8f8f8;
  font-size: 90%;
  color: #aaa;
}

.checkbox-group ~ .control-label {
  background-color: #f8f8f8;
  font-size: 90%;
  color: #aaa;
}

/**** font family drop down ****/
.font-dropdown .selectize-dropdown {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.font-dropdown .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row {
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.font-dropdown .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner {
  min-height: 40px;
  max-height: 40px;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row {
  width: 100%;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner {
  min-height: 40px;
  max-height: 80px;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner img {
  max-height: 70px;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner span {
  padding-left: 1rem;
}

.selectize-control.single .selectize-input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff 90%;
  background: -webkit-gradient(bottom, from(#fff 90%), to(#ddd));
  background: -webkit-linear-gradient(bottom, #fff 90%, #ddd);
  background: -moz-linear-gradient(bottom, #fff 90%, #ddd);
  background: -ms-linear-gradient(bottom, #fff 90%, #ddd);
  background: -o-linear-gradient(bottom, #fff 90%, #ddd);
  height: 30px;
  padding: 0.35rem 0.4rem 0.4rem;
}
.selectize-control.single .selectize-input:after {
  background: none;
  color: #666666;
  padding: 0;
  line-height: 2.3;
}
.selectize-control.single.dropdown-lg .selectize-input {
  padding: 0.35rem 0.4rem 0.4rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  min-height: 28px;
}

.selectize-dropdown {
  text-align: left;
}
.selectize-dropdown .active {
  background: #eee;
  color: #777777;
}

/****/
/**** font size text field and drop down ****/
.form-group .select-editable {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-group .select-editable select.form-control-lg {
  height: 28px !important;
}
.form-group .select-editable select.form-control-lg option {
  border-right: 2px solid #999999;
}
.form-group .select-editable input {
  height: 27px;
  background-color: #fff 90%;
  background: -webkit-gradient(bottom, from(#fff 90%), to(#ddd));
  background: -webkit-linear-gradient(bottom, #fff 90%, #ddd);
  background: -moz-linear-gradient(bottom, #fff 90%, #ddd);
  background: -ms-linear-gradient(bottom, #fff 90%, #ddd);
  background: -o-linear-gradient(bottom, #fff 90%, #ddd);
}

/****/
/****/
/**** button ****/
.btn-md {
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-size: 1rem;
}

.btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn:before {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btn-primary {
  border: 1px solid #3d9aa0;
  background-color: #3d9aa0;
  background: -webkit-gradient(bottom, from(#3d9aa0), to(#3d9aa0));
  background: -webkit-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  background: -moz-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  background: -ms-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  background: -o-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-primary:before {
  background: #3d9aa0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-primary:hover {
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary:focus {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary:active {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary:active:hover {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary:active:focus {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary.active {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary.active:hover {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary.active:focus {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}
.btn-primary:not([href]):not([tabindex]) {
  color: #fff;
  border: 1px solid #3d9aa0;
  background-color: #3d9aa0;
  background: -webkit-gradient(bottom, from(#3d9aa0), to(#3d9aa0));
  background: -webkit-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  background: -moz-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  background: -ms-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  background: -o-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-primary:not([href]):not([tabindex]):hover, .btn-primary:not([href]):not([tabindex]):focus {
  background: #3d9aa0;
  border-color: #3d9aa0;
  color: #fff;
}

.btn-link:hover {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link:focus {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link:active {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link:active:hover {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link:active:focus {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link.active {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link.active:hover {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link.active:focus {
  text-decoration: none;
  color: #3d9aa0;
}
.btn-link:not([href]):not([tabindex]) {
  color: #333;
}
.btn-link:not([href]):not([tabindex]):hover, .btn-link:not([href]):not([tabindex]):focus {
  color: #3d9aa0;
}
.btn-link:not([href]):not([tabindex]).active {
  text-decoration: none;
  color: #3d9aa0;
}

.btn-info {
  border: solid 1px #777777;
  color: #777777;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-info > i {
  color: #3d9aa0;
}
.btn-info:before {
  content: none;
}
.btn-info:hover {
  border: solid 1px #777777;
  color: #fff;
  background: #777777;
}
.btn-info:hover > i {
  color: #fff;
}
.btn-info:focus {
  border: solid 1px #777777;
  color: #fff;
  background: #777777;
}
.btn-info:focus > i {
  color: #fff;
}
.btn-info:active {
  border: solid 1px #777777;
  background: #777777;
  color: #fff;
}
.btn-info:active:hover {
  border: solid 1px #777777;
  background: #777777;
  color: #fff;
}
.btn-info:active:hover > i {
  color: #fff;
}
.btn-info:active:focus {
  border: solid 1px #777777;
  background: #777777;
  color: #fff;
}
.btn-info:active:focus > i {
  color: #fff;
}
.btn-info.active {
  color: #fff;
}
.btn-info.active:hover {
  border: solid 1px #777777;
  background: #777777;
  color: #fff;
}
.btn-info.active:hover > i {
  color: #fff;
}
.btn-info.active:focus {
  border: solid 1px #777777;
  background: #777777;
  color: #fff;
}
.btn-info.active:focus > i {
  color: #fff;
}
.btn-info:not([href]):not([tabindex]) {
  color: #777777;
}
.btn-info:not([href]):not([tabindex]):hover, .btn-info:not([href]):not([tabindex]):focus {
  border: solid 1px #777777;
  background: #777777;
  color: #fff;
}
.btn-info:not([href]):not([tabindex]):hover > i, .btn-info:not([href]):not([tabindex]):focus > i {
  color: #fff;
}

/*.btn-secondary { border: solid 1px #ccc; @include gradient(bottom, #f8f8f8, #fff);}*/
.btn-secondary {
  -webkit-box-shadow: 0 2px 1px rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 2px 1px rgba(24, 24, 25, 0);
  box-shadow: 0 2px 1px rgba(24, 24, 25, 0);
  border: solid 1px #b5b5b5;
  background-color: #dcdcdc;
  background: -webkit-gradient(bottom, from(#dcdcdc), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -moz-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -ms-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -o-linear-gradient(bottom, #dcdcdc, #ffffff);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary i {
  color: #3d9aa0;
}
.btn-secondary:before {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  border: solid 1px #b5b5b5;
  color: #3d9aa0;
}
.btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:not(:disabled):not(.disabled):active:before, .btn-secondary:not(:disabled):not(.disabled).active:before, .btn-secondary:not(:disabled):not(.disabled):active:focus:before {
  opacity: 1;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -ms-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-secondary:not([href]):not([tabindex]) {
  border: solid 1px #b5b5b5;
  background-color: #dcdcdc;
  background: -webkit-gradient(bottom, from(#dcdcdc), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -moz-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -ms-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -o-linear-gradient(bottom, #dcdcdc, #ffffff);
  color: #333333;
}
.btn-secondary:not([href]):not([tabindex]):hover, .btn-secondary:not([href]):not([tabindex]):focus, .btn-secondary:not([href]):not([tabindex]):active {
  border: solid 1px #b5b5b5;
  color: #3d9aa0;
  background: transparent;
}
.btn-secondary:not([href]):not([tabindex]):hover:before, .btn-secondary:not([href]):not([tabindex]):focus:before, .btn-secondary:not([href]):not([tabindex]):active:before {
  opacity: 1;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -ms-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}

.btn-dark-gray {
  background-color: #485354;
  background: -webkit-gradient(bottom, from(#485354), to(#647071));
  background: -webkit-linear-gradient(bottom, #485354, #647071);
  background: -moz-linear-gradient(bottom, #485354, #647071);
  background: -ms-linear-gradient(bottom, #485354, #647071);
  background: -o-linear-gradient(bottom, #485354, #647071);
  border: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  padding: 0.65rem 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
.btn-dark-gray:before {
  background: #485354;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -ms-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-dark-gray:hover {
  color: #fff;
}
.btn-dark-gray:hover:before {
  opacity: 1;
}
.btn-dark-gray:focus {
  background: #485354;
  color: #fff;
}
.btn-dark-gray:active {
  background: #485354;
  color: #fff;
}
.btn-dark-gray:active:hover {
  background: #485354;
  color: #fff;
}
.btn-dark-gray:active:focus {
  background: #485354;
  color: #fff;
}
.btn-dark-gray.active {
  background: #485354;
  color: #fff;
}
.btn-dark-gray.active:hover {
  background: #485354;
  color: #fff;
}
.btn-dark-gray.active:focus {
  background: #485354;
  color: #fff;
}

.btn-square {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#fff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #fff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #fff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #fff);
  background: -o-linear-gradient(bottom, #f8f8f8, #fff);
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  height: 28px;
  width: 28px;
  margin: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #666666;
}
.btn-square:before {
  background: #fff;
}
.btn-square.vdp {
  width: auto;
}
.btn-square:hover {
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-square:hover .rxicon, .btn-square:hover .rxicon span:before, .btn-square:hover .far {
  color: #3d9aa0;
  -webkit-transition: all, 0.2s, ease-in-out, 0s;
  -moz-transition: all, 0.2s, ease-in-out, 0s;
  -ms-transition: all, 0.2s, ease-in-out, 0s;
  -o-transition: all, 0.2s, ease-in-out, 0s;
  transition: all, 0.2s, ease-in-out, 0s;
}
.btn-square:hover:before {
  opacity: 1;
}
.btn-square:disabled:hover .fa-trash-alt {
  color: #fff !important;
}
.btn-square.btn-sm {
  height: 20px;
  width: 20px;
}

.btn-square:not(:disabled):not(.disabled).active {
  background: #fff;
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  border-color: #3d9aa0;
  color: #3d9aa0;
}
.btn-square:not(:disabled):not(.disabled).active .rxicon, .btn-square:not(:disabled):not(.disabled).active .rxicon span:before, .btn-square:not(:disabled):not(.disabled).active .far {
  color: #3d9aa0;
}

.ui-color-btn {
  background: none;
  border: 0;
}

.btn-clear {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.2rem 0.4rem 0;
  border-color: #999;
  margin-top: 0.1rem;
}
.btn-clear:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear:hover .rxicon, .btn-clear:hover .far {
  color: #3d9aa0;
}
.btn-clear:active {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear:active .rxicon, .btn-clear:active .far {
  color: #3d9aa0;
}
.btn-clear:active:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear:active:hover .rxicon, .btn-clear:active:hover .far {
  color: #3d9aa0;
}
.btn-clear:active:focus {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear:active:focus .rxicon, .btn-clear:active:focus .far {
  color: #3d9aa0;
}
.btn-clear.active {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear.active .rxicon, .btn-clear.active .far {
  color: #3d9aa0;
}
.btn-clear.active:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear.active:hover .rxicon, .btn-clear.active:hover .far {
  color: #3d9aa0;
}
.btn-clear.active:focus {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: #3d9aa0;
}
.btn-clear.active:focus .rxicon, .btn-clear.active:focus .far {
  color: #3d9aa0;
}

/****/
/****preview area ****/
rx-page .studio_center_panel {
  background: #dadada;
  box-shadow: 2px 1px 3px #ccc inset;
  border-bottom: 0;
  border-top: 0;
}
rx-page .single-page .studio_center_panel {
  height: calc(100vh - 65px);
}
rx-page .page-thumb-show-hide-checkbox {
  bottom: 99px;
}

/**** rular ****/
.rx-ruler .ruler-measurement {
  background: #dadada;
}
.rx-ruler .ruler-left {
  background: #dadada;
}
.rx-ruler .ruler-top {
  background: #dadada;
}

/****pop up****/
.modal-dialog.modal-sm .modal-content .modal-body {
  background: none;
  padding: 1rem 1rem 0;
}
.modal-dialog .modal-content {
  background: #f0f0f0;
}
.modal-dialog .modal-content .modal-content {
  padding: 0;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  border: 0;
}
.modal-dialog .modal-content .modal-header {
  background: none;
  border-bottom-color: #bbbbbb;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
.modal-dialog .modal-content .modal-header .close {
  padding-top: 0.8rem;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs {
  text-align: center;
  border-bottom: 0;
  max-width: 70%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li {
  display: inline-block;
  float: none;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #666;
  padding: 0.3rem 1rem;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li a:hover, .modal-dialog .modal-content .modal-header ul.nav-tabs li a:focus {
  background: #fff;
  color: #777777;
  border-color: #ccc #ccc transparent;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li:hover a, .modal-dialog .modal-content .modal-header ul.nav-tabs li:focus a {
  background: #fff;
  color: #777777;
  border-color: #ccc #ccc transparent;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs .active a {
  background: #fff;
  color: #777777;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs .active:hover a, .modal-dialog .modal-content .modal-header ul.nav-tabs .active:focus a {
  background: #fff;
  color: #777777;
  border-color: #ccc #ccc transparent;
}
.modal-dialog .modal-content .auto-fill-images-confirm-dialog-box .modal-body {
  padding: 0 1rem;
}
.modal-dialog .modal-content .modal-body {
  background: #f0f0f0;
  padding: 0;
}
.modal-dialog .modal-content .modal-body > .row {
  margin-left: 0;
  margin-right: 0;
}
.modal-dialog .modal-content .modal-body .modal-listing {
  height: 100%;
  border-left: 10px solid #fff;
}
.modal-dialog .modal-content .modal-body .modal-sidebar {
  margin: 0;
  padding-top: 1rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .fa-minus:before {
  content: "";
}
.modal-dialog .modal-content .modal-body .modal-sidebar .section-header {
  cursor: default;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .section-header i {
  padding: 0.3rem 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .section-header a {
  cursor: pointer;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source {
  margin-top: 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .help-block {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .btn-group {
  position: inherit;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .btn-group .spacer-top {
  margin-top: 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img {
  display: table;
  width: 100%;
  /*.btn-secondary {border: solid 1px #b5b5b5; @include gradient (bottom, #dcdcdc, #ffffff); color:#333333;
  	&:before {background:#ffffff;}
  	&:hover, &:focus {border-color:$brand-primary;}
  }*/
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img button {
  padding: 0.5rem;
  min-height: 31px;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img img {
  max-width: 15px;
  height: 15px;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .navbar-form {
  padding: 0;
  margin-top: 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .navbar-form .form-control {
  width: 100%;
}
.modal-dialog .modal-content .modal-body .rx-canvas {
  margin-top: 1.5rem;
  border-color: #ccc;
}
.modal-dialog .modal-content .modal-body .rx-canvas .form-control-text {
  padding: 1.5rem;
}
.modal-dialog .modal-content .modal-footer {
  background: none;
  /*padding-bottom:0; padding-right:0;*/
  border: 0;
  background: #f0f0f0;
}
.modal-dialog .modal-content .rich-text-editor .modal-body {
  padding: 0;
  background-color: transparent;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .text-align .btn-clear {
  padding: 0.3rem 0 0.3rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .clear-style .btn-link {
  margin-top: 0.3rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .clear-style .btn-clear {
  padding: 0.3rem 0.5rem 0.3rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .close-btn .btn {
  padding: 0.5rem 0.3rem 0.4rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .font-color img {
  max-width: 30px;
  height: auto;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-box {
  width: 100%;
  margin: 0;
}

.cat-nav ul li:hover {
  color: #3d9aa0;
}
.cat-nav ul li .selected {
  color: #3d9aa0;
}

.user-images > ul li .user-img-thumbnail {
  background: #fff;
}
.user-images > ul li.selected .user-img-thumbnail {
  border-color: #3d9aa0;
}
.user-images > ul li:hover .user-img-thumbnail {
  border-color: #3d9aa0;
}
.user-images.user-albums > ul li .user-img-thumbnail .thumbnail:before {
  background: rgba(206, 206, 206, 0.8);
}
.user-images.user-albums > ul li .user-img-thumbnail .thumbnail:after {
  background: rgba(224, 224, 224, 0.8);
}
.user-images.user-albums > ul li .user-img-thumbnail .thumbnail .album-count .badge {
  background: #3d9aa0;
}

/**** Image Editor ****/
.crop-image-editor .modal-body {
  overflow-y: hidden !important;
  margin: 0 1rem;
}
.crop-image-editor .modal-body .image-effect-editor {
  padding: 1rem;
}
.crop-image-editor .modal-body .nav-tabs {
  border-left: 1px solid #ccc;
}
.crop-image-editor .modal-body .nav-tabs li {
  margin-bottom: 0;
}
.crop-image-editor .modal-body .nav-tabs li a {
  color: #666666;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
.crop-image-editor .modal-body .nav-tabs li a:before {
  left: 0;
  top: auto;
  bottom: -3px;
  background: transparent;
  opacity: 1;
  height: 3px;
  z-index: 9;
}
.crop-image-editor .modal-body .nav-tabs li a:hover {
  color: #3d9aa0;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}
.crop-image-editor .modal-body .nav-tabs li a:hover:before {
  background: #3d9aa0;
  opacity: 1;
}
.crop-image-editor .modal-body .nav-tabs li .active, .crop-image-editor .modal-body .nav-tabs li .open {
  color: #3d9aa0;
  background: #fff;
}
.crop-image-editor .modal-body .nav-tabs li .active:before, .crop-image-editor .modal-body .nav-tabs li .open:before {
  background: #3d9aa0;
  opacity: 1;
}
.crop-image-editor .modal-body .nav-tabs li .active:hover, .crop-image-editor .modal-body .nav-tabs li .open:hover {
  color: #3d9aa0;
  background: #fff;
}
.crop-image-editor .modal-body .image-effect-preview {
  border-left-color: #f0f0f0 !important;
  padding-bottom: 0 !important;
}
.crop-image-editor .modal-body .tab-content {
  position: relative;
  height: 470px;
  background: #fff;
  border: 1px solid #bbb;
  overflow: hidden;
}
.crop-image-editor .modal-body .tab-content .tab-pane {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: translateY(-20%);
  display: block;
}
.crop-image-editor .modal-body .tab-content .tab-pane.active {
  position: relative;
  z-index: 1;
  transform: translateY(0);
  opacity: 1;
}
.crop-image-editor .modal-body .tab-content .tab-pane.active ~ .tab-pane {
  opacity: 0;
  transform: translateY(20%);
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element {
  -webkit-appearance: none;
  margin-top: 0.7rem;
  background: transparent;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: #3d9aa0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
  margin-top: 0.7rem;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background-color: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  -webkit-appearance: none;
  margin-top: -0.75rem;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: #3d9aa0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-moz-range-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background-color: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  -webkit-appearance: none;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-thumb {
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background-color: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: transparent;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-fill-lower {
  background: #3d9aa0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-fill-upper {
  background: #999;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element:focus {
  outline: none;
  border: 0;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element:focus::-webkit-slider-runnable-track {
  background: #3d9aa0;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-tooltip {
  display: inline-block;
  padding-top: 1.5rem;
}
.crop-image-editor .modal-body .tab-content label {
  font-weight: normal;
}
.crop-image-editor .modal-body .tab-content .personalize-image-list {
  max-height: 440px;
}
.crop-image-editor .modal-body .tab-content .personalize-image-list .personalize-img .thumbnail-small .active {
  border: 1px solid #777777;
}
.crop-image-editor .modal-footer {
  background: #fff;
}

.image-border .form-control {
  height: 30px;
}

/****pagination****/
.pagination li.page-item .page-link:hover {
  color: #3d9aa0;
}
.pagination li.page-item.active .page-link {
  background: #3d9aa0;
  border-color: #3d9aa0;
}
.pagination li.page-item.active .page-link:hover {
  color: #ffffff;
}

/****/
.rxicon-object-back-to-all {
  display: table;
  text-align: center;
}

.ok-got-it {
  background: #3d9aa0;
}
.ok-got-it:hover {
  background: #2f767b;
}

.table.border-none tr td {
  border: 0;
  padding: 0.5rem;
}

/**** store Help Tooltip ****/
.introjs-tooltip .introjs-arrow.left {
  transform: rotateX(180deg);
  top: 30px;
}

/**** pdf block crop****/
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-content {
  border: 0;
  background: #f8f8f8;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-content .tab-pane {
  position: relative;
  transform: none;
  display: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-content .tab-pane.active {
  display: block;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .image-effect-editor {
  width: 100%;
  padding: 0;
  background: #ffffff;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs {
  text-align: center;
  border-left: 0;
  justify-content: center;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li {
  width: auto;
  float: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a {
  border: 0;
  padding: 0.8rem 1rem 0.2rem;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a:before {
  display: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a span {
  display: inline-block;
  width: auto;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a.active {
  background: #f8f8f8;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list {
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .card-aligned {
  flex-wrap: nowrap;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .col-md-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .personalize-img {
  float: none;
  display: inline-block;
  width: 80px;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .personalize-img .thumbnail-small img {
  max-height: 70px;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .modal-listing {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  min-height: auto;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .image-info .img-alert .fa-2x {
  float: left;
  padding-right: 0.5rem;
}

.search-img .navbar-form .input-group-btn:last-child > .btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.4rem 0.5rem;
}

/**** Help popup ****/
.help-cms .modal-body .print-mark-line h3 span {
  background: #f8f8f8;
}

/**** Loader ****/
/**** Round Lodar ****/
.ouro .anim {
  background: #3d9aa0;
}

/**** Main Loader spinner ****/
.blockcont .spinner {
  position: relative;
}
.blockcont .spinner:before {
  border-bottom-color: #3d9aa0;
  border-right-color: #65bfc4;
}
.blockcont .spinner:after {
  border-bottom-color: #65bfc4;
  border-right-color: #3d9aa0;
}

/****/
/****middle content with full width****/
.studio_container .middle-content > .left-panel-wrapper {
  transition: all 0.5s ease 0s;
  margin-left: 0;
}
.studio_container rx-page > .nav-tabs {
  transition: width 0.5s ease 0s;
}

.leftPanelHideShow {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 30px;
  padding: 0.4rem 0.5rem 0.4rem 0.3rem;
  background: #f8f8f8;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.uib-button-bar .btn {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*************** animation *******************/
/****top penal****/
.studio-top {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  z-index: 990;
}

.product-name-size p label {
  color: #3d9aa0;
  font-weight: normal;
}
.product-name-size .form-group {
  vertical-align: top;
}
.product-name-size .form-group label {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-name-size .selectize-control.single {
  width: 100%;
}

.top-center .action-tools li {
  background-color: #f8f8f8 0%;
  background: -webkit-gradient(bottom, from(#f8f8f8 0%), to(#ffffff 50%));
  background: -webkit-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: -moz-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: -ms-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: -o-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  position: static;
}
.top-center .action-tools li.top-tool-left-corner {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: solid 1px #ccc;
}
.top-center .action-tools li.top-tool-right-corner {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: solid 1px #ccc;
  margin-right: 0.5rem;
}
.top-center .action-tools li.tool-grid {
  width: auto;
  height: auto;
  margin: 0;
}
.top-center .action-tools li.tool-margin {
  margin: 0;
}
.top-center .action-tools li.tool-snap-grid {
  margin: 0;
}
.top-center .action-tools li button .tool-text {
  display: none !important;
}

.top-left {
  text-align: left;
}

.top-center {
  float: none;
  margin: 0 auto;
}

.action-tools li button {
  color: #666666;
  padding: 0.5rem 0.3rem;
}
.action-tools li button:before {
  content: none;
}
.action-tools li button .tool-icon i {
  color: #666666;
  padding-bottom: 0;
}
.action-tools li .btn-dark-gray {
  border: 0;
  color: #fff;
  background: #3d9aa0;
  margin: 0.2rem 0.3rem 0.2rem 0;
  padding-bottom: 0.4rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.action-tools li .btn-dark-gray:before {
  content: none;
}
.action-tools li:hover button {
  color: #3d9aa0;
}
.action-tools li:hover button .tool-icon i {
  color: #3d9aa0;
}
.action-tools li:hover button:disabled {
  color: #ccc;
}
.action-tools li:hover button:disabled .tool-icon i {
  color: #ccc;
}
.action-tools li:hover .btn-dark-gray {
  color: #fff;
  background: #3d9aa0;
}
.action-tools li .custom-size .form-group .ng-not-empty ~ .control-label, .action-tools li .custom-size .form-group .form-control:focus ~ .control-label {
  top: -6px;
}
.action-tools li .custom-size .form-group .control-label {
  padding-top: 0;
  background: #f8f8f8;
}
.action-tools li .custom-size .btn {
  margin: 0;
}
.action-tools li.update-preview {
  margin-left: 0 !important;
}
.action-tools .active button {
  color: #3d9aa0;
}
.action-tools .active button .tool-icon i {
  color: #3d9aa0;
}
.action-tools .dropdown {
  border: solid 1px #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative !important;
  margin-top: 0;
}
.action-tools .dropdown .dropdown-toggle {
  padding: 0.55rem 0.4rem;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border: 0;
}
.action-tools .dropdown .dropdown-menu {
  border: 1px solid #999;
  left: -1px;
  padding: 0;
}
.action-tools .dropdown .dropdown-menu li {
  border: 0;
  margin: 0;
}
.action-tools .dropdown .dropdown-menu li button {
  padding: 0.2rem 0.3rem;
  color: #666666;
}
.action-tools .dropdown .dropdown-menu li button .tool-icon i {
  color: #666666;
}
.action-tools .dropdown .dropdown-menu li:hover button {
  color: #3d9aa0;
}
.action-tools .dropdown .dropdown-menu li:hover button .tool-icon i {
  color: #3d9aa0;
}
.action-tools .dropdown .dropdown-menu li .custom-checkbox {
  margin-left: 0;
}
.action-tools .open .dropdown-menu li .checkbox {
  margin-bottom: 0.5rem;
}

/* pdf block studio*/
.studio-type-block .studio-top {
  text-align: left;
}
.studio-type-block .studio-top .product-name-size {
  width: 190px;
}
.studio-type-block .studio-top .product-name-size .form-group {
  margin-top: 0;
}
.studio-type-block .top-center {
  margin: 0;
  float: left;
}
.studio-type-block .top-center .action-tools li {
  margin: 1.1rem 0.5rem 0.5rem 0.5rem;
  border: 0;
  background: transparent;
  position: static;
  border-radius: 0;
}
.studio-type-block .top-center .action-tools li button {
  min-width: 30px;
}
.studio-type-block .top-center .action-tools li button .tool-text {
  display: none;
}
.studio-type-block .top-center .action-tools li.update-preview button .tool-text {
  display: inline-block !important;
}
.studio-type-block .top-center .action-tools li .dropdown-menu button .tool-text {
  display: inline-block;
}
.studio-type-block .action-tools .dropdown .dropdown-toggle {
  border: 1px solid transparent;
  border-bottom: 0;
}
.studio-type-block .action-tools .dropdown.open .dropdown-toggle {
  border: 1px solid #666666;
}
.studio-type-block .action-tools li.update-preview button {
  margin-top: 0;
}

/*************** animation *******************/
/****left penal****/
.left-panel-tools {
  background-color: #3d9aa0;
}

.tools-btn {
  border-radius: 3;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-color: #999;
}
.tools-btn:hover {
  border-radius: 3;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
}
.tools-btn.tools-btn-close {
  border: 1px solid #3d9aa0;
}

.personalize-tools li {
  margin-bottom: 0;
  position: relative;
  padding-top: 0.3rem;
  /*&:before {content: ''; position: absolute; right: 0; top: -14px; width: 14px; height: 14px; @include round-borders(14px); z-index:2; @include transition(all, 0.2s, ease-in-out, 0.4s); background-color: transparent;}
  &:after {content: ''; position: absolute; right: 0; bottom: -14px; width: 14px; height: 14px; @include round-borders(14px); z-index:1; @include transition(all, 0.2s, ease-in-out, 0.4s); background-color: transparent;}*/
}
.personalize-tools li.background .tool-text {
  font-size: 10px;
  font-size: 0.625rem;
}
.personalize-tools li.clipart-shape .tool-text {
  font-size: 9px;
  font-size: 0.5625rem;
}
.personalize-tools li button {
  background: transparent;
  border-right: 0 solid rgba(0, 0, 0, 0.2);
  min-height: 65px;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  position: relative;
  z-index: 1;
  /*&:before {content: ''; position: absolute; right: -1px; top: -6px; width: 7px; height: 7px; @include round-borders(7px); background:transparent; z-index:1; display:block; left:auto; @include transition(all, 0.2s, ease-in-out, 0.4s); }
  &:after {content: ''; position: absolute; right: -1px; bottom: -6px; width: 7px; height: 7px; @include round-borders(7px); background:transparent; z-index:1;  @include transition(all, 0.2s, ease-in-out, 0.4s);} */
}
.personalize-tools li button:before {
  background: rgba(0, 0, 0, 0.2);
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  opacity: 0;
  z-index: -1;
}
.personalize-tools li button:hover {
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}
.personalize-tools li button:hover:before {
  opacity: 1;
}
.personalize-tools li:last-child button {
  border-right: 0;
}
.personalize-tools .active, .personalize-tools .open {
  /*&:first-child {
  	button {
  		&:before { right:-6px; height:12px;}
  	}
  }*/
}
.personalize-tools .active button, .personalize-tools .open button {
  background: none;
  color: #666666;
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  /*&:before {background:#fff; opacity:1; transition-delay:0.2s;}
  &:after {background:#fff; transition-delay:0.2s;}*/
}
.personalize-tools .active button:hover, .personalize-tools .open button:hover {
  background: none;
  color: #777777;
}
.personalize-tools .active button:hover:before, .personalize-tools .open button:hover:before {
  opacity: 0;
}
.personalize-tools .info-text-area, .personalize-tools .left-panel-btn {
  background-color: transparent;
  padding: 0 0.3rem;
}
.personalize-tools .info-text-area a.btn-secondary, .personalize-tools .left-panel-btn a.btn-secondary {
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 0.5rem 0;
}
.personalize-tools .info-text-area a.btn-secondary i, .personalize-tools .left-panel-btn a.btn-secondary i {
  display: block;
  width: 100%;
  text-align: center;
}
.personalize-tools .info-text-area a.btn-secondary:hover, .personalize-tools .left-panel-btn a.btn-secondary:hover {
  color: #3d9aa0;
}
.personalize-tools .info-text-area a.btn-secondary .color-primary, .personalize-tools .left-panel-btn a.btn-secondary .color-primary {
  color: #3d9aa0;
}
.personalize-tools .info-text-area .btn-dark-gray, .personalize-tools .left-panel-btn .btn-dark-gray {
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 0.5rem 0;
  line-height: 1.2;
  background: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.personalize-tools .info-text-area .btn-dark-gray:before, .personalize-tools .left-panel-btn .btn-dark-gray:before {
  display: none;
}
.personalize-tools .info-text-area .btn-dark-gray:hover, .personalize-tools .left-panel-btn .btn-dark-gray:hover {
  background: #ffffff;
  color: #3d9aa0;
}
.personalize-tools .info-text-area > span, .personalize-tools .left-panel-btn > span {
  display: none;
}

/****personalize panel****/
.personalize-panel {
  position: relative;
  height: 75vh;
  border: 0;
  background: #f8f8f8;
  overflow-y: hidden;
}
.personalize-panel .ops-loader {
  background: #f8f8f8;
}
.personalize-panel > div {
  padding: 1rem;
  background: #f8f8f8;
  position: absolute;
}
.personalize-panel > div.left-bottom {
  z-index: 9;
  background: #f8f8f8;
  border-right: 0;
}
.personalize-panel .section-header {
  font-style: normal;
  color: #3d9aa0;
  margin: 0 0 0.5rem;
  cursor: default;
}
.personalize-panel .qq-upload-section-header {
  font-style: italic;
  color: #777777;
  margin: 1.5rem 0 0.1rem;
  display: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4rem;
  cursor: default;
}
.personalize-panel .has-image .qq-upload-section-header {
  display: block;
  cursor: default;
  font-style: normal;
  color: #3d9aa0;
}
.personalize-panel .btn-dark-gray span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
  text-align: left;
}
.personalize-panel .btn-dark-gray i {
  margin-top: 0.25rem;
}
.personalize-panel .personalize-text-panel .personalize-text-edit .withLabel {
  margin-top: 0.6rem;
}
.personalize-panel .personalize-text-panel .form-control {
  line-height: 2;
  font-size: 13.5px;
  font-size: 0.84375rem;
  height: 36px;
  padding: 0.25rem 0.5rem 0.3rem;
}
.personalize-panel .nav-tabs {
  background: #e6e6e6;
}
.personalize-panel .nav-tabs .nav-item .nav-link {
  color: #485354;
}
.personalize-panel .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: #3d9aa0;
}
.personalize-panel .nav-tabs .nav-item .nav-link.active {
  color: #3d9aa0;
  border-color: #ccc #ccc transparent;
  background: #f8f8f8;
  border-top: 2px solid #3d9aa0;
}
.personalize-panel .nav-tabs .nav-item .nav-link.active:hover {
  color: #3d9aa0;
  border-color: #ccc #ccc transparent;
  background: #f8f8f8;
  border-top: 2px solid #3d9aa0;
}

.img-uploder .qq-gallery.qq-uploader {
  border: 0;
  padding: 0;
  background-color: transparent;
  max-height: inherit;
  overflow: hidden;
}
.img-uploder .qq-gallery.qq-uploader:before {
  height: 36%;
  border: 1px dashed #000;
  padding-top: 1rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  opacity: 0.45;
  filter: alpha(opacity=45);
  font-size: initial;
}
.img-uploder .qq-gallery.qq-uploader:after {
  content: "";
  font-family: "rx-studio" !important;
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 52%;
  left: 15px;
  width: auto;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox {
  min-height: inherit;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox .personalize-image-list, .img-uploder .qq-gallery.qq-uploader.without-dropbox .qq-upload-section-header {
  display: none;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox:before {
  content: normal;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox:after {
  content: normal;
}
.img-uploder .qq-gallery .qq-upload-list {
  padding: 0;
  max-height: inherit;
  overflow-x: hidden;
  min-height: 100px;
}
.img-uploder .qq-gallery .qq-upload-list li {
  position: relative;
  height: 59px;
  margin: 0.3rem 0;
}
.img-uploder .qq-gallery .qq-upload-list li:hover .qq-thumbnail-wrapper {
  border-color: #3d9aa0;
}
.img-uploder .qq-gallery .qq-upload-list li:nth-child(3n+2) {
  margin: 0.3rem 0.6rem;
}
.img-uploder .qq-gallery .qq-upload-list .qq-btn {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #ccc;
  background: rgba(70, 163, 169, 0.85);
  padding: 0;
}
.img-uploder .qq-gallery .qq-upload-list .qq-delete-icon::before {
  color: #fff;
}
.img-uploder .has-image .qq-gallery.qq-uploader .qq-upload-list {
  padding-bottom: 4rem;
}

/* background panel*/
.personalize-background-panel .background-position {
  max-width: 93px;
}
.personalize-background-panel .bg-color-label {
  padding-left: 0;
}

/* image panel*/
.personalize-image-panel .used-img-list .used-img {
  position: relative;
}
.personalize-image-panel .used-img-list .used-img:hover .thumbnail-small, .personalize-image-panel .used-img-list .used-img.active .thumbnail-small {
  border-color: #3d9aa0;
}
.personalize-image-panel .used-img-list .tooltip-inner {
  max-width: 65px;
  padding: 0.3rem 0;
}
.personalize-image-panel .thumbnail-small {
  background: #fff;
  border-color: #ccc;
}
.personalize-image-panel .img-action-btn .auto-fill-used-image {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #3d9aa0;
  background: rgba(61, 154, 160, 0.85);
  color: #fff;
  padding-top: 0;
}
.personalize-image-panel .img-action-btn .btn-link:first-child {
  display: none;
}
.personalize-image-panel .img-action-btn .btn-link.text-danger {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #3d9aa0;
  background: rgba(61, 154, 160, 0.85);
  padding: 0;
}
.personalize-image-panel .img-action-btn .btn-link.text-danger i {
  color: #fff !important;
}
.personalize-image-panel .autofil-img-list .btn-link:first-child {
  display: inherit;
}

/* event panel*/
.personalize-event-panel .event-template .input-group .uib-datepicker-popup {
  left: auto !important;
  right: -39px;
  top: 0 !important;
  transform: scale(0.8);
}
.personalize-event-panel .event-template .input-group .uib-datepicker-popup .uib-weeks td .btn-secondary {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.3rem 0.4rem;
}

.personalize-tools {
  position: relative;
}
.personalize-tools li.selectedTab {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
  height: 65px;
  background-color: #f8f8f8;
  transition: left 0.3s ease-out;
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  opacity: 0;
}
.personalize-tools li.selectedTab span {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 7px;
  height: 7px;
  background-color: #f8f8f8;
}
.personalize-tools li.selectedTab span:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #3d9aa0;
}
.personalize-tools li.selectedTab span:last-child {
  bottom: 0;
  left: auto;
  right: -6px;
}
.personalize-tools li.selectedTab span:last-child:after {
  bottom: 0;
  right: -8px;
  left: auto;
}
.personalize-tools li.active ~ .selectedTab {
  opacity: 1;
}
.personalize-tools li:first-child.active ~ .selectedTab {
  left: 0;
}
.personalize-tools li:nth-child(2).active ~ .selectedTab {
  left: 20%;
}
.personalize-tools li:nth-child(3).active ~ .selectedTab {
  left: calc(20% * 2);
}
.personalize-tools li:nth-child(4).active ~ .selectedTab {
  left: calc(20% * 3);
}
.personalize-tools li:nth-child(5).active ~ .selectedTab {
  left: calc(20% * 4);
}
.personalize-tools li:nth-child(6).active ~ .selectedTab {
  left: calc(20% * 5);
}
.personalize-tools li:nth-child(7).active ~ .selectedTab {
  left: calc(20% * 6);
}
.personalize-tools li:nth-child(8).active ~ .selectedTab {
  left: calc(20% * 7);
}

.personalize-tool-content {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  opacity: 0;
}

.r3-animate-top {
  z-index: 1;
  top: 0;
  animation: animatetop 0.5s;
  opacity: 1;
}

@keyframes animatetop {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.r3-animate-bottom {
  z-index: 1;
  top: 0;
  animation: animatebottom 0.5s;
  opacity: 1;
}

@keyframes animatebottom {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.r3-animate-top-none {
  z-index: 0;
  animation: animatetopnone 0.5s;
}

@keyframes animatetopnone {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: -200px;
    opacity: 0;
  }
}
.r3-animate-bottom-none {
  z-index: 0;
  animation: animatebottomnone 0.5s;
}

@keyframes animatebottomnone {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: 200px;
    opacity: 0;
  }
}
/* pdf block studio*/
.studio-type-block .personalize-tools {
  position: relative;
  overflow: hidden;
}
.studio-type-block .personalize-tools li.selectedTab {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
  height: 50px;
  background-color: #f8f8f8;
  transition: left 0.3s ease-out;
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  opacity: 0;
  width: 50%;
}
.studio-type-block .personalize-tools li.selectedTab span {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 7px;
  height: 7px;
  background-color: #f8f8f8;
}
.studio-type-block .personalize-tools li.selectedTab span:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #3d9aa0;
}
.studio-type-block .personalize-tools li.selectedTab span:last-child {
  bottom: 4px;
  left: auto;
  right: -6px;
}
.studio-type-block .personalize-tools li.selectedTab span:last-child:after {
  bottom: 0;
  right: -8px;
  left: auto;
}
.studio-type-block .personalize-tools li:first-child button {
  border: 0;
}
.studio-type-block .personalize-tools li.active ~ .selectedTab {
  opacity: 1;
}
.studio-type-block .personalize-tools li:first-child.active ~ .selectedTab {
  left: 0;
}
.studio-type-block .personalize-tools li:nth-child(2).active ~ .selectedTab {
  left: 50%;
}
.studio-type-block .form-group {
  margin-top: 0.5rem;
}
.studio-type-block .form-group .control-label {
  padding-top: 0;
}
.studio-type-block .personalize-text-panel.profilecls .personalize-text-edit {
  height: calc(100vh - 320px);
  padding-top: 0.5rem;
}
.studio-type-block .personalize-text-panel .personalize-text-edit .input-group-btn .btn-sm {
  line-height: 1.8;
}
.studio-type-block .personalize-text-panel .personalize-text-edit.block-text-edit form .form-group .form-control {
  height: 30px;
}
.studio-type-block .personalize-text-panel .personalize-text-edit.block-text-edit form .form-group .control-label {
  color: #a1a1a1;
}
.studio-type-block .personalize-image-panel .block-images .used-img-list .blockimages .used-img .img-action-btn .btn-link.text-danger {
  height: 20px;
  width: 20px;
  padding: 0.2rem;
}
.studio-type-block .block-text-accordian .card-header {
  background-color: #eeeeee 10%;
  background: -webkit-gradient(bottom, from(#eeeeee 10%), to(#fff 100%));
  background: -webkit-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: -o-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  padding: 0.5rem 0.8rem;
}
.studio-type-block .block-text-accordian .card-header a {
  display: block;
}
.studio-type-block .block-text-accordian .card-body {
  padding: 0.8rem;
}
.studio-type-block .block-text-accordian .form-group .control-label {
  background: #fff;
}
.studio-type-block .image-info .img-alert .fa-2x {
  float: left;
  padding-right: 0.5rem;
}

/**** right panel ****/
.rightPanel .card-header .btn-clear {
  background: #f8f8f8 !important;
}
.rightPanel .card-header .btn-clear i {
  padding-bottom: 0;
}
.rightPanel .card-body {
  padding-top: 0 !important;
}
.rightPanel .card-body .section-header {
  margin: 0.9rem 0.5rem 0.3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  font-style: italic;
}
.rightPanel .card-body .image-mask-list {
  overflow-y: auto;
  position: relative;
  max-width: 98%;
  margin-left: 0.5rem;
}
.rightPanel .card-body .image-mask-list .shape-box {
  height: 90px;
  display: table;
  width: 100%;
}
.rightPanel .card-body .image-mask-list .shape-box img {
  max-width: 85px;
  max-height: 70px;
  margin: 1rem 0;
}
.rightPanel .card-body .image-mask-list .shape-box .thumbicon {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.rightPanel .card-body .image-border {
  margin: 0.6rem 0.6rem 0;
}
.rightPanel .card-body .image-border img {
  max-width: 25px;
}

/**** notes popover css ****/
.notes-popover {
  Min-width: 260px;
}

/*************** animation *******************/
rx-page > .nav-tabs {
  background: #f8f8f8;
  /*@include round-borders(8px 0 0 8px);*/
  border: 1px solid #ccc;
  border-top: 0;
}
rx-page > .nav-tabs:before {
  background: #ccc;
}
rx-page > .nav-tabs li {
  float: none;
  display: inline-block;
  margin: -0.1rem 0 0;
}
rx-page > .nav-tabs li:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 0 14px 0 0;
  -moz-border-radius: 0 14px 0 0;
  -webkit-border-radius: 0 14px 0 0;
  z-index: 2;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
rx-page > .nav-tabs li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 14px 0 0 0;
  -moz-border-radius: 14px 0 0 0;
  -webkit-border-radius: 14px 0 0 0;
  z-index: 1;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
rx-page > .nav-tabs li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.5rem 0 0.3rem;
}
rx-page > .nav-tabs li a .preview-thumb {
  position: relative;
  z-index: 1;
  background: #fff;
}
rx-page > .nav-tabs li a .preview-thumb .preview-img {
  border: 1px solid #999;
}
rx-page > .nav-tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
  z-index: 1;
  display: block;
}
rx-page > .nav-tabs li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
  z-index: 1;
}
rx-page > .nav-tabs li:hover a {
  color: #3d9aa0;
}
rx-page > .nav-tabs li.active a {
  color: #333;
  border-color: transparent #ccc #ccc;
  background: #dadada;
  border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
}
rx-page > .nav-tabs li.active a:hover, rx-page > .nav-tabs li.active a:focus {
  color: #3d9aa0;
  background: #dadada;
  border-color: transparent #ccc #ccc;
}
rx-page > .nav-tabs li.active a .preview-thumb {
  background-color: transparent;
}
rx-page > .nav-tabs li.active a:before {
  background: #dadada;
  opacity: 1;
}
rx-page > .nav-tabs li.active a:after {
  background: #dadada;
}
rx-page > .nav-tabs li.active:before {
  background-color: #f8f8f8;
  border-color: #ccc;
}
rx-page > .nav-tabs li.active:after {
  background-color: #f8f8f8;
  border-color: #ccc;
}
rx-page > .nav-tabs li.page-show-hide {
  vertical-align: top;
}
rx-page > .nav-tabs li.page-show-hide > div {
  margin: 2rem 0 0 0.8rem;
}
rx-page > .nav-tabs li.page-show-hide > div .btn-secondary {
  color: #666;
}
rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:focus, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled).active, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active:focus {
  border: solid 1px #ccc;
  color: #666;
}
rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:focus:before, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active:before, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled).active:before, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active:focus:before {
  opacity: 0;
}
rx-page .page-thumb-show-hide-checkbox.hide-thumb {
  bottom: 39px;
}

/****/
/*************** animation *******************/
/****Property Panel****/
.propertyPanel {
  width: 300px;
}
.propertyPanel .card {
  border: solid 1px #bbbbbb;
  -webkit-box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  -moz-box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 300px;
  background: #f8f8f8;
}
.propertyPanel .card .popover {
  background: #3d9aa0;
  padding: 0.4rem;
}
.propertyPanel .card .popover.bottom > .arrow:after {
  border-bottom-color: #3d9aa0;
}
.propertyPanel .card .popover.top > .arrow:after {
  border-top-color: #3d9aa0;
}
.propertyPanel .card .popover .popover-body {
  background: #fff;
  border: 1px solid #318a8f;
  padding: 0.5rem;
}
.propertyPanel .card .card-header {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 0.5rem 0.7rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f8f8f8;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #bbbbbb;
}
.propertyPanel .card .card-body {
  padding: 0.5rem;
  position: relative;
}
.propertyPanel .card .card-body .btn-secondary {
  padding: 0.5rem 0.5rem 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.propertyPanel .card .card-body .popover-text-shadow .btn-secondary {
  padding: 0.5rem 0.5rem 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.propertyPanel .card .card-body .popover-text-shadow .btn-secondary span {
  margin-left: 0.3rem;
}
.propertyPanel .card .card-body .popover-text-shadow .font-border .form-group {
  border: 1px solid #ccc;
  padding-bottom: 0.5rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel .card .card-body .popover-text-shadow .font-border .form-group .control-label {
  padding: 0.3rem 0;
}
.propertyPanel .card .card-body .popover-text-shadow .border {
  border: 1px solid #ccc;
  padding-bottom: 0.3rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel .card .card-body .popover-text-shadow .popover {
  background: #3d9aa0;
  padding: 0.4rem;
  width: 280px !important;
}
.propertyPanel .card .card-body .popover-text-shadow .popover.bottom > .arrow:after {
  border-bottom-color: #3d9aa0;
}
.propertyPanel .card .card-body .popover-text-shadow .popover.top > .arrow:after {
  border-top-color: #3d9aa0;
}
.propertyPanel .card .card-body .popover-text-shadow .popover .popover-body {
  background: #fff;
  border: 1px solid #318a8f;
  padding: 0.5rem;
}
.propertyPanel .card .card-body .popover-text-shadow .popover .popover-body .img-tool-label {
  color: #666666;
}
.propertyPanel .card .card-body .popover-text-shadow .popover .popover-body .form-inline {
  max-width: 90%;
  margin: 0 auto;
}
.propertyPanel .card .card-body .popover-text-shadow .popover .popover-body .form-inline .property-font-color img {
  margin-top: 0;
}
.propertyPanel .card .card-body .property-btn {
  margin: 0 auto;
}
.propertyPanel .card .card-body .property-btn.btn-group .btn:not(:first-child) {
  margin-left: -0.1rem;
}
.propertyPanel .card .card-body .property-btn.btn-group .btn {
  min-height: 50px;
}
.propertyPanel .card .card-body .property-btn.btn-group .btn.w-33 {
  width: 33.33%;
}
.propertyPanel .card .card-body .property-btn .popover {
  background: #3d9aa0;
  padding: 0.4rem;
  width: 280px !important;
}
.propertyPanel .card .card-body .property-btn .popover .spacer-bottom {
  margin-bottom: 1rem;
}
.propertyPanel .card .card-body .property-btn .popover.bottom > .arrow:after {
  border-bottom-color: #3d9aa0;
}
.propertyPanel .card .card-body .property-btn .popover.top > .arrow:after {
  border-top-color: #3d9aa0;
}
.propertyPanel .card .card-body .property-btn .popover .popover-body {
  background: #fff;
  border: 1px solid #318a8f;
  padding: 0.4rem 0.35rem;
}
.propertyPanel .card .card-body .property-btn .popover .btn-secondary i {
  color: #666666;
}
.propertyPanel .card .card-body .property-btn .popover .btn-secondary i span:before {
  color: #666666;
}
.propertyPanel .card .card-body .property-btn .popover .btn-secondary:hover i {
  color: #3d9aa0;
}
.propertyPanel .card .card-body .property-btn .popover .btn-secondary:hover i span:before {
  color: #3d9aa0;
}
.propertyPanel .card .card-body .property-btn.common-property-btn > .btn {
  width: 20.3%;
  min-height: 50px;
}
.propertyPanel .card .card-body .property-btn.image-property-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.propertyPanel .card .card-body .property-btn.image-property-btn > .btn {
  width: 25.4%;
}
.propertyPanel .card .card-body .property-btn.image-property-btn > .btn:nth-child(2) ~ .popover .btn {
  min-height: 71px;
}
.propertyPanel .card .card-body .property-btn.image-property-btn > .btn .btn-group {
  width: 100%;
}
.propertyPanel .card .card-body .image-clip-magic .btn i {
  padding-left: 0.5rem;
}
.propertyPanel .card .card-body .adjust-image .btn-square {
  float: left;
  margin-top: 0;
}
.propertyPanel .card .card-body .adjust-image input {
  max-width: 66%;
  display: inline-block;
  float: left;
  margin: 0 0.3rem;
}
.propertyPanel .card .card-body .image-info {
  min-width: 96px;
  margin-bottom: 0;
}
.propertyPanel .card .card-body .image-info .img-alert {
  border: 0px;
  padding: 0.25rem 0.8rem 0.25rem 0;
  width: 100%;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span {
  border: 1px solid #666666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span i {
  background: #666666;
  color: #fff !important;
  padding: 0.35rem 0.3rem;
  vertical-align: baseline;
  min-width: 25px;
  text-align: center;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span.highQuality {
  border-color: #289f00;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span.highQuality i {
  background: #289f00;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span.mediumQuality {
  border-color: #8a6d3b;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span.mediumQuality i {
  background: #8a6d3b;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span.lowQuality {
  border-color: #ff0000;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span.lowQuality i {
  background: #ff0000;
}
.propertyPanel .card .card-body .image-info .img-alert .imageQuality > span span {
  vertical-align: text-bottom;
}
.propertyPanel .card .card-body .btn-secondary.btn-sm {
  padding: 0.4rem 0.15rem;
}
.propertyPanel .card .card-body .btn-secondary .tool-icon {
  display: block;
  width: 100%;
}
.propertyPanel .card .card-body .btn-secondary .tool-icon i {
  margin: 0 auto;
}
.propertyPanel .card .card-body .btn-secondary .tool-icon i span:before {
  color: #3d9aa0;
}
.propertyPanel .card .card-body .btn-secondary .tool-icon i.rxicon-object-back-to-all {
  margin: 0.1rem auto 0.2rem;
}
.propertyPanel .card .card-body .btn-secondary .tool-icon i.rxicon-rotate-left-90 .path1:before, .propertyPanel .card .card-body .btn-secondary .tool-icon i.rxicon-rotate-right-90 .path1:before {
  color: #c5c3c3 !important;
}
.propertyPanel .card .card-body .btn-secondary span:last-child {
  white-space: normal;
}
.propertyPanel .card .card-body .delete-button {
  top: -32px;
}
.propertyPanel .card .card-body label.label-lg {
  color: #3d9aa0;
  padding-top: 0;
}
.propertyPanel .card .card-body .form-control {
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
}
.propertyPanel .card .card-body select.form-control {
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  text-align: left;
  height: 25px;
}
.propertyPanel .card .card-body .btn-square {
  margin: 0.2rem 0.2rem 0;
}
.propertyPanel .card .card-body .btn-square:first-child {
  margin-left: 0;
}
.propertyPanel .card .card-body .btn-square.vdp {
  padding: 0 0.5rem;
}
.propertyPanel .card .card-body .btn-square .rxicon {
  display: inline-block;
  margin: 0 auto;
}
.propertyPanel .card .card-body .vdp-option .selectize-control {
  margin-top: 0.3rem;
}
.propertyPanel .card .card-body .vdp-option .selectize-control .selectize-input {
  padding-bottom: 0.2rem;
}
.propertyPanel .card .card-body textarea {
  width: 98%;
  resize: none;
}
.propertyPanel .card .card-body img {
  cursor: pointer;
}
.propertyPanel .card .card-body .property-dimention .dimention-icon button {
  margin-top: 1.35rem;
}
.propertyPanel .card .card-body .property-dimention .dimention-icon:before {
  width: 14px;
  right: 10px;
}
.propertyPanel .card .card-body .richtext .btn-secondary {
  padding: 0.5rem 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.propertyPanel .card .card-body .richtext .btn-secondary span {
  padding-left: 0.2rem;
  white-space: nowrap;
}
.propertyPanel .card .card-body .property-font .font-dropdown .selectize-dropdown {
  right: 0;
  left: auto;
}
.propertyPanel .card .card-body .property-font-style button {
  margin: 0.2rem 0.1rem 0;
}
.propertyPanel .card .card-body .property-font-style .popover {
  width: 100%;
}
.propertyPanel .card .card-body .property-font-alignment button {
  margin: 0.2rem 0.1rem 0;
}
.propertyPanel .card .card-body .property-font-color img {
  max-width: none;
}
.propertyPanel .card .card-body .rotate-object .btn-secondary {
  min-height: auto !important;
}
.propertyPanel .card .card-body .rotate-object .btn-secondary i {
  float: left;
  padding: 0 0.4rem 0 0;
}
.propertyPanel .card .card-body .rotate-object .form-control {
  max-width: 60px;
  display: inline-block;
}
.propertyPanel .card .background-position {
  margin: 0;
}
.propertyPanel .card .background-position li {
  float: left;
  list-style: none;
  text-align: center;
  width: 33.33%;
}
.propertyPanel .card .background-position li .btn-square {
  color: #777777;
  height: auto;
  width: auto;
}
.propertyPanel .card .background-position li .btn-square:hover .far {
  color: #777777;
}
.propertyPanel .card .background-position li .btn-square[disabled] {
  color: #999;
}
.propertyPanel .card .background-position li .btn-square[disabled]:hover .far {
  color: #999;
}
.propertyPanel .card .background-position .move-top {
  width: 100%;
}
.propertyPanel .card .background-position .move-bottom {
  width: 100%;
  margin-top: 0.1rem;
}
.propertyPanel .card .background-position .move-left {
  margin: 0.1rem 0 0 0;
}
.propertyPanel .card .background-position .reset {
  width: 33.33%;
}
.propertyPanel .border-box {
  border: 1px solid #ccc;
  display: block;
  position: relative;
  padding: 0.5rem;
  margin: 0.8rem 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*.list-inline {
  	li {@include rem(margin-top, 10px);}
  }*/
}
.propertyPanel .border-box .stroke-color:first-child {
  margin-bottom: 0;
}
.propertyPanel .border-box .control-label {
  font-weight: normal !important;
  margin-bottom: 0.5rem;
}
.propertyPanel .border-box .tool-group {
  margin: 0.2rem 0 0.5rem;
}
.propertyPanel .border-box.spacer-top {
  margin-top: 1rem;
}

.stroke-color .form-control, .shape-corner .form-control {
  max-width: 50px;
  min-width: 30px;
}

.tool-group {
  display: table;
  width: 100%;
}
.tool-group .form-group {
  margin-bottom: 0;
  position: inherit;
}
.tool-group .btn-group {
  position: inherit;
}
.tool-group [class^=col-xs-] {
  position: inherit;
}
.tool-group .border-box label {
  padding: 0 0.3rem;
  background: #f8f8f8;
  position: absolute;
  top: -9px;
  left: 6px;
  font-weight: normal;
}
.tool-group .border-box ul {
  margin: 0;
  text-align: center;
}
.tool-group .border-box ul li {
  padding: 0 0.2rem;
  position: inherit;
}
.tool-group .border-box ul li .img-tool-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  cursor: default;
}
.tool-group .border-box ul li.width-43 {
  width: 43%;
  float: left;
  padding-left: 0.5rem;
}
.tool-group .border-box ul li.width-28 {
  width: 28%;
  float: left;
}
.tool-group .border-box ul.background-position li {
  padding: 0;
}
.tool-group .replace-img .btn-square {
  margin-bottom: 0;
}
.tool-group .set-as-bg .btn-square {
  margin: 0.9rem;
}

.layerPanel .card-header i {
  padding-right: 0;
}
.layerPanel .card-body {
  padding: 0 1.5rem;
  max-height: 300px;
  overflow-x: hidden;
}
.layerPanel .card-body .list-group {
  margin-bottom: 0;
}
.layerPanel .card-body .list-group .list-group-item {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#fff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #fff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #fff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #fff);
  background: -o-linear-gradient(bottom, #f8f8f8, #fff);
}
.layerPanel .card-body .list-group .list-group-item:first-child {
  border-top: 0;
}
.layerPanel .card-body .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.layerPanel .card-body .list-group .list-group-item .col-xs-7 {
  width: 56.333%;
}
.layerPanel .card-body .list-group .list-group-item .col-xs-1:first-child {
  width: 10.333%;
}
.layerPanel .card-body .list-group .list-group-item i {
  color: #999;
  cursor: pointer;
}
.layerPanel .card-body .list-group .list-group-item i.rxicon-ovel-shape {
  font-size: 9px;
  font-size: 0.5625rem;
}
.layerPanel .card-body .list-group .list-group-item .rxicon-delete_in_layer {
  color: #ff0000;
}
.layerPanel .card-body .list-group .list-group-item .layer-type-icon .far {
  color: #333;
}
.layerPanel .card-body .list-group .list-group-item .border-right {
  border-right: 1px solid #ccc;
}
.layerPanel .card-body .list-group .list-group-item.active {
  background-color: #f8f8f8;
  background: -webkit-gradient(top, from(#f8f8f8), to(#ccc));
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -ms-linear-gradient(top, #f8f8f8, #ccc);
  background: -o-linear-gradient(top, #f8f8f8, #ccc);
}
.layerPanel .card-body .list-group .list-group-item.active i {
  color: #3d9aa0;
}
.layerPanel .card-body .list-group .list-group-item.active i.rxicon-delete_in_layer {
  color: #ff0000;
}
.layerPanel .card-body .list-group .list-group-item.active:focus {
  background-color: #f8f8f8;
  background: -webkit-gradient(top, from(#f8f8f8), to(#ccc));
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -ms-linear-gradient(top, #f8f8f8, #ccc);
  background: -o-linear-gradient(top, #f8f8f8, #ccc);
}
.layerPanel .card-body .list-group .list-group-item.active:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(top, from(#f8f8f8), to(#ccc));
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -ms-linear-gradient(top, #f8f8f8, #ccc);
  background: -o-linear-gradient(top, #f8f8f8, #ccc);
}
.layerPanel .card-body .list-group .list-group-item.layer-disable {
  cursor: not-allowed;
  background-color: rgba(248, 248, 248, 0.3);
  background: -webkit-gradient(bottom, from(rgba(248, 248, 248, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -moz-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -ms-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -o-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
}
.layerPanel .card-body .list-group .list-group-item.layer-disable .row > div i, .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable i {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layerPanel .card-body .list-group .list-group-item.layer-disable .row > div > span, .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layerPanel .card-body .list-group .list-group-item.layer-disable .row > div .tooltip, .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.layerPanel .card-body .list-group .list-group-item.layer-disable .row > div:nth-child(4) {
  cursor: pointer;
}
.layerPanel .card-body .list-group .list-group-item.layer-disable .row > div:nth-child(4) i {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.layerPanel .card-body .list-group .list-group-item.layer-disable .row i {
  cursor: not-allowed;
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide {
  cursor: not-allowed;
  background-color: rgba(248, 248, 248, 0.3);
  background: -webkit-gradient(bottom, from(rgba(248, 248, 248, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -moz-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -ms-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -o-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div i, .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable i {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div > span, .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div .tooltip, .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div:nth-child(1) {
  cursor: pointer;
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div:nth-child(1) i {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row i {
  cursor: not-allowed;
}

.show-less-more {
  top: 100%;
  padding: 0.4rem 0.8rem 0.5rem;
  position: absolute;
  right: -1px;
  color: #333333;
  border: 1px solid #999;
  border-top: 0;
  background: #fff;
  /*test-@include round-borders(0);*/
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50%;
}
.show-less-more i {
  color: #939393;
}

/****/
.form-inline .fill-color {
  margin-bottom: 0;
}
.form-inline .fill-color .control-label {
  padding: 0 1rem 0 0;
  font-weight: normal;
}

/*************** animation *******************/
/**** calendar preview ****/
.page-position a {
  color: #777777;
}
.page-position a:hover i {
  color: #3d9aa0;
}
.page-position a.active {
  color: #3d9aa0;
}
.page-position a.active i {
  color: #3d9aa0;
}

/* event panel*/
.personalize-event-panel .event-template .input-group .input-group-btn .btn {
  padding-bottom: 0.5rem;
}
.personalize-event-panel .event-template .btn-primary {
  padding: 0.5rem;
}
.personalize-event-panel .event-list .color-primary.btn-link {
  color: #3d9aa0;
}

.sub-tab .btn-link {
  font-weight: 600;
}
.sub-tab .btn-link.active {
  border-bottom: 1px solid #3d9aa0;
}

/**** event edit popup ****/
.calendar-event-editor .modal-body {
  padding: 0 !important;
}
.calendar-event-editor .used-img-list .used-img.active .thumbnail-small {
  border: 1px solid #3d9aa0;
}

/****/
/*************** animation *******************/
@media only screen and (max-width: 767px) {
  .spacer-top-xs-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .font-sm-md {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .w-md-100 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .font-sm-md {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/****container width****/
@media only screen and (min-width: 1024px) {
  .container .top-left .navbar-brand {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container .action-tools li button {
    padding: 1rem 1rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .container .action-tools li .btn-dark-gray {
    padding: 1rem;
  }
  .container .action-tools li .btn-dark-gray > span {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .container .top-center .action-tools li button {
    min-width: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .container .top-center .action-tools li.top-tool-right-corner {
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container.studio_container rx-page > .nav-tabs {
    width: calc(1170px - 330px);
  }
  .container.studio_container rx-page > .nav-tabs:before {
    width: calc(1170px - 330px);
  }
}

/*****/
/****top penal****/
@media only screen and (min-width: 767px) {
  .studio-top {
    text-align: center;
  }
  .studio-top .product-name-size {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-top .product-name-size {
    width: 180px;
  }
}
@media only screen and (min-width: 1400px) {
  .studio-top .product-name-size {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .studio-top {
    border-bottom: 0;
    z-index: auto;
  }
  .studio-top .product-name-size {
    padding-left: 0.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .top-center .action-tools li.top-tool-right-corner {
    margin-right: 0.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .top-center .action-tools li button {
    min-width: 28px;
  }
  .top-center .action-tools li.help-tool button {
    min-width: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .top-center .action-tools li button {
    min-width: 38px;
  }
  .top-center .action-tools li.help-tool button {
    min-width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .top-center .action-tools li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-center .action-tools li.dropdown {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-center {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .studio-type-block .top-left {
    min-width: 250px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.6rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .studio-type-block .top-left {
    min-width: 320px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-type-block .top-left {
    min-width: 320px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .studio-type-block .top-left {
    min-width: 330px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .studio-type-block .top-center .action-tools li {
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-type-block {
    height: calc(100vh - 126px);
  }
  .studio-type-block .personalize-image-panel, .studio-type-block .personalize-text-panel {
    height: calc(100vh - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .studio-type-block .top-center .action-tools li {
    margin: 0;
  }
  .studio-type-block .action-tools .dropdown .dropdown-toggle {
    border: 1px solid transparent;
  }
  .studio-type-block .action-tools .dropdown.open .dropdown-toggle {
    border: 1px solid #3d9aa0;
  }
}

@media only screen and (max-width: 767px) {
  .action-tools li.top-tool-left-corner:first-child {
    border-radius: 3px;
    border-right: 1px solid #999;
    margin: 0 0.5rem 0 0.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li button {
    padding: 0.5rem 0.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .action-tools li button {
    padding: 0.5rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools li button {
    padding: 0.4rem 0.4rem;
  }
  .action-tools li button .tool-text {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .action-tools li .btn-dark-gray {
    padding: 0.5rem 0.4rem;
  }
  .action-tools li .btn-dark-gray .tool-icon i {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li .btn-dark-gray {
    padding: 0.95rem 0.5rem;
  }
  .action-tools li .btn-dark-gray .tool-icon i {
    padding-right: 0.4rem;
  }
  .action-tools li .btn-dark-gray > span {
    display: inline-block;
    float: none;
  }
}
@media only screen and (min-width: 1200px) {
  .action-tools li .btn-dark-gray .tool-text {
    max-width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools li .btn-dark-gray {
    padding: 0.6rem 1rem 0.4rem;
  }
  .action-tools li .btn-dark-gray > span {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .action-tools li .btn-dark-gray {
    padding: 0.7rem 0.5rem 0.5rem;
    max-width: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li .btn.preview {
    padding: 0.9rem 0.5rem 0.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li .btn.save {
    padding: 0.9rem 0.5rem 0.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li .btn.back {
    padding: 0.9rem 0.5rem 0.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools .dropdown .dropdown-toggle {
    padding: 0.54rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools .dropdown .dropdown-toggle {
    padding: 0.5rem 0.5rem;
    color: #666666;
  }
}

/****/
@media only screen and (max-width: 767px) {
  .tools-btn {
    padding: 0.55rem 0.3rem;
  }
}
@media only screen and (max-width: 400px) {
  .tools-btn {
    margin: 0;
  }
}

/****/
/****middle content****/
@media only screen and (min-width: 768px) {
  .middle-content > .left-panel-wrapper {
    min-width: 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .middle-content > .left-panel-wrapper {
    min-width: 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
  }
}
.middle-content > .canvas_panel {
  position: relative;
}

/****middle content with full width****/
@media only screen and (min-width: 1200px) {
  .studio_container.canvas-fullwidth .middle-content > .left-panel-wrapper {
    margin-left: -330px;
  }
}
@media only screen and (min-width: 768px) {
  .studio_container.canvas-fullwidth rx-page > .nav-tabs {
    width: 100%;
  }
  .studio_container.canvas-fullwidth rx-page > .nav-tabs:before {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .studio_container.canvas-fullwidth rx-page > .nav-tabs {
    width: 100%;
  }
  .studio_container.canvas-fullwidth rx-page > .nav-tabs:before {
    width: 100%;
  }
}

/****/
/****left penal****/
@media only screen and (min-width: 768px) {
  .personalize-tools {
    padding-bottom: 0.8rem;
    height: 70px;
  }
  .personalize-tools li {
    width: 20%;
    /*&:before {left: -14px; top: inherit; bottom:0;}
    &:after {right: -14px; top: inherit; bottom:0;}*/
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-tools {
    width: 20%;
    overflow: inherit;
    height: auto;
  }
  .personalize-tools li {
    padding: 0;
    width: 100%;
  }
  .personalize-tools li button {
    border-right: 0;
  }
  .personalize-tools li button:before {
    opacity: 1;
  }
  .personalize-tools li.selectedTab {
    left: 5px;
    top: 0;
    z-index: 0;
    width: 94%;
    height: 65px;
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    transition: top 0.3s ease-out;
  }
  .personalize-tools li.selectedTab span {
    right: 0;
    top: -7px;
    left: auto;
  }
  .personalize-tools li.selectedTab span:after {
    right: 0;
    bottom: 0;
    left: auto;
  }
  .personalize-tools li.selectedTab span:last-child {
    top: auto;
    bottom: -7px;
    right: 0;
  }
  .personalize-tools li.selectedTab span:last-child:after {
    bottom: -7px;
    right: 0;
  }
  .personalize-tools li:first-child.active ~ .selectedTab {
    top: 0;
    left: 5px;
  }
  .personalize-tools li:first-child.active ~ .selectedTab span:first-child {
    right: -7px;
    top: 0;
  }
  .personalize-tools li:first-child.active ~ .selectedTab span:first-child:after {
    content: none;
  }
  .personalize-tools li:nth-child(2).active ~ .selectedTab {
    top: 65px;
    left: 5px;
  }
  .personalize-tools li:nth-child(3).active ~ .selectedTab {
    top: calc(65px * 2);
    left: 4px;
  }
  .personalize-tools li:nth-child(4).active ~ .selectedTab {
    top: calc(65px * 3);
    left: 4px;
  }
  .personalize-tools li:nth-child(5).active ~ .selectedTab {
    top: calc(65px * 4);
    left: 4px;
  }
  .personalize-tools li:nth-child(6).active ~ .selectedTab {
    top: calc(65px * 5);
    left: 4px;
  }
  .personalize-tools li:nth-child(7).active ~ .selectedTab {
    top: calc(65px * 6);
    left: 4px;
  }
  .personalize-tools li:nth-child(8).active ~ .selectedTab {
    top: calc(65px * 7);
    left: 4px;
  }

  .studio-type-block .personalize-tools {
    position: relative;
    overflow: hidden;
  }
  .studio-type-block .personalize-tools li:first-child button {
    border: 0;
  }
  .studio-type-block .personalize-tools li button {
    border: 0;
  }
  .studio-type-block .personalize-tools li button:before {
    content: normal;
  }
  .studio-type-block .personalize-tools li.selectedTab {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    height: 50px;
    background-color: #f8f8f8;
    transition: left 0.3s ease-out;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    opacity: 0;
    width: 50%;
  }
  .studio-type-block .personalize-tools li.selectedTab span {
    position: absolute;
    left: -6px;
    top: auto;
    bottom: 0;
    width: 7px;
    height: 7px;
    background-color: #f8f8f8;
  }
  .studio-type-block .personalize-tools li.selectedTab span:after {
    content: "";
    position: absolute;
    left: -8px;
    top: auto;
    bottom: 2px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #3d9aa0;
  }
  .studio-type-block .personalize-tools li.selectedTab span:last-child {
    bottom: 2px;
    left: auto;
    right: -6px;
    top: auto;
  }
  .studio-type-block .personalize-tools li.selectedTab span:last-child:after {
    bottom: 0;
    right: -8px;
    left: auto;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab {
    top: 0;
    left: 5px;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab span:first-child {
    display: none;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab span:first-child:after {
    content: none;
  }
  .studio-type-block .personalize-tools li.active ~ .selectedTab {
    opacity: 1;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab {
    left: 0;
    top: 2px;
  }
  .studio-type-block .personalize-tools li:nth-child(2).active ~ .selectedTab {
    left: 50%;
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .personalize-tools {
    border: 0;
    height: 70px;
  }
  .personalize-tools button:before {
    display: none;
  }

  .studio_left_panel {
    padding: 0;
  }
  .studio_left_panel .personalize-panel {
    border: 0;
    margin: 0;
  }

  .studio-type-block .r3-animate-top, .studio-type-block .r3-animate-bottom, .studio-type-block .r3-animate-top-none, .studio-type-block .r3-animate-bottom-none {
    animation: none;
  }
  .studio-type-block .personalize-panel {
    height: 450px;
  }
  .studio-type-block .personalize-panel > div {
    top: 50px;
    height: 372px;
  }
  .studio-type-block .personalize-panel > div.left-bottom {
    top: auto;
    bottom: 0;
  }
  .studio-type-block .personalize-panel > div.preview-btn {
    z-index: 9;
    top: 5px;
    left: 0;
    right: 0;
  }
  .studio-type-block .personalize-panel .personalize-text-panel .personalize-text-edit {
    height: 340px;
  }
  .studio-type-block .personalize-panel .personalize-image-panel .block-images .used-img-list {
    height: 340px;
  }
  .studio-type-block .personalize-tools {
    border: 0;
    height: 50px;
    overflow: hidden;
  }
  .studio-type-block .personalize-tools li:first-child button {
    border: 0;
  }
}
/****/
@media only screen and (min-width: 768px) {
  .personalize-panel {
    height: calc(100vh - 129px);
  }
}
@media only screen and (min-width: 1024px) {
  .personalize-panel {
    height: calc(100vh - 136px);
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-panel {
    width: 80%;
    height: calc(100vh - 65px);
  }
}
@media only screen and (max-width: 767px) {
  .personalize-panel > div, .personalize-panel .personalize-shape-panel, .personalize-panel .personalize-clipart-panel, .personalize-panel .personalize-template-panel {
    height: 98%;
  }
  .personalize-panel .close-panel {
    z-index: 12;
    height: 25px;
    width: 25px;
  }
  .personalize-panel .personalize-image-panel {
    height: 450px;
  }
  .personalize-panel .personalize-shape-panel {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .personalize-template-panel .user-template {
    height: 390px;
    margin-bottom: 0;
  }
}

/****Studio Preview area****/
@media only screen and (min-width: 768px) {
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 155px);
  }
  rx-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 155px);
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 163px);
  }
  rx-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 163px);
  }
}
@media only screen and (min-width: 768px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 99px);
  }
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 100px);
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 101px);
  }
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 102px);
  }
}
@media only screen and (min-width: 1400px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 101px);
  }
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel .stage {
    overflow: auto;
    height: calc(100vh - 101px);
  }
}
@media only screen and (min-width: 1200px) {
  rx-page .page-thumb-show-hide-checkbox {
    bottom: 97px;
  }
}

/****preview area ****/
rx-page {
  /*@include respond-to(extra-small-screen) {
  	> .nav-tabs {@include round-borders(8px);}
  }*/
}
@media only screen and (min-width: 768px) {
  rx-page > .nav-tabs:before {
    bottom: 99px;
  }
}
@media only screen and (min-width: 1200px) {
  rx-page > .nav-tabs {
    height: 98px;
  }
  rx-page > .nav-tabs:before {
    bottom: 97px;
    width: calc(100% - 330px);
  }
}
@media only screen and (max-width: 767px) {
  rx-page > .nav-tabs:before {
    bottom: 34px;
  }
}
@media only screen and (min-width: 768px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 118px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 118px);
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 118px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 66px);
  }
}
@media only screen and (min-width: 1200px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 63px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    overflow: auto;
    height: calc(100vh - 63px);
  }
}
@media only screen and (max-width: 767px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 70px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vmax - 70px);
  }
}

/****Property Panel****/
/****Property Panel****/
@media only screen and (min-width: 767px) {
  .propertyPanel .collapse, .propertyPanel .collapsing {
    display: block !important;
    height: 100% !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .propertyPanel .common-property-btn .popover {
    left: 0 !important;
  }
  .propertyPanel .common-property-btn > .btn {
    width: 20.3%;
    min-height: 50px;
  }
  .propertyPanel .common-property-btn > .btn:nth-child(1) ~ .popover > .arrow {
    left: 16px !important;
  }
  .propertyPanel .common-property-btn > .btn:nth-child(2) ~ .popover > .arrow {
    left: 72px !important;
  }
  .propertyPanel .common-property-btn > .btn:nth-child(3) ~ .popover > .arrow {
    left: 125px !important;
  }
  .propertyPanel .common-property-btn > .btn:nth-child(4) ~ .popover > .arrow {
    left: 182px !important;
  }
  .propertyPanel .common-property-btn > .btn:nth-child(5) ~ .popover > .arrow {
    left: 234px !important;
  }
}
@media only screen and (max-width: 767px) {
  .propertyPanel {
    width: 100%;
  }
  .propertyPanel .image-property > div {
    width: 70%;
  }
  .propertyPanel.rightPanel {
    width: 300px;
  }
  .propertyPanel .show-less-more {
    border: 1px solid #cccccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    bottom: 10px;
    padding: 0.4rem 0.2rem 0.3rem !important;
  }
  .propertyPanel .mobile-dropdown {
    padding: 0.5rem;
  }
  .propertyPanel .mobile-dropdown .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .propertyPanel .mobile-dropdown .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .propertyPanel .mobile-dropdown.background-image-more {
    border: 0;
    background: transparent;
    width: auto;
    bottom: 0;
    padding: 0.5rem 0;
  }
  .propertyPanel .mobile-dropdown.background-image-more .common-property-btn > .btn {
    width: auto !important;
    padding: 0.4rem 0.5rem;
  }
  .propertyPanel .rotate-object {
    max-width: none;
  }
  .propertyPanel .card {
    width: 100%;
  }
  .propertyPanel .card .text-style-btn .btn-square {
    margin: 0 0.1rem;
    padding: 0 0.34rem;
  }
  .propertyPanel .card .card-body > div:first-child:not(:last-child) {
    margin-bottom: 0;
  }
  .propertyPanel .card .card-body .delete-button {
    top: -22px;
    right: 26px;
  }
  .propertyPanel .card .card-body .delete-button .btn-link {
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 1px #999;
    background-color: #f8f8f8;
    background: -webkit-gradient(bottom, from(#f8f8f8), to(#fff));
    background: -webkit-linear-gradient(bottom, #f8f8f8, #fff);
    background: -moz-linear-gradient(bottom, #f8f8f8, #fff);
    background: -ms-linear-gradient(bottom, #f8f8f8, #fff);
    background: -o-linear-gradient(bottom, #f8f8f8, #fff);
  }
  .propertyPanel .card .card-body .richtext {
    width: 40%;
    position: relative;
    z-index: 9;
  }
  .propertyPanel .card .card-body .richtext > div .btn-secondary {
    padding: 0.48rem 0.2rem;
  }
  .propertyPanel .card .card-body .property-font {
    width: 60%;
    position: absolute;
    right: 0;
    top: -34px;
  }
  .propertyPanel .card .card-body .property-font .selectize-control.single {
    width: 98%;
    margin-left: 0.2rem;
  }
  .propertyPanel .card .card-body .fill-color {
    width: 100%;
  }
  .propertyPanel .card .card-body .fill-color ul {
    max-width: 83%;
  }
  .propertyPanel .card .card-body .stroke-color {
    width: 100%;
  }
  .propertyPanel .card .card-body .right-padding-xs {
    padding-right: 1rem;
  }
  .propertyPanel .card .card-body .image-info {
    left: 266px;
    top: 7px;
    min-width: auto;
  }
  .propertyPanel .card .card-body .image-info .img-alert {
    padding: 0 0 0 0.5rem;
    max-width: auto;
    margin: 0;
  }
  .propertyPanel .card .card-body .image-info .img-alert .imageQuality > span {
    padding: 0;
  }
  .propertyPanel .card .card-body .image-info .img-alert .imageQuality > span i {
    margin: 0;
  }
  .propertyPanel .card .card-body .property-btn > .btn {
    min-height: auto;
  }
  .propertyPanel .card .card-body .property-btn > .btn .popover .btn-group .btn-secondary {
    height: auto;
  }
  .propertyPanel .card .card-body .property-btn.btn-group .btn {
    min-height: auto;
  }
  .propertyPanel .card .card-body .property-btn.btn-group .btn.w-33 {
    width: 16%;
  }
  .propertyPanel .card .card-body .property-btn.image-property-btn {
    margin: 0;
  }
  .propertyPanel .card .card-body .property-btn.image-property-btn > .btn {
    width: 15%;
    min-height: auto;
  }
  .propertyPanel .card .card-body .property-btn.image-property-btn > .btn .popover .btn-secondary .tool-icon {
    max-height: 20px;
  }
  .propertyPanel .card .card-body .property-btn.image-property-btn > .btn ~ .popover .btn {
    min-height: auto !important;
  }
  .propertyPanel .border-box {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .propertyPanel .border-box .tool-group {
    margin: 0;
  }
  .propertyPanel .border-box .popover {
    min-width: 250px;
  }
  .propertyPanel .shape-tools .border-box {
    padding: 0.5rem 0;
    min-height: 43px;
  }
  .propertyPanel .shape-tools .border-box .form-group > .col-xs-3 {
    padding: 0.8rem 0.5rem 0 0.5rem;
  }
  .propertyPanel .shape-tools .border-box .form-group .form-control-lg {
    height: 26px !important;
  }
}

/****pop up****/
@media only screen and (min-width: 1200px) {
  .modal-dialog.modal-full .modal-content .modal-body {
    max-height: 695px;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col-md-9 {
    min-height: 500px;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col-md-9.layout-preview {
    width: 83.33333333%;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-dialog.modal-full .modal-content .modal-body {
    height: 695px;
    max-height: none;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col--md-9 {
    min-height: 695px;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col--md-9 .third-party-login {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .modal-listing.col-md-9 {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .modal-listing.col-md-9 {
    min-height: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .modal-listing {
    border: 0;
    border-top: 5px solid #fff;
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .crop-image-editor .modal-body .image-effect-editor {
    margin: 0;
    padding: 0;
  }
  .crop-image-editor .modal-body .crop-box {
    height: auto;
  }
  .crop-image-editor .modal-body .nav-tabs li a {
    padding: 0.8rem 0;
  }
  .crop-image-editor .modal-body .nav-tabs li a .tool-icon i {
    padding-bottom: 0;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane .img-adjust-tab .img-adjustment .form-group label {
    background-color: #3d9aa0;
    background: -webkit-gradient(bottom, from(#3d9aa0), to(#3d9aa0));
    background: -webkit-linear-gradient(bottom, #3d9aa0, #3d9aa0);
    background: -moz-linear-gradient(bottom, #3d9aa0, #3d9aa0);
    background: -ms-linear-gradient(bottom, #3d9aa0, #3d9aa0);
    background: -o-linear-gradient(bottom, #3d9aa0, #3d9aa0);
  }
  .crop-image-editor .modal-body .tab-content .tab-pane .img-adjust-tab .img-adjustment .form-group label.active {
    background: transparent;
    border-color: #3d9aa0;
    color: #3d9aa0;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane .img-adjust-tab .img-adjustment .form-group:last-child .rx-range-slider:after {
    top: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor .modal-body .tab-content {
    height: 480px;
  }
  .crop-image-editor .modal-body .tab-content .personalize-image-list {
    max-height: 430px;
  }
}
@media only screen and (min-width: 1400px) {
  .crop-image-editor .modal-body .tab-content {
    height: 608px;
  }
  .crop-image-editor .modal-body .tab-content .personalize-image-list {
    max-height: 665px;
  }
}
@media only screen and (max-width: 767px) {
  .crop-image-editor .modal-body .tab-content {
    height: auto;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane {
    position: static;
    transform: translateY(0);
    display: none;
    height: auto;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane.active {
    position: static;
    transform: translateY(0);
    display: block;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane.active ~ .tab-pan {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor .modal-body .tab-pane {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor.pdf-block-crop .modal-body .tab-content {
    height: 135px;
  }
  .crop-image-editor.pdf-block-crop .modal-body .tab-content .personalize-image-list {
    max-height: 100px;
  }
  .crop-image-editor.pdf-block-crop .modal-body .tab-content .personalize-image-list .card-img-top {
    max-height: 75px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
