/* ============================================================
   BP Visitor Counter — default.css
   ============================================================ */

#mvcwid {
    background-color: transparent;
    width: 100%;
    padding: 10px;
}

#bpvccount {
    padding: 10px;
}

#bpvccount img {
    margin-right: 5px;
}

#bpvctable {
    padding: 10px;
}

#bpvctable div {
    display: block;
    padding: 2px 0;
}

#bpvctable img {
    vertical-align: middle;
    margin-right: 5px;
}

#bpvcip, #bpvcdate {
    padding: 10px;
    border-top: 1px dashed #bcbcb0;
}

#bpvcattribution {
    padding: 10px;
    border-top: 1px dashed #bcbcb0;
}


/* ============================================================
   Admin styles
   ============================================================ */

.bpvc_plugins_wrap .hndle {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    margin: 0;
    line-height: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid rgb(223,223,223);
    text-shadow: 0 1px 0 rgb(255,255,255);
    box-shadow: 0 1px 0 rgb(255,255,255);
    background: linear-gradient(to top, rgb(236,236,236), rgb(249,249,249)) repeat scroll 0% 0% rgb(241,241,241);
    margin-top: 1px;
    -moz-user-select: none;
}

.bpvc_option_wrap {
    border: 1px solid rgb(223,223,223);
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}

.bpvc_plugins_text {
    margin-bottom: 0;
}

.bpvc_plugins_text p {
    padding: 5px 10px 10px 10px;
    width: 90%;
}

.bpvc_plugins_text .form-table {
    clear: none;
}

.bpvc_plugins_text .form-table td {
    vertical-align: top;
    padding: 16px 20px 5px;
    line-height: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.bpvc_plugins_text .form-table input[type=radio] {
    margin-top: 0;
    margin-right: 4px;
    float: none;
}

.bpvc_plugins_text img {
    max-width: 100%;
}

.bpvc_right_sidebar {
    width: 42%;
    float: right;
}

.bpvc_left_sidebar {
    width: 55%;
    margin-left: 10px;
}

.bp_plugin_main_form {
    padding: 7px 10px;
}

.bpvc_follow_button img {
    margin: 5px;
}


/* ============================================================
   Glowing text counter
   ============================================================ */

.bp_text_glowing {
    display: inline-block;
}

.bp_text_glowing span {
    color: #fff;
    font-family: verdana, sans-serif;
    font-size: 10px;
    display: inline-block;
    animation: bp_animate_black 2s linear infinite;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: 1px solid rgba(255,255,255,.4);
    margin: 0 -2.5px;
}

.bp_text_glowing.effect-white span {
    animation-name: bp_animate_white;
}

@keyframes bp_animate_black {
    0%     { color: #f00; box-shadow: 0 2px 10px rgba(255,0,0,1);   border: 1px solid rgba(255,0,0,1); }
    33.33% { color: #ff0; box-shadow: 0 2px 10px rgba(255,255,0,1); border: 1px solid rgba(255,255,0,1); }
    66.66% { color: #0f0; box-shadow: 0 2px 10px rgba(0,255,0,1);   border: 1px solid rgba(0,255,0,1); }
    100%   { color: #f00; box-shadow: 0 2px 10px rgba(255,0,0,1);   border: 1px solid rgba(255,0,0,1); }
}

@keyframes bp_animate_white {
    0%     { color: #f00;    box-shadow: 0 2px 10px rgba(255,0,0,1); border: 1px solid rgba(255,0,0,1); }
    33.33% { color: #000;    box-shadow: 0 2px 10px rgba(0,0,255,1); border: 1px solid rgba(0,0,255,1); }
    66.66% { color: #130e0e; box-shadow: 0 2px 10px rgba(0,255,0,1); border: 1px solid rgba(0,255,0,1); }
    100%   { color: #f00;    box-shadow: 0 2px 10px rgba(255,0,0,1); border: 1px solid rgba(255,0,0,1); }
}

.bp_text_glowing span:nth-child(1) { animation-delay: 0s; }
.bp_text_glowing span:nth-child(2) { animation-delay: 0.1s; }
.bp_text_glowing span:nth-child(3) { animation-delay: 0.2s; }
.bp_text_glowing span:nth-child(4) { animation-delay: 0.3s; }
.bp_text_glowing span:nth-child(5) { animation-delay: 0.4s; }
.bp_text_glowing span:nth-child(6) { animation-delay: 0.5s; }
