html, body{
  height: 100%;
  margin: 0;
}

.allScreen{
  height: 100%;
  margin: 0;
}

.resizeForIcon {
  padding-left: 10%;
  font-size: 25px !important;
  text-transform: none !important;
}
  
.navbar-langue{
  text-align: right;
}

.d-flex-login{
    display: -ms-flexbox !important;
    display: flex;
}

.connexionWidth{
    width: 100%;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.alignCenter{
  text-align: center;
}

.alignItems{
  display: flex;
  align-items: center !important;
}



.novalid {
  border: 1px solid #ff0000 !important;
}

.txtnovalid {
  color: #ff0000 !important; 
  font-size: 10px;
  font-weight: 500;
}

/*
* CSS pour password checker
**/

.indicatorPasswordChecker{
  height: 10px;
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.indicatorPasswordChecker span{
  position: relative;
  height: 100%;
  width: 100%;
  background: lightgrey;
  border-radius: 5px;
}
.indicatorPasswordChecker span:nth-child(2){
  margin: 0 3px;
}
.indicatorPasswordChecker span.active:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.indicatorPasswordChecker span.weakPasswordChecker:before{
  background-color: #ff4757;
}
.indicatorPasswordChecker span.mediumPasswordChecker:before{
  background-color: orange;
}
.indicatorPasswordChecker span.strongPasswordChecker:before{
  background-color: #23ad5c;
}
.textPasswordChecker{
  font-size: 15px;
  font-weight: 500;
  display: none;
  margin-bottom: -5px;
  text-align: center;
}
.textPasswordChecker.weak{
  color: #ff4757;
}
.textPasswordChecker.medium{
  color: orange;
}
.textPasswordChecker.strong{
  color: #23ad5c;
}


/* Styles for verification */
.pswd_info {
	position: absolute;
	width: 50%;
	padding: 15px;
	background:#f4f4ec; 
  color: #66615B;
	font-size: 20px;
	border-radius:15px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;
    z-index: 3;
    top: 62px;
    right: 0;
    background-color: #f4f4ec;
    box-shadow: 5px 5px 5px #888888;
}

.pswd_info:before,
.pswd_info:after {
    position: absolute;
    bottom: 100%;
    content: '';
}

.pswd_info:before {
    right: 52px;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #f4f4ec;
    border-left: 17px solid transparent;
}

.pswd_info:after {
   right: 53px;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #f4f4ec;
    border-left: 16px solid transparent;
}

.pswd_info h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:normal;
    font-size: 1em;
    font-size: 0.7em;
}

.pswd_info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pswd_info ul li {
    visibility: visible !important;
	  line-height:24px;
    font-size: 0.7em;
    padding-left: 24px !important;
}

.disconnect {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.radiobutton {
  margin-right: 10px;
}

.soumissionText{
  font-size: 1.3em !important;
  margin-bottom: 15px !important;
  font-weight: 400;
}

#boutonFormulaire{
  display: none;
  justify-content: space-between;
}

.sidebarTitleSize{
  font-size: 1em !important;
}

.btnUpload{
  font-size: 15px !important;
  background-color:#FF4848  ;
  color: white !important;
}

.btnUpload:hover{
  background-color: #CC4848 !important;
}

.btnDownload{
  font-size: 15px !important;
  background-color: #5dda8d;
  color: white !important;
}

.btnDownload:hover{
  background-color: #459e67 !important;
}

.annexe{
  -ms-flex: 0 0 83.333333% !important;
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}

.labelTabAnnexe{
  width: 40%;
  text-align: left;
}

.uploadTabAnnexe{
  width: 15%;
  text-align: center;
}

.downloadTabAnnexe{
  width: 25%;
  text-align: center;
}

.commTabAnnexe{
  width: 20%;
  text-align: center;
}

.selectedCandidat{
  background-color: #CECECE !important;
}

.textRight{
  text-align: right;
}

.errorOnglet{
  color: #ff0000 !important;
}