/* HEADER */

/*main logo*/
.navbar-brand > img {
    /*height: 40px;*/
    position: relative;
    right: 30px;
}

/*./main logo*/


/*main menu*/
.navbar {
    border-radius: 0px;
}

.navbar > .container {
    position: relative;
    right: -30px;
}

@media (max-width: 768px) {
    .navbar > .container {
        position: relative;
        right: 0px;
    }

    .navbar-brand > img {
        position: relative;
        right: 0px;
    }
}

.navbar-nav > li > a {
    line-height: 20px;
    text-align: right;
    padding: 0 auto;
}

.navbar-nav > li > a > div, .navbar-nav > li > a > img, .navbar-nav > li > a > i {
    float: left;
}

.navbar-nav > li > a > div {
    width: 100px;
}

.navbar-nav > li:last-child {
    position: relative;
    top: -5px;
}

.navbar-nav > li:last-child > a > img {
    margin-left: 5px;
    position: relative;
    top: -5px;
}

.navbar-nav > li:last-child > a > i {
    margin-left: 5px;
    position: relative;
    top: 7px;
}

.navbar-nav > li.dropdown > ul.dropdown-menu {
    color: #0D2857;
}

/*/. main menu*/

/* ./ HEADER */


/* CONTENT */

/*tab-header*/
.jumbotron {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0px;
    background-color: #fff;
}

.nav-pills {

}

.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li {
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Oswald';
    font-weight: 100;
}

.nav-pills > li > a, .nav-pills > li {
    color: #B0B0B0;
    background-color: #fff;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li {
    color: orange;
    background-color: #fff;
}

.nav-pills > li > a:active, .nav-pills > li {
    color: #0D2857;
    background-color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    text-transform: uppercase;
    color: #032A70;
    background-color: #fff;
    font-weight: 400;
}

/*./ tab-header*/

.tab-buttons {
    z-index: 10;
}

/*radio-buttons*/
.radios-as-buttons div {
    float: left;
}

.radios-as-buttons input, .buttons input {
    position: absolute;
    left: -9999px;
}

.radios-as-buttons label, .buttons label {
    font-family: 'Oswald';
    font-weight: 100;
    display: inline-block;
    margin: -10px 0 15px -4px;
    padding: 5px 10px;
    width: 100px;
    text-align: center;
    color: #707070;
    border: 1px solid #707070;
    cursor: pointer;
    position: relative;
    left: -11px;
}

.radios-as-buttons input:checked + label {
    background: #032A70;
    color: #fff;
}

/*./ radio-buttons*/

/*plain buttons*/
.export {
    text-align: right;
    position: relative;
    left: 26px;
}

.filter {
    text-align: center;
    position: relative;
/ / left: 21 px;
}

@media (max-width: 991px) {
    .filter, .export {
        text-align: left;
        position: relative;
        left: 0px;
    }
}

/*./ plain buttons*/

.table-sup-title > p {
    text-transform: uppercase;
    text-align: center;
    color: #707070;
}

.table-sup-title {
    min-height: 50px;
    z-index: 1;
}

/*table BOX-STATS*/
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #707070;
}

.table-main > table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #707070;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.table-main > table > thead > tr > th {
    width: 60px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    background: #616161;
    font-weight: 100;
    vertical-align: middle;
    padding: 0px;
}

.table-main > table > thead > tr > th:hover {
    color: rgba(255, 255, 255, 1);
}

.table-main > table > tbody > tr > td {
    padding-top: 25px;
    line-height: 0.9em;
    font-family: 'Oswald';
    font-weight: 100;
    vertical-align: middle;
    padding: 0px;
}

.table-main > table > tbody > tr > td:nth-child(2) {
    padding-top: 10px;
    padding-left: 10px;
    background: #DDDDDD;
    text-align: left;
}

.table-main > table > tbody > tr:nth-child(odd) > td:nth-child(2) {
    background: #D5D5D5;
}

/*team-name-cell*/
.table-main > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    color: #032A70;
    font-weight: 400;
}

.table-main > table > tbody > tr:nth-child(1) > td:nth-child(2) > p:last-child {
    color: #707070;
    font-weight: 500;
    font-family: 'Questrial';
    font-size: 0.8em;
}

/*/. team-name-cell*/

/*player-name-cell*/
.table-main > table > tbody > tr > td > p {
    margin-bottom: 5px;
}

.table-main > table > tbody > tr > td > img {
    width: 100%;
}

.sub-table-header {
    width: 100%;
}

.table-main > table > tbody > tr > td:nth-child(2) > div:first-child {
    width: 25px;
    float: left;
    padding-right: 5px;
    color: #032A70;
    font-size: 1.1em;
}

.table-main > table > tbody > tr > td:nth-child(2) > div:last-child {
    width: 100px;
    float: left;
    font-family: 'Questrial';
    font-weight: 600;
    position: relative;
    top: -2px;
}

.table-main > table > tbody > tr > td:nth-child(2) > div:last-child > p:first-child {
    margin-bottom: 3px;
}

.table-main > table > tbody > tr > td:nth-child(2) > div:last-child > p:last-child {
    text-transform: none;
    font-weight: normal;
}

/*./ player-name-cell*/

/*scrollable table-container UPDATE*/
.intable {
    margin-bottom: 0px;
}

.scrollable-container {
    height: 806px;
    overflow-y: scroll;
    z-index: 20;
    background: #F8F8F8;
    padding: 0px;
    width: 100%;
}

.scrollable-container > table > thead > tr:nth-child(1) > th {
    text-align: center;
    font-weight: 100;
    padding: 0px;
    vertical-align: middle;
    width: 60px;
    border-width: 0px;
    border-bottom: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
}

.table-main.charts table.intable > tbody > tr:nth-child(1) > th:first-child {
    border-left: 0px solid #4d4d4d;
}

.scrollable-container > table > thead > tr:nth-child(1) > th > img {
    width: 100%;
}

.scrollable-container > table > thead > tr:nth-child(1) > th:nth-child(1) {
    width: 75px;
}

.scrollable-container > table > tbody > tr > td {
    padding: 0px;
    vertical-align: middle;
    border-width: 0px;
    border-bottom: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
}

.scrollable-container > table > tbody > tr:last-child > td {
/ / border-bottom: 0 px solid #4d4d4d;
}

.scrollable-container > table > tbody > tr > td:first-child {
/ / border-left: 0 px solid #4d4d4d;
}

.scrollable-container > table > tbody > tr > td > img {
    width: 100%;
}

/*BOX STATS*/
.scrollable-container.box-stats > table > thead > tr:nth-child(1) > th:nth-child(1) {
    width: 6%;
}

.scrollable-container.box-stats > table > thead > tr:nth-child(1) > th:nth-child(2) {
    width: 16%;
    background-color: #D5D5D4;
    color: #032A70;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
    padding-top: 4px;
    line-height: 1.0em;
}

.scrollable-container.box-stats > table > thead > tr:nth-child(1) > th:nth-child(2) > span:last-child {
    color: #707070;
    font-weight: 500;
    font-family: 'Questrial';
    font-size: 0.8em;
}

.scrollable-container.box-stats > table > tbody > tr:nth-child(odd) > td:nth-child(2) {
    background-color: #DDDDDD;
}

.scrollable-container.box-stats > table > tbody > tr:nth-child(even) > td:nth-child(2) {
    background-color: #D5D5D5;
}

.scrollable-container.box-stats > table > tbody > tr:nth-child(odd) > td:nth-child(2),
.scrollable-container.box-stats > table > tbody > tr:nth-child(even) > td:nth-child(2) {
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
}

.scrollable-container.box-stats > table > tbody > tr > td:nth-child(2) > div:first-child {
    width: 25px;
    float: left;
    padding-right: 5px;
    color: #032A70;
    font-size: 1.1em;
    position: relative;
    top: -5px;
}

.scrollable-container.box-stats > table > tbody > tr > td:nth-child(2) > div:last-child {
    width: 100px;
    float: left;
    font-family: 'Questrial';
    font-weight: 600;
    position: relative;
    top: -4px;
    line-height: 1.0em;
    font-size: 1.6rem;
}

.scrollable-container.box-stats > table > tbody > tr > td:nth-child(2) > div:last-child > span:last-child {
    text-transform: none;
    font-weight: normal;
}

/*./BOX STATS*/

/*CHARTS*/

/*./CHARTS*/

/*LINEUPS*/
.scrollable-container.lineup {
    height: 806px;
}

.scrollable-container.lineup > table > tbody > tr > td {
    width: 81px;
}

.scrollable-container.lineup > table > tbody > tr > td:first-child {
    background-color: #DDDDDD;
    text-align: center;
}

.scrollable-container.lineup > table > tbody > tr > td > div {
    width: 240px;
    height: 50px;
    overflow-x: scroll;
}

.scrollable-container.lineup .scrollable-items {
    overflow-y: hidden;
}

.scrollable-container.lineup .scrollable-items .scrollable-item {
    width: 40px;
    white-space: nowrap;
    float: left;
    margin: 0px 2px;
}

.scrollable-container.lineup .scrollable-items a {
    position: relative;
}

.scrollable-container.lineup .scrollable-items span {
    position: absolute;
    left: 7px;
    top: 14px;
    font-family: "Avenir";
    font-size: 1em;
    color: #fff;
}


.scrollable-container.lineup .scrollable-items img {
    margin: 5px 0px 5px 5px;
/ / -webkit-filter: brightness(0.5);
}

.scrollable-container.lineup .scrollable-items .gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(29%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
    height: 100px;
}

.scrollable-container.lineup .scrollable-items .jersey-gradient {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 40px;
    height: 30px;
    z-index: 19;
}

.scrollable-container.lineup .scrollable-items span.jersey {
    z-index: 20;
}

.scrollable-container.lineup > table > tbody > tr > td > div > a:last-child > img {
    margin-right: 5px;
}

/*./LINEUPS*/
/*./scrollable table-container UPDATE*/

/*./ table BOX-STATS*/

/* table CHARTS*/
.table-main.charts > table {
    position: relative;
    z-index: 10;
    height: 826px;
}

.table-main.charts > table > thead > tr > th:nth-child(1) {
    width: 21%;
    font-size: 0.8em;
    padding-top: 3px;
}

.table-main.charts > table > thead > tr > th:nth-child(2), .table-main.charts > table > tbody > tr > td:nth-child(2) {
    background: #F8F8F8;
    padding: 0px;
}

.table-main.charts > table > tbody > tr > td:nth-child(1) > div,
.table-main.charts > table > tbody > tr > td:nth-child(2) > div {
    overflow-y: scroll;
    z-index: 20;
    background: #F8F8F8;
    width: 100%;
}

.table-main.charts > table > tbody > tr > td:nth-child(1) > div {
    height: 800px;
/ / position: absolute;
    top: 0px;
    padding: 0px;
    width: 100%;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div {
    height: 800px;
    position: absolute;
/ / top: - 21 px;

    padding: 5px;
    width: 100%;
    font-size: 1.0em;
}

::-webkit-scrollbar {
    display: none;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable {
    width: 100%;
    margin-bottom: 22px;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr > td {
    border: 1px solid #F8F8F8;
    text-align: center;
    vertical-align: bottom;
    background: #F8F8F8;
    font-family: 'Questrial';
    font-weight: 100;
    padding: 3px;
    color: #4d4d4d;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr > td > p {
    margin-bottom: 4px;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr:first-child > td:first-child {
    vertical-align: middle;
}

/*players list section*/
.table-main.charts table.intable {
    width: 100%;
}

.table-main.charts table.intable img {
    width: 100%;
}

.table-main.charts table.intable > tbody > tr > td {
    width: 40px;
    height: 50px;
    border-width: 0px;
    border: none none;
    border-bottom: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
}

.table-main.charts table.intable > tbody > tr:last-child > td {
    border-bottom: 0px solid #4d4d4d;
}

.table-main.charts table.intable > tbody > tr > td:first-child {
    border-left: 0px solid #4d4d4d;
}

.table-main.charts table.players > tbody > tr:nth-child(1) > td:nth-child(2) {
    background-color: #D5D5D4;
    color: #032A70;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
    padding-top: 4px;
    line-height: 1.0em;
}

.table-main.charts table.players > tbody > tr:nth-child(1) > td:nth-child(2) > span:nth-child(3) {
    color: #707070;
    font-weight: 500;
    font-family: 'Questrial';
    font-size: 0.8em;
}

.table-main.charts table.players > tbody > tr:nth-child(odd) > td:nth-child(2),
.table-main.charts table.players > tbody > tr:nth-child(even) > td:nth-child(2) {
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
}

.table-main.charts table.players > tbody > tr:nth-child(odd) > td:nth-child(2) {
    background-color: #DDDDDD;
}

.table-main.charts table.players > tbody > tr:nth-child(even) > td:nth-child(2) {
    background-color: #D5D5D5;
}

.table-main.charts table.players > tbody > tr > td {
    padding: 0px;
    vertical-align: middle;
}

.table-main.charts table.players > tbody > tr > td:nth-child(2) > div:first-child {
    width: 25px;
    float: left;
    padding-right: 5px;
    color: #032A70;
    font-size: 1.1em;
}

.table-main.charts table.players > tbody > tr > td:nth-child(2) > div:last-child {
    width: 100px;
    float: left;
    font-family: 'Questrial';
    font-weight: 600;
    position: relative;
    top: -4px;
    line-height: 1.0em;
}

.table-main.charts table.players > tbody > tr > td:nth-child(2) > div:last-child > span:last-child {
    text-transform: none;
    font-weight: normal;
}

/*players list section*/

/*diagramm table sets*/
.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr:first-child > td.ttl-cell > p {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.25em;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr:first-child > td.ttl-cell > p:nth-child(1) {
    font-size: 3.0em;
    font-family: 'Oswald';
}

/*./ diagramm table sets*/

/* circle diagramms*/
.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr > td > svg {
    text-align: center;
    position: relative;
    left: 2px;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr > td > svg, circle {
    transform-origin: 50% 50%;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr > td > svg, text {
    font-family: 'Oswald';
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .intable > tbody > tr > td > svg > tspan, text > tspan {
    font-size: 0.5em;
}

/*./ circle diagramms*/

/*inline stats row*/
.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .inline-stats > tbody > tr > td > p:first-child,
.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > p:last-child {
    font-size: 1.7em;
    font-family: 'Oswald';
}

/*./ inline stats row*/

/*zone-shot section*/
.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div {
    margin-left: 10px;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div > .nav-pills > li {
    border: 1px solid #515151;
    font-size: 1.25em;
    width: 200px;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div > .nav-pills > li > a {
    color: #515151;
    font-weight: 100;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div > .nav-pills > li.active > a,
.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div > .nav-pills > li:focus > a {
    background: #515151;
    color: #fff;

}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div > .nav-pills > li.active:hover > a {
    color: orange;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > div > .nav-pills > li:hover > a {
    color: orange;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .zone-shot > tbody > tr > td > p {
    text-align: center;
}

.table-main.charts > table > tbody > tr > td:nth-child(2) > div > .svg-section > tbody > tr > td > div.tab-content > div.tab-pane > div > img {
    width: 100%;
    margin-bottom: 15px;
}

/*./ zone-shot section*/

/*./ table CHARTS*/

/* table LINEUPS*/
.table-main.lineups > table > thead > tr > th:first-child {
    font-size: 0.8em;
    padding-top: 2px;
}

.table-main.lineups > table > thead > tr > th {
    width: 60px;
}

.table-main.lineups > table > thead > tr > th:first-child {
    width: 180px;
}

.table-main.lineups > table > thead > tr > th > span {
    display: block;
    display: block;
    margin: 7px 0 7px 22px;
    width: 30px;
    line-height: 1em;
    font-size: 0.8em;
}

.table-main.lineups > table > thead > tr > th > p {
    margin: 7px 0 7px 0;
    line-height: 0.40em;
    font-size: 0.8em;
}

.table-main.lineups > table > tbody > tr > td:nth-child(2) {
    padding-top: 5px;
    padding-left: 5px;
    background: inherit;
    text-align: inherit;
}

.table-main.lineups > table > tbody > tr:nth-child(odd) > td:nth-child(2) {
    background: inherit;
}

.table-main.lineups > table > tbody > tr > td:nth-child(1) {
    background: #DDDDDD;
}

.table-main.lineups > table > tbody > tr > td:nth-child(1) > a > img {
    float: left;
    margin: 5px 0 5px 5px;
}

/*team-name-cell lineups*/
.table-main.lineups > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    color: inherit;
    font-weight: 100;
}

.table-main.lineups > table > tbody > tr:nth-child(1) > td:nth-child(2) > p:last-child {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}

/*/. team-name-cell lineups*/

/*player-name-cell lineups*/
.table-main.lineups > table > tbody > tr > td > p {
    margin-bottom: inherit;
}

.table-main.lineups > table > tbody > tr > td > img {
    width: inherit;
}

.table-main.lineups > table > tbody > tr > td:nth-child(2) > div:first-child {
    width: inherit;
    float: inherit;
    padding-right: inherit;
    color: inherit;
    font-size: inherit;
}

.table-main.lineups > table > tbody > tr > td:nth-child(2) > div:last-child {
    width: inherit;
    float: inherit;
    font-family: inherit;
    font-weight: inherit;
    position: inherit;
    top: inherit;
}

.table-main.lineups > table > tbody > tr > td:nth-child(2) > div:last-child > p:first-child {
    margin-bottom: inherit;
}

.table-main.lineups > table > tbody > tr > td:nth-child(2) > div:last-child > p:last-child {
    text-transform: inherit;
    font-weight: inherit;
}

/*./ player-name-cell lineups*/

/*./ table LINEUPS*/

/* ./ CONTENT */


/* FOOTER */

.footer-logo > img {
    width: 85%;
    margin-bottom: 10px;
}

@media (max-width: 991px) and (min-width: 480px) {
    .footer-logo > img {
        width: 35%;
    }
}

@media (max-width: 479px) and (min-width: 300px) {
    .footer-logo > img {
        width: 50%;
    }
}

.footerbottom {
    margin-top: 10px;
}

a.footer-logo > img {
    margin-bottom: 10px;
}

.footer-sn, .footer-bottom {
    text-align: right;
}

.footer-sn > a > img {
    margin-bottom: 10px;
}

.footer-bottom > p > a {
    text-decoration: underline;
}

/* ./ FOOTER */


/* SIGNIN */

body.signin > .container {
    margin-top: 13%;
}

body.signin, body.signin > .container > .row > div {
    background: #032A70;
    color: #fff;
    text-align: center;
}

body.signin, body.signin > .container > .row > div > img {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    right: -4px;
}

body.signin > .container > .row > div > form > input {
    background: #1A406E;
    color: #fff;
    width: 100%;
    margin: 5px;
    padding: 10px 15px 10px 15px;
    font-family: 'Oswald';
    font-weight: 100;
    border-width: 1px;
}

body.signin > .container > .row > div > form > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 1.0);
}

body.signin > .container > .row > div > form > input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 1.0);
}

body.signin > .container > .row > div > form > input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 1.0);
}

body.signin > .container > .row > div > form > input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 1.0);
}

body.signin > .container > .row > div > form > input.signin-submit-button {
    color: #032A70;
    background: #fff;
}

body.signin > .container > .row > div > form > input.signin-submit-button:active {
    background: lightgray;
}

body.signin > .container > .row > div > ul, body.signin > .container > .row > div > ul > li {
    list-style-type: none;
    font-family: 'Questrial';
    text-transform: uppercase;
    padding: 15px 0px 15px 0px;
}

body.signin > .container > .row > div > ul > li:hover > a {
    text-decoration: none;
}

body.signin > .container > .row > div > div {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 109px;
    vertical-align: middle;
}

body.signin > .container > .row > div > div > a {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    padding-left: 5px;
    font-size: 1.5em;
    text-decoration: none;
}

body.signin > .container > .row > div > div > a:hover {
    text-decoration: none;
    color: #F6713F;
}

body.signin > .container > .row > div > div > a > span {
    position: relative;
    top: -3px;
}

/*./ SIGNIN */


/* MODAL */
.modal-body {
    padding: 0px;
}

.modal-content {
    border-radius: 0px;
    border-width: 0px;
    position: relative;
    top: 100px;
    font-family: 'Oswald';
    font-weight: 100;
    text-transform: uppercase;
    height: 594px;
}

.modal-content > .modal-header {
    background: #434343;
    color: #fff;
    border: 0px;
}

.filter-sidebar {
    width: 30%;
    float: left;
    height: 541px;
    background: #F0F0F0;
}

.filter-sidebar > ul.nav-pills > li {
    margin: 0px;
}

.filter-sidebar > ul.nav-pills > li > a {
    color: #434343;
    background: #F0F0F0;
    border-bottom: 1px solid #9E9E9E;
}

.filter-sidebar > ul.nav-pills > li.active > a {
    background: #DFDFDF;
    color: #434343;
}

.filter-content {
    width: 70%;
    float: right;
    height: 541px;
    font-family: 'Questrial';
}

.filter-content > .tab-pane > .subheader {
    background: #9E9E9E;
    color: #434343;
    padding: 4px 15px 4px 15px;
    font-weight: bold;
    font-size: 0.95em;
}

.filter-content > .tab-pane > .subcontent {
    padding-top: 15px;
    padding-bottom: 50px;
}

/*update-button*/
.modal-body > div:nth-child(3) {
    clear: both;
}

.modal-body > div:nth-child(3) > button {
    width: 30%;
    border-radius: 0px;
    border: 0px;
    background: #032A70;
    color: #fff;
    padding: 10px;
}

.modal-body > div:nth-child(3) > button:hover {
    color: #F6713F;
}

/*./ update-button*/

/*radio-buttons*/
.subcontent > form > input {
    margin: 10px 5px 5px 15px;
    border: 0px;
    background: #EDEDED;
    border-radius: 0px;
    padding: 7px 10px 7px 10px;
    font-size: 0.82em;
    text-transform: uppercase;
}

.wide-input {
    width: 150px;
}

.subcontent > form > label {
    margin: 5px 25px 5px 25px;
    color: #231F20;
}

.subcontent > form > input[type="text"] {
    position: relative;
    left: -35px;
}

#drill-5 {
    width: 200px;
}

.subcontent > form > span {
    position: relative;
    left: -30px;
}

.subcontent > form > input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    margin: 0 9px -9px 0;
    background-image: url(../img/radio-unchecked.png);
    background-repeat: no-repeat;
}

.subcontent > form > input[type="radio"]:checked + label::before {

    background-image: url(../img/radio-checked.png);
    background-repeat: no-repeat;
}

/*./ radio-buttons*/

/*accordion*/
.filter-content > .tab-pane > .accordion h4 > a > span:first-child {
    color: #434343;
}

.filter-content > .tab-pane > .accordion div.active {
    background: #A0A0A0;
    color: #fff;
    border-radius: 0px;
    border-width: 0px;
}

.filter-content > .tab-pane > .accordion div.active > h4 > a > span:first-child {
    color: #fff;
}

.filter-content > .tab-pane > .accordion > div > div {
    border-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-bottom: 5px;
}

.filter-content > .tab-pane > .accordion > div > div:first-child {
    border-top-width: 0px;
}

.filter-content > .tab-pane > .accordion > div > div:nth-child(2) {
    position: relative;
/ / bottom: 6 px;
}

.filter-content > .tab-pane > .accordion > div > div:nth-child(3) {
    position: relative;
/ / bottom: 12 px;
}

.filter-content > .tab-pane > .accordion > div > div > div > h4,
.filter-content > .tab-pane > .accordion h4 > a {
    font-family: 'Questrial';
    font-size: 0.95em;
    text-decoration: none;
}

.filter-content > .tab-pane > .accordion h4 > a:hover {
    text-decoration: none;
    color: #F6713F;
}

.filter-content > .tab-pane > .accordion > div > div > div > div {
    padding: 0px 0px 0px 25px;
    border-bottom: 1px solid #000;
}

.filter-content > .tab-pane > .accordion table {
    margin: 0px;
}

.filter-content > .tab-pane > .accordion table > thead > tr > th,
.filter-content > .tab-pane > .accordion table > tbody > tr > th,
.filter-content > .tab-pane > .accordion table > tfoot > tr > th,
.filter-content > .tab-pane > .accordion table > thead > tr > td,
.filter-content > .tab-pane > .accordion table > tbody > tr > td,
.filter-content > .tab-pane > .accordion table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 1px solid #000;
}

.filter-content > .tab-pane > .accordion table > tbody > tr:last-child > td {
    border-bottom: 0px solid #000;
}

.filter-content > .tab-pane > .accordion table > tbody > tr > td:first-child {
    text-align: left;
    padding-left: 0px;
    font-family: 'Oswald';
    font-size: 1.2em;
    color: #434343;
}

.filter-content > .tab-pane > .accordion table > tbody > tr > td:nth-child(2) {
    text-align: left;
    padding-left: 0px;
    text-transform: none;
}

.filter-content > .tab-pane > .accordion table > tbody > tr > td:nth-child(3) {
    position: relative;
    width: 50px;;
}


.filter-content > .tab-pane > .accordion > div > div > div:nth-child(2) > div > table > tr > td:nth-child(1) {
    font-family: 'Oswald';
}

.filter-content > .tab-pane > .accordion > div > div > div > h4 > a > span:nth-child(1) {
    font-size: 1.2em;
}


.filter-content > .tab-pane > .accordion h4 > a > span:nth-child(2),
.filter-content > .tab-pane > .accordion h4 > a > img {
    position: relative;
    left: 140px;
}

/*Section below MUST BE REMOVED at once SVG chart styles complete*/

.map-content {
    height: 367px;
    width: 100%;
    float: left;
}

.map-dot-details {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #ddd;
    margin-top: -38px;
    width: 120px;
    padding: 7px;
    margin-left: -42px;
    display: none;
}

.map-dot-details::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 20px 0 20px;
    border-color: rgba(255, 255, 255, .8) transparent transparent transparent;
    left: 38px;
}

.map-dot8 .map-dot-details {
    display: block;
}

.map-dots {
    position: static;
    color: #222;
}

.map-dot {
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    font-family: 'OswaldLight';
    font-size: 18px;
    color: #585858;
}

.map-dot1 {
    background-color: #d12626;
    top: 155px;
    left: 10%;
}

.map-dot2 {
    background-color: #d12626;
    top: 30px;
    left: 25.5%;
}

.map-dot3 {
    background-color: #d12626;
    top: 155px;
    left: 28.5%;
}

.map-dot4 {
    background-color: #d12626;
    top: 155px;
    left: 46%;
}

.map-dot5 {
    background-color: #d12626;
    top: 155px;
    right: 31.5%;
}

.map-dot6 {
    background-color: #d12626;
    top: 30px;
    right: 27.5%;
}

.map-dot7 {
    background-color: #d12626;
    top: 155px;
    right: 10%;
}

.map-dot8 {
    background-color: #d12626;
    top: 295px;
    left: 46%;
}

/*END CPORT DOTS STYLES*/


.main-menu .navbar {
    border-bottom: none;
}

.subcontent > form > span {
    left: 0px !important;
}

.history-body {
    height: 530px;
    overflow: hidden;
    overflow-y: scroll;
}

.table-main table th {
    cursor: pointer;
}

.progress-circle-bar {
    transform: rotate(-90deg);
}

.modal-header div.header {
    float: left;
}

.modal-header .controls {
    float: right;
}

.modal-header .controls button {
    padding: 0px 20px;
    font-size: 14px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid blue;
}

.table.table-striped.table-bordered .arrow {
    position: absolute;
    top: 8px;
    left: 0px;
}

body.signin button.signin-submit-button {
    color: #032A70;
    background: #fff;
}

body.signin > .container > .row > div > form > button {
    background: #1A406E;
    color: #fff;
    width: 100%;
    margin: 5px;
    padding: 10px 15px 10px 15px;
    font-family: 'Oswald';
    font-weight: 100;
    border-width: 1px;
}

body.signin > .container > .row > div > form > button.signin-submit-button {
    color: #032A70;
    background: #fff;
}

body.signin > .container > .row > div > form > button.signin-submit-button:active {
    background: lightgray;
}

form .help-block.help-block-error {
    color: white;
}

.history-subitem {
    cursor: pointer;
}

.table-main.charts table.players > tbody > tr:nth-child(even) > td.active:nth-child(2), .table-main.charts table.players > tbody > tr:nth-child(odd) > td.active:nth-child(2) {
    background: #515151;
    color: #FFF;
}


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


/*COMPARE*/
.table-compare > table > thead > tr > th:nth-child(1) {
    background-color: #fff;
    color: #0D2857;
    width: 22%;
    padding: 0px;
    font-family: 'Oswald';
    text-align: left;
    font-size: 15px;
    line-height: 1.01em;
}

.table-compare > table > thead > tr > th:nth-child(1) > div {
    margin: 10px;
}

.table-compare > table > thead > tr > th:nth-child(1) > div > span::after {
    content: '';
    background-image: url(../img/arrow-down.png);
    display: block;
    position: absolute;
    left: 205px;
    bottom: 7px;
    width: 14px;
    height: 8px;
}

.table-scrolled-content {
    margin-top: -34px; /*ugly but works*/
    background-color: #F5F5F5;
}

.table-responsive {
    position: relative;
}

.round-vs {
    font-weight: 100;
    font-size: 1.4em;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 340px;
    left: 420px;
    color: #CCCDCD;
    background-color: #313131;
    border-radius: 50%;
    text-align: center;
    padding-top: 19px;
}

.zonemap-quarter {
    padding: 0px 30px 20px 30px;
    background-color: #F5F5F5;
}

.zonechart-player-details {
    width: 100%;
    color: #636363;
    font-weight: 200;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    font-size: 0.9em;
}

.zonechart-player-details tr:first-child {
    font-family: 'Oswald';
    font-size: 1.2em;
}

.zonechart-player-details tr td {
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
}

.zonechart-player-details tr td > div {
    height: 45px;
}

.zonechart-player-details tr td > div > img {
    width: 100%;
}

.zonechart-player-details tr:first-child > td:first-child {
    width: 45px;
    padding-left: 0px;
}

.zonechart-player-details .pull-left {
    padding-left: 5px;
    padding-top: 2px;
}

.tab-content div > img {
    margin-bottom: 5px;
}

.table-compare .intable svg, text {
    font-weight: 100;
}

/*./CHARTS*/

/*LINEUPS*/
.lineup-table tr {
    height: 50px;
}

.scrollable-items {
    width: 250px;
    height: 52px;
}

.scrollable-item {
    margin: 5px;
}

.owl-theme .owl-controls .owl-page {
    display: none;
}

.scrollable-items span {
    position: absolute;
    left: 3px;
    top: 25px;
    font-family: "Avenir";
    font-size: 1.2em;
    color: #fff;
}

.lineups-diagram-table {
    width: 97.5%;
    margin: 10px;
}

.lineups-diagram-table th > div {
    float: left;
    vertical-align: middle;
    height: 30px;
}

.lineups-diagram-table th span {
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 0.9em;
    color: #636363;
    margin-left: 5px;
}

.lineups-diagram-table th:nth-child(2) {
    width: 30%;
}

.lineups-diagram-table table svg {
    margin-left: 10px;
}

.table-compare table.intable > tbody > tr > td {
    border-bottom: 0px solid #4d4d4d;
    border-left: 0px solid #4d4d4d;
    background-color: #F5F5F5;
    text-align: center;
    color: #636363;
    font-weight: 500;
    line-height: 1.0em;
    font-size: 0.8em;
}

table.lineup-diagram > tbody > tr > td > span:first-child {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 1.2em;
}

/*
table.lineup-lined-diagram {
    width: 100%;
}*/

table.lined-diagram {
    margin: 0 0px 0px 0;
    padding: 0;
    width: 350px;
    background: #f4f4f4;
}

table.lined-diagram td {
    text-align: right;
}

table.lined-diagram td > span {
    text-transform: uppercase;
    color: #424242;
    margin: 0;
    margin-right: 5px;
    font-size: 15px;
}

table.lined-diagram td > span.description-1 {
    position: relative;
    top: 2px;
}

table.lined-diagram td > span.description-2 {
    position: relative;
    bottom: 5px;
}

table.lined-diagram td > span.description-3 {
    position: relative;
    bottom: 11px;
}

table.lined-diagram td > span.description-4 {
    position: relative;
    bottom: 19px;
}

table.lined-diagram td > span.description-5 {
    position: relative;
    bottom: 16px;
}

table.lined-diagram td > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table.lined-diagram td > ul > li {
    margin: 7px 0 0px 0;
    padding: 0;
    background: #dfdfdf;
    color: #fff;
    text-align: left;
}

table.lined-diagram td > ul > li > div {
    width: 50%;
    background: #00326f;
    margin: 0px;
    padding: 10px 0px 12px 0px;
}

table.lined-diagram td > ul > li > div.line-1 {
    width: 0%;
}

table.lined-diagram td > ul > li > div.line-2 {
    width: 0%;
}

table.lined-diagram td > ul > li > div.line-3 {
    width: 0%;
}

table.lined-diagram td > ul > li > div.line-4 {
    width: 0%;
}

table.lined-diagram td > ul > li > div.line-5 {
    width: 0%;
}


/*./LINEUPS*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.table-main > table.advanced-stats > tbody > tr > td {
    line-height: 1.1em;
}

.table.advanced-stats > tbody > tr:nth-child(even) > td {
    background: #D5D5D5;
}

.table.advanced-stats > tbody > tr:nth-child(even) > td:nth-child(1) {
    background: #D5D5D5;
}

.table.advanced-stats > tbody > tr > td:nth-child(1) {
    width: 20%;
    font-size: 1em;
    padding: 8px 8px;
    text-align: right;
}

.table-main > table.table.advanced-stats > tbody > tr:nth-child(1) > td:nth-child(2) {
    color: #4d4d4d;
    font-weight: 300;
}

.table-main > table.table.advanced-stats > tbody > tr > td:nth-child(2) {
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
}

.table-main > table.table.advanced-stats > tbody > tr:nth-child(odd) > td:nth-child(2) {
    background: none;
}

.table-main > table.table.advanced-stats > tbody > tr:nth-child(1) > td:nth-child(2) {
    color: #4d4d4d;
}

.table-main > table.table.advanced-stats {
    margin-bottom: 15px;
}

.table-main > table.table.box-score {
    margin-bottom: 15px;
}

.utils a {
    font-family: 'Questrial';
    font-weight: 600;
    color: #4d4d4d;
    text-decoration: underline;
}

.default-btns button, .default-btns a {
    font-family: 'Oswald';
    font-weight: 100;
    width: 15%;
    text-align: center;
    border: 1px solid #707070;
    text-transform: uppercase;
    padding: 7px 10px 5px 10px;
    color: #4d4d4d;

}

.export-xml .default-btns button {
    /*    background-color: white;*/
    border-radius: 0px;
}

.export-xml .default-btns span.label-span {
    padding-bottom: 10px;
    display: block;
}

.export-xml .default-btns a {
    background-color: #DDDDDD;
}

.export-xml .default-btns a {
    padding: 7px 20px 5px 20px;
    text-decoration: none;
}

.export-xml {
    min-height: 680px;
}

/*Maxx added for extended SVG court*/
.zonemap-extended-svg-wrapper text {
    font-family: 'Oswald';
    color: #ffffff;
    fill: #FFF;
}

.zonemap-extended-svg-wrapper .text-label.st11 {
    font-size: 7.5px;
}

.zonemap-extended-svg-wrapper .text-label.st12 {
    font-size: 4px;
}

.zonemap-extended-svg-wrapper .text-label.stpercent {
    font-size: 5.5px;
}

.zonemap-extended-svg-wrapper svg path, .zonemap-extended-svg-wrapper svg rect {
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke: #5E5E5E;
    stroke-width: 0.25;
    stroke-miterlimit: 22.9256;
}

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

.equal {
    display: flex;
    flex-wrap: wrap;
}

.sportcode-content .main-list-item {
    padding: 0px 0px;
    border-right: 1px solid black;
    background-color: #f0f0f0
}

.sportcode-content .main-list-item ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.sportcode-content .main-list-item li {
    border-bottom: 1px solid black;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Oswald";
    color: rgb(84, 84, 84);
    text-align: left;
}

.sportcode-content .main-list-item ul li:hover, .sportcode-content .main-list-item ul li.active {
    background-color: #545454;
    color: #FFF;
}

.sportcode-content .main-list-item ul li:hover a, .sportcode-content .main-list-item ul li.active a {
    color: #FFF;
    text-decoration: none;
}

.sportcode-content .main-list-item li span {
    display: block;
    padding: 10px 10px;
}


.sportcode-content .list-item {
    padding: 10px 0px 0px 15px;
}

.sportcode-content .list-item ul {
    list-style-type: none;
    padding-inline-start: 10px;
    height: 600px;
    overflow: scroll;
}

.sportcode-content .list-item ul li {
    border-bottom: 1px solid black;
    padding: 10px 0px;
    font-size: 18px;
    font-family: "Avenir";
    color: rgb(67, 67, 67);
}

.sportcode-content .list-item ul li:last-child {
    border-bottom: none;
}

.sportcode-content .list-item ul li .img {
}

.sportcode-content .list-item ul li .date {
    padding-left: 15px;
}

.sportcode-content .list-item ul li .name {
    padding-left: 50px;
}

.sportcode-content .equal {
    border: 1px solid black;
}

.sportcode-content button {
    width: auto;
    min-width: 150px;
}

.training-popup-wrapper .popup-content {
    background-color: #333333;
    color: #FFF
}

.training-popup-wrapper {
    width: 100%;
    height: 100%;
    top: 0;

    z-index: 4000;
}

.training-popup-wrapper .popup {
    z-index: 2000;
    width: 430px;
    left: 38%;
    margin-left: -50px;
    top: 38%;
}

.training-popup-wrapper .popup-content .header {
    padding: 10px 10px;
    font-size: 20px;
    font-family: 'Avenir';
    line-height: 1.35;
    text-align: center;
}

.training-popup-wrapper .popup-content form {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 9px;
}

.training-popup-wrapper .formErrors .error {
    background-color: #ff0000;
    padding: 10px 10px;
    text-align: center;
}

.training-popup-wrapper form input::placeholder {
    color: #ebebeb;
}

.training-popup-wrapper form input {
    background-color: #7d7d7d;
    color: #ebebeb;
    line-height: 2.90em;
    width: 95%;
    border: 1px solid #FFF;
    padding: 0 10px;
}

.training-popup-wrapper form.has-errors input {
    border: 1px solid #ff0000;
}

.training-popup-wrapper form button {
    margin: 20px 0px;
    border-width: 0px;
    background-color: #F36F25;
    color: #fff;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.0em;
    line-height: 1.60em;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
}

.row .table-responsive {
    overflow-x: scroll;
    min-width: 750px;
}

table thead tr th.column-header {
    width: 22%;
}

.player-short-info span {
    display: block;
}

@media (max-width: 800px) {
    .scrollable-container.box-stats > table > tbody > tr > td:nth-child(2) > div:last-child {
        font-size: 1rem;
    }
}

/**added 22.1.2020**/


table.scroll-horiz-vertical {
    position: relative;
    /*width: 700px;*/
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
}

table.scroll-horiz-vertical {
    border: 1px solid black;
}

table.scroll-horiz-vertical th {
    border-right: 1px solid #707070;
    border-bottom: 1px solid black;
}

table.scroll-horiz-vertical td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

/*table.scroll-horiz-vertical, table.scroll-horiz-vertical th, table.scroll-horiz-vertical td {
   border: 1px solid black;
}*/

/*thead*/
table.scroll-horiz-vertical thead {
    position: relative;
    display: block; /*seperates the header from the body allowing it to be positioned*/
    width: 1155px;
    overflow: visible;
}

table.scroll-horiz-vertical thead th {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    background: #616161;
    font-weight: 100;
    vertical-align: middle;
    padding: 0px;
    min-width: 70px;
    height: 32px;
    cursor: pointer;
}

table.scroll-horiz-vertical thead th:nth-child(1) { /*first cell in the header*/
    position: relative;
    display: block; /*seperates the first cell in the header from the header*/
    background: #616161;
    z-index: 30;
    width: 220px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
    vertical-align: middle;
    padding: 0px;
    min-width: 60px;
    height: 45px;
}


/*tbody*/
table.scroll-horiz-vertical tbody {
    position: relative;
    display: block; /*seperates the tbody from the header*/
    width: 1155px;
    height: 756px;
    overflow: scroll;
}

table.scroll-horiz-vertical tbody td {
    background-color: #FFF;
    min-width: 70px;
    font-family: 'Oswald';
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

table.scroll-horiz-vertical tbody tr td:nth-child(1) { /*the first cell in each tr*/
    position: relative;
    display: block; /*seperates the first column from the tbody*/
    height: 75px;
    width: 220px;
    background-color: #FFF;
    z-index: 30;
    text-align: left;
}

table.scroll-horiz-vertical tbody::-webkit-scrollbar {
    width: 5px; /* remove scrollbar space */
    height: 5px;
    background: transparent; /* optional: just make scrollbar invisible */
    display: block;
}

/* optional: show position indicator in red */
table.scroll-horiz-vertical tbody::-webkit-scrollbar-thumb {
    background: #616161;
    display: block;
    /*height:1px;*/
}

table.scroll-horiz-vertical .title, .table.scroll-horiz-vertical .short-desc {
    text-align: left;
    font-family: 'Questrial';
    font-weight: 600;
    position: relative;
    padding: 10px 5px 10px 80px;
    display: block;
    vertical-align: middle;
    line-height: 1.0em;
}

.scroll-horiz-vertical .title .title-internal {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.scroll-horiz-vertical .title .title-internal span {
    word-break: break-all;
}

.scroll-horiz-vertical .title .title-internal span:last-child {
    display: block;
}


table.scroll-horiz-vertical .upic {
    width: 75px;
    height: 75px;
    border-right: 1px solid black;
    object-fit: cover;
}

table.scroll-horiz-vertical img {
    width: 100%;
    margin: 0px;
}

table.scroll-horiz-vertical > tbody > tr:nth-child(odd) > td:nth-child(1) {
    background-color: #DDDDDD;
}

table.scroll-horiz-vertical > tbody > tr:nth-child(even) > td:nth-child(1) {
    background-color: #D5D5D5;
    word-break: break-all;
}

table.scroll-horiz-vertical .title span {
    color: #707070;
    font-weight: 400;
    text-align: left;
}

table.scroll-horiz-vertical > tbody > tr > td:nth-child(1) .title span {
    font-weight: 600;
    font-family: 'Questrial';
    color: #4d4d4d;
    line-height: 1.0em;
    overflow-wrap: break-word;
}

table.scroll-horiz-vertical > tbody > tr > td:nth-child(1) .title span:last-child {
    text-transform: none;
    font-weight: normal;
}

table.scroll-horiz-vertical > tbody > tr:nth-child(1) > td:nth-child(1) .title span {
    font-family: 'Oswald';
    color: #032A70;
}

table.scroll-horiz-vertical > tbody > tr:nth-child(1) > td:nth-child(1) .title span:last-child {
    color: #707070;
    font-weight: 500;
    font-family: 'Questrial';
    font-size: 0.8em;
    text-transform: uppercase;
}

/**end added 22.1.2020**/


.zone-info {
    position: absolute;
    font-size: 0.7em;
    color: #FFFFFF;
    border: 0px solid white;
}

.zone-info span {
    font-family: 'Oswald';
    display: block;
    padding-top: 6%;
    text-align: center;
}

.zone-info span:nth-child(1) {
    font-size: 2em
}

.zone-info span:nth-child(2) {
    font-size: 1.3em
}

.zonemap-quarter .zone-info span:nth-child(1) {
    font-size: 1.2em
}
.zonemap-quarter .zone-info span:nth-child(2) {
    font-size: 1.0em
}
.zonemap-quarter .zone-info span:nth-child(3) {
    font-size: 0.6em
}


.zone-info.zone1 {
    top: 10%;
    left: 42%;
    height: 15%;
    width: 8%;
}

.zone-info.zone2 {
    top: 10%;
    left: 50%;
    height: 15%;
    width: 8%;
}

.zone-info.zone3 {
    top: 25%;
    left: 38.5%;
    width: 11%;
}
.zonemap-quarter .zone-info.zone3 {
    top: 24%;
    left: 38.5%;
    width: 11%;
}

.zonemap-quarter .zone-info.zone3 span {
    padding-top: 0%;
}

.zonemap-quarter .zone-info.zone3 span:nth-child(1) {
    font-size: 0.8em
}
.zonemap-quarter .zone-info.zone3 span:nth-child(2) {
    font-size: 0.8em
}
.zonemap-quarter .zone-info.zone3 span:nth-child(3) {
    font-size: 0.5em
}

.zone-info.zone3 span {
    text-align: left;
    padding-top: 4%;
}

.zone-info.zone4 {
    top: 40%;
    left: 38%;
    width: 12%;
}

.zone-info.zone5 {
    top: 40%;
    left: 50%;
    width: 12%;
}

.zone-info.zone6 {
    top: 25%;
    left: 50.5%;
    width: 11%;
}

.zonemap-quarter .zone-info.zone6 {
    top: 24%;
}
.zonemap-quarter .zone-info.zone6 span {
    padding-top: 0%;
}

.zonemap-quarter .zone-info.zone6 span:nth-child(1) {
    font-size: 0.8em
}
.zonemap-quarter .zone-info.zone6 span:nth-child(2) {
    font-size: 0.8em
}
.zonemap-quarter .zone-info.zone6 span:nth-child(3) {
    font-size: 0.5em
}

.zone-info.zone6 span {
    text-align: right;
    padding-top: 4%;
}

.zone-info.zone7 {
    top: 12%;
    left: 11%;
    width: 26%;
}

.zone-info.zone8 {
    top: 38%;
    left: 11%;
    width: 26%;
}

.zone-info.zone9 {
    top: 59%;
    left: 29%;
    width: 9%;
}

.zonemap-quarter .zone-info.zone9 span {
    padding-top: 0%;
}
.zonemap-quarter .zone-info.zone9 span:nth-child(1) {
    font-size: 1.0em
}
.zonemap-quarter .zone-info.zone9 span:nth-child(2) {
    font-size: 0.8em
}
.zonemap-quarter .zone-info.zone9 span:nth-child(3) {
    font-size: 0.5em
}

.zone-info.zone9 span {
    padding-top: 4%;
}

.zone-info.zone10 {
    top: 59%;
    left: 40%;
    width: 12%;
}

.zone-info.zone10 span {
    padding-top: 4%;
}

.zone-info.zone11 {
    top: 59%;
    left: 48%;
    width: 12%;
}

.zone-info.zone11 span {
    padding-top: 4%;
}

.zone-info.zone12 {
    top: 59%;
    left: 62%;
    width: 9%;
}

.zonemap-quarter .zone-info.zone12 span {
    padding-top: 0%;
}
.zonemap-quarter .zone-info.zone12 span:nth-child(1) {
    font-size: 1.0em
}
.zonemap-quarter .zone-info.zone12 span:nth-child(2) {
    font-size: 0.8em
}
.zonemap-quarter .zone-info.zone12 span:nth-child(3) {
    font-size: 0.5em
}

.zone-info.zone12 span {
    padding-top: 4%;
}

.zone-info.zone13 {
    top: 38%;
    left: 63%;
    width: 26%;
}

.zone-info.zone14 {
    top: 12%;
    left: 63%;
    width: 26%;
}

.zone-info.zone15 {
    top: 14%;
    left: 0%;
    width: 8%;
}

.zone-info.zone16 {
    top: 40%;
    left: 0%;
    width: 12%;
}

.zone-info.zone17 {
    top: 70%;
    left: 2%;
    width: 34%;
}

.zone-info.zone18 {
    top: 80%;
    left: 38%;
    width: 12%;
}

.zone-info.zone19 {
    top: 80%;
    left: 50%;
    width: 12%;
}

.zone-info.zone20 {
    top: 70%;
    left: 64%;
    width: 34%;
}

.zone-info.zone21 {
    top: 40%;
    left: 88%;
    width: 12%;
}

.zone-info.zone22 {
    top: 14%;
    left: 92%;
    width: 8%;
}