.mylogo {
    width: 20px;
    display: inline-block !important;
    margin-right: 10px;
}

.hero {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-image: url(../img/hero.jpg);
    background-size: cover;
}

.hero2 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-position: center center;
    background-image: url(../img/hero2.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.hero2 table {
    background-color: #fff;
}

.mtop {
    margin-top: 80px;
}

img.mtop {
    width: 130px;
}

.motto {
    font-size: 32px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Montserrat";
}

.navbar {
    margin-bottom: 0 !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 20;
}

#loader.hidden {
    display: none;
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -128px;
    margin-top: -128px;
}

.logged, .nav>li.logged {
    display: none;
}

.logged.ok, .nav>li.logged.ok {
    display: inherit;
}

.guest.ok {
    display: none;
}

.cbold {
    font-weight: bold;
}

.cbold2 {
    font-weight: bold;
    font-size: 10px;
}

/* Customization Style of SyoTimer */
.timer{
    text-align: center;

    margin: 30px auto 0;
    padding: 0 0 10px;

    border-bottom: 2px solid #80a3ca;
}
.timer .table-cell{
    display: inline-block;
    margin: 0 5px;

    width: 79px;
    background: url(../img/SyoTimer/timer.png) no-repeat 0 0;
}
.timer .table-cell .tab-val{
    font-size: 35px;
    color: #80a3ca;

    height: 81px;
    line-height: 81px;

    margin: 0 0 5px;
}
.timer .table-cell .tab-unit{
    font-family: Arial, serif;
    font-size: 12px;
    text-transform: uppercase;
}

#simple_timer.timer .table-cell.day,
#periodic_timer_days.timer .table-cell.hour{
    width: 120px;
    background-image: url(../demos/images/timer_long.png);
}

tr.active2 td {
    background-color: #00FF7F !important;
}

tr.eso td, tr.active2.eso td {
    background-color: #DC143C !important;
}

.fantamilioni {
    display: inline-block;
    width: 120px;
    height: 81px;
    line-height: 81px;
    vertical-align: middle;
    margin: 0 10px;
    text-align: center;
    color: green;
    background-image: url(../img/SyoTimer/timer_long.png);
}

.remove-giocatore, .add-giocatore, .add-panchina,.vis_formazione,.vis_formazione_double {
    cursor: pointer;
}

.collassa {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.collassa.revert {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ruoli table.collapsed tbody {
    display: none;
}

.ruoli thead td {
    position: relative;
}

.verde {
    color: green;
}

.giallo {
    color: #00BFFF;
}

.c333 {
    color: #333;
}

#modulo {
    font-size: 32px;
    height: 50px;
}

.squadre_pari table.collapsed tbody {
    display: none;
}

.squadre_pari thead td {
    position: relative;
}

.squadre_dispari table.collapsed tbody {
    display: none;
}

.squadre_dispari thead td {
    position: relative;
}

.squadra table.collapsed tbody {
    display: none;
}

.squadra thead td {
    position: relative;
}

.red {
    background: #dc1026;
}

.yellow {
    background: #fff7cb;
}


.green {
    background: #d0ffa4;
}

.add-giocatore {
    text-align: center;
}

.add-panchina {
    text-align: center;
}

.valore {
    text-align: center;
}


.dot_green {
    height: 50px;
    width: 50px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    text-align:center;
    /*font-weight: bold;*/
    color: white;

}

.dot_yellow {
    height: 50px;
    width: 50px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
    text-align:center;

}

.dot_red {
    height: 50px;
    width: 50px;
    background-color: #dc1026;
    border-radius: 50%;
    display: inline-block;

}

/* -------------------- LIGHTBOX - */
.lightbox, .overlay {
    position: absolute;
    z-index: 666; }

.overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%; }

.lightbox {
    max-height: 95%;
    max-width: 95%; }

.message-lb {
    background: white;
    font-size: 20px;
    padding: 25px;
    border: 2px solid #3f61b2; }


