/* GENERAL */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    color: #333;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-repeat: repeat-x;
}

body.pitchaware {
    background-color: #001D49;
}

a:link, a:visited {
    color: #2069AF;
    /*font-weight:bold;*/
    text-decoration: none;
}

a:hover {
    color: #feba12;
}

img {
    border: 0;
}

dt {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
}

td {
    margin: 0;
    border: 0;
    padding: 0;
}

h1 {
    margin: 0;
}

div {
    box-sizing: border-box;
}

#body {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 800px;
    box-sizing: border-box;
}

#body-app {
    clear: both;
    margin: 0 auto;
}

/* PAGE LAYOUT */

#body_table {
    min-height: 600px;
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
}

#dash_col {
    background-color: white;
    padding: 5px 10px;
    display: table-cell;
    width: 180px;
    min-height: 800px;
    vertical-align: top;
}

#body_col {
    background-color: white;
    display: table-cell;
    min-width: 800px;
    min-height: 800px;
    vertical-align: top;
    border-left: 1px solid #E8E8E8;
    padding: 5px;
    margin-top: 10px;
}

#full_body {
    background-color: white;
    width: 980px;
    min-height: 800px;
    vertical-align: top;
    border-left: 1px solid #E8E8E8;
    padding: 5px;
    margin-top: 10px;
}

.row-box {
    width: 100%;
    text-align: center;
}

.box5050 {
    display: inline-block;
    width: 376px;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

.box33 {
    display: inline-block;
    width: 266px;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

#dash_col .info-box {
    margin-top: 20px;
    font-size: 12px;
    padding: 5px 8px;
    background-color: rgba(255, 144, 8, 0.37);
    border-radius: 6px;
}

/* DASH BLOCK */
#dash-block .team-segment {
    margin: 20px 5px;
}

#dash-block .team-segment span {
    font-size: 18px;
}

#dash-block .logo-box {
    padding-bottom: 3px;
    border-bottom: 2px solid grey;
    height: 100px;
    text-align: center;
    vertical-align: center;
}

#dash-block .logo-box .no-logo {
    font-size: 30px;
    background-color: #EEEEEE;
    border-radius: 50px;
    height: 90px;
    width: 90px;
    text-align: center;
    margin: auto;
}

#dash-block .logo-box img {
    max-height: 100%;
    max-width: 100%;
    height: 100%
}

.player-segment {
    margin: 10px 4px;
    padding: 3px;
    border: 1px solid #2069AF;
    border-radius: 5px;
    height: 30px;
}

.player-segment .fa-caret-down {
    position: relative;
    top: -18px;
    left: 135px;

}

.player-segment .player-select {
    width: 120px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.player-segment span {
    font-size: 14px;
    font-weight: bold;
}

.player-segment span.lower {
    font-style: italic;
}

#selectorPeepDropdown {
    top: -18px;
    left: 130px;
}

/* USER BLOCK */
#user_block {
    margin: 20px 20px 20px 25px;
}

#user_block .player-tab-select {
    float: right;
    width: 150px;
    height: 25px;
    margin: 4px;
    padding: 3px;
    padding-left: 10px;
    border: 1px solid #2069AF;
    border-radius: 8px;
    background-color: white;
}

#selectorPlayerTabs {
    width: 150px;
    left: -85px;
    top: 12px;
    background-color: white;
}


.side_tabs ul li {
    background: none;
    font-size: 14px;
    margin: 8px 0px;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
}

.side_tabs ul li i {
    width: 25px;
    font-size: 16px;
    vertical-align: middle;
    color: #42647F;
}

.side_tabs ul li.focus {
    width: 140px;
    background: #04204b;
    border-radius: 3px;
    box-shadow: 0px 4px 12px #42647F;
    color: white;
}

.side_tabs ul li.focus i {
    color: white;
}


.side_tabs ul li a:link, .side_tabs ul li a:visited {
    text-decoration: none;
    color: #42647F;
}

.side_tabs ul li a:hover {
    color: #04204b;
    width: 100%;
    height: 100%;
}

.side_tabs ul li.focus {
    font-weight: bold;
}

.side_tabs ul li.focus a:hover {
    color: white;
    background: None;
}

.side_tabs ul li.focus a {
    color: white;
}

.search-line i {
    position: absolute;
}

.search-line .icon {
    padding: 10px;
    min-width: 40px;
}

.search-line {
    margin: 8px 4px;
}

.search-line input {
    width: 100%;
    background-color: #EFEFEF;
    border: 1px solid grey;
    font-size: 14px;
    padding: 4px;
    padding-left: 20px;
    text-align: center;
}


.pop-up-box {
    width: 500px;
    position: fixed;
    z-index: 20;
    background-color: white;
    border: 4px solid #0f0f2d;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 15px 5px #969696;
    box-shadow: 5px 5px 15px 5px #969696;
    top: 200px;
    left: calc(50% - 250px);
    min-height: 200px;

}

.pop-up-box .close-button {
    float: right;
    padding: 4px;
}

.pop-up-box .details {
    padding: 30px;
    font-size: 18px;
}

.form-box {
    width: 100%;
    padding: 8px;
    border: 1px solid grey;
    background-color: #DEF;
    margin: 3px;
    border-radius: 4px;
}

.form-box button {
    padding: 8px 12px;
    border-radius: 5px;
    margin-left: 20px;
}

.form-box div.note {
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
}

.form-box div.section {
    display: inline-block;
    margin: 4px;
    padding: 4px;
}

.form-box ol li {
    margin-left: 20px;
    padding: 4px;
}

.invite-code-box {
    display: inline-block;
    background-color: grey;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 4px;
    border-radius: 4px;
}

/* Dashboard */
#body_col.dashboard {
    background-color: #EEEEEE;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.dashboard .dash-row {
    width: 100%;
    margin: 5px 15px;
    box-sizing: border-box;
}

.dashboard .dash-row .dash-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 10px;
    padding: 20px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 4px 12px #42647F;
    box-sizing: border-box;
}

.dashboard .dash-row .dash-box.dash-33 {
    height: 150px;
    width: 230px;
}

.dashboard .dash-row .dash-box.dash-50 {
    height: 280px;
    width: 360px;
}

.dashboard .dash-row .dash-box.dash-33t {
    height: 400px;
    width: 260px;
}

.dashboard .dash-row .dash-box.dash-66 {
    height: 400px;
    width: 460px;
}

.dashboard .flip-card {
    display: inline-block;
    position: relative;
}

.dashboard .pai-spider {
    height: 400px;
    width: 460px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 4px 12px #42647F;
    box-sizing: border-box;
    margin: 10px;
}

.dashboard .restrictive-border {
    overflow: hidden;
    white-space: nowrap;
}

.dash-box h2 {
    font-size: 16px;
    margin-top: -8px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #04204b;
    text-shadow: 1px 0px #cccccc;
}

.dash-box h2 a {
    color: #04204b;
    text-shadow: 1px 0px #cccccc;
}

.dash-box h4 {
    font-size: 12px;
    font-weight: normal;
    color: #42647F;
}

.dash-box .subtitle {
    margin-top: -5px;
    font-size: 12px;
}

.dash-box .header {
    font-size: 16px;
    font-weight: normal;
    color: #42647F;
    padding: 4px 2px;
}

.dash-box .info-box {
    margin-top: 50px;
    padding: 10px 20px;
    background-color: rgba(255, 144, 8, 0.37);
    border-radius: 6px;
}

.dash-box .action-button {
    padding: 10px 20px;
    background-color: dodgerblue;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    border-radius: 6px;
    line-height: 50px;
}

.dash-box div.list {
    background-color: #e2e2e2;
    padding: 8px;
    border-radius: 3px;
    margin-top: 5px;
}

.dash-box.dash-33 .list table {
    font-size: 11px;
}

.dash-box.dash-50 .list table {
    font-size: 14px;
}

.dash-box .list td {
    background-color: white;
    color: #04204b;
    border: 1px solid #EEEEEE;
    padding: 2px 3px;
}

.dash-box .table-holding {
    width: 100%;
    height: 170px;
    overflow: hidden;
    white-space: nowrap;
}

.dash-box table.ranked-list {
    width: 100%;
}

.dash-box table.ranked-list td {
    padding: 4px 6px;
    border: 1px solid #EEEEEE;
}

.dash-box ul li {
    font-size: 12px;
    padding: 1px 8px;
    border-bottom: 1px solid lightgray;
}

.dash-box a.basic {
    font-weight: bold;
    padding: 4px 8px;
    background-color: #42647F;
    color: white;
    border-radius: 7px;
}

.dash-box #zones div.content-box {
    margin: 0px;
}

.dash-box #zones .chart-box {
    width: 150px;
    height: 200px;
    margin: auto;
    border: 0px solid #efefef;
    text-align: center;
}

.dash-box .thumbnail-box {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 150px;
    height: 110px;
    padding: 4px;
    z-index: 0;
    white-space: nowrap;
}

.dash-box .thumbnail-box img {
    max-width: 140px;
    max-height: 105px;
    border-radius: 8px;
    z-index: 0;
    vertical-align: middle;
}

.dash-box .thumbnail-box .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dash-box .thumbnail-box .playWrapper {
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 60px;
    width: 50px;
    height: 50px;
    background-image: url("../images/playbutton.png");
    background-repeat: no-repeat;
}

.dash-box .thumbnail-box .playWrapper:hover {
    opacity: 0.5;
}

/* Custom Chart Examples */
#ex-chart {
    margin-top: -10px;
}

#ex-chart div.content-box {
    margin: 0px;
}

#ex-chart .chart-box {
    width: 150px;
    height: 200px;
    margin: auto;
    border: 0px solid #efefef;
    text-align: center;
}

#ex-chart .chart-box-bar-graph {
    width: 300px;
    height: 200px;
}

.dash-box .chart-box table.region tr:not(:first-child):not(:last-child) td:not(:first-child):not(:last-child) {
    border: 2px solid black;
    width: 23px;
    height: 28px;
}

.dash-box .chart-box table.region td:first-child, .dash-box .chart-box table.region td:last-child {
    width: 33px;
}

.dash-box .chart-box table.region tr:first-child, .dash-box .chart-box table.region tr:last-child {
    height: 33px;
}

.dash-box .footer {
    font-size: 10px;
    white-space: normal;
}

.dash-box .foot-note {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    color: #42647F;
}

.dash-box a.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 6px;
    color: #42647F;
}

.dash-box a.top-right-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #42647F;
    color: white;
    border-radius: 7px;
}

.dash-box a.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #42647F;
    color: white;
    border-radius: 7px;
}

/* Selector Box */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a.add {
    color: #3498DB;
    padding: 12px 16px;
    font-style: italic;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #42647F;
    color: white;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

/* Timelines box */
.timeline-table {
    border: 1px solid #DDD;
    font-size: 12px;
}

.timeline-table th {
    padding: 2px 4px;
    border: 1px solid #2069AF;
}

.timeline-table td {
    padding: 2px 4px;
    border: 1px solid #999;
    text-align: center;
    color: #555;
}

.timeline-table td:first-child {
    width: 20%;
}

tr.header-top {
    background-color: #04204b;
    color: white;
}

td.no_border, tr.no_border, table.no_border {
    border: 0px solid white;
}

tr.border_777 td {
    border: 1px solid #777;
}

#left_box font.title_box {
    color: #999;
    font-size: 12px;
}


#score font.number {
    font-size: 18px;
    font-weight: bold;
/ / color: #66CC66;
    color: #f05023;
}

#score font.label {
    font-size: 12px;
    color: slategray;
}

/**** TEAM LINK ***/
a.team:link, a.team:visited {
    color: #2069AF;
    font-weight: bold;
    text-decoration: none;
}

a.team:hover {
    color: #feba12;
}

a.reverse-team:link, a.reverse-team:visited {
    color: #feba12;
    font-weight: bold;
    text-decoration: none;
}

a.reverse-team:hover {
    color: #2069AF;
}

a.red:link, a.red:visited {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

a.red:hover {
    color: #feba12;
}

a.hover-red:link, a.hover-red:visited {
    color: #2069AF;
    font-weight: bold;
    text-decoration: none;
}

a.hover-red:hover {
    color: red;
}

/* NAV_TABS */

.nav_tabs {
    margin-bottom: 12px;
}

.nav_tabs ul {
    padding: 0;
    border: 2px solid #CCC;
}

.nav_tabs ul li {
    list-style-type: none;
    border-bottom: 2px solid #42647F;
    font-size: 16px;
    padding: 8px 3px;
    width: 100%;
    background: #04204b;
}

.nav_tabs ul li.header {
    font-weight: bold;
    font-size: 16px;
    color: #42647F;
    padding-right: 14px;
}

.nav_tabs ul li a {
    padding-bottom: 4px;
}

.nav_tabs ul li a:link, .nav_tabs ul li a:visited {
/ / float: left;
/ / font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 4px 8px;
}

.nav_tabs ul li a:hover {
    color: #FFF;
    background: #42647F;
    width: 100%;
    height: 100%;
}

.nav_tabs .divider {
    color: #42647F;
}

.nav_tabs ul li.focus {
    font-weight: bold;
}

.nav_tabs ul li.focus a:hover {
    color: #feba12;
    background: None;
}

.nav_tabs ul li.focus a {
    color: #feba12;
}

/* PAGE_TABS */

.page_tabs {
/ / margin: 0;
/ / padding: 0;
/ / background: #DEF; /* tab colour */
    border-bottom: 1px solid #CFECEC;
    margin-bottom: 12px;
}

.page_tabs ul {
/ / float: left;
    margin: 0 20px;
    margin-bottom: 0px;
    padding: 0;
}

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

.page_tabs ul li.header {
    font-weight: bold;
    font-size: 16px;
    color: #42647F;
    padding-right: 14px;
}

.page_tabs ul a:link, .page_tabs ul a:visited {
/ / float: left;
    font-weight: bold;
    text-decoration: none;
    color: #42647F;
    padding: 4px 8px;
}

.page_tabs ul a:hover {
    color: #FFF;
    background: #42647F;
}

.page_tabs .divider {
    color: #42647F;
}

.page_tabs ul li.focus {
    background-color: #ddd;
}

.page_tabs ul li.focus a:hover {
/ / stays the same color: #42647F;
    background: #DDD;
}

ul {
    list-style: none
}

a:link {
    text-decoration: none
}

p {
    color: #999;
}

.mobile-view-class {
    display: none;
}

table.basic {
}

table.basic th {
    margin: 6px;
    padding: 4px;
    font-weight: bold;
    text-align: center;
}

table.basic td {
    padding: 4px;
    border: 1px solid #ddd;
}

table.basic td.centered {
    text-align: center;
}

table.basic tr.r0 td {
    background-color: #EEE
}

table.basic tr.r1 td {
    background-color: #DEF
}

table.basic td span.small {
    font-size: 10px;
}

table.basic tr.sub {
    font-size: 10px;
}

.input-css {
    display: inline-block;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
/ / border-radius: .5 em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css {
    display: block;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
/ / border-radius: .5 em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

.button-css {
    display: inline-block;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
/ / border-radius: .5 em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

/* MESSAGES */

ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}

ul#messages li a.clear {
    float: right;
    color: #693;
}

ul#messages li.warning {
    color: #444;
    background-color: #FEBA12;
}

div.warning-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: #FEBA12;
    margin: 8px 0px;
    text-align: center;
}

div.alert-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #DDD;
    font-weight: bold;
    background-color: #F05023;
    margin: 8px 0px;
    text-align: center;
}

div.accept-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: lightgreen;
    margin: 8px 0px;
    text-align: center;
}

div.info-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: yellow;
    margin: 8px 0px;
    text-align: center;
}

div.recommendation-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: lightgreen;
    margin: 8px 0px;
    text-align: center;
}

div.schedule {
    border: solid 1px #DDD;
    padding: 8px;
    color: #444;
    width: 100%;
    min-height: 40px;
}

div.schedule .date {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    line-height: 40px;
}

div.schedule .opponent {
    font-size: 15px;
    display: inline-block;
    width: 45%;
    height: 100%;
    vertical-align: middle;
}

div.schedule .options {
    font-size: 15px;
    display: inline-block;
    width: 33%;
    height: 100%;
    vertical-align: top;
}

div.schedule .options .option {
    margin-top: 3px;
    font-size: 12px;
}

div.schedule.header {
    border: none;
    background-color: #DDD;
    height: 10px;
    min-height: 10px;
    font-weight: bold;
}

div.schedule.header div {
    line-height: 10px;
}

.item-list li {
    width: 100%;
    margin: 10px;
    border-bottom: 1px solid grey;
}

.item-list li h2 {
    margin-bottom: 2px;
}

.item-list li p {
    padding: 2px;
}

/* ==========================================================================
	#Icons
========================================================================== */
.ico {
    display: inline-block;
    font-family: "PitchAware icons";
    vertical-align: middle;
}

/* ==========================================================================
	#Mobile Nav
========================================================================== */
.mobile-nav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 20;
    width: 50%;
    min-width: 280px;
    background-color: #4a4a4a;
}

.mobile-nav.active {
    left: 50%;
}

.close-mobile-nav {
    margin: 16px 0 0 21px;
    font-size: 18px;
    color: #fff;
}

.mobile-nav-btn {
    position: absolute;
    top: 10px;
    right: 21px;
    display: none;
    width: 20px;
    height: 18px;
    color: #fff;
    font-size: 20px;
}

.mobile-nav-btn:hover {
    text-decoration: none;
}

#leftpanel2 {
    background: #04204c;
}

#leftpanel2 #search {
    position: relative;
}

#leftpanel2 #search .field {
    border-radius: 17px;
    font-size: 15px;
    color: #626a6e;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 34px;
    font-family: 'Merriweather Sans', sans-serif;
}

#leftpanel2 #search .button {
    width: 15px;
    height: 15px;
    background: url(../images/search-icon.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    z-index: 100;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: pointer;
}

#leftpanel2 ul {
    list-style: none outside none;
}

#leftpanel2 .nav-holder ul {
    margin-top: 12px;
    margin-bottom: 28px;
}

#leftpanel2 .nav-holder ul li {
    border-top: 1px solid #2e4569;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: block;
    float: none;
}

#leftpanel2 .nav-holder ul li.open > a em {
    background-position: 0 bottom;
}

#leftpanel2 .nav-holder ul li em {
    width: 10px;
    height: 11px;
    background: url(../images/nav-arrows.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 27px;
    right: 23px;
}

#leftpanel2 .nav-holder ul li:last-child {
    border-bottom: 1px solid #2e4569;
}

#leftpanel2 .nav-holder ul li a {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
}

#leftpanel2 .nav-holder ul ul {
    background: #333333;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 3px #000 inset;
    margin-bottom: 0;
    border-bottom: 0 !important;
    margin-top: 0;
    display: none;
}

#leftpanel2 .nav-holder ul ul li {
    border: 0;
    padding: 0 15px;
}

#leftpanel2 .nav-holder ul ul li:last-child {
    border-bottom: 0;
}

#leftpanel2 .nav-holder ul ul li a {
    font-size: 16px;
    color: #afb2b4;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

#leftpanel2 .nav-holder ul ul li em {
    top: 17px;
}

.orange-button {
    display: block;
    background: #f07c00;
    line-height: 33px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 0px 10px;
}

.orange-button:hover {
    background: #ce6a00;
    text-decoration: none;
}

#leftpanel2 .page-nav {
    margin-top: 10px;
    margin-left: 10px;
}

#leftpanel2 .page-nav li {
    line-height: 35px;
    list-style: none outside none;
}

#leftpanel2 .page-nav li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
}

.blue-button, a.blue-button:link, a.blue-button:visited {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #42647F;
    color: white;
    border-radius: 7px;
}

.green-button, a.green-button:link, a.green-button:visited {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #197f0b;
    color: white;
    border-radius: 7px;
}

.error-box {
    margin: 10px;
    padding: 14px;
    background-color: #DEF;
    border: 2px solid #f07c00;
}

.error-box p {
    font-size: 14px;
    color: black;
    margin-bottom: 6px;
}

.upgrade-button {
    text-align: center;
}

.upgrade-button a {
    background: url(../images/btn-see.png) repeat-x;
    border: 1px solid #ce6619;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 16px;
    font: 10px/12px 'MuseoSlab-700', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fcfcfc;
    padding: 7px 18px 3px 20px;
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 0 0 #fff;
    box-shadow: 0 2px 0 0 #fff;
    display: inline-block;
}

/* ==========================================================================
	#Pages / Socials
========================================================================== */
.social-box div {
    display: inline-block;
    margin: 3px 10px;
    width: 100px;
}

.social-box img {
    height: 15px;
}

.view-nav {
    border-bottom: 1px solid #2069AF;
    margin: 20px 4px;
}

.view-nav ul {
    margin-bottom: 0px;
}

.view-nav li {
    display: inline;
    list-style-type: none;
    margin: 4px 10px;
}

.view-nav li a:link, .view-nav li a:visited {
    color: rgba(32, 105, 175, 0.51);
    font-weight: normal;
    text-decoration: none;
    padding: 0 8px;
    padding-top: 4px;
}

.view-nav li.focus a:link, .view-nav li.focus a:visited {
    color: #2069AF;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #2069AF;
    border-bottom: 1px solid #EEEEEE;
}

.game-box {
    width: 100%;
    margin: 4px 2px;
    padding: 3px;
}

.game-box div {
    vertical-align: top;
}

.game-recap-image {
    display: inline-block;
    height: 80px;
    width: 120px;
}

.game-recap-image img {
    height: 80px;
    width: 120px;
}

.score-header {
    display: inline-block;
    margin: 4px auto;
    width: 160px;
    font-size: 13px;
    font-weight: bold;
}

.score-header div {
    display: inline-block;
}

.score-header .scores {
    width: 100px;
}

.scores .score {
    float: right;
}

.score-header .final {
    width: 50px;

}

.schedule-box div {
    display: inline-block;
}

.tablenoorder td {
    font-size: 15px;
}

.tablenoorder td.secondary {
    font-size: 13px;
    text-align: right;
}

td span {
    font-size: 10px;
}

td span.tabledatagreen, td span.nsmallgreen, td.pos {
    color: darkgreen;
    font-weight: bold;
}

td span.tabledatared, td span.nsmallred, td.neg {
    color: darkred;
    font-weight: bold;
}

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

.spray-box {
    width: 200px;
    display: inline-block;
    margin: 4px;
}

.spray-box table {
    font-size: 10px;
}

.spray-box td, .spray-box th {
    padding: 1px;
    border: 1px solid #efefef;
}

.spray-box div.header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.spray-box p {
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.scouting-notes {
    width: 100%;
}

.scouting-notes th {
    text-align: right;
    padding-right: 8px;
    padding-bottom: 4px;
    min-width: 90px;
}

.scout-box span.positive {
    font-weight: bold;
    color: darkgreen;
}

.scout-box span.negative {
    font-weight: bold;
    color: darkred;
}

p.scout-analysis {
    margin: 10px;
    color: black;
}

.pitcher-analytics {
    width: 100%;
    font-size: 11px;
}

.pitcher-analytics th {
    background: #e3e3e3;
    font-weight: bold;
    text-align: center;
}

.pitcher-analytics td {
    border: solid 1px #dddddd;
}

.pitcher-analytics td.name {
    width: 25%;
}

.pitcher-analytics td.value {
    width: 12%;
    text-align: center;
}

span.imp-note {
    font-weight: bold;
    padding: 8px;
}

/* ==========================================================================
	ACTIVITY FEED | Charts
========================================================================== */
.activity {
    width: 100%;
}

.activity div.card {
    width: 100%;
    margin: -1px 1px;
    border-top: 1px solid #42647F;
    border-bottom: 1px solid #42647F;
    padding: 5px;
    box-sizing: border-box;
}

.player-activity {
    height: 95%;
    overflow-y: hidden;
}

.player-activity div.card {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}


.card .verb {
    font-weight: bold;
    font-size: 14px;
}

.card .image {
    max-width: 120px;
    max-height: 80px;
    text-align: center;
}

.card .image img {
    width: 120px;
    height: 80px;
    object-fit: contain;
}

.card .tweet {
    font-size: 11px;
    padding: 15px 15px 3px 15px;
}

.card .stamp {
    font-size: 11px;
    color: #777;
    width: 150px;
}

.card .interactions {
    width: 100%;
    height: 20px;
}

.card .interactions div {
    display: inline-block;
}

.card .interactions .bump {
    position: relative;
    top: 2px;
}

.card .interactions .bump .icon-fistbump {
    color: rgba(32, 105, 175, 0.51);
    font-size: 16px;
    position: relative;
    top: 2px;
}

.card .interactions .bumped {
    background-color: #2069AF;
    border-radius: 15px;
    padding: 2px;
}

.card .interactions .bumped .icon-fistbump:before {
    color: white;
    font-weight: bold;
}

.card .interactions .fa-fist-raised.left {
    margin-right: 3px;
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
}

.card .interactions .fa-fist-raised.right {
    margin-left: 3px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.card .interactions .bump-count {
    font-size: 10px;
    color: #777;
}

.feed-item td {
    text-align: left;
    border: none;
}

.feed-item td.col1 {
    width: 120px;
}

.feed-item .chart-section {
    width: 100%;
    text-align: center;
}

.feed-item .game-line {
    font-weight: bold;
    font-style: italic;
}

.player-activity .verb {
    text-transform: uppercase;
}

.player-activity .tweet {
    padding: 3px;
}

.feed-item div.chart-box {
    width: 70px;
    height: 93px;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    margin-left: -4px;
    text-align: center;
}

.feed-item div.text-box {
    display: inline-block;
    width: 80%;
}

.feed-item div.chart-box.radar {
    background-image: url('../images/BaseballPlate.png');
    background-repeat: no-repeat;
    border: 1px solid #efefef;
    background-size: contain;
}

.feed-item .field-canvas {
    height: 80px;
/ / margin-left: - 12 px;
/ / margin-top: 10 px;
}

.feed-item .pitch-canvas {
    width: 70px;
    height: 93px;
}

.feed-item div.region {
    width: 100%;
    margin-left: -7px;
}

.feed-item div.region td {
    border: 1px solid grey;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    color: white;
    opacity: .6;
}

.feed-item div.region tr:not(:first-child):not(:last-child) td:not(:first-child):not(:last-child) {
    border: 2px solid black;
    width: 40px;
    height: 26px;
}

.feed-item div.region td:first-child, .feed-item div.region td:last-child {
    width: 40px;
}

.feed-item div.region tr:first-child, .feed-item div.region tr:last-child {
    height: 32px;
}

.feed-item .training-data {
    margin: 0px;
    width: 100%;
    background-color: #04204b;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.feed-item .training-data td, .feed-item .training-data th {
    border: none;
    padding: 4px;
    text-align: center;
}

/* ==========================================================================
	RANKING
========================================================================== */
.ranking-box {
    display: inline-block;
    width: 300px;
    padding: 15px;
    vertical-align: top;
}

.ranking-box td {
    font-size: 11px;
}

/* ==========================================================================
	Fantasy
========================================================================== */
.fantasy-item {
    margin: 15px 8px;
    padding: 4px;
}

.podium-box {
    display: inline-block;
    width: 200px;
    text-align: center;
    vertical-align: bottom;
    height: 100px;
    padding: 20px;
    border: 1px solid #999;
    font-weight: bold;
    font-size: 16px;
}

.podium-box .place {
    text-decoration: underline;
    margin-bottom: 10px;
}

img.royale-avatar {
    width: 40px;
    border-radius: 10px;
}

table.table img.royale-avatar {
    width: 30px;
    border-radius: 5px;
    border: 1px solid black;
}

/* ==========================================================================
	TRENDS
========================================================================== */
.fa-sticky-note {
    color: #f07c00;
}

.fa-arrow-up {
    color: darkgreen;
}

.fa-arrow-down {
    color: darkred;
}

.fa-arrows-h {
    color: darkblue;
}

.context-up {
    color: darkgreen
}

.context-down {
    color: darkred
}

.trend-table {
    border: 1px solid #DDD;
    font-size: 12px;
}

.trend-table th {
    padding: 2px 4px;
    border: 1px solid #2069AF;
}

.trend-table td {
    padding: 2px 4px;
    border: 1px solid #999;
    color: #555;
    font-weight: bold;
}

.trend-table td.name {
    width: 180px;
}

.trend-table th.data, .trend-table td.data {
    width: 60px;
    text-align: center;
}

.trend-table td.comp {
    width: 80px;
    text-align: center;
}

.trend-table tr.r0 td {
    background-color: #EEE
}

.trend-table tr.r1 td {
    background-color: #DEF
}

.trend-dash {
    margin: 20px;
    font-size: 13px;
}

.trend-dash thead > tr {
    background: #f3f3f3;
}

.trend-dash th {
    font-size: 11px;
    padding: 6px;
}

.trend-dash tr.bench {
    background-color: rgba(90, 90, 90, 0.1);
}

.trend-dash td {
    border-top: 2px solid darkgrey;
    border-bottom: 2px solid darkgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    vertical-align: middle;
    text-align: center;
}

.trend-dash span.btn {
    background-color: #0078FF;
    border: 1px solid #0078FF;
    color: white;
    border-radius: 3px;
    font-weight: 400;
    line-height: 31px;
    margin: 3px 8px;
    padding: 6px 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.trend-dash img {
    padding: 0;
    margin: 0;
    display: inline;
}

.trend-dash .name {
    width: 175px;
    padding: 8px;
}

.trend-dash td.metric {
    text-align: center;
    vertical-align: middle;
}

.trend-dash div.metric {
    text-align: center;
    vertical-align: middle;
    padding: 4px 8px;
    display: inline-block;
}

.trend-dash .timesince {
    font-size: 10px;
    font-style: italic;
    color: lightgray;
}

/* ==========================================================================
	PAI FEED / DIVE IN
========================================================================== */

.pai-feed-box {
    width: 100%;
    margin: 4px 2px;
    background-color: #e2e2e2;
    padding: 15px;
    border: 1px solid grey;
    border-radius: 4px;
    font-size: 12px;
    min-height: 80px;
}

.pai-feed-box .game-name {
    font-weight: bold;
    color: grey;
    margin-top: -10px;
}

.pai-feed-box .nugget {
    margin: 3px 0px;
}

.pai-feed-box span.phrasea {
    color: #8e4900;
    font-weight: bold;
}

.pai-feed-box .stamp {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: -10px;
}

.pai-feed-box .trainable-context div.section {
    border: 0px;
}

.tlog-p .stamp {
    background-image: url("../images/pitcher-positive.png");
}

.tlog-h .stamp {
    background-image: url("../images/hitter-positive.png");
}

.pai-p .stamp {
    background-image: url("../images/pitcher-improve.png");
}

.pai-h .stamp {
    background-image: url("../images/hitter-improve.png");
}

#dive-in {
    margin: 4px;
    padding: 8px;
}

#dive-in span.top-tag {
    color: #f07c00;
}

#dive-in div.content {
    font-size: 14px;
    font-weight: 200;
}

#dive-in span.phrasea {
    font-weight: 900;
    font-size: 16px;
}

#dive-in .game-name {
    font-weight: bold;
    color: grey;
    margin-top: -10px;
}

#dive-in .metric {
    margin: 4px;
}

#dive-in .metric div {
    display: inline-block;
}

#dive-in .metric div.name {
    font-size: 16px;
    font-weight: 900;
    padding: 0 4px;
}

#dive-in .metric div.value {
    font-size: 14px;
}

/* ==========================================================================
	TRAINING
========================================================================== */

.gts-form-box {
    background: #04204b;
    color: white;
    width: 97%;
    margin: 8px;
    padding: 10px;
    font-weight: bold;
    border-radius: 2px;
}

#tag-border div, #tag-options div, #last-used div {
    display: inline-block;
}

.form-box div.tag, .gts-form-box div.tag, .select-tag {
    background-color: white;
    padding: 3px 8px;
    border: 1px solid #b7c6ff;
    border-radius: 6px;
    font-size: 12px;
    color: orange;
    display: inline-block;
    margin: 3px;
}

#no-tags, .select-tag.no-tags {
    background-color: lightcoral;
    color: white;
    font-style: italic;
}

.extype-select-box {
    width: 100%;
}

.extype-select-box .etbox {
    background-color: white;
    padding: 3px 8px;
    border: 1px solid #b7c6ff;
    border-radius: 6px;
    font-size: 12px;
    color: orange;
    display: inline-block;
    margin: 3px;
}

.extype-select-box .etbox.focus {
    background-color: #04204b;
    color: white;
}

.selected-box {
    background-color: #04204b;
    padding: 3px 8px;
    border: 1px solid #b7c6ff;
    border-radius: 6px;
    font-size: 12px;
    color: white;
    display: inline-block;
    margin: 3px;
}

/* ==========================================================================
	VIDEO
========================================================================== */
.video-box {
    max-width: 380px;
    max-height: 300px;
    padding: 8px;
    display: inline-block;
    text-align: center;
}

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

.video-container video {
    max-width: 360px;
    max-height: 260px;
    vertical-align: middle;
}

.video-box .video-button {
    font-size: 8px;
    padding: 4px 8px;
    margin: 0px;
    border-radius: 1px;
}

.form-box div.form-col {
    display: inline-block;
    width: 350px;
    min-height: 70px;
    vertical-align: top;
}

div.form-col span.header {
    font-weight: bold;
    font-size: 14px;
}

div.form-col .selected {
    background-color: #04204b;
    color: white;
}

.video-box .thumbnail-box {
    display: inline-block;
    position: relative;
    width: 360px;
    height: 260px;
}

.video-box .thumbnail-box img {
    max-width: 300px;
    max-height: 200px;
    border-radius: 8px;
    vertical-align: middle;
}

.thumbnail-box .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.video-box .thumbnail-box .playWrapper {
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: 110px;
    left: 160px;
    width: 50px;
    height: 50px;
    background-image: url("../images/playbutton.png");
    background-repeat: no-repeat;
}

.feed-item .thumbnail-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.feed-item .thumbnail-box img {
    max-width: 70px;
    max-height: 93px;
    border-radius: 8px;
    vertical-align: middle;
}

.feed-item .thumbnail-box .playWrapper {
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-image: url("../images/playbutton.png");
    background-size: 20px;
    background-repeat: no-repeat;
}

.thumbnail-box .playWrapper:hover {
    opacity: 0.5;
}

/* ==========================================================================
	TRAINABLES
========================================================================== */
.pitch-canvas {
    border: 1px solid #BBB;
    background-color: #EEEEEE;
}

.trainable-popup {
    font-size: 11px;
    vertical-align: top;
}

.trainable-popup div.header {
    width: 650px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #e7e7e7;
}

.trainable-popup div.game-log {
    display: inline-block;
    width: 300px;
    height: 425px;
    overflow-y: scroll;
    border: 1px solid #e7e7e7;
}

.trainable-popup div.game-log .trend-dash {
    margin: 0px;
}

.trainable-popup div.game-log tr:nth-child(even) {
    background: rgba(211, 211, 211, 0.18);
}

.trainable-popup div.game-log td {
    font-size: 9px;
}

.trainable-popup div.game-log td.opponent, .trainable-popup div.game-log th.opponent {
    width: 70px;
}

.trainable-popup div.trainable-context {
    display: inline-block;
    width: 300px;
    height: 425px;
    overflow-y: scroll;
    border: 1px solid #e7e7e7;
}

.trainable-context div.section {
    border: 1px solid grey;
    padding: 8px 8px;
}

.trainable div.section td.label {
    width: 150px;
    color: #ce6a00;
    vertical-align: middle;
    border: none;
}

.trainable-page div.section td.label {
    font-size: 20px;
}

.trainable-context div.section td.trend-arrow {
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 120px;
}

.trainable-context h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 12px;
}

.trainable-context .trends {
    width: 100%;
    margin: 0 4px;
}

.trainable-context .trends div {
    display: inline-block;
}

.trainable-context .trends .trend-arrow {
    margin-left: 15px;
}


.trainable p.small-note {
    font-size: 8px;
    color: #002d5e;
}

.trainable p.content, .trainable-context p.content {
    color: black;
    font-size: 12px;
    margin: 15px 4px;
}

.trainable-context p.content span.phrasea, .trainable p.content span.phrasea {
    font-weight: bolder;
    color: #f07c00;
    text-shadow: 2px 2px 8px #ce6a00;
}

.trainable div.stat {
    margin: 10px 0px 0px 8px;
}

.trainable-context div.stat span.label {
    font-weight: bolder;
    font-size: 10px;
}

.trainable-context div.stat span.metric {
    font-weight: bolder;
    margin-left: 20px;
    font-size: 10px;
}

.trainable-context div.section table td:first-child {
    width: 150px;
}

.button {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    float: right;
}

.overlay {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
/ / transition: opacity 500 ms;
    visibility: hidden;
    opacity: 0;
}

.overlay.target {
    visibility: visible;
    opacity: 1;
}

.infoup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
/ / transition: all 5 s ease-in-out;
}

.infoup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.infoup .close {
    position: absolute;
    top: 10px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.infoup .close:hover {
    color: #f07c00;
}

.current-temp {
    margin: 10px;
    padding: 6px;
}

.current-temp .phrase {
    padding: 8px;
}

.current-temp .tableheader {
    font-weight: bold;
    font-size: 14px;
}

.current-temp .rowheader {
    font-size: 12px;
}

.current-temp .positive {
    font-weight: bold;
    color: darkgreen;
}

.current-temp .negative {
    font-weight: bold;
    color: darkred;
}

.current-temp table {
    margin: 10px auto;
}

@media screen and (max-width: 700px) {
    .infoup {
        width: 70%;
    }
}

/* ==========================================================================
	#SCOREBOARDS
========================================================================== */


.pitch-list .number {
    font-weight: bold;
}

.pitch-list .count {
    color: grey;
}

.pitch-list .velo {
    font-style: italic;
}

.zone-outer-box {
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-y: top;
}

.zone-outer-box.hrighty {
    background-position-x: 70%;
}

.zone-outer-box.hlefty {
    background-position-x: 33%;
}

.zone-outer-box.lefty {
    background-image: url("../images/pitcher-background-lefty.png");
}

.zone-outer-box.righty {
    background-image: url("../images/pitcher-background-righty.png");
}

.zone-hitter {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position-x: center;
    background-position-y: top;
}

#plate-box .player-stats {
    width: 185px;
    height: 60px;
    padding: 4px 10px;
    vertical-align: top;
    font-size: 13px;
    font-style: italic;
    border: 2px solid black;
    display: inline-block;
    font-weight: bold;
}

#plate-box {
    margin: 0 auto;
    width: 400px;
}

#plate-box .player-stats .header {
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}

#plate-box .player-stats .name {
    font-size: 14px;
    padding: 1px;
}

#plate-box .player-stats .stats {
    font-size: 11px;
    padding-left: 18px;
}

#plate-box .player-stats .pitch-count {
    float: right;
    font-size: 11px;
}

#playfield-box .boxscore-widget {
    background-image: url("../images/baseball-field-names.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
/ / background-color: black;
}


/*  BUTTONS */
a.btn-box {
    border-radius: 4px;
    color: white;
    font-size: 16px;
    padding: 6px 10px;
    font-weight: 600;
    min-width: 100px;
    margin: 4px;
    white-space: nowrap;
    line-height: 2;
}

a.btn-box:hover {
    color: white;
    text-decoration: none;
}

a.btn-box.red {
    color: white;
    background-color: #ef0a53;
    border: 1px solid #ef0a53;
}

a.btn-box.orange {
    background-color: #fc8c59;
    border: 1px solid #fc8c59;
}

a.btn-box.blue {
    background-color: #5595f5;
    border: 1px solid #5595f5;
}

a.btn-box.lightblue {
    background-color: #779fdb;
    border: 1px solid #779fdb;
}

a.btn-box.green {
    background-color: #90f863;
    border: 1px solid #90f863;
}

a.btn-box.hardorange {
    background-color: #f04c00;
    border: 1px solid #f04c00;
}

a.btn-box.grey {
    background-color: #aba09b;
    border: 1px solid #aba09b;
}

@media (max-width: 450px) {
    a.btn-box {
        font-size: 10px;
        min-width: 80px;
        line-height: 3;
    }
}

/* ==========================================================================
	#Media Queries
========================================================================== */

@media (max-width: 951px) {
    .full {
        display: none;
    }

    .logo {
        width: 179px;
        height: 24px;
        margin-left: 9px;
        -webkit-background-size: 179px 24px;
        background-size: 179px 24px;
    }

    #dash_col {
        display: none;
    }

    #body_table {
        width: 100%
    }

    #body_col {
        width: 100%;
        padding: 4px;
        border-left: 0px;
    }

    .mobile-nav-btn {
        display: block;
    }

    a.mobile-nav-btn:link, a.mobile-nav-btn:visited {
        color: #fff;
    }

    #navigation .profile > a.name {
        display: none;
    }

    #inline-nav {
        display: none;
    }

    .dd {
        display: none;
    }

    h1#logo {
        left: 50px;
    }

    h1#logo a {
        margin-left: 10px;
        width: 248px;
    }
}

@media (max-width: 768px) {
    .page_tabs ul li a {
        font-size: 14px;
    }

    .dashnav {
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 18px;
        padding: 0;
        padding-bottom: 25px;
        border-bottom: 3px solid #44cc4b;
    }

    .block {
        font-size: 18px;
    }

    .block-basics td {
        height: 30px;
        font-size: 16px;
    }

    .data {
        font-size: 20px;
    }

    h1#logo {
        left: 30px;
    }

    h2 {
        font-size: 20px;
    }

    .mobile-nav {
        width: 90%;
    }

    .mobile-nav.active {
        left: 10%;
    }

    #footer .copyright, #footer .holder {
        font-size: 8px;
    }

    table.basic th {
        font-size: 12px;
    }

    a, div, p {
        font-size: 12px;
    }

    .dashboard .dash-row {
        margin: 5px 0px;
    }

    .dashboard .dash-row .dash-box.dash-50, .dashboard .dash-row .dash-box.dash-33 {
        margin: 10px 7px;
    }
}

@media (max-width: 570px) {
    .mobile-view-class {
        display: block;
    }

    .full-view-class {
        display: none;
    }

    .stat-table {
        width: 100%;
    }

    form label {
        font-size: 12px;
    }

    .page_tabs ul li a {
        font-size: 12px;
    }

    .stat-table tr td {
        font-size: 14px;
    }

    .block {
        font-size: 14px;
    }

    .block-basics td {
        height: 30px;
        font-size: 14px;
    }

    .data {
        font-size: 16px;
    }

    td.text div.s-details {
        font-size: 16px;
        padding: 0 4px;
    }

    h1#logo a {
        background: url(../images/pitchaware-plate.png) 0 0 no-repeat;
    }

    .timeline-table th {
        font-size: 11px;
    }

    .timeline-table td {
        font-size: 10px;
    }

    #box-box .team-box {
        width: 100%;
        margin-bottom: 15px;
    }

    #game-box {
        width: 100%;
        text-align: center;
        align-content: center;
    }

    .view-nav li {
        margin: 0 2px;
    }

    .view-nav li a:link, .view-nav li a:visited {
        font-size: 10px;
        padding: 0 2px;
        padding-top: 4px;
    }

    .dashboard .dash-row .dash-box.dash-50, .dashboard .dash-row .dash-box.dash-33,
    .dashboard .dash-row .dash-box.dash-33t, .dashboard .dash-row .dash-box.dash-66,
    .dashboard .pai-spider {
        width: 100%;
        margin: 10px 0px;
    }

    .inning-box-score tbody td, .inning-box-score th {
        width: 23px;
    }

    .inning-box-score tbody td {
        font-size: 9px;
    }

}

@media (max-width: 320px) {
    .trainable-context div.section table td:first-child {
        width: 80px;
    }

    .stat-table tr td {
        font-size: 12px;
    }

    h1#logo {
        left: 10px;
    }

    table.basic th {
        font-size: 10px;
    }
}

