/* 
    Document   : home
    Created on : 13.06.2014., 17.09.49
    Author     : Botke
    Description:
        Purpose of the stylesheet follows.
*/
.ikonica {
    position: relative;
    float: left;
    margin-right: 4px;
    margin-left: 6px;
}

.preko :hover{
    opacity: 0.8;
    cursor: pointer;
}

th.game {
    font-weight: normal;
}

html, body {
    height: 100%;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

/*html,body{height:100%; color: #fff; font-family: 'Roboto', sans-serif;}*/

body {
    font-size: 13px;
    background-color: rgba(10, 21, 42, 1);
    background: radial-gradient(circle, #6d8aa5, #303d49);
}

#background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../images/back_v3.jpg") no-repeat center center rgba(10, 21, 42, 1);
    background-size: cover;
}

footer a {
    color: #fff !important;
}

#footerBlock {
    width: 100%;
    height: 50px;
}

option {
    /*background-color: rgba(0,0,0,0.3)!important;*/
    background-color: #45580B !important;
}

.header-clear {
    height: 45px;
}

header {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    /*background-color: rgba(0,0,0,1);*/
    background-color: rgba(7, 19, 37, 0.4);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.212);
}

header #headerHolder {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

header #headerHolder .menuActive {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: rgba(10, 21, 42, 1);
}

#headerLogo {
    float: left;
    width: 290px;
    height: 100%;
    margin-right: 5px;
}

#headerLogo img {
    float: left;
    width: 15%;
    margin-left: 8px;
}

#headerLogo h1 {
    float: left;
    margin: 0 0 0 36px !important;
    font-size: 25px;
    line-height: 44px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.7);
}

#headerMatchNews {
    float: left;
    width: 580px;
    height: 100%;
    margin-left: 10px;
    margin-right: 15px;
}

#headerMatchNews .btn-group-justified {
    height: 26px;
    margin-top: 9px;
}

#headerMatchNews .btn-primary,
#headerTipsUser .btn-primary {
    background-color: transparent;
    border-color: rgba(30, 42, 60, 1);
    /*border-radius: 0;*/
    border-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

#headerMatchNews .btn-primary:hover,
#headerTipsUser .btn-primary:hover {
    background-color: rgba(30, 42, 60, 1);
}

#headerTipsUser {
    float: left;
    width: 290px;
    height: 100%;
}

#headerTipsUser .btn-group-justified {
    position: absolute;
    width: 160px;
    height: 20px;
    margin-top: 12px;
    margin-left: 20px
}

#headerTipsUser #headerSocial {
    float: right;
    width: 90px;
    height: 44px;
}

#headerTipsUser #headerSocial a {
    float: right;
    width: 32px;
    height: 44px;
}

#headerTipsUser #headerSocial a img {
    width: 44px;
    height: 44px;
}

.footer-clear {
    height: 92px;
    width: 100%;
    display: inline-block;
}

footer {
    height: 92px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
}

.blacktransparent {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: rgba(255, 255, 255, 1) !important;
}

/*.newsOpacity{
    opacity: 0.7;
}

.newsOpacity:hover{
    opacity: 1;
}*/

.blacktransparent1 {
    color: rgba(255, 255, 255, 1) !important;
}

#main-container {
    height: 100%;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /*z-index: 1;*/
    overflow-y: hidden;
    overflow-x: hidden;

}

.maindivs {
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 0 !important;
    border-right: 1px solid #fff;
    /* tamno plava */
    /*background-color: rgba(7,19,37,0.5);*/
    /* plava */
    /*background-color: rgba(13,69,107,1);*/
    /* zelena */
    /*background-color: rgba(19,66,70,1);*/
    /* bela */
    /*background-color: rgba(255,255,255,1);*/
}

.maindivs.last {
    border-right: none;
}

.col-600 {
    width: 600px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    margin-right: 5px;
}

.col-410 {
    width: 410px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.col-290 {
    width: 290px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    margin-right: 5px;
}

.translucent {
    /* tamno plava */
    background: url("../../images/translucid.png") no-repeat center center rgba(7, 51, 103, 1);
    /* plava */
    /*background: url("../../images/translucid.png") no-repeat center center rgba(13,69,107,1);*/
    /* zelena */
    /*background: url("../../images/translucid.png") no-repeat center center rgba(19,66,70,1);*/
    /* bela */
    /*background: url("../../images/translucid.png") no-repeat center center rgba(255,255,255,1);*/
    background-size: cover;
    /*color: rgba(66,68,70,1)!important;*/
}

.page-content {
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
}

/*.page-content-scroll {
    z-index:10;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height:100%;
}*/

.page-sidebar {
    /*background-color: rgba(0,155,155,0.5);*/
    width: 266px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
}

/*.page-sidebar-scroll{
    z-index:2;
    width:2830px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height:100%;
    padding-right: 5px;
}

.page-sidebar-noscroll{
    width:266px;
    height:100%;
}*/

.headerelement {
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.headerelement input {
    border-radius: 0px;
}

.headerelementright {
    text-align: right;
}

a:link#fantasyTableTitleA {
    color: white;
    text-decoration: none;
}
a:visited#fantasyTableTitleA {
    color: white;
    text-decoration: none;
}
a:hover#fantasyTableTitleA {
    color:  white;
    text-decoration: none;
}
a:active#fantasyTableTitleA {
    color:  white;
    text-decoration: none;
}

a:link#tabelaFantasyLink {
    color: white;
    text-decoration: none;
}
a:visited#tabelaFantasyLink {
    color: white;
    text-decoration: none;
}
a:hover#tabelaFantasyLink {
    color:  white;
    text-decoration: none;
}
a:active#tabelaFantasyLink {
    color:  white;
    text-decoration: none;
}

.myred {
    font-weight: 900;
    color: red;
    display: inline;
}

.resultgrid {
    padding: 0px 3px;
}

.resultgridright {
    color: #f00;
}

#result {
    margin: 0px 5px;
    border: 1px solid;
    height: 47px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 0px;
}

#ticketHeader {
    background-color: rgba(0, 0, 0, 0.5) !important;
    margin: 5px 5px 0px 5px;
    padding: 13px 0px;
    border: 1px solid;
    /*border-top-style: none;*/
}

#ticketContent {
    margin: 0px;
}

.even {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.even td {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.odd {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.odd td {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

#ticketTable .even {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.searchTable .odd {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.searchTable {
    width: 100% !important;
    cursor: pointer;
}

.searchTable tr:hover {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.searchTable tr.odd:hover {
    background-color: rgba(0, 0, 0, 0.55) !important;
}

.searchTable tr:active {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.searchTable tr.odd:active {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.category-sprite {
   background: url(../../images/category-sprite_2017_new.png) no-repeat top left;
   background-position: -3360px 0px;
   display: inline-block;
   width: 32px;
   height: 32px;
   vertical-align: middle;
   margin: 0 4px;
   transform: scale(0.7);
}

.category-sprite-England-1 {
   background-position: -2208px 0px;
}

.category-sprite-Champions-League {
   background-position: -9568px 0px;
}

.category-sprite-Europa-League {
   background-position: -9536px 0px;
}

.category-sprite-UEFA-Nations-League {
   background-position: -9504px 0px;
}

.category-sprite-France-1 {
   background-position: -2528px 0px;
}

.category-sprite-Germany-1 {
   background-position: -2688px 0px;
}

.category-sprite-Italy-1 {
   background-position: -3520px 0px;
}

.category-sprite-Serbia-1 {
   background-position: -6112px 0px;
}

.category-sprite-Spain-1 {
   background-position: -6464px 0px;
}

.category-sprite-Euro-Cup {
    background-position: -9184px 0px;
}

.category-sprite-Basketball-Champions-League {
    background-position: -9216px 0px;
}

.category-sprite-ABA-League {
    background-position: -9248px 0px;
}

.category-sprite-Euroleague {
    background-position: -9280px 0px;
}

.category-sprite-NBA {
    background-position: -9312px 0px;
}

.category-sprite-ATP {
    background-position: -9472px 0px;
}

.category-sprite-WTA {
     background-position: -9440px 0px;
}

td.group {
    padding: 2px 2px !important;
}

/*.category-sprite {
    background: url(../../images/category-sprite_sm.png) no-repeat top left;
    background-position: -73.5px -473px;
    display: inline-block;
    width: 24px;
    height: 21px;
    vertical-align: middle;
    margin: 0 4px;
}*/

/*.category-sprite-Champions-League {
    background-position: -220px -387px;
}

.category-sprite-Europa-League {
    background-position: -220px -365px;
}

.category-sprite-England-1 {
    background-position: -49px -301px;
}

.category-sprite-France-1 {
    background-position: -49px -473px;
}

.category-sprite-Spain-1 {
    background-position: -171.5px -451.5px;
}

.category-sprite-Germany-1 {
    background-position: -220.5px -279.5px;
}

.category-sprite-Italy-1 {
    background-position: -98px -64.5px;
}

.category-sprite-Serbia-1 {
    background-position: -171.5px -215px;
}*/

.category-sprite-EURO016 {
    background-position: -220.5px -408px;
}

td.group {
    background-color: rgba(0, 0, 0, 0.7);
}

.searchTable .match {
    /*border-right: 1px solid #ddd !important;*/
}

.collapsed-group {
    color: #999 !important;
}

.expanded-group {
    color: #fff !important;
}

#downloadlinks {
    float: right;
    height: 100%;
    width: 20%;
}

/*#oddsScreen {
    height: 100%;
}*/

/************************************************/
/******************* USER DIV *******************/
/************************************************/

/*#userLogo {
    position: relative;
    margin-bottom: 5px;
}*/

#connect {
    height: 20%;
    padding-top: 1%;
}

#myStats {
    height: 45%;
}

/* TICKET SCREEN */

td.odds {
    cursor: pointer;
}

/*#downloadapp {
    height: 260px;
    margin-top: 10px;
}

#downloadapp .screenshots {
    height: 80%;
}

#downloadapp .badges {
    height: 10%;
}

#downloadapp img {
    max-height: 60%;
    max-width: 60%;
}*/

/* ODDS SCREEN */
.headerOddsStyle {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    /*height: 20px;*/
    padding-bottom: 5px;
}

.matchVotes {
    cursor: pointer;
}

.matchVotes:hover {
    background-color: rgba(7, 19, 37, 1);;
}

/*.matchVoted {
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    line-height: 40px;
     tamno plava
    background-color: rgba(7,19,37,0.8);
     plava
    background-color: rgba(13,69,107,1);
     zelena
    background-color: rgba(19,66,70,1);
     bela
    background-color: rgba(255,255,255,1);
}

.matchVoted.first {
    testradius border-bottom-left-radius: 5px;
}

.matchVoted.last {
    testradius border-bottom-right-radius: 5px;
    border-right: none;
}*/

#saveTicket {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    /*testradius    border-radius: 5px;*/
    cursor: pointer;
    /*height: 42px;*/
}

#saveTicket .btn-warning {
    background-color: rgba(255, 147, 0, 0.3);
}

#saveTicket .btn-warning:hover {
    background-color: rgba(255, 147, 0, 0.4);
}

#saveTicket span {
    vertical-align: initial;
}

#saveTicket:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#save {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 40px;
    padding: 0;
}

#save .btn-warning {
    background-color: rgba(188, 198, 204, 0.3);
}

/*#save.tipserName span {
    vertical-align: initial !important;
}*/

#saveUnlogged {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}

#saveUnlogged .btn-warning {
    background-color: rgba(255, 147, 0, 0.3);
}

/*#saveUnlogged .tipserName span {
    vertical-align: initial !important;
}*/

#saveUnasigned {
    border: 1px solid #fff;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}

.oddsScreen .matchodds {
    border: 1px solid #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1%;
    width: 31.33333333%;
}

.oddsScreen .matchodds:hover {
    background-color: rgba(0, 0, 0, 0.3);;
}

.oddsScreen .matchodds .matchVotes :active {
    background-color: rgba(0, 0, 0, 0.1);;
}

.oddsScreen .matchodds .matchVoted .avarage {
    font-size: 80%;
    position: absolute;
    right: 3px;
    bottom: 3px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.8);
}

.oddsScreen #headerOdds {
    background-color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}

.oddsScreen #headerOdds span {
    padding: 8px 2px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

/* TIPS SCREEN */
.tipsbox {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 65%;
    min-height: 260px;
}

.tipserName {
    background-color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    padding: 4px 0;
}
.fantasyName {
    background-color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    padding: 4px 0;
    display: none;
}

.tipserName span {
    padding: 0px 2px;
    text-align: center;
    display: inline-block;
    float: none;
}

.newsTime {
    position: absolute;
    top: 2px;
    right: 5px;
    text-shadow: 0px 0px 3px black;
}

.tipserChart {
    position: absolute;
    bottom: 10%;
    float: left;
    width: 25%;
    height: 65%;
    padding: 2px;
}

.userChart {
    position: absolute;
    bottom: 6%;
    float: left;
    width: 25%;
    height: 65%;
    padding: 2px;
}

.tipserData {
    position: absolute;
    bottom: 10%;
    right: 0;
    float: left;
    width: 75%;
    height: 65%;
}

.userData {
    position: absolute;
    bottom: 9%;
    right: 0;
    float: left;
    width: 75%;
    height: 60%;
}

.gameTeamsName {
    margin-bottom: 4px;
}

.newsData {
    /*background-size: cover;*/
    position: absolute;
    /*    bottom: 1%;
        right: 0;
        float: left;
        width: 80%;
        height: 75%;
        margin-right: 10%;
        margin-left: 10%;*/

    bottom: 1%;
    right: 0;
    float: left;
    /*    width: 100%;
        height: 100%;*/
    margin-right: 0;
    margin-left: 0;
    top: 0px;
}

.numericCol{
    padding-right: 5px;
    text-align: center;
}

.gameData {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
}

.gameDataShadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    /*background: url("../../images/logoShadow.png") no-repeat center center transparent;*/
    background-size: cover;
}

.gameButtons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
}

.tipserDataImageHolder {
    height: 70%;
    padding: 0;
}

.tipserDataImageHolder img {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    max-width: 78%;
    max-height: 78%;
    margin: 0 auto;
    /*margin: 20% auto 20% auto;*/
    -webkit-filter: drop-shadow(0px 0px 5px #fff);
    filter: drop-shadow(0px 0px 5px #fff);
}

.tipserDataBetImages {
    display: block;
    float: left;
    padding: 0;
    line-height: 0;
}

.tipsterDataPadding {
    height: 30%;
    font-size: 15px;
}

.tipsterDataPadding p.gameTeamsName {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: 0px 0px 3px black;
    text-align: center;
}

.buttonNumValue {
    /*display: block;*/
    /*font-size: 20px;*/
    /*line-height: 30px;*/
}

.buttonTextValue {
    /*display: block;*/
    /*line-height: 13px;*/
}

/*.buttonStatValue1{
    background: url("../../images/buttonStatValue1.png") no-repeat center center transparent;
    background-size: initial;
}

.buttonStatValue2{
    background: url("../../images/buttonStatValue2.png") no-repeat center center transparent;
    background-size: initial;
}

.buttonStatValue3{
    background: url("../../images/buttonStatValue3.png") no-repeat center center transparent;
    background-size: initial;
}*/

/*#sireg{
    white-space: initial !important;
    padding: 10px !important;
    width: 100%;
    position: absolute;
    left:0px;
    height: 41px;
    font-size: 13px;
}*/

/*#logout{
    white-space: initial !important;
    padding: 10px !important;
    width: 100%;
    position: absolute;
    left:0px;
    height: 41px;
    font-size: 13px;

    margin-right: 30px;
}*/

.newsDataImageHolder {
    height: 66%;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 auto 10px auto;
}

.newsDataImageHolder img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px auto;
}

.userDataImageHolder img {
    height: 82%;
    width: 82%;
    padding: 0;
    display: block;
    margin: 0 auto 0 auto;
    max-width: 82%;
    max-height: 82%;
}

.popover.bottom > .arrow {
    top: -11px !important;
}

.newsDataPadding {
    position: absolute;
    background-color: rgba(11, 24, 44, 0.5);
    width: 100%;
    bottom: 0;
    text-align: justify;
}

.newsDataPadding p {
    text-shadow: 0px 0px 3px #000;
    padding: 2px 10px;
    margin: 0 0 5px 0;
}

.hideChart {
    display: none;
}

.tipsterDataSpan {
    display: block;
    height: 20px;
    margin-top: 8px;
}

.tipsterDataCenter {
    width: 100%;
    height: 100%;
}

.tipserDataImage {
    max-width: 20%;
    max-height: 30%;
}

.tipsterDataSmartImage {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 30%;
    max-height: 40%;
}

.tipserDataImageLeft {
    margin-left: 10px;
}

.tipsterAlignCenter {
    cursor: pointer;
    padding: 0;
}

.tipsterAlignRight {
    text-align: right;
    cursor: pointer;
    padding: 0;
}

.tipsterAlignLeft {
    text-align: left;
    cursor: pointer;
    padding: 0;
}

.tipsterDataAnd {
    padding: 0;
}

.tipsterDataPercent {
    margin-top: 5px;
}

/* USER SCREEN */

/*#userLogo .avatar{
    opacity: 0.6;
    padding: 3%;
    height: 50%;
}

#userLogo .avatar img{
    height: 100%;
}*/

.modal-content {
    background-color: rgba(0, 0, 0, 0.7);
}

#radiohidemessage .help-block {
    display: none !important;
}

/* bootstrap extended */
h1 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    color: #fff;
}

td {
    border-left: none !important;
    border-right: none !important;
    vertical-align: middle !important;
    padding: 8px 2px !important;
}

select {
    padding: 0px !important
}

button.close {
    font-size: 40px !important;
    float: none
}

.container {
    min-height: 100%;
    position: relative;
}

.center-block {
    float: none !important
}

.table {
    width: 100%;
    margin-bottom: 0 !important
}

.input-group-addon {
    width: 130px !important
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

/* datatable exdended */
.dataTables_filter, .dataTables_length, .dataTables_info, .dataTables_paginate {
    display: none;
}

/* Extra Small */
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: 8px;
        margin-bottom: 4px;
    }

    h1 {
        font-size: 24px
    }

    h3 {
        font-size: 16px
    }

    .col-290, .col-410, .col-600 {
        width: 100%;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 1px;
    }
    .modal-body{
        padding: 15px 0px 0px;
    }
    /*.page-sidebar-scroll{width: 100%!important}*/
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    h1 {
        font-size: 28px
    }

    h3 {
        font-size: 18px
    }

    .col-290, .col-410, .col-600 {
        width: 100%;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
    }

    .modal-body{
        padding: 15px 0px 0px;
    }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: 15px;
        margin-bottom: 8px;
    }

    h1 {
        font-size: 32px
    }

    h3 {
        font-size: 20px
    }

    .col-290, .col-410, .col-600 {
        width: 100%;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 6px;
    }
    .modal-body{
        padding: 15px 0px 0px;
    }
}

/* Large */
@media (min-width: 1200px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 31px
    }

    h3 {
        font-size: 24px
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
    }
}

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

.gamePrecentage_1, .gamePrecentage_2, .gamePrecentage_3 {
    background-color: rgba(255, 147, 0, 0.3);

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;

    /*testradius    border-radius: 5px;*/
}

.saveTicket {

    background-color: rgba(255, 147, 0, 0.3);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /*testradius    border-radius: 5px;*/
}

.newsLogo {
    margin-left: 2px;
    float: left;
}

.newstext {
    margin: 10px 0 0;
}

.borderRadiusTop {
    /*testradius border-top-left-radius: 5px; */
    /*testradius border-top-right-radius: 5px; */
}

.borderRadiusBottom {
    /*testradius border-bottom-left-radius: 5px; */
    /*testradius border-bottom-right-radius: 5px; */
}

.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 rgba(255, 255, 255, 0.2);
}

.sprite-spinner {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 5px;
}

.sprite-spinner img {
    width: 30px;
}

.spinner-wrap {
    display: none;
    text-align: center;
    height: 40px;
}

.spanTicket {
    width: 100%;
}

#unasigned {
    display: none;
}

#bestOffer, #bestOffer1, #bestOffer2, #bestOffer3 {
    color: white;
    font-size: 16px;
    /*font-weight: bold;*/
}

#saveUnlogged, #saveTicket, #save {
    display: none;
}

#savedTicketContent1, #savedTicketContent2, #savedTicketContent3, #savedTicketContentUser1, #allTickets {
    display: none;
    margin-top: 10px;
}

#allFantasyGames {
}

#allTickets {
    margin-top: 10px;
}

#fantasyTableTitle {
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
}

#savedTicketContent1, #savedTicketContentUser1 {
    background-color: rgba(255, 0, 0, 0.3);
}

#savedTicketContent2 {
    background-color: rgba(255, 255, 0, 0.3);
}

#savedTicketContent3 {
    background-color: rgba(255, 0, 255, 0.3);
}

#tipster1Started, #tipster2Started, #tipster0Started, #matchStarted, #matchV {
    background-color: #081325;
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
}

.pTiltle {
    background-color: rgba(255, 0, 0, 0.4);
    line-height: 30px;
}

.pText {
    margin-top: 40px;
}

#allTicketsTable tbody tr, #numberOfTickets {
    cursor: pointer;
}
#allFantasyGames{
    cursor: pointer;
    /*display: block;*/
}


.iOSClickable {
    cursor: pointer;
}

.statsRow {
    /*border: 1px solid #fff;*/
    height: 30px;
    line-height: 30px;
    background-color: rgba(10, 10, 10, 0.5);
    margin: 0.5%;
    white-space: nowrap;
    /*width: 31.33333333%;*/
}

.rightText {
    float: right;
    padding-right: 5%;
}

.leftText {
    float: left;
    padding-left: 5%;

}

.tableClubName{
    text-align: left;
    width: 74%;
    white-space: nowrap;
    overflow-x: scroll;
}

.tableSingleStat {
    width: 10%;
    height: 30px;
    line-height: 30px;
    float: right;
}

.tableHeader {
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0.5%;
}

.leagueButton {
    height: 30px;
    line-height: 30px;
    /*background-color: rgba(0,0,0,0.8);*/
    /*margin: 5px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    /*padding: 5px;*/
}

.leagueButton:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

#contentBoxChoose {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 10px;
}

#chooseBoxTitleWrap {
    height: 10%;
}

.incidentIcon {
    background: url(../../images/incidentsIcons.png) no-repeat top left;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.incident-cr {
    background-position: 0 -64px
}

.incident-cy {
    background-position: 0 -23px
}

.incident-cy2 {
    background-position: 0 -44px
}

.incident-gg, .incident-geg {
    background-position: 0 -85px
}

.incident-ppm {
    background-position: -66px -188px
}

.incident-gps {
    background-position: -43px -188px
}

.incident-gpsm {
    background-position: -65px -188px
}

.incident-gp {
    background-position: -44px -188px
}

.incident-gog {
    background-position: -22px -107px
}

.incident-assist {
    background-position: -44px -167px
}

/*.icon-a, .icon-assist {*/
/*background-position: -22px -168px*/
/*}*/

/*.icon-a.icon-light, .icon-assist.icon-light {*/
/*background-position: -44px -167px*/
/*}*/

/*.icon-eg, .icon-g, .icon-goal {*/
/*background-position: 0 -85px*/
/*}*/

/*.icon-ep, .icon-p, .icon-penalty, .icon-ps {*/
/*background-position: 0 -190px*/
/*}*/

/*.icon-ep.icon-light, .icon-p.icon-light, .icon-penalty.icon-light, .icon-ps.icon-light {*/
/*background-position: -44px -188px*/
/*}*/

/*.icon-eog, .icon-og, .icon-own-goal {*/
/*background-position: -22px -89px*/
/*}*/

/*.icon-eog.icon-light, .icon-og.icon-light, .icon-own-goal.icon-light {*/
/*background-position: -22px -107px*/
/*}*/

/*.icon-epm, .icon-penalty-miss, .icon-pm, .icon-psm {*/
/*background-position: -21px -190px*/
/*}*/

/*.icon-epm.icon-light, .icon-penalty-miss.icon-light, .icon-pm.icon-light, .icon-psm.icon-light {*/
/*background-position: -66px -188px*/
/*}*/

/*.icon-y, .icon-yellow-card {*/
/*background-position: 0 -23px*/
/*}*/

/*.icon-r, .icon-red-card, .icon-suspended {*/
/*background-position: 0 -64px*/
/*}*/

/*.icon-second-yellow, .icon-y2 {*/
/*background-position: 0 -44px*/
/*}*/

/*.icon-so, .icon-sub-out {*/
/*background-position: 0 -107px*/
/*}*/

/*.icon-si, .icon-sub-in {*/
/*background-position: 0 -127px*/
/*}*/

/*.icon-sub, .icon-substitution {*/
/*background-position: 0 -166px*/
/*}*/

/*.icon-help {*/
/*background-position: -55px -115px*/
/*}*/

/*.icon-l-arrow {*/
/*background-position: -33px -25px*/
/*}*/

/*.icon-r-arrow {*/
/*background-position: -17px -25px*/
/*}*/

/*.icon-injured {*/
/*background-position: 0 -205px*/
/*}*/

/*.icon-injured-doubtful {*/
/*background-position: -22px -205px*/
/*}*/

/*.icon-int-duty {*/
/*background-position: -22px -222px*/
/*}*/

/*.icon-banned, .icon-not-qual {*/
/*background-position: 0 -222px*/
/*}*/

/*.icon-arrow-down:after {*/
/*content: "\25BC";*/
/*font-size: 12px*/
/*}*/

.statsHeaderIcon {
    position: absolute;
    top: 8px;
    left: 20px;
}

.homeTeamStyle {
    text-align: right;
    padding: 0;
    overflow: scroll;
    /*text-overflow: ellipsis;*/
}

.awayTeamStyle {
    text-align: left;
    padding: 0;
    overflow: scroll;
    /*text-overflow: ellipsis;*/
}

.homeIncident{
    position:absolute;
    left:10%;
    top:6px;
}

.awayIncident{
    position:absolute;
    right: 10%;
    top: 6px;
}

.sportHeader{
    cursor: pointer;
    font-size: 13px;
    background-color: rgba(0, 0, 0,0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    padding: 10px;
    text-align: center;
}