/* general styles */
.snd_info {
  color: #888;
  font-size: 13px;
  font-style: italic;
}

div.snd_info {
  margin-top: 7px;
  word-break: break-all;
}

.snd_info_small {
  font-size: 11px !important;
}

body:not(.rtl) div.updated.snd-notice {
  border-left: 4px solid #ffba00;
}

.rtl div.updated.snd-notice {
  border-right: 4px solid #ffba00;
}

.snd_table_bg {
  background: #f5e177;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.snd_network_apply_all {
  padding-left: 15px;
}

/* display code */
span.snd_code {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  font-size: 13px;
  margin: 0 1px;
  padding: 3px 5px 2px;
}

/*
* styles help tooltips
*/
.snd_help_box {
  background-image: url("../images/tooltip_icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 28px;
  position: relative;
  margin: 3px 5px;
  width: 28px;
  display: inline-block;
}

.snd_help_box:not(.dashicons) {
  vertical-align: middle;
}

.snd_help_box.dashicons-editor-help {
  background: none;
  color: #0074a2;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
  min-width: auto;
  float: none;
}

.setting span .snd_help_box.dashicons-editor-help {
  background: none;
  color: #0074a2;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
  min-width: auto;
  float: none;
}

.snd_help_box.dashicons-editor-help:hover {
  color: #2ea2cc;
}

.snd_hidden_help_text {
  display: none;
}

.snd-tooltip-content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(25, 25, 25, 0.92);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

.snd-tooltip-content a {
  color: #00a0d2;
}

/*
* snd shortcode insert
*/
.mce-toolbar .mce-btn-group .mce-btn.mce-snd_shortcode_button {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

#snd_shortcode_content, #snd_shortcode_select_plugin {
  margin-bottom: 10px;
}

#snd_shortcode_content * {
  white-space: normal;
}

#snd_shortcode_popup_block h4 {
  padding: 0;
  line-height: 2.5;
  text-transform: uppercase;
}

#snd_shortcode_content_bottom p {
  font-style: italic;
  color: #666;
}

#snd_shortcode_block {
  background-color: #fdfdfd;
  border: 1px solid #dfdfdf;
  overflow: auto;
  padding: 10px;
}

#snd_shortcode_display {
  margin: 0 auto;
}

#snd_shortcode_content fieldset label {
  margin-top: 5px;
  display: inline-block;
}

#snd_shortcode_content .title {
  margin-right: 5px;
  margin-left: 5px;
  line-height: 2.5;
  white-space: normal;
}

#snd_shortcode_content .checkbox-title {
  white-space: normal;
}

/*
* styles for notices (license has expired, Illegal use notification ond other) on the /plugins.php page
*/
.snd-plugin-update-tr .update-message {
  margin-top: 0 !important;
}

.snd-plugin-update-tr .update-message :before {
  content: '';
}

/*
* snd_Settings_Tabs
*/
.snd_form #postbox-container-2 > div {
  width: calc( 100% - 162px);
  margin-left: 160px;
}

.snd_form #postbox-container-2 > div.submit {
  margin-bottom: 20px;
  padding: 0;
}

#snd_settings_tabs_wrapper {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  border: none;
  padding: 0;
  background: none;
  font-family: inherit;
}

#snd_settings_tabs {
  z-index: 2;
  position: relative;
  width: 159px;
  float: left;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  line-height: inherit;
}

#snd_settings_tabs .ui-state-default, #snd_settings_tabs .ui-widget-content .ui-state-default, #snd_settings_tabs .ui-widget-header .ui-state-default {
  border: none;
}

#snd_settings_tabs li {
  margin: 0;
  padding: 0;
  float: none;
  background: none;
  white-space: normal;
}

#snd_settings_tabs li a {
  display: block;
  margin: 0 20px;
  padding: 20px 0 20px 25px;
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid #ddd;
  word-break: break-word;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: none;
  -webkit-transition: none;
  float: none;
}

#snd_settings_tabs li.ui-tabs-active {
  width: 161px;
}

#snd_settings_tabs li.ui-tabs-active a {
  width: 161px;
  margin: -1px 0 0 0;
  border-top: 1px solid #ddd;
  padding: 20px 21px 20px 45px;
  color: #000 !important;
  background: #fff !important;
}

#snd_settings_tabs li a:hover {
  width: 161px;
  margin: -1px 0 0 0;
  border-top: 1px solid #ddd;
  padding: 20px 21px 20px 45px;
  color: #000 !important;
  background: #fff !important;
}

#snd_settings_tabs li a:before {
  content: "\f111";
  font-family: 'dashicons';
  font-size: 20px;
  position: absolute;
  left: 20px;
}

#snd_settings_tabs li.snd-tab-display a:before {
  content: "\f163";
}

#snd_settings_tabs li.snd-tab-misc a:before {
  content: "\f107";
}

#snd_settings_tabs li.snd-tab-custom_code a:before {
  font-family: "sndicons";
  content: "\e93a";
}

#snd_settings_tabs li.snd-tab-license a:before {
  content: "\f112";
}

#snd_settings_tabs li.snd-tab-images a:before {
  content: "\f128";
}

#snd_settings_tabs li.snd-tab-cover a:before {
  content: "\f318";
}

#snd_settings_tabs li.snd-tab-lightbox a:before {
  content: "\f211";
}

#snd_settings_tabs li.snd-tab-social a:before {
  content: "\f237";
}

#snd_settings_tabs li.snd-tab-import-export a:before {
  content: "\f317";
}

#snd_settings_tabs li.snd-tab-errors a:before, #snd_settings_tabs li.snd-tab-messages a:before {
  font-family: "sndicons";
  content: "\e93d";
  font-size: 18px;
  left: 21px;
}

#snd_settings_tabs li.snd-tab-notifications a:before {
  content: "\f466";
}

#snd_settings_tabs li.snd-tab-reports a:before {
  content: "\f535";
}

#snd_settings_tabs li.snd-tab-output a:before {
  content: "\f498";
}

#snd_settings_tabs li:last-child a {
  border-bottom: none;
}

/* custom tabs */
#snd_settings_tabs_wrapper .snd_tab {
  position: relative;
  padding: 5px 10px 15px;
  width: calc( 100% - 183px);
  float: right;
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
}

.snd_tab a {
  color: #0073aa;
}

.snd_tab a:hover {
  color: #00a0d2;
}

.snd_tab input, .snd_tab select, .snd_tab textarea, .snd_tab button {
  font-family: inherit;
  font-size: inherit;
}

#snd_settings_tabs_wrapper .snd_tab > *:not(.snd_pro_version_bloc):not(.snd_tab_sub_label):not(hr):not(.inline) {
  margin-left: 10px;
  margin-right: 10px;
  width: calc( 100% - 20px);
}

#snd_settings_tabs_wrapper .snd_tab button {
  white-space: normal;
  height: auto;
}

#snd_settings_tabs_wrapper .snd_tab input[type="submit"], #snd_settings_tabs_wrapper .snd_tab input[type="button"] {
  white-space: normal;
  height: auto;
}

.snd_form .postbox .handle {
  cursor: inherit;
}

#poststuff h3.snd_tab_label {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.snd_tab_sub_label {
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 7px 10px;
  margin-top: 10px;
  font-size: 15px;
}

.snd_tab .form-table textarea {
  width: 100%;
}

#poststuff h3.snd_tab_label + hr {
  margin-top: 18px;
}

.snd_tab_description + hr {
  margin-top: 15px;
}

.rtl #snd_settings_tabs {
  float: right;
  border-right: 1px solid #ddd;
  border-left: none;
}

.rtl #snd_settings_tabs li a {
  padding: 20px 25px 20px 0;
}

.rtl #snd_settings_tabs li.ui-tabs-active a {
  padding: 20px 45px 20px 20px;
}

.rtl #snd_settings_tabs li a:hover {
  padding: 20px 45px 20px 20px;
}

.rtl #snd_settings_tabs li a:before {
  right: 20px;
}

.rtl .snd_form #postbox-container-2 > div {
  margin-right: 160px;
  margin-left: 0;
}

.snd_margined_box {
  margin: 1em 0;
}

@media only screen and (max-width: 1100px) {
  #snd_settings_tabs {
    width: 59px;
  }
  #snd_settings_tabs li a {
    margin: 0;
    padding: 20px 0;
    width: 60px;
    height: 60px;
  }
  #snd_settings_tabs li.ui-tabs-active a, #snd_settings_tabs li a:hover {
    padding: 20px 0;
    height: 61px;
  }
  .rtl #snd_settings_tabs li.ui-tabs-active a, .rtl #snd_settings_tabs li a:hover {
    padding: 20px 0;
    height: 61px;
  }
  #snd_settings_tabs li.ui-tabs-active {
    width: 61px;
  }
  #snd_settings_tabs li.ui-tabs-active a {
    width: 61px;
  }
  #snd_settings_tabs li a:hover {
    width: 61px;
  }
  #snd_settings_tabs_wrapper .snd_tab {
    width: calc( 100% - 83px);
  }
  #snd_settings_tabs span {
    display: none;
  }
  .snd_form #postbox-container-2 > div {
    margin-left: 60px;
    width: calc( 100% - 62px);
  }
  .rtl .snd_form #postbox-container-2 > div {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 850px) {
  .snd_form #postbox-container-2 > div, .rtl .snd_form #postbox-container-2 > div {
    width: calc( 100% - 2px);
    margin: 0;
  }
  .snd_form #postbox-container-2 .postbox {
    margin-bottom: 20px;
  }
  .snd_form .postbox-container div.submit {
    display: none;
  }
}

@media screen and (max-width: 782px) {
  .snd-hide-for-mobile {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  #snd_settings_tabs_wrapper .snd_tab .form-table td input[type=file] {
    width: 182px;
  }
  #snd_settings_tabs_wrapper .snd_tab .form-table td input[type=text]:not(.small-text), #snd_settings_tabs_wrapper .snd_tab .form-table td input[type=password], #snd_settings_tabs_wrapper .snd_tab .form-table td input[type=search], #snd_settings_tabs_wrapper .snd_tab .form-table td input[type=number]:not(.small-text) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #snd_settings_tabs_wrapper .snd_tab .form-table td select, #snd_settings_tabs_wrapper .snd_tab .form-table td textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=general_style.css.map */
