/*
1. LAYOUT
2. TYPO
3. BTN
4. FORM
5. TABLE
6. NAV
7. HEADER
8. FOOTER
9. MODALE
10. STYLES PREDEFINIS
11. CLASS et ID
12. PAGES
13. MEDIA QUERIES
14. SNACKBAR
*/


/* 1. LAYOUT */

html{
    font-size: 15px;   
}
body {
    background-color: #fcfdff;
    color: #33343c;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem; 
}
.row{
    margin-left:0px;
    margin-right:0px;
}
#wrapper {
    transition: all .4s ease 0s;
    height: 100vh;
}
.page-content{
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;   
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: 100vh;
}
.bg-grey {
    background-color: #e7e7e7;
}

/* 2.TYPO */

h1, .h1{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #c8cbd2;
}

h2, .h2{
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #3f4054; 
}
h3, .h3{
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;    
}
a{
    color: #6d6adf;    
}
a:hover {
    color: #4846a7;
    text-decoration: underline;
}
.signature{
    color: #e5a533;
    font-size: 1.4rem;    
}
.lead{
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;  
}

p{
    font-family: 'Montserrat', sans-serif;  
}

/* 3.BTN */

button:not(:last-child),
.btn:not(:last-child){
    margin-right: 15px;
}

.btn{
    padding: 12px 30px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;   
}

/* btn-primary */

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6d6adf;
    border-color: #6d6adf;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5350b5;
    border-color: #5350b5;
}

/* btn-default */

.btn-default{
    background-color: transparent;
    border: 1px solid #6d6adf;
    color: #6d6adf;
}
.btn-default:hover{
    color: #fff;
    background-color: #6d6adf;
    border-color: #6d6adf;
}

#button-delete {
    background-color: #a01010;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
    text-decoration: none;
}
#button-no {
    background-color: #dedede;
    color: #000;
    padding: 10px;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
    text-decoration: none;
}
.btn .fa,
.btn .far,
.btn .fas,
.btn svg{
    margin-right: 10px;
}

/*btn rounded*/

.btn.btn-rounded,
.btn.btn-rounded[onclick]{
    background-color: #e1e0ff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 40px;
    color: #6d6adf;
    border: none;
}
.btn.btn-rounded:hover,
.btn.btn-rounded[onclick]:hover{
    color: #39379c;
}
.btn.btn-rounded svg,
.btn.btn-rounded .fa,
.btn.btn-rounded .fas,
.btn.btn-rounded .far{
    transition: all ease-in-out 50ms;
}
.btn.btn-rounded:hover svg,
.btn.btn-rounded:hover .fa,
.btn.btn-rounded:hover .fas,
.btn.btn-rounded:hover .far{
    transform: scale(1.2) ;
}
.btn-rounded.btn-danger{
    background-color: #ffdfe2;
    color: #dc3545;    
}
.btn.btn-rounded.btn-danger:hover{
    color: #b51625;
}
.btn-rounded.btn-warning{
    color: #f19104;
    background-color: #fff3e1;    
}
.btn-rounded.btn-warning:hover{
    color: #c17a11;
}
.btn-rounded.btn-success{
    color: #2dcab4;
    background-color: #defdf9;    
}
.btn-rounded.btn-success:hover{
    color: #11a08c;
}

.score-button {
    background-color: #fff;
    border: none;
}

/* 4.FORM */

label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1c1d27;
}
.form-group {
    margin-bottom: 25px;
}

.form-group select{
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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;    
}

/* boutons checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #ced4da;
    background: #FFF;
    border-radius: .2em;
    box-shadow: none;
    transition: all .275s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: .38em;
    left: .18em;
    font-size: 1.6em;
    color: #ef8606;
    line-height: 0;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1) rotate(0);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3b67a9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(7, 39, 86, 0.2);
}
input[type="radio"] + label{
    margin-left: 10px;
}
div > input[type="radio"]:not(:first-child){
    margin-left: 15px;    
}

/*message erreur*/

.form-group .label-error ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.form-group .label-error ul li{
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    color: #e68c0f;
    background-color: #fff7e6;
}

/* 5.TABLE*/

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(245, 246, 251);
}
.table td, .table th {
    border-top: none;
    padding: 1.5rem 1rem;
    vertical-align: middle;
}
.table td .btn{
    margin-bottom: 0;
}
.table td svg[class*="fa"],
.table td i{
    margin-right: 0;
}
.table thead th{
    vertical-align: bottom;
    border-bottom: 1px solid #e3e5ef;
}
.tr-clickable {
    cursor: pointer;
}
.tr-clickable:hover {
    background-color: #dfe9fd !important;
}

/* 6.NAV */

/*sidebar*/

/*general*/

#sidebar-wrapper {
    background-color: rgb(32, 38, 45, 0.7);
    position: fixed;
    background-repeat: no-repeat;
    left: 0;
    background-position: bottom left 10%;
    background-size: 220% auto;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
    transition: all .4s ease 0s;

}
#sidebar{
    padding-bottom: 20px;
}
.sidebar-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav > .sidebar-brand a img {
    padding: 20px 10px;
    display: block;
    margin: auto;
}
#sidebar_menu li .nav-links,
.sidebar-nav li .nav-links {
    color: #ffffff;
    display: block;
    padding: 8px 0px;
    text-decoration: none;
    background-color: rgb(32,38,45,0.7);
    border-top: 1px solid #353d46;
    border-bottom: 1px solid #353d46;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar-nav ul {
    list-style-type: none;
    padding-left: 0;
}
.sidebar-nav li .nav-links-child{
    color: #aeb9c5;
    display: block;
    font-size: 0.9rem;
    text-decoration: none;
    background-color: rgb(32,38,45,0.7);
    border-top: none;
    text-indent: 0;
    padding: 0px 10px;
    border-bottom: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar-nav li ul li{
    color: #aeb9c5;
    display: block;
    font-size: 0.9rem;
    background-color: rgb(32,38,45,0.7);
    text-indent: 10px;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}
.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
    text-decoration: none;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    color: #fff;
    background-color: #525d69;
}
.sidebar-nav li a.active {
    color: #fff;
    background-color: #525d69;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav li .nav-links svg,
.sidebar-nav li .nav-links .fa,
.sidebar-nav li .nav-links img{
    margin-right: 10px;
}

/* hidden */
.hidden{
    display: none;
}

/* sidebar deployée */
#wrapper.active{
    padding-left: 250px;
}

/* 7.HEADER*/

/* 8.FOOTER*/

/* 9.MODALE*/
#close-modal {
    cursor: pointer;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    top: 16px;
    right: 16px;
    border: 1px solid #b5b5b5;
    z-index: 9999;
}
#close-modal:hover {
    background: #dedede;
}

/* 10.STYLES PREDEFINIS*/

/* card */

.card{
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 23px -4px rgba(56,57,66,0.2);
    -moz-box-shadow: 0px 0px 23px -4px rgba(56,57,66,0.2);
    box-shadow: 0px 0px 23px -4px rgba(56,57,66,0.2);
    border: none;
    padding: 30px 20px;
    margin-bottom: 20px;
    width: 100%;
}

/* alert */

.alert{
    position: relative;
    padding: 15px 20px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 7px;
}
.alert-warning {
    color: #fff;
    background-color: #ef8607;
}
.alert-primary {
    color: #515ebd;
    background-color: #dfe9fd;
}
.alert-success {
    color: #fff;
    background-color: #2dcab4;
}
.alert-danger {
    color: #fff;
    background-color: #ff5071;
}
.alert-info {
    color: #238b9c;
    background-color: #dff7fb;
}

/* pagination */

.page-item.active .page-link {
    color: #fff;
    background-color: #6d6adf;
    border-color: #6d6adf;
}
.page-link {
    color: #6d6adf;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* success - warning - danger */  

.dropdown-toggle.btn{
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: 400;
    font-size: 0.95rem;
    text-align: left;
    padding-left: 30px;
    position: relative;  
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-warning.focus, .btn-warning:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.btn-danger.focus, .btn-danger:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}
.dropdown-toggle.btn:before{
    content:'';
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.dropdown-toggle.btn-warning{
    color: #ef8607;    
}
.dropdown-toggle.btn-warning:before{
    background-color: #ef8607;
}
.dropdown-toggle.btn-danger{
    color: #ff5071;    
}
.dropdown-toggle.btn-danger:before{
    background-color: #ff5071;     
}
.dropdown-toggle.btn-success{
    color: #2dcab4;    
}
.dropdown-toggle.btn-success:before{
    background-color: #2dcab4;    
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}
.done-not-editable:after {
    content: none;
}

/* 11.CLASS et ID */

/* .user.card */

.user.card{
    padding: 0;    
}
.user.card .card-title{
    padding: 25px 20px 8px 94px;
    background: #eaeaf4;
    border-radius: 7px 7px 0px 0px;
    font-size: 1.2rem;
    /*background-image: url(/images/bg-user-card.svg);*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    position: relative;
    margin-bottom: 0;
    color: #525256;
}
.user.card .card-title svg,
.user.card .card-title .fas{
    color: #f19104;
    background-color: #fff;
    height: 60px;
    width: 60px;
    padding: 5px 20px;
    border-radius: 15px;
    position: absolute;
    bottom: -20px;
    left: 20px;
}
.user.card .card-body{
    padding: 30px;
}
.user.card .card-body .card-text svg{
    margin-right: 10px;
}
.user.card .card-body .btn{
    padding: 12px 20px;
}
.user.card .card-body .card-text{
    color: #484f5f;
    font-size: 1.1rem;
    margin-bottom: 15px;   
}
.title-p {
    font-size: 1.4rem;
    color: #FF8640;
    border-bottom: 1px solid #FF8640;
}

/* table status */

.commitment-draft {
    background-color: #9a9a9a;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
}
.commitment-validated {
    background-color: #2dcab4;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
}
.commitment-rejeted {
    background-color: #ff5071;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
}
.commitment-waiting {
    background-color: #ffc107;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
}

/* .card-bloc */

.card-bloc{
    background-color: #f9fafd;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;    
}

/* no-bg */

.no-bg,
.btn.btn-rounded.no-bg{
    background-color: transparent;
}

/* 12.PAGES */

/* .Admin */

.card-bloc .fa,
.card-bloc .far,
.card-bloc .fas,
.card-bloc .svg-inline--fa{
    font-size: 24px;
    margin-bottom: 5px;    
}

/* .Page ACapella form*/

#acapella_form_disponibilities_day,
#acapella_form_disponibilities_hours{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#acapella_form_disponibilities_day input,
#acapella_form_disponibilities_hours input{
    width: 30px;
    margin-top: 5px;
}
#acapella_form_disponibilities_day label,
#acapella_form_disponibilities_hours label{
    width: calc(100% - 30px);
}
#acapella_call_reason_member {
    height: 500px;
}

#users-list, #firstname-list, #phones-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 99999;
    max-height: 400px;
    overflow-y: scroll;
    display: none;
    width: 100%;
}
#users-list li span, #firstname-list li span, #phones-list li span {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    cursor: pointer;
}
#users-list li span:hover:not(.header), #firstname-list li span:hover:not(.header), #phones-list li span:hover:not(.header) {
    background-color: #eee;
}

/* .Page Login form */

#login-form{
    padding: 0;
    max-width: 700px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#login-form .col{
    padding: 40px 30px;    
}
#login-form .row > .col:first-child{
    /*background: url(/images/bg-login01.svg) no-repeat;*/
    background-size: cover;
}

#login-form input{
    margin-bottom: 20px;
}
#login-form .row > .col .checkbox + div{
    margin-bottom: 30px;
}
#login-form .rounded{
    border-radius: 50%!important;
    background-color: #fff;
    padding: 40px;
    display: inline-block;
    position: absolute;
    right: -80px; 
    z-index: 9;   
}

/* Page Membres */

.form-group .member_roles{
    display: flex;
    flex-direction: column;   
}

/**/

.sub_icon{
    float:right;
    padding-right: 65px;
    padding-top:10px;
}
.content-header {
    height: 65px;
    line-height: 65px;
}
.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

/* .Page Formations */

#modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}
#modal-content {
    background-color: #fff;
    width: 38%;
    left: 31%;
    top: 10%;
    opacity: 1;
    position: absolute;
    z-index: 100000;
    border-radius: 16px;
    padding: 16px;
    overflow-y: auto;
}

/* Page gestion pièces manquantes */

form[name="attachments"] [type="checkbox"]:not(:checked) + label:before,
form[name="attachments"] [type="checkbox"]:checked + label:before {
    top: -5px;
}
form[name="attachments"] [type="checkbox"]:not(:checked) + label:after,
form[name="attachments"] [type="checkbox"]:checked + label:after {
    left: 0.1em;
    top: 3px;
}
#attachmentCommentTextarea{
    padding: 10px;
}

/* 13.MEDIA QUERIES*/

@media screen and (min-width:992px) {
    #login-form .row > .col:last-child{
        padding-left: 100px;
        padding-right: 60px;
    }
}

@media screen and (min-width:768px) {

    /* sidebar réduite */

    #sidebar-wrapper {
        width: 250px;
        margin-left: 0px;
    }
    #wrapper:not(.active){
        padding-left: 130px;
    }
    #wrapper:not(.active) #sidebar-wrapper{
        width: 130px;
    } 
    #wrapper:not(.active) #sidebar-wrapper .nav-links span{
        display: none;
    }
    #wrapper:not(.active) .sidebar-nav li .nav-links svg,
    #wrapper:not(.active) .sidebar-nav li .nav-links .fa,
    #wrapper:not(.active) .sidebar-nav li .nav-links img{
        margin-right: 0px;
        margin: auto;
        height: 40px;
        display: block;
    }

}
@media screen and (max-width:991px) {

    /* Page admin*/

    .col-lg-4 .card-bloc{
        margin-bottom: 15px;
    }

    /* Responsive custom table */

    .table-responsive.custom table td,
    .table-responsive.custom table th {
        padding: 0.5rem 1rem;
    }
    .table-responsive.custom table > thead th {
        display: none;
    }
    .table-responsive.custom table > tbody td,
    .table-responsive.custum table > tbody th {
        display: block;
    }
    [row-header] {
        position: relative;
        vertical-align: middle;
        font-weight: 400;
    }
    [row-header]:before {
        content: attr(row-header);
        display: block;
        vertical-align: middle;
        text-align: left;
        font-weight: 800;
    }
}

@media screen and (max-width:767px) {

    /* SIDEBAR */

    #wrapper,
    #wrapper.active,
    #wrapper:not(.active) {
        display: block;
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
        position: fixed;
        top: 0;
        left: -250px;
        height: 100%;
        z-index: 9999;
        transition: all 0.3s;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    #sidebar-wrapper.active {
        left: 0;
    }
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
    }
    #dismiss {
        height: 55px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 20px;
        margin-left: auto;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        width: 50%;
        order: 2;
        padding: 16px 10px;
        margin: auto;
        line-height: 20px;
    }
    #sidebar-wrapper #sidebar{
        width: 100%;
        order: 3;  
    }
    #sidebarCollapse{
        cursor: pointer;
        padding: 8px 12px;
        line-height: 12px;
        background-color: transparent;
        color: #6d6adf;
        border: 1px solid #6d6adf;    
    }
    #sidebarCollapse svg{
        margin-right: 0;
    }
    #sidebar-wrapper #sidebar_menu{
        width: 50%;
        margin: 0;
        order: 1;   
    }

    /* PAGE CONTENT */

    .page-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* TYPO */

    h1, .h1{
        font-size: 2rem;
        margin-bottom: 30px; 
/*        padding-bottom: 20px; */
    }
    h2, .h2{
        font-size: 1.6rem;
        margin-bottom: 10px; 
    }


}

/*@-webkit-viewport{*/
/*    width: device-width;*/
/*}*/
/*@-moz-viewport{*/
/*    width: device-width;*/
/*}*/
/*@-ms-viewport{*/
/*    width: device-width;*/
/*}*/
/*@-o-viewport{*/
/*    width: device-width;*/
/*}*/
/*@viewport{*/
/*    width: device-width;*/
/*}*/

/* 14. SNACKBAR */
/* https://www.w3schools.com/howto/howto_js_snackbar.asp */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #13b62e; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    right: 30px; /* Align right the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.dataTables_filter {
    display: none;
}