html {
  position: relative;
  min-height: 100%;
  -ms-overflow-style: scrollbar;
}
body {
  background-repeat: repeat;
}
body.std-width .page-body-content {
  padding-left: 168px;
}
@media screen and (max-width: 768px) {
  body.std-width .page-body-content {
    padding-left: 48px;
  }
}
body.std-width #logo-container {
  padding: 12px;
}
body.std-width #leftmenu-toggler {
  padding-right: 4px;
  text-align: right;
}
body.mid-width .page-body-content {
  padding-left: 48px;
}
body.mid-width #logo-container {
  padding: 4px;
}
body.mid-width #leftmenu-toggler {
  text-align: center;
  width: 100%;
}
body.mid-width #leftmenu-toggler button {
  margin-top: 4px;
}
body.max-width {
  padding-left: 0;
}
body.environnement-dev {
  background-color: #f0fff2;
  background-image: url(../images/env-dev.svg);
}
body.environnement-qual {
  background-image: url(../images/env-qual.svg);
}
body.environnement-test {
  background-color: #f5dfe2;
  background-image: url(../images/env-test.svg);
}
body.environnement-vali {
  background-color: #f0fff2;
  background-image: url(../images/env-vali.svg);
}
body.environnement-ad {
  background-image: url(../images/env-ad.svg);
}
body.environnement-aa {
  background-image: url(../images/env-aa.svg);
}
body.environnement-ha {
  background-image: url(../images/env-ha.svg);
}
#leftmenu-toggler button.btn {
  line-height: 1;
}
.page-body {
  padding: 8px 8px 60px 8px;
}
.scrollable-content {
  left: 0;
  position: absolute;
  width: 100%;
}
.page-body-content {
  padding: 8px;
  padding-bottom: 100px;
}
h1,
h2 {
  margin-top: 0;
}
.footer {
  background-color: #f5f5f5;
  bottom: 0;
  height: 60px;
  position: absolute;
  width: 100%;
}
.footer > div > p {
  margin: 20px 0;
}
.required:after {
  color: red;
  content: " *";
  font-weight: bold;
}
.ui-dialog {
  z-index: 1100 !important;
}
.dialogWithDropShadow {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.wizard-table {
  height: -moz-calc(85.8%);
  height: -webkit-calc(85.8%);
  height: calc(100% - 2.2em - 1.5 * 8px);
  overflow: auto;
}
.wizard-commands {
  padding-bottom: 8px / 2;
  padding-top: 8px;
}
.page-body-collapsable {
  cursor: pointer;
}
.input-group-addon {
  background-color: #EEEEEE;
  border-color: #ccc;
}
.input-group-addon.not-attached-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.input-group-addon a {
  color: #fff;
}
.input-group-addon[onclick] {
  background-color: #FD7F07;
  border-color: #FD7F07;
  color: #fff;
  cursor: pointer;
}
.input-group-addon[onclick].unselected {
  background-color: #fff;
  color: #FD7F07;
}
.input-group-addon[onclick]:hover,
.input-group-addon[onclick] a:hover {
  background-color: #cf6602;
  border-color: #cf6602;
  color: #fff;
}
.input-group-addon .form-readonly-control {
  border: none;
  line-height: 0;
  min-height: 0;
}
.panel-default > .panel-heading {
  color: #FD7F07;
}
.panel-default > .panel-heading a {
  font-weight: bold;
}
.input-group-btn > .btn,
.btn-anagram {
  background-color: #FD7F07;
  border: 1px solid #FD7F07;
  color: white;
}
.input-group-btn > .btn:hover,
.btn-anagram:hover {
  background-color: #cf6602;
  border-color: #cf6602;
  color: #fff;
}
button.btn[disabled],
button.btn[disabled]:hover {
  background-color: #585858;
  border-color: #585858;
}
span.form-readonly-control,
.form-static-label {
  display: block;
  font-size: 12px;
  line-height: 1.42857143;
  min-height: 25px;
  padding-top: 3px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  span.form-readonly-control,
  .form-static-label {
    padding-left: 50px;
  }
}
label.form-static-label {
  color: #555;
}
span.form-readonly-control {
  padding: 3px 6px;
}
.form-static-label {
  margin-bottom: 0;
}
span.form-inline-label,
a.form-inline-help {
  display: inline;
  padding-left: 15px;
}
span.field-suffix {
  color: #b3b3b3;
  display: inline;
  font-style: italic;
  padding-left: 15px;
}
.table-hover tr[onclick] {
  cursor: pointer;
}
.table-hover tr[onclick]:hover {
  background-color: #585858;
  color: white;
}
.multiline.form-control {
  height: auto;
}
.btn.btn-default.btn-active {
  color: #FD7F07;
}
.btn.btn-inverse.btn-primary {
  background-color: #fff;
  color: #FD7F07;
}
.btn.btn-inverse.btn-primary:focus,
.btn.btn-inverse.btn-primary:hover,
.btn.btn-inverse.btn-primary:active {
  background-color: #cf6602;
  color: #fff;
}
.btn.btn-inverse.btn-info {
  background-color: #fff;
  color: #0275d8;
}
.btn.btn-inverse.btn-info:focus,
.btn.btn-inverse.btn-info:hover,
.btn.btn-inverse.btn-info:active {
  background-color: #025aa5;
  color: #fff;
}
.btn.btn-inverse.btn-success {
  background-color: #fff;
  color: #5cb85c;
}
.btn.btn-inverse.btn-success:focus,
.btn.btn-inverse.btn-success:hover,
.btn.btn-inverse.btn-success:active {
  background-color: #449d44;
  color: #fff;
}
.btn.btn-inverse.btn-warning {
  background-color: #fff;
  color: #f0ad4e;
}
.btn.btn-inverse.btn-warning:focus,
.btn.btn-inverse.btn-warning:hover,
.btn.btn-inverse.btn-warning:active {
  background-color: #ec971f;
  color: #fff;
}
.btn.btn-inverse[disabled] {
  background-color: #eeeeee;
  color: #333333;
}
.pages-navigation {
  font-weight: bold;
}
.doc-commands-menu {
  /*
  margin-top: 17px;
  margin-bottom: 17px;
  */
  background-color: #ffffff;
  bottom: 0;
  margin: 7px 0;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
}
.doc-wizards-menu-top {
  margin-bottom: 8.5px;
  margin-top: 8.5px;
}
small {
  color: #b3b3b3;
  font-weight: normal;
}
.search-model-title {
  border-bottom: solid 2px #FD7F07;
}
table.mpage-table,
table.infolinestable,
table.searchresulttable {
  min-width: 768px;
}
table.mpage-table > thead,
table.infolinestable > thead,
table.searchresulttable > thead {
  background-color: #f7f6f3;
  border-bottom: solid 1px #dad8d5;
  border-top: solid 4px #FD7F07;
}
table.mpage-table > thead > tr > th,
table.infolinestable > thead > tr > th,
table.searchresulttable > thead > tr > th {
  vertical-align: middle;
}
table.mpage-table > thead > tr > th.fields-group-header,
table.infolinestable > thead > tr > th.fields-group-header,
table.searchresulttable > thead > tr > th.fields-group-header {
  border-left: solid 1px #f7f6f3;
  border-right: solid 1px #f7f6f3;
  text-align: center;
}
table.mpage-table > thead > tr > th[onclick]:hover,
table.infolinestable > thead > tr > th[onclick]:hover,
table.searchresulttable > thead > tr > th[onclick]:hover {
  cursor: pointer;
}
table.mpage-table > tfoot,
table.infolinestable > tfoot,
table.searchresulttable > tfoot {
  background-color: #f7f6f3;
  border-bottom: solid 4px #FD7F07;
  border-top: solid 1px #dad8d5;
}
table.mpage-table > tfoot > tr > th,
table.infolinestable > tfoot > tr > th,
table.searchresulttable > tfoot > tr > th {
  vertical-align: middle;
}
table.mpage-table > tbody > tr:first-child > td,
table.infolinestable > tbody > tr:first-child > td,
table.searchresulttable > tbody > tr:first-child > td {
  border-top: none;
}
table.mpage-table span.form-readonly-control,
table.infolinestable span.form-readonly-control,
table.searchresulttable span.form-readonly-control,
table.mpage-table .form-static-label,
table.infolinestable .form-static-label,
table.searchresulttable .form-static-label {
  border: none;
}
table.mpage-table span.form-readonly-control .btn,
table.infolinestable span.form-readonly-control .btn,
table.searchresulttable span.form-readonly-control .btn,
table.mpage-table .form-static-label .btn,
table.infolinestable .form-static-label .btn,
table.searchresulttable .form-static-label .btn {
  margin: -3px 3px 0 -3px;
}
table.infolinestable > tbody > tr:nth-child(even),
table.searchresulttable > tbody > tr:nth-child(even) {
  background-color: #f7f6f3;
}
table.infolinestable > tbody > tr > td,
table.searchresulttable > tbody > tr > td {
  vertical-align: middle;
}
table.mpage-table {
  /*
    > tbody > tr[lineid] {
      background-color: @input-bg;
    }
    */
}
table.mpage-table:not(.no-hover) tr[realid]:hover > td {
  background-color: #bdbdbd !important;
}
table.mpage-table tr[realid].focused > td {
  background-color: #c3d7e6 !important;
}
table.mpage-table > thead > tr > th,
table.mpage-table > tbody > tr > td {
  border-top: none;
}
table.mpage-table > tbody > tr.private-comment {
  background: #ffffdd;
}
table.mpage-table td.fields-group.fields-group-color-0,
table.mpage-table th.fields-group.fields-group-color-0 {
  background-color: #edebe4;
}
table.mpage-table td.fields-group.fields-group-color-1,
table.mpage-table th.fields-group.fields-group-color-1 {
  background-color: #ffffff;
}
table.searchresulttable > thead > tr > th {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
}
table.searchresulttable > thead > tr > th.search-order-ASC {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) !important;
}
table.searchresulttable > thead > tr > th.search-order-DESC {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) !important;
}
.m3-page-data > div[lineid] {
  background-color: #fff;
}
ul.checkboxlist,
ul.radiolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.checkboxlist > li,
ul.radiolist > li {
  break-inside: avoid-column;
  display: block;
  list-style: none;
  margin-right: 20px;
  margin: 0;
  padding: 0;
}
ul.checkboxlist label,
ul.radiolist label {
  display: inline-block;
}
ul.checkboxlist input[type="radio"],
ul.radiolist input[type="radio"] {
  margin-top: 1px;
}
ul.checkboxlist.float li,
ul.radiolist.float li {
  display: inline;
  float: left;
}
ul.checkboxlist.columns2,
ul.radiolist.columns2 {
  -moz-columns: auto 2;
  -webkit-columns: auto 2;
  columns: auto 2;
}
ul.checkboxlist.columns3,
ul.radiolist.columns3 {
  -moz-columns: auto 3;
  -webkit-columns: auto 3;
  columns: auto 3;
}
ul.checkboxlist.columns4,
ul.radiolist.columns4 {
  -moz-columns: auto 4;
  -webkit-columns: auto 4;
  columns: auto 4;
}
ul.checkboxlist.columns5,
ul.radiolist.columns5 {
  -moz-columns: auto 5;
  -webkit-columns: auto 5;
  columns: auto 5;
}
ul li.wizard-special > div {
  background-color: #df8a13;
}
ul li.wizard-special > ul > li {
  border-left: solid 4px #df8a13;
}
ul li.wizard-states > div {
  background-color: #3d8b3d;
}
ul li.wizard-states > ul > li {
  border-left: solid 4px #3d8b3d;
}
ol.breadcrumb-arrow {
  background-color: transparent;
  height: 24px;
  line-height: 24px;
  list-style: none;
  padding: 0;
}
ol.breadcrumb-arrow > li {
  background-color: #dad8d5;
  border: 1px solid #dad8d5;
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
ol.breadcrumb-arrow > li:first-of-type {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
ol.breadcrumb-arrow > li:last-of-type {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
ol.breadcrumb-arrow > li:not(:first-of-type) {
  margin-left: -5px;
}
ol.breadcrumb-arrow > li + li:before {
  content: "";
  padding: 0;
}
ol.breadcrumb-arrow > li:not(:first-of-type),
ol.breadcrumb-arrow > li:not(:last-of-type) {
  height: 24px;
  line-height: 24px;
  padding: 0 10px 0 25px;
}
ol.breadcrumb-arrow > li:not(:last-of-type):first-of-type {
  padding: 0 10px;
}
ol.breadcrumb-arrow > li:not(:last-of-type):after,
ol.breadcrumb-arrow > li:not(:last-of-type):before {
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  top: -1px;
  width: 0;
}
ol.breadcrumb-arrow > li:not(:last-of-type):before {
  border-left-color: #dad8d5;
  border-left-style: solid;
  border-left-width: 11px;
  right: -10px;
  z-index: 3;
}
ol.breadcrumb-arrow > li:not(:last-of-type):after {
  border-left: 11px solid #dad8d5;
  right: -11px;
  z-index: 2;
}
ol.breadcrumb-arrow > li.state-current,
ol.breadcrumb-arrow > li.state-current:not(:last-of-type) {
  background-color: #FD7F07;
  border: 1px solid #FD7F07;
}
ol.breadcrumb-arrow > li.state-current:before,
ol.breadcrumb-arrow > li.state-current:not(:last-of-type):before {
  border-left-color: #FD7F07;
}
ol.breadcrumb-arrow > li.state-current:after,
ol.breadcrumb-arrow > li.state-current:not(:last-of-type):after {
  border-left: 11px solid #FD7F07;
}
ol.breadcrumb-arrow > li.state-following,
ol.breadcrumb-arrow > li.state-following:not(:last-of-type) {
  background-color: #f7f6f3;
  border: 1px solid #f7f6f3;
  color: #333333;
}
ol.breadcrumb-arrow > li.state-following:before,
ol.breadcrumb-arrow > li.state-following:not(:last-of-type):before {
  border-left-color: #f7f6f3;
}
ol.breadcrumb-arrow > li.state-following:after,
ol.breadcrumb-arrow > li.state-following:not(:last-of-type):after {
  border-left: 11px solid #dad8d5;
}
.leftmenu {
  background: #f7f6f3;
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 160px;
  z-index: 1025;
}
.leftmenu h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 0;
  text-align: center;
}
.leftmenu > ul {
  background: #f7f6f3;
}
.leftmenu > ul > li.agir-dropdown {
  margin-top: 0.8em;
}
.leftmenu > ul > li.agir-dropdown > div {
  padding-left: 12px;
  text-align: left;
}
.leftmenu > ul > li.agir-dropdown > div.agir-dropdown-title.admin-commands {
  background-color: black;
  color: white;
}
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li {
  padding-left: 12px;
}
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li.nopadding {
  padding-left: 0;
}
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li.context-link,
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li.leftmenu-link {
  font-size: 16px;
  padding-left: 10px;
}
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li.context-link.active,
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li.leftmenu-link.active {
  background-color: #e8e7e4;
  color: #FD7F07;
}
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li[onclick] {
  cursor: pointer;
}
.leftmenu > ul > li.agir-dropdown .agir-dropdown-menu li[onclick]:hover {
  background-color: #dad8d5;
  cursor: pointer;
}
.leftmenu ul,
.leftmenu li {
  line-height: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  hyphens: auto;
  word-wrap: break-word;
}
.leftmenu li.hidden-top-border {
  border-top: none;
}
.leftmenu li[onclick]:hover {
  background-color: #dad8d5;
  cursor: pointer;
}
.leftmenu li.agir-dropdown.agir-tabs-nav {
  text-align: center;
}
.leftmenu li.agir-dropdown.agir-tabs-nav > ul {
  margin-bottom: 0.8em;
}
.leftmenu li.agir-dropdown.agir-tabs-nav > ul > li {
  display: block;
  float: left;
  width: 32px;
}
.leftmenu li.agir-dropdown.agir-tabs-nav > ul > li[onclick]:hover {
  background-color: #dad8d5;
  cursor: pointer;
}
.leftmenu li.agir-dropdown.agir-tabs-nav > ul > li > a {
  padding: 0;
}
.leftmenu li.agir-dropdown.agir-menu-info {
  margin-bottom: -0.4em;
  border: none;
}
@media screen and (min-width: 768px) {
  .leftmenu li.agir-dropdown.agir-menu-info {
    margin-top: 0.4em;
  }
}
.leftmenu li.agir-dropdown.agir-menu-info > ul > li {
  border: none;
  padding-left: 12px;
}
.leftmenu li.agir-dropdown .fa-stack {
  height: 1.3em;
  line-height: 1.3em;
  width: 1.3em;
}
.leftmenu li.agir-dropdown .fa-stack .fa-stack-1x {
  font-size: 0.7em;
}
.leftmenu li.agir-dropdown .fa-stack .fa-stack-1x.fa-search,
.leftmenu li.agir-dropdown .fa-stack .fa-stack-1x.fa-plus {
  color: #FD7F07;
  left: 1em;
}
.leftmenu li.agir-dropdown .fa-stack .fa-stack-2x {
  font-size: 1em;
}
.leftmenu .menu-label {
  padding-left: 7px;
}
.leftmenu .menu-file-drop {
  margin: 0.8em 5px 0;
}
.leftmenu .menu-file-drop label {
  margin-bottom: 0;
  width: 100%;
}
.leftmenu .menu-file-drop label .btn {
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.leftmenu .menu-file-drop .upload.is-uploading .file-dropzone-inline {
  background-image: url(../images/progress.gif) !important;
  background-size: initial;
}
.leftmenu .menu-file-drop .upload .file-dropzone-inline {
  background-color: #fff;
  background-image: url(../images/poste.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  height: 125px;
}
.leftmenu .menu-file-drop .upload .file-dropzone-inline.dropped {
  background-image: url(../images/progress.gif);
  background-size: auto;
}
.leftmenu.reduced {
  width: 40px !important;
}
.leftmenu.reduced h1 {
  display: none;
}
.leftmenu.reduced .menu-label,
.leftmenu.reduced .menu-multiline,
.leftmenu.reduced .menu-infoline,
.leftmenu.reduced .hidden-top-border,
.leftmenu.reduced .menu-title-label,
.leftmenu.reduced .menu-file-drop label {
  display: none;
}
.leftmenu.reduced .menu-file-drop .file-dropzone-inline {
  color: transparent;
  height: 50px;
}
.leftmenu.hidden {
  display: none;
}
#flyingMenuLabel {
  background-color: #dad8d5;
  left: 40px;
  line-height: 2em;
  padding-left: 4px;
  position: absolute;
  vertical-align: middle;
  width: 120px;
  z-index: 10;
}
.btn.chechbox-delete-mline-label {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn.chechbox-delete-mline-label.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.tooltip .tooltip-inner {
  text-align: left;
  min-width: 200px;
}
.tooltip .tooltip-inner ol,
.tooltip .tooltip-inner ul {
  padding-left: 1.2em;
}
.tooltip.left .tooltip-inner {
  text-align: right;
}
.tooltip-head,
.tooltip-body {
  display: none;
}
.add-row-btn {
  float: left;
  margin-right: 2px;
}
.hidden-fields {
  display: none;
}
.list-documents {
  padding-left: 0;
}
.list-documents li {
  cursor: pointer;
}
.list-documents li:not(.document-modified) .modified-dot-info {
  display: none;
}
.list-documents li .modified-dot-info {
  color: #f0ad4e;
  margin-right: 8px;
}
.list-documents li .tooltip .tooltip-inner {
  min-width: initial;
  text-align: center;
}
.list-documents-buttons li {
  background-color: #f8f8f8;
  border-radius: 4px;
  border: solid 1px #ccc;
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
  text-align: center;
  width: 120px;
}
.list-documents-buttons li .list-documents-document {
  padding: 10px 0 5px;
}
.list-documents-buttons li .list-documents-document:hover {
  background-color: #e5e5e5 !important;
}
.list-documents-buttons li .list-documents-document .document-fileicon {
  display: none;
}
.list-documents-buttons li .list-documents-document .document-infos .filename {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  line-clamp: 3;
  overflow: hidden;
  padding: 0 5px;
  word-break: break-word;
}
.list-documents-buttons li .list-documents-document .modified-dot-info {
  float: right;
  margin-top: -22px;
}
.list-documents-buttons li .list-documents-tools {
  border-top: solid 1px #ccc;
  display: flex;
  height: 24px;
  justify-content: space-evenly;
}
.list-documents-buttons li .list-documents-tools span {
  flex-grow: 1;
  padding: 4px;
}
.list-documents-buttons li .list-documents-tools span:hover {
  background-color: #e5e5e5 !important;
}
.list-documents-list li {
  display: block;
  padding: 0.5em;
}
.list-documents-list li:hover {
  background-color: #e5e5e5 !important;
}
.list-documents-list li .pull-left {
  margin: -3px 7px 0 0;
}
.list-documents-list li .pull-left button.dropdown-toggle {
  padding: 2px 3px;
}
.list-documents-list li .list-documents-document .fa:not(.modified-dot-info) {
  font-size: 1.3em;
  margin-right: 5px;
  vertical-align: -1px;
}
.list-documents-list li .list-documents-document .document-infos {
  display: inline-block;
}
#divMessages {
  margin-top: 1em;
}
.ui-dialog,
.ui-dialog-content {
  box-sizing: content-box;
}
.page-body-content .header-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-body-content .header-container {
    flex-direction: column-reverse;
  }
  .page-body-content .header-container .states-container > div {
    display: inline-block;
  }
  .page-body-content .header-container .states-container > div.nextstate-buttons {
    max-width: inherit !important;
  }
}
.page-body-content .header-container .header-details .starbell-container {
  display: inline-block;
  margin-left: 10px;
}
.page-body-content .header-container .states-container {
  flex-shrink: 0;
  margin-left: 10px;
  text-align: right;
}
.page-body-content .header-container .states-container div {
  margin-bottom: 4px;
}
.page-body-content .header-container .states-container div.nextstate-buttons {
  max-width: calc(100vw * 0.3);
}
.page-body-content .header-container .states-container div.docstate-label {
  color: white;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.page-body-content .header-container .states-container div.docstate-label .docstate-currentstate {
  background-color: #0275d8;
  border-radius: 8px;
  padding: 3px 6px;
}
.page-body-content .header-container .states-container div.docstate-label .docstate-phase {
  background-color: #585858;
  border-bottom-left-radius: 8px;
  border-right: solid 2px #ffffff;
  border-top-left-radius: 8px;
  padding: 3px 6px;
}
.page-body-content .header-container .states-container div.docstate-label .docstate-phase ~ .docstate-currentstate {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-dialog-content {
  background-color: #ffffff !important;
}
.ui-dialog-content iframe {
  border: none;
  height: 100%;
  width: 100%;
}
.inline-doc-infos div {
  display: inline-block;
  font-size: 12px;
  line-height: 1.42857143;
  min-height: 25px;
  padding-top: 3px;
  width: 250px;
}
.inline-doc-infos div:nth-child(1) {
  color: #FD7F07;
  cursor: pointer;
  width: 350px;
}
.table-docs-suivi {
  margin-left: 10px;
}
.table-docs-suivi .doc-infos div {
  display: inline-block;
  font-size: 12px;
  line-height: 1.42857143;
  min-height: 25px;
  padding-top: 3px;
  width: 250px;
}
.table-docs-suivi .doc-infos div:nth-child(1) {
  color: #FD7F07;
  cursor: pointer;
  width: 350px;
}
.combo-ajax-selection {
  background-color: white;
  border: solid 1px #ccc;
  display: block;
  max-height: 300px;
  min-width: 250px;
  overflow-y: scroll;
  position: absolute;
  z-index: 100;
}
.combo-ajax-entries {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.combo-ajax-entries li {
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding: 5px 10px;
}
.combo-ajax-entries li:hover {
  background: #FD7F07;
  color: white;
  cursor: pointer;
}
#divAutoCloseMessage {
  position: sticky;
  top: 18px;
  z-index: 9999;
}
#divAutoCloseMessage .alert {
  animation: redpulse 2s infinite;
  box-shadow: 0 0 0 rgba(169, 68, 66, 0.4);
}
.powered-by-tiny {
  background-color: white;
  border: solid 1px #c5c5c5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  padding: 2px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
