.container{

    max-width: unset;

    height: 100vh;

    background-color: #333333;

}

.wip{

    background-image: url(LoaderIcon.gif);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center right;

}

/*Finestra principale*/

/*calendario*/

#top-menu, #bottom-menu{

    position:fixed;

    left:0;

    width: 100vw;

    padding:0 5px;    

    z-index: 10;

    background-color: #333333;

    border:1px solid black;

}

#top-menu{

    top:0;

}

#bottom-menu{

    bottom:0;

}

#top-menu-inner, #bottom-menu-inner{

    position: relative;

    max-width: 540px;

    min-height:65px;

    padding: 5px 0;

    margin: 0 auto;

}

#bottom-menu-inner{

    border:none;

}

/*Elementi top menu*/

#calendar{

    position:relative;

    width:50%;

    height:100%;

    color:#fff;

}

#day_number{

    float:left;

    font-size: 4em;

    line-height: 1;

    margin: 0;

    padding: 0 5px;

    border-right: 2px solid #666;

}

#day_month_year,#top-right-menu{

    font-size: 1.2em;

    line-height: 1;

}

#top-right-menu{
    float:right;
}

#day_month_year{
    position: relative;
    display: inline-block;
    padding: 0 0 0 5px;
    width:100px;
    height:65px;

}

.cal{

    position: absolute;  

}

#week_day{

    top:5px;

    left:10px;

}

#year{

    bottom:5px;

    left:10px;   

}

.addNew{

    display: inline-block;

    height: 55px;

    width: 55px;

    padding:0;

    margin-top:5px;

    margin-right:5px;

    border-radius: 50%;

    border: 1px solid #fff;

    color:#fff;

    font-weight:300;

    line-height: 44px;

    font-size: 55px;

    text-align:center;

    text-decoration:none!important;

}

/*

.addNewDark{

    border: 1px solid #000;

    color:#000;

}*/

/*Elementi bottom menu*/

#main-bottom-menu{

    position: relative;

    width: 100%;

}

.mbm_element{

    float: left;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column  ;

    flex-basis: auto;

    width: 65px;

    height: 55px;

    margin-right: 20px;

    overflow: hidden;

    border-radius: 5px;

    border: 1px solid #fff;

    align-items: center;

    font-size: 12px;

    color: #fff;

    text-align: center;

    text-decoration: none !important;

}



#hidden-menu{

    position: absolute;

    z-index: -1;

    opacity: 0;

    transition: 0.4s all linear;

}

#hidden-menu.visible{

    position: relative;

    opacity: 1;

    z-index: auto;

}

/*corpo*/

/*

.page-container{

    position: relative;

    width: 100%;

    margin-top:120px;

    padding: 10px;

    font-size: 100%;

    color: #fff;

    font-weight: 500;

    transform: translate3d(100%, 0, 0);

    opacity: 0;

    transition: transform 0.5s ease-in, opacity 0.5s ease-in; 

}*/

.page-container{

    padding: 150px 10px 70px;

    font-size: 100%;

    color: #fff;

    font-weight: 500;

}

[data-page]{

    position:fixed; /* or absolute if the content exceeds the height of the page */

    width: 100%;

    height: 100vh;

    transform: translate3d(100%, 0, 0);

    opacity: 0;

    transition: transform 0.5s ease-in, opacity 0.5s ease-in;

    overflow-y: scroll; 

}

[data-page].active-page{

    transform: translate3d(0, 0, 0);

    opacity: 1;

    /**

    left: 0;

    **/

    z-index: 8;

}

.elenco_movimenti{

    position: relative;

    width: 100%;

    margin-top: 23px;

    padding-bottom: 80px;

}

.movimento{

    position: relative;

    border-bottom: 1px solid #fff;

    padding:5px;

}

/**/

.label_fisarmonica{

    cursor: pointer;

}

.fisarmonica .movimento{

    display: none;

}

.fisarmonica.active .movimento{

    display: block;

}

/**/

span.sigla_tipo {

    display: inline-block;

    height: 20px;

    width: 20px;

    padding: 0;

    margin-right: 5px;

    border-radius: 50%;

    border: 1px solid #fff;

    color: #fff;

    font-weight: 300;

    line-height: 16px;

    font-size: 16px;

    text-align: center;

    text-decoration: none;

}

.line{

    float:left;

    left:5px;

    width:75%;

}

.line1{

    top:5px;

}

.line2{

    bottom:5px;

}

.line_importo{

    float: right;

    right: 5px;

    top: 5px;

    width: 25%;

    padding: 3px;

    border-radius: 3px;

    color: #333333;

    background-color: #66ccff;

    text-align: right;

}

.hidden_infos{

    transform: scaleY(0);

    position: absolute;

    opacity: 0;

    transition: 0.5s all linear;

}

.hidden_infos.visible{

    position: initial;

    transform: scaleY(1);

    opacity: 1;

    transition: 0.5s all linear;

}

.confirm_box{

    display: inline-block;

    padding: 0 5px;

    z-index: -1;

    opacity: 0;

    transition: 0.5s all ease;

}

.confirm_box.visible{

    z-index: auto;

    opacity: 1;

}

/*categorie*/

.livello{

    display: none;

    align-items: stretch;

    justify-content: flex-start;

    flex-wrap: wrap;

}

.livello.active{

    display: flex;

}

.cat{

    position: relative;

    display: none;

    flex-basis: auto;

    width: 60px;

    height: 60px;

    overflow: hidden;

    margin: 10px;

    padding-left: 0px;

    text-decoration: none;

    border-radius: 5px;

    border: 1px solid blue;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}

.cat.active{

    display: flex;

}

.cat:last-child{

    margin-right: 0;

}

.cat a{

    display: block;

    height: 100%;

    width: 100%;

    text-decoration: none;

    font-size: 12px;

}

.cat .cat_ico{

    position: absolute;

    left: 0;

    top: 0;

    border-radius: 50%;

    background-color: blue;

    height: 25px;

    width: 25px;

}

.cat .cat_name{

    display: block;

    width: 100%;

    color: #000;

    text-align: center;

    font-size: 12px ;

}

/*fine categorie*/

.clear{

    clear:both;

}
/*GENERALI*/
.text_left{
    text-align:left;
}
.text_right{
    text-align:right;
}
/*RIEPILOGO*/
.riga.riga_rapporto:hover {
    background-color: #6c757d;
}
.riepilogo_movimenti {
    display: none;
}
.riepilogo_movimenti.open {
    display: block;
}
/*FINE RIEPILOGO*/