/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
    width: auto;
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1; 
   *display: inline;
}

.editable-buttons.editable-buttons-bottom {
   display: block; 
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1; 
   *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px; 
   width: 30px;
}

.editableform-loading {
    background: url(../assets/img/loading.gif) center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
   color: red;  
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px; 
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url(../assets/img/clear.png) center center no-repeat;
   display: block;
   width: 13px;    
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;
   
   top: 50%;
   right: 6px;
   margin-top: -6px;
   
}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
   color: #585858;  
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic; 
  color: #DD1144;  
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;  
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{ 
    padding-top: 5px;
    display:inline-block;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:'';display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble{box-sizing:border-box}.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:'';display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label::before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label::before,.ql-bubble .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label::before,.ql-bubble .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label::before,.ql-bubble .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\00D7";font-size:16px;font-weight:bold}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:normal;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease 200ms;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after{visibility:visible}
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../assets/img/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../assets/img/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../assets/img/icons/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(../assets/img/spritesheet.png);background-image:linear-gradient(transparent,transparent),url(../assets/img/spritesheet.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(../assets/img/spritesheet-2x.png);background-image:linear-gradient(transparent,transparent),url(../assets/img/spritesheet.svg)}
.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}
.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}
.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}
.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}
.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}
.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}
.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
/*
 * BOXZOOM
 */
.leaflet-control-boxzoom {
    background-color:white;
    border-radius:4px;
    border:1px solid #cccccc;
    width:25px;
    height:25px;
    line-height:25px;
    box-shadow:0 1px 2px rgba(0,0,0,0.65);
    cursor:pointer !important;
}

.with-background-image {
    background-image:url(../assets/img/leaflet-control-boxzoom.svg);
    background-repeat:no-repeat;
    background-size:21px 21px; /* 25px image, 25px box; subtract 2px for padding on every side = 21px rendering height */
    background-position:2px 2px;
}

.leaflet-control-boxzoom.leaflet-control-boxzoom-active {
    background-color:#aaaaaa;
}

.leaflet-container.leaflet-control-boxzoom-active, .leaflet-container.leaflet-control-boxzoom-active path.leaflet-interactive {
    cursor:crosshair !important;
}

.leaflet-control-boxzoom i {
    display:block;
}

.leaflet-control-boxzoom i.icon {
    font-size:17px;
    margin-left:1px;
    margin-top:3px;
}

.leaflet-control-boxzoom i.fa {
    margin-top:6px;
}
.leaflet-control-boxzoom i.glyphicon {
    margin-top:5px;
}

.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}


.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/** Slider **/
.leaflet-control-zoomslider-wrap {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.leaflet-control-zoomslider-body {
	width: 2px;
	border: solid #fff;
	border-width: 0px 9px 0px 9px;
	background-color: black;
	margin: 0 auto;
}
.leaflet-control-zoomslider-knob {
	position: relative;
	width: 12px;
	height: 4px;
	background-color: #efefef;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #000;
	margin-left: -6px;
}
.leaflet-control-zoomslider-body:hover {
	cursor: pointer;
}
.leaflet-control-zoomslider-knob:hover {
	cursor: default;
	cursor: -webkit-grab;
	cursor:    -moz-grab;
}

.leaflet-dragging .leaflet-control-zoomslider,
.leaflet-dragging .leaflet-control-zoomslider-wrap,
.leaflet-dragging .leaflet-control-zoomslider-body,
.leaflet-dragging .leaflet-control-zoomslider a,
.leaflet-dragging .leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled,
.leaflet-dragging .leaflet-control-zoomslider-knob:hover  {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
}

/** Leaflet Zoom Styles **/
.leaflet-container .leaflet-control-zoomslider {
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-control-zoomslider a {
	width: 26px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: black;
	display: block;
}
.leaflet-control-zoomslider a:hover {
	background-color: #f4f4f4;
}
.leaflet-control-zoomslider-in {
	font: bold 18px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-in:after{
	content:"+"
}
.leaflet-control-zoomslider-out {
	font: bold 22px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-out:after{
	content:"−"
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
	cursor: default;
	color: #bbb;
}

/* Touch */
.leaflet-touch .leaflet-control-zoomslider-body {
	background-position: 10px 0px;
}
.leaflet-touch .leaflet-control-zoomslider-knob {
	width: 16px;
	margin-left: -7px;
}
.leaflet-touch .leaflet-control-zoomslider a {
	width: 30px;
	line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider a:hover {
	width: 30px;
	line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider-in {
	font-size: 24px;
	line-height: 29px;
}
.leaflet-touch .leaflet-control-zoomslider-out {
	font-size: 28px;
	line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider {
	box-shadow: none;
	border: 4px solid rgba(0,0,0,0.3);
}

/* Old IE */

.leaflet-oldie .leaflet-control-zoomslider-wrap {
	width: 26px;
}

.leaflet-oldie .leaflet-control-zoomslider {
	border: 1px solid #999;
}

.leaflet-oldie .leaflet-control-zoomslider-in {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '+');
}
.leaflet-oldie .leaflet-control-zoomslider-out {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '-');
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* External tools */
/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
  border-color: #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 30px;
  line-height: 1.42857143;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 41px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 39px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 8px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 8px 14px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #ccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #fff;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning.select2-drop-active {
  border-color: #e6e6e6;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #e6e6e6;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #fff;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error.select2-drop-active {
  border-color: #e6e6e6;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #e6e6e6;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #fff;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success.select2-drop-active {
  border-color: #e6e6e6;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #e6e6e6;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: var(--dark-primary);
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: var(--dark-primary);
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: var(--dark-primary);
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #fff;
  background-color: #337ab7;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: #fff;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #e87a0c;
  color: #fff;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* Core components */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
@layer default, custom, theme, computed, custom-computed, private;
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../assets/font/5be1347c682810f199c7.eot);
  src: url(../assets/font/5be1347c682810f199c7.eot?#iefix) format("embedded-opentype"), url(../assets/font/be810be3a3e14c682a25.woff2) format("woff2"), url(../assets/font/82b1212e45a2bc35dd73.woff) format("woff"), url(../assets/font/4692b9ec53fd5972caa2.ttf) format("truetype"), url(../assets/font/060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--brand-primary);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #e87a0c;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #fff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #91c46b;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #76b448;
}
.bg-info {
  background-color: #5e83bf;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #4369a7;
}
.bg-warning {
  background-color: #e87a0c;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #b86109;
}
.bg-danger {
  background-color: #b72c29;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #8d2220;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #91c46b;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #83bd59;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #5e83bf;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #4c75b8;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #e87a0c;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #d06d0b;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #b72c29;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #a22724;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 30px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 41px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 31px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 41px;
  line-height: 41px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 41px;
  min-height: 35px;
  padding: 9px 14px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  background-color: #91c46b;
  border-color: #fff;
}
.has-success .form-control-feedback {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  background-color: #e87a0c;
  border-color: #fff;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  background-color: #b72c29;
  border-color: #fff;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 6px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.btn-reverse-geocoding,
.btn-extract-target {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default,
.btn-reverse-geocoding,
.btn-extract-target {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.btn-estimate,
.btn-extract-target--is-enabled {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #91c46b;
  border-color: #83bd59;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #76b448;
  border-color: #466b2b;
}
.btn-success:hover {
  color: #fff;
  background-color: #76b448;
  border-color: #659b3e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #76b448;
  background-image: none;
  border-color: #659b3e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #659b3e;
  border-color: #466b2b;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #91c46b;
  border-color: #83bd59;
}
.btn-success .badge {
  color: #91c46b;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5e83bf;
  border-color: #4c75b8;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #4369a7;
  border-color: #263b5e;
}
.btn-info:hover {
  color: #fff;
  background-color: #4369a7;
  border-color: #38598e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4369a7;
  background-image: none;
  border-color: #38598e;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #38598e;
  border-color: #263b5e;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5e83bf;
  border-color: #4c75b8;
}
.btn-info .badge {
  color: #5e83bf;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #e87a0c;
  border-color: #d06d0b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #b86109;
  border-color: #572d04;
}
.btn-warning:hover {
  color: #fff;
  background-color: #b86109;
  border-color: #964f08;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b86109;
  background-image: none;
  border-color: #964f08;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #964f08;
  border-color: #572d04;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e87a0c;
  border-color: #d06d0b;
}
.btn-warning .badge {
  color: #e87a0c;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #b72c29;
  border-color: #a22724;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #8d2220;
  border-color: #3a0e0d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8d2220;
  border-color: #701b19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #8d2220;
  background-image: none;
  border-color: #701b19;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #701b19;
  border-color: #3a0e0d;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #b72c29;
  border-color: #a22724;
}
.btn-danger .badge {
  color: #b72c29;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #333333;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--brand-primary);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-reverse-geocoding,
.btn-extract-target {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1035;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--text-contrast);
  text-decoration: none;
  background-color: var(--background-contrast);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1025;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  line-height: 41px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 8px 14px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: var(--brand-primary);
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: var(--brand-primary);
  border-color: #333333;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .linking-word {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--brand-primary);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: var(--brand-primary);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: var(--brand-primary);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: var(--brand-primary);
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: var(--brand-primary);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: var(--brand-primary);
}
.navbar-default .btn-link {
  color: #333333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: var(--brand-primary);
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #555555;
  border-color: #3c3c3c;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #3c3c3c;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #3c3c3c;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #3c3c3c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #3c3c3c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c3c3c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #444444;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #eeeeee;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--brand-primary);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid 1px solid #eeeeee;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: transparent;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #91c46b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #76b448;
}
.label-info {
  background-color: #5e83bf;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4369a7;
}
.label-warning {
  background-color: #e87a0c;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b86109;
}
.label-danger {
  background-color: #b72c29;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #8d2220;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--brand-primary);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #fff;
  background-color: #91c46b;
  border-color: #94bd59;
}
.alert-success hr {
  border-top-color: #88b448;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  color: #fff;
  background-color: #5e83bf;
  border-color: #527edb;
}
.alert-info hr {
  border-top-color: #3d6ed7;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  color: #fff;
  background-color: #e87a0c;
  border-color: #d04c0b;
}
.alert-warning hr {
  border-top-color: #b84309;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  color: #fff;
  background-color: #b72c29;
  border-color: #a22437;
}
.alert-danger hr {
  border-top-color: #8d2030;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #91c46b;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5e83bf;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e87a0c;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #b72c29;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #fff;
  background-color: #91c46b;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #83bd59;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #5e83bf;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #4c75b8;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #e87a0c;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #fff;
  background-color: #d06d0b;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #b72c29;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #fff;
  background-color: #a22724;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel,
.widget,
.widget-editor-body {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body,
.widget-body {
  padding: 15px;
}
.panel-heading,
.widget-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title,
.widget-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer,
.widget-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default,
.widget-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: var(--c-white);
  background-color: var(--brand-primary);
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: var(--brand-primary);
  background-color: var(--c-white);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #94bd59;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #91c46b;
  border-color: #94bd59;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #94bd59;
}
.panel-success > .panel-heading .badge {
  color: #91c46b;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #94bd59;
}
.panel-info {
  border-color: #4782b2;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #5e83bf;
  border-color: #4782b2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4782b2;
}
.panel-info > .panel-heading .badge {
  color: #5e83bf;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4782b2;
}
.panel-warning {
  border-color: #d04c0b;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #e87a0c;
  border-color: #d04c0b;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d04c0b;
}
.panel-warning > .panel-heading .badge {
  color: #e87a0c;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d04c0b;
}
.panel-danger,
.widget-danger {
  border-color: #a22437;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #b72c29;
  border-color: #a22437;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a22437;
}
.panel-danger > .panel-heading .badge {
  color: #b72c29;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a22437;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1150;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.second-header:before,
.second-header:after,
.widget-body:before,
.widget-body:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.second-header:after,
.widget-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Misc */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Parametric Mixins {{{ */
/* Customize method for checkbox */
/* Disables text selection */
/* Filter element */
/* }}} */
/* Grid Helper Class {{{ */
/* to use on .row level element,
 * Emulate the visual behavior
 *
 */
.cancel-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
/* to use on .col-xx-xx level element,
 * Emulate the visual behavior
 */
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.remove-margin-row {
  margin-left: 0;
  margin-right: 0;
}
/* to use on .col-xx-xx level element,
 * Emulate the visual behavior of what might be .col-xx-0
 */
.no-width {
  width: 0 !important;
  float: left;
}
/* }}} */
/* forms elements */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* XXX: .inline-block must be located before .ic-hidden, like this .ic-hidden
 * rules are applied if both classes are set on the same element */
.inline-block {
  display: inline-block;
}
/* Hide elements on render since we can't use .hide bootstrap */
.ic-hidden,
.fa.ic-hidden {
  display: none;
}
.ic-invisible {
  visibility: hidden;
}
.relative-container {
  position: relative;
}
[data-expand="expand"] {
  display: none;
}
.expand-toggle .expand-title {
  font-weight: bold;
}
.expand-toggle .expand-title:hover {
  cursor: pointer;
}
.expand-toggle.expanded [data-expand="expand"] {
  display: block;
}
.icon.disabled,
.label.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.inline-space-before {
  margin-inline-start: 5px;
}
.inline-space-after {
  margin-inline-end: 5px;
}
.inline-space-around {
  margin-inline: 5px;
}
.text-primary {
  color: var(--brand-primary);
}
.text-normal {
  color: #333333;
}
.text-bold {
  font-weight: bold;
}
/* {{{ Fonts */
.font-monospace {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
/* }}} */
/* {{{ Pages */
#app-container {
  background-color: #eeeeee;
}
#app-container > .wrapper-for-vue {
  height: 100%;
  width: 100%;
}
.page {
  color: #333333;
  min-height: 100%;
  width: calc(100% + 30px);
  background-color: var(--container-background);
  padding: 15px;
  /* XXX: remove margin of parent in order to fill the whole space */
  margin-left: -15px;
  margin-right: -15px;
}
/* }}} */
/* {{{ Custom form */
.width-auto {
  width: auto;
}
.input-group .width-auto {
  width: auto;
}
.linking-word {
  padding: 0 15px;
  padding-top: 6px;
}
.form-inline .linking-word {
  padding-left: 5px;
  padding-right: 5px;
}
.input__inner-addon {
  position: absolute;
  right: 5px;
  bottom: 6px;
  /* when input has focus it has z-index set to 3 */
  z-index: 5;
}
[dir="rtl"] .input__inner-addon {
  left: 5px;
  right: inherit;
}
.input__inner-addon_action {
  cursor: pointer;
  margin-inline-start: 5px;
}
select.no-content-crop {
  padding-right: 0;
}
.label-block {
  display: block;
}
/* }}} */
/* {{{ Modals */
.modal-xl {
  width: 1200px;
}
.modal-dialog {
  max-width: 100%;
}
.modal.in .modal-dialog .modal-header__icon {
  margin-right: 5px;
}
.modal.in .modal-dialog.modal-flash {
  transform: none;
}
.vue-modal {
  /* vue modals are not attached to <body>, so
     * use an absolute position */
  position: fixed;
}
.ww-break-word {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
/* }}} */
/* {{{ Tooltip */
.tooltip {
  /* This max-width is to prevent the content
     * of the tooltip to mess up with the container,
     * causing a misalignment.
     * Especially when placement is "left" */
  max-width: 200px;
  /* The next line is added for IE supports which does not like
     * the max-content value */
  min-width: 200px;
  min-width: max-content;
  position: fixed;
  overflow-wrap: break-word;
}
.one-line-tooltip + .tooltip {
  max-width: none;
}
.one-line-tooltip + .tooltip > .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
/* }}} */
/* {{{ BlockExpand */
.toggle-block .grid-block-title-with-button {
  display: grid;
  grid-template-columns: 5fr 1fr;
  column-gap: 15px;
}
.toggle-block .block-title {
  margin: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.toggle-block .block-button {
  display: flex;
  justify-content: end;
}
.toggle-block .fa {
  font-size: 17px;
}
.toggle-block .block-title-btn {
  float: right;
  padding: 0;
}
/* }}} */
/* {{{ Audio recorder */
.audio-recorder {
  text-align: center;
}
.audio-recorder .audio-controls {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Chrome has an outline by default */
audio:focus {
  outline: none;
}
/* }}} */
.map-cursor-default {
  cursor: default;
}
.map-cursor-crosshair {
  cursor: crosshair;
}
[role="button"] {
  cursor: pointer;
}
[role="button"]:hover {
  color: var(--active-button-color, var(--brand-primary));
}
.no-select {
  user-select: none;
}
@media print {
  .no-screenshot {
    /* Avoid printing the page */
    display: none;
  }
  .print {
    display: block !important;
  }
}
.thin-small::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.thin-small::-webkit-scrollbar-track {
  background: none;
}
.thin-small::-webkit-scrollbar-thumb {
  background: #6a6a6a;
  border-radius: 20px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* README: When not explicitly indicated, variables are bootstrap overrides.
 * If more variables should be overridden, please use the same fold styles as in
 * one/www/less/variables.less */
/* {{{ CSS variable */
/* Default variables */
@layer default {
  :root {
    /* {{{ Color variables */
    --c-white: #ffffff;
    --c-gray-extra-light: #e5e5e5;
    /* }}} */
    /* {{{ Element variables */
    /** The main theme color */
    --brand-primary: grey;
    /** The main text color */
    --text-color: #333333;
    /** The background color used in inner containers */
    --container-background: #e9e9e9;
    /* }}} */
    /* {{{ Tooltip */
    --zindex-tooltip: 1150;
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
    --tooltip-opacity: 0.9;
    /* }}} */
  }
}
/* Computed variables */
@layer computed {
  :root {
    /* {{{ Colors */
    --dark-primary: var(--brand-primary);
    /** The background color contrasting with the main background */
    --background-contrast: var(--brand-primary);
    /** The main background color */
    --background-color: var(--c-white);
    /** The text color to use on a contrasting background */
    --text-contrast: var(--c-white);
    /* }}} */
    /* {{{ Scaffolding */
    --default-margin: calc(30px / 2);
    /* }}} */
  }
  /* If the browser supports the relative color syntax, compute the right value */
  @supports (color: hsl(from white h s l)) {
    :root {
      --dark-primary: hsl(from var(--brand-primary) h s calc(l - 15));
    }
  }
}
/* }}} */
/* {{{ Colors */
/* {{{ Bootstrap overrides */
/* @gray-base:    #000; */
/* @gray-darker:  lighten(@gray-base, 13.5%); /* #222 */
/* @gray-dark:    lighten(@gray-base, 20%);   /* #333 */
/* @gray:         lighten(@gray-base, 33.5%); /* #555 */
/* @gray-light:   lighten(@gray-base, 46.7%); /* #777 */
/* @gray-lighter: lighten(@gray-base, 93.5%); /* #eee */
/* }}} */
/* {{{ Ic customs */
/* }}} */
/* }}} */
/* {{{ Scaffolding */
/* {{{ Ic customs */
/* For disabled text */
/* For button */
/* }}} */
/* }}} */
/* {{{ Margin */
/* {{{ Ic customs */
/* 0.75rem = 15px */
/*  30   px */
/*   7.5 px */
/*   5   px */
/* }}} */
/* }}} */
/* {{{ Border */
/* {{{ Ic customs */
/* This mixin creates a border effect using multiple drop-shadow filters.
 *
 * By applying a combination of drop-shadow filters, we simulate a border
 * around elements that use clip paths, ensuring that the border is applied
 * evenly on all sides.
 *
 * The @border-half variable represents half the width of the desired border,
 * and @border-color is the color of the border.
 *
 * This technique is useful because clip paths, by themselves, do not support
 * borders. By using drop-shadows, we can add a border-like effect to elements
 * with complex shapes.
 */
/* }}} */
/* }}} */
/* {{{ Forms */
/* {{{ Ic customs */
/* Inputs */
/* }}} */
/* }}} */
/* {{{ Modals */
/* {{{ Ic customs */
/* Store bootstrap modal margin */
/* }}} */
/* }}} */
/* {{{ Other customs */
/* Leaflet */
/* Store leaflet control margin */
/* }}} */
/* {{{ Map controls */
/* }}} */
/* {{{ Iconography */
/* {{{ Bootstrap overrides */
/* }}} */
/* {{{ Ic customs */
/* }}} */
/* }}} */
/* {{{ font */
/**
 * line-height have to be greater than font-size in order to avoid truncating
 * letters. Using the font-size is not enough because letters such as "g"
 * (which draw under baseline) will have some parts truncated.
 *
 * This variable is to set the minimal factor to use on line-height to avoid
 * truncations.
 */
/* }}} */
/* {{{ z-index */
/* {{{ Bootstrap overrides */
/* @zindex-navbar:            1000; */
/* @zindex-navbar-fixed:      1030; */
/* @zindex-modal-background:  1040; */
/* @zindex-modal:             1050; */
/* @zindex-popover:           1060; */
/* }}} */
/* {{{ Ic customs */
/* @zindex-paper-element:       20; */
/* @zindex-notification: @zindex-modal-background + 2000; */
/* }}} */
/* }}} */
/* {{{ images */
/* }}} */
/* {{{ Scroll bar */
/* }}} */
/* {{{ Panels */
/* {{{ Bootstrap overrides */
/* }}} */
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.dynconfset-container,
.dynconfset-editor {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.dynconfset-editor {
  margin-top: 15px;
}
.dynconfset-editor .editor {
  margin-top: 10px;
  margin-bottom: 10px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.repeated-fields-container {
  padding: 15px 5px;
  list-style: none;
}
.repeated-fields-container [class~="remove"]:hover {
  cursor: pointer;
}
.breadcrumb a:hover {
  text-decoration: none;
}
[class^="field-view"] .summary {
  padding-top: 6px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.profiles .profile-rules {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.profiles .profile-rule {
  border: 1px solid #e0e0e0;
  width: 270px;
  height: 350px;
  overflow: auto;
  margin: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.profiles .day-rule {
  padding-right: 15px;
}
.profiles .has-error .day-rule > label {
  color: #b72c29;
}
.profiles .add-rule-container {
  cursor: pointer;
}
.profiles .add-rule-container:hover {
  color: var(--brand-primary);
}
.profiles .add-rule-container .add-rule {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profiles .btn:not(.disabled):hover {
  color: var(--brand-primary);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.pace {
  background: white;
  height: 10px;
  width: 300px;
}
.pace .pace-progress {
  background-color: var(--brand-primary);
  position: absolute;
}
.pace .pace-activity {
  position: absolute;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: grey;
  opacity: 0.5;
  z-index: 900;
}
.loading-spinner {
  color: var(--brand-primary);
  width: fit-content;
}
.loading-spinner.global {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
}
.progress span {
  color: #000;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* css */
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* css */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.datetimepicker-input {
  position: relative;
}
.datetimepicker-input .datetimepicker-clear {
  position: absolute;
  top: 7px;
  right: 9px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s linear;
  z-index: 1050;
}
.datetimepicker-input:hover .datetimepicker-clear {
  opacity: 1;
}
.datetimepicker-input input[disabled] + .datetimepicker-clear {
  height: 0;
  width: 0;
  overflow: hidden;
}
.datetimepicker {
  --brand-primary-light-25: var(--brand-primary);
  --brand-primary-light-15: var(--brand-primary);
  --brand-primary-dark-10: var(--brand-primary);
}
@supports (color: hsl(from white h s l)) {
  .datetimepicker {
    --brand-primary-light-25: hsl(from var(--brand-primary) h s calc(l + 25));
    --brand-primary-light-15: hsl(from var(--brand-primary) h s calc(l + 15));
    --brand-primary-dark-10: hsl(from var(--brand-primary) h s calc(l - 10));
  }
}
.datetimepicker {
  padding: 5px;
  border: solid #e0e0e0 1px;
  border-radius: 5px;
  width: 240px;
  position: absolute;
  top: 36px;
  left: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  z-index: 1050;
  /* .calendars */
  /* &.range */
  /* .clocks */
  /** .timezone-label */
  /* .timezone-label */
}
.datetimepicker::before {
  content: '';
  border: 12px solid transparent;
  border-bottom-color: #e0e0e0;
  position: absolute;
  top: -24px;
  left: 8px;
}
.datetimepicker::after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -20px;
  left: 10px;
}
.datetimepicker.top {
  top: auto;
  bottom: 36px;
}
.datetimepicker.top::before {
  border-top-color: #e0e0e0;
  border-bottom-color: transparent;
  top: auto;
  bottom: -24px;
}
.datetimepicker.top::after {
  border-top-color: #fff;
  border-bottom-color: transparent;
  top: auto;
  bottom: -20px;
}
.datetimepicker.insufficient::before,
.datetimepicker.insufficient::after {
  display: none;
}
.datetimepicker input[type="number"] {
  /* Do not display arrows inside input number for Firefox */
  -moz-appearance: textfield;
  /* Do not display arrows inside input number for Webkit */
}
.datetimepicker input[type="number"]::-webkit-outer-spin-button,
.datetimepicker input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.datetimepicker .toolbar {
  margin-bottom: 0;
}
.datetimepicker .toolbar td {
  border-top: 0;
  padding: 0;
  text-align: center;
}
.datetimepicker .calendars {
  margin-bottom: 12px;
  position: relative;
  /* .table */
}
.datetimepicker .calendars > .separator {
  margin-left: -2px;
  border-left: 2px dashed #e0e0e0;
  border-right: 2px dashed #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.datetimepicker .calendars .table {
  margin-bottom: 0;
  /* td */
}
.datetimepicker .calendars .table .days td {
  width: 14.28571429%;
}
.datetimepicker .calendars .table.show-weeks .days td {
  width: 12.5%;
}
.datetimepicker .calendars .table.show-weeks .days td:first-child {
  color: #555555;
}
.datetimepicker .calendars .table .months td,
.datetimepicker .calendars .table .years td,
.datetimepicker .calendars .table .decades td {
  width: 25%;
}
.datetimepicker .calendars .table th {
  border: 0;
  border-radius: 6px;
  padding: 0;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
.datetimepicker .calendars .table td {
  border: 0;
  padding: 0;
  position: relative;
  text-align: center;
  /* Selection */
}
.datetimepicker .calendars .table td.current-date::before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: var(--brand-primary);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.datetimepicker .calendars .table td.start.current-date::before,
.datetimepicker .calendars .table td.end.current-date::before {
  border-bottom-color: #fff;
}
.datetimepicker .calendars .table td.start button,
.datetimepicker .calendars .table td.end button {
  background-color: var(--brand-primary);
  color: #fff;
  border-radius: 6px;
}
.datetimepicker .calendars .table td.start:hover button,
.datetimepicker .calendars .table td.end:hover button {
  background-color: var(--brand-primary-dark-10);
}
.datetimepicker .calendars .table td .data-predicted {
  display: none;
  padding: 3px 10px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  background-color: #f27a3a;
  color: white;
  white-space: nowrap;
  transform: translate(-50%);
  z-index: 2;
}
.datetimepicker .calendars .table td .data-predicted::before {
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: #f27a3a;
  border-bottom-width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.datetimepicker .calendars .table td:hover .data-predicted {
  display: block;
}
.datetimepicker .calendars .table button {
  border: none;
  border-radius: 6px;
  padding: 3px;
  width: 100%;
  background-color: white;
}
.datetimepicker .calendars .table button:hover {
  background-color: #e0e0e0;
}
.datetimepicker .calendars .table button[disabled] {
  color: #bbb;
}
.datetimepicker .calendars .table button[disabled]:hover {
  background-color: #fff;
}
.datetimepicker .calendars .table button.prev,
.datetimepicker .calendars .table button.next {
  color: var(--brand-primary);
}
.datetimepicker .calendars .table button.year,
.datetimepicker .calendars .table button.month {
  padding: 13px 0;
}
.datetimepicker.range {
  width: 500px;
}
.datetimepicker.range .calendars .table tbody button,
.datetimepicker.range .calendars .table tbody .start button,
.datetimepicker.range .calendars .table tbody .end button {
  border-radius: 0;
}
.datetimepicker.range .calendars .table tbody .start:hover button,
.datetimepicker.range .calendars .table tbody .end:hover button {
  background-color: var(--brand-primary);
}
.datetimepicker.range .calendars .table tbody .selected button {
  background-color: var(--brand-primary-light-25);
  border-radius: 0;
}
.datetimepicker.range .calendars .table tbody .predicted button {
  background-color: #e0e0e0;
}
.datetimepicker.range .calendars .table tbody .predicted.selected button {
  background-color: var(--brand-primary-light-15);
}
.datetimepicker.range .calendars .table tbody .predicted.start button,
.datetimepicker.range .calendars .table tbody .predicted.end button {
  border-radius: 0;
  background-color: var(--brand-primary-dark-10);
}
.datetimepicker .timezone {
  margin-top: 12px;
  margin-bottom: 12px;
}
.datetimepicker .timezone .select2-container .select2-choice {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.datetimepicker .clocks {
  /* table */
}
.datetimepicker .clocks > div {
  border-left: 2px dashed #e0e0e0;
  border-right: 2px dashed #e0e0e0;
}
.datetimepicker .clocks > div:first-child {
  border-left: none;
}
.datetimepicker .clocks > div:last-child {
  border-right: none;
}
.datetimepicker .clocks table {
  margin: 0;
}
.datetimepicker .clocks table.show-meridiem td,
.datetimepicker .clocks table.show-seconds td {
  width: 30%;
}
.datetimepicker .clocks table.show-seconds td {
  width: 30%;
}
.datetimepicker .clocks table.show-seconds td.separator {
  width: 5%;
}
.datetimepicker .clocks table td {
  border: 0;
  padding: 0;
  width: 45%;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}
.datetimepicker .clocks table td.separator {
  width: 10%;
}
.datetimepicker .clocks table td:not(:nth-child(4)) button {
  border: none;
  border-radius: 6px;
  padding: 0px 15px;
  background-color: white;
  color: var(--brand-primary);
}
.datetimepicker .clocks table td:not(:nth-child(4)) button:not([disabled]):hover {
  background-color: #e0e0e0;
}
.datetimepicker .clocks table td:not(:nth-child(4)).hours,
.datetimepicker .clocks table td:not(:nth-child(4)).minutes,
.datetimepicker .clocks table td:not(:nth-child(4)).seconds {
  /* Because Bootstrap overrides it */
}
.datetimepicker .clocks table td:not(:nth-child(4)).hours button,
.datetimepicker .clocks table td:not(:nth-child(4)).minutes button,
.datetimepicker .clocks table td:not(:nth-child(4)).seconds button {
  color: #333333;
  padding: 5px 15px;
}
.datetimepicker .clocks table td:not(:nth-child(4)).hours input,
.datetimepicker .clocks table td:not(:nth-child(4)).minutes input,
.datetimepicker .clocks table td:not(:nth-child(4)).seconds input {
  padding: 4px;
  height: 100%;
  font-size: 32px;
  text-align: center;
}
.datetimepicker .clocks table td:not(:nth-child(4)).hours input.ic-hidden,
.datetimepicker .clocks table td:not(:nth-child(4)).minutes input.ic-hidden,
.datetimepicker .clocks table td:not(:nth-child(4)).seconds input.ic-hidden {
  display: none;
}
.datetimepicker .timezone-label {
  width: 100%;
  margin: 12px auto;
  text-align: center;
}
/* .datetimepicker */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.sp-container {
  background-color: var(--background-color);
  border-color: #ccc;
  box-shadow: 2px 2px 2px #ccc;
}
.sp-container:hover {
  border-color: var(--dark-primary);
}
.sp-container .sp-palette-container .sp-palette-row > .sp-thumb-el {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 3px;
}
.sp-container .sp-palette-container .sp-palette-row > .sp-thumb-el .sp-thumb-inner {
  border-radius: 5px;
}
.sp-preview {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: none;
}
.sp-preview .sp-preview-inner {
  border-radius: 5px;
}
.sp-replacer {
  background-color: var(--background-color);
  border-color: #ccc;
  border-radius: 3px;
}
.sp-replacer.sp-active {
  border-color: #ccc;
}
.sp-replacer:hover {
  border-color: var(--dark-primary);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.input-field-search .btn-search .fa-spinner {
  margin-left: 5px;
}
.input-field-search .input-group-btn .btn-search {
  background-color: var(--brand-primary);
  color: white;
}
/* {{{ .switch-input */
.switch-input--empty {
  font-style: italic;
}
.switch-input__editable-marker {
  display: none;
  color: grey;
  /* Used to center icon in span. */
  line-height: 30px;
}
.switch-input--text:hover .switch-input__editable-marker {
  display: inline;
}
.switch-input--editing {
  display: grid;
  grid-template-columns: 1fr 35px 35px;
  column-gap: 3px;
}
.switch-input__field {
  position: relative;
}
.switch-input__field .has-error {
  border-color: #b72c29;
  box-shadow: inset 0 0 5px #b72c29;
}
.switch-input__field input {
  padding-right: 16px;
}
.switch-input__input-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  color: grey;
}
.switch-input__clear {
  cursor: pointer;
}
.switch-input__text {
  padding-left: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.switch-input__container {
  display: flex;
}
.switch-input {
  max-width: 340px;
}
/* }}} */
/* {{{ .toggle-input */
.toggle-input {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 15px;
  top: 2px;
}
.toggle-input__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-input__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--toggle-input-background, #e2e2e2);
  border: 1px solid var(--toggle-input-active-color, var(--brand-primary));
  transition: 400ms;
}
.toggle-input__slider:before {
  position: absolute;
  content: "";
  height: 22px;
  top: -5px;
  width: 22px;
  background-color: var(--toggle-input-background, #e2e2e2);
  border: 1px solid var(--toggle-input-active-color, var(--brand-primary));
}
.toggle-input__input:not(:disabled) + .toggle-input__slider:hover:before {
  box-shadow: inset 0 0 11px var(--toggle-input-active-color, var(--brand-primary));
}
.toggle-input__input:disabled + .toggle-input__slider,
.toggle-input__input:disabled + .toggle-input__slider:before {
  --toggle-input-active-color: var(--toggle-input-disabled-color, #eeeeee);
}
.toggle-input__input:checked + .toggle-input__slider {
  background-color: var(--toggle-input-active-color, var(--brand-primary));
}
.toggle-input__input:checked + .toggle-input__slider:before {
  transform: translateX(17px);
  border: 3px solid var(--toggle-input-active-color, var(--brand-primary));
}
/* Rounded sliders */
.toggle-input__slider.round {
  border-radius: 15px;
}
.toggle-input__slider.round:before {
  border-radius: 50%;
  left: -1px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.PoiCI__button {
  height: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.PoiCI__button--text {
  font-size: 16px;
}
.PoiCI__buffer {
  display: flex;
  align-items: center;
  height: 40px;
  grid-template-rows: max-content 0 0 0 0;
  grid-template-columns: 340px 0;
  grid-template-areas: "title button" "label label" "fields fields" "target target" "hole hole";
  grid-row-gap: 0;
  margin-top: 9px;
  background-color: transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  /* XXX: all ancestor selectors are needed to overide bootstrap behavior */
}
.PoiCI__buffer.open {
  display: grid;
  height: auto;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 265px 85px;
  grid-row-gap: 5px;
  background-color: rgba(180, 180, 180, 0.2);
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.PoiCI__buffer:not(.open) > .hidden_child {
  display: none;
}
.PoiCI__buffer > .btn-group > .btn.btn-default.active,
.PoiCI__buffer > .btn-group > .btn.btn-default.active.focus {
  background-color: var(--brand-primary);
}
.PoiCI__buffer__fields {
  display: flex;
  align-items: center;
  gap: 8px;
}
.PoiCI__buffer__fields input {
  display: inline;
}
.PoiCI__buffer__button {
  display: flex;
  gap: 4px;
  grid-area: button;
  justify-self: center;
  align-self: center;
}
.PoiCI__buffer__title {
  grid-area: title;
  justify-self: left;
}
.PoiCI__buffer__icon {
  margin-right: 3px;
}
.PoiCI_link,
#buffer-apply-PoiCI,
#buffer-cancel-PoiCI {
  cursor: pointer;
}
.PoiCI_link:hover {
  color: var(--brand-primary);
}
#buffer-apply-PoiCI[disabled] {
  cursor: not-allowed;
  background-color: #777777;
}
#buffer-cancel-PoiCI {
  cursor: pointer;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
span.poiIcon__div-icon-span {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: var(--poi-div-icon-color, inherit);
  font-size: var(--poi-div-icon-size, 12px);
  /* 12px is the default size in leaflet */
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.date__container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* For responsivity */
  flex-wrap: wrap;
}
.date__child__container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* For responsivity */
  flex-wrap: wrap;
  white-space: nowrap;
}
.date__type {
  display: inline-block;
}
.date__number {
  width: 70px;
  display: inline-block;
}
.date__unit {
  width: 130px;
  display: inline-block;
}
.date__message {
  margin: auto 0px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.switcher__container {
  display: flex;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.sequence-identifier__form {
  display: grid;
  grid-template-columns: auto;
  gap: 8px;
}
.sequence-identifier__form .terms__label .form__field {
  display: inline-block;
  margin-inline-start: 10px;
  vertical-align: middle;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.dropdown__container {
  position: relative;
  display: inline-block;
}
.dropdown__button {
  position: relative;
  display: inline-block;
  text-align: start;
}
.dropdown__button:focus,
.dropdown__button:active {
  outline: none;
}
.dropdown__caret {
  transition: all 0.3s ease;
  transform-origin: center;
}
.dropdown__caret.rotate {
  transform: rotate(-180deg);
}
.dropdown__slot_wrapper {
  position: absolute;
  max-height: 70vh;
  max-width: 70vw;
  z-index: 1035;
  overflow: auto;
}
.dropdown__slot_wrapper.left {
  left: 0;
  right: auto;
}
.dropdown__slot_wrapper.left.teleport {
  left: var(--dropdown_left);
}
.dropdown__slot_wrapper.right {
  left: auto;
  right: 0;
}
.dropdown__slot_wrapper.right.teleport {
  right: calc(100vw - var(--dropdown_right));
}
.dropdown__slot_wrapper.center {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown__slot_wrapper.center.teleport {
  left: var(--dropdown_center);
}
.dropdown__slot_wrapper.top {
  bottom: 100%;
  top: auto;
}
.dropdown__slot_wrapper.top.teleport {
  bottom: calc(100vh - var(--dropdown_top));
}
.dropdown__slot_wrapper.bottom {
  top: 100%;
  bottom: auto;
}
.dropdown__slot_wrapper.bottom.teleport {
  top: var(--dropdown_bottom);
}
.menu_vertical {
  list-style: none;
  text-wrap: wrap;
  width: fit-content;
  min-width: 160px;
  background-color: var(--background-color);
  border: 1px solid #d0d0d0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: calc(calc(30px / 2) / 3) 0 0;
  padding: calc(calc(30px / 2) / 3) 0;
}
.menu_vertical > .divider {
  --divider-background: var(--c-gray-extra-light);
  height: 1px;
  margin: calc(calc(30px / 2) / 2) 0;
  overflow: hidden;
  background-color: var(--divider-background);
}
.menu_vertical__item {
  display: block;
  width: 100%;
  padding: calc(calc(30px / 2) / 3) calc(30px / 2);
  white-space: nowrap;
  cursor: pointer;
  /** XXX: To compensate the icon on the left we add the same space
     * right with .fa-fw width and .inline-space-after margin-inline-end */
  padding-inline-end: calc(calc(30px / 2) + 1.28571429em + 5px);
}
.menu_vertical__item.disabled {
  color: #777777;
  cursor: not-allowed;
  pointer-events: none;
}
.menu_vertical__item:hover {
  color: var(--text-contrast);
  text-decoration: none;
  background-color: var(--background-contrast);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables */
@layer default {
  :root {
    --wizard-alt-background: #f5f5f5;
  }
}
/* {{{ Step */
.wizard__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: calc(30px / 2);
}
.wizard__body {
  width: 100%;
  height: 100%;
  margin-top: calc(30px / 2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wizard__body .alert {
  margin-bottom: calc(30px / 2);
  margin-top: 0;
}
.wizard__steps_container {
  overflow: hidden;
  display: flex;
  width: 100%;
  flex: 1;
  flex-flow: row nowrap;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
}
.wizard__step {
  width: 100%;
  flex: none;
  max-height: 100%;
  overflow-x: auto;
  scroll-snap-align: center;
  margin-inline-start: calc(calc(30px / 2) / 2);
  margin-inline-end: calc(calc(30px / 2) / 2);
}
.wizard__footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: calc(30px / 2);
}
.wizard__footer .btn {
  margin-inline-start: calc(calc(30px / 2) / 2);
}
.wizard__footer .btn:first-of-type {
  margin-inline-start: unset;
}
/* }}} */
/* {{{ Navigation Arrow */
.wizard__navigation-arrow__container {
  display: flex;
  align-items: center;
  width: 100%;
  filter: drop-shadow(0.5px 0.5px 0 #d0d0d0) /* top-left corner */ drop-shadow(-0.5px -0.5px 0 #d0d0d0) /* bottom-left corner */ drop-shadow(-0.5px 0.5px 0 #d0d0d0) /* top-right corner */ drop-shadow(0.5px -0.5px 0 #d0d0d0);
}
.wizard__navigation-arrow {
  padding-top: calc(calc(30px / 2) / 2);
  padding-bottom: calc(calc(30px / 2) / 2);
  padding-left: calc(calc(30px / 2) * 2);
  padding-right: calc(calc(30px / 2) * 2);
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: var(--wizard-alt-background);
  /* 6------------------------1
     *  \                        \
     *   \5       Middle          \2
     *   /        Section         /
     *  /                        /
     * 4------------------------3
     */
  margin-left: calc(1px - calc(calc(30px / 2) / 2));
  margin-right: calc(1px - calc(calc(30px / 2) / 2));
  clip-path: polygon(calc(100% - calc(30px / 2)) 0, /* 1 */ 100% 50%, /* 2 */ calc(100% - calc(30px / 2)) 100%, /* 3 */ 0 100%, /* 4 */ calc(30px / 2) 50%, /* 5 */ 0 0 /* 6 */);
  /* 5------------------------1
     * |                         \
     * |           First          \2
     * |          Section         /
     * |                         /
     * 4------------------------3
     */
  /* 5------------------------1
     *  \                       |
     *   \         Last         |
     *   /        Section       |
     *  /                       |
     * 4------------------------2
     */
}
.wizard__navigation-arrow:first-of-type {
  margin-left: 0;
  clip-path: polygon(calc(100% - calc(30px / 2)) 0, /* 1 */ 100% 50%, /* 2 */ calc(100% - calc(30px / 2)) 100%, /* 3 */ 0 100%, /* 4 */ 0 0 /* 5 */);
}
.wizard__navigation-arrow:last-of-type {
  margin-right: 0;
  clip-path: polygon(100% 0, /* 1 */ 100% 100%, /* 2 */ 0 100%, /* 3 */ calc(30px / 2) 50%, /* 4 */ 0 0 /* 5 */);
  /* 4------------------------1
         * |                        |
         * |          Only          |
         * |         Section        |
         * |                        |
         * 3------------------------2
         */
}
.wizard__navigation-arrow:last-of-type:first-of-type {
  margin-left: 0;
  clip-path: polygon(100% 0, /* 1 */ 100% 100%, /* 2 */ 0 100%, /* 3 */ 0 0 /* 4 */);
}
[dir="rtl"] .wizard__navigation-arrow {
  /*    6----------------------1
         *   /                      /
         * 5/        Middle       2/
         *  \        Section       \
         *   \                      \
         *    4----------------------3
         */
  margin-left: calc(1px - calc(calc(30px / 2) / 2));
  margin-right: calc(1px - calc(calc(30px / 2) / 2));
  clip-path: polygon(100% 0, /* 1 */ calc(100% - calc(30px / 2)) 50%, /* 2 */ 100% 100%, /* 3 */ calc(30px / 2) 100%, /* 4 */ 0 50%, /* 5 */ calc(30px / 2) 0 /* 6 */);
  /*    5------------------------1
         *   /                         |
         * 4/            First         |
         *  \           Section        |
         *   \                         |
         *    3------------------------2
         */
  /* 5--------------------------1
         * |                         /
         * |           Last        2/
         * |          Section       \
         * |                         \
         * 4--------------------------3
         */
}
[dir="rtl"] .wizard__navigation-arrow:first-of-type {
  margin-right: 0;
  clip-path: polygon(100% 0, /* 1 */ 100% 100%, /* 2 */ calc(30px / 2) 100%, /* 3 */ 0 50%, /* 4 */ calc(30px / 2) 0 /* 5 */);
}
[dir="rtl"] .wizard__navigation-arrow:last-of-type {
  margin-left: 0;
  clip-path: polygon(100% 0, /* 1 */ calc(100% - calc(30px / 2)) 50%, /* 2 */ 100% 100%, /* 3 */ 0 100%, /* 4 */ 0 0, /* 5 */);
  /* 4------------------------1
             * |                        |
             * |          Only          |
             * |         Section        |
             * |                        |
             * 3------------------------2
             */
}
[dir="rtl"] .wizard__navigation-arrow:last-of-type:first-of-type {
  margin-left: 0;
  clip-path: polygon(100% 0, /* 1 */ 100% 100%, /* 2 */ 0 100%, /* 3 */ 0 0 /* 4 */);
}
.wizard__navigation-arrow:hover {
  filter: brightness(85%);
}
.wizard__navigation-arrow.active {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.wizard__navigation-arrow.disabled {
  color: #777777;
  cursor: not-allowed;
  pointer-events: none;
}
/* }}} */
/* {{{ Chunk */
.wizard__chunk__container {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: var(--background-color);
}
.wizard__chunk__container:not(:first-of-type) {
  margin-top: calc(30px / 2);
}
.wizard__chunk__header {
  padding: calc(30px / 2);
  display: flex;
  width: 100%;
  align-items: baseline;
  background-color: var(--wizard-alt-background);
  font-size: 18px;
  border-radius: 4px 4px 0px 0px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.form-group {
  position: relative;
}
.form-group .user-field + .fa {
  position: absolute;
  left: 7px;
  bottom: 8px;
}
.form-group input.remove-increment-decrement-arrows[type="number"] {
  /* Do not display arrows inside input number for Firefox */
  -moz-appearance: textfield;
  /* Do not display arrows inside input number for Webkit */
}
.form-group input.remove-increment-decrement-arrows[type="number"]::-webkit-outer-spin-button,
.form-group input.remove-increment-decrement-arrows[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.required-text {
  text-align: left;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-weight: bold;
  font-size: 10px;
}
.star {
  color: var(--brand-primary);
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #91c46b;
}
.has-success .form-control {
  border-color: #91c46b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #76b448;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c7e1b4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c7e1b4;
}
.has-success .input-group-addon {
  color: #91c46b;
  background-color: #fff;
  border-color: #91c46b;
}
.has-success .form-control-feedback {
  color: #91c46b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #e87a0c;
}
.has-warning .form-control {
  border-color: #e87a0c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #b86109;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7ad63;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7ad63;
}
.has-warning .input-group-addon {
  color: #e87a0c;
  background-color: #fff;
  border-color: #e87a0c;
}
.has-warning .form-control-feedback {
  color: #e87a0c;
}
.has-error .help-block,
.has-error .selectic .help-block,
.has-error .control-label,
.has-error .selectic .control-label,
.has-error .radio,
.has-error .selectic .radio,
.has-error .checkbox,
.has-error .selectic .checkbox,
.has-error .radio-inline,
.has-error .selectic .radio-inline,
.has-error .checkbox-inline,
.has-error .selectic .checkbox-inline,
.has-error.radio label,
.has-error .selectic.radio label,
.has-error.checkbox label,
.has-error .selectic.checkbox label,
.has-error.radio-inline label,
.has-error .selectic.radio-inline label,
.has-error.checkbox-inline label,
.has-error .selectic.checkbox-inline label {
  color: #b72c29;
}
.has-error .form-control,
.has-error .selectic .form-control {
  border-color: #b72c29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .selectic .form-control:focus {
  border-color: #8d2220;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd6b69;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd6b69;
}
.has-error .input-group-addon,
.has-error .selectic .input-group-addon {
  color: #b72c29;
  background-color: #fff;
  border-color: #b72c29;
}
.has-error .form-control-feedback,
.has-error .selectic .form-control-feedback {
  color: #b72c29;
}
.form-horizontal .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.buttons-edition {
  text-align: right;
}
textarea.form-control {
  /* XXX: This is to prevent textarea to expand outside of parent
     * elements (such as dialog).
     * Default width are generally larger enough, user should not need
     * to expand it horizontally.
     */
  max-width: 100%;
}
/** Message that appears under the field */
.form__field__message {
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  margin-bottom: 5px;
  /* We consider that when the field is in error, the messages should be in
     * "error" too.
     *
     * XXX: This rule is placed before the state-specific rules (e.g.,
     * .success, .error, etc.) so that those can override it more easily and
     * keep their own definitions.
     */
}
.has-error .form__field__message {
  color: var(--brand-danger);
}
.form__field__message.text {
  /* This class is more to keep text in normal color even if "has-error"
         * is set */
  color: inherit;
}
.form__field__message.success {
  color: var(--brand-success);
}
.form__field__message.warning {
  color: var(--brand-warning);
}
.form__field__message.error {
  color: var(--brand-danger);
}
.form__field__message.danger {
  color: var(--brand-danger);
}
.form__field__message.info {
  color: var(--brand-info);
}
.form-control:focus {
  --shadow-color: var(--dark-primary);
}
@supports (color: rgb(from white r g b)) {
  .form-control:focus {
    --shadow-color: rgb(from var(--dark-primary) r g b / 0.6);
  }
}
.form-control.checkbox {
  height: unset;
  width: unset;
  box-shadow: unset;
}
.form-control:focus {
  border-color: var(--dark-primary);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--shadow-color);
}
.form-full-width {
  width: 100%;
}
.text-form__character-limit-message {
  margin-top: calc(calc(30px / 2) / 3);
}
.text-form__character-limit-warning:before {
  font-family: FontAwesome;
  content: "\f071";
  margin-inline-end: calc(calc(30px / 2) / 3);
}
/* Prevents Bootstrap's .form-group .fa.fa-search from incorrectly
 * positioning the icon to the right by resetting its position property.
 * This is mandatory to avoid breaking the Search component when using it
 * inside a form.
 */
.input-group .input-group-addon span.search-icon {
  position: unset;
}
@keyframes background-color-change {
  0% {
    background-color: none;
  }
  10% {
    background-color: #dddddd;
  }
  100% {
    background-color: none;
  }
}
.placemark-selector .form-group {
  padding-inline-start: calc(30px / 2);
  padding-inline-end: calc(30px / 2);
}
.placemark-selector .form-group .form__field .placemark-selector__container {
  display: flex;
  justify-content: space-between;
}
.placemark-selector .form-group .form__field .placemark-selector__container .selected-placemarks ul {
  margin-inline-start: calc(30px / 2);
  padding-inline-start: 0;
  max-height: 100px;
  overflow: auto;
}
.placemark-selector .form-group .form__field .placemark-selector__container .selected-placemarks ul .placemark-highlight {
  font-weight: bold;
  color: var(--brand-primary);
  animation: background-color-change 2s forwards;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.form-core {
  display: flex;
  flex-direction: column;
}
.form-core .textarea__keywords {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #d0d0d0;
  border-radius: 4px 4px 0 0;
  padding: calc(calc(30px / 2) / 2);
}
.form-core .textarea__keywords + textarea {
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.form-core .textarea__keywords + .ql-toolbar {
  border-top: 0;
  border-radius: 0;
}
.form-core .textarea__keywords .group-container-label {
  margin-inline-start: calc(calc(30px / 2) / 2);
  margin-inline-end: calc(calc(30px / 2) / 2);
  min-width: fit-content;
}
.form-core .textarea__keywords .groups-container {
  display: flex;
  align-items: center;
  gap: calc(30px / 2);
  overflow-x: scroll;
}
.form-core .textarea__keywords .groups-container .keyword {
  display: flex;
  align-items: center;
}
.form-core textarea {
  width: 100%;
  min-height: 120px;
}
.form-core input {
  width: 100%;
}
.rich-text-editor {
  /* min-height = min-height(.ql-editor = 200px)
     *            + padding(Bootstrap form-control = 5px) × 2 (top & bottom)
     */
  min-height: 210px;
  border-radius: 4px;
}
.ql-toolbar:has( + .rich-text-editor) {
  border-radius: 4px 4px 0 0;
}
.ql-toolbar + .rich-text-editor {
  border-radius: 0 0 4px 4px;
}
.rich-text-editor .ql-editor {
  min-height: 200px;
  color: #333333;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.meta-form {
  display: grid;
  grid-template-areas: "meta-field";
  grid-template-columns: 1fr;
  gap: calc(30px / 2);
  padding-top: calc(30px / 2);
  padding-bottom: calc(30px / 2);
}
.meta-form__footer {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding-inline: calc(30px / 2);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.keyword-mapper .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-top: calc(30px / 2);
}
.keyword-mapper .form-group .form__field {
  width: 100%;
}
.keyword-mapper .form__label {
  display: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.breadcrumb__item + .breadcrumb__item:before {
  content: '\003E';
  color: #333333;
  font-size: initial;
}
.breadcrumb-item--no-navigation {
  cursor: default;
  color: #777777;
}
.breadcrumb-item__icon,
.breadcrumb-item--navigation {
  color: #333333;
}
.breadcrumb-item__icon--link {
  cursor: pointer;
}
.breadcrumb-item__icon--link:hover,
.breadcrumb-item__icon--link:focus {
  color: var(--brand-primary);
}
/* {{{ Specific to the breadcrumb header */
.breadcrumb-header .breadcrumb-item {
  font-size: 1.25em;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
.selectic {
  --selectic-font-size: 13px;
  --selectic-cursor-disabled: not-allowed;
  /* The main element */
  --selectic-color: #555555;
  --selectic-bg: #fff;
  /* The main element (when disabled) */
  --selectic-color-disabled: #777777;
  --selectic-bg-disabled: #eeeeee;
  /* The list */
  --selectic-panel-bg: #eeeeee;
  --selectic-separator-bordercolor: #ccc;
  /* The current selected item */
  --selectic-selected-item-color: var(--brand-primary);
  /* When mouse is over items or by selecting with key arrows */
  --selectic-active-item-color: var(--text-contrast);
  --selectic-active-item-bg: var(--dark-primary);
  /* Selected values in main element */
  --selectic-value-bg: #eeeeee;
  --selectic-more-items-bg-disabled: #d5d5d5;
  /* Information message */
  --selectic-info-bg: #5e83bf;
  --selectic-info-color: #fff;
  /* Error message */
  --selectic-error-bg: #b72c29;
  --selectic-error-color: #fff;
  /* fix checkboxes margins in filter block */
}
.selectic .form-group {
  /* XXX: Reset bootstrap values */
}
.selectic .form-group .form-control-feedback.fa,
.selectic .form-group .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
}
.selectic input[type="checkbox"] {
  margin-right: 4px;
}
.selectic .selectic-input.form-control {
  align-items: center;
}
.selectic-unbordered {
  cursor: pointer;
  width: max-content;
}
.selectic-unbordered .selectic-input.form-control {
  align-items: center;
  min-height: unset;
  font-size: inherit;
  background-color: unset;
  color: var(--brand-primary);
  border: none;
  box-shadow: none;
  padding: 0 10px 0 0!important;
}
.selectic-unbordered .selectic__icon-container.form-control-feedback {
  height: 27px;
  width: auto;
  display: flex;
  align-items: center;
}
.selectic-unbordered .selectic__icon-container.form-control-feedback span {
  color: var(--brand-primary);
}
.selectic-unbordered.selectic__extended-list {
  min-width: max-content;
  border-radius: 4px;
}
.selectic-unbordered.selectic__extended-list .selectic-item {
  padding: 5px 8px;
}
.selectic-unbordered.selectic__extended-list .selectic-item.selected {
  color: var(--brand-primary);
  font-weight: bold;
}
.selectic-unbordered.selectic__extended-list .selectic-item__active {
  background-color: rgba(245, 245, 245, 0.7);
  color: inherit;
}
.selectic-unbordered.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
@layer default {
  body {
    /** Secondary color used for contrast */
    --vue3-tutorial-brand-secondary: #2c3e50;
    /** zIndex used by popup window for the tips (it should be over dialog). */
    --vue3-tutorial-zindex: 5000;
  }
}
@layer computed {
  body {
    /** Main color used for component */
    --vue3-tutorial-brand-primary: var(--brand-primary);
    /** The text color of step window */
    --vue3-tutorial-step-text-color: var(--text-contrast);
    /** The background color of the step window */
    --vue3-tutorial-step-bg-color: var(--vue3-tutorial-brand-primary);
    /** The background color of the header of step window */
    --vue3-tutorial-step-header-bg-color: var(--vue3-tutorial-brand-secondary);
    /** The text color of the header of step window */
    --vue3-tutorial-step-header-text-color: var(--vue3-tutorial-step-text-color);
    /** The shadow style of the highlighted element */
    --vue3-tutorial-highlight-shadow: 0 0 10px var(--vue3-tutorial-brand-primary), inset 0 0 10px var(--vue3-tutorial-brand-primary);
  }
}
body .vue3-tutorial__window-container {
  font-size: 1.2em;
}
body .vue3-tutorial__window {
  min-width: 250px;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip) {
  /*
        font-size: 1em;
        height: 1.5em;
        line-height: 1rem;
        padding: 0.35rem 0.4rem;
        */
  height: inherit;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active:focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active:focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active.focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):hover,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).focus {
  color: #333;
  text-decoration: none;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).disabled,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip)[disabled],
fieldset[disabled] body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip) {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
abody .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).disabled,
fieldset[disabled] abody .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip) {
  pointer-events: none;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active,
.open > .dropdown-togglebody .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip) {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active:hover,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active:hover,
.open > .dropdown-togglebody .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):hover,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active:focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active:focus,
.open > .dropdown-togglebody .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):active.focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).active.focus,
.open > .dropdown-togglebody .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).disabled:hover,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip)[disabled]:hover,
fieldset[disabled] body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):hover,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).disabled:focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip)[disabled]:focus,
fieldset[disabled] body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip):focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).disabled.focus,
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip)[disabled].focus,
fieldset[disabled] body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip).focus {
  background-color: #fff;
  border-color: #ccc;
}
body .vue3-tutorial__step__btn:not(.vue3-tutorial__step__btn-skip) .badge {
  color: #fff;
  background-color: #333;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
/* {{{ Tree */
.tree-first-node.node-container {
  border: none;
}
.tree-container {
  margin-top: 15px;
}
.tree-title {
  margin: 0;
  font-size: 20px;
}
/* }}} */
/* {{{ TreeNode */
.node-is-disabled {
  opacity: 0.6;
}
.node-is-disabled .node-tree-opener {
  cursor: default;
}
.node-container {
  padding-left: 10px;
  margin-left: 0.7rem;
  display: block;
  border-left: solid 1px;
  border-color: rgba(0, 0, 0, 0.25);
}
.node-container.hide-node {
  display: none;
}
.node-label-container {
  background-color: none;
  border-radius: 5px;
  padding: 3px;
  transition: background-color 500ms ease;
}
.node-label-container.found-node {
  background-color: #C0E3E8;
}
/* XXX: keep specificity > 0,2,1 */
.node-container .node-label-container > label.node-label {
  cursor: pointer;
  display: inline-block;
}
.node-label.highlighted {
  color: #7575EE;
}
.node-label.is-disabled {
  cursor: default;
}
.node-label:hover:not(.is-disabled) {
  color: var(--brand-primary);
}
.node-tree-opener {
  cursor: pointer;
}
.node-badge {
  margin-left: 5px;
}
.treeNode--highlighted__icon {
  margin-left: 5px;
}
/* }}}*/
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
@layer default {
  :root {
    /** background color of the context menu */
    --custom-contextmenu-bg-color: white;
    /** text color of the context menu */
    --custom-contextmenu-color: #222;
    /** background color of the context menu item on hover */
    --custom-contextmenu-bg-color-hover: #f4f4f4;
  }
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.session-timeout-notification-container {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--brand-primary);
}
.session-timeout-notification-container .session-timeout-notification {
  z-index: 9999;
  position: absolute;
  top: 30%;
  left: 50%;
  min-width: 300px;
  max-width: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
.session-timeout-notification-container .session-timeout-notification__header {
  font-size: 24px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.relative-time-selector {
  display: flex;
  align-items: center;
  gap: 4px;
}
.relative-time-selector .relative-time-selector__time-value {
  height: var(--panel-board__field-height);
  width: 40px;
  font-size: inherit;
  padding: 4px 2px 4px 4px;
}
.relative-time-selector input[type=number]::-webkit-inner-spin-button {
  height: 20px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables definition */
.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: lowercase;
  padding-bottom: 0;
  border-bottom: 0;
  /* Override Bootstrap rules */
  margin: 0;
  /* avoid pager to be too close to Table */
  margin-top: 5px;
  margin-bottom: 5px;
  /* reduce the selectic height */
  --selectic-input-height: 2em;
}
.pager:before,
.pager:after {
  display: none;
}
.pager .display {
  padding: 0;
}
.pager .display label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
}
.pager .display label .selectic {
  margin: 0 5px;
}
.pager .total {
  padding: 0;
}
.pager.withDisplay {
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.pager .pager-content {
  display: flex;
  align-items: center;
  padding: 0;
}
.pager .pager-content:only-child {
  /* This allow to put the element on the right if it is alone */
  margin-inline-start: auto;
}
.pager .pager-content__infos {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  font-size: 13px;
}
.pager .pager-content__infos p {
  margin: 0;
}
.pager .pager-content__infos__input {
  --responsiveWidth: 20px;
  width: var(--responsiveWidth);
  height: 18px;
  text-align: center;
  border: 1px solid #eeeeee;
  /* {{{ hide the number input arrows on Firefox and Chrome */
  -moz-appearance: textfield;
  /* }}} */
}
.pager .pager-content__infos__input::-webkit-inner-spin-button,
.pager .pager-content__infos__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.pager .pager-content__action {
  position: relative;
  padding: 0 6px;
  cursor: pointer;
  color: var(--brand-primary);
}
.pager .pager-content__action.disabled {
  pointer-events: none;
  cursor: none;
  color: #777777;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.workspace-add-entity .entity-select {
  margin-bottom: 10px;
}
.workspace-add-entity .info-section {
  background: #5e83bf;
  color: white;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.workspace-add-entity .info-section__main {
  margin-bottom: 10px;
}
.workspace-add-entity .info-section__secondary {
  display: flex;
}
.workspace-add-entity .info-section__secondary span {
  margin-right: 5px;
}
.workspace-add-entity .roles__list {
  display: grid;
  gap: 10px;
}
.workspace-add-entity .roles__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.workspace-add-entity .roles .role-item .selectic {
  flex: 1;
}
.workspace-add-entity .roles .role-item__options {
  flex: 1;
  display: flex;
  align-items: center;
}
.workspace-add-entity .roles .role-item__options__label {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
}
.workspace-add-entity .roles .role-item__options__label input {
  margin: 0;
}
.workspace-add-entity .roles .role-item__options__icon {
  margin: 0 5px;
}
.workspace-add-entity .roles .role-item__delete {
  cursor: pointer;
  margin-left: 5px;
}
.workspace-add-entity .actions {
  margin-top: 20px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.workspace-edit-entity__subtitle {
  margin: 15px 0 0;
  font-size: 20px;
}
.workspace-edit-entity__subtitle-icon {
  margin-left: 5px;
}
.workspace-edit-entity .inherited-role {
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  background: #dbdbdb;
}
.workspace-edit-entity .roles__list {
  display: grid;
  gap: 10px;
}
.workspace-edit-entity .roles__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.workspace-edit-entity .roles .role-item .selectic {
  flex: 1;
}
.workspace-edit-entity .roles .role-item__options {
  flex: 1;
  display: flex;
  align-items: center;
}
.workspace-edit-entity .roles .role-item__options__label {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
}
.workspace-edit-entity .roles .role-item__options__label input {
  margin: 0;
}
.workspace-edit-entity .roles .role-item__options__icon {
  margin: 0 5px;
}
.workspace-edit-entity .roles .role-item__delete {
  cursor: pointer;
  margin-left: 5px;
}
.workspace-edit-entity .actions {
  margin-top: 20px;
}
.role-item__options .disabled {
  color: #777777;
  cursor: not-allowed;
  pointer-events: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
.ic-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: baseline;
  margin: 0px;
  cursor: pointer;
}
.ic-checkbox input[type="checkbox"] {
  margin-right: 7px;
  cursor: pointer;
}
.filtered-shared-objects-selector {
  display: grid;
  gap: 8px;
  /* Two columns, each one is of size (50% - @filtered-so-selector__gap / 2). */
  grid-template-columns: repeat(2, calc((100% - 8px) / 2));
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Default variables */
@layer default {
  :root {
    --navs-border-tabs-color: #d0d0d0;
  }
}
/* Computed variables */
@layer computed {
  :root {
    --tabs-background: var(--c-grey-extra-light);
    --tabs-active-background: var(--background-color);
    --tabs-section-background: var(--navs-border-tabs-color);
  }
  @supports (color: hsl(from white h s l)) {
    :root {
      --tabs-section-background: hsl(from var(--navs-border-tabs-color) h s calc(l + 7));
    }
  }
}
#app-container .nav.nav-tabs {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d0d0d0;
  margin-inline-start: calc(30px / 2);
  margin-inline-end: calc(30px / 2);
  margin-bottom: -1px;
}
#app-container .nav.nav-tabs > li {
  cursor: pointer;
}
#app-container .nav.nav-tabs > li > a {
  background-color: var(--tabs-background);
  color: #333333;
  border-color: var(--navs-border-tabs-color);
}
#app-container .nav.nav-tabs > li > a:hover {
  color: var(--brand-primary);
  background-color: var(--tabs-active-background);
  border-bottom-color: var(--tabs-active-background);
}
#app-container .nav.nav-tabs > li > a > span {
  margin-right: calc(calc(30px / 2) / 3);
}
#app-container .nav.nav-tabs > li.active > a {
  color: var(--brand-primary);
  background-color: var(--tabs-active-background);
  border-bottom-color: var(--tabs-active-background);
}
#app-container .tabs-section {
  background-color: var(--tabs-section-background);
}
#app-container .tabs-section__content {
  background-color: var(--tabs-active-background);
  border: 1px solid var(--navs-border-tabs-color);
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.scrolling-tabs .wrapper {
  height: 39px;
  overflow: hidden;
}
.scrolling-tabs .wrapper > ul {
  position: absolute;
  margin-left: 15px;
  margin-right: 15px;
  white-space: nowrap;
  min-width: 100%;
  /* XXX: a big number to avoids watching multiple lines until js
             * computes the real one */
  width: 1000000px;
}
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab > a {
  background-color: var(--navs-border-tabs-color);
}
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab > a:hover,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab > a:active,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab > a:focus {
  background-color: var(--tabs-active-background);
}
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab .dropdown-menu li a {
  background-color: var(--background-color);
}
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab .dropdown-menu li a:hover,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab .dropdown-menu li a:active,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab .dropdown-menu li a:focus {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab.active > a,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab.active > a:hover,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab.active > a:focus,
.scrolling-tabs .wrapper > ul.nav.nav-tabs .dashboard-tab.active > a:active {
  background-color: var(--tabs-active-background);
}
.scrolling-tabs .scroller {
  position: absolute;
  bottom: 0;
  z-index: 1;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  padding: 13px;
  background-color: #fff;
  cursor: pointer;
}
.scrolling-tabs .scroller.scroller-right {
  right: 0;
}
.scrolling-tabs .scroller.scroller-left {
  left: 0;
}
.main_container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
  padding-left: 30px;
  padding-right: 30px;
}
.tab__container {
  padding: calc(30px / 2);
  background-color: var(--background-color);
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tab-header {
  display: flex;
  justify-content: space-between;
}
.tab-header .alert-actions {
  margin: auto 0;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.attachments-container {
  display: flex;
  overflow: auto;
  width: 100%;
  height: 140px;
}
.attachments-container.empty {
  height: 30px;
}
.attachment-item {
  position: relative;
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
.attachment-item:hover .attachment-delete {
  display: flex;
}
.attachment-item .attachment-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.attachment-item .default-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../assets/img/file-thumb.png) center center no-repeat;
  background-size: contain;
}
.attachment-item .attachment-extension {
  position: absolute;
  width: 50px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-color: #2e68ce;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachment-item .attachment-delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  align-items: center;
  background-color: #2e68ce;
  justify-content: center;
  border-radius: 0 0 0 30%;
}
.attachment-item .attachment-delete .fa {
  color: white;
  cursor: pointer;
}
.attachment-item .attachment-delete .fa:hover {
  transform: scale(1.2);
}
.remove-preview {
  margin-inline-start: 5px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* Default variables */
@layer default {
  :root {
    --panel-board__color__grey: #7E7E7E;
    --panel-board__text-color: black;
    --panel-board__error-color: #D71313;
    --panel-board__bg-color__primary: rgba(245, 245, 245, 0.7);
    --panel-board__bg-color__secondary: white;
    --panel-board__font-weight__normal: 400;
    --panel-board__font-weight__lighter: 300;
    --panel-board__font-weight__bolder: 500;
    --panel-board__font-weight__bold: 700;
    --panel-board__font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    --panel-board__font-size: 10px;
    --panel-board__field-height: 27px;
    --panel-board__border-radius: 15px;
    --panel-board__button__padding: 0;
    --side-panel__section__border__color: #D9D9D9;
    --side-panel__section__padding: 10px 8px;
    --side-panel__item__background__color: white;
  }
}
/* Computed variables */
@layer computed {
  :root {
    --panel-board__color__primary: var(--brand-primary);
    --side-panel__item__background-gradient__color: rgba(var(--brand-primary), 0.1);
  }
}
/* }}} */
/* {{{ Box */
.box__header__state {
  padding: 5px;
  font-style: italic;
  justify-self: right;
  min-height: 1px;
}
.box__header__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box__header__label {
  padding-right: 30px;
}
.box__board {
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 30px;
}
.box__board.box__board--1col {
  grid-template-columns: 1fr;
}
.box__board.box__board--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box__board.box__board--4col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.box__board.box__board--2-1col {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.box__board section {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.box__board section .box__header {
  font-weight: bold;
  background-color: var(--brand-primary);
  color: var(--c-white);
  height: 3em;
  font-size: 19.5px;
  padding: 5px;
  padding-left: 10px;
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) max-content;
}
.box__board section .box__header.box__header--nolabel {
  grid-template-columns: minmax(0, 1fr) max-content;
}
.box__board section .box__header.box__header--midsection {
  grid-template-columns: minmax(0, 1fr) max-content;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.box__board section .box__header a {
  color: var(--c-white);
}
.box__board section .box__header input {
  color: #333333;
}
.box__board section aside {
  font-size: 15.6px;
  font-style: italic;
}
.box__board section a {
  cursor: pointer;
}
.box__board section .box__content {
  padding: 15px;
}
.box__board section .box__content .box__map {
  height: 500px;
}
.box__board.ic-hidden {
  display: none;
}
.box__fullline {
  grid-column-start: 1;
  grid-column-end: -1;
}
.box__box__list {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  row-gap: 15px;
}
.box__box__list .box__label {
  font-weight: bold;
}
.box__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.box__kpis.box__kpis--4cols {
  grid-template-columns: repeat(4, 1fr);
}
.box__kpis .value {
  font-size: 32.5px;
}
.box__filter {
  cursor: pointer;
}
.box__filter h4 .title {
  margin-right: 5px;
}
/* }}} */
/* {{{ PanelBoard */
.panel-board__container {
  display: flex;
  background-color: var(--panel-board__bg-color__primary);
  backdrop-filter: blur(15px);
  font-family: var(--panel-board__font-family);
  border-radius: var(--panel-board__border-radius);
  box-shadow: -4px 0px 15px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  /* some leaftlet control have the leaflet-control class that forces float */
  float: none;
}
.panel-board__close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--brand-primary);
  cursor: pointer;
}
/* }}} */
/* {{{ sidePanel */
.panel-board__container.side-panel__container {
  position: absolute;
  top: 6px;
  right: 315px;
  width: 350px;
  max-height: calc(100vh - 142px);
  height: 100%;
  backdrop-filter: blur(7.5px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 10px 15px;
}
.panel-board__container.side-panel__container .side-panel__header {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 10px;
}
.panel-board__container.side-panel__container .side-panel__header .side-panel__close-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.panel-board__container.side-panel__container .side-panel__item {
  background: linear-gradient(var(--side-panel__item__background-gradient__color) 0%, var(--side-panel__item__background__color) 12.02%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 12px 10px;
}
.panel-board__container.side-panel__container .side-panel__item.side-panel__item-hover {
  padding: 10px 8px;
}
.panel-board__container.side-panel__container .side-panel__section {
  background-color: white;
  border: 1px solid var(--side-panel__section__border__color);
  border-radius: 10px;
  padding: var(--side-panel__section__padding);
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
.activity-logs_container {
  padding: 15px;
}
.activity-logs_container .activity-logs_report {
  margin-top: 15px;
}
.activity-logs_container .activity-logs_report h2 {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.activity-logs__filter-activity {
  margin-inline-start: 15px;
  text-wrap: nowrap;
}
.activity-logs__filter-category {
  font-weight: 700;
  text-wrap: nowrap;
}
.activity-logs__banner {
  display: grid;
  grid-template-areas: "filter date workspace dropdown";
  grid-template-columns: max-content 1fr 1fr min-content;
  gap: 5px;
  width: 100%;
  margin-inline-end: 15px;
}
.activity-logs__banner .logs-report-workspaces-selector-container .workspaces-selector {
  grid-template-columns: 100% min-content;
}
.activity-logs__banner .logs-table-workspaces-selector-container .workspaces-selector {
  grid-template-columns: minmax(90%, 1fr) min-content;
}
.activity-logs__banner .submit-button-container {
  margin-left: 30px;
}
.activity-logs__banner__filter {
  grid-area: filter;
}
.activity-logs__banner__date {
  grid-area: date;
}
.activity-logs__banner__workspace {
  grid-area: workspace;
}
.activity-logs__banner__dropdown {
  grid-area: dropdown;
}
/* Core components */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../assets/font/8b43027f47b20503057d.eot);
  src: url(../assets/font/8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../assets/font/20fd1704ea223900efa9.woff2) format('woff2'), url(../assets/font/f691f37e57f04c152e23.woff) format('woff'), url(../assets/font/1e59d2330b4c6deb84b3.ttf) format('truetype'), url(../assets/font/c1e38fd9e0e74ba58f7a.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
a.leaflet-draw-draw-selectorfilter {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg,
a.leaflet-draw-draw-selectorfilter {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before,
a.leaflet-draw-draw-selectorfilter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Leaflet css */
/* (not needed if you use your own iconCreateFunction instead of the default one) */
/* Import the css one instead of less one because extend is limited when used
 * with interpolated selector
 * http://lesscss.org/features/#extend-feature-selector-interpolation-with-extend
 */
a.leaflet-draw-draw-selectorfilter {
  display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
a.leaflet-draw-draw-selectorfilter {
  font-size: 1.33333333em;line-height: 0.75em;vertical-align: -15%;
}
a.leaflet-draw-draw-selectorfilter:before {
  content: "\f0b0";
}
/* Style related to our maps */
/* XXX: z-index is set to 1001 because map should be above nav-bar which has
 * a z-index set to 1000. and under dialogs which have a z-index set to 1050.
 */
/* force controls z-index to be lower than 900 to avoid control buttons
 * being over Bootstrap dropdowns menu or over the loading bar. */
.leaflet-top,
.leaflet-bottom {
  z-index: 800;
}
.map .cells-details {
  max-height: 300px;
  overflow-y: auto;
}
.leaflet-tile {
  text-align: start;
}
#placemark-editor-container .leaflet-popup-content {
  /* XXX: override style set in leaflet javascript.
         * Because our content is dynamic and size must be updated dynamically. */
  width: auto !important;
}
#placemark-editor-container .leaflet-popup-content .info-window-content {
  white-space: nowrap;
}
/* {{{ Rawmap widget selector */
a.leaflet-draw-draw-selectorfilter:before {
  /* Reuse of .fa-filter icon */
}
a.leaflet-draw-draw-selectorfilter {
  /* Reuse of .fa and .fa-lg  properties */
  /* Overwrite default icon on leaflet-draw button */
  background-image: none;
}
/* #65308 for high dpi screen */
.leaflet-retina a.leaflet-draw-draw-selectorfilter {
  /* Overwrite default icon on leaflet-draw button */
  background-image: none;
}
/* }}} */
/* Modify the control class to unset width/height: this will be deduced
 * from the icon used inside the control */
.leaflet-control-boxzoom {
  width: auto;
  height: auto;
}
/* {{{ Zoomslider */
.leaflet-touch .leaflet-control-zoomslider-body {
  /** The color of the Zoomslider's body and the bar part are both white. So, the
         * bar is not visible (same white color).
         * In addition to that, the bar is quite thick, it uses (border-width: 0px 9px).
         *
         * By adding border none, we would have a black 2px width bar.
         */
  border: none;
}
.leaflet-touch .leaflet-control-zoomslider {
  /** The border of zoomslider is a bit thick compared to the border of leaflet-bar.
         * Override the zoomslider's border by the same one used in leaflet-bar.
         */
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin-top: 0px;
}
.leaflet-touch .leaflet-control-zoomslider .zoom-slider-button {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 100%;
  border-radius: 3px 0 0 3px;
  background: #aaaaaa;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.2s, transform 0.2s, background-color 0.2s;
}
.leaflet-touch .leaflet-control-zoomslider .zoom-slider-button::before {
  color: white;
  display: block;
  width: 25px;
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoomslider .zoom-slider-button:hover {
  background: grey;
}
.leaflet-touch .leaflet-control-zoomslider a {
  color: black;
  text-decoration: none;
}
.leaflet-touch .leaflet-control-zoomslider .leaflet-control-zoomslider-wrap {
  padding: 0;
}
.leaflet-touch .leaflet-control-zoomslider .leaflet-control-zoomslider-body {
  transition: transform 0.2s, height 0.2s;
  transform-origin: center bottom;
  transform: scaleY(0);
  /* XXX: override inline style set in leaflet javascript.
            * Because we need to let it folded. */
  height: 0px !important;
}
.leaflet-touch .leaflet-control-zoomslider:hover .zoom-slider-button {
  opacity: 1;
}
.leaflet-touch .leaflet-control-zoomslider.unwrap .leaflet-control-zoomslider-wrap {
  padding: 5px 0;
}
.leaflet-touch .leaflet-control-zoomslider.unwrap .zoom-slider-button {
  transform: translateX(0);
}
.leaflet-touch .leaflet-control-zoomslider.unwrap .zoom-slider-button:hover {
  background: black;
  color: white;
}
.leaflet-touch .leaflet-control-zoomslider.unwrap .leaflet-control-zoomslider-body {
  /* XXX: override inline style set in leaflet javascript.
                * Because we need to unfold it when parent has .unwrap. */
  height: 160px !important;
  transform: scaleY(1);
}
/* }}} */
/* icon class to use a different icon than the default one, which is the same as
 * the geocoding search icon */
.leaflet-boxzoom-icon {
  background-image: url(../assets/img/icons/custom-boxzoom-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 30px;
  height: 30px;
}
/* leaflet placemark tooltip blocks */
.leaflet-tooltip-block {
  /* Only for Geosafe-ea */
}
.leaflet-tooltip-block:not(:last-child):not(.extra-info) {
  margin-bottom: calc(30px / 2);
}
.leaflet-tooltip-block.extra-info {
  display: none;
}
/* XXX: There is an issue with rtl languages: the leaflet tooltip position is
 * not right. This seems to be a known issue though, but not yet fixed
 * (see: https://github.com/Leaflet/Leaflet/pull/7782).
 * The following rules fix it.
 */
[dir="rtl"] .leaflet-tooltip-pane > * {
  direction: rtl;
}
[dir="rtl"] .leaflet-tooltip-pane {
  direction: ltr;
}
/* leaflet tooltip right corner text: copy event info */
.leaflet-tooltip__copy-info {
  text-align: end;
  /* reduce margins to minimize the blank space on the bottom left */
  margin-top: -4px;
  margin-bottom: -5px;
}
.leaflet-tooltip__copy-info .leaflet-tooltip__info-text {
  /* 1 point smaller than the container font-size */
  font-size: 11px;
  font-style: italic;
}
.leaflet-tooltip__header {
  font-weight: bold;
}
.leaflet-tooltip__address-info {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* default cursor */
.map-canvas {
  cursor: default;
}
/* {{{ Ruler tool */
.leaflet-bar button.ruler-button {
  padding: 0px;
  border-radius: unset;
}
.leaflet-bar button.ruler-button .ruler-icon {
  mask-image: url(../assets/img/icons/custom-ruler-icon.svg);
  -webkit-mask-image: url(../assets/img/icons/custom-ruler-icon.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: inherit;
  height: inherit;
  background-color: black;
}
.leaflet-bar button.ruler-button.drawing-distance,
.leaflet-bar button.ruler-button.drawing-distance:hover {
  background-color: var(--brand-primary);
}
.leaflet-bar button.ruler-button.drawing-distance .ruler-icon,
.leaflet-bar button.ruler-button.drawing-distance:hover .ruler-icon {
  background-color: white;
}
.leaflet-interactive.drawing-distance {
  cursor: crosshair;
}
.drawing-distance .leaflet-div-icon {
  display: inherit;
  height: inherit;
  width: inherit;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--ruler-icon-border-color, inherit);
  background-color: var(--ruler-icon-background-color, inherit);
  opacity: var(--ruler-icon-opacity, inherit);
}
.leaflet-tooltip-right.drawing-distance:before,
.leaflet-tooltip-left.drawing-distance:before {
  display: none;
}
.leaflet-tooltip.drawing-distance {
  border-radius: unset;
  padding: unset;
  border: unset;
  background-color: unset;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.leaflet-tooltip.drawing-distance .ruler-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  background-color: var(--ruler-tooltip-background-color, inherit);
  border-color: var(--ruler-tooltip-border-color, inherit);
  opacity: var(--ruler-tooltip-opacity, inherit);
  color: var(--ruler-tooltip-color, inherit);
}
.leaflet-tooltip.drawing-distance .ruler-tooltip .ruler-tooltip-distance {
  font-weight: bolder;
  font-size: 16px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
[dir=rtl] th {
  text-align: right;
}
.table thead > tr > th.controls:first-child {
  width: 26px;
}
.table thead > tr > th.controls:last-child {
  min-width: 140px;
}
.table thead > tr > th.check-all-cell {
  text-align: center;
  width: 32px;
}
.table thead > tr > th.sortable,
.table thead > tr > th.filterable {
  cursor: pointer;
}
.table thead > tr > th.sortable:hover,
.table thead > tr > th.filterable:hover {
  color: var(--brand-primary);
  text-decoration: none;
}
.table thead > tr > th .sort-icon.fa {
  float: inline-end;
}
.table thead > tr > th .sort-icon.fa.fa-sort-asc {
  margin-top: 6px;
}
.table thead > tr > th .fa-filter.filter-configured {
  color: var(--brand-primary);
}
.table thead > tr > th.action-all-cell {
  text-align: end;
}
.table thead > tr > th.action-all-cell .select-items-summary {
  font-weight: normal;
  font-style: italic;
}
.table thead > tr > th:hover .select-items-summary {
  color: #333333;
}
.table thead > tr > th .selected-actions .selected-controls {
  display: inline;
}
.table tbody td.check-line-cell {
  text-align: center;
}
.table tbody:first-child tr > td.controls:not(.check-line-cell):first-child {
  padding: 10px 0 0 6px;
}
.table tbody:first-child tr.expand-row {
  cursor: default;
}
.table tbody:first-child tr.expand-row td {
  background-color: inherit;
  border-top: none;
  padding-left: 40px;
}
.table tbody:first-child tr td[data-event]:hover {
  cursor: pointer;
}
.table tbody:first-child tr > td.expandable-cell span.fa {
  cursor: pointer;
}
.table tbody:first-child tr.selected-row {
  background-color: #e0e0e0;
  color: var(--brand-primary);
}
.table tbody:first-child .form-group {
  margin: 0;
}
.table tbody:first-child .form-control:not(.selectic, .selectic-input) {
  height: 0;
  min-height: 29px;
  border-radius: 0;
  padding: 2px;
}
.table tbody:first-child .select2-container {
  min-width: 100%;
  border: 1px solid #ccc;
}
.table tbody:first-child .select2-container-multi .select2-choices {
  border: none;
}
.table tbody:first-child .controls {
  text-align: center;
}
.table tbody:first-child .controls .remove {
  color: #fff;
  background-color: #b72c29;
  border-color: #a22724;
}
.table tbody:first-child .controls .remove:focus,
.table tbody:first-child .controls .remove.focus {
  color: #fff;
  background-color: #8d2220;
  border-color: #3a0e0d;
}
.table tbody:first-child .controls .remove:hover {
  color: #fff;
  background-color: #8d2220;
  border-color: #701b19;
}
.table tbody:first-child .controls .remove:active,
.table tbody:first-child .controls .remove.active,
.open > .dropdown-toggle.table tbody:first-child .controls .remove {
  color: #fff;
  background-color: #8d2220;
  background-image: none;
  border-color: #701b19;
}
.table tbody:first-child .controls .remove:active:hover,
.table tbody:first-child .controls .remove.active:hover,
.open > .dropdown-toggle.table tbody:first-child .controls .remove:hover,
.table tbody:first-child .controls .remove:active:focus,
.table tbody:first-child .controls .remove.active:focus,
.open > .dropdown-toggle.table tbody:first-child .controls .remove:focus,
.table tbody:first-child .controls .remove:active.focus,
.table tbody:first-child .controls .remove.active.focus,
.open > .dropdown-toggle.table tbody:first-child .controls .remove.focus {
  color: #fff;
  background-color: #701b19;
  border-color: #3a0e0d;
}
.table tbody:first-child .controls .remove.disabled:hover,
.table tbody:first-child .controls .remove[disabled]:hover,
fieldset[disabled] .table tbody:first-child .controls .remove:hover,
.table tbody:first-child .controls .remove.disabled:focus,
.table tbody:first-child .controls .remove[disabled]:focus,
fieldset[disabled] .table tbody:first-child .controls .remove:focus,
.table tbody:first-child .controls .remove.disabled.focus,
.table tbody:first-child .controls .remove[disabled].focus,
fieldset[disabled] .table tbody:first-child .controls .remove.focus {
  background-color: #b72c29;
  border-color: #a22724;
}
.table tbody:first-child .controls .remove .badge {
  color: #b72c29;
  background-color: #fff;
}
.table tbody:first-child .controls .extras {
  display: inline-block;
}
.table tbody:first-child .select2-cell {
  width: 100%;
}
.table tbody:first-child .select2-choice,
.table tbody:first-child .select2-choices {
  min-width: 75px;
}
.table-form table.table.table-hover,
.table-form table.table.table-hover.table-striped {
  table-layout: fixed;
}
.table-form table.table.table-hover > tbody > tr > td > div,
.table-form table.table.table-hover.table-striped > tbody > tr > td > div,
.table-form table.table.table-hover > tbody > tr > td,
.table-form table.table.table-hover.table-striped > tbody > tr > td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-form table.table.table-hover > tbody > tr > td > div .tooltip,
.table-form table.table.table-hover.table-striped > tbody > tr > td > div .tooltip,
.table-form table.table.table-hover > tbody > tr > td .tooltip,
.table-form table.table.table-hover.table-striped > tbody > tr > td .tooltip {
  white-space: normal;
}
.table-form table.table.table-hover > tbody > tr > td.controls:last-child,
.table-form table.table.table-hover.table-striped > tbody > tr > td.controls:last-child {
  overflow: visible;
}
.table-form table.table.table-hover > tbody > tr > td.controls:last-child > div.btn-group.extras,
.table-form table.table.table-hover.table-striped > tbody > tr > td.controls:last-child > div.btn-group.extras {
  overflow: visible;
}
.table-form table.table.table-hover .controls:last-child,
.table-form table.table.table-hover.table-striped .controls:last-child {
  white-space: normal;
  width: 180px;
  text-align: right;
}
.mask-popover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1059;
}
.table-hover > tbody > tr:hover + tr.expand-row > td {
  background-color: #f5f5f5;
}
.table-container-overflow {
  overflow-x: auto;
  overflow-y: hidden;
}
.row-prefix-icon {
  margin-right: 3px;
}
.filter-box {
  margin-bottom: 8px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables definition */
.backbone-pager {
  padding: 8px;
  border-bottom: 1px solid #eeeeee;
  text-transform: lowercase;
}
.backbone-pager .display {
  text-align: left;
}
.backbone-pager .display select.limits {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  display: inline-block;
  width: auto;
  height: calc(13px + 10px);
}
.backbone-pager .title {
  padding-right: 5px;
}
.backbone-pager .previous,
.backbone-pager .next {
  cursor: pointer;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.backbone-pager .previous.disabled,
.backbone-pager .next.disabled {
  color: #777777;
}
.backbone-pager .previous span,
.backbone-pager .next span {
  line-height: 1.42857143;
  font-weight: bold;
  color: var(--brand-primary);
}
.backbone-pager .previous.disabled,
.backbone-pager .next.disabled {
  cursor: default;
}
.backbone-pager .previous.disabled span,
.backbone-pager .next.disabled span {
  color: #777777;
}
.backbone-pager .next > .fa,
.backbone-pager .next .btn {
  float: right;
}
.backbone-pager .previous > .fa,
.backbone-pager .previous .btn {
  float: left;
}
.backbone-pager .disabled > .fa {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}
.backbone-pager .state {
  padding: 0;
  margin: 0 5px;
  border: none;
}
.backbone-pager .state input.page {
  padding: 0;
  text-align: center;
  border: 1px solid #eeeeee;
  width: 70px;
  margin-left: 2px;
  margin-right: 2px;
}
.backbone-pager .state input.page.error {
  color: #fff;
  border: 1px solid #25080d;
}
.backbone-pager .state .total {
  padding-left: 2px;
}
.backbone-pager .back-home {
  text-transform: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.platform-container .form-container {
  margin-bottom: 15px;
}
.error-500 .debug-info {
  display: inline-block;
  margin-bottom: 18px;
  overflow-x: auto;
  width: 100%;
}
.form-modal > .modal-dialog {
  width: 80%;
}
a.disabled {
  color: #777777;
}
a.disabled:hover {
  color: #777777;
  cursor: not-allowed;
}
#services-filter-container .select2-container,
#loggers-filter-container .select2-container {
  width: 100%;
}
.shared-object-container .toolbar {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
/* Override Bootstrap values */
.dropdown-menu {
  text-align: start;
}
.address-dropdown {
  position: relative;
}
[dir="rtl"] .dropdown-menu-right {
  left: 0;
  right: auto;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.platform-container .status-title {
  display: inline-block;
}
.platform-container .global-status {
  cursor: pointer;
  padding: 5px;
  font-size: medium;
}
.platform-container .global-status .small {
  color: #333333;
}
.platform-container .global-status .small:hover {
  color: var(--brand-primary);
}
.actions .fa {
  cursor: pointer;
}
.timestamp .timestamp-ago {
  cursor: default;
  white-space: nowrap;
  text-decoration: underline;
}
.child-stopped {
  background-color: lightgrey;
}
#status-table-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
#status-table-container tbody tr {
  height: auto;
}
#status-table-container tbody tr td .progress {
  margin-bottom: 0;
  position: relative;
}
#status-table-container tbody tr td .progress .progress-label {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#status-table-container tr > th[data-attr="cpu"],
#status-table-container tr > th[data-attr="memory"] {
  min-width: 80px;
}
#status-table-container tr > th:last-child {
  min-width: 95px;
}
#extra-states-details {
  cursor: pointer;
}
#status-refresh {
  margin-top: 15px;
}
/* {{{ Header */
#platform-status-header {
  text-align: center;
  height: 20px;
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#platform-status-header #platform-status-bar {
  position: fixed;
  margin-left: 50%;
  transform: translate(-50%);
  z-index: 1000;
  padding: 3px 15px;
  white-space: nowrap;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 0 5px;
}
#platform-status-header:not([style*=none]) + * #suid,
#platform-status-header:not([style*=none]) + #suid {
  top: 24px;
}
#platform-status-header .platform-status-link {
  color: var(--text-contrast);
  letter-spacing: 0.02em;
}
[dir="rtl"] #platform-status-header #platform-status-bar {
  margin-right: 50%;
  transform: translate(50%);
}
/* }}} */
/* {{{ Healthcheck */
#healthcheck-container {
  background-color: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}
#healthcheck-container .panel-group.healthcheck-report .panel {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#healthcheck-container .panel-group.healthcheck-report .panel + .panel {
  margin-top: 0;
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#healthcheck-container .panel-group.healthcheck-report .panel + .panel .panel-heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#healthcheck-container .panel-group.healthcheck-report .panel-default .panel-heading {
  background-color: #f2f2f2;
}
#healthcheck-container .panel-group.healthcheck-report .panel-title[data-toggle="collapse"] {
  cursor: pointer;
}
#healthcheck-container .panel-group.healthcheck-report .panel-title a p {
  display: inline-block;
  margin: 0 5px 0 0;
}
#healthcheck-container .panel-group.healthcheck-report .panel-title a.success p {
  color: #91c46b;
}
#healthcheck-container .panel-group.healthcheck-report .panel-title a.warning p {
  color: #e87a0c;
}
#healthcheck-container .panel-group.healthcheck-report .panel-title a.danger p {
  color: #b72c29;
}
#healthcheck-container .panel-group.healthcheck-report .panel-title a:hover,
#healthcheck-container .panel-group.healthcheck-report .panel-title a:focus,
#healthcheck-container .panel-group.healthcheck-report .panel-title a:active,
#healthcheck-container .panel-group.healthcheck-report .panel-title a:visited {
  text-decoration: none;
  color: #333333;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body li {
  list-style: none;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body li.no-child a {
  cursor: default;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body li .toggle-caret {
  padding-right: 5px;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body li .toggle-caret.no-child {
  font-size: 45%;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body li a,
#healthcheck-container .panel-group.healthcheck-report .panel-body li a:hover {
  text-decoration: none;
  color: #333333;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body.out ul,
#healthcheck-container .panel-group.healthcheck-report .panel-body.out li {
  padding-left: 30px;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body ul.first-step {
  padding-left: 30px;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body p {
  margin: 0;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body p[class^="status-"] {
  padding-left: 10px;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body .status-success {
  color: #91c46b;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body .status-warning {
  color: #e87a0c;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body .status-danger {
  color: #b72c29;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body .first-step {
  padding-left: 0;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body .first-step ul {
  padding-left: 15px;
}
#healthcheck-container .panel-group.healthcheck-report .panel-body .first-step ul.second-level-one {
  padding-left: 30px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables {{{ */
/* }}} */
/* Files list {{{ */
#toggle-syslog-files,
#toggle-trlog-files {
  margin-bottom: 10px;
}
#toggle-syslog-files .fa-plus-square,
#toggle-trlog-files .fa-plus-square {
  display: none;
}
#toggle-syslog-files .fa-minus-square,
#toggle-trlog-files .fa-minus-square {
  display: inline;
}
#toggle-syslog-files.collapsed .fa-plus-square,
#toggle-trlog-files.collapsed .fa-plus-square {
  display: inline;
}
#toggle-syslog-files.collapsed .fa-minus-square,
#toggle-trlog-files.collapsed .fa-minus-square {
  display: none;
}
#syslog-files-table-container,
#trlog-files-table-container {
  overflow-y: auto;
  max-height: 500px;
}
#syslog-files-table-container ~ h3,
#trlog-files-table-container ~ h3 {
  margin-top: 15px;
}
/* }}} */
/* Records list {{{ */
#syslog-recs-table-container table,
#trlog-recs-table-container table {
  border-bottom: 1px solid #ddd;
}
#syslog-recs-table-container thead th:last-child,
#trlog-recs-table-container thead th:last-child {
  width: 60%;
}
#syslog-recs-table-container tbody tr,
#trlog-recs-table-container tbody tr {
  height: auto;
}
#syslog-recs-table-container tbody tr td,
#trlog-recs-table-container tbody tr td {
  padding: 2px;
}
/* }}} */
.popover {
  min-width: 300px;
}
.identifier,
.datetime {
  white-space: nowrap;
}
/* Variables {{{ */
/* }}} */
ul#syslogs {
  margin-bottom: 0;
}
.syslogs-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
/* Filters {{{ */
#syslogs-filters {
  padding-bottom: 15px;
}
#syslogs-filters .filter-all-label ~ .form-group {
  margin-left: 15px;
}
#syslogs-filters .filter-all-label {
  margin-left: 100px;
}
#syslogs-filters .services-filter-group,
#syslogs-filters .loggers-filter-group {
  max-width: 30%;
}
#syslogs-filters .services-filter-group #loggers-filter-container .select2-container,
#syslogs-filters .loggers-filter-group #loggers-filter-container .select2-container,
#syslogs-filters .services-filter-group #services-filter-container .select2-container,
#syslogs-filters .loggers-filter-group #services-filter-container .select2-container {
  max-width: 80%;
}
#syslogs-filters .services-filter-group #loggers-filter-container .select2-container .select2-choices,
#syslogs-filters .loggers-filter-group #loggers-filter-container .select2-container .select2-choices,
#syslogs-filters .services-filter-group #services-filter-container .select2-container .select2-choices,
#syslogs-filters .loggers-filter-group #services-filter-container .select2-container .select2-choices {
  min-width: 200px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.trlogs-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
/* Filters {{{ */
#trlogs-filters label {
  margin-bottom: 10px;
}
.trlog-input {
  width: 100%;
  padding: 4px 10px;
  height: 25px;
}
.trlog-form {
  margin-bottom: 5px;
}
.trlog-form-button-float {
  float: right;
  margin-left: 5px;
}
.trlog-form-button-middle {
  display: inline;
  vertical-align: middle;
}
.trlog-form-input {
  display: block;
  overflow: hidden;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables {{{ */
/* }}} */
/* {{{ Dialog style */
.gm-style-iw {
  min-width: 315px;
  min-height: 30px;
  /* Hide InfoWindow close button */
}
.gm-style-iw .info-window-content {
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.35;
}
.gm-style-iw + div {
  display: none;
}
#shape-editor-container {
  /* force map to be over buttons with opacity style */
  z-index: 1;
}
#shape-editor-container:focus {
  outline: none;
}
/* Google map control style */
.gm-control {
  margin-top: 5px;
  padding: 1px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.14902);
}
.gm-control label {
  margin: 0;
  cursor: pointer;
}
.gm-control input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}
.ic-leaflet-fullscreen {
  cursor: pointer;
  height: 34px;
  width: 34px;
  background-color: var(--background-color);
}
.ic-leaflet-fullscreen span {
  margin-top: 16%;
  margin-left: 24%;
  font-size: 21px;
}
.ic-leaflet-save {
  cursor: pointer;
  height: 34px;
  width: 34px;
  background-color: var(--brand-primary);
  color: white;
}
.ic-leaflet-save span {
  margin-top: 16%;
  margin-left: 24%;
  font-size: 21px;
}
.ic-leaflet-exit {
  cursor: pointer;
  height: 34px;
  width: 34px;
  background-color: #b72c29;
  color: white;
}
.ic-leaflet-exit span {
  margin-top: 16%;
  margin-left: 24%;
  font-size: 21px;
}
.gm-select {
  margin-top: 5px;
  padding: 1px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  padding: 0px;
}
.gm-select label {
  margin: 0;
  cursor: pointer;
}
.gm-select input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}
#placemark-name-input {
  color: var(--brand-primary);
  white-space: normal;
}
#placemark-name {
  white-space: normal;
}
.placemark__name {
  margin-bottom: 11px;
}
.placemark__buffer {
  display: grid;
  grid-template-rows: max-content 0 0 0 0;
  grid-template-columns: 340px 0;
  grid-template-areas: "title button" "label label" "fields fields" "target target" "hole hole";
  grid-row-gap: 0;
  margin-top: 9px;
  background-color: transparent;
  /* XXX: all ancestor selectors are needed to overide bootstrap behavior */
}
.placemark__buffer.open {
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 265px 85px;
  grid-row-gap: 5px;
  background-color: rgba(180, 180, 180, 0.2);
  padding: 5px;
}
.placemark__buffer:not(.open) > .hidden_child {
  display: none;
}
.placemark__buffer > .btn-group > .btn.btn-default.active,
.placemark__buffer > .btn-group > .btn.btn-default.active.focus {
  background-color: var(--brand-primary);
}
.placemark__buffer__icon {
  margin-right: 3px;
}
.placemark__buffer__title {
  grid-area: title;
  justify-self: left;
}
.placemark__buffer__label {
  grid-area: label;
  justify-self: left;
}
.placemark__buffer__fields {
  grid-area: fields;
  justify-self: left;
  align-self: center;
}
.placemark__buffer__fields input {
  display: inline;
}
.placemark__buffer__button {
  grid-area: button;
  justify-self: center;
  align-self: center;
}
.placemark__buffer__switch-mode {
  grid-area: target;
  justify-self: left;
  align-self: center;
}
.placemark__buffer__hole {
  grid-area: hole;
  justify-self: left;
  align-self: center;
}
#buffer-range-placemark {
  width: 200px;
}
#buffer-size-placemark {
  width: 80px;
}
#remove-placemark,
#edit-placemark,
#extra-info-button,
.placemark__icon {
  margin-top: 9px;
  margin-right: 3px;
}
.placemark_link,
#buffer-apply-placemark,
#buffer-cancel-placemark {
  cursor: pointer;
}
.placemark_link:hover {
  color: var(--brand-primary);
}
#buffer-apply-placemark[disabled] {
  cursor: not-allowed;
  background-color: #777777;
}
.map-canvas {
  /* The pm dialog size + extra margin on top and bottom are about 325px
     * high, without counting the map. */
  height: calc(100vh - 325px);
  min-height: 300px;
}
.fullscreen-map {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
}
.full-height-map {
  height: 98% !important;
}
.zones-placemarkers .navigation-message {
  position: fixed;
  bottom: 70px;
  z-index: 2;
}
.extra-info__container {
  display: flex;
  align-items: center;
}
/* }}} */
/* {{{ Geocoding */
/* Moved within geocoding.less */
/* }}} */
/* Placemark cells {{{ */
#placemark-cells {
  max-height: 500px;
}
#placemark-cells-results {
  max-height: 220px;
  overflow-y: auto;
}
#placemark-cells-results .cell-details {
  text-align: center;
}
#placemark-cells-results .cell-details.cell-inside {
  font-weight: bold;
}
#placemark-cells-results .cell-details.cell-selected {
  color: #FF6600;
}
#placemark-cells-results .cell-details:hover {
  color: #0066FF;
}
#table-row {
  padding-top: 13px;
}
#search-cells {
  padding-top: 15px;
}
.fullscreen {
  z-index: 10;
  position: fixed;
  background-color: white;
  border-radius: 10px;
  height: 270px;
  max-height: 270px;
  width: 1098px;
  padding: 10px;
  top: -20px;
  box-shadow: 3px 2px 4px #adadad;
}
.showError {
  bottom: -175px;
  max-height: 343px;
  height: 343px;
}
.opacity {
  opacity: 0.5;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* XXX: override inherited rule from design.less on search icon
 *      to avoid breaking the display of the geocoding component
 */
.form-group .leaflet-control-container .fa.fa-search {
  position: initial;
  font-size: 1.2em;
}
.geocoder__item--selected {
  background-color: #dfdfdf;
}
.geocoder__item--unselected {
  background-color: var(--background-color);
}
.geocoder__item:hover {
  background-color: #dfdfdf;
}
.geocoder__item .geocoder__address {
  cursor: pointer;
  text-decoration: none;
  padding: 6px 12px;
  color: #404040;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
}
.geocoder__item .geocoder__address .entity-suggestion-row {
  display: flex;
  align-items: center;
}
.geocoder__item .geocoder__address .entity-suggestion-row .entity-suggestion-primary {
  color: var(--brand-primary);
  opacity: 0.5;
}
.geocoding__container {
  margin-bottom: 5px;
  width: 280px;
}
.geocoder__invert {
  color: #e0e0e0;
  cursor: pointer;
  pointer-events: initial;
}
.geocoder__invert:hover {
  color: #404040;
}
.geocoder__cross {
  color: #e0e0e0;
  cursor: pointer;
  pointer-events: initial;
  z-index: 45;
  margin-top: 1px;
}
.geocoder__cross:hover {
  color: #404040;
}
.geocoder__items-container {
  display: block;
  margin-top: 2px;
}
.geocoder__items {
  background-color: var(--background-color);
  border-radius: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  /* The list should not be bigger than the map which is 600px. */
  max-height: 470px;
}
.geocoder__message {
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 0;
  /* remove margin made by bootstrap */
}
.geocoder__message .message-details {
  font-size: 11px;
}
.geocoder__error {
  font-size: 16px;
  color: #909090;
}
.geocoder__spinner {
  position: absolute;
  top: 0;
  right: 0;
  margin-inline-end: 10px;
  margin-top: 10px;
  z-index: 45;
}
[dir=rtl] .geocoder__spinner {
  left: 0;
  right: unset;
}
.geocoder__search {
  cursor: pointer;
  border: 2px solid #c2bfba;
  background-color: var(--background-color);
  background-clip: padding-box;
  /* Override bootstrap css */
  padding: 0px 8px;
  /* Override font-awesome css */
}
.geocoder__search .fa-search {
  font-size: 1.2em;
}
.input-group {
  /* Override bootstrap css */
}
.input-group .geocoder__search--is-collapse {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: 2px solid #c2bfba;
  padding: 0px 8px;
  /* Override font-awesome css */
}
.input-group .geocoder__search--is-collapse .fa-search {
  font-size: 1.2em;
}
.input-group {
  /* Override bootstrap css */
}
.input-group .geocoder__search-el--is-collapse[type=text] {
  width: 0%;
  padding: 0;
  border: 0;
  height: 32px;
}
.geocoder__search-el--is-expanded {
  height: 32px;
}
.geocoder__search-el--animation {
  transition: all 0.5s ease 0s;
}
.placemark__container {
  background-color: var(--background-color);
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.placemark__container label {
  margin-top: 5px;
  margin-right: 5px;
  display: inline;
}
.placemark__subcontainer {
  display: flex;
  gap: 5px;
}
.placemark__subcontainer input {
  width: 43%;
}
.placemark__subcontainer button span {
  margin-right: 5px;
}
/* Override alert-danger Css. */
.alert-info__control .alert.alert-danger {
  opacity: 0.8;
  border: none;
  box-shadow: 8px 8px 12px #888;
}
/* Add margin-right to avoid line break. */
.alert-info__control .alert.alert-danger p {
  margin-right: 12px;
}
/* geosafe styling container */
.input-only-geocoding__container {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 32px;
  border: none;
  height: 32px;
  width: 280px;
  pointer-events: auto;
  z-index: 800;
  /* needed otherwise in firefox items of displayed list are not accessible easily */
}
.input-only-geocoding__container input:not(.placemark__radius) {
  border: none;
  height: 32px;
  width: 280px;
  padding: 10px;
}
.input-only-geocoding__container .geocoder__items-container {
  display: block;
  margin-top: 2px;
  max-height: 200px;
  padding-left: 5px;
}
.input-only-geocoding__container .geocoder__items-container .geocoder__items {
  overflow: hidden;
  overflow-y: auto;
  cursor: pointer;
  max-height: 250px;
}
.geocoding-submit-inputs-container {
  display: grid;
  grid-template-areas: 'input button';
  grid-template-columns: 1fr auto;
}
.geocoding-submit-inputs-container .geocoding-input {
  display: grid;
  grid-template-areas: "input icons";
  grid-template-columns: 1fr auto;
}
.geocoding-submit-inputs-container .geocoding-input .input-group {
  grid-area: input;
  grid-column-end: icons-end;
  width: unset;
}
.geocoding-submit-inputs-container .geocoding-input .icons-group {
  grid-area: icons;
  z-index: 3;
  line-height: 32px;
  padding-inline-end: 10px;
}
.geocoding-submit-inputs-container .btn {
  border-radius: 0;
}
.geocoder__title {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 12px;
  font-weight: bold;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Imports {{{ */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.map .cells-details {
  max-height: heatmap-cell-details-max-height;
  overflow-y: auto;
}
/** FIX for Bootstrap and Google Maps Info window styles problem **/
.map .gm-style-iw + div {
  display: block;
}
/* }}} */
.zone-control .message-container .alert {
  float: left !important;
  float: left;
}
.kml-export-dialog #kml-export-what {
  display: inline-block;
}
.placemark-info,
.placemark-warning {
  color: #555555;
  font-style: italic;
}
.placemarks-dialog .placemarks-select {
  margin-top: 10px;
  margin-bottom: 10px;
}
.placemarks-dialog .navigation-message {
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
.placemarks-dialog .placemarks-select.select2-clickable .select2-container-multi .select2-choices .select2-search-choice {
  cursor: pointer;
}
#csvDelimiterContainer,
#actionImportContainer {
  margin-bottom: 10px;
}
#geocoded-import-res > #errors > textarea {
  resize: vertical;
}
.geocoding-search .clear-search {
  padding-top: 0px;
}
.zone-selector-viewer {
  display: grid;
  grid-template-areas: "label select" ". buttons" ". message" "viewer viewer";
  justify-content: start;
  gap: 0px 30px;
  grid-template-columns: 1fr 2fr;
}
.zone-selector-viewer .zone-field {
  display: contents;
}
.zone-selector-viewer .zone-field .control-label {
  grid-area: label;
}
.zone-selector-viewer .zone-field .form__field {
  grid-area: select;
}
.zone-selector-viewer .zone-field .form__field .zone-selector > .form-group {
  display: none;
}
.zone-selector-viewer .zone-field .form__field .zone-selector > .form-group.zones-select {
  display: block;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}
.zone-selector-viewer .zone-controls {
  margin: 15px 0px;
  grid-area: buttons;
}
.zone-selector-viewer .zone-controls .btn {
  margin-right: 6px;
}
.zone-selector-viewer .zone-informative-message {
  margin-bottom: 15px;
  grid-area: message;
  font-style: italic;
}
.zone-selector-viewer .zone-viewer {
  grid-area: viewer;
}
.zone-viewer.disabled {
  opacity: 0.3;
}
.zone-edit-warning {
  color: #e87a0c;
  font-size: 11px;
}
.zone-edit-warning:before {
  font-family: FontAwesome;
  content: "\f071";
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.tags {
  display: inline-block;
  border-radius: 4px;
  color: var(--text-contrast);
  font-family: 'robotomedium';
  font-size: 11px;
  line-height: 20px;
  margin-left: 2px;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
  max-width: 100%;
}
.row-cell-tags {
  text-overflow: ellipsis;
  overflow: hidden;
}
.row-cell-tags .tags {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.tags-filter__select2 {
  min-width: 200px;
}
.tags-filter .select2-search-choice div {
  color: var(--text-contrast);
}
.select2-result-label .tags {
  margin-right: 15px;
}
#select2-tags-dialog .select2-search-choice {
  color: var(--text-contrast);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables definition */
/* Internal variable */
.steps .steps-buttons .previous,
.steps .steps-buttons .next,
.steps .steps-buttons .finish {
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.steps .steps-buttons .previous span,
.steps .steps-buttons .next span,
.steps .steps-buttons .finish span {
  line-height: 1.42857143;
  font-weight: bold;
  color: var(--brand-primary);
}
.steps .steps-buttons .previous.disabled,
.steps .steps-buttons .next.disabled,
.steps .steps-buttons .finish.disabled {
  cursor: default;
  color: #777777;
}
.steps .steps-buttons .previous.disabled span,
.steps .steps-buttons .next.disabled span,
.steps .steps-buttons .finish.disabled span {
  color: #777777;
}
.steps .steps-buttons .state {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.steps .steps-buttons .state .position {
  padding-right: 2px;
}
.steps .steps-buttons .state .total {
  padding-left: 2px;
}
.steps .steps-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* to make .steps-list part of the .dialog-content */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.steps .steps-list:before,
.steps .steps-list:after {
  display: table;
  content: " ";
}
.steps .steps-list:after {
  clear: both;
}
.steps .steps-list:before,
.steps .steps-list:after {
  display: table;
  content: " ";
}
.steps .steps-list:after {
  clear: both;
}
.steps .steps-list .step {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #333333;
  display: inline-block;
  position: relative;
  min-height: 40px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  padding-left: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  flex-grow: 1;
  flex-shrink: 2;
}
.steps .steps-list .step:after {
  content: '';
  background: #fff;
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 1px;
  border-style: none solid solid none;
  border-color: rgba(0, 0, 0, 0.15);
  display: block;
  width: 28.28427125px;
  height: 28.28427125px;
  position: absolute;
  right: -14.64213562px;
  top: 4.85786438px;
  z-index: 2;
}
.steps .steps-list .step:last-child:after {
  display: none;
}
.steps .steps-list .step:hover {
  background: var(--background-contrast);
  color: var(--text-contrast);
}
.steps .steps-list .step:hover:after {
  background: var(--background-contrast);
}
.steps .steps-list .step.active {
  cursor: default;
  background: #337ab7;
  color: #fff;
  flex-grow: 1.5;
}
.steps .steps-list .step.active:after {
  background: #337ab7;
}
.steps .steps-list .step.error {
  background: #b72c29;
  color: #fff;
}
.steps .steps-list .step.error:after {
  background: #b72c29;
}
.steps .steps-list .step.disabled {
  cursor: default;
  background: #eeeeee;
  color: #777777;
}
.steps .steps-list .step.disabled:after {
  background: #eeeeee;
}
.steps .steps-list .step span {
  z-index: 3;
  position: relative;
}
.steps .steps-content {
  overflow: auto;
}
.steps .steps-content h4 {
  padding: 15px;
  margin: 0 -15px;
  border-bottom: 1px solid #eeeeee;
}
.steps .steps-content h4.gutter-top {
  margin-top: 26px;
}
.steps .steps-content .aggr-form #line-aggr-op {
  width: auto;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Default users variables {{{ */
/* }}} */
.users-tabs {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.users-tabs a {
  background-color: #eeeeee;
}
.users-tabs .visible-xs {
  margin-bottom: 15px;
}
.users-tabs .nav.nav-tabs {
  margin-bottom: 0;
}
.users-tabs .nav.nav-tabs.col-md-12 {
  padding-left: 14px;
}
.users-tabs .nav.nav-tabs.col-md-12 li a {
  border-bottom: none;
}
.users-tabs .nav.nav-tabs.col-md-12 li a:hover {
  background-color: var(--container-background);
  color: var(--brand-primary);
}
.users-tabs .nav.nav-tabs.col-md-12 li.active > a {
  background-color: var(--container-background);
  color: var(--brand-primary);
}
.users-tabs .nav.nav-tabs.col-md-12 li .tab-label:focus {
  outline: none;
}
@media (min-width: 1200px) {
  #groups-list-container.col-lg-3,
  #roles-list-container.col-lg-3 {
    width: 28%;
  }
  .groups-containt.col-lg-9,
  .roles-containt.col-lg-9 {
    width: 72%;
  }
}
#groups-list-container,
#roles-list-container {
  padding: 0;
}
#groups-list-container .anchor-item,
#roles-list-container .anchor-item {
  display: none;
}
#groups-list-container .search-group .inner-addon,
#roles-list-container .search-group .inner-addon,
#groups-list-container .add-group .inner-addon,
#roles-list-container .add-group .inner-addon,
#groups-list-container .search-role .inner-addon,
#roles-list-container .search-role .inner-addon,
#groups-list-container .add-role .inner-addon,
#roles-list-container .add-role .inner-addon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  display: none;
  color: #b3b3b3;
  cursor: pointer;
}
#groups-list-container .list-group,
#roles-list-container .list-group {
  height: 410px;
  margin: 0;
  background: var(--background-color);
}
#groups-list-container .list-group-item,
#roles-list-container .list-group-item {
  border-left-width: 0;
  border-right-width: 0;
  cursor: pointer;
}
#groups-list-container .list-group-item:first-child,
#roles-list-container .list-group-item:first-child,
#groups-list-container .list-group-item:last-child,
#roles-list-container .list-group-item:last-child {
  border-radius: 0;
}
#groups-list-container .list-group-item:first-child,
#roles-list-container .list-group-item:first-child {
  border-top-width: 0;
}
#groups-list-container .list-group-item.active,
#roles-list-container .list-group-item.active {
  z-index: 2;
  /* Place active items above their siblings for proper border styling */
  color: #fff;
  background-color: var(--background-contrast);
  border-color: var(--background-contrast);
  /* Force color to inherit for custom content */
}
#groups-list-container .list-group-item.active .list-group-item-heading,
#roles-list-container .list-group-item.active .list-group-item-heading {
  color: inherit;
}
#groups-list-container .list-group-item.active .list-group-item-text,
#roles-list-container .list-group-item.active .list-group-item-text {
  color: #c7ddef;
}
#groups-list-container .list-group-item.active .edit-group,
#roles-list-container .list-group-item.active .edit-group,
#groups-list-container .list-group-item.active .delete-group,
#roles-list-container .list-group-item.active .delete-group,
#groups-list-container .list-group-item.active .edit-role,
#roles-list-container .list-group-item.active .edit-role,
#groups-list-container .list-group-item.active .delete-role,
#roles-list-container .list-group-item.active .delete-role {
  display: block;
}
#groups-list-container .list-group-item .editable-buttons,
#roles-list-container .list-group-item .editable-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#groups-list-container .list-group-item .editable-buttons > .btn,
#roles-list-container .list-group-item .editable-buttons > .btn {
  position: relative;
  float: left;
}
#groups-list-container .list-group-item .editable-buttons > .btn:hover,
#roles-list-container .list-group-item .editable-buttons > .btn:hover,
#groups-list-container .list-group-item .editable-buttons > .btn:focus,
#roles-list-container .list-group-item .editable-buttons > .btn:focus,
#groups-list-container .list-group-item .editable-buttons > .btn:active,
#roles-list-container .list-group-item .editable-buttons > .btn:active,
#groups-list-container .list-group-item .editable-buttons > .btn.active,
#roles-list-container .list-group-item .editable-buttons > .btn.active {
  z-index: 2;
}
#groups-list-container .list-group-item .editable-buttons .btn + .btn,
#roles-list-container .list-group-item .editable-buttons .btn + .btn,
#groups-list-container .list-group-item .editable-buttons .btn + .btn-group,
#roles-list-container .list-group-item .editable-buttons .btn + .btn-group,
#groups-list-container .list-group-item .editable-buttons .btn-group + .btn,
#roles-list-container .list-group-item .editable-buttons .btn-group + .btn,
#groups-list-container .list-group-item .editable-buttons .btn-group + .btn-group,
#roles-list-container .list-group-item .editable-buttons .btn-group + .btn-group {
  margin-left: -1px;
}
#groups-list-container .list-group-item .editable-error-block,
#roles-list-container .list-group-item .editable-error-block {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #e87a0c;
  border-color: #d04c0b;
  z-index: 999;
  position: relative;
  top: -5px;
  padding: 4px;
}
#groups-list-container .list-group-item .editable-error-block h4,
#roles-list-container .list-group-item .editable-error-block h4 {
  margin-top: 0;
  color: inherit;
}
#groups-list-container .list-group-item .editable-error-block .alert-link,
#roles-list-container .list-group-item .editable-error-block .alert-link {
  font-weight: bold;
}
#groups-list-container .list-group-item .editable-error-block > p,
#roles-list-container .list-group-item .editable-error-block > p,
#groups-list-container .list-group-item .editable-error-block > ul,
#roles-list-container .list-group-item .editable-error-block > ul {
  margin-bottom: 0;
}
#groups-list-container .list-group-item .editable-error-block > p + p,
#roles-list-container .list-group-item .editable-error-block > p + p {
  margin-top: 5px;
}
#groups-list-container .list-group-item .editable-error-block hr,
#roles-list-container .list-group-item .editable-error-block hr {
  border-top-color: #b84309;
}
#groups-list-container .list-group-item .editable-error-block .alert-link,
#roles-list-container .list-group-item .editable-error-block .alert-link {
  color: #e6e6e6;
}
#groups-list-container .list-group-item.group-item__no-results,
#roles-list-container .list-group-item.group-item__no-results {
  height: unset;
  cursor: default;
}
.nav-tabs.group-nav-tabs li a,
.nav-tabs.roles-nav-tabs li a {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #eeeeee;
}
.nav-tabs.group-nav-tabs li a:hover,
.nav-tabs.roles-nav-tabs li a:hover,
.nav-tabs.group-nav-tabs li a:active,
.nav-tabs.roles-nav-tabs li a:active,
.nav-tabs.group-nav-tabs li a:focus,
.nav-tabs.roles-nav-tabs li a:focus {
  background-color: var(--container-background);
  color: var(--brand-primary);
}
.nav-tabs.group-nav-tabs li.active a,
.nav-tabs.roles-nav-tabs li.active a {
  color: var(--brand-primary);
  background-color: var(--container-background);
}
.groups-containt,
.roles-containt {
  padding-top: 20px;
}
.groups-containt h2,
.roles-containt h2 {
  margin-top: 0px;
}
.groups-containt .group-edition ul.nav-tabs,
.roles-containt .group-edition ul.nav-tabs,
.groups-containt .role-edition ul.nav-tabs,
.roles-containt .role-edition ul.nav-tabs {
  margin-bottom: 0px;
}
.groups-containt .group-edition .group-users-container,
.groups-containt .group-edition .group-properties-container,
.groups-containt .group-edition .group-restrictions-container {
  padding: 30px 15px;
  background-color: var(--container-background);
  border: 1px solid #ddd;
  border-top: 0px;
  min-height: 450px;
}
.roles-containt .role-edition .role-permissions-container,
.roles-containt .role-edition .role-properties-container,
.roles-containt .role-edition .role-restrictions-container {
  padding: 30px 15px;
  background-color: var(--container-background);
  border: 1px solid #ddd;
  border-top: 0px;
  min-height: 450px;
}
.restrictions .restriction-collections {
  margin-bottom: 15px;
}
.restrictions .panel-title a.forbidden {
  text-decoration: line-through;
  color: #b72c29;
}
.restrictions .panel-title a.partially-allowed {
  color: #e87a0c;
}
.restrictions .panel-title a.allowed {
  color: #91c46b;
}
.add-users-in-group .table tbody .select2-container {
  border: none;
}
.role-permissions-tpl-container table thead th.right-list {
  text-align: center;
}
.role-permissions-tpl-container table thead th.right-list label {
  margin-bottom: 0;
}
.role-permissions-tpl-container table thead th.right-list label .selectcol {
  margin-top: 0;
  line-height: 16px;
  vertical-align: sub;
  margin-right: 3px;
}
.role-permissions-tpl-container table thead th.right-list label:hover {
  cursor: pointer;
}
.role-permissions-tpl-container table thead th.right-list:hover {
  cursor: pointer;
}
.role-permissions-tpl-container table tbody td {
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
}
.role-permissions-tpl-container table tbody td.item-list {
  text-align: start;
  width: 20%;
}
.role-permissions-tpl-container table tbody td.item-list:hover {
  cursor: pointer;
}
.role-permissions-tpl-container table tbody td.admin-avp-name {
  text-align: start;
  width: 50%;
}
.role-permissions-tpl-container table tbody td.admin-avp-name:hover {
  cursor: pointer;
}
.form-group .users-form-control {
  display: inline-block;
  padding-top: 6px;
}
.modal-dialog.user_modal {
  width: 80%;
}
.modal-dialog.user_modal .inactivityPeriod .form__field {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 10px;
  align-items: center;
}
.modal-dialog.user_modal .lastLogin .form__field {
  margin-bottom: 0;
  padding-top: 6px;
  text-align: left;
}
.modal-edit-btn {
  margin-bottom: 15px;
  text-align: end;
}
.table-footer-counter {
  display: flex;
  gap: 5px;
}
/* Applied on the table "users-table" */
[data-name="users-table"] [data-column-id="nbSessions"] {
  justify-content: center;
}
.vue-table__cell__status--online {
  color: #33642B;
}
.user-tab {
  padding: 10px;
}
.user-tab .user-tab__header {
  display: grid;
  grid-template-columns: min-content 1fr 1fr;
  gap: 10px;
}
.user-tab .user-tab__header .table-user-filter {
  display: inline-flex;
  justify-content: end;
}
.user-tab .user-tab__header .table-user-filter .table-user-filter__workspace {
  width: 50%;
}
.user-tab .user-tab__header .table-user-filter .table-user-filter__globalfilter {
  padding: 0;
  width: 40em;
}
.user-tab .user-tab__header .table-user-filter .table-user-filter__globalfilter .col-md-4 {
  width: 100%;
}
.users__workspace--permission {
  font-size: 0.8em;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.period-information {
  color: #555555;
  font-style: italic;
}
.period-fields .period-information,
.period-fields .line-aggr {
  margin-bottom: 10px;
}
.aggr-periods {
  display: inline-block;
}
.aggr-periods .from-slot,
.aggr-periods .to-slot {
  max-width: 200px;
}
.aggr-periods .from-slot .period-component {
  display: inline-block;
}
.criterion-field #from,
.criterion-field #to {
  display: inline-block;
}
.criterion-field .message-container {
  margin-top: 10px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/*
 * Use the variable from bootstrap to ensure
 * that the notification stay over modal backdrop
 */
.ic-notification {
  position: fixed;
  right: 30px;
  min-width: 300px;
  max-width: 50%;
  bottom: 0;
  z-index: 3040;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Following css declarations are a "less translation" of the original css
 * file provided by the jquery-fileupload library. */
.btn-fileupload {
  position: relative;
  overflow: hidden;
}
.btn-fileupload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.upload-dialog .message {
  padding-bottom: 15px;
}
.upload-dialog .upload-progress {
  padding-top: 15px;
}
.filelist {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.filelist .remove-file {
  cursor: pointer;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.user-entry {
  width: auto;
  max-width: 50px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
/* {{{ Viewport */
.cells-select .map-canvas {
  height: 600px;
}
/*}}} */
/* {{{ List */
.cells-list {
  /* listing height fits the map height */
  height: 600px;
  overflow: auto;
}
.cells-list .list-group .list-group-item {
  cursor: pointer;
}
.cells-list .list-group .list-group-item.selected {
  background-color: #337ab7;
}
/* }}}*/
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
.qrrd-form .servers,
.qrrd-form .wildcard {
  min-width: 160px;
}
.qrrd-form .qrrd-wildcards-loading span.fa {
  color: var(--brand-primary);
}
.qrrd-form .qrrd-conf {
  margin-bottom: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.global-filter {
  padding-bottom: 15px;
}
.global-filter .inner-addon {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.global-filter #input-filter {
  padding-right: 25px;
}
.action-share {
  margin-top: 22px;
  /* 5px is a margin applied on label by bootstrap */
}
.so-relation ul {
  max-height: 200px;
  overflow-y: auto;
}
.shared-object-container .shared-object-table {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.publish-item.selected {
  --alert-variant-border: var(--brand-primary);
  --alert-variant-border-alt: var(--brand-primary);
  --alert-link-color: var(--text-contrast);
}
@supports (color: hsl(from white h s l)) {
  .publish-item.selected {
    --alert-variant-border: hsl(from var(--brand-primary) h s calc(l - 15));
    --alert-variant-border-alt: hsl(from var(--alert-variant-border) h s calc(l - 5));
    --alert-link-color: hsl(from var(--text-contrast) h s calc(l - 10));
  }
}
.publish-item {
  background-color: #f0f0f0;
  cursor: pointer;
}
.publish-item.selected {
  color: var(--text-contrast);
  background-color: var(--background-contrast);
  border-color: var(--alert-variant-border);
}
.publish-item.selected hr {
  border-top-color: var(--alert-variant-border-alt);
}
.publish-item.selected .alert-link {
  color: var(--alert-link-color);
}
.row-name-and-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 5px;
}
.row-name-and-tags > span {
  text-overflow: ellipsis;
  overflow: hidden;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.table > tbody > tr.task-running > td {
  background-color: #fff;
  color: #5e83bf;
}
.table-hover > tbody > tr.task-running:hover > td,
.table > tbody > tr.task-running.active > td {
  background-color: #4c75b8;
  color: #fff;
}
.table > tbody > tr.task-paused > td,
.table > tbody > tr.task-aborted > td {
  background-color: transparent;
  color: #777777;
}
.table-hover > tbody > tr.task-paused:hover > td,
.table > tbody > tr.task-paused.active > td,
.table-hover > tbody > tr.task-aborted:hover > td,
.table > tbody > tr.task-aborted.active > td {
  background-color: #f5f5f5;
  color: #6a6a6a;
}
.table > tbody > tr.task-scheduled > td {
  background-color: #f5f5f5;
  color: #5e83bf;
}
.table-hover > tbody > tr.task-scheduled:hover > td,
.table > tbody > tr.task-scheduled.active > td {
  background-color: #7091c6;
  color: #fff;
}
.table > tbody > tr.task-incomplete > td {
  background-color: #fff;
  color: #e87a0c;
}
.table-hover > tbody > tr.task-incomplete:hover > td,
.table > tbody > tr.task-incomplete.active > td {
  background-color: #d06d0b;
  color: #fff;
}
.table > tbody > tr.task-failed > td {
  background-color: #fff;
  color: #b72c29;
}
.table-hover > tbody > tr.task-failed:hover > td,
.table > tbody > tr.task-failed.active > td {
  background-color: #a22724;
  color: #fff;
}
.table > tbody > tr.task-finished > td {
  background-color: #fff;
  color: #91c46b;
}
.table-hover > tbody > tr.task-finished:hover > td,
.table > tbody > tr.task-finished.active > td {
  background-color: #83bd59;
  color: #fff;
}
.task-scheduled > .scheduling-reason-container {
  padding: 15px;
  color: #7091c6;
}
.task-error > .error-container {
  padding: 15px;
  color: #b72c29;
}
.tasks-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.tasks-container .tasks-filter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tasks-container .well {
  padding: 15px;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.tasks-container .search {
  margin-top: 10px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.sources-list-container {
  padding: 0;
}
.sources-list-container h4 {
  padding-left: 30px;
}
.sources-list-container ul,
.sources-list-container li {
  padding: 0;
  list-style: none;
}
.sources-list-container > .list-group {
  height: 500px;
}
.sources-list-container .list-group {
  margin-bottom: 0;
  /* recreate border-right removed from bootstrap list-group */
  border-right: 1px solid #e5e5e5;
}
.sources-list-container .list-group .list-group-item {
  cursor: pointer;
  border-right: 0;
}
.sources-list-container .list-group .list-group-item:first-child,
.sources-list-container .list-group .list-group-item:last-child {
  border-radius: 0;
}
.sources-list-container .list-group .list-group-item:first-child {
  border-top: 0;
}
.sources-list-container .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.sources-list-container .list-group .list-group-item span {
  width: 20px;
}
.sources-list-container .list-group .list-group-item .widget-data-type-form {
  display: none;
}
.sources-list-container .list-group .list-group-item .widget-data-type-form .panel-body {
  padding: 0;
}
.sources-list-container .list-group .clear-search {
  top: 10px;
}
.sources-list-container .list-group ul.list-group {
  height: initial;
}
.sources-list-container .list-group.active {
  background: #337ab7;
}
.sources-list-container .list-group.active .widget-data-type-form {
  display: block;
}
.sources-list-container .list-group.disabled {
  color: #777777;
  cursor: not-allowed;
  background-color: var(--background-color);
}
.sources-list-container .list-group.scrollbar-container li {
  border-bottom: 1px solid #ddd;
}
.sources-list-container .list-group.scrollbar-container li a.node {
  padding-right: 20px;
}
.sources-list-container .list-group.scrollbar-container li a.has-badge {
  padding-right: 45px;
}
.sources-list-container .list-group.scrollbar-container li a[class^=list-group-item].limit-reached {
  cursor: not-allowed;
}
.sources-list-container .list-group.scrollbar-container li a[class^=list-group-item] .fa.caret-icon {
  position: absolute;
  top: 13px;
  right: 5px;
  text-align: center;
}
.sources-list-container .list-group.scrollbar-container li a[class^=list-group-item] .badge {
  position: absolute;
  top: 10px;
  right: 22px;
  text-align: center;
}
.sources-list-container .list-group.scrollbar-container li a[class^=list-group-item].level2 + .list-group li:first-child {
  border-bottom: none;
}
.sources-list-container .list-group.scrollbar-container li a[class^=list-group-item].level2 + .list-group a.list-group-item:not(.active) {
  background-color: #f5f5f5;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 {
  border-top: 1px solid #ddd;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 {
  padding-left: 30px;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2:not(.active) {
  background-color: #f5f5f5;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2:hover {
  background-color: #eeeeee;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2.list-group-item-danger {
  background-color: #b72c29;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2.list-group-item-danger:hover {
  background-color: #a22724;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 + .level3.list-group a {
  padding-left: 45px;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 + .level3.list-group a:not(.active) {
  background-color: #e7e7e7;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 + .level3.list-group a:not(.active):hover {
  background-color: #dfdfdf;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 + .level3.list-group a.list-group-item-danger {
  background-color: #9a2522;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 + .level3.list-group a.list-group-item-danger:hover {
  background-color: #8d2220;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li a.level2 + .level3.list-group li:first-child {
  border-bottom: none;
}
.sources-list-container .list-group.scrollbar-container li a + .level2 li:last-child {
  border-bottom: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.gallery {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  list-style-type: none;
}
.gallery__item {
  /* 3 images per row */
  flex-basis: 30%;
  margin-bottom: 20px;
}
.gallery__item:hover,
.gallery__item--is-selected {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
}
.gallery__item:hover blockquote,
.gallery__item--is-selected blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.gallery__item-img {
  /* take all space of the container, keeping aspect ratio */
  width: 100%;
  height: auto;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.leaflet-top.leaflet-center,
.leaflet-bottom.leaflet-center {
  left: 50%;
  transform: translate(-50%);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.list__wrapper {
  margin: 15px;
}
.list__row-header,
.list__row-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 50px;
  align-items: center;
  border-top: 1px solid #c2c2ca;
  padding-left: 30px;
}
.list__row-header {
  background-color: #EAEAEA;
}
/* Specific on channel-list__default-price. */
.list__row-body:hover:not(.channel-list__default-price) {
  background-color: #EAEAEA;
}
.list__column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  overflow: hidden;
}
.list__cell {
  text-overflow: ellipsis;
  overflow: hidden;
}
.list__column-actions {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.list-elements__container {
  display: flow-root;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
/* One */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/** README: When not explicitly indicated, variables are bootstrap overrides. */
/* Default variables */
@layer default {
  :root {
    --c-dark-grey: #696969;
    --brand-primary: #e0583e;
    --main-border-color: #ddd;
    --brand-success: #91c46b;
    --brand-warning: #e87a0c;
    --brand-danger: #b72c29;
    --brand-info: #5e83bf;
  }
}
/* Computed variables */
@layer computed {
  :root {
    --container-background: var(--background-color);
    --brand-primary-transparent: var(--brand-primary);
    --list-container-bg-hover: var(--background-color);
  }
  /* If the browser supports the relative color syntax, compute the right value */
  @supports (color: rgb(from white r g b)) and (color: hsl(from white h s l)) {
    :root {
      --brand-primary-transparent: rgb(from var(--brand-primary) r g b / 0.26);
      --list-container-bg-hover: hsl(from var(--background-color) h s calc(l - 5));
    }
  }
}
/* {{{ Bootstrap overrides */
/* }}} */
/* {{{ Ic customs */
/* }}} */
/* {{{ Scaffolding */
/* {{{ Bootstrap overrides */
/* }}} */
/* {{{ Ic customs */
/* }}} */
/* }}} */
/* {{{ Typography
/* {{{ Bootstrap overrides */
/* }}} */
/* {{{ Ic customs */
/* font path */
/* }}} */
/* }}} */
/* {{{ Components */
/* {{{ Bootstrap overrides */
/* }}} */
/* }}} */
/* {{{ Tables */
/* {{{ Ic customs */
/* }}} */
/* }}} */
/* {{{ Dropdowns */
/* {{{ Ic customs */
/* }}} */
/* }}} */
/* {{{ Navbar */
/* XXX: bootstrap var
 * TODO: replace with css var later */
/* }}} */
/* {{{ Navs */
/* }}} */
/* {{{ Pagination */
/* }}} */
/* {{{ Form states & alerts */
/* {{{ Bootstrap overrides */
/* }}} */
/* {{{ Ic customs */
/* XXX: bootstrap var
 * TODO: replace with css var later */
/* }}} */
/* }}} */
/* {{{ Panels */
/* }}} */
/* {{{ Badges */
/* }}} */
/* {{{ Breadcrumbs */
/* }}} */
/* {{{ Others customs */
/* Widget step */
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Mixin can be used as a classic css class or invoked in rules */
.ellipsis {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
@font-face {
  font-family: 'robotobold';
  src: url(../assets/font/9be59320bb4c5e75412e.eot);
  src: url(../assets/font/9be59320bb4c5e75412e.eot?#iefix) format('embedded-opentype'), url(../assets/font/fabff0d84669fd499add.woff) format('woff'), url(../assets/font/5f90c6a6ec23a6523886.ttf) format('truetype'), url(../assets/font/9a35e3859cf3b170ded4.svg#robotobold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url(../assets/font/2455866a34dfa508e2ad.eot);
  src: url(../assets/font/2455866a34dfa508e2ad.eot?#iefix) format('embedded-opentype'), url(../assets/font/515be34740195e9f81bb.woff) format('woff'), url(../assets/font/37636f0192ff118f7575.ttf) format('truetype'), url(../assets/font/f12cf31c0c467fc6cec6.svg#robotoregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url(../assets/font/187af9ecd9e94c7dd7d6.eot);
  src: url(../assets/font/187af9ecd9e94c7dd7d6.eot?#iefix) format('embedded-opentype'), url(../assets/font/2530fde760247ce104dc.woff) format('woff'), url(../assets/font/7aa426d803cd4d6709c9.ttf) format('truetype'), url(../assets/font/e9f60c63409b832929e9.svg#robotomedium) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url(../assets/font/99f0610baee2b221672b.eot);
  src: url(../assets/font/99f0610baee2b221672b.eot?#iefix) format('embedded-opentype'), url(../assets/font/fc5534398d7186825c15.woff2) format('woff2'), url(../assets/font/9d928fd49f9ad621d2cc.woff) format('woff'), url(../assets/font/2adc679c62796932eac2.ttf) format('truetype'), url(../assets/font/b2912dff4b0b05c01d22.svg#robotolight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url(../assets/font/a8c9c2d644fc601b4609.eot);
  src: url(../assets/font/a8c9c2d644fc601b4609.eot?#iefix) format('embedded-opentype'), url(../assets/font/9a2c9c445394a090d5ca.woff2) format('woff2'), url(../assets/font/1f2e93fc4463dd8e6d76.woff) format('woff'), url(../assets/font/3b012e10f95ede1bd9e4.ttf) format('truetype'), url(../assets/font/1b28ee29e66f2ebaa87b.svg#robotothin) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url(../assets/font/1d25beef1dbcc4b90cb8.eot);
  src: url(../assets/font/1d25beef1dbcc4b90cb8.eot#iefix) format('embedded-opentype'), url(../assets/font/ba597803a1af8fc96d6c.ttf) format('truetype'), url(../assets/font/e7857c01296a55a97f1e.woff) format('woff'), url(../assets/font/4e7e900dc979dbf398bd.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-or:before {
  content: '\e900';
}
.icon-and:before {
  content: '\e901';
}
.text-success {
  color: #91c46b;
}
a.text-success:hover,
a.text-success:focus {
  color: #76b448;
}
.text-info {
  color: #5e83bf;
}
a.text-info:hover,
a.text-info:focus {
  color: #4369a7;
}
.text-warning {
  color: #e87a0c;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b86109;
}
.text-danger {
  color: #b72c29;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8d2220;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
#header {
  background-color: var(--brand-primary);
  color: var(--text-contrast);
}
#header.navbar {
  margin-bottom: none;
  border-bottom: none;
}
#header.navbar .navbar-brand {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
#header.navbar .logo {
  max-height: 50px;
  max-width: 350px;
  object-fit: contain;
}
#header #toggle-menu .navbar {
  border-width: 0px;
}
#header #toggle-menu .dropdown__button {
  color: var(--text-contrast);
  padding: 16px;
  font-weight: normal;
  background-color: unset;
  border: unset;
  border-radius: unset;
}
#header #toggle-menu .dropdown__button[aria-expanded="true"],
#header #toggle-menu .dropdown__button:hover {
  background-color: var(--header-bg-focus);
  color: var(--text-contrast);
}
#header #toggle-menu .dropdown__button[aria-expanded="true"].inactive,
#header #toggle-menu .dropdown__button:hover.inactive {
  background-color: unset;
  color: var(--text-contrast);
}
#header #suid {
  position: fixed;
  /* XXX: Reset the padding added by .container-fluid */
  margin-left: calc(-30px / 2 + 50%);
  transform: translate(-50%);
  z-index: 1000;
  padding: 3px 15px;
  white-space: nowrap;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 0 5px;
}
#header #suid > a {
  color: var(--text-contrast);
  display: block;
}
#header .visible-xs {
  background-color: var(--brand-primary);
}
#header .visible-xs button.navbar-brand,
#header .visible-xs a.navbar-brand {
  color: var(--text-contrast);
  padding: 15px;
}
#header .visible-xs button.navbar-brand:hover,
#header .visible-xs a.navbar-brand:hover {
  background-color: var(--header-bg-focus);
}
#header .visible-xs .navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 10px;
}
.dropdown__slot__header {
  font-weight: normal;
  padding: calc(calc(30px / 2) / 3) 0;
  background-color: var(--background-color);
  border: 1px solid #d0d0d0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.dealiasing-toggle {
  height: 50px;
  padding: 12px 15px;
}
.dealiasing-toggle__icon {
  margin: auto 0;
}
.dealiasing-toggle--isEnabled {
  color: var(--text-contrast);
}
.dealiasing-toggle--isDisabled {
  color: var(--dark-primary);
}
@media (max-width: 767px) {
  #header #toggle-menu .dropdown .dropdown-menu > li > a {
    color: var(--text-contrast);
    font-weight: normal;
  }
  .dashboard-tabs {
    margin-top: 15px;
  }
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
@layer default {
  :root {
    --translate-position: -50%;
    --login-inset-color: rgba(255, 255, 255, 0.6);
    --login-field-bg-color: rgba(255, 255, 255, 0.3);
    --login-background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/img/login_background.jpg) no-repeat;
  }
}
@layer computed {
  :root {
    --login-color: var(--text-contrast);
  }
}
html.login {
  /* #65146 Only needed at login time. After login it breaks the footer
     * location */
  height: 100%;
}
html.login #footer {
  color: var(--login-color);
  background: transparent;
}
#maintenance-title {
  text-align: center;
  color: var(--login-color);
}
#wrapper-body.login {
  height: 100%;
  color: var(--login-color);
  background: var(--login-background);
  background-size: cover;
  /* XXX: Counter act #65146 side effect */
  margin-bottom: 0;
}
#wrapper-body.login #header {
  display: none;
}
#wrapper-body.login #app-container {
  height: 90%;
  background-color: transparent;
}
#wrapper-body.login #app-container .login-container .login-form {
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(var(--translate-position), var(--translate-position));
  -ms-transform: translate(var(--translate-position), var(--translate-position));
  -o-transform: translate(var(--translate-position), var(--translate-position));
  transform: translate(var(--translate-position), var(--translate-position));
  width: 700px;
  background-color: transparent;
  border: 1px solid var(--login-color);
  border-radius: 4px;
  box-shadow: inset 0px 0px 21px 10px var(--login-inset-color);
}
#wrapper-body.login #app-container .login-container .login-form.form-center {
  padding: 30px 30px 30px;
}
#wrapper-body.login #app-container .login-container .login-form .logo {
  margin-bottom: 30px;
  height: 100%;
}
#wrapper-body.login #app-container .login-container .login-form .logo img {
  max-height: 80px;
  object-fit: contain;
}
#wrapper-body.login #app-container .login-container .login-form h3 {
  color: var(--login-color);
  margin: 15px 0;
}
#wrapper-body.login #app-container .login-container .login-form input.form-control {
  position: relative;
  background-color: var(--login-field-bg-color);
  color: var(--login-color);
}
#wrapper-body.login #app-container .login-container .login-form input#login,
#wrapper-body.login #app-container .login-container .login-form input#code,
#wrapper-body.login #app-container .login-container .login-form input#password {
  padding-left: 25px;
}
#wrapper-body.login #app-container .login-container .login-form input#login + .fa,
#wrapper-body.login #app-container .login-container .login-form input#code + .fa,
#wrapper-body.login #app-container .login-container .login-form input#password + .fa {
  position: absolute;
  left: 7px;
}
#wrapper-body.login #app-container .login-container .login-form input#login-new,
#wrapper-body.login #app-container .login-container .login-form input#login-reset,
#wrapper-body.login #app-container .login-container .login-form input#password-new,
#wrapper-body.login #app-container .login-container .login-form input#confirm-password {
  padding-left: 25px;
}
#wrapper-body.login #app-container .login-container .login-form input#login-new + .fa,
#wrapper-body.login #app-container .login-container .login-form input#login-reset + .fa,
#wrapper-body.login #app-container .login-container .login-form input#password-new + .fa,
#wrapper-body.login #app-container .login-container .login-form input#confirm-password + .fa {
  position: absolute;
  left: 7px;
}
#wrapper-body.login #app-container .login-container .login-form .login-button {
  margin-top: 7px;
  margin-bottom: 15px;
}
#wrapper-body.login #app-container .login-container .login-form .login-choice {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
#wrapper-body.login #app-container .login-container .login-form .login-choice__item {
  margin: 7.5px 0;
}
#wrapper-body.login #app-container .login-container .login-form .footer-row a,
#wrapper-body.login #app-container .login-container .login-form .login-row a {
  color: var(--login-color);
}
#wrapper-body.login #app-container .login-container .login-form .footer-row a:hover,
#wrapper-body.login #app-container .login-container .login-form .login-row a:hover {
  color: var(--brand-primary);
}
#wrapper-body.login #app-container .login-container .login-form .footer-row a.stack-link,
#wrapper-body.login #app-container .login-container .login-form .login-row a.stack-link {
  display: block;
}
#wrapper-body.login #app-container .login-container .login-form .footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#wrapper-body.login #app-container .login-container .login-form-captcha {
  width: auto;
}
#wrapper-body.login #app-container .login-container .login-button-captcha {
  text-align: center;
}
@media (max-width: 991px) {
  #body.login {
    background-position: center right;
  }
}
.user-login-container,
.pswd-container,
#login-captcha,
#reset-pwd-captcha {
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  #wrapper-body.login #app-container .login-container .login-form {
    width: calc(100% - 2 * 30px);
  }
}
@media (max-width: 450px) {
  #wrapper-body.login #app-container .login-container .login-form .logo img {
    max-width: calc(100% - 4 * 30px);
  }
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.table {
  background-color: var(--background-color);
}
.table > thead > tr > th {
  background-color: #e6e6e6;
  border-bottom: none;
}
.table.table-hover > thead > tr > th {
  background-color: #e6e6e6;
  letter-spacing: 0.025em;
}
.table.table-hover > thead > tr > th:hover {
  color: var(--brand-primary);
  text-decoration: none;
}
.table.table-hover > thead > tr > th.sortable:hover {
  color: var(--brand-primary);
}
.table.table-hover > tbody > tr.alert-success > td {
  background-color: #91c46b;
}
.table.table-hover > tbody > tr.alert-success:hover > td {
  background-color: #83bd59;
  color: inherit;
}
.table.table-hover > tbody > tr.alert-info > td {
  background-color: #5e83bf;
}
.table.table-hover > tbody > tr.alert-info:hover > td {
  background-color: #4c75b8;
  color: inherit;
}
.table.table-hover > tbody > tr.alert-danger > td {
  background-color: #b72c29;
}
.table.table-hover > tbody > tr.alert-danger:hover > td {
  background-color: #a22724;
  color: inherit;
}
.table.table-hover > tbody > tr.alert-warning > td {
  background-color: #e87a0c;
}
.table.table-hover > tbody > tr.alert-warning:hover > td {
  background-color: #d06d0b;
  color: inherit;
}
div.table-container > table.table > tbody > tr > td.non-clickable {
  cursor: default;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.no-border .backbone-pager {
  border-bottom: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
@layer computed {
  .btn-primary,
  .btn-estimate,
  .btn-extract-target--is-enabled {
    --btn-color: var(--text-contrast);
    --btn-bg: var(--brand-primary);
    --btn-bg-hover: var(--brand-primary);
    --btn-border: var(--btn-bg);
    --btn-border-hover: var(--btn-bg-hover);
  }
  .btn-default,
  .btn-reverse-geocoding,
  .btn-extract-target {
    --btn-color: var(--text-contrast);
    --btn-bg: var(--dark-primary);
    --btn-border: var(--dark-primary);
  }
  .btn-cancel {
    --btn-color: var(--text-contrast);
    --btn-bg: #7d7d7d;
    --btn-border: var(--btn-bg);
  }
  @supports (color: hsl(from white h s l)) {
    .btn-primary,
    .btn-estimate,
    .btn-extract-target--is-enabled {
      --btn-bg-hover: hsl(from var(--brand-primary) h s calc(l - 10));
      --btn-border: hsl(from var(--btn-bg) h s calc(l - 5));
      --btn-border-hover: hsl(from var(--btn-bg-hover) h s calc(l - 5));
    }
    .btn-cancel {
      --btn-border: hsl(from var(--btn-bg) h s calc(l - 5));
    }
  }
}
/* }}} */
.btn-cancel {
  --btn-variant-color: var(--btn-color);
  --btn-variant-bg: var(--btn-bg);
  --btn-variant-border: var(--btn-border);
  --btn-variant-bg-darken-10: var(--btn-variant-bg);
  --btn-variant-bg-darken-17: var(--btn-variant-bg);
  --btn-variant-border-darken-12: var(--btn-variant-border);
  --btn-variant-border-darken-25: var(--btn-variant-border);
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
@supports (color: hsl(from white h s l)) {
  .btn-cancel {
    --btn-variant-bg-darken-10: hsl(from var(--btn-variant-bg) h s calc(l - 10));
    --btn-variant-bg-darken-17: hsl(from var(--btn-variant-bg) h s calc(l - 17));
    --btn-variant-border-darken-12: hsl(from var(--btn-variant-border) h s calc(l - 12));
    --btn-variant-border-darken-25: hsl(from var(--btn-variant-border) h s calc(l - 25));
  }
}
.btn-cancel:focus,
.btn-cancel.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-25);
}
.btn-cancel:hover {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-12);
}
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  background-image: none;
  border-color: var(--btn-variant-border-darken-12);
}
.btn-cancel:active:hover,
.btn-cancel.active:hover,
.open > .dropdown-toggle.btn-cancel:hover,
.btn-cancel:active:focus,
.btn-cancel.active:focus,
.open > .dropdown-toggle.btn-cancel:focus,
.btn-cancel:active.focus,
.btn-cancel.active.focus,
.open > .dropdown-toggle.btn-cancel.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-17);
  border-color: var(--btn-variant-border-darken-25);
}
.btn-cancel.disabled:hover,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel.disabled:focus,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus,
.btn-cancel.disabled.focus,
.btn-cancel[disabled].focus,
fieldset[disabled] .btn-cancel.focus {
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
.btn-cancel .badge {
  color: var(--btn-variant-bg);
  background-color: var(--btn-variant-color);
}
.btn.btn-default:active,
.btn.btn-default.active {
  --btn-variant-color: var(--btn-color);
  --btn-variant-bg: var(--btn-bg);
  --btn-variant-border: var(--btn-border);
  --btn-variant-bg-darken-10: var(--btn-variant-bg);
  --btn-variant-bg-darken-17: var(--btn-variant-bg);
  --btn-variant-border-darken-12: var(--btn-variant-border);
  --btn-variant-border-darken-25: var(--btn-variant-border);
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
@supports (color: hsl(from white h s l)) {
  .btn.btn-default:active,
  .btn.btn-default.active {
    --btn-variant-bg-darken-10: hsl(from var(--btn-variant-bg) h s calc(l - 10));
    --btn-variant-bg-darken-17: hsl(from var(--btn-variant-bg) h s calc(l - 17));
    --btn-variant-border-darken-12: hsl(from var(--btn-variant-border) h s calc(l - 12));
    --btn-variant-border-darken-25: hsl(from var(--btn-variant-border) h s calc(l - 25));
  }
}
.btn.btn-default:active:focus,
.btn.btn-default.active:focus,
.btn.btn-default:active.focus,
.btn.btn-default.active.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-25);
}
.btn.btn-default:active:hover,
.btn.btn-default.active:hover {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-12);
}
.btn.btn-default:active:active,
.btn.btn-default.active:active,
.btn.btn-default:active.active,
.btn.btn-default.active.active,
.open > .dropdown-toggle.btn.btn-default:active,
.open > .dropdown-toggle.btn.btn-default.active {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  background-image: none;
  border-color: var(--btn-variant-border-darken-12);
}
.btn.btn-default:active:active:hover,
.btn.btn-default.active:active:hover,
.btn.btn-default:active.active:hover,
.btn.btn-default.active.active:hover,
.open > .dropdown-toggle.btn.btn-default:active:hover,
.open > .dropdown-toggle.btn.btn-default.active:hover,
.btn.btn-default:active:active:focus,
.btn.btn-default.active:active:focus,
.btn.btn-default:active.active:focus,
.btn.btn-default.active.active:focus,
.open > .dropdown-toggle.btn.btn-default:active:focus,
.open > .dropdown-toggle.btn.btn-default.active:focus,
.btn.btn-default:active:active.focus,
.btn.btn-default.active:active.focus,
.btn.btn-default:active.active.focus,
.btn.btn-default.active.active.focus,
.open > .dropdown-toggle.btn.btn-default:active.focus,
.open > .dropdown-toggle.btn.btn-default.active.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-17);
  border-color: var(--btn-variant-border-darken-25);
}
.btn.btn-default:active.disabled:hover,
.btn.btn-default.active.disabled:hover,
.btn.btn-default:active[disabled]:hover,
.btn.btn-default.active[disabled]:hover,
fieldset[disabled] .btn.btn-default:active:hover,
fieldset[disabled] .btn.btn-default.active:hover,
.btn.btn-default:active.disabled:focus,
.btn.btn-default.active.disabled:focus,
.btn.btn-default:active[disabled]:focus,
.btn.btn-default.active[disabled]:focus,
fieldset[disabled] .btn.btn-default:active:focus,
fieldset[disabled] .btn.btn-default.active:focus,
.btn.btn-default:active.disabled.focus,
.btn.btn-default.active.disabled.focus,
.btn.btn-default:active[disabled].focus,
.btn.btn-default.active[disabled].focus,
fieldset[disabled] .btn.btn-default:active.focus,
fieldset[disabled] .btn.btn-default.active.focus {
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
.btn.btn-default:active .badge,
.btn.btn-default.active .badge {
  color: var(--btn-variant-bg);
  background-color: var(--btn-variant-color);
}
.start-optimize {
  text-align: right;
}
.btn-cancel-optimize {
  float: right;
}
.btn-radio {
  margin-right: 12%;
}
.btn-primary,
.btn-estimate,
.btn-extract-target--is-enabled {
  --btn-variant-color: var(--btn-color);
  --btn-variant-bg: var(--btn-bg);
  --btn-variant-border: var(--btn-border);
  --btn-variant-bg-darken-10: var(--btn-variant-bg);
  --btn-variant-bg-darken-17: var(--btn-variant-bg);
  --btn-variant-border-darken-12: var(--btn-variant-border);
  --btn-variant-border-darken-25: var(--btn-variant-border);
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
@supports (color: hsl(from white h s l)) {
  .btn-primary,
  .btn-estimate,
  .btn-extract-target--is-enabled {
    --btn-variant-bg-darken-10: hsl(from var(--btn-variant-bg) h s calc(l - 10));
    --btn-variant-bg-darken-17: hsl(from var(--btn-variant-bg) h s calc(l - 17));
    --btn-variant-border-darken-12: hsl(from var(--btn-variant-border) h s calc(l - 12));
    --btn-variant-border-darken-25: hsl(from var(--btn-variant-border) h s calc(l - 25));
  }
}
.btn-primary:focus,
.btn-primary.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-25);
}
.btn-primary:hover {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-12);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  background-image: none;
  border-color: var(--btn-variant-border-darken-12);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-17);
  border-color: var(--btn-variant-border-darken-25);
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
.btn-primary .badge {
  color: var(--btn-variant-bg);
  background-color: var(--btn-variant-color);
}
.btn-primary:hover {
  background-color: var(--btn-bg-hover);
  border-color: var(--btn-border-hover);
}
.btn-estimate {
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-color: var(--btn-border);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
#footer {
  /* #65146 Enable the footer to be at then end of the page even when the
     * page is smaller than the viewport */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  background: var(--container-background);
  font-size: inherit;
  font-weight: inherit;
}
#footer a {
  color: var(--brand-primary);
}
#footer a:hover {
  text-decoration: underline;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.keywords ul {
  padding: 0;
}
.keywords ul .label {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.keywords ul .label:hover {
  cursor: pointer;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* background color */
.panel-default.colors .color {
  height: 40px;
  border: 2px solid var(--background-color);
}
.panel-default.colors .color div {
  height: 100%;
  padding: 5px;
}
.panel-default.colors .color div.primary {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.panel-default.colors .color div.dark-grey {
  background-color: var(--dark-primary);
  color: var(--text-contrast);
}
.panel-default.colors .color div.medium-grey {
  background-color: #f0f0f0;
}
.panel-default.colors .color div.workbench-bck {
  background-color: #eaeaea;
}
.panel-default.colors .color div.table-head {
  background-color: #e6e6e6;
}
.panel-default.colors .color div.panel-head {
  background-color: #e2e2e2;
}
.panel-default.colors .color div.navs-border {
  background-color: var(--navs-border-tabs-color);
}
.panel-default.colors .color div.primary,
.panel-default.colors .color div.dark-grey {
  color: var(--text-contrast);
}
.panel-default .panel-heading h2 {
  margin-bottom: 0;
}
.panel-default .panel-heading.title {
  padding-top: 18px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
.panel-default .panel-body h3 {
  margin-top: 0;
}
.panel-default .panel-body .hover a {
  color: var(--brand-primary);
  text-decoration: underline;
}
.panel-default .panel-body [data-toggle="popover"]:hover,
.panel-default .panel-body [data-toggle="tooltip"]:hover {
  cursor: pointer;
}
.panel-default .panel-body .first,
.panel-default .panel-body .second,
.panel-default .panel-body .third,
.panel-default .panel-body .fourth,
.panel-default .panel-body .fifth,
.panel-default .panel-body .sixth,
.panel-default .panel-body .seventh,
.panel-default .panel-body .eighth,
.panel-default .panel-body .ninth,
.panel-default .panel-body .tenth,
.panel-default .panel-body .eleventh {
  color: var(--text-contrast);
}
.panel-default .panel-body .first {
  background-color: #e0583e;
}
.panel-default .panel-body .second {
  background-color: #555555;
}
.panel-default .panel-body .third {
  background-color: #8dc73f;
}
.panel-default .panel-body .fourth {
  background-color: #068ed5;
}
.panel-default .panel-body .fifth {
  background-color: #f0a626;
}
.panel-default .panel-body .sixth {
  background-color: #195896;
}
.panel-default .panel-body .seventh {
  background-color: #fd8f7e;
}
.panel-default .panel-body .eighth {
  background-color: #109da7;
}
.panel-default .panel-body .ninth {
  background-color: #ba2988;
}
.panel-default .panel-body .tenth {
  background-color: #f27a3a;
}
.panel-default .panel-body .eleventh {
  background-color: #560975;
}
.panel-default .one {
  min-height: 50px;
}
.panel-default .one a {
  color: var(--brand-primary);
}
.panel-default .one .nav li a {
  padding: 16px;
  color: var(--text-contrast);
}
.panel-default .one .nav li a:hover {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.panel-default .second-nav {
  width: 50%;
}
.panel-default .tab-content {
  padding: 10px 15px;
}
.panel-default .table.design tbody tr.alert-success td {
  background-color: var(--background-color);
  color: #91c46b;
}
.panel-default .table.design tbody tr.alert-success:hover td {
  background-color: #83bd59;
  color: var(--text-contrast);
}
.one-title {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.one-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--dark-primary);
}
/* images*/
.logo {
  height: 50px;
}
/* form icons */
.form-group {
  position: relative;
}
.form-group .fa.fa-search {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 7px;
}
.form-group .fa.fa-envelope-o,
.form-group .fa.fa-key,
.form-group .fa.fa-user {
  position: absolute;
  pointer-events: none;
  left: 10px;
  bottom: 8px;
}
.form-group input + span[class^="fa"] {
  font-size: 17px;
}
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="name"] {
  padding-left: 30px;
}
/* input search */
.form-group .inner-addon {
  position: absolute;
  right: 20px;
  top: 6px;
  z-index: 10;
  color: #777777;
  cursor: pointer;
}
.input-group.search-group .inner-addon {
  position: absolute;
  right: 40px;
  top: 8px;
  z-index: 10;
  color: #777777;
  cursor: pointer;
}
.input-group.search-group .input-group-btn > .btn {
  border-color: #ccc;
}
.input-group.search-group .input-group-btn > .btn.btn-default {
  background-color: #ececec;
}
.input-group.search-group .input-group-btn > .btn.btn-default:focus,
.input-group.search-group .input-group-btn > .btn.btn-default:hover {
  background-color: #d3d3d3;
}
.input-group.search-group .input-group-btn > .btn.btn-default:active {
  background-color: var(--dark-primary);
}
/* Tabs */
.nav.nav-tabs li.active > a {
  background-color: var(--background-color);
  color: var(--brand-primary);
}
.nav.nav-tabs li:hover > a {
  background-color: var(--background-color);
  color: var(--brand-primary);
  border-bottom-color: var(--background-color);
}
.nav.nav-tabs li > a {
  background-color: #eeeeee;
}
/* Navigation */
#header .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.second-nav .nav.nav-pills.nav-stacked > li + li {
  margin-top: 0;
}
.second-nav .nav.nav-pills.nav-stacked > li a {
  position: relative;
  border-radius: 0;
  background-color: var(--background-color);
  border-bottom: 1px solid var(--main-border-color);
}
.second-nav .nav.nav-pills.nav-stacked > li a:before {
  content: ".";
  position: absolute;
  width: 5px;
  background-color: var(--brand-primary);
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
}
.second-nav .nav.nav-pills.nav-stacked > li a:hover {
  color: var(--brand-primary);
  background-color: var(--list-container-bg-hover);
}
.second-nav .nav.nav-pills.nav-stacked > li a:hover:before {
  visibility: visible;
}
.second-nav .nav + .nav-tabs {
  border-bottom: none;
}
.second-nav .nav + .nav-tabs > li > a {
  background-color: var(--background-color);
  color: #333333;
}
.second-nav .nav + .nav-tabs > li > a:hover,
.second-nav .nav + .nav-tabs > li > a:focus {
  border-bottom-color: var(--background-color);
  background-color: var(--background-color);
  color: var(--brand-primary);
}
.second-nav .nav + .nav-tabs > li.active > a {
  background-color: var(--background-color);
  color: var(--brand-primary);
}
.second-nav .nav + .nav-tabs > li.active > a:hover,
.second-nav .nav + .nav-tabs > li.active > a:focus {
  color: var(--brand-primary);
  background-color: var(--background-color);
}
.one-footer {
  margin-bottom: 15px;
}
.one-footer a {
  color: #ea7424;
  float: none;
}
.one-footer a:hover,
.one-footer a:focus {
  color: #ea7424;
  text-decoration: underline;
}
/*tables*/
.table.table-hover.design > thead > tr > th {
  background-color: #ececec;
  color: #333333;
}
.table.table-hover.design > thead > tr > th:hover {
  color: var(--brand-primary);
  cursor: pointer;
}
/* body */
body {
  overflow-x: hidden;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Striped List */
.list-striped .list-row {
  padding: 2px 0px;
}
.list-striped .list-row div:first-child {
  text-align: end;
  font-weight: bold;
}
.list-striped .list-row:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped .list-row:hover {
  background-color: #f5f5f5;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.ic-notification {
  min-width: 500px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Table forms */
.table-form-list {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.table-form-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
  padding-bottom: 0;
}
.table-form-header .header-controls {
  display: flex;
}
.table-form-header ~ .table-form-list {
  padding-top: 0;
}
.table-form-header ~ .table-form-list .filter-bar-container {
  padding-top: 15px;
}
.table-form-header .filter-items {
  padding-bottom: 0;
}
/* Iop forms */
.repeated-fields-container {
  padding: 0;
  list-style: none;
}
.repeated-fields-container span.fa.fa-trash-o:hover {
  color: var(--brand-primary);
  cursor: pointer;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* }}} */
/* Default target variables {{{ */
/* XXX: 320px is the height of
 * menu header + page footer + target header + criteria command height
 *
 * TODO: this value should be computed from less variables but some of them
 * (like page header and footer) are defined in 2020.04. So it would be easier
 * to fix that hardcoded value in this version. */
/* borders */
/* Widths */
/* }}} */
/*
 * Generic definition
 *
 */
.target-collection {
  margin-bottom: 15px;
  margin-top: 1px;
}
.target-collection .collection-selector {
  max-width: 400px;
}
.target-widget-placeholder {
  margin-top: -15px;
  margin-bottom: 15px;
}
.target-widget-placeholder #target-pager {
  border-left: 1px solid #ddd;
}
.target-widget-placeholder #target-pager .previous,
.target-widget-placeholder #target-pager .next {
  padding: 5px 0 6px;
}
.target-widget-placeholder #target-pager .previous.disabled,
.target-widget-placeholder #target-pager .next.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.target-widget-placeholder #target-pager .previous a,
.target-widget-placeholder #target-pager .next a {
  width: 100%;
  text-align: center;
  display: block;
}
.target-widget-placeholder #target-pager .previous [class^="fa fa-chevron"],
.target-widget-placeholder #target-pager .next [class^="fa fa-chevron"] {
  vertical-align: bottom;
  font-size: larger;
}
.target-widget-placeholder #target-pager .next {
  border-left: 1px solid #ddd;
}
.target-widget-placeholder #target-pager .placeholder-pages {
  border-top: 1px solid #ddd;
}
.target-widget-placeholder #target-pager .placeholder-pages .placeholder-page {
  display: inline-block;
}
.target-widget-placeholder #target-pager .placeholder-pages .placeholder-page [class^="fa fa-circle"] {
  font-size: x-small;
}
.target {
  padding: 15px;
  background-color: var(--background-color);
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.target-dummy {
  cursor: default;
}
.target .target-star {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.target .fa.fa-times {
  position: absolute;
  top: 8px;
  right: 8px;
}
.target .draggable-target {
  position: absolute;
  left: 5px;
  top: 5px;
  max-width: 5px;
}
.target .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
}
.target .pull-right .dropdown {
  position: absolute;
  top: 10px;
  right: 8px;
}
.target.invalid {
  background-color: rgba(204, 13, 4, 0.1);
}
.target.invalid .name {
  text-decoration: line-through;
  color: #777777;
}
.targets-info .overview {
  text-decoration: underline;
  cursor: pointer;
}
#form-filter {
  margin-right: -15px;
}
#target-catalog h3 {
  margin-top: 0;
}
#target-catalog .jointure-tree,
.create-target-controls .jointure-tree,
.condition-selector-content .jointure-tree {
  margin: 0;
  list-style: none;
  float: left;
}
#target-catalog .jointure-tree > li > .fa-li,
.create-target-controls .jointure-tree > li > .fa-li,
.condition-selector-content .jointure-tree > li > .fa-li {
  display: none;
}
#target-catalog .jointure-tree ul,
.create-target-controls .jointure-tree ul,
.condition-selector-content .jointure-tree ul {
  list-style: none;
}
#target-catalog .join-selector,
.create-target-controls .join-selector,
.condition-selector-content .join-selector {
  width: 300px;
}
#target-catalog .condition-control-container .value-set-control,
.create-target-controls .condition-control-container .value-set-control,
.condition-selector-content .condition-control-container .value-set-control {
  float: left !important;
  float: left;
}
#target-catalog .condition-control-container .value-set-control .enum-selector,
.create-target-controls .condition-control-container .value-set-control .enum-selector,
.condition-selector-content .condition-control-container .value-set-control .enum-selector {
  width: 350px;
}
#target-catalog .condition-control-container .sensitivity,
.create-target-controls .condition-control-container .sensitivity,
.condition-selector-content .condition-control-container .sensitivity {
  margin-left: 10px;
}
#target-catalog .condition-control-container .sensitivity input[type="checkbox"],
.create-target-controls .condition-control-container .sensitivity input[type="checkbox"],
.condition-selector-content .condition-control-container .sensitivity input[type="checkbox"] {
  vertical-align: text-bottom;
}
#target-catalog .condition-control-container .dateForm-picker .choice-container .dateKind-picker,
.create-target-controls .condition-control-container .dateForm-picker .choice-container .dateKind-picker,
.condition-selector-content .condition-control-container .dateForm-picker .choice-container .dateKind-picker,
#target-catalog .condition-control-container .dateForm-picker .choice-container .period-picker,
.create-target-controls .condition-control-container .dateForm-picker .choice-container .period-picker,
.condition-selector-content .condition-control-container .dateForm-picker .choice-container .period-picker {
  display: inline-block;
}
#target-catalog .condition-control-container .dateForm-picker .input-container .range-picker .custom-range-from,
.create-target-controls .condition-control-container .dateForm-picker .input-container .range-picker .custom-range-from,
.condition-selector-content .condition-control-container .dateForm-picker .input-container .range-picker .custom-range-from {
  margin-left: 7.5px;
}
#target-catalog .condition-control-container .dateForm-picker .input-container-end .range-picker-to .custom-range-to,
.create-target-controls .condition-control-container .dateForm-picker .input-container-end .range-picker-to .custom-range-to,
.condition-selector-content .condition-control-container .dateForm-picker .input-container-end .range-picker-to .custom-range-to {
  margin-left: 7.5px;
}
#target-catalog .target-computation,
.create-target-controls .target-computation,
.condition-selector-content .target-computation {
  margin-top: 7.5px;
  position: relative;
}
#target-catalog .target-computation .progress-bar,
.create-target-controls .target-computation .progress-bar,
.condition-selector-content .target-computation .progress-bar {
  width: 0;
}
#target-catalog .target-computation .value,
.create-target-controls .target-computation .value,
.condition-selector-content .target-computation .value {
  color: #333333;
  position: absolute;
  width: 100%;
}
#target-main-container .scrollbar-container,
#target-summary-container .scrollbar-container {
  min-height: 300px;
}
#catalog-content {
  margin-top: 15px;
  padding-bottom: 15px;
}
#catalog-content .target {
  border: 1px solid #ddd;
}
#catalog-content table.table.table-hover {
  table-layout: fixed;
}
#catalog-content table.table.table-hover > tbody > tr > td > div,
#catalog-content table.table.table-hover > tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#catalog-content table.table.table-hover > tbody > tr > td > div.dropdown,
#catalog-content table.table.table-hover > tbody > tr > td.dropdown,
#catalog-content table.table.table-hover > tbody > tr > td > div.dropdown-container,
#catalog-content table.table.table-hover > tbody > tr > td.dropdown-container {
  overflow: visible;
}
#catalog-content table.table.table-hover > tbody > tr > td > div.dropdown,
#catalog-content table.table.table-hover > tbody > tr > td.dropdown {
  display: inline-block;
}
#catalog-content table.table.table-hover tr.invalid > td {
  text-decoration: line-through;
  color: #777777;
}
#catalog-content table.table.table-hover tr.invalid:hover > td {
  background-color: rgba(204, 13, 4, 0.1);
}
/*
 * Mixins for main parts of the widget
 *
 */
.target-widget-top-part {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.target-widget-top-part .form-group {
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.target-widget-top-part .form-group .match {
  padding-right: 5px;
  vertical-align: bottom;
}
.target-widget-top-part .form-group .targetset-condition-selector {
  display: inline-block;
}
.target-widget-top-part .form-group .targetset-condition-selector input[type="radio"] {
  margin-top: 3px;
}
.target-widget-top-part #target-placeholder {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}
.target-widget-top-part #target-placeholder .target.target-dummy {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  padding: 16px 10px;
}
.target-widget-top-part .targets-container [class^="col-md-"] {
  padding: 0;
}
.target-widget-top-part .targets-container [class^="col-md-"]:first-child .target,
.target-widget-top-part .targets-container [class^="col-md-"]:last-child .target {
  border: 1px solid #ddd;
}
.target-widget-top-part .targets-container [class^="col-md-"].drop-target > .target {
  padding: 15px;
  border: 1px dashed #ddd;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.target-widget-top-part .targets-container [class^="col-md-"] .target {
  /* to compensate borders from the .catalog-container */
  padding: 16px;
  border: 1px solid #ddd;
  border-left: none;
}
.target-widget-top-part .targets-container .btn-action {
  right: 15px;
  position: relative;
}
.target-widget-top-part .targets-container .close-button .fa {
  top: 3px;
  opacity: 0.5;
  color: #777777;
}
.target-widget-bottom-part {
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.target-widget-bottom-part .targets-container {
  margin-top: 15px;
}
.target-widget-bottom-part .targets-container [class^="col-md-"] {
  margin-bottom: 15px;
}
.target-widget-bottom-part .targets-container [class^="col-md-"] > .target .draggable-target {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 80%;
  background: url(../assets/img/draggable.png);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.target-widget-bottom-part .targets-container [class^="col-md-"] > .target:hover .draggable-target {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Mixins for targets both in placeholder and catalog */
[class^="col-md-"] {
  /* The original DOM element being dragged */
  /* The actual DOM element being dragged */
}
[class^="col-md-"].selected > .target {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
[class^="col-md-"].dragging > .target {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
[class^="col-md-"].ui-draggable-dragging {
  z-index: 999;
}
.target-widget-toggle-btn {
  padding-left: 0;
  border-top: 1px solid #ddd;
}
.target-widget-toggle-btn #toggle-catalog {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 22px 0;
  border-right: 1px solid #ddd;
}
.target-widget-toggle-btn #toggle-catalog.active {
  background-color: #eeeeee;
}
.target-widget-toggle-btn #toggle-catalog.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.target-widget-toggle-btn #toggle-catalog:hover,
.target-widget-toggle-btn #toggle-catalog:focus,
.target-widget-toggle-btn #toggle-catalog:active {
  text-decoration: none;
}
.target-widget-toggle-btn #toggle-catalog:visited {
  color: #333333;
}
/*
 * Creation-of-a-target part
 *
 */
.target-period-container {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.target-period-container .granularity-selector-container {
  margin-bottom: 10px;
}
.target-period-container .date-form-picker-container .dateForm-picker .choice-container {
  display: inline-block;
}
.target-period-container .date-form-picker-container .dateForm-picker .choice-container .dateKind-picker,
.target-period-container .date-form-picker-container .dateForm-picker .choice-container .period-picker {
  display: inline-block;
}
.target-period-container .date-form-picker-container .dateForm-picker .input-container,
.target-period-container .date-form-picker-container .dateForm-picker .input-container-end {
  display: inline-block;
}
.target-period-container .date-form-picker-container .dateForm-picker .input-container .extra1,
.target-period-container .date-form-picker-container .dateForm-picker .input-container-end .extra1,
.target-period-container .date-form-picker-container .dateForm-picker .input-container .extra2,
.target-period-container .date-form-picker-container .dateForm-picker .input-container-end .extra2 {
  display: inline-block;
}
.target-period-container .message-container {
  margin-top: 10px;
}
.target-period-container .message-container .alert {
  margin-bottom: 0;
}
.create-target-controls {
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  text-align: right;
  padding-top: 15px;
}
.create-target-controls .target-controls-actions {
  margin-right: 15px;
}
.category-summary-placeholder {
  border-left: 1px solid #ddd;
}
.category-summary {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.category-summary .category-toggle {
  padding-left: 15px;
}
.category-summary .category-name {
  color: #777777;
}
.category-summary .criterion-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-summary .criterion-summary.has-error {
  color: #b72c29;
  cursor: pointer;
}
.select2-result-label .fa.fa-plus {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  --btn-variant-color: var(--btn-color);
  --btn-variant-bg: var(--btn-bg);
  --btn-variant-border: var(--btn-border);
  --btn-variant-bg-darken-10: var(--btn-variant-bg);
  --btn-variant-bg-darken-17: var(--btn-variant-bg);
  --btn-variant-border-darken-12: var(--btn-variant-border);
  --btn-variant-border-darken-25: var(--btn-variant-border);
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
.select2-result-label .fa.fa-plus:focus,
.select2-result-label .fa.fa-plus.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.select2-result-label .fa.fa-plus:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.select2-result-label .fa.fa-plus:active,
.select2-result-label .fa.fa-plus.active,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.select2-result-label .fa.fa-plus:active:hover,
.select2-result-label .fa.fa-plus.active:hover,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus:hover,
.select2-result-label .fa.fa-plus:active:focus,
.select2-result-label .fa.fa-plus.active:focus,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus:focus,
.select2-result-label .fa.fa-plus:active.focus,
.select2-result-label .fa.fa-plus.active.focus,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.select2-result-label .fa.fa-plus.disabled:hover,
.select2-result-label .fa.fa-plus[disabled]:hover,
fieldset[disabled] .select2-result-label .fa.fa-plus:hover,
.select2-result-label .fa.fa-plus.disabled:focus,
.select2-result-label .fa.fa-plus[disabled]:focus,
fieldset[disabled] .select2-result-label .fa.fa-plus:focus,
.select2-result-label .fa.fa-plus.disabled.focus,
.select2-result-label .fa.fa-plus[disabled].focus,
fieldset[disabled] .select2-result-label .fa.fa-plus.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.select2-result-label .fa.fa-plus .badge {
  color: #337ab7;
  background-color: #fff;
}
@supports (color: hsl(from white h s l)) {
  .select2-result-label .fa.fa-plus {
    --btn-variant-bg-darken-10: hsl(from var(--btn-variant-bg) h s calc(l - 10));
    --btn-variant-bg-darken-17: hsl(from var(--btn-variant-bg) h s calc(l - 17));
    --btn-variant-border-darken-12: hsl(from var(--btn-variant-border) h s calc(l - 12));
    --btn-variant-border-darken-25: hsl(from var(--btn-variant-border) h s calc(l - 25));
  }
}
.select2-result-label .fa.fa-plus:focus,
.select2-result-label .fa.fa-plus.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-25);
}
.select2-result-label .fa.fa-plus:hover {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-12);
}
.select2-result-label .fa.fa-plus:active,
.select2-result-label .fa.fa-plus.active,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  background-image: none;
  border-color: var(--btn-variant-border-darken-12);
}
.select2-result-label .fa.fa-plus:active:hover,
.select2-result-label .fa.fa-plus.active:hover,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus:hover,
.select2-result-label .fa.fa-plus:active:focus,
.select2-result-label .fa.fa-plus.active:focus,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus:focus,
.select2-result-label .fa.fa-plus:active.focus,
.select2-result-label .fa.fa-plus.active.focus,
.open > .dropdown-toggle.select2-result-label .fa.fa-plus.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-17);
  border-color: var(--btn-variant-border-darken-25);
}
.select2-result-label .fa.fa-plus.disabled:hover,
.select2-result-label .fa.fa-plus[disabled]:hover,
fieldset[disabled] .select2-result-label .fa.fa-plus:hover,
.select2-result-label .fa.fa-plus.disabled:focus,
.select2-result-label .fa.fa-plus[disabled]:focus,
fieldset[disabled] .select2-result-label .fa.fa-plus:focus,
.select2-result-label .fa.fa-plus.disabled.focus,
.select2-result-label .fa.fa-plus[disabled].focus,
fieldset[disabled] .select2-result-label .fa.fa-plus.focus {
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
.select2-result-label .fa.fa-plus .badge {
  color: var(--btn-variant-bg);
  background-color: var(--btn-variant-color);
}
.select2-result-label .fa.fa-plus:hover {
  background-color: var(--btn-bg-hover);
  border-color: var(--btn-border-hover);
}
/*
 * QuantifiedValueControl
 */
.control-container,
.unit-container {
  display: inline-block;
  vertical-align: middle;
}
#editor-header {
  border-bottom: 1px solid #ddd;
}
#target-summary-container #target-summary {
  padding-top: 15px;
}
#target-summary-container .summary-group-icon {
  width: 34px;
}
#target-summary-container .fa-link {
  cursor: initial;
}
#target-summary-container .fa-link.not-link:after {
  content: "×";
}
#target-summary-container .operators-menu {
  /* Set fixed width in px, because icons in menu dont have the same
         * font-size. */
}
#target-summary-container .operators-menu a.action span {
  width: 19.5px;
}
#target-summary {
  height: 300px;
  /* Venn icons only in toggle operation summary */
}
#target-summary .mCSB_container {
  overflow: visible;
}
#target-summary .venn {
  font-weight: bold;
  font-size: 16px;
}
#target-summary .venn.clickable {
  cursor: pointer;
}
#target-summary .toggle-operation .venn {
  width: 54px;
  font-weight: bold;
  font-size: 25px;
  /* Override bootstrap button */
  padding: 2px 4px 2px 2px;
}
#target-summary .toggle-operation .venn:after {
  content: '>';
  /* Specific to target summary accordingly to .venn icon
                 * width and font-size */
  position: relative;
  top: -5px;
  left: 4px;
  font-size: 18px;
}
#target-summary .toggle-operation .venn.clickable {
  cursor: pointer;
}
#target-summary .criteria-group .title-criteria {
  font-size: 17px;
  font-weight: bold;
}
#target-summary .criteria-group > .criteria {
  margin-left: 15px;
  /* Avoid criteria group being stuck to Venn icons */
  padding-top: 5px;
}
#target-summary .criteria-group > .criteria .simple-criteria {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
}
#target-summary .criteria-group > .criteria .simple-criteria span.criterion-source {
  font-weight: bold;
}
#target-summary .criteria-group > .criteria .join-criteria {
  margin-bottom: 10px;
}
#target-summary .criteria-group > .criteria .join-criteria .join-criterion.has-error [class$="exclamation-triangle"] {
  color: #e87a0c;
}
#target-summary .criteria-group > .criteria .criterion-summary > .criterion-item > .remove-criterion {
  display: none;
}
#target-summary .criteria-group > .criteria .criterion-summary > .criterion-item:hover > .remove-criterion {
  display: inline-block;
}
#target-summary .criteria-group .group-controls.dropdown {
  margin-left: 10px;
}
#target-summary .criteria-group .group-controls.dropdown.dropup > ul.dropdown-menu {
  bottom: 100%;
  top: auto;
}
#target-summary .criteria-group .group-controls.dropdown.dropup > ul.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: inherit;
  bottom: -30px;
  border-radius: 6px 6px 6px 0;
}
#target-summary .criteria-group > .criteria-controls {
  display: none;
}
#target-summary .criteria-group:hover > .criteria-controls {
  display: inline-block;
}
#target-summary .criteria,
#target-summary .jointure-summary {
  border-left: 1px solid gray;
  padding-left: 25px;
}
#target-summary .jointure-summary {
  margin-left: 15px;
}
.information-dialog .conditions,
.popover-content .conditions {
  margin-left: 0;
  padding-left: 1em;
}
.information-dialog .root > li > ul,
.popover-content .root > li > ul {
  list-style-type: disc;
}
.information-dialog .root > li > ul > li > ul,
.popover-content .root > li > ul > li > ul {
  list-style-type: circle;
}
.criteria-scrollbar {
  height: calc(100vh - 320px);
}
#target-criterion-selection-container .selection-container .sources-list-container {
  margin-top: -15px;
  background-color: var(--background-color);
}
#target-criterion-selection-container .selection-container .sources-list-container > .list-group {
  height: calc(100vh - 320px);
}
#target-criterion-selection-container .selection-container .sources-list-container .list-group-item:not(.source-endpoint) {
  color: var(--brand-primary);
}
#target-criterion-selection-container .selection-container .sources-list-container .list-group-item:not(.source-endpoint).collapsed {
  color: #333333;
}
#target-criterion-selection-container .selection-container .sources-list-container .list-group-item.level3 + ul.list-group li:last-child {
  border-bottom: none;
}
#target-criterion-selection-container .selection-container .sources-list-container .list-group-item.level3 + ul.list-group li:first-child {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#target-criterion-selection-container .selection-container .sources-list-container .list-group-item.level3 + ul.list-group .list-group-item {
  padding-left: 30px;
}
#target-criterion-selection-container .selection-container .sources-list-container .list-group-item.level3 + ul.list-group .list-group-item + ul.list-group .list-group-item {
  background-color: #ececec;
  padding-left: 45px;
}
.criterion-fields-container .criteria-form .criterion-field {
  margin-bottom: 10px;
  padding-top: 10px;
}
.criterion-fields-container .criteria-form .criterion-field .qrrd-form-container {
  margin-left: 0;
}
.criterion-fields-container .criteria-form .criterion-field .condition-control-container {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-control-container .select2-container {
  max-height: 300px;
  overflow: auto;
}
.criterion-fields-container .criteria-form .criterion-field h5 {
  padding-bottom: 10px;
  text-align: start;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .choice-container,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container-end,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .extra2 {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container-end .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range1 .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range2 .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container .extra2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container-end .extra2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range1 .extra2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range2 .extra2 {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .condition-anniversary,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .range-anniversary {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .choice-container,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container-end,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .extra2 {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container-end .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range1 .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range2 .extra1,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container .extra2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .input-container-end .extra2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range1 .extra2,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .dateForm-picker .range2 .extra2 {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .condition-anniversary,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .range-anniversary {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .pressure-next-availaibility-control {
  padding: 0 15px;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .pressure-next-availaibility-control .channel-chooser,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .pressure-next-availaibility-control .date-availability,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .pressure-next-availaibility-control .dateForm-picker {
  display: inline-block;
}
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .pressure-next-availaibility-control label,
.criterion-fields-container .criteria-form .criterion-field .condition-selector-content .pressure-next-availaibility-control .channel-chooser {
  margin-right: 5px;
}
.platform-container .targets-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.platform-container .targets-container .target-widget-bottom-part {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
#catalog-footer:not(.ic-hidden) {
  display: flex;
  justify-content: space-between;
}
#width-select-helper {
  visibility: hidden;
  position: fixed;
}
#target-kpis .fa-refresh {
  cursor: pointer;
}
#target-kpis .widget-error p {
  text-align: center;
}
.from-container select:last-child,
.to-container select:last-child {
  margin-left: 2px;
}
#list-selector-container {
  /* Override Bootstrap css */
}
#list-selector-container .select2-container.form-control {
  display: inline-block;
}
.markers .advanced-markers .fields .form-group label {
  word-break: break-word;
}
.criteria-form .criterion-field .marker__container {
  display: flex;
}
.marker__entity-label,
.advanced-marker__label {
  margin-right: 15px;
  margin-top: 5px;
}
.marker__entity-select {
  width: 275px;
}
.marker__scenario-select {
  width: 300px;
}
.marker__scenario-label {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.marker__trash {
  margin-left: 2px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* XXX: @db-panel-heading-bg is exposed to customer, this one is private */
.panel-editor h2 {
  margin-top: 0;
}
.panel-editor .backbone-pager {
  /* cancel bootstrap default margin */
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}
.panels-list {
  margin-top: 10px;
  overflow-x: hidden;
}
.panels-list .panel-default .panel-heading {
  position: relative;
  background-color: var(--background-color);
  border-bottom: 0px;
  padding-bottom: 0px;
}
.panels-list .panel-default .panel-heading .panel-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 90%;
}
.panels-list .panel-default .panel-heading .pull-right .dropdown {
  position: absolute;
  top: 10px;
  right: 8px;
}
.panels-list .panel-default .panel-foot {
  position: relative;
  background-color: var(--background-color);
  padding-left: 10px;
  padding-bottom: 5px;
}
.panels-list .panel-default .panel-foot .panel-kind-template {
  color: #195896;
}
.panels-list .panel-default .panel-foot .panel-kind-licensed {
  color: #109da7;
}
.panels-list .panel-default .panel-foot .panel-kind-text {
  color: var(--text-contrast);
}
.panel-collection {
  width: auto;
  margin-left: 5px;
  margin-bottom: 5px;
}
.panel-collection .select2-container {
  width: inherit;
}
.panel-title,
.widget-title {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel-example > div {
  padding: 30px;
  margin: 15px 0;
  border: 2px dashed #777777;
  border-radius: 4px;
  color: #777777;
  font-size: 17px;
}
@media (max-width: 1290px) {
  .panels-container .sortable-child.col-md-6 .panel-default > .panel-heading .panel-menu .last-computation-time {
    display: block;
    width: 100%;
    text-align: end;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .panels-container .sortable-child.col-md-4 .panel-default > .panel-heading .panel-menu {
    text-align: end;
  }
  .panels-container .sortable-child.col-md-4 .panel-default > .panel-heading .panel-menu .last-computation-time {
    display: block;
    width: 100%;
    text-align: end;
    padding-right: 15px;
  }
}
.panels-container .panel-default > .panel-heading {
  position: relative;
  background-color: #555;
  color: var(--text-contrast);
  padding: 8px 15px;
}
.panels-container .panel-default > .panel-heading .panel-draggable {
  display: none;
}
.panels-container .panel-default > .panel-heading .panel-width {
  margin-left: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.panels-container .panel-default > .panel-heading label.panel-title {
  vertical-align: bottom;
  margin-left: 5px;
  font-weight: normal;
}
.panels-container .panel-default > .panel-heading .panel-menu > div {
  display: inline-block;
  margin-left: 15px;
}
.panels-container .panel-default > .panel-heading .panel-menu > div .tooltip .tooltip-inner {
  color: var(--text-contrast);
}
.panels-container .panel-default > .panel-heading .panel-menu > div span {
  color: var(--text-contrast);
}
.panels-container .panel-default > .panel-heading .panel-menu > div span:hover {
  color: var(--brand-primary);
}
.panels-container .panel-default > .panel-heading .panel-menu > div .dropdown-menu {
  text-align: start;
}
.panels-container .panel-default > .panel-heading .panel-compute,
.panels-container .panel-default > .panel-heading .panel-remove {
  cursor: pointer;
}
.panels-container .panel-default > .panel-body {
  background-color: #f0f0f0;
}
.panels-container .panel-default > .panel-body .widget-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.panels-container .panel-default > .panel-body .widget-container,
.panels-container .panel-default > .panel-body .panel-selector-container {
  overflow: hidden;
  border: 1px solid;
  border-color: #ddd;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  background-color: var(--background-color);
}
.panels-container .panel-default:hover .widget-menu,
.panels-container .panel-default:active .widget-menu,
.panels-container .panel-default:focus .widget-menu,
.panels-container .panel-default:visited .widget-menu {
  cursor: pointer;
}
.panels-container .panel-default:hover > .panel-heading,
.panels-container .panel-default:active > .panel-heading,
.panels-container .panel-default:focus > .panel-heading,
.panels-container .panel-default:visited > .panel-heading {
  visibility: visible;
  border-color: #ddd;
}
.panels-container .panel-default:hover > .panel-heading .panel-draggable,
.panels-container .panel-default:active > .panel-heading .panel-draggable,
.panels-container .panel-default:focus > .panel-heading .panel-draggable,
.panels-container .panel-default:visited > .panel-heading .panel-draggable {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 40%;
  height: 30px;
  width: 20%;
  background: url(../assets/img/draggable_horiz.png) repeat-x;
  z-index: 0;
}
.panels-container .panel-default:hover > .panel-heading .panel-menu,
.panels-container .panel-default:active > .panel-heading .panel-menu,
.panels-container .panel-default:focus > .panel-heading .panel-menu,
.panels-container .panel-default:visited > .panel-heading .panel-menu {
  visibility: visible;
}
.panel-heading select.input-xs {
  height: 22px;
  padding: 0 6px;
}
.panel-editor .panel-default > .panel-heading {
  visibility: visible;
  background-color: #555;
  color: var(--text-contrast);
  border-color: #ddd;
}
.panel-editor .panel-default > .panel-heading label {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.panel-editor .panel-default > .panel-heading label > a {
  color: inherit;
  text-decoration: none;
}
.panel-editor .panel-default > .panel-heading label > a:hover {
  color: var(--brand-primary);
}
.panel-editor .panel-default > .panel-heading label > .dropdown-menu {
  margin-top: 16px;
}
.panel-editor .panel-default > .panel-heading .form-inline .form-group + .form-group {
  margin-left: 10px;
}
.panel-editor .panel-default > .panel-heading .target-name.fa::before {
  margin-right: 5px;
}
.panel-editor .panel-default .panel-body {
  background-color: #f0f0f0;
  position: relative;
}
.panel-editor .panel-default .panel-body .ui-sortable .widget-menu {
  position: absolute;
  right: 20px;
  top: -20px;
}
.panel-editor .panel-default .panel-body .ui-sortable .widget-menu [class^="fa"]:hover {
  cursor: pointer;
}
.panel-editor .panel-default .panel-body .slide-panel {
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  z-index: 0;
  overflow: hidden;
}
.panel-editor .panel-default .panel-body .slide-panel.active {
  z-index: 5;
}
.panel-editor .panel-default .panel-body .slide-panel section {
  padding: 15px;
  transform: translate(0, -120%);
  transition: transform ease 500ms;
  background-color: var(--background-color);
  box-shadow: 0 3px 5px #696969;
}
.panel-editor .panel-default .panel-body .slide-panel.active section {
  transform: translate(0, 0);
}
.panel-editor .panel-default .panel-body .panel-main {
  position: relative;
  opacity: 0;
  z-index: 0;
  transition: opacity ease 1s;
}
.panel-editor .panel-default .panel-body .panel-main.active {
  opacity: 1;
  z-index: 10;
}
.panel-default.invalid {
  cursor: not-allowed;
}
.panel-default.invalid .panel-heading {
  background-color: rgba(204, 13, 4, 0.1);
}
.panel-default.invalid .panel-title {
  color: #777777;
}
.panel-default.invalid .panel-title .fa-stack {
  visibility: hidden;
}
.panel-default.invalid .panel-title .panel-title-text {
  text-decoration: line-through;
}
.panel-selector-container {
  padding: 10px;
}
.panel-selector-container .add-condition {
  font-size: 14px;
  cursor: pointer;
}
.panel-selector-container .add-condition.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.panel-selector-container .criterion-summary {
  list-style: none;
}
.panel-selector-container .panel-selector-source + .panel-selector-source {
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
}
.panel-selector-container .source-selector-header {
  display: inline-block;
}
.panel-selector-container .source-selector-header h4 {
  display: inline-block;
}
.panel-selector-container .source-selector-options {
  margin-bottom: 15px;
}
.panel-selector-container .source-selector-options-btn.btn-danger {
  color: #b72c29;
  background-color: transparent;
  border-color: transparent;
}
.panel-selector-container .date-slider {
  margin-left: 55px;
  margin-right: 55px;
}
.panel-selector-container .date-source-selector-picker {
  display: inline-block;
}
.panel-selector-container .date-source-selector-picker .dateForm-picker .dateKind-picker,
.panel-selector-container .date-source-selector-picker .dateForm-picker .choice-container,
.panel-selector-container .date-source-selector-picker .dateForm-picker .input-container,
.panel-selector-container .date-source-selector-picker .dateForm-picker .input-container-end,
.panel-selector-container .date-source-selector-picker .dateForm-picker .period-picker,
.panel-selector-container .date-source-selector-picker .dateForm-picker .range1,
.panel-selector-container .date-source-selector-picker .dateForm-picker .range2,
.panel-selector-container .date-source-selector-picker .dateForm-picker .extra1,
.panel-selector-container .date-source-selector-picker .dateForm-picker .extra2 {
  display: inline-block;
}
.panel-selector-container .control-label {
  display: inline-block;
}
.panel-selector-container .so-select .select2-container {
  /* Hardcode the minimum width because select2 multiple
         * is a nightmare. */
  min-width: 200px;
}
/* Progress bar */
.panel-progress .progress-bar-container {
  padding-right: 0;
}
.panel-progress .progress {
  margin-bottom: 0;
}
/* {{{ List export */
.list-content {
  overflow: auto;
  margin-top: 20px;
  max-height: 250px;
}
/* }}} */
/* {{{ Refresh dialog */
.dialog-refresh .list-group-item {
  border: inherit;
}
/* }}} */
/* {{{ Multi Sim dialog */
.dialog-multisim {
  width: 90%;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/*
 * Default properties for skining. Based on bootstrap panels.
 *
 */
.widget-heading {
  border-bottom: 0px;
}
.widget-heading .disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.widget-danger {
  background-color: #b72c29;
}
a.widget-danger:hover,
a.widget-danger:focus {
  background-color: #8d2220;
}
.widget-content.disabled,
.widget-body.disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.selector-notif,
.widget-error,
.stat-info,
.stat-info {
  position: absolute;
  width: 50%;
  top: 15%;
  left: 25%;
  /* leaflet-pane are z-index 400 */
  z-index: 500;
}
.selector-notif .alert-info,
.widget-error .alert-info,
.selector-notif .alert-warning,
.widget-error .alert-warning,
.selector-notif .alert-danger,
.widget-error .alert-danger {
  -webkit-box-shadow: 2px 8px 9px 2px #808080;
  box-shadow: 2px 8px 9px 2px #808080;
}
.widget-heading-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.widget-heading__target-status {
  width: 50px;
}
.widget-heading__menu div,
.widget-menu div {
  display: inline-block;
}
.widget-heading__menu .disabled,
.widget-menu .disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.widget-default .widget-heading {
  position: relative;
}
.widget-default .widget-heading .widget-draggable {
  display: none;
}
.widget-default .widget-heading .form-group + label {
  margin-left: 10px;
}
.widget-default:hover .widget-heading:hover .fa,
.widget-default:active .widget-heading:hover .fa,
.widget-default:focus .widget-heading:hover .fa {
  cursor: pointer;
}
.widget-default:hover .widget-draggable,
.widget-default:active .widget-draggable,
.widget-default:focus .widget-draggable {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 40%;
  height: 30px;
  width: 20%;
  background: url(../assets/img/draggable_horiz.png) repeat-x;
}
.widget-default:hover .widget-draggable.sortable-handle,
.widget-default:active .widget-draggable.sortable-handle,
.widget-default:focus .widget-draggable.sortable-handle {
  height: 30px;
}
.panel-editor .widget-default:hover .widget-draggable,
.panel-editor .widget-default:active .widget-draggable,
.panel-editor .widget-default:focus .widget-draggable {
  background: url(../assets/img/draggable_horizgrey.png) repeat-x;
}
.sortable-child .widget-default .widget-heading {
  padding-top: 20px;
}
.sortable-child .widget-title {
  position: relative;
  height: 17px;
}
.sortable-child .widget-content {
  margin-top: 20px;
}
.sortable-child .widget-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.sortable-child .widget-container.chart-text {
  text-align: center;
}
.sortable-child .widget-container.chart-text .text-value {
  font-size: 40px;
}
.sortable-child .widget-container.chart-text .widget-menu {
  display: none;
}
.sortable-child .widget-container.chart-text .widget-content {
  margin-top: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.sortable-child .widget-container .alert-info {
  text-align: center;
}
.widget-main-container:not(.col-md-12) .widget-container:not(.chart-text):not(.chart-new) {
  min-height: 565px;
}
/*
 * Display type: Heatmap / Google Maps.
 *
 */
.map {
  height: 600px;
  width: 100%;
}
.map-controls {
  margin-top: 15px;
}
.map-controls .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.map-subtitle {
  display: block;
  font-weight: bold;
}
.map-subtitle .map-label {
  font-weight: normal;
}
.map-timeline {
  margin: 10px 0;
}
.map-timeline-slider span {
  position: relative;
  display: inline-block;
  border-left: 1px solid #777777;
  height: 22px;
  top: -6px;
}
.map-timeline-slider span:last-child {
  border-right: 1px solid #777777;
}
/*
 * Display type: Extract / Extract details.
 *
 */
.row-details table th {
  width: 30%;
}
.chart-extract .list-table-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.btn-alias {
  border-color: #ccc;
  background-color: #f0f0f0;
  font-weight: bold;
  margin: 0 2px;
}
/* First of its kind */
.btn-alias:nth-child(1) {
  margin: 0 2px 0 4px;
}
.extract-row__rich-value {
  text-decoration: underline dotted;
  font-style: italic;
}
.btn-reverse-geocoding {
  margin-left: 4px;
  margin-right: 2px;
}
.btn-reverse-geocoding:nth-child(2) {
  margin-left: 4px;
}
.btn-extract-target {
  margin-left: 2px;
  margin-right: 2px;
}
.list-table-container td.clickable {
  cursor: pointer;
}
.display-color-point {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-content: space-around;
}
.display-color-point .display-color-point__value {
  width: 50px;
  text-align: right;
}
.display-color-points__buttons {
  margin-top: 5px;
}
.display-color-points-remove,
.display-color-points-add {
  cursor: pointer;
}
.panel-selector-container > .target-status {
  border-bottom: 1px solid;
  border-color: #eee;
}
.widget-title__target-status {
  position: absolute;
  top: 0;
  left: 0;
}
.target-status__button--non-clickable {
  cursor: auto;
}
.choropleth-display {
  display: flex;
}
.choropleth-display__map {
  /* map takes the whole width */
  flex: 1 0 auto;
  flex-flow: row nowrap;
}
.choropleth-display__legend {
  /* no growth for legend, but cannot shrink */
  flex: 0 0 auto;
  margin-left: 20px;
}
.extract__record-picture-img {
  /* make sure that the image does not overflow if too big */
  max-width: 100%;
}
/* {{{ Widget editor */
.widget-editor-body {
  display: flex;
  flex-wrap: wrap;
}
.widget-editor-body .sources-list-container > .list-group {
  /* use vh? */
  height: 700px;
}
.we-sources-cfg {
  /* add a little line between the second and third pane */
  border-right: 1px solid #dee2e6;
  /* aggrs on top then below dims */
  display: flex;
  flex-flow: column nowrap;
}
/* aggr & dims div */
.we-sources-cfg__subtype {
  display: flex;
  flex-flow: column nowrap;
  /* grow as much as possible */
  flex: 1;
}
/* drop zone for sources */
.we-sources-cfg__drop {
  /* grow as much as possible */
  flex: 1 1 auto;
  border: 2px dotted #dee2e6;
  margin: 15px;
  /* center the placeholder text */
  display: flex;
  justify-content: center;
  align-items: center;
}
.source-editor .aggr-choices {
  /* align radio boxes vertically,
         * with max height */
  display: flex;
  flex-flow: column wrap;
  height: 100px;
}
.we-display-cfg {
  margin-top: 20px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.ic-highcharts-tooltip ul {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  list-style-type: none;
}
.ic-highcharts-tooltip ul li {
  margin-left: 5px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.webapi-editor .buttons-edition {
  margin-top: 15px;
}
.webapi-editor .error-log {
  margin-top: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.jupyternotebook-editor {
  height: 100%;
  padding-bottom: 5px;
}
.jupyternotebook-editor iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.menu-title {
  padding-left: 5px;
  padding-right: 5px;
}
.second-header {
  height: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
.second-header__container {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  max-height: 30px;
  background-color: #fff;
  box-shadow: 1px 2px 8px #888888;
}
.second-header__unique-slot {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .second-header__unique-slot {
    float: left;
    width: 100%;
  }
}
.second-header__slot1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .second-header__slot1 {
    float: left;
    width: 75%;
  }
}
.second-header__slot2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .second-header__slot2 {
    float: left;
    width: 25%;
  }
}
.nav > li > a.second-header__item {
  padding: 4px 0px;
  font-weight: normal;
  color: #333333;
  background-color: #fff;
  text-align: center;
}
.nav > li > a.second-header__item.active {
  color: var(--brand-primary);
  background-color: #fff;
  font-weight: bold;
  border-bottom: 3px var(--brand-primary) solid;
}
.nav > li > a.second-header__item:hover {
  color: var(--brand-primary);
  background-color: #fff;
}
.nav > li > a.second-header__item::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar.second-header--navbar {
  border-radius: 0px;
  border: 0px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  height: 30px;
}
li.second-header--li {
  display: table-cell;
  position: relative;
  padding: 0px 10px;
}
ul.nav.navbar.second-header--list {
  white-space: nowrap;
  margin-bottom: 0px;
}
.scroller {
  text-align: center;
  cursor: pointer;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 5px;
}
.scroller-right {
  float: right;
  color: #555555;
  padding-right: 5px;
}
.scroller-left {
  float: left;
  color: #555555;
  padding-left: 5px;
}
.breadcrumb__container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #eeeeee;
}
.no-breadcrumb .breadcrumb__container {
  display: none;
}
.navigate {
  font-size: initial;
}
.pop-item {
  font-size: initial;
}
li.active > span {
  font-size: initial;
}
.breadcrumb > li + li:before {
  content: '\003E';
  color: #333333;
  font-size: initial;
}
/* {{{ help center */
.help-center,
.navbar-nav > li > .dropdown__slot__header.help-center {
  padding: 0;
  width: 435px;
  margin-top: -1px;
  max-height: calc(100vh - 50px);
  overflow: auto;
}
.help-center__header {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
  padding: 40px 20px 15px 20px;
  padding-bottom: 35px;
}
.help-center__header__title {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 5px;
}
.help-center__search {
  position: relative;
  color: initial;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -20px;
}
.help-center__search__input {
  border-radius: 2em;
  height: 40px;
  padding-left: 30px;
  width: 100%;
  border: none;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
.help-center__search__icon {
  position: absolute;
  top: 13px;
  left: 32px;
}
.help-center__tutorials button.btn-link,
#header .help-center__tutorials button.btn-link,
#header .help-center__tutorials,
.help-center__tutorials {
  color: var(--brand-primary);
}
.help-center__tutorial {
  margin: 20px;
  padding: 15px 20px 25px 20px;
  border: 1px solid var(--brand-primary-transparent);
  border-radius: 6px;
}
.help-center__tutorial__title {
  font-weight: bold;
  color: var(--brand-primary);
  font-size: 1.3em;
}
.help-center__tutorial__links {
  margin-top: 5px;
  line-height: 2em;
}
.help-center__tutorial__links .btn {
  padding: 0 15px 0 0;
  position: relative;
  color: var(--brand-primary);
}
.help-center__tutorial__links .btn::after {
  content: '';
  background-color: var(--brand-primary);
  width: calc(100% - 15px);
  height: 2px;
  position: absolute;
  bottom: -5px;
  border-radius: 10px;
  left: 0;
}
.help-center__tutorials {
  padding: 15px;
}
.help-center__no-tutorials {
  color: #333333;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/*Custom integ required since bootstrap hardcoded height on navbar */
/* }}} */
.welcome h1 {
  margin: 50px;
  text-align: center;
}
.welcome .instruction {
  margin-top: 100px;
}
.navbar {
  min-height: 0;
  height: auto;
}
.navbar .navbar-brand {
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  color: var(--text-contrast);
}
.navbar .navbar-brand:hover {
  color: var(--brand-primary);
}
.navbar .navbar-brand .fa {
  margin-right: 5px;
}
.navbar .navbar-brand:hover {
  color: var(--brand-primary);
  text-decoration: underline;
}
.navbar.navbar-static-top {
  margin-bottom: 0;
}
.navbar.navbar-inverse {
  background-color: var(--brand-primary);
  border: none;
}
.navbar.navbar-inverse .navbar-brand {
  color: var(--text-contrast);
  background-color: transparent;
}
.navbar.navbar-inverse .last-update {
  color: var(--text-contrast);
  font-size: 1.2rem;
  margin-right: 1rem;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
#iframe-mask {
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.dealiasing-modal {
  z-index: 2010;
  /* should be over spinner which is index 2000 */
}
.dealiasing-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dealiasing-modal__icon {
  color: var(--brand-primary);
}
.dealiasing-modal__text {
  text-align: center;
}
/*XXX: Override bootstrap .modal.in .modal-dialog rule thanks to css loading order*/
.modal.in .dealiasing-modal__dialog {
  top: 50%;
  transform: translateY(-50%);
}
/*XXX: Override bootstrap modal-footer rule thanks to css loading order */
.dealiasing-modal__footer {
  text-align: center;
  border-top: initial;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.lines-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.lines-container .action-bar-container {
  margin-bottom: 15px;
  display: flex;
  justify-items: flex-end;
}
.lines-container .action-bar-container .action-bar-filter {
  flex: 2 1 auto;
  margin-left: 20px;
}
.lines-container .action-bar-container .action-bar-search {
  flex: 3 1 auto;
  margin-left: 20px;
}
.lines-container .action-bar-container .action-bar-global-actions {
  flex: 5 1 auto;
  display: flex;
  flex-direction: row;
  gap: calc(30px / 2);
}
.lines-container .global-action-btn {
  min-width: 35px;
}
.balance-container {
  margin-top: 15px;
}
.line-update-dialog .upload-control {
  margin-top: 0;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.select__container {
  width: 200px;
  margin-bottom: 15px;
}
.channel__create-button {
  margin-top: 20px;
  margin-left: 15px;
}
.channel__create-button-icon {
  margin-right: 4px;
}
.channel__save-button {
  margin-top: 38px;
  float: right;
  margin-right: 15px;
}
.channel__save-button.btn.disabled {
  pointer-events: none;
}
.channel__default-price {
  width: 170px;
  margin-bottom: 12px;
}
.channel__no-element {
  background-color: #5e83bf;
  padding-left: 30px;
  height: 35px;
  line-height: 2.5;
  color: #FFF;
}
.channel-list__default-price {
  font-weight: bold;
  background-color: #5e83bf;
  color: #FFF;
}
.channel__default-price-input-container {
  display: flex;
}
.channel__default-price-input-container div {
  margin-top: 5px;
  margin-left: 5px;
}
.channel__alert-info {
  position: absolute;
  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-top: 7px;
}
.channel__dropdown-actions {
  display: inline-block;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
/* {{{ Template editor */
.submit-template {
  float: right;
}
.template-editor {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 40px minmax(0, 1fr);
  grid-template-areas: "tabs" "content";
}
.template-editor > .nav-tabs {
  grid-area: tabs;
}
.template-editor__content {
  grid-area: content;
}
.template-editor__content > div {
  height: 100%;
}
.template-editor-container {
  padding: 15px;
  background-color: #fff;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 30px;
  grid-template-areas: "wizard tree" "wizard action";
}
.wizard-row {
  grid-area: wizard;
  overflow-y: auto;
  overflow-x: hidden;
}
.tree-explorer-row {
  grid-area: tree;
  overflow-y: auto;
  overflow-x: hidden;
}
.explorer-save-container {
  grid-area: action;
}
.tree-explorer-container {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
}
.tree-explorer-container .node-label {
  cursor: copy;
}
.tree-explorer-container .node-label.is-disabled {
  cursor: default;
}
.explorer-save-container {
  margin-top: 10px;
}
/* }}} */
/* {{{ Wizard container */
.wizard-template-container {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
}
.wizard-template-container .tooltip {
  max-width: fit-content;
}
.wizard-template-container .tooltip > .tooltip-inner {
  max-width: 400px;
  margin-left: 50px;
}
.wizard-content {
  min-height: 700px;
}
.wizard-container {
  min-height: 500px;
}
.add-first-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8em;
  color: var(--brand-primary);
  cursor: pointer;
}
.add-first-page:hover {
  font-size: 8.1em;
}
/* }}} */
/* {{{ Widget */
.template-editor-container .widget-header {
  padding: 0 10px;
  margin: 0;
  cursor: move;
}
.template-editor-container .widget-actions {
  font-size: large;
  cursor: pointer;
  text-align: end;
}
.template-editor-container .widget-actions.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.template-editor-container .widget-actions.move-down {
  margin-right: 15px;
}
.template-editor-container .actions-container {
  text-align: end;
  padding-top: 15px;
}
.template-editor-container .visualizing {
  color: var(--brand-primary);
}
.template-editor-container .widget-drop-zone {
  outline: 1px dashed #000;
}
.template-editor-container .widget-drop-zone.drag-over {
  outline: 2.5px dashed var(--brand-primary);
}
.template-editor-container .wizard-widget[draggable="true"] {
  cursor: grab;
}
/* }}} */
/* {{{ Pages */
.change-name {
  min-width: 200px;
  z-index: 10;
  margin-top: -9px;
  margin-bottom: -9px;
  margin-left: 55px;
}
.change-name-input {
  max-width: 50%;
  min-width: 100px;
}
.update-page-name {
  cursor: pointer;
}
.validate-page-name {
  cursor: pointer;
  padding-top: 8px;
}
.cancel-page-name {
  cursor: pointer;
  padding-top: 8px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.brandEmails__container {
  background-color: var(--background-color);
  padding: 15px 0;
}
.brandEmails__container button {
  margin-right: 20px;
}
.brandEmails__count {
  font-weight: bold;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.tag-select__tag-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.tag-select__tag {
  padding: 0 5px;
  color: white;
  display: grid;
  grid-template: "check value icon" 1fr / max-content max-content;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  height: 25px;
}
.tag-select__tag-selected {
  background-color: var(--brand-primary);
}
.tag-select__tag-deselected {
  background-color: grey;
}
.tag-select__tag-text {
  grid-area: value;
  align-self: center;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.tag-select__tag-check {
  grid-area: check;
  align-self: center;
  margin-right: 5px;
  cursor: pointer;
}
.tag-select__tag-cross {
  grid-area: icon;
  margin-left: 5px;
  margin-top: 3px;
  cursor: pointer;
}
.message__edit__row_flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  justify-content: space-between;
}
.message__edit__row_flex .message__edit__rowelem {
  min-width: 10vw;
  margin-bottom: 15px;
}
.message__edit__row_flex_center {
  display: flex;
  align-items: center;
  gap: calc(30px / 2);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.modules-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  grid-gap: 20px;
  grid-template-rows: auto;
}
/* When window size is less than 800px, display modules one above the other. */
@media (max-width: 800px) {
  .modules-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.members-title {
  display: block;
  font-size: 17px;
  margin-top: 9px;
  margin-bottom: 9px;
  font-weight: bold;
  text-decoration: underline;
}
.member-box {
  position: relative;
  border: 1px solid black;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 10px;
}
.member-box .member-row {
  margin: 5px;
}
.member-box .member-row.inline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  align-items: center;
}
.member-box .member-row .field-label {
  font-weight: bold;
}
.member-box .member-row .field-value {
  margin-inline-start: 5px;
}
.member-box .member-action {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.member-box .member-action > .action-button {
  border-style: none;
  background-color: transparent;
  margin: 2px;
}
.member-box:hover .member-action {
  display: block;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.announcement-editor {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.announcement-editor .form-group {
  margin: unset;
}
.announcement-editor .form__label {
  padding: unset;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.announcement-editor .form__field {
  width: 534px;
}
.announcement-editor__title-input .form__field input {
  padding: 8px 18px 8px 8px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.announcement-editor__message-input .form__field textarea {
  height: 90px;
  padding: 8px 18px 8px 8px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.announcement-editor__dates-input-container {
  display: flex;
  gap: 10px;
}
.announcement-editor__dates-input-container .form__field {
  width: 261px;
}
.announcement-editor__dates-input-container .form__field .input-group-addon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.announcements-notifications-container {
  position: fixed;
  top: 31px;
  right: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* The value 9997 for the z-index is chosen so this notification is
     * displayed above everything in the product except the session timeout
     * notification. */
  z-index: 9997;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  filter: drop-shadow(20px 10px 150px #000);
  max-height: 90vh;
  overflow-y: scroll;
  /* To hide the scrollbar in firefox. */
  scrollbar-width: none;
}
.announcements-notifications-container .announcement-notification {
  display: flex;
  width: 383px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 0px rgba(45, 78, 138, 0.15);
  background-color: white;
}
.announcements-notifications-container .announcement-notification__type {
  color: #595959;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 13px;
  margin-bottom: 3px;
}
.announcements-notifications-container .announcement-notification__type .icon {
  margin-right: 4px;
}
.announcements-notifications-container .announcement-notification__header {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}
.announcements-notifications-container .announcement-notification__header__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.announcements-notifications-container .announcement-notification__header__actions {
  display: flex;
  gap: 10px;
}
.announcements-notifications-container .announcement-notification__header__actions .notif-actions-btn {
  border-radius: 31px;
  background: #EEE;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
}
.announcements-notifications-container .announcement-notification__content {
  /* Since the announcement notification content is displayed inside a
             * <pre> element, we need to unset the default styling of the <pre>
             * element so we can have the desired design.
             */
  border: none;
  background-color: inherit;
  padding: 0;
  font-family: inherit;
  white-space: pre-wrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* To hide the scrollbar in Webkit based browsers. */
.announcements-notifications-container::-webkit-scrollbar {
  display: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* The value 9997 for the z-index is chosen so this notification is
 * displayed above everything in the product except the session timeout
 * notification. */
.notifications-container {
  position: fixed;
  top: 30px;
  right: calc(30px / 2);
  display: flex;
  flex-direction: column;
  z-index: 9997;
  max-height: 93vh;
  overflow: hidden;
}
.notification {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 0px rgba(45, 78, 138, 0.15);
  background-color: var(--container-background);
  color: #000000;
}
.notification__category {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 5px;
  color: #595959;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  /* Needed to align category icon with category text and the date. */
  line-height: 14.4px;
  width: 100%;
  /* we only want a gap between category & header */
  margin-bottom: 5px;
}
.notification__header {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-self: stretch;
  justify-content: space-between;
}
.notification__header__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  /* Reduce big automatic line height with the current text size. */
  line-height: 18px;
}
.notification__header__actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 12px;
}
.notification__header__actions .action-button {
  border-radius: 31px;
  background: #EEEEEE;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
}
.notification__header__actions .expand-text {
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 31px;
  background: #EEEEEE;
  font-weight: 400;
  width: max-content;
  height: max-content;
  text-align: center;
  padding: 0px 5px 0px 5px;
  box-shadow: -16px 0px 4px 0px var(--container-background);
  cursor: pointer;
}
.notification__header__actions .expand-text div {
  /* It is important to have a fixed width in order to keep
                     * the same size whatever the text is.
                     *
                     * To avoid setting a random width which can depend on the language
                     * characters (such as German, Greek, Russian, ...)
                     *
                     * we display both text but we show only 1 using opacity.
                     * a max-width is introduced to avoid expanding the button too much
                     * compared to the notification header.
                     */
  display: grid;
  place-items: center;
}
.notification__header__actions .expand-text div span {
  grid-area: 1 / 1;
  max-width: 100px;
}
.notification__header__actions .expand-text div .hide-text {
  opacity: 0;
}
.notification__content {
  font-size: 12px;
  font-weight: 400;
}
.nav > li.web-notifications > a:focus,
.nav > li.web-notifications > a:active {
  background-color: transparent;
}
.nav > li.web-notifications a {
  color: var(--container-background);
}
.nav > li.web-notifications a.notif-button--active .notif-pill {
  background-color: #e5eaf0;
  color: #337ab7;
  border-radius: 8px;
  padding: 8px 12px;
}
.sidebar-notifications {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 55px;
  right: calc(30px / 2);
  height: 90vh;
  max-height: 90vh;
  padding: 16px 15px;
  z-index: 9997;
}
.sidebar-notifications__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-notifications__head__left {
  font-weight: 700;
  font-size: 15px;
  color: #595959;
}
.sidebar-notifications__head__right {
  display: flex;
  gap: 10px;
  width: max-content;
  height: 25px;
}
.sidebar-notifications__head__right .clear-notification-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  /* Align the 'C' of clear with the icon trash. */
  line-height: normal;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
}
.sidebar-notifications__head__right .clear-notification-icon {
  font-size: 12px;
}
.sidebar-notifications__body,
.sidebar-notifications__body-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
  overflow: hidden;
}
.sidebar-notifications__body-empty {
  justify-content: center;
  text-align: center;
}
.sidebar-notifications__body-empty .no-notifications {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sidebar-notifications__body-empty .no-notifications__icon,
.sidebar-notifications__body-empty .no-notifications__text {
  color: #337ab7;
  opacity: 0.5;
}
.sidebar-notifications__body-empty .no-notifications__icon {
  font-size: 60px;
}
/* To override the panel-board__container width when no notifications */
.panel-board__container.sidebar-notifications {
  width: 430px;
}
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}
.slide-enter-from,
.slide-leave-to {
  transform: translateX(120%);
}
.slide-enter-active,
.slide-leave-active {
  transition: transform 400ms ease-out;
}
.slide-enter-to,
.slide-leave-from {
  transform: translateX(0);
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 400ms ease-out;
}
.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}
.sidebar-notifications__body {
  width: max-content;
}
.sidebar-notifications__body:hover {
  overflow-y: auto;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
.ci__item {
  margin-bottom: 10px;
}
.ci-item__header {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
  display: grid;
  min-height: 70px;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 20px max-content max-content minmax(0, 1fr) max-content max-content 15px;
  grid-template-areas: "caret icon navigation-previous title title navigation-next cross" "caret icon navigation-previous value warning navigation-next cross";
  column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.ci-item__header > .ci-item__header__cross {
  grid-area: cross;
  font-size: 20px;
  align-self: baseline;
}
.ci-item__header > .ci-item__header__caret {
  grid-area: caret;
  font-size: 20px;
}
.ci-item__header > .ci-item__header__icon {
  grid-area: icon;
  font-size: 28px;
}
.ci-item__header > .ci-item__header__title {
  grid-area: title;
  font-size: 17px;
  text-align: center;
  width: 100%;
  /* XXX: Use this class to prevent inversion of spaced numbers like msisdn with css.
         * To be removed when a more generic solution in common/format is made. */
}
.ci-item__header > .ci-item__header__title > .ci-item__header__ltr_title {
  direction: ltr;
  unicode-bidi: isolate;
}
.ci-item__header > .ci-item__header__value {
  grid-area: value;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.ci-item__header > .ci-item__header__warning {
  grid-area: warning;
  font-size: 17px;
  text-align: center;
}
.ci-item__header > .ci-item__header__navigation-previous {
  grid-area: navigation-previous;
  font-size: 30px;
}
.ci-item__header > .ci-item__header__navigation-next {
  grid-area: navigation-next;
  font-size: 30px;
}
.ci-item__header > .ci-item__header__navigation__value {
  font-size: 17px;
}
.ci-item__header__navigation__icon-text > .navigation-text__icon {
  margin-inline-end: 8px;
  font-size: 14px;
  vertical-align: middle;
}
.ci-item__header__navigation__icon-text > .navigation-text {
  vertical-align: middle;
}
.ci-item__content {
  padding: 1px 10px 10px 10px;
  background-color: var(--background-color);
  box-shadow: 0 4px 2px -2px #dfdfdf;
  /* XXX: Hack to have child position: fixed to be related to this element */
  transform: rotate(0deg);
}
.ci-item__content .agr-ci__box,
.ci-item__content .agr-ci__actions {
  box-shadow: none;
}
.agr-ci-list-container {
  width: 305px;
  /* Used height = Menu + Breadcrumb + Leaflet copyright + Footer */
  max-height: calc(100vh - (80px + 50px + 40px + 30px));
  overflow: auto;
  scrollbar-width: thin;
}
.agr-ci__content {
  background-color: var(--background-color);
  box-shadow: 0 4px 2px -2px #dfdfdf;
}
.agr-ci__actions {
  padding: 10px;
  box-shadow: 0 4px 2px -2px #dfdfdf;
}
.agr-ci__header__caret {
  grid-area: caret;
  font-size: 20px;
}
.agr-ci__action__icon {
  grid-area: icon;
  font-size: 20px;
  color: var(--brand-primary);
}
.agr-ci__action__icon.after-icon {
  opacity: 0.5;
  font-size: 14px;
}
.agr-ci__action__spinner {
  grid-area: spinner;
  font-size: 20px;
  margin-top: 0px;
  color: var(--brand-primary);
}
.agr-ci__action__text {
  grid-area: title;
  font-size: 14px;
}
.agr-ci__action__text:hover {
  color: var(--brand-primary);
}
.agr-ci__action__tooltip.tooltip-wrapper {
  grid-column-start: title;
  grid-column-end: spinner;
  display: grid;
  grid-template-areas: "title button spinner";
  grid-template-columns: minmax(0, 1fr) max-content;
}
.agr-ci__action {
  position: relative;
  list-style-type: none;
  cursor: pointer;
  margin-left: 10px;
  padding: 2px;
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 35px minmax(0, 1fr);
  grid-template-areas: "icon title";
}
.agr-ci__action_disabled {
  pointer-events: none;
  opacity: 0.6;
}
.agr-ci__box {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  background-color: white;
  box-shadow: 0 4px 2px -2px #dfdfdf;
}
.agr-ci__box-header {
  cursor: pointer;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-template-areas: "title caret";
  padding: 3px;
}
.agr-ci__box-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 5px;
}
.agr-ci__box-content-grid .agr-ci__box-summary {
  grid-template-columns: 75% 25%;
}
.agr-ci__box-content-grid span:not(.agr-ci__box__value) {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.agr-ci__title {
  margin: 10px auto 10px 5px;
  font-size: 15px;
}
.agr-ci__box-header__caret {
  grid-area: caret;
  font-size: 20px;
}
.agr-ci__box-header__title {
  grid-area: title;
  font-size: 17px;
}
.agr-ci__box-summary {
  display: grid;
  align-items: center;
  /* 'value' column is bigger than 'label' in general
       so we give it 65% of the available space.
    */
  grid-template-columns: 35% 65%;
  font-size: 14px;
  padding-left: 20px;
}
.agr-ci__box__value {
  font-weight: bold;
}
.agr-ci__box__value--invalid {
  color: #b72c29;
}
.agr-ci__pop-density .agr-ci__pop-density__history {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.agr-ci__pop-density .agr-ci__pop-density__history .agr-ci__pop-density__history__title {
  font-size: 20px;
}
.agr-ci__dialog {
  top: 100px;
  width: 600px;
}
.agr-ci__dialog .agr-ci__dialog__container {
  display: flex;
  width: 600px;
  margin-left: -15px;
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem__disable {
  background-color: #eeeeee;
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem {
  padding-left: 20px;
  width: 300px;
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem .radio input[type='radio'] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  outline: none;
  border: 2px solid var(--brand-primary);
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem .radio .circle {
  padding-left: 2.5px;
  padding-top: 1.5px;
  color: var(--brand-primary);
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem .radio .agr-ci__dialog__elem__icon {
  text-align: center;
  font-size: 45px;
  cursor: pointer;
  margin-left: -15px;
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem .agr-text-container {
  color: var(--text-contrast);
  cursor: pointer;
  background-color: var(--background-contrast);
  font-size: 15px;
  height: 85px;
  width: 240px;
  margin-left: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem .agr-ci__selectic {
  width: 240px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 15px;
}
.agr-ci__dialog .agr-ci__dialog__container .agr-ci__dialog__elem .agr-text__disable {
  background-color: darkgray;
}
.agr-ci__dialog .modal-content {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.agr-ci__dialog .modal-content .modal-header {
  padding: 15px;
  border: none;
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.agr-ci__dialog .modal-content .modal-header .close {
  position: absolute;
  font-size: 25px;
  color: var(--text-contrast);
  opacity: 1;
  right: 15px;
}
.agr-ci__dialog .modal-content .modal-header h3 {
  margin: auto;
}
.agr-ci__dialog .modal-content .modal-body {
  border: none;
  padding: 0;
}
.agr-ci__dialog .modal-content .modal-footer {
  border: none;
  padding: 8px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.agr-ci__dialog .modal-content .modal-footer button {
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.no-footer .agr-ci-list-container {
  /* Used height = Menu + Breadcrumb + Leaflet copyright */
  max-height: calc(100vh - (80px + 50px + 40px));
}
.no-breadcrumb .agr-ci-list-container {
  /* Used height = Menu + Leaflet copyright + Footer */
  max-height: calc(100vh - (80px + 40px + 30px));
}
.no-footer.no-breadcrumb .agr-ci-list-container {
  /* Used height = Menu + Leaflet copyright */
  max-height: calc(100vh - (80px + 40px));
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.cluster__container {
  position: relative;
  width: var(--cluster-size);
  height: var(--cluster-size);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-color: var(--cluster-bg);
  border: solid 1px var(--cluster-border-color);
}
.cluster__container .cluster__icon {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: auto;
  /* Translate vertically the icon by -7px for a 66px cluster size (scaled). */
  transform: translateY(calc(-7 / 66 * var(--cluster-size)));
}
.cluster__container .cluster__icon .leaflet-marker-icon {
  /* Center the icon so that above translation works appropriately. */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cluster__container .cluster__count {
  position: absolute;
  left: 50%;
  top: 50%;
  /* Center horizontally and translate vertically the text by 15px for a
         * 66px cluster size (scaled). */
  transform: translate(-50%, calc(-50% + 15 / 66 * var(--cluster-size)));
  /* font style */
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: bold;
  /* Adapt the font for a 18px size for a 66px cluster size (scaled). */
  font-size: calc(18 / 66 * var(--cluster-size));
  letter-spacing: 0.04em;
  /* Adapt the line height for a 22px size for a 66px cluster size (scaled). */
  line-height: calc(22 / 66 * var(--cluster-size));
  text-align: center;
  color: var(--cluster-color);
  z-index: 100;
}
.cluster__container .cluster__gradient {
  position: absolute;
  /* Compute the gradient to a 2px (the border) + 30px (icon)  size for
         * a 66px cluster size (scaled). */
  height: calc(2px + 30 / 66 * var(--cluster-size));
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, var(--cluster-starting-gradient) 0%, var(--cluster-border-color) 44.79%);
}
/**
 * Theme for jQRangeSlider
 * Forked from the iThing theme
 */

.ui-rangeSlider{
  height: 22px;
  padding-top: 38px;
}

.ui-rangeSlider,
.ui-rangeSlider-container,
.ui-rangeSlider-arrow{
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container{
  margin: 0 15px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container{
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.ui-rangeSlider-container,
.ui-rangeSlider-arrow{
  height: 20px;

  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.ui-rangeSlider-disabled .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow{
  opacity: 0.65;
}

.ui-rangeSlider-container,
.ui-rangeSlider-arrow,
.ui-rangeSlider-label{
  background: #ececec;
}

.ui-rangeSlider-disabled .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow,
.ui-rangeSlider-disabled .ui-rangeSlider-label{
  opacity: 0.65;
}

.ui-rangeSlider-arrow{
  width:14px;
  cursor:pointer;
}

.ui-rangeSlider-leftArrow{
  border-radius:4px 0 0 4px;
  border-left: solid 1px #ccc;
}

.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow{
  opacity: 0.65;
}

.ui-rangeSlider-rightArrow{
  border-radius:0 4px 4px 0;
  border-right: solid 1px #ccc;
}

.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow{
  opacity: 0.65;
}

.ui-rangeSlider-arrow-inner{
  position: absolute;
  top: 50%;
  border: 10px solid transparent;
  width:0;
  height:0;

  margin-top: -10px;
}

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{
  border-right:10px solid #a4a8b7;
  left: 0;
  margin-left: -8px;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
  border-right:10px solid #b3b6c2;
}

.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner,
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
  opacity: 0.65;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{
  border-left:10px solid #a4a8b7;
  right: 0;
  margin-right: -8px;
}

.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
  border-left:10px solid #b3b6c2;
}

.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner,
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
  opacity: 0.65;
}

.ui-rangeSlider-innerBar{
  width: 110%;
  height: 100%;
  left: -10px;
  overflow: hidden;
}

.ui-rangeSlider-bar{
  background: #e0583e;
  height: 20px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor:move;
	cursor:grab;
	cursor: -moz-grab;
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar{
  opacity: 0.65;
}

.ui-rangeSlider-handle{
	width:10px;
	height:20px;
	background: transparent;
	cursor:col-resize;
}

.ui-rangeSlider-label{
  padding: 3px 6px;
  bottom:31px;

  -moz-border-radius: 4px;
       border-radius: 4px;
  border: solid 1px #ccc;


  font-size:12px;

  cursor:col-resize;
}

.ui-rangeSlider-label-inner{
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  z-index:99;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  margin-left: -10px;
  border-top: 10px solid #CCC;
}

.ui-rangeSlider-disabled .ui-rangeSlider-label-inner{
  border-left-color: #bbc0cf;
}

.ui-editRangeSlider-inputValue{
  width:2em;
  text-align:center;
  font-size:12px;
}

.ui-rangeSlider .ui-ruler-scale{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

.ui-rangeSlider .ui-ruler-tick { 
  float: left; 
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{
  color:white;
  border-left: 1px solid white;
  height:30px;
  padding-left:2px;
  position:relative;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{
  position:absolute;
  bottom: 6px;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{
  border-left:1px solid white;
  margin-top: 25px;
  height: 5px;
}

/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.backbone-pager {
  text-align: left;
}
.toolbar {
  margin-bottom: 0;
}
.dashboard-toolbar {
  margin: 0 auto 15px auto;
}
.dashboard-tabs {
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dashboard-tabs .visible-xs {
  margin-bottom: 15px;
}
.dashboard-tabs .nav.nav-tabs {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 {
  padding-left: 14px;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li {
  margin-bottom: -2px;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li > a {
  border-bottom: none;
  padding: 5px 10px 8px 10px;
  background-color: #ddd;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li > a:hover {
  background-color: #f4f4f4;
  color: var(--brand-primary);
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li > a.open-dashboard {
  background-color: #ddd;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li.active > a {
  background-color: var(--container-background);
  color: var(--brand-primary);
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li.active > a.editing {
  padding: 5px 5px 6px 5px;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li.active .tab-label {
  text-overflow: clip;
  max-width: none;
  display: inline;
  white-space: normal;
  overflow-x: visible;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li.disabled > .add-panels {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: var(--text-contrast);
  margin-bottom: 1px;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li.disabled > .add-panels:hover {
  background-color: var(--brand-primary);
  border-bottom: none;
  color: var(--text-contrast);
  border-color: var(--brand-primary);
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .tab-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 200px;
  margin-bottom: -5px;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .tab-label:focus {
  outline: none;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .editable-form .help-block {
  margin-bottom: 0;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .add-panels {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .add-panels:hover {
  background-color: #d2d2d2;
  color: var(--brand-primary);
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .add-panels.bg-white {
  background-color: #d2d2d2;
  border-bottom-color: #d2d2d2;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.dashboard-tabs .nav.nav-tabs.col-md-12 > li .add-panels.bg-white:after {
  /* To skin the panel catalog when open */
  content: ' ';
  height: 15px;
  left: 3px;
  bottom: -12px;
  position: absolute;
  width: 91%;
  z-index: 100;
  background-color: #d2d2d2;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 .backbone-pager {
  position: absolute;
  z-index: 10;
  right: 15px;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 .backbone-pager > li > a {
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 7px;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 .backbone-pager > li > a.previous-tabs {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard-tabs .nav.nav-tabs.col-md-12 .backbone-pager > li > a.next-tabs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dashboard-tabs .nav.nav-tabs .editing {
  /* To keep the size of the tab similar to other tabs
                 * (and be able to see the entire input) */
  padding: 5px;
}
.dashboard-tabs .input-group .btn-lg {
  padding-top: 9px;
}
.dashboard-main-container .dashboard {
  border-bottom: 1px solid #ddd;
  background-color: var(--container-background);
}
.dashboard-main-container .dashboard .form-container {
  padding-top: 15px;
}
.dashboard-main-container .dashboard .panels-container {
  padding-top: 15px;
}
.dashboard-main-container .dashboard .new-dashboard-buttons {
  text-align: right;
}
.dashboard-main-container .panels-catalog-container {
  padding-top: 15px;
  background-color: #d2d2d2;
  -webkit-box-shadow: inset -5px -5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset -5px -5px 20px rgba(0, 0, 0, 0.3);
}
a.dashboard-main-container .panels-catalog-container:hover,
a.dashboard-main-container .panels-catalog-container:focus {
  background-color: #b9b9b9;
}
.dashboard-main-container .panels-catalog-container .close-panel-catalog {
  position: absolute;
  right: 15px;
  top: 0;
}
.dashboard-main-container .panels-catalog-container .panel-heading {
  cursor: pointer;
}
.dashboard-main-container .panels-catalog-container .panel-heading.panel-unselectable {
  cursor: not-allowed;
}
.dashboard-main-container .panels-catalog-container .panel-heading.panel-unselectable .panel-title {
  color: #777777;
}
.dashboard-main-container .panels-catalog-container .panel-heading.invalid {
  cursor: not-allowed;
}
.dashboard-main-container .panels-catalog-container .panel-heading .add-in .fa-long-arrow-down {
  top: -5px;
}
.dashboard-main-container .panels-catalog-container .inner-addon {
  position: absolute;
  bottom: 10px;
  right: 25px;
  cursor: pointer;
  color: #b3b3b3;
}
.dashboard-main-container .panels-catalog-container .toolbar-container h3 {
  margin-top: 0;
  display: inline-block;
}
.dashboard-main-container .panels-catalog-container .toolbar-container .info-catalog {
  font-style: italic;
  font-size: 10px;
  margin-left: 15px;
  color: #555555;
}
.catalog-objects-filter-container {
  text-align: right;
}
.objects-kind-filter-label {
  margin-right: 5px;
}
.objects-kind-filter {
  display: inline-block;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.export-dialog .modal-body .control-label {
  font-weight: normal;
}
.export-dialog .modal-body .part {
  margin-bottom: 15px;
}
.export-dialog .modal-body .export-loading {
  text-align: center;
}
.export-dialog .export-progress {
  margin-top: 15px;
  margin-bottom: 0;
}
.export-dialog .progress-bar {
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.export-dialog textarea {
  resize: vertical;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.grid .sortable-child .sortable-handle:hover {
  cursor: move;
}
.grid .ui-sortable-placeholder {
  visibility: visible !important;
}
.grid .ui-sortable-placeholder > * {
  border: dashed 1px #777777;
}
.grid .ui-sortable-placeholder > * > * {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.modal-header__icon {
  margin-right: 10px;
}
.widget-data .modal-content {
  border-radius: 0px;
}
.widget-data .modal-content .modal-header h3 {
  margin: 0;
}
.widget-data .modal-content .modal-body {
  padding: 0;
}
.widget-data .modal-content .modal-body .dialog-alert .alert {
  margin: 0;
}
.widget-data .modal-content .modal-body .widget-data-preview {
  min-height: 50px;
}
.widget-data .modal-content .modal-body .next,
.widget-data .modal-content .modal-body .finish {
  position: relative;
  float: right;
  margin-top: -40px;
  margin-right: 30px;
}
.widget-data .modal-content .modal-body .selector-options {
  height: 500px;
  margin-top: 30px;
}
.widget-data .modal-content .modal-body .display-type-menu {
  padding: 0;
  height: 500px;
}
.widget-data .modal-content .modal-body .display-type-menu h4 {
  padding-left: 30px;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list ul,
.widget-data .modal-content .modal-body .display-type-menu .display-type-list li {
  padding: 0;
  list-style: none;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group {
  margin-bottom: 0;
  /* recreate border-right removed from bootstrap list-group */
  border-right: 1px solid #e5e5e5;
  height: 500px;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item {
  cursor: pointer;
  border-right: 0;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item:first-child,
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item:last-child {
  border-radius: 0;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item:first-child {
  border-top: 0;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item span {
  width: 20px;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item .widget-data-type-form {
  display: none;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item .widget-data-type-form .panel-body {
  padding: 0;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item.active {
  background: #337ab7;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item.active .widget-data-type-form {
  display: block;
}
.widget-data .modal-content .modal-body .display-type-menu .display-type-list .list-group .list-group-item.disabled {
  color: #777777;
  cursor: not-allowed;
  background-color: var(--background-color);
}
.widget-data .modal-content .modal-body .info-message {
  margin-top: 30px;
}
.widget-data .modal-content .modal-body .main-form {
  padding-top: 15px;
  height: 450px;
}
.widget-data .modal-content .modal-body .main-form .selected-sources-container {
  margin-top: 45px;
}
.widget-data .modal-content .modal-body .main-form .selected-sources-container .selected-sources {
  max-height: 250px;
  overflow: auto;
}
.widget-data .modal-content .modal-body .display-type-list {
  height: 450px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .show-summary,
.widget-data .modal-content .modal-body .dimensions-and-summary .hide-summary {
  cursor: pointer;
  padding: 0 10px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col {
  border-right: 1px solid #eeeeee;
  padding: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col h4 {
  margin: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder {
  height: 450px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details {
  /*
                             * Since Less can't extend a nested class, so
                             * I write directly the desired result.
                             * => https://github.com/less/less.js/issues/1597
                             */
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details.disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .add-dimension-control,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .add-dimension-control,
  .widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box {
    float: left;
    width: 100%;
  }
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box:first-child {
  margin-top: 10px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .select-src .select-join-src {
  width: 237px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .lbl-join {
  padding: 7px 5px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .dimension-controls .control {
  margin-left: 5px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .placemark-classification .map-canvas {
  height: 300px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .dimension-aggr {
  margin: 10px 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .dimension-aggr .use-aggr-container {
  display: inline-block;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .dimension-aggr .use-aggr-alert {
  margin: 10px 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .period-picker,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .dateKind-picker,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .input-container,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .input-container-end,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .extra1,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .extra2,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .range1 {
  display: inline-block;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .choice-container,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .period-picker,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .interval-picker,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .input-container,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .form-inline .dateKind-picker {
  margin-bottom: 10px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .mixed-ranges .period-ranges {
  margin-bottom: 10px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  /* XXX: Fixed width for select2 input.
                                         */
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range:first-child {
  border-top: none;
  margin-top: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-values,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .boolean,
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-unit {
  margin-left: 5px;
  margin-bottom: 5px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .array-values {
  width: 372px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-conditions {
  float: left;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-values {
  display: inline-block;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-values .text-muted {
  display: block !important;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-container {
  /* the "is not defined" condition has no input,
                                             * so a minimum height is required to display
                                             * it properly with other conditions */
  min-height: 40px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .range-list .range .range-container .dateForm-picker .choice-container .dateKind-picker {
  margin-right: 2.5px;
  /* XXX: add 0.5 to avoid select2 bug.
                                                         */
  margin-left: 3px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .dimensions-details .dimension-box .dimension-container .line-aggr select {
  width: auto;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .dimensions-col .dimensions-placeholder .add-dimension {
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col {
  padding: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col h4 {
  margin: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder {
  height: 400px;
  overflow-y: auto;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder .dimension-summary.disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder .dimension-summary .ui-sortable {
  margin: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder .dimension-summary .ui-sortable .sortable-child {
  padding: 0;
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder .dimension-summary .dimension-summary-box {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder .dimension-summary .dimension-summary-box {
    float: left;
    width: 100%;
  }
}
.widget-data .modal-content .modal-body .dimensions-and-summary .summary-col .dimension-summary-placeholder .dimension-summary .dimension-summary-box a[class$='-dimension'] {
  margin-left: 10px;
}
.list-row-source .list-row {
  display: flex;
  align-items: center;
}
.list-row-source .list-row .source-label {
  flex: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-row-source .list-row .criteria-restriction {
  flex: 6;
}
.list-row-source .list-row .criteria-restriction .select2-container {
  /* select2 + DataAndComputation render is completely buggy.
             * I could not find any working solution but to just hardcode
             * the width of the criteria select component. */
  width: 200px !important;
}
.list-row-source .list-row .list-row-buttons {
  flex: 3;
  display: flex;
  justify-content: flex-end;
}
.list-row-source .list-row .list-row-buttons a {
  margin-left: 5px;
}
.list-row-source .list-row .list-row-buttons a:first-child {
  margin-left: 0px;
}
.axis-box {
  height: 500px;
}
.axis-box .source-list {
  margin-top: 10px;
}
.axis-box .y-axes {
  height: 65%;
}
.axis-box .primary-axis {
  height: 100%;
  border-right: 1px solid #eeeeee;
}
.axis-box.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.axis-box .x-axis {
  height: 35%;
  border-top: 1px solid #eeeeee;
}
.switch-mode-wrapper {
  text-align: center;
}
.rawmap-selection .actions-container {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rawmap-selection .sources-box {
  margin-top: 15px;
  margin-left: - 15px;
  margin-right: - 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.rawmap-selection .sources-box:hover {
  color: var(--brand-primary);
}
.rawmap-selection .sources-box.is-selected {
  border-left-color: var(--brand-primary);
  border-left-width: 3px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 2px;
  border-left-style: solid;
}
.rawmap-selection .sources-box-selection {
  padding-left: 15px;
  padding-right: 15px;
}
.rawmap-selection .sources-box-header {
  padding-left: 15px;
}
.rawmap-selection .sources-box-source-list {
  padding-right: 30px;
}
/* XXX: Temporary fixed width for select2 input */
.array-values {
  width: 343px;
}
.legend-color {
  height: 2px;
}
.legend-title {
  display: inline-block;
}
.legend-value {
  font-size: 12px;
  text-align: right;
  vertical-align: top;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.table-container {
  margin-top: 15px;
}
.table-container .table td {
  cursor: pointer;
}
.table-container--immutable .table td {
  cursor: auto;
}
.pager-container.no-border .backbone-pager {
  border-bottom: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.care-details-container .care-scenario-options {
  margin-bottom: -30px;
}
.care-details-container .period-scenario-filter {
  padding-top: 5px;
}
.care-details-container .period-scenario-filter .filter-item {
  padding-left: 20px;
}
.care-details-container .period-scenario-filter .period-picker {
  display: inline-block;
}
.care-details-container .period-scenario-filter .period-picker .form-control {
  width: 300px;
}
.care-details-container .panel {
  box-shadow: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.care-details-container .panel.header {
  background-color: #e2e2e2;
  padding: 10px 15px;
}
.care-details-container .panel .panel-heading {
  background-color: #e2e2e2;
}
.care-details-container .panel .panel-heading h4 {
  margin: 0;
}
.care-details-container .panel.profile .category {
  overflow: hidden;
}
.care-details-container .panel.profile .category div {
  word-wrap: break-word;
}
.care-details-container .panel.profile .category .unit-text {
  padding-top: 5px;
}
.care-details-container .panel.profile .edit-button span {
  cursor: pointer;
}
.care-details-container .panel .unauthorized {
  font-style: italic;
  color: #808080;
  padding: 5px;
}
.care-details-container .details-header .care-details.header {
  padding-bottom: 10px;
}
.care-details-container .details-header .care-details.header .header-left h3,
.care-details-container .details-header .care-details.header .header-right h3 {
  margin: 0;
}
.care-details-container .action-container {
  margin-bottom: 15px;
}
.care-details-container .action-container button {
  margin-right: 5px;
  margin-top: 5px;
}
.care-details-container .history {
  position: relative;
}
.care-details-container .history .logs {
  margin-bottom: 50px;
}
.care-details-container .history .history-item {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.care-details-container .history .history-item a {
  color: var(--brand-primary);
}
.care-details-container .history .refresh,
.care-details-container .history .filter,
.care-details-container .history .info-icon,
.care-details-container .history .export-csv {
  cursor: pointer;
}
.care-details-container .history .filter-filtered {
  color: #f00;
}
.care-details-container .history .backbone-pager {
  position: absolute;
  right: 24px;
  bottom: 5px;
  border: 0;
  width: 100%;
}
.care-details-container .history .backbone-pager > div {
  margin: 0;
  width: 100%;
}
.care-details-container .history .backbone-pager > div.display {
  display: none;
}
.care-details-container .history .backbone-pager .state input.page {
  width: 40px;
}
.care-details-container .history .backbone-pager .previous button,
.care-details-container .history .backbone-pager .next button {
  display: block !important;
  margin: 0 auto;
  float: none;
}
.care-details-container .history .backbone-pager .previous > span,
.care-details-container .history .backbone-pager .next > span {
  display: none;
}
.care-details-container .info-main-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
  border: 1px solid #ddd;
}
.care-details-container .info-main-container .community .search-result {
  margin-top: 10px;
}
.care-details-container .info-main-container .community .search-too-large {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #e87a0c;
  border-color: #d04c0b;
  margin-top: 10px;
}
.care-details-container .info-main-container .community .search-too-large h4 {
  margin-top: 0;
  color: inherit;
}
.care-details-container .info-main-container .community .search-too-large .alert-link {
  font-weight: bold;
}
.care-details-container .info-main-container .community .search-too-large > p,
.care-details-container .info-main-container .community .search-too-large > ul {
  margin-bottom: 0;
}
.care-details-container .info-main-container .community .search-too-large > p + p {
  margin-top: 5px;
}
.care-details-container .info-main-container .community .search-too-large hr {
  border-top-color: #b84309;
}
.care-details-container .info-main-container .community .search-too-large .alert-link {
  color: #e6e6e6;
}
.care-details-container .info-main-container .community .unlink-group {
  margin-left: 10px;
}
.care-details-container .info-main-container .scenarios-container .table.table-hover {
  table-layout: fixed;
}
.care-details-container .info-main-container .scenarios-container .table.table-hover > tbody > tr > td:not(.tags):not(.action-buttons) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.care-details-container .info-main-container .scenarios-container .table.table-hover > tbody > tr > td:not(.tags):not(.action-buttons) div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.care-details-container .info-main-container .scenarios-container .table.table-hover > tbody > tr > td.tags {
  overflow-wrap: break-word;
}
.care-details-container .info-main-container .pager-container .backbone-pager,
.care-details-container .info-main-container .pager-container .display {
  padding-left: 0px;
}
.care-details-container .info-main-container .sponsorship {
  padding-bottom: 15px;
}
.care-details-container .info-main-container .sponsorship .entity {
  cursor: pointer;
}
.care-details-container .info-main-container .sponsorship .remove-sponsorship {
  cursor: pointer;
}
.care-details-container .info-main-container .sponsorship .remove-sponsorship:hover {
  color: var(--brand-primary);
}
.care-details-container .info-main-container .sponsorship .current-entity {
  color: var(--brand-primary);
}
.care-details-container .info-main-container .lpm .lpm-status div.col-md-6 {
  padding: 15px;
}
.care-details-container .info-main-container .lpm .lpm-status div.col-md-6:last-child {
  text-align: end;
}
.care-details-container .info-main-container .lpm .lpm-status .award-points-container {
  margin: 10px;
}
.care-details-container .info-main-container .lpm .lpm-status .award-points-container .alert {
  margin-top: 10px;
}
.care-details-container .info-main-container .scenario span[data-toggle="popover"] {
  cursor: pointer;
}
.care-details-container .info-main-container .scenario tr.active td {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.care-details-container .info-main-container .scenario tr.active:hover td {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.care-details-container .info-main-container .inbound-marketing .channel-selector {
  padding: 15px 0;
}
.care-details-container .info-main-container .inbound-marketing .channel-selector .selectic {
  display: inline-block;
  width: initial;
}
.care-details-container .info-main-container .inbound-marketing .channel-selector .get-offer {
  margin: -4px 0 0 15px;
}
.care-details-container .info-main-container .inbound-marketing .channel-selector .get-offer span.fa-spinner {
  margin-left: 5px;
}
.care-details-container .related-entities-dialog-ul {
  padding: 0px;
}
.care-details-container .related-entities-dialog-ul li {
  list-style-type: none;
}
.care-details-container .brand-optin {
  padding: 3px 7px;
  background-color: #44bb44;
  display: inline-block;
  border-radius: 5px;
}
.care-details-container .brand-optout {
  padding: 3px 7px;
  background-color: #ff6666;
  display: inline-block;
  border-radius: 5px;
}
.logs-filter-dialog .reset-event-types,
.logs-filter-dialog .reset-time-range {
  font-size: 75%;
  margin-left: 0.25em;
  cursor: pointer;
}
.force-optin-dialog .alert-message .alert,
.force-event-dialog .alert-message .alert {
  margin: 10px 0 0 0;
}
/* diagram.less must be imported at beginning, will be moved to core later */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
/* {{{ Diagram paper */
.paper-container {
  position: relative;
}
.paper-container .paper {
  position: relative;
  min-height: 560px;
  background-color: var(--background-color);
  border: 1px solid #9d9d9d;
  outline: none;
  box-sizing: content-box;
}
.paper-container .paper .resize {
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 30;
}
.paper-container .paper .resize span {
  cursor: pointer;
  padding: 5px;
  color: var(--brand-primary);
}
.paper-container .paper .resize span:hover {
  color: var(--text-contrast);
  background-color: var(--background-contrast);
}
.rule-stat {
  text-align: end;
  text-shadow: var(--c-white) -1px 0px 5px, var(--c-white) 0px -1px 5px, var(--c-white) 1px 0px 5px, var(--c-white) 0px 1px 5px;
  font-weight: 800;
}
/* }}} */
/* {{{ Diagram element */
.draggable {
  display: block;
  position: absolute;
}
.paper-element {
  display: block;
  position: absolute;
  /* Remove borders when element is focused */
  outline: none;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  z-index: 20;
  opacity: 0.9;
}
.paper-element.meta-rule,
.paper-element .meta-rule.condition-exit-rule {
  border-bottom: none;
  border-left: none;
}
.paper-element.selected {
  box-shadow: 0 0 0 4px #b3b3b3;
}
.paper-element.jtk-draggable:hover {
  cursor: move;
}
.paper-element .element-body {
  height: 100%;
}
.paper-element .element-body .element-header {
  text-align: end;
}
.paper-element .element-body .element-header .paper-icon {
  width: 100%;
  min-height: 45px;
  position: absolute;
  left: 0px;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  z-index: -1;
}
.paper-element .element-body .element-header .paper-icon span.category {
  color: var(--text-contrast);
  font-size: 42px;
  position: absolute;
  bottom: -10px;
  left: -5px;
  z-index: -1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.paper-element .element-body .element-content .overview {
  padding: 0 5px;
  color: var(--text-contrast);
  letter-spacing: 0.025em;
}
.paper-element .element-header,
.paper-element .element-content,
.paper-element .element-footer {
  padding: 0 12px;
}
/* }}} */
/* {{{ jsPlumb */
/* Connector must be behind the paper-element */
.jtk-connector {
  z-index: 18;
}
/* Connector in the highlight path must be in front of others connectors */
.jtk-connector-highlight {
  z-index: 19;
}
/* Endpoint must over in front of paper-element */
.jtk-endpoint {
  z-index: 21;
}
/* Overlay should be always visible */
.jtk-overlay {
  z-index: 22;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* {{{ MetaRule */
/* {{{ Color variants */
/* }}} */
/* }}} */
/* {{{ Meta Rule - Condition */
/* }}} */
/* {{{ EntryPoint */
/* Vertical offset for endpoint, computed regarding its height */
/* Vertical positioning, using computed offset */
/* Rounded to the nearest ten to keep the grid aligned */
/* Horizontal positioning (negative coordinates) */
/* }}} */
/* {{{ Counter */
/* Related to counter */
/* Related to the counter Arrow */
/* Related to the condition associated to the counter */
/* Related to the Counter and Condition container */
/* Related to CounterCondition endpoints */
/* }}} */
/* {{{ AB test*/
/* }}} */
/* }}} */
/* {{{ Diagram elements */
.meta-rule {
  width: 125px;
  border: 1px solid #ed8836;
  background-color: #ed8836;
}
.meta-rule .element-header {
  /* Simulate a header to make condition's element-row being placed
         * right in the center */
  min-height: 21px;
}
.meta-rule .element-row {
  overflow: hidden;
  position: relative;
  height: 98px;
}
.meta-rule .element-row .edit {
  cursor: pointer;
  visibility: hidden;
}
.meta-rule .element-row:hover .edit {
  visibility: visible;
}
.meta-rule .element-row .open-distrib {
  cursor: pointer;
  visibility: hidden;
}
.meta-rule .element-row:hover .open-distrib {
  visibility: visible;
}
.meta-rule .element-row .element-content .overview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.meta-rule .element-row .element-content .overview > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.meta-rule .title {
  line-height: 1.2em;
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.meta-rule.disabled {
  border: 1px solid #999;
  background-color: #999;
}
.meta-rule.succeeded {
  border: 1px solid #91c46b;
  background-color: #91c46b;
}
.meta-rule.condition-exit-rule {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.meta-rule.green {
  border: #91c46b;
  background-color: #91c46b;
}
.meta-rule.red {
  border: #b72c29;
  background-color: #b72c29;
}
.meta-rule.blue {
  border: #5e83bf;
  background-color: #5e83bf;
}
.meta-rule.orange {
  border: #e87a0c;
  background-color: #e87a0c;
}
.dark-rule {
  border: 1px solid #a0a0a0 !important;
  background-color: var(--background-color);
  border-radius: 6px;
}
.dark-rule .element-body .element-header .paper-icon span.category {
  color: #333333;
}
.dark-rule .element-body .element-content .overview {
  color: #333333;
}
.switch-rule {
  background-color: transparent;
}
.switch-rule .element-body .element-header .paper-icon span.category {
  color: #333333;
}
.switch-rule .element-body .element-content .overview {
  color: #333333;
}
.popover-content ul.eligibility-summary {
  padding-left: 0;
}
.popover-content ul.eligibility-summary li {
  list-style-type: none;
}
/* }}} */
/* {{{ Condition */
.condition-rule,
.switch-rule {
  min-width: 160px;
  min-height: 0;
}
.condition-rule .row-condition,
.switch-rule .row-condition {
  position: relative;
}
.condition-rule .condition,
.switch-rule .condition {
  overflow: hidden;
  text-overflow: ellipsis;
}
.condition-rule .remove-condition,
.switch-rule .remove-condition {
  margin-right: 1em;
  cursor: pointer;
}
.condition-rule .warning-old-condition,
.switch-rule .warning-old-condition {
  cursor: pointer;
  margin-right: 5px;
}
.condition-rule .element-row.succeeded,
.switch-rule .element-row.succeeded {
  background-color: #e2efd8;
}
/* }}} */
/* {{{ Entry point */
.entry-point {
  /* Positioning */
  position: absolute;
  top: 229px;
  left: -90px;
  /* Sizing */
  width: 180px;
  min-height: 90px;
  /* Styling */
  border: 2px solid #000;
  background-color: var(--background-color);
  line-height: 1.1em;
}
.entry-point .container-fluid {
  height: 100%;
}
.entry-point .element-row {
  height: 100%;
}
.entry-point .element-content {
  height: 100%;
  padding: 0;
}
.entry-point .element-content > div {
  height: 100%;
  padding: 0 10px;
}
.entry-point .element-content > div .edit {
  cursor: pointer;
  visibility: hidden;
}
.entry-point .element-content > div:hover .edit {
  visibility: visible;
}
.entry-point .element-content > div .open-distrib {
  cursor: pointer;
  visibility: hidden;
}
.entry-point .element-content > div:hover .open-distrib {
  visibility: visible;
}
.entry-point .element-content .ep-target {
  border-right: 1px solid #9d9d9d;
}
.entry-point .element-content .ep-output {
  height: auto;
  width: 100px;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  left: 178px;
  text-shadow: var(--c-white) -1px 0px 5px, var(--c-white) 0px -1px 5px, var(--c-white) 1px 0px 5px, var(--c-white) 0px 1px 5px;
}
.entry-point .element-content .ep-output.editable {
  cursor: pointer;
}
.entry-point .element-content .ep-limits {
  height: auto;
  width: 100px;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  left: 178px;
  text-shadow: var(--c-white) -1px 0px 5px, var(--c-white) 0px -1px 5px, var(--c-white) 1px 0px 5px, var(--c-white) 0px 1px 5px;
  top: 0px;
}
.entry-point .element-content .ep-limits.editable {
  cursor: pointer;
}
.entry-point .element-content .ep-limits .limit {
  overflow: visible;
  white-space: pre;
}
.entry-point .element-content .ep-control-group {
  height: auto;
  width: 100px;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  left: 178px;
  text-shadow: var(--c-white) -1px 0px 5px, var(--c-white) 0px -1px 5px, var(--c-white) 1px 0px 5px, var(--c-white) 0px 1px 5px;
  bottom: 5px;
}
.entry-point .element-content .ep-control-group.editable {
  cursor: pointer;
}
.entry-point .element-content .ep-target,
.entry-point .element-content .ep-event {
  padding: 0 6px;
  position: relative;
}
.entry-point .element-content .ep-target .ep-header,
.entry-point .element-content .ep-event .ep-header {
  margin: 4px 0;
  position: relative;
}
.entry-point .element-content .ep-target .ep-header .block-overview,
.entry-point .element-content .ep-event .ep-header .block-overview,
.entry-point .element-content .ep-target .ep-header .edit,
.entry-point .element-content .ep-event .ep-header .edit,
.entry-point .element-content .ep-target .ep-header .open-distrib,
.entry-point .element-content .ep-event .ep-header .open-distrib,
.entry-point .element-content .ep-target .ep-header .warning,
.entry-point .element-content .ep-event .ep-header .warning {
  position: absolute;
  top: 0;
}
.entry-point .element-content .ep-target .ep-header .block-overview,
.entry-point .element-content .ep-event .ep-header .block-overview {
  right: 0;
}
.entry-point .element-content .ep-target .ep-header .edit,
.entry-point .element-content .ep-event .ep-header .edit {
  right: 14px;
}
.entry-point .element-content .ep-target .ep-header .open-distrib,
.entry-point .element-content .ep-event .ep-header .open-distrib,
.entry-point .element-content .ep-target .ep-header .warning,
.entry-point .element-content .ep-event .ep-header .warning {
  right: -2px;
}
.entry-point .element-content .ep-target .ep-summary,
.entry-point .element-content .ep-event .ep-summary {
  font-size: 0.9em;
  height: 86px;
  overflow: hidden;
}
.entry-point .element-content .ep-target .ep-summary::after,
.entry-point .element-content .ep-event .ep-summary::after {
  content: attr(data-content);
  position: absolute;
  bottom: 1px;
  right: 2px;
  background: var(--background-color);
  font-weight: bold;
  font-size: 1.1em;
}
.entry-point.disabled {
  border: 1px solid #999;
  background-color: #999;
  color: var(--text-contrast);
}
.entry-point.disabled .ep-limits .limit,
.entry-point.disabled .control-group {
  color: #333333;
}
/* }}} */
/* {{{ Context */
.trigger-period-select {
  display: inline-block;
  vertical-align: middle;
}
.cd-target,
.exit-rule {
  vertical-align: middle;
}
.cd-target .edit,
.exit-rule .edit {
  cursor: pointer;
}
/* }}} */
/* {{{ Counter */
.n-condition-rule {
  min-width: 305px;
  border-width: 0;
}
.n-condition-rule .condition-rule {
  position: absolute;
  display: inline-block;
  /* Ensure arrow do not hide condition content */
  padding-left: 20px;
  min-width: 180px;
}
.n-condition-rule .condition-rule .element-header {
  padding-right: 3px;
}
.n-condition-rule .condition-rule .element-row {
  border-top: 1px solid #a0a0a0;
  height: 60px;
  /* remove the space needed for the border of the whole condition rule */
}
.n-condition-rule .condition-rule .element-row:first-child {
  height: 58px;
  border-top: none;
}
.n-condition-rule .condition-rule .condition {
  max-height: 48px;
  overflow: hidden;
}
.n-condition-rule .condition-rule .row-new-condition {
  padding-top: 10px;
}
.n-condition-rule .condition-rule .new-condition {
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.n-condition-rule .condition-rule .condition-overview {
  position: absolute;
  right: 0;
}
.n-condition-rule .condition-rule .element-content {
  padding-left: 0;
}
.n-condition-rule.selected {
  /* Reset shadow effect of selected element on container */
  box-shadow: none;
  /* But apply it on children elements */
}
.n-condition-rule.selected .condition-exit-rule,
.n-condition-rule.selected .condition-rule {
  box-shadow: 0 0 0 4px #b3b3b3;
}
.condition-rule.disabled {
  background-color: var(--background-color);
}
.condition-exit-rule {
  position: absolute;
  /* To activate the z-index */
  display: inline-block;
  z-index: 20;
  min-height: 100px;
  border-right-color: transparent;
  /* Adapted from http://cssarrowplease.com/ */
}
.condition-exit-rule:after,
.condition-exit-rule:before {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}
.condition-exit-rule:after {
  margin-top: -48px;
  border-color: transparent;
  border-left-color: #ed8836;
  border-top-width: 48px;
  border-bottom-width: 48px;
  border-left-width: 20px;
}
.condition-exit-rule:before {
  margin-top: -50px;
  border-color: transparent;
  border-left-color: #ed8836;
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 21px;
}
.condition-exit-rule.dark-rule:after {
  border-left-color: var(--background-color);
}
.condition-exit-rule.dark-rule:before {
  border-left-color: #a0a0a0;
}
.condition-exit-rule.disabled:after {
  border-left-color: #999;
}
.condition-exit-rule.disabled:before {
  border-left-color: #999;
}
.condition-exit-rule.succeeded:after {
  border-left-color: #91c46b;
}
.condition-exit-rule.succeeded:before {
  border-left-color: #91c46b;
}
.condition-exit-rule .element-row {
  height: 40px;
  line-height: 0.8em;
}
.condition-exit-rule .element-row:last-child {
  position: initial;
}
/* }}} */
/* {{{ ABTest */
.abtest-rule .abtest-body .abtest-element {
  height: 15px;
  font-size: 0.9em;
}
/* }}} */
/* {{{ Communication */
.communication-rule {
  max-height: 100px;
}
.communication-rule .overview-content {
  overflow-x: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 2 = Number of visible lines */
  max-height: 37px;
}
/* }}} */
/* {{{ Comment */
.paper-comment {
  min-width: 160px;
  border-radius: 20px;
}
.paper-comment .element-header {
  padding: 0 15px;
}
/* }}} */
/* {{{ Endpoints */
/* Target Svg element */
.exit-condition-endpoint-until circle {
  fill: #5A9B60;
}
.exit-condition-endpoint-final_ph circle {
  fill: #993636;
}
.condition-endpoint-ok circle {
  fill: #5A9B60;
}
.condition-endpoint-nok circle {
  fill: #993636;
}
.watcher-endpoint-seen circle {
  fill: #5A9B60;
}
.watcher-endpoint-timeout circle {
  fill: #993636;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.json-container #editor {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.icquery-history {
  margin-top: 3px;
  margin-bottom: 3px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* {{{ Workbench */
/* Entry point will overflow on Workbench by half */
/* }}} */
/* {{{ scenario list */
/* }}} */
/* {{{ filter buttons */
/* }}} */
/* {{{ Actions catalog */
/* {{{ Color settings */
/* }}} */
/* Back button */
/* }}} */
/* }}} */
/* {{{ Mixins */
/* }}} */
/* {{{ Editor */
.editor-container {
  background-color: #eaeaea;
  padding: 0;
}
/* Tools */
.item,
.tool {
  cursor: pointer;
}
.catalog {
  background-color: var(--background-color);
  border-top: 1px solid var(--main-border-color);
  border-bottom: 1px solid var(--main-border-color);
  white-space: nowrap;
}
.tools {
  background-color: var(--background-color);
  border-top: 1px solid var(--main-border-color);
  white-space: nowrap;
}
.tools .btn.btn-default {
  border-color: var(--btn-border);
  color: var(--dark-primary);
}
.tools .btn.btn-default:active,
.tools .btn.btn-default.active,
.tools .btn.btn-default:hover,
.tools .btn.btn-default:focus {
  --btn-variant-color: var(--btn-color);
  --btn-variant-bg: var(--btn-bg);
  --btn-variant-border: var(--btn-border);
  --btn-variant-bg-darken-10: var(--btn-variant-bg);
  --btn-variant-bg-darken-17: var(--btn-variant-bg);
  --btn-variant-border-darken-12: var(--btn-variant-border);
  --btn-variant-border-darken-25: var(--btn-variant-border);
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
@supports (color: hsl(from white h s l)) {
  .tools .btn.btn-default:active,
  .tools .btn.btn-default.active,
  .tools .btn.btn-default:hover,
  .tools .btn.btn-default:focus {
    --btn-variant-bg-darken-10: hsl(from var(--btn-variant-bg) h s calc(l - 10));
    --btn-variant-bg-darken-17: hsl(from var(--btn-variant-bg) h s calc(l - 17));
    --btn-variant-border-darken-12: hsl(from var(--btn-variant-border) h s calc(l - 12));
    --btn-variant-border-darken-25: hsl(from var(--btn-variant-border) h s calc(l - 25));
  }
}
.tools .btn.btn-default:active:focus,
.tools .btn.btn-default.active:focus,
.tools .btn.btn-default:hover:focus,
.tools .btn.btn-default:focus:focus,
.tools .btn.btn-default:active.focus,
.tools .btn.btn-default.active.focus,
.tools .btn.btn-default:hover.focus,
.tools .btn.btn-default:focus.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-25);
}
.tools .btn.btn-default:active:hover,
.tools .btn.btn-default.active:hover,
.tools .btn.btn-default:hover:hover,
.tools .btn.btn-default:focus:hover {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  border-color: var(--btn-variant-border-darken-12);
}
.tools .btn.btn-default:active:active,
.tools .btn.btn-default.active:active,
.tools .btn.btn-default:hover:active,
.tools .btn.btn-default:focus:active,
.tools .btn.btn-default:active.active,
.tools .btn.btn-default.active.active,
.tools .btn.btn-default:hover.active,
.tools .btn.btn-default:focus.active,
.open > .dropdown-toggle.tools .btn.btn-default:active,
.open > .dropdown-toggle.tools .btn.btn-default.active,
.open > .dropdown-toggle.tools .btn.btn-default:hover,
.open > .dropdown-toggle.tools .btn.btn-default:focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-10);
  background-image: none;
  border-color: var(--btn-variant-border-darken-12);
}
.tools .btn.btn-default:active:active:hover,
.tools .btn.btn-default.active:active:hover,
.tools .btn.btn-default:hover:active:hover,
.tools .btn.btn-default:focus:active:hover,
.tools .btn.btn-default:active.active:hover,
.tools .btn.btn-default.active.active:hover,
.tools .btn.btn-default:hover.active:hover,
.tools .btn.btn-default:focus.active:hover,
.open > .dropdown-toggle.tools .btn.btn-default:active:hover,
.open > .dropdown-toggle.tools .btn.btn-default.active:hover,
.open > .dropdown-toggle.tools .btn.btn-default:hover:hover,
.open > .dropdown-toggle.tools .btn.btn-default:focus:hover,
.tools .btn.btn-default:active:active:focus,
.tools .btn.btn-default.active:active:focus,
.tools .btn.btn-default:hover:active:focus,
.tools .btn.btn-default:focus:active:focus,
.tools .btn.btn-default:active.active:focus,
.tools .btn.btn-default.active.active:focus,
.tools .btn.btn-default:hover.active:focus,
.tools .btn.btn-default:focus.active:focus,
.open > .dropdown-toggle.tools .btn.btn-default:active:focus,
.open > .dropdown-toggle.tools .btn.btn-default.active:focus,
.open > .dropdown-toggle.tools .btn.btn-default:hover:focus,
.open > .dropdown-toggle.tools .btn.btn-default:focus:focus,
.tools .btn.btn-default:active:active.focus,
.tools .btn.btn-default.active:active.focus,
.tools .btn.btn-default:hover:active.focus,
.tools .btn.btn-default:focus:active.focus,
.tools .btn.btn-default:active.active.focus,
.tools .btn.btn-default.active.active.focus,
.tools .btn.btn-default:hover.active.focus,
.tools .btn.btn-default:focus.active.focus,
.open > .dropdown-toggle.tools .btn.btn-default:active.focus,
.open > .dropdown-toggle.tools .btn.btn-default.active.focus,
.open > .dropdown-toggle.tools .btn.btn-default:hover.focus,
.open > .dropdown-toggle.tools .btn.btn-default:focus.focus {
  color: var(--btn-variant-color);
  background-color: var(--btn-variant-bg-darken-17);
  border-color: var(--btn-variant-border-darken-25);
}
.tools .btn.btn-default:active.disabled:hover,
.tools .btn.btn-default.active.disabled:hover,
.tools .btn.btn-default:hover.disabled:hover,
.tools .btn.btn-default:focus.disabled:hover,
.tools .btn.btn-default:active[disabled]:hover,
.tools .btn.btn-default.active[disabled]:hover,
.tools .btn.btn-default:hover[disabled]:hover,
.tools .btn.btn-default:focus[disabled]:hover,
fieldset[disabled] .tools .btn.btn-default:active:hover,
fieldset[disabled] .tools .btn.btn-default.active:hover,
fieldset[disabled] .tools .btn.btn-default:hover:hover,
fieldset[disabled] .tools .btn.btn-default:focus:hover,
.tools .btn.btn-default:active.disabled:focus,
.tools .btn.btn-default.active.disabled:focus,
.tools .btn.btn-default:hover.disabled:focus,
.tools .btn.btn-default:focus.disabled:focus,
.tools .btn.btn-default:active[disabled]:focus,
.tools .btn.btn-default.active[disabled]:focus,
.tools .btn.btn-default:hover[disabled]:focus,
.tools .btn.btn-default:focus[disabled]:focus,
fieldset[disabled] .tools .btn.btn-default:active:focus,
fieldset[disabled] .tools .btn.btn-default.active:focus,
fieldset[disabled] .tools .btn.btn-default:hover:focus,
fieldset[disabled] .tools .btn.btn-default:focus:focus,
.tools .btn.btn-default:active.disabled.focus,
.tools .btn.btn-default.active.disabled.focus,
.tools .btn.btn-default:hover.disabled.focus,
.tools .btn.btn-default:focus.disabled.focus,
.tools .btn.btn-default:active[disabled].focus,
.tools .btn.btn-default.active[disabled].focus,
.tools .btn.btn-default:hover[disabled].focus,
.tools .btn.btn-default:focus[disabled].focus,
fieldset[disabled] .tools .btn.btn-default:active.focus,
fieldset[disabled] .tools .btn.btn-default.active.focus,
fieldset[disabled] .tools .btn.btn-default:hover.focus,
fieldset[disabled] .tools .btn.btn-default:focus.focus {
  background-color: var(--btn-variant-bg);
  border-color: var(--btn-variant-border);
}
.tools .btn.btn-default:active .badge,
.tools .btn.btn-default.active .badge,
.tools .btn.btn-default:hover .badge,
.tools .btn.btn-default:focus .badge {
  color: var(--btn-variant-bg);
  background-color: var(--btn-variant-color);
}
.tools .form-control {
  border-color: var(--dark-primary);
}
.tools .filters-wrapper {
  width: inherit;
  margin-top: 11px;
  margin-left: 15px;
}
.tools .filters-wrapper .input-group-btn {
  width: inherit;
}
.tools .filters-wrapper .btn-filter:focus {
  outline: 0;
}
.tools .filters-wrapper .filter-container {
  width: 160px;
  margin-left: -4px;
}
.tools .filters-wrapper .filter-container > .input-filter {
  width: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tools .filters-wrapper .filter-container > .clear-search {
  right: 10px;
  top: 0;
}
.tools .edition-tools > * {
  margin: 11px 15px 9px;
}
.tools .edition-tools .toolbar-container {
  min-width: 310px;
}
.actions-catalog {
  padding: 7px;
  background-color: var(--background-color);
}
.actions-catalog ul,
.actions-catalog .empty-catalog {
  margin: 10px 0;
}
/* li Style is outsite the .actions-catalog since during drag operation the
 * dragged node (li) is injected in the body and style must apply. */
li.action-item {
  height: 45px;
  min-width: 72px;
  border: 1px solid #ed8836;
  border-radius: 3px;
  background-color: var(--background-color);
  position: relative;
  overflow: hidden;
}
li.action-item span[class^="fa fa-"] {
  color: #ed8836;
  font-size: 50px;
  position: absolute;
  bottom: -13px;
  left: -6px;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
li.action-item span[class^="fa fa-"] + span {
  margin-left: 45px;
  letter-spacing: 0.063em;
}
li.action-item span + span {
  display: inline-block;
  margin-top: 13px;
  font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
li.action-item.ui-draggable-dragging {
  padding-left: 5px;
  padding-right: 5px;
  list-style-type: none;
}
li.action-item.green {
  border: 1px solid #91c46b;
}
li.action-item.green span {
  color: #91c46b;
}
li.action-item.red {
  border: 1px solid #b72c29;
}
li.action-item.red span {
  color: #b72c29;
}
li.action-item.blue {
  border: 1px solid #5e83bf;
}
li.action-item.blue span {
  color: #5e83bf;
}
li.action-item.orange {
  border: 1px solid #e87a0c;
}
li.action-item.orange span {
  color: #e87a0c;
}
li.action-item[data-kind="CONDITION"],
li.action-item[data-kind="AB_TESTING"],
li.action-item[data-kind="ENTITY_LIMIT"],
li.action-item[data-kind="SWITCH"],
li.action-item[data-kind="GLOBAL_LIMIT"] {
  border: 1px solid #a0a0a0;
  background-color: var(--background-color);
  border-radius: 3px;
}
li.action-item[data-kind="CONDITION"] span,
li.action-item[data-kind="AB_TESTING"] span,
li.action-item[data-kind="ENTITY_LIMIT"] span,
li.action-item[data-kind="SWITCH"] span,
li.action-item[data-kind="GLOBAL_LIMIT"] span {
  color: #333333;
}
/* Workbench */
.workbench {
  overflow: auto;
  padding: 15px;
  padding-left: 105px;
  background-color: #eaeaea;
}
.workbench .scenario-name {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.workbench .budgets,
.workbench .context {
  white-space: nowrap;
}
.workbench .properties:hover,
.workbench .budgets:hover,
.workbench .context:hover {
  cursor: pointer;
}
.workbench .properties.disabled,
.workbench .budgets.disabled,
.workbench .context.disabled {
  color: #999;
  cursor: not-allowed;
}
/* scenario list */
.list-container {
  border-right: 1px solid var(--main-border-color);
  background-color: var(--background-color);
}
.list-container .mCSB_scrollTools {
  z-index: 10;
}
.list-container .list-group-item {
  background-color: var(--background-color);
  border-left: 0;
  border-right: 0;
  padding: 0;
  position: relative;
}
.list-container .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-container .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-container .list-group-item:hover {
  background-color: var(--list-container-bg-hover);
}
.list-container .list-group-item:hover:before {
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  background-color: var(--brand-primary);
  position: absolute;
  left: 0px;
  top: 0px;
}
.list-container .list-group-item:hover a {
  color: var(--brand-primary);
  text-decoration: none;
}
.list-container .list-group-item:hover.new-scenario {
  color: var(--brand-primary);
  text-decoration: none;
}
.list-container .list-group-item.scenario-filter {
  border-top: none;
}
.list-container .list-group-item.scenario-filter:hover {
  background-color: var(--background-color);
}
.list-container .list-group-item.active,
.list-container .list-group-item.active:hover {
  z-index: 2;
}
.list-container .list-group-item.active:before,
.list-container .list-group-item.active:hover:before {
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  background-color: var(--brand-primary);
  position: absolute;
  left: 0px;
  top: 0px;
}
.list-container .list-group-item.active a,
.list-container .list-group-item.active:hover a {
  color: var(--brand-primary);
}
.list-container .list-group-item a {
  color: #555;
  display: block;
}
.list-container .list-group-item a,
.list-container .list-group-item .close,
.list-container .list-group-item:first-child,
.list-container .list-group-item.new-scenario {
  padding: 10px 15px;
}
.remove-criterion:hover,
.edit:hover {
  color: var(--brand-primary);
  cursor: pointer;
}
.cd-target .cd-summary {
  padding-top: 6px;
}
.trigger-period-select .form-group {
  margin-left: 0;
  margin-right: 0;
}
.eligibility-criteria .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.action-limit .form-inline .form-group {
  margin-bottom: 1em;
}
.action-limit .form-inline .form-group div {
  display: inline-block;
  margin-right: 1em;
}
.action-limit .form-inline .form-group span.clear:hover {
  color: var(--brand-primary);
  cursor: pointer;
}
.date-btn-container {
  margin-bottom: 5px;
}
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.monitor-container ul {
  margin: 0;
  padding: 0;
}
.monitor-container ul.backbone-pager {
  text-align: left;
}
.monitor-container h2 {
  margin: 15px 0;
}
.monitor-container .monitor-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.monitor-container .monitor-content .monitor-main.tab-content {
  padding-top: 0;
}
.monitor-container .monitor-info {
  padding-top: 10px;
  margin-bottom: 10px;
}
.monitor-container .monitor-info .budgets,
.monitor-container .monitor-info .context {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.monitor-container .monitor-info .action-buttons {
  display: inline-block;
  margin-top: 0;
}
.monitor-context .form-horizontal label.control-label {
  padding-top: 0px;
}
.monitor-context label.secondary-label {
  font-weight: normal;
  text-align: end;
  margin-bottom: 0;
}
.monitor-content .date-range {
  width: 80%;
}
.kpis-dialog .dialog-content .date-range {
  margin-bottom: 15px;
}
div#kpis .fa-refresh {
  cursor: pointer;
}
/* This targets the main kpi tab in monitor */
div#kpi .global-metrics .panel-metric .delta-rate {
  margin-top: 15px;
  margin-bottom: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.overview-container {
  padding-bottom: 15px;
}
.overview-container td a:hover {
  cursor: pointer;
}
.overview-container .toolbar,
.overview-container .global-filter-container {
  margin-bottom: 15px;
}
.overview-container .overview-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.tab-pane {
  padding-top: 10px;
}
.tab-pane .table-striped .list-row td {
  width: 50%;
  padding: 5px;
}
.tab-pane .table-striped .list-row td:first-child {
  text-align: end;
  font-weight: bold;
}
.shared-object-table table.table.table-hover tr.invalid > td {
  text-decoration: line-through;
  color: #777777;
}
.shared-object-table table.table.table-hover tr.invalid:hover > td {
  background-color: rgba(204, 13, 4, 0.1);
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.scenario-filter {
  position: relative;
}
.scenario-filter .fa.fa-search {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 7px;
}
.list-group-item a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-item a:hover {
  cursor: pointer;
}
.monitor-container .action-buttons {
  margin-right: 15px;
  margin-top: 10px;
}
.monitor-container .action-buttons .btn-group.open .dropdown-menu {
  min-width: initial;
  width: auto;
}
.kpis:hover,
.view-profile:hover,
.block-overview:hover {
  cursor: pointer;
}
a.disabled {
  color: #777777;
}
a.disabled:hover {
  color: #777777;
  cursor: not-allowed;
}
.iop-constraints {
  font-style: italic;
}
.modal-body .steps .steps-content h4 {
  padding: 0 15px;
  border-bottom-width: 0;
  margin-bottom: 10px;
}
.modal-body .steps .steps-content .infomessage {
  margin: 5px 0 0;
  font-style: italic;
}
.modal-body .steps .steps-content .used-keywords {
  max-height: 10em;
  overflow: auto;
}
.missing-collection {
  text-decoration: line-through;
  color: #777777;
}
.eligibility-summary .row .field label {
  font-weight: normal;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* }}} */
/* {{{ Global  */
.settings {
  /* Used in Networks & Condition settings */
}
.settings .steps .btn-block.next,
.settings .steps .previous {
  min-height: 200px;
}
.settings .steps .network-settings {
  padding-bottom: 15px;
  /* Network (Watcher, Counter & Entry Point)*/
}
.settings .steps .condition-settings .sensitivity,
.settings .steps .counter-settings .sensitivity {
  line-height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}
.settings .steps .condition-settings .sensitivity input[type="checkbox"],
.settings .steps .counter-settings .sensitivity input[type="checkbox"] {
  margin-top: 9px;
}
.settings .row-criterion {
  margin-top: 7px;
  margin-bottom: 7px;
}
.settings .row-criterion .criterion-field,
.settings .row-criterion .condition-kind,
.settings .row-criterion .remove-criterion {
  margin-bottom: 10px;
}
.settings .row-criterion .form-group {
  margin-left: 0;
  margin-right: 0;
}
.settings .row-criterion .condition-kind + .condition-control {
  margin-bottom: 10px;
}
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker {
  display: inline-block;
}
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .dateKind-picker,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .period-picker,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .choice-container,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .input-container,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .input-container-end {
  display: inline-block;
}
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .range1,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .range2 {
  display: inline-block;
}
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .range1 .extra1,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .range2 .extra1,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .range1 .extra2,
.settings .row-criterion .condition-kind + .condition-control .dateForm-picker .range2 .extra2 {
  display: inline-block;
}
.settings .row-criterion .condition-kind + .condition-control .condition-anniversary,
.settings .row-criterion .condition-kind + .condition-control .range-anniversary,
.settings .row-criterion .condition-kind + .condition-control #from,
.settings .row-criterion .condition-kind + .condition-control #to {
  display: inline-block;
}
.settings .row-criterion .condition-kind + .condition-control input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
.settings .dateForm-picker {
  display: inline-block;
}
.settings .dateForm-picker .dateKind-picker,
.settings .dateForm-picker .period-picker,
.settings .dateForm-picker .choice-container,
.settings .dateForm-picker .input-container,
.settings .dateForm-picker .input-container-end {
  display: inline-block;
}
.settings .dateForm-picker .range1,
.settings .dateForm-picker .range2 {
  display: inline-block;
}
.settings .dateForm-picker .range1 .extra1,
.settings .dateForm-picker .range2 .extra1,
.settings .dateForm-picker .range1 .extra2,
.settings .dateForm-picker .range2 .extra2 {
  display: inline-block;
}
.settings h4 .fa {
  font-size: 13px;
}
/* }}} */
/* {{{ Message  */
.message-settings .email-settings textarea,
.communication-settings .email-settings textarea,
.message-settings .sms-settings textarea,
.communication-settings .sms-settings textarea,
.message-settings .cbc-settings textarea,
.communication-settings .cbc-settings textarea,
.message-settings .mms-settings textarea,
.communication-settings .mms-settings textarea,
.message-settings .rcs-settings textarea,
.communication-settings .rcs-settings textarea {
  resize: vertical;
}
.message-settings .email-settings .chunk-actions,
.communication-settings .email-settings .chunk-actions,
.message-settings .sms-settings .chunk-actions,
.communication-settings .sms-settings .chunk-actions,
.message-settings .cbc-settings .chunk-actions,
.communication-settings .cbc-settings .chunk-actions,
.message-settings .mms-settings .chunk-actions,
.communication-settings .mms-settings .chunk-actions,
.message-settings .rcs-settings .chunk-actions,
.communication-settings .rcs-settings .chunk-actions {
  margin-bottom: 5px;
}
.message-settings .email-settings .chunk-actions .chunk-menu,
.communication-settings .email-settings .chunk-actions .chunk-menu,
.message-settings .sms-settings .chunk-actions .chunk-menu,
.communication-settings .sms-settings .chunk-actions .chunk-menu,
.message-settings .cbc-settings .chunk-actions .chunk-menu,
.communication-settings .cbc-settings .chunk-actions .chunk-menu,
.message-settings .mms-settings .chunk-actions .chunk-menu,
.communication-settings .mms-settings .chunk-actions .chunk-menu,
.message-settings .rcs-settings .chunk-actions .chunk-menu,
.communication-settings .rcs-settings .chunk-actions .chunk-menu {
  position: relative;
}
.message-settings .email-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.communication-settings .email-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.message-settings .sms-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.communication-settings .sms-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.message-settings .cbc-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.communication-settings .cbc-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.message-settings .mms-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.communication-settings .mms-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.message-settings .rcs-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container,
.communication-settings .rcs-settings .chunk-actions .chunk-menu .chunk-chooser .chooser-container {
  display: inline-block;
}
.message-settings .email-settings .chunks-list,
.communication-settings .email-settings .chunks-list,
.message-settings .sms-settings .chunks-list,
.communication-settings .sms-settings .chunks-list,
.message-settings .cbc-settings .chunks-list,
.communication-settings .cbc-settings .chunks-list,
.message-settings .mms-settings .chunks-list,
.communication-settings .mms-settings .chunks-list,
.message-settings .rcs-settings .chunks-list,
.communication-settings .rcs-settings .chunks-list {
  margin: 0 0 5px 0;
}
.message-settings .email-settings .chunks-list .chunk-item a,
.communication-settings .email-settings .chunks-list .chunk-item a,
.message-settings .sms-settings .chunks-list .chunk-item a,
.communication-settings .sms-settings .chunks-list .chunk-item a,
.message-settings .cbc-settings .chunks-list .chunk-item a,
.communication-settings .cbc-settings .chunks-list .chunk-item a,
.message-settings .mms-settings .chunks-list .chunk-item a,
.communication-settings .mms-settings .chunks-list .chunk-item a,
.message-settings .rcs-settings .chunks-list .chunk-item a,
.communication-settings .rcs-settings .chunks-list .chunk-item a {
  color: white;
}
.message-settings .email-settings .sms-preview,
.communication-settings .email-settings .sms-preview,
.message-settings .sms-settings .sms-preview,
.communication-settings .sms-settings .sms-preview,
.message-settings .cbc-settings .sms-preview,
.communication-settings .cbc-settings .sms-preview,
.message-settings .mms-settings .sms-preview,
.communication-settings .mms-settings .sms-preview,
.message-settings .rcs-settings .sms-preview,
.communication-settings .rcs-settings .sms-preview {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #eee;
}
.message-settings .email-settings .error,
.communication-settings .email-settings .error,
.message-settings .sms-settings .error,
.communication-settings .sms-settings .error,
.message-settings .cbc-settings .error,
.communication-settings .cbc-settings .error,
.message-settings .mms-settings .error,
.communication-settings .mms-settings .error,
.message-settings .rcs-settings .error,
.communication-settings .rcs-settings .error {
  color: #b72c29;
}
.message-settings .email-settings .warning,
.communication-settings .email-settings .warning,
.message-settings .sms-settings .warning,
.communication-settings .sms-settings .warning,
.message-settings .cbc-settings .warning,
.communication-settings .cbc-settings .warning,
.message-settings .mms-settings .warning,
.communication-settings .mms-settings .warning,
.message-settings .rcs-settings .warning,
.communication-settings .rcs-settings .warning {
  color: #e87a0c;
}
.message-settings .email-settings .sms-info .sms-encoding,
.communication-settings .email-settings .sms-info .sms-encoding,
.message-settings .sms-settings .sms-info .sms-encoding,
.communication-settings .sms-settings .sms-info .sms-encoding,
.message-settings .cbc-settings .sms-info .sms-encoding,
.communication-settings .cbc-settings .sms-info .sms-encoding,
.message-settings .mms-settings .sms-info .sms-encoding,
.communication-settings .mms-settings .sms-info .sms-encoding,
.message-settings .rcs-settings .sms-info .sms-encoding,
.communication-settings .rcs-settings .sms-info .sms-encoding {
  display: inline-block;
  margin: 5px;
}
.message-settings .email-settings .sms-info .sms-field,
.communication-settings .email-settings .sms-info .sms-field,
.message-settings .sms-settings .sms-info .sms-field,
.communication-settings .sms-settings .sms-info .sms-field,
.message-settings .cbc-settings .sms-info .sms-field,
.communication-settings .cbc-settings .sms-info .sms-field,
.message-settings .mms-settings .sms-info .sms-field,
.communication-settings .mms-settings .sms-info .sms-field,
.message-settings .rcs-settings .sms-info .sms-field,
.communication-settings .rcs-settings .sms-info .sms-field {
  margin: 5px;
}
.message-settings .email-settings .cbc-info .cbc-field,
.communication-settings .email-settings .cbc-info .cbc-field,
.message-settings .sms-settings .cbc-info .cbc-field,
.communication-settings .sms-settings .cbc-info .cbc-field,
.message-settings .cbc-settings .cbc-info .cbc-field,
.communication-settings .cbc-settings .cbc-info .cbc-field,
.message-settings .mms-settings .cbc-info .cbc-field,
.communication-settings .mms-settings .cbc-info .cbc-field,
.message-settings .rcs-settings .cbc-info .cbc-field,
.communication-settings .rcs-settings .cbc-info .cbc-field {
  margin: 5px;
}
.communication-settings .message-selection {
  min-height: 125px;
}
.advanced-properties {
  padding-bottom: 25px;
  padding-top: 5px;
}
/* }}} */
/* {{{ Watcher  */
.watcher-settings .row-watched-item {
  margin-top: 7px;
}
/* }}} */
/* {{{ Target Watcher */
.target-watcher-settings .target-widget-placeholder {
  margin-top: 0;
}
/* }}} */
/* {{{ Counter  */
.counter-settings .aggregate-control-container,
.counter-settings .message,
.counter-settings .condition,
.counter-settings .dependency-msg {
  margin-top: 7px;
}
.counter-settings .network-settings .eligibility-criteria .condition-control .from-unit,
.counter-settings .network-settings .eligibility-criteria .condition-control .to-unit {
  line-height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}
.counter-condition-settings {
  /* Keeps rules defined for condition-settings */
}
.counter-condition-settings .aggr-form-container {
  margin-top: 7px;
  margin-bottom: 7px;
}
.counter-condition-settings .form-inline .select2-container {
  min-width: 150px;
  max-width: 200px;
}
.counter-condition-settings .zone-control #zone-selector-container,
.counter-condition-settings .zone-control #placemarks-list-container,
.counter-condition-settings .zone-control #map-container,
.counter-condition-settings .zone-control .message-container {
  display: inline-block;
  vertical-align: middle;
}
.counter-condition-settings .condition-repeat {
  display: inline;
  float: left;
  width: auto;
  margin-right: 4px;
}
.aggregate-settings .dependency-msg .alert {
  margin-bottom: 0;
}
/* }}} */
/* {{{ Condition  */
.condition-settings .aggr-form-container {
  margin-top: 7px;
  margin-bottom: 7px;
}
.condition-settings .form-inline .select2-container {
  min-width: 150px;
  max-width: 200px;
}
.condition-settings .zone-control #zone-selector-container,
.condition-settings .zone-control #placemarks-list-container,
.condition-settings .zone-control #map-container,
.condition-settings .zone-control .message-container {
  display: inline-block;
  vertical-align: middle;
}
/* }}} */
/* {{{ Bonus  */
.step-action-param h4 {
  /* Override core 'step' style */
  padding: 5px 10px !important;
}
.step-action-param form.extra-parameters {
  margin-top: 8px;
}
/* }}} */
/* {{{ Entry Point */
.dynamic-targeting-settings .target-period .form-group {
  margin-left: 0;
  margin-right: 0;
}
.dynamic-targeting-settings .separator {
  width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
}
.dynamic-targeting-settings .periodic-limit-period select {
  width: 100px;
}
.statistical-test-row .statistical-test,
.statistical-test-row .statistical-test-metric,
.statistical-test-row .aggr-form {
  margin-top: 15px;
}
.statistical-test-row .control-group-metric .select2-container {
  width: auto;
  display: inline-block;
}
.statistical-test-row .control-group-metric .form-group {
  margin-left: 0px;
}
/* }}} */
.use-aggr-block {
  margin-bottom: 10px;
}
.use-aggr-block .use-aggr-container {
  display: inline-block;
}
.use-aggr-warning,
.use-aggr-not-allowed {
  padding: 5px;
}
.use-aggr-warning.help-block,
.use-aggr-not-allowed.help-block {
  color: #527edb;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.eligibility-criteria .enum-selector {
  width: 150px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.panels-container .kpis-panel .panel-default:hover > .panel-heading .panel-draggable {
  display: none;
}
.panels-container .kpis-panel .panel-default .panel-body .widget-main-container {
  position: relative;
}
.panels-container .kpis-panel .panel-default .panel-body .widget-main-container .widget-title .widget-menu {
  top: 15px;
  right: 30px;
}
.kpis-dialog .kpis-boundaries {
  margin-bottom: 10px;
}
.kpis-dialog .steps button.next,
.kpis-dialog .steps button.previous {
  min-height: 200px;
}
.kpis-dialog .steps #kpis-messages #campaign-selector {
  margin-bottom: 30px;
}
.kpis-dialog .steps #kpis-messages #campaign-messages .view-message {
  text-align: center;
}
.stat-info {
  top: 40%;
}
.global-metrics .panel.header {
  padding: 10px 15px;
}
.global-metrics .panel .panel-heading h4 {
  margin: 0;
}
.global-metrics .panel .panel-body label {
  margin: 0;
}
.choose-report {
  margin-bottom: 10px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.wizard-main .properties-container {
  margin-bottom: 10px;
}
.wizard-main .wizard-steps .steps .steps-list:first-child {
  margin-bottom: 20px;
}
.wizard-main .wizard-steps .steps .steps-list:last-child {
  margin-top: 20px;
}
.wizard-main .wizard-steps .steps .steps-content h4 {
  /* Override scenario steps attributes */
  margin: initial;
}
.wizard-main .wizard-steps .steps .steps-content .wizard-page {
  padding: 2px;
}
.wizard-main .wizard-steps .steps .steps-content .wizard-page .wizard-widget .message {
  margin: 0 30px;
}
.wizard-main .wizard-steps .steps .steps-content .wizard-page .wizard-widget .wizard-placeholder-message {
  display: flex;
}
.wizard-main .wizard-steps .steps .steps-content .wizard-page .wizard-widget .wizard-placeholder-message .selectic.shared-object-select {
  flex: 0 1 auto;
  margin-right: 15px;
  min-width: 200px;
}
.wizard-main .wizard-steps .steps .steps-content .wizard-page .wizard-widget .wizard-placeholder-message .new-message-btn {
  flex: 0 1 auto;
}
.wizard-main .wizard-steps .steps .steps-button {
  text-align: right;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
#listContents {
  height: 400px;
  resize: none;
}
.upload-control {
  margin-top: 15px;
}
.table-form.list-table-container textarea {
  resize: none;
}
.lists-container {
  background-color: var(--background-color);
  padding-top: 15px;
}
.lists-container .form-container h3 {
  margin-top: 0;
}
.sheet-preview {
  overflow-x: scroll;
  padding-top: 20px;
}
.import-include-header-label {
  margin-right: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.zone-containt {
  background-color: var(--background-color);
  padding-top: 15px;
}
.zone-containt h3 {
  margin-top: 0;
}
/* zone editor elements */
.agr-zone-editor-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.agr-zone-editor-container .agr-span {
  /* To create a circle */
  height: 40px;
  width: 50px;
  border-radius: 50%;
  /* To center text */
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 15px;
  border: none;
  color: var(--text-contrast);
  background-color: var(--background-contrast);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.agr-zone-editor-container .agr-text {
  color: #484848;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.agr-zone-editor-container input {
  background-color: white;
  border: none;
  font-size: 15px;
  text-align: start;
  cursor: pointer;
  padding: 10px;
  padding-left: 30px;
  height: 40px;
  width: 200px;
  border-radius: 50px 0px 0px 50px;
}
.agr-zone-editor-container .agr-edit-tools {
  border-left: 1px solid #484848;
  border-right: 2px solid grey;
}
.agr-zone-editor-container .agr-edit-tools .agr-edit-tools-elem.active {
  color: var(--text-contrast);
  background-color: var(--background-contrast);
}
.agr-zone-editor-container .has-error {
  box-shadow: inset 0 0 5px #b72c29;
}
.agr-zone-editor-container .agr-polygon {
  background-image: linear-gradient(transparent, transparent), url(../assets/img/spritesheet.svg);
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-position: -50px;
  padding: 16px 24px 10px 16px;
  background-size: 470px 47px;
  cursor: pointer;
}
.agr-zone-editor-container .agr-polygon:hover,
.agr-zone-editor-container .agr-polygon.active {
  background-color: var(--background-contrast);
  background-image: linear-gradient(transparent, transparent), url(../assets/img/polygon.png);
  background-size: 415px 47px;
}
.agr-zone-editor-container .agr-edit-tools-elem.fa-times {
  color: red;
}
.agr-zone-editor-container .agr-edit-tools-elem.fa-times:hover {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.agr-zone-editor-container .agr-edit-tools-elem.fa-check {
  color: var(--brand-primary);
}
.agr-zone-editor-container .agr-edit-tools-elem.fa-check:hover {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.agr-zone-editor-container .agr-edit-tools-elem.disabled {
  background-color: #dfdfdf;
  color: white;
  cursor: not-allowed;
}
.agr-zone-editor-container .agr-edit-tools-elem.disabled:hover {
  background-color: #dfdfdf;
  color: white;
}
.agr-zone-editor-container.draw-zone {
  height: 40px;
  width: 185px;
  font-weight: normal;
}
/* buttons zone editor tool */
.btn-el {
  border: none;
  padding: 11px;
  padding-top: 10px;
  font-size: 20px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
}
.btn-el:hover {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.btn-el.flat_rounded {
  border-radius: 0 40px 40px 0;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.messages-list-container .messages-tabs {
  margin-bottom: 0;
}
.messages-list-container .tab-content {
  padding-top: 15px;
  background-color: var(--background-color);
  min-height: 300px;
}
.messages-list-container .tab-content #message {
  min-height: 300px;
}
.messages-list-container .tab-content #message .loading-spinner {
  font-size: 32px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.label-content {
  margin-bottom: 10px;
}
.chunks-handler .panel-heading {
  padding: 15px !important;
  margin: 0 !important;
}
.chunks-handler .panel-heading .controls {
  display: inline-block;
}
.chunks-handler .panel-heading .controls .remove-container,
.chunks-handler .panel-heading .controls .move {
  cursor: pointer;
}
.chunks-handler .panel-heading .controls .remove-container:hover,
.chunks-handler .panel-heading .controls .move:hover {
  color: var(--brand-primary);
}
.chunks-handler .panel-body > form {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.chunks-handler .chunk-action-container {
  display: inline-block;
}
.chunk-editor .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.chunk-editor .form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0;
}
.chunk-editor .element {
  padding: 5px;
  /* Apply the same effect than a focus on an input */
}
.chunk-editor .element:hover {
  border-color: #5e83bf;
  outline: 0;
  -webkit-box-shadow: 0 0 8px #5e83bf;
  box-shadow: 0 0 8px #5e83bf;
}
.chunk-editor .element .remove-container,
.chunk-editor .element .move {
  cursor: pointer;
}
.chunk-editor .element .remove-container:hover,
.chunk-editor .element .move:hover {
  color: var(--brand-primary);
}
.chunk-editor .element .edit-chunk-status {
  margin-top: 15px;
}
.chunk-editor .chunk-condition .panel {
  margin-top: 10px;
}
.chunk-editor .chunk-condition .panel .elements-container {
  margin-top: 0;
}
.chunk-editor .chunk-condition .panel-heading {
  cursor: pointer;
}
.content-editable .edit:hover,
.content-editable .edit.active {
  color: var(--brand-primary);
}
.content-editable .warning ~ .popover {
  font-size: 13px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.policy-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.policy-container h3 {
  margin-top: 0;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables definition */
.quick-nav .backbone-pager {
  text-align: left;
  margin: 0;
  padding: 0;
}
.quick-nav .backbone-pager .back-home a,
.quick-nav .backbone-pager .back-scenario-list a {
  color: #777777;
  font-size: 15px;
  padding-left: 0;
}
.quick-nav .backbone-pager .back-home a span,
.quick-nav .backbone-pager .back-scenario-list a span {
  color: inherit;
}
.quick-nav .backbone-pager .back-home a:hover,
.quick-nav .backbone-pager .back-scenario-list a:hover,
.quick-nav .backbone-pager .back-home a:focus,
.quick-nav .backbone-pager .back-scenario-list a:focus {
  color: var(--brand-primary);
}
.quick-nav .backbone-pager .back-home a:hover span,
.quick-nav .backbone-pager .back-scenario-list a:hover span,
.quick-nav .backbone-pager .back-home a:focus span,
.quick-nav .backbone-pager .back-scenario-list a:focus span {
  color: inherit;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.study-containt {
  background-color: #fff;
  padding-top: 15px;
}
.studies .table {
  table-layout: fixed;
  width: 100%;
}
.studies .table.table-hover > thead > tr > th:last-child {
  width: 190px;
}
.studies .table.table-hover > tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studies .table.table-hover > tbody > tr > td.disabled {
  cursor: not-allowed;
}
.studies .table.table-hover > tbody > tr > td.action-buttons {
  overflow: visible;
  width: 190px;
}
.studies-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.studies-container .type-specific-container .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.studies-container .form-horizontal .slc-pattern.form-group {
  margin-left: 0;
  margin-right: 0;
}
.studies-container .rfm-segment-desc {
  padding-top: 5px;
  text-align: center;
}
.studies-container .rfm-segment .rfm-segment-error .alert {
  padding: 5px;
  margin-bottom: 0px;
}
.studies-container .rfm-refresh-content {
  margin-left: 15px;
}
.studies-container .pivot-mark {
  padding-bottom: 15px;
  text-align: center;
  color: black;
}
.studies-container .pivot-mark p {
  width: 50%;
  margin: auto;
  padding: 5px;
}
.studies-container .pivot-mark p:first-child {
  border-bottom: 1px dotted dashed;
}
.geomarketing-editor .panel-body .help-block {
  color: #5e83bf;
}
.geomarketing-editor .panel-body input[type="checkbox"] {
  margin-top: 10px;
}
.geomarketing-editor .panel-body .dateForm-picker .period-picker .form-group,
.geomarketing-editor .panel-body .dateForm-picker .input-container .form-group {
  margin-left: 0;
  margin-right: 0;
}
.geomarketing-editor .panel-body .chzPeriodSameAsStudyPeriod-content .form-group,
.geomarketing-editor .panel-body .stop-segment-reference-zone .form-group {
  margin-left: 0;
  margin-right: 0;
}
.geomarketing-editor .panel-body .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.geomarketing-editor .indicator {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.geomarketing-editor .indicator:first-child {
  border-top: 0;
}
.geomarketing-editor .indicator:last-child {
  border-bottom: 0;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.collection-selector {
  margin-bottom: 15px;
}
.after-form-message {
  margin-top: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.offers-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.offers-container .form-inline .time-amount input {
  width: 50px;
}
.sponsorship-panel h4 {
  text-decoration: underline;
  margin-bottom: 15px !important;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.bonus-settings {
  margin: 10px;
}
.bonus-settings .kind-chooser {
  margin-bottom: 10px;
}
#gift .table-form td ul.dropdown-menu {
  top: auto;
  right: auto;
}
/* XXX: override the padding top set on tab-pane elements in iris styles */
.lpm-main .tab-pane {
  padding-top: initial;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.nba-main .tab-pane {
  background-color: var(--background-color);
}
.nba-main .tab-pane h2 {
  margin-bottom: 5px;
}
.nba-main #nba-dashboard .form-inline {
  margin: 15px 0;
}
.offer-row {
  padding: 15px;
}
.offer-row input.form-control {
  /* Required to have an inlined form */
  width: initial;
  display: initial;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.sysPolling {
  padding-left: 15px;
  padding-top: 15px;
}
.scheduledStatus {
  color: #5e83bf;
}
.transitionalStatus {
  color: #e87a0c;
}
.runningStatus {
  color: #91c46b;
}
.stoppedStatus {
  color: #b72c29;
}
.filter-item {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.removable-checkbox {
  vertical-align: text-bottom;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.dataset-editor .buttons-edition {
  margin-top: 15px;
}
.dataset-editor .btn-validation {
  margin-left: 5px;
}
.dataset-editor .error-log .info-log {
  margin-top: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.facebook-container .tab-content .tab-pane {
  padding-top: 15px;
  background-color: var(--background-color);
}
.facebook-container .tab-content .tab-pane.facebook-campaign-manager-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.facebook-custom-audience-divider {
  margin-top: 22px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}
.facebook-campaing-manager__refresh-time-container {
  display: flex;
  justify-content: flex-end;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.optimization-mode.selected {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.target-optim-table {
  table-layout: auto;
}
.target-optim-table .target-optim-slider-cell {
  vertical-align: middle;
  width: 26.5%;
}
.target-optim-table > thead > tr > th {
  text-align: center;
}
.target-optim-table .target-optim-row-header {
  width: 40%;
}
.target-optim-table .target-optim-slider-label {
  width: 10%;
  vertical-align: middle;
  padding: 2px;
}
.target-optim-table .to-slider-custom-handle {
  width: 3em !important;
  text-align: center;
  font-size: smaller;
  white-space: nowrap;
  z-index: 2;
  position: absolute;
}
.target-optim-table .target-optim-cell-value {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.target-optim-help {
  vertical-align: middle;
  padding-bottom: 5px;
}
.target-optim-help .btn-optimization-help {
  font-weight: bold;
  color: white;
  background-color: #e0583e;
}
.target-optim-help .optimization-helper-content {
  display: none;
  padding-bottom: 10px;
}
.target-optim-help .ui-state-active {
  background: #515151;
  border-color: #515151;
}
.target-optim-help .to-help-how-to {
  padding-left: 10px;
}
.target-optim-help .to-help-how-to .ui-accordion-header,
.target-optim-help .to-help-how-to .ui-state-active {
  background: #888;
  border-color: #888;
}
.target-optim-help .to-help-overview {
  padding-left: 10px;
}
.target-optim-help .to-help-overview .ui-accordion-header,
.target-optim-help .to-help-overview .ui-state-active {
  background: #888;
  border-color: #888;
}
.progress-info {
  text-align: center;
  font-style: italic;
}
.progress-info .progress-info-msg {
  padding-left: 10px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.agr-map-preview-title {
  margin-bottom: 5px;
}
#agr-map-poi-preview {
  height: 350px;
}
#agr-map-poi-preview .leaflet-popup-content {
  /* XXX: override style set in leaflet javascript.
         * Because our content is dynamic and size must be updated dynamically. */
  width: max-content !important;
  max-width: 350px;
  max-height: 70vh;
  overflow: auto;
}
.agr-map-spinner {
  z-index: 200000;
  position: relative;
  font-size: 70px;
  left: 50%;
  top: 50%;
  margin-top: -35px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Variables */
/* Default variables */
@layer default {
  :root {
    --leaflet-pane-pointer-events: auto;
  }
}
/* Computed variables */
@layer computed {
  :root {
    --slider-border-color: var(--text-contrast);
  }
}
/** XXX: z-index is set to 1002 because:
 * 1/ The sidebar menus should be above the map which has z-index 1001 on
 *    fullscreen mode.
 * 2/ Map should be above nav-bar which has a z-index set to 1000. And
 *    under dialogs which have a z-index set to 1050.
 */
/* }}} */
.agr-map {
  height: 100%;
  /* remove grid margin */
  margin-left: -15px;
  margin-right: -15px;
}
.agr-map .leaflet-popup-content {
  /* XXX: override style set in leaflet javascript.
         * Because our content is dynamic and size must be updated dynamically. */
  width: max-content !important;
  max-width: 350px;
  max-height: 70vh;
  overflow: auto;
}
.agr-map .leaflet-bar {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
}
.agr-map .leaflet-control-layers {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  background: white;
}
.agr-map .leaflet-touch .leaflet-control-attribution,
.agr-map .leaflet-touch .leaflet-control-layers,
.agr-map .leaflet-touch .leaflet-bar {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  border: none;
}
.agr-map .leaflet-touch .leaflet-control-layers,
.agr-map .leaflet-touch .leaflet-bar {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  border: none;
  background-clip: padding-box;
}
.agr-map .leaflet-pane .leaflet-interactive {
  pointer-events: var(--leaflet-pane-pointer-events);
}
.agr-map .leaflet-pane .leaflet-interactive.drawing-distance {
  pointer-events: auto;
}
.agr-full-height-map-container {
  height: calc(100% - 5px);
}
.agr-full-height-map {
  height: 100%;
}
.agr-left-sidebar {
  display: flex;
  flex-flow: column nowrap;
  top: 0;
}
.agr-left-sidebar .agr-left-sidebar-elem {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 12px;
}
.agr-left-sidebar .agr-left-sidebar-elem__icon {
  cursor: pointer;
  border: none;
  background-color: var(--background-color);
  width: 32px;
  height: 32px;
  /* center the fa images */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.agr-left-sidebar .agr-left-sidebar-elem__icon:hover {
  background-color: var(--brand-primary);
  color: white;
}
.agr-left-sidebar .agr-left-sidebar-elem__icon.has-warning {
  position: relative;
  overflow: hidden;
}
.agr-left-sidebar .agr-left-sidebar-elem__icon.has-warning::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e87a0c;
  transform: translate(50%, 50%) rotate(45deg);
  pointer-events: none;
}
.agr-left-sidebar .agr-left-sidebar-elem__disabled {
  background-color: #dfdfdf;
  color: white;
  cursor: not-allowed;
}
.agr-left-sidebar .agr-left-sidebar-elem__disabled:hover {
  background-color: #dfdfdf;
  color: white;
}
.agr-left-sidebar .agr-left-sidebar-elem__active {
  color: var(--text-contrast);
  background-color: var(--background-contrast);
}
.agr-left-sidebar .agr-left-sidebar-elem .geocoding__container {
  position: absolute;
  left: 0;
  right: auto;
}
.agr-menu {
  position: absolute;
  left: 0;
  right: auto;
  width: 400px;
  margin-left: 44px;
  display: flex;
  flex-direction: column;
  background-color: none;
  cursor: auto;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.agr-menu__label {
  font-weight: 700;
}
.agr-menu__overlays-selection-menu {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: absolute;
  top: 15px;
  left: 100%;
  margin-left: 15px;
  width: 400px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  gap: 7.5px;
  /* {{{ Overlays Tree */
  /* }}} */
}
.agr-menu__overlays-selection-menu__header {
  display: flex;
  justify-content: space-between;
}
.agr-menu__overlays-selection-menu .tree-container {
  padding: 7.5px;
  padding-left: 0px;
  background-color: white;
  margin-top: 7.5px;
  border-radius: 4px;
  max-height: calc(34vh - 60px);
  overflow-y: auto;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node {
  padding-left: 0;
  margin-left: 0;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-label-container {
  /* Hide the very first node of the tree. */
  display: none;
  transition: none;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-label-container > label {
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-label-container:hover {
  background-color: var(--dark-primary);
  transition-delay: 0ms;
  cursor: pointer;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-label-container:hover > label {
  color: white;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container {
  border-left: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container:not(:last-child) {
  border-bottom: solid 2px #d0d0d0;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container .node-container {
  margin-left: 10px;
  border-bottom: solid 2px #d0d0d0;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container .node-label-container {
  /* After hiding the very first node of the tree, make the
                         * nested nodes visible again.
                         */
  display: block;
  padding: 0;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container .node-label-container:hover .node-label.highlighted {
  color: white;
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container .node-label-container .node-label.highlighted {
  color: var(--brand-primary);
}
.agr-menu__overlays-selection-menu .tree-container .tree-first-node .node-container .node-label-container .node-label.highlighted::before {
  content: "✓";
  margin-right: 5px;
}
.agr-menu__overlay-opacity-menu {
  position: absolute;
  top: 15px;
  left: 100%;
  margin-left: 15px;
  width: 400px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
}
.agr-menu__overlay-opacity-menu__opacity {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: white;
}
.agr-menu__overlay-opacity-menu__style {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.agr-menu__overlay-opacity-menu__style > label {
  margin-bottom: 0px;
}
.agr-left-sidebar-menu {
  position: absolute;
  top: var(--anchor-y1);
  left: var(--anchor-x1);
  z-index: 1002;
}
.agr-menu-header {
  padding: 0px 15px;
  display: grid;
  grid-template-columns: max-content auto max-content;
  grid-template-areas: "toggle title icon";
  align-items: center;
  height: 32px;
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.agr-menu-header .toggle {
  min-height: 30px;
}
.agr-menu-header__toggle {
  grid-area: toggle;
}
.agr-menu-header__title {
  margin: 0px 15px;
  grid-area: title;
  font-family: 'robotolight', sans-serif;
  font-size: 18px;
}
.agr-menu-header__title.text-ellipsis {
  width: auto;
}
.agr-menu-header__title.no-toggle {
  margin: 0px;
  margin-inline-end: 15px;
}
.agr-menu-header__icon {
  grid-area: icon;
  margin-left: auto;
}
.agr-menu-body-head {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  background-color: var(--background-color);
  overflow-y: auto;
  max-height: 200px;
  /* XXX: when the content of the menu is long and we scroll a bit, the
     * box-shadow that separates the menu header and the content was not
     * visible.
     */
  z-index: 1;
  /* Override style from dropdown-menu class. */
}
.agr-menu-body-head__label {
  margin-right: auto;
  padding-left: 3px;
}
.agr-menu-body-head__filter_dropdown {
  margin-right: 5px;
}
.agr-menu-body-head__filter_dropdown .entity-actions ul {
  top: auto;
  left: auto;
  position: fixed;
}
.agr-menu-body-head__filter_dropdown .entity-actions .btn .caret {
  margin-left: 6px;
}
.agr-menu-body-head__selection {
  width: 365px;
}
.agr-menu-zone .agr-menu-body-head {
  flex-direction: row;
}
.agr-menu-zone .agr-menu-body-head__selection {
  width: 100%;
}
.agr-menu-zone .agr-menu-body-head .precision-section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.agr-menu-zone .agr-menu-body-head .precision-section .form__field {
  align-self: normal;
}
.agr-menu-zone .agr-menu-body-head .precision-section label {
  margin-top: 1px;
}
.agr-menu-zone .agr-menu-body-head .section-disable {
  pointer-events: none;
  opacity: 0.5;
}
.agr-menu-item-with-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-bottom: 10px;
}
.agr-menu-item-with-label__label {
  flex: 0 0 auto;
}
.agr-menu-item-with-label__content {
  flex: 1 1 auto;
  max-width: 280px;
}
.agr-menu-two-rows-container {
  display: grid;
  grid-template-rows: max-content max-content;
}
.agr-menu-item-with-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 15px;
}
.agr-menu-item-button {
  height: 30px;
  background-color: white;
  border: solid 1px #d0d0d0;
  border-radius: 4px;
}
.agr-menu-item-button--disabled {
  background-color: #e6e6e6;
}
.agr-menu-item-button[disabled] {
  cursor: not-allowed;
}
.agr-menu-item-full-width {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.agr-menu-item-full-width .input-group .form-control:not(:first-child):not(:last-child) {
  /* XXX: styling the search input of the overlays selection menu.
             * This input is in the middle of input-group container.
             * This specific class must be used to override a `boder-radius 0px;`.
             */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
}
.agr-menu-body-content {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #f1f1f1;
  overflow-y: auto;
  max-height: 34vh;
  scrollbar-width: thin;
}
.agr-menu-body-content__text {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  /* Reinitialize the margin set by bootstrap */
  margin: initial;
}
.agr-menu-body-content__text_margin-left {
  margin-left: 15px;
}
.agr-menu-body-content-item-container {
  position: relative;
  margin-bottom: 15px;
  background-color: var(--background-color);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  /* XXX: prevent margin collapsing between the parent and the child. */
  overflow: auto;
}
.agr-menu-body-content-item-container__details {
  padding: 5px 10px;
  margin: 5px;
  border: solid 1px #d0d0d0;
  border-radius: 4px;
}
.agr-menu-body-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  height: 32px;
  cursor: pointer;
}
.agr-menu-body-content-item_active {
  color: var(--text-contrast);
  background-color: var(--background-contrast);
  --active-button-color: var(--text-contrast);
}
.agr-menu-body-content-item .item-disabled::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.agr-menu-body-content-item .item-disabled .agr-menu-body-content__text {
  opacity: 0.5;
}
.agr-menu-body-content-item .agr-menu-alert-item {
  display: flex;
  align-items: center;
}
.agr-menu-body-content-item .agr-menu-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.agr-menu-body-content-item__icon.warning {
  position: relative;
  z-index: 10;
  color: #e87a0c;
}
.agr-icon--active {
  color: var(--brand-primary);
}
.agr-icon_medium {
  font-size: 1.5em;
}
.agr-ci-list-container::-webkit-scrollbar,
.agr-menu-body-content::-webkit-scrollbar {
  width: 5px;
}
.agr-ci-list-container::-webkit-scrollbar-track,
.agr-menu-body-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.agr-ci-list-container::-webkit-scrollbar-thumb,
.agr-menu-body-content::-webkit-scrollbar-thumb {
  background: #888;
}
.agr-ci-list-container::-webkit-scrollbar-thumb:hover,
.agr-menu-body-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.agr-icon_disable {
  cursor: not-allowed;
}
.agr-menu-container {
  width: 400px;
  margin-top: 3px;
  max-height: 300px;
  overflow: auto;
}
.agr-data-menu {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}
.agr-horizontal-line {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.agr-choropleth-legend-gradient {
  height: 20px;
  width: 1px;
}
.agr-choropleth-legend-label {
  height: 20px;
  width: 1px;
}
.agr-choropleth-legend-container {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #dfdfdf;
  margin-top: 15px;
}
.agr-choropleth-legend-canvas {
  width: 100%;
}
.agr-poi__label {
  font-weight: bold;
  padding-right: 15px;
  vertical-align: top;
}
.switch {
  position: relative;
  display: flex;
  width: 39px;
  height: 15px;
  top: 2px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background-contrast);
  border: 1px solid var(--slider-border-color);
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  top: -5px;
  width: 22px;
  background-color: var(--background-contrast);
  border: 1px solid var(--slider-border-color);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
  left: -1px;
}
input:checked + .slider.round {
  background-color: var(--background-color);
  border-color: var(--slider-border-color);
}
input:checked + .slider.round:before {
  transform: translateX(17px);
  border: 3px solid var(--slider-border-color);
}
.agr-map__menu__select-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.agr-ci__box_actions {
  padding: 0;
}
.agr-ci__action {
  position: relative;
  grid-template-columns: 35px minmax(0, 1fr) max-content;
  grid-template-areas: "icon title button spinner";
  height: 25px;
}
.agr-ci__action span {
  height: 100%;
  padding: 2px 0;
}
.agr-ci__action span.color-hint {
  height: 5px;
  width: 28px;
  border-radius: 3px;
  display: inline-block;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.agr-ci__action__icon {
  font-size: 21px;
}
.agr-ci__action__icon.circle {
  width: 23px;
  height: 23px;
  font-size: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-primary);
  color: white;
}
.agr-ci__action__icon.ic-digit-10::after {
  font-size: 15px;
  font-weight: bolder;
  content: '10';
}
.agr-ci__action__button.toggle input:disabled + .slider {
  cursor: not-allowed;
}
.agr-ci__action__button.toggle .slider {
  background-color: lightgray;
}
.agr-ci__action__button.toggle .slider::before {
  background-color: white;
  border-color: var(--brand-primary);
}
.agr-ci__action__button.toggle input:disabled + .slider::before {
  border-color: grey;
}
.agr-ci__action__button.toggle input:checked + .slider {
  background-color: white;
  border-color: var(--brand-primary);
}
.agr-ci__action__button.toggle input:checked + .slider::before {
  background-color: var(--brand-primary);
}
.agr-ci__action__button.toggle input:checked + span {
  color: var(--brand-primary);
}
.agr-ci__action.disabled .agr-ci__action__icon {
  color: grey;
  font-size: 21px;
}
.agr-ci__action.disabled .agr-ci__action__icon.circle {
  background-color: gray;
  color: white;
}
.agr-ci__action.disabled .agr-ci__action__text {
  color: grey;
  cursor: not-allowed;
}
.agr-ci__action.toggle:not(.disabled) .agr-ci__action__text:hover {
  font-weight: normal;
}
.agr-ci__action.spaced {
  /* #95977: reduce the margin from 35px to 30px */
  margin-inline-start: 30px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.stats-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > .dropdown-menu a {
  cursor: pointer;
}
.dropdown-submenu > a:after {
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.stat-info {
  top: 40%;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* variables */
.users-management-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
  padding-top: 15px;
}
.users-management-container h3 {
  margin-top: 0;
}
#groups-list-container .mCustomScrollBox .mCSB_container,
#roles-list-container .mCustomScrollBox .mCSB_container {
  overflow: visible;
}
#groups-list-container .mCSB_scrollTools .mCSB_draggerContainer,
#roles-list-container .mCSB_scrollTools .mCSB_draggerContainer {
  z-index: 1000;
}
#groups-list-container .list-group-item,
#roles-list-container .list-group-item {
  margin-bottom: 0;
  height: 45px;
  padding: 10px 15px;
}
#groups-list-container .list-group-item + .list-group-item,
#roles-list-container .list-group-item + .list-group-item {
  border-top: none;
}
#groups-list-container .list-group-item + .list-group-item.active,
#roles-list-container .list-group-item + .list-group-item.active {
  border-top: 1px solid #337ab7;
}
#groups-list-container .list-group-item:first-child,
#roles-list-container .list-group-item:first-child {
  border-top: 1px solid #ddd;
}
#groups-list-container .list-group-item.active,
#roles-list-container .list-group-item.active {
  position: relative;
}
#groups-list-container .list-group-item.active .fa,
#roles-list-container .list-group-item.active .fa {
  margin-top: 3px;
}
#groups-list-container .list-group-item.active:after,
#roles-list-container .list-group-item.active:after {
  content: '';
  background: var(--brand-primary);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 1px;
  border-style: none solid solid none;
  border-color: #337ab7;
  display: block;
  width: 31.81980515px;
  height: 31.81980515px;
  position: absolute;
  right: -16.40990258px;
  top: 5.59009742px;
  z-index: -1;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary {
  color: #fff;
  background-color: #91c46b;
  border-color: #83bd59;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.focus {
  color: #fff;
  background-color: #76b448;
  border-color: #466b2b;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:hover,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:hover {
  color: #fff;
  background-color: #76b448;
  border-color: #659b3e;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active,
.open > .dropdown-toggle#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary,
.open > .dropdown-toggle#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary {
  color: #fff;
  background-color: #76b448;
  background-image: none;
  border-color: #659b3e;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active:hover,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active:hover,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active:hover,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active:hover,
.open > .dropdown-toggle#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:hover,
.open > .dropdown-toggle#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:hover,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active:focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active:focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active:focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active:focus,
.open > .dropdown-toggle#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:focus,
.open > .dropdown-toggle#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active.focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:active.focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active.focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.active.focus,
.open > .dropdown-toggle#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.focus,
.open > .dropdown-toggle#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.focus {
  color: #fff;
  background-color: #659b3e;
  border-color: #466b2b;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.disabled:hover,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.disabled:hover,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary[disabled]:hover,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary[disabled]:hover,
fieldset[disabled] #groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:hover,
fieldset[disabled] #roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:hover,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.disabled:focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.disabled:focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary[disabled]:focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary[disabled]:focus,
fieldset[disabled] #groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:focus,
fieldset[disabled] #roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary:focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.disabled.focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.disabled.focus,
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary[disabled].focus,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary[disabled].focus,
fieldset[disabled] #groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.focus,
fieldset[disabled] #roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary.focus {
  background-color: #91c46b;
  border-color: #83bd59;
}
#groups-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary .badge,
#roles-list-container .list-group-item .editableform .editable-buttons .btn.btn-primary .badge {
  color: #91c46b;
  background-color: #fff;
}
#groups-list-container .new-group.list-group-item + .list-group-item,
#roles-list-container .new-group.list-group-item + .list-group-item {
  border-top: none;
}
.group-container {
  margin-bottom: 10px;
}
.roles-containt,
.groups-containt {
  background-color: #eaeaea;
  padding-left: 30px;
  border-left: 1px solid #ddd;
  padding-bottom: 15px;
  min-height: 561px;
}
.toolbar-roles,
.toolbar-group {
  padding: 15px;
}
.users-search-input .loader {
  bottom: 24px;
}
.users-search-input-container .global-filter {
  margin-right: 0px;
}
.users-container .select2-container {
  width: 100%;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables */
#restrictionsAccordion.panel-group.restrictions .panel {
  border-radius: 0;
}
#restrictionsAccordion.panel-group.restrictions .panel .panel-heading {
  border-radius: 0;
}
#restrictionsAccordion.panel-group.restrictions .panel + .panel {
  margin-top: 0;
  border-top: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* Variables definition */
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.backbone-pager .back-home a,
.backbone-pager .back-scenario-list a {
  font-size: 15px;
  color: #777777;
  padding-left: 0;
}
.backbone-pager .back-home a span,
.backbone-pager .back-scenario-list a span {
  color: inherit;
}
.backbone-pager .back-home a:hover,
.backbone-pager .back-scenario-list a:hover,
.backbone-pager .back-home a:focus,
.backbone-pager .back-scenario-list a:focus {
  color: var(--brand-primary);
}
.backbone-pager .back-home a:hover span,
.backbone-pager .back-scenario-list a:hover span,
.backbone-pager .back-home a:focus span,
.backbone-pager .back-scenario-list a:focus span {
  color: inherit;
}
.backbone-pager .back-home a:hover:hover,
.backbone-pager .back-scenario-list a:hover:hover,
.backbone-pager .back-home a:focus:hover,
.backbone-pager .back-scenario-list a:focus:hover,
.backbone-pager .back-home a:hover:focus,
.backbone-pager .back-scenario-list a:hover:focus,
.backbone-pager .back-home a:focus:focus,
.backbone-pager .back-scenario-list a:focus:focus {
  color: var(--brand-primary);
}
.backbone-pager .back-home a:hover:hover span,
.backbone-pager .back-scenario-list a:hover:hover span,
.backbone-pager .back-home a:focus:hover span,
.backbone-pager .back-scenario-list a:focus:hover span,
.backbone-pager .back-home a:hover:focus span,
.backbone-pager .back-scenario-list a:hover:focus span,
.backbone-pager .back-home a:focus:focus span,
.backbone-pager .back-scenario-list a:focus:focus span {
  color: inherit;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.licence-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.licence-container .enabled-licence-modules > h2 {
  color: #91c46b;
}
.licence-container .licence-status .table.table-striped > tbody > tr > td,
.licence-container .licence-module .table.table-striped > tbody > tr > td,
.licence-container .disabled-licence-modules .table.table-striped > tbody > tr > td {
  width: 50%;
  padding: 5px 15px;
}
.licence-container .licence-status .table.table-striped > tbody > tr > td:nth-child(odd),
.licence-container .licence-module .table.table-striped > tbody > tr > td:nth-child(odd),
.licence-container .disabled-licence-modules .table.table-striped > tbody > tr > td:nth-child(odd) {
  text-align: right;
}
.licence-container .disabled-licence-modules .well {
  background-color: #eee;
}
.licence-container .disabled-licence-modules .well .table {
  background-color: #eee;
}
.licence-container .disabled-licence-modules > h2 {
  color: #e87a0c;
}
.licence-container .licence-module-container {
  background-color: #ffffff;
  border-color: #ddd;
}
.licence-container .licence-module {
  margin-bottom: 15px;
}
output.has-success {
  color: #91c46b;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.schema-status .schema-message .alert {
  padding: 6px 15px;
}
.schema-status .schema-message .alert p {
  display: inline-block;
  margin-right: 5px;
}
.schema-status .schema-message .alert .button-action {
  display: inline-block;
}
.schema-status .schema-message .alert .button-action .btn {
  margin-right: 5px;
}
.schema-content.tab-content {
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.schema-content.tab-content h3,
.schema-content.tab-content .h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.schema-content.tab-content .badge:hover {
  background-color: var(--brand-primary);
}
.event-iop-editor-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.aggregation-editor-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
}
.metadata-container.content {
  margin-top: 20px;
}
.elements-container {
  margin-top: 15px;
}
#mainsc-tabs > li > a > button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.sub-event-editor {
  margin: 15px;
}
.sub-event-editor button.editable {
  position: absolute;
  right: 15px;
  z-index: 10;
}
.sub-event-editor.read-only .ace-editor {
  background-color: #eeeeee;
}
.source-selector-view {
  margin-left: 15px;
}
.source-selector-view > label {
  margin-left: 15px;
}
.important {
  color: #e87a0c;
  font-weight: bold;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.workspace-title {
  margin-top: 15px;
}
.workspace-title .workspace-default {
  font-size: 18px;
  color: var(--brand-primary);
}
.navbar-right.workspace-actions {
  margin-top: 10px;
  margin-right: 0;
  /* this is to remove negative margin of navbar-right */
}
.workspace-breadcrumb .breadcrumb {
  margin-bottom: 0;
  margin-left: -15px;
  background-color: inherit;
  /* override bootstrap default value */
  /* "a" is needed to override bootstrap default value */
}
.workspace-breadcrumb .breadcrumb > li + li:before {
  color: #777777;
}
.workspace-breadcrumb .breadcrumb .workspaces-actions {
  margin-left: 15px;
}
.workspace-breadcrumb .breadcrumb .selected a.navigate {
  color: var(--brand-primary);
}
.workspace-breadcrumb .breadcrumb .workspace-default {
  color: var(--brand-primary);
}
.workspace-breadcrumb .breadcrumb .workspace-row {
  cursor: pointer;
}
.workspace-child-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  color: #333333;
  background-color: var(--background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  --toggle-input-background: var(--background-color);
  padding-top: 0;
}
.workspace-child-container .clickable tbody > tr {
  cursor: pointer;
}
.workspace-content {
  padding-top: 15px;
  background-color: var(--background-color);
}
.workspace-content .add-entity-header {
  padding-bottom: 15px;
}
.workspace-content .add-entity-header .action-add {
  margin-top: 22px;
}
h4.management-title {
  margin-bottom: 15px;
}
.workspace-switcher__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 250px;
  background-color: white;
}
.workspace-list__container {
  color: #333333;
  height: 220px;
  overflow-y: auto;
  margin-top: 8px;
}
.workspace-list__item {
  cursor: pointer;
}
.workspace-list__no-item {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 95%;
  margin: auto;
}
.workspace-list__more-item {
  cursor: pointer;
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 95%;
  margin: auto;
}
.workspace-list__item:hover {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.workspace-list__item-active {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.switcher-buttons__container {
  padding: 11px 0 5px 0px;
  border-top: 1px solid #e0e0e0;
}
.filter-group {
  width: 95%;
  margin: auto;
}
.clear-search {
  color: #e0e0e0;
  cursor: pointer;
  pointer-events: initial;
}
.search-scope {
  color: #e0e0e0;
  /* this value is to counter fa-search class */
  left: 206px;
}
.switcher-buttons__btn-left {
  float: left;
  margin: 4px 0px 4px 20px;
}
.switcher-buttons__btn-right {
  float: right;
  margin: 4px 20px 4px 0px;
}
.switcher-buttons__span {
  margin-right: 3px;
}
.properties-block {
  margin: 20px;
}
.properties-block .workspace-idle-time-container {
  /* In the Properties module of the workspace editor, the inputs
         * elements and their labels have different styling (dimensions,
         * margins) than the Input implemented in platform/forms.tsx.
         * To make the styling common input component consistent with the
         * inputs in the property module, it's styling is being overwritten
         * here.
         */
}
.properties-block .workspace-idle-time-container .form-group {
  display: grid;
  grid-template-areas: "label  field";
  /* This values are equivalent to `col-md-3` and `col-md-2`. */
  grid-template-columns: 24.25% 15.07%;
  column-gap: 30px;
}
.properties-block .workspace-idle-time-container .form__label {
  grid-area: label;
}
.properties-block .workspace-idle-time-container .form__field {
  grid-area: field;
}
.properties-block .workspace-idle-time-container .form-control {
  font-size: 12px;
}
.properties-block .workspace-idle-time-container .form__field__message {
  margin-top: 5px;
  color: #b72c29;
}
.unit-view {
  text-align: start;
  padding-top: 6px;
  margin-bottom: 0;
  font-weight: bold;
}
.comm-profile__container {
  margin-top: 20px;
}
.form-group__container {
  padding-bottom: 10px;
}
div.form-group__container > div.col-md-1 {
  width: auto;
}
div.align-on-fields {
  padding-top: 6px;
}
.entitiesSelect .selectic,
.roleSelect .selectic,
.workspace-type {
  display: block;
}
.budget-history .budget-history__table {
  max-height: 450px;
  overflow-y: auto;
}
.budget-history .budget-history__positive-val {
  color: #2112fa;
}
.budget-history .budget-history__negative-val {
  color: #ff0505;
}
.budget-history .budget-history__header {
  cursor: pointer;
  padding-bottom: 15px;
}
.budget-history .budget-history__title {
  padding-left: 45px;
}
.budget-history .budget-history__logs {
  width: 95%;
  margin: 0 auto;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.mcms__grid {
  padding-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.mcms__grid .modal-content {
  color: #333333;
}
.mcms__grid section {
  background-color: white;
  margin-bottom: 30px;
  margin-right: 30px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.mcms__grid section header {
  font-weight: bold;
  font-size: 19.5px;
  background-color: var(--brand-primary);
  color: var(--text-contrast);
  height: 3em;
  padding: 5px;
  padding-left: 10px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
}
.mcms__grid section header input {
  color: #333333;
}
.mcms__grid section .mcms__table-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.mcms__grid section .mcms__table-list > span {
  padding: 7.5px;
}
.mcms__grid section .mcms__table-list .mcms__label {
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
}
.mcms__grid section .mcms__table-list a {
  text-decoration-line: underline;
}
.mcms__margin_left {
  margin-left: 15px;
}
.mcms__margin_right {
  margin-right: 15px;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.mcms__campaign__summary {
  grid-template-columns: 2fr 1fr;
}
.mcms__campaign__summary section.main {
  background-color: white;
  text-align: center;
}
.mcms__campaign__summary section.main .main-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mcms__campaign__summary section.main .main-kpis .value {
  font-size: 30px;
}
.mcms__campaign-lists {
  background-color: var(--background-color);
  padding: 15px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.mcms__campaign-lists .mcms__campaign-lists__tab {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mcms__campaign-lists .mcms__campaign-lists__filter {
  cursor: pointer;
}
.mcms__campaign-lists .mcms__campaign-lists__filter h4 .title {
  margin-right: 5px;
}
.mcms__recipient-history__search {
  background-color: var(--background-color);
  padding: 15px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.mcms__camp-diagnostics {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
.mcms__campaign-edit {
  padding-top: 15px;
}
table.table tbody tr.campaign-paused {
  background-color: #e0e0e0;
}
table.table tbody tr.campaign-paused:hover {
  background-color: #d0d0d0;
}
table.mcms__recipient-history td {
  padding: 15px;
}
table.mcms__recipient-history td.timeline {
  border-right: 1px solid gray;
}
.mcms__campaign__msg-list {
  padding: 30px;
}
.mcms__progressbar {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000000;
  z-index: 1;
  text-align: left;
  position: relative;
  padding: 0;
}
.mcms__progressbar .mcms__progressbar__bar {
  width: 0px;
  background-color: #99B;
  z-index: 0;
  top: 0px;
  padding-top: 0px;
  margin-left: 0px;
  height: 16px;
}
.mcms__progressbar .mcms__progressbar__text {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  text-align: center;
  top: 0px;
}
.mcms__campaign-new__buttons {
  padding-bottom: 15px;
}
.mcms__campaign-new__box {
  padding: 15px;
}
.mcms__campaign-new__profiles {
  background-color: var(--background-color);
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.progress-bar-container .progress .progress-label {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.auto-refresh-container .form-group {
  display: flex;
}
.auto-refresh-container .form__label {
  width: min-content;
  padding: 0 15px;
}
.auto-refresh-container .form__field {
  width: fit-content;
}
.mcms__campaigns-aggregated-stats-container {
  margin-top: 45px;
}
.mcms__campaigns-aggregated-stats-container .mcms__campaigns-aggregated-stats {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 15px;
}
.mcms__campaigns-aggregated-stats-container .mcms__campaigns-aggregated-stats .mcms__label {
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
}
.mcms__campaigns-history-download {
  margin-top: 45px;
}
.mcms__attachments-list {
  display: grid;
  grid-template-columns: auto;
}
.mcms__text-body-preview {
  white-space: pre;
  overflow: auto;
}
.mcms__grid.properties {
  grid-template-columns: 2fr 1fr;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.mcms__sc-group-add {
  padding-top: 15px;
}
.mcms__sc-general section .mcms__group-content .mcms__service-center {
  padding: 7.5px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.mcms__sc-general section .mcms__group-content .mcms__service-center.sc_deactivated {
  color: var(--text-contrast);
  background-color: var(--dark-primary);
}
.mcms__sc-general section .mcms__group-content .mcms__service-center.sc_deactivated .modal {
  color: #333333;
}
.mcms__sc-general section .mcms__sc-editor-proto {
  padding-top: 15px;
}
.mcms__sc-general .fa {
  margin-right: 7.5px;
}
.mcms__statistics__box {
  padding: 15px;
}
.mcms__statistics__header {
  padding: 15px;
  display: flex;
}
.mcms__statistics__header .form-horizontal {
  width: 20%;
}
.mcms__statistics__table {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}
.mcms__statistics__table.month {
  grid-template-columns: repeat(16, 1fr);
}
.mcms__statistics__table span {
  padding: 5px;
  text-align: center;
}
.mcms__statistics__table .mcms__statistics__table_hdr {
  background-color: var(--brand-primary);
  color: var(--text-contrast);
  font-weight: bold;
}
.im-bottom-buttons-layout {
  padding: 0.5rem;
  display: flex;
  justify-content: end;
  gap: 0.5rem;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.mcms__status {
  cursor: pointer;
  padding: 5px;
  font-size: medium;
}
.mcms__status .small {
  color: #333333;
}
.mcms__status .small:hover {
  color: var(--brand-primary);
}
.mcms__status-list {
  display: grid;
  grid-template-columns: auto 1fr;
  background-color: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}
.mcms__status-list span {
  padding: 30px / 4;
}
.mcms__status-list .mcms__label {
  font-weight: bold;
  margin-left: 30px / 2;
  margin-right: 30px / 2;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.rf-fingerprint-main {
  height: 100%;
}
.agr-map-container {
  height: 100%;
}
.rf-marker-icon {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  color: white;
}
/* bootstrap overriden styles */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* XXX: @main-menu-height & @second-menu-height are only informal values
 * to know the height of these elements. Changing these values will not change
 * their sizes.
 */
html {
  height: 100%;
  /* #65146 enable the footer to be at the end of the page */
  position: relative;
}
body {
  background-color: #f0f0f0;
  height: 100%;
}
#wrapper-body {
  display: grid;
  grid-area: body;
  height: 100%;
  width: 100%;
  overflow: hidden;
  grid-template-rows: 130px minmax(0, 1fr) 30px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "header" "page" "footer";
  position: relative;
}
#wrapper-body.no-header {
  grid-template-rows: minmax(0, 1fr) 30px;
  grid-template-areas: "page" "footer";
}
#wrapper-body.no-breadcrumb {
  grid-template-rows: 80px minmax(0, 1fr) 30px;
}
#wrapper-body.no-breadcrumb.no-header {
  grid-template-rows: minmax(0, 1fr) 30px;
  grid-template-areas: "page" "footer";
}
#wrapper-body.no-footer {
  grid-template-rows: 130px minmax(0, 1fr);
  grid-template-areas: "header" "page";
}
#wrapper-body.no-footer.no-header {
  grid-template-rows: minmax(0, 1fr);
  grid-template-areas: "page";
}
#wrapper-body.no-footer.no-breadcrumb {
  grid-template-rows: 80px minmax(0, 1fr);
}
#wrapper-body.no-footer.no-header.no-breadcrumb {
  grid-template-rows: minmax(0, 1fr);
  grid-template-areas: "page";
}
#header {
  grid-area: header;
}
#header .breadcrumb {
  /* XXX: remove Bootstrap margin */
  margin-bottom: 0;
  height: 50px;
  white-space: nowrap;
  overflow-x: auto;
}
#footer {
  grid-area: footer;
  overflow: hidden;
}
.loading-page-done #footer {
  box-shadow: 0 0 5px 0 #000000;
}
#app-container {
  grid-area: page;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#platform-status-header {
  position: fixed;
  z-index: 1;
  /* this is to be sure that this element is over the menu elements */
}
li.disabled {
  cursor: not-allowed;
}
li.disabled a {
  pointer-events: none;
}
.alert-danger a {
  color: var(--text-contrast);
}
.btn.btn-link:focus {
  outline: none;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/** XXX: Variables are defined first in platform, then in One, and finally here.
 */
/* Default variables */
@layer default {
  :root {
    --brand-primary: #00838F;
    --header-bg-focus: gray;
  }
}
@layer computed {
  :root {
    /* Override the default computed value to match the current style */
    --dark-primary: var(--c-dark-grey);
    --tabs-background: #dddddd;
  }
}
/* {{{ Application Header */
/* }}} */
/* {{{ Menus Headers */
/* }}} */
/* {{{ Alerts */
/* }}} */
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* {{{ Leaflet */
.leaflet-tooltip {
  width: 400px;
}
.leaflet-tooltip .leaflet-tooltip-block.extra-info {
  display: block;
  /* By default extra-info display is none */
  font-size: smaller;
}
.leaflet-tooltip .leaflet-tooltip-block > strong {
  word-break: break-word;
  white-space: pre-wrap;
  /* This preserves the line breaks */
}
/* }}} */
.agr-left-sidebar .agr-left-sidebar-alert__active {
  color: #FFFFFF;
  background-color: #B3110F;
}
.agr-left-sidebar .agr-left-sidebar-alert__active:hover {
  background-color: #B3110F;
}
.gea-alert-menu-container .input-field-search .input-group-btn .btn-search {
  background-color: #B3110F;
  color: #FFFFFF;
}
.gea-alert-menu-container .agr-menu-header {
  background-color: #B3110F;
}
.gea-alert-menu-container .agr-menu-header .slider {
  background-color: #B3110F;
  border-color: #FFFFFF;
}
.gea-alert-menu-container .agr-menu-header .slider:before {
  background-color: #B3110F;
  border-color: #FFFFFF;
}
.gea-alert-menu-container .agr-menu-header input:checked + .slider {
  background-color: #FFFFFF;
}
.gea-alert-menu-container .agr-menu-header input:checked + .slider:before {
  border: 3px solid #FFFFFF;
}
.gea-alert-menu-container .agr-menu-body-content-item_active {
  background-color: #B3110F;
  color: #FFFFFF;
  --active-button-color: #FFFFFF;
}
.gea-alert-container {
  width: 350px;
}
.gea-alert-selectic {
  margin-top: 10px;
  --selectic-selected-item-color: #B3110F;
  --selectic-more-items-bg: #B3110F;
}
.gea-ci-alert .agr-ci__action__icon {
  color: #B3110F;
}
.gea-ci-alert .agr-ci__action__text:hover {
  color: #B3110F;
}
.agr-ci__action__spinner {
  color: #B3110F;
}
input:checked + .slider {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
input:checked + .slider:before {
  transform: translateX(17px);
  border: 3px solid #FFFFFF;
}
.gea-marker {
  border: none;
  background: none;
}
.gea-marker .gea-marker__content {
  display: grid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: var(--gea-marker-icon-color);
  font-weight: var(--gea-marker-icon-font-weight);
  background-color: var(--gea-marker-icon-bg-color);
  opacity: var(--gea-marker-icon-opacity);
}
.gea-marker .gea-marker__content .gea-marker-icon {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: normal;
}
.cluster__fa-icon {
  position: absolute;
  top: 25%;
  left: 35%;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* XXX: we need to be specific, so that the CSS overrides the active
 * tab font color properly. */
#app-container .nav.nav-tabs > li.gea-alert__tab-error > a {
  color: #b72c29;
}
/* XXX: Theses styles are correction to make the old table used in AlertList
 * does not look too different from the modern style
 * When SharedObjectTableForm will be remade, this section should be removed.
 */
.gea-alert__lists .table-form-header {
  box-shadow: none;
  padding: 0;
}
.gea-alert__lists .table-form-global-filter {
  padding: 0;
}
.gea-alert__lists .table-form-list {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.gea-alert__lists .row {
  margin: 0;
}
.gea-alert__lists .backbone-pager {
  border: none;
  padding: 0;
}
.gea-alert__lists .global-filter {
  padding: 0;
}
.gea-alert__lists .tab__container {
  overflow: unset;
}
.table-container .gea-alert__log {
  margin-top: 0;
}
.gea-alert__state {
  padding: 5px;
  font-style: italic;
  justify-self: right;
  min-height: 1px;
}
.gea-alert__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
span.alert-channel-status {
  display: inline-block;
  font-family: 'robotomedium';
  border-radius: 4px;
  padding: 4px;
  width: 100%;
}
span.alert-channel-status.red {
  background-color: #e0583e;
}
span.alert-channel-status.yellow {
  background-color: #f0a626;
}
span.alert-channel-status.green {
  background-color: #8dc73f;
}
.gea-alert__details-general {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 15px;
  row-gap: 15px;
}
.gea-alert__details-general section {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.gea-alert__details-general section .gea-alert__details__box__header {
  font-weight: bold;
  background-color: var(--brand-primary);
  color: var(--c-white);
  height: 35px;
  font-size: 17px;
  padding: 5px;
  padding-left: 10px;
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) max-content;
}
.gea-alert__details-general section .gea-alert__details__box__header a {
  color: var(--text-contrast);
}
.gea-alert__details-general section .gea-alert__exercise__details__box__header {
  background: linear-gradient(to bottom, transparent, var(--brand-primary)), repeating-linear-gradient(135deg, var(--brand-primary), var(--brand-primary) 10px, var(--dark-primary) 10px, var(--dark-primary) 20px);
}
.gea-alert__details-general section .gea-alert__archived__details__box__header {
  background-color: #adadad;
}
.gea-alert__details-general section .gea-alert__exercise_archived__details__box__header {
  background: linear-gradient(to bottom, transparent, #adadad), repeating-linear-gradient(135deg, #adadad, #adadad 10px, var(--dark-primary) 10px, var(--dark-primary) 20px);
}
.gea-alert__details-general section aside {
  font-size: 13px;
  font-style: italic;
}
.gea-alert__details-general section a {
  cursor: pointer;
}
.gea-alert__details-general.ic-hidden {
  display: none;
}
.gea-alert__details-general__box {
  margin-bottom: 15px;
  margin-right: 15px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.gea-alert__details-general__smskpi {
  padding: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.gea-alert__details__box {
  background-color: #f0f0f0;
}
.gea-alert__details-general__content {
  padding: 15px;
  flex-grow: 2;
  flex-basis: 0;
  row-gap: 7.5px;
  display: flex;
  flex-direction: column;
  word-break: break-word;
  background-color: #f0f0f0;
}
.gea-alert__details-general__content h1 {
  font-size: 20px;
}
.field__simple-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
}
.field__simple-row .form__label {
  /* The label should be aligned with the center of the first line
         * of the input field. No matter the presence of any messages:
         ******************************************************************
         *          ___________________________________________________
         *         /                                                   \
         *        |                                                     |
         * Label  |   This is the input field with a height of 30px     |
         *        |                                                     |
         *         \___________________________________________________/
         *
         *        - Additional message may be added bellow.
         *        - They may disrupt the alignment of the flex box.
         *
         ******************************************************************
         * `30px` comes from line 5272 of the file:
         * one/www/modules/one-core/htdocs/javascript/bundles/css/style.css
         */
  padding: 0;
  padding-top: calc(30px/2 - 1em/2);
  margin: 0;
  margin-inline-end: calc(30px / 2);
}
.field__simple-row .form__field {
  padding: 0;
}
.gea-alert__details__row_flex_start {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  justify-content: space-between;
}
.gea-alert__details__rowelem {
  min-width: 10vw;
  margin-bottom: 15px;
}
.gea-alert__details-general__content1col {
  padding: 15px;
  flex-grow: 1;
  flex-basis: 0;
}
.gea-alert__details-general__content1col h1 {
  font-size: 20px;
}
.gea-alert__details-general__textvalue {
  height: 30px;
  line-height: 30px;
}
/* Workaroud to fix v-tooltip on disabled button on Chrome. */
.gea-alert__details-general__estimate {
  display: inline-block;
  cursor: not-allowed;
}
.gea-alert__details-general__estimate button[disabled] {
  pointer-events: none;
}
.gea-alert__details-general__block {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.gea-alert__details-general__diviser {
  padding: 15px;
  display: flex;
  background-color: #f0f0f0;
}
.gea-alert__details__textarea {
  min-height: 100px;
}
.gea-alert__details-general__button {
  margin-right: 4px;
  margin-bottom: 4px;
}
.gea-alert__label {
  padding-right: 15px;
}
.gea-alert__label span.fa-info-circle {
  padding-left: 5px;
}
.gea-alert__icon {
  padding-left: 5px;
}
.gea-alert__value {
  font-weight: bold;
  word-break: break-word;
  white-space: pre-wrap;
  /* This preserves the line breaks */
}
.gea-alert__attachment {
  grid-column: 1 / -1;
}
.gea-alert__tooltip {
  padding-right: 5px;
  padding-bottom: 4px;
}
.gea-alert__sms .sms-field,
.gea-alert__cbc .sms-field {
  margin: 5px;
}
.gea-alert__sms .cbc-field,
.gea-alert__cbc .cbc-field {
  margin: 5px;
}
.gea-alert__sms .error,
.gea-alert__cbc .error {
  color: #b72c29;
}
.gea-alert__details-general__griddiviser {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 7.5px;
}
.gea-alert__details-general__gridcontent {
  padding: 15px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  row-gap: 7.5px;
  width: 100%;
}
.gea-alert__details-general__gridcontent h1 {
  font-size: 20px;
}
.gea-alert__grid-two-col-item {
  grid-column: span 2;
  max-width: max-content;
}
.gea-alert__details-general__gridcontent1col {
  padding: 15px;
  word-break: break-word;
}
.gea-alert__details-general__gridcontent1col h1 {
  font-size: 20px;
}
.gea-alert__details-general__gridcontent3col {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5px;
}
.gea-alert__details-contacts {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 16px;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__filter > .contact-filter-box {
  width: 100%;
  background-color: #F8F8F8;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 8px;
  max-width: 12vw;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__filter > .contact-filter-box.groups-tree {
  overflow: auto;
  display: flex;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__filter > .contact-filter-box.groups-radios-filter > .groups-radios-filter__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__filter > .contact-filter-box.groups-radios-filter > .groups-radios-filter__form .form-check {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  gap: 10px;
  /* XXX: Since the label element has a custom style
                         *in our codes, rewrite the style with this class.
                         */
}
.gea-alert__details-contacts > .gea-alert__details-contacts__filter > .contact-filter-box.groups-radios-filter > .groups-radios-filter__form .form-check .form-check-label {
  margin-bottom: 0;
  font-weight: normal;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__table {
  display: flex;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__table > .contacts-Acknowledgement-table {
  width: 100%;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__table > .contacts-Acknowledgement-table .contact-table__link-btn {
  display: inline-grid;
}
.gea-alert__details-contacts > .gea-alert__details-contacts__table > .contacts-Acknowledgement-table .contact-table__footer-infos {
  display: contents;
}
.gea-alert__details__fullline {
  grid-column-start: 1;
  grid-column-end: -1;
  word-break: break-word;
}
.gea-alert__details__fullline .leaflet-tooltip {
  /* XXX: How it is calculated:
         * - The current view width is divided by 6 because:
         *   1/ Each row is divided into 3 columns.
         *   2/ And the popup uses only half of the map width.
         * - remove the margins (30px = 15px + 15px).
         * - remove an additional (10px) to separate the left/right end of the
         *   popup from the end of the map.
         **/
  width: calc((100vw / (3 * 2)) - 30px - 10px);
}
.gea-alert__channel-container {
  display: flex;
  flex-direction: column;
  gap: calc(30px / 2);
}
.gea-alert__zone_choice__placemarks {
  margin-top: 15px;
}
.gea-alert__zone_choice__placemarks .map-canvas {
  height: calc(100vh - 400px);
}
.gea-alert__details-general__kpisbox {
  margin-bottom: 15px;
}
.gea-alert__details-general__kpisbox__lightgrey_background {
  background-color: lightgrey;
}
.gea-alert-row__cell-number {
  text-align: end;
}
.gea-alert-row__channel-status {
  text-align: center;
}
.gea-alert-details-failed-destinations-box {
  margin-top: 10px;
}
.gea-workspace-modules__authorized-zone {
  height: 45px;
}
.gea-workspace-modules .form__field > *:first-child {
  /* Avoid having fields too large */
  max-width: 350px;
}
.gea-history-container {
  background-color: white;
  padding-top: 20px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.gea-sms-kpis-technical-details {
  padding-top: 10px;
}
.gea-alert__editor__errors .alert {
  margin-top: 0;
  margin-bottom: calc(30px / 2);
}
/* {{{ Wizard */
.gea-alert__wizard-general__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  word-break: break-word;
  flex-grow: 1;
  flex-basis: 0;
}
.gea-alert__wizard-general__content h1 {
  font-size: 20px;
}
.gea-alert__wizard-general__content #alert-wizard-download {
  align-self: end;
}
/* }}} */
/* {{{ Checkboxes */
/* These are the styles related to the nice "checkboxes" used for example
 * for the "Network subscribers" selection on the alert SMS channel edition
 * page.
 */
.gea-alert__checkboxes__container {
  display: flex;
  align-items: center;
  margin: 5px;
}
.gea-alert__checkboxes__container label {
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gea-alert__checkboxes__button {
  font-size: 13px;
  font-weight: normal;
  background-color: var(--text-contrast);
  border: 1px solid #777777;
  box-shadow: 0px 2px 4px #777777;
  border-radius: 25px;
  padding: 6px 10px;
  transition: all 200ms;
}
.gea-alert__checkboxes__input {
  display: none;
}
.gea-alert__checkboxes__input[disabled] + .gea-alert__checkboxes__button {
  color: #adadad;
  background-color: transparent;
  border: 1px solid #adadad;
  box-shadow: 0px 2px 4px #adadad;
  cursor: not-allowed;
}
.gea-alert__checkboxes__input:checked + .gea-alert__checkboxes__button {
  background-color: var(--background-contrast);
  color: var(--text-contrast);
}
.gea-alert__checkboxes__input[disabled]:checked + .gea-alert__checkboxes__button {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.gea-alert__checkboxes__input:checked + .gea-alert__checkboxes__button span {
  transform: rotate(-360deg);
  transition: transform 300ms ease-in-out;
}
/* }}} */
/* {{{ Images and Images input */
/* These are the styles related to the the images and image drag drop used for example
 * to upload and preview an image in the channel editor and details
 * page.
 */
.gea-alert__drop-region__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  width: 400px;
  min-height: 300px;
  text-align: center;
  padding: 0.2em 1.5em 1.5em 1.5em;
  transition: 300ms;
  border: 1px solid #d0d0d0;
}
.gea-alert__drop-region__container:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.gea-alert__drop-region__image-preview {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.gea-alert__drop-region__image-preview__image-view {
  display: inline-block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.gea-alert__drop-region__image-preview__image-view img,
.gea-alert__img__container img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.gea-alert__drop-region__container input {
  visibility: hidden;
}
.gea-alert__drop-region__container button {
  margin-top: auto;
}
.gea-alert__drop-region__image-preview span {
  position: relative;
  top: 0;
  right: 0;
  left: auto;
  z-index: 3;
}
/* }}} */
/* {{{ Url keywords */
/* These are the styles related to the "Url keywords" used for example
 * in the "SMS" and "Cell-Broadcast" channels. They are used to style
 * drag and drop buttons.
 */
.gea-alert__url-keyword {
  font-size: 12px;
  padding: 0px 5px;
  margin: 0px 5px 5px 0px;
  background-color: var(--background-contrast);
  color: var(--text-contrast);
  border: 1px solid #777777;
  border-radius: 3px;
}
.gea-alert__url-keyword[disabled] {
  color: #adadad;
  background-color: transparent;
  border: 1px solid #adadad;
}
/* }}} */
/* {{{ Twitter channel */
.gea-twitter-form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gea-twitter-img-preview {
  display: flex;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
}
/* }}} */
/* {{{ Siren channel */
.gea-alert__details-siren__table-status .vue-table__cell {
  cursor: pointer;
}
/* }}} */
/* {{{ Past alert */
.gea-alert__past-error-message {
  color: #b72c29;
}
/* }}} */
.gea-alert__editor {
  display: flex;
  flex-direction: column;
  padding-bottom: calc(30px / 2);
  max-height: 100%;
}
.gea-alert__editor .gea-alert-editor__footer {
  margin-top: calc(30px / 2);
  margin-bottom: calc(30px / 2);
}
.gea-alert__editor .gea-alert-editor__channel-buttons {
  display: flex;
  gap: 7.5px;
}
.gea-alert__editor .gea-alert-editor__channel-buttons .gea-alert-editor__separator {
  width: 30px;
  height: 2px;
  background-color: #dddddd;
}
.gea-alert__editor .gea-alert-editor__channel-buttons .gea-alert-editor__differentiate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.gea-alert__editor .gea-alert-editor__channel-buttons .gea-alert-editor__differentiate .gea-alert-editor__differentiate__label {
  font-weight: 700;
}
.gea-alert__editor .gea-alert-editor__channel-buttons .gea-alert-editor__differentiate .form-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.gea-alert__editor .gea-alert-editor__channel-buttons .gea-alert-editor__differentiate .form-group .form__label {
  font-weight: inherit;
  padding-top: 6px;
}
.gea-alert__details {
  display: flex;
  flex-direction: column;
  padding-bottom: calc(30px / 2);
  max-height: 100%;
}
.ci-item__header_alertCI {
  background-color: #B3110F;
  color: #FFFFFF;
}
.zone-viewer__map {
  height: 500px;
}
.group-badge {
  padding: 4px;
  margin-inline-end: 4px;
  border-radius: 4px;
  background-color: #E4E4E4;
  color: #555555;
}
.alert-preview-error {
  color: #e87a0c;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.editable-value {
  word-break: break-all;
  display: flex;
  align-items: center;
  min-height: 20px;
  overflow: hidden;
  flex: 1;
  /* XXX: to mask the label in the BooleanForm in LocationDetails.tsx */
}
.editable-value .editable-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 16px);
}
.editable-value .editable-icon {
  width: 16px;
  display: inline-block;
}
.editable-value .editable-icon .fa {
  opacity: 0;
}
.editable-value label {
  display: none;
}
.editable-value:hover .editable-icon .fa {
  opacity: 1;
}
.editable-value .editable-select {
  margin-left: 15px;
  width: 80%;
}
.editable-value .fa-exclamation-triangle {
  color: #b72c29;
  margin-left: 3.75px;
  grid-column-start: 2;
}
.editable-value .dropdown {
  flex: 1;
}
.editable-value .dropdown input {
  width: 100%;
}
.box__board section .gea-contact__details__box__header {
  height: 35px;
  font-size: 17px;
  padding: 5px;
  padding-left: 10px;
}
.gea-contact__details-general {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  column-gap: 15px;
  row-gap: 15px;
}
.gea-contact__details__box__content .agr-map.contact-map .map-canvas {
  height: 400px;
}
.editable-footer {
  padding: 15px;
  text-align: right;
}
.group-tag {
  background-color: var(--brand-primary);
}
.add-button {
  border-radius: 17px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 16px;
  margin-top: -3px;
}
.contacts-table {
  table-layout: fixed;
}
.contacts-table .contacts-table__cell--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contacts-table .controls {
  white-space: normal;
  width: 110px;
  min-width: 100px;
  text-align: right;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
/* XXX: Theses styles are correction to make the old table used in ProcedureList
 * does not look too different from the modern style
 * When SharedObjectTableForm will be remade, this section should be removed.
 */
.gea-procedure__lists {
  margin: 0;
  overflow: unset;
}
.gea-procedure__lists .table-form-header {
  box-shadow: none;
  padding: 0;
}
.gea-procedure__lists .table-form-global-filter {
  padding: 0;
}
.gea-procedure__lists .table-form-list {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.gea-procedure__lists .row {
  margin: 0;
}
.gea-procedure__lists .backbone-pager {
  border: none;
  padding: 0;
}
.gea-procedure__lists .global-filter {
  padding: 0;
}
.gea-procedure__lists .tab__container {
  overflow: unset;
}
.procedure__editor__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: calc(30px / 2);
  gap: calc(30px / 2);
}
.procedure__editor__form .meta-form {
  padding: 0;
}
.procedure__editor__form .meta-form .field__simple-row {
  margin: 0;
}
.procedure__table__headerTool {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.gea-remote-connections {
  margin-left: 15px;
  margin-right: 15px;
}
.gea-remote-connections .gea-rc-destination__content {
  padding: 15px;
  text-align: right;
}
.gea-remote-connections .gea-rc-destination__content > .form-group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 15px;
  align-items: center;
}
.gea-remote-connections .gea-rc-destination__content > .form-group > .form__field {
  max-width: 350px;
}
.gea-remote-connections .gea-rc-destination__content > .form-group > .form__field input {
  padding-left: 10px;
}
.gea-remote-connections .gea-rc-destination__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 15px;
  align-items: center;
}
.gea-remote-connections .gea-rc-destination__row__field-container {
  display: flex;
  column-gap: 15px;
  grid-column: 2;
}
/**************************************************************************/
/*                                                                        */
/*  Copyright (C) INTERSEC SA                                             */
/*                                                                        */
/*  Should you receive a copy of this source code, you must check you     */
/*  have a proper, written authorization of INTERSEC to hold it. If you   */
/*  don't have such an authorization, you must DELETE all source code     */
/*  files in your possession, and inform INTERSEC of the fact you obtain  */
/*  these files. Should you not comply to these terms, you can be         */
/*  prosecuted in the extent permitted by applicable law.                 */
/*                                                                        */
/**************************************************************************/
.action-list {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: solid;
  border-width: 1px;
  border-color: #ccc;
}
.action-list .action {
  border-radius: 0;
  text-align: left;
  background: #fff;
}
.action-list .action .action-icon {
  margin-right: 5px;
}
.action-list .action:hover {
  background-color: #ccc;
}

