/*
 Colorpicker for Bootstrap
 Copyright 2012 Stefan Petre
 Licensed under the Apache License v2.0
 http://www.apache.org/licenses/LICENSE-2.0
*/
.colorpicker-material {
  clear: both; }

.colorpicker-material > span {
  display: block;
  padding: 5px;
  margin: 5px 0;
  background-color: #f2f2f2; }

.colorpicker-material > div > div {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block; }

.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(https://pro.agenda.ch/assets/colorpicker/img/saturation-373292b9226296d598f0827e253a3ed87fa1aee38cfebb0620fb380c682186bd.png);
  cursor: crosshair;
  float: left; }

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px; }

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px; }

.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url(https://pro.agenda.ch/assets/colorpicker/img/hue-76f600a164cf16262dd78abfd05bca52315ac9ef660a962bc86145322f43072a.png); }

.colorpicker-alpha {
  background-image: url(https://pro.agenda.ch/assets/colorpicker/img/alpha-d0d1b42617b82f34ac9d0362ee4563d58b535bf7b785ed475e388b4a2a2106b2.png);
  display: none; }

.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 4px; }

.colorpicker:before, .colorpicker:after {
  display: table;
  content: ""; }

.colorpicker:after {
  clear: both; }

.colorpicker: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; }

.colorpicker: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; }

.colorpicker div {
  position: relative; }

.colorpicker.alpha {
  min-width: 140px; }

.colorpicker.alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(https://pro.agenda.ch/assets/colorpicker/img/alpha-d0d1b42617b82f34ac9d0362ee4563d58b535bf7b785ed475e388b4a2a2106b2.png);
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 26px;
  height: 24px;
  padding-top: 2px;
  border-radius: 3px; }
/*!
 * 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;
  margin-top: 1px;
  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;
  border-radius: 3px;
  border: none;
  padding: 4px;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#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);
}
.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.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #1f4155;
  background-repeat: repeat-x;
  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);
  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: #6d7299;
}
.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;
  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: #6d7299;
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#0088cc), to(#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: #6d7299;
}
.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 {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child 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;
}
.ms-container {
  background: transparent url(https://pro.agenda.ch/assets/flat-design/plugins/multiselect/switch-52d04dfc76d685b94c128d9cf33a48439482471911dbf27bfaac29c1325b74d4.png) no-repeat 170px 80px; }

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left; }

.ms-container .ms-list {
  -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 linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  border: 1px solid #ccc;
  border-radius: 3px; }

.ms-selected {
  display: none; }

.ms-selection .ms-selected {
  display: block; }

.ms-container .ms-selectable {
  margin-right: 40px; }

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9; }

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.ms-container .ms-optgroup-container {
  width: 100%; }

.ms-container ul.ms-list {
  width: 320px;
  height: 280px;
  padding: 0;
  overflow-y: auto; }

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px; }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text; }
/*
Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  	Force border-box so that % widths fit the parent
  	container without overlap because of margin/padding.
  	More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-bottom: 10px; }

.select2-container .select2-choice {
  display: block;
  height: 36px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  background: #fafafa;
  white-space: nowrap;
  line-height: 36px;
  color: #444;
  text-decoration: none;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px; }

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 10px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(https://pro.agenda.ch/assets/select2/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* works in IE 8 */
  filter: "alpha(opacity=0)";
  /* expected to work in IE 8 */
  filter: alpha(opacity=0);
  /* IE 4-7 */ }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 10000001;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid lightgrey;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-container .select2-choice div {
  display: block;
  width: 24px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 2px;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box; }

.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://pro.agenda.ch/assets/select2/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff url(https://pro.agenda.ch/assets/select2/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(https://pro.agenda.ch/assets/select2/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(99%, #eeeeee));
  background: url(https://pro.agenda.ch/assets/select2/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url(https://pro.agenda.ch/assets/select2/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(https://pro.agenda.ch/assets/select2/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left top, left bottom, from(top), color-stop(85%, #ffffff), color-stop(99%, #eeeeee));
  background: url(https://pro.agenda.ch/assets/select2/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none; }

.select2-dropdown-open .select2-choice div b {
  background-position: 0px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.select2-results ul.select2-result-sub {
  margin: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: white;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  display: list-item; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url(https://pro.agenda.ch/assets/select2/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(https://pro.agenda.ch/assets/select2/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 5px 5px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #F5F5F5; }

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(https://pro.agenda.ch/assets/select2/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url(https://pro.agenda.ch/assets/select2/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 75px 52px !important; }

  .select2-search input {
    background-position: 100% -29px !important; } }
.select2-container-multi .select2-choices .select2-search-choice {
  cursor: move;
}

.select2-container {
  display: block;
  width: 100%;
}

.select2-choices {
  border-radius: 0px;
  border-color: #d0d0d0;
}

.select2-container-multi .select2-choices {
  border-color: #d0d0d0;
  padding: 0px;
}

.select2-drop {
  border-radius: 0px;
}

.select2-container-multi.select2-container-active {
  border-color: #646464;
}

.select2-container-multi.select2-container-active .select2-choices {
  border-color: #646464;
}

.select2-drop-active {
  border-color: #646464;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #646464;
  color: #fdfdfd;
  width: 100%;
  margin: 0 0 2px 0;
  border: 0px;
  border-radius: 0px;
  padding: 10px 10px 10px 30px;
  -webkit-box-shadow: 0 0 0px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.select2-container-multi .select2-search-choice-close {
  left: 10px;
  top: 10px;
}

.select2-results .select2-highlighted {
  background: #2f73b6;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.22/b-1.6.5/b-colvis-1.6.5/b-html5-1.6.5/b-print-1.6.5
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.36, DataTables 1.10.22, Buttons 1.6.5, Column visibility 1.6.5, HTML5 export 1.6.5, Print view 1.6.5
 */

/*
 * Table styles
 */

 table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("pro/flat-design/img/sorting.png");
  background-color: #f5f5f5;
}
table.dataTable thead .sorting_asc {
  background-image: url("pro/flat-design/img/sorting-asc.png");
  background-color: #f5f5f5;
}
table.dataTable thead .sorting_desc {
  background-image: url("pro/flat-design/img/sorting-desc.png");
  background-color: #f5f5f5;
}



table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.22/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.22/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #f9f9fa;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}


@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled,
input.dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
input.dt-button:active:not(.disabled),
input.dt-button.active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 3px #999999;
          box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button.active:not(.disabled):hover:not(.disabled) {
  -webkit-box-shadow: inset 1px 1px 3px #999999;
          box-shadow: inset 1px 1px 3px #999999;
  background-color: rgba(0, 0, 0, 0.1);
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  color: white;
  background-color: #7317af;
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dataTables_layout_cell div.dt-buttons {
  float: none;
}
div.dataTables_layout_cell div.dt-buttons.buttons-right {
  float: none;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #6e2899;
  -webkit-box-shadow: inset 1px 1px 3px #666;
          box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}


@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.95em;
  border-radius: 4px;
  line-height: 1.6em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  background-color: #F5F6F7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled,
input.dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
input.dt-button:active:not(.disabled),
input.dt-button.active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 3px #999999;
          box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button.active:not(.disabled):hover:not(.disabled) {
  -webkit-box-shadow: inset 1px 1px 3px #999999;
          box-shadow: inset 1px 1px 3px #999999;
  color: #222;
  background-color: #dec3f1;
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  color: white;
  background-color: #492295;
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dataTables_layout_cell div.dt-buttons {
  float: none;
}
div.dataTables_layout_cell div.dt-buttons.buttons-right {
  float: none;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #6D7299;
  color: white;
  -webkit-box-shadow: inset 1px 1px 3px #666;
          box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

.dataTables_wrapper div.dt-buttons {
  float: right;
  width: 380px;
}

@media screen and (max-width: 480px) {
  .dataTables_wrapper div.dt-buttons {
    float: left;
    width: 100%;
  }
  div.dt-button-collection {
    width: 300px;
  }
}
body.pro_users-agendas_controller .export_action .customers_attributes {
  margin-left: 15px; }
body.pro_users-agendas_controller #dynamic-modal {
  width: 900px;
  margin-left: -450px; }
body.pro_users-agendas_controller .agenda_picture img {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover; }
body.pro_users-agendas_controller .check_all_agenda_services {
  position: relative;
  top: 22px;
  left: 10px;
  font-style: italic;
  display: inline; }
  @media (max-width: 480px) {
    body.pro_users-agendas_controller .check_all_agenda_services {
      top: 0px; } }
body.pro_users-agendas_controller .agenda-service-table {
  margin-left: 100px;
  width: auto; }
  @media (max-width: 480px) {
    body.pro_users-agendas_controller .agenda-service-table {
      margin-left: 0px;
      width: 100%; } }
  body.pro_users-agendas_controller .agenda-service-table th {
    background-color: #f5f5f5;
    padding: 2px;
    padding-left: 15px;
    border-left: 3px solid #6d7299; }
  body.pro_users-agendas_controller .agenda-service-table td {
    padding-left: 15px; }
body.pro_users-agendas_controller .agenda_number-helpbox {
  border: 1px solid #d3d3d3;
  padding: 10px;
  margin-left: 0;
  display: block;
  float: left;
  min-height: 30px;
  width: 48%;
  max-width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  body.pro_users-agendas_controller .agenda_number-helpbox .alert {
    margin-bottom: 10px; }
body.pro_users-agendas_controller .service-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  top: 3px;
  position: relative; }
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased !important; }

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5; }

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999; }

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

html {
  height: 100%;
  background-color: #f9f9fa;
  -webkit-tap-highlight-color: transparent; }
  html body {
    background: #f9f9fa;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    color: #333333; }
  html a {
    color: #6D7299;
    text-decoration: none; }
  html a:hover {
    color: #6D7299;
    text-decoration: underline; }
  html a:focus {
    outline: none;
    text-decoration: none; }
  html table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; }
  html strong {
    font-weight: bold; }
  html p {
    margin: 0 0 10px; }
  html h1, html h2, html h3, html h4, html h5, html h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit; }
  html h3 {
    font-size: 24.5px; }
  html h4 {
    font-size: 17.5px; }
  html h5 {
    font-size: 14px; }
  html hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff; }
  html li {
    line-height: 20px; }
  html form {
    margin: 0 0 20px; }
  html label, html select, html button, html input[type="button"], html input[type="reset"], html input[type="submit"], html input[type="radio"], html input[type="checkbox"] {
    cursor: pointer; }
  html select,
  html textarea,
  html input[type="text"], html input[type="password"], html input[type="datetime"], html input[type="datetime-local"], html input[type="date"], html input[type="month"], html input[type="time"], html input[type="week"], html input[type="number"], html input[type="email"], html input[type="url"], html input[type="search"], html input[type="tel"], html input[type="color"],
  html .uneditable-input {
    display: inline-block;
    height: 26px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background: white;
    font-family: "Open Sans", sans-serif;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  html textarea,
  html input[type="text"], html input[type="password"], html input[type="datetime"], html input[type="datetime-local"], html input[type="date"], html input[type="month"], html input[type="time"], html input[type="week"], html input[type="number"], html input[type="email"], html input[type="url"], html input[type="search"], html input[type="tel"], html input[type="color"],
  html .uneditable-input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  html select {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px; }
  html select:focus,
  html textarea:focus, html input[type="text"]:focus, html input[type="password"]:focus, html input[type="datetime"]:focus, html input[type="datetime-local"]:focus, html input[type="date"]:focus, html input[type="month"]:focus, html input[type="time"]:focus, html input[type="week"]:focus, html input[type="number"]:focus, html input[type="email"]:focus, html input[type="url"]:focus, html input[type="search"]:focus, html input[type="tel"]:focus, html input[type="color"]:focus,
  html .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0; }
  html input:focus:invalid,
  html textarea:focus:invalid,
  html select:focus:invalid {
    border-color: #e9322d;
    color: #b94a48; }
  html select {
    height: 34px; }
    @supports (-webkit-touch-callout: none) {
      html select option {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; } }
    @supports (-webkit-touch-callout: none) {
      html select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-position: calc(100% - 10px) calc(1em);
        background-size: 8px 8px;
        background-repeat: no-repeat; } }
  html select[multiple] {
    height: 160px;
    padding: 5px; }
  html .uneditable-input {
    height: 37px;
    border-radius: 0px; }
  html input, html textarea {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  html select,
  html input[type="text"], html input[type="password"], html input[type="email"],
  html .uneditable-input {
    width: 270px; }
    @media (max-width: 480px) {
      html select,
      html input[type="text"], html input[type="password"], html input[type="email"],
      html .uneditable-input {
        width: calc(100% - 20px); } }
  @media (max-width: 480px) {
    html select {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding: 0 10px; } }
  html label, html input, html button, html select, html textarea {
    line-height: 20px; }
  html textarea {
    height: auto; }
  html input[disabled], html select[disabled], html textarea[disabled], html input[readonly], html select[readonly], html textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  html button[disabled] {
    cursor: default;
    opacity: 0.65; }
  html label {
    display: block;
    margin-bottom: 5px; }
  html img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0; }
  html pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
  html pre, html code {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
  html ul, html ol {
    padding: 0;
    margin: 0 0 10px 25px; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3; }

.table-hover tbody tr.header-row:hover > td {
  background-color: #eee; }

.table-hover thead tr.header-row:hover > th {
  background-color: transparent;
  color: #333333; }

.table.table-hover tr:hover > td {
  background: #f8f8f8; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table tbody tr.info > td {
    background-color: #e5eef1; }
  .table tbody tr.header-row > td,
  .table thead tr.header-row > th {
    border-top: 0;
    padding-top: 15px;
    background-color: #eee;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase; }
  .table thead tr.header-row > th {
    color: #333333;
    background-color: transparent; }
  .table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table tr th, .table tr td {
    padding: 10px;
    border-top: 1px dotted #ddd; }
    @media (max-width: 1400px) {
      .table tr th, .table tr td {
        padding: 4px; } }
  .table tr td {
    vertical-align: middle; }
  .table .text-nowrap {
    white-space: nowrap; }
    @media (max-width: 480px) {
      .table .text-nowrap {
        white-space: normal; } }
  .table .text-right {
    text-align: right; }

.table.table-colored-header thead th {
  background: #6D7299;
  color: #FFF; }

.vertical-align-top td {
  vertical-align: top !important; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 9px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #eee;
  border: 0;
  color: #444;
  -webkit-filter: none;
          filter: none; }

.btn:hover,
.btn:focus {
  background: #ccc;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  color: #444; }

.btn i {
  font-size: 14px; }

.btn.btn-block {
  width: 100%; }

.btn.btn-primary {
  background: var(--brand-color);
  color: #FFFFFF; }

.btn.btn-primary:hover {
  background: var(--brand-alt-color);
  text-decoration: none; }

.btn.btn-danger,
.btn.fileupload-exists {
  background: #f43;
  text-shadow: none;
  color: #fff;
  -webkit-filter: none;
          filter: none; }
  .btn.btn-danger:hover,
  .btn.fileupload-exists:hover {
    background: #e51400;
    text-decoration: none; }

.btn.fileupload-exists {
  border-radius: 0 3px 3px 0; }

.btn.btn-satgreen {
  background: #56af45;
  color: #fff !important; }
  .btn.btn-satgreen:hover {
    background: #448a37; }

.btn.btn-orange {
  background: #f8a31f;
  color: #fff !important; }
  .btn.btn-orange:hover {
    background: #f87b1f; }

.btn.btn-pink {
  background: #ff0097;
  color: #fff !important; }
  .btn.btn-pink:hover {
    background: #fd2ca9; }

.btn.btn-teal {
  background: #00aba9;
  color: #fff !important; }
  .btn.btn-teal:hover {
    background: #007877; }

.btn.btn-darkblue {
  background: #204e81;
  color: #fff !important; }
  .btn.btn-darkblue:hover {
    background: #163558; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding: 7px 9px;
  border: 1px solid #ccc;
  max-width: 150px; }
  .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-300px, 0) scale(4);
            transform: translate(-300px, 0) scale(4); }

.btn-group {
  position: relative;
  display: inline-block;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-margin {
  margin-bottom: 10px; }

.btn.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65; }

.note-toolbar.btn-toolbar {
  margin: 0px; }

.hidden-sm {
  display: revert !important; }
  @media (max-width: 480px) {
    .hidden-sm {
      display: none !important; } }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.text-success {
  color: #468847; }

.text-warning {
  color: #c09853; }

.text-info {
  color: #3a87ad; }

.text-error {
  color: #b94a48; }

.alert {
  border-radius: 0;
  padding: 14px 35px 14px 14px;
  text-shadow: none;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 2px; }
  .alert p:last-child {
    margin: 0; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-warning {
  color: #996401; }

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: baseline; }

.label-success {
  background-color: #468847; }

.label-warning {
  background-color: #f89406; }

.label-important {
  background-color: #b94a48; }

.label-lightred {
  background-color: #e63a3a; }

.help-block {
  color: #595959;
  display: block;
  margin-bottom: 10px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e3e3e3; }

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }

.hidden {
  display: none;
  visibility: hidden; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hint-icon {
  margin-left: 8px;
  font-size: 1.1rem; }
  .hint-icon i {
    color: var(--brand-color);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .hint-icon i:hover {
      opacity: 1; }
  .hint-icon.hint-warning i {
    color: #f78d05; }

.tippy-content {
  padding: 5px;
  text-align: left; }

.tooltip {
  z-index: 99999;
  position: absolute;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  color: black;
  filter: alpha(opacity=0);
  visibility: visible;
  background: white;
  padding: 10px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border: 1px solid #ccc;
  max-width: 250px; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 3px; }

.tooltip.top:before,
.tooltip.bottom:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: white;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 0 1px 0;
  left: calc(50% - 10px); }

.tooltip.top {
  margin-top: -7px; }
  .tooltip.top:before {
    top: 100%;
    margin-top: -7px;
    border-right: 1px solid #6d7299;
    border-bottom: 1px solid #6d7299; }

.tooltip.bottom {
  margin-bottom: -7px; }
  .tooltip.bottom:before {
    bottom: 100%;
    margin-bottom: -7px;
    border-left: 1px solid #6d7299;
    border-top: 1px solid #6d7299; }

.popover {
  max-width: 500px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 1010;
  display: block;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow:after {
  content: "";
  z-index: -1; }

.popover.top {
  list-style-type: none;
  margin-top: -10px;
  padding-top: 5px; }

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff; }

.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px; }

.popover-title {
  padding-left: 14px;
  margin-bottom: 0px;
  font-size: 16px; }

.popover-content {
  padding: 9px 14px; }

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }
  @media (max-width: 480px) {
    .container-fluid {
      padding: 0 7px; } }

.container-fluid:before, .container-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

#content.container-fluid {
  padding: 0; }

#content.container-fluid.nav-fixed {
  padding-top: 40px; }

.embedded #content.nav-fixed {
  padding-top: 0; }

#main:after {
  content: "";
  display: table;
  clear: both; }

#main {
  padding-bottom: 0px !important;
  height: 100%;
  background: #f9f9fa;
  overflow: visible; }
  @media (max-width: 480px) {
    #main {
      margin-bottom: 60px;
      margin-left: 0 !important;
      overflow-x: hidden;
      font-size: 15px !important; } }
  #main .settings-background {
    background: #f9f9fa;
    height: 100%;
    min-height: 100vh; }
  #main .page-header {
    margin: 15px 0px 0px 0;
    padding: 10px;
    position: relative; }
    #main .page-header h1 {
      margin: 0px 0px 0px 0px !important;
      font-size: 1.7em;
      color: #2a2a2a;
      line-height: 1.7em;
      font-weight: 400; }
      #main .page-header h1 i {
        margin-right: 0.5rem;
        color: #505050; }
    #main .page-header .pull-left h1 {
      margin: 0px 0px 0px 10px !important; }
  #main .page-header:after {
    content: "";
    display: table;
    clear: both; }
  #main .stats {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left; }
    #main .stats li {
      float: left;
      padding: 10px 15px;
      margin-right: 15px;
      border-radius: 5px; }
    #main .stats li.magenta {
      background: #a200ff; }
    #main .stats li.purple {
      background: #ff0097; }
    #main .stats li i {
      font-size: 36px;
      color: #fff;
      float: left;
      margin: 0; }
    #main .stats li .details {
      margin-left: 55px; }
    #main .stats li .details span {
      color: #fff;
      display: block;
      font-size: 12px; }
    #main .stats li .details span.big {
      font-size: 16px; }
  #main .breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 2px 5px;
    float: left; }
    #main .breadcrumbs ul li {
      float: left;
      color: #666; }
      #main .breadcrumbs ul li a {
        color: #666;
        display: block;
        padding: 2px 6px;
        font-size: 12px;
        float: left; }
      #main .breadcrumbs ul li .text {
        color: #666;
        display: block;
        padding: 2px 6px;
        font-size: 12px;
        float: left; }
      #main .breadcrumbs ul li i {
        float: left;
        font-size: 11px;
        margin: 7px 0 6px 0; }
  #main .row-fluid {
    border: 0;
    background: transparent;
    border-radius: 2px; }
  #main .row-fluid:before, #main .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }
  #main .row-fluid:after {
    clear: both; }
  #main .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #main .row-fluid .span10 {
    width: 80%; }
  #main .row-fluid .span9 {
    width: 73%; }
  #main .row-fluid .span8 {
    width: 64%; }
  #main .row-fluid .span6 {
    width: 48%; }
  #main .row-fluid .span4 {
    width: 31%; }
  #main .row-fluid .span3 {
    width: 24%; }
  #main .row-fluid .span2 {
    width: 16%; }
  #main .row-fluid .span1 {
    width: 8%; }
  #main .row-fluid [class*="span"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #main .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  @media (min-width: 768px) {
    #main .row-fluid [class*="span"] {
      margin-left: 4.5%;
      display: block;
      float: left;
      min-height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media (max-width: 768px) {
    #main .row-fluid [class*="span"] {
      width: 100%; } }
  #main .row-fluid.margin-top {
    margin-top: 15px; }
  #main .row-fluid.margin-bottom {
    margin-bottom: 10px; }
  #main .box.box-bordered {
    border: 1px solid #ddd;
    border-radius: 5px; }
  #main .box .box-title {
    *zoom: 1;
    border-bottom: 1px dashed #ddd;
    padding: 7px 0 7px 10px;
    margin-top: 20px; }
    @media (max-width: 480px) {
      #main .box .box-title {
        padding: 5px 0 5px 5px; } }
  #main .box .box-title:after {
    content: "";
    display: table;
    clear: both; }
  #main .box .box-title h3 {
    float: left;
    margin: 3px 0 3px 3px;
    line-height: 20px;
    font-weight: 400;
    color: var(--brand-color);
    font-size: 16px; }
    #main .box .box-title h3 i {
      margin: 0 5px 0 5px; }
  #main .box .box-content {
    padding: 20px;
    background: #f9f9fa; }
    #main .box .box-content h3 {
      font-weight: normal;
      margin-bottom: 2rem;
      font-size: 1.1rem; }
    @media (max-width: 480px) {
      #main .box .box-content {
        padding: 10px; } }
  #main .box .box-content:after {
    content: "";
    display: table;
    clear: both; }
  #main .md-tablist-nav > li {
    font-weight: 400; }
  #main .md-tablist-nav > .active > a:focus,
  #main .md-tablist-nav > .active > a,
  #main .md-tablist-nav > .active > a:hover {
    color: var(--brand-color) !important;
    border: 0px !important;
    border-bottom: 3px solid var(--brand-color) !important; }
  #main .nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none; }
  #main .nav > li > a {
    display: block; }
  #main .nav-tabs {
    border-bottom: 1px solid #ddd; }
    #main .nav-tabs:after {
      clear: both;
      display: table;
      line-height: 0;
      content: ""; }
    @media (max-width: 480px) {
      #main .nav-tabs .mobile_add_line_break {
        clear: both; } }
    #main .nav-tabs > li > a > br {
      display: none; }
    #main .nav-tabs > li {
      margin-bottom: -1px;
      float: left; }
      @media (max-width: 480px) {
        #main .nav-tabs > li:not(.translation-tab) {
          padding-top: 5px;
          padding-bottom: 0px;
          font-size: 12px; } }
      #main .nav-tabs > li > a {
        padding: 8px 12px 8px 12px;
        line-height: 20px;
        border-radius: 2px 2px 0 0;
        margin-right: 2px; }
        @media (max-width: 480px) {
          #main .nav-tabs > li > a {
            padding: 3px;
            text-align: center;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 19vw; }
            #main .nav-tabs > li > a > i {
              font-size: 21px; }
            #main .nav-tabs > li > a > br {
              display: initial; } }
        #main .nav-tabs > li > a:hover {
          text-decoration: none;
          background-color: transparent;
          position: relative; }
    #main .nav-tabs > .active > a, #main .nav-tabs .active > a:hover {
      color: #555555;
      cursor: default;
      background-color: #f9f9fa;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }
  #main .closed-tablist-nav {
    margin-bottom: 0px !important; }
  #main .closed-tablist {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    border-radius: 0px 0px 2px 2px;
    margin-bottom: 20px;
    padding: 20px 15px 5px 15px !important; }
  #main .tab-content.tab-content-inline.tab-content-bottom {
    border-left: 0;
    margin-left: 0; }
  #main .tab-content {
    overflow: visible; }
    #main .tab-content > .tab-pane {
      display: none; }
    #main .tab-content > .active {
      display: block; }
    #main .tab-content .control-label {
      width: 147px !important; }
    #main .tab-content .controls {
      margin-left: 147px !important; }
  #main .control-group {
    margin-bottom: 10px;
    clear: left; }
  #main .control-group.error .help-block, #main .control-group.error .control-label {
    color: #b94a48; }
  #main .form-horizontal .control-group {
    margin-bottom: 20px; }
    #main .form-horizontal .control-group:before, #main .form-horizontal .control-group:after {
      display: table;
      line-height: 0;
      content: ""; }
    #main .form-horizontal .control-group:after {
      clear: both; }
  #main .form-horizontal .control-label {
    text-align: left;
    width: 155px;
    float: left;
    padding-top: 5px; }
    @media (max-width: 480px) {
      #main .form-horizontal .control-label {
        width: 95% !important;
        float: none;
        padding-top: 0; } }
  #main .form-horizontal .controls-frame {
    margin: 0 -10px 5px 137px;
    padding: 10px;
    border: 1px #ccc dashed; }
    @media (max-width: 768px) {
      #main .form-horizontal .controls-frame {
        margin: 0 -10px 5px 0; } }
  #main .form-horizontal .controls:has(> .hint-icon) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #main .form-horizontal .controls {
    margin-left: 160px; }
    @media (max-width: 480px) {
      #main .form-horizontal .controls {
        margin-left: 0 !important; } }
  #main .form-horizontal .controls-frame .controls {
    margin-left: 0px; }
  #main .form-horizontal .form-actions {
    background: 0;
    border: 0;
    margin-top: 20px; }
    @media (max-width: 480px) {
      #main .form-horizontal .form-actions {
        padding-left: 10px; } }
  #main .form-horizontal input, #main .form-horizontal textarea, #main .form-horizontal select, #main .form-horizontal .uneditable-input {
    margin-bottom: 0;
    vertical-align: middle; }
  #main .form-horizontal .uneditable-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #main .control-group-services-pictures .controls,
  #main .control-group-promotions-pictures .controls {
    margin-left: 0; }
    #main .control-group-services-pictures .controls .dropdown-menu,
    #main .control-group-promotions-pictures .controls .dropdown-menu {
      top: auto !important;
      left: auto !important; }
      #main .control-group-services-pictures .controls .dropdown-menu .btn-service-picture,
      #main .control-group-promotions-pictures .controls .dropdown-menu .btn-service-picture {
        background-color: #fff;
        border: 0;
        display: block;
        line-height: 2;
        text-align: left; }
        #main .control-group-services-pictures .controls .dropdown-menu .btn-service-picture:hover,
        #main .control-group-promotions-pictures .controls .dropdown-menu .btn-service-picture:hover {
          background-color: #eee;
          border-bottom: 1px solid #ccc;
          border-top: 1px solid #ccc; }
          #main .control-group-services-pictures .controls .dropdown-menu .btn-service-picture:hover a,
          #main .control-group-promotions-pictures .controls .dropdown-menu .btn-service-picture:hover a {
            color: #222; }
            #main .control-group-services-pictures .controls .dropdown-menu .btn-service-picture:hover a:hover,
            #main .control-group-promotions-pictures .controls .dropdown-menu .btn-service-picture:hover a:hover {
              text-decoration: none !important; }
  #main .form-actions {
    padding: 20px 20px 0px 0px; }
    #main .form-actions:before, #main .form-actions:after {
      display: table;
      line-height: 0;
      content: ""; }
  #main .field_with_errors {
    display: inline-block; }
    #main .field_with_errors input {
      border: 1px solid red; }
  #main .input-append {
    display: inline-block;
    background: #fafafa;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    border-radius: 0; }
    #main .input-append input {
      border-radius: 2px 0 0 2px;
      position: relative;
      margin: 0px; }
    #main .input-append .add-on {
      border: 1px solid #ccc;
      padding: 4px 6px;
      border-radius: 0 2px 2px 0;
      margin-left: -1px;
      display: inline-block;
      width: auto;
      height: 26px;
      min-width: 16px;
      font-size: 14px;
      line-height: 26px;
      text-align: center;
      text-shadow: none;
      background-color: #eeeeee;
      vertical-align: middle; }
      #main .input-append .add-on i {
        display: inline-block;
        cursor: pointer;
        padding-top: 2px;
        border-radius: 3px; }
  #main .input-append.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 768px) {
      #main .input-append.flex-start {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  #main .input-mini {
    width: 60px; }
  #main .input-tiny {
    width: 40px; }
  #main .input-small {
    width: 90px; }
  #main .input-medium {
    width: 150px; }
  #main .input-xlarge {
    width: 280px; }
    @media (max-width: 480px) {
      #main .input-xlarge {
        width: 100%; } }
  #main .input-xxlarge {
    width: 600px; }
    @media (max-width: 480px) {
      #main .input-xxlarge {
        width: 180px; } }
    @media (max-width: 1400px) {
      #main .input-xxlarge {
        width: 100%; } }
  #main .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #main .textarea500 {
    width: 480px;
    height: 150px; }
    @media (max-width: 480px) {
      #main .textarea500 {
        width: 96%; } }
  #main .textarea800 {
    width: 780px;
    height: 150px; }
    @media (max-width: 1400px) {
      #main .textarea800 {
        width: 96%; } }
  #main .datepick {
    width: 100px; }
  #main .small_select {
    width: 80px; }
  #main .move-icon {
    cursor: move; }
  #main .bookable-color {
    width: 20px;
    height: 20px;
    border-radius: 3px; }
  #main .controls > .radio:first-child,
  #main .controls > .checkbox:first-child {
    padding-top: 5px; }
  #main label.checkbox {
    display: inline-block;
    padding-left: 0; }
  #main label input[type="checkbox"], #main input[type="radio"] {
    margin-bottom: 5px; }
  #main .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #main .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }
  #main .fileupload {
    margin-bottom: 0px; }
    #main .fileupload .thumbnail {
      display: inline-block;
      margin-bottom: 5px;
      overflow: hidden;
      text-align: center;
      vertical-align: middle; }
    #main .fileupload .btn {
      vertical-align: middle; }
  #main .fileupload-exists .fileupload-new, #main .fileupload-new .fileupload-exists {
    display: none; }
  #main .upload-button {
    line-height: 20px;
    border-radius: 0px !important; }
  #main .dotted {
    cursor: help;
    border-bottom: 1px dotted #999; }
  #main #booking-delay-options {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px; }
  #main #enable-booking-delay-button {
    background-color: var(--brand-color);
    color: white; }
  #main #enable-booking-delay-button:hover {
    background-color: #6443A5; }
  #main .booking-delay-options {
    background-color: #fcf8e3;
    border-radius: 4px;
    margin-bottom: 20px;
    width: calc(100% - 20px); }
    #main .booking-delay-options .subsection {
      margin-bottom: 20px;
      padding-bottom: 5px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px solid lightgrey; }
  #main .bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px dotted grey; }
  #main .bookable_attributes .nested-fields .controls {
    margin-left: 20px; }
  #main .bookable_attributes .nested-fields .name-field {
    width: 200px; }
  #main .bookable_attributes .nested-fields .remove_fields {
    height: 20px;
    width: 20px; }

.margin_left_zero {
  margin-left: 0px !important; }

.agenda_list {
  width: auto; }
  .agenda_list .titles {
    text-transform: uppercase; }
  .agenda_list td {
    padding-right: 15px; }
    @media (max-width: 480px) {
      .agenda_list td {
        padding: 5px !important; } }
    .agenda_list td .control-group {
      margin: 5px 0px !important; }
    .agenda_list td .controls {
      margin-left: 0px !important; }

.colorpicker.dropdown-menu {
  border-radius: 0; }

.colorpicker.dropdown-menu:before,
.colorpicker.dropdown-menu:after {
  border: 0 !important; }

.dropdown-menu {
  display: none;
  position: absolute;
  border: 1px solid #666;
  background: #fff;
  margin-top: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 100px;
  padding: 4px 4px 0px 4px;
  margin: 2px 0 0 0;
  list-style: none; }

.open > .dropdown-menu {
  display: block; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.hide {
  display: none; }

.group_modal .box-content {
  background: white !important; }

.group_modal .tab-content {
  background: #F9F9FA; }

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out; }

.modal.fade.in {
  top: 5%; }

.fade.in {
  opacity: 1; }

.modal {
  z-index: 10000000;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 650px;
  margin-left: -325px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box; }
  .modal .modal-title {
    font-weight: normal;
    font-size: 1.5em;
    padding-left: 0.4rem; }
  .modal .select2-container {
    margin-bottom: 0px; }
    .modal .select2-container .select2-search-choice {
      font-size: 14px; }

@media (max-width: 650px) {
  .modal {
    left: 5%;
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0; } }
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

.close {
  float: right;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2; }

.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4; }

.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  position: relative;
  padding: 20px; }
  .modal-body .highlight-toolbar {
    padding: 0 10px; }
  .modal-body .gallery {
    list-style-type: none;
    margin: 0 10px;
    padding: 0; }
    .modal-body .gallery:after {
      content: "";
      display: table;
      clear: both; }
    .modal-body .gallery > li {
      float: left;
      margin: 1px 0 0 1px;
      position: relative;
      cursor: pointer;
      height: 100px; }
    .modal-body .gallery > li > a {
      display: block; }
    .modal-body .gallery > li:hover .extras {
      display: block; }
    .modal-body .gallery > li .extras {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      width: 100%;
      height: 100%; }
    .modal-body .gallery > li .extras:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .modal-body .gallery > li .extras .extras-inner {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 90%;
      height: auto; }
    .modal-body .gallery > li .extras .extras-inner a {
      color: #bbb;
      text-decoration: none;
      padding: 5px;
      text-align: center; }
    .modal-body .gallery > li .extras .extras-inner a:hover {
      color: #fff;
      background: #368ee0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px; }

.pagination-total {
  margin: 5px 0;
  font-weight: bold; }

.pagination {
  margin: 10px 0;
  line-height: 35px; }
  .pagination .current {
    border-radius: 4px;
    padding: 2px 6px;
    border: 1px solid transparent;
    font-weight: bold; }
  .pagination a {
    border-radius: 4px;
    color: var(--brand-color);
    padding: 5px 7px;
    border: 1px solid var(--brand-color); }
  .pagination a:hover {
    text-decoration: none;
    background: #6443A5;
    color: white; }
  .pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .pagination ul > li {
    display: inline; }
  .pagination ul > li > a,
  .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0; }
  .pagination ul > li > a:hover,
  .pagination ul > li > a:focus,
  .pagination ul > .active > a,
  .pagination ul > .active > span {
    background-color: #f5f5f5; }
  .pagination ul > .active > a,
  .pagination ul > .active > span {
    color: #999999;
    cursor: default; }
  .pagination ul > .disabled > span,
  .pagination ul > .disabled > a,
  .pagination ul > .disabled > a:hover,
  .pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent; }
  .pagination ul > li:first-child > a,
  .pagination ul > li:first-child > span {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pagination ul > li:last-child > a,
  .pagination ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.counter-div {
  display: inline-block;
  position: relative; }
  .counter-div i {
    display: inline-block;
    top: 1px;
    position: relative; }

.count_bubble {
  display: inline-block;
  font-size: 11px;
  margin-left: 2px;
  margin-right: 4px;
  height: 19px;
  width: 19px;
  background-color: #6D729A;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  vertical-align: text-bottom; }

.check_all {
  position: relative;
  top: 50px;
  left: 10px;
  font-style: italic;
  display: inline; }

.accordion-container {
  padding: 10px 20px; }
  @media (max-width: 768px) {
    .accordion-container {
      padding: 10px 3px; } }

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #eee;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-left: 1px solid #eee;
  font-weight: 300; }

.accordion-header.collapsed {
  margin-bottom: 10px; }

.accordion-header i {
  font-size: 1.1rem;
  margin-right: 15px; }

.accordion-header:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion-header::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555555'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.accordion-content {
  background: white;
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
  margin-bottom: 10px;
  border-left: 1px solid #eee; }
  @media (max-width: 768px) {
    .accordion-content {
      padding: 10px 3px; }
      .accordion-content .box-content {
        padding: 0px; } }

.accordion-content h3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--brand-color);
  display: block;
  margin: 3px 0 3px 3px;
  padding: 5px 0; }

.accordion-content .box-content {
  background: white !important; }

.accordion-content .box-content .tab-content {
  background: #F9F9FA; }

.adjusted-top-bottom-margins {
  margin-top: 0px !important; }

.nav.nav-tabs > li > a {
  color: #333333; }

.payment_settings .fix-width select {
  width: 280px; }

.badge {
  border: 0;
  display: inline-block;
  padding: 0.3rem 0.4rem 0.3em 0.4rem;
  font-size: 0.9em;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
  border-radius: 4px;
  color: #686868;
  background-color: #e5e6e7; }

.badge_success {
  color: #4ba71e;
  background-color: #e8f9df; }
body.pro_users-course_clusters_controller .appointment-list-item {
  font-weight: bold;
  display: inline-block;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom; }
body.pro_users-course_clusters_controller .modal {
  left: 380px;
  z-index: 1050;
  width: 80%;
  border-radius: 10px; }
  @media (max-width: 768px) {
    body.pro_users-course_clusters_controller .modal {
      left: 0px;
      width: 100%; } }
body.pro_users-courses_controller .modal {
  left: 380px;
  z-index: 1050;
  width: 80%;
  border-radius: 10px; }
  @media (max-width: 768px) {
    body.pro_users-courses_controller .modal {
      left: 0px;
      width: 100%; } }
body.pro_users-courses_controller .create_pax_category_link {
  margin-bottom: 20px; }
body.pro_users-courses_controller .course-pax-categories {
  background: white;
  margin-left: 0px;
  margin-top: 0.5rem;
  width: 400px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }
  @media (max-width: 768px) {
    body.pro_users-courses_controller .course-pax-categories {
      width: 100%; } }
body.pro_users-courses_controller .course-pax-categories:empty {
  border: none; }
body.pro_users-courses_controller .course-pax-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0px 13px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.pro_users-courses_controller .course-pax-category .input-append {
    margin-right: 1rem; }
    @media (max-width: 768px) {
      body.pro_users-courses_controller .course-pax-category .input-append {
        margin-right: 0.5rem; } }
body.pro_users-courses_controller .course-pax-category + .course-pax-category {
  border-top: 1px solid #ddd; }
body.pro_users-courses_controller .course-pax-category:hover {
  background: #F5F5F5; }
body.pro_users-courses_controller #pax-category-selector,
body.pro_users-courses_controller .pax-category-name {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 4px 0px; }
body.pro_users-courses_controller .pax-category-name {
  font-weight: bold; }
body.pro_users-courses_controller .light_grey {
  color: #b1afaf;
  font-style: italic;
  text-transform: none; }
body.pdf-invoice {
  background: #FFFFFF !important; }

body.pro_users-invoices_controller .abo_valid_til {
  margin: 0 0 0 57px; }
body.pro_users-invoices_controller .plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem; }
  @media (max-width: 600px) {
    body.pro_users-invoices_controller .plans {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
body.pro_users-invoices_controller .monthly-price {
  font-size: 1.3em;
  font-weight: bold; }
body.pro_users-invoices_controller .invoice-table td {
  vertical-align: top; }
@media (max-width: 600px) {
  body.pro_users-invoices_controller .invoice-table .hide_when_small {
    display: none; } }
body.pro_users-invoices_controller .plan_overview {
  border: 1px solid #dedede;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
  margin: 0px 10px 0px 16px;
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-height: 150px; }
  @media (max-width: 480px) {
    body.pro_users-invoices_controller .plan_overview {
      width: calc(100% - 30px); } }
  body.pro_users-invoices_controller .plan_overview .overview_monthly_item {
    text-align: right;
    padding-top: 10px;
    width: 200px; }
  body.pro_users-invoices_controller .plan_overview .overview_monthly_price {
    font-weight: bold;
    text-align: right;
    width: 100px;
    padding-top: 10px; }
  body.pro_users-invoices_controller .plan_overview .show_conditional {
    font-style: italic;
    color: #a3a3a3; }
  body.pro_users-invoices_controller .plan_overview .overview_border_bottom {
    border-bottom: 1px solid #b0b0b0;
    font-weight: bold;
    text-align: right; }
  body.pro_users-invoices_controller .plan_overview .overview_border_top {
    border-top: 1px solid #b0b0b0; }
body.pro_users-invoices_controller .overview_details {
  display: inline-block;
  vertical-align: top;
  margin-top: 33px; }
  @media (max-width: 480px) {
    body.pro_users-invoices_controller .overview_details {
      margin-top: 0px;
      text-align: center;
      width: 100%; } }
  body.pro_users-invoices_controller .overview_details .overview_monthly_item {
    padding-top: 10px; }
body.pro_users-invoices_controller .left_box {
  float: left; }
body.pro_users-invoices_controller .right_box {
  display: inline-block; }
body.pro_users-invoices_controller .plan-size-title {
  margin-top: 2rem; }
body.pro_users-invoices_controller .agenda-additional-price {
  margin-top: 1rem; }
body.pro_users-invoices_controller .add-agenda-button {
  background-color: var(--brand-color);
  border: none;
  color: white;
  border-radius: 5px;
  padding: 8px 10px;
  margin-top: 20px;
  margin-right: 10px;
  text-transform: capitalize;
  display: inline-block; }
body.pro_users-invoices_controller .add-agenda-button:hover {
  text-decoration: none;
  background-color: var(--brand-alt-color); }
body.pro_users-invoices_controller .remove-agenda-button {
  margin: 0 auto;
  text-transform: capitalize;
  margin: 10px 0px 0px 0px;
  float: right; }
body.pro_users-invoices_controller .plan-form {
  margin: 0; }
body.pro_users-invoices_controller .plan {
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid lightgrey;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin: 0 1rem; }
  @media (max-width: 600px) {
    body.pro_users-invoices_controller .plan {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      body.pro_users-invoices_controller .plan + .plan {
        margin-top: 3rem; } }
body.pro_users-invoices_controller .active_plan {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
  text-align: center; }
body.pro_users-invoices_controller .your_plan {
  position: absolute;
  top: -2.5em;
  left: 4em;
  font-size: 1.4em;
  color: #343360; }
body.pro_users-invoices_controller .plan-top {
  padding: 1rem;
  padding-top: 2rem;
  border-bottom: 1px solid grey;
  background: #6d7296;
  color: white;
  height: 150px; }
body.pro_users-invoices_controller .annual-discount {
  background: green;
  padding: 0.3rem;
  color: white;
  border-radius: 1rem;
  display: inline-block; }
body.pro_users-invoices_controller .terms-modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  overflow: hidden;
  display: none; }
body.pro_users-invoices_controller .terms-modal-close {
  padding: 1rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
  border: none;
  background: transparent; }
  @media (max-width: 600px) {
    body.pro_users-invoices_controller .terms-modal-close {
      top: 0;
      right: 0; } }
body.pro_users-invoices_controller .terms-modal-content {
  position: relative;
  background: white;
  margin: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 3rem; }
  @media (max-width: 600px) {
    body.pro_users-invoices_controller .terms-modal-content {
      margin: 0;
      padding: 1rem; } }
body.pro_users-invoices_controller .plan-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
body.pro_users-invoices_controller .plan-bottom {
  padding: 1rem; }
body.pro_users-invoices_controller .plan-enabled {
  color: #3b9d36;
  padding: 0.5rem;
  width: 100px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-top: 1rem;
  border: none;
  font-size: 1.2em;
  font-weight: 500; }
body.pro_users-invoices_controller .plan-select-button {
  background-color: var(--brand-color);
  border: none;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100px;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 1.2em;
  font-weight: 500; }
body.pro_users-invoices_controller .plan-select-button:hover {
  opacity: 0.7; }
body.pro_users-invoices_controller .plan-name {
  border-radius: 4px;
  background: #343360;
  font-size: 2em;
  color: white;
  padding: 0.5rem;
  height: 2rem;
  line-height: 2rem;
  width: 150px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  margin: auto; }
body.pro_users-invoices_controller .plan-text {
  margin-top: 20px;
  color: white; }
body.pro_users-invoices_controller table.table-invoice .total {
  width: 250px; }
@media (max-width: 480px) {
  body.pro_users-invoices_controller table.table-invoice .total {
    width: auto; } }
body.pro_users-invoices_controller table.table-invoice td {
  vertical-align: top; }
body.pro_users-invoices_controller .invoice-payment ul {
  height: 32px;
  padding-bottom: 20px; }
body.pro_users-invoices_controller .popover {
  max-width: 400px;
  width: 400px; }
body.pro_users-invoices_controller .extra-agendas {
  width: 40px;
  margin-bottom: 0px; }
body.pro_users-invoices_controller .trial_message {
  font-size: 14px; }
body.pro_users-invoices_controller .payment-methods {
  margin-left: 3em;
  margin-top: 4em;
  text-align: left;
  display: block; }
body.pro_users-invoices_controller .paycard-logo {
  height: 48px; }
body.pro_users-invoices_controller .datatrans-logo {
  margin-top: 50px;
  height: 81px; }
body.pro_users-invoices_controller .pay-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 2px; }
  body.pro_users-invoices_controller .pay-card-container input {
    margin-left: 20px;
    margin-right: 20px; }
  body.pro_users-invoices_controller .pay-card-container img {
    margin-right: 20px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(48, 48, 56, 0.2);
            box-shadow: 0 2px 1px 0 rgba(48, 48, 56, 0.2);
    border-radius: 7px; }
  body.pro_users-invoices_controller .pay-card-container small {
    text-transform: uppercase;
    color: #777; }
body.pro_users-invoices_controller .pay-card-buttons {
  margin-top: 20px; }
body.pro_users-invoices_controller .label-invoice {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  background: #81c784;
  font-size: 105%;
  font-weight: 400; }
  body.pro_users-invoices_controller .label-invoice i {
    font-size: 130%;
    margin-right: 10px;
    vertical-align: text-bottom; }
body.pro_users-invoices_controller .label-invoice-warning {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  background: #fff3cd;
  font-size: 105%;
  color: #664d03;
  font-weight: 400; }
  body.pro_users-invoices_controller .label-invoice-warning i {
    font-size: 130%;
    margin-right: 10px;
    vertical-align: text-bottom; }
body.pro_users-invoices_controller .label-invoice-info {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  background: #cde3ff;
  font-size: 105%;
  color: #033166;
  font-weight: 400; }
  body.pro_users-invoices_controller .label-invoice-info i {
    font-size: 130%;
    margin-right: 10px;
    vertical-align: text-bottom; }
body.pro_users-invoices_controller .btn-pay {
  padding: 15px 30px;
  margin-top: 20px; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px; }

.invoice-info .invoice-name {
  font-size: 24px;
  margin-bottom: 40px; }

.invoice-info .invoice-from, .invoice-info .invoice-to {
  float: left;
  margin-bottom: 30px; }

.invoice-info .invoice-from span, .invoice-info .invoice-to span {
  color: #888;
  display: block; }

.invoice-info .invoice-to {
  margin-left: 50px; }

.invoice-info .invoice-infos {
  float: right;
  margin-right: 20px; }
  .invoice-info .invoice-infos th {
    text-align: right;
    padding-right: 15px; }

.table-invoice .price {
  width: 100px; }

.table-invoice .qty {
  width: 50px; }

.table-invoice .total {
  text-align: right;
  width: 150px; }

.table-invoice .taxes p {
  text-align: right;
  white-space: nowrap; }

.table-invoice .taxes p .light {
  margin-right: 20px;
  color: #888; }

.table-invoice .taxes p .totalprice {
  font-weight: bold; }

.table-invoice .taxes p .deductable {
  font-decoration: italic; }

.invoice-payment span {
  color: #888;
  display: block; }

.invoice-payment ul {
  list-style-type: none;
  margin: 10px;
  padding: 0; }

.invoice-payment ul li {
  float: left;
  margin-right: 10px; }

.preview-debt-account-blocked {
  color: #db3726;
  padding: 20px 30px;
  font-size: 1.3rem;
  background-color: #fdeeee;
  border: 1px solid #db3726;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 2px;
  line-height: 2.5rem; }

.preview-debt {
  color: #333;
  padding: 40px;
  font-size: 1.3rem;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  margin-bottom: 50px;
  border-radius: 2px;
  line-height: 2.5rem; }
  .preview-debt span {
    font-size: 2.3rem;
    margin-left: 0.5rem;
    font-weight: 300; }
  .preview-debt b {
    margin-left: 0.3rem;
    margin-right: 0.3rem; }
  .preview-debt.debt b {
    color: #db3726; }
  .preview-debt.credit b {
    color: #468847; }

@media print {
  #navigation, #left, .breadcrumbs, .page-header, .invoice-payment, .box-title {
    display: none !important; }

  #main {
    margin-left: 0 !important; } }
#left.full {
  bottom: auto;
  height: auto; }

#content.nav-fixed #left.sidebar-fixed {
  position: fixed;
  top: 40px;
  overflow-x: hidden; }

.embedded #content.nav-fixed #left {
  top: 0 !important; }

body.embedded #left.sidebar-fixed {
  top: 0 !important; }

#left {
  z-index: 1000;
  height: 100% !important;
  width: 250px;
  left: 0;
  bottom: 0;
  background: white;
  border-right: 1px solid lightgrey; }
  #left .subnav {
    margin-top: 15px; }
    #left .subnav .subnav-title {
      text-overflow: ellipsis;
      white-space: nowrap; }
    #left .subnav .subnav-title span {
      margin-left: 10px;
      font-size: 18px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #left .subnav .subnav-title .toggle-subnav {
      color: #444;
      padding: 1px 6px;
      text-decoration: none;
      display: block;
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    #left .subnav .subnav-title .toggle-subnav:hover {
      color: #222; }
      #left .subnav .subnav-title .toggle-subnav:hover .fa-angle-down {
        display: inline !important; }
      #left .subnav .subnav-title .toggle-subnav:hover .fa-angle-right {
        display: inline !important; }
    #left .subnav .subnav-title .toggle-subnav i {
      position: absolute;
      font-size: 14px;
      right: 20px;
      top: 4px;
      display: none; }
    #left .subnav .subnav-menu {
      list-style-type: none;
      margin: 5px 0;
      padding: 0; }
    #left .subnav .subnav-menu > li {
      text-overflow: ellipsis; }
    #left .subnav .subnav-menu > li > a {
      color: #555;
      display: block;
      padding: 5px 0 5px 21px;
      text-decoration: none;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
      #left .subnav .subnav-menu > li > a:hover {
        background: #f5f5f5;
        color: #222;
        position: relative; }
    #left .subnav .subnav-menu > li.active > a {
      background: var(--brand-color);
      color: #FFF; }
    #left .subnav .subnav-menu > li > a > i {
      left: -6px;
      position: relative; }
    #left .subnav .subnav-menu > li > a > i.fa-toggle-on {
      color: var(--brand-alt-color); }
    #left .subnav .subnav-menu > li > a > i.toggler {
      float: right;
      margin-right: 2px;
      top: 1px;
      font-size: 20px; }
body.pro_users-locations_controller .location_row {
  padding-bottom: 1rem; }
  body.pro_users-locations_controller .location_row .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    body.pro_users-locations_controller .location_row .locations .location {
      position: relative;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      border-left: #b5b6b8 5px solid;
      border-radius: 0px;
      padding-bottom: 10px;
      margin-bottom: 20px;
      margin-right: 40px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin: 1rem;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
      @media (max-width: 480px) {
        body.pro_users-locations_controller .location_row .locations .location {
          max-width: calc(100% - 3rem); } }
    body.pro_users-locations_controller .location_row .locations .location_title {
      position: relative;
      left: -10px;
      margin-left: 1em;
      display: inline;
      width: auto;
      font-size: 15px;
      margin-bottom: 0px;
      line-height: auto;
      border: 0;
      border-bottom: 0px; }
    body.pro_users-locations_controller .location_row .locations .location .content address_td {
      min-width: 200px; }
    @media (max-width: 480px) {
      body.pro_users-locations_controller .location_row .locations .location .content {
        min-width: 180px; } }
    body.pro_users-locations_controller .location_row .locations .location .content .text-right {
      float: right;
      display: inline; }
    body.pro_users-locations_controller .location_row .locations .location .content table {
      display: inline; }
    body.pro_users-locations_controller .location_row .locations .location .content td:first-child {
      vertical-align: top; }
    body.pro_users-locations_controller .location_row .locations .location .content td {
      padding-right: 10px; }
body.pro_users-locations_controller .service-table {
  width: auto;
  min-width: 200px;
  margin-bottom: 0px; }
body.pro_users-locations_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > td,
body.pro_users-locations_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f4f4f4; }
body.pro_users-locations_controller .service-table-td {
  background-color: #f9f9fa;
  padding: 5px 10px; }
body.pro_users-locations_controller .service-table-th {
  background-color: #e5eef1;
  padding: 0px 0px 0px 20px; }
body.pro_users-locations_controller .check_all_agendas, body.pro_users-locations_controller .check_all_srvices {
  margin-bottom: 0px;
  font-style: italic;
  margin-left: 5px; }
body.pro_users-locations_controller .select_all_options {
  margin: 0 0 10px 0px;
  border: 1px solid #dedede;
  background: #f9f9f9;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px 1px 10px; }
  body.pro_users-locations_controller .select_all_options #toggleCheck {
    position: relative;
    top: -3px; }
body.pro_users-locations_controller .agenda-color, body.pro_users-locations_controller .service-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  top: 3px;
  position: relative; }
body.pro_users-locations_controller #dynamic-modal {
  width: 380px;
  margin-top: 100px;
  left: 500px;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5); }
  @media (max-width: 480px) {
    body.pro_users-locations_controller #dynamic-modal {
      margin-left: 0px;
      width: calc(100% - 10px);
      margin-top: 50px; } }
body.pro_users-locations_controller .div_location_type {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px 15px 5px 15px; }
  body.pro_users-locations_controller .div_location_type .control-label {
    width: 147px !important; }
  body.pro_users-locations_controller .div_location_type .controls {
    margin-left: 147px !important; }
body.pro_users-locations_controller .location_type_radio {
  display: inline; }
body.pro_users-locations_controller .location_type_radio br {
  display: none; }
#fc_availabilities .fc-state-highlight {
  background-color: inherit; }
#fc_availabilities .fc-event {
  filter: alpha(opacity=100);
  opacity: 1; }
  #fc_availabilities .fc-event.selected {
    filter: alpha(opacity=80);
    opacity: 0.8; }
@media (max-width: 480px) {
  #fc_availabilities .fc-content {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important; } }

.availabilities_form ul#days_list, .availabilities_form ul#dates_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold; }
  .availabilities_form ul#days_list > li > ul > li, .availabilities_form ul#dates_list > li > ul > li {
    font-weight: normal; }
    .availabilities_form ul#days_list > li > ul > li:hover, .availabilities_form ul#dates_list > li > ul > li:hover {
      background-color: #f8f8f8; }

.form-actions {
  padding: 20px 0px 0px 0px; }

.wstyled-select {
  background: transparent;
  display: inline !important;
  font-size: 22px;
  border: 1px solid #cacaca;
  line-height: 24px;
  font-weight: 400;
  height: 35px;
  padding: 5px;
  max-width: 300px !important;
  border-radius: 5px;
  color: #000000;
  vertical-align: baseline; }

.open_hours_agenda .fc-event, .open_hours_agenda .fc-event-time {
  background-color: #56AF48 !important;
  border-color: #56AF48 !important; }

.open_hours_service .fc-event, .open_hours_service .fc-event-time {
  background-color: #d38116 !important;
  border-color: #d38116 !important; }

.open_hours_resource .fc-event, .open_hours_resource .fc-event-time {
  background-color: #ff0097 !important;
  border-color: #ff0097 !important; }

.open_hours_page .fc-event, .open_hours_page .fc-event-time {
  background-color: #204e81 !important;
  border-color: #204e81 !important; }

.open-hours-cal-container {
  padding-top: 1rem; }
  .open-hours-cal-container > a > .far {
    padding-right: 0.4rem; }

.bottom-open-hours-moved {
  padding-top: 2rem; }
  .bottom-open-hours-moved .btn-block {
    width: 100%;
    display: block; }
    .bottom-open-hours-moved .btn-block > .far {
      padding-right: 0.4rem; }
.pro_users-promotions_controller .all_pictures > .control-group {
  float: left; }
  .pro_users-promotions_controller .all_pictures > .control-group > .controls {
    margin-left: 40px; }
.pro_users-promotions_controller .image_catalog_modal {
  width: 796px;
  margin-left: -398px; }
  .pro_users-promotions_controller .image_catalog_modal .modal-body {
    max-height: 600px; }
  .pro_users-promotions_controller .image_catalog_modal .gallery > li {
    width: 100px;
    height: 100px; }
  .pro_users-promotions_controller .image_catalog_modal .select2-container-multi {
    font-size: 13px;
    width: 492px; }
.pro_users-promotions_controller .twitter-typeahead .tt-query,
.pro_users-promotions_controller .twitter-typeahead .tt-hint {
  margin-bottom: 0;
  min-width: 300px; }
.pro_users-promotions_controller .twitter-typeahead .tt-hint {
  color: #999; }
.pro_users-promotions_controller .tt-dropdown-menu {
  min-width: 300px;
  overflow-y: auto;
  max-height: 700px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }
.pro_users-promotions_controller .tt-suggestion {
  display: block;
  padding: 3px 20px; }
.pro_users-promotions_controller .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }
.pro_users-promotions_controller .tt-suggestion.tt-is-under-cursor a {
  color: #fff; }
.pro_users-promotions_controller .tt-suggestion p {
  margin: 0; }
.pro_users-promotions_controller .tt-title {
  background: #e6e6e6;
  margin: 0;
  padding: 10px 0 10px 5px;
  color: #464646;
  font-weight: 300; }
.pro_users-public_holidays_controller #main .settings-background {
  background: white; }
.pro_users-public_holidays_controller .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .pro_users-public_holidays_controller .flex-container .flex-middle {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 10px;
    text-align: center; }
    .pro_users-public_holidays_controller .flex-container .flex-middle i {
      margin-top: 82px;
      color: green;
      font-size: 2rem; }
  .pro_users-public_holidays_controller .flex-container .flex-left, .pro_users-public_holidays_controller .flex-container .flex-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.pro_users-public_holidays_controller .accordion-container {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 0px;
  margin-bottom: 10px; }
.pro_users-public_holidays_controller .accordion-header {
  border-radius: 3px 3px 0 0;
  background-color: #f9f9fa;
  font-weight: bold; }
.pro_users-public_holidays_controller .accordion-header.collapsed {
  margin-bottom: 0px;
  border-radius: 3px; }
.pro_users-public_holidays_controller .accordion-content {
  padding: 0px;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
  border: 0; }
  .pro_users-public_holidays_controller .accordion-content .header-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 10px 5px 10px;
    gap: 20px; }
  .pro_users-public_holidays_controller .accordion-content li {
    list-style-type: none; }
  .pro_users-public_holidays_controller .accordion-content .checkbox-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f9f9fa;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .pro_users-public_holidays_controller .accordion-content .checkbox-button input {
    display: block; }
  .pro_users-public_holidays_controller .accordion-content .checkbox-button.checked {
    background-color: #6d7296;
    border-color: #818182;
    color: white; }
  .pro_users-public_holidays_controller .accordion-content .checkbox-button span {
    margin-left: 8px; }
body.pro_users-users_controller.questionnaire_replies_action .modal-dialog .messages {
  margin: 0; }
  body.pro_users-users_controller.questionnaire_replies_action .modal-dialog .messages > li div.message {
    margin-right: inherit; }
body.pro_users-users_controller.questionnaire_replies_action .modal-dialog .edit_questionnaire_reply {
  margin-top: 10px; }
body.pro_users-users_controller.questionnaire_replies_action .messages {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 20px 20px 10px; }
  body.pro_users-users_controller.questionnaire_replies_action .messages > li .message {
    padding: 10px; }
  body.pro_users-users_controller.questionnaire_replies_action .messages > li:first-of-type {
    margin-top: 0; }
body.pro_users-recommendations_controller h1 {
  margin: 0px 0px 0px 0px !important;
  color: #2a2a2a;
  line-height: 24px;
  font-weight: 400;
  font-size: 24px; }
body.pro_users-recommendations_controller .box-content {
  padding: 0px 20px 0 20px; }
body.pro_users-recommendations_controller .email_container {
  background: #FFFFFF;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 630px;
  padding: 20px; }
  @media (max-width: 480px) {
    body.pro_users-recommendations_controller .email_container {
      padding: 10px;
      width: 94%; } }
body.pro_users-recommendations_controller .recommandation_explanation {
  margin-bottom: 20px; }
@media (max-width: 480px) {
  body.pro_users-recommendations_controller .recommendation_table {
    width: 100%; } }
@media (max-width: 480px) {
  body.pro_users-recommendations_controller .recommendation_table #message_email {
    width: 80%; } }
body.pro_users-recommendations_controller .recommendation_table .send_button {
  padding-left: 30px;
  display: inline-block; }
  @media (max-width: 480px) {
    body.pro_users-recommendations_controller .recommendation_table .send_button {
      padding-left: 0px; } }
body.pro_users-recommendations_controller .input-xlarge {
  background-color: #FFFFFF; }
  @media (max-width: 480px) {
    body.pro_users-recommendations_controller .input-xlarge {
      width: 93% !important; } }
body.pro_users-recommendations_controller .fake_textarea {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 615px;
  background: #FFFFFF; }
  @media (max-width: 480px) {
    body.pro_users-recommendations_controller .fake_textarea {
      width: 93%; } }
  body.pro_users-recommendations_controller .fake_textarea .textarea500 {
    border: 0px;
    width: 600px !important;
    background-color: #FFFFFF; }
    @media (max-width: 480px) {
      body.pro_users-recommendations_controller .fake_textarea .textarea500 {
        width: 100% !important;
        height: 180px !important; } }
  body.pro_users-recommendations_controller .fake_textarea .message_link {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold; }
body.pro_users-recommendations_controller .bordered {
  border: 1px solid #CACACA; }
body.pro_users-recommendations_controller .bordered td {
  padding: 10px; }
body.pro_users-reports_controller form select {
  width: auto; }
body.pro_users-reports_controller form input.datepick {
  width: 100px; }
body.pro_users-reports_controller .loader {
  text-align: center;
  font-size: 50px;
  color: var(--brand-color);
  position: absolute;
  z-index: 100;
  left: 50%; }
body.pro_users-reports_controller #result table tfoot {
  font-weight: bold; }
body.pro_users-reports_controller #chart {
  height: 300px; }
body.pro_users-reports_controller .box.box-bordered.box-color.green .box-title {
  background: #393 !important;
  margin-top: 0px !important;
  border: 0px !important; }
  body.pro_users-reports_controller .box.box-bordered.box-color.green .box-title h3 {
    color: #FFFFFF !important; }
body.pro_users-reports_controller .box.box-bordered.box-color.green .box-content {
  border: 2px solid #393 !important; }

body.pro_users-sms_reminders_controller .sms-messages-history .span12 {
  margin-left: 0; }

.flot-tooltip {
  position: absolute;
  display: none;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
  padding: 5px; }

.flot-tooltip .tooltip-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  margin-left: -5px;
  bottom: -5px;
  left: 15px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.statistic-big .top {
  *zoom: 1; }

.statistic-big .top:after {
  content: "";
  display: table;
  clear: both; }

.statistic-big .top .left {
  float: left; }

.statistic-big .top .right {
  float: right;
  font-size: 24px;
  line-height: 31px; }

.statistic-big .top .right .icon-circle-arrow-up {
  color: #393; }

.statistic-big .top .right .icon-circle-arrow-right {
  color: #f8a31f; }

.statistic-big .top .right .icon-circle-arrow-down {
  color: #e63a3a; }

.statistic-big .bottom {
  margin-top: 30px; }

.statistic-big .stats-overview {
  text-align: center; }

.statistic-big .stats-overview > li {
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  border-right: 1px solid #ddd; }

.statistic-big .stats-overview > li:last-child {
  border-right: 0; }

.statistic-big .stats-overview > li .name {
  display: block; }

.statistic-big .stats-overview > li .value {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px; }
body.pro_users-resources_controller .check_all_resource_services {
  position: relative;
  top: 22px;
  left: 10px;
  font-style: italic;
  display: inline; }
  @media (max-width: 480px) {
    body.pro_users-resources_controller .check_all_resource_services {
      top: 0px; } }
body.pro_users-resources_controller .check_all_resource_agendas_locations {
  position: relative;
  top: 28px;
  left: 10px;
  font-style: italic;
  display: inline; }
body.pro_users-resources_controller .resource-service-table {
  margin-left: 140px;
  width: auto; }
  @media (max-width: 480px) {
    body.pro_users-resources_controller .resource-service-table {
      margin-left: 0px;
      width: 100%; } }
  body.pro_users-resources_controller .resource-service-table th {
    background-color: #f5f5f5;
    padding: 2px;
    padding-left: 15px;
    border-left: 3px solid #6d7299; }
  body.pro_users-resources_controller .resource-service-table td {
    padding-left: 15px; }
body.pro_users-resources_controller .service-color,
body.pro_users-resources_controller .agenda-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  top: 3px;
  position: relative; }
body.pro_users-services_controller table td p, body.pro_users-courses_controller table td p, body.pro_users-public_holidays_controller table td p {
  margin: 0; }
body.pro_users-services_controller .variants-section-active, body.pro_users-courses_controller .variants-section-active, body.pro_users-public_holidays_controller .variants-section-active {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-top: 5px; }
body.pro_users-services_controller .modal, body.pro_users-courses_controller .modal, body.pro_users-public_holidays_controller .modal {
  left: 380px;
  z-index: 1050;
  top: 5px;
  width: 80%;
  border-radius: 10px;
  -webkit-box-shadow: 1px 4px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 4px 40px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    body.pro_users-services_controller .modal, body.pro_users-courses_controller .modal, body.pro_users-public_holidays_controller .modal {
      left: 0px;
      width: 100%; } }
body.pro_users-services_controller .controls #services_tariff590_id, body.pro_users-courses_controller .controls #services_tariff590_id, body.pro_users-public_holidays_controller .controls #services_tariff590_id {
  width: 400px; }
body.pro_users-services_controller .t590selector, body.pro_users-courses_controller .t590selector, body.pro_users-public_holidays_controller .t590selector {
  max-width: 600px; }
body.pro_users-services_controller .service-agenda-count,
body.pro_users-services_controller .service-resource-count,
body.pro_users-services_controller .service-location-count, body.pro_users-courses_controller .service-agenda-count,
body.pro_users-courses_controller .service-resource-count,
body.pro_users-courses_controller .service-location-count, body.pro_users-public_holidays_controller .service-agenda-count,
body.pro_users-public_holidays_controller .service-resource-count,
body.pro_users-public_holidays_controller .service-location-count {
  display: inline-block;
  padding: 3px; }
  body.pro_users-services_controller .service-agenda-count .far, body.pro_users-services_controller .service-agenda-count .fal,
  body.pro_users-services_controller .service-resource-count .far,
  body.pro_users-services_controller .service-resource-count .fal,
  body.pro_users-services_controller .service-location-count .far,
  body.pro_users-services_controller .service-location-count .fal, body.pro_users-courses_controller .service-agenda-count .far, body.pro_users-courses_controller .service-agenda-count .fal,
  body.pro_users-courses_controller .service-resource-count .far,
  body.pro_users-courses_controller .service-resource-count .fal,
  body.pro_users-courses_controller .service-location-count .far,
  body.pro_users-courses_controller .service-location-count .fal, body.pro_users-public_holidays_controller .service-agenda-count .far, body.pro_users-public_holidays_controller .service-agenda-count .fal,
  body.pro_users-public_holidays_controller .service-resource-count .far,
  body.pro_users-public_holidays_controller .service-resource-count .fal,
  body.pro_users-public_holidays_controller .service-location-count .far,
  body.pro_users-public_holidays_controller .service-location-count .fal {
    font-size: 17px;
    margin-right: 4px; }
body.pro_users-services_controller .show-more, body.pro_users-courses_controller .show-more, body.pro_users-public_holidays_controller .show-more {
  cursor: pointer;
  font-weight: bold;
  color: var(--brand-color);
  font-size: 18px;
  text-decoration: none;
  margin-left: 20px; }
body.pro_users-services_controller .show-more:hover, body.pro_users-courses_controller .show-more:hover, body.pro_users-public_holidays_controller .show-more:hover {
  text-decoration: underline; }
body.pro_users-services_controller .service-table, body.pro_users-courses_controller .service-table, body.pro_users-public_holidays_controller .service-table {
  width: auto;
  min-width: 350px;
  margin-bottom: 0px;
  background: white;
  border: 1px solid #dedede; }
body.pro_users-services_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > td,
body.pro_users-services_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > th, body.pro_users-courses_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > td,
body.pro_users-courses_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > th, body.pro_users-public_holidays_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > td,
body.pro_users-public_holidays_controller .service-table.table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f4f4f4; }
body.pro_users-services_controller .service-table-td-select_all_options, body.pro_users-courses_controller .service-table-td-select_all_options, body.pro_users-public_holidays_controller .service-table-td-select_all_options {
  font-weight: bold;
  background: #f9f9fa; }
body.pro_users-services_controller .service-table-td, body.pro_users-courses_controller .service-table-td, body.pro_users-public_holidays_controller .service-table-td {
  background-color: white;
  padding: 5px 10px; }
body.pro_users-services_controller .service-table-th, body.pro_users-courses_controller .service-table-th, body.pro_users-public_holidays_controller .service-table-th {
  background-color: #e5eef1;
  padding: 0px 0px 0px 20px; }
body.pro_users-services_controller .header-row, body.pro_users-courses_controller .header-row, body.pro_users-public_holidays_controller .header-row {
  position: relative; }
  body.pro_users-services_controller .header-row .sort_buttons, body.pro_users-courses_controller .header-row .sort_buttons, body.pro_users-public_holidays_controller .header-row .sort_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.pro_users-services_controller .header-row .sort_buttons button, body.pro_users-courses_controller .header-row .sort_buttons button, body.pro_users-public_holidays_controller .header-row .sort_buttons button {
      border: 0px;
      padding: 0 6px;
      font-size: 20px;
      background-color: unset; }
  @media (max-width: 768px) {
    body.pro_users-services_controller .header-row .group_title, body.pro_users-courses_controller .header-row .group_title, body.pro_users-public_holidays_controller .header-row .group_title {
      margin-left: 50px; } }
body.pro_users-services_controller .check_all_agendas, body.pro_users-services_controller .check_all_resources, body.pro_users-courses_controller .check_all_agendas, body.pro_users-courses_controller .check_all_resources, body.pro_users-public_holidays_controller .check_all_agendas, body.pro_users-public_holidays_controller .check_all_resources {
  margin-bottom: 0px;
  font-style: italic;
  margin-left: 5px; }
body.pro_users-services_controller .agenda-color, body.pro_users-services_controller .resource-color, body.pro_users-courses_controller .agenda-color, body.pro_users-courses_controller .resource-color, body.pro_users-public_holidays_controller .agenda-color, body.pro_users-public_holidays_controller .resource-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  top: 3px;
  position: relative; }
body.pro_users-services_controller .bookable-attribute-item, body.pro_users-courses_controller .bookable-attribute-item, body.pro_users-public_holidays_controller .bookable-attribute-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body.pro_users-services_controller .bookable-attribute-item .bookable-attribute-item-content, body.pro_users-courses_controller .bookable-attribute-item .bookable-attribute-item-content, body.pro_users-public_holidays_controller .bookable-attribute-item .bookable-attribute-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.pro_users-services_controller .bookable-attribute-item .bookable-attribute-item-content .bookable-attribute-item-drag, body.pro_users-courses_controller .bookable-attribute-item .bookable-attribute-item-content .bookable-attribute-item-drag, body.pro_users-public_holidays_controller .bookable-attribute-item .bookable-attribute-item-content .bookable-attribute-item-drag {
      margin-right: 10px;
      line-height: 36px; }
    body.pro_users-services_controller .bookable-attribute-item .bookable-attribute-item-content .min-max-fields, body.pro_users-courses_controller .bookable-attribute-item .bookable-attribute-item-content .min-max-fields, body.pro_users-public_holidays_controller .bookable-attribute-item .bookable-attribute-item-content .min-max-fields {
      margin-left: 10px; }
  body.pro_users-services_controller .bookable-attribute-item .bookable-attribute-item-type, body.pro_users-courses_controller .bookable-attribute-item .bookable-attribute-item-type, body.pro_users-public_holidays_controller .bookable-attribute-item .bookable-attribute-item-type {
    margin-left: 44px;
    line-height: 16px;
    color: grey;
    font-size: 12px; }
  body.pro_users-services_controller .bookable-attribute-item .bookable-attribute-item-required, body.pro_users-courses_controller .bookable-attribute-item .bookable-attribute-item-required, body.pro_users-public_holidays_controller .bookable-attribute-item .bookable-attribute-item-required {
    margin-left: 30px;
    margin-top: 10px; }
body.pro_users-services_controller .bookable-attribute-item-field, body.pro_users-courses_controller .bookable-attribute-item-field, body.pro_users-public_holidays_controller .bookable-attribute-item-field {
  margin-right: 10px;
  margin-bottom: 10px; }
body.pro_users-services_controller .bookable-attribute-item-field-min-max, body.pro_users-courses_controller .bookable-attribute-item-field-min-max, body.pro_users-public_holidays_controller .bookable-attribute-item-field-min-max {
  width: 60px; }
body.pro_users-services_controller .choices-field, body.pro_users-courses_controller .choices-field, body.pro_users-public_holidays_controller .choices-field {
  min-height: 75px;
  min-width: 200px; }
body.pro_users-services_controller #service_price, body.pro_users-courses_controller #service_price, body.pro_users-public_holidays_controller #service_price {
  margin-left: 1rem;
  margin-right: 0; }
body.pro_users-services_controller #service_currency, body.pro_users-courses_controller #service_currency, body.pro_users-public_holidays_controller #service_currency {
  margin-left: 0;
  margin-right: 0;
  width: 50px;
  left: -4px;
  position: relative;
  background: #eeeeee; }
body.pro_users-services_controller .service-pax-categories, body.pro_users-courses_controller .service-pax-categories, body.pro_users-public_holidays_controller .service-pax-categories {
  background: white;
  margin-left: 0px;
  margin-top: 0.5rem;
  width: 400px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }
  @media (max-width: 768px) {
    body.pro_users-services_controller .service-pax-categories, body.pro_users-courses_controller .service-pax-categories, body.pro_users-public_holidays_controller .service-pax-categories {
      width: 100%; } }
body.pro_users-services_controller .service-pax-categories:empty, body.pro_users-courses_controller .service-pax-categories:empty, body.pro_users-public_holidays_controller .service-pax-categories:empty {
  border: none; }
body.pro_users-services_controller .service-pax-category, body.pro_users-courses_controller .service-pax-category, body.pro_users-public_holidays_controller .service-pax-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0px 13px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.pro_users-services_controller .service-pax-category .input-append, body.pro_users-courses_controller .service-pax-category .input-append, body.pro_users-public_holidays_controller .service-pax-category .input-append {
    margin-right: 1rem; }
    @media (max-width: 768px) {
      body.pro_users-services_controller .service-pax-category .input-append, body.pro_users-courses_controller .service-pax-category .input-append, body.pro_users-public_holidays_controller .service-pax-category .input-append {
        margin-right: 0.5rem; } }
body.pro_users-services_controller .service-pax-category + .service-pax-category, body.pro_users-courses_controller .service-pax-category + .service-pax-category, body.pro_users-public_holidays_controller .service-pax-category + .service-pax-category {
  border-top: 1px solid #ddd; }
body.pro_users-services_controller .service-pax-category:hover, body.pro_users-courses_controller .service-pax-category:hover, body.pro_users-public_holidays_controller .service-pax-category:hover {
  background: #F5F5F5; }
body.pro_users-services_controller #pax-category-selector,
body.pro_users-services_controller .pax-category-name, body.pro_users-courses_controller #pax-category-selector,
body.pro_users-courses_controller .pax-category-name, body.pro_users-public_holidays_controller #pax-category-selector,
body.pro_users-public_holidays_controller .pax-category-name {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 4px 0px; }
body.pro_users-services_controller .pax-category-name, body.pro_users-courses_controller .pax-category-name, body.pro_users-public_holidays_controller .pax-category-name {
  font-weight: bold; }
body.pro_users-services_controller .light_grey, body.pro_users-courses_controller .light_grey, body.pro_users-public_holidays_controller .light_grey {
  color: #b1afaf;
  font-style: italic;
  text-transform: none; }
body.pro_users-services_controller .pax-field, body.pro_users-courses_controller .pax-field, body.pro_users-public_holidays_controller .pax-field {
  margin-right: 10px; }
body.pro_users-services_controller .service-pax-categories-container, body.pro_users-courses_controller .service-pax-categories-container, body.pro_users-public_holidays_controller .service-pax-categories-container {
  margin-top: 30px; }
body.pro_users-services_controller .pax-category-amount, body.pro_users-courses_controller .pax-category-amount, body.pro_users-public_holidays_controller .pax-category-amount {
  width: 60px; }
.login {
  background: #6D7299;
  width: 100%;
  height: 100%; }
  @media (max-width: 480px) {
    .login {
      text-align: center; } }

.login .wrapper {
  width: 330px;
  height: 500px;
  margin: -200px -200px;
  position: absolute;
  left: 50%;
  top: 50%; }
  @media (max-width: 480px) {
    .login .wrapper {
      margin: auto;
      position: relative;
      left: auto;
      top: auto; } }

@media (max-width: 480px) {
  .login .wrapper h1 {
    margin: 0px; } }

.login .wrapper h1 > a {
  color: #fff;
  display: block;
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  padding: 2px 0;
  text-decoration: none; }

.login .wrapper h1 > a img {
  margin-right: 20px;
  margin-top: -8px; }
  @media (max-width: 480px) {
    .login .wrapper h1 > a img {
      margin-top: 50px; } }

.login .wrapper .login-body {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px; }

.login .wrapper .login-body h2 {
  font-weight: 300;
  color: #333;
  font-size: 24px;
  padding: 20px 15px 15px 15px;
  line-height: 2rem; }

.login .wrapper .login-body form {
  padding: 0 15px; }

.login .wrapper .login-body .submit {
  margin-top: 15px; }

.login .wrapper .login-body .email input, .login .wrapper .login-body .pw input {
  padding: 4px 12px;
  height: 30px; }

.login .wrapper .login-body .submit .remember {
  float: left;
  margin-top: 5px;
  margin-left: 1px; }

.login .wrapper .login-body .submit input {
  width: 100%; }

.login .wrapper .login-body .submit:after {
  content: "";
  display: table;
  clear: both; }

.login .wrapper .login-body .submit .remember label {
  float: left; }

.login .login-body .submit .remember input {
  float: none;
  margin: 0 7px 0 0; }

.login .wrapper .login-body .forget {
  margin-top: 50px; }

.login .wrapper .login-body .forget a {
  background: #eee;
  padding: 10px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #555;
  border-radius: 0 0 10px 10px; }

.login .wrapper .login-body .forget a:hover {
  background: #ddd; }

.login .wrapper .login-body .forget a span {
  line-height: 30px;
  margin-bottom: 10px;
  position: relative; }
@charset "UTF-8";
body.pro_users-settings_controller.advanced_action #main .form-horizontal .control-label {
  width: 180px; }

body.pro_users-settings_controller.online_action #indexing-container,
body.pro_users-settings_controller.visibility_action #indexing-container,
body.pro_users-customer_fields_models_controller #indexing-container {
  margin: 10px 0px; }
  body.pro_users-settings_controller.online_action #indexing-container .control-group,
  body.pro_users-settings_controller.visibility_action #indexing-container .control-group,
  body.pro_users-customer_fields_models_controller #indexing-container .control-group {
    margin-bottom: 0px; }
    body.pro_users-settings_controller.online_action #indexing-container .control-group .controls:first-child,
    body.pro_users-settings_controller.visibility_action #indexing-container .control-group .controls:first-child,
    body.pro_users-customer_fields_models_controller #indexing-container .control-group .controls:first-child {
      display: block !important;
      left: 10px;
      padding-left: 15px;
      position: relative;
      border-left: 1px solid #6d7299;
      padding-bottom: 25px; }
body.pro_users-settings_controller.online_action .profile_link,
body.pro_users-settings_controller.visibility_action .profile_link,
body.pro_users-customer_fields_models_controller .profile_link {
  font-weight: bold; }
body.pro_users-settings_controller.online_action pre, body.pro_users-settings_controller.online_action .result-to-copy-paste,
body.pro_users-settings_controller.visibility_action pre,
body.pro_users-settings_controller.visibility_action .result-to-copy-paste,
body.pro_users-customer_fields_models_controller pre,
body.pro_users-customer_fields_models_controller .result-to-copy-paste {
  font-size: 14px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-left: 3px solid #8d0d0d;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word; }
  body.pro_users-settings_controller.online_action pre .input-xxlarge, body.pro_users-settings_controller.online_action .result-to-copy-paste .input-xxlarge,
  body.pro_users-settings_controller.visibility_action pre .input-xxlarge,
  body.pro_users-settings_controller.visibility_action .result-to-copy-paste .input-xxlarge,
  body.pro_users-customer_fields_models_controller pre .input-xxlarge,
  body.pro_users-customer_fields_models_controller .result-to-copy-paste .input-xxlarge {
    background-color: #fafafa;
    border: #fafafa;
    font-family: monospace;
    font-size: 15px; }
body.pro_users-settings_controller.online_action #display_widget_code,
body.pro_users-settings_controller.visibility_action #display_widget_code,
body.pro_users-customer_fields_models_controller #display_widget_code {
  width: calc(100% - 50px);
  min-height: 80px; }
body.pro_users-settings_controller.online_action .marginLeft,
body.pro_users-settings_controller.visibility_action .marginLeft,
body.pro_users-customer_fields_models_controller .marginLeft {
  margin-left: 20px; }
body.pro_users-settings_controller.online_action .input-append,
body.pro_users-settings_controller.visibility_action .input-append,
body.pro_users-customer_fields_models_controller .input-append {
  background: transparent !important; }
body.pro_users-settings_controller.online_action .preview_v3,
body.pro_users-settings_controller.visibility_action .preview_v3,
body.pro_users-customer_fields_models_controller .preview_v3 {
  margin-bottom: 20px; }
body.pro_users-settings_controller.online_action .list-group,
body.pro_users-settings_controller.visibility_action .list-group,
body.pro_users-customer_fields_models_controller .list-group {
  cursor: pointer;
  list-style: none;
  margin-left: 0px;
  margin-top: 10px;
  width: 350px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px; }
  body.pro_users-settings_controller.online_action .list-group li,
  body.pro_users-settings_controller.visibility_action .list-group li,
  body.pro_users-customer_fields_models_controller .list-group li {
    padding: 8px 10px;
    width: auto; }
    body.pro_users-settings_controller.online_action .list-group li:hover,
    body.pro_users-settings_controller.visibility_action .list-group li:hover,
    body.pro_users-customer_fields_models_controller .list-group li:hover {
      background: #F5F5F5; }
    body.pro_users-settings_controller.online_action .list-group li i,
    body.pro_users-settings_controller.visibility_action .list-group li i,
    body.pro_users-customer_fields_models_controller .list-group li i {
      margin-right: 8px;
      margin-left: 3px;
      color: var(--brand-color); }
  body.pro_users-settings_controller.online_action .list-group li + li,
  body.pro_users-settings_controller.visibility_action .list-group li + li,
  body.pro_users-customer_fields_models_controller .list-group li + li {
    border-top: 1px solid #ddd; }
body.pro_users-settings_controller.online_action .user_comment_div,
body.pro_users-settings_controller.visibility_action .user_comment_div,
body.pro_users-customer_fields_models_controller .user_comment_div {
  max-width: 400px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.pro_users-settings_controller.online_action .user_comment_div .user_comment_name,
  body.pro_users-settings_controller.visibility_action .user_comment_div .user_comment_name,
  body.pro_users-customer_fields_models_controller .user_comment_div .user_comment_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  body.pro_users-settings_controller.online_action .user_comment_div .user_comment_input,
  body.pro_users-settings_controller.visibility_action .user_comment_div .user_comment_input,
  body.pro_users-customer_fields_models_controller .user_comment_div .user_comment_input {
    width: 185px; }
    @media (max-width: 480px) {
      body.pro_users-settings_controller.online_action .user_comment_div .user_comment_input,
      body.pro_users-settings_controller.visibility_action .user_comment_div .user_comment_input,
      body.pro_users-customer_fields_models_controller .user_comment_div .user_comment_input {
        width: 90px; } }
body.pro_users-settings_controller.online_action .customer_mandatory_field,
body.pro_users-settings_controller.visibility_action .customer_mandatory_field,
body.pro_users-customer_fields_models_controller .customer_mandatory_field {
  max-width: 500px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  body.pro_users-settings_controller.online_action .customer_mandatory_field label,
  body.pro_users-settings_controller.visibility_action .customer_mandatory_field label,
  body.pro_users-customer_fields_models_controller .customer_mandatory_field label {
    max-width: 250px; }
  body.pro_users-settings_controller.online_action .customer_mandatory_field span,
  body.pro_users-settings_controller.visibility_action .customer_mandatory_field span,
  body.pro_users-customer_fields_models_controller .customer_mandatory_field span {
    float: right;
    top: -5px;
    position: relative; }
  @media (max-width: 480px) {
    body.pro_users-settings_controller.online_action .customer_mandatory_field,
    body.pro_users-settings_controller.visibility_action .customer_mandatory_field,
    body.pro_users-customer_fields_models_controller .customer_mandatory_field {
      width: auto; } }
body.pro_users-settings_controller.online_action label[for=pro_user_customer_required_fields_partner_newsletter],
body.pro_users-settings_controller.visibility_action label[for=pro_user_customer_required_fields_partner_newsletter],
body.pro_users-customer_fields_models_controller label[for=pro_user_customer_required_fields_partner_newsletter] {
  padding-top: 10px;
  padding-bottom: 10px; }
body.pro_users-settings_controller.online_action .dashed,
body.pro_users-settings_controller.visibility_action .dashed,
body.pro_users-customer_fields_models_controller .dashed {
  border: 1px #ccc dashed; }
  body.pro_users-settings_controller.online_action .dashed span,
  body.pro_users-settings_controller.visibility_action .dashed span,
  body.pro_users-customer_fields_models_controller .dashed span {
    top: 0px; }
body.pro_users-settings_controller.online_action .btn-preview,
body.pro_users-settings_controller.visibility_action .btn-preview,
body.pro_users-customer_fields_models_controller .btn-preview {
  padding-left: 15px; }
  body.pro_users-settings_controller.online_action .btn-preview input[type="radio"],
  body.pro_users-settings_controller.visibility_action .btn-preview input[type="radio"],
  body.pro_users-customer_fields_models_controller .btn-preview input[type="radio"] {
    margin-right: 5px;
    margin-top: 10px;
    min-height: 30px; }
  body.pro_users-settings_controller.online_action .btn-preview a,
  body.pro_users-settings_controller.visibility_action .btn-preview a,
  body.pro_users-customer_fields_models_controller .btn-preview a {
    position: relative;
    top: 5px; }
body.pro_users-settings_controller.online_action .margin_box,
body.pro_users-settings_controller.visibility_action .margin_box,
body.pro_users-customer_fields_models_controller .margin_box {
  margin-left: 20px;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    body.pro_users-settings_controller.online_action .margin_box,
    body.pro_users-settings_controller.visibility_action .margin_box,
    body.pro_users-customer_fields_models_controller .margin_box {
      margin: 0px; } }
body.pro_users-settings_controller.online_action .rounded_box,
body.pro_users-settings_controller.visibility_action .rounded_box,
body.pro_users-customer_fields_models_controller .rounded_box {
  padding: 10px 20px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fafafa;
  width: 750px; }
  body.pro_users-settings_controller.online_action .rounded_box select, body.pro_users-settings_controller.online_action .rounded_box .control-label, body.pro_users-settings_controller.online_action .rounded_box label,
  body.pro_users-settings_controller.visibility_action .rounded_box select,
  body.pro_users-settings_controller.visibility_action .rounded_box .control-label,
  body.pro_users-settings_controller.visibility_action .rounded_box label,
  body.pro_users-customer_fields_models_controller .rounded_box select,
  body.pro_users-customer_fields_models_controller .rounded_box .control-label,
  body.pro_users-customer_fields_models_controller .rounded_box label {
    margin: 10px 0px;
    padding-top: 0px !important;
    display: block; }
  body.pro_users-settings_controller.online_action .rounded_box select, body.pro_users-settings_controller.online_action .rounded_box input[type="text"], body.pro_users-settings_controller.online_action .rounded_box textarea,
  body.pro_users-settings_controller.visibility_action .rounded_box select,
  body.pro_users-settings_controller.visibility_action .rounded_box input[type="text"],
  body.pro_users-settings_controller.visibility_action .rounded_box textarea,
  body.pro_users-customer_fields_models_controller .rounded_box select,
  body.pro_users-customer_fields_models_controller .rounded_box input[type="text"],
  body.pro_users-customer_fields_models_controller .rounded_box textarea {
    background-color: white; }
  body.pro_users-settings_controller.online_action .rounded_box .radio input[type="radio"],
  body.pro_users-settings_controller.visibility_action .rounded_box .radio input[type="radio"],
  body.pro_users-customer_fields_models_controller .rounded_box .radio input[type="radio"] {
    margin-left: 0px; }
  body.pro_users-settings_controller.online_action .rounded_box .control-group,
  body.pro_users-settings_controller.visibility_action .rounded_box .control-group,
  body.pro_users-customer_fields_models_controller .rounded_box .control-group {
    margin-bottom: 0px !important; }
@media (max-width: 768px) {
  body.pro_users-settings_controller.online_action .rounded_box,
  body.pro_users-settings_controller.visibility_action .rounded_box,
  body.pro_users-customer_fields_models_controller .rounded_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px; } }
body.pro_users-settings_controller.online_action .widget_type_selector,
body.pro_users-settings_controller.visibility_action .widget_type_selector,
body.pro_users-customer_fields_models_controller .widget_type_selector {
  width: 500px;
  display: inline !important; }
  @media (max-width: 480px) {
    body.pro_users-settings_controller.online_action .widget_type_selector,
    body.pro_users-settings_controller.visibility_action .widget_type_selector,
    body.pro_users-customer_fields_models_controller .widget_type_selector {
      width: 86%; } }
body.pro_users-settings_controller.online_action .collapse,
body.pro_users-settings_controller.visibility_action .collapse,
body.pro_users-customer_fields_models_controller .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
body.pro_users-settings_controller.online_action .show,
body.pro_users-settings_controller.visibility_action .show,
body.pro_users-customer_fields_models_controller .show {
  display: block; }
body.pro_users-settings_controller.online_action .collapse.in,
body.pro_users-settings_controller.visibility_action .collapse.in,
body.pro_users-customer_fields_models_controller .collapse.in {
  height: auto; }
body.pro_users-settings_controller.online_action .accordion,
body.pro_users-settings_controller.visibility_action .accordion,
body.pro_users-customer_fields_models_controller .accordion {
  margin-bottom: 20px; }
body.pro_users-settings_controller.online_action .ms-container .ms-list,
body.pro_users-settings_controller.visibility_action .ms-container .ms-list,
body.pro_users-customer_fields_models_controller .ms-container .ms-list {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
body.pro_users-settings_controller.online_action .ms-container .multi-custom-header,
body.pro_users-settings_controller.visibility_action .ms-container .multi-custom-header,
body.pro_users-customer_fields_models_controller .ms-container .multi-custom-header {
  background: #6D7299;
  color: #fff;
  padding: 10px; }
body.pro_users-settings_controller.online_action .ms-container .search-input,
body.pro_users-settings_controller.visibility_action .ms-container .search-input,
body.pro_users-customer_fields_models_controller .ms-container .search-input {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border-bottom: 0px; }
body.pro_users-settings_controller.online_action .note-editor,
body.pro_users-settings_controller.visibility_action .note-editor,
body.pro_users-customer_fields_models_controller .note-editor {
  border-radius: 2px; }
  body.pro_users-settings_controller.online_action .note-editor .row-fluid [class*="span"],
  body.pro_users-settings_controller.visibility_action .note-editor .row-fluid [class*="span"],
  body.pro_users-customer_fields_models_controller .note-editor .row-fluid [class*="span"] {
    margin-left: 0px !important; }
  body.pro_users-settings_controller.online_action .note-editor .row-fluid,
  body.pro_users-settings_controller.visibility_action .note-editor .row-fluid,
  body.pro_users-customer_fields_models_controller .note-editor .row-fluid {
    border: 0px !important; }
  body.pro_users-settings_controller.online_action .note-editor .btn-toolbar .btn-group .dropdown-menu,
  body.pro_users-settings_controller.visibility_action .note-editor .btn-toolbar .btn-group .dropdown-menu,
  body.pro_users-customer_fields_models_controller .note-editor .btn-toolbar .btn-group .dropdown-menu {
    padding-bottom: 4px; }
  body.pro_users-settings_controller.online_action .note-editor .btn-toolbar .btn-group .dropdown-menu li a,
  body.pro_users-settings_controller.visibility_action .note-editor .btn-toolbar .btn-group .dropdown-menu li a,
  body.pro_users-customer_fields_models_controller .note-editor .btn-toolbar .btn-group .dropdown-menu li a {
    font-size: 15px !important;
    text-decoration: none !important;
    color: #222; }
  body.pro_users-settings_controller.online_action .note-editor .btn-toolbar .btn-group .dropdown-menu li:hover,
  body.pro_users-settings_controller.visibility_action .note-editor .btn-toolbar .btn-group .dropdown-menu li:hover,
  body.pro_users-customer_fields_models_controller .note-editor .btn-toolbar .btn-group .dropdown-menu li:hover {
    background: #0081c2;
    color: white;
    display: block;
    cursor: pointer; }
  body.pro_users-settings_controller.online_action .note-editor .btn-toolbar .btn-group .dropdown-menu li a:hover,
  body.pro_users-settings_controller.visibility_action .note-editor .btn-toolbar .btn-group .dropdown-menu li a:hover,
  body.pro_users-customer_fields_models_controller .note-editor .btn-toolbar .btn-group .dropdown-menu li a:hover {
    text-decoration: none !important;
    color: white !important; }
  body.pro_users-settings_controller.online_action .note-editor .btn-toolbar .note-color.btn-group .dropdown-menu li:hover,
  body.pro_users-settings_controller.visibility_action .note-editor .btn-toolbar .note-color.btn-group .dropdown-menu li:hover,
  body.pro_users-customer_fields_models_controller .note-editor .btn-toolbar .note-color.btn-group .dropdown-menu li:hover {
    background: #FFF;
    color: #333; }
body.pro_users-settings_controller.online_action .select2-container,
body.pro_users-settings_controller.visibility_action .select2-container,
body.pro_users-customer_fields_models_controller .select2-container {
  width: 450px; }
  @media (max-width: 768px) {
    body.pro_users-settings_controller.online_action .select2-container,
    body.pro_users-settings_controller.visibility_action .select2-container,
    body.pro_users-customer_fields_models_controller .select2-container {
      width: 100%; } }
body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .select2-search-choice,
body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .select2-search-choice,
body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .select2-search-choice {
  background-color: var(--brand-color);
  margin: 0;
  border-bottom: 1px solid var(--brand-alt-color); }
  body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
  body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
  body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    background: none; }
  body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after,
  body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after,
  body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after {
    content: "X";
    height: 12px;
    width: 10px;
    display: block;
    font-size: 12px;
    color: white;
    font-weight: bold;
    opacity: 0.7; }
  body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
  body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
  body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    text-decoration: none; }
  body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover::after,
  body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover::after,
  body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover::after {
    opacity: 1; }
body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .select2-search-field::before,
body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .select2-search-field::before,
body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .select2-search-field::before {
  content: "🔍";
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 15px;
  margin-left: 5px; }
body.pro_users-settings_controller.online_action .select2-container-multi .select2-choices .sortable-placeholder,
body.pro_users-settings_controller.visibility_action .select2-container-multi .select2-choices .sortable-placeholder,
body.pro_users-customer_fields_models_controller .select2-container-multi .select2-choices .sortable-placeholder {
  display: block;
  width: 100%; }

body.pro_users-settings_controller.communication_action .communication_ref_container .control-group {
  margin-bottom: 0px !important; }
body.pro_users-settings_controller.communication_action .default_radio {
  vertical-align: top !important;
  margin-top: 5px; }
body.pro_users-settings_controller.communication_action .default_sms_box {
  display: inline-block;
  margin-top: 30px;
  position: relative; }
  @media (max-width: 768px) {
    body.pro_users-settings_controller.communication_action .default_sms_box {
      display: block; } }
body.pro_users-settings_controller.communication_action .default_sms_input {
  width: 600px;
  margin-left: 25px;
  display: block; }
  @media (max-width: 768px) {
    body.pro_users-settings_controller.communication_action .default_sms_input {
      width: calc(100% - 40px); } }
body.pro_users-settings_controller.communication_action .sms_template_selection {
  margin-left: 0px;
  font-weight: bold;
  color: var(--brand-color);
  margin-bottom: 10px; }
body.pro_users-settings_controller.communication_action .custom_radio {
  vertical-align: top !important;
  margin-top: 5px; }
body.pro_users-settings_controller.communication_action .custom_sms_box {
  margin-top: 30px;
  position: relative; }
body.pro_users-settings_controller.communication_action .custom_sms_tabs_box {
  margin-left: 25px; }
body.pro_users-settings_controller.communication_action .post_fixed_input {
  position: relative;
  border-radius: 4px;
  width: 300px;
  height: 150px;
  float: left;
  margin-right: 10px; }
body.pro_users-settings_controller.communication_action .sms_preview {
  background-color: lightblue;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  width: 250px; }
body.pro_users-settings_controller.communication_action .custom-sms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    body.pro_users-settings_controller.communication_action .custom-sms-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
body.pro_users-settings_controller.communication_action .count_box {
  margin: 0; }
body.pro_users-settings_controller.communication_action .alert_length,
body.pro_users-settings_controller.communication_action .alert_field {
  color: #b94a48; }
body.pro_users-settings_controller.communication_action .text_length {
  text-align: left;
  margin-left: 10px; }
body.pro_users-settings_controller.communication_action .placeholder_definitions {
  border: 1px solid lightgrey;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 4px;
  background: #fefff4; }
  body.pro_users-settings_controller.communication_action .placeholder_definitions span {
    display: inline-block;
    margin-right: 15px; }
body.pro_users-settings_controller.communication_action .custom_sms_message {
  margin: 20px; }
body.pro_users-settings_controller.communication_action #questionnaire_reply > .control-group {
  margin-bottom: 10px; }
body.pro_users-settings_controller.communication_action #questionnaire_reply_display_options > .control-group {
  margin-bottom: 0px; }
  body.pro_users-settings_controller.communication_action #questionnaire_reply_display_options > .control-group > .controls > label {
    border-left: 1px solid grey;
    margin-left: 9px;
    padding-left: 10px;
    margin-bottom: 0px; }
body.pro_users-settings_controller.communication_action #questionnaire_reply_display_options > .control-group:last-child {
  margin-bottom: 10px; }
body.pro_users-settings_controller.communication_action #questionnaire_reply_delay {
  margin-left: 157px;
  padding-left: 10px;
  border-left: 1px solid grey;
  margin-bottom: 15px !important; }
body.pro_users-settings_controller.communication_action .communication_text_field {
  margin-left: 157px; }
@media (max-width: 768px) {
  body.pro_users-settings_controller.communication_action #questionnaire_reply_delay {
    margin-left: 10px; }
  body.pro_users-settings_controller.communication_action .communication_text_field {
    margin-left: 10px; } }

body.pro_users-settings_controller.payment_action .paypal-instructions {
  margin-top: 30px; }
  body.pro_users-settings_controller.payment_action .paypal-instructions li {
    margin-bottom: 10px; }
body.pro_users-settings_controller.payment_action #show_advanced {
  font-weight: bold;
  cursor: pointer; }
body.pro_users-settings_controller.payment_action #show_advanced::after {
  width: 1.25rem;
  height: 0.85rem;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: 1rem;
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"/%3e%3c/svg%3e');
  display: inline-block; }
@media (max-width: 768px) {
  body.pro_users-settings_controller.payment_action #main .form-horizontal .form-actions {
    margin-bottom: 0; } }

body.pro_users-settings_controller.advanced_action .input-append {
  font-size: inherit !important; }
body.pro_users-settings_controller.advanced_action .preview_v3 {
  margin-bottom: 20px;
  margin-left: 18px;
  height: 22px; }
body.pro_users-settings_controller.advanced_action h4 {
  margin-bottom: 30px; }

body.pro_users-settings_controller.customers_action .form-horizontal .controls {
  margin-left: 20px !important; }
body.pro_users-settings_controller.customers_action .help-inline {
  margin-top: 7px;
  font-size: 15px;
  white-space: normal; }
body.pro_users-settings_controller.customers_action .btn.btn-danger {
  margin-left: 16px;
  padding-top: 7px;
  padding-bottom: 6px;
  border-radius: 4px; }
body.pro_users-settings_controller.customers_action .bookable-attribute-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
body.pro_users-settings_controller.customers_action .bookable-attribute-item-field {
  margin-right: 10px;
  margin-bottom: 10px !important; }
body.pro_users-settings_controller.customers_action .bookable-attribute-item-field-min-max {
  width: 85px; }
body.pro_users-settings_controller.customers_action #main .form-horizontal .control-label {
  float: none;
  margin-left: 20px; }
body.pro_users-settings_controller.customers_action .choices-field {
  min-height: 75px;
  min-width: 200px; }
body.pro_users-settings_controller.customers_action .name-field,
body.pro_users-settings_controller.customers_action .help-field {
  width: 200px; }
body.pro_users-settings_controller.customers_action .type-field {
  width: 150px; }
body.pro_users-settings_controller.customers_action .remove_fields {
  height: 20px;
  width: 20px; }

.theme-color-picker:after {
  clear: none; }

.datepicker-dropdown.dropdown-menu {
  width: auto; }

.w_color_picker {
  border: 1px solid #CCCCCC;
  background: #fafafa;
  width: 30px; }

.theme-colors2 {
  width: auto;
  padding-bottom: 2px; }
  .theme-colors2 .title {
    font-size: 14px;
    padding: 5px; }

.theme-colors2 span, .theme-color-picker span {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 2px 2px 2px 2px; }
.theme-colors2 .current-color, .theme-color-picker .current-color {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0px;
  margin-right: 5px; }
.theme-colors2 li span, .theme-colors2 div span, .theme-color-picker li span, .theme-color-picker div span {
  cursor: pointer;
  display: block;
  height: 20px;
  float: left;
  margin: 2px 2px 2px 2px;
  width: 20px; }
.theme-colors2 li .current-color, .theme-colors2 div .current-color, .theme-color-picker li .current-color, .theme-color-picker div .current-color {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0px;
  margin-right: 5px; }
.theme-colors2 .color-container, .theme-color-picker .color-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.theme-colors2 .pink-EF3F4A, .theme-color-picker .pink-EF3F4A {
  background-color: #ef3f4a; }
.theme-colors2 .light-red-F83E24, .theme-color-picker .light-red-F83E24 {
  background-color: #F83E24; }
.theme-colors2 .red-EB2D2F, .theme-color-picker .red-EB2D2F {
  background-color: #EB2D2F; }
.theme-colors2 .purple-87139E, .theme-color-picker .purple-87139E {
  background-color: #87139E; }
.theme-colors2 .indigo-323DA3, .theme-color-picker .indigo-323DA3 {
  background-color: #323DA3; }
.theme-colors2 .blue-2484ED, .theme-color-picker .blue-2484ED {
  background-color: #2484ED; }
.theme-colors2 .turquoise-22AFC8, .theme-color-picker .turquoise-22AFC8 {
  background-color: #22AFC8; }
.theme-colors2 .seefoam-1A8475, .theme-color-picker .seefoam-1A8475 {
  background-color: #1A8475; }
.theme-colors2 .green-43A242, .theme-color-picker .green-43A242 {
  background-color: #43A242; }
.theme-colors2 .light-green-7BB941, .theme-color-picker .light-green-7BB941 {
  background-color: #7BB941; }
.theme-colors2 .lime-C1D438, .theme-color-picker .lime-C1D438 {
  background-color: #C1D438; }
.theme-colors2 .yellow-FCE73E, .theme-color-picker .yellow-FCE73E {
  background-color: #FCE73E; }
.theme-colors2 .orange-FA841E, .theme-color-picker .orange-FA841E {
  background-color: #FA841E; }
.theme-colors2 .brown-644339, .theme-color-picker .brown-644339 {
  background-color: #644339; }
.theme-colors2 .beige-AE9785, .theme-color-picker .beige-AE9785 {
  background-color: #AE9785; }
.theme-colors2 .steel-4F6A77, .theme-color-picker .steel-4F6A77 {
  background-color: #4F6A77; }
.theme-colors2 .grey-8D8C8D, .theme-color-picker .grey-8D8C8D {
  background-color: #8D8C8D; }
.theme-colors2 .pink-FF1493, .theme-color-picker .pink-FF1493 {
  background-color: #FF1493; }
.theme-colors2 .ge-blue-2C7BB8, .theme-color-picker .ge-blue-2C7BB8 {
  background-color: #2C7BB8; }
.theme-colors2 .turquoise3-3bd6c6, .theme-color-picker .turquoise3-3bd6c6 {
  background-color: #3bd6c6; }
.theme-colors2 .turquoise2-33ffcc, .theme-colors2 .turquoise2-24e8c0, .theme-color-picker .turquoise2-33ffcc, .theme-color-picker .turquoise2-24e8c0 {
  background-color: #24e8c0; }
.theme-colors2 .purple2-5F021F, .theme-color-picker .purple2-5F021F {
  background-color: #5F021F; }
.theme-colors2 .dark-blue-00293a, .theme-color-picker .dark-blue-00293a {
  background-color: #00293a; }
.theme-colors2 .aubergine-7c0046, .theme-color-picker .aubergine-7c0046 {
  background-color: #7c0046; }
.theme-colors2 .light-purple-bc21ba, .theme-color-picker .light-purple-bc21ba {
  background-color: #bc21ba; }
.theme-colors2 .bluegreen-006d6b, .theme-color-picker .bluegreen-006d6b {
  background-color: #006d6b; }

.select2-container-multi .select2-choices .select2-search-choice {
  background: var(--brand-color); }

.select2-results .select2-highlighted {
  background: var(--brand-color); }

.theme-color-picker > div {
  float: left; }

.grouped-checkboxes > .control-group {
  margin-bottom: 10px !important; }
.grouped-checkboxes .sub-group-checkbox {
  margin-bottom: 20px; }
  .grouped-checkboxes .sub-group-checkbox .control-group {
    margin-bottom: 0 !important; }
  .grouped-checkboxes .sub-group-checkbox .checkbox {
    border-left: 1px solid grey;
    margin-left: 9px;
    padding-left: 10px !important;
    margin-bottom: 0px; }
body.pro_users-shares_controller .link_to_share, body.pro_users-users_controller .link_to_share {
  margin-left: 23px;
  font-weight: 500; }
body.pro_users-shares_controller .agenda_list, body.pro_users-users_controller .agenda_list {
  width: auto; }
  body.pro_users-shares_controller .agenda_list td, body.pro_users-users_controller .agenda_list td {
    padding-right: 15px;
    background-color: #f9f9f9; }
    body.pro_users-shares_controller .agenda_list td label, body.pro_users-users_controller .agenda_list td label {
      margin-bottom: 0; }
  body.pro_users-shares_controller .agenda_list .deleted td, body.pro_users-users_controller .agenda_list .deleted td {
    background-color: transparent; }
    body.pro_users-shares_controller .agenda_list .deleted td i, body.pro_users-users_controller .agenda_list .deleted td i {
      color: #a44848; }
  body.pro_users-shares_controller .agenda_list .deleted .deleted-agenda, body.pro_users-users_controller .agenda_list .deleted .deleted-agenda {
    font-size: 1.1rem; }
body.pro_users-shares_controller .checkall, body.pro_users-users_controller .checkall {
  margin-bottom: 0px;
  color: gray; }
body.pro_users-shares_controller .titles, body.pro_users-users_controller .titles {
  padding-bottom: 0px;
  border-top: 0px;
  border-bottom: 1px solid darkgrey; }
body.pro_users-shares_controller #main .check_agenda, body.pro_users-users_controller #main .check_agenda {
  margin-top: 0;
  margin-bottom: 2px; }
@media(max-width: 480px) {
  body.pro_users-shares_controller .responsive-select, body.pro_users-users_controller .responsive-select {
    min-width: 40px; }
  body.pro_users-shares_controller .titles.notifications, body.pro_users-users_controller .titles.notifications {
    width: 85px; } }
body.pro_users-signatures_controller .adjusted-top-bottom-margins {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  padding: 0px; }
.email-preview {
  border: 1px solid #CCC; }
  .email-preview header {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    background: white;
    font: 12px "Lucida Grande", sans-serif;
    border-bottom: 1px solid #dedede;
    overflow: hidden; }
    .email-preview header dl {
      margin: 0 0 10px 0;
      padding: 0; }
    .email-preview header dt {
      width: 100px;
      padding: 2px;
      float: left;
      clear: left;
      text-align: right;
      color: #7f7f7f;
      font-size: 13px; }
    .email-preview header dd {
      margin-left: 90px;
      padding: 2px;
      font-size: 13px; }
    .email-preview header .email-attachment {
      background: #FFF;
      padding: 10px 20px 20px 30px;
      font-weight: bold;
      font-size: 15px;
      float: right; }
  .email-preview.react-mode header {
    padding: 0; }
.questionnaire_replies .messages {
  margin-right: 0; }
  .questionnaire_replies .messages > li {
    margin-top: 35px; }
  .questionnaire_replies .messages .time {
    margin: 0 6px;
    font-style: italic; }
  .questionnaire_replies .messages .message {
    margin: 0;
    border-radius: 3px;
    border: 1px solid darkgrey; }
    .questionnaire_replies .messages .message.pro-user-reply {
      background: #ECF3F5;
      margin-left: 35px; }
  .questionnaire_replies .messages .reply-title {
    margin-top: 10px;
    margin-left: 35px; }
  .questionnaire_replies .messages .reply-btn {
    margin-top: 5px;
    display: block;
    margin-left: 50px; }
  .questionnaire_replies .messages .modify-reply {
    margin-left: 50px; }
.questionnaire_replies .average strong {
  font-size: 2em;
  font-weight: 200; }
.questionnaire_replies .rating-bloc {
  padding: 0px;
  color: #666; }
  .questionnaire_replies .rating-bloc .fa-star {
    width: 1.25em;
    display: inline-block;
    color: var(--brand-color); }
.questionnaire_replies .appointment_title {
  font-weight: none;
  margin-bottom: 0px; }
.table-logs tr > td {
  vertical-align: top; }
  .table-logs tr > td p, .table-logs tr > td ul {
    margin-bottom: 0; }

.table-logs-col1-width {
  width: 15%; }

.table-logs-col2-width {
  width: 20%; }

.table-logs-col3-width {
  width: 65%; }
/*










*/
