 @import 'plugins/pretty-checkbox.min.css';

/* General */
a {
    text-decoration: none;
    color: inherit;
}
.nav a, table a {
    outline:none;
}
.center {
    text-align: center;
}

/* Header and nav menu */

header div.barre_haut {
    background-color: #7194bb;
    width: 100%;
    color: black;
    font-weight: bold;
}
header div.barre_haut h1 {
    margin: 15px;
}

header div.barre_haut img {
    float: left;
    margin: 10px;
}
header .navbar li a {
    padding: 15px 30px;
    font-size: 1.2em;
}

/* Aside */
aside {
    background-color: #e5e8ef;
    height: 100vh;
}
aside #infos_utilisateur {
    padding: 10px 0px;
}
aside #popups {
    min-height: 30%;
    max-height: 50%;
    overflow-y: scroll;
}
#next-events h2 {
    font-size: 1.4em;
}
#next-events .btn-group {
    font-size: 0.8em;
}


/* Page */
div#page {
    padding: 15px;
    min-height: 70vh;
}

/* Footer */
footer a:hover {
    text-decoration:none;
}
footer.section-padding {
    padding: 45px 0;
}
footer.bottom {
    background-color: #325781;
}
footer.bottom .copyright {
    color: #e5e5e5;
    font-weight: 600;
}
footer .copyright a {
    color: #f2ff49;
    margin-left: 3px;
    padding-right: 3px;
}
footer.bottom p {
    margin-bottom: 0;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
}
footer .copyright p span {
    color: #d1caca;
}
footer.bottom .copyright p, footer.bottom .copyright a:hover{
    color: #aabbce;
}

/* Screen Button */
div#screen_buttons {
    position: absolute;
    right: 5px;
}
div#screen_buttons i {
    cursor:pointer;
    font-size: 260%;
}

/* Cards */
.materiel-card, .rangement-card, .evenement-card, .utilisateur-card {
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}



/* alert boxes */
alert {
    position: absolute;
}

/* materiel list page */
.liste_kit {
    list-style-type: none;
    padding: 0 20px;
    max-height: 600px;
    overflow-y: scroll;
}


/* pills */
.center-pills {
    display: flex;
    justify-content: center;
}

span.nombre {
    color: #575757;
    font-weight: bold;
    font-size: 130%;
}

/* tables */
table .underline {
    font-weight: bold;
    text-decoration: underline;
}

/*imgs */
.img_descriptive {
    max-height: 300px;
}

/* factures */
.btn-move {
    cursor: grab;
}
.btn-remove:hover {
    color: red;
}

/* Btn dropdown plus minus */
i.fa-minus-square, i.fa-plus-square {
    cursor: pointer;
}

/* Number input remove arrows */
.form-group label.required:after {
    content:" *";
    color:red;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.datepicker-inline {
    display: none;
}
.opacity-half-hover:hover {
    opacity: 0.5;
}