.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content,.qtip-titlebar{position:relative;overflow:hidden}.qtip-content{padding:5px 9px;text-align:left;word-wrap:break-word}.qtip-titlebar{padding:5px 35px 5px 10px;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal 700 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}
@CHARSET "UTF-8";
.sbHolder{
	/*background-color: #fff;*/
	/*border: solid 1px #515151;*/
	border: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited{
	color: #465366;
	outline: none;
	text-decoration: none;
}
/*.sbSelector:hover{*/
    /*color: #EBB52D;*/
/*}*/

.sbToggle{
	/*background: url(../../images/selectbox-icons.png) 0 -116px no-repeat;*/
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(/bundles/oycommon/img/selectbox-icons.png) 0 -167px no-repeat;
}
/*.sbToggleOpen{*/
	/*background: url(../../images/selectbox-icons.png) 0 -16px no-repeat;*/
/*}*/
.sbToggleOpen:hover{
	background: url(/bundles/oycommon/img/selectbox-icons.png) 0 -66px no-repeat;
}

.sbHolder .sbToggle{ /* Down */
    background: url("/bundles/oycommon/img/selectbox/arrow-select-down-light.png") 50% no-repeat;
}

.sbHolder .sbToggleOpen{ /* Up */
    background: url("/bundles/oycommon/img/selectbox/arrow-select-up-light.png") 50% no-repeat;
}



.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	/*border-bottom: dotted 1px #515151;*/
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #465566;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


:root {
  --main-bg-color: #f9f9fb;
  --white: #fff;
  --black: #000;
  --lightGray: #dbdde6;
  --whiteshGray: #d2d2d4;
  --linkColor: #636d70;
  --subNavColor: #2e2e2e;
  --grayBackground: #ecedf2;
  --darkRed: #f13321;
  --darkBlue: #2356a4;
  --purple:#f5446f;
  --green:#a8bf08;
  --yellow:#f8c100;
  --fentBlue:#00a4e0;
  --jade:#20a09f;
  --fentPurple:#f5446f;
  --darkPurple:#c32d5c;
  --filterButtonBg: #b8b7bc;
  --aqua: #74d0d9;
  --crimsonRed: #e11a15;
  --mischka: #dbdce1;
  --mineShaft: #211f1f;
  --thunder: #2b292a;
  --scarlet: #f51d16;
  --milanoRed: #bf0903;
  --crimsonLight: #df1a14;
  --codGray: #1b1b1b;
  --boulder: #7d7d7d;
  --easternBlue: #209f9f;
  --silver: #ccc;
  --abbey: #313131;
  --acadia: #3a3838;
  --codGrayDark: #1b1919;
  --capeCod: #373535;
}

@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasNeue/bebasneue-regular-webfont.eot");
  src: url("../fonts/bebasNeue/bebasneue-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasNeue/bebasneue-regular-webfont.woff") format("woff"), url("../fonts/bebasNeue/bebasneue-regular-webfont.ttf") format("truetype"), url("../fonts/bebasNeue/bebasneue-regular-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: var(--thunder);
  font-family: 'Open Sans', sans-serif;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.musicSlidar .block_icons.widget-social-media-facebook,
.musicSlidar .block_icons.widget-social-media-instagram,
.musicSlidar .block_icons.widget-social-media-twitch {
  margin-bottom: 50px;
}

.social_media .large_title {
  margin-bottom:5px;
}
.usageFrequencyWrap .socialBlock {
  min-width: 355px;
  max-width: 355px;
  margin-right: 51px;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.btnDefault.social-frequency-usage,
.btnDefault.social-frequency-usage-dual {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: var(--white);
  font-weight: normal;
}

.artist_single_social_media {
  margin-bottom:20px;
}

.corner {
  width: 0;
  height: 0;
  border-top: 56px solid var(--mineShaft);
  border-bottom: 56px solid transparent;
  border-right: 56px solid transparent;
  position: absolute;
}

.usageFrequencyWrap .corner span {
  top: -50px;
  left: 9px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Open Sans Semibold';
  color: var(--white);
}

.lightTheme .usageFrequencyWrap .corner span {
  color: var(--subNavColor);
}

.socialFrequencyCorner {
  width: 0;
  height: 0;
  border-top: 56px solid var(--mineShaft);
  border-bottom: 56px solid transparent;
  border-right: 56px solid transparent;
  position: absolute;
}

.usageFrequencyWrap .socialFrequencyCorner span {
  top: -50px;
  left: 9px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Open Sans Semibold';
  color: var(--white);
}

.lightTheme .usageFrequencyWrap .socialFrequencyCorner span {
  color: var(--subNavColor);
}

.usageFrequencyWrap .socialBlock:nth-child(3),
.usageFrequencyWrap .socialBlock:nth-child(6) {
  margin-right: 0;
}

.usageFrequencyWrap .socialBlock .image {
  width: 45%;
  height: 213px;
  display: flex;
  background: var(--white);
  flex-direction: column;
}

.usageFrequencyWrap .socialBlock .combinedDetailStats {
  flex-direction: column;
  width: 55%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.usageFrequencyWrap .socialBlock .combinedDetailStats span {
  display: flex;
  flex-direction: column;
}

.usageFrequencyWrap .socialBlock .combinedDetailStats .type {
  text-transform: uppercase;
  line-height: 13px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-bottom: 3.8px;
  color: var(--boulder);
}

.combinedDetailStats .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 5.7px;
  font-family: 'Open Sans Semibold';
  color: var(--white);
}

.combinedDetailStats .percentage {
  font-size: 36px;
  line-height: 43px;
  color: var(--easternBlue);
  font-family: 'bebas_neueregular';
}

.usageFrequencyWrap .socialBlock .combinedDetailStats .average,
.usageFrequencyWrap .socialBlock .combinedDetailStats .index {
  font-size: 11px;
  line-height: 14px;
  color: var(--boulder);
}

.usageFrequencyWrap .socialBlock .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.podcastsWrap.social_media_usage_frequency {
  padding-top: 0;
}

.usageCompare {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
}
.usageCompare .compareDetails .name {
  font-size: 12px;
  line-height: 13px;
  color: var(--boulder);
}

.combinedDetailStats .usageCompare .compareDetails .percentage {
  font-size: 26px;
  line-height: 23px;
  color: var(--easternBlue);
  font-family: 'bebas_neueregular';
}

.lightTheme .usageFrequencyWrap .socialBlock {
  background: var(--grayBackground);
}

.lightTheme .usageFrequencyWrap .socialBlock .combinedDetailStats .name,
.lightTheme .usageFrequencyWrap .socialBlock .combinedDetailStats .type {
  color: var(--subNavColor);
}
.logo {
  display: block;
  height: 39px;
  width: 146px;
  padding: 0;
  margin-top: -14px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}

.block_login .logo {
  margin: 0 auto 40px;
  text-align: center;
}

.fontOpenSans {
  font-family: 'Open Sans', sans-serif !important;
}

.login .container {
  padding-bottom: 2px;
}

.block_dfa .logo {
  margin: 35px auto;
}

.login_name,
.login_pass {
  width: 100%;
  margin: 10px 0;
  padding: 9px 15px 8px;
  border: 1px solid var(--thunder);
  color: #020000;
}

.login_form button {
  width: 344px;
  margin: 30px 0 0;
  padding: 12px 30px;
  background: var(--scarlet);
  text-transform: capitalize;
  font-size: 16px;
  color: var(--white);
  border: none;
}

.login_form .block_login_remember label {
  float: left;
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #303030;
}

.login_form button:focus,
.login_form button:active,
.login_form button:hover {
  outline: none;
  background: var(--milanoRed);
}

.login_form .block_login_remember {
  width: 344px;
  padding: 15px 0 25px;
  border-bottom: 1px solid #d6d6d6;
}

.login_form .block_description {
  padding: 15px 0;
  font-size: 16px;
  color: #cecece;
}

.block_login .large_title {
  margin: 20px 0 0;
  text-align: center;
}

.block_login_remember a {
  float: right;
  font-size: 12px;
  color: var(--white);
  text-decoration: underline;
}

.block_login_remember a:hover {
  color: var(--crimsonRed);
}

.dfa_app_link a {
  color: var(--crimsonLight);
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}

.dfa_app_link a:hover {
  color: #ff4931;
}

.block_dfa .dfa_steps .stepNo {
  display: block;
  height: 53px;
  width: 53px;
  float: left;
  background: #e9e8e8;
  text-align: center;
  line-height: 53px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--thunder);
}

.block_dfa .works_wrap {
  text-align: center;
  margin-bottom: 25px;
}

.block_dfa .works_wrap h3 {
  font-family: Open Sans Condensed Bold;
  margin: 0 0 8px;
  font-size: 28px;
}

.block_dfa .dfa_head {
  margin-bottom: 50px;
  text-align: center;
  color: var(--white);
}

.block_dfa .dfa_head h2 {
  font-family: Open Sans Condensed Bold;
  font-size: 35px;
  margin: 0;
}

.block_dfa .dfa_head p {
  margin: 0;
}

.dfa_button a,
.dfa_set_from button {
  width: 230px;
  margin: auto;
  padding: 15px 30px;
  background: var(--scarlet);
  text-transform: capitalize;
  font-size: 16px;
  font-family: Open Sans Condensed Bold;
  color: var(--white);
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
}

.dfa_button a:hover {
  background: var(--milanoRed);
  color: var(--white);
  text-decoration: none;
}

.dfa_set_success .dfa_head {
  margin-bottom: 55px;
}

.dfa_set_success {
  width: 520px;
  margin: 100px auto;
  text-align: center;
}

.dfa_set_success h3 {
  font-family: Open Sans Condensed Bold;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.dfa_set_success .icon-megaphone {
  background: url("../bundles/oycommon/img/megaphone.png");
  width: 47px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.dfa_set_success p {
  margin: 0 55px 70px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100000;
  background: var(--thunder);
}

header li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  text-align: left;
  text-transform: uppercase;
}

header li:last-child {
  padding-left: 12px;
}

header li a {
  position: relative;
  display: block;
  padding: 16px 18px 15px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  z-index: 100;
}

header li a:hover,
header li a:active,
header li a:focus {
  color: var(--crimsonLight);
  text-decoration: none;
}

/*sub menu */
.demographicWrapper .top_nav_fixed,
.segmentWrapper .top_nav_fixed  {
  position: fixed;
  top: 80px;
  height: 66px;
  width: 100%;
  z-index: 900;
}

.demographicWrapper .top_nav_fixed.top_nav_sticky,
.segmentWrapper .top_nav_fixed.top_nav_sticky {
  position: fixed;
  top: 0 !important;
}

.demographicWrapper .top_nav_fixed.hidden,
.segmentWrapper .top_nav_fixed.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.demographicWrapper .top_nav_fixed nav,
.segmentWrapper .top_nav_fixed nav {
  border-radius: 4px;
  background-color: #211f20;
  height: inherit;
  text-align: center;
}

.demographicWrapper .top_nav_fixed ul,
.segmentWrapper .top_nav_fixed ul {
  padding: 0;
}

.demographicWrapper .top_nav_fixed li,
.segmentWrapper .top_nav_fixed li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}

.demographicWrapper .top_nav_fixed a.active,
.segmentWrapper .top_nav_fixed a.active,
.demographicWrapper .top_nav_fixed a:hover,
.segmentWrapper .top_nav_fixed a:hover {
  color: var(--crimsonRed);
  border-bottom: 3px solid var(--crimsonRed);
}

.gridster[data-select="enabled"] ul li a {
  color: var(--white) !important;
}

.navbar ul li a.active {
  color: var(--crimsonRed);
}

.savedSearchWrap {
  height: 115px;
  position: relative;
  background: var(--thunder);
}

.searchWrap {
    background-color: var(--abbey);
    width: 100%;
    position: absolute;
    top: 30px;
    padding-top: 50px;
    height: 100%;
}

.searchWrap li, .rankingNav li {
  display: inline-block;
  list-style-type: none;
  margin-left: 55px;
  vertical-align: middle;
}
.rankingNav li {
  margin-left: 27px;
}
.searchWrap li a ,
.rankingNav li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}
.searchWrap li a, .rankingNav li a {
  text-decoration: none;
}
.bannerWrap {
  width: 100%;
  height: 343px;
  background-color: var(--codGray);
  width: 100%;
  position: relative;
  margin-top: 10px;
  border-radius: 4px;
}

.searchResultWrap {
  height: 343px;
  position: relative;
}

.profileImgWrap, .rightBanner {
  height: inherit;
}

.bannerWrap .profileImgWrap:first-child div {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bannerWrap .profileImgWrap:last-child div {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.profileImgWrap {
  width: 31.5%;
  z-index: 1;
  position: relative;
}

.profileImgWrap div {
  height: 100%;
}

.rightBanner {
  width: 63.4%;
}

.dualSearchBanner .dualSearchMiddle {
  width: 54.4%;
  left: 22.5%;
}

.profileImgWrap:last-child {
  display: none;
}

/* dual search banner */
.dualSearchBanner .profileImgWrap {
  width: 27.5%;
}

.dualSearchBanner .datasetWrapper {
  left: auto;
  right: 55px;
  bottom: -5px;
}

.dualSearchBanner .index-wrapper {
  margin-right: 55px;
  margin-bottom: 0;
}

.dualSearchBanner .profileImgWrap:last-child {
  display: block;
}

.dualSearchBanner .rightResultWrap {
  padding: 60px 55px 0 40px;
}

.dualSearchBanner .searchDetails strong {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.rightBanner {
  transform: skewX(-16deg);
  position: absolute;
  left: 27.2%;
  z-index: 2;
  background: var(--codGray);
}

.rightResultWrap {
  transform: skewX(16deg);
  height: inherit;
  padding-top: 45px;
  padding-left: 80px;
}
.console {
  margin: 20px 0 0;
}
.trending-page .rightResultWrap {
  padding-top: 35px;
}

.datasetWrapper {
  bottom: 0;
  position: relative;
  right: -80px;
}

.searchResultWrap .terms_search {
  font-size: 14px;
  color: var(--white);
  width: 100%;
  text-align: right;
}

.bg_header .top_nav_fixed.top_nav_sticky {
  position: fixed;
  top: 80px !important;
}

.bg_header .terms_search {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.searchResultWrap i {
  font-style: normal;
}

.searchResultWrap .result_search {
  width: 100%;
  text-align: center;
  z-index: 100;
}

.searchResultWrap .result_search .header_title {
  text-align: center;
  font-size: 60px;
  color: var(--white);
  text-transform: uppercase;
}

.datasetWrapper {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.93;
  color: var(--white);
}

.searchDetails {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
}

.searchDetails strong {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Open Sans Semibold';
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.result {
  margin-right: 55px;
  margin-bottom: 10px;
}

.result h5 {
  color: var(--jade);
  font-size: 30px;
  margin-bottom: 0;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'bebas_neueregular';
}

.result span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--white);
  font-family: 'Open Sans Semibold';
  text-transform: uppercase;
  letter-spacing: 0;
}

.trendSerch strong {
  font-size: 30px;
  font-family: 'Open Sans Semibold';
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
}

.trendSerch .result {
  margin-bottom: 15px;
}

.trendSerch .result h5 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 30px;
}

.trendSerch .result span {
  font-weight: normal;
  text-transform:none;
  font-family: 'Open Sans Semibold';
  font-size: 16px;
}

header .user_name span, header .bellIcon span {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 16px 0 15px;
}

header .user_name .btn_user, header .bellIcon .btn_notif {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  background: url(../bundles/oycommon/img/user_arrow.svg) 0 7px / 21px no-repeat;
  cursor: pointer;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

header .bellIcon .btn_notif{
  background: none !important;
}

header .user_name.active .btn_user {
  background: url(../bundles/oycommon/img/user_arrow.svg) 0 -9px / 21px no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

header .user_name .btn_user .user_menu, header .bellIcon .btn_notif .notif_menu {
  position: absolute;
  top: 50px;
  right: 100px;
  display: none;
  width: 162px;
  margin: 0;
  padding: 3px 0 0;
  -moz-box-shadow: 0 2px 5px var(--black);
  -webkit-box-shadow: 0 2px 5px var(--black);
  box-shadow: 0 2px 5px var(--black);
  z-index: 20000;
  background: #f0f0f0;
}

header .bellIcon .btn_notif .notif_menu {
  width: 300px;
  right: 0px;
  height: auto;
}
ul.user_menu li:last-child, ul.notif_menu li:last-child {
  padding-left: 0;
}

header .user_name .btn_user .user_menu li, header .bellIcon .btn_notif .notif_menu li {
  list-style-type: none;
  display: block;
}

header .user_name .btn_user .user_menu li a, header .bellIcon .btn_notif .notif_menu li a {
  display: block;
  padding: 8px 14px;
  font-size: 12px;
  color: var(--black);
  text-decoration: none;
  background: #f0f0f0;
}

header .bellIcon .btn_notif .notif_menu li.unread {
  padding: 8px 14px;
  color: gray;
  font-weight: bold;
  font-size: 12px;
}
header .user_name .btn_user .user_menu li a:hover, header .bellIcon .btn_notif .notif_menu li a:hover {
  color: #d13d35;
  background: var(--white);
}

header .user_name  .user_menu li a, header .bellIcontif_menu li a {
  border-bottom: 1px solid #dbdbdb;
}

.middleTitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.related_segments .item_segments {
  height: 85px;
  border-radius: 42.5px;
  background-color: #211f20;
  width: 260px;
  margin-right: 15px;
  align-items: center;
  padding: 4px;
  display: inline-block;
}

.related_segments.music .item_segments:last-child {
  margin: 0;
}

.related_segments .icon {
  width: 74px;
  height: 74px;
}

.related_segments .icon img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.related_segments .name a {
  font-size: 14px;
  line-height: 1.71;
  color: var(--white);
  text-transform: capitalize;
}

.related_segments .name {
  margin-left: 14px;
}

.right_bar_save_search,
.right_bar,
.arrow_up {
  display: none;
}

.related_segments {
  margin-bottom: 106px !important;
}

/* footer css */
footer {
  width: 100%;
  background: var(--mineShaft);
  padding: 7px 0 6px;
}

footer .copyright {
  float: left;
  margin: 18px 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

footer .logo_footer {
  float: right;
}

.logo_footer span {
  display: block;
  background: url(../images/footer/logo_footer_1.png) 0 0 no-repeat;
  height: 47px;
  width: 172px;
  background-size: contain;
  margin-top: 6px;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.iconSearch,
.iconReport {
  font-size: 18px;
  margin-right: 5px;
}

.large_title {
  font-family: 'bebas_neueregular';
  font-size: 24px;
  color: var(--white);
  margin-bottom: 10px;
}

.artist_result {
  margin-bottom: 60px;
}
.music .social_media_artist {
  margin-bottom: 20px;
}

.result_table {
  margin-bottom: 12px;
}

.music .result_single .block_icons .cell img,
.music .result_social_single .block_icons .cell img,
.music .result_double .block_icons .cell img {
  max-width: 100%;
  max-height: 176px;
  width: 100%;
}

.music .result_single .block_icons .image,
.music .result_social_single .block_icons .image,
.music .result_double .block_icons .image {
  height: 176px;
}

.music .result_single .block_icons .name,
.music .result_social_single .block_icons .name,
.music .result_double .block_icons .name {
  margin: 5px 0;
}

.music .result_single .block_icons a,
.music .result_social_single .block_icons a,
.music .result_double .block_icons a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--boulder);
}

.music .result_single .block_icons .name a,
.music .result_social_single .block_icons .name a,
.music .result_double .block_icons .name a,
.compResult .name a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  transition: .3s;
  white-space: nowrap;
}

.music .result_single .block_icons .percent a,
.music .result_single .compResult .percent a,
.music .result_social_single .block_icons .percent a,
.music .result_social_single .compResult .percent a,
.music .result_double .block_icons .percent a,
.music .result_double .compResult .percent a {
  font-family: 'bebas_neueregular';
  font-size: 36px;
  color: var(--easternBlue);
}

.music .result_single .block_icons .percent_national a,
.music .result_single .block_icons .index,
.music .result_social_single .block_icons .percent_national a,
.music .result_social_single .block_icons .index,
.music .result_double .block_icons .percent_national a,
.music .result_double .block_icons .index {
  font-size: 11px;
  color: var(--boulder);
  text-align: center;
}

.musicStatus {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.btnDefault {
  display: inline-block;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  background-color: var(--scarlet);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 9px 22px;
  cursor: default;
}

.music {
  margin: 40px 0 100px;
}

.btnDefault:hover{
  color: var(--white);
  text-decoration: none;
}

.tableDefault tr {
  background-color: var(--mineShaft);
}

.tableDefault tr td,
.tableDefault tr th {
  color: var(--white);
  background-color: var(--mineShaft);
  font-family: sans-serif;
}

.tableDefault tr td {
  padding: 1px 14px !important;
  font-size: 30px;
  font-family: 'bebas_neueregular', sans-serif;
}

td.combined,
.tableDefault tr td:nth-child(3).hidden-combined  {
  font-family: 'bebas_neueregular', sans-serif !important;
}

.tableDefault tr td.percent_index,
.tableDefault tr td.hidden-combined {
  font-size: 18px;
  font-family: 'bebas_neueregular';
}

.tableDefault tr th:last-child {
  font-size: 12px;
  font-family: 'Open Sans Semibold';
}

.tableDefault tr td:last-child {
  font-size: 14px !important;
  font-family: 'Open Sans Semibold' !important;
}

.tableDefault tr th {
  vertical-align: top;
  background-color: #ecedf2;
  color: #000000;
  padding: 8px 15px !important;
  border: none !important;
  border-color: #ecedf2;
}

.tableDefault tr td:nth-child(1) {
  color: var(--easternBlue);
}

.tableDefault {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.fixWidthTable tr td:nth-child(1) {
  width: 35%;
}

.fixWidthTable tr td:nth-child(2) {
  width: 35%;
}

.fixWidthTable tr td:nth-child(3) {
  width: 15%;
}

.fixWidthTable tr td:nth-child(4) {
  width: 15%;
}

.corner {
  width: 0;
  height: 0;
  border-top: 56px solid var(--mineShaft);
  border-bottom: 56px solid transparent;
  border-right: 56px solid transparent;
  position: absolute;
  color: var(--white);
}

.corner span {
  position:absolute;
  top: -45px;
  left: 4px;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  display:block;
}

.socialFrequencyCorner {
  width: 0;
  height: 0;
  border-top: 56px solid var(--mineShaft);
  border-bottom: 56px solid transparent;
  border-right: 56px solid transparent;
  position: absolute;
  color: var(--white);
}

.socialFrequencyCorner span {
  position:absolute;
  top: -45px;
  left: 4px;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  display:block;
}
/* css for light theme */

.lightTheme header li a,
.lightTheme header .user_name span,
.lightTheme .md-legend-total {
  color: var(--linkColor);
}

.lightTheme .searchTabWrapper li.nav-item a.searchTab,
.lightTheme .large_title,
.lightTheme .description h5,
.lightTheme .description h6 {
  color: var(--black);
}

.lightTheme .demographicWrapper .top_nav_fixed a,
.lightTheme .segmentWrapper .top_nav_fixed a,
.lightTheme .searchWrap li a,
.lightTheme .rankingNav li a,
.lightTheme .searchDetails,
.lightTheme .result span,
.lightTheme .datasetWrapper,
.lightTheme .related_segments .name a,
.lightTheme .middleTitle,
.lightTheme .tableDefault tr th,
.lightTheme .tableDefault tr td:nth-child(1),
.lightTheme .tableDefault tr th:nth-child(1),
.lightTheme .recent_search tbody tr td,
.lightTheme .additionalFilterTitle,
.lightTheme .header_title_small span.click,
.lightTheme .segments .gridster ul li .title,
.lightTheme .segments .gridster ul li,
.lightTheme .corner,
.lightTheme .socialFrequencyCorner,
.lightTheme .music .result_single .block_icons .name a,
.lightTheme .music .result_social_single .block_icons .name a,
.lightTheme .music .result_double .block_icons .name a,
.lightTheme .compResult .name a,
.lightTheme .tableDefault tr td,
.lightTheme .tableDefault tr th,
.lightTheme span.dispRoc,
.lightTheme .backBtn a,
.lightTheme .segmentHeader .result span,
.lightTheme .searchResultWrap .terms_search,
.lightTheme .description p,
.lightTheme .segments .select_block_gridster span.logo,
.lightTheme .header-buttons span {
  color: var(--subNavColor);
}

/* Important is required */
.lightTheme .gridster[data-select="enabled"] ul li a,
.lightTheme .segmentDesc h5  {
  color: var(--subNavColor) !important;
}
.lightTheme .gamingConsoleWrap .barElementSingle {
  background-color: var(--grayBackground) !important;
}
.darkTheme .gamingConsoleWrap .barElementSingle {
  background: #211F20 !important;
}
.lightTheme footer .copyright {
  color:rgba(44, 44, 44, 0.5);
}

.lightTheme .demographicWrapper .top_nav_fixed a.active,
.lightTheme, .segmentWrapper .top_nav_fixed a.active,
.lightTheme .demographicWrapper .top_nav_fixed a:hover,
.lightTheme, .segmentWrapper .top_nav_fixed a:hover,
.lightTheme header li a:hover,
.lightTheme header li a:active, header li a:focus {
  color: var(--darkRed);
}
.lightTheme .socialDetailStats .timeDetail,
.lightTheme .graphDetailsWrap h3 {
  color: var(--subNavColor);
}

.lightTheme .header_title_small span {
  color: var(--white);
}

.lightTheme .ageItems li span {
  color: #34a09f;
}

.lightTheme,
.lightTheme header,
.lightTheme .outer_wrapper,
.lightTheme .savedSearchWrap {
  background-color: var(--main-bg-color);
}

.lightTheme .male span,
.lightTheme .female span,
.lightTheme .block_age .filter_unit .customize span,
.lightTheme .block_demographic .filter_unit .customize span,
.lightTheme .block_genre .customize span,
.lightTheme .block_race .customize span,
.lightTheme .advFiltrRegion select.options,
.lightTheme div.advFiltrRegion .options span.active,
.lightTheme .toggleBtn label {
  background-color: var(--filterButtonBg);
}

.lightTheme .block_age .filter_unit .customize span:hover,
.lightTheme div.advFiltrRegion .options span.active:hover,
.lightTheme .toggleBtn label:hover,
.lightTheme .block_demographic .filter_unit .customize span:hover,
.lightTheme .block_demographic .filter_unit .customize span.active {
  background-color: var(--aqua);
}

.lightTheme .searchWrap,
.lightTheme .trending .item-container div,
.lightTheme .highcharts-background,
.lightTheme .trending .item-container,
.lightTheme .trending-top-filter,
.lightTheme .trending .item-container div.highcharts-container {
  background-color: var(--lightGray);
  fill: var(--lightGray);
}

.lightTheme .demographicWrapper .top_nav_fixed nav,
.lightTheme .segmentWrapper .top_nav_fixed nav,
.lightTheme footer,
.lightTheme .tableDefault tr,
.lightTheme .tableDefault tr td,
.lightTheme .tableDefault tr th,
.lightTheme .preview-content .body,
.lightTheme .qtip-default .qtip-content,
.lightTheme .trendingMainWrapper {
  background-color: var(--white);
}

.lightTheme .rightBanner,
.lightTheme .bannerWrap,
.lightTheme .related_segments .item_segments,
.lightTheme .extraWidth::before,
.lightTheme .filters,
.lightTheme .extraWidth::after {
  background-color: var(--grayBackground);
}

/* Overriding JS plugin property */
.lightTheme .age_chart .barElement,
.lightTheme .listening_chart .barElement,
.lightTheme .hh_income_chart .barElement {
  background-color: var(--grayBackground) !important;
}

.lightTheme .tableDefault tr th {
  background-color: var(--whiteshGray);
}

.lightTheme .logo_footer  span {
  background: url(../images/footer/footerInsights.png) 0 0 no-repeat;
}

.lightTheme .tableCorner tbody tr td:nth-child(1) {
  background: #fff url(../bundles/oycommon/img/table-cornar-lightTheme.png) -45px 0 no-repeat;
}

.lightTheme .searchTabWrapper li.nav-item a.searchTab.active,
.lightTheme .tab-content {
  background-color: rgba(255,255,255,0.7);
}

.lightTheme .searchTabWrapper li.nav-item a.searchTab {
  background-color: rgba(255,255,255,0.2);
}

.lightTheme .segments.browse-segments .gridster {
  z-index: 2;
}

.lightTheme .browse-segments .large_title {
  background: #dadde6;
  z-index: 1;
}

.lightTheme .segments .maps_nav ul,
.lightTheme .demographicWrapper .top_nav_fixed nav {
  background: var(--white);
  box-shadow: 1px 3px 5px 0 rgba(183, 183, 183, 0.70);
}

.lightTheme .segments .maps_nav ul li a,
.lightTheme .segments .gridster ul li.left_title {
  color:  var(--subNavColor);
}

.lightTheme .musicStatus,
.lightTheme .compResult div.musicStatus,
.lightTheme .compCont .percent_national a {
  color:var(--acadia);
  padding: 0 0 0 10px;
}

.lightTheme .segmentBgCol1,
.lightTheme .segmentBgCol2,
.lightTheme .segmentBgCol3,
.lightTheme .segmentBgCol4 {
  border: 3px solid #e8eaf0;
  background: #e8eaf0;
}

.lightTheme .segments .fanatics {
  background: #ffc3be;
}

.lightTheme .segments .enthusiasts {
  background: #dbe2af;
}

.lightTheme .segments .casuals {
  background: #ffd4a7;
}

.lightTheme .segments .indifferents {
  background: #b4ebff;
}

.lightTheme .corner {
  border-top: 56px solid var(--grayBackground);
}

.lightTheme .socialFrequencyCorner {
  border-top: 56px solid var(--grayBackground);
}

.lightTheme .musicSlidar .block_icons {
  background-color: var(--grayBackground);
}

.lightTheme .compResult {
  background: var(--mischka);
}

.iconResult .populationIcon,
.iconResult .listeningIcon,
.iconResult .spendIcon {
  filter: brightness(20%);
  -webkit-filter: brightness(20%);
}

#modal_gaming_consoles .md-close {
  z-index: 11;
}
#modal_gaming_consoles .md-body {
  padding-top: 55px;
}
  

/* big fans page css starts her */
.bigFansWrap .savedSearchWrap {
  height: auto;
  background: unset;
  padding-top: 10px;
  margin-bottom: 30px;
}

.bigFansWrap .searchWrap {
  position: relative;
  top: 0; 
  padding-top: 0;
  height: auto;
}

.bigFansWrap .bannerWrap {
  height: 114px;
}

.bigFansWrap .profileImgWrap {
  width: 116px;
}

.bigFansWrap .rightBanner {
  left: 106px;
  width: calc(100% - 122px);
}

.bigFansWrap .rightResultWrap {
  padding-top: 22px;
  padding-left: 48px;
}

.bigFansWrap .searchDetails strong {
  margin-bottom: 8px;
}

.bigFansWrap .datasetWrapper {
  position: relative;
  right: unset;
}

.bigFansWrap .searchResultWrap {
  height: auto;
}

.backLink a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.arrowDown,.arrowUp {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.arrowDown {  
  border-top: 7px solid #ff4931;  
}

.indexDown {
  color: #ff4931 !important;
}

.ageBigFans .percent {
  color: #f51d17;
}

.arrowUp {
  border-bottom: 7px solid #a0b906;
}

.indexUp {
  color: #a0b906 !important;
}

.ageBigFans  .national_percent large {
  display: inline-block;
}

.backIcon {
  border: solid #e11a15;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 10px;
}

.leftDetailWrap {
  margin-left: 50px;
}

.leftDetailWrap p.percent {
  font-size: 30px;
  margin-bottom: 8px;
  line-height: normal;
  color: #f51d17 !important;
}

.leftDetailWrap strong {
  font-size: 14px;
  line-height: 1.71;
  display: block;
  margin-bottom: 8px;
}

.ethnicityBigFans .s_wdgt_details .usAvgIndexLabel span {
  min-width: unset;
  max-width: unset;
}

.ethnicityBigFans .s_wdgt_details .usAvgIndexLabel span:first-child {
  margin-right: 5px;
}

.ethnicityBigFans ul li .s_wdgt_details p:nth-child(2) {
  min-width: 58px;
  max-width: 58px;
  margin-right: 8px;
  font-size: 14px;
}

.ethnicityBigFans .s_wdgt_details p.usAvgIndex span, 
.ethnicityBigFans .s_wdgt_details .usAvgIndexLabel span {
  font-size: 12px;
  color: #aaa;
}

.ethnicityBigFans .s_wdgt_details p.percent {
  max-width: 55px;
  min-width: 55px;
  margin-right: 20px;
  font-size: 30px;
}

.ethnicityBigFans .s_wdgt_details .usAvgIndex span:first-child {
  margin-right: 10px;
}

.ethnicityBigFans ul li {
  margin-bottom: 13px;
}

.ethnicityBigFans ul li:nth-child(even) {
  padding-right: 0;
}
.s_wdgt_details p span.indexUp, 
.s_wdgt_details p span.indexDown {
  display: inline-block;
}

.smartSpeakers {
  background: url(../bundles/oycommon/img/Speaker_grey.png) no-repeat center ;
  height: 100px;
  width: 73px;
  position: relative;
  margin: 11px auto 10px;
  background-size: contain;
}

.smartSpeakersOverlay {
  background: url(../bundles/oycommon/img/speaker_blue.png) no-repeat bottom;
  height: inherit;
  width: inherit;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.videoGame {
  background: url(../bundles/oycommon/img/game_controller_grey.png) no-repeat center;
  height: 80px;
  width: 111px;
  position: relative;
  margin: 11px auto 10px;
  background-size: contain;
}

.videoGameOverlay {
  background: url(../bundles/oycommon/img/game_controller_orange.png) no-repeat bottom;
  height: inherit;
  width: inherit;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.bigfanSection .barChartWrapper .percent {
  position: relative;
}
.bigfanSection .barChartWrapper .percent .arrowDown, 
.bigfanSection .barChartWrapper .percent .arrowUp {
  position: absolute;
  right: 0;
  top: 10px;
}
.backSearch {
  position: absolute;
  left: 12px;
}
.backSearch a::before {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    border: solid #e11a15;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
}
.bigfanSection .tableCorner tbody tr td:nth-child(2) {
  color: #f51d17;
}
.leftDetailWrap strong {
    font-size: 14px;
    line-height: 1.71;
    display: block;
    margin-bottom: 8px;
    color: #f4f1f5;
}
.bigfanSection .bar_key {
    font-size: 14px;
    color: #f4f1f5;
}

/*Top rankig Page */
.topRankingBanner {
  height: 125px;
}
.topRankingBanner .rightBanner {
  left: 106px;
  width: calc(100% - 122px);
}
.topRankingBanner .result_search {
  display: flex;
  justify-content: space-between;
}
.rankingTitle {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Open Sans Semibold';
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
/* need to check color for light */
}
.topRankingBanner .profileImgWrap {
  width: 125px;
}
.topRankingBanner .rightResultWrap {
  padding-left: 30px;
  padding-top: 40px;
}
.topRankingBanner .searchDetails {
  display: flex;
  justify-content: space-around;
  min-width: calc(100% - 200px);
}
.bg_header .topRankingBanner.singleSearchBanner .terms_search {
  right: 0;
  bottom: 6px;
}
.bg_header .topRankingBanner.singleSearchBanner .datasetWrapper {
  font-size: 11px;
}
.bg_header .container .ranking-banner {
  padding: 15px 0 0 !important;
}
.lightTheme .rankingTitle,
.lightTheme  .rankingSection h3,
.lightTheme .median,
.lightTheme .rankingSection .socialBlocks .name a,
.lightTheme .seeResult {
  color: var(--subNavColor);
}
.darkTheme .rankingSection h3,
.darkTheme .median,
.darkTheme .rankingSection .socialBlocks .name a,
.darkTheme .seeResult {
  color: var(--white);
  font-family: 'bebas_neueregular';
}
.rankingSection .socialBlocks .name a.non-click{
  cursor: text;
}
/* new c */
.median {
  opacity: 0.8;
  font-size: 12px !important;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: right;
  display: block;
  font-family: 'OpenSans', sans-serif !important;
}
.ranking-banner .searchResultWrap {
  height: auto;
}
.filter {
  display: inline-block;
  background: var(--scarlet);
  color: var(--white);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.artistList {
  list-style: none;
}
.artistList .socialBlocks {
  margin-bottom: 18px;
}
.lightTheme .artistList .socialBlocks {
  background-color: var(--grayBackground);
}
.darkTheme .artistList .socialBlocks {
  background-color: var(--mineShaft);
}
.lightTheme .artistList .socialFrequencyCorner {
  border-top-color: #DBDCE1 ;
}
.darkTheme .artistList .socialFrequencyCorner {
  border-top-color: #191919 ;
}
.artistList .socialBlocks .image {
  width: 79px;
  height: 75px !important;
  float: left;
}
.artistList .socialFrequencyCorner {
  border-width: 30px;
}
.socialFrequencyCorner span {
  top: -30px;
  font-size: 11px;
}
.rankingFilterWrap {
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-right: 10px;
}
.filter:hover {
  color: #fff;
}
.rankingSection h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 12px;
  font-family: 'bebas_neueregular';
}
.rankingSection .socialBlocks .name {
  font-size: 18px;
  font-family: 'Open Sans Semibold';
  font-weight: 600;
  display: flex;
}
.rankingSection .socialBlocks .percent {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;
}
.rankingSection .socialBlocks .percent a {
  color: #209F9F;
}
.rankingSection .arrowDown,
.rankingSection .arrowUp {
  margin-right: 5px;
}
.rankingSection .col {
  padding: 0 50px;
}
.seeResult {
  display: none;
  text-align: right;
  font-size: 12px !important;
  font-family: 'Open Sans Semibold' !important;
  font-weight: 600;
}
.rankingSection {
  margin-bottom: 90px;
}
.musicSection .socialBlocks .socialDetail {
  height: 50px;
  width: 100%;
  padding: 0 15px 0 50px;
}
.rankingSection img {
  max-width: 100%;
  max-height: 75px !important;
}
.rankingSection .socialBlocks .name a {
  font-family: 'OpenSans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600;
}
.ranking_filters {
  top: 58px !important;
  left: 0;
  width: 70% !important;
  background: #1a1919 !important;
}
.lightTheme .ranking_filters {   
  background: var(--grayBackground) !important;
}
.lightTheme .ranking_filters .male span,
.lightTheme .ranking_filters .female span{   
  background: var(--filterButtonBg);
}

.ranking_filters .male span,
.ranking_filters .female span {
  background: #373535;
  border-radius: 6px;
  width: 144px;
  height: 50px;
}
.ranking_filters .male span.active:active, 
.ranking_filters .male span:hover, 
.ranking_filters .male span.active,
.ranking_filters .female span.active:active, 
.ranking_filters .female span:hover, 
.ranking_filters .female span.active {
  background: #74d0d9;
}
.ranking_filters .female span:after,
.ranking_filters .male span:after {
  width: 100%;
  text-align: center;
  right: unset;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
}


.ranking_filters .filter_unit {
  margin-bottom: 33px;
}

.ranking_filters .block_age .filter_unit .customize span {
  padding: 9px 0;
  width: 75px;
}

.ranking_filters .block_genre .customize span, .block_race .customize span,
.ranking_filters .block_age .filter_unit .customize span,
.ranking_filters .block_demographic .filter_unit .customize span {
  margin: 8px 5px;
}
.ranking_filters .ranking_apply {
  margin-right: 64px;
  margin-top: 40px;
}
.ranking_extraWidth::before{
  background: none !important;
}
.ranking_apply{
  background: var(--scarlet);
  color: var(--white);
  font-weight: bold;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0px;
  text-transform: capitalize;
  border: none;
  float: right;
  margin-right: 30px;
}
.applied-filters{
  font-style: italic;
}

.filterInnerWrap {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.filterRight, .filterLeft {
  display: flex;
  align-items: center;
  margin: 0;
}
.filterInnerWrap .switch-sort {
  position: relative;
}
.lightTheme .clearFilter,
.lightTheme .clearFilter:hover{
  color: var(--subNavColor) !important;
}
.clearFilter {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-left: 22px;
}
.clearFilter:hover {
  color: #fff;
}
.rankingFilterTab {
  display: flex;
  margin-top: 22px;
}
.rankingFilterTab span {
  min-width: 82px;
  min-height: 39px;
  text-align: center;
  margin-right: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 39px;
  padding: 10px;
  color: var(--white);
  background: var(--capeCod);
  cursor: pointer;
  border-radius: 6px;  
}

.lightTheme .rankingFilterTab span {
  background-color: var(--filterButtonBg);
}
.rankingFilterTab span.active:hover,
.rankingFilterTab span.active,
.lightTheme .rankingFilterTab span:hover,
.lightTheme .rankingFilterTab span {
  background: var(--aqua);
  color: var(--mineShaft);
}

.lightTheme .rankingFilterTab span {
  background-color: var(--filterButtonBg);
}

.recordList h3 {
  margin-bottom: 50px;
}
.recordList .cell.index {
  margin-right: 13px;
}

.topRankingDetailBanner.rightResultWrap {
  padding-top: 38px;
}

.topRankingDetailBanner .result_search {
  text-align: left;
}

.topRankingDetailBanner {
  height: 148px;
}

.topRankingDetailBanner .rankingTitle {
  font-size: 30px;
  line-height: 30px;
  display: block;
  color: #fff;
  font-family: 'bebas_neueregular';
  font-weight: normal;
}
.topRankingDetailBanner .rankingTitle h6 {
font-size: 20px;
  font-family: 'Open Sans Semibold';
  margin-bottom: 5px;
}
.lightTheme .topRankingDetailBanner .rankingTitle{
  color: var(--subNavColor);
}
@media (min-width: 1200px){
.container {
  max-width: 1200px!important;
}
}

.no-padding {
  padding: 0 !important;
}

.m-t-20 {
  margin-top: 20px;
}

.widget-household-income,
.widget-age,
.widget-fandom,
.widget-feci,
.widget-gender,
.widget-ethnicity,
.widget-occupation-status,
.widget-household-makeup,
.widget-primary {
  margin-top: 40px;
}

.s_wdgt_title {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color:var(--white);
  margin-bottom: 25px;
  font-family: 'OpenSans', sans-serif;
}

.segmentIcon {
  background: url(../bundles/oycommon/img/segment-icon.png) no-repeat;
  padding-left: 73px;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: -13px;
}

.saveSearch {
  background: url(../bundles/oycommon/img/astric.png) 0 no-repeat;
  margin-left: 20px;
}

.s_wdgt_details {
  text-align: center;
  padding: 2%;
}

.custom_arreng {
  margin-top: 35px;
  display: block;
}

.percent {
  color: #35a2a0;
  font-size: 30px;
  margin-bottom:5px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'bebas_neueregular';
}

.s_wdgt_details p.percent {
  color: #ff3d29;
  font-size: 25px;
  margin-bottom:5px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'bebas_neueregular';
}

.bar_key, .s_wdgt_details p {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  letter-spacing: 0;
  align-self: center;
  font-family: 'OpenSans', sans-serif;
  margin-bottom: 0;
}


#chart_hh_makeup_1 .bar_key .s_wdgt_details p {
  text-align: right;
}

.national_percent,
.s_wdgt_details p span {
  display: block;
  color: var(--boulder);
  font-size: 11px;
  font-family: 'OpenSans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.ui-tooltip {
  min-width: 60px;
}
.national_percent large {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.fandom_bg {
  background: url(../bundles/oycommon/img/fandom_gray.png) bottom / cover no-repeat;
  min-height: 70px;
  min-width: 70px;
  max-width: 70px;
  vertical-align: bottom;
  position: relative;
  margin: 10px auto;
}

.fandom_overlay {
  background: url(../bundles/oycommon/img/fandom_colored.png) bottom / cover no-repeat;
  min-width: 70px;
  max-width: 70px;
  display: block;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.segment_group {
  margin: 45px 0 0;
}

.segment_group ul {
  min-height: 75px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}

.segment_group ul li {
  display: inline-block;
  max-height: 100px;
  width: 40px;
}

.blue_gredient {
  background: #358acf;
  background: -moz-linear-gradient(top, #358acf 0%, #2757b6 100%);
  background: -webkit-linear-gradient(top, #358acf 0%,#2757b6 100%);
  background: linear-gradient(to bottom, #358acf 0%,#2757b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358acf', endColorstr='#2757b6',GradientType=0 );
}

.purple_gredient {
  background: #f89ac7;
  background: -moz-linear-gradient(top, #f89ac7 0%, #f43762 100%);
  background: -webkit-linear-gradient(top, #f89ac7 0%,#f43762 100%);
  background: linear-gradient(to bottom, #f89ac7 0%,#f43762 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89ac7', endColorstr='#f43762',GradientType=0 );
}

.yellow_gredient {
  background: #f9d700;
  background: -moz-linear-gradient(top, #f9d700 0%, #f68f01 100%);
  background: -webkit-linear-gradient(top, #f9d700 0%,#f68f01 100%);
  background: linear-gradient(to bottom, #f9d700 0%,#f68f01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d700', endColorstr='#f68f01',GradientType=0 );
}

.dark_purple_gredient {
  background: #d43973;
  background: -moz-linear-gradient(top, #d43973 0%, #8a1026 100%);
  background: -webkit-linear-gradient(top, #d43973 0%,#8a1026 100%);
  background: linear-gradient(to bottom, #d43973 0%,#8a1026 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43973', endColorstr='#8a1026',GradientType=0 );
}


.dark_yellow_gredient {
  background: #f7ab01;
  background: -moz-linear-gradient(top, #f7ab01 0%, #f58302 100%);
  background: -webkit-linear-gradient(top, #f7ab01 0%,#f58302 100%);
  background: linear-gradient(to bottom, #f7ab01 0%,#f58302 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ab01', endColorstr='#f58302',GradientType=0 );
}

.dark_blue_gredient {
  background: #1d498b;
  background: -moz-linear-gradient(top, #1d498b 0%, #113262 100%);
  background: -webkit-linear-gradient(top, #1d498b 0%,#113262 100%);
  background: linear-gradient(to bottom, #1d498b 0%,#113262 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d498b', endColorstr='#113262',GradientType=0 );
}

.segment_male_bg {
  background: url(../bundles/oycommon/img/male_gray.png) no-repeat center;
  min-height:85px;
  min-width: 49px;
  max-width: 49px;
  position: relative;
  margin: 11px auto 10px;
  display: block;
  background-size: contain;
}

.segment_male_overlay {
  background: url(../bundles/oycommon/img/male_colored.png) no-repeat bottom;
  background-size: 39px 85px;
  min-width:49px;
  max-width: 49px;
  display: block;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.segment_female_bg {
  background: url(../bundles/oycommon/img/female_gray.png) no-repeat;
  min-height:85px;
  min-width: 49px;
  max-width: 49px;
  vertical-align: bottom;
  position: relative;
  margin: 11px auto 10px;
}

.segment_female_overlay {
  background: url(../bundles/oycommon/img/female_colored.png) no-repeat bottom;
  background-size: cover;
  min-width:49px;
  max-width: 49px;
  display: block;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.segment_group ul li:first-child {
  background: #f86543;
  background: -moz-linear-gradient(top, #f86543 0%, #ff2c19 100%);
  background: -webkit-linear-gradient(top, #f86543 0%,#ff2c19 100%);
  background: linear-gradient(to bottom, #f86543 0%,#ff2c19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86543', endColorstr='#ff2c19',GradientType=0 );
}

.segment_group ul li:nth-child(2) {
  background: #ccda06;
  background: -moz-linear-gradient(top, #ccda06 0%, #4d600e 100%);
  background: -webkit-linear-gradient(top, #ccda06 0%,#4d600e 100%);
  background: linear-gradient(to bottom, #ccda06 0%,#4d600e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccda06', endColorstr='#4d600e',GradientType=0 );
}

.segment_group ul li:nth-child(3) {
  background: #ffd008;
  background: -moz-linear-gradient(top, #ffd008 0%, #ff7807 100%);
  background: -webkit-linear-gradient(top, #ffd008 0%,#ff7807 100%);
  background: linear-gradient(to bottom, #ffd008 0%,#ff7807 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd008', endColorstr='#ff7807',GradientType=0 );
}

.segment_group ul li:nth-child(4) {
  background: #00d3f0;
  background: -moz-linear-gradient(top, #00d3f0 0%, #017ad3 100%);
  background: -webkit-linear-gradient(top, #00d3f0 0%,#017ad3 100%);
  background: linear-gradient(to bottom, #00d3f0 0%,#017ad3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3f0', endColorstr='#017ad3',GradientType=0 );
}

.segment_group_data {
  margin: 14px 0;
}

.segment_group_data ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
  display: flex;
}

.segment_group_data ul li {
  display: inline-block;
  flex: auto;
}

.ethnicity_group_data ul li .s_wdgt_details {
  text-align: left !important;
  display: flex;
}

.ethnicity_group_data ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  text-align: left;
}

.ethnicity_group_data ul li {
  display: inline-block;
  flex: auto;
  width: 49%;
  padding-right: 3%;
}

.ethnicity_group_data ul li .s_wdgt_details p {
  display: inline-block;
  flex: auto;
  vertical-align: middle;
  margin-top: auto;
  align-self: center;
  margin-bottom: auto;
}

.ethnicity_group_data ul li .s_wdgt_details p:nth-child(2) {
  min-width: 50px;
  max-width: 50px;
}

.ethnicity_group_data ul li .s_wdgt_details p:last-child {
  text-align: center;
  padding-bottom: 3px;
}

.ethnicity_group_data .s_wdgt_details p.wdgt_disc {
  max-width: 13px;
  max-height: 13px;
  min-width: 13px;
  min-height: 13px;
  border-radius: 50%;
  margin-right: 8px;
  padding: unset;
}

.ethnicity_group_data .s_wdgt_details p.percent {
  text-align: right;
  margin-right: 5px;
  max-width: 45px;
  min-width: 45px;
}
.ethnicityBigFans .ethnicity_group_data ul li {
  width: 50%;
}
.bigfanSection .bar_key {
  font-size: 14px;
}
.leftDetailWrap p span {
  font-size: 12px;
  color: #aaa;
}
.leftDetailWrap .national_percent {
  font-size: 12px;
}
.bigfanSection .national_percent {
  font-size: 12px;
  color: #aaa;
  font-weight: normal;
}

.color_orange {
  color: var(--orange) !important;
}

.color_blue {
  color: var(--blue) !important;
}

.color_yellow {
  color: var(--yellow) !important;
}

.color_dark_blue {
  color: var(--darkBlue) !important;
}

.color_purple {
  color: #f5446f !important;
}

.color_fent_purple {
  color: var(--fentPurple) !important;
}

.color_red {
  color: var(--darkRed) !important;
}

.color_green {
  color: #a8bf08 !important;
}

.color_fentBlue {
  color: var(--fentBlue) !important;
}

.color_jade {
  color: var(--jade) !important;
}

.bg_dark_blue {
  background-color: var(--darkBlue) !important;
}

.bg_dark_blue, .bg_blue {
  background-color: #2e71c2;
}

.bg_purple {
  background-color: #f66894;
}

.bg_dark_purple {
  background-color:  var(--darkPurple) !important;
}

.bg_dark_yellow, .bg_yellow {
  background-color: #f69700;
}

.progress {
  border-radius: 0 !important;
}

.md-legend ul.md-legend_map li {
  display: inline-block !important;
  min-width: 40px !important;
  text-align: center;
}

.md-legend_map li:last-child {
  position: absolute;
  left: 15px;
  top: 101px;
  width: 240px;
  height: 12px;
  float: none;
  background-size: 100%;
  z-index: 10;
}

.widget-population {
  position: static;
  vertical-align: bottom;
  margin-top:10px;
}

#tooltip_map {
  position: absolute;
  padding: 8px 10px;
  background: var(--acadia);
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-family: 'Open Sans Regular';
  -moz-box-shadow: 0 0 1px #2a2a2a;
  -webkit-box-shadow: 0 0 1px #2a2a2a;
  box-shadow: 0 0 1px #2a2a2a;
  z-index: 9999999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#tooltip_map:after, #tooltip_map:before {
  top: 98%;
  right: -1px;
  content: " ";
  position: absolute;
  pointer-events: none;
}

#tooltip_map:before {
  width: 9px;
  height: 10px;
  background: url(../images/common/map_toltip_arrow.png) no-repeat;
  left: 80%;
}

.md-legend-total {
  color: var(--white);
  font-weight: bold;
  margin-bottom: 25px;
}

.barElement {
  min-height: 40px;
  margin-bottom: 15px !important;
}

ul.md-legend_map {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 300px;
}

.percent-of-us-pop i {
  font-style: normal;
}

ul.md-legend_map li div {
  height: 16px;
  display: block;
  text-align: right;
  min-width: 40px;
}

ul.md-legend_map li span {
  width: 40px;
  display: block;
  color: var(--linkColor);
  font-size: 9px;
  text-align: center;
}

.md-legend-map-title {
  text-align: center;
  width: 250px;
  font-size: 12px;
  color: var(--linkColor);
  margin-top: -5px;
}

ul.md-legend_map li div::before {
  border-right: 1px solid var(--white);
  content:"";
  padding:3px 0 0 !important;
}

ul.md-legend_map li:first-child div::after {
  border-left: 1px solid var(--white);
  content: "";
  padding: 3px 0 0 !important;
  text-align: right;
  display: block;
  margin-top: -22px;
  height: 19px;
}

.content-bottom {
  vertical-align: bottom;
  margin: auto 0 0;
  padding-bottom: 50px;
}

ul.md-legend_map li:first-child div {
  background: #e2e6e6;
  background: -moz-linear-gradient(left, #e2e6e6 0%, #aadbe1 100%);
  background: -webkit-linear-gradient(left, #e2e6e6 0%,#aadbe1 100%);
  background: linear-gradient(to right, #e2e6e6 0%,#aadbe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e6e6', endColorstr='#aadbe1',GradientType=1 );
}

ul.md-legend_map li:nth-child(2) div {
  background: #aadbe1;
  background: -moz-linear-gradient(left, #aadbe1 0%, #83c6cd 100%);
  background: -webkit-linear-gradient(left, #aadbe1 0%,#83c6cd 100%);
  background: linear-gradient(to right, #aadbe1 0%,#83c6cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aadbe1', endColorstr='#83c6cd',GradientType=1 );
}

ul.md-legend_map li:nth-child(3) div {
  background: #83c6cd;
  background: -moz-linear-gradient(left, #83c6cd 0%, #5da2a8 100%);
  background: -webkit-linear-gradient(left, #83c6cd 0%,#5da2a8 100%);
  background: linear-gradient(to right, #83c6cd 0%,#5da2a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c6cd', endColorstr='#5da2a8',GradientType=1 );
}

ul.md-legend_map li:nth-child(4) div {
  background: #5da2a8;
  background: -moz-linear-gradient(left, #5da2a8 0%, #38686d 100%);
  background: -webkit-linear-gradient(left, #5da2a8 0%,#38686d 100%);
  background: linear-gradient(to right, #5da2a8 0%,#38686d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da2a8', endColorstr='#38686d',GradientType=1 );
}

.md-legend ul.md-legend_map li:nth-child(5) div {
  background: #38686d;
  background: -moz-linear-gradient(left, #38686d 0%, #172c2d 100%);
  background: -webkit-linear-gradient(left, #38686d 0%,#172c2d 100%);
  background: linear-gradient(to right, #38686d 0%,#172c2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38686d', endColorstr='#172c2d',GradientType=1 );
}

ul.md-legend_map li:nth-child(6) div {
  background: #172c2d;
  background: -moz-linear-gradient(left, #172c2d 0%, #040404 100%);
  background: -webkit-linear-gradient(left, #172c2d 0%,#040404 100%);
  background: linear-gradient(to right, #172c2d 0%,#040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172c2d', endColorstr='#040404',GradientType=1 );
}

#chart_occupation_status_1 {
  margin-bottom: 0px !important;
}

#chart_occupation_status_1 .barChartWrapper .barElement .bar_key {
  margin-right: 30px !important;
  text-align: right;
}

#chart_occupation_status_1 div.percent,
#chart_hh_makeup_1 div.percent {
  width: 60px;
  margin-right: 10px !important;
  max-width: 60px;
  margin-left: 15px;
  line-height: 34px;
  margin-bottom: 0 !important;
}

#chart_occupation_status_1 div.national_percent,
#chart_hh_makeup_1 div.national_percent {
  margin-top: 10px;
}

#chart_occupation_status_1 div.bar,
#combined_occupation_status div.bar,
#search1_occupation_status div.bar,
#search2_occupation_status div.bar {
  margin: 10px 0;
  background: rgb(221,69,135) !important;
  background: -moz-linear-gradient(top, rgba(221,69,135,1) 0%, rgba(153,18,43,1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(221,69,135,1) 0%,rgba(153,18,43,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(221,69,135,1) 0%,rgba(153,18,43,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4587', endColorstr='#99122b',GradientType=0 ) !important;
}

#chart_hh_makeup_1 div.bar,
#combined_hh_makeup div.bar,
#search1_hh_makeup div.bar,
#search2_hh_makeup div.bar {
  margin: 10px 0;
  background: rgb(249,219,1) !important;
  background: -moz-linear-gradient(top, rgba(249,219,1,1) 0%, rgba(246,147,0,1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(249,219,1,1) 0%,rgba(246,147,0,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(249,219,1,1) 0%,rgba(246,147,0,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9db01', endColorstr='#f69300',GradientType=0 ) !important;
}

#chart_age_1,
#chart_hh_income_1,
#chart_region_1,
#chart_sexual_orientation_1,
.daysListening {
  text-align: center;
}

#chart_age_1 div.bar,
#combined_age div.bar,
#combined_sexual_orientation div.bar,
#search1_age div.bar,
#search2_age div.bar,
#search1_sexual_orientation div.bar,
#search2_sexual_orientation div.bar{
  background: rgb(52,130,210) !important;
  background: -moz-linear-gradient(top, rgba(52,130,210,1) 0%, rgba(19,40,119,1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(52,130,210,1) 0%,rgba(19,40,119,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(52,130,210,1) 0%,rgba(19,40,119,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3482d2', endColorstr='#132877',GradientType=0 ) !important;
}

#chart_hh_income_1 div.bar,
#combined_hh_income div.bar,
#search1_hh_income div.bar,
#search2_hh_income div.bar,
#combined_listening div.bar,
#search1_listening div.bar,
#search2_listening div.bar {
  background: rgb(76,216,241) !important;
  background: -moz-linear-gradient(top, rgba(76,216,241,1) 0%, rgba(53,133,214,1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(76,216,241,1) 0%,rgba(53,133,214,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(76,216,241,1) 0%,rgba(53,133,214,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd8f1', endColorstr='#3585d6',GradientType=0 ) !important;
}

#chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before,
#chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before,
#occupation_status-widget .osw_block .barElement:first-child .national_percent.npUsAvg::before,
#household_makeup-widget .hhw_block .barElement:first-child .national_percent.npUsAvg::before,
#chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before,
#chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before,
#occupation_status-widget .osw_block .barElement:first-child .national_percent.npIndex::before,
#sexual_orientation-widget .hhw_block .barElement:first-child .national_percent.npIndex::before,
#household_makeup-widget .hhw_block .barElement:first-child .national_percent::before  {
  margin-top: -35px;
  width: 35px;
  text-align: center;
  color: var(--boulder);
  display: block;
  position: absolute;
}

.podcastsWrap #chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before,
.podcastsWrap #chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before {
  width: 60px;
}

#chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before,
#chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before,
#occupation_status-widget .osw_block .barElement:first-child .national_percent.npUsAvg::before,
#sexual_orientation-widget .hhw_block .barElement:first-child .national_percent.npUsAvg::before,
#household_makeup-widget .hhw_block .barElement:first-child .national_percent.npUsAvg::before {
  content: "US AVG";
}

#chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before,
#chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before,
#occupation_status-widget .osw_block .barElement:first-child .national_percent.npIndex::before,
#sexual_orientation-widget .hhw_block .barElement:first-child .national_percent.npIndex::before,
#household_makeup-widget .hhw_block .barElement:first-child .national_percent::before {
  content: "Index";
}

#chart_age_1,
#chart_sexual_orientation_1,
#combined_age,
#combined_listening,
#search1_age,
#search2_age,
#search1_listening,
#search2_listening,
#chart_hh_income_1,
#combined_hh_income,
#search1_hh_income,
#search2_hh_income,
.daysListening {
  min-height: 260px;
}

#combined_sexual_orientation,
#search1_sexual_orientation,
#search2_sexual_orientation{
  min-height: 280px;
}


#modal_occupation_status .occupation_status_chart .percent {
  text-align: center;
}

.widget-sexual-orientation{
  margin-top: 40px !important;
}

.widget-sexual-orientation .compareBtn{
  margin-top: 60px !important;
}

.compareBtn {
  background: var(--crimsonLight);
  color: var(--white);
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  margin: 20px auto auto;
  align-content: center;
  align-self: center;
  display: block;
  max-width: 100px;
}

.compareBtn:hover {
  background: var(--crimsonLight);
  color: var(--white);
  text-decoration: none;
}

.populationBtn {
  margin: 0;
  display: inline-block;
  padding: 6px 30px 6px 25px;
  text-align: center;
}

#modal_feci .row {
  width: 450px;
  margin: 10px auto;
}

#modal_feci .row .title,
#modal_fandom .row .title {
  margin: 0 10px 0 35px;
}

#modal_feci .row .segment_group {
  margin: 30px 0 0;
}

.row .md-chart {
  width: 100%
}

.md-content .md-title {
  margin: 0;
  padding: 15px 20px 15px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #010000;
  text-transform: uppercase;
  text-align: left;
}

.md-content > div {
  padding: 40px 70px 40px;
  margin: 0;
  font-size: 1.15em;
  max-height: 75vh;
  overflow-y: auto;
}

.bodyOver {
  overflow: hidden;
}

.md-modal {
  position: fixed;
  top: 4%;
  left: 50%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  width: auto;
  max-width: 1200px;
  min-width: 250px;
  height: auto;
  z-index: 100002;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  overflow: hidden;
}

.md-content > div p,
.md-content p,
.md-content .bar_key {
  padding:0;
  color: #3a373a;
}

.md-content .percent {
  padding: 0;
  margin: 0;
}

.md-modal {
  top: 70px;
}

#modal_population {
  width: 900px;
}

#modal_population .md-content .md-body .md-legend {
  margin: 0;
}

#modal_population .md-content .md-body .md-legend ul li {
  position: relative;
  padding-left: 0;
}

#modal_population ul.md-legend_map li div {
  height: 11px;
}

#modal_fandom .md-body {
  width: 800px;
  text-align: center;
}

#modal_fandom .md-body .row {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}

#modal_fandom .md-body .row .title {
  margin: 0 10px 0 0;
  text-align: left;
}

#modal_gender .md-body {
  width: 700px;
  text-align: center;
}

#modal_gender .row {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}

#modal_gender .md-body .row .title {
  margin: 0 10px 15px 0;
  text-align: left;
}

#modal_gender .full-row {
  width: 100%;
}

#modal_gender .full-row .col-md-6 {
  display: inline-block;
}

#modal_ethnicity .md-body {
  padding: 30px 100px 50px;
}

.locTitle {
  display: inline-block;
  margin-right: 10px;
}

#modal_ethnicity .title,
#modal_age .title,
#modal_listening .title,
#modal_hh_income .title,
#modal_occupation_status .title,
#modal_hh_makeup .title {
  margin-bottom: 15px;
  margin-top: 10px;
}

#modal_age .md-body,
#modal_hh_income .md-body,
#modal_listening .md-body,
#modal_occupation_status .md-body,
#modal_hh_makeup .md-body {
  padding: 30px 38px 50px 45px;
  min-width: 100%;
  margin-right: 7px;
  scrollbar-width: thin;
}

#modal_age .md-content .bar_key,
#modal_hh_income .md-content .bar_key,
#modal_listening .md-content .bar_key {
  color: #333333;
}

.md-content .md-body .md-legend .md-legend-total.md-legend-total-map {
  color: #66666b;
}

.md-content .md-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  padding: 5px;
  float: right;
  background: url(../bundles/oycommon/img/popup-close-icon.png) center / 40% no-repeat;
  cursor: pointer;
  color: #191919;
  font-size: 30px;
  content: "x";
}

.segmentHeader strong {
  font-size: 27px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
}

.segmentHeader .result span {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: var(--white);
  text-transform: none;
}

.segmentDesc h5 {
  color: var(--white) !important;
  font-size: 18px !important;
}

.segmentDesc p {
  color: var(--white);
  font-size: 13px !important;
}

.lightTheme .bar_key,
.lightTheme .s_wdgt_details p,
.lightTheme .s_wdgt_title {
  color: var(--subNavColor);
}

body.darkTheme,
body.darkTheme .inner_wrapper_login,
body.darkTheme .login .login_bg {
  background: var(--thunder);
}

body.darkTheme .block_login_remember label,
body.darkTheme .dfa_body,
body.darkTheme .login_form,
.darkTheme .socialDetailStats .timeDetail {
  color: var(--white);
}

body.light {
  background: var(--white);
}

.bg_header .container .search {
  position: relative;
  width: 100%;
  padding: 125px 0 0;
  text-align: center;
  z-index: 10010;
}

ul.searchTabWrapper {
  margin-bottom: 1px;
}

.bg_header .container .search .search_form .block_input,
.discover_search_form .block_input {
  position: relative;
  width:100%;
  text-align: left;
}

.searchTabWrapper li.nav-item a.searchTab {
  padding-top: 21px;
  width: 285px;
  height: 46px;
  opacity:1;
  mix-blend-mode: multiply;
  box-shadow: none;
  background-color: rgba(0,0,0,0.3);
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  border-radius: 0;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.19;
  letter-spacing: normal;
  color: #fefefe;
  border: none;
  border-top: 2px solid transparent;
}

.search .search_form .block_input input {
  margin: 0;
  padding: 18px 0 18px 30px;
  width: 96%;
  border: 0;
  font-size: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
}

.bg_header .bg_color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.4;
  z-index: -1;
}

.searchIcon {
  background: var(--white) url(../bundles/oycommon/img/serch.png) 16px 17px / 18px no-repeat;
  padding-left: 45px !important;
}

.search .search_form .block_input input:focus {
  outline: none;
}

.searchTabWrapper {
  border: none !important;
}

.searchTabWrapper li.nav-item a.searchTab.active {
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
  border: none;
  border-top: 2px solid #f90800;
}

.tab-content {
  padding: 50px 70px 52px 69px;
  opacity: 1;
  mix-blend-mode: multiply;
  box-shadow: none;
  background-color: rgba(0,0,0,0.7);
}

.tab-content .block_input.submitBtn {
  width: 15% !important;
}

.tab-content button {
  width: 140px;
  height: 53px;
}

.fullWidth100 {
  width: 100%;
}

.backBtn a {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
  font-weight: 600
}

.backBtn a:hover {
  color: var(--white);
  text-decoration: none;
}

.backBtn a span {
  font-weight: bold;
  margin-right: 0px;
  transform: rotate(-90deg);
  background: url(../bundles/oycommon/img/user_arrow.svg) -6px -11px / 26px no-repeat;
  width: 21px;
  height: 16px;
  padding-right: 0px;
  display: inline-block;
}

span.dispRoc {
  text-align: right;
  color: var(--white);
  font-size: 15px;
}

.datasets span.dots {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  background: url(../bundles/oycommon/img/downarrow.png) 4px 3px / 13px no-repeat;
  cursor: pointer;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.switch-sort {
  vertical-align: middle;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  font-size: 17px;  
  background: #434343;
  border-radius: 20px;
  display: inline-block;
  width: 100px;
  position: relative;
}

.switch-sort .switch_item {
  position: absolute;
  top: 0;
  width: 50%;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  color: var(--white);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 50;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  line-height: normal;
}

.switch-sort .percent {
  line-height: 23px;
}
.switch-sort.streamers {
  width: 160px;
}
.switch-sort.streamers .switch_item.percent {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: normal;
}

.disabled .runner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--scarlet);
  z-index: 10;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.enabled .runner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--scarlet);
  z-index: 10;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.trending-page .md-content .md-body .error-wrapper {
  color: #ff0000;
  text-align: center;
  margin-bottom: 10px;
}

.trending-page .md-modal {
  height: auto;
  max-width: 600px;
}

#modal_trending .md-title {
  padding: 20px 35px 0;
  font-size: 20px;
}

#modal_trending .md-content {
  padding: 15px 5px 10px;
  margin: 0;
  font-size: 1.15em;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 6px;
}

#modal_trending .md-content .md-body {
  padding: 20px 5px 10px;
  max-height: 500px;
}

#modal_trending span.md-close {
  background:var(--scarlet);
  position: static;
  height: unset;
  width: 100%;
  border-radius: 6px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.trending-page .md-content .finish {
  display: block;
  cursor: pointer;
  background: var(--scarlet);
  border-radius: 5px;
  width: 100%;
  right: 0;
  padding: 6px;
  bottom: 0;
  text-align: center;
  color: var(--white);
  line-height: 40px;
  font-family: "Open Sans Condensed Bold";
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}

.trending-page .md-content .md-body li {
  color: var(--white);
  background: var(--mineShaft);
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  width: 45%;
  margin: 5px;
  border: 1px dotted var(--silver);
  padding: 10px 10px 10px 40px;
}

.lightTheme .trending-page .md-content .md-body li{
  background: var(--white);
  color: var(--black);
}

.trending-page .md-content .md-body li.selected {
  background: #73cfd8 url(../images/dashboard/selected.svg) 2% 50% / 22px no-repeat;
  color: var(--black);
}

.trending-page .md-content .md-body ul {
  list-style-type: none;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  max-height: 400px;
  overflow: auto;
}

.trending-page .bg_header .bg_color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--abbey);
  opacity: 1;
}

.trending-serch-filter-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-align: left;
  margin: 50px 0 15px;
  letter-spacing: 0.3px;
}

.trending-form label {
  font-size: 12px;
  margin-top: 20px;
}

.bg_header.searchHeader {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 637px;
  background: #000 url(../images/header/bg_header.jpg) center / cover no-repeat;
}

.search_form .block_input:nth-child(2) {
  float: left;
  margin-right: 17px;
}

.bg_header .container .search .search_form button,
.discover_search_form  button {
  display: -moz-inline-stack;
  display: block;
  width: 134px;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  background: var(--scarlet);
  letter-spacing: 0.5px;
  color: var(--white);
  text-transform: capitalize;
}

#trending_value {
  margin: 35px auto;
  display: block;
  max-width: 80%;
  background: #fff url(../bundles/oycommon/img/serch.png) 16px 17px / 18px no-repeat;
  padding-left: 45px !important;
}

.toggleBtn label {
  margin: 11px 17px 11px 0;
  padding: 12px 27px;
  color: var(--white);
  background-color: var(--acadia);
  border-radius: 6px;
}

#available-options-wrapper .block_input .toggleBtn:last-child label {
  margin-right:0;
}

#available-options-wrapper .block_input .dropboxWrapper:last-child {
  padding-right: 0;
}

#trending_trend {
  width: auto;
  margin: 40px auto 0px;
  font-size: 17px;
  font-weight: 600;
  background: var(--scarlet);
  padding: 15px 25px;
}

#trending_musicbrought,
#trending_freestreaming,
#trending_paid {
  background: #73ced8;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 5px;
  height: 49px;
  text-transform: uppercase;
}

select#trending_musicbrought option,
select#trending_freestreaming option,
select#trending_paid option {
  background: var(--acadia);
  font-family: 'Open Sans', sans-serif;
  color: var(--white);
}

.search .search_form button:active {
  background: #9a2117;
}

.search .search_form button:focus {
  outline: none;
}

.recent_search tbody tr td {
  cursor: pointer;
  color: var(--white);
}

.search .header_title {
  text-align: center;
  font-size: 45px;
  font-family: Open Sans Condensed Bold;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header_title_small {
  text-align: left;
  font-size: 14px;
  font-family: Open Sans Condensed Bold;
  color: var(--white);
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: normal;
  position: absolute;
  z-index: 99;
}

.header_title_small span {
  padding: 0;
  opacity: 1;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
}

.header_title_small .btn_filters {
  content: '';
  display: inline-block;
  margin: 0;
  background:transparent url(../bundles/oycommon/img/dashboard/add-button.png) 0 4px / 30px no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  cursor: pointer;
  opacity: 1;
  padding: 13px;
  border-radius: 50%;
}

.header_title_small .btn_filters.click {
  background: transparent url(../bundles/oycommon/img/dashboard/sub-button.png) 0 4px / 30px no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: pointer;
  padding: 13px;
  border-radius: 50%;
}

.filters {
  position: absolute;
  padding: 15px 0 40px;
  top: 412px;
  width: 100%;
  background: var(--codGrayDark);
  z-index: 100000;
}

.trndFltrPopup {
  max-height:auto;
  overflow-y: auto;
  height: auto;
  padding: 3% 0;
  margin: 0% auto;
  right: 0;
  left: 0;
  width: 100%;
}

.trndFltrPopup .block_serach {
  background: rgba(0,0,0,0.5);
  padding: 20px 4%;
}

.block_serach .block_input {
  position: relative;
  float: left;
  width: 75%;
  margin: 0 5px 0 0;
}

.block_serach button {
  width: 24%;
  margin: 0;
  padding: 14px 0 14px;
  border: 0;
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  background: #dc4438;
  color: var(--white);
  text-transform: uppercase;
}

.extraWidth::before {
  display: block !important;
  position: absolute;
  background: var(--codGrayDark);
  right: 100%;
  height: 100%;
  width: 100%;
  top: 0;
}

.extraWidth::after {
  display: block !important;
  position: absolute;
  background: var(--codGrayDark);
  left: 100%;
  height: 100%;
  width: 100%;
  top: 0;
}

.block_gender {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 0;
  margin-bottom: 20px;
}
.block_gender .filter_unit .male,
.block_gender .filter_unit .female {
  display: inline-block;
  margin: 8px 5px;
}

.filter_unit {
  text-align: left;
}

.additionalFilterTitle {
  margin: 15px 6px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.block_degree_of_fandom .additionalFilterTitle {
  margin-left: 15px;
}

.male span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 159px;
  height: 59px;
  background: #373535 url(../bundles/oycommon/img/dashboard/male-icon.png) 30px 8px / 16px no-repeat;
  border-radius: 0;
  cursor: pointer;
  border-radius: 4px;
}

.male span.active:active,
.trendingWrapper .male span.active:active,
.male span:hover,
.trendingWrapper .male span:hover,
.male span.active,
.trendingWrapper .male span.active {
  background:  #74d0d9 url(../bundles/oycommon/img/dashboard/male-icon.png) 30px 8px / 16px no-repeat;
}

.male span:after {
  position: absolute;
  right: 35px;
  font-size: 15px;
  color: var(--white);
  content: 'Male';
  top: 22px;
}

.male span.active:after,
.trendingWrapper .male span.active:after,
.male span:hover:after,
.trendingWrapper .male span:hover:after {
  color: var(--mineShaft);
}

.female span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 159px;
  height: 59px;
  background: #373535 url(../bundles/oycommon/img/dashboard/female-icn.png) 30px 8px / 19px no-repeat;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  cursor: pointer;
  border-radius: 4px;
}

.female span.active:active,
.trendingWrapper .female span.active:active,
.female span:hover,
.trendingWrapper .female span:hover,
.female span.active,
.trendingWrapper .female span.active {
  background: #74cfd9 url(../bundles/oycommon/img/dashboard/female-icn.png) 30px 8px / 19px no-repeat;
}

.female span:after {
  position: absolute;
  right: 35px;
  font-size: 15px;
  color: var(--white);
  content: 'Female';
  top: 22px;
}

.female span.active:after,
.trendingWrapper .female span.active:after,
.female span:hover:after,
.trendingWrapper .female span:hover:after {
  color: var(--mineShaft);
}

.filters .container .blcok_region {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 12px;
}

div.advFiltrRegion ul.options {
  padding: 0;
}

div.advFiltrRegion .options span.active {
  padding: 10px 40px 10px 15px;
  border-radius: 6px;
  color: var(--white);
  background:url(../bundles/oycommon/img/popup-close-icon-white.png) 90% 50% / 15px no-repeat;
  background-color: var(--capeCod);
  margin: -6px 7px 18px;
  text-align: left;
}

.advFiltrRegion .options span.active:hover {
  cursor: pointer;
}

.advFiltrRegion select.options {
  background: #373535 url(../bundles/oycommon/img/dashboard/select_arrow.png) 95% 50% / 20px no-repeat;
  border: none;
  height: 53px;
  width: 271px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 7px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}

.advFiltrRegion select option:hover,
.advFiltrRegion select option:focus {
  background: var(--aqua);
}

.block_degree_of_fandom {
  position: relative;
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.block_degree_of_fandom .filter_unit .customize span {
  width: 100px;
  height: 41px;
  background: var(--capeCod);
  opacity: 1;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.block_degree_of_fandom .filter_unit .customize span:after {
  position: absolute;
  right: 24px;
  font-size: 15px;
  color: var(--white);
  top: 10px;
  opacity: 1;
}

.block_degree_of_fandom .filter_unit .customize span[data-title="Fanatic"]:after {
  content: 'Fanatic';
}

.block_degree_of_fandom .filter_unit .customize span[data-title="Enthusiast"]:after {
  content: 'Enthusiast';
}

.block_degree_of_fandom .filter_unit .customize span[data-title="Casual"]:after {
  content: 'Casual';
}

.block_degree_of_fandom .filter_unit .customize span[data-title="Indifferent"]:after {
  content: 'Indifferent';
}

.block_degree_of_fandom .customize span.select:after,
.block_degree_of_fandom .customize span:hover:after {
  color: var(--mineShaft);
}

.filters .container .block_age, .filters .container .block_demographic {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.filters .container .block_race {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.block_age .filter_unit .customize span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 11.5%;
  margin: 9px 7px;
  padding: 10px 0;
  color: var(--white);
  background: var(--capeCod);
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.filters .container .block_genre {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.block_genre .customize span,
.block_race .customize span,
.block_demographic .customize span {
  display: inline-block;
  margin:9px 7px;
  padding: 10px 30px;
  color: var(--white);
  background: var(--capeCod);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.block_degree_of_fandom .customize span.active:after,
.block_degree_of_fandom .customize span:hover,
.block_race .customize span:hover,
.block_race .customize span:active,
.block_race .customize span.active,
.block_race .customize span.active:active,
.block_age .customize span:hover,
.block_age .customize span:active,
.block_age .customize span.active,
.block_age .customize span.active:active,
.block_genre .customize span:hover,
.block_genre .customize span:active,
.block_genre .customize span.active,
.block_genre .customize span.active:active,
.block_degree_of_fandom .customize span.active,
.block_age .filter_unit .customize span.active ,
.block_demographic .customize span:hover,
.block_demographic .customize span:active,
.block_demographic .customize span.active,
.block_demographic .customize span.active:active,
.trendingWrapper .block_genre .customize span:hover,
.trendingWrapper .block_genre .customize span.active,
.trendingWrapper .block_race .customize span:hover,
.trendingWrapper .block_race .customize span.active,
.trendingWrapper .block_age .customize span:hover,
.trendingWrapper .block_age .customize span.active {
  background: var(--aqua);
  color: var(--mineShaft);
}

.hint_error {
  position: absolute;
  bottom: 120%;
  width: fit-content;
  padding: 7px 20px;
  color: var(--white);
  font-size: 14px;
  text-align: center;
  background: #d84034;
  min-width: 400px;
  z-index: 100000000000;
}

.hint_error.passwrdComplexity {
  width: 461px;
  top: 0;
  right: 7%;
  text-align: left;
}

.tableDefault tbody tr td .star {
  visibility: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 22px;
  margin: -2px 0 0 5px;
  cursor: pointer;
  background: url(../bundles/oycommon/img/dashboard/save-ico.png) 0 0 / 28px no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.tableDefault tbody tr:hover td .star {
  visibility: visible;
}

.tableDefault tbody tr td .delete {
  visibility: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 28px;
  margin: -3px 0 0 15px;
  cursor: pointer;
  background: url(../bundles/oycommon/img/dashboard/delete-ico.png) 0 0 / 20px no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  text-decoration: none;
  border-bottom: none;
}

.tableDefault tbody tr:hover td .delete {
  visibility: visible;
}

.recent_search tbody tr:hover td {
  cursor: pointer;
  color: var(--codGray);
  background: var(--aqua);
}

.tableDefault tr td:nth-child(1),
.tableDefault tr th:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--white);
}

.tableDefault tr td:nth-child(3),
.tableDefault tr td:nth-child(4),
.music .tableDefault tr td:nth-child(3),
.music .musicFixWidthTable tr td:nth-child(3),
.music .musicFixWidthTable tr td:nth-child(4),
.combined_search_table tr td:nth-child(5) {
  font-size: 18px;
  font-family: 'bebas_neueregular';
}

.tableDefault.combined_search_table tr td:nth-child(3),
.tableDefault.combined_search_table tr td:nth-child(4) {
  font-size: 30px;
  font-family: 'bebas_neueregular', sans-serif;
}

.tableDefault tr td:nth-child(2){
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  font-family: inherit;
}

.tableDefault tr td:last-child,
.tableDefault tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0;
  min-width: 100px;
}

.btn_table_see_more, .btn_search {
  display: inline-block;
  background: var(--scarlet);
  color: var(--white);
  font-weight: bold;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.search .search_form {
  margin: 20px 0 15px;
}

.musicSlidar {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0;
}

.musicSlidar .block_icons {
  min-width: 160px;
  max-width: 160px;
  height: auto;
  border-radius: 4px;
  background-color: var(--mineShaft);
  margin-right: 31px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
  float: none;
  min-height: 320px;
  vertical-align: top;
}

.musicRightArrow {
  background: #f11f18 url(../bundles/oycommon/img/slide-arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 36%;
  cursor: pointer;
  height: 70px;
  width: 70px;
  display: none;
}

.musicLeftArrow {
  background: #f11f18 url(../bundles/oycommon/img/slide-arrow.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 36%;
  cursor: pointer;
  height: 70px;
  z-index: 99;
  width: 70px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}

.tableCorner tbody tr td:nth-child(1) {
  background: #211f1f url(../bundles/oycommon/img/table-cornar.png) -45px 0 no-repeat;
  font-size: 19px;
  vertical-align: baseline;
  padding-left: 10px;
  width: 46px;
}

.tableCorner tbody tr td:nth-child(2) {
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  font-family: 'bebas_neueregular';
  letter-spacing: 1px;
  color: var(--easternBlue);
}

.Cmpactive {
  display: block;
}

.compResult {
  display: none;
  background: var(--acadia);
  height: auto;
  vertical-align: top;
  margin:0 30px 0 -31px;
  padding: 17px;
  width: 200px;
  min-height: 320px;
 -webkit-transition: width 2s;
  transition: width 2s;
}

.compDisplay {
  display: inline-block;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.compResult div,
.compResult div a {
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.compResult div.musicStatus,
.compCont .percent_national a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

div.compCont {
  margin-top: 10px;
}

.compCont ul {
  padding: 0;
  margin: 10px 0 0;
}

.compCont ul li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}

.compCont ul li .image a img{
  width: 60px;
  margin-right: 15px;
  vertical-align: top;
}

.compCont div.percent {
  height: 30px;
}

.trending-form {
  min-height: 380px
}

.trending-form select {
  background:#73ced8 url(../bundles/oycommon/img/dashboard/select-black-dd.png) 95% 50% / 20px no-repeat !important;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}

.trending-form .inner_wrapper .bg_header {
  background: transparent;
  height: 100%;
  border-bottom: none;
}

.cstPersent {
  font-family: inherit;
  line-height: 22px;
  text-align: left;
  padding: 5px 15px ;
}

.trendingActionBlock {
  text-align: right;
}

.trendingActionBlock .recordBlock {
  display: inline-block;
}

.trendingActionBlock .indexBlock {
  display: inline-block;
  height: 20px;
  width: 140px;
}

.trendingActionBlock .indexBlock .switch-sort {
  top: 0;
}

.trending .item-container {
  width: 100%;
  height: 100%;
  margin: 45px auto;
  background: #1a1a1a;
}

.trending .item-container div.highcharts-container  {
  margin: 0 auto;
  background: #1a1a1a;
  min-height: 500px;
  padding-top: 20px;
}

.trending .item-container svg {
  min-width: 100%; /*For Small Graph*/
  max-height: 400px; /*For Large Height Graph*/
}

svg.highcharts-root {
  width: 100%;
}

.segments .maps_nav ul {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  background: var(--mineShaft);
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

.segments .maps_nav ul li {
  float: none;
  list-style-type: none;
  display: inline-block;
  border: none;
  padding: 0;
}

.segments .maps_nav ul li a {
  color: var(--white);
  text-decoration: none;
  padding: 19px 10px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.segments .maps_nav ul li a.active {
  color: var(--scarlet);
  border-color: var(--scarlet);
}

.segments .maps_nav ul li a:hover {
  color: var(--scarlet);
  border-color: var(--scarlet);
}

.segments .select_block_gridster span {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 10px 0 0;
  font-size: 14px;
  color: #f7f7f7;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.segments .switch .runner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--scarlet);
  z-index: 10;
}

.segments .select_block_gridster {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  margin: 82px 0 0;
}

.segments .switch {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 27px;
  cursor: pointer;
  border: none;
  background: var(--black);
  z-index: 9;
  border-radius: 13px;
  color: var(--white);
}

.segments .switch .switch_item {
  position: absolute;
  top: 0;
  width: 66px;
  padding: 5px 15px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  color: var(--white);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 50;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: bold;
}

.segments .switch .switch_item.off,
.segments .switch.disabled .runner {
  left: 0;
}

.segments .switch .switch_item.on,
.segments .switch.enabled .runner {
  left: 50%;
}

.segments .switch.disabled .switch_item.off,
.segments .switch.enabled .switch_item.on {
  color: var(--white);
}

.segments .switch.disabled .runner ,
.segments .switch.disabled .switch_item.off,
.segments .switch.enabled .runner,
.segments .switch.enabled .switch_item.on {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.segments.browse-segments .large_title {
  margin: 30px 0 35px 0;
}

.segments.browse-segments .gridster {
  position: relative;
  margin: 130px 0 0;
}

.segments.browse-segments .gridster ul {
  position: relative;
  width: 100%;
  height: 630px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.segments.browse-segments .gridster ul li {
  position: absolute;
  display: table;
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.segments .top_title {
  color: #d9d9d9;
}

.segments .top_title .title {
  margin: 6px;
  font-size: 36px;
  line-height: 38px;
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
}

.segments .fanatics,
.segments .enthusiasts,
.segments .casuals,
.segments .indifferents {
  height: 104px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: left !important;
}

.segments .fanatics {
  border-top: 6px solid #ff3825;
}

.segments .enthusiasts {
  border-top: 6px solid #a8bf06;
}

.segments .casuals {
  border-top: 6px solid #ffc000;
}

.segments .indifferents {
  border-top: 6px solid #00a4e0;
}

.browse-segments .gridster[data-select="disabled"] ul li[data-key="Fanatic"] {
  background-color: #ff5545;
}

.browse-segments .gridster[data-select="disabled"] ul li[data-key="Enthusiast"] {
  background-color: #aab945;
}

.browse-segments .gridster[data-select="disabled"] ul li[data-key="Casual"] {
  background-color: #e89e4d;
}

.browse-segments .gridster[data-select="disabled"] ul li[data-key="Indifferent"] {
  background-color: #57b1d1;
}

.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="multi"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 11px;
  background: url("../images/common/bg_gender_multi_fanatics.png") 0 0 no-repeat;
}


.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="female"] a span {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 9px;
  height: 10px;
  background: url("../images/common/bg_gender_female_fanatics.png") 0 0 no-repeat;
}

.browse-segments .large_title {
  width: 100%;
  background: var(--abbey);
  height: 140px;
  margin: 35px 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  z-index: -1;
}

.browse-segments .maps_nav {
  position: fixed;
  z-index: 99;
  padding: 0;
}

.browse-segments > .container {
  padding: 0;
}

.iconResult {
  background: var(--mineShaft);
  padding: 18px 0;
}

.iconResult p {
  display: inline-block;
  text-align: left;
  margin: 1px 0 7px 14px !important;
}

.iconResult p img {
  margin-top: 8px;
}

.darkTheme .dark-seg-icon {
  display: inline-block;
}

.darkTheme .light-seg-icon {
  display: none;
}

.lightTheme .light-seg-icon {
  display: inline-block;
}

.lightTheme .dark-seg-icon {
  display: none;
}

.iconResult .title {
  display: block;
}

.iconResult p i {
  display: inline-block;
  height: 33px;
  width: 30px;
  margin-top: 3px;
}

.iconResult p span {
  text-align: left;
  display: inline-block !important;
  vertical-align: top !important;
  margin-left: 6px;
  font-size: 18px;
}

.iconResult p span small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.1px;
  margin-top: -4px;
}

.iconResult .populationIcon {
  background: url(../bundles/oycommon/img/seg-population.png) 3px 4px / 26px no-repeat;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.iconResult .spendIcon {
  background: url(../bundles/oycommon/img/seg-receipt.png) 3px 4px / 26px no-repeat;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.iconResult .listeningIcon {
  background: url(../bundles/oycommon/img/seg-listening.png) 3px 4px / 26px no-repeat;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.segments .gridster ul li {
  color: #d9d9d9;
}

.segments .gridster ul li .title{
  color: var(--white);
}

.segments .gridster ul li[data-sizex="1"] {
  width: 40px;
}

.segments .gridster ul li[data-sizey="1"] {
  height: 44px;
}

.segments .gridster ul li[data-col="1"] {
  left: 0;
}

.segments .gridster ul li[data-row="1"] {
  top: 0;
}

.segments .gridster ul li[data-sizex="2"] {
  width: 80px;
}

.segments .gridster ul li[data-sizey="2"] {
  height: 81px;
}

.segments .gridster ul li[data-col="2"] {
  left: 41px;
}

.segments .gridster ul li[data-row="2"] {
  top: 91px;
}

.segments .gridster ul li[data-sizex="3"] {
  width: 121px;
}

.segments .gridster ul li[data-sizey="3"] {
  height: 118px;
}

.segments .gridster ul li[data-col="3"] {
  left: 80px;
}

.segments .gridster ul li[data-row="3"] {
  top: 132px;
}

.segments .gridster ul li[data-sizex="4"] {
  width: 162px;
}

.segments .gridster ul li[data-sizey="4"] {
  height: 163px;
}

.segments .gridster ul li[data-col="4"] {
  left: 123px;
}

.segments .gridster ul li[data-row="4"] {
  top: 176px;
}

.segments .gridster ul li[data-sizex="5"] {
  width: 202.5px;
}

.segments .gridster ul li[data-sizey="5"] {
  height: 204px;
}

.segments .gridster ul li[data-col="5"] {
  left: 162px;
}

.segments .gridster ul li[data-row="5"] {
  top: 222px;
}

.segments .gridster ul li[data-sizex="6"] {
  width: 244px;
}

.segments .gridster ul li[data-sizey="6"] {
  height: 245px;
}

.segments .gridster ul li[data-col="6"] {
  left: 203px;
}

.segments .gridster ul li[data-row="6"] {
  top: 259px;
}

.segments .gridster ul li[data-sizex="7"] {
  width: 283.5px;
}

.segments .gridster ul li[data-sizey="7"] {
  height: 286px;
}

.segments .gridster ul li[data-col="7"] {
  left: 244px;
}

.segments .gridster ul li[data-row="7"] {
  top: 305px;
}

.segments .gridster ul li[data-sizex="8"] {
  width: 324px;
}

.segments .gridster ul li[data-sizey="8"] {
  height: 327px;
}

.segments .gridster ul li[data-col="8"] {
  left: 288px;
}

.segments .gridster ul li[data-row="8"] {
  top: 342px;
}

.segments .gridster ul li[data-sizex="9"] {
  width: 364.5px;
}

.segments .gridster ul li[data-sizey="9"] {
  height: 368px;
}

.segments .gridster ul li[data-col="9"] {
  left: 336px;
}

.segments .gridster ul li[data-row="9"] {
  top: 388px;
}

.segments .gridster ul li[data-sizex="10"] {
  width: 405px;
}

.segments .gridster ul li[data-sizey="10"] {
  height: 409px;
}

.segments .gridster ul li[data-col="10"] {
  left: 369px;
}

.segments .gridster ul li[data-row="10"] {
  top: 425px;
}

.segments .gridster ul li[data-sizex="11"] {
  width: 445.5px;
}

.segments .gridster ul li[data-sizey="11"] {
  height: 450px;
}

.segments .gridster ul li[data-col="11"] {
  left: 410px;
}

.segments .gridster ul li[data-row="11"] {
  top: 471px;
}

.segments .gridster ul li[data-sizex="12"] {
  width: 486px;
}

.segments .gridster ul li[data-sizey="12"] {
  height: 491px;
}

.segments .gridster ul li[data-col="12"] {
  left: 459px;
}

.segments .gridster ul li[data-row="12"] {
  top: 508px;
}

.segments .gridster ul li[data-sizex="13"] {
  width: 526.5px;
}

.segments .gridster ul li[data-sizey="13"] {
  height: 532px;
}

.segments .gridster ul li[data-col="13"] {
  left: 492px;
}

.segments .gridster ul li[data-row="13"] {
  top: 554px;
}

.segments .gridster ul li[data-sizex="14"] {
  width: 567px;
}

.segments .gridster ul li[data-sizey="14"] {
  height: 573px;
}

.segments .gridster ul li[data-col="14"] {
  left: 533px;
}

.segments .gridster ul li[data-row="14"] {
  top: 585px;
}

.segments .gridster ul li[data-sizex="15"] {
  width: 607.5px;
}

.segments .gridster ul li[data-sizey="15"] {
  height: 614px;
}

.segments .gridster ul li[data-col="15"] {
  left: 592px;
}

.segments .gridster ul li[data-row="15"] {
  top: 626px;
}

.segments .gridster ul li[data-sizex="16"] {
  width: 648px;
}

.segments .gridster ul li[data-sizey="16"] {
  height: 655px;
}

.segments .gridster ul li[data-col="16"] {
  left: 615px;
}

.segments .gridster ul li[data-row="16"] {
  top: 667px;
}

.segments .gridster ul li[data-sizex="17"] {
  width: 688.5px;
}

.segments .gridster ul li[data-sizey="17"] {
  height: 696px;
}

.segments .gridster ul li[data-col="17"] {
  left: 656px;
}

.segments .gridster ul li[data-row="17"] {
  top: 708px;
}

.segments .gridster ul li[data-sizex="18"] {
  width: 729px;
}

.segments .gridster ul li[data-sizey="18"] {
  height: 737px;
}

.segments .gridster ul li[data-col="18"] {
  left: 715px;
}

.segments .gridster ul li[data-row="18"] {
  top: 749px;
}

.segments .gridster ul li[data-sizex="19"] {
  width: 769.5px;
}

.segments .gridster ul li[data-sizey="19"] {
  height: 778px;
}

.segments .gridster ul li[data-col="19"] {
  left: 738px;
}

.segments .gridster ul li[data-row="19"] {
  top: 790px;
}

.segments .gridster ul li[data-sizex="20"] {
  width: 810px;
}

.segments .gridster ul li[data-sizey="20"] {
  height: 819px;
}

.segments .gridster ul li[data-col="20"] {
  left: 779px;
}

.segments .gridster ul li[data-row="20"] {
  top: 831px;
}

.segments .gridster ul li[data-sizex="21"] {
  width: 850.5px;
}

.segments .gridster ul li[data-sizey="21"] {
  height: 860px;
}

.segments .gridster ul li[data-col="21"] {
  left: 848px;
}

.segments .gridster ul li[data-row="21"] {
  top: 872px;
}

.segments .gridster ul li[data-sizex="22"] {
  width: 891px;
}

.segments .gridster ul li[data-sizey="22"] {
  height: 901px;
}

.segments .gridster ul li[data-col="22"] {
  left: 861px;
}

.segments .gridster ul li[data-row="22"] {
  top: 913px;
}

.segments .gridster ul li[data-sizex="23"] {
  width: 931.5px;
}

.segments .gridster ul li[data-sizey="23"] {
  height: 942px;
}

.segments .gridster ul li[data-col="23"] {
  left: 902px;
}

.segments .gridster ul li[data-row="23"] {
  top: 954px;
}

.segments .gridster ul li[data-sizex="24"] {
  width: 972px;
}

.segments .gridster ul li[data-sizey="24"] {
  height: 983px;
}

.segments .gridster ul li[data-col="24"] {
  left: 971px;
}

.segments .gridster ul li[data-row="24"] {
  top: 995px;
}

.segments .gridster ul li[data-sizex="25"] {
  width: 1012.5px;
}

.segments .gridster ul li[data-sizey="25"] {
  height: 1024px;
}

.segments .gridster ul li[data-col="25"] {
  left: 984px;
}

.segments .gridster ul li[data-row="25"] {
  top: 1036px;
}

.segments .gridster ul li[data-sizey="3"][data-row="12"] {
  height: 127px;
}

.segmentBgCol1,
.segmentBgCol2,
.segmentBgCol3,
.segmentBgCol4 {
  height: 98% !important;
  background: transparent;
  border: 3px solid var(--mineShaft);
  margin-right: -4px;
  width: 248px !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  top: 4px !important;
}

.segmentBgCol1 {
  left: 78px !important;
}

.segmentBgCol2 {
  left: 334px !important;
}

.segmentBgCol3 {
  left: 590px !important;
}

.segmentBgCol4 {
  left: 846px !important;
}

.segments .gridster ul li.left_title {
  background: transparent;
  font-family: 'Open Sans Semibold';
  color: var(--white);
  font-size: 19px;
  font-weight: normal;
  text-align: left;
}

.segmentPopTitle ul li {
  list-style-type: none;
  display: inline-block;
}

.segmentPopTitle ul .spaceLine {
  border-bottom: 1px solid var(--silver);
}

.fanatics .qtip-pos-lc {
  border: 5px solid red;
}

.qtip-pos-lb {
  border: 5px solid var(--white);
}

.preview-content {
  width: 280px;
}

.preview-content .header {
  background-color: var(--black);
  padding: 15px 15px;
  position: relative;
  border-radius: 0;
}

.preview-content .title {
  font-size: 25px;
  letter-spacing: 1px;
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  color: var(--white);
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}

.description {
  margin: 20px 0;
  color: var(--white);
}

.description h5 {
  margin: 20px 0 10px;
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  text-transform: uppercase;
  color: var(--white);
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  padding: 10px 0 0;
  color: var(--white);
}

.description p {
  margin: 20px 0;
  color: var(--white);
}

.musicDescription {
  margin: 0 0 50px;
}

.segmentHobbies {
  margin-bottom: 10px;
}

.segmentHobbies .d {
  color: var(--white);
  font-size: 16px;
}

.back_to_segment .container a {
  padding: 0 0 0 15px;
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
  background: url("../images/common/btn_back_to_segment.png") 0 50% no-repeat;
}

.preview-content .description {
  font-family: 'Open Sans Semibold';
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
  margin: 0;
}

.qtip-default .preview-content .widgets{
  margin:15px 0;
}

.preview-content .body {
  padding: 0px 15px 0 15px;
  margin: 0 0 15px;
  background: var(--mineShaft);
}

.qtip-default {
  border-radius: 0;
  background-color: var(--white);
  color: #555;
  max-width: 269px;
  min-width: 32px;
  z-index: 100001 !important;
}

.disclaimer.show {
  display: block;
  text-align: center;
  color: var(--white);
  width: 60%;
  margin: 0 auto;
  border: 1px solid var(--silver);
  padding: 19px 10px 8px;
  font-family: 'bebas_neueregular';
  font-size: 18px;
  text-transform: uppercase;
}

.disclaimer.hide {
  display: none;
}

.displayNone {
  display: none !important;
}

.mB20 {
  margin-bottom: 20px;
}

.spinner-border.loader {
  color: var(--crimsonLight);
}

.segmentPopup {
  width: 100% !important;
}

.segmentPopup .sectionTitle {
  display: inline-flex;
  width: 100%;
  font-family: 'Open Sans Semibold';
  margin-bottom: 15px;
  color: #797878;
  font-size: 11px;
  text-transform: uppercase;
}

.segmentPopup hr {
  border-bottom: 1px solid #797878;
  height: 0;
  overflow: visible;
  margin: 0 0 0 5px;
  padding: 4px;
  width: -webkit-fill-available;
  border-top: 0;
  width: inherit;
}

.genreItems li,
.ageItems li {
  list-style-type: none;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: 'bebas_neueregular';
  display: inline-block;
  margin: 0 4px 5px 0;
  color: var(--jade);
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}

.genreItems li::after,
.ageItems li::after {
  content: "/";
  margin-left: 2px;
}

.genreItems li:last-child::after,
.ageItems li:last-child::after {
  content: "";
  margin-left: 8px;
}

.ageItems li span {
  color: var(--white);
}

.segPopGender {
  padding: 0 !important;
}

.segPopGender .s_wdgt_graph,
.segPopGender .s_wdgt_details {
  display: inline-block;
  vertical-align: middle;
}

.segPopGender .s_wdgt_details {
  text-align: left;
  vertical-align: middle;
  margin-left: 10px;;
}

.qtip-default {
  border: 3px solid;
  border-radius: 0;
  background-color: var(--white);
  color: #555;
  max-width: 260px;
  min-width: 32px;
  z-index: 100001 !important;
}

.qtip-default .preview-content {
  max-width: 100%;
}

.segment-Fanatic {
  border-color: #f55445;
}

.segment-Enthusiast {
  border-color: #aab944;
}

.segment-Casual {
  border-color: #e89d4c;
}

.segment-Indifferent {
  border-color: #57b1d1;
}

.qtip-default .qtip-content {
  padding: 0;
}

.preview-content {
  width: 269px;
}

.preview-content .btn-view-segment {
  display: inline-block;
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--scarlet);
  text-decoration: none;
  color: var(--white);
  letter-spacing: 1px;
}

.qtip-default .qtip-content {
  padding: 0;
  background: var(--mineShaft);
}

.discover_search_form .tab-content,
.discover_search_form .searchTabWrapper li.nav-item a.searchTab {
  mix-blend-mode: normal;
  text-align: center;
}

.discover_search_form .tab-content,
.discover_search_form  ul.searchTabWrapper {
  margin-left: 55px;
  margin-right: 55px;
}

.discover_search_form .trndFltrPopup {
  overflow-y: inherit;
}

.discover.filters {
  top: 80px;
}

.marginLeft10 {
  margin-right: -10%;
}

.marginLeft12 {
  margin-left: 12px;
}

.btnAlign {
  padding: 0;
}

.btnAlign li {
  margin: 0;
}

.segmentDemographic .widget-age .percent {
  line-height: 0;
}

.segmentDemographic  #chart_age_1, #chart_sexual_orientation_1 {
  min-height: 220px;
}

.pt-65 {
  padding-top: 65px;
}

.bgLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.4;
  z-index: 1;
}

.HideEle {
  display: none;
}
.quick_search_title {
  color: var(--subNavColor);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
  width: 155px;
}
.quick_search .quick_search_result_item .result_category {
  font-size: 18px;
  font-family: Open Sans Condensed Bold;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  max-width: 155px;
}
.quick_search .quick_search_result.dual .quick_search_result_item:nth-child(2n) {
  background: transparent;
}
.mediaTable tr td:last-child {
  font-size: 14px;
  font-family: 'Open Sans Semibold';
}

.mediaTable tr td:nth-child(3) {
  /* Important require to override existing inline JS css */
  font-size: 18px;
}

.mediaSecondTitle {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 7px;
}

.mediaNav li.haveSwitch {
  position: relative;
}

.themeSelector {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 40px;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.themeSelector input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.themeSelector label {
  float: left;
}

.themeSelector label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.themeSelector label:hover {
  cursor: pointer;
}

.themeSelector input:checked + label {
  background-color: var(--crimsonLight);
  color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.themeSelector label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.themeSelector label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.related_segments {
  margin-bottom: 0 !important;
}

.compare .compCall {
  margin-bottom: 40px;
}

.music .musicTestSmallTable tr td:nth-child(3),
.music .musicTestSmallTable tr td:nth-child(4) {
  font-size: 18px;
  font-family: 'bebas_neueregular';
}

.musicTestSmallTable tr td:last-child {
  font-size: 14px;
  font-weight: 600;
}

.highcharts-title tspan {
  text-transform: uppercase;
  font-weight: bold;
}

.recentSrchCta {
  text-align: right;
  padding-right: 15px !important;
}

.ui-menu-item span {
  color: #b8b8b8;
  margin-left: 5px;
}

.blcok_region .options span{
  display: none;
  margin: 9px 7px;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.blcok_region .options span.active {
  color: var(--white);
  background: var(--capeCod);
  display: inline-block;
}

.fixWidthTable tr td:nth-child(1),
.fixWidthTable tr td:nth-child(2),
.fixWidthTable tr th:nth-child(1),
.fixWidthTable tr th:nth-child(2) {
  width: 33%;
}

.fixWidthTable tr td:nth-child(3),
.fixWidthTable tr td:nth-child(4),
.fixWidthTable tr th:nth-child(3),
.fixWidthTable tr th:nth-child(4) {
  width: 12%;
}

.musicFixWidthTable tr th:nth-child(1) {
  width: 5%;
}

.musicFixWidthTable tr td:nth-child(2),
.musicFixWidthTable tr td:nth-child(3),
.musicFixWidthTable tr td:nth-child(4),
.musicFixWidthTable tr td:nth-child(5),
.musicFixWidthTable tr td:nth-child(6),
.musicFixWidthTable tr th:nth-child(2),
.musicFixWidthTable tr th:nth-child(3),
.musicFixWidthTable tr th:nth-child(4),
.musicFixWidthTable tr th:nth-child(5),
.musicFixWidthTable tr th:nth-child(6) {
  width: 16%;
}

.musicFixWidthTable tr th:nth-child(7) {
  width: 25%;
}

.ui-autocomplete {
  overflow-y: scroll;
  max-height: 400px;
}

.trending .item-container div.highcharts-menu,
.trending .item-container div.highcharts-menu-item {
  min-height: auto;
}

.mt-6 {
  margin-top: 60px;
}

.quick_search {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 50px 50px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.richBlue,
.bg_richBlue,
.richBlue_gredien {
  background-color: #2056A6 !important;
}

.lightBlue,
.bg_lightBlue,
.lightBlue_gredient {
  background-color: #00a6e1 !important;
}

.lightYellow,
.bg_lightYellow,
.lightYellow_gredient {
  background-color: #ffb100 !important;
}

.lightPurple,
.bg_lightPurple,
.lightPurple_gredient {
  background-color: #f76592 !important;
}

.daekPurple,
.bg_daekPurple,
.daekPurple_gredient {
  background-color: #c4275a !important;
}

.lightGreen,
.bg_lightGreen,
.lightGreen_gredient {
  background-color: #a0B906 !important;
}

.browse-segments .btn_convert_to_pdf {
  float: right;
  display: block;
  text-align: right;
  margin: 80px 0 0;
  color: var(--white);
  font-weight: 600;
  padding: 5px 50px 0 0;
}

.browse-segments .select_block_gridster {
  width: auto;
}

.singleSearchBanner .index-wrapper {
  margin-bottom: 0;
}

.show_filters .btn_search {
  padding: 10px 40px;
}

.lightTheme .iconResult .populationIcon,
.lightTheme .iconResult .listeningIcon,
.lightTheme .iconResult .spendIcon {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.segments.browse-segments .gridster ul li a {
  line-height: 12px;
  text-align: center;
  padding: 4px;
}

.related_segments .item_segments {
  padding: 0;
}

.segments.browse-segments .gridster ul li[data-key="Enthusiast"] a:hover,
.segments.browse-segments .gridster ul li[data-key="Enthusiast"] a.active {
  background-color: #dbe2af !important;
  color: #2c2120 !important;
}

.segments.browse-segments .gridster ul li[data-key="Fanatic"] a:hover,
.segments.browse-segments .gridster ul li[data-key="Fanatic"] a.active {
  background-color: #ffc3be !important;
  color: #2c2120 !important;
}

.segments.browse-segments .gridster ul li[data-key="Casual"] a:hover,
.segments.browse-segments .gridster ul li[data-key="Casual"] a.active {
  background-color: #FFD4A7 !important;
  color: #2c2120 !important;
}

.segments.browse-segments .gridster ul li[data-key="Indifferent"] a:hover,
.segments.browse-segments .gridster ul li[data-key="Indifferent"] a.active {
  background-color: #B4EBFF !important;
  color: #2c2120 !important;
}

.lightTheme .preview-content .title,
.lightTheme .preview-content .description,
.lightTheme .search .header_title,
.lightTheme .trending-serch-filter-title,
.lightTheme .trending-form label {
  color: var(--subNavColor);
}

.qtip-default:before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.qtip-default.segment-Fanatic:before {
  border-left-color: #f55445;
}

.qtip-default.segment-Enthusiast:before {
  border-left-color: #aab944;
}

.qtip-default.segment-Casual:before {
  border-left-color: #e89d4c;
}

.qtip-default.segment-Indifferent:before {
  border-left-color: #57b1d1;
}

.highcharts-axis-title {
  transform: translate(0px,4px) rotate(0);
}

.highcharts-menu {
  box-shadow: none !important;
}

.lightTheme .outer_wrapper.trending-form {
  background: var(--grayBackground);
}

.segments.browse-segments .gridster ul li a {
  font-family: 'Open Sans Semibold';
}

.bg_header .terms_search {
  text-transform: capitalize;
}

.notif.info.tooltip {
  background: url(../images/common/DarkTheme_Tooltip.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 7px 0 0 10px;
  z-index: 1;
}

.lightTheme .notif.info.tooltip {
  background: url(../images/common/LightTheme_Tooltip.svg) 0 0 no-repeat;
}

.small_title_normal .notif.info.tooltip {
  margin: 5px 0 0 10px;
}

.middleTitle .notif.info.tooltip {
  margin: 2px 0 0 10px;
}
.ui-tooltip.ui-corner-all.ui-widget-content {
  color: var(--jade) !important;
  font-size: 14px;
  padding: 8px 10px;
  margin: 0;
  border-radius: 3px;
  z-index: 999999;
}

.slideshowWrapper {
  position: relative;
}

.discover_search_form .filters.music_landscapes_discover.show_filters {
  top: 80px;
  position: absolute;
  left: 0;
  right: 0;
  max-height: 88vh;
  overflow-x: hidden;
  padding: 3% 0;
  margin: 0 auto;
}

.quick_search {
  background: var(--codGrayDark);
  padding: 10px 50px;
  z-index: 2;
}

.lightTheme .quick_search{
  background: var(--grayBackground);
}

.quick_search_wrapper {
  background-color: rgba(0,0,0,0.7);
  padding: 10px;
}

.lightTheme .quick_search_wrapper{
  background-color: var(--mischka);
}

.quick_search_field #quick_search_input {
  padding: 18px 0 18px 30px;
  width: 85%;
  margin-right: 2%;
  border: 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

#quick_search_button {
  border: 0;
  font-size: 16px;
  background: var(--scarlet);
  letter-spacing: 0.5px;
  color: var(--white);
  text-transform: capitalize;
  padding: 16px 20px;
  width: 140px;
  font-family: 'Open Sans Semibold';
}

#quick_search_button:hover {
  background: var(--milanoRed);
}

.quick_search#quick_search .quick_search_result {
  border-top: none;
}

#quick_search .quick_search_result_container {
  margin-bottom: 15px;
}

#quick_search_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}

#quick_search_close:hover::after {
  color: var(--white);
}

.lightTheme #quick_search_close:hover::after {
  color: var(--black);
}

#quick_search_close:after {
  content: "x";
  color: #8b898a;
  font-family: 'Open Sans', sans-serif;
}

.filters.music_landscapes_discover .container .block_demographic .filter_unit .customize span {
  display: inline-block;
  margin: 9px 7px;
  padding: 10px 30px;
  color: var(--white);
  background: var(--capeCod) !important;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  width: auto !important;
}

.filters.music_landscapes_discover .container .block_demographic .filter_unit .customize {
  background: none !important;
}

.filters.music_landscapes_discover .container .block_demographic .filter_unit .customize span.active,
.filters.music_landscapes_discover .container .block_demographic .filter_unit .customize span:hover,
.lightTheme .filters.music_landscapes_discover .container .block_demographic .filter_unit .customize span.active,
.lightTheme .filters.music_landscapes_discover .container .block_demographic .filter_unit .customize span:hover {
  background: var(--aqua) !important;
  color: var(--mineShaft) !important;
}

.filters.music_landscapes_discover .row.pt-65 {
  padding-top: 20px;
}

.filters.music_landscapes_discover.show_filters .container {
  max-width: 90% !important;
}

.lightTheme .filters.music_landscapes_discover .container .block_demographic .filter_unit .customize span {
  background-color: var(--filterButtonBg) !important;
}

.music_landscapes_discover .block_gender .filter_unit .male, 
.music_landscapes_discover .block_gender .filter_unit .female,
.music_landscapes_discover .block_gender .additionalFilterTitle, 
.music_landscapes_discover .block_degree_of_fandom .additionalFilterTitle,
.music_landscapes_discover.show_filters .btn_search {
  margin-left: 7px;
}

.filters.music_landscapes_discover .container .blcok_region {
  margin-left: 0;
}

.discover_search_form .music_landscapes_discover button#search_search {
  width: auto;
}

.darkTheme .dfa-lightlogo,
.lightTheme .dfa-darklogo {
  display: none;
}

.darkTheme .dfa-darklogo, 
.lightTheme .dfa-lightlogo {
  display: inline-block;
}

.lightTheme .disclaimer.show {
  color: var(--black);
}

.trending .highcharts-title tspan{
  font-size: 24px;
  line-height: 24px;
  font-family: 'Open Sans Semibold';
}

.widget-ethnicity .compareBtn {
  margin-top: 35px;
}

.lightTheme .segments .select_block_gridster,
.lightTheme .browse-segments .btn_convert_to_pdf {
  z-index: 2;
  position: relative;
  color: var(--subNavColor);
}

.searchDetails strong.centerAlign {
  margin-top: 15%;
}

.darkTheme .md-legend_map li:last-child span {
  border-top-color: var(--white);
}

.quick_search_result_item .result_box {
  width: 152px;
  background: var(--mineShaft);
}

.lightTheme .quick_search_result_item .result_box {
  background: var(--grayBackground);
}

.quick_search .quick_search_result_item .result_box .result_info {
  margin: 0;
  display: block;
}

.quick_search .quick_search_result_item  .result_box .result_image {
  margin-bottom: 10px;
}

.quick_search .quick_search_result_item .result_box .result_name {
  width: auto;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.lightTheme .quick_search .quick_search_result_item .result_box .result_name,
.quick_search .quick_search_result_item .result_category {
  color: var(--subNavColor);
}

.quick_search .quick_search_result_item .result_box .result_percent{
  text-align: center;
  margin-bottom: 5px;
  font-family: 'bebas_neueregular';
  font-size: 36px;
  color: var(--easternBlue);
  line-height: 36px;
}

.quick_search .quick_search_result_item .result_box .result_national {
  font-size: 11px;
  color: var(--boulder);
  font-family: 'Open Sans', sans-serif;
}

#modal-dialog .md-content > div .btn_answer .btn_yes,
#modal-dialog .md-content > div .btn_answer .btn_no,
.inner_wrapper .users .invite_form .btn .cancel_invite,
.md-content > div p.answer {
  font-family: 'OpenSans', sans-serif;
  font-weight: 600;
}

#modal-dialog .md-content > div .btn_answer .btn_yes,
#modal-dialog .md-content > div .btn_answer .btn_no,
.users .large_title .new_user,
#modal-report .md-content .md-body .btn_create button,
#modal-report .md-content .md-body .sub_title .copu_url,
.result_table .resetdfa-confirm .reset-dfa-btn,
.inner_wrapper .platform-kpi .export-btn,
.inner_wrapper .users .invite_form .btn button {
  background: var(--scarlet);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

#modal-dialog .md-content > div .btn_answer .btn_yes:hover,
#modal-dialog .md-content > div .btn_answer .btn_no:hover,
.users .large_title .new_user:hover,
#modal-report .md-content .md-body .btn_create button:hover,
#modal-report .md-content .md-body .sub_title .copu_url:hover,
.result_table .resetdfa-confirm .reset-dfa-btn:hover,
.inner_wrapper .platform-kpi .export-btn:hover,
.inner_wrapper .users .invite_form .btn button:hover {
  background: var(--milanoRed);
}

.inner_wrapper .users .invite_form .role .block_role .title span,
.inner_wrapper .users .invite_form .role .block_role .item_role div {
  color: var(--scarlet);
}

.inner_wrapper .users .invite_form .role .block_role:nth-child(2) .item_role {
  color: var(--black);
}

.trending-page #modal_trending .md-content div.md-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  padding: 5px;
  background: url(../bundles/oycommon/img/popup-close-icon.png) center / 40% no-repeat;
}

.users .invite_form .role .block_role .item_role {
  color: var(--white);
}

.lightTheme .users .invite_form .role .block_role .item_role {
  color: var(--black);
}

.platform-kpi .w-platform-content,
.platform-kpi.bg_header {
  padding-top: 30px;
}

section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Fanatic"] a:hover, section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Fanatic"] a.active {
  background-color: rgb(255, 56, 37) !important;
}

section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Enthusiast"] a:hover,section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Enthusiast"] a.active {
  background-color: rgb(168, 191, 6) !important;
}

section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Casual"] a:hover, section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Casual"] a.active {
  background-color: rgb(255, 192, 0) !important;
}

section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Indifferent"] a:hover, section.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Indifferent"] a.active {
  background-color: rgb(0, 164, 224) !important;
}

.qtip.qtip-banner {
  font-size: 14px;
  line-height: 24px;
}

.helpIcon a {
  background: url(../images/notif/darkTheme-help-icon.svg) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  padding: 0;
  background-size: contain;
}
.lightTheme .helpIcon a {
  background: url(../images/notif/lightTheme-help-icon.svg) 0 0 no-repeat;
}

.bellIcon span a {
  background: url(../images/notif/lightTheme-notification-bell-icon.svg) 0 0 no-repeat;
  padding: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
}

.lightTheme .bellIcon span a {
  background: url(../images/notif/darkTheme-notification-bell-icon.svg) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
}

.icon-badge {
  background-color: red;
  font-size: 15px;
  color: white;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: -10px;
  left: 12px;
}

.warningSvg {
  filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(4613%) hue-rotate(355deg) brightness(94%) contrast(108%);
}

.warningWrapper {
  display: inline-block;
  position: relative;
  right: -80px;
  font-size: 14px;
  color: var(--darkRed);
  text-transform: none;
}

.dualSearchBanner .warningWrapper {
  right: 55px;
  bottom: -10px;
}

.bg_header .singleSearchBanner .terms_search {
  right: -80px
}

.singleSearchBanner .warningWrapper,
.singleSearchBanner .datasetWrapper,
.bg_header.segmentWrapper .singleSearchBanner .terms_search {
  right: 0;
}

.users form.invite_form fieldset {
  background: var(--codGray);
  border: none;
}

.users form.invite_form .role .block_role:nth-child(2) {
  background: var(--codGray);
  text-align: center;
  margin-right: 1%;
}

.inner_wrapper .users form.invite_form .role .block_role:nth-child(2) .item_role {
  color: var(--white);
  display: inline-block;
  background: var(--acadia);
}

.users form.invite_form .role .block_role:nth-child(2).active .item_role {
  background: #e38c2e;
}

.lightTheme .users form.invite_form fieldset{
  background: var(--grayBackground);
}

.lightTheme .users form.invite_form .role .block_role:nth-child(2){
  background: var(--mischka);
}

.lightTheme .inner_wrapper .users form.invite_form .role .block_role:nth-child(2) .item_role {
  background: var(--grayBackground);
  color: var(--black);
}

.lightTheme .users form.invite_form .role .block_role:nth-child(2).active .item_role {
  background: #e38c2e;
  color: var(--white);
}

.roles-wrapper.hint--error {
  width: 100%;
  padding: 15px;
}

.s_wdgt_details p.usAvgIndex span,
.s_wdgt_details .usAvgIndexLabel span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.s_wdgt_details .usAvgIndex span:first-child,
.s_wdgt_details .usAvgIndex span:last-child {
  max-width: 35px;
  min-width: 35px;
}

.s_wdgt_details .usAvgIndex span:last-child {
  font-weight: normal;
}

.s_wdgt_details .usAvgIndexLabel span:first-child,
.s_wdgt_details .usAvgIndexLabel span:last-child {
  min-width: 35px;
  max-width: 35px;
}

.s_wdgt_details .usAvgIndexLabel span:last-child,
.s_wdgt_details p span.indexCount,
.national_percent.indexCount,
.seg-details .seg-average.indexCount,
.bar_chart_wrapper li .bar_percent.indexCount,
.s_wdgt_details .indexCount,
.indexCount {
  font-weight: normal;
}

.national_percent.npIndex {
  font-weight: normal;
}

.npUsAvg,
.npIndex {
  width: 35px;
  text-align: center;
}

.mobileHeader {
  display: none;
}

.toggleNavbar {
  display: none;
}

/* code copied from prodcast page */
.darkTheme .podcastsWrap h3,
.darkTheme .averageIndexWrap .indexWrap h5,
.darkTheme .averageIndexWrap .usAverage h5,
.darkTheme .averageIndexWrap .indexWrap h6,
.darkTheme .averageIndexWrap .usAverage h6 {
    color: #ffffff;
}
.lightTheme .podcastsWrap h3,
.lightTheme .averageIndexWrap .indexWrap h5,
.lightTheme .averageIndexWrap .usAverage h5,
.lightTheme .averageIndexWrap .indexWrap h6,
.lightTheme .averageIndexWrap .usAverage h6 {
    color: #000000;
}
.podcastsWrap {
font-family: 'Open Sans', sans-serif;
    padding-top: 22px;
    padding-bottom: 50px;
}
.daysListening .barChartWrapper div.bar {
  background: rgb(76,216,241) !important;
  background: -moz-linear-gradient(top, rgba(76,216,241,1) 0%, rgba(53,133,214,1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(76,216,241,1) 0%,rgba(53,133,214,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(76,216,241,1) 0%,rgba(53,133,214,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd8f1', endColorstr='#3585d6',GradientType=0 ) !important;
}
.podcastsWrap h3 {
text-transform: uppercase;
font-family: 'bebas_neueregular';
font-size: 24px;
margin: 0;
color: black;
font-weight: normal;
margin-bottom: 20px !important;
}
.countdownPercentage {
font-size: 36px;
color: #209f9f;
display: inline-block;
line-height: 46px;
text-transform: uppercase;
margin-top: 15px;
font-family: 'bebas_neueregular';
}
.countdownPerWrap i {
width: 46px;
height: 46px;
margin: 15px 30px 15px 0;
float: left;
}
.averageIndexWrap .indexWrap,
.averageIndexWrap .usAverage {
width: 50%;
float: left;
margin: 15px 0;
}
.averageIndexWrap .indexWrap h5,
.averageIndexWrap .usAverage h5 {
font-size: 12px;
text-transform: uppercase;
margin-bottom: 5px;
}
.averageIndexWrap .indexWrap h6,
.averageIndexWrap .usAverage h6 {
font-size: 18px;
text-transform: uppercase;
text-transform: uppercase;
font-family: 'Open Sans Semibold';
}
/* end here */
/* mycode */
/* social blocks starts */
.musicSlidar .socialBlocks {
  min-width: 355px;
  max-width: unset;
  min-height: unset;
  height: 164px;
  padding: 0;
  margin-right: 48px !important;
}
.music .social_media .socialBlocks .image, 
.music .result_double .socialBlocks .image {
  float: left; 
}
.music .social_media .socialBlocks .image, 
.music .result_double .socialBlocks .image,
.socialPDF.music .social_media .image,
.socialPDF.music .result_double .image {
 width: 160px;
 height: 160px; 
 background: #fff;
}
.music .social_media .socialBlocks .image a, 
.music .result_double .socialBlocks .image a,
.socialPDF.music .social_media .image a, 
.socialPDF.music .result_double .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.music .social_media .socialBlocks .image a img, 
.music .result_double .socialBlocks .image a img,
.socialPDF.music .social_media .image a img, 
.socialPDF.music .result_double .image a img {
  max-height: 100px;
  max-width: unset;
  width: auto;
}
.socialBlocks .socialDetail {
  float: left;
  width: 190px;
  margin-top: 32px;
}
.socialDetail.no-image .d-flex {
  width: 8%;
}
.socialDetail.no-image .d-flex .cell:first-child {
  width: 100%;
  padding-right: 0;
}

.socialDetail.no-image .cell:first-child {
  width: 50%;
  padding-right: 8px;
}
.socialDetail.no-image .cell:nth-child(2) {
  width: 45%;
  padding-right: 8px;
}

.artistList .socialBlocks .socialDetail {
  width: calc(100% - 79px);
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 16px 0 13px;
  margin-top: 0px;
}
.artistList .socialBlocks .socialDetail.no-image{
  width: 100%;
}
.socialDetailStats {
  float: right;
  width: 190px;
  padding-right: 5px;
}
.socialDetailStats .usAvgDetail {
  float: right;
  height: 14px;
  font-size: 10px;
  font-weight: 600;
  color: #7d7d7d;
}
.socialDetailStats ul {
  clear: both;
  list-style: none;
  padding: 0;
  font-size: 10px;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
}
.socialDetailStats ul li {
  margin-bottom: 6px;
}
.socialDetailStats li span {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
} 
.socialDetailStats .timeDetail {
  width: 108px;
  margin-right: 6px;
}
.socialDetailStats .avgDetail {
  width: 25px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
  color: var(--easternBlue);
  font-family: 'bebas_neueregular';
}
.socialDetailStats .usAvgDetailList {
  width: 28px;
  margin-right: 5px;
  color: var(--boulder);
}
.socialBlockWrap {
  white-space: normal;
  overflow: auto;
}
.blockRow {
  margin-left: -2%;
  width: 100%;
}
.blockRow .colSix {
  display: inline-block;
  width: 48%;
  margin-left: 2%;
}
.socialBlocks:nth-child(3),
.socialBlocks:nth-child(6) {
  margin-right: 0 !important;
}
.result_double .usageFrequencyWrap .socialBlock .image img {max-height: 80px}
.result_double .usageFrequencyWrap .socialBlock:nth-child(4),
.result_double .usageFrequencyWrap .socialBlock:nth-child(5),
.result_double .usageFrequencyWrap .socialBlock:nth-child(5) {
  margin-bottom: 20px;
}
.result_double .usageFrequencyWrap+.btnDefault {
margin-bottom: 45px;
}
.result_double .usageFrequencyWrap {
  margin-bottom: 0
}
/* social blocks ends */
/* Video Games blocks starts */
.errorMessage{
  margin-top: 20px;
}
.gameGraph li:last-child {
  margin-bottom: 44px;
  }
.gamePlayedWrap {
  margin-top: 20px;
}
.gameGraph {
  margin-top: 50px;
}
.gameGraph ul {
  padding: 0;
  list-style: none;
}
.gameGraph li h3 {
  width: 350px;
  margin-right: 25px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.singleProgress {
  height: 30px;
  width: 576px;
  margin-right: 50px;
}
.singleProgress .progress-bar span {
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
  text-align: right;
  position: relative;
  padding-left: 10px;
}
.gameGraph li {
  margin-bottom: 20px;
}
.gameGraph li .npUsAvg, 
.gameGraph li .npIndex {
  width: 65px;
}
.gameGraph li:first-child .usAvgWrap::before,
.gameGraph li:first-child .usIndexWrap::before {
  margin-top: -55px;
  width: 65px;
  text-align: center;
  color: var(--boulder);
  display: block;
  position: absolute;
}
.gameGraph li:first-child .usAvgWrap::before {
  content: "US AVG";
}
.gameGraph li:first-child .usIndexWrap::before {
  content: "INDEX";
}
.gamingConsoleWrap h3 {
  margin-bottom: 15px;
}
.gamingConsoleWrap .barElementSingle {
  position: relative;
  height: 170px;
  width: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  background: transparent !important;  
}
.gamingConsoleWrap .barElementWrap .barSingle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(76,216,241) !important;
  background: -moz-linear-gradient(left, rgba(53,133,214,1)  0%,rgba(76,216,241,1) 100%) !important;
  background: -webkit-linear-gradient(left, rgba(53,133,214,1)  0%,rgba(76,216,241,1) 100%) !important;
  background: linear-gradient(to left, rgba(53,133,214,1)  0%,rgba(76,216,241,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd8f1', endColorstr='#3585d6',GradientType=0 ) !important;
}
.gamingConsoleWrap .barElementWrap {
  width: 80px;
  margin-right: 56px;
}
.gamingConsoleWrap .barElementWrap:last-child {
  margin-right: 0;
}
.logoBox {
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.logoBox img {
  max-width: 80px;
}
.lightTheme .logoBox {
 background: var(--grayBackground);
}
.keySpacing {
  margin-bottom: 24px;
}
.singleProgress .blue_gredient {
  background-image: linear-gradient(to bottom, rgba(52,130,210,1) 0%,rgba(19,40,119,1) 100%) !important;
}
.singleProgress .pink_gredient {
  background-image: linear-gradient(to bottom, #ff6892 0%,#e61751 100%) !important;
}
.occupationStatus h3 {
  margin-bottom: 30px;
}
.occupationStatus {
  margin-top: 18px;
}
.occupationStatus .bar_key {
  text-align: right;
}
.barOccupation {
  height: 18px;
  width: 172px;
}
.occupationStatus .npUsAvg, 
.occupationStatus .npIndex {
  width: 60px;
}
.occupationStatus .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before, 
.occupationStatus .barChartWrapper .barElement:first-child .npIndex::before {
  width: 60px !important;
}
.videoGameCount .averageIndexWrap
{
  float: right;
  width: 50%;
}
#modal_gaming_consoles {
  width: 1100px;
}
#modal_gaming_consoles .md-content .md-title {
  padding: 15px 0px 15px;
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 97%;
}
#modal_gaming_consoles .md-content > div {
  padding: 0px 20px 0;
}
#modal_gaming_consoles .gamingConsoleWrap {
  margin-bottom: 40px;
  padding: 10px 15px 50px
}
#modal_gaming_consoles .gamingConsoleWrap .title {
  margin-bottom: 15px;
}
#modal_gaming_consoles .gamingConsoleWrap .barElementWrap {
  margin-right: 58px;
}
.gamingConsoleWrap .keySpacing {
  margin-bottom: 0;
  min-height: 36px;
}
.gameGraph .singleProgress {
  background-image: linear-gradient(to bottom, #ff6892 0%,#e61751 100%);
}
.gamingConsoleWrap + .occupationStatus {
  margin-top: 35px;
}
.gamingConsoleWrap .compare {
  margin-top: 20px;
}
.gamingWebsite #chart_occupation_status_1 {
  margin-bottom: 0;
}
#modal_hh_makeup .md-content .percent {
  text-align: center;
}
.col-lg-6 .disclaimer.show {
  width:90%;
}
.resultDoubleFrequency {
  display: flex;
  flex-wrap: wrap;    
}
.resultDoubleFrequency .result_double {
  margin: 15px 50px 41px 0 !important;
}
.resultDoubleFrequency .result_single {
  margin: 15px 50px 0 0 !important;
}
.resultDoubleFrequency .result_double:nth-child(3),
.resultDoubleFrequency .result_double:nth-child(6),
.resultDoubleFrequency .result_single:nth-child(3),
.resultDoubleFrequency .result_single:nth-child(6),
.resultDoubleFrequency .socialBlocks {
  margin-right: 0 !important;
}
.social-frequency-usage, 
.social-frequency-usage-dual {
  margin-bottom: 30px;
}
.music .container .result_double .usageFrequencyWrap .socialBlock {
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  background: transparent;
  cursor: none;
}
.resultDoubleFrequency .result_single .socialBlocks {
  margin-bottom: 0;
}
.demographicWrapper .top_nav_fixed a, .segmentWrapper .top_nav_fixed a {
  padding: 0;
      margin: 0 13px;
      color: var(--white);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.29;
      text-decoration: none;
      max-width: 110px;
      height: 66px;
      display: flex;
      align-items: center;
      border-bottom: 3px solid transparent;
  }
  .podcastsWrap .gameHeading {
    margin-bottom: 30px;
  }
  .videoGameCount{
    min-height: 156px;
}
  .countdownPerWrap .twitchIconWrap {
    background: #fff;
    height: 47px;
    border-radius: 5px;
    text-align: center;
    width: 64px;
    height: 54px;
    padding-top: 10px;
  }
/* Video Games ends */

.podcastsWrap .barChartWrapper .bar_key {
  text-align: right;
}
.podcastsWrap .barChartWrapper .npUsAvg, .podcastsWrap .barChartWrapper .npIndex {
width: 60px;
}
.podcastsWrap #chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before {
  width: 60px !important;
}
.podcastsWrap #chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before {
  width: 60px !important;
}
.podcastsWrap .gaminConsoleSlider .bar_key {
  text-align: center;
}
.podcastsWrap .gamingConsoleWrap .bar_key {
  text-align: center;
}
#modal_occupation_status,
#modal_hh_makeup {
    min-width: 605px;
}
.tableDefault td:not(:first-child) {
  width: 200px !important;
}
.block_result_single {
  margin-bottom: 40px;
}
/* Big Fan Starts */

.bigFansWrap .savedSearchWrap {
  height: auto;
  background: unset;
  padding-top: 10px;
  margin-bottom: 30px;
}

.bigFansWrap .searchWrap {
  position: relative;
  top: 0; 
  padding-top: 0;
  height: auto;
}

.bigFansWrap .bannerWrap {
  height: 114px;
}

.bigFansWrap .rightBanner {
  left: 106px;
  width: calc(100% - 122px);
}

.bigFansWrap .rightResultWrap {
  padding-top: 22px;
  padding-left: 48px;
}

.bigFansWrap .searchDetails strong {
  margin-bottom: 8px;
}

.bigFansWrap .datasetWrapper {
  position: relative;
  right: unset;
}

.bigFansWrap .searchResultWrap {
  height: auto;
}

.backLink a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.arrowDown,.arrowUp {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
}

.arrowDown {  
  border-top: 7px solid #ff4931;  
}

.indexDown {
  color: #ff4931 !important;
}

.ageBigFans .percent {
  color: #f51d17;
}

.arrowUp {
  border-bottom: 7px solid #00b050;
}

.indexUp {
  color: #00b050 !important;
}

.ageBigFans  .national_percent large {
  display: inline-block;
}

.backIcon {
  border: solid #e11a15;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 10px;
}

.leftDetailWrap {
  margin-left: 50px;
  padding: 0;
}

.leftDetailWrap p.percent {
  font-size: 30px;
  margin-bottom: 8px;
  line-height: normal;
}

.leftDetailWrap strong {
  font-size: 14px;
  line-height: 1.71;
  display: block;
  margin-bottom: 8px;
}

.ethnicityBigFans .s_wdgt_details .usAvgIndexLabel span {
  min-width: unset;
  max-width: unset;
}

.ethnicityBigFans .s_wdgt_details .usAvgIndexLabel span:first-child {
  margin-right: 5px;
}

.ethnicityBigFans ul li .s_wdgt_details p:nth-child(2) {
  min-width: 58px;
  max-width: 58px;
  margin-right: 8px;
  font-size: 14px;
}

.ethnicityBigFans .s_wdgt_details p.usAvgIndex span, 
.ethnicityBigFans .s_wdgt_details .usAvgIndexLabel span {
  font-size: 12px;
}

.ethnicityBigFans .s_wdgt_details p.percent {
  max-width: 55px;
  min-width: 55px;
  margin-right: 20px;
  font-size: 30px;
}

.ethnicityBigFans .s_wdgt_details .usAvgIndex span:first-child {
  margin-right: 10px;
}

.ethnicityBigFans ul li:nth-child(even) {
  padding-right: 0;
}
.s_wdgt_details p span.indexUp, 
.s_wdgt_details p span.indexDown {
  display: inline-block;
}

.smartSpeakers {
  background: url(../bundles/oycommon/img/Speaker_grey.png) no-repeat center ;
  height: 100px;
  width: 73px;
  position: relative;
  margin: 11px auto 10px;
  background-size: contain;
}

.smartSpeakersOverlay {
  background: url(../bundles/oycommon/img/speaker_blue.png) no-repeat bottom;
  height: inherit;
  width: inherit;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.videoGame {
  background: url(../bundles/oycommon/img/game_controller_grey.png) no-repeat center;
  height: 80px;
  width: 111px;
  position: relative;
  margin: 11px auto 10px;
  background-size: contain;
}

.videoGameOverlay {
  background: url(../bundles/oycommon/img/game_controller_orange.png) no-repeat bottom;
  height: inherit;
  width: inherit;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.speakersGames{
  margin-top: 40px;
}
.ethnicityBigFans .s_wdgt_details p.percent {
  position: relative;
}
.ethnicityBigFans .percent .arrowDown, .ethnicityBigFans .percent .arrowUp {
  position: absolute;
  right: -16px;
  top: 10px;
}
.bigfanSection .s_wdgt_title {
  font-family: 'bebas_neueregular';
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.bigfanSection .musicSlidar .block_icons {
  min-width: 186px;
  max-width: 186px;
  margin-right: 55px;
  min-height: 372px;
}
.bigfanSection .ageBigFans, 
.bigfanSection .ethnicityBigFans {
    margin-top: 0;
}
.ethnicity_group_data.m-t-20 ul li {
    margin-bottom: 0;
}
.bigfansSocailNetwork {
    margin-top: 34px;
}
.bigfansSocailNetwork .result_single .block_icons .name {
    margin-top: 30px;
    margin-bottom: 10px;
}
.bigfansSocailNetwork .result_single .block_icons .percent a {
    color: #f51d17 !important;
    line-height: normal;
    margin-bottom: 12px;
}
.music .bigfansSocailNetwork .result_single .block_icons .percent_national a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #aaa;
}
.bigfansSocailNetwork .large_title {
    font-size: 24px;
    margin-bottom: 30px;
}
.bigfansSocailNetwork .musicSlidar .block_icons {
    padding-bottom: 0;
}
.bigfansSocailNetwork.artist_result {
  margin-bottom: 32px;
}
.bigfanSection .genre {
  margin-bottom: 46px;
}
.bigfanSection #chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before,
.bigfanSection #chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npUsAvg::before {
  content: "ALL FANS";
  margin-top: -52px;
  color: #aaa;
}
.bigfanSection #chart_occupation_status_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before,
.bigfanSection #chart_hh_makeup_1 .barChartWrapper .barElement:first-child .national_percent.npIndex::before {
  margin-top: -52px;
  color: #aaa;
}
.bigFansLink a::before {
  background-position: center;
  content: "";
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
  background: url(../bundles/oycommon/img/fandom_colored.png);
  background-size: contain;
  vertical-align: middle;
}
.speakersGames .disclaimer.show{
  width: 92%;
}
.backLink {
  margin-left: 10px;
}
.bigfanSection .barChartWrapper .percent {
  color: #f51d17;
  position: relative;
}
.bigfanSection .national_percent large {
  font-size: 12px;
}
.bigfanSection .result_single .block_icons .index {
  font-size: 12px;
  color: #aaa;
}
.bigfanSection .ageBigFans .barChartWrapper .percent .arrowDown, 
.bigfanSection .ageBigFans .barChartWrapper .percent .arrowUp {
    position: relative;
    top: 0;
    right: 0;
}

/* Big Fan Ends */
.brandDropdown {
  margin-bottom: 35px;
}
.brandDropdown select.options {
  margin-left: 0;
  width: 310px;
}
.darkTheme .tableDefault tr th {
  background: #191919;
  color: #f4f1f5;
}
.lightTheme .tableDefault tr th {
  color: #1b1b1b;
  background-color: #ecedf2;
}
.darkTheme .tableDefault tr th,
.lightTheme .tableDefault tr th {
  padding: 17px 15px !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.top-brands-div {
  margin-top: 40px !important;
}
.music .artist_result {
  margin-bottom: 0px;
}
.result_double.music_taste {
  margin-bottom: 60px !important;
}
.top-brand-loader{
  margin-left:35px;
}
.slideshowWrapper .block_result_single.musicSlidar .block_icons{
  margin-bottom: 0px !important;
}
.lightTheme .backLink a{
  color: #000 !important;
}
.lightTheme .leftDetailWrap strong{
  color: #aaa !important;
}
.lightTheme .segments .select_block_gridster span{
  color: #000 !important;
}
.ethnicity-usavg-label{
  margin-right: 50px !important;
}
.age_chart,#search1_age,#search2_age,#search1_sexual_orientation,#search2_sexual_orientation,.hh_income_chart,#search1_hh_income,#search2_hh_income{
  width: 540px !important;
}
.lightTheme .musicTaste tbody tr td:nth-child(2), .lightTheme .brandsAttitude tbody tr td:nth-child(2) {
  color: var(--subNavColor);
}
 .lightTheme .musicTaste tbody tr td:nth-child(2), .lightTheme .brandsAttitude tbody tr td:nth-child(2) {
  color: var(--subNavColor);
}
.lightTheme .brandsAttitude .tableCorner tbody tr td:nth-child(1) {
  color: var(--easternBlue);
  background: #fff;
}
.lightTheme .music .genreless-genre .genre-column .genre-title {
  color: #000000;
}
.lightTheme .music .musicTaste .tableCorner tbody tr td:nth-child(1) {
  background: #fff;
  color: #209f9f;
}

/* Header Navigation Menu Responsive */
@media (max-width: 1199px) {
  .navbar ul {
    padding-left: 0;
  }
  header li a {
    padding: 16px 10px 15px 10px;
  }
  .navbar .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .outer_wrapper header {
    height: auto;
    padding: 15px 0;
  }
  .darkTheme .outer_wrapper header{
    background: var(--mineShaft);
  }
  .outer_wrapper .navbar-brand {
    margin: 0;
    display: inline-block;
    padding: 5px 0px;
  }
  .logo img {
    max-height: 30px;
  }
  .outer_wrapper .navbar {
    padding: .5rem;
  }
  .outer_wrapper header li a {
    padding: 15px 5px;
  }
  .outer_wrapper .inner_wrapper {
    margin-top: 70px;
  }
  .outer_wrapper .bg_header .top_nav_fixed,
  .outer_wrapper .bg_header .top_nav_fixed.top_nav_sticky {
    display: none;
  }
  .outer_wrapper .navbar ul {
    margin-bottom: 0;
  }
 
  .searchWrap {
    top: 0;
    position: static;
    padding: 0;
  }
  .savedSearchWrap {
    height: auto;
  }
  .toggleNavbar{
    display: block;
    float: right;
    margin-top: 4px;
  } 
  .mobileHeader {
    display: block;
  }
  .desktopHeader {
    display: none;
  }
  .mobileHeader .navbar {
    display: block;
    padding: 0;
  }
  .mobileHeader nav.navbar .navbar {
    padding: 0;
    background: var(--grayBackground);
    width: 300px;
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    transition: 0.30s ease-in-out;
    overflow: auto;
  }
  .darkTheme .mobileHeader nav.navbar .navbar{
    background: var(--acadia);
  }
  #navbarSupportedContent {
    padding: 0;
  }
  .mobileHeader li {
    width: 100%;
  }
  .navbarOpen {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
  }
  .navbarOpen nav.navbar .navbar {
    left: 0;
    transition: 0.30s ease-in-out;
  }
  .navbarOpen .mobileHeader nav.navbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
  }
  .darkTheme.navbarOpen .mobileHeader nav.navbar {
    background: rgba(255,255,255,0.6);
  }
  .toggleNavbar .bar1, 
  .toggleNavbar .bar2,
  .toggleNavbar .bar3 {
    width: 30px;
    height: 4px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }
  .darkTheme .toggleNavbar .bar1, 
  .darkTheme .toggleNavbar .bar2,
  .darkTheme .toggleNavbar .bar3 {
    background-color: var(--white);
  }
  .toggleNavbar.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  .toggleNavbar.change .bar2 {
    opacity: 0;
  }
  .toggleNavbar.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }
  .toggleNavbar.change {
    z-index: 3;
    position: relative;
  }
  .toggleNavbar.change .bar1,
  .toggleNavbar.change .bar2,
  .toggleNavbar.change .bar3 {
    background-color: var(--white);
  }
  .darkTheme .toggleNavbar.change .bar1,
  .darkTheme .toggleNavbar.change .bar2,
  .darkTheme .toggleNavbar.change .bar3 {
    background-color: var(--black);
  }
  .navbarLogo {
    background: var(--mischka);
    padding: 10px 15px;
  }
  .darkTheme .navbarLogo{
    background: var(--mineShaft);
  }
  .submenuList {
    background: var(--mischka);
  }
  .darkTheme .submenuList{
    background: #8b898a;
  }
  .outer_wrapper header .menuList li a {
    padding: 8px 15px;
    border-bottom: 1px solid #afafaf;
    color: var(--subNavColor);
  }
  .darkTheme .outer_wrapper header .menuList li a,
  .darkTheme .outer_wrapper header .menuList .submenuList li a {
    color: var(--white);
  }
  .outer_wrapper header .menuList .submenuList li a {
    padding-left: 30px;
    color: var(--linkColor);
    font-size: 13px;
  }
  header li:last-child {
    padding-left: 0;
  }
  .lightTheme .savedSearchWrap {
    background: var(--mischka);
  }
  .searchWrap .mediaNav {
    margin: 15px 0;
  }
  .outer_wrapper header .menuList li a.active,
  .outer_wrapper header .menuList .submenuList li a.active{
    color: var(--crimsonRed);
  }
  .filters {
    z-index: 10000;
  }
  .container {
    max-width: 960px;
  }
  .usageFrequencyWrap .socialBlock {
    width: 48%;
    margin-right: 10px;
  }
  .usageFrequencyWrap .socialBlock:nth-child(3),
  .usageFrequencyWrap .socialBlock:nth-child(2) {
    margin-right: 10px;
  }
}


@media (max-width: 480px) {
  .mobileHeader nav.navbar .navbar {
    width: 260px;
    left: -260px;
  }
  .navbarOpen nav.navbar .navbar {
    left: 0;
    transition: 0.30s ease-in-out;
  }
  .usageFrequencyWrap .socialBlock {
    width: 100%;
    margin-right: 0;
  }
  .usageFrequencyWrap .socialBlock:nth-child(3),
  .usageFrequencyWrap .socialBlock:nth-child(2) {
    margin-right: 0;
  }
}
.resultDoubleFrequency .socialWarning {
  width: 100%;
  margin: 0px !important;
}

header .user_name span {
  max-width: 128px;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

/* Genre-less and Genre-Fluid */
.genreless-genre {
  margin-top: 40px;
}

.genre-column-wrap {
  display: flex;
}

.genre-column {
  display: flex;
  align-items: center;
  width: 50%; 
}

.genre-column .genre-title {
  font-family: 'bebas_neueregular';
  font-size: 24px;
  color: #fff;
  margin-right: 20px;
}

.genre-column .countdownPercentage {
  margin: 0 40px 0 0;
}

.genre-column .averageIndexWrap {
  width: 40%;
}

.musicTaste tbody tr td:nth-child(1),
.musicTasteDual tbody tr td:nth-child(1),
.brandsAttitude tbody tr td:nth-child(1),
.brandsAttitudeDual tbody tr td:nth-child(1) {
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  font-family: 'bebas_neueregular';
  letter-spacing: 1px;
  color: var(--easternBlue);
}

.musicTaste tbody tr td:nth-child(2) ,
.brandsAttitude tbody tr td:nth-child(2) {
  font-size: 18px;
  font-family: 'bebas_neueregular';
  color: var(--white);
}  

.musicTasteDual tbody tr td:nth-child(2),
.brandsAttitudeDual tbody tr td:nth-child(2) {
  font-size: 30px;
  font-family: 'bebas_neueregular', sans-serif;
  color: var(--white);
}

.musicTasteDual tbody tr td:nth-child(4),
.brandsAttitudeDual tbody tr td:nth-child(4) {
  font-size: 18px !important;
  font-family: 'bebas_neueregular' !important;
}
 
.darkTheme .reportSection .socialBlocks .name{
  color: var(--white);
}

.lightTheme .reportSection .socialBlocks .name{
  color: var(--subNavColor);
}

.reportSection .col{
  padding: 0px 15px !important;
}

.reportSection .socialBlocks .name a{
  text-decoration: underline;
}

.trendingMainWrapper {
  padding-bottom: 100px;
}

.darkTheme #trending_duration .filter_unit ul li {
  color: var(--darkRed);
}

.lightTheme .small {
  color: var(--black) !important;
}

#trending_duration .filter_unit ul li {
  list-style: none;
  font-size: 18px;
}

.graphWrap {
  width: 100%;
  height: 459px;
  background-color: #1B1B1B;
  justify-content: center;
  align-items: center;
  position: relative;
}

.social.graphWrap {
  height: 570px;
}

.lightTheme .graphWrap .diff-uploads-notification p {
  color: var(--white);
}

.lightTheme .barChartWrapper.age_chart .barElement {
  background-color: transparent !important;
}

.graphDetailsWrap {
  margin-bottom: 60px;
  width: 48%;
  max-width: 608px;
}

.graphDetailsWrap h3 {
  font-family: 'bebas_neueregular';
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

.graphCardsWrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

h2.blueText {
  color: #209F9F !important;
}

h2.sectionHeading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'bebas_neueregular';
  margin-bottom: 16px;
  text-transform: uppercase;
}

.fullWidth {
  width: 100% !important;
  max-width: 100%;
}

.trends-btn {
  background-color: gray !important;
  color: black !important;
}

.trendingMainWrapper .national_percent {
  display: none;
}

.trendingMainWrapper .bar_key {
  color: var(--white);
}

.trendingMainWrapper .barChartWrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.trendingMainWrapper .barChartWrapper.gender_chart,
.trendingMainWrapper .barChartWrapper.age_chart,
.trendingMainWrapper .barChartWrapper.attitude_listen_to_music_chart,
.trendingMainWrapper .barChartWrapper.attitude_mood_over_genre_chart,
.trendingMainWrapper .barChartWrapper.music_streaming_chart,
.trendingMainWrapper .barChartWrapper.social_media_apps_chart,
.trendingMainWrapper .barChartWrapper.video_game_chart {
  height: 75% !important;
}

.squareWrap {
  width: 20px;
  height: 20px;
}
.graphLegendWrap {
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
.graphLegendWrap h5 {
  font-size: 12px;
  color: #fff;
  line-height: 16.34px;
  font-family: 'Open Sans';
  margin: 0 12px;
}
.legends:first-child {
  margin-left: 0;
}
.legends {
  margin-left: 16px;
  align-items: center;
}

/*Popup alert*/
.alert {
  padding: .7143rem 1.071rem;
  margin-bottom: 1.429rem;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #FFF;
  position:absolute;
  right: 30;
  top:100;
}

.alert.alert-success {
  background-color: #64DD17;
  border-color: #64DD17
}

.custom-dropdown {
  position: relative;
  width: 250px;
}

.dropdown-toggle {
  width: 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-menu label {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.dropdown-menu label:hover {
  background: #f0f0f0;
}

.searchInput {
  width: 180px;
  padding: 5px 30px 5px 12px;
  margin: 5px;
  background-color: transparent;
  border: 1px solid #676767;
  color: white;
  font-size: 14px;
  background: url('./searchIconpng.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.hide {
  display: none !important;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?th9su2');
  src:  url('../fonts/icomoon/icomoon.eot?th9su2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?th9su2') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?th9su2') format('woff'),
    url('../fonts/icomoon/icomoon.svg?th9su2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close-icon:before {
  content: "\e900";
}
.icon-search-ico:before {
  content: "\e901";
  color: #f51d16;
}
.icon-forma-3:before {
  content: "\e902";
  color: #f51d16;
}
.icon-forma-1:before {
  content: "\e903";
  color: #ff3d29;
}
.icon-forma-2:before {
  content: "\e904";
  color: #f51d16;
}

html {
  font-family: Open Sans Regular;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #010000;
  font-size: 14px;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input {
  background: #fff;
}

.outer_wrapper {
  min-height: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.inner_wrapper {
  margin: 80px 0 0;
  padding: 0 0 58px;
}
.inner_wrapper .status {
  background: #ff0000;
  color: #fff;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.inner_wrapper .status ul {
  margin: 0;
}
.inner_wrapper .status ul li {
  list-style-type: none;
}

a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  outline: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
} 
.small_title_normal {
  margin: 15px 0 0;
  font-size: 18px;
  font-family: Open Sans Regular;
  text-transform: none;
}
.small_title_normal .small_sub_title_normal {
  font-size: 14px;
}

.small_title {
  margin: 30px 0;
  font-size: 20px;
  font-family: Open Sans Condensed Bold;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
 
.large_title .small_title {
  margin: 10px 0;
  text-align: left;
}
.large_title .small_title + .small_title_normal {
  margin: 10px 0;
}
.large_title .new_user {
  padding: 7px 12px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #d7433b;
  float: right;
}

.pdf_title {
  margin: 0 0 50px;
  font-size: 26px;
  font-family: 'Open Sans Bold';
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.logo_pdf {
  margin: 10px 0;
  text-align: center;
} 
.line {
  width: 100%;
  height: 1px;
  margin: 30px 0 40px;
  background: #dbdbdb;
}

.hidden {
  position: absolute !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.tr_hidden {
  display: none !important;
}

input[placeholder] {
  color: #666;
}

input::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input:-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

.bg_popup {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.arrow_up {
  position: fixed;
  right: 25px;
  bottom: 32px;
  padding: 36px 25px 18px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  text-transform: uppercase;
  color: #fff;
  background: #d33f37 url("../images/common/arrow_up.png") 50% 30% no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1500;
  cursor: pointer;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.arrow_up:hover {
  background: #9a2117 url("../images/common/arrow_up.png") 50% 30% no-repeat;
}
.arrow_up.hidden {
  position: fixed;
  width: auto;
  height: auto;
}

.navigation:before, .navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation .pagination {
  padding: 40px 0 20px;
}
.navigation .pagination span a {
  color: #d3d3d3;
  text-decoration: none;
}
.navigation .pagination span a.current {
  color: #010000;
}
.navigation .pagination span.next a, .navigation .pagination span.previous a {
  color: #010000;
}
.navigation .pagination span.last a, .navigation .pagination span.first a {
  color: #010000;
}

.back_to_segment .container {
  margin: 30px auto 0;
}
.hint_error:before, .hint_error:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
.hint_error:before {
  border-color: rgba(245, 0, 0, 0);
  border-top-color: #dc4438;
  border-width: 8px;
  margin-left: -4px;
} 
.switch-sort .switch_item.percent {
  left: 0;
}
.switch-sort .switch_item.index {
  left: 50%;
} 
.switch-sort.disabled .runner {
  left: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.switch-sort.disabled .switch_item.percent {
  color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.switch-sort.enabled .runner {
  left: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.switch-sort.enabled .switch_item.index {
  color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sticky-switcher {
  position: fixed;
  top: 90px;
  right: 53px;
  background-color: #FFFFFF;
  z-index: 1000;
}

.right_bar_save_search {
  position: fixed;
  top: 30%;
  right: 0;
  padding: 0;
  width: 47px;
  height: 51px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  background: #FDD002;
}
.right_bar_save_search .btn_save_search {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/btn_save_search.png") 50% no-repeat;
}

.right_bar_save_search:hover {
  background: #E8C202;
}
 
.diff-uploads-notification a {
  color: #c9392e;
}

.ui-helper-hidden-accessible {
  display: none;
}

.roles-wrapper.hint--error {
  border: 1px solid #ff0000;
}

.inner_wrapper_login .status {
  display: none;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url("../fonts/open_sans_regular/OpenSans-Regular.eot");
  src: url("../fonts/open_sans_regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans_regular/OpenSans-Regular.woff") format("woff"), url("../fonts/open_sans_regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/open_sans_regular/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Light';
  src: url("../fonts/open_sans_light/OpenSans-Light.eot");
  src: url("../fonts/open_sans_light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans_light/OpenSans-Light.woff") format("woff"), url("../fonts/open_sans_light/OpenSans-Light.ttf") format("truetype"), url("../fonts/open_sans_light/OpenSans-Light.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Italic';
  src: url("../fonts/open_sans_italic/OpenSans-Italic.eot?") format("eot");
  src: url("../fonts/open_sans_italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans_italic/OpenSans-Italic.woff") format("woff"), url("../fonts/open_sans_italic/OpenSans-Italic.ttf") format("truetype"), url("../fonts/open_sans_italic/OpenSans-Italic.svg#OpenSans-CondensedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url("../fonts/open_sans_bold/OpenSans-Bold.eot?") format("eot");
  src: url("../fonts/open_sans_bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans_bold/OpenSans-Bold.woff") format("woff"), url("../fonts/open_sans_bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/open_sans_bold/OpenSans-Bold.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed Bold';
  src: url("../fonts/open_sans_con_bold/OpenSans-CondBold.eot?") format("eot");
  src: url("../fonts/open_sans_con_bold/OpenSans-CondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans_con_bold/OpenSans-CondBold.woff") format("woff"), url("../fonts/open_sans_con_bold/OpenSans-CondBold.ttf") format("truetype"), url("../fonts/open_sans_con_bold/OpenSans-CondBold.svg#OpenSans-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url("../fonts/open_sans_semibold/OpenSans-Semibold.eot?") format("eot");
  src: url("../fonts/open_sans_semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans_semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/open_sans_semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/open_sans_semibold/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.table {
  width: 100%;
}
.table.recent_search thead th:nth-child(1) {
  width: 20%;
}
.table.recent_search thead th:nth-child(2) {
  width: 45%;
}
.table.recent_search thead th:nth-child(3) {
  text-align: center;
  width: 10%;
}
.table.recent_search thead th:nth-child(4) {
  width: 15%;
  text-align: center;
}
.table.recent_search thead th:nth-child(5) {
  width: 10%;
  text-align: center;
}
.table.recent_search tbody tr td:nth-child(3) {
  text-align: center;
}
.table.recent_search tbody tr td:nth-child(4) {
  padding: 20px;
  text-align: center;
}
.table.recent_search tbody tr td:nth-child(5) {
  width: 10%;
  padding: 20px 15px 20px 0;
  text-align: right;
}
.table.result_table.bold_dual tr td:nth-child(2), .table.result_table.bold_dual tr th:nth-child(2) {
  font-family: Open Sans Bold;
}
.table.result_table.bold_single tr td:nth-child(1), .table.result_table.bold_single tr th:nth-child(1) {
  font-family: Open Sans Bold;
}
.table.result_table thead tr th {
  width: auto;
  text-align: center;
}
.table.result_table thead tr th:last-child {
  width: 60%;
  text-align: left;
}
 
.table.result_table tbody tr td {
  width: auto;
  text-align: center;
}
.table.result_table tbody tr td:last-child {
  width: 50%;
  text-align: left;
}
.table.result_table.individual_segment thead tr th {
  width: auto;
  text-align: center;
}
.table.result_table.individual_segment thead tr th:last-child {
  width: 75%;
  text-align: left;
}
.table thead {
  background: #ededed;
}
.table tbody tr {
  border-bottom: 1px solid #dbdbdb;
}
.table tbody tr td {
  padding: 20px;
  text-align: left;
}
.tableDefault tbody tr td .view {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 10px;
  cursor: pointer;
  background: url("../images/table/btn_view.png") 0 0 no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.tableDefault tbody tr td .view:hover {
  background: url("../images/table/btn_view.png") 0 100% no-repeat;
}
.tableDefault tbody tr td .view.touchpad {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 10px;
  cursor: pointer;
  background: url("../images/table/btn_view.png") 0 0 no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.tableDefault tbody tr td .view.touchpad:active {
  background: url("../images/table/btn_view.png") 0 100% no-repeat;
} 
.tableDefault tbody tr td .star.touchpad {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url("../images/table/btn_star.png") 0 0 no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.tableDefault tbody tr td .star.touchpad:active {
  background: url("../images/table/btn_star.png") 0 100% no-repeat;
} 
.tableDefault tbody tr td .delete.touchpad {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  cursor: pointer;
  background: url("../images/table/btn_delete.png") 0 0 no-repeat;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.tableDefault tbody tr td .delete.touchpad:active {
  background: url("../images/table/btn_delete.png") 0 100% no-repeat;
}
.table tbody tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.table tbody tr:last-child {
  border-bottom: 0;
} 
.block_artist .table_result_search.dual {
  max-width: 280px;
  margin: 0;
}

.block_combined_audience .table_result_search.dual {
  width: auto;
  margin: 0 0 0 20px;
}

.block_brand .table_result_search.dual {
  max-width: 280px;
  width: auto;
  margin: 0 0 0 40px;
}

.table_result_search {
  table-layout: fixed;
}
.table_result_search.dual {
  width: auto;
  margin: 0 30px 20px;
}
.table_result_search.dual .list {
  max-width: 190px;
  width: auto;
}
.table_result_search.single {
  max-width: 1000px;
  width: auto;
}
.table_result_search.single .list {
  max-width: 910px;
  width: auto;
}
.table_result_search tr td {
  word-wrap: break-word;
}
.table_result_search tr .percent {
  width: 40px;
  font-size: 20px;
  font-family: Open Sans Condensed Bold;
  color: #dc4438;
  vertical-align: top;
}
.table_result_search tr .number {
  width: 24px;
  padding: 5px 4px 6px 0;
  font-family: Open Sans Condensed Bold;
  text-align: right;
  vertical-align: top;
}
.table_result_search tr .number:after {
  content: '.';
}
.table_result_search tr .list {
  padding: 3px 0 5px 5px;
}
.table_result_search tr .list:first-letter {
  text-transform: capitalize;
}
.table_result_search tr .list div {
  font-size: 12px;
  font-family: 'Open Sans Italic';
  color: #9e9d9d;
}

.oy_report_pdf_form table {
  min-width: 580px;
}
.oy_report_pdf_form .sub_checboxes ul li {
  line-height: 25px !important;
}

.ui-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 5px;
  z-index: 9999;
  background: #f5f5f5;
  color: #020000;
  font-family: 'Open Sans Regular';
}
.ui-tooltip:after, .ui-tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ui-tooltip:before {
  border-bottom-color: #f5f5f5;
  border-width: 5px;
  margin-left: -5px;
}

.toltip_fandom {
  position: absolute;
  padding: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  background: #f6f6f6;
  font-size: 12px;
  font-family: 'Open Sans Regular';
  z-index: 999999;
}
.toltip_fandom.toltip_show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.toltip_fandom.toltip_hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
.toltip_fandom:before, .toltip_fandom:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.toltip_fandom:before {
  border-bottom-color: #f6f6f6;
  border-width: 5px;
  margin-left: -5px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 9px 22px 9px;
  font-size: 14px;
  font-family: Open Sans Semibold;
  cursor: pointer;
  min-height: 0;
  list-style-type: none;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

ul.ui-autocomplete li {
  text-align: left;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #f6f6f6;
  color: #333;
}

.ui-front {
  z-index: 100000;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  margin: 0;
  padding: 9px 22px 9px;
  background: #eaeaea;
}

.right_bar {
  position: fixed;
  top: 40%;
  right: 0;
  padding: 0;
  width: 47px;
  height: 51px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  background: #cf3b33;
}
.right_bar:hover {
  background: #9a2117;
}
.right_bar .btn_convert_to_pdf {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/btn_convert_to_pdf.png") 50% no-repeat;
}

.notif {
  display: inline-block;
}
.notif:hover {
  cursor: pointer;
}
.notif.info {
  background: url("../images/notif/info.svg") 0 0 no-repeat;
  width: 18px;
  height: 18px;
}

.md-title .notif {
  margin: 0 0 0 6px;
}

.qtip-tip {
  display: none !important;
}

.ui-tooltip.ui-widget-content {
  color: #d53927 !important;
  font-size: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  background: #fff;
  padding: 20px 25px;
  margin: -20px 0 0 10px;
  line-height: 21px;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  width: auto;
  max-width: 400px;
  word-break: break-word;
}
.ui-tooltip.ui-widget-content:after, .ui-tooltip.ui-widget-content:before {
  border: none;
  background: none;
} 
  background: #fff url("/images/common/btn_search_icon.png") no-repeat 14px 21px;
  padding: 0 8px 0 80px;
}
.quick_search .search_search {
  display: -moz-inline-stack;
  display: inline-block;
  width: 17%; 
  padding: 24px 40px 21px;
  border: 0;
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  background: #dc4438;
  color: #fff;
  text-transform: uppercase;
}
.quick_search .quick_search_result {
  width: 100%;
  background: #fff;
  border-top: 3px solid #9aac2c;
}
.quick_search .quick_search_result.dual .quick_search_result_item:nth-child(2n) {
  background: transparent;
}
.quick_search .quick_search_result.dual .quick_search_result_item.empty {
  background: #fff;
}
.quick_search .quick_search_result_container {
  max-width: 980px;
  min-width: 780px;
  margin: 0 auto;
  padding: 5px 0;
}
.quick_search .quick_search_result_item {
  display: inline-block;
  width: 32%;
  padding: 0 1% 0 0;
}
.quick_search .quick_search_result_item:nth-child(2n) {
  padding: 0 1% 1%;
}
.quick_search .quick_search_result_item:nth-child(3n) {
  padding: 0 0 0 1%;
}
.quick_search .quick_search_result_item .result_image {
  display: inline-block;
  border: 1px solid #dcdcdc;
}
.quick_search .quick_search_result_item .result_image img {
  width: 150px;
  height: 150px;
}
.quick_search .quick_search_result_item .result_category {
  font-size: 18px;
  font-family: Open Sans Condensed Bold;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  max-width: 155px;
}
.quick_search .quick_search_result_item .result_info {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 18px;
}
.quick_search .quick_search_result_item .result_name {
  padding: 5px 0;
  height: 34px;
  font-size: 18px;
  text-align: center;
  width: 140px;
}
.quick_search .quick_search_result_item .result_percent {
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  color: #dc4438;
  text-align: center;
  margin: 0;
}
.quick_search .quick_search_result_item .result_national {
  padding: 5px 0;
  font-size: 12px;
  font-family: 'Open Sans Italic';
  color: #9e9d9d;
  text-align: center;
  margin: 0;
}

.stateMap g g {
  fill: #fff;
}
.stateMap g g .state {
  stroke: #f0f0f0;
  stroke-width: 1.2px;
  -webkit-tap-highlight-color: transparent;
  stroke-opacity: 0.5;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  cursor: pointer;
  stroke-dasharray: 0px;
}
.stateMap.population g g .state {
  stroke: #474747;
}


.empty .stateMap g g .state {
  cursor: default;
}

.switch input {
  display: none;
}
.switch label {
  -webkit-appearance: none;
  display: block;
  height: 20px;
  width: 46px;
  border-radius: 50px;
  background: #182029;
  position: relative;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.switch label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
  background: white;
  border-radius: 50%;
  border-radius: 16px;
  z-index: 1;
  animation: uncheck 0.3s ease-out;
  -webkit-animation: uncheck 0.3s ease-out;
  -moz-animation: uncheck 0.3s ease-out;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}
.switch input:checked + label {
  background: #77E371;
}
.switch input:checked + label:before {
  transform: translateX(26px);
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  animation: check 0.3s ease-out;
  -webkit-animation: check 0.3s ease-out;
  -moz-animation: check 0.3s ease-out;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
}

@keyframes uncheck {
  0% {
    transform: translateX(26px);
  }
  20% {
    transform: translateX(13px) scaleX(1.5);
  }
  40% {
    transform: translateX(0px) scaleX(0.75);
  }
  70% {
    transform: translateX(6px) scaleX(1);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes uncheck {
  0% {
    -webkit-transform: translateX(26px);
  }
  20% {
    -webkit-transform: translateX(13px) scaleX(1.5);
  }
  40% {
    -webkit-transform: translateX(0px) scaleX(0.75);
  }
  70% {
    -webkit-transform: translateX(6px) scaleX(1);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes uncheck {
  0% {
    -moz-transform: translateX(26px);
  }
  20% {
    -moz-transform: translateX(13px) scaleX(1.5);
  }
  40% {
    -moz-transform: translateX(0px) scaleX(0.75);
  }
  70% {
    -moz-transform: translateX(6px) scaleX(1);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@keyframes check {
  0% {
    transform: translateX(2px);
  }
  20% {
    transform: translateX(13px) scaleX(1.5);
  }
  40% {
    transform: translateX(26px) scaleX(0.75);
  }
  70% {
    transform: translateX(20px) scaleX(1);
  }
  100% {
    transform: translateX(26px);
  }
}
@-webkit-keyframes check {
  0% {
    -webkit-transform: translateX(2px);
  }
  20% {
    -webkit-transform: translateX(13px) scaleX(1.5);
  }
  40% {
    -webkit-transform: translateX(26px) scaleX(0.75);
  }
  70% {
    -webkit-transform: translateX(20px) scaleX(1);
  }
  100% {
    -webkit-transform: translateX(26px);
  }
}
@-moz-keyframes check {
  0% {
    -moz-transform: translateX(2px);
  }
  20% {
    -moz-transform: translateX(13px) scaleX(1.5);
  }
  40% {
    -moz-transform: translateX(26px) scaleX(0.75);
  }
  70% {
    -moz-transform: translateX(20px) scaleX(1);
  }
  100% {
    -moz-transform: translateX(26px);
  }
}
.preview-content li {
  list-style-type: none;
}
.preview-content .inline {
  margin: 0 0 10px;
}


.preview-content ul {
  padding: 0;
  margin: 0;
}
.preview-content .keywords li {
  display: inline-block;
  background: #808080;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 16px;
  line-height: 17px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  margin: 2px 0;
}
.preview-content .links {
  text-align: center;
  margin: 10px 0;
}
.preview-content .widgets {
  margin: 20px 0;
}
.preview-content .block-inline {
  display: inline-block;
  vertical-align: top;
}
.preview-content .widget-segment, .preview-content .widget-age {
  width: 39%;
}
.preview-content .widget-genres, .preview-content .widget-gender {
  width: 59%;
}
.preview-content .section-title {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
}
.preview-content .widget-genres li {
  display: inline-block;
  border: 3px solid #808080;
  border-radius: 100px;
  color: #808080;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 16px;
  margin: 4px 4px 4px 0;
}
.preview-content .feci-content {
  margin: 12px 0 0;
  width: 116px;
  height: 43px;
}
.preview-content .feci-content span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
  cursor: pointer;
  width: 0;
  height: 0;
}
.preview-content .feci-content span.legend {
  background: url("../images/segment/bg_feci_legend.png") 50% 50% no-repeat;
  width: 20px;
  height: 58px;
  margin: 0 0 0 6px;
}
.preview-content .feci-content span:nth-child(1) {
  width: 0;
  height: 0;
  border-bottom: 10px solid #ea4230;
  border-left: 15px solid transparent;
}
.preview-content .feci-content span:nth-child(1).absent {
  border-bottom: 10px solid #808080;
}
.preview-content .feci-content span:nth-child(2) {
  width: 20px;
  height: 12px;
  margin: 0;
  background: #9bae20;
}
.preview-content .feci-content span:nth-child(2):before, .preview-content .feci-content span:nth-child(2):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.preview-content .feci-content span:nth-child(2):before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #9bae20;
  border-left: 20px solid transparent;
}
.preview-content .feci-content span:nth-child(2).absent {
  background: #808080;
}
.preview-content .feci-content span:nth-child(2).absent:before {
  border-bottom: 12px solid #808080;
}
.preview-content .feci-content span:nth-child(3) {
  width: 20px;
  height: 25px;
  margin: 0;
  background: #f39723;
}
.preview-content .feci-content span:nth-child(3):before, .preview-content .feci-content span:nth-child(3):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.preview-content .feci-content span:nth-child(3):before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #f39723;
  border-left: 20px solid transparent;
}
.preview-content .feci-content span:nth-child(3).absent {
  background: #808080;
}
.preview-content .feci-content span:nth-child(3).absent:before {
  border-bottom: 12px solid #808080;
}
.preview-content .feci-content span:nth-child(4) {
  width: 20px;
  height: 38px;
  margin: 0;
  background: #0094d4;
}
.preview-content .feci-content span:nth-child(4):before, .preview-content .feci-content span:nth-child(4):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.preview-content .feci-content span:nth-child(4):before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #0094d4;
  border-left: 20px solid transparent;
}
.preview-content .feci-content span:nth-child(4).absent {
  background: #808080;
}
.preview-content .feci-content span:nth-child(4).absent:before {
  border-bottom: 12px solid #808080;
}
.preview-content .gender-items li {
  display: inline-block;
  height: 48px;
  font-size: 12px;
  color: #000;
  line-height: 15px;
}
.preview-content .gender-items li.female {
  background: url(../images/segment/female.svg) -12px -6px no-repeat;
  padding: 0 0 0 28px;
}
.preview-content .gender-items li.male {
  background: url(../images/segment/male.svg) -5px -5px no-repeat;
  padding: 0 0 0 40px;
}
.preview-content .gender-items li.male span {
  color: #148fbb;
}
.preview-content .gender-items li.female span {
  color: #cf3b33;
}
.preview-content .age-items li {
  font-size: 12px;
  color: #000;
  line-height: 15px;
}
.preview-content .age-items li span {
  color: #148fbb;
}
.preview-content .age-items li span.top {
  color: #cf3b33;
}
.preview-content .gender-items, .preview-content .age-items, .preview-content .genre-items {
  margin: 6px 0 0;
}
header .top_menu .logo img {
  margin: 17px 0 17px 20px;
} 
@media all and (max-width: 1320px) {
  header .top_menu .user_name span:first-child {
    display: none;
  }
}
header .top_menu .user_name .help {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 0 0 20px;
  background: url("../images/header/btn_help.png") 0 0 no-repeat;
  cursor: pointer;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
header .top_menu .user_name .help:hover {
  background: url("../images/header/btn_help.png") 0 100% no-repeat;
}
header .top_menu .user_name .btn_user {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 19px;
  margin: 0 0 0 30px;
  background: url("../images/header/btn_user.png") 0 0 no-repeat;
  cursor: pointer;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
header .top_menu .user_name .btn_user.active {
  background: url("../images/header/btn_user.png") 0 100% no-repeat;
}
header .top_menu .user_name .btn_user .user_menu {
  position: fixed;
  top: 50px;
  right: 20px;
  display: none;
  width: 162px;
  margin: 0;
  padding: 31px 0 0;
  -moz-box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
  z-index: 20000;
}
header .top_menu .user_name .btn_user .user_menu li {
  list-style-type: none;
}
header .top_menu .user_name .btn_user .user_menu li a {
  display: block;
  padding: 8px 14px;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  background: #f0f0f0;
}
header .top_menu .user_name .btn_user .user_menu li a:hover {
  color: #d13d35;
  background: #fff;
}
header .top_menu .user_name .btn_user .user_menu li:nth-child(1) a {
  border-bottom: 1px solid #dbdbdb;
}
header .top_menu .user_name .btn_user .user_menu li:nth-child(2) a {
  border-bottom: 1px solid #dbdbdb;
}
header .top_menu .user_name .btn_user .user_menu li:nth-child(3) a {
  border-bottom: 1px solid #dbdbdb;
} 
}
.filters.discover .container .block_serach {
  background: #eee;
  padding: 25px 10px 20px;
  -moz-box-shadow: 0 2px 2px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}
 
.filters.discover .container .block_serach .block_input input {
  margin: 0;
  padding: 15px 0 15px 30px;
  width: 93%;
  border: 0;
  font-size: 22px;
  font-family: 'Open Sans Light';
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filters.discover .container .block_serach .block_input input:focus {
  outline: none;
}
.filters.discover .container .block_serach .block_input select {
  margin: 0;
  padding: 14px 0 14px 30px;
  width: 100%;
  border: 0;
  font-size: 22px;
  font-family: 'Open Sans Light';
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.filters.discover .container .block_serach .block_input select:focus {
  outline: none;
}
.filters.discover .container .block_serach .block_input .costom_select_gender, .filters.discover .container .block_serach .block_input .costom_select_genre, .filters.discover .container .block_serach .block_input .costom_select_demographic {
  margin: 0;
  padding: 0;
  width: 99.2%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.discover .container .block_serach .block_input .costom_select_gender li.select, .filters.discover .container .block_serach .block_input .costom_select_genre li.select, .filters.discover .container .block_serach .block_input .costom_select_demographic li.select {
  position: relative;
  width: 93.8%;
  padding: 15px 0 15px 30px;
  font-size: 22px;
  font-family: 'Open Sans Light';
  text-align: left;
  list-style-type: none;
  background: #fff url("../images/dashboard/select_arrow_genre.png") 95% 55% no-repeat;
  color: #666;
  cursor: pointer;
}
.filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_gender, .filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_genre, .filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_demographic, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_gender, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_genre, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_demographic, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_gender, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_genre, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_demographic {
  position: absolute;
  left: 0;
  top: 60px;
  width: 99.6%;
  height: 176px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #f6f6f6;
  z-index: 100;
}
.filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_gender li, .filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_genre li, .filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_demographic li, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_gender li, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_genre li, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_demographic li, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_gender li, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_genre li, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_demographic li {
  width: 92%;
  padding: 9px 0 9px 30px;
  font-size: 14px;
  font-family: 'Open Sans Semibold';
  text-align: left;
  list-style-type: none;
  background: transparent;
  color: #333;
  cursor: pointer;
}
.filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_gender li:hover, .filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_genre li:hover, .filters.discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_demographic li:hover, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_gender li:hover, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_genre li:hover, .filters.discover .container .block_serach .block_input .costom_select_genre li .sub_costom_select_demographic li:hover, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_gender li:hover, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_genre li:hover, .filters.discover .container .block_serach .block_input .costom_select_demographic li .sub_costom_select_demographic li:hover {
  background: #eaeaea;
} 
.filters.discover .container .block_serach button:active {
  background: #9a2117;
}
.filters.discover .container .block_serach button:focus {
  outline: none;
}
.filters.discover .container .block_serach .block-select-type {
  width: 90%;
  margin: 20px 0 0;
}
.filters.discover .container .block_serach .block-select-type div {
  float: none;
  width: 49%;
  color: #010000;
  font-size: 20px;
  font-family: 'Open Sans Condensed Bold';
  text-transform: uppercase;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.discover .container .block_serach .block-select-type div .type_checkbox {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 24px;
  margin: 0 5px 0 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/dashboard/btn_chechbox_type.png") 0 0 no-repeat;
  vertical-align: bottom;
  cursor: pointer;
}
.filters.discover .container .block_serach .block-select-type div .type_checkbox:hover, .filters.discover .container .block_serach .block-select-type div .type_checkbox.active {
  background: url("../images/dashboard/btn_chechbox_type.png") 0 100% no-repeat;
}
.filters.discover .container .block_serach .block-select-type div:first-child {
  float: left;
}
.filters.discover .container .block_serach .block-select-type div:last-child {
  float: right;
}
.filters.music_landscapes_discover {
  top: 1px;
}
@media all and (max-height: 830px) {
  .filters.music_landscapes_discover.show_filters {
    max-height: 415px;
    overflow-y: scroll;
    height: auto;
    padding: 0;
  }
  .filters.music_landscapes_discover.show_filters .container {
    max-width: 964px;
  }
  .filters.music_landscapes_discover.show_filters .container:last-child {
    max-width: 962px;
  }
}
.filters.music_landscapes_discover .container .block_serach {
  background: #eee;
  padding: 25px 10px 20px;
  -moz-box-shadow: 0 2px 2px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}
.filters.music_landscapes_discover .container .block_serach .block_input {
  position: relative;
  float: left;
  width: 44.5%;
  margin: 0 5px 0 0;
}
.filters.music_landscapes_discover .container .block_serach .block_input input {
  margin: 0;
  padding: 15px 0 15px 30px;
  width: 93%;
  border: 0;
  font-size: 22px;
  font-family: 'Open Sans Light';
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filters.music_landscapes_discover .container .block_serach .block_input input:focus {
  outline: none;
}
.filters.music_landscapes_discover .container .block_serach .block_input select {
  margin: 0;
  padding: 14px 0 14px 30px;
  width: 100%;
  border: 0;
  font-size: 22px;
  font-family: 'Open Sans Light';
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.filters.music_landscapes_discover .container .block_serach .block_input select:focus {
  outline: none;
}
.filters.music_landscapes_discover .container .block_serach .block_input .costom_select_gender {
  margin: 0;
  padding: 0;
  width: 99.2%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.music_landscapes_discover .container .block_serach .block_input .costom_select_gender li.select {
  position: relative;
  width: 93.8%;
  padding: 15px 0 15px 30px;
  font-size: 22px;
  font-family: 'Open Sans Light';
  text-align: left;
  list-style-type: none;
  background: #fff url("../images/dashboard/select_arrow_genre.png") 95% 55% no-repeat;
  color: #666;
  cursor: pointer;
}
.filters.music_landscapes_discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_gender {
  position: absolute;
  left: 0;
  top: 60px;
  width: 99.6%;
  height: 176px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #f6f6f6;
  z-index: 100;
}
.filters.music_landscapes_discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_gender li {
  width: 92%;
  padding: 9px 0 9px 30px;
  font-size: 14px;
  font-family: 'Open Sans Semibold';
  text-align: left;
  list-style-type: none;
  background: transparent;
  color: #333;
  cursor: pointer;
}
.filters.music_landscapes_discover .container .block_serach .block_input .costom_select_gender li .sub_costom_select_gender li:hover {
  background: #eaeaea;
}
.filters.music_landscapes_discover .container .block_serach button {
  width: 9.9%;
  margin: 0;
  padding: 18px 0 15px;
  border: 0;
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  background: #dc4438;
  color: #fff;
  text-transform: uppercase;
}
.filters.music_landscapes_discover .container .block_serach button:active {
  background: #9a2117;
}
.filters.music_landscapes_discover .container .block_serach button:focus {
  outline: none;
}
.filters.music_landscapes_discover .container .block_serach .block-select-type {
  width: 90%;
  margin: 20px 0 0;
}
.filters.music_landscapes_discover .container .block_serach .block-select-type div {
  float: none;
  width: 49%;
  color: #010000;
  font-size: 20px;
  font-family: 'Open Sans Condensed Bold';
  text-transform: uppercase;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.music_landscapes_discover .container .block_serach .block-select-type div .type_checkbox {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 24px;
  margin: 0 5px 0 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/dashboard/btn_chechbox_type.png") 0 0 no-repeat;
  vertical-align: bottom;
  cursor: pointer;
}
.filters.music_landscapes_discover .container .block_serach .block-select-type div .type_checkbox:hover, .filters.music_landscapes_discover .container .block_serach .block-select-type div .type_checkbox.active {
  background: url("../images/dashboard/btn_chechbox_type.png") 0 100% no-repeat;
}
.filters.music_landscapes_discover .container .block_serach .block-select-type div:first-child {
  float: left;
}
.filters.music_landscapes_discover .container .block_serach .block-select-type div:last-child {
  float: right;
}
.filters.two {
  position: relative;
  top: 0;
  padding: 0;
}
.filters.two:after, .filters.two:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.filters.two:before {
  border-bottom-color: #fff;
  border-width: 0;
  margin-left: 0;
}
.filters.two .line {
  margin: 40px 0 0;
}
.filters.bottom .container {
  padding: 0;
} 

.filters.hidden_filters {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s linear;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.filters.show_filters {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  max-width: 90%;
  visibility: visible;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.discover.filters.show_filters {
  max-height: 88vh;
  overflow-y: scroll;
}
.filters .container .block_age .small_title {
  margin: 30px 0 45px;
} 
 
.filters .container .block_genre .filter_unit {
  width: 100%;
  text-align: left;
}
.filters .container .block_genre .filter_unit .customize {
  display: table;
  width: 100%;
} 
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(1) {
  background: #008fc0;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(2) {
  background: #0098cb;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(3) {
  background: #00a1d7;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(4) {
  background: #00a8df;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(5) {
  background: #00aee8;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(6) {
  background: #00b6f2;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(1) {
  background: #00b6f2;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(2) {
  background: #00aee8;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(3) {
  background: #00a8df;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(4) {
  background: #00a1d7;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(5) {
  background: #0098cb;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(6) {
  background: #0093c4;
}
.filters .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(7) {
  background: #008fc0;
} 
.filters .container .block_race .filter_unit {
  width: 100%;
  margin: 0;
  text-align: right;
} 
.filters .container .block_demographic {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters .container .block_demographic .filter_unit {
  width: 100%;
  text-align: left;
}
.filters .container .block_demographic .filter_unit .customize {
  display: table;
  width: 100%;
}
.filters .container .block_demographic .filter_unit .customize span {
  display: table-cell;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) {
  background: #fff;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:nth-child(1) {
  background: #008fc0;
  width: 16.6%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:nth-child(2) {
  background: #0098cb;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:nth-child(3) {
  background: #00a1d7;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:nth-child(4) {
  background: #00a8df;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:nth-child(5) {
  background: #00aee8;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:nth-child(6) {
  background: #00b6f2;
  width: 16.6%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:hover {
  background: #fa433a;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span:active {
  background: #9a2117;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span.active {
  background: #fa433a;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(2) span.active:active {
  background: #9a2117;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) {
  background: #fff;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(1) {
  background: #00b6f2;
  width: 14.3%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(2) {
  background: #00aee8;
  width: 14.3%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(3) {
  background: #00a8df;
  width: 14.3%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(4) {
  background: #00a1d7;
  width: 14.3%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(5) {
  background: #0098cb;
  width: 14.3%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(6) {
  background: #0093c4;
  width: 14.3%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:nth-child(7) {
  background: #008fc0;
  width: 14.2%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:hover {
  background: #fa433a;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span:active {
  background: #9a2117;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span.active {
  background: #fa433a;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(3) span.active:active {
  background: #9a2117;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) {
  background: #fff;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:nth-child(1) {
  background: #008fc0;
  width: 16.6%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:nth-child(2) {
  background: #0098cb;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:nth-child(3) {
  background: #00a1d7;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:nth-child(4) {
  background: #00a8df;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:nth-child(5) {
  background: #00aee8;
  width: 16.7%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:nth-child(6) {
  background: #00b6f2;
  width: 16.6%;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:hover {
  background: #fa433a;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span:active {
  background: #9a2117;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span.active {
  background: #fa433a;
}
.filters .container .block_demographic .filter_unit .customize:nth-child(4) span.active:active {
  background: #9a2117;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(1) {
  background: #008fc0;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(2) {
  background: #0098cb;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(3) {
  background: #00a1d7;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(4) {
  background: #00a8df;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(5) {
  background: #00aee8;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(6) {
  background: #00b6f2;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(1) {
  background: #00b6f2;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(2) {
  background: #00aee8;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(3) {
  background: #00a8df;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(4) {
  background: #00a1d7;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(5) {
  background: #0098cb;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(6) {
  background: #0093c4;
}
.filters .container .block_demographic.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(7) {
  background: #008fc0;
}
.filters.touchpad .container .block_gender {
  float: left;
  width: 40%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.touchpad .container .block_gender .filter_unit {
  width: 140px;
  margin: 0 auto;
}
.filters.touchpad .container .block_gender .filter_unit .male {
  float: left;
}
.filters.touchpad .container .block_gender .filter_unit .male span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: url("../images/dashboard/btn_male.png") 0 0 no-repeat;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.filters.touchpad .container .block_gender .filter_unit .male span.active {
  background: url("../images/dashboard/btn_male.png") 0 100% no-repeat;
}
.filters.touchpad .container .block_gender .filter_unit .male span:after {
  position: absolute;
  top: 100%;
  left: 18px;
  font-size: 12px;
  color: #020000;
  content: 'Male';
}
.filters.touchpad .container .block_gender .filter_unit .male span.active {
  background: url("../images/dashboard/btn_male.png") 0 50% no-repeat;
}
.filters.touchpad .container .block_gender .filter_unit .male span.active.active {
  background: url("../images/dashboard/btn_male.png") 0 100% no-repeat;
}
.filters.touchpad .container .block_gender .filter_unit .female {
  float: right;
}
.filters.touchpad .container .block_gender .filter_unit .female span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: url("../images/dashboard/btn_female.png") 0 0 no-repeat;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.filters.touchpad .container .block_gender .filter_unit .female span:active {
  background: url("../images/dashboard/btn_female.png") 0 100% no-repeat;
}
.filters.touchpad .container .block_gender .filter_unit .female span:after {
  position: absolute;
  top: 100%;
  left: 10px;
  font-size: 12px;
  color: #020000;
  content: 'Female';
}
.filters.touchpad .container .block_gender .filter_unit .female span.active {
  background: url("../images/dashboard/btn_female.png") 0 50% no-repeat;
}
.filters.touchpad .container .block_gender .filter_unit .female span.active:active {
  background: url("../images/dashboard/btn_female.png") 0 100% no-repeat;
}
.filters.touchpad .container .block_age {
  float: right;
  width: 60%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.touchpad .container .block_age .small_title {
  margin: 30px 0 45px;
}
.filters.touchpad .container .block_age .filter_unit .customize span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 11.5%;
  margin: 0 4px;
  padding: 7px 0;
  border: 1px solid #eee;
  color: #010000;
  background: transparent;
  cursor: pointer;
}
.filters.touchpad .container .block_age .filter_unit .customize span:first-child {
  margin: 0 4px 0 0;
}
.filters.touchpad .container .block_age .filter_unit .customize span:last-child {
  margin: 0 0 0 4px;
}
.filters.touchpad .container .block_age .filter_unit .customize span:active {
  background: #9a2117;
}
.filters.touchpad .container .block_age .filter_unit .customize span.active {
  background: #fa433a;
  color: #fff;
}
.filters.touchpad .container .block_age .filter_unit .customize span.active:active {
  background: #9a2117;
}
.filters.touchpad .container .block_genre {
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.touchpad .container .block_genre .filter_unit {
  width: 100%;
  text-align: left;
}
.filters.touchpad .container .block_genre .filter_unit .customize {
  display: table;
  width: 100%;
}
.filters.touchpad .container .block_genre .filter_unit .customize span {
  display: table-cell;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) {
  background: #fff;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:nth-child(1) {
  background: #008fc0;
  width: 16.6%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:nth-child(2) {
  background: #0098cb;
  width: 16.7%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:nth-child(3) {
  background: #00a1d7;
  width: 16.7%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:nth-child(4) {
  background: #00a8df;
  width: 16.7%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:nth-child(5) {
  background: #00aee8;
  width: 16.7%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:nth-child(6) {
  background: #00b6f2;
  width: 16.6%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span:active {
  background: #9a2117;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span.active {
  background: #fa433a;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(2) span.active:active {
  background: #9a2117;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) {
  background: #fff;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(1) {
  background: #00b6f2;
  width: 14.3%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(2) {
  background: #00aee8;
  width: 14.3%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(3) {
  background: #00a8df;
  width: 14.3%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(4) {
  background: #00a1d7;
  width: 14.3%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(5) {
  background: #0098cb;
  width: 14.3%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(6) {
  background: #0093c4;
  width: 14.3%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:nth-child(7) {
  background: #008fc0;
  width: 14.2%;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span:active {
  background: #9a2117;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span.active {
  background: #fa433a;
}
.filters.touchpad .container .block_genre .filter_unit .customize:nth-child(3) span.active:active {
  background: #9a2117;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(1) {
  background: #008fc0;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(2) {
  background: #0098cb;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(3) {
  background: #00a1d7;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(4) {
  background: #00a8df;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(5) {
  background: #00aee8;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(2) span:hover:nth-child(6) {
  background: #00b6f2;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(1) {
  background: #00b6f2;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(2) {
  background: #00aee8;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(3) {
  background: #00a8df;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(4) {
  background: #00a1d7;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(5) {
  background: #0098cb;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(6) {
  background: #0093c4;
}
.filters.touchpad .container .block_genre.disabled .filter_unit .customize:nth-child(3) span:hover:nth-child(7) {
  background: #008fc0;
}
.filters.touchpad .container .block_degree_of_fandom {
  position: relative;
  float: left;
  width: 20%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit {
  margin: 40px 0 0;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
  cursor: pointer;
  width: 0;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
 
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(1):active {
  border-bottom-color: #d54139;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(2) {
  width: 26px;
  height: 16px;
  margin: 0 0 0 5px;
  background: #9bae20;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(2):before, .filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(2):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(2):before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #9bae20;
  border-left: 26px solid transparent;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(2):active {
  background: #9fb225;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(3) {
  width: 26px;
  height: 30px;
  margin: 0 0 0 5px;
  background: #f39723;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(3):before, .filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(3):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(3):before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #f39723;
  border-left: 26px solid transparent;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(3):active {
  background: #f79b28;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(4) {
  width: 26px;
  height: 44px;
  margin: 0 0 0 5px;
  background: #0094d4;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(4):before, .filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(4):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(4):before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #0094d4;
  border-left: 26px solid transparent;
}
.filters.touchpad .container .block_degree_of_fandom .filter_unit .customize span:nth-child(4):active {
  background: #0198d8;
}
.filters.touchpad .container .blcok_region {
  float: left;
  width: 30%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.touchpad .container .block_race {
  float: left;
  width: 50%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filters.touchpad .container .block_race .filter_unit {
  width: 100%;
  margin: 0;
  text-align: right;
}
.filters.touchpad .container .block_race .filter_unit .customize span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  width: 25%;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.filters.touchpad .container .block_race .filter_unit .customize span:nth-child(1) {
  background: #9bac39;
}
.filters.touchpad .container .block_race .filter_unit .customize span:nth-child(2) {
  background: #92a235;
}
.filters.touchpad .container .block_race .filter_unit .customize span:nth-child(3) {
  background: #88982e;
}
.filters.touchpad .container .block_race .filter_unit .customize span:nth-child(4) {
  background: #80902a;
}
.filters.touchpad .container .block_race .filter_unit .customize span:nth-child(5) {
  background: #7a8a27;
}
.filters.touchpad .container .block_race .filter_unit .customize span:nth-child(6) {
  background: #758423;
}
.filters.touchpad .container .block_race .filter_unit .customize span:active {
  background: #9a2117;
}
.filters.touchpad .container .block_race .filter_unit .customize span.active {
  background: #fa433a;
}
.filters.touchpad .container .block_race .filter_unit .customize span.active:active {
  background: #9a2117;
}

.recent_searches {
  padding: 20px 0 40px;
}

.segment_music {
  position: relative;
  padding: 20px 0 40px;
  background: #f0f0f0;
}
.segment_music .container .segments {
  width: 48%;
  float: left;
}
.segment_music .container .segments .units a {
  display: block;
  width: 25%;
  padding: 101px 0 102px;
  float: left;
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.segment_music .container .segments .units a:nth-child(1) {
  background: #d9453d;
}
.segment_music .container .segments .units a:nth-child(2) {
  background: #9bac39;
}
.segment_music .container .segments .units a:nth-child(3) {
  background: #ea9442;
}
.segment_music .container .segments .units a:nth-child(4) {
  background: #008fc0;
}
.segment_music .container .segments .small_title {
  display: block;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
}
.segment_music .container .music {
  width: 48%;
  float: right;
}
.segment_music .container .music .bg_text {
  width: 100%;
  height: 230px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: url("../images/dashboard/bg_music.png") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.segment_music .container .music .bg_text span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin: 32px 0;
}
.segment_music .container .music .small_title {
  display: block;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  background: #ea9442;
  cursor: pointer;
  text-decoration: none;
}

.last_news {
  position: relative;
  padding: 20px 0;
}
.last_news .container table {
  width: 100%;
}
.last_news .container table thead th {
  font-weight: normal;
}
.last_news .container table thead th:first-child {
  width: 50%;
  color: #464646;
  font-size: 32px;
  text-align: left;
}
.last_news .container table thead th:first-child a {
  color: #464646;
  text-decoration: none;
}
.last_news .container table thead th:nth-child(2) {
  width: 25%;
  padding: 0 0 0 45px;
  color: #464646;
  font-size: 18px;
  text-align: left;
}
.last_news .container table thead th:nth-child(2) a {
  color: #464646;
  text-decoration: none;
}
.last_news .container table thead th:nth-child(3) {
  width: 25%;
  padding: 0 0 0 45px;
  color: #464646;
  font-size: 18px;
  text-align: left;
}
.last_news .container table thead th:nth-child(3) a {
  color: #464646;
  text-decoration: none;
}
.last_news .container table tbody tr:first-child td:first-child {
  font-size: 18px;
  color: #464646;
  vertical-align: top;
}
.last_news .container table tbody tr:first-child td:nth-child(2) {
  padding: 0 0 0 45px;
  font-size: 16px;
  color: #464646;
  vertical-align: top;
}
.last_news .container table tbody tr:first-child td:nth-child(3) {
  padding: 0 0 0 45px;
  font-size: 16px;
  color: #464646;
  vertical-align: top;
}
.last_news .container table tbody tr:nth-child(2) td:first-child {
  vertical-align: top;
}
.last_news .container table tbody tr:nth-child(2) td:first-child a {
  float: right;
  padding: 5px 15px 7px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  color: #464646;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d9453d;
}
.last_news .container table tbody tr:nth-child(2) td:nth-child(2) {
  padding: 0 0 0 45px;
  vertical-align: top;
}
.last_news .container table tbody tr:nth-child(2) td:nth-child(2) a {
  float: right;
  padding: 5px 15px 7px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #d9453d;
}
.last_news .container table tbody tr:nth-child(2) td:nth-child(3) {
  padding: 0 0 0 45px;
  vertical-align: top;
}
.last_news .container table tbody tr:nth-child(2) td:nth-child(3) a {
  float: right;
  padding: 5px 15px 7px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #d9453d;
}

.filters.music_landscapes_discover .container .block_serach {
  padding: 10px;
}
.filters.music_landscapes_discover .container .block_serach button {
  float: right;
}
 
.music .line {
  margin: 30px 0 0;
}
 
.music .container .result_double {
  margin: 0;
}
.music .container .result_double.no_border_img.no_border_img .block_icons {
  width: 49%;
}
.music .container .result_double.no_border_img.no_border_img .block_icons .row .cell img {
  padding: 5px;
  border: none;
  max-height: 140px;
  max-width: 100%;
}
.music .container .result_double .title {
  height: 60px;
  font-size: 22px;
  font-family: Open Sans Light;
  text-align: center;
  float: none;
}
.music .container .result_double .title span {
  font-size: 20px;
  font-family: Open Sans Condensed Bold;
  color: #c9392e;
  text-transform: uppercase;
}
.music .container .result_double .widget {
  width: 198px;
  height: 160px;
  margin: 10px auto 30px;
  border: 1px solid #d0d0d0;
  background: #fff;
  cursor: pointer;
}
.music .container .result_double .widget.empty {
  cursor: default;
}
.music .container .result_double .widget .wdgt_title {
  padding: 10px 10px 5px;
  font-size: 12px;
  font-family: 'Open Sans Bold';
  text-align: left;
  text-transform: uppercase;
}
.music .container .result_double .widget .wdgt_body .chart_block, .music .container .result_double .widget .wdgt_body .chart_block .chart {
  position: relative;
  width: 198px;
  height: 125px;
}
.music .container .result_double .widget .wdgt_body .chart_block.feci, .music .container .result_double .widget .wdgt_body .chart_block .feci.chart {
  background: url("../images/widget/bg_feci.png") 50% 50% no-repeat;
}
.music .container .result_double .widget .wdgt_body .chart_block .chart .legend {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.music .container .result_double .widget .wdgt_body .chart_block .chart .legend ul {
  margin: 0;
  padding: 0;
}
.music .container .result_double .widget .wdgt_body .chart_block .chart .legend ul li {
  font-size: 12px;
  color: #464646;
  list-style-type: none;
  line-height: 15px;
}
.music .container .result_double .widget .wdgt_body .chart_block .chart .legend ul li .leg_color {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.music .container .result_double .widget .wdgt_body .chart_block .count {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  width: 79px;
  height: 32px;
  margin: 0 0 0 25px;
}
.music .container .result_double .widget .wdgt_body .chart_block .region_block {
  text-align: center;
}
.music .container .result_double .widget .wdgt_body .male {
  margin: 8px 0 0;
  text-align: center;
}
.music .container .result_double .widget .wdgt_body .male .name {
  margin: 0 0 0 25%;
  font-size: 12px;
  color: #020000;
}
.music .container .result_double .widget .wdgt_body .male .percent {
  margin: 0 0 0 25%;
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  color: #0090c1;
}
.music .container .result_double .widget .wdgt_body .female {
  margin: 8px 0 0;
  text-align: center;
}
.music .container .result_double .widget .wdgt_body .female .name {
  margin: 0 25% 0 0;
  font-size: 12px;
  color: #020000;
}
.music .container .result_double .widget .wdgt_body .female .percent {
  margin: 0 25% 0 0;
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  color: #da463e;
}
.music .container .result_double .widget .wdgt_body .center {
  margin: 8px 0 0;
  text-align: center;
}
.music .container .result_double .widget .wdgt_body .center .name {
  font-size: 12px;
  color: #020000;
}
.music .container .result_double .widget .wdgt_body .center .percent {
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  color: #0090c1;
}
.music .container .result_double .widget .col_left {
  float: left;
  width: 50%;
}
.music .container .result_double .widget .col_left.bg_male {
  height: 64%;
  background: url("../images/widget/bg_male.png") 70% 30% no-repeat;
}
.music .container .result_double .widget .col_right {
  float: right;
  width: 50%;
}
.music .container .result_double .widget .col_right.bg_female {
  height: 64%;
  background: url("../images/widget/bg_female.png") 30% 30% no-repeat;
}
.music .container .result_double .widget .wdgt_top {
  height: 65%;
  background: #9bad2d;
}
.music .container .result_double .widget .wdgt_top .wdgt_title {
  color: #fff;
}
.music .container .result_double .widget .wdgt_top_blue {
  height: 65%;
  background: #378bb8;
}
.music .container .result_double .widget .wdgt_top_blue .wdgt_title {
  color: #fff;
}
.music .container .result_double .widget .col_center.bg_fandom {
  height: 64%;
  background: url("../images/widget/bg_fandom.svg") 50% 10% no-repeat;
}
.music .container .result_double .widget .col_center.bg_primary {
  height: 64%;
  background: url("../images/widget/bg_primary.svg") 50% 10% no-repeat;
  background-size: 80px;
}
.music .container .result_double .block_icons.block_hidden {
  display: none;
}
.music .container .result_double .block_icons.middle_block_icons {
  margin: 0 20px;
}
.music .container .result_double .block_icons .row {
  display: table-row;
}
.music .container .result_double .block_icons .row:first-child .cell {
  height: 150px;
}
.music .container .result_double .block_icons .row.name {
  padding: 10px 0;
}
.music .container .result_double .block_icons .row .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}
.music .container .result_double .block_icons .row .cell img {
  max-width: 100%;
  max-height: 132px;
  border: 1px solid #dcdcdc;
  padding: 5px;
}
.music .container .result_double .block_icons .row .cell.image {
  height: 150px;
}
.music .container .result_double .block_icons .row .cell.name {
  padding: 5px 0;
  height: 88px;
  font-size: 18px;
}
.music .container .result_double .block_icons .row .cell.name a {
  text-decoration: none;
  color: #010000;
}
.music .container .result_double .block_icons .row .cell.percent {
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  color: #dc4438;
}
.music .container .result_double .block_icons .row .cell.percent a {
  font-size: 22px;
  font-family: Open Sans Condensed Bold;
  color: #dc4438;
  text-decoration: none;
}
.music .container .result_double .block_icons .row .cell.percent_national {
  padding: 5px 0;
  font-size: 12px;
  font-family: 'Open Sans Italic';
  color: #9e9d9d;
}
.music .container .result_double .block_icons .row .cell.percent_national a {
  font-size: 12px;
  font-family: 'Open Sans Italic';
  color: #9e9d9d;
  text-decoration: none;
}
.music .container .result_double.result_widget .block_artist {
  width: 27%;
  margin: 0 0 0 8%;
}
.music .container .result_double.result_widget .block_combined_audience {
  width: 100%;
}
.music .container .result_double.result_widget .block_brand {
  width: 27%;
}
.music .container .result_double .block_artist {
  float: left;
  width: 32%;
  padding: 2% 1% 0 0;
}
.music .container .result_double .block_combined_audience {
  float: left;
  padding:0; 
}
.music .container .result_double .block_brand {
  float: left;
  width: 32%;
  padding: 2% 0 0 1%;
}
 
.music .container .result_single .widget .wdgt_body .chart_block, .music .container .result_single .widget .wdgt_body .chart_block .chart {
  position: relative;
  width: 100%;
  height: 120px;
}
.music .container .result_single .widget .wdgt_body .chart_block.feci, .music .container .result_single .widget .wdgt_body .chart_block .feci.chart {
  background: url("../images/widget/bg_feci.png") 50% 50% no-repeat;
}
.music .container .result_single .widget .wdgt_body .chart_block .chart .legend {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  height: 100%;
}
#chart_age_1 .legend .daysListening .legend,
#chart_sexual_orientation_1 .legend .daysListening .legend{
  top: -30px;
}
.music .container .result_single .widget .wdgt_body .chart_block .chart .legend ul {
  margin: 0;
  padding: 0;
}
.music .container .result_single .widget .wdgt_body .chart_block .chart .legend ul li {
  font-size: 12px;
  color: #464646;
  list-style-type: none;
  line-height: 15px;
}
.music .container .result_single .widget .wdgt_body .chart_block .chart .legend ul li .leg_color {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.music .container .result_single .widget .wdgt_body .chart_block .count {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  width: 79px;
  height: 32px;
  margin: 0 0 0 25px;
}
.music .container .result_single .widget .wdgt_body .chart_block .region_block {
  text-align: center;
}
.music .container .result_single .widget .wdgt_body .male {
  margin: 8px 0 0;
  text-align: center;
}
.music .container .result_single .widget .wdgt_body .male .name {
  margin: 0 0 0 25%;
  font-size: 12px;
  color: #020000;
}
.music .container .result_single .widget .wdgt_body .male .percent {
  margin: 0 0 0 25%;
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  color: #0090c1;
}
.music .container .result_single .widget .wdgt_body .female {
  margin: 8px 0 0;
  text-align: center;
}
.music .container .result_single .widget .wdgt_body .female .name {
  margin: 0 25% 0 0;
  font-size: 12px;
  color: #020000;
}
.music .container .result_single .widget .wdgt_body .female .percent {
  margin: 0 25% 0 0;
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  color: #da463e;
}
.music .container .result_single .widget .wdgt_body .center {
  margin: 8px 0 0;
  text-align: center;
}
.music .container .result_single .widget .wdgt_body .center .name {
  font-size: 12px;
  color: #020000;
}
.music .container .result_single .widget .wdgt_body .center .percent {
  font-size: 26px;
  font-family: Open Sans Condensed Bold;
  color: #0090c1;
}
.music .container .result_single .widget .col_left {
  float: left;
  width: 50%;
}
.music .container .result_single .widget .col_left.bg_male {
  height: 64%;
  background: url("../images/widget/bg_male.png") 70% 30% no-repeat;
}
.music .container .result_single .widget .col_right {
  float: right;
  width: 50%;
}
.music .container .result_single .widget .col_right.bg_female {
  height: 64%;
  background: url("../images/widget/bg_female.png") 30% 30% no-repeat;
}
.music .container .result_single .widget .wdgt_top {
  height: 65%;
  background: #9bad2d;
}
.music .container .result_single .widget .wdgt_top .wdgt_title {
  color: #fff;
}
.music .container .result_single .widget .wdgt_top_blue {
  height: 65%;
  background: #378bb8;
}
.music .container .result_single .widget .wdgt_top_blue .wdgt_title {
  color: #fff;
}
.music .container .result_single .widget .col_center.bg_fandom {
  height: 64%;
  background: url("../images/widget/bg_fandom.svg") 50% 10% no-repeat;
}
.music .container .result_single .widget .col_center.bg_primary {
  height: 64%;
  background: url("../images/widget/bg_primary.svg") 50% 10% no-repeat;
  background-size: 80px;
} 

.description h6 {
  margin: 0;
  font-size: 18px;
  font-family: 'Open Sans Regular';
  font-weight: normal;
}
.description a {
  color: #d63e32;
  text-decoration: none;
}
 
.description table {
  width: 100%;
}
.description table tr td {
  width: 48%;
  vertical-align: top;
}
.description table tr td:nth-child(2n+1) {
  padding: 0 2% 0 0;
}
.description table tr td .title {
  font-size: 18px;
}

.description table tr td p a {
  color: #ce3a32;
  text-decoration: none;
}
.description .line {
  margin: 30px 0 20px;
}

.bg_header.result {
  background: url("../images/header/bg_header_shakira.png") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg_header.demographics {
  background: url("../images/header/bg_header_demographics.png") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg_header.demographics .top_nav_fixed {
  position: absolute;
  top: 153px !important;
}
.bg_header.demographics .top_nav_fixed ul li {
  height: 60px;
  display: table;
  float: left;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(1) a {
  background: #008aba;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(2) a {
  background: #0094c7;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(3) a {
  background: #009dd3;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(4) a {
  background: #00a4db;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(5) a {
  background: #00aae4;
  padding: 0;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(6) a {
  background: #00b1ea;
}
.bg_header.demographics .top_nav_fixed ul li:nth-child(7) a {
  background: #00b7f2;
}
.bg_header.demographics .top_nav_fixed ul li a {
  height: 60px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle;
  display: table-cell;
}
.bg_header.demographics .top_nav_fixed ul li a:hover, .bg_header.demographics .top_nav_fixed ul li a.active {
  color: #fff;
  background: #d74033;
}
.bg_header.demographics .result_search {
  top: 88px;
}
 
.bg_header .top_nav_fixed {
  position: fixed;
  top: 80px;
  height: auto;
  width: 100%;
  z-index: 900;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.bg_header .top_nav_fixed.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
} 
.bg_header .container .search .block-select-type {
  width: 100%;
  margin: 0 0 30px;
}
.bg_header .container .search .block-select-type div {
  float: none;
  width: 49%;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans Condensed Bold';
  text-transform: uppercase;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.bg_header .container .search .block-select-type div .type_checkbox {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 24px;
  margin: 0 5px 0 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/dashboard/btn_chechbox_type.png") 0 0 no-repeat;
  vertical-align: bottom;
  cursor: pointer;
}
.bg_header .container .search .block-select-type div .type_checkbox:hover, .bg_header .container .search .block-select-type div .type_checkbox.active {
  background: url("../images/dashboard/btn_chechbox_type.png") 0 100% no-repeat;
}
.bg_header .container .search .block-select-type div:first-child {
  float: left;
}
.bg_header .container .search .block-select-type div:last-child {
  float: right;
}
.bg_header .container .search.two {
  padding: 70px 0 0;
}
.bg_header .container .search .search_form .block_input:nth-child(3) {
  float: right;
} 
.bg_header .container .search .search_form .block_input select {
  margin: 0;
  padding: 0 0 14px 30px;
  width: 100%;
  border: 0;
  font-size: 22px;
  font-family: 'Open Sans Light';
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.bg_header .container .search .search_form .block_input select:focus {
  outline: none;
}
.bg_header .container .search .search_form .block_input .costom_select_gender {
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.bg_header .container .search .search_form .block_input .costom_select_gender li.select {
  position: relative;
  width: 93.7%;
  padding: 15px 0 15px 30px;
  font-size: 22px;
  font-family: 'Open Sans Light';
  text-align: left;
  list-style-type: none;
  background: #fff url("../images/dashboard/select_arrow_genre.png") 95% 55% no-repeat;
  color: #666;
  cursor: pointer;
}
.bg_header .container .search .search_form .block_input .costom_select_gender li .sub_costom_select_gender {
  position: absolute;
  left: 0;
  top: 60px;
  width: 99.5%;
  height: 176px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #f6f6f6;
  z-index: 100;
}
.bg_header .container .search .search_form .block_input .costom_select_gender li .sub_costom_select_gender li {
  width: 93.5%;
  padding: 9px 0 9px 30px;
  font-size: 14px;
  font-family: 'Open Sans Semibold';
  text-align: left;
  list-style-type: none;
  background: transparent;
  color: #333;
  cursor: pointer;
}
.bg_header .container .search .search_form .block_input .costom_select_gender li .sub_costom_select_gender li:hover {
  background: #eaeaea;
}
.bg_header .container .search .search_form .artist_name {
  float: left;
}
.bg_header .container .search .search_form .brand_name {
  float: right;
} 
.bg_header .trend_contain{
  position: static !important;
}
.bg_header .container .trend_search{
  position: static !important;
}
.bg_header .container .trend_titile{
  position: absolute !important;
  top: 43%;
  width: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bg_header .container .result_search .header_title {
  text-align: center;
  font-size: 60px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-transform: uppercase;
}
.bg_header .container .result_search .header_title .header_title_small {
  width: 500px;
  margin: 0 auto;
  font-size: 22px;
  font-family: 'Open Sans Light';
  color: #fff;
  text-transform: none;
} 
.login {
  width: 100%;
  height: 100%;
}
.login .login_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  z-index: -1;
}
.login.profile .container .block_login {
  overflow: visible;
}
.login.profile .container .block_login.profile {
  height: 504px;
}
.login.profile .container .block_login.profile .login_form .hint--error {
  margin: 10px 0;
}
.login.profile .container .block_login.profile .login_form .hint--error .login_name, .login.profile .container .block_login.profile .login_form .hint--error .login_pass {
  margin: 0;
}
.login .container .block_login {
  margin: 150px auto;
  width: 400px;
  height: 405px;
  background: transparent;
}
.login .container .block_login .flash-notice {
  width: 344px;
  margin: 0 auto;
  text-align: justify;
}
.login .container .block_login .login_form {
  margin: 0 auto;
  width: 344px;
  text-align: center;
}
.login .container .block_login .login_form .line {
  margin: 22px 0 0;
}
.login .container .block_login .login_form .block_input {
  position: relative;
}
.login .container .block_login .login_form .block_input.error:after {
  position: absolute;
  top: 0;
  right: -24px;
  margin: 21px 0 21px;
  width: 15px;
  height: 16px;
  content: "";
  background: url("../images/common/icon_validation.png") no-repeat 0 100%;
}
.login .container .block_login .login_form .block_input.error input {
  border: 1px solid #db4337;
}
.login .container .block_login .login_form .block_input.error input:focus {
  -moz-box-shadow: 0 0 1px 1px #db4337;
  -webkit-box-shadow: 0 0 1px 1px #db4337;
  box-shadow: 0 0 1px 1px #db4337;
}
.login .container .block_login .login_form .block_input.success:after {
  position: absolute;
  top: 0;
  right: -24px;
  margin: 21px 0 21px;
  width: 15px;
  height: 16px;
  content: "";
  background: url("../images/common/icon_validation.png") no-repeat 0 0;
}
.login .container .block_login .login_form .block_input.success input {
  border: 1px solid #9bad2d;
}
.login .container .block_login .login_form .block_input.success input:focus {
  -moz-box-shadow: 0 0 1px 1px #9bad2d;
  -webkit-box-shadow: 0 0 1px 1px #9bad2d;
  box-shadow: 0 0 1px 1px #9bad2d;
}

.login .container .block_login .login_form .login_name:focus, .login .container .block_login .login_form .login_pass:focus {
  outline: none;
  -moz-box-shadow: 0 0 1px 1px #d6d6d6;
  -webkit-box-shadow: 0 0 1px 1px #d6d6d6;
  box-shadow: 0 0 1px 1px #d6d6d6;
}
.login .container .block_login .login_form .block_login_remember span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 17px;
  height: 15px;
  background: url("../images/common/login_remember.png") no-repeat 0 100%;
  cursor: pointer;
}
.login .container .block_login .login_form .block_login_remember span.active {
  background: url("../images/common/login_remember.png") no-repeat 0 0;
}

.pdf-report .result_table thead {
  display: table-row-group;
}
.pdf-report .large_title {
  margin: 10px 0 5px !important;
  text-transform: none;
  text-decoration: underline;
  font-family: Open Sans Regular !important;
  font-weight: normal !important;
}
.pdf-report .block_title {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 26px;
  font-family: 'Open Sans Condensed Bold';
  color: #010000;
  text-transform: uppercase;
  text-align: left;
}
.pdf-report .small_title_normal {
  margin: 2px 0 0;
}
.pdf-report .block_title_small {
  text-transform: none;
  text-align: left;
  font-family: 'Open Sans Regular';
  padding: 10px 0px;
  font-size: 18px;
}
.pdf-report .related_segments.music .item_segments {
  margin: 15px 0 0 0;
}
.pdf-report #occupation_status-widget .md-chart svg g text:nth-child(1) tspan.text,
.pdf-report #household_makeup-widget .md-chart svg g text:nth-child(1) tspan.text,
.pdf-report #household_income-widget .md-chart svg g text:nth-child(1) tspan.text {
  font-family: 'Open Sans Italic';
  fill: #666;
  font-size: 12px;
  font-weight: normal;
}
.pdf-report.pdf-report-dual .md-content > div {
  padding: 0px 20px;
}
.pdf-report #regions-widget .md-chart {
  margin-left: 60px;
}
.pdf-report #regions-widget .widget_pdf_chart {
  margin-left: 100px;
}
.pdf-report #regions-widget .widget_pdf_legend .percent-of-us-pop {
  padding: 0;
  margin: 0 0 20px 0;
  height: 14px;
  font-size: 12px;
  color: #666666;
}

.result_double_pdf .widget_pdf .small_title {
  text-align: left;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_chart {
  float: left;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend {
  float: right;
  margin: 0 0 0 20px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend .widget_pdf_legend_map_title {
  font-size: 12px;
  font-family: 'Open Sans Bold';
  text-align: center;
  font-weight: bold;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend .widget_pdf_legend_total {
  margin: 20px 0 20px 0;
  font-size: 14px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend .widget_pdf_legend_total span {
  font-family: 'Open Sans Bold';
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend .widget_pdf_legend_total .percent {
  color: #5c5c5c;
  font-size: 12px;
  font-family: 'Open Sans Italic';
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend .widget_pdf_legend_title {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Open Sans Condensed Bold';
  text-transform: uppercase;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul {
  margin: 0;
  padding: 0;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul li { 
  font-size: 8px;
  color: #464646;
  list-style-type: none;
  line-height: 15px;
  max-width: 220px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul li .leg_color {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li {
  position: relative;
  float: left;
  padding: 0;
  width: 40px;
  height: 30px;
  font-family: 'Open Sans Bold';
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:before, .result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:after {
  position: absolute;
  top: 0;
  height: 17px;
  content: "";
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li div {
  width: 100%;
  height: 8px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li div.active:before, .result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li div.active:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  height: 0;
  width: 0;
  content: " ";
  pointer-events: none;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li div.active:before {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #3d3d3d;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li span {
  position: absolute;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(1):before {
  left: 0;
  border-left: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(1) div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYjhiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffe6e6), color-stop(100%, #ffb8b8));
  background-image: -moz-linear-gradient(left, #ffe6e6, #ffb8b8);
  background-image: -webkit-linear-gradient(left, #ffe6e6, #ffb8b8);
  background-image: linear-gradient(to right, #ffe6e6, #ffb8b8);
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(1) span {
  left: 13px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(2):before {
  left: 0;
  border-left: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(2) div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjhiOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOGE4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffb8b8), color-stop(100%, #ff8a8a));
  background-image: -moz-linear-gradient(left, #ffb8b8, #ff8a8a);
  background-image: -webkit-linear-gradient(left, #ffb8b8, #ff8a8a);
  background-image: linear-gradient(to right, #ffb8b8, #ff8a8a);
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(2) span {
  left: 10px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(3):before {
  left: 0;
  border-left: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(3) div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGE4YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNWM1YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff8a8a), color-stop(100%, #ff5c5c));
  background-image: -moz-linear-gradient(left, #ff8a8a, #ff5c5c);
  background-image: -webkit-linear-gradient(left, #ff8a8a, #ff5c5c);
  background-image: linear-gradient(to right, #ff8a8a, #ff5c5c);
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(3) span {
  left: 10px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(4):before {
  left: 0;
  border-left: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(4) div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWM1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMmUyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff5c5c), color-stop(100%, #ff2e2e));
  background-image: -moz-linear-gradient(left, #ff5c5c, #ff2e2e);
  background-image: -webkit-linear-gradient(left, #ff5c5c, #ff2e2e);
  background-image: linear-gradient(to right, #ff5c5c, #ff2e2e);
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(4) span {
  left: 6px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(5):before {
  left: 0;
  border-left: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(5) div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMmUyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff2e2e), color-stop(100%, #ff0000));
  background-image: -moz-linear-gradient(left, #ff2e2e, #ff0000);
  background-image: -webkit-linear-gradient(left, #ff2e2e, #ff0000);
  background-image: linear-gradient(to right, #ff2e2e, #ff0000);
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(5) span {
  left: 6px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(6):before {
  left: 0;
  border-left: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(6):after {
  right: 0;
  border-right: 1px solid #000;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(6) div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff0000), color-stop(100%, #ff0000));
  background-image: -moz-linear-gradient(left, #ff0000, #ff0000);
  background-image: -webkit-linear-gradient(left, #ff0000, #ff0000);
  background-image: linear-gradient(to right, #ff0000, #ff0000);
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(6) div + span {
  left: 13px;
}
.result_double_pdf .widget_pdf .widget_pdf_body .widget_pdf_legend ul.legend_map li:nth-child(6) span:last-child {
  right: 0;
}

.sbHolder {
  width: auto;
}

section.users table .input-radoi-off,
section.users table .input-radoi-on {
  background: url("../images/user_list/radio_btn.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
section.users table .input-radoi-on {
  background-position: 0 -16px;
}

section.users table thead tr th a.sbSelector {
  font-size: 16px;
  text-transform: uppercase;
  color: inherit;
  font-weight: normal;
}

section.users table thead tr th a.sbSelector {
  display: block;
  width: auto;
}

section.users table thead tr th a.sbToggle {
  background: url("../images/user_list/arrow_down.png") 0 0 no-repeat;
  display: block;
  width: 6px;
  height: 4px;
  right: auto;
  left: 70px;
  top: 10px;
}

section.users table thead tr th a.sbToggle {
  top: 13px;
}

section.users table thead tr th:nth-child(2) a.sbToggle {
  left: 65px;
}

section.users table thead tr th:nth-child(4) a.sbToggle {
  left: 104px;
}

section.users table thead tr th:nth-child(4) .sbHolder {
  width: 50%;
  margin: 0 auto;
}

section.users table thead tr th:nth-child(4) .sbOptions {
  width: 90px;
}

section.users table thead tr th:nth-child(5) {
  padding: 20px 0;
}

section.users table thead tr th:nth-child(5) a.sbToggle {
  left: 84px;
}

section.users table thead tr th ul.sbOptions {
  background: #fff;
  margin: 5px 0 0;
  border: none;
  -moz-box-shadow: 0 0 6px #2a2a2a;
  -webkit-box-shadow: 0 0 6px #2a2a2a;
  box-shadow: 0 0 6px #2a2a2a;
  overflow: inherit;
  width: auto;
  top: 20px !important;
}
section.users table thead tr th ul.sbOptions li {
  padding: 2px 5px !important;
  border-bottom: 1px solid #d7d7d7;
}
section.users table thead tr th ul.sbOptions li a {
  text-transform: none;
  color: #d9463e;
  text-transform: none;
  text-align: center;
  font-size: 12px;
  color: #7d7d7d !important;
  padding: 0;
}
section.users table thead tr th ul.sbOptions li.active a {
  color: #da463e !important;
  text-transform: none;
}

section.users table thead tr th:nth-child(1) ul.sbOptions {
  left: 54px;
}

section.users table thead tr th:nth-child(2) ul.sbOptions {
  left: 43px;
}

section.users table thead tr th:nth-child(4) ul.sbOptions {
  left: 80px;
}

section.users table thead tr th:nth-child(5) ul.sbOptions {
  left: 65px;
}

.sbOptions {
  width: auto;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #da463e;
}

.users .table {
  width: 980px;
}
.users .table thead tr {
  height: 56px;
}
.users .table thead tr td {
  color: #d9463e;
  text-transform: uppercase;
  text-align: left;
  padding: 20px;
  position: relative;
}
.users .table thead tr td a {
  color: #d9463e !important;
  position: relative;
  display: inline-block;
}
.users .table thead tr td a:after {
  position: absolute;
  top: 8px;
  right: -14px;
  content: '';
  background: url("../images/user_list/arrow_down.png") 0 0 no-repeat;
  width: 6px;
  height: 4px;
}
.users .table thead tr td:nth-child(1) {
  width: 25%;
  font-family: 'Open Sans Regular';
}
.users .table thead tr td a {
  text-decoration: none;
  border-bottom: none;
  color: #d9463e;
}
.users .table tr {
  background: #f0f0f0;
}
.users .table tr:first-child {
  border-top: 1px solid #dbdbdb;
}
.users .table tr:last-child {
  border-bottom: 1px solid #dbdbdb;
}
 
.users .table tr td:nth-child(1) {
  width: 20%;
  font-family: 'Open Sans Bold';
}
.users .table tr td:nth-child(1) a {
  color: #010000;
  text-decoration: none;
}
.users .table tr td:nth-child(2) {
  width: 20%;
}
.users .table tr td:nth-child(3) {
  width: 15%;
}
.users .table tr td:nth-child(4) {
  width: 25%;
  text-align: center;
}
.users .table tr td:nth-child(5) {
  width: 10%;
  text-align: center;
}
.users .table tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}
.users .invite_form fieldset {
  padding: 28px 0;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
  background: #f0f0f0;
}
.users .invite_form fieldset div {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin: 0 6px;
}
.users .invite_form fieldset div input {
  width: 89%;
  padding: 10px 15px;
  border: 1px solid #d2d2d2;
}
.users .invite_form fieldset div.hint--error input {
  border: 1px solid #d6423a;
}
.users .invite_form .role .block_role {
  float: left;
  width: 27%;
}
.users .invite_form .role .block_role .title {
  height: 60px;
  font-size: 22px;
  font-family: Open Sans Light;
  text-align: center;
  float: none;
}
.users .invite_form .role .block_role .title span {
  font-size: 20px;
  font-family: Open Sans Condensed Bold;
  color: #c9392e;
  text-transform: uppercase;
}
.users .invite_form .role .block_role:nth-child(1) {
  margin: 0 0 0 8%;
  padding: 2% 1% 0;
}
.users .invite_form .role .block_role:nth-child(1).active .item_role {
  background: #9cae2e;
  color: #fff;
}
.users .invite_form .role .block_role:nth-child(1).active .item_role div {
  color: #fff;
}
.users .invite_form .role .block_role:nth-child(2) {
  padding: 2% 1% 3%;
  background: #f8f8f8;
}
.users .invite_form .role .block_role:nth-child(2) .item_role {
  background: #fff;
}
.users .invite_form .role .block_role:nth-child(2).active .item_role {
  background: #e38c2e;
  color: #fff;
}
.users .invite_form .role .block_role:nth-child(2).active .item_role div {
  color: #fff;
}
.users .invite_form .role .block_role:nth-child(3) {
  padding: 2% 1% 0;
}
.users .invite_form .role .block_role:nth-child(3).active .item_role {
  background: #0090c1;
  color: #fff;
}
.users .invite_form .role .block_role:nth-child(3).active .item_role div {
  color: #fff;
}
.users .invite_form .role .block_role .item_role {
  display: table-cell;
  vertical-align: middle;
  width: 264px;
  height: 165px;
  padding: 20px;
  text-align: center;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.users .invite_form .role .block_role .item_role div {
  color: #d7433b;
  font-family: 'Open Sans Bold';
}
.users .invite_form .role .block_role .item_role .line {
  margin: 15px 0;
}
.users .invite_form .btn {
  margin: 0 0 50px;
}
.users .invite_form .btn .cancel_invite {
  float: right;
  padding: 16px 72px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  background: #f3f3f3;
  font-size: 16px;
  font-family: 'Open Sans Condensed Bold';
}
.users .invite_form .btn button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0 0 0 20px;
  padding: 15px 39px;
  border: 0;
  font-size: 16px;
  font-family: Open Sans Condensed Bold;
  background: #dc4438;
  color: #fff;
  text-transform: uppercase;
}
.users .invite_form .btn button:active {
  background: #9a2117;
}
.users .invite_form .btn button:focus {
  outline: none;
}

.bg_header .container .search .trending-form.search_form .block_input_options .block_input {
  margin-top: 16px;
}
.bg_header .container .search .trending-form.search_form .block_input_options .block_input.selected .costom_select_gender li.select {
  background: #fff url("../images/dashboard/select_remove.png") 95% 55% no-repeat;
  background-size: 30px;
}
.bg_header .container .search .trending-form.search_form .block_input_options .block_input .costom_select_gender li .sub_costom_select_gender li.disabled {
  color: #c7c6c6;
  cursor: default;
}
.bg_header .container .search .trending-form.search_form .block_input_options .block_input .costom_select_gender li .sub_costom_select_gender li.disabled:hover {
  background: transparent;
}
.bg_header .container .search .trending-form .select-type-trending {
  float: none;
  width: 100%;
  margin: 0 auto;
}
.bg_header .container .search .trending-form.search_form .block_input {
  float: none;
  margin: 0 auto;
}
.trending-page .inner_wrapper .bg_header .container {
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
} 
.trending-page .inner_wrapper .bg_header .result_search {
  position: static;
  line-height: inherit;
}
.trending-page .trending .container-header {
  width: 910px;
  margin: 20px auto;
  position: relative;
}
.trending-page .trending .container-header .switch-sort {
  width: 194px;
  height: 48px;
  top: 0;
}
.trending-page .trending .container-header .switch-sort .switch_item {
  font-size: 22px;
  text-align: center;
  padding: 9px 17px;
  font-family: "Open Sans Condensed Bold";
  font-weight: bold;
}
.trending-page .trending .container-header .datasets {
  width: 300px;
  height: 48px;
  background: #da463e;
  line-height: 48px;
  cursor: pointer;
}
.trending-page .trending .container-header .datasets .title {
  padding-left: 16px;
  width: 190px;
  color: #FFFFFF;
  font-family: "Open Sans Condensed Bold";
  font-size: 22px;
  font-weight: bold;
}
.trending-page .trending .container-header .datasets .dots {
  float: right;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding-right: 16px;
  line-height: 30px;
}
 
.trending-page .trending .item-container.loading {
  width: 910px;
  height: 350px;
  /* background: #fff url("../images/loader.gif") 50% 50% no-repeat; */
}

.trending-page .trending .item-container.loading::after {
  position: relative;
  top: 43%;
  left: 49%;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  content: '';
  color: #e11a15;
}
 
.trending-page .md-content.md-chart {
  min-width: 200px;
}
.trending-page .md-content .md-title {
  color: #000000;
  font-family: "Open Sans Condensed Bold";
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
} 
.trending-page .md-content .md-body li:hover {
  cursor: pointer;
} 
 .trending-page .md-content .md-close {
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  background: #d4463e url(../images/common/btn_popup_close.png) 50% 50% no-repeat;
  border-radius: 50%;
}
section.dictionary .demographics-form {
  width: 347px;
  margin: 50px auto 17px;
}
section.dictionary .demographics-form form input {
  border: 1px solid #d6d6d6;
  width: 329px;
  height: 36px;
  padding: 0 8px;
}
section.dictionary .demographics-form form input[type=text] {
  color: #010000;
}
section.dictionary .demographics-form form input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
section.dictionary .demographics-form form input[type=text]:-ms-input-placeholder {
  font-style: italic;
}
section.dictionary .demographics-form form input[type=text]::-moz-placeholder {
  font-style: italic;
}
section.dictionary .demographics-form form input[type="submit"] {
  background: #d84034;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  width: 347px;
  border: none;
  outline: none;
}
section.dictionary .demographics-form form .b-input.last {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}

.df, .platform-kpi .w-platform-content, .platform-kpi .w-platform-content .left-item, .platform-kpi .w-export-csv, .platform-kpi .w-numbers, .platform-kpi .w-numbers .item, .platform-kpi .w-numbers .label {
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: flex;
}

.flex-direction-row, .platform-kpi .w-platform-content, .platform-kpi .w-platform-content .left-item, .platform-kpi .w-export-csv, .platform-kpi .w-numbers, .platform-kpi .w-numbers .item {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column, .platform-kpi .w-numbers .label {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex1 {
  -webkit-box-flex: 1; 
  -moz-box-flex: 1; 
  -webkit-flex: 1; 
  -ms-flex: 1; 
  flex: 1;
}

.justify-content-center, .platform-kpi .w-export-csv, .platform-kpi .w-numbers, .platform-kpi .w-numbers .label {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-item-center, .platform-kpi .w-export-csv {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.platform-kpi .export-btn {
  text-transform: uppercase;
  color: #fff;
  font-family: Open Sans Condensed Bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  padding: 7px 15px;
  background-color: #dc4438;
  border: none;
  cursor: pointer;
  min-width: 104px;
  box-sizing: border-box;
}
.platform-kpi .kpi-data-picker {
  background-image: url("../images/calendar-icon.png");
  background-repeat: no-repeat;
  background-position: right 10px top 7px;
  padding: 5px 29px 5px 5px;
  max-width: 100px;
  border: 1px solid #ccc;
  color: #999;
  font-family: Open Sans Light;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
.platform-kpi.bg_header {
  min-height: 600px;
  height: auto;
}
.platform-kpi .w-platform-content {
  margin-bottom: 30px;
  clear: both;
}
.platform-kpi .w-platform-content .item-width, .platform-kpi .w-platform-content .left-item, .platform-kpi .w-platform-content .right-item {
  width: 50%;
}
.platform-kpi .w-platform-content .left-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.platform-kpi .w-platform-content .right-item {
  padding-left: 30px;
  box-sizing: border-box;
}
.platform-kpi .w-platform-content .item {
  width: 50%;
  box-sizing: border-box;
}
.platform-kpi .w-platform-content .top-items {
  margin-bottom: 10px;
}
.platform-kpi .w-platform-content .bottom-items {
  margin-top: 10px;
}
.platform-kpi .w-platform-content .active-user,
.platform-kpi .w-platform-content .time-user {
  padding-right: 15px;
}
.platform-kpi .w-platform-content .search-performed,
.platform-kpi .w-platform-content .search-user {
  padding-left: 15px;
}
.platform-kpi .w-platform-content .active-user .number {
  color: #008fc0;
}
.platform-kpi .w-platform-content .search-performed .number {
  color: #ea9442;
}
.platform-kpi .w-platform-content .time-user .number {
  color: #9bac39;
}
.platform-kpi .w-platform-content .search-user .number {
  color: #d9453d;
}
.platform-kpi .w-platform-content .item-inner {
  background: #fff;
  min-height: 160px;
}
.platform-kpi .w-platform-content .item-inner .number {
  font-size: 36px;
  font-weight: bold;
  font-family: Open Sans Condensed Bold;
  text-align: center;
}
.platform-kpi .w-platform-content .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: Open Sans Bold;
  padding: 30px 0;
}
.platform-kpi .w-platform-content .days {
  font-family: Open Sans Light;
  font-size: 14px;
  color: grey;
}
.platform-kpi .w-platform-content .total-item {
  width: 100%;
  height: 100%;
  background: #fff;
}
.platform-kpi .w-platform-content .total-item .title {
  margin-bottom: 15px;
}
.platform-kpi .w-export-csv {
  background-color: #e6e6e6;
  color: #4d4d4d;
  font-family: Open Sans Condensed Bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  padding: 20px 0;
}
.platform-kpi .w-export-csv .export-btn {
  background-color: #f31e04;
  margin-left: 10px;
}
.platform-kpi .w-numbers {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15%;
}
.platform-kpi .w-numbers .item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 22px;
  min-width: 128px;
  max-width: 145px;
}
.platform-kpi .w-numbers .item:nth-of-type(odd) {
  padding-right: 6%;
}
.platform-kpi .w-numbers .item:nth-of-type(even) {
  padding-left: 6%;
}
.platform-kpi .w-numbers .number {
  font-size: 24px;
  font-weight: bold;
  font-family: Open Sans Condensed Bold;
  width: 50%;
  text-align: right;
}
.platform-kpi .w-numbers .label {
  color: #000;
  font-family: Open Sans Light;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  width: 50%;
  -webkit-align-items: flex-start;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-pack: start;
}
.platform-kpi .w-numbers .label span {
  display: block;
  width: 100%;
}
.platform-kpi .w-top-form {
  color: #fff;
  font-family: Open Sans Condensed Bold;
  font-weight: 700;
  font-size: 16px;
}
.platform-kpi .w-top-form h2 {
  font-size: 24px;
  line-height: 33px;
  float: left;
}
.platform-kpi .w-top-form .w-form-inner {
  float: right;
  margin-top: 16px;
}
.platform-kpi .w-top-form .export-btn {
  margin-left: 10px;
}
.platform-kpi .b-count {
  position: relative;
}
.platform-kpi .b-count .days {
  position: absolute;
  bottom: 5px;
  right: -34px;
}

.bg-black.outer_wrapper {
  background-color: #000;
} 
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
 
.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1500;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url('/theme/images/rgbapng/000000cc-5.png?1425894095');
  background: rgba(0, 0, 0, 0.8);
}
.md-overlay.md-overlay-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.md-overlay-popup {
  z-index: 100001;
} 
.md-content {
  color: #010000;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
.md-content.md-chart-ethnicity {
  min-width: 1070px;
}
.md-content.md-chart {
  min-width: 900px;
}
.md-content.md-chart .md-body .md-chart svg {
  position: relative;
  overflow: visible !important;
  top: -15px;
  right: -40px;
}
.md-content.md-report {
  padding: 15px 50px 0;
} 
.md-content .md-title.title-center {
  text-align: center;
}
.md-content .md-body .text-center {
  text-align: center;
}
.md-content .md-body .sub_title .copu_url {
  margin: 0 0 0 15px;
  padding: 6px 9px 6px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #d9453d;
}
.md-content .md-body .sub_title p {
  padding: 25px 0 40px;
  font-size: 18px;
}
.md-content .md-body .sub_title.title-center {
  text-align: center;
}
.md-content .md-body .oy_report_pdf_form .oy_report_checkbox {
  padding: 0 50px 0;
}
.md-content .md-body .oy_report_pdf_form .oy_report_checkbox li {
  list-style-type: none;
  line-height: 30px;
}
.md-content .md-body .oy_report_pdf_form .oy_report_checkbox li span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 26px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url("../images/common/checbox.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.md-content .md-body .oy_report_pdf_form .oy_report_checkbox li span.small {
  background: url("../images/common/checbox_small.png") no-repeat;
  height: 18px;
  width: 20px;
  background-position: 0 0;
}
.md-content .md-body .oy_report_pdf_form .oy_report_checkbox li span.active {
  background-position: 0 100%;
}
.md-content .md-body .oy_report_pdf_form .oy_report_checkbox li label {
  font-size: 14px;
}
.md-content .md-body .btn_create {
  text-align: center;
}
.md-content .md-body .btn_create button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 344px;
  margin: 45px 0 30px;
  padding: 15px 40px 15px;
  border: 0;
  font-size: 16px;
  font-family: Open Sans Condensed Bold;
  background: #dc4438;
  color: #fff;
  text-transform: uppercase;
}
.md-content .md-body .btn_create button:active {
  background: #9a2117;
}
.md-content .md-body .btn_create button:focus {
  outline: none;
}
.md-content .md-body .btn_create button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.md-content .md-body .btn_create button .btn_no {
  padding: 13px 38px;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.md-content .md-body .btn_create button .btn_no:active {
  background-color: #f0f0f0;
}
.md-content .md-body .md-chart {
  float: left;
}
.md-content .md-body .md-chart svg g text {
  font-size: 12px;
}
.md-content .md-body .md-chart svg g text:nth-child(1) {
  font-family: 'Open Sans Bold';
}
.md-content .md-body .md-chart svg g text:nth-child(2) {
  font-family: 'Open Sans Italic';
  color: #5c5c5c;
}
.md-content .md-body .md-legend {
  float: right;
  margin: 0 10px 0 20px;
}
.md-content .md-body .md-legend .md-legend-map-title {
  font-size: 12px;
  font-family: 'Open Sans Bold';
  text-align: center;
}
.md-content .md-body .md-legend .md-legend-total {
  margin: 20px 0;
  font-size: 12px;
}
.md-content .md-body .md-legend .md-legend-total.md-legend-total-map {
  margin: 200px 0 20px;
}
.md-content .md-body .md-legend .md-legend-total span {
  font-family: 'Open Sans Bold';
}
.md-content .md-body .md-legend .md-legend-total .percent {
  color: #5c5c5c;
  font-size: 12px;
  font-family: 'Open Sans Italic';
}
.md-content .md-body .md-legend .md-legend-total .percent-of-us-pop {
  padding: 0;
  margin-bottom: 20px;
  height: 14px;
  font-size: 12px;
  color: #666666;
}
.md-content .md-body .md-legend .md-legend-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
}
.md-content .md-body .md-legend ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 240px;
}
.md-content .md-body .md-legend ul li {
  font-size: 8px;
  color: #464646;
  list-style-type: none;
  line-height: 15px;
}
.md-content .md-body .md-legend ul li .leg_color {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}
.md-content .md-body .md-legend ul.legend_map li {
  position: relative;
  float: left;
  padding: 0;
  width: 40px;
  height: 30px;
  font-family: 'Open Sans Bold';
  z-index: 100;
}
.md-legend {
  position: relative;
}

#modal_population .md-legend_map li:last-child {
  top: -34px;
  left: 0;
  width: 100%;
}

.md-legend_map li:last-child span {
  position: relative;
  display: block;
  padding: 0;
  float: left;
  bottom: 110%;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #3d3d3d;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.md-legend_map li:last-child span.active {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.md-legend_map li:before, .md-legend_map li:after {
  position: absolute;
  top: 0;
  height: 17px;
  content: "";
}
.md-legend_map li div {
  width: 100%;
  height: 12px;
}
.md-legend_map li span {
  position: absolute;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(1):before {
  left: 0;
  border-left: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(1) span {
  left: 13px;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(2):before {
  left: 0;
  border-left: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(2) span {
  left: 10px;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(3):before {
  left: 0;
  border-left: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(3) span {
  left: 10px;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(4):before {
  left: 0;
  border-left: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(4) span {
  left: 6px;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(5):before {
  left: 0;
  border-left: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(5) span {
  left: 6px;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(6):before {
  left: 0;
  border-left: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(6):after {
  right: 0;
  border-right: 1px solid #000;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(6) div + span {
  left: 13px;
}
.md-content .md-body .md-legend ul.legend_map li:nth-child(6) span:last-child {
  right: 0;
}
.md-content .md-body .md-legend .scale ul li {
  float: left;
}
.md-content .md-body .widget-household-labels .text {
  margin: 0;
  padding: 0;
  font-size: 12px;
  fill: #000000;
}
.md-content .md-body .widget-household-labels .percent {
  color: #000000;
  font-size: 12px;
  font-family: 'Open Sans';
  font-style: italic;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: url('/theme/images/rgbapng/0000001a-5.png?1425894095');
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
 
.md-content > div .btn_answer {
  padding: 30px 0 15px;
  text-align: center;
}
.md-content > div .btn_answer .btn_no {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 14px 66px;
  background: #010000;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.md-content > div .btn_answer .btn_yes {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 65px;
  background: #d94135;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.md-content > div p {
  margin: 0;
  padding: 0px 0;
}
.md-content > div p.answer {
  text-align: center;
  font-size: 18px;
}

.md-content > div ul {
  margin: 0;
  padding: 0 50px 0;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
} 
.md-effect-1 .md-content {
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-1 .md-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
 
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
} 
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
 
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
 
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
 
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
 
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
 
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
 
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
 
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
 
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
 
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
 
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
} 
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
 
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
 
.md-show.md-effect-16 ~ .md-overlay {
  background: url('/theme/images/rgbapng/b42e207f-5.png?1425894095');
  background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
  background: url('/theme/images/rgbapng/8f1b0fcc-5.png?1425894095');
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.widget-horizontal .legend ul {
  vertical-align: top;
  margin: 0 0 0 -20px;
}
.widget-horizontal .legend ul li {
  padding-left: 16px;
  position: relative;
}
.widget-horizontal .legend ul li > div {
  position: absolute;
  top: 2px;
  left: 0;
}

.md-content .md-body .md-legend ul li {
  position: relative;
  padding-left: 22px;
}
.md-content .md-body .md-legend ul li > div.leg_color {
  position: absolute;
  top: 4px;
  left: 0;
}

.widget.no-legend .wdgt_body .chart_block, .music .container .result_double .widget.no-legend .wdgt_body .chart_block .chart, .music .container .result_single .widget.no-legend .wdgt_body .chart_block .chart {
  width: 127px !important;
  margin: 5px auto 0 !important;
}

@media screen and (max-width: 32em) {
  body {
    font-size: 75%;
  }
}
#pdf-report-submit-btn {
  opacity: 1;
}
#pdf-report-submit-btn.disabled {
  opacity: 0.3;
}
#pdf-report-submit-btn.disabled:hover {
  box-shadow: none;
}

.segments.browse-segments {
  margin: 0 0 20px;
}
.segments.browse-segments .container {
  max-width: 1064px;
}
.segments.browse-segments.jpg_layout {
  margin: 0;
}
.segments.browse-segments.jpg_layout .large_title {
  margin: 0 0 0 72px;
}
.segments.browse-segments.jpg_layout .large_title .small_title {
  margin: 0;
}
.segments.browse-segments .gridster[data-select="disabled"] ul li {
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.segments.browse-segments .gridster ul li.top_title p {
  margin: 0;
}
.segments.browse-segments .gridster ul li.top_title p .bold {
  display: inline;
  font-family: 'Open Sans Bold';
}
.segments.browse-segments .gridster ul li a {
  position: relative;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="male"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_male_fanatics.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="male"]:hover a span {
  background-image: url("../images/common/bg_gender_male_fanatics.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="male"] a.active span {
  background-image: url("../images/common/bg_gender_male_fanatics.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="female"]:hover a span {
  background-image: url("../images/common/bg_gender_female_fanatics.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="female"] a.active span {
  background-image: url("../images/common/bg_gender_female_fanatics.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="multi"]:hover a span {
  background-image: url("../images/common/bg_gender_multi_fanatics.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"][data-gender="multi"] a.active span {
  background-image: url("../images/common/bg_gender_multi_fanatics.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="male"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_male_enthusiast.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="male"]:hover a span {
  background-image: url("../images/common/bg_gender_male_enthusiast.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="male"] a.active span {
  background-image: url("../images/common/bg_gender_male_enthusiast.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="female"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_female_enthusiast.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="female"]:hover a span {
  background-image: url("../images/common/bg_gender_female_enthusiast.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="female"] a.active span {
  background-image: url("../images/common/bg_gender_female_enthusiast.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="multi"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 11px;
  background-image: url("../images/common/bg_gender_multi_enthusiast.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="multi"]:hover a span {
  background-image: url("../images/common/bg_gender_multi_enthusiast.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"][data-gender="multi"] a.active span {
  background-image: url("../images/common/bg_gender_multi_enthusiast.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="male"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_male_casuals.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="male"]:hover a span {
  background-image: url("../images/common/bg_gender_male_casuals.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="male"] a.active span {
  background-image: url("../images/common/bg_gender_male_casuals.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="female"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_female_casuals.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="female"]:hover a span {
  background-image: url("../images/common/bg_gender_female_casuals.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="female"] a.active span {
  background-image: url("../images/common/bg_gender_female_casuals.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="multi"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 11px;
  background-image: url("../images/common/bg_gender_multi_casuals.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="multi"]:hover a span {
  background-image: url("../images/common/bg_gender_multi_casuals.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Casual"][data-gender="multi"] a.active span {
  background-image: url("../images/common/bg_gender_multi_casuals.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="male"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_male_indifferent.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="male"]:hover a span {
  background-image: url("../images/common/bg_gender_male_indifferent.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="male"] a.active span {
  background-image: url("../images/common/bg_gender_male_indifferent.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="female"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 10px;
  background-image: url("../images/common/bg_gender_female_indifferent.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="female"]:hover a span {
  background-image: url("../images/common/bg_gender_female_indifferent.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="female"] a.active span {
  background-image: url("../images/common/bg_gender_female_indifferent.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="multi"] a span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 11px;
  background-image: url("../images/common/bg_gender_multi_indifferent.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="multi"]:hover a span {
  background-image: url("../images/common/bg_gender_multi_indifferent.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"][data-gender="multi"] a.active span {
  background-image: url("../images/common/bg_gender_multi_indifferent.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.segments.browse-segments .gridster ul li[data-key="Fanatic"] a:hover, .segments.browse-segments .gridster ul li[data-key="Fanatic"] a.active {
  background-color: #d94135;
  color: #fff;
}
.segments.browse-segments .gridster ul li[data-key="Enthusiast"] a:hover, .segments.browse-segments .gridster ul li[data-key="Enthusiast"] a.active {
  background-color: #9bad2d;
  color: #fff;
}
.segments.browse-segments .gridster ul li[data-key="Casual"] a:hover, .segments.browse-segments .gridster ul li[data-key="Casual"] a.active {
  background-color: #ea9335;
  color: #fff;
}
.segments.browse-segments .gridster ul li[data-key="Casual"] a:hover a, .segments.browse-segments .gridster ul li[data-key="Casual"] a.active a {
  color: inherit;
}
.segments.browse-segments .gridster ul li[data-key="Indifferent"] a:hover, .segments.browse-segments .gridster ul li[data-key="Indifferent"] a.active {
  background-color: #008fc0;
  color: #fff;
}

.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Fanatic"] a:hover, .segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Fanatic"] a.active {
  background-color: #ff5545 !important;
}
.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Enthusiast"] a:hover, .segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Enthusiast"] a.active {
  background-color: #aab945 !important;
}
.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Casual"] a:hover, .segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Casual"] a.active {
  background-color: #e89e4d !important;
}
.segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Indifferent"] a:hover, .segments.browse-segments .gridster[data-select="enabled"] ul li[data-key="Indifferent"] a.active {
  background-color: #57b1d1 !important;
}

.segments.browse-segments .gridster ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #010000;
  font-size: 12px;
  text-decoration: none;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.segments.browse-segments .gridster ul li a:hover {
  color: #fff;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.segments.browse-segments .gridster ul li span {
  display: table-cell;
  vertical-align: middle;
}
 
.hint, [data-hint] {
  position: relative;
  display: inline-block; 
}
.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}
.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}
 
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}
 
.hint--top:before {
  margin-bottom: -12px;
}
.hint--top:after {
  margin-left: -18px;
}
.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:after, .hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
} 
.hint--bottom:before {
  margin-top: -12px;
}
.hint--bottom:after {
  margin-left: -18px;
}
.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:after, .hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
 
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -17px;
}
.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:after, .hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
 
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -17px;
}
.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:after, .hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
 
.hint--error:after {
  background-color: #d84034;
}
.hint--error.hint--top:before {
  border-top-color: #d84034;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #d84034;
}
.hint--error.hint--left:before {
  border-left-color: #d84034;
}
.hint--error.hint--right:before {
  border-right-color: #d84034;
}
 
.hint--warning:after {
  background-color: #c09854;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
 
.hint--info:after {
  background-color: #3986ac;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
 
.hint--success:after {
  background-color: #458746;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
 
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
 
.hint--rounded:after {
  border-radius: 4px;
}
 
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

body .login .container .block_login .login_form .block_description.invalid_email{
    color: red;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

 

.login .block_dfa {
  margin: 40px auto 55px;
  font-size: 16px;
}


.login .block_dfa .dfa_steps {
  width: 480px;
  margin: auto; 
}
.login .block_dfa .dfa_steps2 {
  width: 590px;
  margin: auto; 
}
.login .block_dfa .dfa_app_link {
  margin-bottom: 35px;
}
.login .block_dfa .dfa_app_link p {
  margin: 0;
  line-height: 24px;
}

.login .block_dfa .dfa_steps ul {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
.login .block_dfa .dfa_steps li {
  margin: 0 0 35px 0;
  padding: 15px 0 0 65px;
  position: relative;
}
.login .block_dfa .dfa_steps li:last-child {
  margin-bottom: 50px
}
.login .block_dfa .dfa_steps h3 {
  font-family: Open Sans Condensed Bold;
  margin: 0;
  font-size: 20px; 
}

.login .block_dfa .dfa_steps .dfa_code {
  font-weight: 700;
  font-size: 28px;
}
.login .block_dfa .dfa_steps .or_wrap {
  margin: 10px 0; 
}
.login .block_dfa .dfa_steps .dfa_code_img img {
  width: 125px;
  margin-top: 10px;
}
.login .block_dfa .dfa_steps2 .block_input {
  margin: 10px 0 50px 0;
  width: 230px;
  position: relative;
}
.login .block_dfa .dfa_steps2 .block_input.error:after {
  position: absolute;
  top: 0;
  right: -24px;
  margin: 11px 0;
  width: 15px;
  height: 16px;
  content: "";
  background: url("../images/common/icon_validation.png") no-repeat 0 100%;
}
.login .block_dfa .dfa_steps2 .block_input.error input {
  border: 1px solid #db4337;
}
.login .block_dfa .dfa_set_from input {
  padding: 6px 5px;
  border: 1px solid #000;
  color: #020000;
}
.login .block_dfa .dfa_set_from button {
  margin-left: 70px;
}

.login .block_dfa .block_input {
  width: 230px;
  margin: 40px auto 0;
}
.login .container .block_dfa .login_form .block_input.error:after {
  margin: 11px 0;
}
.login .block_dfa .dfa_from input {
  padding: 6px 5px;
  border: 1px solid #d6d6d6;
  color: #020000;
}
.login .container .block_dfa .dfa_from button {
  margin-top: 55px;
}

.login .container .block_login .flash-notice {
  width: 344px;
  margin: 0 auto;
  text-align: justify;
}

.resetdfa-confirm {
  width: 96px;
}

.resetdfa-confirm .reset-dfa-btn {
  padding: 7px 12px;
  font-size: 12px;
  font-family: Open Sans Condensed Bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #d7433b;
  float: right;
}

.trending-page .md-content .md-body li.disabled {
  color: #808080;
}

.discover.filters.show_filters .hint_error {
  position: absolute;
  top: 120%;
  bottom: auto;
  width: auto;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  background: #d84034;
  z-index: 100000000000;
}

.discover.filters.show_filters .hint_error:before {
  bottom: 100%;
  top: auto;
  border-color: rgba(245, 0, 0, 0);
  border-bottom-color: #dc4438;
  border-width: 8px;
  margin-left: -4px;
}

.recent_search tbody tr:hover td{
  background-color: #73cfd8;
  color: #1b1b1b;
}
 
.toggleBtn input {
  display: none;
}

.toggleBtn input:checked + label {
  background-color: #73cfd8;
  color: #000000;
}
.dropboxWrapper {
  padding-right: 44px;
  color: #ffffff;
}

.dropboxWrapper .dropbox {
  height: 39px;
  border-radius: 4px;
  color: #000000;
} 
.segments.browse-segments .item_segments {
  border-radius: 0;
}

.segments.browse-segments .container {
  min-width: 1094px;
}

.navigation .pagination .page-item .page-link {
    color: #ffffff;
    background-color: #3a3838;
    border: initial;
}

.navigation .pagination .page-item.active .page-link {
    color: #211f1f;
    background-color: #73cfd8;
}

.result_single, .result_double {
  position: relative;
}

.qtip-banner.qtip-default:before {
  opacity: 0;
}

.qtip-banner {
  max-width: 550px;
    font-size: 20px;
    color: #20a09f;
    border-radius: 5px;
    border: 2px solid #f0f0f0;
    line-height: 30px;
}

.qtip-banner .qtip-content {
  background: var(--light);
}

.darkTheme .demographics-form {
  color: var(--white);
}

/* trending start */

.trendingWrapper .bg_header .container .search {
  padding: 48px 0 0;
}
.trendingWrapper .search .search_form {
  margin: 42px 0 15px;
}
.trendingWrapper .toggleBtn {
  padding: 10px 0;
}
.trendingWrapper .search .header_title {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
}
.trendingWrapper .additionalFilterTitle {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 10px;
  color: #209f9f;
  letter-spacing: -0.32px;
}
.trendingWrapper .toggle-group {
  display: flex;
  gap: 10px;
}

.trendingWrapper #trending_duration .toggle-option {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #373535;
  color: white;
  font-optical-sizing: auto;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -1.7%;
  text-align: center;
}

.trendingWrapper .toggle-option input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  display: block;
}

.trendingWrapper .toggle-option input:checked {
  border-color: black;
  background-color: white;
}

.trendingWrapper .toggle-option input:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background: black;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trendingWrapper .toggle-option input:checked + span {
  color: white;
}

.trendingWrapper #trending_duration .toggle-option:has(input:checked) {
  background-color: #209f9f;
}
.trendingWrapper .MB36 {
  margin-bottom: 36px;
}

.trendingWrapper .MB46 {
  margin-bottom: 46px;
}

.MB36 h6 {
  text-align: left;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.trendingWrapper .filter_unit label {
  margin: 0;
}
.trendingWrapper .toggleBtn label {
  padding: 14px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  cursor: pointer;
}
.trendingWrapper .filter_unit #trending_type {
  display: flex;
  gap: 10px;
}
.trendingWrapper .toggleBtn input:checked + label {
  background-color: #209f9f;
  color: #ffffff;
}
.trendingWrapper .trending-serch-filter-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-align: left;
  margin: 50px 0 15px;
  letter-spacing: 0.3px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -1.1%;
}

.trendingWrapper .additionalFilterTitle.small {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #ffffff;
}

.trendingWrapper .block_genre .customize,
.trendingWrapper .block_race .customize,
.trendingWrapper .block_age .customize {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.trendingWrapper .block_genre .customize span,
.trendingWrapper .block_race .customize span,
.trendingWrapper .block_age .customize span,
.trendingWrapper .male span,
.trendingWrapper .female span {
  display: block;
  margin: 0;
  padding: 8px 20px;
  color: var(--white);
  background: #373535;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.trendingWrapper .filter_unit {
  margin-bottom: 22px;
}
.trendingWrapper .male span,
.trendingWrapper .female span {
  background: none;
  width: auto;
  height: auto;
  background: #373535;
}

.trendingWrapper .block_gender .filter_unit .male,
.trendingWrapper .block_gender .filter_unit .female {
  margin: 0 10px;
}
.trendingWrapper .male span::after,
.trendingWrapper .female span::after {
  position: static;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.trendingWrapper .block_gender .filter_unit .male,
.trendingWrapper .block_gender .filter_unit .female {
  margin: 0 10px 0 0;
}
.trendingWrapper .inner_wrapper {
  min-height: calc(100vh - 148px);
  position: relative;
}
.trendingWrapper .whiteTitle {
  color: #ffffff;
}
.trendingWrapper .searchBox {
  padding: 60px;
  background: #211f20;
}
.trendingWrapper #trending_value {
  margin: 0;
  display: block;
  max-width: unset;
}

.filter_unit .dropdown-toggle {
  background: #373535;
  height: 50px;
  border: none;
  padding: 14px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.dropdown-toggle::after {
  position: absolute;
  top: 24px;
  right: 14px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  background: #373535;
  border: none;
}

.dropdown-menu label {
  display: block;
  padding: 5px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: #ffffff;
}

.dropdown-menu label:hover {
  background: #2B292A;
}

.filter-error-wrapper {
  position: relative;
}

.trendingWrapper #duration_error {
  display: none;
  font-size: 16px;
  background: #d84034;
  color: var(--white);
  width: 23%;
  text-align: center;
  padding: 7px 20px;
  margin-bottom: 5px;
}

.trendingWrapper #duration_error:before, .trendingWrapper #duration_error:after {
  position: absolute;
  top: 100%;
  left: 11%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
.trendingWrapper #duration_error:before {
  border-color: rgba(245, 0, 0, 0);
  border-top-color: #dc4438;
  border-width: 8px;
  margin-left: -4px;
} 
/* trending end */

/* force password reset start */
.resetPasswordForm input {
  padding: 18px;
  border-radius: 5px;
  font-size: 18px;
}

.resetPassword {
  background-color: #d84034;
  color: var(--white);
  padding: 5px;
  font-size: 14px;
  min-width: 400px;
}

.passwordResetTitle {
  background-color: #FFF4E5;
  padding: 25px;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 10px;
}

.passwordResetTitle h3 {
  color: #D35400;
  font-weight: bold;
}

.passwordResetTitle span {
  color: #CC6600;
  font-size: 16px;
}

.passwordRequirements {
  background-color: black;
  padding: 16px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: left;
}

.passwordRequirements strong {
  font-size: 18px;
}

.passwordRequirements ul {
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  list-style: none;
  color: #666;
  line-height: 1.6;
  margin-left: -9%;
}

.passwordRequirements li::before {
  content: "⦿";
  position: relative;
  left: -2%;
  color: #666;
  font-size: 16px;
  line-height: 1;
}

.progress-container {
  width: 100%;
  background-color: gray;
  border-radius: 25px;
  overflow: hidden;
  height: 5px;
  margin-bottom: 20px;
}
.progress-container .progress-bar {
  width: 50%;
  height: 100%;
  background-color: red;
}
/* force password reset end */

/* login error message start */
.loginErroMessage {
  background-color: #ffe6e6;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #f28b82;
}

.loginErroMessage span {
  color: #e53935;
  font-size: 16px;
}
/* login error message end */
