.moove-donation-box-wrapper {
    padding-right: 40%;
}

@media (max-width: 768px) {
    .moove-donation-box-wrapper {
        padding-right: 20px !important;
    }
}

#redirect404-settings-cnt .moove-redirect404-plugins-info-boxes .m-plugin-box img {
  max-width: 100%;
  height: auto;
}
#redirect404-settings-cnt .moove-redirect404-plugins-info-boxes .m-plugin-box .box-header {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#redirect404-settings-cnt .moove-redirect404-plugins-info-boxes .m-plugin-box .box-header h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
#redirect404-settings-cnt .moove-redirect404-plugins-info-boxes .m-plugin-box .box-content {
  padding: 10px;
}
#redirect404-settings-cnt .moove-redirect404-plugins-info-boxes .m-plugin-box .box-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#redirect404-settings-cnt .moove-redirect404-plugins-info-boxes .m-plugin-box .box-content hr {
  margin: 10px 0;
}

.moove-donation-box {
    position: relative;
    width: calc(100% - 20px);
    margin: 16px 0;
    padding: 0 15px 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
    font-size: 13px;
}

.moove-donation-box .notice-dismiss:before {
    float: left;
    margin: 0 4px -2px 0;
}

.redirect404-star-rating {
  display:inline-block;
  color:#ffb900;
  position:relative;
  top:3px;
}

.redirect404-star-rating svg {
  fill:#ffb900;
}

.redirect404-star-rating svg:hover {
  fill:#ffb900;
}

.redirect404-star-rating svg:hover ~ svg{
  fill:none;
}

.moove-redirect-box {
    width: 100%;
}

.moove-redirect-box p {
    margin-top: 5px;
}

.moove-redirect-box h4,
.moove-redirect-information-box h4 {
    margin: 0;
    line-height: 30px;
    font-size: 22px;
}

.moove-redirect-box hr,
.moove-redirect-information-box hr {
    margin: 15px -15px;
    padding: 0 15px;
    border-color: #444;
    border-bottom: 0;
}

.moove-redirect-information-box i:after {
    content: "?";
    margin-left: 1px;
}

.moove-redirect-settings-plugin-wrap .moove-form-container {
    position: relative;
}

.moove-redirect-settings-plugin-wrap .moove-logo {
    display: block;
    width: 67px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url('../images/logo_moove.png') no-repeat;
    background-size: cover;
}

.moove-redirect-information-box i {
    font-family: dashicons;
    font-style: normal;
    font-size: 14px;
    border-radius: 50%;
    background: #444;
    margin-right: 10px;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
}

.moove-add-new-redirect-404,
.moove-list-redirects-404 {
    /*background-color: #fff;*/
    /*padding: 30px;*/
    padding-top: 0;
}

.moove-add-new-redirect-404 h1,
.moove-list-redirects-404 h1 {
    margin: 0;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #444;
}

.moove-add-new-redirect-404 .moove-redirect-box input,
.moove-add-new-redirect-404 .moove-redirect-box select {
    outline: none;
    box-shadow: none;
    border-color: #444;
    width: 100%;
    padding: 5 10px;
    border-radius: 5px;
    height: 35px;
}

.moove-add-new-redirect-404 .moove-redirect-box label {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}

.moove-add-new-redirect-404 .moove-redirect-box label span.moove-redirect-base {
    font-size: 13px;
    text-transform: none;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.moove-add-new-redirect-404 .moove-redirect-box {
    color: #444;
}

.moove-redirect-settings-plugin-wrap button.moove-redirect-button {
    border-radius: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 1px solid #444;
    color: #444;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 20px;
    height: auto;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 30px;
    outline: none;
}

.moove-redirect-settings-plugin-wrap .moove-redirect-single-rule button.moove-redirect-button {
    padding: 0 10px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    outline: none;
}

.moove-redirect-settings-plugin-wrap button.moove-redirect-button:hover {
    background-color: #444;
    color: #fff;
    outline: none;
}

.moove-redirect-information-box {
    width: 100%;
}

.moove-redirect-content-right {
    max-width: 30%;
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #444;
    float: right;
    min-height: 330px;
}

.moove-redirect-content-left {
    max-width: 100%;
    margin-right: 0%;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    /*background-color: #fff;*/
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #444;
    min-height: 330px;
}

.moove-add-new-redirect-404 .moove-redirect-content-left {
    background-color: #fff;
}

.moove-redirect-message-cnt {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #444;
}

.moove-redirect-message-cnt.moove-error-box {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.moove-redirect-message-cnt.moove-info-box {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.moove-redirect-message-cnt.moove-success-box {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.moove-redirect-message-cnt h4 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

.moove-redirect-single-rule {
    margin-right: 0%;
    width: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #444;
    margin-bottom: 20px;
}

.moove-redirect-single-rule p {
    font-size: 15px;
    margin: 0
}

.moove-list-redirects-404 .moove-redirect-content-left {
    padding: 0;
    border: none;
    max-width: 100%;
    max-height: 60vh;
    overflow: auto;
}

.moove-list-redirects-404 .moove-redirect-content-right {
    min-height: auto;
}

.moove-hidden {
    display: none;
}

.moove-stat-table {
    text-align: left;
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    border-radius: 5px;
    border: 1px solid #444;
}

.moove-stat-table th strong {
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 700;
}

.moove-redirect-stat table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    border: 1px solid #444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.moove-redirect-stat {
    font: normal 12px/150% Courier New, Courier, monospace;
    background: #fff;
    margin-top: 20px;
    display: none;
}

.moove-redirect-stat table td,
.moove-redirect-stat table th {
    padding: 5px 12px;
}

.moove-redirect-stat table thead th {
    background-color: #444;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #FFFFFF;
}

.moove-redirect-stat table thead th:first-child {
    border: none;
}

.moove-redirect-stat table tbody td {
    color: #444;
    border-left: 1px solid #E1EEF4;
    font-size: 12px;
    font-weight: bold;
}

.moove-redirect-stat table tbody .alt td {
    background: #E6E6E6;
    color: #444;
}

.moove-redirect-stat table tbody td:first-child {
    border-left: none;
}

.moove-redirect-stat table tbody tr:last-child td {
    border-bottom: none;
}

.moove-show-stat-btn {
    width: 200px;
    text-align: center;
}

.wp-core-ui .moove-redirect-settings-plugin-wrap .button.focus,
.wp-core-ui .moove-redirect-settings-plugin-wrap .button:focus,
.wp-core-ui .moove-redirect-settings-plugin-wrap .button-secondary:focus,
.wp-core-ui .moove-redirect-settings-plugin-wrap .button-link:focus {
    border-color: #444;
    box-shadow: none;
}

.moove-list-redirects-404 .moove-redirect-message-cnt i {
    color: #444;
    text-transform: none;
    font-style: normal;
}

.moove-redirect-information-box .moove-redirect-example table tr {
    vertical-align: top
}

.moove-redirect-information-box .moove-redirect-example table td {
    min-width: 70px;
}

.moove-list-redirects-404 h1 {
    display: inline-block;
    position: relative;
    top: 5px;
}

.moove-list-redirects-404 .moove-redirect-activate-settings {

}

.moove-list-redirects-404 .moove-redirect-activate-settings {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
    float: left;
}

.moove-list-redirects-404 .moove-redirect-activate-settings input[type='checkbox'] {
    margin: 0;
    margin-right: 5px;
}

.moove-list-redirects-404 .moove-redirect-activate-settings label {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 27px;
}

.moove-list-redirects-404 .moove-redirect-activate-settings button.moove-redirect-button {
    margin: 0;
    margin-left: 20px;
}



/* PLUGIN BOXES */


#redirect404-settings-cnt .redirect404-tab-section-cnt:after {
  content: "";
  clear: both;
  display: table;
}
#redirect404-settings-cnt .nav-tab-wrapper {
  width: 200px;
  display: inline-block;
  padding-right: 17px;
  padding-top: 0;
  position: relative;
}
#redirect404-settings-cnt .nav-tab-wrapper a.nav-tab {
  font-size: 12px;
  padding: 10px 8px;
  width: 100%;
  margin-left: 0;
  outline: none;
  box-shadow: none;
  border-right: 0;
  position: relative;
  white-space: normal;
  line-height: 1.3;
}
#redirect404-settings-cnt .nav-tab-wrapper .nav-tab-active, 
#redirect404-settings-cnt .nav-tab-wrapper .nav-tab-active:focus, 
#redirect404-settings-cnt .nav-tab-wrapper .nav-tab-active:focus:active, 
#redirect404-settings-cnt .nav-tab-wrapper .nav-tab-active:hover {
  border-bottom: 1px solid #ccc;
  color: #00a0d2;
  outline: none ;
  box-shadow: none;
}
#redirect404-settings-cnt .nav-tab-wrapper .nav-tab-active:after {
  content: "";
  position: absolute;;
  right: -1px;
  top: 0;
  width: 2px;
  bottom: 0;
  background-color: #f1f1f1;
  display: block;
  z-index: 9;
}
#redirect404-settings-cnt .moove-form-container {
  width: calc( 100% - 279px );
  float: right;
  padding: 5px 30px 30px;
  border: 1px solid #ccc;
}


.redirect404-tab-section-cnt {
  max-width: calc(100% - 380px);
  display: inline-block;
  width: 100%;
}
.moove-redirect404-plugins-info-boxes {
  display: inline-block;
  float: right;
  width: 350px;
  background-color: #f1f1f1;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box pre code {
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
    display: block;
 }
.moove-redirect404-plugins-info-boxes .m-plugin-box.m-plugin-box-highlighted {
  border: 2px solid #f79322;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .box-header {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .box-header h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .box-content {
  padding: 10px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .box-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .box-content hr {
  margin: 10px 0;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-downloads,
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-active-installs {
  display: inline-block;
  width: calc( 100% - 120px ); 
  line-height: 20px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-rating {
  display: inline-block;
  float: right;
  max-width: 100px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-features {
  padding-left: 20px;
  margin-top: 5px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-features li {
  list-style-type: square;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-buy-now-btn {
  display: block;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  padding: 7px 20px;
  background-color: #f79322;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
  margin: 15px 0;
  font-weight: 600;
  font-size: 12px;
}
.moove-redirect404-plugins-info-boxes .m-plugin-box .plugin-buy-now-btn:hover {
  background-color: #232323;
}

@media (max-width: 1280px) {
    .redirect404-tab-section-cnt {
        width: 100%;
        max-width: 100%;
    }
    .moove-redirect404-plugins-info-boxes {
        display: inline-block;
        float: none;
        width: 100%;
        padding: 0;
        margin: 15px 0;
        background-color: #f1f1f1;
    }
}
