/**** COMMON ****/
.hidden {
    display: none;
}


/**** LOGIN ****/
#login_image{
    max-width: 75%;
}


/**** TABLES ****/
.table-responsive .form-inline {
    display: block;
}
.table-responsive table{
    width: 100% !important;
}

.dataTables_length select {
    margin: 0 10px;
}
.paginate_button a{
    padding: 5px 10px;;
    background-color: #5e72e4;
    color: white;
    border-radius: 5px;
    margin-right: 5px;
}
.paginate_button a:hover{
    padding: 5px 10px;
    background-color: #825ee4;
    color: white;
    border-radius: 5px;
    margin-right: 5px;
}
.paginate_button.active a{
    background-color: #0da5c0;
    color: white;
}

pre code {
    font-size: 100% !important;
    word-break: break-word !important;
    color: #5d72e4 !important;
}