.pad {
	padding-top : 10px ;
}

.img-danger {
        width : 20px ;
        height : 20px ;
}

.col-centered {
    float : none ;
    margin : 0 auto ;
}

.ico-attachment {
	background : rgba(255, 255, 255, 0) ;
	background-image : url("https://secured.cvsi.fr/projet-sg/images/clip.png") ;
	background-repeat : no-repeat ;
	cursor: pointer ;
	border : none ;
}

.logotestcvsi {

  position: relative;
  height: auto;
  margin-left : 10%;
  max-width : 100%;
  width : 10%;

}

.trichix {
  width: 100%;
  height: 50%;
  background: rgba(92,92,92,1.00) ;
}

.logotestsg {

  position: relative;
  margin-left : 76%;
  margin-top : -5%;
  height : auto;
  width : 20%;
  max-width : 100%;
}


#header {
  position: relative;
	width : 100%;
	background : rgba(92,92,92,1.00) ;
	padding-top : 15px ;
}

#footer {
  position: relative;
	width : 100%;
  height : auto;
	background-color : rgba(92,92,92,1.00) ;
  text-align : center ;
	padding-top : 10px ;
	margin-top : 0px ;
}

#labelsifram {

     position: center;
     height: 720px;
     width: 1280px;

   }

.precedent {
	float : left ;
}
.suivant {
	float : right ;
}

.col-form-label {
	font-weight : bold ;
}

/* ================================================ */
.DialogTitle {
	margin-top : 30px ;
	margin-bottom : 30px ;
}

.modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
        opacity:0;
        pointer-events: none;
}

.modalDialog:target {
        opacity:1;
        pointer-events: auto;
}

.modalDialog > div {
        width: 90%;
        position: relative;
        margin: 10% auto ;
        padding: 5px 70px 13px 70px;
        background: #fff;
}

/* ========================================= */

ul {


  padding: -9px;
	font-size: 1.1vw;
  list-style: none;
/*	font-family: Arial, sans-serif; */
}

li {
  
}

/* =========================================== */
.form-control-file {
	border-radius: 5px;
	float: left;
	height: 40px;
	width: 82%;
	margin-right: 5px ;
	margin-left: 15px ;
}

#upload {
	visibility: hidden;
	height: 40px ;
}

/* ============================================= */
#zip {
	height: 32px;
	margin-bottom: 10px ;
	padding-bottom: 30px ;
}
/* ============================================= */
#waiting {
	visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8) ;
        z-index: 99999;
}

#wait {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 300px;
   height: 300px;
   margin-top: -150px; /* Half the height */
   margin-left: -150px; /* Half the width */
}

/* ============================================= */
#ShowContact {
        visibility: hidden;
}

/* ============================================== */
.boite_petite { 
	width: 3% ;
	
} 

.boite {
	width: 8% ;
}
.table th,

  .table td {
	padding: 0.25rem ;
}

/* ============================================= */
.sort_link:link {
	float left ;
	color:	white ;
	text-decoration: none ;
}
.sort_link:visited {
	float left ;
	color:	white ;
	text-decoration: none ;
}
.sort_link:hover {
	float left ;
	color:	grey ;
	text-decoration: none ;
}
.sort_link:active {
	float left ;
	color:	grey ;
	text-decoration: none ;
}

/*-----------------------------------------------*/

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

