@-webkit-keyframes rotato {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotato {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* WebKit and Opera browsers */
@-webkit-keyframes rotatoY {
  from {
    -webkit-transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(-360deg); } }

/* all other browsers */
@keyframes rotatoY {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg); } }

@-webkit-keyframes border_1_color {
  0% {
    background: #a9d917; }
  50% {
    background: #F4FE43; }
  100% {
    background: #01C1FA; } }

@keyframes border_1_color {
  0% {
    background: #a9d917; }
  50% {
    background: #F4FE43; }
  100% {
    background: #01C1FA; } }

@-webkit-keyframes border_2_color {
  100% {
    background: rgba(255, 255, 255, 0.6); } }

@keyframes border_2_color {
  100% {
    background: rgba(255, 255, 255, 0.6); } }

@-webkit-keyframes answer_color {
  0% {
    background: #35501A; }
  50% {
    background: #22390B; }
  100% {
    background: #19260C; } }

@keyframes answer_color {
  0% {
    background: #35501A; }
  50% {
    background: #22390B; }
  100% {
    background: #19260C; } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0); } }

.ctoolkit-typography .subrow:after, .ctoolkit-image_picker .attached_images:after, .ctoolkit-image_picker .image_list:after, .select2-container .selection .select2-selection.select2-selection--multiple ul .select2-selection__choice:after, .ctoolkit-field .icons-selector .selector:after {
  content: '';
  display: table;
  clear: both; }

.ctoolkit-image_picker .image_list li .remove, .ctoolkit-image_background .attachment-media-view .remove {
  background: url(../images/remove.png) center center no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute; }
  .ctoolkit-image_picker .image_list li .remove:hover, .ctoolkit-image_background .attachment-media-view .remove:hover {
    opacity: .7;
    filter: alpha(opacity=70); }

.ctoolkit-typography {
  padding: 5px 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #32373c;
  outline: none;
  background-color: #fff; }
  .ctoolkit-typography label {
    display: block;
    margin-bottom: 3px; }
  .ctoolkit-typography > div {
    margin: 5px 0px; }
  .ctoolkit-typography .subrow {
    margin-left: -5px;
    margin-right: -5px; }
  .ctoolkit-typography .subrow > div {
    width: 50%;
    float: left;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0px; }
    .ctoolkit-typography .subrow > div > input {
      height: 29px; }

.ctoolkit-image_picker .image_list {
  margin: 0;
  padding: 0;
  cursor: move;
  float: left; }

.ctoolkit-image_picker .image_list li {
  position: relative;
  background: #F5F5F5;
  padding: 0;
  float: left;
  margin: 0 5px 5px 0;
  height: 80px;
  width: 80px;
  line-height: 75px;
  text-align: center;
  border: 1px solid #DFDFDF;
  overflow: hidden; }

.ctoolkit-image_picker .image_list li .inner {
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-align: center; }

.ctoolkit-image_picker .image_list li .remove {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ctoolkit-image_picker .image_list li img {
  max-height: 80px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto; }

.ctoolkit-image_picker .add_images {
  color: #C8C8C8;
  border-color: #C8C8C8;
  text-decoration: none;
  margin-top: 0;
  display: block;
  float: left;
  height: 80px;
  width: 80px;
  background: url(../images/add.png) center center no-repeat #F5F5F5;
  border: 1px solid #DFDFDF;
  font-size: 0; }
  .ctoolkit-image_picker .add_images:hover {
    color: #C8C8C8;
    border-color: #C8C8C8;
    text-decoration: none; }

.ctoolkit-image_background {
  width: 600px;
  max-width: 100%; }

.ctoolkit-image_background .attachment-media-view {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

.ctoolkit-image_background .attachment-media-view .remove {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none; }

.ctoolkit-image_background .placeholder {
  width: 100%;
  position: relative;
  text-align: center;
  cursor: default;
  border: 1px dashed #b4b9be;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  line-height: 20px;
  font-size: 14px;
  background-color: #fbfbfb; }

.ctoolkit-image_background .added .placeholder {
  opacity: 0;
  visibility: hidden; }

.ctoolkit-image_background .added .remove {
  display: block; }

.ctoolkit-image_background .button {
  float: right;
  margin-top: 10px;
  margin-left: 10px; }

.ctoolkit-multitext .multitext-item {
  position: relative;
  background: #f9f9f9;
  padding: 3px 59px 3px 3px;
  border: 1px solid #ddd; }

.ctoolkit-multitext .multitext-item a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 3px;
  right: 3px;
  font-size: 0;
  position: absolute; }

.ctoolkit-multitext .multitext-item a.remove {
  background-image: url(../images/remove.png);
  right: 31px; }

.ctoolkit-multitext .multitext-item a.short {
  background-image: url(../images/move.png);
  background-size: 12px 12px;
  cursor: move; }

.ctoolkit-multitext .multitext-item a:hover {
  background-color: #fdf7cb; }

.ctoolkit-multitext .bottom-row {
  text-align: right;
  margin-top: 3px; }

.ctoolkit-multitext a.addnew {
  font-weight: bold; }

.ctoolkit-icon_picker .icons-selector .selector-search i {
  top: 12px; }

.ctoolkit-link {
  color: #666; }

.ctoolkit-link .link_label {
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
  line-height: 28px;
  color: #333; }

.ctoolkit-link .url-label {
  color: #0073aa; }

.ctoolkit-datetime {
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  outline: none;
  -webkit-transition: 0.05s border-color ease-in-out;
  -o-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  position: relative;
  cursor: pointer; }

.ctoolkit-datetime:hover i {
  opacity: .8; }

.ctoolkit-datetime i {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 3px;
  right: 6px;
  z-index: 0;
  height: 20px;
  border-left: 1px solid #e5e5e5;
  padding-left: 8px;
  line-height: 20px;
  padding-right: 2px; }

.ctoolkit-datetime input {
  background-color: transparent;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  padding-right: 30px;
  cursor: pointer; }
  .ctoolkit-datetime input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.ctoolkit-checkbox {
  margin-top: -4px !important; }

.ctoolkit-checkbox + .description {
  display: inline;
  margin-left: 5px; }

.customize-control .ctoolkit-icon_picker .icons-selector .selector-popup {
  width: 257px; }

.customize-control .ctoolkit-icon_picker .icons-selector .fip-box {
  width: 55px; }

.customize-control select {
  width: 100%; }

.customize-control .ctoolkit-link .link_button {
  margin-bottom: 5px; }

.select2-container .selection .select2-selection.select2-selection--multiple {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #32373c;
  outline: none;
  border-radius: 0; }
  .select2-container .selection .select2-selection.select2-selection--multiple ul {
    margin: 0;
    display: block; }
  .select2-container .selection .select2-selection.select2-selection--multiple ul .select2-selection__choice {
    padding: 3px 10px 3px 6px;
    margin: 3px 2px 1px 2px;
    border-radius: 2px;
    background-color: #ccc;
    border: none; }
  .select2-container .selection .select2-selection.select2-selection--multiple ul .select2-selection__choice .select2-selection__choice__remove {
    width: 13px;
    height: 13px;
    line-height: 11px;
    border-radius: 6px;
    background-color: #999;
    color: #fff;
    text-align: center;
    font-size: 11px;
    -webkit-box-shadow: 0px 1px 1px #ddd;
    box-shadow: 0px 1px 1px #ddd;
    position: relative;
    top: -1px;
    margin-right: 5px; }
    .select2-container .selection .select2-selection.select2-selection--multiple ul .select2-selection__choice .select2-selection__choice__remove:hover {
      background-color: #777; }

.select2-container .select2-container--default .select2-search--inline .select2-search__field {
  padding-top: 6px; }

.select2-container.select2-container--open .select2-dropdown {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  border-radius: 0; }

.select2-container.select2-container--open .select2-dropdown ul li {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px; }

.select2-container.select2-container--open .select2-dropdown ul li.select2-results__option[aria-selected=true] {
  background-color: #ccc; }

.customize-control .ctoolkit-datetime input[type="text"] {
  width: auto; }

.xdsoft_datetimepicker {
  z-index: 9999999 !important; }

.ctoolkit-field.selectize-control.multi .selectize-input > div {
  padding: 2px 6px 5px 6px; }

.ctoolkit-field .icons-selector .selector {
  width: 101px; }
  .ctoolkit-field .icons-selector .selector .selector-button {
    float: right;
    border-left-color: #e9e9e9; }

.ctoolkit-field.ctoolkit-icon_picker select {
  height: auto !important; }

.ctoolkit-field .selectize-control.single .selectize-input, .ctoolkit-field .selectize-dropdown.single, .ctoolkit-field .selectize-input {
  border-color: #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 0;
  padding: 7px 10px; }

.ctoolkit-field.size-medium {
  width: 500px;
  max-width: 100%; }

.ctoolkit-field.ctoolkit-autocomplete select {
  display: none; }

.customize-pane-child {
  height: 100% !important; }

.custom_code {
  border-right: 0;
  border-left: 0;
  height: -webkit-calc(100vh - 185px);
  height: calc(100vh - 185px);
  resize: none;
  display: block;
  font-family: Consolas,Monaco,monospace;
  font-size: 12px;
  padding: 6px 8px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  direction: ltr;
  unicode-bidi: embed; }

.form-field .selectize-control {
  width: 95%; }

.customize-control.customize-control-heading {
  margin-bottom: 0px; }

.ctoolkit-controlbox {
  float: left;
  margin: 0;
  font-size: 14px;
  padding: 8px 4px 8px 12px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  z-index: 9; }
  .ctoolkit-controlbox input {
    margin-left: 3px; }
