/* This is a temporary file. I will create an SCSS file and compile that later */

.ada-hidden {
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: 10px;
    display: inline-block;
}

#scan-button {
    height: 88px;
    width: 88px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    padding: 8px;
}

#scan-button.scan-needed {
    height: 144px;
    width: 144px;
    text-decoration: none;
    display: block;
}

#scan-button.initial {
    display: block;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
    background: rgb(180, 221, 180); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4', endColorstr='#002400', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#scan-button.new {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
    background: rgb(206, 220, 231); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(206, 220, 231, 1) 0%, rgba(89, 106, 114, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(206, 220, 231, 1) 0%, rgba(89, 106, 114, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(206, 220, 231, 1) 0%, rgba(89, 106, 114, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedce7', endColorstr='#596a72', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#scan-button.scan-needed.new {
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: rgb(169, 3, 41); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#scan-button .inner-button {
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #444;
    font-size: 14px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding-top: calc((100% - 70px) / 2);
}

#scan-button.scan-needed .inner-button {
    font-size: 17px;
    color: #333;
}

#scan-button .inner-button .start {
    font-size: 24px;
    display: block;
    color: #666;
}

#scan-button.scan-needed .inner-button .start {
    font-size: 34px;
}

#scan-button.initial .inner-button .start {
    color: green;
}

#scan-button.scan-needed.new .inner-button .start {
    color: darkred;
}


#wpcontent {
    padding-left: 0;
}

.privacy-settings-header span:before {
    font-family: 'dashicons';
    display: inline-block;
    font-size: 22px;
    margin: 0;
    position: relative;
    top: -1px;
    right: 3px;
}

.privacy-settings-header .header-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

/* Notifications */

.privacy-settings-header #notifications-bell {
    position: absolute;
    top: 18px;
    right: 40px;
    font-size: 25px;
    color: #ccc;
}

.privacy-settings-header #notifications-bell:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.privacy-settings-header #notifications-bell .bell-inner {
    position: relative;
}

.privacy-settings-header #notifications-bell .count {
    display: none;
}

.privacy-settings-header #notifications-bell.on {
    color: #3582c4;
}

.privacy-settings-header #notifications-bell.on .count {
    display: block;
    background: red;
    color: white;
    padding: 2px;
    top: -23px;
    right: -30px;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    font-weight: bold;
    font-family: sans-serif;
    position: absolute;
}

.privacy-settings-header .notifications {
    background: #f4f4f4;
    border: 1px solid #ccc;
    width: 460px;
    position: absolute;
    top: 50px;
    right: 10px;
    margin: 0;
    display: none;
    box-shadow: 5px 5px 18px rgb(0 0 0 / 25%);
    max-height: 500px;
    z-index: 999;
    overflow-y: auto;
    border-radius: 10px 10px 0 0;
}

.privacy-settings-header .notifications.on {
    display: block;
}

.privacy-settings-header .notifications li {
    background: #f4f4f4;
    padding: 13px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin: 0;
    position: relative;
}

.privacy-settings-header .notifications li:first-of-type {
    background: #fff;
    font-weight: bold;
    color: #333;
}

.privacy-settings-header .notifications li h3 {
    display: inline-block;
    margin: 0;
}

.privacy-settings-header .notifications li .mark-all-read {
    font-size: 12px;
    font-weight: normal;
    float: right;
}

.privacy-settings-header .notifications li p {
    margin: 0 0 5px 0;
    width: calc(100% - 25px);
}

.privacy-settings-header .notifications li input[type=checkbox] {
    position: absolute;
    top: 20px;
    right: 10px;
}

.privacy-settings-header .notifications li:hover {
    background: white;
}

.privacy-settings-header .notifications li.notice {
    border-left: 5px solid #2271b1;
}

.privacy-settings-header .notifications li.success {
    border-left: 5px solid #00a32a;
}

.privacy-settings-header .notifications li.warning {
    border-left: 5px solid #dba617;
}

.privacy-settings-header .notifications li.error {
    border-left: 5px solid #d63638;
}

.privacy-settings-header .notifications li.unread {
    background: lightgoldenrodyellow;
}

.privacy-settings-header .notifications li:hover {
    background: #fff;
}

.privacy-settings-header .notifications li .date {
    font-size: 12px;
    text-align: right;
    color: #666;
}

.privacy-settings-tabs-wrapper {
    display: block;
}

.privacy-settings-tab {
    font-size: 17px;
    display: inline-block;
    width: 165px;
}

.privacy-settings-tab:hover {
    box-shadow: inset 0 -3px #999;
    font-weight: 600;
}

.content-body {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.content-body .loading-text {
    font-size: 21px;
    text-align: center;
    display: block;
    margin: 55px auto;
    color: #ccc;
}

.content-body .loading-text span {
    display: block;
    padding: 21px;
}

.content-body .loading-text span:before {
    font-family: 'dashicons';
    display: inline-block;
    font-size: 34px;
    margin: 0 10px 0 0;
    position: relative;
    top: 9px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.content-body .column-size .loading-text {
    font-size: 14px;
    margin: 5px auto;
}

.content-body .column-size .loading-text span {
    padding: 5px;
}

.content-body .column-size .loading-text span:before {
    font-size: 21px;
    padding: 0;
}

.content-body h1 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 21px;
    width: 90%;
    margin: 0 auto 21px;
    max-width: 700px;
    color: #3582c4;
    letter-spacing: 0.015em;
}

.content-body .nav-tab-wrapper h1 {
    width: auto;
    margin: auto;
    padding: 0;
    max-width: 100%;
    border-bottom: 0;
}

.content-body .nav-tab-wrapper .button-cleanup-cache {
    float: right;
    margin: 0 10px;
}

.content-body .current-site {
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.content-body .select-wrapper {
    position: relative;
    display: inline-block;
}

.content-body .select-wrapper .dashicons {
    position: absolute;
    top: 6px;
    left: 7px;
    width: 15px;
    background: white;
}

.content-body .select-wrapper select {
    padding: 0 25px;
}

.content-body .tablenav {
    margin: 13px 0;
}

.content-body table {
    margin: 0 auto;
    max-width: 700px;
}

.content-body table.wp-list-table {
    max-width: 100%;
}

.content-body table.settings-site td,
.content-body table.settings-network td {
    padding: 13px;
}

.content-body table th,
.content-body table td {
    font-size: 14px;
    vertical-align: top;
}

table.table-view-list tr th {
    position: sticky;
    top: 32px;
    background: white;
    z-index: 1;
}

.content-body table td.label {
    text-align: right;
    width: 45%;
    vertical-align: top;
    max-width: 200px;
}

.content-body table td.label label {
    font-weight: bold;
}

.content-body table td .info {
    font-size: 13px;
}

.content-body table.settings textarea.code {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.content-body table td input[type=text] {
    width: 100%;
}

.content-body table .column-date,
.content-body table .column-snapshot,
.content-body table .column-expiration_date {
    width: 135px;
}

.content-body table .column-id,
.content-body table .column-image_ext {
    width: 80px;
}

.content-body table .column-image_preview {
    text-align: center;
    width: 100px;
}

.content-body table .column-file_name {
    width: 30%;
}

.content-body table tr.type-error .column-message {
    border-left: 3px solid red;
}

.content-body table tr.type-error .column-type {
    color: red;
    font-weight: bold;
}

.content-body table tr.type-warning .column-message {
    border-left: 3px solid orange;
}

.content-body table tr.type-warning .column-type,
.content-body table tr.type-command .column-type {
    color: black;
    font-weight: bold;
}

.content-body table tr.type-notice .column-path {
    border-left: 3px solid #3582c4;
}

.content-body table tr.type-command .column-message {
    background: black;
    color: white;
}

.content-body table tr.type-notice .column-message {
    border-left: 3px solid cornflowerblue;
}

.content-body p.submit {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

@media all and ( min-width: 783px ) {
    .content-body p.submit {
        width: calc(100% - 160px);
        left: 160px;
    }

    .folded .content-body p.submit,
    .sticky-menu .content-body p.submit {
        width: calc(100% - 36px);
        left: 36px;
    }
}

.content-body table .required {
    text-align: right;
    color: red;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.content-body table .highlight {
    background: yellow;
    display: inline-block;
}

.content-body table td .image-preview-modal {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 45%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: auto;
    text-align: center;
    padding: 30px;
}

.content-body table td .image-preview-modal img {
    max-width: calc(50vw - 60px);
    max-height: calc(100vh - 60px);
}

.content-body table td .image-preview-modal .dashicons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    color: #ccc;
    font-size: 25px;
    display: inline-block;
    cursor: pointer;
}

.content-body table td .image-preview-thumbnail-wrap {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.content-body table td .image-preview-thumbnail-wrap .dashicons-hidden {
    display: none;
}

.content-body table td.on .image-preview-thumbnail-wrap .dashicons-hidden {
    display: block;
    z-index: 1;
    position: absolute;
    left: calc((100% - 30px) / 2);
    font-size: 30px;
    color: gray;
    width: 30px;
    height: 30px;
    top: calc((100% - 35px) / 2);
}

.content-body table td.on .image-preview-thumbnail {
    filter: brightness(20%)
}

.content-body p {
    font-size: 1em;
}

.wp-core-ui .notice {
    max-width: 700px;
    margin: 10px auto;
    box-sizing: border-box;
}


.content-body .item-row {
    margin-bottom: 10px;
}

.content-body .dashicons, .content-body .dashicons-before:before {
    font-size: 1.2em;
    width: auto;
    height: auto;
    line-height: inherit;
}

.content-body .wrap {
    margin: 0;
}

.content-body .custom-block input[type=text] {
    width: 200px;
}

.content-body .custom-block .remove {
    margin-left: 5px;
}

.content-body .custom-block .remove span {
    width: 1px;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.content-body .custom-block .remove:before {
    content: 'X';
}

.content-body #add-custom-block {
    margin: 10px 0;
}

.tools_page_fix-alt-text .content-body table tr {
    transition: 0.5s background-color;
}

.tools_page_fix-alt-text .content-body table tr:hover {
    background: #eee;
}

.tools_page_fix-alt-text .content-body table tr.updated {
    background: rgb(60 179 113 / 30%);
}

.tools_page_fix-alt-text .content-body table tr.failed,
.tools_page_fix-alt-text .content-body table tr.error {
    background: rgb(205 92 92 / 30%);
}

.tools_page_fix-alt-text .content-body table tr.issue {
    background: rgb(255 165 0 / 30%);
}

/* Dashboard */
.tools_page_fix-alt-text .postbox-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tools_page_fix-alt-text #dashboard-widgets .meta-box-sortables {
    margin: 10px;
}

.tools_page_fix-alt-text #dashboard-widgets #postbox-container-1,
.tools_page_fix-alt-text #dashboard-widgets #postbox-container-2 {
    width: calc((100% - 10px) / 2) !important;
}

.tools_page_fix-alt-text #dashboard-widgets #postbox-container-1 {
    margin-right: 10px;
}

.tools_page_fix-alt-text #dashboard-widgets #settings ul {
    list-style: disc;
    padding-left: 21px;
}

.tools_page_fix-alt-text #dashboard-widgets .inside h2 {
    font-size: 18px;
}

.tools_page_fix-alt-text #dashboard-widgets .inside h3 {
    font-size: 15px;
}

.tools_page_fix-alt-text #dashboard-widgets .inside .padded-left {
    padding-left: 25px;
}

.notice-text {
    font-weight: bold;
    color: #2271b1;
}

.success-text {
    font-weight: bold;
    color: #00a32a;
}

.warning-text {
    font-weight: bold;
    color: #dba617;
}

.error-text {
    font-weight: bold;
    color: #d63638;
}

/* Progress bar */
.tools_page_fix-alt-text #dashboard-widgets #progress-bar {
    background: lightgrey;
    padding: 13px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.tools_page_fix-alt-text #dashboard-widgets #progress-bar .current-progress {
    background: green;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: width .25s;
}

.tools_page_fix-alt-text #dashboard-widgets #progress-bar .text {
    position: relative;
}

/* Charts */

.doughnut-chart {
    position: relative;
    max-width: 320px;
    margin: auto;
}

.doughnut-chart .center-label {
    position: absolute;
    width: 130px;
    height: 85px;
    color: #333;
    top: calc((100% - 85px) / 2);
    left: calc((100% - 130px) / 2);
    text-align: center;
    font-size: 21px;
    line-height: 1.4em;
}

.doughnut-chart .center-label span {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: red;
}

.chart-legend .color-box {
    display: inline-block;
    width: auto;
    height: 21px;
    padding: 5px 8px;
    margin-right: 10px;
    line-height: 21px;
}

.chart-legend a {
    color: #333;
    font-size: 14px;
    transition: background .25s, border-color .25s;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.chart-legend a:hover {
    background: #f4f4f4;
    border-color: #ccc;
}

.row-actions:focus-within {
    position: static;
}

.chart-legend li {
    margin: 0 0 21px;
}

.chart-legend a span {
    font-weight: bold;
    color: #000;
}

.plugins .plugin-title .dashicons:before {
    font-size: 20px;
}
[class*=dashicons-star-] { color: #ffb900; }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}