
/* Below are the styles for the debug box in the bottom right corner on the front-end */

#dppp-show-debug,
#dppp-hide-debug {
    cursor: pointer;
}

#dppp-show-debug:hover,
#dppp-hide-debug:hover {
    color: #888;
}

#dppp-debug-box .dppp-logo-image {
    padding: 3px 8px 3px 0;
    float: left;
}

#dppp-debug-content h1 {
    font-family: sans-serif !important;
    color: #222 !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
}

#dppp-debug-content p {
    font-family: sans-serif;
    color: #222;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 14px;
    padding: 0;
    margin: 5px 0;
}

#dppp-debug-content h1::before {
    display: none;
}

#dppp-debug-content .dppp-debug-information {
    font-size: 15px;
}

#dppp-hide-debug,
#dppp-show-debug {
    float: right;
    height: 24px;
    width: 24px;
    font-size: 24px;
}

#dppp-show-debug,
#dppp-debug-box .dppp-display-none,
.dppp-display-none {
    display: none;
}

#dppp-debug-box {
    overflow-y: auto;
    background-color: #fff;
    font-size: 14px;
    height: 450px;
    bottom: 10px;
    position: fixed;
    right: 10px;
    width: 380px;
    z-index: 9999999;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 18px;
    font-family: sans-serif;
    color: #222;
    max-width: 80%;
    max-height: 70%;
    transition: all 0.5s ease;
}

.dppp-debug-hidden#dppp-debug-box {
    overflow-y: hidden;
    width: 85px;
    height: 57px;
    padding: 10px;
}

.dppp-debug-hidden #dppp-debug-content {
    display: none;
}
.dppp-debug-hidden #dppp-show-debug,
.dppp-debug-hidden #dppp-show-debug-logo {
    display: block;
}

#dppp-debug-box .dashicons-update {
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    vertical-align: text-bottom;
}

.dppp-debug-uri {
    clear:both;
    color:#222;
    font-weight: 600;
}

/* We are using !important here because some themes are changing our values */
.dppp-debug-uri input {
    height: 28px !important;
    font-family: sans-serif !important;
    font-size: 14px !important;
    width: 100% !important;
    margin: 3px 0 9px 0 !important;
    padding: 3px 4px !important;
    box-sizing: border-box !important;
    color: #222 !important;
    border: 1px solid #ddd !important;
    background: #f2f2f2 !important;
}

#dppp-debug-box .dppp-plugin-list-title {
    color: #222;
    font-weight: 600;
}

#dppp-debug-box .dppp-green {
    color:#009900;
}

#dppp-debug-box .dppp-red {
    color:#aa0000;
}

#dppp-debug-box .dppp-plugin-list {
    line-height: 21px;
    clear: both;
    margin: 3px 0 9px 0;
    overflow-y: auto;
    border: 1px solid #ddd;
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    background: #eee;
    padding: 5px 0;
}

#dppp-debug-box .dppp-deactivated-logo-image {
    padding: 0;
    margin: 0;
    display: inline;
    width: 14px;
    vertical-align: text-bottom;
}

.dppp-dsppp-icon {
    filter: hue-rotate(180deg);
}

/* We are using !important here because some themes are changing our values */
#dppp-debug-box .dppp-hint-text {
    display: none;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 22px;
    font-style: normal;
}

/* We are using !important here because some themes are changing our values */
#dppp-debug-box .dashicons-info {
    line-height: 21px !important;
    cursor: pointer !important;
    color: #666 !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* We are using !important here because some themes are changing our values */
#dppp-debug-box .dashicons-info:hover {
    color: #888 !important;
}

#dppp-debug-box .dppp-plugin-list .dppp-red,
#dppp-debug-box .dppp-plugin-list .dppp-green {
    padding: 0 21px 0 10px;
    position: relative;
}

#dppp-debug-box .dppp-plugin-list .dashicons-menu {
    visibility: hidden;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 1px;
    right: 2px;
    color: gray;
}

#dppp-debug-box .dppp-plugin-list .dashicons-menu:hover {
    color: #333;
}

#dppp-debug-box .dppp-plugin-list .dppp-red:hover .dashicons-menu,
#dppp-debug-box .dppp-plugin-list .dppp-green:hover .dashicons-menu {
    visibility: visible;
}

#dppp-debug-box .dppp-plugin-list .dppp-red:hover,
#dppp-debug-box .dppp-plugin-list .dppp-green:hover {
    background: #fcfcfc;
}

#dppp-debug-box .dppp-plugin-actions p {
    margin: 0 0 5px 0;
}

#dppp-debug-box .dppp-plugin-actions b,
#dppp-debug-box .dppp-plugin-actions a,
#dppp-debug-box .dppp-plugin-actions p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: none;
    transition: color .1s ease-in;
}

#dppp-debug-box .dppp-plugin-actions p.dppp-debug-plugin-list-hint {
    line-height: 19px;
    font-size: 13px;
    margin-top: 15px;
}

#dppp-debug-box b.dppp-debug-quick-title {
    display: inline-block;
    line-height: 19px;
}

#dppp-debug-box .dppp-plugin-actions a,
#dppp-debug-box .dppp-plugin-actions a:visited {
    color: #0073aa;
    text-decoration: underline;
}

#dppp-debug-box .dppp-plugin-actions a:hover,
#dppp-debug-box .dppp-plugin-actions a:active {
    color: #00a0d2;
}

#dppp-debug-box .dppp-plugin-actions b {
    font-weight: 600;
}

#dppp-debug-box .dashicons {
    text-decoration: none;
}

#dppp-debug-box .dppp-plugin-actions .dashicons {
    line-height: 22px;
    height: 22px;
    width: 22px;
}

#dppp-debug-box .dppp-plugin-actions .dashicons-screenoptions,
#dppp-debug-box .dppp-plugin-actions .dashicons-arrow-left-alt {
    font-size: 18px;
}

#dppp-debug-box .dppp-plugin-actions .dashicons-yes {
    font-size: 20px;
}

#dppp-debug-box .dppp-plugin-actions .dashicons-yes-alt {
    font-size: 19px;
}

#dppp-debug-box .dppp-plugin-actions .dashicons-update {
    font-size: 19px;
    line-height: 19px;
    height: 19px;
    width: 22px;
}

#dppp-debug-box .dppp-debug-reload-page {
    float: right;
    line-height: 16px;
    margin-top: 3px;
    margin-right: 3px;
    color: #0073aa;
}

#dppp-debug-box .dppp-debug-reload-page:hover {
    color: #00a0d2;
}

#dppp-debug-box .dppp-debug-reload-page .dashicons-image-rotate {
    width: 19px;
    height: 19px;
    font-size: 16px;
    line-height: 17px;
}

#dppp-debug-box .dppp-debug-reload-page .dashicons-update {
    width: 19px;
    height: 19px;
    font-size: 19px;
}

#dppp-debug-box .dppp-debug-add-to-group {
    font-size: 13px;
    font-family: sans-serif;
    line-height: 1;
    max-width: 225px;
    padding: 0;
    height: auto;
    margin: 0;
    display: inline-block;
    border: 1px solid #888;
    width: auto;
    color: #333;
    min-height: 22px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background: white;
}

.dppp-flip-character {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
}

@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }

}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }


}

@media (max-width: 1024px) {

    #dppp-debug-box .dppp-plugin-list .dashicons-menu {
        visibility: visible;
        top: 3px;
    }

    #dppp-debug-box .dppp-plugin-list {
        line-height: 26px;
    }

}
