@charset "UTF-8";
/**


  Core SCSS is dedicated to common styles between WeeMake AND Extranet


 */
a.transparent-link {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.monospaced {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.big {
  font-size: 300%;
}
.cb {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.displaynone {
  display: none;
}
a {
  cursor: pointer;
}
a.black-link {
  color: black;
}
a.black-link:hover {
  color: #16b78d;
  text-decoration: none;
}
a.grayed {
  color: #888;
}
a.grayed:hover {
  color: #444;
  text-decoration: none;
}
var {
  white-space: pre-wrap;
  background: #efefef;
  padding: 1px;
  border-radius: 2px;
  font-style: normal;
  border: 1px solid #ddd;
  line-height: 190%;
}
@media (max-width: 470px) {
  .hidden-xxs {
    display: none;
  }
}
@media (max-width: 380px) {
  .hidden-xxxs {
    display: none;
  }
}
@container (max-width: 500px) {
  .hidden-ctn-xs {
    display: none;
  }
}
@container (max-width: 700px) {
  .hidden-ctn-sm {
    display: none;
  }
}
@container (max-width: 900px) {
  .hidden-ctn-lg {
    display: none;
  }
}
.liveeditonly {
  display: none;
}
.label.nobr {
  display: inline-block;
}
.jumbotron {
  padding: 30px;
  border-radius: 20px;
}
.loading {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.loading img {
  width: 48px;
}
table > .loading {
  display: table-cell;
}
dl {
  margin: 5px auto;
  margin-left: 18px;
}
dl dt {
  display: list-item;
  list-style: circle outside;
  font-weight: normal;
}
dl dd {
  color: #717171;
  font-size: 95%;
  padding-left: 10px;
}
.mention {
  background: rgba(153, 0, 48, 0.1);
  color: #990030;
}
code {
  background-color: rgba(199, 199, 199, 0.3);
  border-radius: 2px;
  padding: 0.15em;
}
blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
pre {
  background: rgba(199, 199, 199, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  color: #353535;
  direction: ltr;
  font-style: normal;
  min-width: 200px;
  padding: 1em;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}
pre code {
  background: unset;
  border-radius: 0;
  padding: 0;
}
.text-tiny {
  font-size: 0.7em;
}
.text-small {
  font-size: 0.85em;
}
.text-big {
  font-size: 1.4em;
}
.text-huge {
  font-size: 1.8em;
}
abbr {
  letter-spacing: 1.5px;
  font-size: 85%;
  background: #EEE;
  padding: 0px 3px;
  border: 1px solid #CCC;
  border-radius: 3px;
}
mark, .mark {
  padding: 0.09em;
  background-color: #fdfd77;
}
.marker-yellow {
  background-color: #fdfd77;
}
.marker-green {
  background-color: #62f962;
}
.marker-pink {
  background-color: #fc7899;
}
.marker-blue {
  background-color: #72ccfd;
}
.pen-red {
  background-color: transparent;
  color: #e71313;
}
.pen-green {
  background-color: transparent;
  color: #128a00;
}
hr {
  background: #dedede;
  border: 0;
  height: 4px;
  margin: 15px 0;
}
code {
  color: #1d17e1;
  background-color: #eee;
  border-radius: 4px;
  letter-spacing: -0.8px;
}
p:last-child {
  margin-bottom: 0;
}
pre.exception {
  font-size: 10px;
  letter-spacing: -0.3px;
  line-height: 1.1;
}
.btn:not([class*="btn-"]):hover {
  background: #444;
  color: white;
}
.btn-neutral {
  background-color: #FFF;
  color: #2C3E50;
  border-color: #DDD;
}
.btn-neutral:hover, .btn-neutral:active, .btn-neutral:focus {
  color: black;
}
.btn-neutral:focus {
  border-color: #2C3E50;
}
.btn-right {
  float: right;
  margin-left: 5px;
}
.btn-left {
  float: left;
  margin-right: 5px;
}
.btn-blue {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #138496;
  border-color: #1b6d85;
}
.btn-blue:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-blue:active:hover, .btn-blue.active:hover, .open > .dropdown-toggle.btn-blue:hover, .btn-blue:active:focus, .btn-blue.active:focus, .open > .dropdown-toggle.btn-blue:focus, .btn-blue:active.focus, .btn-blue.active.focus, .open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #117a8b;
  border-color: #1b6d85;
}
.btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled.focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue.focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-blue .badge {
  color: #17a2b8;
  background-color: #fff;
}
.label-blue {
  background-color: #138496;
  border-color: #1b6d85;
}
.btn-white {
  color: #333;
  background-color: white;
  border-color: #ccc;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active:hover, .btn-white.active:hover, .open > .dropdown-toggle.btn-white:hover, .btn-white:active:focus, .btn-white.active:focus, .open > .dropdown-toggle.btn-white:focus, .btn-white:active.focus, .btn-white.active.focus, .open > .dropdown-toggle.btn-white.focus {
  color: #333;
  background-color: white;
  border-color: #adadad;
}
.btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
  color: #333;
  background-color: #EDEDED;
  border-color: #aaa;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-white.active {
  border-color: #999;
}
.btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled.focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white.focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: #eee;
}
.btn-white .badge {
  color: #ccc;
  background-color: #fff;
}
.btn-noclick {
  cursor: default;
}
/** Multi level nav  source : https://codepen.io/ajaypatelaj/pen/prHjD **/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu > a:hover:after {
  border-left-color: #fff;
}
nav .nav-right .dropdown-submenu > a:hover:after {
  border-right-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu:nth-child(n+15) .dropdown-menu {
  bottom: 0 !important;
  top: auto !important;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li.active > a, .dropdown-menu > li:focus > a {
  background-color: #c2e1e1 !important;
}
.dropdown-menu > li:hover > a:hover, .dropdown-menu > li.active > a:hover, .dropdown-menu > li:focus > a:hover {
  background-color: #a2d9d9 !important;
}
.dropdown-menu > li:hover > a::after, .dropdown-menu > li.active > a::after, .dropdown-menu > li:focus > a::after {
  border-left-color: white;
}
nav .nav-right li li:hover > a::after {
  border-right-color: white !important;
}
.open-auto-touch > ul {
  z-index: 999 !important;
}
/** end multi level nav **/
.ekko-lightbox-container {
  text-align: center;
}
.ekko-lightbox-container .img-responsive {
  display: inline-block;
}
/** FORM STUFF **/
.bs-callout {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout h4 a {
  text-decoration: none;
  color: inherit;
}
.bs-callout h4 a[aria-expanded=true] .show-hide-picto {
  transform: rotate(180deg);
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #f39b11;
}
.bs-callout-warning h4 {
  color: #c87f0a;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}
.panel-default > .panel-heading .badge {
  background-color: #777;
}
.table-scroll {
  max-height: 350px;
  overflow-y: auto;
}
.table-scroll .table {
  margin-bottom: 0;
}
.pointer {
  cursor: pointer;
}
.color-preview {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 22px;
  height: 22px;
  padding: 2px;
  display: inline-block;
  font-family: monospace;
}
.bootstrap-select.has-link.form-control:not([class*="col-"]) {
  width: calc(100% - 30px);
}
.bootstrap-select .input-like.form-control {
  height: auto;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
}
.bootstrap-select.multiselect .bs-searchbox {
  padding-right: 69px;
}
.bootstrap-select.multiselect .bs-searchbox + .bs-actionsbox {
  position: absolute;
  top: 11px;
  right: 1px;
  width: auto;
}
.bootstrap-select.multiselect .input-like.form-control {
  height: auto;
}
.bootstrap-select.multiselect .input-like.form-control .filter-option {
  max-height: 150px;
  overflow-y: auto;
}
.bootstrap-select.multiselect .input-like.form-control .filter-option .selected-item-text {
  border-radius: 3px 3px;
  background: #EEE;
  padding: 3px 7px;
  margin: 1px;
  display: inline-block;
}
.bootstrap-select.multiselect .input-like.form-control .filter-option .selected-item-text:hover {
  background: #DEDEDE;
}
.color-picker .tiny-square {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: black;
  box-shadow: 0 0 1px 2px #CCC;
  vertical-align: middle;
}
.color-picker .glyphicon-remove {
  right: 10px;
  top: 6px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  color: #acb6c0;
}
.color-picker .glyphicon-remove:hover {
  color: #cc2222;
}
.color-picker .maxlength {
  display: none !important;
}
.maxlength {
  visibility: hidden;
  display: inline;
  float: right;
  padding: 0 5px 0 2px;
  margin-top: -2px;
  width: auto;
  font-size: 8px;
  background-color: #dce4ec;
  line-height: 11px !important;
  border-bottom-right-radius: 4px;
}
.maxlength:before {
  content: "";
  border-right: 11px solid #dce4ec;
  border-bottom: 11px solid transparent;
  position: absolute;
  margin-left: -13px;
  display: block;
}
.value-table .maxlength, .calculator-table .maxlength, . .maxlength {
  display: none !important;
}
select.selectpicker[data-loaded="0"] {
  display: inline-block !important;
  width: calc(100% - 30px);
}
.help-block .toggle-extended-comment {
  float: right;
  /*background: #CCC;*/
  color: #526488;
  text-decoration: none !important;
}
.help-block .toggle-extended-comment .glyphicon-chevron-up {
  transition: transform ease 0.2s;
}
.help-block .toggle-extended-comment.collapsed .glyphicon-chevron-up {
  transform: rotate(180deg);
}
fieldset legend {
  padding-left: 8px;
}
fieldset fieldset legend {
  padding-top: 15px;
  font-size: 13px;
}
.foldable-fieldset-cb {
  display: none !important;
}
.foldable-fieldset-cb:checked + .foldable-fieldset > legend .glyphicon-chevron-down, .foldable-fieldset-cb:checked + .foldable-fieldset > .legend .glyphicon-chevron-down {
  display: inline-block;
}
.foldable-fieldset-cb:checked + .foldable-fieldset > legend .glyphicon-chevron-right, .foldable-fieldset-cb:checked + .foldable-fieldset > .legend .glyphicon-chevron-right {
  display: none;
}
.foldable-fieldset-cb:checked + .foldable-fieldset > .foldable-fieldset-content {
  display: block;
}
.foldable-fieldset {
  padding-left: 10px;
  padding-bottom: 15px;
}
.foldable-fieldset > legend {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
.foldable-fieldset > legend .glyphicon-chevron-down, .foldable-fieldset > .legend .glyphicon-chevron-down {
  display: none;
}
.foldable-fieldset > legend .glyphicon-chevron-right, .foldable-fieldset > .legend .glyphicon-chevron-right {
  display: inline-block;
}
.foldable-fieldset > .foldable-fieldset-content {
  display: none;
  padding-top: 15px;
  margin-left: 10px;
  border-left: 1px solid #DDD;
}
.setDateValue a + a {
  border-left: solid #BBB 1px;
  padding-left: 4px;
}
.seemlessform {
  display: inline;
}
a.seemlesslink {
  color: inherit;
  text-decoration: inherit;
}
a.seemlesslink:hover {
  text-decoration: underline;
}
.default-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.default-form .form-group .control-label {
  padding-bottom: 4px;
  word-break: break-word;
}
.default-form .form-group .input-container > span {
  line-height: 25px;
}
.form-group.dragover {
  position: relative;
}
.form-group.dragover .drop-alert {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: table-cell;
  text-align: center;
  align-content: center;
  opacity: 0.7;
}
.form-group label.control-label:before {
  content: "• ";
  color: lightblue;
  opacity: 0.5;
  visibility: hidden;
}
.form-group label.control-label:after {
  content: " •";
  color: lightblue;
  opacity: 0.5;
  visibility: hidden;
}
@media (min-width: 768px) {
  .form-group label.control-label:after {
    display: none;
  }
}
@media (max-width: 769px) {
  .form-group label.control-label:before {
    display: none;
  }
}
.form-group.has-changes {
  /*border-right: 3px solid lightblue;*/
}
@media (min-width: 768px) {
  .form-group.has-changes label.control-label:before {
    visibility: visible;
  }
}
@media (max-width: 769px) {
  .form-group.has-changes label.control-label:after {
    visibility: visible;
  }
}
.selected-check:checked + label {
  text-decoration: underline;
}
.tree-brach {
  display: none;
}
.tree-brach .tree-brach {
  border-left: #666 dotted 1px;
  margin-left: 17px;
  padding-left: 5px;
}
.tree-brach .radio {
  margin-left: 10px;
}
.tree-branch-toogle {
  display: none !important;
}
.tree-branch-toogle:checked + .tree-brach, .tree-branch-toogle:checked + label + .tree-brach {
  display: block;
}
.tree > .tree-brach {
  display: block;
}
.tree-select ul {
  padding-left: 14px;
  list-style: none;
}
.tree-select ul li label {
  font-weight: normal;
}
.btn-select .btn.active {
  text-shadow: black 1px 1px 10px;
}
.btn-select .btn:has(input:user-invalid) {
  box-shadow: #FBB 0 -2px 0px inset;
}
.btn-select.readonly .btn-white {
  background: #EEE;
}
.btn-select.readonly * {
  cursor: not-allowed;
}
.btn.toggle[disabled] * {
  cursor: not-allowed;
}
.input-week {
  height: auto;
}
.input-week input, .input-week select {
  display: inline-block;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.input-week .week-selector-year {
  width: 70px;
}
.input-week .week-selector-weeknumber {
  width: calc(100% - 100px);
}
.input-week .empty-selection {
  color: #AAA;
  float: right;
  cursor: pointer;
}
.input-week.readonly {
  position: relative;
  cursor: not-allowed;
}
.input-week.readonly:after {
  content: " ";
  background: rgba(200, 200, 200, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.input-datetime {
  height: auto;
}
.input-datetime input {
  display: inline-block;
  background: transparent;
  width: 120px;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
textarea, .CodeMirror {
  min-height: 4em;
  resize: vertical;
  overflow: auto;
}
/*div.wysiwyg-editor {
    min-height: 10em;
    max-height: calc(100vh - 200px);
    resize: vertical;
    overflow: auto;
    margin-bottom: 5px;
}*/
.CodeMirror {
  font-size: 11.5px;
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
  width: auto;
  line-height: 24px;
  vertical-align: middle;
}
form input[type=checkbox] + label, form input[type=radio] + label {
  line-height: 24px;
  vertical-align: middle;
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  font-weight: normal;
}
form input[type=checkbox]:checked + label, form input[type=radio]:checked + label {
  font-weight: bold;
}
form input:disabled, form select:disabled, form textarea:disabled {
  cursor: not-allowed;
}
form .input-loading {
  position: relative;
  display: block;
  float: none;
  overflow: hidden;
}
form .input-loading:after {
  content: " ";
  opacity: 0.3;
  background-color: #EEE;
  background-image: url(/skin/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
  border-radius: 15px;
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
form.mass-update-form .form-group {
  width: calc(100% - 110px);
  display: inline-block;
}
form .mass-update-checkbox {
  width: 99px;
  float: right;
}
form .mass-update-checkbox input {
  margin: 0;
}
form .mass-update-checkbox label {
  padding-left: 0 !important;
}
form.mass-update-form .input-container {
  padding: 0;
}
form .massupdate-disabled {
  position: relative;
  overflow: hidden;
}
form .massupdate-disabled:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(128, 128, 128, 0.2);
  border-radius: 5px 5px;
  box-shadow: 2px 0 0 rgba(128, 128, 128, 0.2);
  z-index: 100;
}
form .multi-checkbox {
  padding-left: 0;
}
form .multi-checkbox li {
  padding-left: 0;
  list-style: none;
}
form .email-chooser .radiolabel-container {
  text-align: right;
}
form .email-chooser .radiolabel-container label.radiolabel {
  width: 31px;
  font-size: 9px;
  text-align: center;
}
form .email-chooser li input[type="radio"], form .email-chooser li input[type="checkbox"] {
  margin-top: 1px;
}
form .email-chooser li:hover {
  background: #EEE;
}
form .email-chooser li label {
  width: calc(100% - 116px - 20px);
  display: inline-block;
  line-height: 16px;
}
form .email-chooser li label em {
  font-style: normal;
  display: inline-block;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
}
form .email-chooser li label em img {
  vertical-align: bottom;
}
form .email-chooser li label em:first-child {
  width: 59%;
}
form .email-chooser li .typeradio {
  width: 28px;
  text-align: center;
  visibility: hidden;
}
form .email-chooser li.custom-email input[type=email] {
  width: calc(100% - 115px);
  display: inline-block;
}
form .email-chooser li.custom-email input[type=radio] {
  visibility: visible;
}
form .email-chooser li input[type=checkbox]:checked + label + input, form .email-chooser li input[type=checkbox]:checked + label + input + input, form .email-chooser li input[type=checkbox]:checked + label + input + input + input, form .email-chooser li input[type=checkbox]:checked + label + input + input + input + input {
  visibility: visible;
}
form .submit-button-container {
  position: relative;
}
form .form-sub-input-right {
  float: right;
  margin-top: -25px;
}
form.submiting {
  position: relative;
}
form.submiting:after {
  content: " ";
  opacity: 0.3;
  background-color: white;
  background-image: url(/skin/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 15px;
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
form .form-control:user-invalid, form :user-invalid + .form-control, form .form-control:has(~ .selectpicker:user-invalid) {
  box-shadow: #FBB 0 -2px 0px inset;
}
form .input-container:hover .maxlength {
  visibility: visible;
}
form .input-container input:focus + .maxlength {
  visibility: visible;
  background-color: #2C3E50;
  color: white;
}
form .input-container input:focus + .maxlength:before {
  border-right-color: #2C3E50;
}
.form-fieldset {
  margin: 15px auto;
  margin-bottom: 20px;
  border-color: #ccc;
  border-width: 1px;
  border-left-color: #bbb;
  border-left-width: 3px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px;
  padding-left: 15px;
  border-style: solid;
}
.form-fieldset h5 {
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rich-select .value {
  width: 1px;
  height: 30px;
  padding-left: 5px;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 1px;
  max-height: 30px;
  min-width: 0;
  min-height: 0;
  float: left;
  color: transparent;
  background: transparent;
}
.rich-select img {
  max-width: 22px;
  max-height: 19px;
}
.rich-select button {
  text-align: left;
  height: 30px;
  width: calc(100% - 3px);
}
.rich-select button .caret {
  float: right;
  margin-top: 7px;
  margin-right: 6px;
}
.rich-select button.disabled {
  background: #EEE;
}
.rich-select button.disabled .caret {
  color: #999;
}
.rich-select .dropdown-menu {
  width: 100%;
  max-height: 65vh;
  overflow-y: auto;
}
.rich-select .dropdown-menu > li > a.selected, .rich-select .dropdown-menu > li > a:hover, .rich-select .dropdown-menu > li > a:focus {
  background: #BBB;
}
/*** END FORM STUFF ***/
.markItUp {
  width: 100% !important;
}
.markItUpEditor {
  width: 100% !important;
  font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  color: inherit !important;
}
.rich-text.rich-text, .wysiwyg-editor.rich-text {
  height: auto;
}
.rich-text table, .wysiwyg-editor table {
  border-left: 1px solid #AAA;
  border-top: 1px solid #AAA;
}
.rich-text table td, .rich-text table th, .wysiwyg-editor table td, .wysiwyg-editor table th {
  padding: 2px 4px;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.rich-text pre, .wysiwyg-editor pre {
  white-space: pre-line;
  word-wrap: normal;
  word-break: normal;
}
.grid .rich-text {
  max-height: 200px;
  overflow: auto;
}
.grid .rich-text img {
  max-height: none;
}
.wysiwyg-editor {
  margin-bottom: 10px;
}
.wysiwyg-editor .ck.ck-editor__main > .ck-editor__editable {
  min-height: 80px;
}
.wysiwyg-editor .ck.ck-editor__main > .ck-editor__editable .ck-placeholder {
  display: none ! important;
}
.wysiwyg-editor .ck-rounded-corners .ck-source-editing-area textarea, .wysiwyg-editor .ck-source-editing-area textarea.ck-rounded-corners {
  line-height: 1.2;
  font-size: 11px;
}
.wysiwyg-editor .wysiwyg-editor-textarea-container.loading-editor {
  position: relative;
}
.wysiwyg-editor .wysiwyg-editor-textarea-container.loading-editor:after {
  content: "Chargement en cours ... ";
  opacity: 0.8;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 40%;
  top: calc(50% - 15px);
  bottom: 0;
  left: 0;
  right: 30px;
}
.wysiwyg-editor .wysiwyg-editor-textarea-container.loading-editor .wysiwyg-editor-textarea {
  background: white;
  color: white;
  visibility: hidden;
  max-height: 200px;
}
.ck-body-wrapper .ck.ck-balloon-panel.ck-balloon-panel_visible .ck-powered-by {
  display: none !important;
}
.hiddable .show_hide {
  display: none;
}
.hiddable .show_hide_label {
  cursor: pointer;
}
.hiddable .only-visible {
  display: none;
}
.hiddable .show_hide + .hiddable_container .hiddable_content {
  display: none;
}
.hiddable .show_hide:checked + .hiddable_container .hiddable_content {
  display: block;
}
.hiddable .show_hide:checked + .hiddable_container .only-visible {
  display: revert;
}
.hiddable .show_hide:checked + .hiddable_container .only-hidden {
  display: none;
}
.hiddable .show_hide:checked + .hiddable_container .show_hide_label {
  transform: rotate(180deg);
}
.resizable-cells {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: stretch;
}
.resizable-cells .cell {
  height: 100%;
  overflow-y: auto;
  width: 50%;
  padding: 0 10px;
  flex-grow: 1;
}
.resizable-cells .draggable {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -10px;
  left: 50%;
  width: 20px;
  cursor: ew-resize;
  background: white;
  background: linear-gradient(90deg, white 0%, white 45%, #152e34 50%, white 55%, white 100%);
  z-index: 1;
}
body.resizable-cells-dragging .iframe-container {
  position: relative;
}
body.resizable-cells-dragging .iframe-container:after {
  content: " ";
  background: transparent;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.forbiden-notice {
  text-align: center;
}
.forbiden-notice h2 {
  margin-bottom: 30px;
}
.forbiden-notice p {
  margin-bottom: 20px;
}
.tab-container .nav-tabs {
  z-index: 1;
  position: relative;
}
.tab-container .nav-tabs li {
  border: 1px solid #DDD;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
  margin-left: 5px;
  background-color: #FAFAFA;
  margin-top: 5px;
  box-shadow: 0 -5px 3px -3px #00000010 inset;
}
.tab-container .nav-tabs li.active {
  border-color: white;
  margin-top: 2px;
  padding-bottom: 5px;
  background-color: white;
  box-shadow: none;
}
.tab-container .nav-tabs li.active a {
  border: none;
}
.tab-container .nav-tabs a {
  color: #222;
  margin-right: 0;
  display: inline-block;
  height: 17px;
  box-sizing: content-box;
}
.tab-container .nav-tabs a img {
  max-height: 1.5em !important;
  width: auto;
  vertical-align: middle;
}
.affair-status {
  padding: 2px 3px;
  border: 1px solid #777;
  border-radius: 4px;
  background: #888;
  color: white;
  display: inline-block;
  white-space: normal;
  text-align: center;
}
a span.affair-status {
  font-size: 10px;
  padding: 1px 2px;
  border-width: 1px;
  border-radius: 3px;
}


// CSS_core.scss=76649701e913be2ed3a71602cc9e5044 
    
    
    
    
    
    
    
    
    
    
    
    