/* CSS styles for the tool */

.fb3 {
    display: block;
    padding: 20px 0;
    box-shadow: 0 20px 40px -35px #aaa;
    clear: both;
}
.fb3:last-child {
    border-bottom: none;
    box-shadow: none;
}
.fb3 .icon {
    color: #fff;
    border-radius: 15px;
    font-size: 48px;
    padding: 15px 0;
    text-align: center;
}
.fb3 .info {
    padding-left: 40px;
}
.fb3 .info .title,
.fb3 .info .de {
    display: block;
}
.fb3 .info .title {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e9e9e9;
    font-size: 20px;
    color: #3b3b3b;
}
.fb3 .info .de {
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 4px;
    color: #70757b;
}
.fb3.blue .icon {
    background: #334d5c;
    background: #334d5c;
}
.fb3.blue .info .title strong {
    color: #334d5c;
}
.fb3.red .icon {
    background: #df5a49;
}
.fb3.red .info .title strong {
    color: #df5a49;
}
.fb3.yellow .icon {
    background: #efc94c;
}
.fb3.yellow .info .title strong {
    color: #efc94c;
}
.fb3.green .icon {
    background: #45b29d;
}
.fb3.green .info .title strong {
    color: #45b29d;
}
.fb3.orange .icon {
    background: #e27a3f;
}
.fb3.orange .info .title strong {
    color: #e27a3f;
}
.fb3.skyblue .icon {
    background: #2b82c9;
}
.fb3.skyblue .info .title strong {
    color: #2b82c9;
}
.sb2 {
    padding-left: 30px;
}
.fb3 {
    box-shadow: none !important;
    padding: 0;
}
.fb3 .icon {
    background: #fff !important;
    color: #0897b6;
}
.fb3 .icon {
    border-radius: 15px;
    font-size: 32px;
    padding: 10px 0;
}
.fb3 .info {
    padding-left: 20px;
}
.fb3 .info .title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e9e9e9;
    font-size: 16px;
}
.fb3 .info .de {
    font-size: 13px;
    letter-spacing: 0;
    word-spacing: 1px;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 4px;
}
.sb2 {
    padding: 10px;
}
.rpnb {
    background: #70bdc2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 25px !important;
    clear: both;
    display: block;
}
.rpnb .h,
.rpnb a {
    color: #fff;
    padding: 17px 15px;
    display: block;
    font-size: 18px;
}
.rpnb .h {
    font-weight: 700;
    border-bottom: 1px solid #6bb2b6;
}
.rpnb a {
    position: relative;
    padding-left: 45px;
}
.rpnb a:nth-child(odd) {
    background: #86c8cc;
}
.rpnb a:hover {
    background: #64b3b8;
}
.rpnb a::before {
    position: absolute;
    content: "01.";
    left: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #f3e3b0;
}
.rpnb a:nth-child(2)::before {
    content: "02.";
}
.rpnb a:nth-child(3)::before {
    content: "03.";
}
.rpnb a:nth-child(4)::before {
    content: "04.";
}

b {
    font-weight: 500;
}
/* Pie Chart */
.progress-pie-chart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #e5e5e5;
    position: relative;
}
.progress-pie-chart.gt-50 {
    background-color: #81ce97;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 100px, 200px, 0);
    background: #81ce97;
    transform: rotate(60deg);
}
.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 200px, 200px, 100px);
    background: #e5e5e5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 170px / 2);
    top: calc(50% - 170px / 2);
    width: 170px;
    height: 170px;
    background: #fff;
    text-align: center;
    display: table;
}
.ppc-percents span {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 5.6em;
    font-weight: 100 !important;
    /*color: #81CE97;*/
    color: #464646;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.progress {
    margin-bottom: 7px;
}
.checkServices .fa {
    display: none;
}
.checkServices.checked .fa {
    display: inline-block !important;
}
.green {
    color: green;
}
.red {
    color: red;
}
.icon_cross_light {
    color: #f0ad4e;
}
#pps-site-seo tr td:nth-child(3) {
    padding: 15px 0px;
}
@media (min-width: 640px) {
    #pps-title td:first-child {
        width: 20%;
    }
    #pps-title .status {
        width: 8%;
    }
}
@media only screen and (max-width: 640px) {
    .pps_seo_table,
    .pps_st {
        word-break: break-word;
    }
    .pps_st td:nth-child(3) {
        width: 70%;
        word-break: break-word;
        font-size: 13px;
    }
    .pps_st td:first-child {
        font-size: 12px;
    }
    .pps_st td:nth-child(2) {
        font-size: 6px;
    }
    .pps_st td {
        padding: 4px !important;
    }
    .pps_st td:first-child {
        padding: 4px;
    }
}
