/* cellulare */

.onlydesktop {display: block;}
.onlymobile {display: none;}

@media screen and (max-width: 768px) {
.onlydesktop {display: none;}
.onlymobile {display: block;}
}

@media (max-width: 600px) {
    #banner-home{
        display: none;
    }

    .nocell{
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 1023px) {
    #banner-home{
        display: none;
    }

}
@media (min-width: 1024px) {

    #banner-home-cell{
        display: none;
    }
}

/* FINE cellulare */

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: rgb(235, 235, 235);
}

/* divisori mypage */
.sezione {
    float: left;
    width: 100%;
    padding: 12px 20px 12px 60px;
    border-top: 7px solid;
    background: url(images/transparent-pattren.png);
    position: relative;
    margin-bottom: 30px;
}
.sezione:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -7px;
    border-top: 60px solid #ffdc11;
    border-right: 60px solid transparent;
}
.sezione h2 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
}

/* menu HOME Tornei */
.widgetrigatorneo {
    background-color: #3e454c;
    padding: 15px 30px 15px 30px;
    margin-right:0px;
    margin-left:0px;
    border-bottom: 1px solid rgba(255,255,255,0.0);
}

.contenitorewidget {
    margin-bottom:30px;
}

.fascia{
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
    color: white;
}

.f86-99 {
	background: none repeat scroll 0 0 #092f4e;

	}

.f83-85 {
        background: none repeat scroll 0 0 #114b7a;

    }

.f80-82 {
        background: none repeat scroll 0 0 #1c68a7;
    }
.f77-79 {
        background: none repeat scroll 0 0 #1f87db;
    }

.f74-76 {
        background: none repeat scroll 0 0 #2589db;
    }

.f77-79 {
        background: none repeat scroll 0 0 #0d85fd;

    }
.f-73 {
        background: none repeat scroll 0 0 #2491ff;

    }

.boxsteak{
    font-size:16px;
    letter-spacing:0px;
    height: 16px;
    width: 16px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    margin-right: 2px;;
}

.win{
background:rgb(0, 138, 23);
color:white !important;
}

.draw{
background:rgb(117, 117, 117);
color:white !important;
}

.lost{
    background:rgb(131, 0, 0);
color:white !important;
}

/* HOME PAGE */
/* Fixture HOME Gianl */

div.fixturehome
{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

div.fixturehomeside {
    background-color:#3e454c;
    height: 60px;
    padding-top: 5px;

  }

  div.fixturehomecenter
{
    background-color: #ffdc11;
    height: 60px;
    text-align: center;
    padding-top: 0px;
}

.fixturehomeside a, .fixturehomeside H2, .fixturehomeside span{
    color: white;
    margin-top: 0px !important;
    margin-bottom: -5px;
}

.fixturehomeside img{
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-right: 15px;
}

.fixturehomesideteam {
    font-size: 20px;
    display: block;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.fixturehomesidemanager {
    font-size: 12px;
    display: block;
}

div.fixturehomecenter h2
{
    font-size: 20px;
    margin-top: 15px !important;
    font-weight: bold;
}

.fixturehometournament
{
    font-size: 18px;
    text-align: center;
}

/* Classifica */
.classificabig {
    margin-bottom: 30px;
    margin-top: 30px;
    /* float: left; */
    width: 100%;
    background-color: #f5f5f5;
}
.classificabig tr > th {
    color: #000;
    border: none;
    text-align: right;
    vertical-align: middle;
}
.classificabig tr > td {
    border: none;
    border-bottom: none;
    border-top: none;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    padding: 2px 2px;
}


.classificabig tr { border-bottom: 1px solid #ececec;}
.classificabig tr:last-child { border-bottom: none;}
.classificabig tr > td figure {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 40px;
    line-height: 1;
}
/* .classificabig tr > td figure img {  border-radius: 100%; } */
.classificabig tr > td figure ~ .player-stats-text { margin: 4px 0px 0px 32px; line-height: 0.6;}
.classificabig tr:nth-child(even) {
    background-color: #ffffff;
  }

.player-stats-text h6 {
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    line-height: 1;
}
.player-stats-text > span {
    font-size: 10px;
    color: #999999;
}
.classificabig tr > td > span {
    color: #292c31;
    line-height: 1;
}


.squadra{
    margin-top: 5px;
    display: block;
    line-height: 25px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.manager{
    line-height: 18px;
    font-size: 12px;
    color: #a1a1a1;
    display: block;
}

/* FORM */
input[type=number]{
    text-align: right;

}

input.goalhome, input.goalaway{
    width: 45px;
    border: 1px solid rgb(136, 136, 136);
    border-radius: 4px;
    background-color: #ffdb1178;
    color: black;
    font-weight: bold;
}

input.assisthome, input.assistaway{
    width: 45px;
    border: 1px solid rgb(136, 136, 136);
    border-radius: 4px;
    background-color: #ffffff78;
    color: black;
    font-weight: bold;
}


input::-webkit-inner-spin-button { margin-left: 5px; }

input[type=text]{
    text-align: left;
    border: 1px solid rgb(136, 136, 136);
    border-radius: 4px;
    background-color: #ffdb1178;
    color: black;
}

select {

  background-color: #ffdb1178;
}

button.semplice {
    background-color: #ffdc11;
}

/* RUOLI */
span.squad-table-pos {
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
}

span.squad-table-Goalkeeper {
    background: rgba(254, 185, 7, 0.3);
}

span.squad-table-Defender {
    background: rgba(0, 171, 210, 0.3);
}

span.squad-table-Forward {
    background: rgba(239, 30, 30, 0.3);
}

span.squad-table-Midfielder {
    background: rgba(136, 201, 0, 0.3);
}

/* PAGINAZIONE */
ul.pagination li{
    list-style-type: none;
}

/* SQUALIFICATI */
span.squalificato {
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
    background: rgb(255, 0, 0);
    color: white;
    font-weight: bold;
}

/* scambi */
span.scambio1 {
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
    background: rgb(168, 168, 168);
    font-weight: bold;
}
span.scambio2 {
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
    background: rgb(214, 201, 13);
    font-weight: bold;
}

/* asta */
span.asta_player {
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
    background: rgb(168, 168, 168);
    font-weight: bold;
    display: inline-block;
}


/* icone material */
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.material-icons.enabled {
    color: rgb(0, 0, 0);
    background-color:rgba(0, 0, 0, 0) !important;
    font-size: 24px;
    vertical-align: middle;
    text-transform: none !important;
}

.material-icons.disabled {
    color: rgba(0, 0, 0, 0.26);
    font-size: 24px;
    vertical-align: middle;
    text-transform: none !important;
}


/* notifiche */
#menu_notifiche{
    color: black;
}

#menu_notifiche a{
    color: black;
}

#menu_notifiche .titolo {
    display: block;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: grey;
}

#menu_notifiche .testo {
    display: block;
}

/* Albo d'oro */
li.bacheca_albodoro{
    /* border-style: solid;
    border-width: 1px; */
    margin-top: 8px;
    margin-bottom: 8px;
}

li.bacheca_albodoro img{
    vertical-align: baseline;
    max-width: 100px;
    margin-right:8px;
    filter: drop-shadow(10px 4px 8px #000000);
}

/* banner home */
img.banner-image
{
    margin:auto;
    max-height: 600px;
    min-height: 600px;
    width: 1080px;

}

.banner-title
{
    display: inline-block;
    width: 80%;
    color: rgb(214, 201, 13);
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}

/* classifiche HP */
img.emblem-small{
    filter: drop-shadow(5px 2px 4px #000000);
    margin-top: 1px;
}

img.ombra-small {
    filter: drop-shadow(5px 2px 4px #000000);
    margin-top: 1px;
}

img.ombra-large {
    filter: drop-shadow(10px 8px 8px #000000);
    margin-top: 1px;
}

/* test sortable */
.dataTables_length,
.dataTables_wrapper {
  font-size: 1.6rem;
  select,
  input {
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-radius: 4px;
    height: 3rem;
    line-height: 2;
    font-size: 1.8rem;
    color: #333;
  }

  .dataTables_length,
  .dataTables_filter {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-flex;
  }
}

/* paginate */

.paginate_button {
  min-width: 4rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 1.6rem;
  margin-top: -1rem;
  border: 2px solid lightblue;
  &:not(.previous) {
    border-left: none;
  }
  &.previous {
    border-radius: 8px 0 0 8px;
    min-width: 7rem;
  }
  &.next {
    border-radius: 0 8px 8px 0;
    min-width: 7rem;
  }

  &:hover {
    cursor: pointer;
    background-color: #eee;
    text-decoration: none;
  }
}

/* notifiche */
#history div.riga{
    margin-top: 12px;
    border-bottom-style: solid;
    border-bottom-color: #9c9c9c;
    border-bottom-width: 1px;
}

#history span.data {
    display: block;
    padding: 1px 2px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.125);
    background: rgb(168, 168, 168);
    color: white;
    float: left;
    width: 95px;
    font-size: 14px;
}

#history span.testo {
    margin-left: 8px;
}

#history span.outcoming{
    color: red;
}

#history span.incoming{
    color:green;
}

/* Tabella roster */
Table.roster{
    padding:0px;
    border-color: #F5F5F5;
    font-size: 14px

}

Table.roster .head{
    background-color: #F5F5F5;
    padding-right: 2px;
}

Table.roster th{

    padding-left: 2px;
    padding-right: 2px;
}

/* Finanze */
Table.finance td{
    padding-top: 2px!important;
}
/* Paginazione */
#paginazione li.page-item{
    margin-right:25px;
}

#paginazione a.page-link{
    color: black;
}

.pagination>li.active>a {

}

.labelov {
    text-align: right;
    padding-right: 8px;
}

/* fine Paginazione */
