.wpml-section {
  clear: both;
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 20px;
  max-width: 900px;
  border-bottom: 1px solid #ededed;
  background: #fff;
  /* Sections general styles */
  /* Sections general styles END */
}
.wpml-section:first-child {
  margin-top: 0;
}
.wpml-section:last-child {
  border: none;
}
.wpml-section input, .wpml-section textarea, .wpml-section select {
  max-width: 100%;
}
.wpml-section .explanation-text {
  color: #999;
}
.wpml-section .sub-section {
  /* for nested <ul> indetation */
  margin-left: 20px;
}
.wpml-section li {
  margin-bottom: 10px;
}
.wpml-section .icl_ajx_response {
  margin: 0 5px;
}
.wpml-section .icl_languages_order_ajx_resp {
  display: inline-block;
  padding-top: 5px;
  color: #E68A00;
}
.wpml-section input[type="radio"] {
  margin-top: 0;
}

.icl-admin-message {
  border-left: 4px solid #9bc8f0;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 3em 20px 0 0;
}
.icl-admin-message:first-child {
  margin-top: 0;
}
.icl-admin-message.small {
  padding: 0 0.5em;
}
.icl-admin-message.small > * {
  margin: 0.2em;
}
.icl-admin-message.small .icl-admin-message-wrapper {
  padding: 0.5em;
}
.icl-admin-message.right > * {
  text-align: right;
}
.icl-admin-message.center > * {
  text-align: center;
}
.icl-admin-message.center > * > ul, .icl-admin-message.center > * > ol {
  text-align: left;
  padding-left: 1em !important;
  font-weight: normal;
}
.icl-admin-message.center > * > ul {
  list-style-type: disc;
}
.icl-admin-message .icl-admin-message-wrapper {
  position: relative;
  padding: 2em 1em;
}
.icl-admin-message .icl-admin-message-wrapper > ul, .icl-admin-message .icl-admin-message-wrapper > ol {
  max-height: 10em;
  overflow: auto;
}
.icl-admin-message .icl-admin-message-hide {
  position: absolute;
  top: 5px;
  right: 1px;
  padding: 20px 15px 0 3px;
  font-size: 13px;
  text-decoration: none;
  line-height: 1;
}
.icl-admin-message .icl-admin-message-hide:before {
  background: 0 0;
  color: #bbb;
  content: '\f153';
  display: block !important;
  font: 400 16px/1 dashicons;
  height: 20px;
  text-align: center;
  width: 20px;
  -webkit-font-smoothing: antialiased !important;
  position: absolute;
  left: -18px;
  margin-top: -1px;
  transition: all .1s ease-in-out;
}
.icl-admin-message .icl-admin-message-hide:hover:before {
  color: #c00;
}
.icl-admin-message .icl-admin-message-dismiss {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  display: block;
}

.icl-admin-message-information {
  border-left: 4px solid #d5e8f9;
  padding: 1px 12px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.icl-admin-message-information:first-child {
  margin-top: 0;
}
.icl-admin-message-information.small {
  padding: 0 0.5em;
}
.icl-admin-message-information.small > * {
  margin: 0.2em;
}
.icl-admin-message-information.small .icl-admin-message-wrapper {
  padding: 0.5em;
}
.icl-admin-message-information.right > * {
  text-align: right;
}
.icl-admin-message-information.center > * {
  text-align: center;
}
.icl-admin-message-information.center > * > ul, .icl-admin-message-information.center > * > ol {
  text-align: left;
  padding-left: 1em !important;
  font-weight: normal;
}
.icl-admin-message-information.center > * > ul {
  list-style-type: disc;
}

.icl-admin-message-information-inline {
  border-left: 4px solid #d5e8f9;
  padding: 1px 12px;
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.icl-admin-message-warning,
.icl-admin-message-error {
  border-left: 4px solid #fff366;
  padding: 1px 12px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.icl-admin-message-warning:first-child,
.icl-admin-message-error:first-child {
  margin-top: 0;
}
.icl-admin-message-warning.small,
.icl-admin-message-error.small {
  padding: 0 0.5em;
}
.icl-admin-message-warning.small > *,
.icl-admin-message-error.small > * {
  margin: 0.2em;
}
.icl-admin-message-warning.small .icl-admin-message-wrapper,
.icl-admin-message-error.small .icl-admin-message-wrapper {
  padding: 0.5em;
}
.icl-admin-message-warning.right > *,
.icl-admin-message-error.right > * {
  text-align: right;
}
.icl-admin-message-warning.center > *,
.icl-admin-message-error.center > * {
  text-align: center;
}
.icl-admin-message-warning.center > * > ul, .icl-admin-message-warning.center > * > ol,
.icl-admin-message-error.center > * > ul,
.icl-admin-message-error.center > * > ol {
  text-align: left;
  padding-left: 1em !important;
  font-weight: normal;
}
.icl-admin-message-warning.center > * > ul,
.icl-admin-message-error.center > * > ul {
  list-style-type: disc;
}

.icl-admin-message-error {
  border-color: #dd3d36;
  background-color: #FFE6E5;
}

.icl-account-setup {
  width: 70%;
}

.icl_form_errors {
  padding: 5px;
  width: 65%;
  border: 1px solid #f00;
  border-radius: 3px;
  background-color: #ffb7b7;
  color: #000;
}
.icl_form_errors p {
  margin: 0;
  line-height: 1.5;
}
.icl_form_errors ul {
  margin-left: 20px;
  list-style: circle;
}

.icl_form_success {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #336600;
  color: #fff;
}

.icl_error_text {
  color: #f00;
  font-style: italic;
}

.icl_valid_text {
  color: #3f7257;
  font-style: italic;
}

.icl_error_input {
  background-color: #FA9393 !important;
}

.icl_ajx_response {
  display: none;
  color: #E68A00;
}

#noupdate_but {
  text-align: center;
}

.icl_yellow_box {
  margin: 0;
  padding: 1em;
  border: 1pt solid #E6DB55;
  background-color: #FFFBCC;
}
.icl_yellow_box p {
  margin: 0 0 5px 0;
  line-height: normal;
}

.icl_advanced_switch {
  margin: -10px 0 10px 0;
  text-align: right;
  font-size: 85%;
}
.icl_advanced_switch a {
  text-decoration: none;
}

.icl_advanced_feature {
  /*display:none;*/
}

.icl_translations_table {
  border: 1px solid #8CCEEA;
  border-radius: 3px;
}
.icl_translations_table tr.icl_odd_row {
  background-color: #EFF8FC;
}
.icl_translations_table td {
  font-size: 11px;
}

.icl_golden_button {
  background: #9a841e none;
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}
.icl_golden_button:hover {
  border-color: #000;
  color: #fff;
}

#icl_post_add_notes h4 {
  margin: 10px 0 0 0;
  padding: 5px 0 5px 20px;
  background: url(../../res/img/notes.png) no-repeat;
}
#icl_post_add_notes h4 a {
  text-decoration: none;
}
#icl_post_add_notes textarea {
  width: 100%;
  font-size: 90%;
}

#icl_post_note {
  display: none;
}

#icl_tn_not_saved {
  display: none;
  color: #900;
  text-align: center;
}

.icl_post_note {
  display: none;
}
.icl_post_note textarea {
  width: 100%;
  font-size: 90%;
}

.icl_sidebar {
  display: block;
  float: right;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 3px 10px 3px 9px;
  width: 207px;
  border: 1px solid #8cceea;
  border-radius: 5px;
  background-color: #eff8fc;
}

.icl_tick {
  padding-left: 20px;
  background: url(../img/ok.png) 0 3px;
}

.icl_info {
  padding-left: 20px;
  background: url(../img/sun-solid.png) no-repeat 0 0;
}

.icl_next_step {
  padding-left: 20px;
}

.icl_cyan_box {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid #8cceea;
  border-radius: 5px;
  background-color: #eff8fc;
}
.icl_cyan_box p {
  margin: 5px 0;
  line-height: 100%;
}
.icl_cyan_box h3 {
  margin-top: 2px;
}
.icl_cyan_box ul {
  margin-top: 5px;
  font-size: 11px;
}

.icl_new_feature {
  margin: 5px;
  padding: 3px 5px;
  border: 1px solid #D54E21;
  border-radius: 5px;
  background-color: #D54E21;
  color: #FFFFFF;
}

.icl_hot_link {
  color: #dd0000;
  font-weight: bold;
}

.wpml-tab-controls .nav-tab {
  background-color: #efefef;
  color: #000;
}
.wpml-tab-controls .nav-tab:hover {
  background-color: #fff;
}
.wpml-tab-controls .nav-tab-active {
  border-bottom-color: #fff;
  background-color: #fff;
  font-weight: bold;
}

#icon-wpml {
  background: transparent url(../img/icon.png) no-repeat;
}

.wpml-translation-management-menu-main-php .icon32, .wpml_page_wpml-sticky-links .icon32, .wpml-string-translation-menu-string-translation-php .icon32, .wpml-translation-analytics-menu-main-php .icon32, .wpml-cms-nav-menu-navigation-php .icon32, .wpml_page_wpml-media .icon32 {
  width: 42px;
}

.wpml-translation-management-menu-main-php #icon-wpml {
  background-image: url(../img/icon-wpml-translation-management.png);
}

.wpml_page_wpml-sticky-links #icon-wpml {
  background-image: url(../img/icon-wpml-sticky-links.png);
}

.wpml-string-translation-menu-string-translation-php #icon-wpml {
  background-image: url(../img/icon-wpml-string-translation.png);
}

.wpml-translation-analytics-menu-main-php #icon-wpml {
  background-image: url(../img/icon-wpml-translation-analytics.png);
}

.wpml-cms-nav-menu-navigation-php #icon-wpml {
  background-image: url(../img/icon-cms-navigation.png);
}

.wpml_page_wpml-media #icon-wpml {
  background-image: url(../img/icon-wpml-media.png);
}

.icon18 {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.icon18.sitepress-multilingual-cms, .icon18.wpml-translation-management, .icon18.wpml-sticky-links, .icon18.wpml-string-translation, .icon18.wpml-cms-nav, .icon18.wpml-translation-analytics, .icon18.wpml-xliff, .icon18.wpml-media {
  background-image: url(../img/icon16-sprite.png);
}
.icon18.sitepress-multilingual-cms {
  display: none;
  background-position: 0;
}
.icon18.wpml-translation-analytics {
  background-position: -2px;
}
.icon18.wpml-translation-management {
  background-position: -27px;
}
.icon18.wpml-cms-nav {
  background-position: -48px;
}
.icon18.wpml-xliff {
  background-position: -71px;
}
.icon18.wpml-sticky-links {
  background-position: -96px;
}
.icon18.wpml-string-translation {
  background-position: -118px;
}
.icon18.wpml-media {
  background-position: -136px;
}
.icon18.woocommerce-multilingual, .icon18.jigoshop-multilingual, .icon18.gravityforms-multilingual, .icon18.cred-frontend-translation, .icon18.installer {
  display: none;
}

/* admin_language_switcher_legacy - start */
.admin_iclflag {
  float: left;
  margin: 3px 4px 0 0;
}

#icl-als-first {
  padding: 3px 30px 4px 12px;
  border: 1px solid #C0C0C0;
  border-radius: 12px 12px 12px 12px;
  /* autoprefixer: off */
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat scroll 0 0 #e7e7e7;
  background: linear-gradient(to bottom, #e7e7e7, #ffffff) repeat scroll 0 0 #e7e7e7;
  line-height: 15px;
}
#icl-als-first .admin_iclflag {
  margin: 2px 4px 0 0;
}

#icl-als-inside {
  position: absolute;
  display: none;
  margin: 0;
  padding: 2px 1px;
  border: 1px solid #C0C0C0;
  border-radius: 0 0 12px 12px;
  background-color: #FFFFFF;
}
#icl-als-inside a {
  padding: 3px 5px 3px 10px;
}
#icl-als-inside a:hover {
  text-decoration: underline;
}

#icl-als-toggle {
  position: absolute;
  top: 1px;
  right: 0;
  width: 28px;
  height: 22px;
  background: url("../img/fav-arrow.gif") no-repeat scroll 0 -4px transparent;
  /*z-index: 99;*/
}

#icl-als-actions-label {
  float: left;
  margin: 8px 8px 0 12px;
  font-size: 11px;
}

#icl-als-actions {
  position: relative;
  float: left;
  margin: 5px -5px 0;
  min-width: 130px;
}
#icl-als-actions a {
  display: block;
  color: #464646;
  text-decoration: none;
  font-size: 11px;
}
#icl-als-actions a:hover {
  color: #000000;
}
#icl-als-actions .slide-down {
  border-bottom: medium none;
  border-radius: 12px 12px 0 0;
}

#icl-als-info {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  cursor: pointer;
}

/* admin_language_switcher_legacy - end */
#wpml_als_help_link {
  vertical-align: middle;
}

#icl_als_help_popup {
  position: fixed;
  top: 30px;
}

.icl_pop_info_but {
  position: absolute;
  cursor: pointer;
}

.icl_pop_info_but_noabs {
  position: relative;
}

img.icl_als_iclflag {
  width: 18px !important;
  height: 12px !important;
}

#wp-admin-bar-WPML_ALS_all img.icl_als_iclflag {
  width: 16px !important;
  height: 16px !important;
}

.icl_pop_info {
  position: absolute;
  z-index: 900;
  display: none;
  margin: 0 0 0 12px;
  min-width: 300px;
  max-width: 500px;
  color: #000;
  font-size: 11px;
  line-height: 15px;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.icl_pop_info img {
  margin: -4px -2px 4px 8px;
}

.icl_pop_info_wrap {
  display: inline;
  text-align: left;
}

.icl_box_paragraph {
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
}

#icl_document_language_dropdown {
  float: left;
}

#icl_translations_table {
  margin-top: 4px;
}

.icl_win_controls {
  float: right;
  width: 20px;
  text-indent: 9999px;
}

.icl_minimize {
  background: url(../img/minimize_grey.png) no-repeat;
}
.icl_minimize:hover {
  background: url(../img/minimize.png) no-repeat;
}

.icl_maximize {
  background: url(../img/maximize_grey.png) no-repeat;
}
.icl_maximize:hover {
  background: url(../img/maximize.png) no-repeat;
}

.icl_close {
  background: url(../img/close_grey.png) no-repeat;
}
.icl_close:hover {
  background: url(../img/close.png) no-repeat;
}

/* Top navigation */
.wpml-navigation-links {
  overflow: hidden;
  margin-bottom: 12px;
}
.wpml-navigation-links li {
  display: inline-block;
  margin-right: 10px;
}
.wpml-navigation-links li a {
  white-space: nowrap;
}

/* Top navigation END */
.wpml-section-header {
  float: left;
  width: 300px;
}
[dir="rtl"] .wpml-section-header {
  float: right;
}
.wpml-section-header h3 {
  margin-top: 15px;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.15s linear;
}
.wpml-section-header .active {
  color: #d54e21;
}
.wpml-section-header .icon-question-sign {
  color: #ccc;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
}
.wpml-section-header .icon-question-sign:hover {
  color: #007cbd;
  transition: all 0.15s linear;
}

.wpml-section-content {
  float: left;
  margin-left: 30px;
  width: 570px;
}
[dir="rtl"] .wpml-section-content {
  float: right;
  margin-left: 0;
  margin-right: 30px;
}
.wpml-section-content:before, .wpml-section-content:after {
  display: table;
  content: " ";
}
.wpml-section-content:after {
  clear: both;
}
.wpml-section-content .buttons-wrap {
  text-align: right;
}
.wpml-section-content .wpml-section-content-inner {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ededed;
}
.wpml-section-content .wpml-section-content-inner:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.wpml-section-content .wpml-section-content-inner > p:first-child {
  /* margin-top: 0;*/
}

.wpml-section-content-inner:before, .wpml-section-content-inner:after {
  display: table;
  content: " ";
}
.wpml-section-content-inner:after {
  clear: both;
}

.wpml-section-content, .wpml-section-content-inner {
  *zoom: 1;
}

/* Sections general styles END */
/* reset some styles when wizard is active */
.wpml-wizard .wpml-section-header {
  float: none;
  width: auto;
}
.wpml-wizard .wpml-section-content {
  float: none;
  width: auto;
  margin: 0;
}

#icl_additional_css, #copy_parameters {
  direction: ltr;
}

.wpml-dialog {
  z-index: 10000 !important;
}
.wpml-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-align: left;
}
.wpml-dialog .wpml-dialog-content input[type="text"] {
  width: 100%;
}
.wpml-dialog .wpml-dialog-content li {
  list-style: disc inside;
}
.wpml-dialog .posts-found, .wpml-dialog .no-posts-found, .wpml-dialog .ajax-loader {
  display: none;
}
.wpml-dialog .spinner {
  display: block;
}
.wpml-dialog button .spinner {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  float: none;
}
