.header.container {
  background-image: url('../images/layout/background-header-gradient.jpg');
  background-repeat: repeat-x;
  font-family: "Overlock", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-first-line {
  height: 50px;
  background: url("../images/layout/dot-line.png") repeat-y center center transparent;
}
.header-first-line > div {
  margin-left: 10px;
  position: relative;
}
.header-first-line > div .version {
  bottom: -3px;
  color: white;
  position: absolute;
  right: 0;
}
.header-first-line > div .brand {
  margin-left: 0px;
  padding: 8px 10px 12px 0;
}
.header-first-line > div > a,
.header-first-line > div > span,
.header-first-line > div > a > .caret {
  color: white;
  font-size: 14px;
  line-height: 50px;
}
.header-first-line > div > a:hover {
  color: #2daae2;
  text-decoration: none;
}
.header-first-line .hotline {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.header-first-line .main-action-bar {
  background-color: transparent;
  margin-top: 0;
}
.header-first-line .main-action-bar .btn-link,
.header-first-line .main-action-bar .btn-link:hover,
.header-first-line .main-action-bar .btn-link:focus,
.header-first-line .main-action-bar .btn-link:active {
  background-color: transparent;
  color: white;
  cursor: default;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  outline: none;
  padding: 0;
  overflow: hidden;
  text-align: right;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  border-radius: 0;
  margin: 0;
}
.header-first-line .main-action-bar .btn-link:hover {
  color: #2daae2;
}
.header-first-line .main-action-bar .btn.btn-link.dropdown-toggle {
  cursor: pointer;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-first-line .main-action-bar .caret {
  background-image: url("../images/arrow.png");
  background-position: center 3px;
  background-repeat: no-repeat;
  border: medium none;
  display: inline;
  line-height: 0;
  margin: 0 5px;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.header-first-line .main-action-bar.identity {
  background-color: transparent;
}
.header-first-line .main-action-bar.identity .asp-icon-identity {
  background-image: url("../images/identity.png");
  background-repeat: no-repeat;
  padding-right: 28px;
}
.header-first-line .main-action-bar .dropdown-menu {
  top: 70%;
}
.header-first-line .main-action-bar .dropdown-menu > li > a > i {
  margin-top: 3px;
}
.header-second-line {
  height: 30px;
  background-color: #032960;
}
.header-second-line .nav > li {
  padding-right: 1px;
  background-image: url("../images/layout/dash.png");
  background-position: right top;
  background-repeat: repeat-y;
}
.header-second-line .nav > li:hover {
  background-color: #2daae2;
}
.header-second-line .nav > li > a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  background-color: #032960;
  padding: 5px 20px;
  text-transform: uppercase;
}
.header-third-line {
  height: 60px;
  background: url("../images/layout/mire-header.jpg") no-repeat top center white;
  padding-top: 10px;
}
.header-third-line > div {
  padding: 0 10px 0;
  max-height: 60px;
  overflow: hidden;
}
.header-third-line h3 {
  margin: 0;
  color: #a61a73;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 24px;
}
.header-third-line h3 small {
  margin-left: 15px;
  color: #032960;
  font-size: 24px;
  text-transform: none;
}
.header-third-line h3.statut-entreprise {
  text-align: right;
}
.header-third-line h3.statut-entreprise.statut-traite,
.header-third-line h3.statut-entreprise.statut-valideasp {
  color: #48ae4a;
}
.header-third-line h3.statut-entreprise.statut-nontraite,
.header-third-line h3.statut-entreprise.statut-encours,
.header-third-line h3.statut-entreprise.statut-reimprimer {
  color: orange;
}
.header-third-line h3.statut-entreprise.statut-plustraite {
  color: red;
}
.bottom-spacer {
  margin-bottom: 20px;
}
.internal-bottom-spacer {
  padding-bottom: 20px;
}
.btn-underlined {
  text-decoration: underline;
  font-style: italic;
  color: black;
  background: none;
  background-position: 0px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  padding: 0px;
  margin: 0px;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.inline-label {
  display: inline;
}
.rfloat {
  float: right;
}
.lfloat {
  float: left;
}
.horizontal-input-spacer {
  margin-right: 5px;
}
.clearline {
  clear: both;
}
#toolbar {
  background: url('../images/layout/toolbar.png') repeat-x center center transparent;
  height: 60px;
}
#toolbar .toolbar-btn {
  margin: 3px 10px;
  text-align: center;
}
#toolbar .toolbar-btn > button {
  background-image: url("../images/layout/toolbar-icon-background.png");
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  border: none;
  background-color: transparent;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
#toolbar .toolbar-btn[disabled] {
  opacity: 0.65;
  cursor: default;
}
#toolbar .toolbar-btn > a {
  background-image: url("../images/layout/toolbar-icon-background.png");
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  border: none;
  background-color: transparent;
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#toolbar .toolbar-btn > a > i {
  margin-top: 7px;
}
#toolbar .toolbar-btn > p {
  color: white;
  font-size: 12px;
}
html {
  background: url("../images/layout/html-background.png") center center repeat-y fixed #edebec;
}
body {
  background: url("../images/layout/background-header-gradient.jpg") repeat-x fixed center top transparent;
}
body > .dot-row {
  background: url("../images/layout/dot-border.png") repeat-y scroll right top transparent;
  height: 241px;
  left: 50%;
  position: fixed;
  width: 51px;
}
body > .dot-row.dot-left {
  margin-left: -551px;
}
body > .dot-row.dot-right {
  margin-left: 502px;
}
.navbar-inverse {
  background-color: transparent;
}
.navbar-inverse .navbar-inner {
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.nav-tabs.nav-stacked > li > a {
  border: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.nav-tabs.nav-stacked > li > a:hover {
  border: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  background: none;
}
.menu-gauche {
  background-color: #48ae4a;
  padding-left: 5px;
  padding-right: 5px;
  width: 230px;
  font-family: "Overlock", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.menu-gauche li > a,
.menu-gauche li > a:focus {
  padding-left: 5px;
  padding-right: 0px;
  margin-left: 0px;
  border: none;
  font-size: 16px;
  border-radius: 0px;
  color: black !important;
  -webkit-text-shadow: none;
  text-shadow: none;
  outline: 0;
}
.menu-gauche li > a:hover,
.menu-gauche li > a:focus:hover {
  color: white !important;
  background-color: transparent;
}
.menu-gauche li.active {
  border-right: solid 3px white;
}
.menu-gauche li.active > a,
.menu-gauche li.active > a:focus {
  color: white !important;
  background-color: transparent;
  font-style: italic;
  font-weight: bold;
  border: none;
  outline: 0;
}
.menu-gauche li.active:hover {
  color: white !important;
  background-color: transparent;
}
.menu-gauche > li > ul {
  margin-left: 6px;
}
.informations {
  margin-left: 20px;
  width: 220px;
  font-family: "Overlock", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.informations .alert {
  padding: 8px;
  margin-bottom: 10px;
}
.informations .alert.alert-important {
  background-color: #f29200;
  border-color: #f29200;
  color: white;
  -webkit-text-shadow: 0 0 0;
  text-shadow: 0 0 0;
}
.informations .alert h5 {
  margin: 0;
  text-transform: uppercase;
}
.informations .alert h5 i {
  margin-right: 3px;
  margin-top: 2px;
}
.informations .alert > ul {
  list-style: none outside none;
  margin: 0;
}
.informations .alert > ul > li > h6 {
  margin: 0;
  font-size: 12px;
}
.informations .alert > ul > li > div {
  font-size: 12px;
}
.fieldset-with-top-border {
  border-top: solid 4px #a61974;
  background-color: #c7cee9;
  padding: 10px 10px 10px 0;
}
.fieldset-with-top-border > .row {
  padding-top: 5px;
}
.fieldset {
  background-color: #c7cee9;
}
.fieldset > .row {
  padding-top: 5px;
}
.centered-container {
  padding-right: 10px;
}
.reduct-margin {
  margin-left: 10px;
}
.row > [class*='span']:first-child > .control-group {
  margin-left: 10px;
}
.control-group-horizontal .control-label {
  float: left;
  padding-top: 3px;
  margin-right: 10px;
}
.infinite-icon-container {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #c8c8c8;
}
.infinite-icon-container:hover {
  background-color: #333333;
}
.infinite-icon-container:hover .infinite-icon-save,
.infinite-icon-container:hover .infinite-icon-upload,
.infinite-icon-container:hover .infinite-icon-key,
.infinite-icon-container:hover .infinite-icon-delete,
.infinite-icon-container:hover .infinite-icon-calendar,
.infinite-icon-container:hover .infinite-icon-submit,
.infinite-icon-container:hover .infinite-icon-cross,
.infinite-icon-container:hover .infinite-icon-edit,
.infinite-icon-container:hover .infinite-icon-reload,
.infinite-icon-container:hover .infinite-icon-cfa {
  background-image: url("../images/infinite-icons/light.png");
}
.infinite-icon-container .infinite-icon-save {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: 0px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-upload {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -24px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-key {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -48px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-delete {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -72px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-calendar {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -96px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-submit {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -120px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-cross {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -144px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-edit {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -168px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-reload {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -192px 0px;
  display: block;
}
.infinite-icon-container .infinite-icon-cfa {
  background-image: url("../images/infinite-icons/dark.png");
  background-repeat: no-repeat;
  list-style: none outside none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  left: 5px;
  background-position: -216px 0px;
  display: block;
}
html {
  text-shadow: none;
}
.control-label,
label {
  font-weight: bold;
  font-size: smaller;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.bootstrap-select {
  line-height: 12px;
  font-size: smaller;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0 5px 5px 0;
  border: solid 1px #717171;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.bootstrap-select:focus {
  border-color: #2daae2;
  box-shadow: inset 0 0 8px #cccccc;
}
.bootstrap-select:not([class*="span"]) {
  width: 100%;
}
select {
  font-size: 12px;
  padding: 3px 3px;
}
.controls {
  font-size: smaller;
}
.controls span[class*="span"] {
  margin-left: 0;
}
.controls-row span[class*="span"]:first-child {
  margin-left: 0;
}
.controls-row span[class*="span"] {
  margin-left: 10px;
}
.modal {
  margin-left: -475px;
  width: 950px;
  border: none;
  border-radius: 0;
}
.modal-header {
  border-bottom: solid 4px #a61974;
  padding-bottom: 2px;
  color: #a61974;
  padding-top: 2px;
}
.modal-header > .row {
  padding-top: 5px;
}
.modal-header .close {
  margin-top: 16px;
}
.modal-body {
  background-color: #c7cee9;
}
[class^="icon-"],
[class*=" icon-"] {
  height: 13px;
  line-height: 12px;
  margin-top: 0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1000px;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1000px;
}
/*ACCORDION*/

.accordion-inner {
  padding: 10px;
}
.accordion-group {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 1px;
}
.accordion-group > .accordion-heading {
  background-color: #a61974;
}
.accordion-group > .accordion-heading > .accordion-toggle {
  text-decoration: none;
  color: white;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMKSURBVFhHvZchbBNRGMfbZqJiAkHCRGXFxERFBWJycmIJE4g5JpAIBHMkhEwgEBOIiZEgEBWFQDKBmCGZgGQCUQTJxEZKMpKRTCBGWn7/u/+tY727vuta/sm/9973fff9v/fu7vW9cqkA+v1+A96huQDnTOEn/AG/lsvlt/BjZA3AyAIQrHJ5xPUeiWtc/9D/Bo9NQYXUYJ2YKjEq6CXtp/CXAsZCr9dbh10S9rm24RrNm3YPAd8sMavwNTyHp/Ah9hmHhMGJWlwlvAebdgWDe+qwneTgkjyufCiQGw6gRnDf5rFBDs3IGTwk97zN6SBAI5f4Ke0lm68NcjXI2YVHGqDNwyCgBc8nKZ6AvAtQM7FP/uF3Asc6Dj2va097Fsi9LA3w2KYYGKo4NUV7Nk0NaOzA32gOHoUqUlk4Cr/tRYFGTQXAbZsi4xFsuzt1oLWlIhjzbPSGevRr9geDex6I7gYDuUVpghUleQL15meucGmQcJwjKr5QEdwywz0n8JUSaYnt2BcECcbSA8hmdxCI34UHauzDD7aPhISsOQT5HDYSxG7DrhqHcMf2XEjAWhHoPxfdjaAYh+eC0OjLU1J9AYNPIgNKrBsSSNgu+QoXQdhFAZ/gru2ZUHCCy+IJrhZhcyaIfwFP1HgHv9ieCedNFU8gn8NCCoh1+XkG40UhB0oqAXczoZjAAvToW0ocLQp0Vu1LRYh4glGx+JvWjBc/GvGi8J+A1ibU4ncjMehz0g6oHhmmCImio71iy6Z/jFP/Q0IjfbAUoa23sGLTxIHobYtv2TQAwvqD0A74jHbD5omBvNoHaNPTIX/6F4dDO2ItzfpEdPqZCMgl8Q7UZnfkznjeBWgDuWzz2CCHpl0jl/iizfnwTOhfUs9LezgduwqBHHqxkxdO054/8qvgBr0T2qxo/yZqhdOilXvMIq4J9Z3rq4peOO7JXGVDDqdzcJPm3UsHz8/wmP53x9ziollqYEsOsG/gRqVS0UE2E8HHc5JqFEtcL47niEVbaxcVHc+hjufvYcCpuFT6Cw+tvJuwMxlRAAAAAElFTkSuQmCC')/*../images/accordion-up-arrow.png*/;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: 8px 2px;
}
.accordion-group > .accordion-heading > .accordion-toggle.collapsed {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMOSURBVFhHvZchbFNBHMbbZqJiAkHCRGXFxERFBWJycmIJE4g5JpAIBHMkhEwgEBOIiZEgEBWFQDKBmCGZgGQCUQTJxEZKMpKRTCBGWn7f9XuvQN97fa9r+ZKvd+///9//u7t373pXLhVAv99vwFtUl+CCKXyH3+Dncrn8Gr4P1hwY2wEEqxQPKO+QuEb5i+cv8NQU1JEarBNTJUYdek79MfyhgInQ6/U2YZeEfco23KB63e4R4JsnZh2+hJfwHN7HPueQfHCiFqWED2DTrtygTR22oxwU0evKhgJpcAQ1grs2TwxyaEYu4DG5F21OBgEaucTPqa/YfGWQq0HOLjzRAG0eBQEteDlN8QjkXYKaiUPyj64JHJs49L6uPO1pIPeqNMBDmwbAUMWpKTqwaWZAYw/+RHP4KtQjdQtH4dVeFGjU1AG4a1MwnsC2H2cOtHbUCcY8H1aoR79hfyLw33N1LMbFIrcsTbCm4EdQKz91hxMUnacTilGsHxOBe464M/hCDbTFduxLhZIKErBpBPI5LLMDArH78EiVQ/jO9lQ4b4CEbI4hm90BNqeC+F3YVeUY7tmeCmKeOncAz3EnVLc5QLF2pYKw8OWpsb6A4SeRASVWowgSFv0YoBiHZ4LQuAMf4L7tYyEBNUxCXnGB2GfwTJU38JPtuSAha8aQze5ciHX5eQIHm0IBSHAgXVxcoI1efUvvImwKPKzblxsSnlC8ac3B5kdlsCn8J6C1DbX5XYsMGolOQPVgmCEkio7Oii2b/jLO/A8JjeTB0gkdvYU1m6YORG9afMemIRDWH4ROwBfUGzZPDeTVOUCHng75k784HDoRa2vWJ6Lbz1RALol3oA67Y0/Gi+6ADpCrNk8McmjaNXKJL9ucDc+E/iX1vnSG07WrEMihhR0tOE179sj/BQ20JnRY0flN1M6nTSvzmkVcE+o711cVFhxtUnfZPJfTBbhN9fYfF8+P8JTnr465QaFZamCLLrCv4FalUtFFNhW5r+ck1ShWKOPrOWLhaO1Ohes51PX8LcxxKy6VfgMPrbybRbeRDwAAAABJRU5ErkJggg==')/*../images/accordion-down-arrow.png*/;
  background-repeat: no-repeat;
}
.accordion-group > .accordion-heading > .accordion-toggle:hover {
  text-decoration: none;
  color: #032960;
}
/*/ACCORDION*/

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  border-radius: 0;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #032960;
  border: none;
  background-image: none;
  color: white;
  text-shadow: none;
}
.btn.disabled,
.btn:hover.disabled,
.btn:focus.disabled,
.btn:active.disabled,
.btn.active.disabled,
.btn.disabled.disabled,
.btn[disabled].disabled,
.btn[disabled],
.btn:hover[disabled],
.btn:focus[disabled],
.btn:active[disabled],
.btn.active[disabled],
.btn.disabled[disabled],
.btn[disabled][disabled] {
  pointer-events: none;
}
.btn > i,
.btn:hover > i,
.btn:focus > i,
.btn:active > i,
.btn.active > i,
.btn.disabled > i,
.btn[disabled] > i {
  margin-right: 5px;
}
.btn.dropdown-toggle,
.btn:hover.dropdown-toggle,
.btn:focus.dropdown-toggle,
.btn:active.dropdown-toggle,
.btn.active.dropdown-toggle,
.btn.disabled.dropdown-toggle,
.btn[disabled].dropdown-toggle {
  color: #333333;
}
.btn:hover {
  background-color: #2daae2;
  color: white;
}
body {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
#main-container {
  padding-top: 150px;
  background: white;
  padding-bottom: 65px;
  overflow-x: hidden;
}
#main-container > div {
  padding-left: 10px;
  padding-right: 10px;
}
#main-container > div#toolbar {
  padding: 0;
}
#main-container > .error-message {
  padding: 50px;
}
footer {
  width: 940px;
  margin: auto;
}
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
  margin: 10px;
}
.validation-summary-valid {
  display: none;
}
.center {
  text-align: center;
}
/* entreprise */

form div.extended-only {
  display: none;
}
form.extended div.extended-only {
  display: block;
}
.button-group {
  margin-left: 10px;
}
.button-group .btn,
.button-group .btn:hover,
.button-group .btn:focus,
.button-group .btn:active,
.button-group .btn.active,
.button-group .btn.disabled,
.button-group .btn[disabled] {
  margin-left: 0;
}
.control-group {
  margin-bottom: 0;
  margin-left: 10px;
}
.control-group .control-label {
  font-size: 11px;
  vertical-align: middle;
  font-weight: bold;
}
.control-group i {
  float: left;
  margin-left: 1px;
  margin-right: 2px;
}
.control-group .controls input[type="text"],
.control-group .controls .bootstrap-select {
  font-size: 12px;
}
.control-group .controls .input-append .add-on,
.control-group .controls .input-prepend .add-on {
  background-color: #02aafe;
  border: none;
  color: white;
  padding: 1px 2px 2px 1px;
  text-shadow: none;
}
.control-group .controls .input-append .add-on [class^="icon-"],
.control-group .controls .input-prepend .add-on [class^="icon-"],
.control-group .controls .input-append .add-on [class*=" icon-"],
.control-group .controls .input-prepend .add-on [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.control-group .controls .input-append input,
.control-group .controls .input-prepend input {
  width: 106px;
}
.control-group .controls .input-append.date .add-on i,
.control-group .controls .input-prepend.date .add-on i {
  height: 14px;
  margin-left: 3px;
  margin-top: 3px;
  width: 14px;
}
.control-group .controls .btn-group[data-toggle="buttons-radio"] > button.btn {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAABBSURBVHjaYgwICHjHQAZgYWBgEFy8eDFJmjIyMhhYGBgYGHh4eEi2kYmBTDCqcVQjnTUyBgQE/CdHIwAAAP//AwAhxgdGMHiF9gAAAABJRU5ErkJggg==') no-repeat/*../images/checkbox-uncheck.png*/ scroll left center transparent;
  border: 0 none;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  text-shadow: none;
  color: #686868;
  float: left;
  margin: 0 5px 0 0;
  min-height: 16px;
  min-width: 20px;
}
.control-group .controls .btn-group[data-toggle="buttons-radio"] > button.btn.active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI0QzREMkZGRTk4MTFFMjg0NTQ5MzNCRDQ0MUU1MDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI0QzREMzBGRTk4MTFFMjg0NTQ5MzNCRDQ0MUU1MDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjRDNEQyREZFOTgxMUUyODQ1NDkzM0JENDQxRTUwOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjRDNEQyRUZFOTgxMUUyODQ1NDkzM0JENDQxRTUwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph7IkA8AAADZSURBVHjaYvT393/HQAZgAWLBJUuWkKQpIyMDrJGBh4eHoOL33xkYbFczMBwORdhIlCahXiDjMZB+xMAQzMjNwESKJjAA0mvZEvBrxNAEAuIMDNa/dyI0nnrKwMA4A6IYn6atsQwMcv/uQzSCNJn3ABnnIYrvvsOtyVWZAajpLyRwzDcCiW8IP6hUorkZSRMr1I1gar8nRBIrwKIJrtFaHiKJoRmHJrhGkCBIEkUzHk1wjRiadfBrwkg5MM0XwxgYNEVxa8Ka5ECK9cSJyx0MAQEBJGcrgAADALgbQYPR2zM3AAAAAElFTkSuQmCC') no-repeat/*../images/checkbox-check.png*/ scroll left center transparent;
  color: #02aafe;
}
.control-group .controls .btn-group[data-toggle="buttons-radio"] > button.btn.check-only {
  margin: 0;
  min-width: 14px;
  padding: 0;
}
.control-group .controls .btn-group[data-toggle="buttons-checkbox"] > button.btn {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAABBSURBVHjaYgwICHjHQAZgYWBgEFy8eDFJmjIyMhhYGBgYGHh4eEi2kYmBTDCqcVQjnTUyBgQE/CdHIwAAAP//AwAhxgdGMHiF9gAAAABJRU5ErkJggg==') no-repeat/*../images/checkbox-uncheck.png*/ scroll left center transparent;
  border: 0 none;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  text-shadow: none;
  color: #686868;
  float: left;
  margin: 0 5px 0 0;
  min-height: 16px;
  min-width: 20px;
}
.control-group .controls .btn-group[data-toggle="buttons-checkbox"] > button.btn.active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI0QzREMkZGRTk4MTFFMjg0NTQ5MzNCRDQ0MUU1MDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI0QzREMzBGRTk4MTFFMjg0NTQ5MzNCRDQ0MUU1MDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjRDNEQyREZFOTgxMUUyODQ1NDkzM0JENDQxRTUwOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjRDNEQyRUZFOTgxMUUyODQ1NDkzM0JENDQxRTUwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph7IkA8AAADZSURBVHjaYvT393/HQAZgAWLBJUuWkKQpIyMDrJGBh4eHoOL33xkYbFczMBwORdhIlCahXiDjMZB+xMAQzMjNwESKJjAA0mvZEvBrxNAEAuIMDNa/dyI0nnrKwMA4A6IYn6atsQwMcv/uQzSCNJn3ABnnIYrvvsOtyVWZAajpLyRwzDcCiW8IP6hUorkZSRMr1I1gar8nRBIrwKIJrtFaHiKJoRmHJrhGkCBIEkUzHk1wjRiadfBrwkg5MM0XwxgYNEVxa8Ka5ECK9cSJyx0MAQEBJGcrgAADALgbQYPR2zM3AAAAAElFTkSuQmCC') no-repeat/*../images/checkbox-check.png*/ scroll left center transparent;
  color: #02aafe;
}
.control-group .controls .btn-group[data-toggle="buttons-checkbox"] > button.btn.check-only {
  margin: 0;
  min-width: 14px;
  padding: 0;
}
.control-group .controls .btn-group.bootstrap-select button.btn {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTE0RTFEOUVGNTQyMTFFMkJDQzRDMUM0MTdCMzZEMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTE0RTFEOUZGNTQyMTFFMkJDQzRDMUM0MTdCMzZEMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MTRFMUQ5Q0Y1NDIxMUUyQkNDNEMxQzQxN0IzNkQyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MTRFMUQ5REY1NDIxMUUyQkNDNEMxQzQxN0IzNkQyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pvca3gsAAABXSURBVHjaYmBgYBAE4vL///8z4MJA0AEilID4Py7FQLAKiO8yQE28i00x1CQQ4wxMQAldMYiG8u+C5ZF0IyvejawILI9mFbJiuCIMhUiKdyMrAmGAAAMAZgR2JNgcZx8AAAAASUVORK5CYII=') no-repeat/*../images/arrow-black.png*/ scroll right 7px center white;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  text-shadow: none;
  margin: 0;
  line-height: 22px;
}
.control-group .controls .btn-group.bootstrap-select button.btn .caret {
  display: none;
}
.control-group .controls .btn-group.bootstrap-select .dropdown-menu > li > a {
  font-size: 12px;
}
.control-group .field-validation-error {
  font-size: 11px;
  color: #b94a48;
}
.control-group .display {
  margin: 0 5px 5px 0;
  padding: 4px 6px;
}
.money {
  text-align: right;
}
.icon-action {
  cursor: pointer;
}
#entreprise-infos-generales h4 {
  margin-top: 2px;
  margin-bottom: 2px;
}
#entreprise-tab-control {
  margin-bottom: 0;
  border-bottom: none;
}
#entreprise-tab-control li {
  width: 200px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 0;
}
#entreprise-tab-control li.active > a {
  background-color: #a61974;
  color: white;
}
#entreprise-tab-control li > a {
  border-radius: 0;
  background-color: #c7cee9;
  color: black;
  border: none;
}
#entreprise-tab-control li > a:hover {
  background-color: #a61974;
  color: white;
  border: none;
}
.toggle-switch-label {
  margin-left: 5px;
  margin-top: 2px;
}
#autocomplete-nafcodes-list {
  width: 380px !important;
}
.existing-element {
  background-color: #f29200;
}
.new-element {
  background-color: #48ae4a;
}
.grid td {
  height: 36px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table.selectable tbody {
  cursor: pointer;
}
table.selectable tbody tr:hover {
  background-color: #b5b5b5;
}
table.selectable tbody tr.selected {
  background-color: #b5b5b5;
}
table.fixed-table {
  table-layout: fixed;
  white-space: nowrap;
}
table.fixed-table td,
table.fixed-table th {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.fixed-table td:first-of-type,
table.fixed-table th:first-of-type {
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
}
table thead {
  background-color: #a61974;
  color: white;
  height: 36px;
}
table thead th {
  font-weight: normal;
  padding: 0 10px;
}
table thead a,
table thead a:hover {
  color: white;
  text-decoration: none;
}
table tbody tr.alternative-row {
  background-color: #c7cee9;
}
table tbody tr.old-entreprise {
  background: #48ae4a;
}
table tbody td {
  padding: 0 10px;
}
table tbody td.w5 {
  width: 5%;
}
table tbody td.w10 {
  width: 10%;
}
table tbody td.w15 {
  width: 15%;
}
table tbody td.w20 {
  width: 20%;
}
table tbody td.w25 {
  width: 25%;
}
table tbody td.w30 {
  width: 30%;
}
table tbody td.w35 {
  width: 35%;
}
table tbody td.w40 {
  width: 40%;
}
table tbody td.w45 {
  width: 45%;
}
table tbody td.right {
  text-align: right;
}
table tbody td.center {
  text-align: center;
}
table tfoot {
  text-align: center;
  color: black;
  font-weight: bold;
}
table tfoot a,
table tfoot a:hover {
  color: black;
  font-weight: normal;
}
.sub-accordion {
  margin-bottom: 0;
}
.sub-accordion .accordion-heading {
  background-color: #f29200;
}
.sub-accordion .accordion-heading > .accordion-toggle:hover {
  color: white;
}
.sub-accordion .accordion-heading .label-important,
.sub-accordion .accordion-heading .badge-important {
  background-color: red;
}
.sub-accordion .accordion-heading .label-success,
.sub-accordion .accordion-heading .badge-success {
  background-color: green;
}
.sub-accordion .accordion-inner {
  border: none;
  padding-bottom: 10px;
}
.sub-accordion .fieldset-with-top-border {
  border-color: #f29200;
}
.grid-pagesize > label {
  display: inline;
}
.grid-pagesize > select {
  width: 70px;
}
.grid-paginate {
  color: black;
  font-weight: bold;
  text-align: right;
}
.grid-paginate > a {
  color: black;
  font-weight: normal;
}
.grid tfoot {
  display: none;
}
.inline-block {
  display: inline-block !important;
}
.search.accordion {
  margin-bottom: 10px;
}
.search.accordion .accordion-group {
  border: none;
}
.search.accordion .accordion-heading {
  font-size: 0;
  border: none;
}
.search.accordion .accordion-heading a,
.search.accordion .accordion-heading label {
  font-size: 14px;
  padding: 3px 15px;
  font-weight: normal;
}
.search.accordion .accordion-heading label {
  padding-left: 5px;
}
.search.accordion .accordion-toggle,
.search.accordion .accordion-toggle.collapsed,
.search.accordion .accordion-toggle:hover {
  background-image: none;
  color: white;
  text-decoration: underline;
}
.search.accordion .accordion-inner {
  background-color: #c7cee9;
}
.search.accordion .accordion-inner form {
  margin: 0;
}
.search.accordion i {
  margin-left: 7px;
}
.search.accordion label {
  margin: 0;
}
.search.accordion label input {
  margin: 0;
}
.field-5 {
  width: 5em !important;
}
.field-9 {
  width: 9em !important;
}
.field-14 {
  width: 14em !important;
}
.control-group .controls {
  margin-left: 0;
}
.line-bottom {
  border-bottom: 1px solid #a61974;
  margin-bottom: 7px;
}
/* GRID KNOCKOUT*/

.table {
  border: solid 1px #888888;
}
.table input,
.table select {
  height: 26px;
}
.table thead {
  background: #c8c8c8;
  color: #111111;
}
.table thead th {
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left-width: 0;
}
.table thead th.text-left {
  text-align: left;
  padding: 0 10px;
}
.table tbody tr td {
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  border-color: #c5c5c5;
  border-width: 0 0 0 1px;
  border-style: solid;
}
.table tbody tr td.text-right {
  text-align: right;
}
.table tbody tr td.text-left {
  text-align: left;
}
.table tbody tr td:first-child {
  border-left-width: 0;
}
.table tbody tr.current-row {
  background: #e4f6e1;
}
.button-action-table,
.button-action-table:focus {
  border-radius: 0;
  background-color: #032960;
  border: none;
  background-image: none;
  color: white;
  text-shadow: none;
  float: right;
  text-decoration: none;
  padding: 3px 48px;
  margin: 0 0 8px 0;
  cursor: pointer;
}
.button-action-table:hover,
.button-action-table:focus:hover {
  background-color: #2daae2;
  color: white;
  text-decoration: none;
}
.entreprise-message {
  margin-top: 20px;
}
.has-switch {
  margin: 0 5px 5px 0;
}
.badge-small {
  padding: 2px 1px;
  margin: 0 5px;
}
.badge-small i {
  margin-left: 1px;
}
.requiredLabel::after {
  content: " *";
  color: red;
}
.badge-icon {
  background-color: transparent;
  line-height: 45px;
}
a.disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
}
.assujetissement .has-switch {
  margin-left: 4px;
}
a.cabinetlink {
  text-decoration: none;
}
.k-upload-status {
  top: 0;
}
#import-4ds-entreprises {
  width: auto;
}
#import-4ds-entreprises tbody td {
  text-align: center;
}
#import-4ds-entreprises tbody td.text-right {
  text-align: right;
}
#import-4ds-entreprises input[type="checkbox"] {
  margin: 0;
}
#import-4ds-entreprises.table-bordered th,
#import-4ds-entreprises.table-bordered td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#import-4ds-entreprises .import-choice {
  min-width: 150px;
}
#import-4ds-entreprises .import-choice [class*="span"] {
  min-height: 0;
}
#import-4ds-entreprises .import-choice input[type="radio"] {
  margin: 0;
}
#import-4ds-entreprises .calcul-inactif {
  background-color: gray;
}
#collapseSearch.in {
  overflow: visible;
}
#recherche-formation {
  top: 20px;
}
#recherche-formation .modal-body {
  max-height: 500px;
}
#recherche-formation #recherche-formation-form {
  margin: 0;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid tbody > tr.row-etablissement > td {
  background-color: white;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid tbody > tr.row-etablissement:nth-child(2n+1) > td {
  background-color: #e4f6e1;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid tbody > tr.row-etablissement:hover > td {
  background-color: #b5b5b5;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .row-etablissement,
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .row-formation {
  cursor: pointer;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .row-centre-physique {
  font-size: 12px;
  font-weight: bold;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .etablissement-details {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  display: none;
  padding: 10px;
  position: absolute;
  right: 20px;
  text-align: left;
  width: 600px;
  z-index: 2000;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .etablissement-details:hover {
  display: block;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .etablissement-details .controls {
  line-height: 20px;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .etablissement-details-show:hover + .etablissement-details {
  display: block;
}
#recherche-formation #recherche-formation-results #recherche-formation-results-etablissements-grid .recherche-formation-results-grid tbody > tr.row-formation:hover > td {
  background-color: #b5b5b5;
}
.convention-grid tbody > tr > td,
.naf-grid tbody > tr > td {
  background-color: white;
}
.convention-grid tbody > tr:nth-child(2n+1) > td,
.naf-grid tbody > tr:nth-child(2n+1) > td {
  background-color: #e4f6e1;
}
.convention-grid tbody > tr:hover > td,
.naf-grid tbody > tr:hover > td {
  background-color: #b5b5b5;
}
.convention-grid .search.accordion .accordion-toggle,
.naf-grid .search.accordion .accordion-toggle,
.convention-grid .search.accordion .accordion-toggle.collapsed,
.naf-grid .search.accordion .accordion-toggle.collapsed,
.convention-grid .search.accordion .accordion-toggle:hover,
.naf-grid .search.accordion .accordion-toggle:hover {
  color: black;
}
#recherche-conventions-collectives,
#recherche-nafs-code {
  top: 20px;
}
#recherche-conventions-collectives .modal-body,
#recherche-nafs-code .modal-body {
  max-height: 500px;
}
.informations-notifications {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 220px;
}
.informations-notifications .validation-summary-errors {
  margin: 0;
  padding: 8px;
}
.informations-notifications .validation-summary-errors .close {
  right: 0;
}
.toolbar-btn-disable {
  opacity: 0.65;
  cursor: default;
}
.entreprise-grid tr.reimprimer {
  background: none repeat scroll 0 0 #f29200;
}
.naf-recherche-avancee i {
  float: none;
  margin-bottom: 5px;
  margin-top: -3px;
}
.ecole-height {
  display: block;
  max-height: 200px;
  overflow: hidden;
}
.numeric {
  text-align: right;
}
hr {
  margin: 10px 0;
}
.alert ul {
  margin: 0 0 0 25px;
}
#progress li.inprogress {
  font-style: italic;
}
#progress li.error {
  font-weight: bold;
  color: red;
}
#progress li.done {
  font-weight: bold;
  color: green;
}
