@charset 'utf-8';
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/custom/css/form.css
*	projet			: @PROJET@
*	version			: 1.0.2 2025-03-03 13:48 FS
*
\****************************************************/

/*Generic form style*/
.form-border{
    padding: 8px;
    background: white;
    border: 2px solid #787677;
}
   
.form-wrap {
    padding: 20px 0;
    color: white;
    background: #787677;
}

.form-wrap .title {
    text-align: center;
}


.form-wrap .center {
    text-align: center;
}

.form-wrap input[type="text"],  .form-wrap input[type="email"] {
    background: #787677;
    border: 1px solid white;
    color: white;
}
 
.form-wrap button.red{
    margin: 10px 0;
    background: #EF3E34;
    color: #fff;
    border: none;
    padding: 5px 30px;
    outline: none;
    display: inline-block;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    float: none!important;
}


.form-wrap .errors,
.errors{
    margin: 15px 15px;
    color: red;
    background: white;
    font-size: 16px;
    padding: 5px;
}
.connexion-widget .left
{
    border-right: 2px solid #676768; 
    padding-right: 13%;
}
 .connexion-widget .right
{
    padding-left: 13%;
}
 
.form-wrap .notification,
.notification{
    margin: 5px 0;
    color: green;
}

form{
    margin:  0;
}

form > div{
    margin:10px 0;
}

.form-title {
    font-size: 27px;
}


form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="number"],
form textarea{
    width:100%;
    padding:8px;
    box-sizing: border-box;
    border: solid 2px #676768;  
    font-size: 17px;
}

form select{
    width:250px;
    padding:8px;
    box-sizing: border-box;
    /*border: solid 2px #676768; */
  
    font-size: 17px;
}

form button.send,
a.button.black{
    margin: 10px 0;
    background: #818182;
    color: #fff;
    border: solid 2px #818182;
    padding: 5px 30px;
    outline: none;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
}

button, a.button{
    margin: 10px 0;
    color: #fff;  
    padding: 8px 25px;
    outline: none;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    cur
}
.events button, .events a.button{
    margin: 5px 0;
    padding: 4px 15px;
    outline: none;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    text-transform: none!important;
     cursor: pointer;
}


button.blue, a.button.blue{
    background: #1F769C;
    border: solid 2px #1F769C;
    color: #fff!important;
}
button.orange{
    background: #F58123;
    border: solid 2px #F58123; 
    text-transform: uppercase;
}

button.white{
    background: white;
    border: solid 2px #1F769C; 
    color: #1F769C;
    text-transform: unset;
}

.custom-modal {
    max-width: 900px !important;
}

form button.send:hover, a.button.black:hover{
    opacity: 0.8;
}

form a.blue{
    color: #2597CB;
    display: block;
    font-size: 80%;
}
.left form a.blue{
    text-align: right;
}

#depenses-form{
    font-size: 17px;
}
#depenses-form input[type="text"],
#depenses-form input[type="number"],
#depenses-form select,
#depenses-form textarea{
    width:auto;
    padding:0px 8px;
    box-sizing: border-box;
    border: solid 2px #676768;  
    font-size: 17px;
}
#depenses-form input[type="text"] , #depenses-form input[type="number"], #depenses-form select
 {
    width:100%;
}

#depenses-form textarea{
    width:80%;
}
#depenses-form .delete{
    color: red;
    font-size: 22px;
    vertical-align: top;
    margin-left: 20px;
    cursor: pointer;    
}


#depenses-form .bi-plus-circle{
    color: red;
    
}
 
 
#depenses-form .none{
    display: none;
}

#depenses-form .desc{
    font-weight: bold;
    text-align: right;
}




#depenses-form .ajout_depense {
    cursor: pointer;
    font-size: 20px;
}
#depenses-form .total{
    text-align: right;
    font-weight: bold;
    color: #1F769C;
    border: 1px solid #1F769C;
}

#depenses-form .parsley-required{
    font-size: 12px;
}

.grey_background {
    background: #D6D6D6; 
    
}

.green_background {
    background: #2eb690; 
    color: white;
}

.red_background {
    background: #b62e2e; 
    color: white;
}

.grey_background1 {
    background: #fafafa; 
}

@media screen and (max-width: 992px) {
    .connexion-widget .left
    {
        padding-right:  15px;
    }
     .connexion-widget .right
    {
        padding-left: 15px;
    } 
    
    #depenses-form input[type="text"],
    #depenses-form input[type="number"],
    #depenses-form select,
    #depenses-form textarea{
        width:auto;
        padding:5px 8px;
        margin: 10px 0;
        width: 100%;
    }

    .date   {
         margin: 10px 0;
    }
    .date input  {
        margin:0 !important;
    }

    #depenses-form .total {
        display: inline-block;
        float: right;
    }


    #depenses-form .desc {

         text-align: left; 
    }
  #depenses-form .line {
            border-bottom: 1px solid #676768;
            padding: 20px 0px;
    }    
    
    
}