.clear{
    clear:both;
}

.pps_button {
    text-align:center;
    margin-bottom: 20px;
}

.pps_button_off{
    opacity: 0.6;
    cursor: initial;
}

.pps_block {
    min-height:200px;
}
.pps_module {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-top: 2rem;
    background: #fff;
    width:100%;
    padding: 1.25rem 1.875rem;
    font-size:12px;
    margin-bottom: 6rem;
}
.pps_title {
    text-transform:uppercase;
    border-style: none none solid none;
    border-width: 1px;
    width:75%;
    padding: 7px 0;
    font-size: 16px;
}

.pps_data_titles {
    font-weight: bold;
}

.pps_block_data{
    float:left;
    width:48%;
    min-width: 420px;
}
.pps_block_data.left{
    margin-right: 4%;
}

.pps_data {
    font-weight: bold;
    color:#3eb3dd;
}
.pps_firstblock {
    width:100%;
    display:block;
}
.pps_secondblock {
    width:100%;
    display:block;
    min-height:340px;
    margin-bottom: 20px;
}

.pps_graph_block {
    width:100%;
}

.placeholder_psproductstats_piestatsFlotPlaceholder {
    height:200px;
    width:50%;
    float:left;
}

.pps_line_separator{
    border-bottom:1px solid #b6bac1;
    margin-bottom: 25px;
}

.pps_cat_title {
    text-transform:uppercase;
    font-weight: bold;
    color:#3eb3dd;
    margin: 0px 0px 5px 0px;
}
.pps_cat_title i{
    font-size: 11px;
    color: #7a7a7a;
    font-weight: normal;
}

.icon-good{
    background-image: url( https://selecta-play.com/modules/psproductstats/views/img/good.png);
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
}
.icon-error{
    background-image: url( https://selecta-play.com/modules/psproductstats/views/img/error.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
}
.icon-alert{
    background-image: url( https://selecta-play.com/modules/psproductstats/views/img/alert.png);
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
}
#pps_date_data {
    min-height:200px;
    display:block;
}
#pps_date_data .google_connect{
    background: #DC4E41;
    width: 260px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
    text-align: center;
}
#pps_date_data .google_connect:hover{
    opacity: 0.7;
}
#pps_date_data .google_connect img{
    height: 45px;
}

.pps_daterange{
    margin-top: 20px;
}

.pps_daterangepicker, .pps_daterange_existence{
    padding-top: 10px;
}

.pps_daterangepicker input{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.pps_block_data-content{
    margin-bottom: 15px;
}
.pps_block_data-content a.related_link{
    color : #3eb3dd;
    text-decoration: underline;
}
.pps_block_data-content a.related_link:hover{
    color : #777;
}
.pps_block_data-charts{
    padding: 20px 0;
}

.alert-comparison{
    color: #F7941D;
    font-style: italic;
}

.pps_firstblock .pps_general_values .pps_results{
    float: left;
    width: 25%;
    min-width: 250px;
    padding-bottom: 15px;
}

.pps_firstblock .pps_general_values{
    padding-bottom: 20px;
}
#pps_ajax_load{
    background: url(https://selecta-play.com/modules/psproductstats/views/img/ajax-loader.gif) no-repeat center;
    height: 250px;
    display: none;
}
p.only_you{
    background: #ababab;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    color: #ffffff;
}
.error-analytics{
    background: rgba(224,143,149,0.8);
    padding: 8px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.error-analytics:hover{
    opacity: 0.7;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}
.error-analytics i{
    float: left;
}