/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.background-general{
    background-color: rgba(18, 41, 69);
}

.background-sidebar{
    background-color: rgba(18, 41, 69);
}

.text-green-600 {
    color: rgba(18, 41, 69);
}

.text-brown {
    color: rgba(18, 41, 69)!important;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: rgba(18, 41, 69);
}

.btn-background {
    background-color: rgba(18, 41, 69);
}

.sidenav li > a > i, .sidenav li > a > [class^='mdi-'], .sidenav li > a li > a > [class*='mdi-'], .sidenav li > a > i.material-icons {

    color: #FFFFFF;
}

.sidenav li > a:not(.active):hover
{
    background-color:#325a8c;!important;
}

.swal-button {
    background:  #325a8c!important;
}

.swal-button--cancel {
    color: #325a8c!important;
    background-color: rgb(250 250 250)!important;
    border: 1px solid;
    opacity: 75%;
 }


.btnDaleteInscription{
    background-color: #325a8c;
    border-radius: .5rem;
    border: none;
    color: white;
    padding: 7px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.btnDevolution{
    background-color: #325a8c;
    border-radius: .5rem;
    border: none;
    color: white;
    padding: 7px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}


.border-radius-35{
    border-radius: 25px;
}

.users-list-wrapper .users-list-table .dataTables_paginate .paginate_button.current, .users-list-wrapper .users-list-table .dataTables_paginate .paginate_button:hover {
    border: 1px solid  rgba(18, 41, 69);
    background:  rgba(18, 41, 69);
}

.width-5{
    width: 5%;
}

.width-20{
    width: 20%;
}

.font-25{
     font-size: 25px;
}

.contents {
    display: contents;
}

.notification-badge
{
    font-family: 'Muli', sans-serif;

    position: relative;

    right: -55px;

    margin: 0 -.8em;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;

}

.border-red{
    border: 2px solid  #325a8c;
    background:  #325a8c;
    border-radius: 25px!important;
}

.border-green{
    border: 2px solid #09995a;
    background: #117a05;
    border-radius: 25px!important;
}

.mt-m15{
    margin-top: -15px
}
