/** Vatiables LESS **/
.black {
  color: #000000;
}
/** Fonts **/
@font-face {
  font-family: "PT Sans NarrowBold";
  src: url('../font/PTN77F.eot');
  src: url('../font/PTN77F.eot?#iefix') format('embedded-opentype'), url('../font/PTN77F.ttf') format("truetype");/* IE9 */
}
@font-face {
  font-family: "PT Sans";
  src: url('../font/PTS55F.eot');
  src: url('../font/PTS55F.eot?#iefix') format('embedded-opentype'), url('../font/PTS55F.ttf') format("truetype");/* IE9 */
}
@font-face {
  font-family: "PT Sans Bold";
  src: url('../font/PTS75F.eot');
  src: url('../font/PTS75F.eot?#iefix') format('embedded-opentype'), url('../font/PTS75F.ttf') format("truetype");/* IE9 */
}
@font-face {
  font-family: "PT Sans Italic";
  src: url('../font/PTS56F.eot');
  src: url('../font/PTS56F.eot?#iefix') format('embedded-opentype'), url('../font/PTS56F.ttf') format("truetype");/* IE9 */
}
@font-face {
  font-family: "PT Sans Bold Italic";
  src: url('../font/PTS76F.eot');
  src: url('../font/PTS76F.eot?#iefix') format('embedded-opentype'), url('../font/PTS76F.ttf') format("truetype");/* IE9 */
}
/** Styles Globaux (liens, paragraphe, ...) **/
a.clean:focus,
a.clean:hover,
a.clean:visited {
  text-decoration: none;
}
a,
a:visited,
a:focus,
a:hover {
  color: #467db2;
  font-family: "PT Sans Bold";
}
a:hover,
a.underlined-link {
  text-decoration: underline;
}
p {
  margin: 0;
}
/** Classes utilitaires **/
.no-padding {
  padding: 0;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.underlined {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
/** Header **/
header nav {
  background: url('../img/header/bck_surhead.png') #000000 repeat-x;
  height: 50px;
}
header nav .row {
  padding-left: 50px;
  padding-right: 50px;
}
header nav.navbar-static-top {
  border: none;
}
header nav .navbar-brand {
  padding: 0px;
  padding-left: 20px;
}
header nav .navbar-brand #logo_egide {
  padding-left: 25px;
}
header nav .navbar-brand #logo_repFrancaise {
  max-height: 42px;
}
header nav .navbar-right #logout {
  padding-left: 25px;
}
header nav a:focus {
  outline: none;
}
header .navbar-default .navbar-nav > li > a,
header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:visited {
  color: #ffffff;
  font-size: 16px;
  font-family: "PT Sans NarrowBold";
}
/** Menu **/
#menu {
  height: 40px;
  background: #f7f7f7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid #B9B8BE;
}
#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu ul li {
  float: left;
  text-align: center;
}
#menu ul li a {
  font-family: "PT Sans NarrowBold";
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
}
#menu ul li a:hover,
#menu ul li a:focus {
  outline: none;
  background-color: #EBEBEB;
}
#menu ul li ul {
  border: 2px solid #B9B8BE;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  background: #f7f7f7;
  z-index: 1;
  margin-left: -2px;
}
#menu ul li ul li {
  text-align: left;
  width: auto;
  float: none;
}
#menu ul li ul li a {
  font-family: "PT Sans";
  font-size: 11px;
  color: #000000;
  border-top: 1px solid #B9B8BE;
  height: 30px;
  line-height: 30px;
  padding-right: 50px;
}
#menu ul li ul li a:hover,
#menu ul li ul li a:focus {
  outline: none;
}
#menu ul li ul li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#menu > ul > li:first-child > a {
  border-top-left-radius: 8px;
}
#menu > ul > li:last-child > a {
  border-top-right-radius: 8px;
}
/** Navbar Recherche **/
nav#search-navbar {
  margin: 0px;
}
nav#search-navbar.navbar {
  margin-bottom: 0px;
  min-height: 30px;
}
nav#search-navbar form {
  margin: 0;
}
nav#search-navbar form input#dossier-direct {
  border-radius: 10px;
  color: #B4B3B4;
  font-size: 12px;
  font-family: "PT Sans";
}
nav#search-navbar form img {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
}
nav#search-navbar .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
nav#search-navbar .navbar-nav > li > a:hover,
nav#search-navbar .navbar-nav > li > a:visited,
nav#search-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}
nav#search-navbar .navbar-nav li form input.submit-search {
  background: url('../img/header/ic_header_recherche.png') #ffffff no-repeat;
  border: 0;
  width: 14px;
  height: 14px;
  margin-top: 7px;
}
#recherche-avancee {
  color: #ffffff;
  font-size: 16px;
  font-family: "PT Sans NarrowBold";
  visibility: hidden;
}
#recherche-simple {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "PT Sans NarrowBold";
  line-height: 20px;
  position: relative;
  display: block;
  padding-bottom: 5px;
  padding-right: 5px;
}
/** Top Alerte **/
#top-alert {
  font-family: "PT Sans Bold";
  font-size: 15px;
  /* hidden mode */

}
#top-alert #top-alert-sum-up {
  height: 40px;
  position: relative;
  padding: 5px 0;
}
#top-alert #top-alert-sum-up img {
  margin-left: 10px;
}
#top-alert #top-alert-sum-up span {
  margin-left: 10px;
  text-transform: uppercase;
}
#top-alert #top-alert-sum-up #top-alert-arrow {
  background: url('../img/alerte/img_alerte_arrow_show.png') no-repeat;
  /* TODO: A déplacer vers CSS de chaque application */

  position: absolute;
  top: 10px;
  right: 18px;
  width: 10px;
  height: 10px;
}
#top-alert #top-alert-sum-up:focus {
  /* TODO: Modifier pour accessibilité ? */

  outline: none;
  /*outline-offset: -1px;*/

}
#top-alert #top-alert-detail {
  color: #333333;
  padding-bottom: 5px;
}
#top-alert #top-alert-detail li.question {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_question.png');
}
#top-alert #top-alert-detail li.licence {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_licence.png');
}
#top-alert #top-alert-detail li.warning-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_orange_SBDU.png');
}
#top-alert #top-alert-detail li.danger-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_rouge_SBDU.png');
}
#top-alert #top-alert-detail li.trash-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_annulation_exp.png');
}
#top-alert #top-alert-detail li.trash-alert-sbdu {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_annulation.png');
}
#top-alert #top-alert-detail li.ue-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_UE.png');
}
#top-alert #top-alert-detail li.urgence-demandee-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_bleu_SBDU.png');
}
#top-alert #top-alert-detail li.urgence-annulation-demandee-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_trash.png');
}
#top-alert #top-alert-detail li.enveloppe-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_envelope.png');
}
#top-alert #top-alert-detail li.reaffectation-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_refresh.png');
}
#top-alert #top-alert-detail li.sollicitation-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_exclamation.png');
}
#top-alert #top-alert-detail li.dossiernonlu-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_dossier_non_lu.png');
}
#top-alert #top-alert-detail li.cibdu-alert {
  display: list-item;
  list-style-image: url('../img/alerte/img_alerte_cibdu.png');
}
#top-alert #top-alert-detail li {
  font-family: "PT Sans Bold";
  font-size: 14px;
}
#top-alert #top-alert-detail li a {
  font-family: "PT Sans Bold";
  font-size: 14px;
  color: black;
}
#top-alert #top-alert-detail li span {
  font-family: "PT Sans";
  font-size: 14px;
}
#top-alert #top-alert-detail li div {
  float: left;
  width: 200px;
}
#top-alert.detail-hidden #top-alert-detail {
  display: none !important;
  visibility: hidden !important;
}
#top-alert.detail-hidden #top-alert-sum-up #top-alert-arrow {
  background: url('../img/alerte/img_alerte_arrow_hide.png') no-repeat;
  /* TODO: A déplacer vers CSS de chaque application */

}
/** Top info **/
#top-info {
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  /* TODO: Si la suppression des logo et numéro Cerfa est confirmée : ces propriétés n'ont plus lieu d'être */

}
#top-info ul#breadcrumb {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding-left: 10px;
}
#top-info ul#breadcrumb li {
  font-family: "PT Sans Italic";
  color: #000000;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
#top-info ul#breadcrumb li.breadcrumb-leaf {
  font-family: "PT Sans Bold Italic";
}
#top-info #cerfa {
  padding-right: 10px;
}
#top-info #cerfa span {
  font-family: "PT Sans";
  font-size: 13px;
  color: #000000;
}
/** Content */
#content {
  background: #ffffff;
  padding: 10px;
  /* TODO à adapter */

  min-height: 400px;
}
#content .row {
  padding-bottom: 20px;
  margin: 0;
}
/** Messages **/
/* surcharge de la classe Bootstrap .alert */
.alert {
  margin-bottom: 0;
}
/** Formulaires **/
label {
  font-weight: normal;
}
.help-block,
.info-block {
  margin: 0;
  font-style: italic;
}
.separateur_horizontal {
  border-top: 1px solid #999999;
  display: block;
  margin: 5px auto;
  width: 80%;
}
form .datePicker,
form .datePickerHour {
  min-width: 140px;
}
form .datePicker .input-group-addon,
form .datePickerHour .input-group-addon {
  padding: 4px 12px;
  cursor: pointer;
}
form .datePicker .input-group-addon img,
form .datePickerHour .input-group-addon img {
  max-height: 20px;
  max-width: 20px;
}
form .datePicker input[type="date"],
form .datePickerHour input[type="date"] {
  min-width: 95px;
}
form .fileInput {
  display: inline-block;
  max-width: 85%;
}
form .clearFileInput {
  padding: 2px 5px;
}
form .clearFileInput > img {
  margin-bottom: 4px;
}
form .clearFileInput:hover,
form form .clearFileInput:focus {
  text-decoration: none;
  outline-color: black;
}
form .input-group .input-sm.force-border-radius {
  border-radius: 3px;
}
/** Bloc accordéon **/
.bloc {
  background-color: #666666;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #666666;
  position: relative;
}
.bloc .volet {
  width: 40px;
  min-height: 30px;
  font-family: "PT Sans Bold";
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  float: left;
  overflow: hidden;
  padding: 3px 5px;
  line-height: 20px;
}
.bloc .bloc-main {
  background-color: #DBD9DA;
  padding-bottom: 10px;
  overflow: auto;
}
.bloc .bloc-main .bloc-header {
  min-height: 30px;
  line-height: 20px;
  padding: 5px 10px 5px 30px;
  margin: 0;
  font-size: inherit;
}
.bloc .bloc-main .bloc-header legend {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
  font-size: inherit;
}
.bloc .bloc-main .bloc-header .help,
.bloc .bloc-main .bloc-header .info {
  float: right;
  margin-top: -1px;
}
.bloc .bloc-main .inner {
  background-color: #F1F1F1;
  font-family: "PT Sans Bold";
  font-size: 12px;
  padding: 10px 10px 5px 10px;
  /* Barre de boutons à l'intérieur d'un bloc accordéon */

}
.bloc .bloc-main .inner input[type="file"],
.bloc .bloc-main .inner input[type="text"],
.bloc .bloc-main .inner input[type="date"],
.bloc .bloc-main .inner input[type="radio"],
.bloc .bloc-main .inner input[type="email"],
.bloc .bloc-main .inner input[type="url"],
.bloc .bloc-main .inner input[type="number"] {
  background: #FFFFCD;
  font-size: 12px;
}
.bloc .bloc-main .inner input[type="file"] {
  background-color: #F1F1F1;
  font-size: 12px;
}
.bloc .bloc-main .inner input[type="date"] {
  line-height: inherit;
}
.bloc .bloc-main .inner input[type="radio"] {
  margin-top: 2px;
  background-color: #F1F1F1;
  /* IE9 */

}
.bloc .bloc-main .inner input[type="checkbox"] {
  margin-top: 9px;
  background-color: #F1F1F1;
  /* IE9 */

}
.bloc .bloc-main .inner .checkbox-inline {
  padding-top: 0;
  /* IE9 */

}
.bloc .bloc-main .inner select {
  background: #FFFFCD;
  width: auto !important;
  font-size: 12px;
  vertical-align: middle ;
}
.bloc .bloc-main .inner .no-interline .form-group {
  padding-bottom: 0px;
}
.bloc .bloc-main .inner .no-interline .form-group label {
  margin-top: 0px;
  margin-bottom: -5px;
}
.bloc .bloc-main .inner .no-interline .form-group div {
  min-height: 24px;
}
.bloc .bloc-main .inner .form-group {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.bloc .bloc-main .inner .form-group .control-label {
  font-family: "PT Sans";
  color: #666666;
  text-align: right;
  padding-top: 7px;
  padding-right: 0px;
}
.bloc .bloc-main .inner .form-group .result-label {
  font-family: "PT Sans Bold";
  text-align: right;
  vertical-align: middle;
  padding-top: 5px;
  height: 30px;
  padding-left: 0px;
}
.bloc .bloc-main .inner .form-group textarea {
  background: none repeat scroll 0% 0% #FFFFCD;
  font-size: 12px;
}
.bloc .bloc-main .inner .has-error .control-label,
.bloc .bloc-main .inner .has-error .form-control-paragraph,
.bloc .bloc-main .inner .has-error label.form-control-static {
  color: #A94442;
}
.bloc .bloc-main .inner .has-error .help,
.bloc .bloc-main .inner .has-error .info {
  background-color: #eee;
  color: #333333;
}
.bloc .bloc-main .inner .form-control-static {
  padding-top: 7px;
}
.bloc .bloc-main .inner .egide-buttonbar-invisible {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bloc a.bloc-image-hide {
  position: absolute;
  bottom: 10px;
  left: 0px;
  margin-left: 15px;
}
.bloc a.bloc-image-hide .img-show {
  display: none;
}
.bloc a.bloc-image-hide:focus {
  outline: 1px dotted #D6D6D6;
  outline-offset: 2px;
}
.bloc.bloc-hidden a.bloc-image-hide .img-hide {
  display: none;
}
.bloc.bloc-hidden a.bloc-image-hide .img-show {
  display: inherit;
}
.bloc.bloc-hidden .inner .bloc-detail {
  display: none;
}
.bloc-alerte {
  background-color: #660000;
}
.bloc-alerte .bloc-main {
  background-color: #f1d1d1;
}
/** Bloc Résumé **/
#bloc-resume .bloc .bloc-main .inner .form-group {
  padding-bottom: 0px;
}
/** Bloc accueil **/
.accueil-bloc {
  background-color: #DBD9DA;
  overflow: hidden;
  padding-bottom: 0px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #DBD9DA;
  margin-bottom: 15px;
}
.accueil-bloc .bloc-main {
  padding-left: 0px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
.accueil-bloc .bloc-main .bloc-header {
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
}
.accueil-bloc .bloc-main .bloc-header span {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.accueil-bloc .bloc-main .inner {
  background-color: #F1F1F1;
  font-family: "PT Sans";
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.accueil-bloc .bloc-main .inner ul {
  list-style: none;
  border: 1px;
}
.accueil-bloc .bloc-main .inner ul li i {
  color: #A6CD32;
}
.accueil-bloc .bloc-main .inner ul li a {
  padding-left: 5px;
}
.accueil-bloc .bloc-main .inner .toutes {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 10px;
}
.accueil-bloc .bloc-main .inner input {
  background: #FFFFCD;
}
/**Lien dans Bloc Accueil */
.egide-nav-link {
  border: 2px solid #e7e1e1;
}
/** PopOver d'aide **/
.help {
  border: 0;
  padding: 0;
  color: #333333;
  font-size: 12px;
}
.help .help-icon {
  cursor: help;
}
.help.input-group-addon {
  padding-left: 5px;
}
.help:not(.input-group-addon) {
  display: inline-block;
}
.help-big {
  color: #555555;
  font-size: 14px;
}
/** PopOver Info **/
.info {
  border: 0;
  padding: 0;
  color: #333333;
  font-size: 12px;
}
.info .info-icon {
  cursor: help;
}
.info.input-group-addon {
  padding-left: 5px;
}
.info:not(.input-group-addon) {
  display: inline-block;
}
.info-big {
  color: #555555;
  font-size: 14px;
}
/** Tableau et paginations **/
.results .pagin {
  border-bottom: 1px solid #EAEAEA;
  font-family: "PT Sans Bold";
  color: #AAAAAA;
  font-size: 11px;
  background: #FFFFFF;
  text-transform: uppercase;
}
.results .pagin form select,
.results .pagin form select:focus {
  border: 0px;
}
.results .pagin ul {
  margin: 0px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  font-family: "PT Sans Bold";
  color: #000000;
  font-size: 11px;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #000000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #EEEEEE;
}
.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover {
  border-color: #000000;
  color: #000000;
}
.pagination {
  margin: 0;
}
.paginationBloc {
  text-align: right;
}
.egide-table {
  overflow-x: auto;
}
.egide-table table {
  border-collapse: separate;
  border-radius: 10px;
  background-color: #DBD9DA;
  width: 100%;
}
.egide-table table tr:first-of-type th:first-child {
  border-top-left-radius: 8px;
}
.egide-table table tr:first-of-type th:last-child {
  border-top-right-radius: 8px;
}
.egide-table table tr:last-of-type td:first-child {
  border-bottom-left-radius: 8px;
}
.egide-table table tr:last-of-type td:last-child {
  border-bottom-right-radius: 8px;
}
.egide-table table tr th {
  border: 1px solid #FFFFFF;
  font-family: "PT Sans Bold";
  /* TODO: Voir ce que ça donne sans "Bold" sur les maquettes et reporter ici */

  font-size: 12px;
}
.egide-table table tr th a,
.egide-table table tr th a:focus,
.egide-table table tr th a:hover {
  display: block;
  color: #333333;
  outline: none;
}
.egide-table table tr th a.asc {
  background: url("../img/tableau/bt_tableau_triAscendant.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: inherit;
  display: block;
}
.egide-table table tr th a.desc {
  background: url("../img/tableau/bt_tableau_triDesscendant.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: inherit;
  display: block;
}
.egide-table table tr td {
  background-color: #F2F2F2;
  border: 1px solid #FFFFFF;
  font-family: "PT Sans";
  font-size: 14px;
  color: #333333;
}
.egide-table table tr td a span {
  color: #333333;
}
.egide-table table tr td.siret {
  white-space: nowrap;
}
.egide-table table tr td.iconeTableau {
  white-space: nowrap;
}
/* TODO: Convertir en mode LESS */
.tdbLibelle {
  font-family: "PT Sans Bold";
  color: #A6CD32;
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.egide-table-inverse table {
  border-collapse: separate;
  border-radius: 10px;
  background-color: #DBD9DA;
  width: 100%;
}
.egide-table-inverse table tr th {
  border: 1px solid #808080;
  font-family: "PT Sans";
  font-size: 12px;
}
.egide-table-inverse table tr th a.asc {
  background: url("../img/tableau/bt_tableau_triAscendant.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: inherit;
  display: block;
}
.egide-table-inverse table tr th a.desc {
  background: url("../img/tableau/bt_tableau_triDesscendant.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: inherit;
  display: block;
}
.egide-table-inverse table tr td {
  background-color: white;
  border: 1px solid #808080;
  font-family: "PT Sans";
  font-size: 14px;
  color: #333333;
}
.egide-table-inverse table tr td a span {
  color: #333333;
}
.egide-table-inverse table tr:first-of-type th:first-child {
  border-top-left-radius: 8px;
}
.egide-table-inverse table tr:first-of-type th:last-child {
  border-top-right-radius: 8px;
}
.egide-table-inverse table tr:last-of-type td:first-child {
  border-bottom-left-radius: 8px;
}
.egide-table-inverse table tr:last-of-type td:last-child {
  border-bottom-right-radius: 8px;
}
.egide-table-inverse table tr th a,
.egide-table-inverse table tr th a:focus,
.egide-table-inverse table tr th a:hover {
  display: block;
  color: #333333;
  outline: none;
}
/** Boutons **/
/* Barres de bouton */
.egide-buttonbar {
  text-align: center;
  padding: 10px 20px;
  height: 60px;
  background-color: #F1F1F1;
  border-radius: 5px;
}
.egide-buttonbar-invisible {
  text-align: center;
  padding: 0 20px;
  clear: both;
}
/* Conteneurs de boutons */
.egide-button-container,
.egide-button-container-next,
.egide-button-container-previous {
  display: inline-block;
  padding: 0 20px;
}
.egide-button-container {
  min-width: 18%;
}
.egide-button-container-next,
.egide-button-container-previous {
  min-width: 20%;
}
.egide-button-subcontainer-validate {
  border-radius: 5px;
  height: 30px;
  background: url('../img/bouton/bck_bouton_principal.jpg') center repeat-x;
}
/* Flèche sur les boutons d'étapes */
.egide-button-container-next > .egide-button-arrow {
  background: url('../img/bouton/bck_bouton_suivant_arrow.png') right center no-repeat;
  background-size: 20px 40px;
  height: 40px;
  padding-right: 20px;
}
.egide-button-container-previous > .egide-button-arrow {
  background: url('../img/bouton/bck_bouton_retour_arrow.png') left center no-repeat;
  background-size: 20px 40px;
  height: 40px;
  padding-left: 20px;
}
/* Boutons */
.egide-button-next,
.egide-button-previous {
  text-align: center;
  font-size: 15px;
  font-family: "PT Sans Bold";
  height: 40px;
  border: none;
  width: 100%;
}
.egide-button-next {
  background: url("../img/bouton/bck_bouton_suivant.png") repeat-x;
  background-size: contain;
  color: #ffffff;
  padding: 0 50px 0 60px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.egide-button-next:focus,
.egide-button-next:hover {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(102, 175, 233, 0.6);
}
.egide-button-previous {
  background: url("../img/bouton/bck_bouton_retour.png") center repeat-x;
  background-size: contain;
  color: #333333;
  padding: 0 60px 0 50px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.egide-button-previous:focus,
.egide-button-previous:hover {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(175, 175, 175, 0.6);
}
.egide-button-blue,
.egide-button-grey,
.egide-button-validate,
.egide-button-suppr {
  padding: 0 50px;
  border-radius: 5px;
  font-family: "PT Sans Bold";
  font-size: 15px;
  border: none;
  line-height: 30px;
  height: 30px;
  width: 100%;
}
.egide-button-suppr {
  background: url('../img/bouton/bck_bouton_img_supprimer.png') left center no-repeat;
  color: #FFFFFF;
}
.egide-button-blue {
  background: url('../img/bouton/bck_bouton_principal.jpg') center repeat-x;
  color: #ffffff;
}
.egide-button-blue:focus,
.egide-button-blue:hover {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(102, 175, 233, 0.6);
}
.egide-button-grey {
  background: url('../img/bouton/bck_bouton_secondaire.png') center repeat-x;
  color: #333333;
  border: solid 1px #C8C8C8;
}
.egide-button-grey:focus,
.egide-button-grey:hover {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(175, 175, 175, 0.6);
}
.egide-button-validate {
  background: url('../img/bouton/bck_bouton_img_valider.png') left center no-repeat;
  color: #FFFFFF;
}
.egide-button-validate:focus,
.egide-button-validate:hover {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(102, 175, 233, 0.6);
}
/* Boutons de choix d'un type de dossier */
.egide-btn-choix {
  color: #467DB2;
  font: bold ;
  background-color: #F2F2F2;
  border: 1px solid #467DB2;
  font-family: "PT Sans Bold";
}
.egide-btn-choix:hover {
  background-color: #DBD9DA;
  color: #467DB2;
}
.egide-block-btn-choix {
  text-align: center;
  padding-top: 50px;
}
.egide-block-btn-choix-image {
  width: 30px;
  float: right;
  margin-right: 10px;
}
/** Boutons d'affichage des colonnes d'un tableau **/
.egide-btn-group-toggleColumn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}
.egide-btn-toggleColumn {
  background-color: #999999;
  border-color: #000;
  color: #fff;
  position: static;
}
.egide-btn-toggleColumn:hover,
.egide-btn-toggleColumn:focus,
.egide-btn-toggleColumn:active,
.egide-btn-toggleColumn.active,
.open .dropdown-toggle.egide-btn-toggleColumn {
  background-color: #fff;
  border-color: #000;
  color: #000;
  position: static;
}
/** WIZARD - Train d'étapes **/
#egide-wizard {
  line-height: 60px;
  height: 60px;
  font-family: PT Sans;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
#egide-wizard .step {
  padding: 0px;
}
#egide-wizard .step-first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 22px;
}
#egide-wizard .step-last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#egide-wizard .step-past {
  background: url('../img/workflow/bck_worflow_fait.jpg') repeat-x;
}
#egide-wizard .step-past div {
  background: url('../img/workflow/bck_worflow_fait_arrow.png') left center no-repeat;
  padding-left: 44px;
}
#egide-wizard .step-current {
  background: url('../img/workflow/bck_worflow_enCours.png') repeat-x;
  color: white;
}
#egide-wizard .step-current div {
  background: url('../img/workflow/bck_worflow_fait_arrow.png') left center no-repeat;
  padding-left: 44px;
}
#egide-wizard .step-next-current {
  background: url('../img/workflow/bck_worflow_pasFait.png') repeat-x;
}
#egide-wizard .step-next-current div {
  background: url('../img/workflow/bck_worflow_enCours_arrow.png') left center no-repeat;
  padding-left: 44px;
}
#egide-wizard .step-next {
  background: url('../img/workflow/bck_worflow_pasFait.png') repeat-x;
}
#egide-wizard .step-next div {
  background: url('../img/workflow/bck_worflow_pasFait_arrow.png') left center no-repeat;
  padding-left: 44px;
}
/** Surcharge balises génériques **/
a.clean:focus,
a.clean:hover,
a.clean:visited {
  text-decoration: none;
}
.egide-TdBLibelle {
  color: #467DB2;
  font-family: "PT Sans Bold";
  font-size: 20px;
  padding-left: 2px;
  text-align: left;
}
.egide-TdBLibelle-recherche-stat-dos {
  color: #b47800 !important;
}
.egide-TdBLibelle-recherche-stat-bien {
  color: #4981B6 !important;
}
/** Lié aux Tableaux de bords **/
.egide-TdBAlerte-orange {
  background: url('../img/alerte/bck_alerte_question.png') no-repeat;
  font-family: "PT Sans Bold";
  color: #FFFFFF;
  font-size: 12px;
  height: 35px;
  padding-left: 0;
  /* TODO: Campagne de conversion des <div> en <p> pour contenir du texte (conformité W3C). Supprimer div ci-dessous quand terminé. */

}
.egide-TdBAlerte-orange div,
.egide-TdBAlerte-orange p {
  background-color: #FE9900;
  height: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 30px;
  text-align: center;
}
.egide-TdBAlerte-verte {
  background: url('../img/alerte/bck_alerte_licence.png') no-repeat;
  font-family: "PT Sans Bold";
  color: #FFFFFF;
  font-size: 15px;
  height: 35px;
  padding-left: 0;
  /* TODO: Campagne de conversion des <div> en <p> pour contenir du texte (conformité W3C). Supprimer div ci-dessous quand terminé. */

}
.egide-TdBAlerte-verte div,
.egide-TdBAlerte-verte p {
  background-color: #99CC01;
  height: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 30px;
  text-align: center;
}
/*** Bulles d'action - Tableaux ***/
/** Style générique **/
a.egide-bulle-action {
  display: block;
  float: right;
  height: 40px;
  margin-left: 5px;
  border-top-left-radius: 10px;
  padding-right: 15px;
  line-height: 30px;
  text-align: right;
  font-family: "PT Sans Bold";
  background: no-repeat right top;
}
a.egide-bulle-action:first-child {
  padding-right: 10px;
}
a.egide-bulle-action div {
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
  /* TODO; Utilisation des glyphicon pas vraiment accessible... Trouver solution avec image */

}
a.egide-bulle-action div img {
  height: 20px;
  margin-bottom: 7px;
}
a.egide-bulle-action div .glyphicon {
  margin-left: 5px;
  font-size: 16px;
  display: inline-block;
}
/** Styles couleurs **/
/* Bleu clair */
a.egide-bulle-action.bleuClair {
  background-image: url("../img/actions/bck_action_bleuClair.png");
  color: #37638E;
}
a.egide-bulle-action.bleuClair:first-child {
  background-image: url("../img/actions/bck_action_bleuClair_last.png");
}
a.egide-bulle-action.bleuClair div {
  background-color: #CFDEEC;
}
/* Bleu foncé */
a.egide-bulle-action.bleuFonce {
  background-image: url("../img/actions/bck_action_bleuFonce.png");
  color: #FFFFFF;
}
a.egide-bulle-action.bleuFonce:first-child {
  background-image: url("../img/actions/bck_action_bleuFonce_last.png");
}
a.egide-bulle-action.bleuFonce div {
  background-color: #4981B6;
}
/* Gris clair */
a.egide-bulle-action.grisClair {
  background-image: url("../img/actions/bck_action_grisClair.png");
  color: #333333;
}
a.egide-bulle-action.grisClair:first-child {
  background-image: url("../img/actions/bck_action_grisClair_last.png");
}
a.egide-bulle-action.grisClair div {
  background-color: #DADADA;
}
/* Vert clair */
a.egide-bulle-action.vertClair {
  background-image: url("../img/actions/bck_action_vertClair.png");
  color: #FFFFFF;
}
a.egide-bulle-action.vertClair:first-child {
  background-image: url("../img/actions/bck_action_vertClair_last.png");
}
a.egide-bulle-action.vertClair div {
  background-color: #B5CC72;
}
/* Vert foncé */
a.egide-bulle-action.vertFonce {
  background-image: url("../img/actions/bck_action_vertFonce.png");
  color: #FFFFFF;
}
a.egide-bulle-action.vertFonce:first-child {
  background-image: url("../img/actions/bck_action_vertFonce_last.png");
}
a.egide-bulle-action.vertFonce div {
  background-color: #748444;
}
/* Bleu foncé */
a.egide-bulle-action.bleuFonce {
  background-image: url("../img/actions/bck_action_bleuFonce.png");
  color: #FFFFFF;
}
a.egide-bulle-action.bleuFonce:first-child {
  background-image: url("../img/actions/bck_action_bleuFonce_last.png");
}
a.egide-bulle-action.bleuFonce div {
  background-color: #4981B6;
}
/* Orange foncé */
a.egide-bulle-action.orangeFonce {
  background-image: url("../img/actions/bck_action_orangeFonce.png");
  color: #FFFFFF;
}
a.egide-bulle-action.orangeFonce:first-child {
  background-image: url("../img/actions/bck_action_orangeFonce_last.png");
}
a.egide-bulle-action.orangeFonce div {
  background-color: #b47800;
}
/*Page invalid*/
.invalid {
  font-family: "PT Sans Bold";
  font-size: 12px;
}
.invalid > h3 {
  font-size: 16px;
}
.invalid > p {
  font-family: verdana, sans-serif;
}
.invalid > div > a {
  font-family: "PT Sans";
  color: #000000;
  font-size: 14px;
}
.invalid > div > a:hover {
  text-decoration: none;
}
.invalid-error {
  color: #FF0000;
}
.invalid > .egide-button-container > .egide-button-blue {
  height: 25px;
  padding: 0 10px;
  color: #FFFFFF;
  font-family: "PT Sans Bold";
}
/**Liste CheckBox **/
.list-checkbox .form-group div {
  border-top: 1px dotted #999999;
}
.list-checkbox .form-group div.help,
.list-checkbox .form-group div.info {
  border-top: none;
}
.list-checkbox .form-group div label {
  font-weight: bold;
}
/** Tableau formulaire de filtre **/
#bloc-filtre {
  background-color: #758544;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  position: relative;
}
.bloc-filtre-recherche-stat-dos {
  background-color: #b47800 !important;
}
.bloc-filtre-recherche-stat-bien {
  background-color: #4981B6 !important;
}
#bloc-filtre.addMargin {
  margin-bottom: 20px;
}
.subBloc-filtre {
  background-color: #758544;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 0px;
  border-radius: 10px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.subBloc-filtre label {
  font-family: "PT Sans Bold";
  font-size: 12px;
  color: #FFFFFF;
  padding-right: 0;
  text-align: right;
  height: 30px;
}
.subBloc-filtre select {
  font-family: "PT Sans Bold";
  background: #FFFFCD;
  font-size: 12px;
  width: auto !important;
  vertical-align: middle ;
}
.subBloc-filtre input {
  font-family: "PT Sans Bold";
  background: #FFFFCD;
  font-size: 12px;
}
.labelRechercheAvancees label {
  font-family: "PT Sans Bold";
  color: #FFFFFF;
  font-size: 14px;
}
#searchDossiers > div:first-of-type .subBloc-filtre > .form-group:has(input[type=checkbox]) {
  margin-bottom: 0px;
}
fieldset.title {
  margin-top: 10px;
  display: block;
}
fieldset.title legend {
  padding: 5px 10px;
  float: left;
}
.separate-filtre {
  border-left: 1px solid #99CC01;
}
#filtrageAvance {
  cursor: pointer;
}
/** Onglets **/
/* Barre d'onglets */
.nav-tabs {
  border-bottom: solid 1px #333333;
  /* Type DHL */

  /* Type Licence individuelles Réexportation après Réparation /échange (Régime douanier 31.51) */

  /* Licences individuelles temporaires (Régime douanier 2300 ou 2100) */

  /* Licences pour les licences ex-02 (Code en case 16 = HEL*) */

  /*Toutes les licences globales*/

  /*Autorisations générales communautaires et licences générales */

  /*Rouge : pour les catch all (Code en case 16 = « Catch* » ou « INTERC* » )*/

  /*Nota : la RG sur le régime douanier l’emporte sur la RG sur le code en case 16 (pour une licence temporaire catch all ->couleur jaune)*/

  /*Violet :  Licences individuelles crypto (Code en case 16 = 5x002*, ou x = a, b, c, d ou e) */

}
.nav-tabs > div {
  border-bottom: solid 1px #333333;
}
.nav-tabs > li > a,
.nav-tabs > li > input {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-width: 75px;
  text-align: center;
  margin-right: 2px;
  padding: 10px 9px;
}
.nav-tabs .onglet-actif > a {
  color: #333333;
  height: 40px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
}
.nav-tabs .onglet-actif > a:hover,
.nav-tabs .onglet-actif > a:focus {
  color: #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
}
.nav-tabs .onglet-inactif > a,
.nav-tabs .onglet-inactif > input {
  background: url("../img/onglets/bck_onglet_inactif.jpg") repeat-x;
  color: #333333;
  height: 40px;
  border: 1px solid #333333;
}
.nav-tabs .onglet-inactif > a:hover,
.nav-tabs .onglet-inactif > a:focus,
.nav-tabs .onglet-inactif > input:hover,
.nav-tabs .onglet-inactif > input:focus {
  background: url("../img/onglets/bck_onglet_inactif_hover.jpg") repeat-x;
  color: #333333;
  border: 1px solid #333333;
}
.nav-tabs .onglet-inactif > input {
  font-family: "PT Sans Bold";
  padding: 10px 15px;
}
.nav-tabs .onglet-beige > a {
  background: url("../img/onglets/bck_onglet_actif_beige.jpg") repeat-x;
  border-bottom: #F1E8C1;
}
.nav-tabs .onglet-bleu > a {
  background: url("../img/onglets/bck_onglet_actif_bleu.jpg") repeat-x;
  border-bottom: #D7DFE7;
}
.nav-tabs .onglet-jaune > a {
  background: url("../img/onglets/bck_onglet_actif_jaune.jpg") repeat-x;
  border-bottom: #FDFCE7;
}
.nav-tabs .onglet-marron > a {
  background: url("../img/onglets/bck_onglet_actif_marron.jpg") repeat-x;
  border-bottom: #E9D8C4;
}
.nav-tabs .onglet-orange > a {
  background: url("../img/onglets/bck_onglet_actif_orange.jpg") repeat-x;
  border-bottom: #FEE8D0;
}
.nav-tabs .onglet-rose > a {
  background: url("../img/onglets/bck_onglet_actif_rose.jpg") repeat-x;
  border-bottom: #F8D9E9;
}
.nav-tabs .onglet-rouge > a {
  background: url("../img/onglets/bck_onglet_actif_rouge.jpg") repeat-x;
  border-bottom: #F2D6D3;
}
.nav-tabs .onglet-vert > a {
  background: url("../img/onglets/bck_onglet_actif_vert.jpg") repeat-x;
  border-bottom: #E2E6D8;
}
.nav-tabs .onglet-violet > a {
  background: url("../img/onglets/bck_onglet_actif_violet.jpg") repeat-x;
  border-bottom: #DBD9E6;
}
/* Contenu de l'onglet */
.onglet-contenu {
  border-bottom: solid #333333 1px;
  border-left: solid #333333 1px;
  border-right: solid #333333 1px;
  border-radius: 0 0 10px 10px;
  padding: 15px 20px 0 20px;
  min-height: 200px;
}
.onglet-contenu.onglet-beige {
  background-color: #F1E8C1;
}
.onglet-contenu.onglet-bleu {
  background-color: #D7DFE7;
}
.onglet-contenu.onglet-jaune {
  background-color: #FDFCE7;
}
.onglet-contenu.onglet-marron {
  background-color: #E9D8C4;
}
.onglet-contenu.onglet-orange {
  background-color: #FEE8D0;
}
.onglet-contenu.onglet-rose {
  background-color: #F8D9E9;
}
.onglet-contenu.onglet-rouge {
  background-color: #F2D6D3;
}
.onglet-contenu.onglet-vert {
  background-color: #E2E6D8;
}
.onglet-contenu.onglet-violet {
  background-color: #DBD9E6;
}
/**Modales **/
.egide-modal-content {
  border-radius: 10px;
  border: solid 1px #888888;
  width: 400px;
}
.egide-modal-header {
  background-color: #DBD9DA;
}
.egide-modal-body,
.egide-modal-footer {
  background-color: #F1F1F1;
}
.egide-modal-footer {
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal-footer .egide-button-grey,
.modal-footer .egide-button-blue {
  padding: 0;
  width: 60px;
}
.modal-footer {
  margin-top: 0px;
}
.modal-dialog {
  width: 400px;
}
/*Lien ayant l'aspect d'un bouton pour ouverture de modale*/
.egide-link-blue,
.egide-link-suppr {
  background: url('../../../img/bouton/bck_bouton_principal.jpg') center repeat-x;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}
.egide-link-blue,
.egide-link-suppr,
.egide-link-grey {
  padding: 0 50px;
  border-radius: 5px;
  font-family: "PT Sans Bold";
  font-size: 15px;
  border: none;
  line-height: 30px;
  height: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.egide-link-blue:visited,
.egide-link-suppr:visited {
  color: #fff;
}
.egide-link-blue:focus,
.egide-link-blue:hover,
.egide-link-suppr:focus,
.egide-link-suppr:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(102, 175, 233, 0.6);
}
.egide-link-suppr {
  background: url('../img/bouton/bck_bouton_img_supprimer.png') left center no-repeat;
  color: #FFFFFF;
}
.egide-link-grey {
  background: url('../img/bouton/bck_bouton_secondaire.png') center repeat-x;
  color: #333333;
  border: solid 1px #C8C8C8;
  white-space: nowrap;
}
.egide-link-grey:focus,
.egide-link-grey:hover {
  outline: none;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(175, 175, 175, 0.6);
}
.egide-link-grey:visited {
  color: #333333;
}
.nav > li > a:hover {
  background-color: #dbd9da;
}
.aucunResultat-tdbMessage {
  font-family: "PT Sans Bold";
  font-size: 16px;
}
/*Footer */
.footer-text {
  font-family: PT Sans;
  color: #000000;
  font-size: 12px;
}
/*Footer */
.footer-content {
  font-family: PT Sans;
  color: #000000;
  font-size: 14px;
  background-color: #EEF3F6;
  height: 56px;
  line-height: 56px;
}
.footer-inner {
  background-color: #FFFFFF;
}
a.footer-text,
a.footer-text:focus,
a.footer-text:hover {
  text-decoration: none;
  outline: none;
}
a.footer-text:visited {
  color: #000000;
}
/** Bloc extensible**/
.zone-expansion {
  padding-left: 15px;
  cursor: ew-resize;
  background-image: url("../img/instruction/bck_hide_column_arrow.png");
  background-repeat: no-repeat;
  border-left: 2px solid #99CC01;
}
.colonne-extensible.col-lg-12 .zone-expansion {
  background-image: url("../img/instruction/bck_show_column_arrow.png");
}
.colonne-extensible {
  padding-left: 0px;
}
.prevent-onclick {
  cursor: default;
  background: white;
}
.text-interbloc {
  font-size: 1.4em;
  padding: 15px 0;
  text-align: center;
}
div.egide-bulle-action {
  display: block;
  float: right;
  height: 40px;
  margin-left: 5px;
  border-top-left-radius: 10px;
  padding-right: 15px;
  line-height: 30px;
  text-align: right;
  font-family: "PT Sans Bold";
  background: no-repeat right top;
}
div.egide-bulle-action:first-child {
  padding-right: 10px;
}
div.egide-bulle-action input {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
}
div.egide-bulle-action.bleuClair {
  background-image: url("../img/actions/bck_action_bleuClair.png");
  color: #37638E;
}
div.egide-bulle-action.bleuClair:first-child {
  background-image: url("../img/actions/bck_action_bleuClair_last.png");
}
div.egide-bulle-action.bleuClair input {
  background-color: #CFDEEC;
}
div.egide-bulle-action.vertClair {
  background-image: url("../img/actions/bck_action_vertClair.png");
  color: #FFFFFF;
}
div.egide-bulle-action.vertClair:first-child {
  background-image: url("../img/actions/bck_action_vertClair_last.png");
}
div.egide-bulle-action.vertClair input {
  background-color: #B5CC72;
}
.align-radio > label.radio-inline {
  display: inline-block;
  width: 45%;
  margin-left: 10px;
  text-align: left !important;
}
