body {
    padding-top: 50px;
    background: #f5f5f5;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border-bottom: none;
    /*
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    */
}

.sidebar {
    display: none;
}


/*HOME*/

#nexttraining {
    position: relative;
}

.nexttraining-mancano {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%;
    font-size: 32px;
    color: #00945e;
    font-weight: 700;
}

.nexttraining-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 65%;
    font-size: 32px;
    color: #00945e;
    font-weight: 700;
}

#nexttraining-img {}

.timer {
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -230px;
    position: absolute;
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar li {
    margin: 0px !important;

}

.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    background: #00945e;
}

.nav-sidebar>li>a span {
    font-size: 18px;
    margin-right: 10px;
}

.nav-sidebar>li>a:hover {
    color: #fff;
    background: #00b674 !important;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    color: #fff;
    background: #00b674 !important;
    border-bottom: 1px solid #666;
}

.nav-sidebar>.news>a,
.nav-sidebar>.news>a:hover,
.nav-sidebar>.news>a:focus {
    color: #fff;
    background: #C3002F !important;
}

.circle {
    margin-left: 15px;
    color: #fff;
    background: #C3002F !important;
    width: 25px !important;
    height: 25px;
    border-radius: 46%;
    text-align: center;
    display: inline-block;
}

.circle_messaggi {
    position: absolute;
    left: -10px;
    top: 15px;

    color: #fff;
    background: #C3002F !important;
    width: 15px !important;
    height: 15px !important;
    font-size: 12px;
    line-height: 15px;
    border-radius: 46%;
    text-align: center;
    z-index: 99999999;
}

/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
@media and (-webkit-min-device-pixel-ratio:0) {
    .circle_messaggi {
        top: 5px;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .circle_messaggi {
        top: 5px;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .circle_messaggi {
        top: 5px;
    }
}


.main {
    padding: 0px;
}



.wrapper {
    padding: 20px;
    background: #fff;
    /*
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    */
    margin-bottom: 20px;
}




@media (min-width: 768px) {}

@media (min-width: 992px) {
    .timer {
        display: block;
    }

    .main {
        padding: 20px;
    }

    .sidebar {
        position: fixed;
        top: 31px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #00945e;
        border-right: 1px solid #00945e;

        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;


    }
}

@media (min-width: 1200px) {}


.header-row {
    /*
    -webkit-box-shadow: -1px 0px 15px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: -1px 0px 15px 2px rgba(0,0,0,0.6);
    box-shadow: -1px 0px 15px 2px rgba(0,0,0,0.6); 
    */
    height: 70px;
    border-bottom: 1px #dddddd solid;
    background: #cccccc;
}

.btn-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px !important;
    cursor: default;
    background: transparent !important;
    border: 3px solid #00945e !important;
    color: #00945e !important;
}

.sottomenu {
    color: #fff;
    background: #00b674 !important;
    padding-left: 50px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-bottom: 1px solid #666;
}

.sottomenu:hover {
    color: #ccc !important;
}