/* Styles for Custom Shortcodes CKEditor UI */
/* Hide some editor items */
/*.filter-guidelines-item, .filter-help, .ckeditor_links {
  display: none !important;
}*/
#custom-shortcode-ui-form label {
  clear: both;
  display: block;
}
#custom-shortcode-ui-form .label,
#custom-shortcode-ui-form label {
  padding: 0;
  display: block;
  margin-bottom: 5px;
  color: #3c3c3c;
  font-weight: normal;
}
#custom-shortcode-ui-form .description {
  width: 40%;
  font-style: italic;
  margin-top: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-size: 0.73333333rem;
  line-height: 1.6em;
}
#custom-shortcode-ui-form .form-textfield,
#custom-shortcode-ui-form input[type="text"],
#custom-shortcode-ui-form input[type="password"],
#custom-shortcode-ui-form input[type="number"],
#custom-shortcode-ui-form input[type="url"],
#custom-shortcode-ui-form input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  width: 98%;
  max-width: 100%;
  height: 32px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #a6a5a5;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
  color: #3c3c3c;
  text-indent: 6px;
  outline: 0;
}
#custom-shortcode-ui-form .form-textarea,
#custom-shortcode-ui-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  width: 98%;
  max-width: 100%;
  height: auto;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #a6a5a5;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
  color: #3c3c3c;
  text-indent: 0;
  outline: 0;
}
#custom-shortcode-ui-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 115%;
  height: 32px;
  background: #f9fafa;
  border-width: 0;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #3c3c3c;
  padding-left: 14px;
}
#custom-shortcode-ui-form select {
  height: 32px;
  background-color: white;
  border: 1px solid #a6a5a5;
  color: #7f7f7f;
  font-size: 13px;
  text-indent: 4px;
  min-width: 35%;
  max-width: 100%;
}
#custom-shortcode-ui-form .form-item {
  padding-bottom: 15px;
}
#custom-shortcode-ui-form fieldset {
  position: relative;
  padding-top: 50px;
}
#custom-shortcode-ui-form fieldset legend {
  position: absolute;
  top: 12px;
  left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
