/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 févr. 2020, 15:10:41
    Author     : roland
*/

.btn_choix_courbe:disabled{
    color : #EC7A13;
    border-color: #EC7A13;
    font-weight: bold;
}

.badge-primary{
    background-color: #EC7A13;
}

input[readonly]{
  background-color:transparent;
  border: 0;
  font-size: 1em;
  color:white;
}

