/*------------------------------------------------------------------
[Master Stylesheet]

Project    	: Aether
Version		: 1.0
Last change	: 2015/03/27
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Structure
2. Anchor Link
3. Text Outside the Box
4. Main Form
5. Login Button
6. Form Invalid
7. Form - Main Message
8. Custom Checkbox & Radio
9. Misc
-------------------------------------------------------------------*/
/*=== 1. General Structure ===*/
html,
body {
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-family: 'Poppins', sans-serif;
  background-color: hsl(0, 0%, 98%) ;
}

@-moz-document url-prefix() {
  body {
      font-size: 90%;
  }
}
.content-page{
  min-height: 50vh;
}
.container{
  display: none;
}
.container-fluid{
  display: none;
}

/*=== 2. Anchor Link ===*/
#user_information_title_bloc{
  width: 100%;
  height: 5vh;
  background-color:rgb(117, 181, 241);
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 1vh;
}
.inf-content{
  border:1px solid #DDDDDD;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}		
.user_information{
  max-width: 80%;
}	                                                      
.alert{
    text-align:center ;
}
a {
  transition: all ease-in-out 200ms;
}
.highlight_link{
  color: #362bd3;;
  transition: all ease-in-out 200ms;
}

a:hover {
  color: #333333;
  text-decoration: none;
}
/*=== 3. Text Outside the Box ===*/
.etc-login-form {
  color: #555555;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.etc-login-form p {
  margin-bottom: 5px;
}
/*=== 4. Main Form ===*/
.login-form-1 {
  width: 45vw;
  border-radius: 5px;
  display: inline-block;
}
.login_connection{
  width: 35vw;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 5px;
  background: transparent;
  color: #000000;
  padding: 7px 0;
  height:auto;
  background: #fafafa;
}
.label_form{
  font-weight: bold;
  width: fit-content();
}

.login-form-1 .form-control::-webkit-input-placeholder {
  color: #949090;
}
.login-form-1 .form-control::-moz-input-placeholder {
  color: #949090;
}
.login-form-1 .form-control:-moz-input-placeholder {
  color: #949090;
}
.login-form-1 .form-control:-ms-input-placeholder {
  color:  #949090;
}
.login-form-1 .form-group {
  margin-bottom: 1vh;
  border-bottom: 2px solid #efefef;
  margin-right: 20px;
  position: relative;

}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #ffffff;
  color: #999999;
  border-radius: 8px;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}
.login-block{
  position: absolute;
  right: -25px;
  top: 50%;
  color: #999999;
  margin-top: -25px;
}
.login-button-form{
  padding: 11px 0;
  width: 50px;
  height: 50px;
  border: 5px solid #efefef;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
  background-color: #ffffff;
  background-image: url("../images/arrow.png ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.load-block-form{
  position: absolute;
  right: -75px;
  top: 50%;
  color: #999999;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  
}
/*=== 5. Login Button ===*/
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #ffffff;
  color: #999999;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 5px solid #efefef;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
  background-image: url("../images/arrow.png ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button-form:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button-form .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button-form .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}
.login-form-1 .input-login
{
  background: #ffffff;

}
/*=== 6. Form Invalid ===*/
label.form-invalid {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777777;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}
label.form-invalid:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777777;
  border-width: 6px;
}
/*=== 7. Form - Main Message ===*/
.login-form-main-message {
  background: #ffffff;
  color: #999999;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  height: 0;
  padding: 0 20px 0 17px;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
  height: auto;
  opacity: 1;
  padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
  border-left-color: #2ecc71;
}
.login-form-main-message.error {
  border-left-color: #e74c3c;
}

/*=== 9. Misc ===*/
.logo {
  padding: 15px 0;
  font-size: 25px;
  color: #555555;
  font-weight: bold;
}
.bloc_form{
    padding: 1vh 0;
}
#menu ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#menu li {
 float:left;
 margin:auto;
 padding:0;
 }
.sous-item{
    background-color: #343a40!important;
 }
#menu li a {
 display:block;
 width:100px;
 color:white;
 text-decoration:none;
 padding:5px;
 }
#menu li a:hover {
 color:#FFD700;
 }
 #menu ul li ul {
 display:none;
 }
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }
#menu li ul {
 position:absolute;
 }

#faisability_list{
  justify-content: space-around;
  flex-direction: column;
}

 .shape{    
  height: 3vh;
  width: 100%;
  padding: 0 20px 10px;
}
.col-xs-3{
  max-width: 100%;
}
.project {
    min-height:5vh;
    height:auto;
}

.project{
    background:#fff; 
    border:1px solid #ddd; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow: auto;
}

.project-radius{
    border-radius:7px;
}

.project-default {	border-left: 3px solid #999999; }
.project-default .shape{
	border-color: transparent #999999 transparent transparent;
}


.project-danger {	border-left: 3px solid #d9534f; }
.project-danger .shape{
	border-color: transparent #d9534f transparent transparent;
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}

.project-draft {	 background-color: #f5e3ce; }
.project-draft .shape{
	border-color: transparent #e5d3bf transparent transparent;
	border-color: rgba(255,255,255,0) #e5d3bf rgba(255,255,255,0) rgba(255,255,255,0);
}

.project-success {	border-left: 3px solid #5cb85c; }
.project-success .shape{
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}

.project-close {	border-left: 3px solid #388538; }
.project-close .shape{
	border-color: transparent #388538 transparent transparent;
	border-color: rgba(255,255,255,0) #388538 rgba(255,255,255,0) rgba(255,255,255,0);
}


.project-primary {	border-left: 3px solid #428bca; }
.project-primary .shape{
	border-color: transparent #428bca transparent transparent;
	border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0);
}

.project-info {	border-left: 3px solid #5bc0de; }
.project-info .shape{
	border-color: transparent #5bc0de transparent transparent;
	border-color: rgba(255,255,255,0) #5bc0de rgba(255,255,255,0) rgba(255,255,255,0);
}

.project-warning {	border-left: 3px solid #f0ad4e; }
.project-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
	border-color: rgba(255,255,255,0) #f0ad4e rgba(255,255,255,0) rgba(255,255,255,0);
}

.project-content {
    padding:0 20px 10px;
}
.faisabilite-content{
  padding:0 20px 10px;
}
.faisabilite-number{
  margin-top: 1vh;
  margin-bottom: 1vh;

}

.project_information{
  transition: all 0.2s ease-in-out;
  border: none;
}
.project_information:hover{
  -webkit-box-shadow: 0 7px 11px rgb(112, 107, 107);
  -moz-box-shadow: 0 7px 11px rgb(112, 107, 107);
  box-shadow: 0 7px 11px rgb(112, 107, 107);
  transform: translate(0px, 3px);
  cursor: pointer;
}

#main_project_block{
  -webkit-box-shadow: 0 1px 2px rgb(112, 107, 107);
  -moz-box-shadow: 0 1px 2px rgb(112, 107, 107);
  box-shadow: 0 1px 2px rgb(112, 107, 107);
}

.brl{
  border-radius: 50%;
  width: 1.2vw;
  height: 1.2vw;
  padding: 0;
  transition: all 0.2s ease-in-out;
  margin-right: 0.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.brl:hover{
  -webkit-box-shadow: 0 7px 11px rgb(112, 107, 107);
  -moz-box-shadow: 0 7px 11px rgb(112, 107, 107);
  box-shadow: 0 7px 11px rgb(112, 107, 107);
  transform: translate(0px, 3px);
  cursor: pointer;
}
#edit_brouillon{
  background-image: url("../images/edit.png");
}
#delete_brouillon{
  background-image: url("../images/delete.png");
}


.btn-grey{
  background-color:#D8D8D8;
color:#FFF;
}
.rating-block{
background-color:#FAFAFA;
border:1px solid #EFEFEF;
padding:25px;
border-radius:3px;
}
.second-project-block{
  display: flex;
}
.main-block{
  margin-bottom: 3vh;
}
.bold{
font-weight:700;
}
.padding-bottom-7{
padding-bottom:7px;
}
#list_partenaire_to_add{
  width: 100%;
}

.open_create_partenaire{
  margin-bottom: 2vh;
  display: none;
}

.review-block{
background-color:#FAFAFA;
border:1px solid #EFEFEF;
padding:25px;
border-radius:3px;
margin-bottom:15px;
min-height: 40vh;
-webkit-box-shadow: 0 1px 2px rgb(112, 107, 107);
-moz-box-shadow: 0 1px 2px rgb(112, 107, 107);
box-shadow: 0 1px 2px rgb(112, 107, 107);
}


.row_information{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 

}

.review-block-date{
}

.review-block-rate{
margin-bottom:15px;
}
.review-block-title{
font-weight:700;
margin-bottom:10px;
}
.bloc_project_title{
  display: flex;
}
.subtitle{
  margin-left: 0.2vw;
}
.acronym_project{
  margin-top: 2vh;
  margin-bottom: 1vh;
  width: 150%;
}
.pdf_bloc{
  display: flex;
  flex-wrap: wrap;
  max-width: 8vw;
  margin-top: 0.5vw;
}
.pdf_bloc_faisabilite{
  display: flex;
  padding: 0 20px 10px;
}

.icone_photo{
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  background-image: url("../images/icone_photo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  border-radius: 7px;
}

.icone_photo:hover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 7px 11px rgb(112, 107, 107);
  -moz-box-shadow: 0 7px 11px rgb(112, 107, 107);
  box-shadow: 0 7px 11px rgb(112, 107, 107);
  cursor: pointer;
}

.jpeg{
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  background-image: url("../images/jpeg.png ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  border-radius: 7px;
}
.jpeg:hover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 7px 11px rgb(112, 107, 107);
  -moz-box-shadow: 0 7px 11px rgb(112, 107, 107);
  box-shadow: 0 7px 11px rgb(112, 107, 107);
  cursor: pointer;
}

.pdf{
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  background-image: url("../images/pdf.png ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  border-radius: 7px;
}
.pdf:hover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 7px 11px rgb(112, 107, 107);
  -moz-box-shadow: 0 7px 11px rgb(112, 107, 107);
  box-shadow: 0 7px 11px rgb(112, 107, 107);
  cursor: pointer;
}

.save_project{
  width: 2.6vw;
  height: 2.6vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  background-image: url("../images/brouillon.png ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  border-radius: 7px;
  border: none;
}
.save_project:hover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 3px 5px rgb(112, 107, 107);
  -moz-box-shadow: 0 3px 5px rgb(112, 107, 107);
  box-shadow: 0 3px 5px rgb(112, 107, 107);
  cursor: pointer;
}

.select_form{
  margin-left: 1vw;
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.row_list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3vh;
}
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f56464;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}
.add_user_to_project:hover,
.add_user_to_project:focus {
  cursor: pointer;
}

.block_add_user , .block_add_highlight, .block_add_partenaire{
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  margin-bottom: 0!important;
  padding: 1.5rem!important;
  padding: 1.5rem!important;
  margin-bottom: 0!important;
  display: flex;
  text-align: center;
}
.block_add_user_title , .block_add_highlight_title, .block_add_partenaire_title{
  width: 90%;
}
.add_user_icone{
}
.add_user_btn{
  margin-left: 1vw;
}

.p-4 {
  padding: 1.5rem!important;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}    

/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
  margin-right: 20px;
}
.user-dashboard-info-box .candidates-list .thumb img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}

.user-dashboard-info-box .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.candidate-list-option{
  text-align: left;
}
.user-dashboard-info-box .candidates-list td {
  vertical-align: middle;
}

.user-dashboard-info-box td li {
  margin: 0 4px;
}

.user-dashboard-info-box .table thead th {
  border-bottom: none;
}

.table.manage-candidates-top th {
  border: 0;
}

.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 10px;
}

.table.manage-candidates-top {
  
}

.user-dashboard-info-box .candidate-list-details ul {
  color: #969696;
}

/* Candidate List */
.candidate-list {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.candidate-list:hover {
  -webkit-box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
  box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
  position: relative;
  z-index: 99;
}
.candidate-list:hover a.candidate-list-favourite {
  color: #e74c3c;
  -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
  box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}

.candidate-list .candidate-list-image {
  margin-right: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  border: none;
}
.candidate-list .candidate-list-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.candidate-list-title {
  margin-bottom: 5px;
  text-align: left;

}

.candidates-list .title {

  display: flex;

}

.candidate-list-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.candidate-list-details ul li {
  margin: 5px 10px 5px 0px;
  font-size: 13px;
}

.candidate-list .candidate-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
.candidate-list .candidate-list-favourite-time span {
  display: block;
  margin: 0 auto;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #646f79;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
  background: #ffffff;
  color: #e74c3c;
}

.candidate-banner .candidate-list:hover {
  position: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  z-index: inherit;
}

.bg-white {
  background-color: #ffffff !important;
}
.p-4 {
  padding: 1.5rem!important;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.user-dashboard-info-box .candidates-list .thumb {
  margin-right: 20px;
}

.delete_user_team{

  cursor: pointer;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;

}

.delete_user_team:hover {
  
  -webkit-box-shadow: 0 3px 5px rgb(112, 107, 107);
  -moz-box-shadow: 0 3px 5px rgb(112, 107, 107);
  box-shadow: 0 3px 5px rgb(112, 107, 107);
  cursor: pointer;
}
.add_user_team{

  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 6vh;
  top: 2VH;

}
.add_user_team:hover {
  
  -webkit-box-shadow: 0 3px 5px rgb(112, 107, 107);
  -moz-box-shadow: 0 3px 5px rgb(112, 107, 107);
  box-shadow: 0 3px 5px rgb(112, 107, 107);
  transform: translate(1px, 1px);
  cursor:pointer;
  border: none;
}
#bloc_alert{
  width: 18vw;
  position: absolute;
  margin-left: 3vw;
}

.alert_user{

  text-align: center;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: .5rem 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;

}
.alert_user_succes{

  color: white;
  background-color: #19a038;
  border-color: #19a038;

}
.alert_user_error{

  color: white;
background-color: #e24151;
border-color: #e24151;

}
.table {
  border-collapse: separate;
  
}
.border-team-leader{
  
  border-left: 3px solid #28a745 !important;

}
.border-team-user{
  
  border-left: 3px solid #999999 !important;
}
#interrogation{
  width: 2vh;
  height: 2vh;
  background-image: url("../images/interrogation.png ");
  background-size: contain;
  margin-top: 0.2vh;

}
#interrogation_input{
  width: 1.5vh;
  height: 1.5vh;
  background-image: url("../images/interrogation2.png ");
  background-size: contain;
  margin-left: 0.3vh;
  margin-top: 0.2vh;
}
.contain_input{
  display: flex;
}

.input_bulle {
  position: relative;
  text-decoration: none;
  text-align: center;
}

.input_bulle:hover {
  background: none;
  z-index: 50;
}

.input_bulle span {
  display: none;
}

.input_bulle:hover span {
  display: block;
  position: absolute;
  top: -40px;
  left: 0px;
  text-align: left;
  width: 20vw;
  background: white;
  padding: 5px;
  border: #949697 solid 1px;
  text-indent: 0;
  text-transform: none;
  color: rgb(51, 51, 51);
  border-radius: 3px;
}
.modal_extend{
  max-width: 50%;

}
.modal_xl{
  max-width: 80%;

}

.update_highlight{

  position: absolute;
  width: 13%;
}
.user_line{
  margin-left: 0;
  margin-right: 0;
}
.sub_user_list_row{
  max-height: 60vh;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .7;
  margin-top: 3vh;
  margin-bottom: 3vh;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #202020, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    background-color: #fcfcfa;
    border: 1px solid black;
  }

.label_form.required:first-letter {
  font-style: italic;
  color: red;
}

.text-footer {
  color: #919aa3 !important;
  font-size: 80%;
}