@charset "UTF-8";

/* ------------------------------------------ */
/* >>>>>>>>>>>>> BOOTSTRAP FIXES <<<<<<<<<<<< */
/* ------------------------------------------ */

.bs-snitch {
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 3px solid red;
    text-align: center;
    font: 100 4em/100px 'Open Sans',sans-serif;
}

.tab-content {
    /*overflow: auto;*/
}

.streamitem-media {
    max-height: 300px;
    margin-top: 1em;
    display: block;
    max-width: 100%;  /* Bootstrap 2 already set this property, 3 does not */
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: -90px !important;
}

.brand.dropdown-submenu:hover > .dropdown-menu {
    top: -45px !important;
}

.dropdown-submenu {
    /*position: relative;*/
}

.nav.nav-tabs li a {
    height: 38px;
}

.nav.nav-tabs li:not(.active) a {
    border-bottom: 1px solid #cdcdcd !important;
}

.modal-header .close {
    margin-top: 5px;
}

/*body.container-fix .container {*/
    /*padding-right: 35px;*/
    /*padding-left: 35px;*/
    /*width: 100%;*/
    /*/!*max-width: 1170px;*!/*/
/*}*/

/* ---------------------------------- */
/* >>>>>>>>>>>>> GENERAL <<<<<<<<<<<< */
/* ---------------------------------- */


.control-group .control-label {
    float: left;
}

/* temporary, might remove from main.css */
.brand-top-message {
	margin-top: -10px !important;
}

body {
	background-color: #322938;
}

#header {
	background-color: #322938;
}

/* Search input & Typeahead.js elements*/

.search-box {
	position: absolute;
	z-index: 25;
	top: 10px;
	left: 230px;
}
.search-button {
	border: 0;
	padding: 5px 10px 4px;
	border-radius: 0 4px 4px 0;
    background-color: #FAFBFA;
	color: #333;
    box-shadow: none;
}
.search-button i {
	opacity: 0.5;
    margin-top: 2px;
}
.search-button:hover i, .search-button:active i {
	opacity: 0.9;
}
.typeahead-input, .tt-hint{
    border-radius: 4px 0 0 4px !important; /* !important to override jquery-ui.css */
    padding: 4px 10px 5px;
    width: 290px;
    box-shadow: none !important;
    border: 0 !important;
    background-color: #FAFBFA !important;
	color: #333;
    height: 29px;
}
.tt-hint{
	border-radius: 4px 0 0 4px;
	padding: 4px 10px 5px;
	border: 0;
    height: 29px;
}
.tt-dropdown-menu {
    min-width: 324px;
}
.league-name{
    padding: 5px 10px !important;
}
.tt-suggestion {
    padding: 6px 10px !important;
}
.user-nav {
    position: absolute;
    right: 30px;
    top: 9px;
    z-index: 20;
    margin: 0;
    min-height: 30px !important;
}
.user-nav .btn-inverse {
    background: #FAFBFA url('') 0 0 no-repeat;
    margin-right: 5px;
    border-radius: 3px !important;
    border: 0;
    padding: 0;
    font-size: 0.7em;
    height: 30px;
}
.user-nav li a {color: #666; font-weight: bold; padding: 7px 12px;}
.user-nav li:hover a {color: #222; background-color: transparent !important;}
.user-nav .icon { margin-top: -1px; opacity: 0.5;}
.user-nav li:hover .icon {opacity: 1;}

.user-nav-text {line-height: 16px}

.sponsors-top-paragraph {
    padding: 0 20%
}

/* ---------------------------------- */
/* >>>>>>>>>>>>> SIDEBAR <<<<<<<<<<<< */
/* ---------------------------------- */

#sidebar > ul {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

#sidebar > ul > li {
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

#sidebar > ul > li > a {
    color: #fff;
}

#sidebar > ul > li.active {
    background-color: #398A87;
    box-shadow: none;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

#sidebar > ul > li.active:hover {
    background-color: #79BAA0;
}

#sidebar > ul > li.active:hover > a {
    color: #fff;
}

#sidebar > ul > li.open.submenu > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}
#sidebar > ul > li.open.active.submenu > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}
#sidebar li.active .icon,
.navbar .nav .icon {
    background-image: url('../../img/glyphicons-halflings.png');
}
#sidebar > ul > li > a > .label {
	background-color: #ddd;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #000;
    padding-bottom: 3px;
    margin: 2px 14px;
}
#sidebar > ul > li > a > .label.new { color: #fff; }
#sidebar > ul > li > a:hover {
	background-color: #FAFBFA;
    color: #333;
}
#sidebar > ul > li:not(.active) > a:hover .icon,
#sidebar > ul > li:not(.active) > a:hover .icon-white {
    background-image: url('../../img/glyphicons-halflings.png') !important;
}
#sidebar > ul ul {
	background-color: #FAFBFA;
    color: #333;
    box-shadow: none;
}
/*  SUBMENU FIRST LEVEL SEPARATORS  */
#sidebar > ul > li > ul > li {
    border-bottom: 1px solid rgba(0,0,0,0.20);
}
#sidebar > ul > li > ul > li:last-of-type {
    border-bottom: 0 solid transparent;
}
/*  SUBMENU HOVERING */
#sidebar > ul ul li a:hover,
#sidebar > ul ul li.active:hover{
	color: #333;
	background-color: #ddd;
}
/*  ACTIVE RIGHT ARROW  */
#sidebar > ul ul li.active > a,
#sidebar > ul > li.active > a {
    background: url("../../img/menu-active.png") no-repeat scroll right center transparent;
}

#sidebar > ul ul li a {
color: #333;
}

#sidebar > ul > li.open > ul > li > ul > li.player > a {
    border-bottom: 1px solid rgba(0,0,0,0.20);
    border-top: 1px solid rgba(0,0,0,0.20);
    background-color: #b8dbe5 !important;
}

#sidebar > ul > li.open > ul > li > ul > li.player > ul > li.active {
    background-color: #c3e5ef !important;
}

#sidebar > ul > li.open > ul > li > ul > li.player > ul > li > a:before {
    content: ' » ';
    /*position: absolute;*/
}

.accordion-info {
    color: #333 !important;
}

.dropdown-menu li a:hover, .dropdown-menu .active a, .dropdown-menu .active a:hover {
	background-color: #FAFBFA;
    color: #333;
}

#agent-dashboard #sidebar li.active > a:first-child,
#sidebar li.active > a{
    /*border-bottom: 1px solid rgba(0,0,0,0.20) !important;*/
    /*border-top: 1px solid rgba(0,0,0,0.20) !important;*/
    background-color: #b8dbe5 !important;
    color: #333;
}

#sidebar li.active.brand-toplevel > a {
    border-bottom: 1px solid rgba(0,0,0,0.20) !important;
}

/* -------------------------------------------------------- */
/* >>>>>>>>>>>>> ICONS BACKWARDS COMPATIBILITY <<<<<<<<<<<< */
/* -------------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../img/glyphicons-halflings.png");
  /*background-position: 14px 14px;*/
  background-repeat: no-repeat;
}

.icon-white {
    background-image: url("../../img/glyphicons-halflings-white.png");
}

.icon-user {
  background-position: -168px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-globe{
    background-position:-336px -144px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-time {
  background-position: -48px -24px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.quick-actions-horizontal li a i[class^="icon-"], .quick-actions-horizontal li a i[class*=" icon-"] {
    padding: 20px;
}

/* --------------------------------------- */
/* >>>>>>>>>>>>> LEADERBOARDS <<<<<<<<<<<< */
/* --------------------------------------- */

.brand-leaderboard {
    margin-bottom: 50px;
    text-align: center;
}

.brand-leaderboard p {
    margin-top: 10px;
}

.brand-filter {
    margin: 15px 0;
}

#leaderboard-header {
    text-align: center;
}

.brand-entry {
    float: left;
    margin-bottom: 7px;
    width: 100%;
}

[class^="brand-filter-"] {
    margin: 0 10px;
}

.brand-position {
    float: left;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    height: 40px;
    width: 40px;
    border-right: 2px solid #eee;
    font: 600 1.25em/40px 'Open Sans', sans-serif;
    text-align: center;
}

.brand-info {
    float: left;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    width: calc(100% - 40px);
    height: 40px;
}

.brand-avatar {
    float: left;
    border: 1px solid #398a87;
    width: 26px;
    height: 26px;
    margin: 7px 10px 0;
}

.brand-name {
    float: left;
    font: 600 1.1em/40px 'Open Sans', sans-serif;
}

.brand-name a {color: #333;}
.brand-name a:hover {color: #666;}

.brand-engagement {
    float: right;
    font: 400 .8em/40px 'Open Sans', sans-serif;
    margin-right: 20px;
}

.brand-filter-category {
    width: 90px;
}


.no-result-brand {
    text-align: center;
    font: 100 1.5em 'open sans', sans-serif;
    width: 50%;
    margin-top: 20px;
    padding: 25px 60px;
}

/*********************************************/

.brand-search-field {
    /*width: calc(100% - 40px); this moves to .twitter-typeahead once implemented */
    width: 100%;
    height: 38px;
    border: 1px solid #79baa0 !important;
    border-radius: 5px 0 0 5px !important;
    float: left;
}

.brand-search-field:focus {
    outline: 0 !important;
    box-shadow: none;
    border: 1px solid #398a87 !important;
}
.twitter-typeahead:focus  ~ .brand-search-button,
.twitter-typeahead:focus {
    background-color: #398a87;
    border-color: #398a87;
}
.brand-search-button {
    height: 38px;
    width: 38px;
    border: none !important;
    background-color: #79baa0;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: left;
    border-radius: 0 5px 5px 0 !important;
}

.search-hook > .twitter-typeahead > .typeahead-input,
.search-hook > .twitter-typeahead > .tt-hint{
    border-radius: 4px 0 0 4px !important; /* !important to override jquery-ui.css */
    padding: 4px 10px 5px;
    width: 100%;
    box-shadow: none !important;
    border: 0 !important;
    background-color: #fff !important;
	color: #333;
    height: 38px;
}
.search-hook > .twitter-typeahead > .tt-hint{
	border-radius: 4px 0 0 4px;
	padding: 4px 10px 5px;
	border: 0;
	height: 38px;
}
.search-hook > .twitter-typeahead > .tt-dropdown-menu {
    width: 100% ;
}

.search-hook > .twitter-typeahead {
    width: calc(100% - 40px);
}

.streamitem-div {
    width: 221px !important;
}

/* ---------------------------------------------- */
/* >>>>>>>>>>>>> TOP VISUAL MENTIONS <<<<<<<<<<<< */
/* ---------------------------------------------- */

.widget-content {
    border-width: 0;
}

.loader-limiter {
    overflow: hidden;
}

.see-more-cta {
    color: #fff;
    background-color: #79BAA0;
    max-width: 500px;
    margin: 2em auto;
    border-radius: 0.5em;
    padding: 1em;
    font-size: 1.6em;
    text-align: center;
    display:none;
}
.see-more-cta a {
    color: #333;
    font-weight: bolder;
}
.see-more-cta a:hover {
    text-decoration: underline;
}

.internal-footer {
    width: 100% !important;
}

.internal-footer, .twitter-intent-footer {
    width: 100% !important;
}

/* ---------------------------------------- */
/* >>>>>>>>>>>>> Sign in modal <<<<<<<<<<<< */
/* ---------------------------------------- */

.quick-actions-horizontal {
    padding: 0;
}

/* ----------------------------------------- */
/* >>>>>>>>>>>>> brand.html CSS <<<<<<<<<<<< */
/* ----------------------------------------- */

#brand .sponsors-top-paragraph {
    margin-top: 10px;
}

.brand-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;
}

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

.teaser-limiter-container .sponsor-other-interactions-container {
    overflow-y: hidden;
}

ul.social-numbers {
    padding-left: 0;
}

.team-or-player-cell {
    text-align: left !important;
    white-space: nowrap;
}

.transparent-bg {
    background-color: transparent;
}

.brand-valuation-container {
    text-align: center;
}

.brand-valuation-box {
    text-align: center;
    max-width: 550px;
    padding: 15px;
    color: #555;
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 5px;
    display:inline-block;
    margin-bottom: 20px;
}

.brand-valuation-value {
    margin: 0;
    font-weight: 900;
    color: #666;
    line-height: 1.5;
}


/* ------------------------------------------------------------ */
/* >>>>>>>>>>>>> Base templates merge requirements <<<<<<<<<<<< */
/* ------------------------------------------------------------ */

#search #typeahead-input, #search #search-button {
    box-shadow: none;
    background-color: #fff !important;
}

#search {
    top: 10px;
}


/* ---------------------------------------- */
/* >>>>>>>>>>>>> MEDIA QUERIES <<<<<<<<<<<< */
/* ---------------------------------------- */

@media (max-width: 480px) {
	#sidebar > a {
		border-top: 1px solid #473e4d;
        margin-top: 20px;
	}
	#sidebar > ul {
		background-color: #FAFBFA;
	}
    .search-box {
        display: none;
        left: 10px;
        top: 40px;
    }
    .search-hook {
        width: 100%;
        text-align: center;
    }
    .user-nav {
        right: inherit;
        top: 40px;
        width: 100%;
        text-align: center;
    }

    .typeahead-input, .tt-hint {
        width: 270px;
    }

    .tt-dropdown-menu {
        width: 240px !important;
        min-width: 100px !important;
    }
    
    .brand-name {
        font-size: 0.9em;
        margin-left: 10px;
    }

    .brand-engagement {
        font-size: 0.7em;
        margin-right: 10px;
    }

    .brand-avatar {
        display: none;
    }

    [class^="brand-filter-"] {
        width: 80px;
    }

    .no-result-brand {
        width: 100%;
        padding: 25px 0;
        font-size: 1.2em;
    }
    .sponsors-top-paragraph {
        padding: 0 10px;
        font-size: 0.95em !important;
    }
    .internal-footer {
        width: 100% !important;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
	#sidebar > ul ul:before {
		border-right: 7px solid #FAFBFA;
	}
	#sidebar > ul ul:after {
		border-right: 6px solid #FAFBFA;
    }
    .search-box {
        display: none;
    }
    .no-result-brand {
        width: 100%;
        padding: 25px 0;
        font-size: 1.2em;
    }
    .sponsors-top-paragraph {
        padding: 0;
        font-size: 1.1em !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .no-result-brand {
        width: 90%;
        padding: 25px 10px;
        font-size: 1.3em;
    }
}

@media (min-width:992px) and (max-width: 1281px) {
    .no-result-brand {
        width: 80%;
        padding: 25px 15px;
        font-size: 1.4em;
    }
}
