@font-face {
	font-family: 'icomoon';
	src:url('../../bundles/letswinbase/css/fonts/icomoon.eot');
	src:url('../../bundles/letswinbase/css/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../../bundles/letswinbase/css/fonts/icomoon.svg#icomoon') format('svg'),
		url('../../bundles/letswinbase/css/fonts/icomoon.woff') format('woff'),
		url('../../bundles/letswinbase/css/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-home:before, .icon-quill:before, .icon-support:before, .icon-spinner:before, .icon-checkmark-circle:before, .icon-plus-alt:before, .icon-minus-alt:before, .icon-check-alt:before, .icon-x-altx-alt:before, .icon-calendar-alt-fill:before, .icon-cancel-circle:before, .icon-stats:before, .icon-bars:before, .icon-pie:before, .icon-user:before, .icon-envelop:before, .icon-calendar:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\e000";
}
.icon-quill:before {
	content: "\e001";
}
.icon-support:before {
	content: "\e002";
}
.icon-spinner:before {
	content: "\e003";
}
.icon-checkmark-circle:before {
	content: "\e004";
}
.icon-plus-alt:before {
	content: "\e006";
}
.icon-minus-alt:before {
	content: "\e007";
}
.icon-check-alt:before {
	content: "\e008";
}
.icon-x-altx-alt:before {
	content: "\e009";
}
.icon-calendar-alt-fill:before {
	content: "\e00a";
}
.icon-cancel-circle:before {
	content: "\e005";
}
.icon-stats:before {
	content: "\e00b";
}
.icon-bars:before {
	content: "\e00c";
}
.icon-pie:before {
	content: "\e00d";
}
.icon-user:before {
	content: "\e00e";
}
.icon-envelop:before {
	content: "\e00f";
}
.icon-calendar:before {
	content: "\e010";
}

body {
    margin: auto;
    background: url("../../bundles/letswinbase/images/style/bg.gif") center top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #595959;
    text-align: left;
    margin-bottom: 50px;
}

#container {
    margin: auto;
    width: 950px;
    position: relative;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(192, 192, 192, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(192, 192, 192, 0.4);
    box-shadow: 0px 0px 5px rgba(192, 192, 192, 0.4);
    border-radius: 0 0 5px 5px;
    border: 6px solid #fff;
    border-top: 0;
}
#container:before, #container:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 7px 27px rgba(204, 204, 204, 0.42);
    -moz-box-shadow:0 7px 27px rgba(204, 204, 204, 0.42);
    box-shadow: 0 7px 27px rgba(204, 204, 204, 0.42);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
}

#header {
    height: 86px;
    background: url("../../bundles/letswinbase/images/style/header.png") #333;
    border-bottom: 4px solid #E8E8E8;
}

#headerLogo{
    display: block;
    height:100%;
    width:300px;
    background: url("../../bundles/letswinbase/images/style/letswin.png?v=0") 30px 25px no-repeat;
}

#body {
    padding-top: 8px;
}

#leftMenu{
    float: left;
    width: 189px;
    padding: 10px 10px 0 10px;
    margin-bottom: 240px;
}

#nav{
    margin:0;
    padding:0;
    list-style:none;
}
#nav>li{
    height: 25px;
}
.nav-header{
    color: #999;
    line-height: 32px;
    font-size: 11px;
    font-weight: bold;
}
#nav>li>a{
    display:block;
    line-height: 25px;
    padding-left: 15px;
    color: #53ADDF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 1px;
}
#nav>li>a:hover{
    color: #349AD3;
    background:#E7F6FF;
    text-decoration: none;
}
#nav>.active>a,#nav>.active>a:hover{
    cursor: default;
    font-weight:bold;
    color: #fff;
    background:#63B6E4;
    text-decoration: none;
}

#page{
    float: left;
    width: 721px;
    margin-bottom: 50px;
    padding: 5px 10px 0 10px;
}

/***********************
*
***************************/

a {
  color: #0088cc;
  color: #2A94CA;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

p{
    margin:0;
    padding:0;
}

.clickable{
    cursor: pointer;
}
.hover:hover{
    opacity: 0.7;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}
h1>small,h2>small,h3>small,h4>small,h5>small,h6>small {
    font-weight: normal;
    color: #999999;
}
h2>small{
    margin-left: 10px;
}

h1{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
h1>small{
    font-size: 16px;
}
h2{
    font-size: 16px;
    line-height: 24px;
}
h2>small{
    font-size: 13px;
}

.row:after {
    clear: both;
    display: table;
    content: "";
}
.col{
    float: left;
}
.offset20{
    margin-left: 20px;
}
.offset70{
    margin-left: 70px;
}
.offset175{
    margin-left: 175px;
}
.offset207{
    margin-left: 207px;
}
.col315{
    float: left;
    width: 315px;
}
.col350{
    float: left;
    width: 350px;
}
.col440{
    float: left;
    width: 440px;
}
.marginR10{
    margin: 0 10px 0 0;
}
.marginR20{
    margin: 0 20px 0 0;
}
.marginL10{
    margin: 0 0 0 10px;
}
.p10{
    padding: 10px;
}
.mB25{
    margin-bottom:25px;
}

.well{
    min-height: 20px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    background-color: #FCFCFC;
    box-shadow: 0px 2px 3px #F1F1F1, inset 0px 1px 100px #F0F0F0;
    color: #666;
}

.well-mini{
    padding:5px;
    box-shadow: none;
    background:#F9F9F9;
}

.well-mini:hover{
    background:whiteSmoke;
}

.well-warning{
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    color: #C09853;
    box-shadow: 0px 1px 2px rgba(248, 244, 184, 0.41);
    text-align: justify;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}
th,td {
    line-height: 30px;
    border-bottom: 1px solid #dddddd;
}
th {
    font-weight: bold;
}
thead>tr{
    height: 40px;
}
.table-striped>tbody{
    background: #fcfcfc;
}
.table-bordered, .table-outerborder {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    border-bottom: none;
}
.table-bordered th,.table-bordered td,.table-outerborder {
    border-left: 1px solid #dddddd;
}
.table-bordered>thead th{
    border-top: 0;
}
.table-striped>tbody>tr:nth-child(odd)>td{
    background-color: #f8f8f8;
}
.table-hover>tbody>tr:hover>td {
    background-color: #f2f2f2;
}
.table-btn-selected{
    background: #F7F7F7;
    -moz-box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 1);
    -webkit-box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 1);
    box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 1);
}
.table-btn:hover{
    cursor: pointer;
    background: #F7F7F7;
    -moz-box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 1);
    -webkit-box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 1);
    box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 1);
}



.navInline{
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.navInline-header{
    color: #999;
    line-height: 25px;
    font-size: 11px;
    margin-top: 10px;
    font-weight: bold;
}
.navInline>li{
    display: inline-block;
}
.navInline>li>a{
    display:block;
    padding: 3px 5px;
    margin: 0 0 0 15px;
    line-height: 18px;
    color: #349AD3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.navInline>li>a:hover{
    color: #349AD3;
    background:#E7F6FF;
    text-decoration: none;
}
.navInline>.active>a,.navInline>.active>a:hover{
    cursor: default;
    font-weight:bold;
    color: #fff;
    background:#56B0E2;
    text-decoration: none;
}


.navTab{
    color: #595959;
    display: block;
    height: 31px;
    margin: 0 0 18px 0;
    padding-left: 10px;
    list-style:none;
}
.navTab>li{
    color: #333;
    display: list-item;
    float: left;
    height: 27px;
    margin: 0 0 -1px 0;
}
.navTab>li>a{
    border-radius: 4px;
    display: block;
    height: 18px;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 6px 12px 6px 12px;
    text-align: left;
    text-decoration: none;
    color:#349AD3;
}
.navTab>li>a:hover{
    text-decoration: none;
    background-color: #E7F6FF;
    border-bottom: 2px solid #E7F6FF;
}
.navTab>.active>a, .navTab>.active>a:hover {
    color: #595959;;
    cursor: default;
    background-color: white;
    border: 1px solid #DDD;
    font-weight: bold;
    box-shadow: 0px 2px 2px #F1F1F1, inset 0px -16px 22px #F7F7F7;
    line-height: 18px;
    text-shadow: 0px 2px 4px #EBEBEB;
}





.btn {
    cursor: pointer;
    display: inline-block;
    padding: 6px 14px;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color:#646464;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,  #fefefe 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
}
.btn-hover:hover {
    color:#646464;
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .3);
}
.btn.active,.btn:active {
    color: #757575;
    background: #DFDFDF;
    background: -moz-linear-gradient(top,  #F0F0F0 1%, #DFDFDF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F0F0F0), color-stop(100%,#DFDFDF));
    background: -webkit-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: -o-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: -ms-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: linear-gradient(to bottom,  #F0F0F0 1%,#DFDFDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#DFDFDF',GradientType=0 );
    -moz-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .3);
}
.btn.disabled,.btn[disabled] {
    cursor: default;
    background: #ededed;
    color:#a3a3a3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-mini{
    width: 20px;
    padding: 0px 0px;
    font-size: 10px;
    line-height: 15px;
    margin: 0 1px 5px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #B3B3B3;
    background: #DFDFDF;
    background: -moz-linear-gradient(top,  #F0F0F0 1%, #DFDFDF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F0F0F0), color-stop(100%,#DFDFDF));
    background: -webkit-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: -o-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: -ms-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: linear-gradient(to bottom,  #F0F0F0 1%,#DFDFDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#DFDFDF',GradientType=0 );
}
.btn-miniV{
    padding: 0px 5px;
    font-size: 10px;
    line-height: 15px;
    margin: 0 1px 5px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #B3B3B3;
    background: #DFDFDF;
    background: -moz-linear-gradient(top,  #F0F0F0 1%, #DFDFDF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F0F0F0), color-stop(100%,#DFDFDF));
    background: -webkit-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: -o-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: -ms-linear-gradient(top,  #F0F0F0 1%,#DFDFDF 100%);
    background: linear-gradient(to bottom,  #F0F0F0 1%,#DFDFDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#DFDFDF',GradientType=0 );
}
.btn-miniV.active,.btn-mini.active {
    -webkit-box-shadow: 0px 2px 2px #DDD;
    -moz-box-shadow: 0px 2px 2px #DDD;
    box-shadow: 0px 2px 2px #DDD;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,  #fefefe 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
}

select{
    line-height: 28px;
    padding: 4px;
    width: 220px;
    border: 1px solid #D5D5D5;
    color: #535353;
    border-radius: 4px;
}

.inline-label{
    float: left;
    width: 160px;
    line-height: 28px;
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
}
.inline-label-2{
    color: #999;
    font-size: 11px;
    float: left;
    width: 100px;
    line-height: 28px;
    margin-right: 20px;
    font-weight: bold;
}
.inline-input{
    float: left;
    line-height: 28px;
    margin: 0 0 4px 0;
}





.index-image1{
    float: left;
    margin: 15px 15px 10px 0;
}
.index-image2{
    float: left;
    margin: 12px 15px 2px 0;
}
.index-image3{
    float: left;
    margin: 3px 15px 0 0;
}

.index-block1{
    margin: 6px 10px 0 10px;
}

.index-txt{
    text-align: justify;
    line-height: 23px;
}

.index-txt:first-letter{
    font-size: 17px;
}

.index-btn{
    text-align: center;
    margin: 15px 0 10px 0;
}

.index-h1{
    font-size: 25px;
    margin: 0 0 5px 5px;
    text-shadow: 0px 1px 1px lightGrey;
    color: #5F5F5F;
    letter-spacing: 1px;
}

.index-h2{
    font-size: 20px;
    margin: 15px 0 5px 122px;
    text-shadow: 0px 1px 1px lightGrey;
    color: #5F5F5F;
    letter-spacing: 1px;
}

.index-well{
    margin-top: 5px;
}

.index-row1{
    margin: 30px 0;
}

.index-row2{
    margin: 50px 20px 50px 0;
}



/*##################
##  RANKINS
##################*/

.rankings-well{
    text-align: center;
}
.rankings-form-row{
    margin-bottom: 5px;
}
.rankings-hidden-row{
    padding: 0 5px 5px 5px;
    margin: 5px 0 15px 0;
    text-align: left;
}
.rankings-hidden-select{
    text-align:left;
}
#rankings-load{
    margin-top: 10px;
}
#rankings td, #rankings th{
    line-height: 30px;
}
.rankings-rank{
    width: 35px;
    text-align: center;
}
.rankings-team{
    text-align: left;
    padding-left: 15px;
}
.rankings-teamname{
    margin-left: 10px;
}
.rankings-stat{
    width: 38px;
    text-align: center;
}

#chartContainer{
    width:721px;
}



/*##################
##  MATCHES
##################*/
.matches-table{
    background: #FCFCFC;
    box-shadow: 0px 2px 4px #F8F8F8;
    margin: 5px 0 25px 0;
}
.matches-td{
    padding: 6px 20px;
}
.matches-info{
    width: 240px;
    text-align: center;
    font-size: 12px;
    line-height:15px;
    color: #747474;
}
.matches-info>p{
    margin: 3px 0;
}
.matches-title{
    font-weight: bold;
    font-size: 13px;
}
.matches-title-row{
    margin-top: 25px;
    line-height: 15px;
}
.matches-odds-title{
    width: 270px;
    text-align: center;
    margin-top: 5px;
    color: #BBB;
    font-size: 11px;
    letter-spacing: 1px;
}
.matches-odds-div{
    border-left: 1px dotted #E6E6E6;
    margin-left: 33px;
    padding-left: 22px;
}
.matches-table-best{
    text-align: center;
    color: #1b1b1b;
    margin: 2px 0 0 0;
}
.matches-table-best>tbody>tr>td{
    width: 90px;
    border:0;
}
.matches-book>td{
    line-height:10px;
}
.matches-odds>td{
    line-height:11px;
}
.matches-odds-value{
    border: 1px solid #DDD;
    background: white;
    border-radius: 4px;
    font-weight: bold;
    color: #636363;
    padding: 2px;
    width: 65px;
    margin: auto;
}
.matches-odds-type{
    color: #BBB;
    font-size: 10px;
    margin-top: 5px;
}
.matches-link,matches-link:hover{
    /*color:#77A2B8;*/
}
.matches-percent{
    font-size: 10px;
    color: #C5C5C5;
    line-height: 9px;
}


.matchover-icons{
    margin: 0 0 0 420px;
}
.matchover-icon{
    margin-top: 3px;
    cursor: pointer;
}
.matchover-icon:hover{
    opacity: 0.7;
}
.matchover-icon:active{
    opacity: 0.4;
}
.matchover-header{
    text-align: center;
}
.matchover-date{
    text-align: center;
    width: 200px;
    font-size: 11px;
    font-style: italic;
    color: #8B8B8B;
}
.matchover-time{
    text-align: center;
    width: 61px;
    font-size: 11px;
    font-style: italic;
    color: #8B8B8B;
}
.matchover-home{
    text-align: right;
    width: 194px;
    font-weight: bold;
    font-size: 12px;
}
.matchover-away{
    text-align: left;
    width: 194px;
    font-weight: bold;
    font-size: 12px;
}
.matchover-score{
    width: 70px;
    text-align: center;
}
.matchover-score>a{
    color: #727272;
    font-size: 15px;
    font-weight: bold;
}
.matchover-score>a:hover{
    text-decoration: none;
    color: #CACACA;
}



.match-header{
    margin: 5px 0 20px 0;
}
.match-team{
    width: 35%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.match-logo{
    display: block;
}
.match-date{
    width: 30%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-top: 4px;
}
.match-score{
    font-size: 25px;
    margin: 4px 0 0 0;
}
.match-score-time{
    font-size: 10px;
    font-weight: normal;
}


.matchodds-type{
    padding-left: 20px;
}

.matchodds-odds{
    text-align: center;
}

.matchodds-book{
    width: 30px;
    text-align: center;
    padding: 10px;
}

.matchodds-stats{
    width: 90px;
    text-align: center;
    font-size: 10px;
}


/*##################
##  MATCH STATS
##################*/
.matchstats-h2{
    margin: 10px 0;
}
.matchstats-th1{
    text-align: center;
}
.matchstats-year{
    width: 80px;
    text-align: center;
    font-size: 11px;
}
.matchstats-day{
    width: 80px;
    text-align: center;
    font-size: 11px;
}
.matchstats-home{
    width: 50px;
    text-align: right;
}
.matchstats-result{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.matchstats-away{
    width: 50px;
    text-align: left;
}
.matchstats-tstats{
    text-align: center;
    line-height: 20px;
    background: #FAFAFA;
    margin-top: -6px;
    border: 1px solid whiteSmoke;
    margin-bottom: 25px;
    width: 348px;
    border-radius: 5px;
}
.matchstats-chart{
    height: 150px;
    width: 170px;
}



#oddsevo-chart{
    margin-top: 20px;
}


.advice-book-div{
    border-bottom: 1px solid #EBEBEB;
    margin-top: 22px;
    padding-bottom: 22px;
}
.advice-book-h3{
    font-size: 22px;
    margin-bottom: 7px;
    margin-top: 8px;
}
.advice-book-txt{
    margin-bottom: 11px;
}
.advice-book-table td{
    line-height: 22px;
    padding: 10px;
}
.advice-book-icon{
    margin: 0 7px 0 0;
}
.inline-label-book{
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
    line-height: 22px;
}
.inline-input-book{
    width: 520px;
    text-align: justify;
    float: left;
    line-height: 22px;
    margin: 0 0 4px 0;
}
.i{
    font-style: italic;
}
.green{
    color: #18B424;
}
.red{
    color: #E62626;
}




/*##################
##  SPRITES AND LOGOS
##################*/
.sprite, .logoMini{
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: -5px;
    background: url("../../bundles/letswinbase/images/logo/logosSpritesMini.png?v=0");
}
.confirm{
    background-position: -225px 0px;
    vertical-align: -3px;
}
.cancel{
    background-position: -225px -25px;
    vertical-align: -3px;
}
.plus{
    background-position: -225px -50px;
    vertical-align: -3px;
}
.minus{
    background-position: -225px -75px;
    vertical-align: -3px;
}
.Ajaccio-Mini{
    background-position: -50px -50px;
}
.ArlesAvignon-Mini{
    background-position: -25px -75px;
}
.Auxerre-Mini{
    background-position: -25px 0;
}
.Monaco-Mini{
    background-position: -75px -25px;
}
.Nancy-Mini{
    background-position: 0 -50px;
}
.SaintEtienne-Mini{
    background-position: -200px -25px;
}
.Sedan-Mini{
    background-position: -150px -75px;
}
.Dijon-Mini{
    background-position: -150px -50px;
}
.Guingamp-Mini{
    background-position: -75px -50px;
}
.Troyes-Mini{
    background-position: 0 -25px;
}
.EvianTG-Mini{
    background-position: -200px -50px;
}
.Istres-Mini{
    background-position: -200px -75px;
}
.Lorient-Mini{
    background-position: -75px 0;
}
.Metz-Mini{
    background-position: -150px 0;
}
.Nantes-Mini{
    background-position: -175px -75px;
}
.Sochaux-Mini{
    background-position: -125px -25px;
}
.Grenoble-Mini{
    background-position: -175px -50px;
}
.Bordeaux-Mini{
    background-position: -125px -75px;
}
.LeHavre-Mini{
    background-position: -100px -50px;
}
.LeMans-Mini{
    background-position: -200px 0;
}
.Lille-Mini{
    background-position: -50px -25px;
}
.Montpellier-Mini{
    background-position: -50px 0;
}
.Nice-Mini{
    background-position: -175px -25px;
}
.Marseille-Mini{
    background-position: -75px -75px;
}
.Lyon-Mini{
    background-position: -100px -75px;
}
.ParisSG-Mini{
    background-position: -25px -50px;
}
.Lens-Mini{
    background-position: -100px -25px;
}
.Strasbourg-Mini{
    background-position: -100px 0;
}
.Bastia-Mini{
    background-position: -125px 0;
}
.Caen-Mini{
    background-position: -25px -25px;
}
.Brest-Mini{
    background-position: -125px -50px;
}
.Reims-Mini{
    background-position: -50px -75px;
}
.Rennes-Mini{
    background-position: 0 0;
}
.Toulouse-Mini{
    background-position: -150px -25px;
}
.Boulogne-Mini{
    background-position: 0 -75px;
}
.Valenciennes-Mini{
    background-position: -175px 0;
}



.logoSmall{
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url("../../bundles/letswinbase/images/logo/logosSmallSprites.png?v=0");
}
.Ajaccio-Small{
    background-position: -100px -100px;
}
.ArlesAvignon-Small{
    background-position: -50px -150px;
}
.Auxerre-Small{
    background-position: -50px 0;
}
.Monaco-Small{
    background-position: -150px -50px;
}
.Nancy-Small{
    background-position: 0 -100px;
}
.SaintEtienne-Small{
    background-position: -400px -50px;
}
.Sedan-Small{
    background-position: -300px -150px;
}
.Dijon-Small{
    background-position: -300px -100px;
}
.Guingamp-Small{
    background-position: -150px -100px;
}
.Troyes-Small{
    background-position: 0 -50px;
}
.EvianTG-Small{
    background-position: -400px -100px;
}
.Istres-Small{
    background-position: -400px -150px;
}
.Lorient-Small{
    background-position: -150px 0;
}
.Metz-Small{
    background-position: -300px 0;
}
.Nantes-Small{
    background-position: -350px -150px;
}
.Sochaux-Small{
    background-position: -250px -50px;
}
.Grenoble-Small{
    background-position: -350px -100px;
}
.Bordeaux-Small{
    background-position: -250px -150px;
}
.LeHavre-Small{
    background-position: -200px -100px;
}
.LeMans-Small{
    background-position: -400px 0;
}
.Lille-Small{
    background-position: -100px -50px;
}
.Montpellier-Small{
    background-position: -100px 0;
}
.Nice-Small{
    background-position: -350px -50px;
}
.Marseille-Small{
    background-position: -150px -150px;
}
.Lyon-Small{
    background-position: -200px -150px;
}
.ParisSG-Small{
    background-position: -50px -100px;
}
.Lens-Small{
    background-position: -200px -50px;
}
.Strasbourg-Small{
    background-position: -200px 0;
}
.Bastia-Small{
    background-position: -250px 0;
}
.Caen-Small{
    background-position: -50px -50px;
}
.Brest-Small{
    background-position: -250px -100px;
}
.Reims-Small{
    background-position: -100px -150px;
}
.Rennes-FC-Small{
    background-position: 0 0;
}
.Toulouse-Small{
    background-position: -300px -50px;
}
.Boulogne-Small{
    background-position: 0 -150px;
}
.Valenciennes-Small{
    background-position: -350px 0;
}





.logo{
    display: inline-block;
    height: 75px;
    width: 75px;
    background: url("../../bundles/letswinbase/images/logo/logosSprites.png?v=0");
}
.AC-Ajaccio{
    background-position: -150px -150px;
}
.AC-Arles-Avignon{
    background-position: -75px -225px;
}
.AJ-Auxerre{
    background-position: -75px 0;
}
.AS-Monaco-FC{
    background-position: -225px -75px;
}
.AS-Nancy-Lorraine{
    background-position: 0 -150px;
}
.AS-Saint-Etienne{
    background-position: -600px -75px;
}
.CS-Sedan{
    background-position: -450px -225px;
}
.Dijon-FCO{
    background-position: -450px -150px;
}
.EA-Guingamp{
    background-position: -225px -150px;
}
.ESTAC-Troyes{
    background-position: 0 -75px;
}
.Evian-TG-FC{
    background-position: -600px -150px;
}
.FC-Istres{
    background-position: -600px -225px;
}
.FC-Lorient{
    background-position: -225px 0;
}
.FC-Metz{
    background-position: -450px 0;
}
.FC-Nantes{
    background-position: -525px -225px;
}
.FC-Sochaux-Montbeliard{
    background-position: -375px -75px;
}
.GF38{
    background-position: -525px -150px;
}
.Girondins-de-Bordeaux{
    background-position: -375px -225px;
}
.Havre-AC{
    background-position: -300px -150px;
}
.Le-Mans-FC{
    background-position: -600px 0;
}
.LOSC-Lille{
    background-position: -150px -75px;
}
.Montpellier-Herault-SC{
    background-position: -150px 0;
}
.OGC-Nice{
    background-position: -525px -75px;
}
.Olympique-de-Marseille{
    background-position: -225px -225px;
}
.Olympique-Lyonnais{
    background-position: -300px -225px;
}
.Paris-Saint-Germain{
    background-position: -75px -150px;
}
.RC-Lens{
    background-position: -300px -75px;
}
.RC-Strasbourg{
    background-position: -300px 0;
}
.SC-Bastia{
    background-position: -375px 0;
}
.SM-Caen{
    background-position: -75px -75px;
}
.Stade-Brestois-29{
    background-position: -375px -150px;
}
.Stade-de-Reims{
    background-position: -150px -225px;
}
.Stade-Rennais-FC{
    background-position: 0 0;
}
.Toulouse-FC{
    background-position: -450px -75px;
}
.US-Boulogne-CO{
    background-position: 0 -225px;
}
.Valenciennes{
    background-position: -525px 0;
}

/*##################
##  BOOKS
##################*/
.bookMiniSprite{
    display: inline-block;
    height: 18px;
    width: 65px;
    background: url("../../bundles/letswinbase/images/logo/booksMiniSprites.png?v=0");
}
.betclic{
    background-position: 0 0;
}
.unibet{
    background-position: 0 -18px;
}
.pmu{
    background-position: 0 -36px;
}
.bwin{
    background-position: 0 -54px;
}
.fps{
    background-position: 0 -72px;
}
.fp{
    background-position: 0 -90px;
}
.netbet{
    background-position: 0 -108px;
}
.parionsweb{
    background-position: 0 -126px;
}


.bookMiniSpriteRotate{
    display: inline-block;
    height: 65px;
    width: 18px;
    background: url("../../bundles/letswinbase/images/logo/booksMiniSpritesRotate.png?v=0");
}
.betclic-rotate{
    background-position: 0 0;
}
.unibet-rotate{
    background-position: -18px 0;
}
.pmu-rotate{
    background-position: -36px 0;
}
.bwin-rotate{
    background-position: -54px 0;
}
.fps-rotate{
    background-position: -72px 0;
}
.fp-rotate{
    background-position:  -90px 0;
}
.netbet-rotate{
    background-position: -108px 0;
}
.parionsweb-rotate{
    background-position: -126px 0;
}



.bookSprite{
    display: inline-block;
    height: 35px;
    width: 127px;
    background: url("../../bundles/letswinbase/images/logo/books.png?v=0");
}
.betclic-b{
    background-position: 0 0;
}
.unibet-b{
    background-position: 0 -35px;
}
.pmu-b{
    background-position: 0 -70px;
}
.bwin-b{
    background-position: 0 -105px;
}
.fps-b{
    background-position: 0 -140px;
}
.fp-b{
    background-position: 0 -175px;
}
.netbet-b{
    background-position: 0 -210px;
}
.parionsweb-b{
    background-position: 0 -245px;
}


