
div.export{
    /*background-color: white;*/
    border: 1px solid black;
    padding: 5px;
    text-align:center
  }


  div.entete-export{
    text-align:left;


  }

div.body-export{
  clear: both;
  text-align:left;
}


  div.entete-export img{
    height: 91px
  }

  div.iad-modal{
    position:absolute;
    z-index:100;
    margin: auto;
    /*width: 400px;
    height: 300px;*/
    top: 300px;
    background-color: white;
    left: 300px;


    padding:20px
  }

  div.back-modal{
    position: absolute;
    z-index: 99;
    width:100%;
    height:100%;
    background-color: #aaa
  }



.ui-widget-overlay {
  background: repeat-x scroll 50% 50% #555;
  opacity:0.3;
}

.ui-widget-overlay {
  height:100%;
  position:absolute;
  left:0;
  top:0;
  width:100%;

}

.bas-modal {
  text-align: right;
}
.bas-modal .btn{
    font-size: small;
    padding: 6px;
    margin: 15px
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 25% auto;;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content p {
  width: 50%;
  margin: auto;
  text-align: center;
  font-weight: bolder;
  font-size: 30px;
}


.url-widget  .titre{
  font-size: 1.5rem;
  padding-bottom: 30px
}

input.a-clicked{
  border: 2px solid red;
}
