.container{
        background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.jumbotron .text-primary {
    color: #20927b !important;
}
.jumbotron .container {
    color: #20927b !important;
}

/********/
.cerchietto{
    width: fit-content;
    display: block;
    border-radius: 5px;
    font-size: 11px;
    padding: 4px 9px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    background-color: #dcdcdc;
}

.selected .cerchietto.loggedIn{
    background-color: #fff;
    color: #20927b;
}
.cerchietto.loggedIn,.loggedIn{
    background-color: #20927b;
    color:#fff;
}
.cerchietto.loggedOut,.loggedOut{
    background-color: #F44336;
    color:#fff;
}
.cerchietto.locked,.locked{
    background-color: #607D8B;
    color:#fff;
}



.overlay_general{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    height: 100%;
    background-color:#fff;
    z-index: 100000;
}
.overlay_general > img{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-30px;
    margin-top:-80px; 
}
.overlay_general > div{
    color: #20927b !important;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    width: 320px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: 50%;
}

.nav_header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0px;
    background-color: #fff;
    height: 66px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    text-align: center;
}

          .anima {
            transition: all 250ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -webkit-transition: all 250ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -moz-transition: all 250ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -ms-transition: all 250ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -o-transition: all 250ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
        }
          .animax3 {
            transition: all 1200ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -webkit-transition: all 1200ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -moz-transition: all 1200ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -ms-transition: all 1200ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
            -o-transition: all 1200ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
        }
          
        #menu_site_btn{
            background-color: #ffffff;
            width: 50px;
            height: 50px;
            display: block;
            text-align: center;
            border-radius: 100px;
            position: fixed;
            z-index: 10003;
            top: 10px;
            left: 10px;
            cursor: pointer;
        }

@media (max-width: 650px){
    #menu_site_btn{
        background-color: #ffffff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        }
}
        #menu_site_btn>i{
            color: #20927b;
            font-size: 24px;
            margin-top: 12px;
        }

        #menu_site_overlay,#sidebar_overlay{
              position: fixed;
              z-index: 10001;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100vh;
              height: 100%;
            display: none;
            background-color: rgba(0,0,0,0.39);
        }
        #sidebar_overlay{
            z-index: 10009;
            background-color: rgba(0,0,0,0);
        }
        #menu_site_content{
            position: fixed;
            z-index: 10002;
            background-color: #fff;
            width: 300px;
            top: 0px;
            left: -330px;
            height: 100vh;
            height: 100%;
            box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
                padding: 20px;
        }
          
#menu_site_content label{
text-transform: uppercase;
    font-weight: 700;
    color: #4a4a4a;
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 40px;
}
          #menu_site_btn > .chiudi{  display: none;  }
          #menu_site_btn.open > .open{  display: none;  }
          #menu_site_btn.open > .chiudi{  display: block;  }
          
            #menu_site_btn.open{
              box-shadow: none;
                left: 240px;
          }
        #menu_site_content.open{
               left: 0px;
          }
          .nav-link{
                 color: #4c4c4c;
                padding: 0px;
               
              font-size: 14px;
          }
          .nav-link.active,.nav-link.active .fas,.nav-link:hover, .nav-link:hover .fas{
              color: #20927b;
          }
          
          
          #btn_logout_nav{
                padding: 10px 12px;
                background-color: #d2d2d2;
                text-align: center;
                left: -30px;
                width: 90%;
                position: absolute;
                margin-left: 15%;
                bottom: 10px;
                border: 1px solid #d2d2d2;
            }
          
          
.nav-item{
  padding: 0px 0px 15px 30px;
}
.nav-item .fas{
    position: absolute;
    margin-left: -27px;
    margin-top: 3px;
    color: #b7b7b7;
}

/*    MENU FOOTER      */

.menu_site_footer{
        position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.menu_site_footer>a{
display: block;
    float: left;
    width: 50%;
    height: 71px;
    padding: 26px 0;
    font-size: 16px;    color: #757575;
    text-align: center;
    background-color: #e0e0e0;
}
.menu_site_footer>a:hover{
    background-color: #d3d3d3;
}
    
    
    
/*        OVERRIDE BOOTSTRAP     */
.container {
    position: relative;
}

.container h1{
      color: #20927b !important;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    margin: 30px 0 70px;
}
.container h6{
    text-align: center;
    margin-bottom: -10px;
    color: #20927b !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 7px;
}
.container h6::before{
        content: ' ';
    width: 80px;
    border-bottom: 1px solid #daf5ed;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    margin-top: 26px;
    
}

table.dataTable{
        font-size: 13px;
}
td,.table thead th{
        /*border: 0px !important;*/
}

@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
}
.tooltip{
    z-index: 10000000;
}

.fas.fa-trash{
    color: #F44336;
}

.buttons-csv,.btn_all_edit{
    margin-left: 40px;
}

.buttons-csv,.buttons-excel,.btn_all_edit{
    display: none !important;
}
.buttons-csv::after ,.btn_all_edit::after {
    content: '/';
    position: absolute;
    top: -11px;
    text-transform: uppercase;
    left: -26px;
    color: #a7a7a7;
    font-size: 30px;
    font-weight: 200;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
        background-color: #20927b;
    color: #fff;
    font-weight: 100;
}


button.dt-button, div.dt-button, a.dt-button{
    background-image: none;
    background-color: #fff;
    border: 1px solid #00a3b9;
    color: #00a3b9;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #17a2b8 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #17a2b8 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: inherit;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled){
    background-color: #00a3b9 !important;
    background-image: none !important;
    color: #fff !important;
    border: 1px solid #00a3b9 !important;
}

button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled),button.dt-button:active:not(.disabled), div.dt-button:active:not(.disabled), a.dt-button:active:not(.disabled){
        background-image: none;
    background-color: #fff;
    box-shadow: none;
}


.showw{
    display: inline-block !important;
}

.dt-buttons{
    position: relative;
    float: left;
    width: 50%;
}

.table_students_filter{
    float: right;
    width: 50%;
}

.dataTables_info{
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_length{
    float: left;
    width: 50%;
    padding-top: 13px;
}
@media (max-width: 992px){
    .dt-buttons,.table_students_filter,.dataTables_info,.dataTables_length{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 0;
    }
}

.btn-danger {
    color: #fff;
    background-color: #fc422b;
    border-color: #fc422b;
}

