@charset "UTF-8";

/* -------------------------------------- */
/* >>>>>>>>>>>>>  Aux. Fixes <<<<<<<<<<<< */
/* -------------------------------------- */
/*    necessary for non BS3 templates     */

.bf-left {
    text-align: left;
}

.bf-right {
    text-align: right;
}

.bf-right-important {
    text-align: right !important;
}

/* center is .text-center, row 327 in this file */

/*General Overrides */
.block-visible {
  display: block !important;
}

p.clear {
  clear: both;
  padding:0 !important;
  margin:0;
  width: 0%;
  height: 0%;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

#header h1 {
    height: 62px;
    top: 2px;
}


#content-header h1 a {
  color: #aaa;
}

#content-header h1 a:hover {
  color: #444;
}

div#breadcrumb {
  border: none !important;
}

a.quick-actions-button {
  font-weight: 600;
}


table.blinkfire-table.roster tr th.facebook,
table.blinkfire-table.roster tr td.facebook,
table.blinkfire-table.roster tr th.instagram,
table.blinkfire-table.roster tr td.instagram {
    display:none;
}

.report-section-title, .roster-section-title, .leagueleaders-section-title {
    text-align: center;
    font: 100 4.5em/1 'Open Sans', sans-serif;
    margin: 50px 0;
    color: #444;
}

.bw-posts-order {
    margin-left: 35px;
    display: inline-block;
}
.bw-posts-order label {
    display: inline;
    margin-left: 10px;
    cursor: pointer;
}
.bw-posts-order label input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
.roster-section-title, .leagueleaders-section-title {
    font-size: 2.5em;
}

.no-chart-notice {
    text-align: center;
    font: 300 2em 'Open Sans',sans-serif;
    width: 70%;
    margin: 20px auto;
}

.consolidated-email-p {
    width: 70%;
    margin: 15px auto;
    text-align: center;
    font-size: 0.9em;
}

.media-report-subtitle {
    font: 700 2.5em 'open sans', sans-serif;
    text-align: center;
    margin: 80px 0px 20px;
}

.media-report-subtitle:first-of-type {
    margin-top: 40px;
}

.media-report-table-fix {
    margin-bottom: 50px !important;
}

.report-separator {
    width: 100%;
    border-bottom: 1px solid #bbb;
    margin: 60px 0;
}

.animation-container {
    text-align: center;
}

.animation-container h3 {
    font: 300 2.5em 'Open Sans', sans-serif;
}

.audience-size-pagination {
    text-align: center;
    margin: -20px 0 30px;
}

.media-report-bottom-buttons {
    margin-bottom: 20px;
}

.secondary-color-link {
    color: #2D335B;
}

[class^="bf-icon-"], [class*=" bf-icon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    /*opacity: .6;*/
	margin-top: 2px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url("../img/bf-icons-white.png");
    background-position: -1000px -1000px;
    background-repeat: no-repeat;
}

.bf-icon-small-chart {
    background-position: -40px -32px !important;
}

.bf-icon-small-media {
    background-position: 0 -32px !important;
}

.bf-icon-search {
    background-position: -16px -32px !important;
}

.back-to-team-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
    display: inline-block;
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
}

.twitter-typeahead {
    float:left;
}

.teaser-container {
    width: 100%;
    margin: 30px 0;
}

.teaser-box {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    height: 100%;
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
    margin: 0 auto;
    font-family: 'Open Sans',sans-serif;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}

.teaser-box h1 {
    margin-bottom: 30px;
    font-weight: 100;
    font-size: 3em;
    line-height: 1.2;
}

.teaser-box h1 em {
    font-weight: 900;
}

.teaser-sub {
    font: 100 1.45em/1.4 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.screenshot-box {
    width: 24%;
    height: 100px;
    background-color: #333;
    float: left;
    margin: 0 30px 0 0;
    overflow: hidden;
    border-right: 6px solid #fff;

}

.screenshot-box > img {
    height: 100%;
    max-width: none !important;
}

.scrn-right {
    float: right !important;
    margin: 0 0 0 30px !important;
    border-right: none !important;
    border-left: 6px solid #fff;
}

.my-row {
    height: 100px;
    background-color: #eee;
    margin-bottom: 20px;
}

.feature-sub {
    padding-top: 30px;
    padding-right: 25px;
    font-weight: 100;
    font-size: 1.2em;
}

.scrn-right + .feature-sub {
    padding-right: 0 !important;
    padding-left: 25px;
    padding-top: 40px;
}


.tt-hint {
    color: transparent !important;
}

.page-blocker {
    display:none;
    background-color: rgba(255,255,255,0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    position:absolute;
}

.page-blocker .spinner {
    height: 0;
    width: 0;
}

.page-blocker .spinner-on {
    width: auto !important;
    height: auto !important;
}

.reports-top-paragraph {
    text-align: center;
    margin-top: 30px;
}

.sponsors-top-paragraph {
    text-align: center;
    margin: 30px auto 20px;
    font: 100 1.3em 'Open Sans', sans-serif;
    display: inline-block;
}

.sponsors-top-paragraph.drilldown {
    font: 100 1.15em/1.8 'Open Sans', sans-serif;
    padding: 15px;
}

.sponsors-top-paragraph strong {
    font-weight: 600;
}

.sponsorship-cta-box {
    width: 700px;
    background-color: rgb(229, 229, 229);
    border: 1px solid rgb(209, 209, 209);
    /*border-radius: 5px;*/
    text-align: center;
    padding: 15px 65px;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}

.sponsorship-cta-box p {
    font-size: 1.2em;
    font-weight: 600;
    color: #555;
}

.sponsorship-cta-box p:nth-child(2) {
    font-weight: 400;
}

img.cta-teaser {
    max-width: 90%;
    margin: 30px;
    background-color: rgb(229, 229, 229);
    border: 1px solid rgb(209, 209, 209);
    padding: 10px;
    cursor: not-allowed;
}

.post-count-title-ajax {
    display: none;
    color: #999;
    font-size: 0.5em;
}

.text-center {
    text-align: center !important;
}

.isotope-controllers {
    margin-top: 9px;
}

#brand-content .isotope-controllers {
    text-align: center;
}

iframe.twitter-timeline {
    width: 100% !important;
    height: 100%;
    min-height: 50vh;
}

@media (max-width: 767px) {
    .event-overall {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .event-stat {
        height: 55px !important;
        margin-bottom: 10px;
    }
    .event-stat:nth-of-type(4),
    .event-stat:nth-of-type(5) {
        height: 110px !important;
    }
    .event-engagement-table {
        margin-top: 15px;
    }
    .event-top-bar {
        text-align: center;;
    }
  .hidden-xs {
    display: none !important;
  }
  .post-metrics-full-number { display:none; }
  .teaser-box {width: 400px;}
  .screenshot-box {width: 100%; height: 200px;}
  .my-row {height: 300px;}
  .feature-sub {padding: 210px 10px 10px 10px !important;}
  .scrn-right + .feature-sub {padding: 210px 10px 10px 10px !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .post-metrics-full-number { display:none; }
  .b-w-item-text {width:150px !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .post-metrics-short-number { display:none !important; }
  .b-w-item-text {width:190px !important;}
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .post-metrics-short-number { display:none !important; }
  .b-w-item-text {width:350px !important;}
  .post-metrics td {font-size: 1em !important;}
}
@media (min-width: 1500px) {
    .b-w-item-text {width:600px !important;}
}

.blinkfire-table {
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    overflow: hidden;
    /*float: left;*/
}

.blinkfire-table td {
    background-color: #f9f9f9;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    padding: 8px 15px;
    border-left: 1px solid #ddd;
    font-size: 0.9em;
}

.blinkfire-table td.entity-cell {
    padding-left: 8px;
    text-align: left;
}

.blinkfire-table.agency {
    margin: 10px;
}

.blinkfire-table.agency td {
    border-left: 0;
}

.blinkfire-table.agency h5,
.blinkfire-table.agent h5,
.blinkfire-table.agent-stats h5{
    padding: 12px 10px;
    margin: 0;
    border-bottom: 1px solid #CDCDCD;
    color: #666;
    background-color: #fafafa;
}

.blinkfire-table.agent {
    background-color: #f9f9f9;
}

.blinkfire-table.agent-stats {
    background-color: #F9F9F9;
    margin-top: 20px;
}

.blinkfire-table.agent-stats h5 {
    font-size: 18px;
    font-weight: 400;
    background-color: #eaeaea;
}

.agent-stats-spacer {
    padding: 15px;
}

.blinkfire-table td a {
    color: #555;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.blinkfire-table td a:hover {
    color: #0e88c3;
}

.blinkfire-table th {
    font-size: 10px;
    padding: 5px 2px 2px;
    text-align: center;
    border-bottom: 0;
    color: #666;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    line-height: 20px;
    background-color: rgb(230,230,230);
    height: 40px;
}

.blinkfire-table tfoot th {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    font-size: 0.9em;
    background-color: #ebebeb;
    text-align: right;
    font-weight: normal;
    padding: 2px 15px;
}

.blinkfire-table.table-mediacos tfoot th {
    text-align: center;
}

.blinkfire-table tfoot th:first-of-type {
    text-align: center;
}

.blinkfire-table th:first-of-type, .blinkfire-table td:first-of-type {
    border-left: 0 transparent solid;
}

.blinkfire-table tr:first-of-type td {
    border-top: 0 transparent solid !important;
}

.blinkfire-table th[class^="sorting_"] {background-color: #eee;}

.blinkfire-table .sorting_asc:after {content: " ▲";}
.blinkfire-table .sorting_desc:after {content: " ▼";}

.table-title {
    font-weight: 300;
    color: #555;
}

.bf-row-highlight tr:hover td {
    background-color: #fefefe;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

table.bf-row-highlight .fans {
    color: #3A8DC9;
    white-space: nowrap;
    margin: 0;
}

.row-highlight td {
    background-color: #D0E0EB;
    border-color: #ccc;
}

.bftable-brand {
    max-width: 1300px;
    margin: 20px auto;
    float: none;
}

.bftable-brand-subtitle {
    font: 100 1.7em 'Open Sans',sans-serif;
    margin-bottom: 5px;
}

.bftable-brand-name {
    width: 180px;
}

.blinkfire-tab-pane {
    padding: 10px;
}

.tab-pane-text {
    font-size: 11px;
    float: right;
    margin-right: 10px;
}
.blinkfire-select {
    width: auto;
    background-color: #fff;
    border: 1px solid #aaa;
    height: 40px;
    font-size: 1.2em;
    font-weight: 300;
    color: #333;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: -20px;
}

.blinkfire-select-container {
    text-align: center;
}

.b-w-item-text {
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin-right: 10px;
}

.sponsorship-table-title {
    font: 100 2em 'Open Sans',sans-serif;
    text-align: center;
    color: #333;
    padding: 15px 0;
}

.post-metrics-channel-name, .post-metrics-posts-number {
    display: none;
}

.sponsor-stats-title {
    font: 100 3em 'Open Sans',sans-serif;
    margin-bottom: -15px;
    text-align: left;
}

.sponsor-stats-title a {
    color: #333;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.sponsor-stats-title a:hover {
    color: #777;
}

.sponsor-stats-title a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #777;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

.sponsor-stats-title a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sponsor-channel-stats-title {
    font: 100 3em 'Open Sans',sans-serif;
    margin: 1em 0;
    text-align: center;
}

.brand-daily-graph {
    margin-bottom: 35px;
}
.date-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.date-box {
	background-color: #4578A3;
	width: 60px;
	height: 60px;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.date-box.date-selection:hover {
    background-color: #ff8000;
    cursor: pointer;
}
.day-box {
	background-color: #fff;
	width: 52px;
	height: 35px;
	left: 4px;
	bottom: -3px;
	position: relative;
	text-align: center;
	font:100 2.1em/1.2 'Open Sans',sans-serif;
}
.date-month {
	text-align: center;
	font: 900 0.8em/1.6 'Open Sans',sans-serif;
	color: white;
    text-transform: uppercase;
}
.day {
    color: #666;
}
.date-text {
    font: italic 100 1em 'Open Sans',sans-serif;
}
.calendar-container {
    width: 540px;
    overflow: hidden;
    margin: 20px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 0;
    -webkit-transition: height 300ms;
    transition: height 300ms;
}
.calendar-container.active {
    height: 280px;
}

.calendar-container.active.plus {
    height: 350px;
}

.calendar-container .calendar-footer {
    width:100%;
    text-align:center;
}

.calendar-launch {
    border: 3px solid #4578A3;
    background-color: transparent;
    margin: 0 auto;
    color: #4578A3;
    font-size: 15px;
    font-weight: 900;
    padding: 8px 15px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.calendar-launch:hover {
    border-color: #ff8000;
    color: #ff8000;
}
.calendar-toggle-button {
    background-color: #4578A3;
    padding: 4px 15px;
    color: white;
    font-weight: 100;
    font-style: normal;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.calendar-toggle-button:hover {
    background-color: #ff8000;
}

.show-period-alert {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:none;
}

.growth-calendar-dates {
    text-align: right;
    /*background-color: white;*/
    color: gray;
    margin-top: 15px;
}

.growth-dates-box {
    background-color: #fff;
    display: inline-block;
    padding:5px 10px 0;
}

.growth-calendar-dates input[type="text"] {
    width:75px;
    margin:0;
    padding:2px
}

.growth-calendar-dates input:first-child {
    margin:0 5px 0 0;
}

.blurred-number {
    margin-right: -6px;
}

/* NEW SPINNER STYLING AND ANIMATIONS */

.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(37, 37, 37, 0.15);
  border-right: 1.1em solid rgba(37, 37, 37, 0.15);
  border-bottom: 1.1em solid rgba(37, 37, 37, 0.15);
  border-left: 1.1em solid #888;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader.small,
.loader.small:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.loader.tiny,
.loader.tiny:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin: 0 auto;
}
.loader.micro,
.loader.micro:after {
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    margin: 0 auto;
    -webkit-animation:load8 0.4s infinite linear;
    animation:load8 0.4s infinite linear;
    border-top: 0.5em solid rgba(37, 37, 37, 0.15);
    border-right: 0.5em solid rgba(37, 37, 37, 0.15);
    border-bottom: 0.5em solid rgba(37, 37, 37, 0.15);
    border-left: 0.5em solid #888;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END NEW SPINNER SECTION */

.sponsor-other-interactions-container {
    max-height: 320px;
    overflow-y: auto;
}

.sponsor-other-interactions-container.no-scroll {
    max-height: none;
}

.sponsor-channel-stats-row {
    width: 30vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.sponsor-channel-stats-row.full-description {
    white-space: normal;
}

body.container-fix .container {
    width: 100%;
    max-width: 1170px;
}

.teaser-limiter-container {
    max-height: 300px;
    /*border: 1px solid #999;*/
    overflow: hidden;
    position: relative;
}

.teaser-limiter-gradient {
    background-image: linear-gradient( 0deg, #f9f9f9, transparent );
    height: 200px;
    width: 100%;
    position: absolute;
    top: 100px;
}

.tt-suggestion em {
    font-weight: bolder;
    font-size: 10px;
    color: #bbb;
}

/* ==========================================================================
   POST VIEW CSS
   ========================================================================== */

#item-view {
    background-color: #f1f1f1;
}

.pview-header {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 10;
}
.pview-title {
    margin: 0;
    line-height: 50px;
    display: inline-block;
}
.pview-title img {
    height: 40px;
    margin-top: -6px;
}
.pview-text {
    display: block;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
    background-color: #fafafa;
    margin-top: 10px;
}
.pview-text a {
    color: #ff8000;
}
.pview-meta {
    font-size: .66em;
    margin: 10px 0;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}
.pview-author {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.pview-author a {
    color: #333;
}
.pview-author img {
    margin-right: 15px;
    width: 30px;
    margin-top: -4px;
}
.pview-date {
    margin-left: 45px;
    color: #bababa;
    line-height: 15px;
    font-size: .9em;
    margin-top: -7px;
}
.pview-date img {
    width: 13px;
    margin-top: -3px;
    opacity: 0.75;
}
.pview-date a {
    color: #bababa;
    text-decoration: none;
}
.pview-date a:hover {
    text-decoration: underline;
}
.pview-media {
    position: relative;
    float: right;
    max-width:100%;
}
.pview-image,
.pview-video {
    max-width: 100%;
}
.pview-stat:after {
    content: ' · '
}
.pview-stat:last-of-type:after {
    content: ''
}
.pview-verified {
    margin-top: -12px;
}
.pview-location {
    color: #999;
}
.pview-location img {
    opacity: 0.4;
    margin-right: 10px;
}
.pview-stats,
.pview-engagement {
    font-size: 1.5rem;
}
.pview-admin {
    position: absolute;
    right: 10px;
    top: 10px;
    color: transparent;
    transition: all 150ms;
}
.pview-admin:hover {
    color: #666;
}
.pview-media .spot-coords-overlay:hover .dropdown-menu {
    display: inline-block;
}
.pview-engagement {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.pview-engagement strong {
    font-size: 15px;
}
.pview-engagement:nth-child(2) {
    margin-top: 10px;
}
.pview-video-brand {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 15px;
    margin-bottom: 15px;
    width: 48%;
    margin-right: 1%;
}
.pview-video-brand-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.pview-video-brand-avatar img {
    width: 34px;
    margin: -2px 0 0 -2px;
    height: auto;
}
.pview-image-brand {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.pview-brand-name {
    display: inline-block;
    margin: 0;
    line-height: 30px;
}
.pview-spot-overlay {
    font-size: 11px !important;
}
.pview-media .spot-coords-overlay.dropdown-submenu > .dropdown-menu{
    min-width: 180px;
}

.private-stats {
    border: 1px solid #6D92BF;
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #F7FCFF;
    font-size: 95%;
}

.private-stats .pview-stat {
    margin-bottom: 0;
}


/* ==========================================================================
   TWITTER EMBED CARD
   ========================================================================== */

.embed-card-title {
    font: 100 1.2em 'Open Sans',sans-serif;
    text-rendering: optimizelegibility;
    text-decoration: none;
    -moz-transition: color .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: color .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: color .1s cubic-bezier(0.0,0.0,0.2,1);
    outline: 0;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    color: #eee;

}
.embed-sprite-icon i {
    display: inline-block;
    width: 38px;
    height: 30px;
    margin-top: 0;
    line-height: 30px;
    vertical-align: text-top;
    background-image: url("../img/embed_sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.embed-sprite-icon.muted i {
    background-position: -38px 0;
}


/* ==========================================================================
   MLS Page
   ========================================================================== */

.mls_checkmark {
    color: #2CA24F;
}

.mls_image_row {
    margin: 15px 0px 15px 0px;
}

/* ==========================================================================
   CONTACT FORM CSS
   ========================================================================== */

#contact-form {
    background-size: 300% 200%;
    padding: 20px 0px 20px 0px;
    color: white;
    position: relative;
    width: 100%;
    background: linear-gradient(360deg, #0c0d31, #333890);
    -webkit-animation: bgAnimation 11s ease infinite;
    -moz-animation: bgAnimation 11s ease infinite;
    animation: bgAnimation 11s ease infinite;
}

#contact-form hr{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#contact-form input{
    font-size: 16px !important;
}

.contact-container {
    max-width: 550px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 25px;
}

.contact-textarea {
    width: 100%;
    margin: 5px 0;
    border: 0;
    resize: none;
    display: block;
    padding: 7px;
    height: 150px;
    font-size: 1em;
    color: #333;
    border-radius: 5px;
}
.contact-select, .contact-half {
    width: 49.5%;
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
}
.labeled-input {
	border: 0;
	padding: 11px 7px;
	outline: none;
	font-size: 1.2em;
	width: 100%;
	margin: 0;
}
.labeled-input:focus,
.contact-select:focus,
.contact-textarea:focus {
	box-shadow: 0 0 6px 1px rgba(155,200,255,1);
	outline: 0;
}
.contact-field {
	position: relative;
	padding: 0;
	margin: 5px 0;
}

.contact-field > input[name="address"] {
    display: none;
}

.contact-field > label[for="address"] {
    display: none;
}

.labeled-input:focus,
.labeled-input:valid,
.labeled-input.active {
	padding-top: 18px;
	padding-bottom: 4px;
}
.labeled-input + .input-label {
	color: #AAA;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 7px;
	transition: all 200ms;
	font-size: .9em;
}
.labeled-input:focus + .input-label,
.labeled-input + .input-label.active {
	-webkit-transform: none;
	transform: none;
	top: 3px;
	font-size: 0.7em;
}

.contact-title {
    font-size: 2.4em;
    font-weight: bolder;
    color: #fff;
}

.exemption {
	font-size: 1.15em;
	padding: 0 5px;
	color: #fff;
}
.contact-submit{
    width: 100%;
    background-color: transparent;
    padding: 15px;
    font-size: 1.5em;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 0;
    border: 2px solid #fff;
    border-radius: 10px;
}
.contact-submit:hover {
	background-color: #ff8000;
	color: #fff;
}

.imgbg {
	background-image: url('../img/contact_header.jpg');
	background-position: center 65%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 500px;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	opacity: 0.35;
}

.imgbg:after {
	content: '';
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), #333);
	display: block;
}

/* ==========================================================================
   WORLDWIDE MEDIA
   ========================================================================== */

#regions_div text {
    fill: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

#control {
    padding-left: 8px;
    background-color: #fff;
    margin-bottom: 30px;
}

#text-chart-container {
    min-width: 240px;
    height: 360px;
}

.country-toggle {
    text-align: center;
    background-color: #fff;
    padding: 5px 150px;
    margin-bottom: 30px;
}

.multi-toggles {
    font-size: 1.15em;
    background-color: #fff;
    text-align: center;
    padding: 3px;
}

.tm-category {
    margin: 3px 2px;
    height: 24px;
    width: 24px;
}


/* ==========================================================================
   EVENTS CSS
   ========================================================================== */

.event-overall {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.event-stat {
    padding-left: 5px;
    font-size: 1.3em;
    display: inline-block;
    margin-right: 5px;
    border-left: 5px solid #999;
    height: 100%;
}

.event-stat-value {
    font: 900 180%/1 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
    display: block;
}

.event-stat-type {
    font: 100 120%/1 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.bf-angular-table th a {
    cursor: pointer;
    color: #555;
}

.bf-angular-table td a {
    color: #428bca;
}

.event-info-toggle {
    border: 1px solid #BBB;
    background-color: #FEFEFE;
    font-size: 11px;
    padding: 2px 5px 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.event-engagement-chart svg {
    overflow: visible;
}

.event-engagement-table tbody {
    overflow-y: auto;
    display: block;
    max-height: 350px;
}

.event-engagement-table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.event-engagement-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.event-engagement-table th, .event-engagement-table td {
    width: auto;
}

.blinkfire-scroll-tbody {
    max-height: 450px;
    overflow-y: auto;
    display: block;
}

.blinkfire-scroll-tbody tr,
.blinkfire-scroll-tbody td {
    display: block;
}

.event-overall .smaller {
    font-size: 0.7em;
    margin-top: 8px;
    opacity: 0.8;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (min-width: 1500px) {
    .post-metrics-channel-name {display: inline-block; font-size: 0.9em; padding-right: 30px;}
}

@media (min-width: 1160px) {
    .post-metrics-posts-number {display: table-cell;}
    .post-metrics-main-medium {display: none;}
    .post-metrics-hide-medium {display: table-cell;}
}

@media (min-width: 1024px) {
  table.blinkfire-table.roster tr th.facebook,
  table.blinkfire-table.roster tr td.facebook {
    display:table-cell;
  }
  .modal.fade.in { top: 40%; }
}

@media (max-width: 1159px) {
  .post-metrics-main-medium {display: table-cell;}
  .post-metrics-hide-medium {display: none;}
}

@media (min-width: 768px) {

  div#search input[type="text"] {
    width: 270px;
  }

  #search-button {
    position: relative;
  }
  table.blinkfire-table.roster tr th.instagram,
  table.blinkfire-table.roster tr td.instagram {
    display: table-cell;
  }

}
.tt-dropdown-menu {
  overflow-y: scroll;
  max-height: 600px;
  width: 323px;
}

#sidebar > ul > li > a > i {
  margin-right: 6px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {

  ul.btn-group li span.text span {
    display: none;
  }

  div#content-header h1 {
    max-width: 520px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (min-width: 481px) and (max-width: 991px) {

  #header h1 {
    background: url("../img/logo-480.png") no-repeat scroll 0 0 transparent;
    top: -4px;
    height: 31px;
    left: -20px;
  }

  div.entity-actions {
    display: none;
  }

  .container {
      max-width: 644px;
  }
}

/* Needed for table sorting, but not provided until next ver of Unicorn */
th.left {
  line-height: 120%;
}

.mid-bold {
  font-weight: 600 !important;
}

.cpe-modal .blinkfire-table th {
    height: 25px;
}

.cpe-modal .blinkfire-table th a img {
    width: 15px;
}

.horizontal-slider {
    position:relative;
    overflow:hidden;
    max-width: 1000px;
    margin-bottom: 20px;
}

.horizontal-slider .blinkfire-table {
    margin-bottom: 5px;
}

.horizontal-slider form {
    text-align: center;
}

.horizontal-slider > .slider {
    width: 200%;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
}

.horizontal-slider > .slider.slide-right {
    left: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#cpes-slider h5, #cpes-slidervideo h5 {
    font-weight: normal;
    font-size: 16px;
}

.cpe-slider-frame {
    float: left;
    height: auto;
    width: 50%;
}

#editCPEsModal {
    width: 640px;
}

#editCPEsModal .modal-body {
    max-height: 600px;
}

table.cpes-table td {
 padding: 5px;
}

table.cpes-table td input {
    margin: 0;
}

/*customized CSS for the actions div in Media Watch*/

p.tips {
  font-size: 12px;
  line-height: 150%;
  color:#888;
}

span.paused {
  color: #C29149;
}

span.active {
  color: #0a0;
}

div.media-watch {
  width:16px !important;
  padding:2px 6px 5px 8px !important;
  margin-top:-9px !important;
  margin-left:-21px !important;
}

/* Blinkfire Specific CSS */
.content-header h1 {
  text-transform: uppercase;
  font-size: 24px !important;
  margin-top: 12px !important;
  margin-left: 21px !important;
}


/* Blinkfire Specific CSS */
div#content-header h1 {
  text-transform: uppercase;
  font-size: 24px !important;
  margin-top: 12px !important;
  margin-left: 21px !important;
}

div#content-header h1 small {
  text-transform: none;
  font-size: 11px;
  font-weight: bold;
}

div#content-header h1 small a {
  color: #ffffff;
}

.show-on-hover {
    opacity: 0;
    filter: alpha(opacity=0);
}
.show-on-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

a#header-click {
  display:block;
  position:absolute;
  top:6px;
  left:16px;
  width:191px;
  height:62px;
  z-index:10;
}

li.btn-mobile-search {
  display: none;
}

p.accordion-info {
  margin: 1em 14px;
  padding-bottom: 1em;
  font-size: 12px;
  color: #aaa;
}

.bordered-top {
  border-top:1px solid #999;
  margin-top:1em;
  padding-top:1em;
}

.email-subscription {
  margin-left:20px;
  padding:6px 6px 10px 6px;
  background-color:#eee;
}

.email-subscription-empty {
  margin-left:20px;
  padding:6px 6px 10px 6px;
  font-style: italic;
  color: #999;
}

img.avatar_header {
    border:1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    max-width: 50px;
}

.forbidden-player.small > img.round_avatar,
img.round_avatar {
    border-radius: 50%;
    height:25px;
}

.forbidden-player {
    position: relative;
    z-index: 1;
    border-radius: 2px;
    /*overflow: hidden;*/
}

.forbidden-player > img {
    border:2px solid rgba(120, 120, 120, 1);
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    max-width: 50px;
}

.forbidden-player:after {
    content: ' ';
    bottom: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/publisher/img/icons/bf/20_lock.png");
    background-size: 100% 100%;
}

.forbidden-player.small:after {
    content: ' ';
    bottom: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("/publisher/img/icons/bf/20_lock.png");
    background-size: 100% 100%;
}

.player-agent-card.forbidden-player {
    border:2px solid rgba(120, 120, 120, 1);
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background-color: rgb(230, 230, 230);
}

.forbidden-player-row,
.forbidden-player-row td{
    background-color: rgb(230, 230, 230);
}

/*.forbidden-player-row td:last-child:after {
    content: ' LOCKED ';
    position: absolute;
    transform: rotate(-90deg);
    font-size: 11px;
    font-weight: 700;
}*/

.locked-player {
    transform: rotate(-90deg) translate(7px, -30px);
}

.locked-agent {
    transform: rotate(-90deg) translate(7px, -20px);
}
#agent-dashboard .tab-content {
    margin: 1px;
}
.locked-agent,
.locked-player {
    position: absolute;
    font: 700 11px 'Open Sans', sans-serif;
    color: #ccc;
}

/* Fix for tables overgrowing in agency view */
#agency .table {
    margin-bottom: 0;
}

img.avatar_header.small {
    max-width: 28px;
    position: relative;
    top: -2px;
    font-size: 5px;
    line-height: 1;
}

.agent-info-box {
    padding: 15px;
    text-align: center;
    margin: 30px auto 20px;
    font: 100 1.05em/1.5 'Open Sans', sans-serif;
    display: inline-block;
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.agent-info-box strong {
    font-weight: 600;
}

.agent-info-box.large {
    font-size: 1.15em;
    line-height: 1.8
}

img.avatar_header.mini {
    max-width: 18px;
    position: relative;
    top: -1px;
}

img.avatar_header.mini.left {
    margin-left: -4px;
}

a:hover img.avatar_header.small {
  opacity: 1.0 !important;
}

/* Team Entity top-line numbers */
hr {
  margin-top: 2px;
  clear: both;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-radius: 2px;
}

ul.social-numbers {
  list-style: none;
  margin: 0;
  float: left;
  width:27%;
}

ul.social-numbers li {
  background-color: #e6e6e6;
  padding: 8px;
  margin: 0;
  color: #aaa;
  /* max-width: 400px; -- Commented out to contemplate big screens. Left in comment for future references. JK */
  cursor: pointer;
  border-left: 3px solid #dfdfdf;
}

ul.social-numbers li.readonly {
  border-left: 3px solid transparent;
  background-color: transparent;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
}

ul.social-numbers li strong {
  font-weight: 600;
  color: #999;
}

ul.social-numbers li.active strong {
  color: #777;
}

ul.social-numbers li:hover {
  border-left: 3px solid #aaa;
}

ul.social-numbers li.readonly:hover {
  border-left: 3px solid transparent;
}

ul.social-numbers li.active, ul.social-numbers li.active:hover {
  /*background: url("/publisher/img/chart-filter-active.png") no-repeat scroll right center #fff !important;*/
  background-color: #fff;
  border-left: 3px solid #aaa;
}

ul.social-numbers li strong {
  font-size: 20px;
  font-weight: 600;
}

ul.social-numbers li a {
  color: #999;
}

ul.social-numbers li a:hover {
  color: #444;
}

ul.social-numbers li img.favicon, .spot-overlay-modal .favicon {
  display: inline-block;
  padding-right: 6px;
  height: 16px;
  position: relative;
  top: -3px;
}


@media (min-width: 768px) and (max-width: 1023px) {
  ul.social-numbers li span  {
    display: none;
  }

  ul.social-numbers li strong {
    font-size: 17px;
  }

  .modal.fade.in { top: 40%; }
}

/* Actions to take on an entity - a mini-button strip */

div.entity-actions {
  position: absolute;
  right: 2em;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 13px;
  line-height: 115%;
  color: #555;
}

div.entity-actions {
  top: 19px;
}

ul.entity-share-buttons li {
  list-style-type: none;
  display: inline;
  padding-right: 7px;
}

a.follow, a.btn-share {
  font-weight: 600;
}

a.follow i {
    background-image: url('../img/icon-follow.png');
    background-position: left;
    width: 21px;
    height: 17px;
}

.quick-actions-horizontal i.icon-twitter {
  background-image: url('/publisher/img/twitter_favicon.ico');
}

.quick-actions-horizontal i.icon-facebook {
  background-image: url('/publisher/img/facebook_favicon.ico');
}

.quick-actions-horizontal i.icon-instagram {
  background-image: url('/publisher/img/instagram_favicon.ico');
}

.quick-actions-horizontal i.icon-sinaweibo {
  background-image: url('/publisher/img/sinaweibo_favicon.ico');
}

.quick-actions-horizontal i.icon-wechat {
  background-image: url('/publisher/img/wechat_favicon.ico');
}

.quick-actions-horizontal i.icon-microsoft {
  background-image: url('/publisher/img/microsoft_favicon.ico');
}

.quick-actions-horizontal i.icon-googlelogin {
  background-image: url('/publisher/img/google_favicon.ico');
}

.quick-actions-horizontal i.icon-tiktokaccountlogin {
  background-image: url('/publisher/img/tiktokaccount_favicon.ico');
}

.quick-actions-horizontal i.icon-threadslogin {
  background-image: url('/publisher/img/threads_favicon.ico');
}

.quick-actions-horizontal i.icon-snapchatlogin {
  background-image: url('/publisher/img/snapchat_favicon.ico');
}

.quick-actions-horizontal i.icon-gplus {
  background-image: url('https://ssl.gstatic.com/s2/oz/images/faviconr3.ico');
  background-size: 50%;
}

table thead tr th.left {
  text-align: left;
}

table thead tr th.right, table tbody tr td.right {
  text-align: right;
}

table tr td {
  /*background-color: #fff;*/
}

table.text-center > tbody > tr > td {
    text-align: center;
}

td.empty_table {
  text-align: center;
  font-style:italic;
  color: #999;
}

span.sns_label {
  position: relative;
  top: 3px;
  display: inline-block;
}

/*
*
* formatting for highcharts container
*
*/
div#hc-annotated-timeline, div#topClients {
  background-color: #fff;
  float:right;
  width:73%;
  height:334px;
  margin-bottom:1em;
  padding-top:1em;
}

.highcharts-loading span {
    font: 100 2.3em 'Open Sans',sans-serif;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

p.espn_footer {
  font-size: 0.8em;
}

p.espn_footer span {
  color: #888;
  padding-right: .3em;
}

div.scrollwidget {
  height: 400px;
  overflow-y:scroll;
}

.brand-content .widget-content {
    padding: 5px 4px;
    border-right: 1px solid #CDCDCD;
    overflow: visible !important;
}

.brand-content.widget-box {
    border-top: none;
    border-right: none;
}

.brand-content .widget-title {
    background-image: none;
}

.brand-content .scoreboard-tab {
    padding: 5px 25px;
    border-bottom: 1px solid #CDCDCD;
}

.nav-tabs>li {
    background-color: #e5e5e5;
    height: 36px;
}

.widget-title .nav-tabs li:not(:first-child):not(:last-child) a {
    border-right: none;
}

.widget-title .nav-tabs li:only-child a {
    border-right: 1px solid #DDDDDD !important;
}

.brand-content > .widget-content .table {
    margin-bottom: 0px;
}

a.owned-team-link {
  padding:0 !important;
}

img.owned-team {
  height: 30px;
  position: relative;
  top: 0px;
  margin: 0 4px;
  display: inline-block;
  border-top: 1px solid #5A5A6D;
  border-right: 1px solid #232337;
  border-bottom: 1px solid #232337;
  border-left: 1px solid #232337;
  border-radius: 3px;
}

div.spinner-container {
  text-align: center;
  min-height: 400px;
}

img.spinner {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-top: 100px;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: spinnerRotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

i.bkicon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: .3em;
    line-height: 30px;
    vertical-align: text-top;
    background-image: url("../img/bk_sprite.png");
    background-position: 30px 30px;
    background-repeat: no-repeat;
}

.bkicon.baseball {
    background-position: 0 0;
}
.bkicon.basketball {
    background-position: -30px 0;
}
.bkicon.football {
    background-position: -60px 0;
}
.bkicon.golf {
    background-position: -90px 0;
}
.bkicon.hockey {
    background-position: 0 -30px;
}
.bkicon.racing {
    background-position: -30px -30px;
}
.bkicon.soccer {
    background-position: -60px -30px;
}
.bkicon.tennis {
    background-position: -90px -30px;
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes spinnerRotate {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

section.splashbox {
  margin:2em auto;
  width:75%;
  border:3px solid #84BCCD;
  -webkit-border-radius:3px;
  box-shadow: 1px 3px 6px #aaa;
  padding:0 0 12px 0;
  background-color: #fff;
}

section.splashbox h3 {
  background-color: #84BCCD;
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  margin:0;
  padding: 6px 12px;
  line-height: 120%;
  clear: both;
}

section.splashbox h4 {
  font-size: 1.1em;
  font-weight: 500;
  color: #666;
  margin:1em 12px 1em 12px;
  line-height: 120%;
}

section.splashbox article {
  float: left;
  background-size:48px;
  background-position-x:8px;
  background-position-y:11px;
  background-repeat: no-repeat;
  padding:6px 2px 2px 66px;
  height:60px;
  width:148px;
  margin:0 12px 24px 12px;
  -webkit-border-radius: 3px;
  background-color: #f2f2f2;
}

section.splashbox article p {
  margin:0;
  position: relative;
  top:8px;
  line-height: 115%;
}

/* Twitter Collections */

div.explain_o_matic {
  width:100%;
  background-color:#E0E0E0;
}

div.explain_o_matic p {
  padding:20px 8px 10px 8px;
  font-size: 12px;
  color: #666;
}


a.ct_title_link {
  color: #000;
  display: inline-block;
  padding-left: 23px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  width: 71%;
  -webkit-font-smoothing: antialiased;
}

div.toggle_container {
  position:absolute;
  top:6px;
  right:6px;
}

section .delete-ct {
    float: right;
    margin: 0px 10px 0px 0px;
    display: none;
}

section .ct_body {
  display: none;
  clear: both;
  font-size: 12px;
  line-height: 120%;
  color: #666;
}

p.ct_help {
  font-size: 12px;
  line-height: 120%;
  color: #666;
}

div.ct_timeline_card {
  background-color:#fff;
  padding:6px 0 6px 0;
  border:1px solid #aaa;
  border-radius:3px;
  position:relative;
  margin-bottom: 1em;
}

.ct_plus_sign {
  opacity:0.8;
  position: absolute;
  top: 9px;
  left: 5px;
}

div.ct_timeline_card form {
  display: block;
}

div.ct_timeline_card form div.fieldblock {
  padding: 6px;
}

div.ct_timeline_card form input.box, div.ct_timeline_card form input[type="text"] {
    -moz-box-sizing: border-box;
    padding: 3px 5px;
    width: 97%;
}

div.ct_timeline_card form input.box, div.ct_timeline_card form input[type="text"]:not(.hashtagText) {
    height: 100%;
}

div.ct_timeline_card form input.box, div.ct_timeline_card form textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  font-family: 'Open Sans';
}

div.ct_timeline_card form label {
    white-space:nowrap;
    display: inline-block;
    margin-top: 5px;
}
div.ct_timeline_card form input[type="checkbox"] {
    padding: 0;
    margin: 0 3px 0 30px;
    vertical-align: middle;
}

div.ct_timeline_card form input {
  padding: 14px 6px;
}

div.ct_timeline_card form .hashtagText {
  color: #2112CA;
}

div.ct_timeline_card form textarea {
  padding: 6px;
}

div.ct_timeline_card form label.error {
  color: #b94a48;
  font-size: 11px;
  position: relative;
  top: -10px;
}

div.ct_timeline_card form input.error, div.ct_timeline_card form textarea.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

p.timeline_action_links {
  font-size: 11px;
  padding-left: 24px;
  margin-bottom: 0;
  line-height: 120%;
  display: none;
}

.collections-trial-pics {
    position: relative;
    text-align: center;
}

.collections-trial-pics > img {
}

.collections-trial-pics:after {
    content: ' ';
    bottom: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

.collections-trial-pics > img:first-child {
    max-width: 90%;
}

.collections-trial-pics > img:last-child {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 40%;
    max-width: 50%;
    height: auto;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(128, 128, 128, 1);
    -moz-box-shadow: 0px 0px 13px 2px rgba(128, 128, 128, 1);
    box-shadow: 0px 0px 13px 2px rgba(128, 128, 128, 1);
}


section .ct_body div {
  text-align: center;
  padding: 10px 1em 0;
}

section .ct_body h6 {
  text-transform: uppercase;
  padding: 3px 6px;
  background-color: #eee;
}

section .ct_body .custom-source {
    position:relative;
    display:none;
    clear:both;
}

section .ct_body .custom-source input[type="text"] {
    width: 100%;
}

section .ct_body .custom-source .twitter-typeahead {
    width: 100%;
}

section .ct_body .custom-source .tt-hint {
    padding: 0;
}

section .ct_body .custom-source div {
    text-align: left;
}

section .ct_body .close.remove-custom-account {
    padding-left: 3px;
}

section .ct_body .selected-custom-accounts {
    padding: 0;
}

section .ct_body .selected-custom-accounts ul {
    clear:both;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
section .ct_body .selected-custom-accounts ul li{
    display: inline-block;
    border: 1px solid #96aacd;
    padding: 0px 5px;
    margin: 2px;
    vertical-align: middle;
}

section .ct_body .selected-custom-accounts img {
    max-width: 30px;
    margin: 4px 0;
}

section .ct_body a.preview, section .ct_body a.update  {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  position: relative;
  top:6px;
}
section .ct_body a.preview {
    display: none;
}

section .ct_body a.preview.visible {
    display: block;
}

section .ct_body a.preview.visible + a.update {
    width: 50%;
}

section .ct_body a.preview {
  background-color: #39AD65;
}

section .ct_body a.update {
  background-color: #06c;
  display: none;
  cursor: pointer;
}

section .ct_body a.update.loading {
  cursor: wait;
  background-color: #d3d3d3;
}

section .ct_body a.update .spinner-container {
    min-height: 0;
    display: none;
}

section .ct_body .spinner-container img.spinner {
    width: 20px;
    height: 20px;
    margin: 5px;
}

section .ct_body a.update.loading .spinner-container {
    display: block;
}

section .ct_body a.update span {
    display: block;
}

section .ct_body a.update.loading span {
    display: none;
}

section .ct_body.preset p {
    margin: 5px 10px;
}

div#timeline_preview {
    display: none;
}

div#timeline_preamble {
  text-align: center;
  color: #888;
}

div#timeline_preamble h4 {
  font-weight: 500;
}

div#timeline_preamble p {
  font-size: 12px;
}

div.ct_timeline_card.new {
  display: none;
}

a.cancel_custom_timeline {
  display: none;
}

button.add_custom_timeline {
  display:block;width:100%;color:#06c;background-color:#fff;border:1px solid #06c;text-align:center;margin:1em 0;padding:6px 0;font-weight:600;
  font-family: 'Open Sans',sans-serif;
}

/*FIX FOR BOOTSTRAP + GOOGLE MAPS EMBED CONFLICT*/
div#map-canvas img {
 max-width: none !important;
}

@media (max-width: 480px) {

    .bftable-brand .blinkfire-table td {
        padding: 3px;
    }

    .bftable-brand .blinkfire-table th {
        padding: 5px 0 2px;
    }

    .brand-content .scoreboard-tab {
        padding: 5px 5px;
    }
    .date-text {width: 140px;}
    .valuation-cell {margin: 0;}

  /* Override to header size in responsive templates; buncha extra space in here for style switcher or something we no longer use */

  #content-header {
    height: 80px !important;
  }

  a#header-click {
    display: inline-block;
    position: absolute;
    top: 8px;
    width: 131px;
    height: 34px;
    z-index: 10;
    left: inherit;
    margin-left: -66px;
  }

  .logo-hook {
      width: 100%;
      text-align: center;
      position: absolute;
  }

  #header h1 {
    background: url("../img/logo-480.png") no-repeat scroll 0 0 transparent;
    top: 7px;
  }

  div#content-header h1 {
    max-width: 280px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px !important;
    margin-top: 0 !important;
    text-align: left;
  }

  div.spinner-container {
    min-height: auto;
  }

  img.spinner {
    margin-top: 10px;
    width: 72px;
    height: 72px;
  }



  /* entity charting @ top of page */
  div#topClients {
    display: none;
  }

  div#hc-annotated-timeline {
      width: 100%;
      margin-bottom: 0;
  }

  ul.social-numbers {
    width: 100%;
  }

  ul.social-numbers li {
    background-color: #fff;
    border-left: 3px solid #fff;
  }


  /* collapse inactive tabs < 480px */
  ul.nav-tabs li {
    max-width: 72px;
  }

  ul.nav-tabs li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  ul.nav-tabs li.active {
    max-width: none;
  }

  div.entity-actions {
    display: none;
  }

  li.btn-mobile-search {
    display: inline;
  }

  #search {
      display: none;
      position: absolute;
      z-index: 22;
      top: 36px;
      left: 12px;
      width: 300px;
   }

  #search input[type='text'] {
      border-radius: 4px;
      padding: 4px 10px 5px;
      border: 0;
      box-shadow: 2px 2px 3px rgba(0,0,0,0.7) inset, 0 1px 0 rgba(255,255,255,0.2);
      background-color: #fff !important;
      width: 274px;
  }

  #search-button {
    display:none;
  }

  /* just hide follow button */
  div.entity-actions {
    display: none;
  }

  .teaser-box {
      width: 100%;
  }
  .scrn-right + .feature-sub {
      padding: 210px 10px 10px 10px !important;
  }
  .feature-sub {
      padding: 210px 10px 10px 10px;
      font-size: 0.9em;
  }

  .my-row {
      height: 100%;
  }
}

.table-items > thead > tr > th {
    white-space: nowrap;
}

/* ISOTOPE COMPLEMENTARY ITEMS */
div.subsection h5, .nav-tab-menu {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  line-height: 120%;
  margin: 0;
}

.smart-entities {
    display: none;
}

.nav-tab-menu {
    font: 600 0.9em 'Open Sans', sans-serif;
    list-style-type: none;
    text-align: center;
    padding: 6px 0;
}

.sport-selector {
    width: 105px;
    margin: 0 auto;
    display: block;
    font: 600 0.9em 'Open Sans', sans-serif;
    height: 25px;
    color: #777;
    border: 1px solid #08c;
}

.nav-tab-menu ul {
    list-style-type: none;
    margin: 0;
}

.nav-tab-menu li {
    clear: none;
    width: auto;
    display: inline;
    line-height: 120%;
    color: #08c;
}

.nav-tab-menu li:hover {
    color: #005580;
    cursor: pointer;
}

.nav-tab-menu li.selected {
  color: #888;
  cursor: default;
}

.disabled .nav-tab-menu li {
    clear: none;
    width: auto;
    display: inline;
    color: #888;
}

.disabled .sport-selector {
    display: none;
}

.subsection:not(.disabled) .spinner-container {
    display: none;
}

.disabled .async-content-panel {
    display: none;
}

.top-clients .async-content-panel {
    width: 228px;
    height: 228px;
}

.subsection .spinner-container {
    min-height: inherit;
    display: block;
    margin-bottom: 40px;
    margin-top: -60px;
}

p.subsection-header {
  margin: 0;
  text-transform: uppercase;
  color: #777;
}

div.subsection table {
  width: 100%;
}

div.subsection table tr td {
  padding: .5em 0;
  font-size: 12px;
}

div.subsection table tr td.digits {
  text-align: right;
  font-weight: 600;
  padding-left: 4px;
  letter-spacing: -0.5px;
}

table.top-baseball, table.top-football, table.top-hockey, table.top-racing, table.top-soccer, table.top-players {
  /* default state */
  display: none;
}

a.mover-shaker {
  font-weight: 600;
}

span.mover-shaker-pct {
  font-weight: 700;
  font-size: 20px;
  color: #2ca24f;
}

span.mover-shaker-diff {
  font-weight: 600;
  color: #888;
}

img.mover-shaker.avatar_header {
    max-width: 50px;
}

/*Error pages*/

.error-page {
    color: white;
    position: relative;
    width: 100%;
    min-height: 80vh;
    height: 100%;  height: 1px;  padding-bottom: 0;
    background: linear-gradient(360deg, #0c0d31, #333890);
    background-size: 400% 400%;
    -webkit-animation: bgAnimation 11s ease infinite;
    -moz-animation: bgAnimation 11s ease infinite;
    animation: bgAnimation 11s ease infinite;
}

@-webkit-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.error-page__wrapper {  height: 100%;  width: 100%; display: inline-flex; align-items: center;}

.error-page__left-container--height-65 { height: 65%;}

.error-page__left-container--align-right { text-align: right; }

.error-page__error-indicator { margin-bottom: 3em; }

.error-page__error-indicator--font {  color: #191E55;  font-size: 16em; font-weight: 500; margin: 0px }

.error-page__subtitle { font-size: 2.6em; }

.error-page__description { font-size: 1.2em; margin: 1em; }

.error-page__gif { width: 80%; }

.error-page__image { width: 80%; }

.error-page__btn { background-color: #3EACA8; }

a.error-page__btn, a:hover.error-page__btn, a:active.error-page__btn, a:focus.error-page__btn { color: inherit; }

.error-page__element--animated { animation: fadein 0.8s; opacity: 0; animation-delay: 0.8s;  animation-fill-mode: forwards; }

@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }

.error-page__image-description {  font-size: 0.9em;  margin-top: 1.5em;  opacity: 0.4; }

.error-page__box-shadow {  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }

.error-page .tt-input {  border: none; outline: none; color: #333; }

.error-page .tt-hint, .error-page .twitter-typeahead  {  background-color: white; }

.error-page .twitter-typeahead { border-radius: 10px; }

.error-page .tt-menu { color: #333; }

.error-page .tt-suggestion img { width: 45px; }

.error-page--container .quick-actions-horizontal li a i[class^="icon-"], .quick-actions-horizontal li a i[class*=" icon-"] {
    padding: 20px;
}
.error-page--container{background-color: #f2f2f2;}

.p0 { padding: 0 !important; }

@media (min-width: 1024px) {
  .error-page--container .modal.fade.in, .error-page--container .modal.fade { top: 20%; }
}
@media (min-width: 1200px) {
  .error-page .twitter-typeahead{ width: 100% }
}

@media (max-width: 720px) {
  .error-page__error-indicator--font{ font-size: 10em; }
}

@media (max-height: 700px) {
  .error-page{ min-height: 40em; }
}


/**/

.license-plans tr.feature {
    border-bottom: 1px solid #ddd;

}

.license-plans thead tr {
    border: 1px solid white;
    border-bottom: 0;
    font-weight: 100;
    font-size: 2em;
    line-height: 1.2;
}

.license-plans td {
    padding: 10px 0;
}

.license-plans > thead > tr > td {
    padding: 0;
}

.license-plans > thead > tr > td > div {
    width: 98%;
    margin: 0 auto;
    padding: 25px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.license-plans > thead > tr > td.active > div {
    border: 1px solid #2C3B84;
    position: relative;
}
.license-plans > thead > tr > td.active > div > small {
    font-size: 0.6em;
    font-style: italic;
    font-weight: 400;
    color: #2C3B84;

}

.license-plans > thead > tr > td.active > div:before {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    border: 10px solid transparent;
    border-top-color: #2C3B84;
    border-right-color: #2C3B84;
}

.license-plans > thead > tr > td:nth-child(1) > div {
    background-color: #d5dfff;
}

.license-plans td .current-no-apply {
    font-weight: 100;
    font-size: 1.2em;
    line-height: 1.1;
}

.license-plans > thead > tr > td:nth-child(2) > div {
    background-color: #aac2ff;
}

.license-plans > thead > tr > td:nth-child(3) > div {
    background-color: #7591ff;
    color: white;
}

.e40x.alert {
    margin: 0;
}

.verification-email-resend:not(.btn):hover {
    text-decoration: underline;
    cursor: pointer;
}

.channel-collapse {
    cursor: pointer;
}

/*  uncomment to debug layers
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/

table.overall-scoreboard thead th {
    font-weight: normal;
    padding: 0 5px 0 15px;
}

table.overall-scoreboard tbody td {
    padding-right: 15px;
    text-align: right;
}

table.overall-scoreboard tfoot th {
    padding-right: 15px;
    text-align: right;
}

table.overall-scoreboard .valuation-loader {
    display: inline-block;
}

.brand-report-scoreboards h1 {
    text-align: center;
    font-size: 32px;
}

form.search1234 label,  form.search1234 select {
    display: inline-block;
}

label.error {
    color: #b94a48;
}

input.error {
    border: 2px solid #b94a48;
}

h3.text-mentions-chart {
    display: none;
    color: #274b6d;
    text-align: center;
    background-color: white;
    font: 100 1.8em 'Open Sans',sans-serif;
    padding: 10px;
    margin: 0;
}

.lean-title {
    font: 100 1.8em 'Open Sans',sans-serif;
}

.no-result {
    border: solid #ccc;
    border-width: 1px 0;
    width: 65%;
    margin: 0 auto;
}

.slide-table-button {
    cursor: pointer;
}

.icon-rotate-90 {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.icon-rotate-90-300 {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.icon-rotate-90.inverted, .icon-rotate-90-300.inverted {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.medium-metrics {
    /* adjust height of container to that of the network logo */
    line-height: 32px;
    cursor: pointer;
}

.channel-metrics .channel-metrics-data {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms;
}

.channel-metrics.active .channel-metrics-data {
    max-height: 20px;
}

.chart-data {
    cursor: pointer;
}

.chart-data.entity, .chart-th.entity {
    color: #E06713;
}
.chart-data.fan, .chart-th.fan {
    color: #40953B;
}
.chart-data.geo, .chart-th.geo {
    color: #1784A7;
}
.b-w-max-width-fix {
    max-width: 362px;
}

.float-bubble {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 80px;
    right: 40px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 2px 2px 3px Grey;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.chat-product-icons {
    margin: 10px;
    display: block;
}

.floating-menu {
    position: fixed;
    right: 40px;
    bottom: 146px;
    background-color: rgba(0,0,0,0.8);
    width: 300px;
    height: auto;
    border-radius: 10px;
    z-index: 93;
    display: none;
}

.floating-list {
    list-style: none;
    cursor: pointer;
}

.floating-menu-span {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-align: left;
    display: block;
    margin: 20px;
}

.floating-menu-items {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background: linear-gradient(to bottom, #32298c 0%, #292877 100%);
    color: #FFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 50px;
    margin: 20px;
}

.floating-menu-items:hover {
    opacity: 0.9;
    color: #FFF;
    text-decoration: none;
}

.floating-menu:hover {
    display: block;
    opacity: 1;
}

.hover-control {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 80px;
    z-index: 100;
    right: 40px;
}

.hover-control:hover + .floating-menu {
    display: block;
}

.float-bubble:hover {
    color: black;
    opacity: 1;
}

.chat-bubble-icon {
    position: relative; top:calc(50% - 25px);
}

/* The popup form - hidden by default */
.product-interest-form {
    position: fixed;
    right: 40px;
    bottom: 146px;
    background-color: rgba(0,0,0,0.8);
    width: 300px;
    height: auto;
    border-radius: 10px;
    color: #FFF;
    display: none;
    z-index: 101;
}

/* Add styles to the form container */
.product-specific-form-container {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: white;
    max-width: 300px;
    padding: 10px;
    border-radius: 10px;
}

/* Full-width input fields */
.product-specific-form-container input[type=text] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 0;
    border: none;
    background: #f1f1f1;
    color: black;
}

/* When the inputs get focus, do something */
.product-specific-form-container input[type=text]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.product-specific-form-container .form-button {
    background: linear-gradient(to bottom, #32298c 0%, #292877 100%);
    padding: auto;
    border: none;
    cursor: pointer;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.form-button:active, .form-button:focus {
    background: linear-gradient(to bottom, #32298c 0%, #292877 100%);
    opacity: 0.9;
    outline: 0;
}

.product-specific-form-container__cancel {
    position: absolute;
    top: 5px;
    right: 5px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    color: white;
    background-color: transparent;
    border: none;
}

.product-specific-form-container__cancel:active {
    outline: 0;
}

/* Add some hover effects to buttons */
.product-specific-form-container .btn:hover, .open-button:hover {
    color: white;
    opacity: 0.9;
}

.floating-inputs {
    height: 40px;
    border-radius: 5px;
}

.tos-form-link, .tos-form-link:hover {
    color: white;
}

.alert-danger {
    padding: 10px !important;
}

.alert-error-icon {
    height: 30px;
    width: 30px;
}

.error-icon-text-container {
    display: inline-flex;
    align-items: center;
}

.error-text {
    display: inline;
}