@font-face {
    font-family: "roboto";
    src: url('roboto.regular.ttf');
}
  body{
	font-family: "roboto";
  }

  
  .table{
    min-width:60%;
	max-width:100%;
	border-collapse: collapse;
	font: 400 14px/20px roboto;
  }
  .table thead{
	background:rgb(245,245,245);
	border-bottom:solid 1px rgb(225,225,225);
  }
  .table th{
	color: #707070;
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
	line-height: 20px;
	padding:3px;
  }
  .table td{
	width: auto;
	padding: 7px 16px;
	border-bottom:solid 1px rgb(225,225,225);
	color: rgba(0,0,0,.66);
	color:rgb(100,100,100);
	position: relative;
	margin: 0px;
	outline: 0px;
  }
  .table_title_container{
     margin-bottom:5px; 
  }
  .table_title{
	font-family: roboto;
	align-self: center;
	padding:5px;
	display: inline-block;
	color: rgba(0,0,0,.66);
	font-size:18px;
  }

  button, .btn, .btn_red,.btn_sub,.btn_cancel{
	cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-right: 16px;
    height: 30px;
    line-height: 27px;
    min-width: 54px;
    border-radius: 2px;
    outline: 0px;
	padding: 0px 10px; 
	border-width: 1px;
	border-style: solid;
	border-image: initial;
  }
  button, .btn{
	box-shadow: none;
    background-color: rgb(245, 245, 245);
    background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(241, 241, 241));
    color: rgb(68, 68, 68);
    border-color: rgba(0, 0, 0, 0.1);
    
  }
  .btn_red{
	box-shadow: none;
    background-color: rgb(209, 72, 54);
    background-image: -webkit-linear-gradient(top, rgb(221, 75, 57), rgb(209, 72, 54));
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
    text-transform: uppercase;
    border-color: transparent;
}
.btn_sub{
	box-shadow: none;
    background-color: rgb(26, 115, 232);
    background-image: -webkit-linear-gradient(top, rgb(26, 115, 232), rgb(20,97, 201));
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
    border-color: transparent;
}
.btn_cancel{
	box-shadow: none;
    background-color: white;
    color: rgb(20,97, 201);
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
    border-color: rgb(20,97, 201);
}


:host([checked]) #checkbox {
    background: rgb(26, 115, 232);
    border-color: rgb(26, 115, 232);
}
.select-control, .select{
	background-color: rgb(245, 245, 245);
    background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(241, 241, 241));
    color: rgb(68, 68, 68);
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    width:100%;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
    list-style: none;
    margin: 0px 2px;
    outline: none;
    padding: 5px 18px 5px 6px;
}
/*inpu texte*/
.form-control ,.form-control-plaintext{
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  width:94%;
  padding: 5px 18px 5px 6px;
  height: 20px;
  outline: none;
  border-style: solid;
  border-color: rgb(220, 220, 220);
  border-image: initial;
  border-radius: 2px;
    border-width: 1px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-clip: padding-box;
}
.form-control-plaintext{
  min-height: 100px;
}
.col-form-label{
display:block;
font-size: 12px;
  line-height: 27px; margin-top:10px;
}

.ruBan_btn_ADD{ background:rgb(245, 245, 245);width:100%;padding:3px; font-size:13px; }
.ruBan_btn_ADD span{ display: inline-block; padding:6px  }
.ruBan_btn_ADD button{ float:right; background:white; text-transform: uppercase;}
@media screen and (min-width:769px)and (max-width:900px){
	
 }
	

