/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes motopress-animation-preview-device-panel-show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes motopress-animation-preview-device-panel-show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes motopress-animation-preview-device-panel-hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes motopress-animation-preview-device-panel-hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes motopress-animation-navbar-show {
  0.00% {
    margin-top: -53px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes motopress-animation-navbar-show {
  0.00% {
    margin-top: -53px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes motopress-animation-navbar-hide {
  0.00% {
    margin-top: 0;
  }
  100% {
    margin-top: -53px;
  }
}
@keyframes motopress-animation-navbar-hide {
  0.00% {
    margin-top: 0;
  }
  100% {
    margin-top: -53px;
  }
}
#mpce-history-dialog wp-revision-list {
  position: absolute;
  left: 10px;
  right: 5px;
  top: 45px;
  bottom: 5px;
}
.motopress-history-dialog {
  position: fixed !important;
}
ul.mpce-revision-list {
  border-top: 1px solid #e7eaf0;
  list-style-type: none;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
li.mpce-revision-item {
  border-bottom: 1px solid #e7eaf0;
  font-size: 12px;
  padding: 10px 5px;
  margin: 0;
}
li.mpce-revision-item:hover {
  cursor: pointer;
  background-color: #e7eaf0;
}
li.mpce-revision-item.selected {
  background-color: #e7eaf0;
}
li.mpce-revision-item .avatar {
  border-radius: 50%;
  vertical-align: bottom;
}
li.mpce-revision-item .mpce-revision-delete {
  float: right;
  display: none;
}
li.mpce-revision-item:hover .mpce-revision-delete {
  display: block;
}
*:focus {
  outline: none;
}
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: sans-serif;
}
#motopress-content-editor {
  position: relative;
  top: 0px;
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
}
#motopress-content-editor .motopress-content-editor-navbar {
  background-color: #393b45;
  color: #d1d1d1;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#motopress-content-editor .motopress-content-editor-navbar:hover {
  z-index: 10;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner {
  padding: 0;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner #motopress-logo {
  float: left;
  margin: 0 10px;
  line-height: 42px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner #motopress-logo img {
  max-height: 16px;
  vertical-align: sub;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name {
  color: #858585;
  font-family: Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  float: left;
  margin-top: 15px;
  min-width: 168px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name #motopress-title {
  display: inline-block;
  vertical-align: bottom;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 148px;
  background-color: #e9e9e9;
  padding: 0 5px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name #motopress-title:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner #motopress-input-edit-title {
  font-size: 13px;
  height: 24px;
  padding: 3px 5px !important;
  border-color: #dbdbdb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-control-btns {
  margin: 12px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-leftbar-control-btns > .mpce-widgets-btn-hidden {
  display: none;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .navbar-btns button {
  margin: 0px 2px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .navbar-btns button:last-child {
  margin-left: 10px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .navbar-btns .btn-group {
  display: inline-block !important;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner img.avatar {
  vertical-align: middle;
  border-radius: 50%;
}
#motopress-content-editor .motopress-content-editor-navbar.motopress-ce-navbar-hide {
  -webkit-animation-name: motopress-animation-navbar-hide;
  animation-name: motopress-animation-navbar-hide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor .motopress-content-editor-navbar.motopress-ce-navbar-show {
  -webkit-animation-name: motopress-animation-navbar-show;
  animation-name: motopress-animation-navbar-show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor #mpce-responsive-switcher {
  background: transparent;
  border: none;
  color: inherit;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 1em;
  font-size: 0.9285em;
}
#motopress-content-editor #mpce-responsive-switcher option {
  background-color: #252c38;
  color: inherit;
}
#motopress-content-editor #motopress-content-editor-device-mode-preview {
  vertical-align: top;
}
#motopress-content-editor #motopress-content-editor-device-mode-preview > div {
  width: 21px;
  height: 20px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=3.0.7');
  background-repeat: no-repeat;
  background-position: -9px -265px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel {
  position: fixed;
  top: 42px;
  right: 30px;
  z-index: 9999;
  border: 1px solid #cccccc;
  background-color: #fff;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel.motopress-content-editor-preview-device-panel-hide {
  -webkit-animation-name: motopress-animation-preview-device-panel-hide;
  animation-name: motopress-animation-preview-device-panel-hide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel.motopress-content-editor-preview-device-panel-show {
  -webkit-animation-name: motopress-animation-preview-device-panel-show;
  animation-name: motopress-animation-preview-device-panel-show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div {
  padding: 1px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div {
  width: 38px;
  height: 38px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=3.0.7');
  background-repeat: no-repeat;
  cursor: pointer;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="desktop"] {
  background-position: 0px -254px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="tablet"] {
  background-position: -38px -254px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="tablet-landscape"] {
  background-position: -38px -254px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="phone"] {
  background-position: 0px -292px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="phone-landscape"] {
  background-position: 0px -292px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div.motopress-content-editor-preview-edit {
  background-position: -38px -292px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div:hover {
  background-color: #eeeeee;
}
#motopress-content-editor #motopress-flash {
  position: absolute;
  top: 42px;
  width: 50%;
  margin: 0 25%;
  text-align: center;
  z-index: 10001;
}
#motopress-content-editor #motopress-flash .alert {
  padding: 15px;
}
#motopress-content-editor #motopress-flash .alert .motopress-close {
  opacity: 0.5;
}
#motopress-content-editor #motopress-flash .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#motopress-content-editor #motopress-flash .fade.in {
  opacity: 1;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper {
  width: 100%;
  height: calc(100% - 42px);
  position: fixed;
  left: 0px;
  top: 42px;
  background-color: #0F1827;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper.motopress-ce-full-height {
  height: 100%;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper > form#mpce-form {
  display: none;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border: none;
  display: block;
  background-color: #fff;
  transition: all 0.2s;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.mpce-device-mode-desktop {
  width: 100%;
  max-width: 100%;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.mpce-device-mode-tablet {
  margin: auto 0 auto -360px;
  width: 768px;
  height: 1080px;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.mpce-device-mode-mobile {
  margin: auto 0 auto -160px;
  width: 320px;
  height: 480px;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: -54px;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper .motopress-tmp-iframe-width {
  min-width: 1200px !important;
  width: 1200px !important;
}
.motopress-close,
.motopress-close:hover {
  float: right;
  cursor: pointer;
  margin-top: 4px !important;
  margin-right: -6px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  background-image: none;
}
.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.modal-backdrop.fade.in {
  display: block;
}
.motopress-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.motopress-modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.motopress-modal.fade.in {
  top: 50%;
  opacity: 1;
}
@media (max-width: 767px) {
  .motopress-modal {
    left: 50%;
    right: auto;
  }
  .motopress-modal.fade.in {
    top: 50%;
  }
}
@media (max-width: 480px) {
  .motopress-modal {
    left: 50%;
    right: auto;
  }
  .motopress-modal.fade.in {
    top: 50%;
  }
}
.motopress-modal .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.motopress-modal .modal-header .close {
  margin-top: 2px;
}
.motopress-modal .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.motopress-modal .modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.motopress-modal .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.motopress-modal .modal-footer:before,
.motopress-modal .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.motopress-modal .modal-footer:after {
  clear: both;
}
.motopress-modal .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.motopress-modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#motopress-code-editor-modal .modal-body {
  overflow: hidden;
}
#motopress-code-editor-modal .modal-body .mce-resizehandle {
  display: none;
}
#motopress-code-editor-modal .modal-body .mce-edit-area {
  overflow-y: auto;
}
#motopress-code-editor-modal #motopresscodecontent_ifr {
  min-height: 100%;
}
.modal-form {
  margin-bottom: 0;
}
#motopress-tutorials-modal {
  background-image: url("../../../images/ce/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 24px;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.34);
  top: 10%;
  width: 80%;
  height: 80%;
  margin: 0;
  margin-left: -40%;
  overflow: hidden;
  min-height: 300px;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper {
  float: right;
  overflow: auto;
  width: 350px;
  height: inherit;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl {
  border: 4px solid #F0F0F0;
  margin: 0 0 20px;
  overflow: hidden;
  cursor: pointer;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl.active-thumbnail {
  border: 4px solid #FF0000;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dt {
  float: left;
  width: 150px;
  height: 83px;
  background-position: center center;
  background-size: 100% auto;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dd {
  float: right;
  font-weight: bold;
  height: 100%;
  margin: 0 10px 0 0;
  width: 110px;
}
#motopress-tutorials-modal #motopress-framewrapper {
  float: left;
}
#motopress-tutorials-modal #motopress-framewrapper iframe {
  width: 100%;
  height: 100%;
}
#motopress-tutorials-modal .tutorials-thumbnails-container {
  padding: 0 15px;
}
#motopress-tutorials-modal .motopress-tutorials-wrapper {
  overflow: hidden;
}
#motopress-tutorials-modal .modal-body {
  oveflow: hidden;
}
#motopress-tutorials-modal .modal-footer {
  width: 100%;
  padding: 14px 0 15px;
}
#motopress-tutorials-modal .modal-footer .motopress-btn-default {
  margin-right: 15px;
}
#motopress-code-editor-modal,
#motopress-tutorials-modal,
#motopress-ce-save-preset-modal,
#motopress-ce-save-object-modal {
  background-color: #f0f0f0;
  width: 50%;
  margin: -250px 0 0 -25%;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#motopress-code-editor-modal .modal-header,
#motopress-tutorials-modal .modal-header,
#motopress-ce-save-preset-modal .modal-header,
#motopress-ce-save-object-modal .modal-header {
  background-color: #454545;
  font: bold 12px/16px Arial, sans-serif;
  color: #fff;
}
#motopress-code-editor-modal .modal-header .modal-header-label,
#motopress-tutorials-modal .modal-header .modal-header-label,
#motopress-ce-save-preset-modal .modal-header .modal-header-label,
#motopress-ce-save-object-modal .modal-header .modal-header-label {
  margin-top: 0;
  margin-bottom: 0;
}
#motopress-code-editor-modal,
#motopress-tutorials-modal {
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.34);
  top: 10%;
  width: 80%;
  height: 80%;
  margin: 0;
  margin-left: -40%;
  overflow: hidden;
  min-height: 300px;
}
#motopress-code-editor-modal .modal-header,
#motopress-tutorials-modal .modal-header {
  height: 16px;
}
#motopress-code-editor-modal .modal-body,
#motopress-tutorials-modal .modal-body {
  max-height: none;
  margin: 15px 0;
  padding: 0 15px;
}
#motopress-code-editor-modal .modal-body #motopress-code-editor-wrapper,
#motopress-tutorials-modal .modal-body #motopress-code-editor-wrapper,
#motopress-code-editor-modal .modal-body #wp-motopresscodecontent-wrap,
#motopress-tutorials-modal .modal-body #wp-motopresscodecontent-wrap,
#motopress-code-editor-modal .modal-body #motopresscodecontent_parent,
#motopress-tutorials-modal .modal-body #motopresscodecontent_parent {
  height: 100%;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent_tbl,
#motopress-tutorials-modal .modal-body #motopresscodecontent_tbl {
  height: 100% !important;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent_tbl tr.mceFirst,
#motopress-tutorials-modal .modal-body #motopresscodecontent_tbl tr.mceFirst {
  height: 61px;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent_tbl tr.mceLast,
#motopress-tutorials-modal .modal-body #motopresscodecontent_tbl tr.mceLast {
  height: 21px;
}
#motopress-code-editor-modal .modal-body .mceIframeContainer,
#motopress-tutorials-modal .modal-body .mceIframeContainer {
  background-color: #fff;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent,
#motopress-tutorials-modal .modal-body #motopresscodecontent {
  resize: none;
  margin: 0;
}
#motopress-code-editor-modal .modal-footer,
#motopress-tutorials-modal .modal-footer {
  position: absolute;
  bottom: 0;
  height: 30px;
}
#motopress-ce-save-preset-modal,
#motopress-ce-save-object-modal {
  top: 10%;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.34);
  margin-left: -165px;
  width: 330px;
  height: auto;
}
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper,
#motopress-ce-save-object-modal .motopress-ce-modal-control-wrapper {
  margin-bottom: 10px;
}
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper select,
#motopress-ce-save-object-modal .motopress-ce-modal-control-wrapper select,
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper input[type="text"],
#motopress-ce-save-object-modal .motopress-ce-modal-control-wrapper input[type="text"] {
  display: block;
  width: 300px;
}
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper .description,
#motopress-ce-save-object-modal .motopress-ce-modal-control-wrapper .description {
  margin: 0;
}
#motopress-tutorials-modal {
  background-image: none;
  height: 85%;
  margin: 0 0 0 -47%;
  width: 94%;
}
#motopress-tutorials-modal .modal-header {
  background-color: #F7F7F7;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0 4px 3px #D5D5D5;
  height: 30px;
}
#motopress-tutorials-modal .modal-header p {
  color: #444444;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
}
#motopress-tutorials-modal .massive-modal-close {
  line-height: 0;
  font-size: 25px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 13px;
  background-color: transparent;
  color: #444444;
  margin-top: 4px !important;
  border: 0 none;
}
#motopress-tutorials-modal .massive-modal-close:hover {
  color: #1b1b1b;
  cursor: pointer;
}
#motopress-tutorials-modal .massive-modal-close:focus {
  padding-right: 6px;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl {
  border: 1px solid #d8d8d8;
  margin: 0 0 4px;
  background-color: #FFF;
  padding: 6px;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl.active-thumbnail {
  border: 1px solid #909090;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dd {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #444444;
  margin: 0 15px 0 0;
  width: 135px;
}
#motopress-tutorials-modal .tutorials-thumbnails-container {
  padding: 0 3px;
}
#motopress-tutorials-modal #motopress-framewrapper {
  background-image: url("../../../images/ce/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  #motopress-tutorials-modal .motopress-tutorials-thumbnail dd {
    font-size: 14px;
    float: none;
    width: 140px;
  }
  #motopress-tutorials-modal .tutorials-thumbnails-wrapper {
    width: auto;
  }
  #motopress-tutorials-modal .motopress-tutorials-thumbnail dt {
    display: none;
  }
}
#motopress-preload {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 23, 0.95);
  z-index: 10000;
}
#motopress-preload > div:first-child {
  display: block !important;
  position: relative;
  top: -moz-calc(50% - 75px);
  top: -webkit-calc(50% - 75px);
  top: calc(50% - 75px);
  left: -moz-calc(50% - 75px);
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
}
#motopress-preload #motopress-error {
  display: none;
  position: relative;
  top: 43%;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 18px;
}
#motopress-preload #motopress-error #motopress-error-title,
#motopress-preload #motopress-error #motopress-error-message p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #404040;
  margin: 0;
}
#motopress-preload #motopress-error #motopress-error-title {
  font-weight: bold;
  text-align: center;
}
#motopress-preload #motopress-error #motopress-error-message {
  max-height: 110px;
  overflow: auto;
  margin: 10px 0;
}
#motopress-preload #motopress-error .motopress-terminate {
  text-align: center;
}
.motopress-hide {
  display: none !important;
}
.motopress-soft-hide {
  display: none;
}
.motopress-btn-red {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 7px;
  margin: 0 2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: #cc3e2d 1px solid;
  background: #dc4a38;
  background: -moz-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc4a38), color-stop(100%, #d04836));
  background: -webkit-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: -o-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: -ms-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: linear-gradient(to bottom, #dc4a38 0%, #d04836 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc4a38', endColorstr='#d04836', GradientType=0);
  -moz-box-shadow: 1px 1px 1px #f7e8e6;
  -webkit-box-shadow: 1px 1px 1px #f7e8e6;
  box-shadow: 1px 1px 1px #f7e8e6;
}
.motopress-btn-red:hover {
  border: #b0281a 1px solid;
  color: #ffffff;
  -moz-box-shadow: 1px 1px 0px #e0d1d1;
  -webkit-box-shadow: 1px 1px 0px #e0d1d1;
  box-shadow: 1px 1px 0px #e0d1d1;
}
.motopress-btn-red:active,
.motopress-btn-red.active {
  border: #b72b1a 1px solid;
  background: #c63927;
  background: -moz-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c73927), color-stop(100%, #c53927));
  background: -webkit-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: -o-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: -ms-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: linear-gradient(to bottom, #c73927 0%, #c53927 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c73927', endColorstr='#c53927', GradientType=0);
  box-shadow: inset 0 0 4px 1px #be3220;
}
.motopress-btn-red:disabled {
  border: #e08b81 1px solid;
  background: #e99288;
  background: -moz-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e99288), color-stop(100%, #e39186));
  background: -webkit-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: -o-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: -ms-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: linear-gradient(to bottom, #e99288 0%, #e39186 100%);
  -moz-box-shadow: 1px 1px 1px #f7e8e6;
  -webkit-box-shadow: 1px 1px 1px #f7e8e6;
  box-shadow: 1px 1px 1px #f7e8e6;
  cursor: default;
}
.motopress-btn-blue {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 7px;
  margin: 0 2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  background: #4787ed;
  border: #3079ed 1px solid;
}
.motopress-btn-blue:hover {
  border: #1b67df 1px solid;
  color: #ffffff;
  -moz-box-shadow: 1px 1px 0px #b8c3d5;
  -webkit-box-shadow: 1px 1px 0px #b8c3d5;
  box-shadow: 1px 1px 0px #b8c3d5;
}
.motopress-btn-blue:active,
.motopress-btn-blue.active {
  border: #1762da 1px solid;
  background: #407de0;
  background: -moz-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a89ee), color-stop(100%, #3874d6));
  background: -webkit-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: -o-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: -ms-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: linear-gradient(to bottom, #4a89ee 0%, #3874d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a89ee', endColorstr='#3874d6', GradientType=0);
  box-shadow: inset 0 0 4px 1px #2a68ca;
}
.motopress-btn-blue:disabled {
  border: #78a8f3 1px solid;
  background: #87b1f3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.motopress-btn-default {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 7px;
  margin: 0 2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  background: #f3f3f3;
  color: #404040;
  border: #d8d8d8 1px solid;
}
.motopress-btn-default:hover {
  border: #c6c6c6 1px solid;
  -moz-box-shadow: 1px 1px 0px #ededed;
  -webkit-box-shadow: 1px 1px 0px #ededed;
  box-shadow: 1px 1px 0px #ededed;
  color: #505050;
}
.motopress-btn-default:active,
.motopress-btn-blue.active {
  border: #bdbdbd 1px solid;
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dedede', GradientType=0);
  box-shadow: inset 0 0 4px 1px #d4d4d4;
}
.motopress-btn-default:disabled {
  border: #e8e8e8 1px solid;
  color: #9f9f9f;
  background: #f6f6f6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}
.navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.navigation ul ul {
  background-color: #252c38;
  padding: 0.625em 0;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.navigation ul ul ul {
  left: -999em;
  top: 0;
}
.navigation ul ul li {
  line-height: initial;
}
.navigation ul ul li:hover > ul,
.navigation ul ul li.focus > ul {
  left: 100%;
}
.navigation ul ul a {
  width: 8em;
  padding: 0.625em 2em;
}
.navigation ul li:hover > ul,
.navigation ul li.focus > ul {
  left: auto;
}
.navigation ul li:hover > ul.right,
.navigation ul li.focus > ul.right {
  left: auto;
  right: 0;
}
.navigation ul:after {
  clear: both;
}
.navigation li {
  float: left;
  position: relative;
  margin: 0;
  line-height: 3em;
}
.navigation li:hover > a,
.navigation li.focus > a,
.navigation li.active > a {
  background-color: #252c38;
  color: #ffffff;
}
.navigation li .mpce-in-progress {
  cursor: progress;
}
.navigation a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 0.9285em;
  padding: 0 1em;
}
.navigation a .fa {
  font-size: 14px;
  margin-right: 0.5em;
}
.motopress-wpwrap-hidden {
  display: none !important;
}
.motopress-ce-jumping-fix {
  height: auto !important;
}
#mpce-frontend-editor-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}
.motopress-default,
.motopress-default:hover {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  max-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  overflow: visible !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  position: static !important;
}
.motopress-default:after,
.motopress-default:hover:after,
.motopress-default:before,
.motopress-default:hover:before {
  content: '';
}
.motopress-default-drag,
.motopress-default-drag:hover {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: left !important;
  margin: 0 !important;
  min-height: none !important;
  max-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: 198px !important;
  opacity: 1 !important;
  outline: none !important;
  overflow: visible !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
}
.motopress-default-drag:after,
.motopress-default-drag:hover:after,
.motopress-default-drag:before,
.motopress-default-drag:hover:before {
  content: '';
}
.motopress-default-text,
.motopress-text-default-text:hover {
  color: #000000 !important;
  line-height: 18px !important;
  text-align: auto !important;
  word-break: normal !important;
  text-align: left !important;
  word-spacing: normal !important;
  white-space: normal !important;
  unicode-bidi: normal !important;
  text-transform: none !important;
  text-shadow: none !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  text-overflow: clip !important;
  word-wrap: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-family: arial, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
}
.motopress-text-no-color-text {
  color: #000000 !important;
  line-height: 18px !important;
  text-align: auto !important;
  word-break: normal !important;
  text-align: left !important;
  word-spacing: normal !important;
  white-space: normal !important;
  unicode-bidi: normal !important;
  text-transform: none !important;
  text-shadow: none !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  text-overflow: clip !important;
  word-wrap: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-family: arial, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
}
#mpce-widgets-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mpce-widgets-filter-wrapper .mpce-widgets-search {
  flex: 1 0 auto;
  margin-right: 1em;
  padding: 0.25em;
}
#mpce-widgets-filter-wrapper .mpce-widgets-category-filter {
  padding: 0.25em;
}
#mpce-widgets-panel #mpce-recent-widgets {
  border-bottom: 1px solid #eeeeee;
}
#mpce-widgets-panel #mpce-recent-widgets p {
  font-size: 11px;
  margin-bottom: 0;
}
#mpce-widgets-panel #mpce-recent-widgets .mpce-recent-widgets-list {
  margin: 5px 0;
  padding: 5px 0 10px 0;
}
#mpce-widgets-panel ul.mpce-widgets-list {
  margin: 0;
}
#mpce-widgets-panel .mpce-widget-group-wrapper {
  border-bottom: 1px solid #eeeeee;
  margin: 5px 0;
  padding: 5px 0 10px 0;
}
#mpce-widgets-panel .mpce-widget-group-wrapper:last-of-type {
  border-bottom: none;
}
#mpce-widgets-panel .mpce-widget-group-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
#mpce-widgets-panel .mpce-widget-item-wrapper {
  display: inline-block;
  box-sizing: border-box;
  width: 84px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer !important;
}
#mpce-widgets-panel .mpce-widget-item-wrapper.mpce-widget-item-wrapper-hidden {
  display: none;
}
#mpce-widgets-panel .mpce-widget-item-wrapper .mpce-widget-item {
  text-align: center;
  padding: 15px 5px;
  color: #202020 !important;
}
#mpce-widgets-panel .mpce-widget-item-wrapper .mpce-widget-icon,
#mpce-widgets-panel .mpce-widget-item-wrapper .mpce-widget-icon:hover {
  display: inline-block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer !important;
}
#mpce-widgets-panel .mpce-widget-item-wrapper .mpce-widget-name,
#mpce-widgets-panel .mpce-widget-item-wrapper .mpce-widget-name:hover {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  margin: 10px 0 0 0 !important;
  cursor: pointer !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
#mpce-widgets-panel .mpce-widget-item-wrapper:hover {
  background-color: #ffffff !important;
}
#mpce-widgets-panel .mpce-widget-item-wrapper:hover .mpce-widget-item {
  background-color: #ffffff !important;
}
#mpce-sections-filter-wrapper .mpce-sections-category-filter {
  float: right;
}
#mpce-sections-panel {
  padding-left: 13px;
  padding-right: 13px;
}
#mpce-sections-panel ul.mpce-sections-list {
  margin-left: -5px;
  margin-right: -5px;
}
#mpce-sections-panel .mpce-section-item-wrapper {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer !important;
}
#mpce-sections-panel .mpce-section-item-wrapper.mpce-section-item-wrapper-hidden {
  display: none;
}
#mpce-sections-panel .mpce-section-item-wrapper .mpce-section-item {
  text-align: center;
  padding: 10px 5px;
  color: #202020 !important;
}
#mpce-sections-panel .mpce-section-item-wrapper .mpce-section-item:hover {
  color: #4787ed !important;
  background-color: #ffffff !important;
}
#mpce-sections-panel .mpce-section-item-wrapper .mpce-section-icon,
#mpce-sections-panel .mpce-section-item-wrapper .mpce-section-icon:hover {
  display: inline-block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer !important;
  color: #969696;
}
#mpce-sections-panel .mpce-section-item-wrapper .mpce-section-name,
#mpce-sections-panel .mpce-section-item-wrapper .mpce-section-name:hover {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  margin: 5px 0 0 0 !important;
  cursor: pointer !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.motopress-dialog.ui-dialog {
  position: fixed !important;
  overflow: hidden !important;
  background-color: #f7f7f7 !important;
  z-index: 3 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: start !important;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.motopress-dialog.ui-dialog.motopress-dialog-minimized {
  top: 42px !important;
  right: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  border-radius: 0 !important;
}
.motopress-dialog.ui-dialog.motopress-dialog-minimized .ui-dialog-content.ui-widget-content {
  height: -moz-calc(100% - 39px) !important;
  height: -webkit-calc(100% - 39px) !important;
  height: calc(100% - 39px) !important;
}
.motopress-dialog.ui-dialog.motopress-dialog-minimized .ui-dialog-titlebar {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.motopress-dialog.ui-dialog .ui-helper-clearfix {
  zoom: 1 !important;
}
.motopress-dialog.ui-dialog .ui-helper-clearfix:before,
.motopress-dialog.ui-dialog .ui-helper-clearfix:after {
  content: '' !important;
  display: table !important;
}
.motopress-dialog.ui-dialog .ui-helper-clearfix:after {
  clear: both !important;
}
.motopress-dialog.ui-dialog .ui-widget-header {
  background-color: #393b45;
  border: none !important;
  color: #cccccc !important;
  font-family: 'Arial' !important;
  font-size: 12px !important;
  font-weight: normal !important;
  margin: 1px !important;
}
.motopress-dialog.ui-dialog .ui-widget-header > .ui-dialog-title {
  font-size: 12px !important;
}
.motopress-dialog.ui-dialog.ui-widget-content {
  border: none !important;
  background-color: #f7f7f7 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar {
  padding: 8px 9px 8px 9px !important;
  margin: 0 !important;
  position: relative !important;
  height: auto !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar.ui-corner-all {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore {
  position: absolute !important;
  top: 50% !important;
  margin: -9px 0 0 0 !important;
  padding: 1px !important;
  border: none !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat !important;
  border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  cursor: pointer !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 17px !important;
  height: 18px !important;
  min-height: 18px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close:hover,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize:hover,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore:hover,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close:active,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize:active,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore:active {
  outline: 1px solid #606060 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close:hover,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize:hover,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore:hover {
  background-color: transparent !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close:active,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize:active,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore:active {
  background-color: transparent !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close:before,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize:before,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore:before,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close:after,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize:after,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore:after {
  content: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-close {
  background-position: -34px -26px !important;
  right: 6px !important;
  font-size: 0;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize,
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore {
  right: 27px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-minimize {
  background-position: 0 -26px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-titlebar-restore {
  background-position: -17px -26px !important;
}
.motopress-dialog.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move !important;
}
.motopress-dialog.ui-dialog .ui-dialog-title {
  float: left !important;
  margin: 0 !important;
  line-height: 18px !important;
  width: 80% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-weight: bold;
}
.motopress-dialog.ui-dialog .ui-dialog-content {
  position: relative !important;
  overflow-y: auto !important;
  zoom: 1 !important;
  margin: 5px 0 0px !important;
  padding: 0 1px !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  max-height: 491px;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content input[button],
.motopress-dialog.ui-dialog .ui-dialog-content input[reset],
.motopress-dialog.ui-dialog .ui-dialog-content input[submit] {
  margin: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content button {
  margin: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content.ui-widget-content {
  border: none !important;
  background-color: #f7f7f7 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs {
  height: 100% !important;
  padding: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs.ui-widget-content {
  border: none !important;
  background-color: #f7f7f7 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs.ui-corner-all {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav {
  background-image: none !important;
  background-color: #f7f7f7 !important;
  -moz-box-shadow: 0 1px 0 0 #d8d8d8 !important;
  -webkit-box-shadow: 0 1px 0 0 #d8d8d8 !important;
  box-shadow: 0 1px 0 0 #d8d8d8 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav.ui-corner-all {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li {
  list-style: none !important;
  float: left !important;
  margin: 0 0 0 4px !important;
  border-left: 1px solid #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
  background: none !important;
  position: static !important;
  padding: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li.ui-corner-top {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 5px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li:focus {
  outline: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a {
  display: block !important;
  padding: 6px 20px !important;
  font-size: 12px !important;
  color: #6d6d6d !important;
  font-weight: bold !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a .motopress-settings-icon,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a .motopress-style-icon {
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat !important;
  float: left !important;
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a .motopress-settings-icon {
  background-position: 0 -44px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a .motopress-style-icon {
  background-position: -16px -44px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li a:focus {
  outline: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  moz-box-shadow: 0 1px 0 0 #f7f7f7, 0 2px 0 0 #f7f7f7 !important;
  -webkit-box-shadow: 0 1px 0 0 #f7f7f7, 0 2px 0 0 #f7f7f7 !important;
  box-shadow: 0 1px 0 0 #f7f7f7, 0 2px 0 0 #f7f7f7 !important;
  color: #404040 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
  color: #adadad !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a i {
  opacity: 0.5;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-panel {
  margin: 23px 0 5px !important;
  padding: 0 13px !important;
  overflow-y: auto !important;
  height: -moz-calc(100% - 60px) !important;
  height: -webkit-calc(100% - 60px) !important;
  height: calc(100% - 60px) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-dialog-tabs.ui-tabs .ui-tabs-panel.ui-widget-content {
  border: none !important;
  background-color: #f7f7f7 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container {
  height: 100% !important;
  padding: 0px 0px 0px 13px !important;
  box-sizing: border-box !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms {
  box-sizing: border-box !important;
  height: 100% !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper {
  box-sizing: border-box !important;
  max-height: 36px !important;
  padding-left: 3px !important;
  padding-bottom: 9px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: 36px !important;
  height: 36px !important;
  outline: none !important;
  transition: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a[data-state] {
  background-image: url('../../../images/ce/dialogIcon.png?ver=3.0.7') !important;
  background-repeat: no-repeat !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a[data-state="up"] {
  background-position: -1px -259px;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a[data-state="tablet"] {
  background-position: -39px -259px;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a[data-state="mobile"] {
  background-position: -1px -297px;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a[data-state="hover"] {
  background-position: -77px -259px;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a:hover,
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a.motopress-ce-style-editor-state-active,
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a.motopress-ce-style-editor-sub-state-active {
  border-bottom: 3px solid #4787ed !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-states-wrapper a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-actions-wrapper {
  box-sizing: border-box !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content #motopress-style-editor-container .motopress-style-editor-forms .motopress-ce-style-editor-properties-wrapper {
  box-sizing: border-box !important;
  height: -moz-calc(100% - 87px) !important;
  height: -webkit-calc(100% - 87px) !important;
  height: calc(100% - 87px) !important;
  width: 100% !important;
  overflow-y: auto !important;
  background-color: #f7f7f7 !important;
  padding: 10px 10px 10px 0;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] {
  position: relative !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter][data-motopress-disabled="true"]:not([data-motopress-grouped="true"]) > :not(.motopress-property-disabled):not(.popover) {
  opacity: 0.5 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter][data-motopress-disabled="true"]:not([data-motopress-grouped="true"]) .motopress-property-label:after {
  content: '' !important;
  display: inline-block !important;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAMCAYAAAB1Lg0yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1QkMwN0ZCQTVFNDExRTNBREM2Q0NBNEY1M0YyNjkxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1QkMwN0ZDQTVFNDExRTNBREM2Q0NBNEY1M0YyNjkxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjVCQzA3RjlBNUU0MTFFM0FEQzZDQ0E0RjUzRjI2OTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjVCQzA3RkFBNUU0MTFFM0FEQzZDQ0E0RjUzRjI2OTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/gQnkAAABuElEQVR42oRUvWoCQRC+847oemlT5Q0s8grCXZXSKoVPYB4gENLlCXyD2JgqkEawUkgb0uobBAKCEtCcHujl+05XxuHOGxhmd3Z2fr6dWTdNU8fSZDIxruv2K5VKi/vtdhtjb2gD6WiCXSZ3u52TR/LeYf2NZQ/87Kugg1qtFtbrdWtM3cllknLmyOQtWb08h7yO4/hpvV57LpXT6dRAfxK0iMqCSmRkoiK4s1gsZj6DYjMwxoRBEDjIJmPCWK1WM5ZBRqPR0XEURZkcj8dHXRiGx7XVWzuR1BUf6YVBWelqtSK/4W1vkiSJlsvlJ5PQROd0ppOg3gaj1HYSHd/zvDsGpRJBfqFrNxqNhIdA436z2XzZqnXjaOg13EVPQZ2vOvYiz7kmW1UerFInfeve8DEK74C3xarRXAZd10WlDzC4hEGX1ers6dzupU5CnDdaMgGOUxsQDyGbDI6DDvYd2VxlM5pH8r01ClkCYpyGqLjJzj43l2Ujdm6WKfnZzOfzWfb1oJliiFtU+sHOLnJURBZy+Z55aDAonpLLniudHyrv41Ir3dMf1kHRj6VRKIMf9AN+BT/+CzAAuwdHYtcq6x0AAAAASUVORK5CYII=') no-repeat !important;
  width: 30px !important;
  height: 12px !important;
  position: relative !important;
  top: 2px !important;
  margin-left: 6px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter][data-motopress-disabled="true"][data-motopress-grouped="true"] .motopress-property-button-wrapper {
  opacity: 0.5 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter][data-motopress-disabled="true"][data-motopress-grouped="true"] .motopress-property-button-wrapper > .motopress-property-button-default:after {
  content: '' !important;
  display: inline-block !important;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAMCAYAAAB1Lg0yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1QkMwN0ZCQTVFNDExRTNBREM2Q0NBNEY1M0YyNjkxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1QkMwN0ZDQTVFNDExRTNBREM2Q0NBNEY1M0YyNjkxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjVCQzA3RjlBNUU0MTFFM0FEQzZDQ0E0RjUzRjI2OTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjVCQzA3RkFBNUU0MTFFM0FEQzZDQ0E0RjUzRjI2OTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/gQnkAAABuElEQVR42oRUvWoCQRC+847oemlT5Q0s8grCXZXSKoVPYB4gENLlCXyD2JgqkEawUkgb0uobBAKCEtCcHujl+05XxuHOGxhmd3Z2fr6dWTdNU8fSZDIxruv2K5VKi/vtdhtjb2gD6WiCXSZ3u52TR/LeYf2NZQ/87Kugg1qtFtbrdWtM3cllknLmyOQtWb08h7yO4/hpvV57LpXT6dRAfxK0iMqCSmRkoiK4s1gsZj6DYjMwxoRBEDjIJmPCWK1WM5ZBRqPR0XEURZkcj8dHXRiGx7XVWzuR1BUf6YVBWelqtSK/4W1vkiSJlsvlJ5PQROd0ppOg3gaj1HYSHd/zvDsGpRJBfqFrNxqNhIdA436z2XzZqnXjaOg13EVPQZ2vOvYiz7kmW1UerFInfeve8DEK74C3xarRXAZd10WlDzC4hEGX1ers6dzupU5CnDdaMgGOUxsQDyGbDI6DDvYd2VxlM5pH8r01ClkCYpyGqLjJzj43l2Ujdm6WKfnZzOfzWfb1oJliiFtU+sHOLnJURBZy+Z55aDAonpLLniudHyrv41Ir3dMf1kHRj6VRKIMf9AN+BT/+CzAAuwdHYtcq6x0AAAAASUVORK5CYII=') no-repeat !important;
  width: 30px !important;
  height: 12px !important;
  position: absolute !important;
  top: 14px !important;
  margin-left: 14px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter]:first-child[data-motopress-disabled="true"]:not([data-motopress-grouped="true"]) {
  margin-top: 44px;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter]:first-child[data-motopress-disabled="true"][data-motopress-grouped="true"] .motopress-property-group-accordion:empty {
  margin-top: 44px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 7 !important;
  display: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 255px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 12px !important;
  padding: 0px !important;
  border: 1px solid #cacaca !important;
  background-color: #ffffff !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .arrow,
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .arrow:after {
  position: absolute !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-color: transparent !important;
  border-style: solid !important;
  margin-left: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .arrow:after {
  content: "" !important;
  z-index: -1 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover.top {
  margin-top: -10px !important;
  margin-bottom: 10px;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover.top .arrow {
  bottom: -10px !important;
  left: 50% !important;
  margin-left: -10px !important;
  border-width: 10px 10px 0 !important;
  border-top-color: #ffffff !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover.top .arrow:after {
  border-width: 11px 11px 0 !important;
  border-top-color: #d8d8d8 !important;
  bottom: -1px !important;
  left: -11px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .popover-content {
  padding: 10px !important;
  font-family: Arial, sans-serif !important;
  color: #626262 !important;
  text-align: center !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .popover-content p,
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .popover-content ul,
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover .popover-content ol {
  margin-bottom: 0;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .popover h3 {
  display: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
  padding: 0 !important;
  vertical-align: middle !important;
  line-height: 0;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner .ui-icon {
  display: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner-button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  background: #f0f0f0 url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 0 !important;
  width: 22px !important;
  height: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  cursor: default !important;
  display: block !important;
  overflow: hidden !important;
  right: 0 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner-button:hover {
  background-color: #e3e3e3 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner-up {
  top: 0 !important;
  border-bottom: none !important;
  -moz-box-shadow: inset 0 -1px 0 0 #dbdbdb !important;
  -webkit-box-shadow: inset 0 -1px 0 0 #dbdbdb !important;
  box-shadow: inset 0 -1px 0 0 #dbdbdb !important;
  background-position: 0 -140px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner-up:hover {
  background-position: -44px -140px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner-down {
  bottom: 0 !important;
  border-top: none !important;
  background-position: -22px -140px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter] .ui-spinner-down:hover {
  background-position: -66px -140px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content [data-motopress-parameter]:last-child hr {
  display: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-buttonpane {
  background-color: #f5f5f5 !important;
  text-align: left !important;
  border-top: 1px solid #ddd !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  -webkit-box-shadow: inset 0 1px 0 #fff !important;
  -moz-box-shadow: inset 0 1px 0 #fff !important;
  box-shadow: inset 0 1px 0 #fff !important;
  padding: 14px 15px 15px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right !important;
}
.motopress-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + button {
  margin-left: 5px !important;
}
.motopress-dialog.ui-dialog .ui-resizable-se {
  width: 11px !important;
  height: 11px !important;
  right: 1px !important;
  bottom: 1px !important;
}
.motopress-dialog-absolute {
  position: absolute !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content,
.motopress-modal {
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-legend,
.motopress-modal .motopress-property-legend,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-label,
.motopress-modal .motopress-property-label,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-description,
.motopress-modal .motopress-property-description,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input,
.motopress-modal .motopress-property-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video,
.motopress-modal .motopress-property-video,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-textarea,
.motopress-modal .motopress-property-textarea,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link-input,
.motopress-modal .motopress-property-link-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio-title,
.motopress-modal .motopress-property-audio-title,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media-title,
.motopress-modal .motopress-property-media-title,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker-input,
.motopress-modal .motopress-property-datetime-picker-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video-url,
.motopress-modal .motopress-property-video-url,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-spinner,
.motopress-modal .motopress-property-spinner,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin,
.motopress-modal .motopress-property-margin,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-select-multiple,
.motopress-modal .motopress-property-select-multiple,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media,
.motopress-modal .motopress-property-media,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker,
.motopress-modal .motopress-property-icon-picker,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-preset-select,
.motopress-modal .motopress-property-preset-select {
  text-align: left !important;
  font-family: Arial, sans-serif !important;
  width: 100% !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-choices,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-choices {
  background: none !important;
  border: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor.select2-dropdown-open .select2-choices,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor.select2-dropdown-open .select2-choices,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor.select2-container-active .select2-choices,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor.select2-container-active .select2-choices {
  box-shadow: none !important;
  border: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-field,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-field {
  margin-left: 2px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-field input,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-field input {
  height: 15px !important;
  margin-top: 3px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-choice,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-choice {
  cursor: pointer !important;
  border-radius: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-choice:hover,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-choice:hover {
  border-color: #909090 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-choice > div,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-choice > div {
  padding: 1px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-choice.select2-locked,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-choice.select2-locked {
  cursor: pointer;
  background: #4787ed !important;
  border: #3079ed 1px solid;
  color: #fff !important;
  box-shadow: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.ce_ctrl_style_editor .select2-search-choice .select2-search-choice-close,
.motopress-modal .motopress-property-input.ce_ctrl_style_editor .select2-search-choice .select2-search-choice-close {
  left: 6px !important;
  top: 7px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.motopress-select2 .select2-choices,
.motopress-modal .motopress-property-input.motopress-select2 .select2-choices {
  background: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 5px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.motopress-select2 .select2-choices .select2-search-choice,
.motopress-modal .motopress-property-input.motopress-select2 .select2-choices .select2-search-choice {
  box-shadow: none;
  background: #fff;
  border-radius: 0px;
  padding: 6px 8px 6px 18px;
  margin: 2px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.motopress-select2 .select2-choices .select2-search-choice.select2-locked,
.motopress-modal .motopress-property-input.motopress-select2 .select2-choices .select2-search-choice.select2-locked {
  padding: 6px 8px 6px 8px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-textarea,
.motopress-modal .motopress-property-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px !important;
  font-size: 14px !important;
  color: #1b1b1b !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-label,
.motopress-modal .motopress-property-label {
  display: block !important;
  font-weight: normal !important;
  line-height: 18px !important;
  font-size: 12px !important;
  color: #444444 !important;
  margin: 0 0 5px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-label.motopress-property-checkbox-label,
.motopress-modal .motopress-property-label.motopress-property-checkbox-label {
  position: relative !important;
  width: auto !important;
  cursor: pointer !important;
  padding-left: 28px !important;
  line-height: 18px !important;
  font-size: 14px !important;
  color: #1B1B1B !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-label.motopress-property-checkbox-label:before,
.motopress-modal .motopress-property-label.motopress-property-checkbox-label:before {
  position: absolute !important;
  display: inline-block !important;
  content: '' !important;
  left: 0 !important;
  width: 19px !important;
  height: 19px !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat 0 -174px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-legend,
.motopress-modal .motopress-property-legend,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-description,
.motopress-modal .motopress-property-description {
  display: block !important;
  line-height: 16px !important;
  font-size: 12px !important;
  color: #777777 !important;
  margin: 7px 0 0 !important;
  font-style: italic;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-legend a,
.motopress-modal .motopress-property-legend a,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-description a,
.motopress-modal .motopress-property-description a {
  color: #606060 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-legend,
.motopress-modal .motopress-property-legend {
  margin: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input,
.motopress-modal .motopress-property-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video,
.motopress-modal .motopress-property-video,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link-input,
.motopress-modal .motopress-property-link-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio-title,
.motopress-modal .motopress-property-audio-title,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media-title,
.motopress-modal .motopress-property-media-title,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker-input,
.motopress-modal .motopress-property-datetime-picker-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video-url,
.motopress-modal .motopress-property-video-url,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-spinner,
.motopress-modal .motopress-property-spinner,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media,
.motopress-modal .motopress-property-media {
  display: inline-block !important;
  line-height: 18px !important;
  font-size: 14px !important;
  color: #1b1b1b !important;
  margin: 0 !important;
  padding: 6px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: auto !important;
  vertical-align: middle !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.motopress-property-checkbox-input,
.motopress-modal .motopress-property-input.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video.motopress-property-checkbox-input,
.motopress-modal .motopress-property-video.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link-input.motopress-property-checkbox-input,
.motopress-modal .motopress-property-link-input.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio-title.motopress-property-checkbox-input,
.motopress-modal .motopress-property-audio-title.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media-title.motopress-property-checkbox-input,
.motopress-modal .motopress-property-media-title.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker-input.motopress-property-checkbox-input,
.motopress-modal .motopress-property-datetime-picker-input.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video-url.motopress-property-checkbox-input,
.motopress-modal .motopress-property-video-url.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-spinner.motopress-property-checkbox-input,
.motopress-modal .motopress-property-spinner.motopress-property-checkbox-input,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media.motopress-property-checkbox-input,
.motopress-modal .motopress-property-media.motopress-property-checkbox-input {
  float: left !important;
  width: auto !important;
  display: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-input.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-video.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link-input.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-link-input.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio-title.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-audio-title.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media-title.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-media-title.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker-input.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-datetime-picker-input.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-video-url.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-video-url.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-spinner.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-spinner.motopress-property-checkbox-input:checked + label:before,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-media.motopress-property-checkbox-input:checked + label:before,
.motopress-modal .motopress-property-media.motopress-property-checkbox-input:checked + label:before {
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat -19px -174px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-image,
.motopress-modal .motopress-property-image {
  display: inline-block !important;
  position: relative !important;
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  padding: 4px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-image .motopress-thumbnail-crop,
.motopress-modal .motopress-property-image .motopress-thumbnail-crop {
  width: 128px !important;
  height: 120px !important;
  overflow: hidden !important;
  cursor: pointer !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-image .motopress-thumbnail-crop .motopress-thumbnail,
.motopress-modal .motopress-property-image .motopress-thumbnail-crop .motopress-thumbnail {
  max-width: none !important;
  max-height: 120px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-image .motopress-image-tools,
.motopress-modal .motopress-property-image .motopress-image-tools {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  background-color: #404040 !important;
  padding: 5px 7px !important;
  height: 18px !important;
  width: 14px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-image .motopress-image-tools .motopress-icon-trash:hover,
.motopress-modal .motopress-property-image .motopress-image-tools .motopress-icon-trash:hover {
  cursor: pointer !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-image .motopress-image-disabled,
.motopress-modal .motopress-property-image .motopress-image-disabled {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-default,
.motopress-modal .motopress-property-button-default {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: none !important;
  cursor: pointer !important;
  border-radius: 3px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  line-height: normal !important;
  padding: 4px 12px 4px 12px !important;
  display: inline-block !important;
  height: 30px !important;
  background: #f0f0f0 !important;
  color: #5f5f5f !important;
  border: #d8d8d8 1px solid !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-default.motopress-hide,
.motopress-modal .motopress-property-button-default.motopress-hide {
  display: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-default:hover,
.motopress-modal .motopress-property-button-default:hover {
  border: #c6c6c6 1px solid !important;
  -moz-box-shadow: 1px 1px 0px #ededed !important;
  -webkit-box-shadow: 1px 1px 0px #ededed !important;
  box-shadow: 1px 1px 0px #ededed !important;
  color: #505050;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-default:active,
.motopress-modal .motopress-property-button-default:active,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-default.active,
.motopress-modal .motopress-property-button-default.active {
  border: #bdbdbd 1px solid !important;
  background: #e2e2e2 !important;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dedede 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dedede)) !important;
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dedede 100%) !important;
  background: -o-linear-gradient(top, #e5e5e5 0%, #dedede 100%) !important;
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dedede 100%) !important;
  background: linear-gradient(to bottom, #e5e5e5 0%, #dedede 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dedede', GradientType=0) !important;
  box-shadow: inset 0 0 4px 1px #d4d4d4 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-default:disabled,
.motopress-modal .motopress-property-button-default:disabled {
  border: #e8e8e8 1px solid !important;
  color: #9f9f9f !important;
  background: #f6f6f6 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-button-wrapper,
.motopress-modal .motopress-property-button-wrapper {
  position: relative !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio,
.motopress-modal .motopress-property-audio {
  position: relative;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio .motopress-property-audio-title,
.motopress-modal .motopress-property-audio .motopress-property-audio-title {
  padding-right: 30px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-audio .motopress-property-button-default,
.motopress-modal .motopress-property-audio .motopress-property-button-default {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAFElEQVQImWNgYGD4D8UwgJNPlEIA2IcL9WRzgQMAAAAASUVORK5CYII=") center center no-repeat #f0f0f0 !important;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 0px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link,
.motopress-modal .motopress-property-link {
  position: relative;
  line-height: normal !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link .motopress-property-link-input,
.motopress-modal .motopress-property-link .motopress-property-link-input {
  padding-right: 30px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-link .motopress-property-button-default,
.motopress-modal .motopress-property-link .motopress-property-button-default {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAFElEQVQImWNgYGD4D8UwgJNPlEIA2IcL9WRzgQMAAAAASUVORK5CYII=") center center no-repeat #fafafa !important;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 0px !important;
  height: 32px !important;
  width: 28px !important;
  box-sizing: border-box !important;
  vertical-align: bottom !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-textarea-tinymce .motopress-property-textarea,
.motopress-modal .motopress-property-textarea-tinymce .motopress-property-textarea {
  margin-bottom: 10px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-color-picker-preview,
.motopress-modal .motopress-property-color-picker-preview {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  vertical-align: middle !important;
  border: 1px solid #dbdbdb !important;
  border-right-width: 0 !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -moz-box-shadow: 0 0 0 1px #fff !important;
  -webkit-box-shadow: 0 0 0 1px #fff !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-color-picker .motopress-property-input,
.motopress-modal .motopress-property-color-picker .motopress-property-input {
  width: 80px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group-accordion-item,
.motopress-modal .motopress-property-group-accordion-item {
  margin-bottom: 6px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header {
  display: block !important;
  position: relative !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  height: 42px !important;
  line-height: 42px !important;
  min-height: 0 !important;
  box-sizing: content-box !important;
  background-image: none !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #dcdcdc !important;
  box-shadow: inset 0 0 0 1px #f7f7f7 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 13px !important;
  color: #626262 !important;
  cursor: pointer !important;
  text-transform: none !important;
  text-align: left !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header.ui-state-active,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header.ui-state-active,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header.ui-state-hover,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header.ui-state-hover {
  background-color: #e9e9e9 !important;
  border: 1px solid #cecece !important;
  box-shadow: inset 0 0 0 1px #efefef !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-label-text,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-label-text {
  display: inline-block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: -moz-calc(100% - 55px) !important;
  max-width: -webkit-calc(100% - 55px) !important;
  max-width: calc(100% - 55px) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-btn,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-btn {
  position: absolute !important;
  top: 0 !important;
  width: 23px !important;
  height: 100% !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate i,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate i,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove i,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove i {
  font-weight: normal;
  color: inherit;
  font-size: 13px;
  opacity: 0.8;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate:hover i,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate:hover i,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove:hover i,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove:hover i {
  color: #212121;
  opacity: 1;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-duplicate {
  right: 26px !important;
  padding-left: 5px;
  border-left: 1px solid #dcdcdc;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .motopress-property-group-accordion-item-remove {
  right: 3px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-header .ui-accordion-header-icon,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background: transparent url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat -5px -6px !important;
  width: 6px !important;
  height: 15px !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  margin-top: -8px !important;
  margin-left: 6px !important;
  cursor: move !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-icons,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-icons {
  padding-left: 20px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-icons .ui-accordion-icons,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-noicons,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-noicons {
  padding-left: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group .ui-accordion .ui-accordion-content,
.motopress-modal .motopress-property-group .ui-accordion .ui-accordion-content {
  padding: 12px 9px 18px !important;
  background-color: #f6f5f5 !important;
  border: 1px solid #e7e7e7 !important;
  border-bottom: 3px solid #cecece !important;
  border-top: 0 !important;
  overflow: auto !important;
  overflow-y: hidden !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-group > .motopress-property-button-wrapper > .motopress-property-button-default,
.motopress-modal .motopress-property-group > .motopress-property-button-wrapper > .motopress-property-button-default {
  margin-top: 4px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider,
.motopress-modal .motopress-property-slider .ui-slider {
  display: inline-block;
  width: -moz-calc(100% - 60px) !important;
  width: -webkit-calc(100% - 60px) !important;
  width: calc(100% - 60px) !important;
  background-color: #e4e4e4 !important;
  height: 6px !important;
  position: relative !important;
  text-align: left !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: 1px 1px 0px 0px #fdfcfc !important;
  -moz-box-shadow: 1px 1px 0px 0px #fdfcfc !important;
  box-shadow: 1px 1px 0px 0px #fdfcfc !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-left: 5px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider .ui-slider-handle,
.motopress-modal .motopress-property-slider .ui-slider .ui-slider-handle {
  position: absolute !important;
  z-index: 2 !important;
  width: 19px !important;
  height: 19px !important;
  outline: none !important;
  cursor: pointer !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,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) !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider .ui-slider-handle.ui-state-hover,
.motopress-modal .motopress-property-slider .ui-slider .ui-slider-handle.ui-state-hover,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider .ui-slider-handle.ui-state-active,
.motopress-modal .motopress-property-slider .ui-slider .ui-slider-handle.ui-state-active {
  background-image: url(data:image/png;base64,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) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider .ui-slider-range,
.motopress-modal .motopress-property-slider .ui-slider .ui-slider-range {
  position: absolute !important;
  z-index: 1 !important;
  display: block !important;
  border: 0 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background-position: 0 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider .ui-slider-range.ui-widget-header,
.motopress-modal .motopress-property-slider .ui-slider .ui-slider-range.ui-widget-header {
  background-image: none !important;
  background-color: #bdbdbd !important;
  border: none !important;
  margin: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.motopress-modal .motopress-property-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider.ui-state-disabled .ui-slider-range,
.motopress-modal .motopress-property-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider-horizontal .ui-slider-handle,
.motopress-modal .motopress-property-slider .ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
  margin-left: -10px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider-horizontal .ui-slider-range,
.motopress-modal .motopress-property-slider .ui-slider-horizontal .ui-slider-range {
  top: 0 !important;
  height: 100% !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .ui-slider-horizontal .ui-slider-range-min,
.motopress-modal .motopress-property-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-slider .motopress-property-slider-value,
.motopress-modal .motopress-property-slider .motopress-property-slider-value {
  font-family: arial, sans-serif !important;
  font-size: 14px !important;
  color: #626262 !important;
  margin-left: 12px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons,
.motopress-modal .motopress-property-radio-buttons {
  margin-top: 10px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-helper-hidden-accessible,
.motopress-modal .motopress-property-radio-buttons .ui-helper-hidden-accessible {
  display: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button,
.motopress-modal .motopress-property-radio-buttons .ui-button {
  display: inline-block !important;
  position: relative !important;
  margin-right: 3px !important;
  margin-bottom: 3px !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  text-align: center !important;
  overflow: visible !important;
  color: #5d5d5d !important;
  border: none !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  height: 26px !important;
  font-weight: normal !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button,
.motopress-modal .motopress-property-radio-buttons .ui-button,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button:link,
.motopress-modal .motopress-property-radio-buttons .ui-button:link,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button:visited,
.motopress-modal .motopress-property-radio-buttons .ui-button:visited,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button:hover,
.motopress-modal .motopress-property-radio-buttons .ui-button:hover,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button:active,
.motopress-modal .motopress-property-radio-buttons .ui-button:active {
  text-decoration: none !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button:hover,
.motopress-modal .motopress-property-radio-buttons .ui-button:hover {
  background-color: #eeeeee !important;
  color: #343434 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button.ui-state-active,
.motopress-modal .motopress-property-radio-buttons .ui-button.ui-state-active,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button:active,
.motopress-modal .motopress-property-radio-buttons .ui-button:active {
  background: #fefefe !important;
  -webkit-box-shadow: 0px 0px 0px 1px #d8d8d8 inset !important;
  -moz-box-shadow: 0px 0px 0px 1px #d8d8d8 inset !important;
  box-shadow: 0px 0px 0px 1px #d8d8d8 inset !important;
  color: #343434 !important;
  border: none !important;
  box-sizing: border-box !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button .ui-button-text,
.motopress-modal .motopress-property-radio-buttons .ui-button .ui-button-text {
  display: block;
  line-height: 13px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button-text-only .ui-button-text,
.motopress-modal .motopress-property-radio-buttons .ui-button-text-only .ui-button-text {
  font-family: arial, sans-serif !important;
  font-size: 13px !important;
  padding: 6px 10px 7px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button-text-only.ui-state-active .ui-button-text,
.motopress-modal .motopress-property-radio-buttons .ui-button-text-only.ui-state-active .ui-button-text,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons .ui-button-text-only:active .ui-button-text,
.motopress-modal .motopress-property-radio-buttons .ui-button-text-only:active .ui-button-text {
  padding: 6px 8px 7px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons input.ui-button::-moz-focus-inner,
.motopress-modal .motopress-property-radio-buttons input.ui-button::-moz-focus-inner,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-radio-buttons button.ui-button::-moz-focus-inner,
.motopress-modal .motopress-property-radio-buttons button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-spinner.ui-spinner-input,
.motopress-modal .motopress-property-spinner.ui-spinner-input {
  margin-right: 23px !important;
  width: 60px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker,
.motopress-modal .motopress-property-icon-picker {
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector {
  position: relative;
  width: 80px;
  height: auto;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid #dbdbdb !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector .selected-icon,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector .selected-icon {
  display: block;
  width: 60px;
  height: 100%;
  min-height: 38px;
  float: left;
  text-align: center;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector .selected-icon i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector .selected-icon i {
  color: #000 !important;
  font-size: 18px;
  line-height: normal;
  padding: 10px 0;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-button,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-button i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-button i {
  display: inline-block !important;
  position: absolute;
  top: auto;
  right: 10px;
  width: 0 !important ;
  height: 0 !important ;
  vertical-align: top !important ;
  border-top: 4px solid #000000 !important;
  border-right: 4px solid transparent !important ;
  border-left: 4px solid transparent !important ;
  content: "" !important;
  margin-top: 16px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selected-icon,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selected-icon {
  display: block;
  width: 60px;
  height: 100%;
  float: left;
  text-align: center;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selected-icon i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selected-icon i {
  line-height: 40px;
  font-size: 18px;
  cursor: default;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-popup,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-popup {
  position: relative;
  z-index: 10000;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  text-shadow: none !important;
  padding: 5px;
  height: auto;
  width: 100%;
  margin-top: 2px;
  box-sizing: border-box;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-popup .selector-search input[type="text"],
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-popup .selector-search input[type="text"] {
  border: 0;
  height: 32px;
  line-height: 20px;
  padding: 5px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-search,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-search {
  position: relative;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-search i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-search i {
  position: absolute;
  right: 10px;
  top: 7px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .fip-icons-container,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .fip-icons-container {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  max-height: 183px;
  overflow-y: auto;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .fip-box,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .fip-box {
  display: inline-block;
  margin: 2px;
  width: 41px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
  height: 41px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .fip-box i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .fip-box i {
  font-size: 18px;
  line-height: 1em;
  padding: 10px;
  color: #000 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .fip-box.current-icon,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .fip-box.current-icon {
  background: #eee;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer {
  line-height: 12px;
  padding: 5px 5px 0 5px;
  text-align: center;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer i {
  font-size: 14px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-arrows,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-arrows {
  float: right;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-pages,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-pages {
  font-size: 11px;
  float: left;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-arrows i,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-arrows i {
  cursor: pointer;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer em,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .selector-footer em {
  font-style: italic;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-icon-picker.icons-selector.fip-mpce .icons-picker-error i:before,
.motopress-modal .motopress-property-icon-picker.icons-selector.fip-mpce .icons-picker-error i:before {
  color: #eee;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin,
.motopress-modal .motopress-property-margin {
  max-width: 100% !important;
  background-color: transparent !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none !important;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin *,
.motopress-modal .motopress-property-margin * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  font-size: 12px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin tr:hover .motopress-margin-icon,
.motopress-modal .motopress-property-margin tr:hover .motopress-margin-icon {
  border-color: #d7d7d7;
  background: #f8f8f8;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8)) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -o-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, linear-gradient(to bottom, #fff 0%, #f8f8f8 100%) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin tr:hover .motopress-margin-icon-top,
.motopress-modal .motopress-property-margin tr:hover .motopress-margin-icon-top {
  background-position: 0 -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin tr:hover .motopress-margin-icon-bottom,
.motopress-modal .motopress-property-margin tr:hover .motopress-margin-icon-bottom {
  background-position: -27px -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin tr:hover .motopress-margin-icon-left,
.motopress-modal .motopress-property-margin tr:hover .motopress-margin-icon-left {
  background-position: -54px -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin tr:hover .motopress-margin-icon-right,
.motopress-modal .motopress-property-margin tr:hover .motopress-margin-icon-right {
  background-position: -81px -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin tr:hover .motopress-margin-values,
.motopress-modal .motopress-property-margin tr:hover .motopress-margin-values {
  background-color: #e9e9e9 !important;
  color: #646464 !important;
  cursor: default;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td,
.motopress-modal .motopress-property-margin td {
  margin: 0 !important;
  padding: 0 0 1px 1px !important;
  border: none !important;
  font-size: 12px !important;
  text-align: center !important;
  color: #c9c9c9 !important;
  vertical-align: top !important;
  line-height: 29px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td:first-child,
.motopress-modal .motopress-property-margin td:first-child {
  width: 29px !important;
  line-height: 0 !important;
  padding-left: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td .motopress-margin-value,
.motopress-modal .motopress-property-margin td .motopress-margin-value {
  background-color: #efefef !important;
  padding: 0 2px !important;
  color: #1b1b1b !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td .motopress-margin-value[data-motopress-margin-active],
.motopress-modal .motopress-property-margin td .motopress-margin-value[data-motopress-margin-active] {
  background-color: #fff !important;
  -moz-box-shadow: inset 0 2px 0 0 #dbdbdb !important;
  -webkit-box-shadow: inset 0 2px 0 0 #dbdbdb !important;
  box-shadow: inset 0 0 0 1px #dbdbdb !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td .motopress-margin-values,
.motopress-modal .motopress-property-margin td .motopress-margin-values {
  min-width: 16px !important;
  padding: 0 2px !important;
  cursor: pointer !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td .motopress-margin-values:hover,
.motopress-modal .motopress-property-margin td .motopress-margin-values:hover {
  color: #d24836 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin td .motopress-margin-values[data-motopress-margin-disabled],
.motopress-modal .motopress-property-margin td .motopress-margin-values[data-motopress-margin-disabled] {
  color: #c9c9c9 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon,
.motopress-modal .motopress-property-margin .motopress-margin-icon {
  display: inline-block !important;
  width: 27px !important;
  height: 27px !important;
  border: 1px solid #eaeaea;
  -moz-box-shadow: inset 0 0 0 1px #fff !important;
  -webkit-box-shadow: inset 0 0 0 1px #fff !important;
  box-shadow: inset 0 0 0 1px #fff !important;
  background: #f7f7f7 !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f7f7f7)) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -o-linear-gradient(top, #fafafa 0%, #f7f7f7 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, linear-gradient(to bottom, #fafafa 0%, #f7f7f7 100%) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon-top,
.motopress-modal .motopress-property-margin .motopress-margin-icon-top {
  background-position: 0 -71px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon-bottom,
.motopress-modal .motopress-property-margin .motopress-margin-icon-bottom {
  background-position: -27px -71px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon-left,
.motopress-modal .motopress-property-margin .motopress-margin-icon-left {
  background-position: -54px -71px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon-right,
.motopress-modal .motopress-property-margin .motopress-margin-icon-right {
  background-position: -81px -71px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active],
.motopress-modal .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active] {
  border-color: #d7d7d7;
  background: #f8f8f8;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8)) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -o-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%) !important;
  background: url('../../../images/ce/dialogIcon.png?ver=3.0.7') no-repeat, linear-gradient(to bottom, #fff 0%, #f8f8f8 100%) !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-top,
.motopress-modal .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-top {
  background-position: 0 -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-bottom,
.motopress-modal .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-bottom {
  background-position: -27px -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-left,
.motopress-modal .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-left {
  background-position: -54px -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-right,
.motopress-modal .motopress-property-margin .motopress-margin-icon[data-motopress-margin-active].motopress-margin-icon-right {
  background-position: -81px -98px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper {
  position: relative;
  display: table;
  width: 100%;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul {
  padding: 0px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul table,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul table,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul th,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul th,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul td,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul td {
  border: none !important;
  font-family: monospace !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul td,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper ul td {
  padding: 0px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper input.form-control,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper input.form-control {
  display: table-cell;
  line-height: 18px !important;
  font-size: 14px !important;
  color: #1B1B1B !important;
  margin: 0px !important;
  box-sizing: border-box !important;
  height: auto !important;
  vertical-align: middle !important;
  padding: 6px !important;
  float: left;
  width: 100%;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper .input-group-addon,
.motopress-modal .motopress-property-datetime-picker .motopress-property-datetime-picker-wrapper .input-group-addon {
  text-align: center;
  vertical-align: middle;
  background: none repeat scroll 0% 0% #FFF;
  color: #333;
  top: 0px;
  right: 0px;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #DBDBDB;
  border-left: 0;
  width: 30px;
  display: table-cell;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget {
  top: 32px !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  text-shadow: none !important;
  z-index: 10000;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-clock-o,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-clock-o,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-chevron-up,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-chevron-up,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-chevron-down,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-chevron-down,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-calendar,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.fa-calendar {
  color: #444 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.active,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span.active {
  background-color: #444 !important;
  color: #fff !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span:hover,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td span:hover {
  background: #e6e6e6;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td.active,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td.active {
  background-color: #444 !important;
  color: #fff !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td.active:hover,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td.active:hover {
  color: #333 !important;
  color: #fff !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a {
  background-image: none !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a:hover,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a:hover {
  background-image: none !important;
  background-color: #e6e6e6 !important;
  border-color: transparent !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a[data-action],
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a[data-action] {
  padding: 0px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a span,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget table td a span {
  margin: 0px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget .list-unstyled li,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget .list-unstyled li {
  list-style: none;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100% !important;
  max-width: 230px;
  margin: 6px 0 !important;
  position: absolute;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  top: -7px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  top: -6px !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget .collapse,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget .collapse {
  height: 0px;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-datetime-picker .bootstrap-datetimepicker-widget .collapse.in,
.motopress-modal .motopress-property-datetime-picker .bootstrap-datetimepicker-widget .collapse.in {
  opacity: 1;
  height: inherit;
  position: relative;
  z-index: 99999;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-disabled,
.motopress-modal .motopress-property-disabled {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1001 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content select.motopress-property-icon-picker,
.motopress-modal select.motopress-property-icon-picker {
  float: right !important;
  margin: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content input,
.motopress-modal input,
.motopress-dialog.ui-dialog .ui-dialog-content textarea,
.motopress-modal textarea,
.motopress-dialog.ui-dialog .ui-dialog-content input:focus,
.motopress-modal input:focus,
.motopress-dialog.ui-dialog .ui-dialog-content textarea:focus,
.motopress-modal textarea:focus {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.motopress-dialog.ui-dialog .ui-dialog-content hr,
.motopress-modal hr {
  width: 100% !important;
  background-color: transparent !important;
  margin: 15px 0 !important;
}
div.motopress-bootstrap-dropdown {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  float: none !important;
  position: relative !important;
  font-size: 0 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}
div.motopress-bootstrap-dropdown.dropup,
div.motopress-bootstrap-dropdown.dropdown {
  position: relative !important;
}
div.motopress-bootstrap-dropdown .dropdown-toggle {
  *margin-bottom: -3px !important;
}
div.motopress-bootstrap-dropdown .dropdown-toggle:active,
div.motopress-bootstrap-dropdown.open .dropdown-toggle {
  outline: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
div.motopress-bootstrap-dropdown .caret {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  vertical-align: top !important;
  border-top: 4px solid #000000 !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  content: "" !important;
}
div.motopress-bootstrap-dropdown.dropdown .caret {
  margin-top: 8px !important;
  margin-left: 2px !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000 !important;
  display: none !important;
  float: left !important;
  min-width: 160px !important;
  padding: 5px 0 !important;
  margin: 2px 0 0 !important;
  list-style: none !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  *border-right-width: 2px !important;
  *border-bottom-width: 2px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu.open {
  z-index: 1002 !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu.pull-right {
  right: 0 !important;
  left: auto !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu .divider {
  *width: 100% !important;
  height: 1px !important;
  margin: 9px 1px !important;
  *margin: -5px 0 5px !important;
  overflow: hidden !important;
  background-color: #e5e5e5 !important;
  border-bottom: 1px solid #ffffff !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu a {
  display: block !important;
  padding: 3px 20px !important;
  clear: both !important;
  font-weight: normal !important;
  line-height: 20px !important;
  color: #333333 !important;
  white-space: nowrap !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu li > a:hover,
div.motopress-bootstrap-dropdown .dropdown-menu li > a:focus,
div.motopress-bootstrap-dropdown .dropdown-submenu:hover > a {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #0088cc !important;
  background-color: #0081c2 !important;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)) !important;
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3) !important;
  background-image: -o-linear-gradient(top, #0088cc, #0077b3) !important;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu .active > a,
div.motopress-bootstrap-dropdown .dropdown-menu .active > a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  outline: 0 !important;
  background-color: #0088cc !important;
  background-color: #0081c2 !important;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)) !important;
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3) !important;
  background-image: -o-linear-gradient(top, #0088cc, #0077b3) !important;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu .disabled > a,
div.motopress-bootstrap-dropdown .dropdown-menu .disabled > a:hover {
  color: #999999 !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu .disabled > a:hover {
  text-decoration: none !important;
  background-color: transparent !important;
  cursor: default !important;
}
div.motopress-bootstrap-dropdown.open {
  *z-index: 1000 !important;
}
div.motopress-bootstrap-dropdown.open > .dropdown-menu {
  display: block !important;
}
div.motopress-bootstrap-dropdown .pull-right > .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
div.motopress-bootstrap-dropdown.dropup .caret {
  border-top: 0 !important;
  border-bottom: 4px solid #000000 !important;
  content: "" !important;
}
div.motopress-bootstrap-dropdown.dropup .dropdown-menu {
  top: auto !important;
  bottom: 100% !important;
  margin-bottom: 1px !important;
}
div.motopress-bootstrap-dropdown .dropdown-submenu {
  position: relative !important;
}
div.motopress-bootstrap-dropdown .dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -6px !important;
  margin-left: -1px !important;
  -webkit-border-radius: 0 6px 6px 6px !important;
  -moz-border-radius: 0 6px 6px 6px !important;
  border-radius: 0 6px 6px 6px !important;
}
div.motopress-bootstrap-dropdown .dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}
div.motopress-bootstrap-dropdown .dropdown-submenu > a:after {
  display: block !important;
  content: " " !important;
  float: right !important;
  width: 0 !important;
  height: 0 !important;
  border-color: transparent !important;
  border-style: solid !important;
  border-width: 5px 0 5px 5px !important;
  border-left-color: #cccccc !important;
  margin-top: 5px !important;
  margin-right: -10px !important;
}
div.motopress-bootstrap-dropdown .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff !important;
}
div.motopress-bootstrap-dropdown .dropdown .dropdown-menu .nav-header {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
div.motopress-bootstrap-dropdown:after,
div.motopress-bootstrap-dropdown:before {
  content: '';
}
div.motopress-bootstrap-dropdown .dropdown-menu {
  background: none !important;
  border: none !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  position: absolute !important;
  top: 100% !important;
  float: left !important;
  list-style: none !important;
  list-style-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  margin-top: 2px !important;
  width: 100% !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu:after,
div.motopress-bootstrap-dropdown .dropdown-menu:before {
  content: '';
}
div.motopress-bootstrap-dropdown .dropdown-menu ul {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  position: static !important;
  list-style: none !important;
  padding: 0 !important;
  margin-right: 5px !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu ul:after,
div.motopress-bootstrap-dropdown .dropdown-menu ul:before {
  content: '';
}
@-moz-document url-prefix() {
  div.motopress-bootstrap-dropdown .dropdown-menu ul div.bootstrap-select.motopress-property-select > .dropdown-menu > ul {
    margin-right: 0px !important;
  }
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  position: static !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li:after,
div.motopress-bootstrap-dropdown .dropdown-menu ul li:before {
  content: '';
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  max-height: none !important;
  overflow: hidden !important;
  color: #000000 !important;
  line-height: 18px !important;
  text-align: auto !important;
  word-break: normal !important;
  text-align: left !important;
  word-spacing: normal !important;
  white-space: normal !important;
  unicode-bidi: normal !important;
  text-transform: none !important;
  text-shadow: none !important;
  text-indent: 0 !important;
  text-overflow: clip !important;
  word-wrap: normal !important;
  font-stretch: normal !important;
  font-family: arial, sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
  cursor: pointer !important;
  position: static !important;
  font-family: arial, serif !important;
  font-size: 12px !important;
  display: block !important;
  padding: 8px 9px !important;
  color: #3f3f3f !important;
  clear: both !important;
  font-weight: normal !important;
  line-height: 12px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a * {
  font-size: 12px !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a:after,
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a:before {
  content: '';
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a:hover,
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a:focus {
  cursor: pointer !important;
  background: #eeeeee !important;
  color: #3f3f3f !important;
}
div.motopress-bootstrap-dropdown .dropdown-menu ul li > a.motopress-dropdown-selected {
  background: #eeeeee !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dbdbdb !important;
  width: 100% !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  display: inline-block !important;
  padding: 7px 9px !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle:after,
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle:before {
  content: '';
}
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle .filter-option {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  color: #000000 !important;
  line-height: 18px !important;
  text-align: auto !important;
  word-break: normal !important;
  text-align: left !important;
  word-spacing: normal !important;
  white-space: normal !important;
  unicode-bidi: normal !important;
  text-transform: none !important;
  text-shadow: none !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  text-overflow: clip !important;
  word-wrap: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
  max-height: none !important;
  overflow: visible !important;
  float: left !important;
  overflow: hidden !important;
  position: relative !important;
  right: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  top: auto !important;
  font-family: arial, sans-serif !important;
  font-size: 14px !important;
  cursor: pointer !important;
  line-height: 16px !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle .filter-option:after,
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle .filter-option:before {
  content: '';
}
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle .caret {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  clear: none !important;
  cursor: auto !important;
  float: none !important;
  margin: 0 !important;
  min-height: none !important;
  height: auto !important;
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
  opacity: 1 !important;
  outline: none !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  position: absolute !important;
  right: 9px !important;
  left: auto !important;
  bottom: auto !important;
  top: auto !important;
  cursor: pointer !important;
  margin-top: 6px !important;
  margin-left: 0 !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  vertical-align: top !important;
  border-top: 4px solid #000000 !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  content: "" !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle .caret:after,
div.motopress-bootstrap-dropdown.motopress-dropdown-select.bootstrap-select .btn.dropdown-toggle .caret:before {
  content: '';
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button {
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group {
  position: relative !important;
  *margin-left: 0.3em !important;
  font-size: 0 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group:first-child {
  *margin-left: 0 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn {
  vertical-align: bottom !important;
  outline: none !important;
  min-height: 0 !important;
  position: relative !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  background-image: none !important;
  display: inline-block !important;
  height: auto !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn + .btn {
  margin-left: -1px !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn:first-child {
  margin-left: 0 !important;
  -webkit-border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  -webkit-border-top-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  -moz-border-radius-topleft: 4px !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn:last-child,
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn.dropdown-toggle {
  -webkit-border-top-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  -webkit-border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  -moz-border-radius-topright: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn:hover,
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn:focus,
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn:active,
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn.active {
  z-index: 2 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .btn + .dropdown-toggle {
  *padding-top: 5px !important;
  padding-right: 8px !important;
  *padding-bottom: 5px !important;
  padding-left: 8px !important;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .dropdown-toggle:active,
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group.open .dropdown-toggle {
  outline: 0 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group.open .dropdown-toggle {
  background-image: none !important;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group.open .dropdown-toggle.btn {
  background-color: #e6e6e6;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.btn-group .caret {
  margin-top: 8px !important;
  margin-left: 0 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button button {
  background-color: #4787ed !important;
  border: 1px solid #3678ef !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: normal !important;
  font-weight: bold !important;
  text-transform: none !important;
  color: #fff !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button button.motopress-ce-style-editor-apply-button {
  padding: 8px 14px 8px 12px !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button button.dropdown-toggle {
  box-sizing: content-box !important;
  clear: none !important;
  cursor: pointer !important;
  float: none !important;
  height: auto !important;
  min-height: none !important;
  max-height: none !important;
  width: auto !important;
  min-width: none !important;
  max-width: none !important;
  opacity: 1 !important;
  outline: none !important;
  transform: none !important;
  vertical-align: bottom !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  visibility: visible !important;
  padding: 8px 10px !important;
  -webkit-box-shadow: inset 1px 0px 0px 0px #5f97ef !important;
  -moz-box-shadow: inset 1px 0px 0px 0px #5f97ef !important;
  box-shadow: inset 1px 0px 0px 0px #5f97ef !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button button.dropdown-toggle > .caret {
  margin-top: 4px !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button button.dropdown-toggle:before,
div.motopress-bootstrap-dropdown.motopress-dropdown-button button.dropdown-toggle:after {
  display: none !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button button:hover {
  background-color: #2c69c9 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button.open .dropdown-toggle {
  background-color: #2c69c9 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button .dropdown-menu {
  left: auto !important;
  width: auto !important;
  min-width: 120px !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button .dropdown-menu li > a {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  outline: none !important;
  text-decoration: none !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button .dropdown-menu li:not(.disabled) > a:hover,
div.motopress-bootstrap-dropdown.motopress-dropdown-button .dropdown-menu li:not(.disabled) > a:focus {
  background-color: #f1f1f1 !important;
  background-image: none !important;
  color: #333333 !important;
}
div.motopress-bootstrap-dropdown.motopress-dropdown-button .dropdown-menu li.disabled > a {
  background-color: none !important;
  background-image: none !important;
}
.motopress-property-select.color-select .color {
  float: left;
  height: 12px;
  margin-right: 10px;
  width: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.motopress-property-select.color-select .color.mp-button-default,
.motopress-property-select.color-select .color.motopress-btn-color-default,
.motopress-property-select.color-select .color.mp-text-color-default,
.motopress-property-select.color-select .color.mp-button-silver,
.motopress-property-select.color-select .color.motopress-btn-color-silver,
.motopress-property-select.color-select .color.mp-text-color-silver {
  background-color: #e1e1e1;
}
.motopress-property-select.color-select .color.mp-button-red,
.motopress-property-select.color-select .color.motopress-btn-color-red,
.motopress-property-select.color-select .color.mp-text-color-red {
  background-color: #e25441;
}
.motopress-property-select.color-select .color.mp-button-pink-dreams,
.motopress-property-select.color-select .color.motopress-btn-color-pink-dreams,
.motopress-property-select.color-select .color.mp-text-color-pink-dreams {
  background-color: #f78ebd;
}
.motopress-property-select.color-select .color.mp-button-warm,
.motopress-property-select.color-select .color.motopress-btn-color-warm,
.motopress-property-select.color-select .color.mp-text-color-warm {
  background-color: #ff8f1b;
}
.motopress-property-select.color-select .color.mp-button-hot-summer,
.motopress-property-select.color-select .color.motopress-btn-color-hot-summer,
.motopress-property-select.color-select .color.mp-text-color-hot-summer {
  background-color: #f8cc17;
}
.motopress-property-select.color-select .color.mp-button-olive-garden,
.motopress-property-select.color-select .color.motopress-btn-color-olive-garden,
.motopress-property-select.color-select .color.mp-text-color-olive-garden {
  background-color: #98d02c;
}
.motopress-property-select.color-select .color.mp-button-green-grass,
.motopress-property-select.color-select .color.motopress-btn-color-green-grass,
.motopress-property-select.color-select .color.mp-text-color-green-grass {
  background-color: #48ba27;
}
.motopress-property-select.color-select .color.mp-button-skyline,
.motopress-property-select.color-select .color.motopress-btn-color-skyline,
.motopress-property-select.color-select .color.mp-text-color-skyline {
  background-color: #0ec0ec;
}
.motopress-property-select.color-select .color.mp-button-aqua-blue,
.motopress-property-select.color-select .color.motopress-btn-color-aqua-blue,
.motopress-property-select.color-select .color.mp-text-color-aqua-blue {
  background-color: #2a8ce3;
}
.motopress-property-select.color-select .color.mp-button-violet,
.motopress-property-select.color-select .color.motopress-btn-color-violet,
.motopress-property-select.color-select .color.mp-text-color-violet {
  background-color: #a456e2;
}
.motopress-property-select.color-select .color.mp-button-dark-grey,
.motopress-property-select.color-select .color.motopress-btn-color-dark-grey,
.motopress-property-select.color-select .color.mp-text-color-dark-grey {
  background-color: #9a9a9a;
}
.motopress-property-select.color-select .color.mp-button-black,
.motopress-property-select.color-select .color.motopress-btn-color-black,
.motopress-property-select.color-select .color.mp-text-color-black {
  background-color: #373737;
}
.motopress-property-select.color-select .dropdown-toggle .color {
  height: 14px;
  width: 14px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input.select2-container {
  padding: 0 !important;
}
.motopress-select2-dropdown .select2-results {
  max-height: 300px;
  background-image: none !important;
  background-color: #fff !important;
  text-align: start !important;
}
.motopress-select2-dropdown .select2-results li {
  margin: 0 !important;
}
.motopress-select2-dropdown .select2-results .select2-result-label,
.motopress-select2-dropdown .select2-results .select2-no-results {
  font-size: 12px !important;
  line-height: 12px !important;
  font-family: arial, serif !important;
  padding: 15px 10px 7px 5px !important;
  color: #3f3f3f !important;
}
.motopress-select2-dropdown .select2-results .select2-no-results > p {
  margin: 0 !important;
}
.motopress-select2-dropdown .select2-results .select2-result-sub .select2-result-label {
  padding: 5px !important;
}
.motopress-select2-dropdown .select2-results .select2-result-sub .select2-result {
  background-color: #f6f6f6;
  display: inline-block;
  min-width: 50%;
  outline: 1px solid #fff;
}
.motopress-select2-dropdown .select2-results .select2-highlighted {
  cursor: pointer !important;
  background: #eeeeee !important;
  color: #3f3f3f !important;
}
.motopress-select2-dropdown .select2-results .select2-disabled {
  background: none;
  color: #aaaaaa;
}
.motopress-select2-dropdown .select2-results .select2-selected {
  display: none !important;
}
.motopress-select2-dropdown.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #fff !important;
}
.motopress-select2-dropdown.select2-drop-active {
  border-color: #fff !important;
}
.motopress-select2-dropdown.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #fff !important;
}
.motopress-select2-dropdown .select2-preview-icon {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -86px -131px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=3.0.7');
  vertical-align: middle;
}
div.motopress-select2-dropdown#select2-drop {
  z-index: 10007;
}
.motopress-select2.select2-container-active .select2-choice,
.motopress-select2.select2-container-active .select2-choices {
  border-color: #fff !important;
}
.motopress-select2.select2-dropdown-open .select2-choices,
.motopress-select2.select2-container-active .select2-choices {
  box-shadow: none !important;
  border: 1px solid #fff !important;
}
.motopress-select2.select2-dropdown-open.select2-drop-above .select2-choice,
.motopress-select2.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #fff !important;
}
.motopress-select2.select2-container-multi.select2-container-active .select2-choices {
  border-color: #fff !important;
}
.motopress-select2 .select2-choices .select2-search-field input {
  line-height: normal;
  height: 16px !important;
  box-sizing: content-box !important;
  font-size: 12px !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAFElEQVQImWNgYGD4D8UwgJNPlEIA2IcL9WRzgQMAAAAASUVORK5CYII=") center center no-repeat #fafafa !important;
  cursor: pointer;
  min-width: 30px;
}
.motopress-select2 .select2-choices .select2-search-choice div {
  font-size: 13px;
}
.motopress-select2 .select2-choices .select2-search-choice .select2-search-choice-close {
  transition: none !important;
  left: 4px;
  top: 6px;
}
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input[type="text"] .ce_ctrl_style_editor,
.motopress-dialog.ui-dialog .ui-dialog-content .motopress-property-input[type="text"] .ce_ctrl_select2 {
  display: none !important;
}
.select2-drop-mask {
  z-index: 10006;
}
#mpce-layout-chooser .mpce-layout-types-wrapper {
  list-style: none;
  margin: 0;
}
#mpce-layout-chooser .mpce-layout-type {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  height: 40px;
  padding: 0 10px;
  margin: 10px 0;
  cursor: pointer;
  float: left;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn {
  height: 100%;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-10 {
  width: 83.333%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-9 {
  width: 75%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-8 {
  width: 66.666%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-7 {
  width: 58.333%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-6 {
  width: 50%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-5 {
  width: 41.666%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-4 {
  width: 33.333%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-3 {
  width: 25%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-2 {
  width: 16.666%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn-1 {
  width: 8.333%;
}
#mpce-layout-chooser .mpce-layout-type .mpce-layout-type-clmn > span {
  background-color: #e7eaf0;
  height: 100%;
  display: block;
  margin: 0 2px;
  text-indent: -999em;
}
#mpce-layout-chooser .mpce-layout-type:hover .mpce-layout-type-clmn span,
#mpce-layout-chooser .mpce-layout-type.mpce-active-layout-type .mpce-layout-type-clmn span {
  background-color: #4787ed;
  color: #ffffff;
  text-indent: 0;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp {
  background: #fff;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  padding: 2px;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp.mce-arrow-down {
  margin-top: 73px;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp.mce-arrow-down:before {
  border-top-color: #d8d8d8;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp.mce-arrow-down:after {
  border-top-color: #fff;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp.mce-arrow-up {
  margin-top: 94px;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp.mce-arrow-up:before {
  border-top-color: #d8d8d8;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp.mce-arrow-up:after {
  border-bottom-color: #fff;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp .mce-toolbar .mce-btn button {
  padding: 3px 3px;
}
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-active,
.motopress-editor-open .mce-toolbar-grp.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover {
  background: #ebebeb;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
