/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17 avr. 2023, 15:03:34
    Author     : Sandy Gehin
*/
.form-gloabl {
    width: 100%;
    padding: 10px;
}

.btn-subtmit {
    width: 100%;
}

h2Reduction {
    color: #abadb3;
}

.h1Link {
    padding: 10px;
    color: #abadb3;
}

.h1Link a {
    color: #abadb3;
}

.h1Link a:hover {
    color: #808288;
}

.invalid-feedback {
    color: #9f191f;
    transition: 0.5s;
}

.is-invalid {
    border-color: #9f191f;
    transition: 0.5s;
}

.valid-feedback {
    color: #00a157;
    transition: 0.5s;
}

.is-valid {
    border-color: #00a157;
    transition: 0.5s;
}

/* DatePicker */
.disabled {
    pointer-events: none;
}  

.input-check-label{
    margin-top: 10px;
    margin-right: 5px;
}

.input-usage{
    padding: 0;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .input-usage{
        padding: 20px;
    }
}