body{
    background-color: #ffffff;
    font-family: Montserrat, sans-serif;
}

.container {
    padding-top: 50px;
}

.row{
    padding-bottom: 30px !important;
}

.row.no-padding-bottom{
    padding-bottom: 0 !important;
}

main{
    padding-top: 30px;
}

.blog-header .row{
    height: 80px;
}

.form-group{
    padding-bottom: 10px !important;
}

.hidden{
    display: none;
}

tbody .riga-bottoni{
   display: inline-flex;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 p, a{
    font-family: 'Montserrat', sans-serif;
}

.riga-bottoni .col-md-6{
    padding:0px;
}

.lista-anagrafe td, .lista-anagrafe th{
    border-top:0px !important;
}

.dataTables_wrapper {
    width: 100% !important;
}

@media (min-width: 1000px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger, .tesseram-svincolato {
    background-color: #d9534f;
}

.label-warning{
    background-color: #f0ad4e;
}

.label-primary{
    background-color: #337ab7;
}

.tabella-abbonamenti{
    width: 100%;
}

.menu-as{
    font-size: 13px;
}

.riga-intestazione-abbonamenti{
    padding-bottom: 10px !important;
}
/*
.bg-dark{
    background-color: #343A44!important;
}*/

.btn {
    padding: 5px 8px;
    font-size: 15px;
    min-width: 45px;
    min-height: 37px;
    margin:0;
    text-transform: none;
}

.btn.focus, .btn:focus{
    box-shadow: none!important;
}

.btn-success, .btn-primary, .btn-danger{
    color: #fff !important;
}

.alert p{
    margin-bottom: 0px;
}

.riga-iscritti .colonna-abbonamenti p{
    margin-bottom: 1px;
}

.label-riepilogo{
    padding-bottom: 5px !important;
}

.espulso, .abbandona, .svincolato{
    text-decoration: line-through;
}

header .row{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

header .row.bg-light{
    background-color: #ced2d6 !important;
}

header.py-3{
    padding: 0 10px 0 10px !important;
}

.pt-1, .py-1{
    padding-top: 0!important;
}

header h4{
    line-height: 0.8;
}

.toggle-group .btn-default:hover, .toggle-group .btn-default:focus, .toggle-group .btn-default:active, .toggle-group .btn-default.active, .open>.dropdown-toggle.btn-default{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.toggle{
    border: 1px solid #000;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
    background-color: #fff !important;
    border-right: 1px solid #e0e0e0;
}

.toggle-group  .btn:active, .toggle-group  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.riga-intestazione-iscritti .toggle{
    float: left;
}

.tabella-attivita {
    background-color: #ffffff;
}

.bg-white{
    background-color: #fff;
}

.padding-top-100{
    padding-top: 100px;
}

form.lista-impostazioni button{
    margin-top: 15px;
}

.pagina-impostazioni label{
    font-size: 17px;
}

div.editable {
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.empty-small{
    padding-top: 20px;
    padding-bottom: 20px;
}

#modal-elenco-partecipanti .modal-dialog{
    max-width: 75% !important;
}

/*** page content w/ menu sidebar ***/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-content-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-link{
    border-radius: 0px !important;
    padding: 20px 20px;
    height: 62px;
}

.sidebar a.nav-link{
    color:#c2c7d0;
    font-size: 15px;
}

.sidebar .nav-link p {
    display: inline-block;
    margin: 0;
    transition: margin-left .3s linear,opacity .3s ease,visibility .3s ease,width .3s ease;
}

.sidebar .nav-link:focus, .sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.main-sidebar{
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    width: 230px;
    bottom: 0;
    float: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 82px;
}
.sidebar {
    height: calc(100% - 4rem);
    overflow-y: auto;
    padding: 0px;
}

#wrapper:not(.toggled) .nav-link p{
    margin-left: -10px;
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.toggled .nav-link p{
    transition-delay: 0.3s;
}

#wrapper.toggled #page-content-wrapper{
    padding-left: 230px;
}

@media(min-width:768px) {
    #wrapper:not(.toggled) .main-sidebar {
        width: 60px;
        transition-delay: 0.3s;
    }
    #wrapper:not(.toggled) #page-content-wrapper {
        padding-left: 60px;
        transition-delay: 0.3s;
    }
}


@media only screen and (max-width: 767px){
    .main-sidebar{
        width: 0!important;
    }

    .toggled .main-sidebar{
        width: auto!important;
        transition: width .3s ease-in-out;
    }

    div.dataTables_wrapper div.dataTables_filter{
        text-align: left !important;
    }
}

/*** end page content w/ menu sidebar ***/

@media only screen and (max-width: 500px){
    .colonna-logo{
        width: 65%;
        max-width: 65%;
    }

    .colonna-utente{
        width: 35%;
        max-width: 65%;
    }

    .col-6{
        flex: none;
    }

    .main-sidebar{
        width: 100%;
    }

    .container-fluid{
        padding: 0;
    }

    .pagina-login img{
        width: 100%;
    }

    .h1, h1 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 385px){

    .colonna-logo img{
        max-width: 150px;
        height: auto !important;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 340px){

    .colonna-logo img{
        max-width: 135px;
    }
}

/*** da classe form-control al cerca di datatables ***/

.dataTables_filter input {
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTables_wrapper .dt-buttons .btn-secondary{
    background-color: #3490dc;
    border-color: #3490dc;
}


/*** end section ***/
