﻿html, body {
   margin:0;
   padding:0;
   height:100%;
}
form {
    min-height:100%;
    position:relative;
}
body {
    border-top: 3px solid #be1e2d;
    padding-top: 4px;
    box-sizing: border-box;
	min-width:1050px;
}
.container {
    width: 1000px;
    margin: auto;
    padding: 0 10px 65px 10px;
    position: relative;
}
header {
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #003d58;
    /*max-width: 730px;*/
    margin: auto;
}
nav {
    text-align: center;
}
nav.main {
    border-top: 1px solid #003d58;
    border-bottom: 1px solid #003d58;
}
nav.sub2, nav.sub3 {
    border-top: 1px solid #DADBDC;
}
nav ul {
    list-style: none;
    clear: both;
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
nav li {
    list-style: none;
    display: inline-block;
    margin: 10px 8px;
    border-bottom: 2px solid transparent;
}
nav.sub1 li, nav.sub2 li, nav.sub3 li {
    margin: 6px;
}
nav li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #003d58;
    text-transform: uppercase;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    line-height: 1;
}
nav.main li a {
    font-family: 'Roboto', sans-serif;
    padding: 2px 16px;
    font-size: 20px;
}
nav li:hover, nav li.active {
    border-color: #be1e2d;
}
nav li.active a {
    font-weight: normal;
}
nav.main li:hover, nav.main li.active {
    border-bottom: none;
}
nav.main li:hover a, nav.main li.active a {
    color: #be1e2d;
}
nav.main li.active a {
    font-weight: normal;
}
.content {
    margin-top: 50px;
    clear: both;
    overflow: hidden;
}
table {
    width: 100%;
    color: #58595B;
    margin: auto;
    font-size: 12px;
}
table.top-space thead:after {
    content: "";
    display: block;
    height: 20px;
}
table thead tr {
    padding-bottom: 10px;
}
table.top-line thead tr {
    border-bottom: 1px solid #be1e2d;
}
table tr {
    background-color: #fff;
}
table.bordered tbody tr {
    border-bottom: 1px solid #DADBDC;
}
table.striped tbody tr:nth-child(even) {
    background-color: #F1F1F2;
}
table.striped tbody tr:nth-child(odd) {
    background-color: #fff;
}
table.striped tbody tr.even {
    background-color: #F1F1F2;
}
table.striped tbody tr.odd {
    background-color: #fff;
}
table th {
    color: #003d58;
    text-align: right;
    font-weight: normal;
}
table td, table th {
    padding: 10px;
    text-align: right;
    vertical-align: top;
}
table .middle {
    vertical-align: middle;
}
table td a {
    color: #be1e2d;
    text-decoration: none;
}
table .left {
    text-align: left;
    position:relative;
}
table .left .iab {
    width: 26px;
    position: absolute;
    right: 3px;
    top: 0;
}
table .small {
    width: 20px;
}
.period ul, .period {
    display: none;
}
.period.active ul {
    display: block;
}
table img {
    max-width: 100px;
}
.twitter-user img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
}
.twitter-user div {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: normal;
}
.twitter-user div span {
    display: block;
    color: #818181;
    margin-top: 2px;
    font-weight: normal;
}
.report-people {
    margin-top: 15px;
}
.report-people:first-child {
    margin-top: 0;
}
.people-image {
    display: inline-block;
    position: relative;
    width: 60px;
    height:60px;
    vertical-align: middle;
    margin-right: 10px;
}
.people-image-wrap {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 60px;
    height:60px;
}
.people-image .people-rank {
    background-color: #f00;
    z-index:1;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    position: absolute;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
}
.people-image-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    object-fit: cover;
    object-position: top center;
}
.people-info {
    display: inline-block;
    vertical-align: middle;
}
.people-info > span {
    display: block;
    margin-bottom: 10px;
    color:#000;
    font-size: 13px;
}
.people-info > div {
    display: inline-block;
    margin-left: 15px;
    width: 64px;
}
.people-info > div:first-of-type {
    width: 53px;
    margin-left:0;
}
.people-info > div:last-of-type {
    width: 57px;
}
.people-info img {
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
.people-image.chart {
    width:40px;
    height:40px;
    right: 0;
    position: absolute;
}
.people-image.chart .people-image-wrap {
    width:40px;
    height:40px;
}
.people-image.chart:nth-of-type(2n) {
    left: 320px;
}
.people-image.chart .people-rank {
    font-size: 9px;
    height: 14px;
    width: 14px;
    line-height: 14px;
}
.people-info-col {
    width: 300px;
    float: left;
}
.people-chart-col {
    width: 100%;
    padding: 0 60px 0 370px;
    box-sizing: border-box;
    position: relative;
    z-index:-1;
}
.people-chart-col > img {
    width: 100%;
}
.people-chart-col .people-image.chart {
    margin-top: -35px;
}
.sites-total {
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    background: url("/images/circle.png") no-repeat;
    width: 312px;
    height: 313px;
    color: #003d58;
    text-align: center;
    padding: 90px 20px 90px 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}
.sites-total span {
    font-size: 78px;
    font-weight: 100;
    display: block;
    line-height: 1;
}
.sites-total span::after {
    content: "";
    height: 1px;
    width: 110px;
    margin: auto;
    background-color: #be1e2d;
    display: block;
    margin: 5px auto;
}
.sites-types {
    max-width: 820px;
    margin: 0 auto 25px auto;
}
.sites-types-details {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 455px);
    margin-left: 110px;
}
.sites-types-details div {
    width: 50%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #58595B;
    font-weight: 300;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 28px;
}
.sites-types-details span {
    display: inline-block;
    font-size: 24px;
    color: #be1e2d;
    font-weight: 300;
    width: 33px;
    text-align: right;
    margin-right: 10px;
    line-height: 1;
}
.three-cols {
    margin: 0 -25px;
}
.three-cols > div {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 25px;
}
.three-cols > div:nth-child(2) {
    border-left: 1px solid #be1e2d;
    border-right: 1px solid #be1e2d;
}
.two-cols {
    margin: 0 -25px;
}
.two-cols > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 25px;
}
.two-cols > div.small {
    width: 35%;
}
.two-cols > div.large {
    width: 65%;
    border-left: 1px solid #be1e2d;
}
.home-overview {
    margin-bottom: 50px;
}
.home-overview h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #003d58;
    font-weight: normal;
    text-align: center;
    margin-bottom: 35px;
}
.home-overview .bars {
    width: 60%;
    display: inline-block;
    vertical-align: bottom;
}
.home-overview .chart {
    width: 40%;
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: bottom;
}
.home-overview .chart img {
    width: 100%;
    height: auto;
}
.bar {
    display: table-row;
    width: 100%;
}
.bar .bar-title {
    font-size: 15px;
    font-weight: 300;
    color: #58595B;
    display: table-cell;
    width: 1%;
    padding: 0 0 10px 0;
    vertical-align: middle;
}
.bar .bar-title.red {
    color: #be1e2d;
}
.large-title .bar .bar-title {
    max-width: 143px;
    min-width: 143px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bar h2 {
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
}
.bar .bar-title span {
    color: #be1e2d;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
    width: 15px;
    text-align: right;
    margin-right: 10px;
}
.bar .bar-title a {
    text-decoration: none;
    color: #58595B;
    font-size: 15px;
    font-weight: 300;
}
.bar .bar-title a:hover{
    text-decoration: underline;
}
    .bar-container {
    display: table-cell;
    vertical-align: middle;
    padding: 0 47px 10px 10px;
    position: relative;
}
.bar-container div {
    display: inline-block;
    height: 17px;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}
.bar-container .news {
    background-color: #A7AAAD;
}
.bar-container .fun {
    background-color: #BF1829;
}
.bar-container .sport {
    background-color:#003B57;
}
        .bar-container .likes {
            background-color: #a7aaad;
        }
.bar-container .shares {
    background-color: #24ADE3;
}
        .bar-container .comments {
            background-color: #365CAA;
        }
.bar-total {
    font-size: 15px;
    font-weight: 300;
    color: #58595B;
    position: absolute;
    padding-left: 10px;
}
.analytics-sites {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    position:relative;
}
.analytics-frame {
    width: 700px;
    margin-left: 50px;
    display: inline-block;
    color: #58595B;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
}
.analytics-frame iframe {
    width: 100%;
    height: 2100px;
}
.analytics-sites .filter {
    width: 100%;
    margin-bottom: 20px;
}
input[type=text] {
    border: 1px solid #DADBDC;
    box-sizing: border-box;
    padding: 5px;
    color: #003d58;
}
.picture-wrap {
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 75px;
    display: block;
}
.picture-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    object-fit: cover;
    object-position: top center;
}
.fb-title a {
    color: #58595B;
    line-height: 1.3;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination a {
    display: inline-block;
    padding: 4px 8px;
    background-color: #be1e2d;
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
    width: 85px;
}
.show-more {
    cursor: pointer;
    display: block;
    padding: 4px 8px;
    background-color: #be1e2d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 20px auto;
    width: 85px;
}
footer {
    text-align: center;
    padding: 16px 0;
    background-color: #be1e2d;
    color: #fff;
    font-weight: 300;
    width: 100%;
    position: absolute;
    bottom: 0;
}
footer a {
    color: #fff;
    font-weight: 300;
}
.month {
    text-align: center;
}
.source-info {
    display: inline-block;
    width: 110px;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    color: #003d58;
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 1px solid #003d58;
}
.source-info div {
    margin: 30px 0;
}
.source-info span {
    color: #be1e2d;
    font-size: 27px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}
.source-chart {
    width: 590px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
}
.source-chart img {
    width: 100%;
}
.report-block {
    margin-top: 40px;
}
.report-block:first-of-type {
    margin-top: 0;
}
.report-body {
    clear: both;
}
.report-head {
    border-bottom: 1px solid #be1e2d;
    padding: 10px;
    margin-bottom: 15px;
}
.report-head .icon {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    padding-right: 15px;
    box-sizing: border-box;
}
.icon.days div {
    background: url('/images/sources-icons.png') no-repeat 0 0;
    width: 70px;
    height: 44px;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}
.icon.categories div {
    background: url('/images/sources-icons.png') no-repeat -9px -616px;
	width: 52px;
	height: 48px;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}
.icon.hours div {
    background: url('/images/sources-icons.png') no-repeat -5px -1090px;
	width: 60px;
	height: 60px;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}
.report-title {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.report-title h2 {
    color: #be1e2d;
    line-height: 1;
    margin: 0 0 6px 0 ;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}
.report-title h3 {
    color: #003d58;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
.report-title h3 a {
    color: #003d58;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
}
td.red {
    color: #be1e2d;
}
td.sub {
    color: #003d58;
    padding-left: 50px;
}

.month span {
    font-size: 18px;
    margin: 0 10px;
}
.month a {
    text-decoration: none;
    color: #be1e2d;
    font-size: 18px;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: 300;
    margin: 15px;
    color: #58595B;
}
.filter-table {
    overflow: auto;
}

.form {
    width: 450px;
    margin: auto;
}
.form-body {
    padding: 15px;
}
.form p {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.form label {
    color: #003d58;
    font-size: 14px;
    width: 140px;
    display: inline-block;
    font-weight: 300;
}
.form input, .form textarea, .form select {
    width: 276px;
    border: 1px solid #003d58;
    color: #003d58;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    background-color: transparent;
    height: 28px;
}
.form select {
    -webkit-appearance: menulist-button;
    line-height: 22px;
}
.form a {
    color: #be1e2d;
}

.about-info {
    position: absolute;
    left: 0;
    top: 10px;
}
.user-info {
    position: absolute;
    right: 0;
    top: 10px;
}
.user-info a, .about-info a {
    color: #808184;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 300;
}
.user-info span {
    padding: 0 10px;
    color: #be1e2d;
    font-weight: 300;
}
.user-info a.active, .user-info a:hover, .about-info a.active, .about-info a:hover {
    color: #be1e2d;
}
.form h2 {
    background-color: #be1e2d;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.form .buttons {
    text-align: right;
    margin-top: 30px;
    margin-left: 145px;
}
.form .forgotten {
    float: left;
    padding: 5px 0;
}
.form .button {
    background-color: #be1e2d;
    border-color: #be1e2d;
    color: #fff;
    border-radius: 8px;
    width: auto;
    padding: 5px 15px;
    cursor: pointer;
}
.form .info {
    display: block;
    text-align: center;
    padding: 10px;
}

p.error {
    font-size: 10px;
    background-color: #fbdede;
    color: #be1e2d;
    padding: 5px;
    border: 1px solid #be1e2d;
	display: none;
}

/* TABLE SORTER */

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url('data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIWjI+Ayxna4jtQumuzrobn6m2TxoRIAQA7');
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 20px;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAAL4eLf///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7');
    border-bottom: #be1e2d 2px solid
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAAL4eLf///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7');
    border-bottom: #be1e2d 2px solid
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
}

.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerSortUp {
    border-top: #be1e2d 2px solid
}
.tablesorter-default .tablesorter-processing {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important
}

nav.sub1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    padding-top: 30px;
}
td a:nth-child(2n) {
    margin-left: 10px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .no-break {
        page-break-inside: avoid;
    }
    .analytics-frame {
        width: 1000px;
        margin: 0;
        display: block;
    }
    footer {
        position: relative;
    }
    html, body {
        height: auto;
    }
    form {
        min-height: initial;
    }
}
.article-url{
    text-align:center;
}
.article-url span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #be1e2d;
    margin-right: 8px;
    font-weight: 300;
}
.article-url input {
    border: 1px solid #be1e2d;
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    width: 70%;
    color: #58595B;
    background-color: #f1f1f2;
}
.similarity .datetime {
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.similarity .datetime p {
    font-size: 12px;
    margin: 5px;
    display: inline-block;
}
    .similarity .datetime p.date {
        color: #003d58;
    }
    .similarity .datetime p.time {
        color: #be1e2d;
        font-size: 16px;
    }
.similarity .td-datetime{
    width:80px;
}
.similarity .datetime hr {
    background-color: #be1e2d;
    border: 0;
    width: 73%;
    height: 1px;
    margin: 2px auto;
}
.similarity .thumb {
    border-left: 1px solid #003d58;
    padding-left:20px;
    width:80px;
    height:80px;
    object-fit:cover;
}
table.similarity td, table.similarity th{
    text-align:left;
}
.similarity p.source {
    margin: 0;
    color: #be1e2d;
}
.similarity p.title {
    margin: 0;
}
.similarity p.title a {
    color: #58595B;
    font-size:16px;
    text-decoration:underline;
    line-height:1.2;
}
.similarity .active{
    background-color:#f1f1f2;
}
.similarity .active p{
    font-weight:bold;
}
    .similarity .active p.title a {
        color: #003d58;
    }
.content.footer a {
    font-size: 16px;
    color: #be1e2d;
}
.content.footer p {
    line-height:1.3;
}
.content.footer h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px;
    color: #be1e2d;
}
.content.footer table {
    width: initial;
    margin: 10px;
}
    .content.footer table td, .content.footer table th{
        padding:0;
    }
    .content.footer table p{
        margin: 5px 10px;
    }
    .content ul li {
        font-size: 16px;
        font-weight: 300;
        margin: 5px 0 5px 33px;
        color: #58595B;
        list-style-type: square;
    }
.hidden{
    display:none;
}
.soruces-sort {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 7px;
}
.legend {
    color: #58595B;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
.legend span {
    display: inline-block;
    height: 17px;
    width: 17px;
    margin: 0 8px 0 14px;
    vertical-align: bottom;
}