.align-center {
  text-align: center;
}

textarea {
  width: 100%;
}

.ev-etape table>thead>tr:first-child>th:first-child {
  width: 70%;
}

.ev-etape table>thead>tr:first-child>th:last-child {
  text-align: center;
}

.ligne-table-reponse {
  text-align: center;
  vertical-align: middle;
}

.ligne-table-reponse select {
  width: 50%;
}

textarea {
  height: 150px;
}

.big textarea {
  height: 200px;
}

.ev-etape .ligne-grid-reponse .ligne-grid-inner {
  padding: 1px 0 24px 0;
}

/* bouton r�f�rentiel*/

.spec-ref-btn {
  float: right;
  margin: 0;
  padding: 1px 16px;
}

.legende {
  background-color: #d9d9d9;
  padding: 10px;
  border: thin dashed #aaa;
  position: relative;
}

.legende_titre {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 20px;
}

.legende_content {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
}

.sous_titre {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 15px;
  line-height: 16px;
}

.stickit {
  position: fixed;
  margin-top: 5px;
  margin-left: -40px;
  top: 0;
  z-index: 1000;
  width: 1006px;
  box-shadow: 0px 0px 8px 5px rgba(223, 223, 223, 0.75);
  -moz-box-shadow: 0px 0px 8px 5px rgba(223, 223, 223, 0.75);
  -webkit-box-shadow: 0px 0px 8px 5px rgba(223, 223, 223, 0.75);
}

.main-content {
  position: relative;
}

.spell-suggest select {
  -webkit-appearance: menulist-textfield;
}

/* bouton action popup question */

.quest_popup_icon a {
  background-image: url(../images/question-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 100%;
}

.body-fdp .quest_popup_icon a {
  background-image: url(../images/question-circle-vert.png);
  background-color: #666;
  width: 18px;
  height: 18px;
}

.body-fdp .dif-model .quest_popup_icon a {
  background-image: url(../images/question-circle-rouge.png);
}

span.masque, div.masque {
  display: none;
}

td.masque {
  visibility: hidden;
}

/* popup copie crud */

select#evalue_copiable {
  width: 100%;
}

.evalue_copiable_detail {
  display: none;
}

.evalue_copiable_content {
  max-height: 450px;
  overflow-y: scroll;
}
#evalue_reporter_detail label:hover{
  background-color: #eee;
  cursor: pointer;
}

.actifnonvisible {
  font-weight: normal;
  font-style: italic;
  color: #666;
}

#session_annexe_editrh_form .form-control {
  width: 100%;
}

ins {
  background: lightgreen;
  text-decoration: none;
}

del {
  background: pink;
}

.cspec_crudtype_epscomment {
  display: none;
}

.special_crud_type_epscomment_wrapper .cspec_crudtype_epscomment {
  display: block;
}

.special_crud_type_epscomment_wrapper {
  position: fixed;
  top: 160px;
  right: 5px;
  margin-right: auto;
  /* width:350px!important;*/
  background: #fff;
  height: auto;
  border: 1px solid #ccc;
  transition: all 0.2s;
}

.special_crud_type_epscomment_wrapper.zcomments-big {
  /*top:0px;
  position:absolute;
  right:50%;
  margin-right:-500px;
  width:1000px!important;*/
  position: fixed;
  width: 50%!important;
  height: 250px!important;
  bottom: 0;
  transition: all 0.2s;
  -webkit-box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.75);
}

.epscomment_expand {
  color: orange;
  position: absolute;
  /* margin-top:-1.2em;*/
  padding-left: 3px;
  cursor: pointer;
}

.special_crud_type_epscomment_wrapper.zcomments-big .epscomment_expand .espcomment_agrandir {
  display: none;
}

.special_crud_type_epscomment_wrapper:not(.zcomments-big) .epscomment_expand .espcomment_reduire {
  display: none;
}

.special_crud_type_epscomment_wrapper.zcomments-big .epscomment_expand {
  margin-top: 1em;
}

.special_crud_type_epscomment_wrapper .crud_zcomments {
  background: #fff;
  padding: 0.5em;
  height: 100%;
  overflow-y: scroll;
}

.special_crud_type_epscomment_wrapper.zcomments-big .crud_zcomments {
  height: 100%;
}

.special_crud_type_epscomment_wrapper .crud_comment_ligne_cle:hover {
  background: #eee;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.special_crud_type_epscomment_wrapper .crud_zcomment {
  border-top: 1px solid #ddd;
  border-radius: 2px;
  padding-top: 6px;
  margin: 6px 0;
}

.special_crud_type_epscomment_wrapper .form-group label {
  display: none;
}

.special_crud_type_epscomment_wrapper .form-group .col-lg-9 {
  width: auto;
  float: none;
}

.btniflat {
  display: inline-block;
  margin: 0 3px;
  text-decoration: none;
  background-color: #888;
  color: #fff;
  background-color: #eee;
  color: #333;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.ev_presse_papier .toolbar {
  background: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.ev_presse_papier .row_lib {
  width: 100%;
  margin: 1em 0;
}

.ev_presse_papier .row_lib .label {
  padding: 5px 0;
}
.ev_presse_papier .row_lib input {
  width: 100%;
  padding: 5px 8px;
}

#presse_papier_copier section.ev_sub_show {
  color: #666;
}

#presse_papier_copier .pp_reponse {
  min-height: 1.8em;
}

#presse_papier_copier .pp_item:hover {
  color: rgb(241, 150, 13);
  color: #eee;
  cursor: pointer;
}

.ev_presse_papier .toolbar span {
  padding: 1px 8px;
}

.ev_presse_papier .pp_possible, #presse_papier_copier .pp_possible {
  color: #fff;
  background: #666;
}

.ev_presse_papier .pp_selected, #presse_papier_copier .pp_selected {
  color: #fff;
  background: #7a9811;
}

.ev_presse_papier .pp_possible_crud.pp_selected, #presse_papier_copier .pp_possible_crud.pp_selected {
  color: #fff;
  background: #054c8a;
  background: #354207;
}