@import url('global.css');
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/

/*----------------LAYOUT STYLES--------------------*/

body {
    background:#101010;
    font-family:'Open Sans', Arial, Verdana, sans-serif;
    text-align:center;
    color:#fff;
    height: 100%;
}

a {
    text-decoration:none;
}

.page-wrapper-main {
    background:transparent url('../images/top-bg.jpg') repeat-x scroll left top;
    width:100%;
    /*overflow:hidden;
    position:relative;*/
}

.main-content-main, .page-header
{  
    margin: 0 auto;  
    text-align:left;
    width:1543px;
	
}

/*----------------Header Styles--------------------*/


.page-header{
    overflow:hidden;
    position:relative;
    height: 50px;

}

.logo 
{
    background:transparent url('../images/logo.png') no-repeat scroll left top;
    display:block;
    float:left;
    font-size:2em;
    font-weight:bold;
    height:30px;
    margin:3px 0 13px 0;
    text-indent:-9999px;
    width:142px;
}

.logo:hover {
    opacity:0.8;
}

/*login*/

.login-panel {
    height:30px;
    line-height:30px;
    position:absolute;
    top:0;
    right:0px;
}

.login-panel label {
    border:none;
    color:#808080;
    display:block;
    float:left;
    font-size:0.8em;
    height:18px;
    line-height:18px;
    margin-top:7px;
    padding:0 3px 0 15px;
}

.login-panel a {
    color:#5E5E5E;
    display:block;
    float:left;
    font-size:0.8em;
    margin-right:5px;

}

.login-panel a:hover {
    color:#fff;
}

.login-panel a.red {
    color:#BD0101;
}

.login-panel a.red:hover {
    color:#EF3229;
}

.username {
    background:#CCC;
    border:none;
    /*color:#808080;*/
    display:block;
    float:left;
    font-size:0.8em;
    height:18px;
    line-height:18px;
    margin-top:7px;
    padding:0 3px 0 5px;
    width:140px;
    margin-left: 5px;
}

.my-profile, .sign-out {
    border:none;
    font-size:0.9em;
    height:24px;
    line-height:24px;
    padding:0 5px;
}
.my-profile {
    background: transparent url('../images/myprofile-bg.jpg') repeat-x scroll left top;
    float:left;
    height:24px;
    line-height:18px;
    margin:2px 5px 14px 5px;
    padding:1px 5px;
    width:150px;
}

.balance {
    background:#fff;
    border:1px solid #171717;
    text-shadow: none;
    color:black;
    display:block;
    float:right;
    font-size:0.9em;
    height:19px;
    line-height:19px;
    padding:0 8px;
}

.sign-out {
    background:transparent url('../images/td-bg.jpg') repeat-x scroll left top;
   /* color:#8f8f8f;*/
    color:#fff;
    text-transform:uppercase;
    padding:0 10px;
    margin-left: 10px;
}

.scores {
    background: transparent url('../images/myprofile-bg.jpg') repeat-x scroll left top;
    border: 1px solid #cc0000;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    margin-left: 10px;
}

.header-inputs {
    float:left;
    margin-right:0px;
    overflow:hidden;
    padding-top:4px;
}

.header-inputs div {
    background:#fff;
    border:1px solid #9b9b9b;
    color:#666;
    display:block;
    float:left;
    font-size:0.9em;
    height:19px;
    line-height:19px;
    margin-left:6px;
    text-align:center;
    width:75px;
}


/*main-nav*/

.main-nav {
    position:absolute;
    right:200px;
    top:75px;
}

.main-nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.main-nav ul li {
    display:inline;
}

.main-nav ul li a {
    color:#fff;
    display:block;
    float:left;
    font-weight:bold;
    height:44px;
    line-height:44px;
    padding:0 15px;
    text-align:center;
    text-shadow:-1px 1px 3px rgba(0,0,0, 0.6);
    text-transform:uppercase;
}

.main-nav ul li a:hover, .main-nav ul li a.active {
    background:transparent url('../images/menu-bg.png') no-repeat scroll center top;
    color:#EF3229;
}

/*-------------MainContent Styles------------------*/

.main-content-main 
{
      background:#101010;
      border:1px solid #000;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-box-shadow:    inset 0 1px  3px rgba(255, 255, 255, 0.2);
      -webkit-box-shadow: inset 0 1px  3px rgba(255, 255, 255, 0.2);
      box-shadow:         inset 0 1px  3px rgba(255, 255, 255, 0.2);
      margin-bottom:60px;
      min-height: 810px;
}

.main-left {
    float:left;
}

.col1 {
    background:#000;
    float:left;
    margin-right:0;
    padding:30px 0 0 0;
    position:relative;
    /*
    width:230px;*/
    width:13%;
}

.col1 h2 {
    background:transparent url('../images/col1-heading.png') no-repeat scroll left top;
    color:#D5D5D5;
    height:45px;
    line-height:45px;
    padding-left:50px;
    position:absolute;
    top:-8px;
    left:-36px;
    -webkit-text-shadow:-1px 1px 1px #000;
    -moz-text-shadow:-1px 1px 1px #000;
    text-shadow:-1px 1px 1px #000;
    width:263px;
}

.quotes {
    padding:5px 0;
    /*
    float:left;
    width: 1215px;
    */
    margin-left:13%;
    max-height:690px;
    min-height:690px;
    overflow-y:auto;
    overflow-x:hidden;
}

.main-right {
    float:right;
    overflow:hidden;
    width:230px;
}


.main-heading {
    font-size:1.5em;
    height:82px;
    line-height:82px;
    margin-bottom:10px;
    padding-left:20px;
}

/*--panel-nav styles--*/

.selected-sport,selected-live  {
    background:transparent url('../images/selected-sport.png') no-repeat scroll left top;
   
    float:left;
    font-size:1.1em;
    line-height:60px;
}

.selected-sport a {
	 color:#EF3229 !important;
}

.selected-live a {
	 color:white !important;
}

.sport-icon {
    display:block;
    float:left;
    height:45px;
    margin:10px 8px 0 1px;
    width:45px;
}

.sport-icon.football {
  /*  background:transparent url('../images/pictograms.png') no-repeat scroll left -663px;*/
  background-position: -6px -652px;
  margin-top:0;
  padding-left: 45px;
}

.panel-nav {
    background: transparent url('../images/panel-nav-bg.jpg') repeat-x scroll left top;
    height:65px;
    line-height:65px;
    width:1315px;
    float:left;
}

.panel-nav ul {
    list-style:none;
    margin:0;
    padding:0;

}

.panel-nav ul li {
    background:transparent url('../images/nav-divider.png') no-repeat scroll left center;
    display:block;
    float:left;
    height:60px;
    margin-left: 5px;
}

.panel-nav ul li:first-child {
    background:none;
}
.panel-nav ul li.pull-right {
    float:right
}

.panel-nav ul li a {
    background: transparent url('../images/pictograms.png') no-repeat scroll left 10px;
    color:#CDCDCD;
    display:block;
    /*font-size:14px;
    float:left;*/
    height:60px;
    line-height:60px;
    /*padding:0 11px 0 38px;*/
}

.panel-nav ul li a:hover {opacity:0.6;}

.panel-nav ul li a.tennis {padding-left:43px;}
.panel-nav ul li a.basketball {
    background-position: -2px -85px;
    padding-left:48px;
}

.panel-nav ul li a.volleyball {
    background-position: -2px -179px;
    padding-left:47px;
}

.panel-nav ul li a.nfl {
    background-position: -2px -274px;
    padding-left:47px;
}

.panel-nav ul li a.rugby {
    background-position: -2px -274px;
    padding-left:48px;
}

.panel-nav ul li a.handball {
    background-position: -1px -468px;
    padding-left:48px;
}

.panel-nav ul li a.waterpolo {
    background-position: -1px -563px;
    padding-left:48px;
}

.panel-nav ul li a.footsal {
    background-position: -6px -652px;
    padding-left:50px;
}

.panel-nav ul li a.hockey {
    background-position: left -747px;
    padding-left:47px;
}

.panel-nav ul li a.baseball {
    background-position: 1px -839px;
    padding-left:47px;
}

.panel-nav ul li a.live-link {
    background:green url('../images/live-small.gif') no-repeat 12px 18px;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    -moz-text-shadow:-1px 1px #0A3E0A;
    -webkit-text-shadow:-1px 1px #0A3E0A;
     text-shadow: -1px -1px 0 #000,  1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    padding:0 13px;
    width: 60px;
    
    /*
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0F940B), color-stop(1, #0B220A));
	background:-moz-linear-gradient(top, #0F940B 5%, #0B220A 100%);
	background:-webkit-linear-gradient(top, #0F940B 5%, #0B220A 100%);
	background:-o-linear-gradient(top, #0F940B 5%, #0B220A 100%);
    */
	background-color:#77d42a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
    
}

.panel-nav ul li a.casino-link {
    background:green url('../images/casino-link.gif') no-repeat;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    -moz-text-shadow:-1px 1px #0A3E0A;
    -webkit-text-shadow:-1px 1px #0A3E0A;
     text-shadow: -1px -1px 0 #000,  1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    padding:0 13px;
    width: 60px;
    
    /*
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0F940B), color-stop(1, #0B220A));
	background:-moz-linear-gradient(top, #0F940B 5%, #0B220A 100%);
	background:-webkit-linear-gradient(top, #0F940B 5%, #0B220A 100%);
	background:-o-linear-gradient(top, #0F940B 5%, #0B220A 100%);
    */
	background-color:#77d42a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
    background-size: 88px;
    
}

/*----------main-left styles*/

.league-selector {
    background:#000;
    border-bottom:5px solid #000;
    list-style:none;
    margin:0;
    padding:13px;
    min-height: 680px;
    max-height: 680px;
    overflow-y: auto;
    overflow-x: hidden;  
}

.league-selector li {
    /*background: transparent url('../images/arrow-right.png') no-repeat scroll left 9px;*/
    margin-bottom:3px;
    padding:0 0 0 10px;
}

.league-selector li.open {
    background:transparent url('../images/arrow-down.jpg') no-repeat scroll left 9px;
}

.league-selector li a {
    /*color:#fff;*/
    color:#D5D5D5;
    display:block;
    /*height:20px;
    line-height:20px;
    */
    overflow: hidden;
    text-overflow:ellipsis;
    width:85%;
}

.league-selector li a.active, .league-selector li a:hover, .show-more:hover {
    color:#EF3229;
}
.sub-category {
    list-style:none;
    margin-left:20px;
    padding:0;
}

.sub-category li {
    background:none;
}
.sub-category li a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}
.show-more {
    background:#000 url('../images/show-more-arrows.jpg') no-repeat scroll 8px 11px;
    color:#fff;
    display:block;
    padding:5px 10px 5px 20px;
}
/*-------main-right styles ---------*/
.sidebar-panel {
    background:#000;
    overflow:hidden;
}

.sidebar-panel h2 {
    background:transparent url('../images/sidebar-heading.jpg') no-repeat scroll left top;
    height:41px;
    line-height:41px;
    margin-bottom:25px;
    padding-left:45px;
}

/*date selector*/

.date-selector {
    margin:10px 0 7px 0;
    overflow:hidden;
}

.move-left, .move-right {
    background:transparent url('../images/arrow-left.png') no-repeat scroll left center;
    display:block;
    float:left;
    height:45px;
    width:15px;
}

.move-right {
    background:transparent url('../images/arrow-right.png') no-repeat scroll right center;
}

.dates {
    float:left;
    height:45px;
    width:200px; 
    margin:0px;
    padding:0px;
}

.dates li {
    float:left;
    list-style:none;
    padding-left: 7px;
}

.dates li a {
    color:#fff;
    display:block;
    float:left;
    height:35px;
    padding:5px 0;
    text-align:center;
    width:33px;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.dates li a:hover, .dates li a.active {
    color:#EF3229;
}

.dates li span {
    display:block;
    line-height:1;
}

.dates li span.day {
    display:block;
    font-size:1.0em;
    text-transform: capitalize;
}

/*tabs*/

.tab-control {
    margin:0;
    padding:0;
    margin-left:52px;
}

.tab-control li {
    display:inline;
    float:left;
    margin-left:-52px;
    position:relative;
}
.tab-control li a {
    display:block;
    font-size:1.2em;
    font-weight:bold;
    height:30px;
    line-height:30px;
    position:relative;
}

.tab-control li a.live-tab {
    background:transparent url('../images/live-tab-bg.png') no-repeat scroll left top;
    color:#fff;
    width:87px;
    padding-left:20px;
    -moz-text-shadow:-1px 1px 2px #666; 
    -webkit-text-shadow:-1px 1px 2px #666; 
    text-shadow:-1px 1px 2px #666; 
    z-index: 150;
}

.tab-control li a.second-tab, .tab-control li a.third-tab {
    background: transparent url('../images/gray-tab-bg.png') no-repeat scroll left top;
    color:#FFF100;
    padding-right:30px;
    text-align:right;
    width:83px;
}

.tab-control li a.second-tab {  
    z-index: 100;  
}

.tab-control li a.third-tab {   
    z-index: 50;    
}

.live-panel {
    background: #021502 url('../images/live-bg.jpg') no-repeat scroll left top;
    clear:both;
    overflow:hidden;
    padding:100px 0 15px 0;
    width:230px;
}

.live-panel h2 {
    clear:both;
    height:24px;
    line-height:24px;
    margin-bottom:0;
}

.live-panel h2.football-heading {background:transparent url('../images/footbal-bg.jpg') no-repeat scroll left top;}
.live-panel h2.basket-heading {background:transparent url('../images/basketball-bg.jpg') no-repeat scroll left top;}
.live-panel h2.tennis-heading {background:transparent url('../images/tennis-bg.jpg') no-repeat scroll left top;}
.live-panel h2.hockey-heading {background:transparent url('../images/hockey-bg.jpg') no-repeat scroll left top;}


.live-panel ul li {
    background:transparent url('../images/live-divider.png') no-repeat scroll center bottom;
    font-size:0.8em;
    line-height:1.1;
    padding:3px 20px 5px 10px;
}

.live-panel ul li p {
    -moz-text-shadow:-1px 1px 0 #333;
    -webkit-text-shadow:-1px 1px 0 #333;
    text-shadow:-1px 1px 0 #333;
}
.live-panel ul li span {
    color:#FFF100;
    -moz-text-shadow:-1px 1px 0 #666;
    -webkit-text-shadow:-1px 1px 0 #666;
    text-shadow:-1px 1px 0 #666;
}
.live-panel ul li:hover {
    background:rgba(38, 182, 38, 0.6) url('../images/live-divider.png') no-repeat scroll center bottom ;
}

a.more {
    color:#767676;
    float:right;
    font-size:0.7em;
    padding:2px 15px;
    -moz-text-shadow:-1px 0 1px #333;
    -webkit-text-shadow:-1px 0 1px #333;
    text-shadow:-1px 0 1px #333;
}

a.more:hover {
    color:#fff;
}
/*---------------Main Table Styles---------------------*/


.main-table {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #101010 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#101010)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#101010 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#101010 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#101010 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%,#101010 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
    font-size:1.2em;
    margin-bottom:15px;
    text-align:center;
}

.main-table tr {
    
}

.main-table td.last {
    width:20px;
}

.main-table thead {
    border-bottom:2px solid transparent;
    color:rgb(253, 211, 43);
    
}

.country-cell {
    text-align:left;

}

.table-flag {
    display:block;
    float:left;
    margin:0px 8px 0px 8px;
}

.header-title{
	display: block;
	padding-top: 29px;
	line-height: normal;
    color:rgb(253, 211, 43);
   max-width: 269px;
}

.main-table thead tr.header-first td {
    background:transparent url('../images/td-gray-bg.jpg') repeat-x scroll left top; 
    border-bottom:1px solid #cc0000;
    height:30px;
    line-height:30px;
    -moz-box-shadow: inset 0px 1px 0px 0px #000000;
    -webkit-box-shadow: inset 0px 1px 0px 0px #000000;
    box-shadow: inset 0px 1px 0px 0px #000000;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #616161), color-stop(1, #0f0f0f) );
    background: -moz-linear-gradient( center top, #616161 5%, #0f0f0f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#0f0f0f');
    background-color: #616161;
    text-indent: 0;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #000000;
}

.main-table thead td {
    background:#101010;
}

.main-table thead td.red {
    color:#EF3229;
}
.main-table tbody {
   /* border-bottom:15px solid #101010;*/
}

.main-table tbody td {
    /*height:34px;*/
    min-height:34px;
    line-height:34px;
    padding:0;
    margin:0;
}

.main-table tbody td.spacer {
    background:none;
    border:none;
    height:12px;
}

.main-table tbody td.no-bg, .main-table tbody td.table-container {
    background:none;
}


.main-table tbody td.border-td {
    border-right:2px solid #101010;
}

/* user tickets tables */
.tickets-table {
    background:#000;
    /*font-size:0.8em;*/
    margin-bottom:15px;
    text-align:center;
    width:100%;
}

/*table hovers and cell states*/
/*----------Dodatne igre----------*/


.main-table tbody td.table-container {

}

/*
.table-wrapper {
    background:#424242;
    border-top:4px solid #EF3229;
    border-bottom:4px solid #EF3229;
    padding:10px 25px 10px 10px;
}
*/

.details-table {
    width:100%;
}

.details-table.narrow {
    width:60%;
}

.details-table thead {
    border-bottom:6px solid #171717;
}

.details-table thead td {
    background:none;
    border:1px solid #171717;
}

.details-table tbody {
    border-bottom:5px solid #171717;
}

.details-table tbody td.spacer {
    height:8px;
}



/*-----Ticket-------*/

.ticket {
    background:transparent url('../images/ticet-bg.png') no-repeat scroll left top;
    position:fixed;
    right:-286px;
    text-align:left;
    width:317px;
    z-index:1000;
}

.ticket.visible {
    top:35px;
    
}


.ticket-top {
    margin:0 0 150px 33px;
    overflow:hidden;
    width:284px;
}

.repeat-link {
	background: transparent url('../images/ticket-heading-bg.jpg') repeat-x scroll left top;
	color: #000;
	display: block;
	height: 35px;
	line-height: 35px;
	margin: 0 6px 4px 6px;
	text-align: right;
	padding-left: 5px;
}

.repeat-link:hover {
    color:#fff;
}

.repeat-link span {
    background: transparent url('../images/repeat-icon.png') no-repeat scroll right 2px;
    cursor:pointer;
    display:block;
    height:36px;
    line-height:36px;   
    padding-right:45px;
}

.print-link {
    background:transparent url('../images/ticket-heading-bg.jpg') repeat-x scroll left top;
    color:#000;
    display:block;
    height:35px;
    line-height:35px;
    margin:0 6px 4px 6px;
    text-align:right;
}

.print-link:hover {
    color:#fff;
}

.print-link span {
    background: transparent url('../images/print-icon.png') no-repeat scroll right 2px;
    cursor:pointer;
    display:block;
    height:36px;
    line-height:36px;   
    padding-right:45px;
}

.content-box {
    background:#DC3B2E;
    font-size:0.9em;
    margin:0 6px;
    overflow:hidden;
    padding:5px 4px;
    border-bottom: 1px solid white;
}

.content-box.no-divider {
    background:#DC3B2E;
}
.content-box.system {
    background:#9C150A;
    clear:right;
}

.box-left {
    float:left;
    width:180px;
}

.check {
    margin-right:5px;
}

.check, .teams {
    width: 100%;
    display:block;
    float:left;
    height:16px;
    line-height:16px;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size:1.2em;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.legend {
    clear:both;
    color:#8C0200;
    display:block;
    font-size:1.2em;
    padding:2px 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.content-box.system .legend {
    color:#A5A5A5;
    font-weight:bold;
}
.box-right {
    float:right;
    text-align:right;
    width:65px;
}

.kvota {
    color:#FFF100;
    display:block;
    float:right;
    margin-right:5px;
    line-height:1;
    font-size:1.2em;
}

.remove-btn {
    background:transparent url('../images/ticket-close-btn.png') no-repeat scroll left top;
    height:14px;
    margin-top:1px;
    width:14px;
    float:right;
}
.remove-system-btn{
    background:transparent url('../images/ticket-close-btn.png') no-repeat scroll left top;
    cursor:pointer;
}

.position-arrows {
    clear:both;
    padding-right:16px;
}

.system-hide {
    background:#D53328 url('../images/system-arrow.jpg') no-repeat scroll 13px 8px;
    -moz-box-shadow: inset 0 8px 6px -6px rgba(0,0,0, 0.2);
    -webkit-box-shadow: inset 0 8px 6px -6px rgba(0,0,0, 0.2);
    box-shadow: inset 0 8px 6px -6px rgba(0,0,0, 0.2);
    color:#000;
    display:block;    
    font-size:0.8em;
    font-weight:bold;
    margin:0 6px;
    padding:1px 23px;
}
.ticket-bottom {
    background:#D51C13 url('../images/ticket-btm.jpg') repeat-x scroll left top;
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0, 0.3);
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0, 0.3);
    box-shadow: -1px 2px 2px rgba(0,0,0, 0.3);
    overflow:hidden;
    width:284px;   
    position: absolute;
    bottom: 5px;
}

.ticket-bottom ul {
    clear:both;
    color:#000;
    font-size:0.8em;
    margin:8px 0px 10px 0px;
    list-style:none;
    padding:0px 5px;
    
}

.ticket-bottom ul li {
    height:30px;
    line-height:30px;
}

.ticket-bottom ul li div.label {
    font-size: 22px;
}
.ticket-bottom ul li div.value {
    font-size: 22px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin-right: 10px;
}

.payment {
    background:#CACACA;
    border:1px solid #787878;
    color:#000;
    width:60px;
    height:30px;
    line-height:15px;
    text-align:right;
    margin-bottom: 5px;
    font-size: 1.5em;
    padding-right: 3px;
}

.ticket-buttons {
    margin:5px;
    overflow:hidden;
    width:97%;

}

.ticket-btn {
    background:transparent url('../images/ticket-btn-bg.jpg') repeat-x scroll left top;
    border:1px solid #9F160A;
    color:#fff;
    display:block;
    float:left;
    height:37px;
    line-height:37px;
    margin-bottom:4px;
    text-align:center;
    -moz-text-shadow: -1px 1px 1px #333;
    -webkit-text-shadow: -1px 1px 1px #333;   
    text-shadow: -1px 1px 1px #333;
    width:256px;
}

 

.ticket-btn:hover, .system-hide:hover {
    color:#FFF100;
}

.ticket-btn.small {
    width:110px;
}

.ticket-btn.right {
    float:right;
} 


/*---------profile window ---------*/

.profile-window, .profile-window-wide {
    background:#000;
    border:1px solid #fff;
    clear:both;
    height:540px;
    margin-top:-260px;
    margin-left:-250px;
    position:absolute;
    left:50%;
    top:50%;
    text-align:left;
    width:560px;
    z-index:500;
}

.profile-window-wide{
    width:730px;
    margin-left:-333px;
    z-index:600;
}


.window-inner {
    height:520px;
    position:relative;
    width:100%;
}

.window-inner-wide {
    width:730px;
}

.window-close {
    background:transparent url('../images/window-close-btn.jpg') no-repeat scroll left top;
    display:block;
    height:19px;
    position:relative;
    /*top:5px;*/
    margin-left:540px;
    margin-top:5px;
    width:19px;
}

.window-close-ticket {
    background:transparent url('../images/window-close-btn.jpg') no-repeat scroll left top;
    display:block;
    height:19px;
    position:relative;
    margin-left:705px;
    margin-top:5px;
    width:19px;
}

.window-heading, .window-heading-black {
    background:transparent url('../images/window-heading-bg.jpg') repeat-x scroll left top;
    clear:both;
    color:#fff;
    font-size:0.9em;
    height:36px;
    line-height:36px;
    margin-bottom:15px;
    padding:0 15px;
}

.window-heading-black {
    background:#000;
    margin-bottom:5px;
    padding-left: 30px;
}

.window-heading span {
    color:#000;
    font-size:0.9em;
    padding:0 20px;
}

.window-panel {
    background:#282828;
    height:380px;
    margin:0 15px 20px 15px;
    position:relative;
}

.window-panel-ticket {
    background:#282828;
    min-height:180px;
    margin:0 15px 20px 15px;
    position:relative;
}

.window-panel-ticket-items {
	background:#282828;
    height:400px;
    margin:0 15px 20px 15px;
    position:relative;
    overflow: auto;
}

.total {
    border-top:2px solid #000;
    color:#8c8c8c;
    height:28px;
    line-height:28px;
    position:absolute;
    left:0;
    bottom:0;
    text-align:right;
    text-shadow:-1px 1px 1px #333;
    width:100%;
}

.totalRow {
	background:none;
    border-top:2px solid #000;
    color:#8c8c8c;
    height:28px;
    line-height:28px;
    /* text-align:right; */
    text-shadow:-1px 1px 1px #333;
    width:100%;
}

.ukupno {
    color:#fff;
    display:block;
    float:right;
    width:80px;
    height:28px;
    line-height:28px;
    padding:0 5px;
    margin-left:20px;
}
.details-box {
    border:2px solid #131314;
    margin:15px;
    padding:15px;
    position:relative;
}

.title {
    background:#282828;
    color:#131314;
    display:block;
    font-size:0.8em;
    font-weight:bold;
    padding:0 6px;
    position:absolute;
    top:-10px;
    left:30px;
}

.window-tabs {
    margin:7px 0 0 15px;
    padding:0;
}

.window-tabs li {
    display:inline;
    float:left;
    position:relative;
}
.window-tabs li a {
    color:#fff;
    display:block;
    font-size:0.9em;
    height:30px;
    line-height:30px;
    padding-left:6px;
    position:relative;
    -moz-text-shadow: -1px 1px 1px #333;
    -webkit-text-shadow: -1px 1px 1px #333;   
    text-shadow: -1px 1px 1px #333;
    width:100px;
    z-index:400;
}

.window-tabs li a.active {
     background:transparent url('../images/window-tab-bg.png') no-repeat scroll left top;
}

.details-list {
    float:left;
    font-size:0.9em;  
    width:310px;
}

.details-list-right {
    float:right;
    font-size:0.9em;  
    width:250px;
}

.details-list li {
    margin-bottom:5px;
}

.black {
    color:#000;
    font-size:0.9em;
    font-weight:bold;
}


.details-list label {
    color:#878787;
    display:block;
    float:left;
    font-size:0.9em;
    margin-right:18px;
    text-align:right;
    -moz-text-shadow:-1px 1px 1px #000;
    -webkit-text-shadow:-1px 1px 1px #000;
    text-shadow:-1px 1px 1px #000;
    width:100px;
}

h3.striked {
    color:#787878;
   
    border-top:2px solid #787878;
    font-size:0.8em;
    height:9px;
    line-height:9px;
    margin:10px 15px 0 15px;
    position:relative;
}

h3.striked span {
    background:#000;
    display:block;
    padding:0 5px;
    position:absolute;
    top:-7px;
    left:0;
}

.window-bar {
    background:transparent url('../images/td-bg.jpg') repeat-x scroll left top;
    height:24px;
    line-height:24px;
}

.window-menu {

}

.window-menu li {
    border-left:2px solid #282828;
    display:block;
    float:left;
    position:relative;
}

.window-menu li:first-child {
    border:none;
}

.window-menu li a {
    
    color:#fff;
    display:block;
    font-size:0.7em;
    height:24px;
    line-height:24px;
    padding:0 0 0 7px;
}

.window-menu li a span.arrow, .window-menu li a span.arrow-red {
    background:transparent url('../images/arrow-down.png') no-repeat scroll center center;
    display:block;
    float:right;
    height:24px;
    margin-left:4px;
    width:10px;
}

.window-menu li a span.arrow-red {
     background:transparent url('../images/arrow-red.png') no-repeat scroll center center;
}

.window-menu li a:hover .arrow, .window-menu li a.active .arrow {
    background:#313134 url('../images/arrow-down.png') no-repeat scroll center center;
}

.window-menu li a:hover .arrow-red {
    background:#313134 url('../images/arrow-red.png') no-repeat scroll center center;
}

.submenu {
    position:absolute;
    top:24px;
    right:0;
    display:block;
    width:90px;
}

.submenu li {
    background:#313134;
    border:none;
    border-top:1px solid #121B16;
    position:relative;
    float:none;
    -moz-box-shadow:inset 0 1px 1px rgba(225,225,225, 0.1);
    -webkit-box-shadow:inset 0 1px 1px rgba(225,225,225, 0.1);
    box-shadow:inset 0 1px 1px rgba(225,225,225, 0.1);
}

.submenu li:first-child {
    box-shadow:none;
}

.submenu li a { 
    color:#9F9FA0;
    height:22px;
    line-height:22px;
    -moz-text-shadow:-1px 1px 1px #000;
    -webkit-text-shadow:-1px 1px 1px #000;
    text-shadow:-1px 1px 1px #000;   
}

.submenu li a:hover {
    background:#4C4C51;
}

.submenu-third-level {
    position:absolute;
    top:0;
    left:90px;
    width:90px;
}

.submenu-third-level li {
    border:none;
    box-shadow:none;
}

.submenu-third-level li a {
    color:#fff;
    font-size:0.6em;
    height:16px;
    line-height:16px;
}
/*selectors*/

.selectors {
    font-size:0.8em;
}

.selectors .datepicker {
    width:70px;
}

.unstyled::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

.selecors input, select, .datepicker {
    height:17px;
    line-height:17px;
}

.OK-btn {
    background:transparent url('../images/myprofile-bg.jpg') repeat-x scroll left top;
    border:none;
    color:#fff;
    height:24px;
    line-height:24px;
    padding:0;
    text-align:center;
    width:30px;
}


.pager {
    color:#878787;
    font-size:0.7em;
    margin:10px 15px;
}

.pager img {
    margin-bottom:1px;
}

.page-input {
    border:0;
    height:12px;
    line-height:12px;
    padding:0;
    text-align:right;
    width:20px;
}

.first-page, .previous-page, .next-page, .last-page, .page-info {
    float:left;
    display:block;
    height:13px;
    line-height:13px;
    margin:0 4px;
}

/*window-table*/

.window-table {
    font-size:0.8em;
    text-align:center;
    width:100%;
    color: white;
}

.window-table thead td {
    background:transparent url('../images/td-bg.jpg') repeat-x scroll left top;
    border-left:2px solid #333;
    font-size:1.2em;
    height:24px;
    line-height:24px;
    padding:0 13px;
}

.window-table thead td.first {
    border:none;
}

.window-table tbody tr:nth-child(odd) {
    background:#888;
    color:#000;
}

/*Register form styles*/

.register-form {
    background:#000;
    border:1px solid #fff;
    font-size:0.7em;
    margin:0 0 0 -150px;
    padding:20px 30px 30px 30px;
    position:absolute;
    left:50%;
    top:20%;
    text-align:left;
    width:235px;
    z-index:1000;
}

.close-btn {
    background:transparent url('../images/window-close-btn.jpg') no-repeat scroll left top;
    display:block;
    height:15px;
    width:15px;
    position:absolute;
    right:4px;
    top:4px;
}

.register-form h2 {
    color:#EF3229;
    font-size:1.5em;
    margin-bottom:7px;
}

.register-form input {
    background:#fff;
    border:1px solid #ACACAC;
    color:#373737;
    height:30px;
    line-height:30px;
    margin-bottom:5px;
    padding:0 5px;
    width:220px;
}

.register-form select {
    background:#fff;
    border:1px solid #ACACAC;
    color:#373737;
    height:30px;
    line-height:30px;
    margin-bottom:5px;
    padding:0 5px;
    width:220px;
}

.register-form label {
    display:block;
    padding:2px 0;
}

.register-btn {
    background:transparent url('../images/register-btn.jpg') repeat-x scroll left top;
    border:1px solid #BD0C0C;
    color:#fff;
    font-size:2em;
    height:45px;
    line-height:45px;
    margin-top:10px;
    width:232px;
}   
/*-----live page------*/

.live-wrapper,.casino-wrapper {
    background:#086D08;
    clear:both;
    width:1505px;
    margin:0px 0px 0px 0px;
    padding:3px 19px 40px 19px;
     -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.casino-wrapper {
    background: none !important;
}

.live-wrapper h1 {
    background:transparent url('../images/active-sport-bg.jpg') no-repeat scroll left top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    font-size:1.8em;
    height:82px;
    line-height:82px;
    padding-left:35px;
    /*margin-bottom:15px;*/
    float:left;
}



.live-table-header {
    font-size:1.1em;
    margin-bottom:10px;
    text-align:center;
    background-image: -ms-linear-gradient(top, #000000 0%, #086D08 100%);
    background-image: -moz-linear-gradient(top, #000000 0%, #086D08 100%);
    background-image: -o-linear-gradient(top, #000000 0%, #086D08 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #086D08));
    background-image: -webkit-linear-gradient(top, #000000 0%, #086D08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#086D08'); /* for IE */
    background-image: linear-gradient(to bottom, #000000 0%, #086D08 100%);
    width:100%;
}
.live-table-header thead td.football {
    background:#000 url('../images/football-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table-header thead td.hockey {
    background:#000 url('../images/hockey-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table-header thead td.basketball {
    background:#000 url('../images/basketball-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table-header thead td.tennis {
    background:#000 url('../images/tennis-table.jpg') no-repeat scroll left top;
    height:22px;
}
.live-table-header thead td.handbal {
    background:#000 url('../images/handball-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table-header thead td {
    height:19px;
    background:#000;
    border:1px solid #086D08;
    border-top:none;
}
.live-table-header thead td.no-bd {
    border:none;
    text-align:center;
}

.live-table-header div.col {
    height:30px;
    background:#000;
    border:1px solid #086D08;
    border-top:none;
    background-repeat: no-repeat;
}
.live-table-header div.no-bd {
    border:none;
    text-align:center;
}





.live-table {
    font-size:1.1em;
    margin-bottom:35px;
    text-align:center;
    width:100%;
    background-image: -ms-linear-gradient(top, #000000 0%, #086D08 100%);
    background-image: -moz-linear-gradient(top, #000000 0%, #086D08 100%);
    background-image: -o-linear-gradient(top, #000000 0%, #086D08 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #086D08));
    background-image: -webkit-linear-gradient(top, #000000 0%, #086D08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#086D08'); /* for IE */
    background-image: linear-gradient(to bottom, #000000 0%, #086D08 100%);
}



.live-table thead {
    border-bottom:5px solid #086D08;
}

.live-table .red {
    color:red;
    text-align:center;
}
.live-table thead td.football {
    background:#000 url('../images/football-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table thead td.hockey {
    background:#000 url('../images/hockey-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table thead td.basketball {
    background:#000 url('../images/basketball-table.jpg') no-repeat scroll left top;
    height:22px;
}

.live-table thead td.tennis {
    background:#000 url('../images/tennis-table.jpg') no-repeat scroll left top;
    height:22px;
}
.live-table thead td.handball {
    background:#000 url('../images/handball-table.jpg') no-repeat scroll left top;
    height:22px;
}
.live-table thead td {
    height:19px;
    background:#000;
    border:1px solid #086D08;
    border-top:none;
    text-align: center;
}

.live-table thead td.no-bd {
    border:none;
}

.live-table tbody td {
    background:#000 url('../images/live-table-td.jpg') repeat-x scroll left top;
    padding:0;
    height:34px;
    width: 55px;
   padding:2px 2px;
}

.live-table tbody td.spacer {
    height:12px;

}

.live-table div.col {
    background:#000 url('../images/live-table-td.jpg') repeat-x scroll left top;
    padding:0;
    min-height: 48px;
}

.live-table div.spacer {
    height:12px;

}
.live-table div.last {
    border:none;
    width:55px;
}
.live-table  div.flag-cell {
    width:51px;
    background:transparent;
}
.live-table tbody td.last {
    border:none;
    width:20px;
}

.live-table tbody td.flag-cell {
    width:65px;
    background:transparent;
}


.live-table .flag {
    display:block;
    float:none;
    margin:0 auto;
}

.live-table .orange{
    color:#EE2E24;
    font-weight:bold;
}

.live-table tbody td.border-td {
   border-right:2px solid green;
}

.live-table tbody td.td-orange, .live-table tbody td.td-green,.live-table  div.td-orange,.live-table  div.td-green{
    background: transparent url('../images/td-green.jpg') repeat-x scroll left top;
    font-weight:bold;
    height:34px;
    line-height:34px;
}

.live-table tbody td.td-green, .live-table  div.td-green{
    background: transparent url('../images/td-green.jpg') repeat-x scroll left top;
}


.live-table  div.result-td {
    background: transparent url('../images/live-table-td.jpg') repeat-x scroll left top;
    display:block;
    height:34px;
    line-height:34px;
    /*margin:0px 5px;*/
    border-left:5px solid green;
    border-right:5px solid green;
    position:relative;
   /* width:80px;*/
 
}
.live-table tbody .result-td {
    background: transparent url('../images/live-table-td.jpg') repeat-x scroll left top;
    display:block;
    height:34px;
    line-height:34px;
    /*margin:0px 5px;*/
    border-left:5px solid green;
    border-right:5px solid green;
    position:relative;
   /* width:80px;*/
 
}

.on-icon {
    background:transparent url('../images/on-icon.png') no-repeat scroll center center;
    position:absolute;
    left:0;
    top:8px;
    width:17px;
    height:17px;
}

.off-icon {
    background: transparent url('../images/off-icon.png') no-repeat scroll center center;
    position:absolute;
    right:0;
    top:8px;
    width:17px;
    height:17px;
}

.live-table .info-cell {
    width:28px;
    background:transparent;
}

.live-table .info-cell a {
    color:#E53832;
    font-family:'Times New Roman', Georgia, serif;
    font-size:1.3em;
    font-weight:bold;
    padding:0 8px;
    -moz-text-shadow:1px 0 #fff;
    -webkit-text-shadow:1px 0 #fff;
    text-shadow:1px 0 #fff;
}

.live-table tbody td.time-cell {
    width:70px;
    background:transparent;
     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.live-table tbody button {
    border:none;
    color:#fff;
    height:34px;
    width:100%;
    margin:0;

}

.live-table tbody button.red-btn {
    background:#C4150B;
}

.live-table tbody button.green-btn {
    background:transparent url('../images/table-green-corner.jpg') no-repeat scroll left top;
}

/*-------------Info box---------------*/
.infoMessageBoxStyle {
    background:rgb(194,20,20);
    border:2px solid #fff;
    clear:both;
    height:90px;
    margin-top:-400px;
    margin-left:-250px;
    position:absolute;
    left:50%;
    top:50%;
    text-align:center;
    width:500px;
    z-index:500;
}

/*-------------Util-------------------*/

.hiddendiv{
	display: none;
}

.red {
    color:#BD0101;
}

.language-selector-main {
     margin:5px 20px 0px 20px;
     padding:0;
}
.language-selector-main li {
    display:block;
    float:left;
}

.language-selector-main li a {
    display:block;
    height:26px;
    width:32px;
    margin-left:5px;
}

.language-selector-main li a:hover {
    opacity:0.8;
}

.language-selector-main li a.en {
     background:transparent url('../images/flag-en.jpg') no-repeat scroll left top;
}

.language-selector-main li a.yu {
     background:transparent url('../images/flag-yu.jpg') no-repeat scroll left top;
}

.language-selector-main li a.de {
     background:transparent url('../images/flag-de.jpg') no-repeat scroll left top;
}

.sico, .srvico {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/sport-icons.png");
  background-repeat: no-repeat;
}

.srvico.server-5 {
    background-position: -819px 0px; 
}

 #CASINO iframe{
            width: 100%;
            height: 99%;
        }
#CASINO {
    height: 100%;
}