input, select{
    width: 100%;
    margin-bottom: 5px;
    font-size: 28px;
    background-color: chocolate;
    color: white;
    border: none;
    padding: 2px 4px;
}

input[type="submit"] {
    background-color: cadetblue;
    border-radius: 5px;
    margin-bottom: 15px;
}

input[type="checkbox"],input[type="radio"] {
    width: initial;
}

#liste-categ-chk,#projets {
    text-align: left;
}

#projets {
	display: none;
}

.cat-parent {
    font-weight: bold;
}

#conteneur{
	max-width:500px;
	margin:0px auto;
	text-align:center
}

body{
    font-family: Arial;
}

th{
    text-align:letf;
    background-color: chocolate;
    color: white;
}

td{
    border:1px chocolate solid;
    padding: 0px 3px;
}

.bouton{
    font-size: 12px;
    background-color: chocolate;
    color: white;
    border-radius: 3px;
    margin: 2px;
    padding: 2px;
    float: right;
}
.bouton a, .bt-confirmer a{
    text-decoration:none;
    color: white;
}

.bouton.transp{
    background-color: rgba(255,255,255,0.2);
}

.bouton.top,.bouton.go{
	width: 92%;
    height: 16px;
    padding-top: 5px;
    text-align: center;
    background-color: red;
    font-size: 12px;
    font-weight: bold;
}
.bouton.go{
    background-color: #34AD48;
}

.bouton.go.m12, .bouton.go.j2, .bouton.go.j31{
    background-color: orange;
}

.bouton.right{
	float: right;
}

.projet-dans-tab {
    color: grey;
}

.bt-confirmer{
	font-size: 28px;
    background-color: red;
    color: white;
    border-radius: 3px;
    margin: 4px 0px;
    padding: 4px;
    /* display: inline-block; */
}

h2{
    margin:10px;
}

#fermer{
    background-color: chocolate;
    color: white;
    border-radius: 3px;
    width: 32px;
    margin: 7px auto;
    padding: 4px 2px 2px 2px;
}

.img-icones{
	height: 35px;
    width: 35px;
	cursor:pointer;
}

#liste-icones {
    max-width: 500px;
    background-color: white;
	display:none;
    padding-top: 42px;
}

#liste-icones img{
	width:40px;
	cursor:pointer;
}

#pick-icone{
	float:left;
	width:20%;
	cursor:pointer;
}
#pick-icone img{
	width:38px;
    height:auto;
}
#sel-icone{
	float:left;
	width:80%
}

.checkbox-wrapper-3 {
    border: 1px solid grey;
    margin-top: 10px;
}

.titre-tableau{
  text-align:center;
  padding: 3px;
  color:chocolate;
  font-weight:bold;
}



/* 
  .checkbox-wrapper-3 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-3 .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }

  .checkbox-wrapper-3 #cbx-3:checked + .toggle:before {
    background: #947ADA;
  }
  .checkbox-wrapper-3 #cbx-3:checked + .toggle span {
    background: #4F2EDC;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .checkbox-wrapper-3 #cbx-3:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }

*/

.DEVIS{
	background-color:#9AFAFA;
}
.PAYE{
	background-color:#9FFA9A;
}
.ESPERE{
	background-color:#FFC300;
}

.dt-tab{
	font-size:12px;
}

.duree-tab {
    font-size: 12px;
    color: blue;
    font-weight: bold;
    text-align: center;
	width: 35px;
}

.td-tab {
    display: flex;
    align-items: center;
}

img.icone-accueil{
    height: 20px;
    width: auto;
    display: block;
    margin: 0px auto;
}

.liste-routines{
}
.icone-routine,.icone-routine-select{
	margin:5px 2px;
	cursor:pointer;
}
.tr-rech.routine{
	background-color:#C8F7C9;
}

.bloc-routine{
	text-align:left;
	cursor:pointer;
	font-weight:bold;
	position: relative;
}

.bloc-routine .liste-routines{
	display:none;
}

.noroutine{
	display: block;
    position: absolute;
    right: 10px;
    top: 16px;
}

.icone-routine-select.active{
	border: 1px solid red;
    border-radius: 5px;
}



#plusmoinsdatas {
    font-size: 12px;
    margin: 10px auto 0px;
    font-weight: bold;
    color: cadetblue;
    width: 41px;
    background-color: #9afafa;
    padding: 2px 1px;
    border-radius: 3px;
    cursor:pointer;
}
	
