﻿


body {
}

.Inner {
  padding: 10px 0px;
}

.Border {
  border: 1px solid grey;
  margin-bottom: 3%;
}

.Block {
  display: block;
}

.LabContact {
  font-weight: bold;
  color: #086A87;
}

.DivInput {
  font-size: small;
  padding: 5px 15px;
}

.TxtInput {
  width: auto;
  display: inline-block;
}

.TxtInput2 {
  width: auto;
  min-width: 45%;
}

#ctl00_PH_Main_LBL_Sent {
  color: green;
  font-weight: bold;
}

#ctl00_PH_Main_TXT_Msg {
  min-height: 120px;
  min-width: 70%;
}

.DivCont {
  padding: 10px 0px 0px;
}

.DivBtn {
  padding: 0px 15px;
  margin-top: 3%;
}

#ctl00_PH_Main_BTN_Send {
  padding: 4px 20px;
}

.LBL_Error {
  display: inline;
  font-weight: bold;
  color: red;
  padding: 3px;
}

#ctl00_PH_Main_LBL_Para5 {
  text-align: center;
  padding: 10px 0px;
  font-size: smaller;
}








th{
    color: #666666;
    font-weight: bold;
    line-height: 1.7em;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
    padding: 12px;
}

.DIV_TitleMain{
  padding: 0px 30px;
}

#MD_Prj {
  width: 80%;
  margin: 30px auto;
}

.modal-body {
 
  text-align: left;
}

.LBL_info {
  font-weight: bold;
  color: #086A87;
  font-size: small;
}

#ctl00_PH_Main_BTN_Close{
  display: inline;
  margin: auto;
}

#ctl00_PH_Main_BTN_Print{
  float: right;
  display: inline;
  margin: auto;
}

.Hide{
  display: none;
}

#ctl00_PH_Main_BTN_PrintList{
  float: right;
  margin-top: 0;
}

#TdTit{
    width: 50%;
}

#TdStatut{
    width: 10%;
}

 .ImgPictoPdf {
    height: 3%;
    /*cursor: pointer;*/
    width: 3%;
  }

@media only screen and (max-width: 768px) {

  .BtnTop{
    text-align:center;
  }

  #ctl00_PH_Main_BTN_Print{
    float: initial;
  }

  #ctl00_PH_Main_BTN_Close{
    margin-bottom: 10px;
  }


  /* Force table to not be like tables anymore */
  .table-responsive-custom table,
  .table-responsive-custom thead,
  .table-responsive-custom tbody,
  .table-responsive-custom th,
  .table-responsive-custom td,
  .table-responsive-custom tr {
    display: block;
  }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive-custom thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

  .table-responsive-custom tr {
    border: 1px solid #ccc;
  }

  .table-responsive-custom td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%;*/
    white-space: normal;
    text-align: left;
  }

    .table-responsive-custom td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
    }

  .table-responsive-custom .table > tbody > tr > td,
  .table-responsive-custom .table > tfoot > tr > td,
  .table-responsive-custom .table > thead > tr > td {
    padding: 8px 8px 8px 50%;
  }

  /*
    Label the data
    */
  .table-responsive-custom td:before {
    content: attr(data-title);
  }
}

@media print {

  #Header{
    display: none;
  }

  #DIV_Foot{
    display: none;
  }

  .Main{
    margin-left: auto;
    margin-right: auto;
    background-color: none;
    border: 0;
    box-shadow: 0;
    width: 100%;
  }

  .modal{
    position: relative;
    overflow: hidden;
  }

  #MD_Prj{
    width: auto;
    margin: 0;
  }

  .modal-content{
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }

  .modal-body{
    max-height: none;
  }

  .print {
    display: inline;
  }

  .printHide{
    display: none;
  }

  .PrintLink {
    color: #000 !important;
    text-decoration: underline !important;
  }
}

