body
{
	
    /*font-weight: bold;*/
    background-color: rgb(241, 248, 255); 

}

hr {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* .sticky
{
    position: -webkit-sticky;
    right: 0;
    left: 0;
    top:0px;
  z-index: 1030;  /* /
   margin-bottom: 1px;
    padding: 0%;
}
 */
.form-control
{
    /*width: 100%; */
  /*   height: calc(1.6em + 0.75rem + 2px);*/ /**/
/*  padding: 0.1rem 0.1rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.1;

    color: #000000;
    background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #559edc;
   margin-right: 0rem;
*/
    display: block;
    width: 100%;
    padding: 0.1em 0.1em;
    line-height: 1.5;
    border: 1px solid #000000a8;

}

.form-group
{
    margin-bottom: 0.1rem;
    margin-left: -1em;
    margin-right: -2em;
}


.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: 12px;

}

.control-label
{
   background-color:rgba(52, 144, 220, 0.25);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 254);
}

.nospace
{
    margin-left: -0.7rem;
    margin-right: -1rem;

}

.caption-top
{
    caption-side: top;
}

.table-sm{
    font-size: small;
}

.w100{
    width: 100px;
}

#titre {
    color:green; /*red;*/
    font-size:90%;
    left:328px;
    height:48px;
   /*  top:10px;
    position:absolute; */
    /*border:solid blue 2px;*/
    vertical-align:middle;
    }

.btnEnregistrerDepist{
    position: absolute;
    top: 30px;
    left: 700px;

}

.bg-blueish-header{
    background-color: rgba(0,220, 250, 0.09);
}

body{
    margin: 0;
    padding: 0;
}
.formWrapper{
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    flex-flow: column;
    background-color:RGB(175,238,238);
}
.commonForm{
    border: 1px solid #f5f5f5;
    padding: 50px;
    min-width: 515px;
      background-color:RGB(175,238,238);
}
.commonForm label{
    display: inline-block;
    width: 255px;
     color: RGB(60,60,60);/*//#fff; */
}
.headline{
    text-align: center;
    margin-top: 0;
    color: RGB(65,105,255);/*//#fff;*/
}
.sresponse{
    background-color: #fff;
    padding: 15px;
    text-align: center;
    width: 66%;
}
#serverResult{
    background-color: #fff;
    padding: 10px 15px;
    width: 66%;
    text-align: center;
    margin-top: 15px;
}
.commonForm input[type="text"]{
    padding: 14px 12px;
    border-radius: 5px;
    /* //border: 1px solid #ddd; */
    border:solid 0.5px RGB(70,130,180);
}
.commonForm select{
    padding: 14px 12px;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    width: 100%;
    border:solid 0.5px RGB(70,130,180);
}
.commonForm input[type="submit"],
.commonForm input[type="button"]{
    border-radius: 5px;
    padding: 12px 0px;
    cursor: pointer;
    margin: 0px;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    /*border:1px solid #f5f5f5;*/
    border:solid 0.5px RGB(70,130,180);
    transition: all .3s;
    color:RGB(0,0,250);
}
.commonForm input[type="submit"]:hover,
.commonForm input[type="button"]:hover{
    background-color:RGB(95,158,160);/*//(175,238,238);*/
    color: RGB(60,60,60);
}
.mt-10{margin-bottom:10px;}

.center{
   
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}



.divTable {

  display: table;

}

.divRow {

  display: table-row;
}

.divCell {

  display: table-cell;
  padding: 0;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  vertical-align: top;
  word-wrap: break-word;

}


.div-table-header {
 

    padding: 1px 2px;
    color: rgb(0, 0, 0);
    background-color:#fe9a0126;
}

.line-item-table .line-item-column {
    padding: 0;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    vertical-align: top;
    word-wrap: break-word;
}

.line-item-table .line-item-header .line-item-column {
    padding: 8px 10px;
    color: #777;
    background-color: #f9f9f9;
}


.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/*border: 1px solid #999999;*/
	display: table-cell;
	padding: 1px 1px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


.fixedButton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 12px;
}

.roundedFixedBtn {
    height: 45px;
    line-height: 60px;
    width: 45px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    cursor: pointer;
}






