@charset "UTF-8";

body {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    background: #25435F;
}

.left {
    float: left;
}

.right {
    float: right;
}

a, a:hover, button {
    outline: 0;
}

#topWrapper {
    top: 0;
    width: 100%;
}

.flag {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.flag-sm {
    width: 18px;
}

.flag-md {
    width: 27px;
}

.flag-lg {
    width: 42px;
}

.flag-xl {
    width: 60px;
}

.ff-app {
    background-size: 155%;
    background-clip: content-box;
    border-radius: 10%;
}

@media screen and (min-width: 1200px) {
    .who {
        font-size: 38px !important;
    }
}

.rotate-tip {
    margin-top: 14px;
}

@media screen and (min-width: 800px) {
    .rotate-tip {
        display: none;
    }
}

.tooltip .tooltip-text {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 999;
}

.tooltip:hover .tooltip-text,
.tooltip:focus .tooltip-text {
    visibility: visible;
    color: #343d46 !important;
    font-weight: bold;
}

.hilight_th .tooltip-text {
    visibility: visible;
    color: #343d46 !important;
    font-weight: bold;
}

.tooltip .tooltip-text a {
    color: #b51a18 !important;
}

.tooltip .tooltip-text a:hover {
    color: #7a0d0c !important;
}


#header {
    margin: 0;
    padding: 20px 20px 5px 20px;
    width: 100%;
    background: #ca2520;
    background: -moz-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: -webkit-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: linear-gradient(to bottom, #ca2520 0%, #a2100c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca2520', endColorstr='#a2100c', GradientType=0);
    position: relative;
    overflow: auto;
}

.pro-tip {
    padding: 15px;
    background: #e8e8e8;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.3;
    color: #616161;
}

.arrow-up {
    position: absolute;
    top: -10px;
    left: 65px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
}

.arrow-down {
    position: absolute;
    bottom: -10px;
    left: 65px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}

#mp_label {
    display: none;
    position: fixed;
    width: 150px;
    height: 30px;
    top: 400px;
    left: 400px;
    padding: 5px 0;
    background: #ff0;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 100;
    pointer-events: none;
}

.kiosk_label {
    visibility: hidden;
    position: absolute;
    width: 110px;
    height: 26px;
    top: 4px;
    left: 0;
    padding: 0;
    background: #ff0;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.kiosk_label span {
    color: #b00;
    font-weight: bold;
}


/* ---- NEW HEADER ----- */
#header-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2px;
}

.black-header {
    background: #000000 !important;
    background: -moz-linear-gradient(top, #202020 0%, #000000 100%) !important;
    background: -webkit-linear-gradient(top, #202020 0%, #000000 100%) !important;
    background: linear-gradient(to bottom, #202020 0%, #000000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#000000', GradientType=0) !important;
}

#header-table tr {
    height: 100%;
}

#header-table td {
    position: relative;
}

#header-center td {
    width: 95%;
}

#triangle-topleft {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 92px solid #fff;
    border-left: 92px solid transparent;
}

.header-right {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 132px;
    background-image: url('/images/dc_flight.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.dctv_logo {
    width: 50px;
    height: 50px;
}

#header-table tr {
    background: transparent;
}

/* ---------- */


#kiosk_search_row {
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #203c56;
    position: relative;
}

.kiosk_search_container {
    text-align: center;
    margin: 0 auto;
}

#kiosk_searchbox {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#kiosk_searchbox span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #506a82;
    border-radius: 6px;
    margin: 0 6px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#kiosk_searchbox span:hover {
    cursor: pointer;
    background-color: #c5d7eb !important;
    color: #506a84 !important;
}

span.letter_selected {
    background-color: #c5d7eb !important;
    color: #506a84 !important;
}

.a4 span {
    cursor: pointer;
}

/*
.black-header {
	background: #000000 !important;
	background: -moz-linear-gradient(top,  #000000 0%, #000000 100%) !important;
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 100%) !important;
	background: linear-gradient(to bottom,  #000000 0%,#000000 100%) !important;
	text-shadow: 5px 5px 1px rgba(80, 80, 80, 1) !important;
}
*/

#logoBlock {
    float: left;
    margin: 0;
    padding: 0;
    width: 15%;
}

#leaderboardContext {
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    width: 85%;
}

#dctvLink {
    position: absolute;
    top: 5px;
    right: 5px;
}

#dctvLink-mobile {
    display: none;
}

.no_results_found {
    height: auto;
    line-height: 1.2;
    overflow-y: hidden;
}

.no_results_found h2 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
}

.no_results_found p {
    margin: 0 0 14px 0;
    font-size: 18px;
}

.no_results_found div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

.no_results_found .reset_home_filters {
    float: none;
    display: inline-flex;
    width: auto;
    align-items: center;
    flex-direction: row;
    font-weight: 500;
    padding: 0 25px;
}

.end_selected_players,
.tourcard-winners-row {
    text-align: center !important;
    background-color: #4f6a84 !important;
    overflow-y: hidden;
}

.end_selected_players td,
.tourcard-winners-row td {
    position: relative;
    overflow-y: hidden;
}

.end_selected_players td h3 {
    margin: 0 0 8px 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 18px;
    font-weight: normal;
    font-size: 19px;
    color: #fff;
    line-height: 20px;
}

.end_selected_players td h2 {
    margin: 14px 0 8px 0;
    padding: 0 0;
    font-weight: normal;
    font-size: 19px;
    color: #fff;
    line-height: 18px;
}

.end_selected_players img {
    margin: 0 10%;
    width: 34px;
    height: 17px;
}

p {
    color: #3e4a57;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.2em;
    margin: 0;
    padding: 5px 0 5px 0;
    color: #ffffff;
    /* text-shadow: 5px 5px 1px rgba(139, 15, 11, 1); */
    z-index: 100;
}

.when {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-size: 1.3vw;
    line-height: normal;
    font-weight: 300;
    margin: 8px 0 0 0;
    padding: 0;
}

.who {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 4vw;
    line-height: normal;
    margin: 0;
    padding: 0;
    color: #ffffff;
    /* text-shadow: 5px 5px 1px rgba(139, 15, 11, 1); */
    z-index: 100;
}

.small-title {
    font-size: 3vw;
}

.what {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    font-size: 2.4vw;
    font-weight: 300;
    margin: 0;
    padding: 10px 0 0 0;
}

tr.event_headline {
    background: #f0384e;
    line-height: 36px;
    height: 36px;
}

th.event_headline {
    position: relative;
    width: 100%;
    background: #25435F;
    text-align: left;
    line-height: 36px;
    height: 36px;
    padding: 0 0 0 24px;
    font-size: 1.4em;
    font-weight: 700;
    overflow-x: hidden;
    overflow-y: hidden;
}

.headline-coda {
    color: #aaa;
    padding-left: 30px;
}

.tagline {
    display: none;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-size: 1.9vw;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.rollUp {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 2em;
    color: #ffffff;
}

#learnMore {
    float: right;
    margin-right: 4px;
    width: 208px;
}

#new-header {
    position: relative;
}

#navigation, #subNavigation {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #25435F;
    width: 100%;
}

.game_name_menu {
    white-space: nowrap;
}

.menu_title {
    white-space: nowrap;
}

/* Division filter hidden by default */
#menu_div {
    display: none;
}

/*
#gameType, #seasonType {
	float: left;
	width: 200px;
    margin: 8px 0 8px 8px;
    background-color: #b4211c;
    background: -moz-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: -webkit-linear-gradient(top, #ca2520 0%,#a2100c 100%);
    background: linear-gradient(to bottom, #ca2520 0%,#a2100c 100%);
}
*/

#gameType, #seasonType {
    background: #ddd;
    color: #000;
}


.filterButton {
    width: 110px;
    margin-left: 0px;
    margin-right: 6px;
    float: left;
}

.filterButton button {
    width: 100%;
    height: 30px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #ffffff;
    background: #4f6a84;
    text-align: center;
    border: 0;
    margin: 7px;
    outline: none;
}

.filterButton button:hover {
    background: #b71e1a;
}

#gameType > a,
#playerFinish > a,
#legCount > a,
#playerType > a,
#matchCount > a,
#seasonType > a,
#tonMetrics > a {
    display: none;
}

#gameType li,
#playerFinish li,
#legCount li,
#playerType li,
#matchCount li,
#seasonType li,
#tonMetrics li {
    position: relative;
    z-index: 700; /* border-bottom: 1px solid #b5a000; */
}

#gameType li a,
#playerFinish li a,
#legCount li a,
#playerType li a,
#matchCount li a,
#seasonType li a,
#tonMetrics li a {
    color: #fff;
    display: block;
}

#playerFinish li a,
#legCount li a,
#playerType li a,
#matchCount li a,
#tonMetrics li a {
    color: #C4D8EB;
}

#gameType span:after,
#playerFinish span:after,
#legCount span:after,
#playerType span:after,
#matchCount span:after,
#seasonType span:after,
#tonMetrics span:after {
    width: 0;
    height: 0;
    border: 7px solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #000;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -9px; /* 5 */
}


/* first level */

#gameType:hover,
#playerFinish:hover,
#legCount:hover,
#playerType:hover,
#matchCount:hover,
#seasonType:hover,
#tonMetrics:hover {
    /* background-color:#4f6a84; */
    background-color: #ddd;
}

#gameType > ul,
#playerFinish > ul,
#legCount > ul,
#playerType > ul,
#matchCount > ul,
#seasonType > ul,
#tonMetrics > ul {
    height: 36px;
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

#gameType > ul > li,
#seasonType > ul > li /*
#playerFinish > ul > li,
#legCount > ul > li,
#playerType > ul > li,
#matchCount > ul > li,
#seasonType > ul > li,
#tonMetrics > ul > li*/
{
    width: 100%;
    height: 36px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #ffffff;
    padding: 0 18px 0 8px;
    text-align: left;
}

#gameType > ul > li:hover ul,
#seasonType > ul > li:hover ul,
#playerFinish > ul > li:hover ul,
#legCount > ul > li:hover ul,
#playerType > ul > li:hover ul,
#matchCount > ul > li:hover ul,
#tonMetrics > ul > li:hover ul {
    /* background-color: #4f6a84; */
    /* background-color: #a2100c; */
    /* background-color: #d5c000; */
    /* background-color: #ddeeff; */
    background-color: #4f6a84;
}


#gameType > ul > li > a,
#playerFinish > ul > li > a,
#legCount > ul > li > a,
#playerType > ul > li > a,
#matchCount > ul > li > a,
#seasonType > ul > li > a,
#tonMetrics > ul > li > a {
    height: 100%;
    font-size: 1.1em;
    line-height: 36px;
    text-decoration: none;
}

#playerFinish > ul > li > a,
#legCount > ul > li > a,
#playerType > ul > li > a,
#matchCount > ul > li > a,
#tonMetrics > ul > li > a {
    height: 100%;
    font-size: .8em;
    line-height: 44px;
    text-decoration: none;
}


/* second level */

#gameType li ul,
#playerFinish li ul,
#legCount li ul,
#playerType li ul,
#matchCount li ul,
#seasonType li ul,
#tonMetrics li ul {
    background-color: #3e4a57;
    display: none;
    position: absolute;
    top: 100%;
    list-style-type: none;
    padding: 0;
    min-width: 200px;
    box-shadow: 1px 3px 3px #343d46;
}

#gameType li:hover ul,
#playerFinish li:hover ul,
#legCount li:hover ul,
#playerType li:hover ul,
#matchCount li:hover ul,
#seasonType li:hover ul,
#tonMetrics li:hover ul {
    display: block;
    left: 0;
    right: 0;
    z-index: 120;
}

#gameType li:not( :first-child ):hover ul,
#playerFinish li:not( :first-child ):hover ul,
#legCount li:not( :first-child ):hover ul,
#playerType li:not( :first-child ):hover ul,
#matchCount li:not( :first-child ):hover ul,
#seasonType li:not( :first-child ):hover ul,
#tonMetrics li:not( :first-child ):hover ul {
    left: -1px;
}

#gameType li ul a,
#playerFinish li ul a,
#legCount li ul a,
#playerType li ul a,
#matchCount li ul a,
#seasonType li ul a,
#tonMetrics li ul a {
    font-size: 1em;
    /* border-top: 1px solid #4f6a84; */
    text-decoration: none;
    padding: 10px 10px 10px 20px;
}

#gameType li ul li a:hover,
#gameType li ul:not( :hover ) li.active a,
#playerFinish li ul li a:hover,
#playerFinish li ul:not( :hover ) li.active a,
#legCount li ul li a:hover,
#legCount li ul:not( :hover ) li.active a,
#playerType li ul li a:hover,
#playerType li ul:not( :hover ) li.active a,
#matchCount li ul li a:hover,
#matchCount li ul:not( :hover ) li.active a,
#seasonType li ul li a:hover,
#seasonType li ul:not( :hover ) li.active a,
#tonMetrics li ul li a:hover,
#tonMetrics li ul:not( :hover ) li.active a {
    /* background-color: #b71e1a; */
    /* background-color: #c5b000; */
    /* background-color: #f8e899 */
    color: #dc0;
}


#gameType ul li a span, #seasonType ul li a span {
    font-weight: 400;
    font-size: 1rem;
}

.filterTitle {
    font-weight: 400;
    font-size: 1.25em;
    color: #000;
}


/* ==================== BODY AREA ==================== */

#explain-columns,
#disableTvMode {
    position: fixed;
    right: 1%;
    top: 50%;
    z-index: 699;

    background: #b81b18;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;

    width: 40px;
    height: 40px;
    cursor: pointer;
}

#disableTvMode {
    top: auto;
    bottom: 126px;
    right: 30px;
}

#explain-columns:hover,
#disableTvMode:hover {
    background: #d0322f;
}

#explain-columns.sticky {
    top: 15%;
}

#explain-columns svg {
    color: #fff;
    width: 1.75rem;
    height: 1.75rem;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 84px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(184, 27, 23, 1) url(../images/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 2px solid #fff;
    z-index: 700;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

#to_bottom {
    bottom: 40px;
    background: rgba(184, 27, 23, 1) url(../images/cd-top-arrow.png) no-repeat center 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.leaderboard_container {
    position: relative;
    width: 100%;
}


.leaderboard_container th a {
    color: #343d46;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.leaderboard_container th a:hover {
    color: #a2101c;
}

.my_dca_row .c1-ml svg {
    color: #fff;
}

.hilight svg:not(.triangle) {
    color: #c5d7eb;
}

.hilight, .highlight a {
    background-color: #4f6a84;
    color: #eee;
}

.hilight_th {
    background-color: #4f6a84;
    color: #ffffff;
}

.hilight td {
    background-color: #4f6a84 !important;
    color: #ffffff !important;
}

.introjs-tooltip-header {
    padding-right: 10px !important;
}

.introjs-skipbutton {
    color: #fff !important;
}

.introjs-button {
    background: #d5c000 !important;
    background: linear-gradient(to bottom, #d5c000 56%, #b7a205 100%) !important;
    color: #000 !important;
    cursor: pointer !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1em !important;

    text-shadow: none !important;
    border-radius: none !important;
    padding: 0 6px;
!important;
    border: 0;
!important;
}

.introjs-tooltiptext {
    color: #fff !important;
}

.introjs-tooltip {
    background-color: #506a82 !important;
    border: 2px solid #fff;
}

.introjs-arrow.left {
    left: -20px !important;
}

.introjs-arrow.top-right {
    top: -20px !important;
}

.introjs-arrow.top {
    top: -20px;
}

.introjs-arrow.right {
    right: -20px;
}

.introjs-arrow {
    border: 9px solid transparent;
}

table.scroll {
    width: 100%; /* Optional */
    border-spacing: 0;
}

table {
    display: table;
}

table.scroll thead {
    position: sticky;
    top: 0;
    z-index: 2
}

table.scroll tbody,
table.scroll thead {
    display: block;
}

table thead {
    background: #C4D8EB;
}

thead tr {
    background-color: #C4D8EB;
    display: -webkit-flex;
    display: flex;
}

thead tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343d46;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 6px 0 !important;
}

.column_label_row th {
    border-bottom: 1px solid #4f6a84;
}

tbody tr {
    color: #4b4c42;
    display: -webkit-flex;
    display: flex;
    height: 38px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
}

tfoot tr {
    color: #4b4c42;
    display: -webkit-flex;
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
}

tfoot tr p {
    color: #fff;
}

tbody tr td {
    /*padding: 2px 0;*/
    overflow: hidden;
}

table.scroll tbody {
    overflow-y: auto;
    overflow-x: hidden;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

tbody tr:nth-child(even) {
    background: #f0f0f0;
}

tbody tr:nth-child(odd) {
    background: #ffffff;
}

tbody.allwhite tr {
    background: #ffffff;
}

.thead_titlesections {
    background-color: #c9b407;
}

.thead_titlesections .sec1 {
    background: #14a052;
}

.thead_titlesections .sec2 {
    background: #c71e15;
}

.thead_titlesections .sec3 {
    background: #c78015;
}

.thead_sections .sec3 button.left_toggle_btn,
.thead_sections .sec3 button.right_toggle_btn {
    background: #c78015 !important;
}

.thead_sections .sec3 button.left_toggle_btn:hover,
.thead_sections .sec3 button.right_toggle_btn:hover,
.thead_sections .sec3 button.left_toggle_btn:focus,
.thead_sections .sec3 button.right_toggle_btn:focus {
    background: #fff !important;
    color: #c78015 !important;
}

.thead_titlesections th {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    text-align: center !important;
}

.thead_titlesections th.small {
    height: 10px;
}

.thead_sections {
    background-color: #800;
}

.thead_sections th {
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid #25435f;
}

.bluesection {
    background-color: #4F6A82;
    height: 44px;
}


.legendsection {
    background-color: #c5d7eb;
    color: #353e46;
}

.legendsection th {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 18px;
    color: #353e46;
}

.legendsection th svg {
    width: 18px;
    height: 18px;
}

.legendsection span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.legendsection button {
    background: #416284;
    border: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
}

.player-row-selected {
    background: #506a82 !important;
    color: #fff !important;
}

.player-row-selected .lblink {
    color: #FFC107 !important;
    text-decoration: none;
}

.legendsection button:hover {
    background: #445f79;
}

.legendsection button svg {
    margin-right: 6px;
}

tr.rowsubdiv {
    height: auto;
}

.rowsubdiv th {
    background: #bbb;
    /* background-color: #ccc; */
    /* color: #333; */
    color: #6a6a6a;
    line-height: 19px;
    font-weight: normal;
    padding: 7px 0px 7px 4px;
    text-transform: uppercase;
    background-color: #dcdcdc;
    /*
    height: 22px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    */
}

.sec1-ml, .sec2-ml {
    /*border-right: 1px solid #3e4a57;*/
    text-align: center;
    /* color: #C4D8EB !important; */
    color: rgba(255, 255, 255, 0.85) !important;
    overflow-y: hidden;
}

.sec1, .sec2, .sec3 {
    /*border-right: 1px solid #3e4a57;*/
    text-align: center;
    font-weight: 400;
    /* color: #C4D8EB !important; */
    color: rgba(255, 255, 255, 0.85) !important;
    overflow-y: hidden;
}

/*.sec1-ml svg, .sec2-ml svg {*/
/*    color: #fff !important;*/
/*}*/

td.c1 span.lblink,
td.c1 span.lblink-inv {
    cursor: pointer;
}

td.c1 span.lblink:hover,
td.c1 span.lblink-inv:hover {
    color: #d5c000 !important;
}

.frac {
    font-size: 92%;
}

/* Before full first name was added */

/*
   a3 (name) padding left cut from 10px to 3px

*/

.sec1 {
    width: 26%;
    text-align: left;
    border-right: 3px solid #25435F;
}

.sec1-p {
    width: 30%;
    border-right-width: 7px;
}

.a1 {
    width: 3%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a2 {
    width: 2%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a2b {
    width: 2%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a3 {
    width: 11%;
    text-align: left;
    padding: 0 0 0 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.a1-a4-ml {
    width: 30%;
    border-right: 7px solid rgba(0,0,0,0.9) !important;
    color: #fff !important;
}

.a4 {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-right: 3px solid #25435F;
    /*font-size: 1.02em;*/
}

.a3-a4 {
    width: 20%;
    text-align: left;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.a2b-end {
    width: 88%;
    text-align: left;
    padding: 0;
    overflow: hidden;
}

.sec2 {
    width: 37%;
    text-align: center;
    border-right: 3px solid #25435F;
}

.sec2-p {
    width: 24%;
    border-right-width: 0px;
}

.b1 {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b2 {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b3 {
    width: 7%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b4 {
    width: 7%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b5 {
    width: 7%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-right: 3px solid #25435F;
}

.b4-b5tot {
    width: 14%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-right: 3px solid #25435F;
}

.b1-b3 {
    width: 23%;
    text-align: left;
    padding: 0 0 0 14px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: hidden;
}

.b4-b5 {
    width: 14%;
    text-align: left;
    padding: 0 0 0 4px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: hidden;
    border-right: 3px solid #25435F;
}

.b2-b3 {
    width: 15%;
    text-align: center;
    padding: 0 0 0 4px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: hidden;
}

.b4-b5-2 {
    width: 14%;
    text-align: center;
    padding: 0 0 0 4px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: hidden;
    border-right: 3px solid #25435F;
}

.sec3 {
    width: 37%;
}

.sec3-p {
    width: 46%;
    border-left: 7px solid #25435F;
}

.c1 {
    width: 7%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.c2 {
    width: 7%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.c3 {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.c4 {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.c5 {
    width: 7%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.c1-c3 {
    width: 20%;
    text-align: left;
    padding: 0 0 0 14px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: hidden;
}

.c4-c5 {
    width: 17%;
    text-align: left;
    padding: 0 0 0 4px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: hidden;
    border-right: 3px solid #25435F;
}


/* Before full first name was added */
.sec1-ml {
    width: 30%;
    text-align: center;
    border-right: 7px solid #25435F;
}

.sec1a-ml {
    width: 24%;
    text-align: center;
}

.sec1-sec1a-ml {
    width: 54%;
    text-align: center;
    border-right: 7px solid #25435F;
}

.a1-ml {
    width: 2%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a2-ml {
    width: 3%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a2b-ml {
    width: 2%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a3b-ml {
    width: 6%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.a3-ml {
    width: 16%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 3px;
}

.a3-ml a {
    justify-content: start !important;
}

.a4-ml {
    width: 7%;
    text-align: center;
    overflow: hidden;
    border-right: 7px solid #25435F;
}

.b1-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b2-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b3-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.b4-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.sec2-ml {
    width: 46%;
    border-left: 7px solid #25435F;
}

.c1-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-left: 7px solid #25435F;
}

.c2-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.c3-ml {
    width: 8%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-right: 3px solid #25435F;
}

.d1-ml {
    width: 6%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.d2-ml {
    width: 5%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.d3-ml {
    width: 6%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.d4-ml {
    width: 5%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.leg-sec1-ml {
    width: 30%;
    border-right: 7px solid #25435F;
}

.leg-sec2-ml {
    width: 24%;
}

.leg-sec3-ml {
    width: 24%;
    border-left: 7px solid #25435F;
    border-right: 3px solid #25435F;
}

.leg-sec4-ml {
    width: 22%;
}

.leg-sec3-sec4-ml {
    width: 46%;
}

.mydca-lastcol {
    padding: 0 !important;
    border-color: rgba(0,0,0,0.9) !important;
    color: #fff !important;
    background: #000 !important;
}

.mydca-lastcol-transparent {
    background: rgba(0,0,0,0.8) !important;
    border-color: rgba(0,0,0,0.5) !important;
    color: rgba(255,255,255,0.5) !important;
}


.match-detail-row {
    height: auto;
    line-height: normal;
    width: 100%;
    background-color: #4f6a84 !important;
}

/*.match-detail-row .lblink {*/
/*	color: #6aceff;*/
/*}*/
/*.match-detail-row .lblink:hover {*/
/*	color: #a6d3ff;*/
/*}*/

.match-detail-row span.matchlegs {
    color: #bad3ec;
}

.match-detail {
    width: 100%;
    border-collapse: collapse;
}

.match-detail-data-row td.md_3s span,
.match-detail-data-row td.md_3d span,
.match-detail-data-row td.md_3t span {
    color: #bad3ec;
}

.match-detail td {
    padding: 4px 0;
    background-color: #4f6a84;
    color: #dceeff;
    /* border: 1px solid #0f0; */
}

.match-detail-title-row {
    height: auto;
    line-height: 1;
}

.match-detail-title {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    padding: 0 13px 20px 16px !important;
    font-size: 22px;
}

.graph-svg-component {
    fill: currentColor;
    color: #dceeff;
    background-color: #4f6a84;
}

.graph-svg-component .axis path,
.graph-svg-component .axis line {
    stroke: #d8d8d8;
}

.match-detail-data-row {
    display: -webkit-flex;
    display: flex;
    line-height: 22px;
    height: auto;
    background: #fff !important;
}

.match-detail-data-row:nth-child(odd) {
}

.match-detail-data-row:nth-child(even) td {
    background: #5d7a95;
}

.match-detail-data-row.selected_player td {
    background: #2b3e52;
}

.match-detail-data-row.match_visited td {
    background: rgba(80, 106, 132, 0.8);
}

.match-detail-blank-row {
    display: -webkit-flex;
    display: flex;
    line-height: 2px;
    height: auto;
    background: #506a84 !important;
    border-top: 2px solid #a2d0fb;
    margin-bottom: 18px;
}

.match-detail-blank-row td {
    overflow: hidden;
}

.md-border-row {
    border-bottom: 1px solid #888;
}

.md-after-border-row {
    padding-top: 10px;
}

.md_1s {
    width: 0%;
    text-align: center;
    overflow: hidden;
}

.md_2s {
    width: 6%;
    text-align: right;
    padding-right: 8px !important;
    overflow: hidden;
}

.md_3s {
    width: 15%;
    overflow: hidden;
    white-space: nowrap;
}

.md_4s {
    width: 9%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}

.md_5s {
    width: 7%;
    text-align: right;
    text-align: right;
    padding-right: 4px !important;
    overflow: hidden;
}

.md_6s {
    width: 9%;
    text-align: left;
    padding-left: 8px !important;
    overflow: hidden;
    white-space: nowrap;
}

.md_7s {
    width: 54%;
    padding-left: 20px !important;
    overflow: hidden;
    white-space: nowrap;
}

.match-detail .lblink {
    display: inline-flex;
    align-items: center;
}

.md_1d {
    width: 0%;
    text-align: center;
    overflow: hidden;
}

.md_2d {
    width: 6%;
    text-align: right;
    padding-right: 8px !important;
    overflow: hidden;
}

.md_3d {
    width: 15%;
    overflow: hidden;
    white-space: nowrap;
}

.md_4d {
    width: 9%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}

.md_5d {
    width: 7%;
    overflow-x: hidden;
    text-align: right;
    padding-right: 6px !important;
    overflow-y: hidden;
    white-space: nowrap;
}

.md_6d {
    width: 9%;
    overflow-x: hidden;
    text-align: left;
    padding-left: 8px !important;
    overflow-y: hidden;
    white-space: nowrap;
}

.md_7d {
    width: 54%;
    padding-left: 18px !important;
    overflow: hidden;
    white-space: nowrap;
}

.md_1t {
    width: 4%;
    text-align: center;
    overflow: hidden;
}

.md_2t {
    width: 6%;
    text-align: right;
    padding-right: 8px !important;
    overflow: hidden;
}

.md_3t {
    width: 36%;
    overflow: hidden;
    white-space: nowrap;
}

.md_4t {
    width: 14%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}

.md_5t {
    width: 8%;
    overflow-x: hidden;
    text-align: right;
    padding-right: 6px !important;
    overflow-y: hidden;
    white-space: nowrap;
}

.md_6t {
    width: 9%;
    overflow-x: hidden;
    text-align: left;
    padding-left: 8px !important;
    overflow-y: hidden;
    white-space: nowrap;
}

.md_7t {
    width: 33%;
    padding-left: 18px !important;
    overflow: hidden;
    white-space: nowrap;
}

.md_1s img, .md_1d img, .md_1t img {
    width: 16px;
    height: 16px;
    margin: 2px 0 0 0;
}

.md_1s img:hover, .md_1d img:hover, .md_1t img:hover {
    cursor: pointer;
}

td.md_2s span, td.md_2d span, td.md_2t span {
    color: #777;
    float: left;
}

td.md_3s span, td.md_3d span, td.md_3t span {
    color: #777;
    font-weight: 200;
}

span.form_indicator {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: green;
    width: 19px;
    height: 19px;
    font-weight: bold;
    font-size: 13px;
}

span.form_indicator.win {
    background: #0a580a;
}

span.form_indicator.draw {
    background: #505050;
}

span.form_indicator.lost {
    background: #7d0000;
}

span.win_flag {
    display: inline-block;
    color: #b4211c !important;
    width: 15px;
    margin-right: 5px;
}

span.win_flag img {
    width: 15px;
    height: 15px;
    padding-top: 1px;
}

.flagsort {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.flagsort-holder {
    display: none;
}

.flagsort-total {
    font-size: 12px;
    margin-right: 4px;
}

.mnum {
    display: inline-block;
    width: 24px;
    margin-left: 4px;
}

span.matchlegs {
    color: #777;
    padding-right: 6px;
}

.lblink {
    color: #0000ee;
    text-decoration: none;
}

.lblink:hover {
    cursor: pointer;
    color: #8888ff;
}

.lblink svg {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 2px;
}

.lblink-inv:hover {
    cursor: pointer;
    color: #d5c000;
}

.legend-smallest-only {
    display: none;
}

/* ===== Legend Tourney/League  ===== */
.legend_container {
    background-color: #506a82;
    overflow: auto;
}

.disclaimer {
    background: #c5d7eb;
    color: #ffffff;
    padding: 32px 20px;
}

/* ===== Legend Personal  ===== */
tfoot p {
    font-weight: 300;
    margin: 0 0 8px 0;
    font-size: 1rem;
}


.outer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    /* IOS SCROLL FIX Part 1*/
}

.inner {
    height: calc(100% + 1px);
    /* IOS SCROLL FIX Part 2 */
}


.other_col3b a {
    display: block;
    width: 70%;
    background-color: #4f6a84;
    color: #fff;
    margin: 5px 0 0 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #333;
}

.other_col3b a:hover {
    background-color: #25435f;
}

.other_col3b h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    font-style: normal;
}

.dyn_msg {
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}

.disclaimer p {
    color: #353e46;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 8px 0;
    font-style: italic;
}

.disclaimer p.femaleNotice {
    padding: 2% 8% 0% 8%;
    margin: 0;
}

.disclaimer p.footer_description {
    display: none;
    font-style: normal;
}

.disclaimer p.footer_events_list {
    display: none;
    font-style: normal;
    color: #353e46 !important;
}

.disclaimer a {
    text-decoration: none;
    color: #ddd;
}

.disclaimer a:hover {
    color: #eee;
}

.disclaimer p.footer_events_list span {
    /* color: #C4D8EB; */
    color: #353e46;
    font-weight: bold;
    margin-right: 5px;
}

/* ==================== FOOTER AREA ==================== */

#footer {
    display: none;
    background: #3e4a57;
    bottom: 0;
    padding: 20px;
    width: 100%;
    overflow: auto;
}

.footRight {
    float: right;
    width: 40%;
    margin: 0px;
    padding-top: 20px;
}

.footLeft p {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
}


.legend {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0;
}

.legend li {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

.legendLabel {
    font-weight: 700;
}

.dcTitle {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    font-weight: 400 !important;
}

.signUpButton {
    color: #fff;
    background: -moz-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: -webkit-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: linear-gradient(to bottom, #ca2520 0%, #a2100c 100%);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.signUp {
    width: 260px;
    margin-top: 0;
}


#mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: rgb(25, 41, 58);
    background-color: rgba(25, 41, 58, 0.95);
    /* display: none; */
}

#boxes {
    width: 100%;
    z-index: 1100;
    position: fixed;
}

#boxes .window {
    position: relative;
    left: 0px;
    top: 0px;
    width: 55%;
    margin: 2% auto;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
}

.window {
    display: fixed;
    overflow: auto;
}

#boxes #dialog {
    background-color: #0b1827;
    font-family: 'Roboto Condensed', sans-serif;
    border: 2px solid #C4D8EB;
}

#dialog ul {
    list-style-type: none;
    padding: 0;
}

#dialog ul li {
    color: #ffffff;
    line-height: 1.4em;
    margin: 15px 0;
    overflow: auto;
    font-weight: 300;
    font-size: .95em;
}

.logoSplashscreen {
    margin: 0px auto;
    text-align: center;
}

.contentSplashScreen ul li img {
    float: left;
    margin: 0px 20px 10px 0px;
    width: 60px;
}

#popupfoot {
    font-size: 13pt;
}

.closeButton {
    text-decoration: none;
    background-color: #a4110c;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
    padding: 0px 20px;
    border-radius: 4px;
    height: 36px;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.leaderboard_container {
    display: none;
}

.finish_menu {
    white-space: nowrap;
}

.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
    z-index: 999 !important;
}

.select_player {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #cecece;
}

.select_player span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.select_player svg {
    width: 20px;
    height: 20px;
}

td.hilight a, td.hilight a:hover, th.hilight_th a {
    color: #eee !important;
    text-decoration: none;
}

.selected_player td {
    background-color: rgba(255, 220, 40, 0.3);
    /*border-bottom: 1px solid #bbb; */
}

.match_visited td {
    background-color: rgba(120, 120, 120, .2);
}

.hilighted_button {
    background: #fe9 !important;
    color: #b71e1a !important;
    font-weight: 500 !important;
}

.hilighted_button:hover {
    background: #ffa !important;
}

.cardlink {
    text-decoration: none;
    color: #4B4C41;
}

a.footerShortcut {
    display: block;
    color: #ddd;
    text-decoration: none;
    width: 308px;
    text-align: center;
}

a.footerShortcut:hover {
    color: #eee;
}

.inactive td {
    font-style: italic;
    color: #777;
}

.hideme {
    display: none !important;
}

.menuChanged {
    background-color: #ca2520;
}

.menuChanged a span {
    color: #fff;
}

.filterButtonActive {
    background: #139402 !important;
}

.filterButtonActive:hover {
    background: #23a412 !important;
}


/* =========== Submenu Filters =========== */

#resetWalkthrough,
#enableTvMode,
#viewOverviewMode {
    font-family: 'Roboto Condensed', sans-serif;
}

#resetWalkthrough button,
#enableTvMode button,
#viewOverviewMode button {
    color: #c5d7eb;
    border-color: #647990;
}

#resetWalkthrough button:hover,
#enableTvMode button:hover,
#viewOverviewMode button:hover {
    background: #c5d7eb;
    color: #25435F;
}

#advancedFilters {
    display: inline-flex;
}

.filterLink {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    background: #139402;
    color: #F2FBF4;
}

.filterLink:hover {
    background: #029624;
    /*
    background: -moz-linear-gradient(top, #da3530 0%, #b2201c 100%);
    background: -webkit-linear-gradient(top, #da3530 0%, #b2201c 100%);
    background: linear-gradient(to bottom, #da3530 0%, #b2201c 100%);
    */
}

.submenu_filters_container {
    display: none;
    background-color: #34404c;
    background-color: rgb(52, 64, 76) !important;
    background-color: rgba(52, 64, 76, .90) !important;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
}

#mainFilterLabels {
    overflow: auto;
    width: 100%;
}

#mainFilterLabels p {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
}

#gameTypeLabel, #settingTypeLabel {
    float: left;
    width: 49%;
}

#settingTypeLabel {
    float: right;
}

#submenu_filters {
    width: 70%;
    margin: 2% auto;
    background: #0b1827;
    padding: 14px;
    overflow: auto;
}

#submenu_filters_title {
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
}

#submenu_filters button, #cancel button {
    width: 100%;
    background: #d5c000;
    background: -moz-linear-gradient(top, #d5c000 56%, #b7a205 100%);
    background: -webkit-linear-gradient(top, #d5c000 56%, #b7a205 100%);
    background: linear-gradient(to bottom, #d5c000 56%, #b7a205 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5c000', endColorstr='#b7a205', GradientType=0);
    border: none;
    border-radius: 4px;
    padding: 8px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    margin: 15px 0 0 0;
    outline: 0;
}

#submenu_filters button.cancel_button {
    background: #a4110c;
}

#submenu_filters button.reset {
    color: #000000;
    font-weight: 400;
}

#submenu_filters button.reset:hover {
    background: #e0cc12;
}

#submenu_filters button:hover {
    background-color: #b4211c;
}


.subfilter_header {
    clear: both;
    position: relative;
    background-color: #1e3144;
    font-size: 18px;
    margin: 8px 0 0 0;
    padding: 10px 0px;
}

.subfilter_header:hover {
    background-color: #2e4154;
    cursor: pointer;
}

.subfilter_header h3 {
    display: inline-block;
    width: 90px;
    text-align: left;
    padding: 0;
    margin: 0 0 0 40px;
    font-weight: normal;
    color: #adadac;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
}

.subfilter_header h2 {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 24px;
    font-weight: normal;
    color: #C4D8EB;
    font-size: 18px;
}

.subfilter_header span {
    display: block;
    position: absolute;
    right: 18px;
    top: 15px;
    color: #C4D8EB;
    font-weight: bold;
    cursor: pointer;
}

.subfilter_header span:hover {
    color: #d4e8fb;
}

.subfilter_menu {
    display: none;
    background-color: #1e3144;
    margin: 0;
    padding: 20px 15px 20px 0px;
    overflow: auto;
}

.subfilter_menu ul {
    margin: 0 0 0 24px;
    list-style-type: none;
    overflow: auto;
    padding: 0;
    margin-left: 15px;
}

.subfilter_menu ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.subfilter_menu ul li:hover {
    background-color: #2e4154;
    cursor: pointer;
}

.subfilter_menu ul li a.finish_menu, .subfilter_menu ul li a.div_menu, .subfilter_menu ul li a.matchcount_menu, .subfilter_menu ul li a.legs_menu, .subfilter_menu ul li a.category_menu, .subfilter_menu ul li a.tons_menu {
    color: #34404c;
    border: 1px solid #ffffff;
    background-color: #C4D8EB;
    display: inline-block;
    border-radius: 5px;
    background: #d2e9ff;
    background: -moz-linear-gradient(top, #d2e9ff 0%, #8eabc7 100%);
    background: -webkit-linear-gradient(top, #d2e9ff 0%, #8eabc7 100%);
    background: linear-gradient(to bottom, #d2e9ff 0%, #8eabc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e9ff', endColorstr='#8eabc7', GradientType=0);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 16px;
    outline: 0;
    width: 50px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.subfilter_menu ul li a.category_menu, .subfilter_menu ul li a.tons_menu {
    width: 100px;
}

.subfilter_menu ul li a.finish_menu {
    width: 110px;
}

.subfilter_menu ul li a.div_menu {
    width: 110px;
}

.subfilter_menu ul li.history a {
    width: 70px;
}

.subfilter_menu ul li a:hover, .subfilter_menu ul li a:focus {
    background: #8eabc7;
    background: -moz-linear-gradient(top, #8eabc7 0%, #5d7a95 100%);
    background: -webkit-linear-gradient(top, #8eabc7 0%, #5d7a95 100%);
    background: linear-gradient(to bottom, #8eabc7 0%, #5d7a95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eabc7', endColorstr='#5d7a95', GradientType=0);
}

.subfilter_menu p {
    color: #ffffff;
    margin-left: 15px;
    font-weight: 300;
}

.subfilter_menu a {
    color: #ffffff;
}

.blue_selected_filterbutton {
    background: #8eabc7 !important;
    background: -moz-linear-gradient(top, #8eabc7 0%, #5d7a95 100%) !important;
    background: -webkit-linear-gradient(top, #8eabc7 0%, #5d7a95 100%) !important;
    background: linear-gradient(to bottom, #8eabc7 0%, #5d7a95 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eabc7', endColorstr='#5d7a95', GradientType=0);
}

.selected_filterbutton {
    /*
    color: #fff !important;
    background: -moz-linear-gradient(top,  #ca2520 0%, #a2100c 100%) !important;
    background: -webkit-linear-gradient(top,  #ca2520 0%,#a2100c 100%) !important;
    background: linear-gradient(to bottom,  #ca2520 0%,#a2100c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2520', endColorstr='#a2100c',GradientType=0 );
    */
    background-color: #a59000;
}

.toggleMarkedPlayers {
    display: none;
    float: left;
    color: #fff;
    background: -moz-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: -webkit-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: linear-gradient(to bottom, #ca2520 0%, #a2100c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca2520', endColorstr='#a2100c', GradientType=0);
    margin-right: 8px;
    border: none;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.toggleMarkedPlayers:hover {
    background: -moz-linear-gradient(top, #da3530 0%, #b2201c 100%);
    background: -webkit-linear-gradient(top, #da3530 0%, #b2201c 100%);
    background: linear-gradient(to bottom, #da3530 0%, #b2201c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3530', endColorstr='#b2201c', GradientType=0);
    border-radius: 4px;
}

.reset_home_filters {
    display: inline-flex;
    align-items: center;
    background: #d5c000;
    color: #000;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

.reset_home_filters:hover {
    background: #c7b500;
}

.clearMarkedBtn {
    display: none;
    cursor: pointer;
    margin-top: 10px;
}

.filterCnt {
    margin: 0 0 0 4px;
}

#gameType a.selected_filterbutton,
#seasonType a.selected_filterbutton {
    /* background:#810603 !important; */
    /* background: #a59000 !important; */
    /* background: #b0c0d0 !important; */
    background: #4f6a84 !important;
    color: #dc0;
    font-weight: bold;
}

.grayButton {
    background: #666 !important;
}

#top_loading_logo {
    display: none;
    width: 100%;
    text-align: center;
    height: 40%;
    vertical-align: bottom;
    position: relative;
}

#top_loading_logo img {
    width: 160px;
    height: 160px;
    margin: 0;
}

#bottom_loading_logo {
    width: 100%;
    text-align: center;
    height: 40%;
    position: absolute;
    bottom: 0;
}

#bottom_loading_logo img {
    width: 200;
    height: 72px;
    margin: 0 auto;
}


#breadcrumbs {
    display: flex;
    width: 100%;
    color: #e0e0e0;
    font-size: 80%;
    padding: 0;
}

#breadcrumbs a {
    color: #fff;
    margin: 0 8px;
    text-decoration: none;
}

#breadcrumbs a:first-child {
    margin-left: 0px;
}

#breadcrumbs a:hover {
    color: #ed0;
}

#breadcrumbs span {
    color: #dc0;
    margin-left: 8px;
    font-weight: bold;
}


.accordion-buffer {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    font-size: 23px;
    background-color: #d4be0a;
    color: #000;
}

.accordion-buffer img {
    width: 36px;
    height: 36px;
    display: inline-flex;
    margin-right: 17px;
}

.accordion-buffer p {
    color: #00c;
    font-size: 16px;
    margin: 0;
    font-style: italic;
}

.flagsort-flag {
    width: 17px;
}

/*
@media (orientation: portrait) {
	.accordion-buffer {
		display: block;
	}
}
*/

@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
    .accordion-buffer {
        display: flex;
    }
}


@media screen and (min-width: 1280px) {
    .mobile {
        display: none;
    }

    .when {
        float: left;
        margin: 8px 12px 0 0;
    }
}

.show-on-desktop {
    display: none;
}

@media screen and (max-width: 1024px) {
    #tooltips > div {
        width: 100% !important;
        left: 0 !important;
    }
}

@media screen and (min-width: 860px) {
    .xpr_tooltip {
        max-width: 25%;
    }

    .show-on-mobile {
        display: none;
    }

    .show-on-desktop {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .header-right {
        width: 110px
    }

    .mobile {
        display: none;
    }

    .flag-sm {
        width: 16px;
        height: 11px;
    }

    .flagsort-flag {
        width: 17px;
    }

    #explain-columns {
        top: auto;
        bottom: 15px;
        right: auto;
        left: 15px;
    }

    #explain-columns.sticky {
        top: auto;
        bottom: 15px;
        right: auto;
        left: 15px;
    }
}

@media screen and (max-width: 1300px) {
    #kiosk_searchbox span {
        margin-bottom: 6px;
    }

    #kiosk_search_row {
        flex-direction: column;
    }
}


@media screen and (max-width: 860px) {
    .sec1-ml {
        display: none;
    }

    .sec1a-ml {
        width: 54%;
    }

    .header-center {
        width: 100% !important;
        padding-left: 12px;
    }
    #triangle-topleft {
        display: none;
    }
    tbody tr td {
        font-size: 14px;
    }

    .thead_titlesections th {
        font-size: 20px;
        height: 38px;
        line-height: 38px;
    }

    #enableTvMode {
        display: none;
    }

    .sec1.sec1-p {
        width: 30%;
    }

    td.a3 {
        font-size: 14px;
    }

    .flag-sm {
        width: 16px;
        height: 11px;
    }

    .flagsort img {
        width: 18px;
        height: 19px;
    }

    .sec1 {
        width: 29%;
    }

    .a2 {
        width: 4%;
    }

    .a2b {
        width: 3%;
    }

    .bluesection {
        height: 40px;
    }

    .bluesection th {
        height: 40px;
        line-height: 40px;
        /*border-color: transparent;*/
    }

    .column_label_row th {
        /*height: 32px;*/
        /*line-height: 32px;*/
        font-size: 14px;
    }

    .flagsort-total {
        display: none;
    }

    .md_1s {
        width: 0%;
    }

    .md_2s {
        width: 9%;
    }

    .md_3s {
        width: 24%;
    }

    .md_4s {
        width: 14%;
    }

    .md_5s {
        width: 9%;
    }

    .md_6s {
        width: 14%;
    }

    .md_7s {
        width: 30%;
    }

    .md_1d {
        width: 0%;
    }

    .md_2d {
        width: 13%;
    }

    .md_3d {
        width: 36%;
    }

    .md_4d {
        width: 20%;
    }

    .md_5d {
        width: 14%;
    }

    .md_6d {
        width: 17%;
    }

    .md_7d {
        width: 23%;
        display: none;
    }

    .md_1t {
        width: 4%;
    }

    .md_2t {
        width: 8%;
    }

    .md_3t {
        width: 40%;
    }

    .md_4t {
        width: 14%;
    }

    .md_5t {
        width: 9%;
    }

    .md_6t {
        width: 10%;
    }

    .md_7t {
        width: 17%;
    }
}

@media screen and (max-height: 440px) {
    .shepherd-text {
        overflow-y: auto;
        max-height: 175px;
    }
}

@media screen and (max-width: 768px) {
    .shepherd-has-title .shepherd-content .shepherd-header {
        font-size: 17px;
        padding: 12px 17px 0px 12px;
    }

    .shepherd-text {
        font-size: 15px;
        padding: 6px 15px 11px 15px;
    }

    .shepherd-has-title .shepherd-content .shepherd-header {
        padding-left: 15px;
    }

    .shepherd-button {
        padding: 10px;
    }

    .thead_titlesections th {
        font-size: 18px;
        height: 37px;
        line-height: 36px;
    }

    #logoBlock {
        margin-top: 20px;
    }

    #dialogue {
        width: 100%;
    }

    #logoBlock {
        width: 16%;
    }

    #leaderboardContext {
        width: 84%;
    }

    .when {
        font-size: 2.5vw;
    }

    .who {
        font-size: 5vw;
    }

    .small-title {
        font-size: 3.5vw;
    }

    .what {
        font-size: 3vw;
    }

    .tagline {
        font-size: 2vw;
    }

    .sec2_toggle {
        font-size: 14px !important;
    }

    .sec2_toggle {
        padding: 0 6px;
    }

    .a3-ml {
        font-size: 14px;
    }

    /* Full name toggle */
    .a3 label, .a3-ml span {
        display: none;
    }

    button.left_toggle_btn {
        margin-left: 2px !important;
    }

    button.right_toggle_btn {
        margin-right: 2px !important;
    }

    .section-label {
        font-size: .8em;
    }

}


/* Was max 640px, Changed to 600px to work full cols on Galexy S6 in landscape */
/* http://mydevice.io/devices/ */
@media screen and (max-width: 600px) {
    .sec1-ml {
        display: none;
    }

    .sec1a-ml {
        width: 100%;
    }

    #tooltips {
        display: none !important;
    }

    tbody tr td {
        font-size: 13px;
    }

    .my_dca_row, .op_xpr_row {
        display: none;
    }

    #to_bottom {
        display: none;
    }

    .cd-top {
        bottom: 20px;
        right: 20px;
    }

    .thead_titlesections {
        display: none;
    }

    #mp_label {
        top: -500px;
    }

    #boxes .window {
        width: 100%;
    }

    #logoBlock {
        margin-top: 20px;
    }

    h1 {
        font-size: 1.5em;
        /* text-shadow: 2px 2px 1px rgba(139, 15, 11, 1) */;
    }

    #dctvLink-mobile {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
    }

    #dctvLink {
        display: none;
    }

    #submenu_filters_title {
        font-size: 24px;
    }

    .sec1 {
        width: 50%;
        text-align: left;
    }

    .a1 {
        width: 7%;
    }

    .a2 {
        width: 7%;
    }

    .a2b {
        width: 8%;
    }

    .a3 {
        width: 18%;
    }

    .a4 {
        width: 10%;
    }

    .a3-a4 {
        width: 28%;
    }

    .a2b-end {
        width: 78%;
        text-align: left;
        padding: 0;
        overflow: hidden;
    }

    .sec2 {
        width: 50%
    }

    .b1 {
        width: 10%;
    }

    .b2 {
        width: 10%;
    }

    .b3 {
        width: 10%;
    }

    .b4 {
        width: 10%;
    }

    .b5 {
        width: 10%;
    }

    .b4-b5tot {
        width: 20%;
    }

    .b1-b3 {
        width: 30%;
    }

    .b4-b5 {
        width: 20%;
    }

    .b2-b3 {
        width: 20%;
    }

    .b4-b5-2 {
        width: 20%;
    }

    .sec3 {
        display: none;
    }

    .c1 {
        display: none;
    }

    .c2 {
        display: none;
    }

    .c3 {
        display: none;
    }

    .c4 {
        display: none;
    }

    .c5 {
        display: none;
    }

    .c1-c3 {
        display: none;
    }

    .c4-c5 {
        display: none;
    }

    .sec1-ml {
        width: 100%;
        border-right: 0;
    }

    .a1-ml {
        width: 10%;
    }

    .a2-ml {
        width: 10%;
    }

    .a3-ml {
        width: 30%;
        border-right: none;
    }

    .b1-ml {
        width: 14%;
    }

    .b2-ml {
        width: 12%;
    }

    .b3-ml {
        width: 12%;
    }

    .b4-ml {
        width: 12%;
    }

    .sec2-ml {
        display: none;
    }

    .c1-ml {
        display: none;
    }

    .c2-ml {
        display: none;
    }

    .c3-ml {
        display: none;
    }

    .d1-ml {
        display: none;
    }

    .d2-ml {
        display: none;
    }

    .d3-ml {
        display: none;
    }

    .d4-ml {
        display: none;
    }

    .leg-sec1-ml {
        width: 50%;
    }

    .leg-sec2-ml {
        width: 50%;
    }

    .leg-sec3-ml {
        display: none;
    }

    .leg-sec4-ml {
        display: none;
    }

    .mydca-lastcol {
        display: none;
    }

    .md_1s {
        width: 4%;
    }

    .md_2s {
        width: 10%;
    }

    .md_3s {
        width: 30%;
    }

    .md_4s {
        width: 18%;
    }

    .md_5s {
        width: 12%;
        padding-right: 8px !important;
    }

    .md_6s {
        display: none;
    }

    .md_7s {
        width: 26%;
    }

    .md_1d {
        width: 0%;
    }

    .md_2d {
        width: 13%;
    }

    .md_3d {
        width: 36%;
    }

    .md_4d {
        width: 22%;
    }

    .md_5d {
        width: 29%;
        padding-right: 8px !important;
    }

    .md_6d {
        display: none;
    }

    .md_7d {
        width: 13%;
    }

    .md_1t {
        width: 4%;
    }

    .md_2t {
        width: 12%;
    }

    .md_3t {
        width: 54%;
    }

    .md_4t {
        width: 18%;
    }

    .md_5t {
        width: 12%;
    }

    .md_6t {
        display: none;
    }

    .md_7t {
        display: none;
    }

    .footLeft, .footRight {
        float: none;
        width: 100%;
    }

    #footer p {
        font-size: .95em;
        margin: 10px 0px;
    }

    #footer p.adTitle {
        font-size: 1.5em;
        font-weight: 400;
    }

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

    #tonMetrics {
        width: 100%;
    }

    #matchCount, #legCount, #tonMetrics {
        border-top: 1px solid #4f6a84;
    }

    #playerFinish, #legCount {
        border-left: 1px solid #4f6a84;
    }

    .filterButton {
        width: 100%;
        margin: 0px;
        float: none;
        clear: both;
    }

    .filterButton button {
        margin: 0px;
        height: 44px;
    }

    .end_selected_players td h3 {
        left: 12px;
        font-size: 16px;
        line-height: 17px;
    }

    .my_dca_label {
        display: none;
    }

    #submenu_filters {
        width: 100%;
        height: 100%;
    }

    #top_loading_logo img {
        width: 80px;
        height: 80px;
    }

    #bottom_loading_logo img {
        width: 160px;
        height: 58px;
    }

    th.event_headline {
        font-size: 1.2em;
    }

}


@media screen and (max-width: 540px) {
    #dialog ul li {
        font-size: .9em;
    }

    .ext_text {
        display: none;
    }

    #loading_msg {
        font-size: 20px !important;
    }

    th.event_headline {
        font-size: 1em;
    }

}


@media screen and (max-width: 480px) {
    .a1-ml {
        display: none;
    }

    .a2-ml {
        width: 8%;
    }

    .a2b-ml {
        width: 5%;
    }

    .a3-ml {
        width: 32%;
    }

    .a4-ml {
        width: 12%;
    }

    .b1-ml, .b2-ml, .b3-ml {
        width: 14.33%;
    }

    .thead_titlesections {
        display: none !important;
    }

    #boxes .window {
        width: 95%;
    }

    h1 {
        font-size: 1em;
        font-weight: 400;
        /* text-shadow: 2px 2px 1px rgba(139, 15, 11, 1) */;
    }

    #logoBlock {
        Display: none;
    }

    #leaderboardContext {
        padding: 0;
        width: 95%;
    }

    /*#seasonType > ul > li, #gameType > ul > li {padding-left:10px;}*/
    #seasonType ul li a span, #gameType ul li a span {
        font-weight: 300;
    }

    #seasonType li ul a, #gameType li ul a {
        padding: 10px;
    }

    #gameType span:after, #seasonType span:after {
        width: 0;
        height: 0;
        border: 0.45em solid transparent;
        border-bottom: none;
        border-top-color: #000;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -0.613em;
    }

    .filterLink {
        font-weight: 300;
    }

    .reset_home_filters {
        margin: 0px 1% 8px 0;
    }

    /*
    .section-label, .sec2_toggle {display: none;}
    */
    .when {
        font-size: 32px;
        padding: 0;
        margin-top: 10px;
    }

    .who {
        font-size: 32px; /* text-shadow: 3px 3px 1px rgba(139, 15, 11, 1) */
    }

    .small-title {
        font-size: 3.2vw;
    }

    .what {
        font-size: 4.5vw;
    }

    .tagline {
        font-size: 3vw;
    }

    .dctv_logo {
        width: 40px;
        height: 40px;
    }

    #topWrapper {
        position: static;
    }

    .footLeft, .footRight {
        margin: 0;
        padding: 0;
    }

    .end_selected_players td h3 {
        left: 6px;
        font-size: 14px;
        line-height: 15px;
    }

    .sec1 {
        width: 100%;
        text-align: left;
    }

    .a1 {
        width: 10%;
    }

    .a2 {
        width: 10%;
    }

    .a3 {
        width: 30%;
    }

    .a4 {
        width: 20%;
        border-right: none;
    }

    .a3-a4 {
        width: 50%;
    }

    .sec1 {
        border-right: none;
    }

    .sec2 {
        width: 30%;
    }

    .b1 {
        width: 15%;
    }

    .b2 {
        width: 15%;
    }

    .b3 {
        display: none;
    }

    .b4 {
        display: none;
    }

    .b5 {
        display: none;
    }

    .b4-b5tot {
        display: none;
    }

    .b1-b3 {
        width: 30%;
    }

    .b4-b5 {
        display: none;
    }

    .b2-b3 {
        width: 15%;
    }

    .b4-b5-2 {
        display: none;
    }

    .legend-sec-1 {
        display: none;
    }

    .legend-sec-2 {
        width: 100%;
    }

    .legend-smallest-only {
        display: block;
    }

    .legend-smallest-suppress {
        display: none !important;
    }

    .md_1s {
        width: 0%;
    }

    .md_2s {
        width: 15%;
    }

    .md_3s {
        width: 45%;
    }

    .md_4s {
        width: 13%;
        padding-right: 6px !important;
    }

    .md_4s .lblink {
        display: none;
    }

    .md_5s {
        display: none;
    }

    .md_6s {
        display: block;
        width: 27%;
    }

    .md_7s {
        display: none;
    }

    .md_3d {
        width: 50%;
    }

    .md_4d {
        width: 37%;
        padding-right: 18px !important;
    }

    .md_5d {
        display: none;
    }

    .md_6d {
        display: none;
    }

    .md_7d {
        display: none;
    }

    .md_1t {
        width: 8%;
    }

    .md_2t {
        width: 13%;
    }

    .md_3t {
        width: 55%;
    }

    .md_4t {
        width: 22%;
    }

    .md_5t {
        display: none;
    }

    .md_6t {
        display: none;
    }

    .md_7t {
        display: none;
    }

    button.left_toggle_btn, button.right_toggle_btn {
        display: none;
    }

    th.sec2 {
        display: none;
    }

    th.event_headline {
        font-size: .9em;
    }

    #breadcrumbs {
        font-size: 11px;
        margin: 0 0 3px 8px;
        padding: 0;
    }

    #breadcrumbs a {
        color: #fff;
        margin: 0 5px;
    }

    #breadcrumbs span {
        margin: 0 5px;
    }

}


@media screen and (max-width: 360px) {
    h1 {
        font-size: 1.5em;
    }

    .signUp {
        width: 280px;
        height: 95px;
    }

    .dctv_logo {
        width: 32px;
        height: 32px;
    }
}


.filter_state {
    display: none;
    position: absolute;
    top: 16px;
    left: 8px;
    width: 24px;
    height: 24px;
}

.grouped_rank {
    color: #b71e1a;
}


.banner-img {
    position: relative;
    margin-bottom: 37px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 600;
}


.dynmsg {
    height: auto !important;
    line-height: normal !important;
    background-color: #4f6a84 !important;
}

.my_dca_row, .op_xpr_row {
    height: 48px;
    line-height: 48px;
}

.my_dca_row td {
    overflow-y: hidden;
}

.my_dca_row td {
    border-color: rgba(0,0,0,0.5) !important;
}

.my_dca_label {
    color: #fff !important;
}

.a1 img, .a1-ml img {
    padding: 0;
}

.sec2_toggle {
    float: right;
    color: #fff;
    background: -moz-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: -webkit-linear-gradient(top, #ca2520 0%, #a2100c 100%);
    background: linear-gradient(to bottom, #ca2520 0%, #a2100c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca2520', endColorstr='#a2100c', GradientType=0);
    font-size: .9em;
    font-family: 'Roboto Condensed', sans-serif;
    height: 30px;
    line-height: 32px;
    font-weight: 300;
    padding: 0px 12px;
    margin: 5px 4px 0 4px;
    border: none;
    border-radius: 4px;
}

.sec2_toggle:hover {
    background: -moz-linear-gradient(top, #da3530 0%, #b2201c 100%);
    background: -webkit-linear-gradient(top, #da3530 0%, #b2201c 100%);
    background: linear-gradient(to bottom, #da3530 0%, #b2201c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3530', endColorstr='#b2201c', GradientType=0);
    border-radius: 4px;
}

.legend_container td {
    text-align: left;
    padding: 14px 20px;
}

#loading_msg {
    display: none;
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    */
    font-size: 30px;
    color: #ddd;
}

#loading_msg span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 3% 0;
}


.dca_header_display, .all_opp_dca {
    display: inline-flex;
    margin-left: 5px;
    color: #fff;
}

.dca_header_display .tooltip, .all_opp_dca .tooltip {
    color: #fff;
}

.tot_op_label {
    color: #444 !important;
}

.player_count {
    color: #fff;
}

.legend_title {
    text-align: left;
    font-weight: 700;
    font-size: 1.50rem;
}

button.left_toggle_btn, button.right_toggle_btn {
    border: none;
    background: #b81b18;
    border-radius: 7px;
    color: #fff;
    margin: 4px 0;
    padding: 5px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button.left_toggle_btn svg,
button.right_toggle_btn svg {
    width: 20px;
    height: 20px;
}

button.left_toggle_btn:hover,
button.right_toggle_btn:hover,
button.left_toggle_btn:focus,
button.right_toggle_btn:focus {
    background: #fff;
    color: #b81b18;
}

button.left_toggle_btn {
    margin-right: auto;
    margin-left: 4px;
    padding-left: 4px;
}

button.right_toggle_btn {
    margin-left: auto;
    margin-right: 4px;
}

.section-label {
    margin-left: 8px;
}

.results_pending {
    display: none;
    color: #d00;
    font-style: italic;
}

.legend_dist20, .legend_dist19 {
    display: none;
}

.legend_singles_league, .legend_team_league {
    display: none;
}


.graph-row {
    height: auto;
    line-height: normal;
    margin-bottom: 20px;
}

.graph-row td {
    background: #fff;
    padding: 0;
}

.axis path, .axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 11px;
}

/*
.toggle_graph_size {
	text-decoration: none;
	background-color: #a4110c;
	color: #fff;
	font-weight: 200;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	border-radius: 3px;
	height: 20px;
	line-height: 22px;
	display: inline-block;
	width: 130px;
	text-align: center;
	margin: 0 0 4px 32px;
}
.toggle_graph_size:hover {
	background-color: #b4211c;
}
*/


.toggle_graph_size {
    text-decoration: none;
    background-color: #c3a51b;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    text-align: center;

    border-color: transparent;
    border-radius: 0.375rem;
    border-width: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    font-size: 1rem;
    padding: 0.45rem 1rem;
    line-height: 1.25rem;
}

.toggle_graph_size svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 8px;
}

.toggle_graph_size:hover {
    background-color: #af9213;
}

#introjs-sec1, #introjs-sec2, #introjs-sec3 {
    border: 0 !important;
}

.even\:bg-coolBlue-700:nth-child(even) {
    background: #5d7a95 !important;
}

.bg-card {
    background-color: #5b7894;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%2356738f' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23526e8a' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%234d6984' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%2349647f' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23445f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
}
