.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.rtm-inline-block {
  display: inline-block;
}

.rtm-text-left {
  text-align: left;
}

.rtm-text-right {
  text-align: right;
}

.rtm-text-center {
  text-align: center;
}

.rtm-border-0 {
  border: 0 !important;
}

.hide {
  display: none;
}

/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.rtm-row-container {
  padding-top: 10px;
}

.rtm-admin-tab-container {
  display: table;
  width: 100%;
}
.rtm-admin-tab-container .rtm-tabs-content {
  background: #FFFFFF;
  border-left: 1px solid #e7e7e7;
  display: table-cell;
  min-height: 300px;
  padding: 20px 30px;
  vertical-align: top;
}
.rtm-admin-tab-container .rtm-tabs-content #debug tbody {
  display: block;
  height: 400px;
  overflow-y: auto;
}
.rtm-admin-tab-container .rtm-tabs-content #debug .rtm-download-debuginfo {
  float: right;
  margin-top: 14px;
}

.rtm-setting-container {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
}

.rtm-sidebar .postbox .hndle {
  cursor: default;
}

.rtm-tabs {
  display: table-cell;
  list-style: none;
  margin: 0;
  min-height: 300px;
  width: 202px;
}

.rtm-button-container {
  background: #f3f3f3;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 1px 0 #fcfcfc inset;
  overflow: hidden;
  padding: 6px 10px 6px 6px;
  position: relative;
  text-align: right;
}
.rtm-button-container.bottom {
  background: #EEEEEE;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 0 0;
  z-index: 999;
}

#mce-EMAIL {
  width: 100%;
  background: #f6f7f7;
}

#mc-embedded-subscribe {
  display: block;
  margin: 10px auto 0;
  width: 100%;
  padding: 2px 0px;
  background: #2e81be;
  border-color: #2e81be;
  border-radius: 3px;
  color: #fff;
}
#mc-embedded-subscribe:hover, #mc-embedded-subscribe:focus {
  background: #0c73bd;
  border-color: #0c73bd;
  color: #fff;
}

.license-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.license-column, .license-column {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem;
  width: 100%;
}

.license-inner-message {
  padding: 10px;
}

.large-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media screen and (max-width: 768px) {
  .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .small-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.rtm-social-links a {
  display: inline-block;
  margin: 4px 0 4px 4px;
  text-decoration: none;
}

.nav-tab.rtm-premium {
  background: #e74c3c;
  color: white;
  letter-spacing: 0.5px;
}

.theme-browser .theme .theme-actions {
  position: absolute;
  top: unset;
  transform: translateY(-100%);
  right: 0;
  padding: 9px 15px;
}

.dashicons-groups {
  font-size: 25px;
  margin-right: 10px;
}

.rtm-setting-title {
  border-bottom: 1px solid #EEEEEE;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 2px;
  padding-bottom: 14px;
  display: none;
}
.rtm-setting-title.rtm-show {
  display: inline-block;
}

.rtm-option-wrapper {
  margin-bottom: 40px;
}
.rtm-option-wrapper:last-child {
  margin-bottom: 20px;
}
.rtm-setting-title + .rtm-option-wrapper {
  margin-top: 0;
}
.rtm-option-wrapper:last-child {
  border-bottom: 0;
}
.rtm-option-wrapper .form-table {
  clear: none;
}
.rtm-option-wrapper .rtm-field-wrap {
  float: left;
}
.rtm-option-wrapper a {
  text-decoration: none;
}
.rtm-option-wrapper .form-table th {
  color: #444;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 30px 5px 0;
  vertical-align: top;
  width: 48%;
}
.rtm-option-wrapper .form-table td {
  font-size: 13px;
  padding: 0 0 5px;
  vertical-align: top;
}
.rtm-option-wrapper .form-table td fieldset label {
  display: block;
  margin: 0 !important;
}
.rtm-option-wrapper .form-table .rtm-form-radio label {
  margin-top: 5px !important;
}
.rtm-option-wrapper .form-table .rtm-form-radio label input {
  margin-left: 5px;
  margin-bottom: 2px;
}
.rtm-option-wrapper .form-table .wp-picker-input-wrap label {
  display: inline;
}
.rtm-option-wrapper .form-table .wp-picker-clear {
  margin-left: 5px;
}
.rtm-option-wrapper textarea,
.rtm-option-wrapper select,
.rtm-option-wrapper input[type=text],
.rtm-option-wrapper input[type=number] {
  border-radius: 3px;
}
.rtm-option-wrapper input[type=number] {
  width: 60px;
}
.rtm-option-wrapper .rt-form-radio {
  height: 28px;
  line-height: 24px;
}
.rtm-option-wrapper .rt-form-radio label:first-child {
  margin-right: 12px !important;
}
.rtm-option-wrapper .dashicons-info {
  color: #aaa;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.rtm-option-wrapper .rtm-debug-info {
  margin-top: 32px;
}
.rtm-option-wrapper .rtm-debug-info tr {
  border-bottom: 1px solid #EEEEEE;
}
.rtm-option-wrapper .rtm-debug-info tr:first-child {
  border-top: 1px solid #EEEEEE;
}
.rtm-option-wrapper .rtm-debug-info tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.rtm-option-wrapper .rtm-debug-info th {
  border-right: 1px solid #EEEEEE;
  font-weight: 600;
  width: auto;
}
.rtm-option-wrapper .rtm-debug-info th,
.rtm-option-wrapper .rtm-debug-info td {
  padding: 10px;
}
.rtm-option-wrapper .rtm-form-link {
  line-height: 26px;
}

.rtm-option-title {
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
  letter-spacing: 0.02rem;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0 0 6px;
  text-transform: uppercase;
}

.rtm-sidebar .hndle .dashicons-share,
.rtm-sidebar .hndle .dashicons-bell {
  color: #2e81be;
  font-size: 22px;
  margin-right: 7px;
}
.rtm-sidebar .button {
  min-width: 110px;
  padding: 6px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
  margin: 5px 0;
  border: 1px solid lightgray;
  border-radius: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtm-sidebar .button span.dashicons {
  font-size: 25px;
  margin-right: 15px;
  transition: all .3s ease-in-out;
}
.rtm-sidebar .button span.icon-message {
  transform: translateX(0px);
  transition: all .1s ease-in-out;
  opacity: 1;
  color: #303030;
}
.rtm-sidebar .button:active {
  transform: scale(1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.rtm-social-share .twitter .dashicons {
  color: #45b0e3;
}
.rtm-social-share .twitter:hover {
  background: linear-gradient(to right, #45b0e3 0%, #fff 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
}
.rtm-social-share .twitter:hover span.dashicons {
  transform: translateX(70px);
  padding-right: 0;
  color: #FFF;
}
.rtm-social-share .twitter:hover span.icon-message {
  transform: translateX(30px);
  opacity: 0;
}
.rtm-social-share .facebook .dashicons {
  color: #3b5998;
}
.rtm-social-share .facebook:hover {
  background: linear-gradient(to right, #3b5998 0%, #fff 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
}
.rtm-social-share .facebook:hover span.dashicons {
  transform: translateX(70px);
  padding-right: 0;
  color: #FFF;
}
.rtm-social-share .facebook:hover span.icon-message {
  transform: translateX(30px);
  opacity: 0;
}
.rtm-social-share .wordpress .dashicons {
  color: #21759b;
}
.rtm-social-share .wordpress:hover {
  background: linear-gradient(to right, #21759b 0%, #fff 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
}
.rtm-social-share .wordpress:hover span.dashicons {
  transform: translateX(70px);
  padding-right: 0;
  color: #FFF;
}
.rtm-social-share .wordpress:hover span.icon-message {
  transform: translateX(30px);
  opacity: 0;
}
.rtm-social-share .rss .dashicons {
  color: #FF6600;
}
.rtm-social-share .rss:hover {
  background: linear-gradient(to right, #FF6600 0%, #fff 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
}
.rtm-social-share .rss:hover span.dashicons {
  transform: translateX(70px);
  padding-right: 0;
  color: #FFF;
}
.rtm-social-share .rss:hover span.icon-message {
  transform: translateX(30px);
  opacity: 0;
}

.rtm-notice {
  background: rgba(238, 238, 238, 0.8);
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.rtm-notice p {
  font-size: inherit;
  line-height: inherit;
  margin: 10px 0;
}

.rtm-warning {
  background-color: #fcf8e3;
  border-bottom: 1px solid #EEE;
  color: #c09853;
  padding: 10px 15px;
}

.rtmedia-theme-warning {
  margin-bottom: 26px;
}

.rtm-success {
  background-color: #dff0d8;
  border-bottom: 1px solid #e7e7e7;
  color: #468847;
  margin: 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.rtm-fly-warning {
  border-bottom: 0;
  left: -10px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 14px 25px;
  position: absolute;
  top: -5px;
}

.rtm-field-wrap {
  max-width: 92%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.rtm-field-wrap input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 75px;
  height: 24px;
}

#rtmedia-types .form-table th {
  line-height: 26px;
  padding: 5px 0 20px;
  width: 33%;
}
#rtmedia-types .form-table td {
  padding: 0 0 12px;
}

#rtmedia-custom-css-settings .form-table th {
  width: 35%;
}
#rtmedia-custom-css-settings .form-table:last-child .rtm-field-wrap {
  width: 92%;
}
#rtmedia-custom-css-settings textarea {
  height: 300px;
  width: 100%;
}

.rtm-img-size-setting .form-table th {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 20%;
}
.rtm-img-size-setting .form-table tr:nth-child(2) td {
  padding-top: 20px;
}
.rtm-img-size-setting .form-table tr:nth-child(4) {
  border-bottom: 1px solid #EEEEEE;
}
.rtm-img-size-setting .form-table tr:nth-child(4) td {
  padding-bottom: 20px;
}
.rtm-img-size-setting .form-table tr:nth-child(5) td {
  padding-top: 20px;
}
.rtm-img-size-setting .form-table tr:nth-child(6) td {
  padding-bottom: 20px;
}
.rtm-img-size-setting .form-table tr:nth-child(7) {
  border-top: 1px solid #EEEEEE;
}
.rtm-img-size-setting .form-table tr:nth-child(7) td {
  padding-top: 20px;
}
.rtm-img-size-setting .form-table tr:nth-last-child(2) td {
  padding-bottom: 20px;
}
.rtm-img-size-setting .form-table tr:last-child {
  border-top: 1px solid #EEEEEE;
}
.rtm-img-size-setting .form-table tr:last-child td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rtm-img-size-setting .form-table .rtm-row-title {
  font-weight: 600;
}

#rtmedia-privacy .rt-form-radio {
  font-size: 12px;
}
#rtmedia-privacy .rt-form-radio strong {
  font-size: 13px;
}

.rtm-addon-license {
  border: 1px solid #ddd;
  margin: .5rem 0;
  background-color: #fff;
}
.rtm-addon-license .dashicons-privacy {
  font-size: 33px;
  margin-right: 10px;
  color: #2e81be;
  margin-top: -5px;
}
.rtm-addon-license .title {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 10px;
  font-size: 20px;
}
.rtm-addon-license .license-inner-message p {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.rtm-addon-license .license-inner {
  padding: 10px;
  display: flex;
  margin: 0 0 10px 0;
}
.rtm-addon-license .license-inner .dashicons-admin-network {
  font-size: 26px;
  position: absolute;
  padding: 10px;
  color: #2e81be;
}

form.license-form {
  padding: 0;
  margin: 0;
}
form.license-form input[type="text"] {
  width: 40%;
  height: 40px;
  background-color: #f3f3f3 !important;
  padding-left: 40px;
  padding-right: 20px;
  letter-spacing: 1px;
  margin-right: 10px;
  background: transparent;
}
form.license-form input[type="submit"] {
  margin: 10px 0 0;
}
form.license-form .button-secondary {
  margin: 0 !important;
  font-size: 15px;
  background: #2e81be;
  border-color: #2e81be;
  color: #fff;
}
form.license-form .button-secondary:hover, form.license-form .button-secondary:focus {
  background: #0c73bd;
  border-color: #0c73bd;
  color: #fff;
}

.license-message {
  margin: 15px 10px;
  padding: 8px;
}
.license-message.warning {
  background: rgba(255, 185, 0, 0.1);
  border: 1px solid #ffb900;
}
.license-message.success {
  background: rgba(70, 180, 80, 0.1);
  border: 1px solid #46b450;
}
.license-message.info {
  background: rgba(0, 160, 210, 0.1);
  border: 1px solid #00a0d2;
}
.license-message.alert {
  background: rgba(220, 50, 50, 0.1);
  border: 1px solid #dc3232;
}

.rtml-submit-wrapper .submit {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.upload_attachment {
  height: 37px;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #8c8f94;
  width: 350px;
  outline: none;
  padding: 0 !important;
}

::-webkit-file-upload-button {
  color: #fff;
  height: 35px;
  margin-right: 20px;
  background: #2271b1;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border: none;
  outline: none;
}
::-webkit-file-upload-button:hover {
  background: #135e96;
  cursor: pointer;
}

#rtmedia-encoding-usage strong {
  display: inline-block;
  min-width: 120px;
}
#rtmedia-encoding-usage p {
  overflow: hidden;
}

.encoding-used, .encoding-remaining {
  background: #7AD03A;
  float: right;
  height: 12px;
  margin-top: 3px;
  width: 12px;
}

.encoding-remaining {
  background: #dedede;
}

#rtprogressbar {
  background: #dedede;
  height: 10px;
  position: relative;
}
#rtprogressbar div {
  background: #7AD03A;
  height: 10px;
  left: 0;
  position: absolute;
}

.rtm-tabs li {
  margin: 0;
}
.rtm-tabs li.error {
  border-left: 4px solid #dc3232;
}
.rtm-tabs a {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #f2f2f2;
  color: #222222;
  display: block;
  font-weight: 700;
  outline: none;
  opacity: 0.8;
  padding: 10px 4px 10px 14px;
  position: relative;
  text-decoration: none;
  z-index: 10;
}
.rtm-tabs a:hover {
  background: #EEEEEE;
  color: #269ad6;
  margin-right: 0;
  opacity: 1;
  width: auto;
}
.rtm-tabs a:focus {
  background: #FFFFFF;
  box-shadow: 0 0 0;
}
.rtm-tabs .active {
  background: white;
  position: relative;
}
.rtm-tabs .active:after {
  background: #FFFFFF;
  content: ' ';
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}
.rtm-tabs .active a {
  border-top-color: #FFFFFF;
  color: #222222;
  opacity: 1;
}
.rtm-tabs .active a:hover {
  background: #FFFFFF;
}
.rtm-tabs span {
  display: block;
  padding: 0 0 0 25px;
}
.rtm-tabs .dashicons {
  font-size: 14px;
  height: auto;
  line-height: 1;
  margin-top: 3px;
  position: absolute;
  vertical-align: middle;
  width: auto;
}

/*
horizontal tab css
*/
.rtm-horizotanl-tabs .rtm-tabs {
  list-style: none;
  margin: 0;
  display: block;
  width: auto;
  min-height: 0;
}
.rtm-horizotanl-tabs .rtm-tabs-content {
  border-left: none;
  background: #FFFFFF;
  min-height: 300px;
  padding: 20px 30px;
  vertical-align: top;
}
.rtm-horizotanl-tabs .rtm-tabs a {
  border-bottom: none;
}
.rtm-horizotanl-tabs .rtm-tabs li {
  display: inline-block;
}

.rtm-horizotanl-tabs.rtm-admin-tab-container {
  width: 100%;
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 22px;
  padding: 3px;
  border-radius: 18px;
}
.switch input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  background: #b4b4b4;
  border-radius: inherit;
  transition: 0.15s ease-out;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #FFFFFF;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  opacity: 0;
}
input[type=checkbox]:checked ~ .switch-label {
  background: #33a7d1;
}
input[type=checkbox]:checked ~ .switch-label:before {
  opacity: 0;
}
input[type=checkbox]:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(to bottom, #eee, white);
}
input[type=checkbox]:checked ~ .switch-handle {
  left: 41px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.rtm-tooltip {
  display: inline-block;
  margin-left: 3px;
  position: relative;
}
.rtm-tooltip:hover .rtm-tip-top,
.rtm-tooltip:hover .rtm-tip {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.rtm-tooltip .rtm-title {
  border-bottom: 1px dotted;
  padding-bottom: 2px;
}

.rtm-tip-top,
.rtm-tip {
  background: #fffAF0;
  border: 1px solid #f5deaf;
  border-radius: 3px;
  font-size: 12px;
  left: 24px;
  margin-top: -4px;
  margin-left: -10px;
  line-height: 1.5;
  opacity: 0;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 210px;
  z-index: 9999;
  transition: all ease-in-out 0.4s;
}

.rtm-tip-top {
  bottom: 26px;
  left: auto;
  right: -66px;
  top: auto;
  width: 200px;
}
.rtm-tip-top:after, .rtm-tip-top:before {
  right: auto;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rtm-tip-top:after {
  border-color: rgba(255, 250, 240, 0);
  border-top-color: #fffAF0;
  border-width: 6px;
  margin-left: -6px;
}
.rtm-tip-top:before {
  border-color: rgba(245, 222, 175, 0);
  border-top-color: #f5deaf;
  border-width: 8px;
  margin-left: -8px;
}

.rtm-extensions .dashicons {
  font-size: 12px;
  margin-left: -4px;
  position: relative;
  top: -3px;
}
.rtm-extensions.rtm-set-top .dashicons {
  top: 1px;
}

.rtm-plugin-card.plugin-card {
  margin: 1%;
  overflow: hidden;
  width: 48%;
}
.rtm-plugin-card.plugin-card .rtm-logo {
  float: left;
  margin-right: 10px;
  max-width: 200px;
  width: auto;
}
.rtm-plugin-card.plugin-card .rtm-logo img {
  height: auto;
  /*margin: -10px 0 0 -10px;*/
  max-width: 110px;
}
.rtm-plugin-card.plugin-card .desc, .rtm-plugin-card.plugin-card .name {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.rtm-plugin-card.plugin-card h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.rtm-plugin-card.plugin-card a {
  text-decoration: none;
}
.rtm-plugin-card.plugin-card .rtm-live-demo {
  margin-right: 10px;
}
.rtm-plugin-card.plugin-card .price {
  color: #269ad6;
  font-size: 22px;
  line-height: 1.2;
}

#rtm-plugins .rtm-option-title {
  margin-top: 50px;
}
#rtm-plugins .rtm-setting-title + .rtm-option-title {
  margin-top: 0;
}
#rtm-plugins .plugin-card-top {
  padding: 10px;
  min-height: 165px;
  top: 20px;
}

.rtm-encoding-table {
  border-collapse: collapse;
  clear: none;
}
.rtm-encoding-table th, .rtm-encoding-table td {
  border: 1px solid #e7e7e7;
}
.rtm-encoding-table th {
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 1600px) and (max-width: 2299px) {
  .plugin-card:nth-child(3n+1) {
    clear: none;
  }
}
.rtm-theme-browser .rtm-themes {
  clear: none;
  padding: 0;
}
.rtm-theme-browser .rtm-themes .rtm-theme {
  width: 48%;
}
.rtm-theme-browser .rtm-themes .rtm-theme:nth-child(even) {
  margin-right: 0 !important;
}
.rtm-theme-browser .rtm-themes .rtm-theme:nth-child(3n) {
  margin-right: 4%;
}

.admin-bar .theme-overlay .theme-wrap {
  z-index: 99999;
}

.rtm-support-container {
  min-height: 300px;
}

.rtm-support-form .rtm-form-filed {
  clear: both;
  margin: 15px 0;
}
.rtm-support-form label {
  float: left;
  width: 15%;
}
.rtm-support-form .bp-media-textarea {
  height: 80px;
}

.rtm-button-wrapper {
  padding-left: 15%;
}

.rtm-page-container {
  background: #FFFFFF;
  overflow: hidden;
  padding: 20px;
}

.rtm-pro-feature-list li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 20px;
  width: 33%;
}
.rtm-pro-feature-list .rtm-icon-wrap {
  float: left;
  margin-top: 15px;
  width: 30px;
}
.rtm-pro-feature-list .dashicons {
  font-size: 18px;
}
.rtm-pro-feature-list .rtm-title {
  font-size: 18px;
  margin-left: 30px;
  margin-top: 0px;
}
.rtm-pro-feature-list .rtm-content {
  font-size: 14px;
  line-height: 25px;
  margin-left: 30px;
  color: #8a8a8a;
  width: auto;
}

.rtm-update-to-pro {
  text-align: center;
}

.rtm-button {
  background-color: #269ad6;
  border: 0;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 12px 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.rtm-button:hover, .rtm-button:focus {
  background-color: #228ac0;
  color: #FFFFFF;
}
.rtm-button.large {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px 40px;
}
.rtm-button.rtm-button-success {
  background-color: #2ecc71;
}
.rtm-button.rtm-button-success:hover, .rtm-button.rtm-button-success:focus {
  background-color: #2fab41;
}

.rtm-hire-points {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 24px;
}

ol.rtm-hire-points {
  list-style-type: none;
}
ol.rtm-hire-points > li {
  font-size: initial;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
}
ol.rtm-hire-points .dashicons {
  color: #2e81be;
  font-size: 25px;
  margin-right: 15px;
  line-height: 20px;
}

@media only screen and (min-width: 1025px) {
  .rtm-setting-container {
    float: left;
    width: 78.2%;
  }

  .rtm-sidebar {
    float: right;
    width: 20%;
  }
  .rtm-sidebar .postbox {
    min-width: 0;
  }

  .rtm-field-wrap {
    max-width: 92%;
  }

  .rtm-tip:after, .rtm-tip:before {
    right: 100%;
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .rtm-tip:after {
    border-color: rgba(255, 250, 240, 0);
    border-right-color: #fffAF0;
    border-width: 6px;
    margin-top: -6px;
  }
  .rtm-tip:before {
    border-color: rgba(221, 204, 170, 0);
    border-right-color: #f5deaf;
    border-width: 7px;
    margin-top: -7px;
  }

  .rtm-support-form .bp-media-input, .rtm-support-form .bp-media-textarea {
    float: left;
    width: 40%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rtm-sidebar {
    width: 100%;
  }
  .rtm-sidebar .postbox {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
  }
  .rtm-sidebar .postbox:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rtm-tip {
    bottom: 26px;
    left: auto;
    right: -102px;
    top: auto;
    width: 200px;
  }
  .rtm-tip:after, .rtm-tip:before {
    right: auto;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .rtm-tip:after {
    border-color: rgba(255, 250, 240, 0);
    border-top-color: #fffAF0;
    border-width: 6px;
    margin-left: -6px;
  }
  .rtm-tip:before {
    border-color: rgba(245, 222, 175, 0);
    border-top-color: #f5deaf;
    border-width: 7px;
    margin-left: -7px;
  }

  #rtmedia-custom-css-settings .form-table:last-child .rtm-field-wrap {
    width: 100%;
  }

  .rtm-field-wrap input[type=text] {
    max-width: 140px !important;
  }

  .theme-browser .theme:nth-child(2n+1) {
    margin-right: 4%;
  }

  .rtmedia-settings-submit {
    margin-bottom: 0 !important;
  }

  .upload_attachment {
    width: 230px;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 641px) {
  .rtm-pro-feature-list li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 421px) and (max-width: 782px) {
  .rtm-option-wrapper .form-table td {
    display: table-cell;
  }

  .rtm-option-wrapper .form-table th {
    display: table-cell;
  }
}
@media only screen and (max-width: 640px) {
  .rtm-pro-feature-list li {
    width: 50%;
  }
  .rtm-pro-feature-list li:nth-child(2n+1) {
    clear: left;
  }

  .rtm-tabs {
    width: 40px;
  }
  .rtm-tabs li {
    width: 40px;
  }
  .rtm-tabs a {
    height: 18px;
  }
  .rtm-tabs a:hover {
    width: 140px;
  }
  .rtm-tabs a:hover span {
    display: block;
  }
  .rtm-tabs span {
    display: none;
    padding: 0 0 0 28px;
    position: absolute;
  }

  .rtm-support-form label {
    width: 100%;
    margin-bottom: 5px;
  }
  .rtm-support-form .bp-media-input, .rtm-support-form .bp-media-textarea {
    width: 70%;
  }

  .rtm-button-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 481px) {
  .rtm-plugin-card.plugin-card .rtm-logo {
    display: inline-block;
    float: none;
  }

  .rtm-theme-browser .rtm-themes .rtm-theme {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .rtm-option-wrapper .form-table th {
    padding-bottom: 15px;
    width: 100%;
  }

  #rtmedia-types .form-table th,
  #rtmedia-custom-css-settings .form-table th {
    width: 100%;
  }

  .rtm-pro-feature-list li {
    width: 100%;
  }

  .rtm-tip-top {
    right: -115px;
  }
}
body.rtl .rtm-tabs a {
  padding: 10px 32px 10px 4px;
}
body.rtl .rtm-tabs .dashicons {
  right: 10px;
}
body.rtl .rtm-social-share .dashicons {
  left: 10px;
  right: auto;
}
body.rtl .rtm-option-wrapper .rtm-field-wrap {
  float: right;
}
body.rtl .rtm-tip-top, body.rtl .rtm-tip {
  left: auto;
  right: 24px;
}
body.rtl .rtm-tip-top:after, body.rtl .rtm-tip-top:before, body.rtl .rtm-tip:after, body.rtl .rtm-tip:before {
  display: none;
}
body.rtl .rtm-edit-td, body.rtl .rtm-delete-td {
  float: right;
  margin-left: 0;
}
body.rtl .rtm-edit-td {
  margin-right: -15px;
}
body.rtl #rtmedia-membership span.float-right {
  float: left;
}
body.rtl .theme-browser .theme {
  float: left;
  margin: 0 4% 4% 0;
}

.rtmedia-license .rtm-tabs span {
  padding: 0;
}

/*# sourceMappingURL=admin.css.map */
