/* 
 * WeeMake by WeeNove
 * @author Alexandre LAMOUREUX <alexlamoureuxfr@gmail.com>
 */
body {
  position: relative;
}
p:not(.attr_name), span:not(.attr_name), h1:not(.attr_name), h2:not(.attr_name), h3:not(.attr_name), h4:not(.attr_name), h5:not(.attr_name), h6:not(.attr_name) {
  word-break: break-word;
}
body:not(.ajax):not(.iframe) {
  background: #f1f2f7;
  min-height: calc(100vh);
  padding-bottom: 160px;
}
body.with-fixed-nav .header-spacefill {
  height: 51px;
}
body > .container, nav > .container {
  margin: 0 25px;
  width: auto;
}
@media (max-width: 470px) {
  body > .container, nav > .container {
    margin: 0 8px;
  }
}
body > .container {
  margin-top: 25px;
  padding: 12px;
  /*  min-height: calc(100vh - 120px);*/
  background: white;
  border-radius: 5px 5px;
  /*  max-width: 99%;*/
}
.container .container {
  width: 100%;
  max-width: 100%;
}
.container.has-tabs {
  margin-top: 60px;
  z-index: 2;
  position: relative;
}
.container.has-tabs > .tab-container > .nav-tabs {
  margin-top: -66px;
  margin-left: -9px;
}
.container.has-tabs > .tab-container > .tab-content > div {
  margin-top: 7px;
}
.nav-tabs {
  background: #f1f2f7;
}
*:not(.container) > .nav-tabs {
  padding-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body.no-container-bg > .container {
  background: transparent;
  padding: 0;
}
body.no-container-bg > .container > .tab-container > .nav-tabs {
  margin-top: -50px;
  margin-left: 4px;
  width: calc(100% - 20px);
}
body.no-container-bg > .container > .tab-container > .tab-content {
  background: white;
  border-radius: 5px;
  padding: 15px;
}
body:not(.ajax) > :not(nav):first-child {
  margin-top: 72px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar ul.navbar-nav {
    max-width: calc(100% - 399px);
  }
}
.navbar-brand {
  height: 50px;
}
.navbar-brand.logo {
  padding: 5px;
}
.navbar-brand.logo .logo {
  max-width: 50px;
  max-height: 36px;
}
table a:not(.btn), .table a:not(.btn) {
  text-decoration: none;
}
.shuffle-item.hasDropdownOpened {
  z-index: 10;
}
body.printable {
  padding: 10px;
  background: #ccc;
}
page {
  padding: 1.6cm;
  background: white;
  width: 20.8cm;
  min-height: 29.5cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  position: relative;
}
page[orientation=landscape] {
  width: 29.5cm;
  min-height: 20.8cm;
}
h1 {
  margin-top: 1px;
  margin-bottom: 12.5px;
}
h1 img {
  vertical-align: bottom;
}
body > pre:first-child {
  margin-top: 70px;
}
.form-separator {
  text-align: center;
  overflow: visible;
  border-top-width: 3px;
}
.form-separator:after {
  display: inline;
  position: relative;
  content: attr(data-content);
  margin: auto;
  right: 0;
  text-align: center;
  top: -9px;
  text-transform: uppercase;
  color: #888;
  font-size: 15px;
  font-weight: bold;
  background: white;
  padding: 0 5px;
}
.jumbotron p {
  font-weight: 300;
}
.footer {
  background: #E2E3E6;
  position: absolute;
  min-height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .info-button {
  color: #999;
  padding-left: 30px;
  padding-top: 20px;
}
.footer #controller-action-info {
  position: absolute;
  bottom: 10px;
  left: 50px;
  padding: 6px;
  border: 1px solid #CCC;
  background: white;
  box-shadow: 3px 3px 3px #444;
  z-index: 2;
}
.footer .powered-by {
  font-size: 90%;
  text-align: right;
  color: #777;
  position: absolute;
  bottom: 10px;
  right: 50px;
}
.footer .powered-by b {
  font-size: 120%;
}
.footer .powered-by img.weedb-logo {
  max-height: 16px;
}
.footer .powered-by img.by-weenove {
  max-height: 9px;
}
@media (max-width: 320px) {
  .footer .powered-by img.by-weenove {
    display: none;
  }
}
.footer .powered-by .version {
  display: block;
  font-style: italic;
}
@media (max-width: 320px) {
  .footer .powered-by .version {
    font-size: 75%;
  }
}
.multi-checkbox label img {
  max-height: 21px;
}
@media (max-width: 900px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .col-xs-0 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-0 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .col-md-0 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-0 {
    display: none;
  }
}
ins {
  color: green;
  background: #dfd;
  text-decoration: none;
}
del {
  color: red;
  background: #fdd;
}
ins > img, ins > img.diffmod, img.diffins {
  border: 2px solid #bbffbb;
}
del > img, del > img.diffmod, img.diffdel {
  border: 2px solid #ffbbbb;
}
ins.mod > img, ins.mod > img.diffmod, img.diffmod {
  border: 2px solid #ffdd99;
}
.login-form .container, .renwew-pass-form .container {
  padding: 25px;
  position: fixed;
}
.login-form .form-login, .renwew-pass-form .form-login {
  width: 400px;
  max-width: 90%;
  margin: 10vh auto 8vh auto;
  background-color: #EDEDED;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  border-color: #d2d2d2;
  border-width: 5px;
  text-align: center;
  box-shadow: 0 0 5px #AAA;
}
.login-form .form-login input, .renwew-pass-form .form-login input {
  text-align: center;
}
.login-form .renwew-form, .renwew-pass-form .renwew-form {
  width: 600px;
}
.login-form .login-footer-logo, .renwew-pass-form .login-footer-logo {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.login-form .login-footer-logo img, .renwew-pass-form .login-footer-logo img {
  border-radius: 20px 20px;
  max-width: 100%;
  max-height: 20vh;
  background: white;
}
.login-form h3, .renwew-pass-form h3 {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  text-align: center;
}
.admin_config_index .bootstrap-select {
  width: 100% !important;
}
.initials-badge {
  color: white;
  background: #888;
  text-transform: uppercase;
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.4em;
  text-align: center;
  vertical-align: initial;
  border-radius: 50%;
  font-size: 75%;
  letter-spacing: -0.05em;
  text-indent: -0.07em;
}
.admin_role_rights .form-group {
  margin-bottom: 0px;
  font-size: 90%;
}
.admin_role_rights .form-group:hover {
  background: #F4F4FF;
}
.admin_role_rights label {
  padding-bottom: 0;
  margin-bottom: 0;
}
.workflow-table.rights-recap-table th, .workflow-table.rights-recap-table td {
  padding: 4px;
}
.admin_user_profile .jumbotron {
  max-width: 700px;
  margin: 50px auto;
}
@media (min-width: 720px) {
  .admin_user_profile .jumbotron h1, .admin_user_profile .jumbotron h2, .admin_user_profile .jumbotron h3, .admin_user_profile .jumbotron h4, .admin_user_profile .jumbotron h5 {
    padding-left: 150px;
  }
  .admin_user_profile .jumbotron .avatar {
    float: left;
    margin-left: -120px;
    font-size: 55px;
    margin-top: 2px;
  }
}
@media (max-width: 750px) {
  .admin_user_profile .jumbotron big {
    display: block;
    margin: 20px;
    text-align: center;
  }
  .admin_user_profile .jumbotron .avatar {
    font-size: 50px;
  }
  .admin_user_profile .jumbotron h1, .admin_user_profile .jumbotron h2, .admin_user_profile .jumbotron h3, .admin_user_profile .jumbotron h4, .admin_user_profile .jumbotron h5 {
    text-align: center;
  }
}
.admin_user_profile .jumbotron .form-fieldset {
  margin-top: 50px;
}
.admin_user_profile .jumbotron p.help-block {
  font-size: smaller;
  font-weight: normal;
}
.line-form {
  display: flex;
  flex-direction: row;
}
.line-form > * {
  margin-right: 5px;
}
@media screen and (max-width: 500px) {
  .line-form {
    display: block;
  }
  .line-form > * {
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    width: auto;
    min-width: 40%;
  }
}
.messages {
  font-size: 120%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 25px;
}
.messages .messages-list {
  overflow-y: auto;
  max-height: 300px;
}
.messages .show-all-link {
  display: block;
  font-size: 80%;
  padding-top: 5px;
  text-align: center;
}
.messages:empty {
  margin: 0 0;
}
.user-message .rich-text {
  min-height: 35px;
}
@media screen and (max-width: 767px) {
  nav.navbar-fixed-top {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  nav.navbar-fixed-top {
    max-height: 60px;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
  overflow-y: visible;
}
nav {
  position: relative;
}
nav .nav > li > a {
  height: 50px;
}
nav .nav > li > a > img {
  max-height: 21px;
}
nav .dropdown-menu .divider {
  text-align: center;
  overflow: visible;
}
nav .dropdown-menu .divider .sep-label {
  display: inline;
  position: relative;
  margin: auto;
  right: 0;
  text-align: center;
  top: -9px;
  text-transform: uppercase;
  color: #888;
  font-size: 9px;
  font-weight: bold;
  background: white;
  padding: 0 5px;
}
nav .dropdown-menu li a {
  line-height: 1.4;
}
nav .dropdown-menu li .glyphicon {
  margin-right: 4px;
}
nav .dropdown-menu li .glyphicon.glyphicon-plus-sign {
  color: #38b44a;
}
nav .dropdown-menu li .glyphicon.glyphicon-menu-hamburger {
  color: #17a2b8;
}
nav .dropdown-menu li .glyphicon.glyphicon-comment {
  color: #efb73e;
}
nav li.has_submenus > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-top-color: #ECECEC;
  margin-right: -6px;
  margin-left: 3px;
}
nav li.has_submenus > a:not(.user-avatar)::after {
  margin-top: 4px;
}
nav li.has_submenus > a.user-avatar {
  padding-top: 14px !important;
}
nav li.has_submenus > a.user-avatar::after {
  margin-top: 10px;
  padding-top: 12px;
}
nav .menu_user .container {
  padding: 5px;
  border-bottom: 1px solid #bdbdbd;
}
nav .menu_user .desc {
  display: flex;
  flex-direction: column;
  min-width: 100px;
  max-width: 100%;
  width: auto;
  white-space: nowrap;
}
nav .menu_user .info {
  display: flex;
  gap: 10px;
}
nav .menu_user .name {
  color: #000;
  text-decoration-color: #000;
}
nav .menu_user .role {
  color: #95a5a6;
  font-size: 12px;
  font-style: italic;
}
nav .menu_user .service {
  font-style: italic;
  color: #95a5a6;
  font-size: 12px;
  padding-top: 3px;
}
nav .page-help {
  float: right;
  line-height: inherit;
  font-size: 18px;
  color: #FFF;
  padding-top: 14px;
}
nav .page-help:hover {
  background: transparent !important;
  opacity: 0.8;
}
nav .page-help:hover .glyphicon {
  color: #FFF;
}
@media (min-width: 768px) {
  nav .nav-right {
    float: right;
  }
}
@media (max-width: 767px) {
  nav .nav-right {
    width: calc(100% - 50px);
    clear: none;
    float: none;
  }
  nav .nav-right li {
    float: none;
  }
}
nav .nav-right > li > .dropdown-menu {
  left: auto;
  right: 0;
}
nav .nav-right .dropdown-submenu > a::after {
  float: left;
  margin-left: -10px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ccc;
}
nav .nav-right .dropdown-submenu .dropdown-menu.multi-level {
  left: auto;
  right: 98%;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px;
  border-radius: 6px 0 6px 6px;
}
@media (min-width: 768px) {
  nav .nav-right .menu_admin > a::after {
    display: none;
  }
}
nav .nav-right .menu_admin > a {
  padding-top: 16px;
}
nav .nav-right .menu_admin .glyphicon {
  font-size: 18px;
}
nav .nav-right .menu_admin .glyphicon:hover {
  color: white;
}
nav .logout-link {
  margin-top: 10px;
  color: white;
  font-size: 12px;
}
nav #logout-link {
  float: right;
  line-height: inherit;
  font-size: 18px;
  color: #FFF;
  padding-top: 15px;
  margin-right: -10px;
}
nav #logout-link:hover {
  background: transparent !important;
}
nav #logout-link:hover .glyphicon {
  color: #B00;
}
nav .quick-search-form {
  position: relative;
  padding: 0 3px;
  margin-right: 0px;
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  nav .navbar-brand:not(.logo), nav .nav:not(.nav-right) > li:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  nav.navbar-fixed-top {
    position: absolute;
  }
  nav .dropdown-submenu .dropdown-menu.multi-level {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    border-radius: 0 0 0 0 !important;
    border-left: 3px solid #AAA !important;
    margin-left: 33px !important;
    padding-left: 0 !important;
  }
  nav .dropdown-submenu > a::after {
    border-width: 5px 5px 0 5px !important;
    border-color: transparent !important;
    border-top-color: #ccc !important;
    float: right !important;
    margin-right: -10px !important;
    margin-left: 0 !important;
  }
}
#quick-search-results {
  position: absolute;
  background: white;
  right: -70px;
  left: -100px;
  padding: 5px;
  box-shadow: 0px 0px 2px #555;
  border-radius: 4px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #quick-search-results {
    left: 10px;
    right: 10px;
    overflow: auto;
  }
}
#quick-search-results:hover {
  display: block !important;
}
#quick-search-results h5 {
  font-weight: bold;
}
#quick-search-results ul {
  padding: 0;
  margin: 0;
}
#quick-search-results ul li {
  padding-bottom: 2px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
#quick-search-results ul li img {
  max-height: 20px;
  max-width: 24px;
}
#quick-search-results ul li a.title {
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
#quick-search-results ul li.has-quick {
  clear: both;
}
#quick-search-results ul li.has-quick:hover {
  background: #EEE;
}
#quick-search-results ul li.has-quick a.title {
  display: block;
  float: left;
  width: calc(100% - 30px);
}
#quick-search-results ul li.has-quick a.quick-action {
  float: right;
}
.panel-buttons {
  float: right;
  padding: 7px;
  display: flex;
  flex-direction: row;
}
.panel-buttons > * {
  margin-left: 5px;
}
.panel-filters * {
  font-size: 11px;
}
.panel-filters .panel-heading {
  padding: 5px;
  background-color: #EEE;
}
.panel-filters .panel-heading h3 {
  font-size: 13px;
}
.panel-filters .panel-body {
  padding: 5px;
}
.panel-filters .filter-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.panel-filters .filter-buttons > * {
  margin-right: 5px;
}
.panel-filters .filter-buttons .add-filter-button {
  display: none;
}
.panel-filters a.pointer:after {
  border-width: 4px 0 4px 4px;
  margin-top: 2px;
}
.panel-filters .filters-group {
  margin: 4px;
  margin-left: 0;
  border-left: 2px solid #CCC;
  border-top: 2px solid #CCC;
  border-radius: 5px 5px;
  margin-bottom: 11px;
}
.panel-filters .filters-group legend {
  border-top-left-radius: 5px 5px;
  margin-bottom: -24px;
}
.panel-filters .filters-group .filters-list {
  padding-top: 25px;
  padding-left: 18px;
}
.panel-filters .filters-group .group-buttons {
  padding: 2px;
  padding-left: 4px;
  display: flex;
  flex-direction: row;
}
.panel-filters .filters-group .group-buttons > * {
  margin-right: 5px;
}
.panel-filters .grid-filters > .filters-list > .filters-group {
  margin-left: 5px;
}
.panel-filters .grid-filters > .filters-list > .filters-group > .group-buttons .group-button-delete {
  display: none;
}
.panel-filters .filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2px;
}
.panel-filters .filter > * {
  margin-right: 5px;
}
.panel-filters .filter input:not(.contains-text, button, .selected-object), .panel-filters .filter select:not(.contains-text, button, .selected-object), .panel-filters .filter .form-control:not(.contains-text, button, .selected-object) {
  padding: 1px;
  width: auto;
  height: auto;
}
.panel-filters .filter .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100% !important;
  float: none;
  height: 24px !important;
  margin-top: 1px !important;
}
.panel-filters .filter .field-name {
  font-weight: bold;
}
.panel-filters .filter .bootstrap-select.form-control {
  display: inline-block;
  width: 250px;
}
.panel-filters .filter .select-part .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.panel-filters .filter .input-datetime.form-control {
  display: inline-block;
  width: auto;
  border: 0;
}
.panel-filters .btn-help {
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 9px;
  font-family: arial;
  width: 21px;
  padding: 2px;
}
.grid-columns-selector .col-search {
  float: right;
  margin-right: 20px;
  width: 200px;
}
.edit-on-click {
  cursor: pointer;
  padding: 2px;
  border: 1px solid transparent;
  display: inline-block;
}
.edit-on-click:hover {
  border: 1px solid #AAA;
}
.modal-dialog .messages {
  margin-top: 0;
}
.modal.in .modal-dialog {
  min-width: 320px;
}
@media screen and (min-width: 900px) {
  .modal-dialog {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .modal-dialog {
    width: 1100px;
  }
}
.modal-body .form-group {
  margin-bottom: 3px;
}
.modal-footer {
  position: sticky;
  bottom: 0px;
  background: white;
}
.besace {
  color: #624836;
}
@media screen and (max-width: 800px) {
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.2;
  }
}
.crud-list .subtitle {
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.grid-container .panel-heading p {
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.grid-container .grid-table-container {
  max-height: calc(100vh - 295px);
  overflow: auto;
}
.grid-container .grid-table-container:not(.no-results) {
  min-height: 450px;
}
.grid-container .grid-table-container .grid {
  border-collapse: separate;
}
.grid-container .grid-table-container .grid p, .grid-container .grid-table-container .grid span, .grid-container .grid-table-container .grid h1, .grid-container .grid-table-container .grid h2, .grid-container .grid-table-container .grid h3, .grid-container .grid-table-container .grid h4, .grid-container .grid-table-container .grid h5, .grid-container .grid-table-container .grid h6 {
  word-break: normal;
}
.grid-container .grid-table-container .table > thead > tr > th, .grid-container .grid-table-container .table > tbody > tr > th, .grid-container .grid-table-container .table > tfoot > tr > th, .grid-container .grid-table-container .table > thead > tr > td, .grid-container .grid-table-container .table > tbody > tr > td, .grid-container .grid-table-container .table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.3em;
  border: inherit;
}
.grid-container .grid-table-container thead {
  position: sticky;
  top: 0px;
  z-index: 4;
}
.grid-container .grid-table-container thead td, .grid-container .grid-table-container thead th {
  background: white;
}
.grid-container .grid-table-container tbody thead {
  position: static;
  z-index: 1;
}
.grid-container .grid-table-container tr {
  background: white;
}
@media (min-width: 640px) {
  .grid-container .grid-table-container th.col-title, .grid-container .grid-table-container td.col-title {
    position: sticky;
    left: 0;
    background: inherit;
  }
}
.grid-container .grid-table-container th.actions span {
  visibility: hidden;
}
.grid-container .grid-table-container td.actions {
  text-align: right;
  padding-left: 8px;
}
@media (min-width: 640px) {
  .grid-container .grid-table-container td.actions {
    position: sticky;
    right: 0;
  }
}
.grid-container .grid-table-container th {
  border-bottom: 3px solid #CCC !important;
  position: relative;
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}
.grid-container .grid-table-container th .quick-filter-add {
  position: absolute;
  background: white;
  display: none;
  top: 0;
  border-radius: 6px;
  padding: 2px;
  color: #526488;
  right: 0;
}
.grid-container .grid-table-container th:hover {
  border-color: #CCD !important;
}
.grid-container .grid-table-container th:hover .quick-filter-add {
  display: block;
}
.grid-container .grid-table-container .grid-row td {
  border-bottom: 2px solid #EEE !important;
}
.grid-container .grid-table-container .grid-row td .btn-group {
  white-space: nowrap;
  word-spacing: -5px;
}
.grid-container .grid-table-container .grid-row td .btn-group .btn {
  float: none;
  display: inline-block;
  word-spacing: initial;
}
.grid-container .grid-table-container .grid-row .actions {
  /*                .btn {
                    background: none;
                    border: none;
                    color: black;
                    
                    &:hover {
                        background: inherit;
                        border: inherit;
                        color: inherit;
                    }
                }*/
}
@media (min-width: 640px) {
  .grid-container .grid-table-container .grid-row .actions .btn {
    visibility: hidden;
  }
}
.grid-container .grid-table-container .grid-row:hover .actions .btn {
  visibility: visible;
}
.grid-container .grid-table-container .grid-row.highlight {
  background: #F4FFFC;
}
.grid-container .grid-table-container .mass-action-checkbox, .grid-container .grid-table-container .mass-action-checkbox-header, .grid-container .grid-table-container .mass-actions-buttons {
  visibility: hidden;
}
.grid-container .grid-table-container.massActionsInitialized .mass-action-checkbox-header {
  visibility: visible;
}
.grid-container .grid-table-container.massActionsInitialized .grid-row .mass-action-checkbox {
  visibility: visible;
  text-align: center;
  font-size: 18px;
  width: 50px;
}
.grid-container .grid-table-container.massActionsInitialized .grid-row .mass-action-checkbox .glyphicon-check {
  display: none;
}
.grid-container .grid-table-container.massActionsInitialized .grid-row.checked {
  background: #FFF9C4;
}
.grid-container .grid-table-container.massActionsInitialized .grid-row.checked:hover {
  background: #FFF7B1;
}
.grid-container .grid-table-container.massActionsInitialized .grid-row.checked .mass-action-checkbox .glyphicon-unchecked {
  display: none;
}
.grid-container .grid-table-container.massActionsInitialized .grid-row.checked .mass-action-checkbox .glyphicon-check {
  display: inline-block;
}
.grid-container .grid-table-container.massActionsInitialized .mass-actions-buttons {
  background: white;
  border-top: 1px solid #ccc;
  position: sticky;
  bottom: 0;
  padding: 3px;
  height: 38px;
  visibility: visible;
}
.grid-container .pager-form {
  width: 300px;
}
.grid-container .pager-form input + .input-group-btn .btn {
  border: none;
  border-radius: 0;
}
.grid-container .pagination {
  margin: 0;
}
.grid-container .panel-footer {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.grid-container .panel-footer > * {
  margin-bottom: 5px;
}
.grid-container .footer-buttons {
  display: flex;
  flex-direction: row;
}
.grid-container .footer-buttons > *:not(:first-child) {
  margin-left: 5px;
}
body.iframe, body.ajax {
  /** AJAX  and Iframe specal case **/
}
body.iframe .grid-container .grid-table-container, body.ajax .grid-container .grid-table-container {
  max-height: initial;
  overflow: initial;
  overflow-x: auto;
}
body.iframe {
  /** Iframe specal case **/
}
body.iframe .grid-container .grid-table-container.with-results {
  min-height: 220px;
}
@media screen and (min-width: 800px) {
  body.iframe #form-columns-columns_chooser .modal-body {
    column-count: 3;
  }
}
.sticky-header thead {
  background: white;
}
.sticky-header thead + colgroup + thead, .sticky-header thead + thead {
  display: none;
}
.grid {
  background: white;
}
.grid a.sort-by {
  color: black;
  text-decoration: none;
}
.grid img {
  max-height: 64px;
  max-width: 90px;
}
.grid tbody tr:hover {
  background: #F5F5F5;
}
.grid tbody td.actions {
  white-space: nowrap;
}
#import-modal .submit-button-container {
  display: none;
}
.internal-service {
  padding: 0px 7px;
  border: 2px solid #222;
  background: #DDD;
  color: #222;
  white-space: nowrap;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
}
small .internal-service {
  font-size: 80%;
  padding: 0px 5px;
}
.config-data-edit .panel-footer .btn {
  position: relative;
}
.index_index .hp-logo {
  max-width: 480px;
  width: 80%;
  background: white;
  border-radius: 12px 12px;
  margin: 100px auto;
  overflow: hidden;
  text-align: center;
}
.index_index .hp-logo img {
  max-width: 100%;
}
.widgets-container .foldable-checkbox {
  display: none;
}
.widgets-container .foldable-checkbox + .foldable .visible-only {
  display: none;
}
.widgets-container .foldable-checkbox + .foldable .grid-table-container {
  min-height: 0px;
  max-height: 0px;
  overflow: hidden;
}
.widgets-container .foldable-checkbox + .foldable .loading {
  padding: 5px 0;
}
.widgets-container .foldable-checkbox + .foldable .loading img {
  height: 32px;
  width: 32px;
}
.widgets-container .foldable-checkbox:checked + .foldable .folded-only {
  display: none;
}
.widgets-container .foldable-checkbox:checked + .foldable .visible-only {
  display: initial;
}
.widgets-container .foldable-checkbox:checked + .foldable .grid-table-container {
  min-height: 50px;
  max-height: 400px;
  overflow: auto;
}
.widgets-container .foldable-checkbox:checked + .foldable .loading {
  padding: 55px 0;
}
.widgets-container .foldable-checkbox:checked + .foldable .loading img {
  width: 100px;
  height: 100px;
}
.widgets-container .show_hide_label {
  line-height: 26px;
  text-align: center;
  min-width: 24px;
  cursor: pointer;
}
.hp-block {
  overflow-y: auto;
  padding: 15px;
}
.hp-block .refresh {
  position: absolute;
  z-index: 2;
  padding: 2px;
  display: none;
  right: 12px;
  top: 12px;
  font-size: 90%;
}
.hp-block:hover .refresh {
  display: inline;
}
.hp-block .loading {
  display: block;
  text-align: center;
  padding: 55px 0;
  border: 1px dotted #AAA;
}
.hp-block .loading img {
  width: 100px;
}
.hp-block .hp-block-content {
  background: white;
  border-radius: 8px 8px;
  overflow: hidden;
  box-shadow: 0 0 5px #AAA;
}
.hp-block .hp-block-content h4 {
  margin: 0;
}
.hp-block .hp-block-content > .panel, .hp-block .hp-block-content > .tab-container > .tab-content > .tab-pane > .panel {
  margin: 0;
}
.hp-block .hp-block-content .grid-table-container {
  width: 100%;
  overflow: auto;
  position: relative;
  min-height: 50px;
}
.hp-block .hp-block-content .grid-table-container th, .hp-block .hp-block-content .grid-table-container td {
  padding: 5px;
  vertical-align: middle;
}
.hp-block .hp-block-content .grid-table-container .mass-action-checkbox-header, .hp-block .hp-block-content .grid-table-container .mass-action-checkbox {
  padding: 0;
  padding-left: 2px;
}
.hp-block .hp-block-content .grid-table-container .mass-action-checkbox-header + td, .hp-block .hp-block-content .grid-table-container .mass-action-checkbox + td {
  padding-left: 0;
}
.hp-block .hp-block-content .table {
  margin: 0;
}
.hp-block .hp-block-content .see-more {
  display: block;
  text-align: center;
  border-top: 1px solid #dddddd;
}
.hp-block .hp-block-content .mass-actions-buttons {
  bottom: 0;
  right: 0;
  position: absolute;
  height: auto;
  background: transparent;
  border: none;
}
.hp-block .hp-block-content .mass-actions-buttons button {
  font-size: 75%;
}
.hp-block .help-block {
  display: inline;
}
.hp-block .help-block .toggle-extended-comment {
  font-size: 16px;
  margin-top: 6px;
  margin-right: 4px;
}
.hp-block .help-block .subtitle .rich-text {
  border-radius: 5px 5px;
  background: #dde4e6;
  padding: 5px 10px;
  margin: 8px 0 5px;
  font-size: 13px;
  color: black;
}
.hp-block .help-block .subtitle .rich-text p {
  line-height: 1.2;
}
.menu-listing {
  width: 800px;
  max-width: 100%;
  padding-left: 12px;
  list-style: none;
  line-height: 28px;
  border-left: 1px dotted #AAA;
}
.menu-listing .btn-hover {
  display: none;
}
.menu-listing .element:hover .btn-hover {
  display: inline-block;
}
.menu-listing .element {
  padding-left: 3px;
}
.menu-listing li:hover > .element {
  background: #EEF;
}
.menu-listing .btn {
  margin-left: 20px;
}
.menu-listing li {
  list-style: none;
}
.menu-listing ul {
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px dotted #AAA;
}
.menu-listing .sort-order {
  float: right;
  margin-top: 5px;
}
#email-modal .email-templates {
  float: right;
  margin-top: -33px;
  margin-right: 15px;
}
.email-detail-container {
  width: 400px;
  border: 2px solid #666;
  box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.5);
  z-index: 4;
}
.email-detail-container .email-detail {
  background: white;
  width: 100%;
  font-size: 90%;
}
.email-detail-container .email-detail td, .email-detail-container .email-detail th {
  border: 3px solid #eff0f1;
  padding: 2px 3px;
}
.email-detail-container .email-detail th {
  text-align: right;
}
.email-detail-container .email-detail td.bg, .email-detail-container .email-detail th {
  background: #eff0f1;
}
.email-detail-container .email-detail .head {
  color: white;
  background: #666;
  text-align: center;
  border: 0;
}
.file-browser .directory-listing-container {
  padding-bottom: 120px;
}
.file-browser .directory-listing-container ul {
  margin-left: 7px;
  padding-left: 8px;
  border-left: 1px dotted #999;
  margin-bottom: 12px;
}
.file-browser .directory-listing-container ul li {
  list-style: square outside;
  color: #999;
}
.file-browser .directory-listing-container ul li > * {
  color: black;
  outline: none;
}
.file-browser .directory-listing-container ul li .file-icon {
  max-width: 16px;
  max-height: 16px;
}
.file-browser .directory-listing-container ul li a {
  padding: 2px 0;
  padding-right: 3px;
}
.file-browser .directory-listing-container ul li label {
  padding-right: 3px;
}
.file-browser .directory-listing-container ul li .selected {
  background: #0074e8;
  color: white;
}
.file-browser .file-info-container {
  min-height: 80px;
  padding: 15px;
  background: white;
  border-top: 2px solid #DDD;
}
.file-browser .file-info-container.absolute {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.file-browser .file-info-container .file-infos {
  container-type: inline-size;
  display: flex;
  flex-direction: row;
  max-height: 200px;
  overflow: auto;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos {
    overflow-x: auto;
    overflow-y: visible;
  }
}
.file-browser .file-info-container .file-infos p {
  padding: 0;
  margin: 0;
}
.file-browser .file-info-container .file-infos .icon {
  width: 80px;
  text-align: right;
}
.file-browser .file-info-container .file-infos .icon img {
  vertical-align: middle;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos .icon {
    display: none;
  }
}
.file-browser .file-info-container .file-infos .infos {
  margin: 0 10px;
  min-width: 150px;
  font-size: 11px;
  line-height: 1;
  flex-grow: 10;
}
.file-browser .file-info-container .file-infos .infos .name {
  font-weight: bold;
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: 5px;
}
.file-browser .file-info-container .file-infos .actions {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
}
.file-browser .file-info-container .file-infos .actions .buttons {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
}
.file-browser .file-info-container .file-infos .actions .buttons .btn {
  margin: 3px;
}
.file-browser .file-info-container .file-infos .actions > * {
  margin: 0 4px;
}
.file-browser .file-info-container .file-infos .actions .btn {
  text-align: center;
}
.file-browser .file-info-container .file-infos .actions .btn .glyphicon {
  font-size: 25px;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos .actions .btn .glyphicon {
    font-size: 18px;
  }
}
.file-browser .file-info-container .file-infos .actions .btn span + span {
  padding-top: 2px;
  display: block;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos .actions .btn span + span {
    display: none;
  }
}
.file-browser .file-info-container .file-infos .actions .btn-download span + span.dl-label {
  display: block !important;
  font-size: 9px;
}
.file-browser .file-info-container .file-infos .actions form {
  border: 1px solid #DDD;
  padding: 3px;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  line-height: 1;
  min-width: 130px;
}
.file-browser .file-info-container .file-infos .actions form .btn {
  float: right;
}
/*@media screen and (max-width: 800px) {*/
@container (max-width: 500px) {
  .file-browser .file-info-container .file-infos div.actions .btn.btn-download span.glyphicon {
    font-size: 30px;
  }
  .file-browser .file-info-container .file-infos div.actions div.buttons {
    flex-direction: column;
  }
  .file-browser .file-info-container .file-infos div.actions div.buttons .btn {
    margin: 2px;
    padding: 3px 5px 3px 4px;
    border-width: 1px;
  }
  .file-browser .file-info-container .file-infos div.actions div.buttons .btn span.glyphicon {
    font-size: 11px;
  }
}
.file-basket .preview_container {
  max-width: 100%;
  text-align: center;
}
.file-basket .preview_container .preview-img {
  max-width: 100%;
  border: 2px solid #BBB;
}
.file-basket .infos {
  min-height: 60px;
}
.file-basket .infos h3 {
  word-wrap: break-word;
  line-break: anywhere;
}
.file-basket .infos .btn-next {
  float: right;
}
.file-basket .infos .btn-next span {
  display: block;
}
.file-basket .infos .btn-next span.glyphicon {
  font-size: 22px;
}
.file-basket .infos .icon {
  float: left;
  max-height: 60px;
  max-width: 50px;
}
.file-basket form {
  border: 1px solid #DDD;
  padding: 0 5px;
  margin-bottom: 15px;
  position: relative;
}
.file-basket form h4 {
  font-weight: bold;
}
.file-basket form .folder-list {
  max-height: 500px;
  overflow-y: auto;
}
.file-basket form .folder-list ul {
  padding: 0;
  margin: 0;
}
.file-basket form .folder-list ul li {
  list-style: none;
  padding-left: 0;
}
.file-basket form .folder-list ul li input {
  display: none !important;
}
.file-basket form .folder-list ul li label {
  line-height: 1;
  cursor: pointer;
}
.file-basket form #newname {
  width: 100%;
}
.file-basket form .submit-button-container {
  position: absolute;
  top: 3px;
  right: 3px;
}
.file-basket form .submit-button-container button {
  font-size: 120%;
}
.mailing-preview {
  background: #DDD;
  padding: 10px;
  border: 3px solid #CCC;
  margin: 15px auto;
}
.mailing-preview .inputlike {
  background: white;
  margin: 3px 0;
}
.mailing-preview .col-xs-2 {
  text-align: right;
}
.admin_modeling_index input[type="checkbox"] {
  vertical-align: unset;
}
/** KEEP AT THE END OF THIS FILE **/
body > nav.navbar > *, body > .container, body > .footer {
  visibility: visible;
}
/* 
 *
 * @author Alexandre LAMOUREUX <alexlamoureuxfr@gmail.com>
 */
.inline-picto {
  max-width: 25px !important;
  max-height: 21px !important;
}
.object_type_structure .panel {
  overflow-x: auto;
}
.object_type_structure .panel-heading .object-type-picto {
  max-width: 38px !important;
  max-height: 32px !important;
}
.object_type_structure .panel-heading small {
  color: #777;
  font-weight: normal;
}
.object_type_structure .panel-heading i + i:before {
  content: " , ";
}
.object_type_structure .panel-heading .role-info {
  font-size: 10px;
}
.object_type_structure .panel-heading .role-info dt {
  display: inline-block;
}
.object_type_structure .panel-heading .role-info dt .glyphicon {
  color: #526488;
}
.object_type_structure .panel-heading .role-info dt:after {
  content: " : ";
}
.object_type_structure .panel-heading .role-info .role-detail + .role-detail::before {
  content: ", ";
}
.object_type_structure .panel-heading .role-info .role-detail {
  padding: 0;
  display: inline;
}
.object_type_structure .panel-heading .role-info .role-title {
  font-weight: bold;
}
.object_type_structure .panel-heading .role-info .role-rights {
  padding-right: 2px;
}
.object_type_structure .panel-heading .role-info .role-detail {
  font-style: italic;
}
.object_type_structure .progress {
  display: grid;
  width: 200px;
  height: 15px;
  background: #FFFFFF6D;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 10px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}
.object_type_structure .progress .progress-bar-desc {
  position: absolute;
  font-size: 12px;
  line-height: 10px;
  justify-self: center;
  align-self: center;
}
.object_type_structure td img {
  max-width: 25px !important;
  max-height: 21px !important;
}
.object-chooser {
  display: block;
  padding-bottom: 600px;
  margin-bottom: -600px;
  overflow: hidden;
}
.object-chooser .btn {
  height: 25px;
}
.object-chooser.searched .content {
  margin-left: -100%;
}
.object-chooser.searched .content .select-part .back-to-search {
  display: inline-block;
}
.object-chooser button img {
  max-height: 15px !important;
}
.object-chooser .besace-dropdown {
  max-width: 350px;
}
.object-chooser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.object-chooser .dropdown-menu {
  max-height: 550px;
  overflow: auto;
}
.object-chooser .dropdown-menu.inner {
  max-height: 550px !important;
}
.object-chooser .dropdown-menu li {
  overflow-x: hidden;
}
.object-chooser .dropdown-menu li img {
  max-height: 15px !important;
}
.object-chooser .empty-selection {
  position: absolute;
  right: 21px;
  margin-top: 6px;
  color: #AAA;
  cursor: pointer;
}
.object-chooser .empty-selection:hover {
  color: #C22;
}
.object-chooser .content {
  margin-left: 0;
  width: 200%;
  transition: margin 700ms;
}
.object-chooser .content > div {
  width: 50%;
  float: left;
}
.object-chooser .content .select-part .back-to-search {
  display: none;
  width: 22px;
  vertical-align: top;
}
.object-chooser .content .select-part .select-container {
  width: calc(100% - 26px);
  display: inline-block;
}
.object-chooser .content .select-part .select-container .dropdown-menu.open {
  margin-left: -21px;
  max-width: calc(100% + 21px);
}
.object-chooser .content .select-part .select-container .dropdown-menu.open ul li a {
  padding-left: 10px;
  padding-right: 10px;
}
.object-chooser .content .select-part .select-container .dropdown-menu.open ul li a span.text {
  white-space: normal;
  margin-right: 20px;
}
.object-chooser .content .select-part .select-container .input-container {
  padding: 0;
}
.object-chooser .content .select-part .form-control {
  height: auto;
  min-height: 25px;
}
.object-chooser .content .select-part .selected-object {
  overflow: hidden;
  white-space: nowrap;
}
.object-chooser .nothing-selected {
  border: 0;
  width: 1px;
  color: white;
  background: transparent;
}
.object-list-tools {
  margin-top: 15px;
  margin-right: 7px;
}
.object_entity_view h1 {
  padding-left: 60px;
  text-indent: -55px;
}
.object_entity_view .row.shuffle .panel-body {
  overflow: hidden;
}
.object_entity_view .row.shuffle .related-objects-table .panel-body {
  overflow-y: auto;
}
.object_entity_view .btn-right {
  margin-top: -4px;
}
.object_entity_view .panel-heading .show_hide_label {
  float: right;
  margin: 3px 6px;
}
.object_entity_view .panel-heading .panel-title img {
  margin-right: 5px;
  max-height: 35px;
  max-width: 45px;
}
.object_entity_view .panel-heading .panel-title > .glyphicon {
  font-size: 20px;
  line-height: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .object_entity_view .panel-heading {
    padding: 5px 9px;
  }
  .object_entity_view .panel-heading .panel-title {
    font-size: 12px;
  }
  .object_entity_view .panel-heading .panel-title img {
    max-height: 20px;
    max-width: 28px;
  }
  .object_entity_view .panel-heading .panel-title .badge {
    font-size: 10px;
  }
}
.object_entity_view .panel-body {
  overflow: auto;
}
.object_entity_view .object-link .panel-heading {
  background: #fdf9f5;
}
.object_entity_view .object-link tr.not-primary {
  display: none;
}
.object_entity_view .object-link .show-not-primary tr.not-primary {
  display: table-row;
}
.object_entity_view .attribute_tile .panel-heading {
  background: #f0f8ff;
}
.object_entity_view .attribute_tile .panel-body {
  text-align: center;
}
.object_entity_view .attribute_tile .panel-body span {
  display: inline-block;
  white-space: nowrap;
}
.object_entity_view .linked_to_from .panel-heading {
  background: #f0fAF4;
}
.object_entity_view .related-objects-table .show_hide_label {
  float: right;
}
.object_entity_view .related-objects-table .panel-body {
  overflow: auto;
  max-height: 300px;
}
.object_entity_view .values-table {
  width: 100%;
}
.object_entity_view .values-table .type-picto {
  max-width: 30px;
  max-height: 21px;
}
.object_entity_view .values-table th.fieldset {
  text-align: center;
  text-transform: uppercase;
  color: #959595;
  font-weight: normal;
  padding-top: 5px;
}
.object_entity_view .values-table th.fieldset-end {
  text-align: center;
  color: #959595;
  font-weight: normal;
  padding-bottom: 8px;
}
.object_entity_view .values-table td {
  padding: 2px 4px;
}
.object_entity_view .values-table td.attribute {
  text-align: right;
  font-weight: bold;
}
.object_entity_view .values-table td.attribute span.attr_name {
  cursor: help;
}
.object_entity_view .values-table td.value {
  color: black;
}
.object_entity_view .values-table td.value .relation-list {
  max-height: 200px;
  overflow: auto;
}
.object_entity_view .values-table tr.not-primary .attr_name {
  color: #444;
}
.object_entity_view .values-table tr:hover {
  background: #FAF8F4;
}
.object_entity_view .values-table tr.empty-value {
  display: none;
}
.object_entity_view .values-table.show-all tr.empty-value {
  display: table-row;
}
.object_entity_view .object_affairs {
  padding-bottom: 2px;
}
.object_entity_view .object_affairs iframe {
  border: 0;
  width: 100%;
  min-height: 120px;
  max-height: 700px;
}
.object_entity_view .object-history {
  font-size: 90%;
}
.object_entity_view .object-history li.list-group-item:nth-child(n+3) {
  display: none;
}
.object_entity_view .object-history.showall li.list-group-item:nth-child(n+2) {
  overflow: visible;
  height: auto;
  max-height: none;
}
.object_entity_view .object-history.showall li.list-group-item:nth-child(n+3) {
  display: block;
}
.object_entity_view .object-history.showall button {
  display: none;
}
.object_entity_view .block_document_object_view_linkedfiles .panel > .table {
  max-height: 450px;
  overflow-y: auto;
}
.object-history .active {
  background-color: #f5f5f5;
  border-color: #DDD;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
}
.object-history li.list-group-item:not(.active) {
  max-height: 210px;
  overflow: hidden;
}
.object-history li.list-group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.object-history li.list-group-item h6 {
  padding: 0;
  margin: 3px;
}
.object-history .history-comment {
  margin-left: 26px;
  text-indent: -26px;
}
.object_changes .raw {
  display: none;
  white-space: pre-wrap;
  font-family: monospace;
  font-size: 80%;
}
.object_changes .show-raw-button {
  color: black;
  visibility: hidden;
  cursor: pointer;
}
.object_changes .changed-value:hover .show-raw-button {
  visibility: visible;
}
.object_changes .changed-value.show-raw {
  display: block;
}
.object_changes .changed-value.show-raw .raw {
  display: inline-block;
}
.object_changes .changed-value.show-raw .txt {
  display: none;
}
.object_changes .diff {
  word-wrap: break-word;
}
.object_changes .changed-value {
  background: #FCFCFC;
  word-wrap: break-word;
  padding: 1px 2px;
  border-radius: 2px;
  display: inline;
}
.object_changes .changed-value:hover {
  background: #EEE;
}
.object_changes .changed-value.from {
  color: #700;
}
.object_changes .changed-value.to {
  color: #070;
}
.object-preview {
  max-width: none;
  min-width: 300px;
  font-size: 11px;
}
.object-preview.popover.bottom > .arrow {
  border-width: 9px;
  top: -9px;
  margin-left: -9px;
  border-top-width: 0;
}
.object-preview h3 {
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  padding: 6px;
}
.object-preview .content {
  padding: 6px;
}
.object-preview .content table {
  width: 100%;
}
.object-preview .content table tr {
  border-bottom: 1px solid #EEE !important;
}
.object-preview .content table tr td {
  padding: 2px;
}
.object-preview .content table tr td.attribute {
  white-space: nowrap;
  text-align: right;
}
.object-preview .content table tr td.attribute:after {
  content: " : ";
}
.object-preview img {
  max-width: 22px;
  max-height: 22px;
}
.object-preview img.object-picture-preview {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
}
.object-preview * {
  color: #444 !important;
}
.iframe .modal-dialog {
  margin-top: 5px;
  margin-bottom: 5px;
}
.object-picture-preview {
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: auto;
}
.object-edit-tools-container {
  text-align: right;
  padding-bottom: 6px;
}
.object-edit .submit-button-container {
  margin: 0;
  text-align: center;
  line-height: 2.6;
}
.deduplcate-review-table .copy {
  font-weight: bold;
}
.deduplcate-review-table .copy .keep {
  color: darkgreen;
}
.deduplcate-review-table .different {
  font-weight: bold;
  background: #FFCCCC;
}
.deduplcate-review-table .different .delete {
  color: #A00;
}
.deduplcate-review-table .merge {
  background-color: #fbf4e4;
}
.deduplcate-review-table .merge .keep {
  color: #0c19e1;
  font-weight: bold;
}
body.file_browser_objectfolder_index h1 {
  display: none;
}
body.file_browser_objectfolder_index .file-browser .file-info-container .file-infos .icon {
  width: 40px;
}
body.file_browser_objectfolder_index .file-browser .file-info-container .file-infos .icon img {
  width: 40px;
}
body.file_browser_objectfolder_index .file-browser .file-info-container .file-infos .actions .btn span {
  display: none;
}
body.file_browser_objectfolder_index .file-browser .file-info-container .file-infos .actions .btn .glyphicon {
  font-size: 15px;
  display: inline;
}
.calculator-table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
}
.calculator-table tbody td, .calculator-table tbody th, .calculator-table thead td, .calculator-table thead th {
  border-bottom: 1px solid #DDD !important;
}
.calculator-table tbody td, .calculator-table thead td {
  border-left: 1px solid #DDD !important;
}
.calculator-table td, .calculator-table th {
  padding: 4px 2px !important;
  line-height: 16px !important;
  text-align: center;
}
.calculator-table td input, .calculator-table th input {
  border: 0;
  box-shadow: none;
}
.calculator-table td input.multiply, .calculator-table th input.multiply {
  width: 80px;
  text-align: center;
}
.calculator-table td input.text, .calculator-table th input.text {
  width: 100%;
  min-width: 80px;
}
.calculator-table td input.linked-value, .calculator-table th input.linked-value {
  width: 80px;
  text-align: center;
}
.calculator-table td input.linked-value[readonly], .calculator-table th input.linked-value[readonly] {
  background: transparent;
  color: black;
  /* Firefox */
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.calculator-table td input.linked-value[readonly]::-webkit-outer-spin-button, .calculator-table td input.linked-value[readonly]::-webkit-inner-spin-button, .calculator-table th input.linked-value[readonly]::-webkit-outer-spin-button, .calculator-table th input.linked-value[readonly]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-table .total-heading {
  text-align: right;
}
.calculator-table .result {
  font-size: 120%;
}
.value-table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
}
.value-table tbody td, .value-table tbody th, .value-table thead td, .value-table thead th {
  border-bottom: 1px solid #DDD !important;
}
.value-table tbody td.move, .value-table tbody td.delete, .value-table tbody th.move, .value-table tbody th.delete, .value-table thead td.move, .value-table thead td.delete, .value-table thead th.move, .value-table thead th.delete {
  border-bottom: 0 !important;
}
.value-table tbody td, .value-table thead td {
  border-left: 1px solid #DDD !important;
}
.value-table tbody td.move, .value-table thead td.move {
  border-left: 0 !important;
}
.value-table td, .value-table th {
  padding: 1px !important;
  line-height: 16px !important;
  text-align: center;
}
.value-table td input, .value-table th input {
  border: 0;
  box-shadow: none;
  width: 100%;
  min-width: 80px;
}
.value-table td input[type=number], .value-table th input[type=number] {
  width: 80px;
  text-align: center;
}
.value-table .total-heading {
  text-align: right;
}
.value-table .result {
  font-size: 120%;
}
.value-table + div {
  margin-top: 30px;
}
.value-table textarea, .value-table input, .value-table select {
  text-align: center;
  border: 1px solid transparent;
}
.value-table textarea:hover, .value-table input:hover, .value-table select:hover {
  border: 1px solid #AAA;
}
.value-table textarea:focus, .value-table input:focus, .value-table select:focus {
  border: 1px solid #555;
}
.calendar {
  min-width: 1000px;
  max-width: none;
}
.calendar .date-selector .line-form {
  align-items: flex-start;
  justify-content: center;
}
.calendar .date-selector .line-form label {
  white-space: nowrap;
  line-height: 28px;
}
.calendar .date-selector .line-form button {
  position: relative;
}
.calendar .sliding {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 5;
}
.calendar .sliding .head, .calendar .sliding .main {
  max-width: none;
}
.calendar .sliding .head .item-label, .calendar .sliding .main .item-label {
  display: block;
  z-index: 100;
  text-align: left;
  width: 350px;
  height: 25px;
  line-height: 25px;
  position: sticky;
  left: 0;
  background: white;
  overflow: hidden;
  white-space: nowrap;
  border-right: 1px solid #EEE;
}
.calendar .sliding .head .item-label img, .calendar .sliding .main .item-label img {
  max-height: 21px;
}
.calendar .sliding .head .item-label a, .calendar .sliding .main .item-label a {
  background: white;
  padding: 2px;
  padding-right: 10px;
  border-radius: 2px 2px;
  width: 340px;
}
.calendar .sliding .head .item-label:hover, .calendar .sliding .main .item-label:hover {
  overflow: visible;
}
.calendar .sliding .head .periods, .calendar .sliding .main .periods {
  position: relative;
  white-space: nowrap;
  max-width: none;
  margin-left: 350px;
  margin-top: -25px;
}
.calendar .sliding .head {
  position: relative;
  height: 45px;
  overflow: visible;
}
.calendar .sliding .head .item-label {
  height: 45px;
  padding-top: 25px;
  box-sizing: border-box;
  color: black;
  font-weight: bold;
  position: static;
}
.calendar .sliding .head .periods {
  margin-top: -45px;
  height: 45px;
}
.calendar .sliding .head .periods .date-selector form label {
  line-height: 23px;
}
.calendar .sliding .head .periods .date-selector form input {
  line-height: 18px;
}
.calendar .sliding .head .periods .date-selector form button {
  height: 26px;
  line-height: auto;
}
.calendar .sliding .head .days {
  padding-top: 25px;
  height: 44px;
  position: absolute;
  z-index: 11;
  top: 0px;
  background: rgba(255, 255, 255, 0.75);
}
.calendar .sliding .head .days .day {
  display: block;
  float: left;
  position: relative;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  text-align: center;
  line-height: 19px;
}
.calendar .sliding .head .days .day .month {
  text-align: left;
  position: absolute;
  top: -25px;
  height: 25px;
  line-height: 25px;
  left: -1px;
  width: 100px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  background: white;
}
.calendar .sliding .head .days .day .month:first-letter {
  text-transform: uppercase;
}
.calendar .sliding .head .holidays {
  z-index: 0;
  position: relative;
  top: 25px;
  height: 8000px;
}
.calendar .sliding .head .holidays .holiday {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ECECEC;
  box-sizing: content-box;
  border-right: 1px solid #ECECEC;
}
.calendar .sliding .head .holidays .limit {
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  border-right: 2px solid #F44;
}
.calendar .sliding .head .holidays .limit .legend {
  transform: rotate(-90deg);
  font-size: 9px;
  color: #888;
  position: absolute;
  width: 12px;
  margin-top: 80px;
  text-align: right;
  padding-bottom: 3px;
}
.calendar .sliding .main .item {
  height: 25px;
  position: relative;
  cursor: pointer;
}
.calendar .sliding .main .item:nth-child(2n+1) {
  background: rgba(225, 226, 244, 0.5);
}
.calendar .sliding .main .item:nth-child(2n+1) .item-label, .calendar .sliding .main .item:nth-child(2n+1) .item-label a {
  background: #f0f0f9;
}
.calendar .sliding .main .item .periods {
  height: 25px;
}
.calendar .period {
  position: absolute;
  top: 0;
  height: 25px;
  overflow: visible;
  white-space: nowrap;
  background: #CCC;
  opacity: 0.7;
}
.calendar .period.delivery {
  background: none;
  border-right: 3px solid red;
  z-index: 10;
}
.calendar .period.planned {
  background-color: burlywood;
  z-index: 1;
}
.calendar .period.real {
  background-color: #17a2b8;
  z-index: 4;
}
.calendar .period.ended_after_planned {
  background-color: #be6eff;
  height: 10px;
  z-index: 5;
}
.calendar .period.late {
  background-color: #df382c;
  margin-top: 15px;
  height: 10px;
  z-index: 6;
}
.calendar .calendar-footer {
  border-top: 1px solid #CCC;
  position: sticky;
  left: 0;
  width: 100%;
  padding-top: 15px;
}
.calendar .calendar-footer .legend {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.calendar .calendar-footer .legend .legend-item {
  position: relative;
  height: 25px;
  margin-left: 10px;
}
.calendar .calendar-footer .legend .legend-item .period {
  position: static;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin: 0 !important;
  padding: 0 8px;
}
.calendar .item-info-container {
  min-height: 80px;
  padding: 15px;
  background: white;
  border-top: 2px solid #DDD;
  z-index: 110;
}
.calendar .item-info-container.absolute {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.calendar .item-info-container .item-infos {
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
  .calendar .item-info-container .item-infos {
    overflow-x: auto;
    overflow-y: visible;
  }
}
.calendar .item-info-container .item-infos p {
  padding: 0;
  margin: 0;
}
.calendar .item-info-container .item-infos .icon {
  width: 80px;
  text-align: right;
}
.calendar .item-info-container .item-infos .icon img {
  vertical-align: middle;
}
@media (max-width: 480px) {
  .calendar .item-info-container .item-infos .icon {
    display: none;
  }
}
.calendar .item-info-container .item-infos .infos {
  margin: 0 10px;
  min-width: 150px;
  font-size: 11px;
  line-height: 1;
  flex-grow: 10;
}
.calendar .item-info-container .item-infos .infos .name {
  font-weight: bold;
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: 5px;
}
.calendar .item-info-container .item-infos .actions {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
}
.calendar .item-info-container .item-infos .actions > * {
  margin: 0 4px;
}
.calendar .item-info-container .item-infos .actions .btn {
  text-align: center;
}
.calendar .item-info-container .item-infos .actions .btn .glyphicon {
  font-size: 25px;
}
@media (max-width: 480px) {
  .calendar .item-info-container .item-infos .actions .btn .glyphicon {
    font-size: 18px;
  }
}
.calendar .item-info-container .item-infos .actions .btn span + span {
  padding-top: 2px;
  display: block;
  max-width: 79px;
  line-break: auto;
  white-space: break-spaces;
  height: 26px;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .calendar .item-info-container .item-infos .actions .btn span + span {
    display: none;
  }
}
.calendar .item-info-container .item-infos .actions form {
  border: 1px solid #DDD;
  padding: 3px;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  line-height: 1;
}
.calendar .item-info-container .item-infos .actions form .btn {
  float: right;
}
.attribute_separated-block-with-edit .panel-body > .edit {
  display: none;
}
.attribute_separated-block-with-edit.edit-mode .edit-button {
  display: none;
}
.attribute_separated-block-with-edit.edit-mode .panel-body > .view {
  display: none;
}
.attribute_separated-block-with-edit.edit-mode .panel-body > .edit {
  display: block;
}
table.sortable-table .move-row {
  color: #a0c5d7;
  cursor: grab;
}
table.sortable-table .drop-last {
  display: none;
  border: 0;
}
table.sortable-table .drop-last td {
  border: 0 !important;
  height: 6px;
}
table.sortable-table .dragging .drop-last {
  display: table-row;
}
table.sortable-table .dragging .hover td {
  border-top: 5px solid #888 !important;
  padding: 0;
}
.translate-button-container {
  text-align: center;
  clear: left;
}
.workflow-form .submit-button-container {
  text-align: center;
}
.affair_update .panel-heading .show_hide_label {
  display: none;
}
.workflow-table {
  margin: 30px 0;
}
.workflow-table td, .workflow-table th {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #AAA;
  padding: 2px;
}
.workflow-table td .rights_dropdown, .workflow-table th .rights_dropdown {
  display: none;
  padding-top: 3px;
}
.workflow-table td .rights_dropdown .everyone, .workflow-table td .rights_dropdown .by_role, .workflow-table th .rights_dropdown .everyone, .workflow-table th .rights_dropdown .by_role {
  display: none;
}
.workflow-table td .rights_dropdown.everyone .everyone, .workflow-table th .rights_dropdown.everyone .everyone {
  display: initial;
}
.workflow-table td .rights_dropdown.by_role .by_role, .workflow-table th .rights_dropdown.by_role .by_role {
  display: initial;
}
.workflow-table td input:checked + .rights_dropdown, .workflow-table th input:checked + .rights_dropdown {
  display: block;
}
.workflow-table thead tr {
  position: sticky;
  top: 50px;
  z-index: 5;
  border-bottom: 1px solid #AAA;
}
.workflow-table th {
  background: #EEE;
  position: relative;
  min-width: 55px;
  font-size: 80%;
  font-weight: normal;
}
.workflow-table th .checkbutton {
  position: absolute;
  left: 0;
  top: 0;
}
.workflow-table th .checkbutton:not(.open) {
  display: none;
}
.workflow-table th:hover .checkbutton {
  display: initial;
}
.workflow-table th:first-child .checkbutton {
  top: unset;
  bottom: 0;
}
.workflow-table th:first-child .dropup .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.workflow-table tbody tr:first-child th .dropup .dropdown-menu, .workflow-table tbody tr:nth-child(2) th .dropup .dropdown-menu, .workflow-table tbody tr:nth-child(3) th .dropup .dropdown-menu {
  max-height: 100px;
}
.workflow-table tbody tr:first-child th.hasDropdownOpened, .workflow-table tbody tr:nth-child(2) th.hasDropdownOpened, .workflow-table tbody tr:nth-child(3) th.hasDropdownOpened {
  height: 120px;
}
.workflow-table td.info {
  color: #000000;
  background: #EEE;
}
.workflow-table th:first-child, .workflow-table td.info {
  position: sticky;
  left: 0px;
  padding: 2px;
  border-left: 1px solid #AAA;
  box-sizing: border-box;
  z-index: 3;
}
.workflow-table td.unavailable {
  background: rgba(128, 128, 128, 0.1);
}
.workflow-table td.valid {
  background: rgba(0, 128, 0, 0.1);
}
.workflow-table td.limited {
  background: rgba(166, 223, 10, 0.1);
}
.workflow-table tbody tr:hover {
  background: #FFD;
}
.workflow-form .copy {
  margin-top: 50px;
}
.workflow-form .copy, .workflow-form .copy * {
  text-align: center;
}
.form-affair .affair-fields-container .extended-edit {
  display: none;
}
.form-affair .affair-fields-container .extended-edit-button {
  text-align: center;
  display: block;
  width: 250px;
  margin: 5px auto 30px auto;
}
.form-affair .affair-fields-container.full-form .extended-edit-button {
  display: none;
}
.form-affair .affair-fields-container.full-form .extended-edit {
  display: block;
}
.form-affair .description-container label {
  max-width: 12.5%;
  min-width: 12.5%;
  padding-left: 5px;
  padding-right: 5px;
}
.form-affair .description-container div.input-container {
  max-width: 87%;
  min-width: 87%;
}
@media screen and (max-width: 800px) {
  .form-affair .description-container label, .form-affair .description-container div.input-container {
    max-width: none;
    min-width: unset;
  }
}
body.with-fixed-nav h1.affair-title {
  position: sticky;
  top: 50px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  body.with-fixed-nav h1.affair-title {
    position: static;
  }
}
.affair-infos .form-group label.control-label::before {
  content: "";
  display: none;
}
.affair-infos .fields .form-group .initials-badge {
  font-size: 50%;
  line-height: 2.3;
  vertical-align: text-top;
}
.affair-action-buttons {
  margin-bottom: 12px;
}
.affair-action-buttons .status-actions {
  padding-top: 8px;
  float: left;
}
.affair-action-buttons .generic-actions {
  padding-top: 8px;
}
@media screen and (min-width: 640px) {
  .affair-action-buttons .generic-actions {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .affair-action-buttons .generic-actions {
    clear: both;
  }
}
.affair-action-buttons .generic-actions .btn-group .btn {
  max-width: 45vw;
}
.affair-action-buttons .btn-group .btn {
  max-width: 18vw;
  text-overflow: ellipsis;
  overflow: hidden;
}
.affair_update h1.affair-title {
  background: #ffffeb;
  padding: 15px;
  font-size: 24px;
}
.affair_update.iframe h1.affair-title {
  position: static;
  top: unset;
}
.affair_update legend {
  margin-top: 17px;
  margin-bottom: 3px;
}
.affair_update .delete-icon {
  color: red;
  cursor: pointer;
}
.affair_update .relations.table {
  max-width: 900px;
}
.affair_update .relations.table tr:hover {
  background: #fffCF0;
}
.affair_update .relations.table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.affair_update .relations.table td {
  padding: 5px 5px 4px 5px;
}
.affair_update .todo-affair .relations.table {
  max-width: none;
}
.affair_update .todo-affair .relations.table input.todo-value[type=text] {
  min-width: 110px;
  width: 25vw;
}
.affair_update .todo-affair .relations.table .todo-col .glyphicon-comment {
  float: left;
  margin-right: 5px;
  color: #666;
}
.affair_update .todo-affair .relations.table .todo-col .last-comment {
  font-size: 88%;
  max-height: 90px;
  max-width: 25vw;
  overflow: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .affair_update .todo-affair .relations.table.affairs .todo-col {
    display: none;
  }
}
.affair_update .row.shuffle {
  z-index: 2 !important;
  overflow: visible !important;
}
.affair_update .row.shuffle > div:hover {
  z-index: 3;
}
.affair_update .fields {
  column-count: 2;
}
.affair_update .fields .form-group {
  margin-bottom: 0px;
}
.affair_update .fields .form-group label {
  padding-top: 0;
}
.affair_update .fields .form-group * {
  line-height: 21px;
}
.affair_update .fields .form-group .input-container {
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .affair_update .fields {
    column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .affair_update .fields .form-group {
    margin-bottom: -7px;
  }
  .affair_update .fields label {
    text-align: right;
    width: 35%;
  }
  .affair_update .fields .input-container {
    display: inline-block;
  }
}
.affair_update .description {
  width: 80%;
  min-width: 400px;
  max-width: 900px;
  margin: 0 auto;
}
.affair_update .description h5 {
  margin-bottom: -1px;
  color: #777;
}
.affair_update .description .well {
  background: #FEFEFE;
}
.affair_update .observers {
  float: right;
}
.affair_update .update {
  margin-bottom: 11px;
}
.affair_update .update .panel-heading {
  padding: 6px;
}
.affair_update .update .panel-body {
  padding: 10px 6px 0;
}
.affair_update .update .diff {
  color: #444;
  padding-left: 20px;
  font-style: italic;
}
.affair_update .update h5 {
  margin-bottom: -1px;
  color: #777;
}
.affair_update .update .comment {
  background: #FEFEFE;
}
.affair_update .status_steps {
  display: flex;
  background-color: white;
  gap: 30px;
  padding: 30px;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.affair_update .status_steps .status_indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}
.affair_update .status_steps .status_step {
  position: relative;
  text-align: center;
  flex: 1;
  width: 0;
  min-width: 80px;
}
.affair_update .status_steps .status_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -50%;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 1;
}
.affair_update .status_steps .status_step:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -50%;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 1;
}
.affair_update .status_steps p {
  margin: 0;
  margin-bottom: 2px;
  word-break: keep-all;
}
.affair_update .status_steps .initials-badge {
  font-size: 50%;
  line-height: 2.3;
  vertical-align: text-bottom;
}
.affair_update form#affair_add_update .input-assigned_to .bootstrap-select {
  width: calc(100% - 40px);
}
.affair_update form#affair_add_update .input-assigned_to + .btn-right {
  margin-top: -33px;
  margin-right: 0;
}
@media (max-width: 900px) {
  .affair_update form#affair_add_update .input-assigned_to + .btn-right {
    margin-right: -8px;
  }
}
@media screen and (min-width: 1000px) {
  #affair-relation-same-object-modal .modal-dialog {
    width: 900px;
  }
}
#affair-relation-same-object-modal .modal-dialog .submit-button-container {
  text-align: center;
}
#affair-relation-same-object-modal .modal-dialog .submit-button-container button {
  font-size: 17px;
}
.affair_update .panel .panel-heading .btn {
  margin-top: -4px;
}
.affair_update .panel .collapse-form {
  margin: 8px;
  margin-top: 0;
  background: white;
  border: 2px solid #ecf0f1;
  border-top: none;
  padding: 8px;
  border-bottom-left-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  max-height: 200px;
}
.affair_update .panel .collapse-form.collapsing .affair-chooser, .affair_update .panel .collapse-form.collapsing .object-chooser {
  padding-bottom: 0;
  margin-bottom: 0;
}
.affair_update .panel .collapse-form input[type=file] {
  max-width: 50%;
}
@media screen and (max-width: 650px) {
  .affair_update .panel .collapse-form form.line-form {
    display: block;
  }
  .affair_update .panel .collapse-form form.line-form > * {
    margin-top: 5px;
    width: auto;
    min-width: 40%;
  }
}
.affair_update .panel .collapse-form select {
  width: 250px;
  max-width: 33%;
}
@media screen and (max-width: 650px) {
  .affair_update .panel .collapse-form select {
    width: auto;
    max-width: 100%;
  }
}
.affair-chooser {
  display: block;
  padding-bottom: 600px;
  margin-bottom: -600px;
  overflow: hidden;
}
.affair-chooser .btn {
  height: 25px;
}
.affair-chooser.searched .content {
  margin-left: -100%;
}
.affair-chooser.searched .content .select-part .back-to-search {
  display: inline-block;
}
.affair-chooser button img {
  max-height: 15px !important;
}
.affair-chooser .besace-dropdown {
  max-width: 350px;
}
.affair-chooser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.affair-chooser .dropdown-menu {
  max-height: 550px;
  overflow: auto;
}
.affair-chooser .dropdown-menu.inner {
  max-height: 550px !important;
}
.affair-chooser .dropdown-menu li {
  overflow-x: hidden;
}
.affair-chooser .dropdown-menu li img {
  max-height: 15px !important;
}
.affair-chooser .empty-selection {
  position: absolute;
  right: 21px;
  margin-top: 6px;
  color: #AAA;
  cursor: pointer;
}
.affair-chooser .empty-selection:hover {
  color: #C22;
}
.affair-chooser .content {
  margin-left: 0;
  width: 200%;
  transition: margin 700ms;
}
.affair-chooser .content > div {
  width: 50%;
  float: left;
}
.affair-chooser .content .select-part .back-to-search {
  display: none;
  width: 22px;
  vertical-align: top;
}
.affair-chooser .content .select-part .select-container {
  width: calc(100% - 26px);
  display: inline-block;
}
.affair-chooser .content .select-part .select-container .dropdown-menu.open {
  margin-left: -21px;
  max-width: calc(100% + 21px);
}
.affair-chooser .content .select-part .select-container .dropdown-menu.open ul li a {
  padding-left: 10px;
  padding-right: 10px;
}
.affair-chooser .content .select-part .select-container .dropdown-menu.open ul li a span.text {
  white-space: normal;
  margin-right: 20px;
}
.affair-chooser .content .select-part .select-container .input-container {
  padding: 0;
}
.affair-chooser .content .select-part .form-control {
  height: auto;
  min-height: 25px;
}
.affair-chooser .content .select-part .selected-object {
  overflow: hidden;
  white-space: nowrap;
}
.affair-chooser .nothing-selected {
  border: 0;
  width: 1px;
  color: white;
  background: transparent;
}
.affair-chooser .dropdown-toggle.btn-default {
  background: #CCC;
}
.affair-chooser .dropdown-menu li a:hover, .affair-chooser .dropdown-menu li a:active, .affair-chooser .dropdown-menu li a:focus {
  background: #CCC;
}
.affair_objectandtype .panel-heading {
  /*        @media (max-width: 480px) {
            padding: 5px 9px;
            .panel-title {
                font-size: 12px;

                img {
                    max-height: 20px;
                    max-width: 28px;
                }

                .badge {
                    font-size: 10px;
                }
            }
        }*/
}
.affair_objectandtype .panel-heading .panel-title {
  line-height: 35px;
}
.affair_objectandtype .panel-heading .panel-title img {
  margin-right: 5px;
  max-height: 35px;
  max-width: 45px;
}
.affair_objectandtype .panel-heading .panel-title > .glyphicon {
  font-size: 20px;
  line-height: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
.affair-resume .form-group {
  margin-bottom: 4px;
}
.affair-resume .form-group:hover {
  background: #FAF8F4;
}
.affair-resume .control-label {
  margin: 0;
  padding-top: 0;
  padding-right: 1px;
}
.affair-resume #input-group-_description label {
  float: none;
}
.affair-resume #input-group-_description .input-container {
  float: none;
  width: auto;
}
#document_wizard .document-template-tree ul {
  margin-left: 6px;
  padding-left: 14px;
  border-left: 1px dotted #888;
  margin-bottom: 13px;
  border-bottom: 1px dotted white;
  display: block;
}
#document_wizard .document-template-tree ul li {
  background: white;
  list-style-type: square;
  list-style-position: outside;
  padding-left: 4px;
  margin-left: -6px;
}
#document_wizard .document-template-tree ul li label {
  padding: 0;
}
#document_wizard .document-template-tree ul li .folder-name {
  font-weight: normal;
}
#document_wizard .document-template-tree ul li img {
  max-width: 19px;
  max-height: 19px;
}
#document_wizard .document-template-tree ul li:last-child {
  margin-bottom: -13px;
}
#document_wizard .document-template-tree > ul.tree-brach {
  display: block;
  border: none;
}
.docu-view {
  display: flex;
  flex-direction: row;
}
.docu-view h2, .docu-view h3, .docu-view h4, .docu-view h5 {
  text-align: center;
}
.docu-view > .docu-arbo {
  width: 15%;
  min-width: 250px;
  border-right: 2px solid #777;
  overflow: auto;
}
.docu-view > .docu-arbo h4 {
  font-weight: bold;
  color: #17a2b8;
}
.docu-view .docu-arbo ul {
  padding-left: 12px;
  margin: 3px;
  margin-bottom: 12px;
  list-style-type: none;
}
.docu-view .docu-arbo ul ul {
  border-left: 1px dotted #AAA;
}
.docu-view .docu-arbo ul li:before {
  content: "- ";
}
.docu-view .docu-arbo ul li a {
  color: #444;
}
.docu-view .docu-arbo ul li a:hover {
  color: black;
}
.docu-view .docu-arbo ul li.selected > a {
  font-weight: bold;
}
.docu-view .docu-page {
  padding: 0 20px;
  padding-top: 13px;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}
.docu-view .docu-page img {
  max-width: 100%;
}
.docu-view .docu-page .submit-button-container {
  text-align: center;
}
.docu-view .page-attachments {
  max-width: 80%;
  margin: 15px auto;
  text-align: center;
  border: 1px solid #EDEDED;
  padding: 10px 20px;
}
.docu-view .textile {
  padding: 11px;
}
.docu-view .textile img {
  max-width: 100%;
  height: auto;
}
.docu-view .sub-pages {
  max-width: 400px;
  margin: 15px auto;
  text-align: center;
  border: 1px solid #EDEDED;
  padding: 10px 20px;
}
.docu-view .sub-pages ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.docu-view .sub-pages ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docu-view .well.secret {
  margin: 20px;
}
.docu-view .well.secret #form-decryptform {
  width: 500px;
  margin: 0 auto;
}
.docu-view .well.secret .ck.ck-editor__main > .ck-editor__editable {
  background: transparent;
}
.docu-view .well.secret .decrypt {
  text-align: center;
}
.docu-view .well.secret .countdown {
  text-align: right;
}
.docu-view .attachment-list .attachment {
  border: 1px solid #AAA;
  background: white;
  padding: 6px;
  border-radius: 6px 6px;
  width: 100px;
  text-align: center;
  height: calc(70px + 2em);
  box-sizing: content-box;
  display: inline-block;
  margin: 5px;
  position: relative;
}
.docu-view .attachment-list .attachment img {
  height: 70px;
  width: 100%;
  object-fit: scale-down;
}
.docu-view .attachment-list .attachment em {
  height: 2em;
  color: black;
  display: block;
  overflow: hidden;
  line-height: 0.9em;
  font-size: 0.9em;
  word-wrap: break-word;
}
.docu-view .attachment-list .attachment .btn {
  position: absolute;
  display: none;
  top: 0;
}
.docu-view .attachment-list .attachment .btn.btn-danger {
  right: 0;
}
.docu-view .attachment-list .attachment .btn.btn-blue {
  left: 0;
}
.docu-view .attachment-list .attachment:hover .btn {
  display: block;
}
.docu-view #docu-page-rights-modal #specific_rights {
  margin-top: 25px;
}
.docu-view #docu-page-rights-modal .rights-add-buttons-container {
  text-align: left;
  margin-top: -13px;
}
.docu-view #docu-page-rights-modal .rights-add-buttons-container button + button {
  margin-left: 8px;
}
.docu-view #docu-page-rights-modal select {
  width: calc(100% - 40px);
}
.docu-view #docu-page-rights-modal .btn-right {
  margin-top: -27px;
}
.docu-view #docu-arbo-toggle, .docu-view .docu-arbo-toggle-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .docu-view .docu-arbo-toggle-btn {
    display: inline-block;
    left: -13px;
    top: -13px;
    position: absolute;
    width: auto;
    color: #555;
  }
  .docu-view > .docu-arbo {
    position: absolute;
    background: white;
    box-shadow: 2px 2px 5px #555;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    width: 350px;
    padding-top: 59px;
    top: 0;
    left: -380px;
    border-bottom: 2px solid #777;
    z-index: 2;
    transition: left 1s ease-in-out;
  }
  .docu-view > .docu-arbo .docu-arbo-toggle-btn {
    float: right;
    position: static;
    margin-right: 5px;
  }
  .docu-view #docu-arbo-toggle:checked + .docu-arbo {
    left: 0;
  }
}
#docu-page-move .position {
  color: #17a2b8;
}
#docu-page-move .docu-arbo .selected > .page-name {
  font-weight: bold;
}
#docu-page-move .docu-arbo .selected ul li .page-name {
  color: #AAA;
}
#docu-page-move .docu-arbo .docu-arbo-leaf {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#docu-page-move .docu-arbo .docu-arbo-leaf label {
  padding-left: 0;
}
#docu-page-move .docu-arbo input {
  display: none;
}
#docu-page-move .docu-arbo .docu-arbo-leaf.move-to.inline label {
  display: inline;
}
#docu-page-move .docu-arbo .docu-arbo-leaf.move-to:before {
  display: none;
}
#docu-page-move .docu-arbo .docu-arbo-leaf.move-to label {
  display: block;
  opacity: 0;
  padding-left: 10px;
  line-height: 16px;
}
#docu-page-move .docu-arbo .docu-arbo-leaf.move-to:hover label {
  opacity: 0.9;
}
#docu-page-move .docu-arbo .docu-arbo-leaf.move-to input:checked + label {
  opacity: 1;
}
.disabled {
  color: #95a5a6;
}
.extranet-context-filters .extranet-context-filter-row .filter-inputs {
  width: calc(100% - 40px);
}
.extranet-context-filters .extranet-context-filter-row .filter-inputs .form-group:last-child {
  margin-bottom: 0;
}
.biwee-dashboard-container {
  position: relative;
  width: 100%;
  height: calc(95vh - 50px);
}
.biwee-dashboard-container .biwee-dashboard {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
body.biwee_dashboard_view:not(.ajax):not(.iframe) {
  min-height: 0;
}
body.biwee_dashboard_view > .container {
  padding-bottom: 70px;
}
body.biwee_dashboard_view h1 {
  margin: 0;
}
body.biwee_dashboard_view h1 + .biwee-dashboard-container {
  padding-bottom: 0;
  height: calc(100vh - 120px);
}
.assistant-inform {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
  border-left: 6px solid khaki;
  position: relative;
}
.assistant-inform label {
  padding-left: 14px;
}
.assistant-inform .alert {
  padding: 8px 12px;
  margin: 5px auto;
}
.ai-autofilled .form-control:not(:focus):not(.selectpicker):not(.bootstrap-select), .ai-autofilled .btn-select {
  border-left: 5px solid khaki;
}
.ai-autofilled .form-control:not(:focus):not(.selectpicker):not(.bootstrap-select) .form-control:not(:focus), .ai-autofilled .btn-select .form-control:not(:focus) {
  border-left: 1px solid #dce4ec;
}


// CSS_screen.scss=ac5c205dd3fe8fd63d7611665cc1b1ae 
    
    
    
    
    
    
    
    
    
    
    
    