@media (min-width: 1200px) {
  .wpml-section-content.wpml-section-content-wide {
    width: 690px; } }

.widefat td, .widefat td ul {
  font-size: 14px; }

.postbox .inside {
  font-size: 14px;
  line-height: 1.5; }

h5 {
  font-size: 13px; }

.wpml-st-localization .section-submit-button.wpml-button.base-btn {
  margin-top: 20px; }

.wpml-st-localization .info-content-wrap {
  border-left: 4px #2F7D92 solid;
  border-radius: 5px;
  background-color: #F8FBFC;
  padding: 15px;
  margin: 20px 0;
  position: relative; }
  .wpml-st-localization .info-content-wrap:before {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    content: '\f64c';
    font-family: 'otgs-icons';
    font-size: 16px;
    color: #2F7D92; }
  .wpml-st-localization .info-content-wrap .help-icon:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '\f642';
    font-family: 'otgs-icons';
    color: black;
    font-size: 14px;
    padding-left: 5px;
    vertical-align: -3px; }
  .wpml-st-localization .info-content-wrap .info-content {
    padding-left: 15px; }
    .wpml-st-localization .info-content-wrap .info-content > * {
      margin: 0;
      padding-left: 15px; }
    .wpml-st-localization .info-content-wrap .info-content .heading {
      font-weight: bold;
      font-size: 14px; }
    .wpml-st-localization .info-content-wrap .info-content form {
      padding-top: 15px; }
  .wpml-st-localization .info-content-wrap:after {
    content: "";
    display: block;
    clear: both; }

.wpml-st-localization .info-content-wrap--light {
  background: #fbf6e5;
  border-left-color: #E8AE57; }
  .wpml-st-localization .info-content-wrap--light:before {
    color: #E8AE57; }

.wpml-st-localization .spinner {
  float: left; }

.wpml-st-localization button {
  float: left; }

.wpml-st-localization table {
  border: 0; }
  .wpml-st-localization table input[type=checkbox] {
    margin: 0; }
  .wpml-st-localization table .checkbox-column {
    width: 2.2em; }
  .wpml-st-localization table .table-header th {
    font-weight: 500;
    border-bottom: 2px #373737 solid;
    padding: 11px 10px; }
  .wpml-st-localization table .table-header .checkbox-column {
    padding-bottom: 13px;
    vertical-align: middle; }
  .wpml-st-localization table .category-header {
    background-color: #F8FBFC; }
    .wpml-st-localization table .category-header th {
      font-weight: 600;
      padding: 11px 10px; }
    .wpml-st-localization table .category-header .checkbox-column {
      padding-bottom: 13px;
      vertical-align: middle; }
    .wpml-st-localization table .category-header .state-selector > li {
      font-size: 14px;
      font-weight: normal;
      color: #2F7D92;
      text-decoration: underline; }
      .wpml-st-localization table .category-header .state-selector > li:hover {
        text-decoration: none; }
  .wpml-st-localization table .table-header .checkbox-column, .wpml-st-localization table .category-header .checkbox-column, .wpml-st-localization table .item .checkbox-column {
    text-align: center; }
  .wpml-st-localization table .category-header > th, .wpml-st-localization table .category-header > td, .wpml-st-localization table .item > th, .wpml-st-localization table .item > td {
    border-bottom: 1px rgba(0, 0, 0, 0.15) solid; }
    .wpml-st-localization table .category-header > th:first-child, .wpml-st-localization table .category-header > td:first-child, .wpml-st-localization table .item > th:first-child, .wpml-st-localization table .item > td:first-child {
      border-left: 1px rgba(0, 0, 0, 0.15) solid; }
    .wpml-st-localization table .category-header > th:last-child, .wpml-st-localization table .category-header > td:last-child, .wpml-st-localization table .item > th:last-child, .wpml-st-localization table .item > td:last-child {
      border-right: 1px rgba(0, 0, 0, 0.15) solid; }
  .wpml-st-localization table .item {
    background-color: white; }
  .wpml-st-localization table .item > th, .wpml-st-localization table .item > td {
    padding-top: 12px;
    padding-bottom: 2px; }
    .wpml-st-localization table .item > th .bold-label, .wpml-st-localization table .item > td .bold-label {
      font-weight: 600; }
  .wpml-st-localization table .item .hidden-cell {
    display: none; }
  .wpml-st-localization table .item .icon-cell {
    text-align: center; }
  .wpml-st-localization table .item .icon:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/status-question.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center; }
  .wpml-st-localization table .item .icon.download-icon:after {
    background-image: url("../img/download.png"); }
  .wpml-st-localization table .item .icon.checked-icon:after {
    background-image: url("../img/status-checked.png"); }
  .wpml-st-localization table .item .icon.warning-icon:after {
    background-image: url("../img/status-warning.png"); }
  .wpml-st-localization table .item .toggle-list-items a {
    color: #373737; }
    .wpml-st-localization table .item .toggle-list-items a:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 8px;
      background-image: url("../img/arrow-up.png");
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      padding-left: 15px;
      transform: rotate(180deg); }
  .wpml-st-localization table .item .toggle-list-items.opened a:after {
    transform: none; }
  .wpml-st-localization table .item .spacerListItem {
    visibility: hidden; }

.wpml-st-localization .wpml-section-content .state-selector li {
  display: inline;
  padding-right: 5px; }

.wpml-st-localization .wpml-section-content .state-selector li.active {
  font-weight: bold;
  color: #373737; }

.wpml-st-localization .wpml-section-content .state-selector li:hover {
  cursor: pointer; }

.wpml-st-localization .wpml-section-content .other-options-save {
  float: right; }

.wpml-st-localization .wpml-section-content li a:hover,
.wpml-st-localization .wpml-section-content a:active {
  color: #2F7D92; }

.wpml-st-localization .wpml-section-content li a.wpml_st_pop_download:hover, .wpml-st-localization .wpml-section-content li a.wpml_st_pop_download:active {
  color: inherit; }

.wpml-st-localization .wpml-section-content .wpml-col-center {
  text-align: center; }

.wpml-st-localization .wpml-section-content .wpml-col-right {
  text-align: right; }

.wpml-st-localization .wpml-section-content .otgs-ico-translated::before {
  font-size: 16px;
  color: #1C7D6B; }

.wpml-st-localization .wpml-section-content .otgs-ico-needs-update::before {
  font-size: 16px;
  color: #E8AE57; }

.wpml-st-localization ul {
  margin: 0; }

.wpml-st-localization li {
  margin-bottom: 0; }
  .wpml-st-localization li a {
    color: #2F7D92;
    text-decoration: underline; }

.wpml-st-localization .wpml-translated li {
  color: #1C7D6B;
  text-align: center; }

.wpml-st-localization .wpml-needs-update li {
  color: #E8AE57;
  text-align: center;
  display: block; }
  .wpml-st-localization .wpml-needs-update li a {
    color: inherit; }

.wpml-st-localization .show-domains-list li {
  min-height: 25px; }

.wpml-scan-results {
  height: 200px;
  display: none;
  clear: both;
  overflow: scroll;
  margin: 30px 0 0 0;
  padding: 20px;
  max-width: 900px;
  border-bottom: 1px solid #ededed;
  background: #fff; }

.sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='top'] .tippy-tooltip.otgs-theme .tippy-arrow {
  border-top: 7px solid #323232;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='top'] .tippy-tooltip.otgs-theme .tippy-arrow::after {
    border-top: 6px solid #323232;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

.sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='bottom'] .tippy-tooltip.otgs-theme .tippy-arrow {
  border-bottom: 7px solid #323232;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='bottom'] .tippy-tooltip.otgs-theme .tippy-arrow::after {
    border-bottom: 6px solid #323232;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

.sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='left'] .tippy-tooltip.otgs-theme .tippy-arrow {
  border-left: 7px solid #323232;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='left'] .tippy-tooltip.otgs-theme .tippy-arrow::after {
    border-left: 6px solid #323232;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; }

.sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='right'] .tippy-tooltip.otgs-theme .tippy-arrow {
  border-right: 7px solid #323232;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-popper[x-placement^='right'] .tippy-tooltip.otgs-theme .tippy-arrow::after {
    border-right: 6px solid #323232;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; }

.sitepress-multilingual-cms-menu-theme-localization-php .tippy-tooltip.otgs-theme {
  font-size: 13px;
  background: black;
  border: 1px solid black;
  color: white;
  border-radius: 2px;
  padding: 7px 24px; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-tooltip.otgs-theme .tippy-backdrop {
    background-color: #fff; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-tooltip.otgs-theme .tippy-roundarrow {
    fill: #fff; }
  .sitepress-multilingual-cms-menu-theme-localization-php .tippy-tooltip.otgs-theme[data-animatefill] {
    background-color: transparent; }

.wpml-st-string-scanning-modal-form {
  border-radius: 5px;
  border-top: 4px #2F7D92 solid;
  max-width: 100%; }
  .wpml-st-string-scanning-modal-form .wpml-scanning-progress {
    text-align: center;
    font-size: 14px;
    padding: 0 35px 45px; }
    .wpml-st-string-scanning-modal-form .wpml-scanning-progress .wpml-scanning-progress-msg {
      font-size: 15px;
      display: inline-block;
      padding-bottom: 10px;
      color: #2F7D92; }
    .wpml-st-string-scanning-modal-form .wpml-scanning-progress .wpml-scanning-results {
      line-height: 1.5em; }
    .wpml-st-string-scanning-modal-form .wpml-scanning-progress.wpml-scanning-progress-show-results {
      text-align: left; }
  .wpml-st-string-scanning-modal-form .wpml-scanning-mo-results {
    padding-top: 15px; }
  .wpml-st-string-scanning-modal-form .clear:after {
    clear: both;
    content: '';
    display: block; }
  .wpml-st-string-scanning-modal-form .ui-dialog-buttonpane {
    border-top: 0; }
  .wpml-st-string-scanning-modal-form .ui-dialog-titlebar {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    height: auto;
    border-bottom: 0;
    display: none; }
  .wpml-st-string-scanning-modal-form .ui-dialog-titlebar-close {
    width: 55px;
    height: 55px;
    color: #2F7D92; }
    .wpml-st-string-scanning-modal-form .ui-dialog-titlebar-close:before {
      font-size: 32px;
      content: "\f335"; }
  .wpml-st-string-scanning-modal-form .ui-dialog-title {
    font-weight: 500;
    font-size: 16px; }
    .wpml-st-string-scanning-modal-form .ui-dialog-title:before {
      content: "";
      width: 32px;
      height: 32px;
      background: url("../img/translation.png") #F8FBFC no-repeat center;
      border-radius: 50%;
      background-size: 16px;
      display: block;
      margin: auto auto 10px; }
  .wpml-st-string-scanning-modal-form .ui-dialog-content {
    overflow: visible; }
  .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content {
    overflow: auto;
    max-height: 300px;
    background-color: #F8FBFC;
    overflow-wrap: break-word; }
    .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content::-webkit-scrollbar, .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content ::-webkit-scrollbar-track {
      background-color: #F8FBFC; }
    .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content::-webkit-scrollbar-thumb {
      background-color: #2F7D92;
      -webkit-border-radius: 10px; }
    .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content .result-row {
      padding: 7px 15px; }
      .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content .result-row:first-child, .wpml-st-string-scanning-modal-form .ui-dialog-scrollable-content .result-row:last-child {
        padding-top: 15px; }

.wpml-st-string-scanning-modal-form .loader-wrap {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 15px; }

.wpml-st-string-scanning-modal-form .loader {
  width: 35px;
  height: 35px;
  border: 2px solid #2F7D92;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto; }

.wpml-st-string-scanning-modal-form .loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2F7D92;
  width: 5px;
  height: 5px;
  transform: translate(150%, 150%);
  border-radius: 50%; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 650px) {
  #wpml-st-localization-table th, #wpml-st-localization-table td {
    padding: 15px 1px 10px 1px;
    font-size: 12px; }
  #wpml-st-localization-table .name-column-heading, #wpml-st-localization-table .name-cell {
    max-width: 80px; }
  #wpml-st-localization-table .action-column-heading, #wpml-st-localization-table .action-column-cell {
    display: none; }
  #wpml-st-localization-table .action-column {
    display: none; }
  #wpml-st-localization-table .state-selector li {
    display: block;
    font-size: 12px; }
  #wpml-st-localization-table .state-selector .state-selector-separator {
    display: none; } }
