
body
{
    font-size: 100%;
}

.ui-datepicker-calendar 
{
    display: none;
}

.ui-datepicker
{
    font-size: 200% !important;
}

#ui-datepicker-div {
position: absolute !important;
left: 50% !important;
top: 50% !important;
margin-left: -170px; /* approx half the height of the datepicker div - adjust based on your size */
margin-top: -10px; /* half the height of the datepicker div - adjust based on your size */
}

select{
/*    font-size: 34px;
    border-radius: 0;
    border: none;
    */background: transparent;
    width: 380px;
    overflow: hidden;
    /*padding-top: 15px;*/
    /*height: 70px;*/
    text-indent: 25px;
    /*text-align: center;*/
    /*color: #ffffff;*/
    -webkit-appearance: none;
}
    
#datePicker
{
    cursor: pointer;
}

.my-margin
{
    padding: 4% 2%;
}

.input-group-addon {
    min-width:150px;
    text-align:left;
}

.redirect
{
    font-size: 200%;
}
/*input[type="number"] , textarea {

  background-color : #eee; 

}*/

input
{
    color:white;
}

/*#datePicker
{
    background-color : #6050DC;
}

#nbJours
{
    background-color : #6050DC;
}

#jWork
{
    background-color : #6050DC; 
}

#jCA
{
    background-color : #6050DC;
}*/

.red
{
    color:red;
}

.green
{
    color:green;
}



