/* global */
* {
  outline: none;
}
html {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #222222;
}
html,
body {
  margin: 0;
  padding: 0;
}
/* titles */
h1 {
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  font-weight: normal;
  color: #444444;
}
h2 {
  padding: 0;
  margin: 0 20px 15px 20px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #666666;
}
h3 {
  padding: 0;
  margin: 0 10px 10px 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #910c00;
}
h4 {
  padding: 0;
  margin: 0 10px 10px 20px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #000000;
}
h1 > .fas,
h2 > .fas,
h3 > .fas,
h1 > span > span.fas,
h2 > span > span.fas,
h3 > span > span.fas {
  font-size: 0.85em;
  position: relative;
  top: -1px;
  color: #910c00;
  padding-right: 5px;
}
h1 a.fas,
h2 a.fas,
h3 a.fas {
  color: #c62d1f;
  margin: 0 2px;
  padding: 0 2px;
}
h1 a.fas:active,
h2 a.fas:active,
h3 a.fas:active {
  color: #e73524;
}
h1 a.fas:hover,
h2 a.fas:hover,
h3 a.fas:hover {
  color: #910c00;
}
h1 hr,
h2 hr,
h3 hr {
  border-color: #c62d1f;
  margin: 12px 0 0 0;
  position: relative;
  top: -9px;
  width: 94px;
  text-align: left;
}
hr {
  margin: 31px 20px 31px 20px;
  border: none;
  border-top: 1.95px solid #CCCCCC;
}
/* text */
p,
.ql-container.ngx-quill-view > .ql-editor {
  margin: 0 0 15px 0;
  padding: 0;
}
p:last-child,
.ql-container.ngx-quill-view > .ql-editor:last-child {
  margin-bottom: 0px;
}
.error {
  color: #e73524;
}
.valid {
  color: darkgreen;
}
.strong {
  font-weight: bold;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
tr.info,
td.info,
p.info {
  color: #444444;
  font-style: italic;
}
/* icon */
.fa-file-excel {
  color: #037703;
}
.fa-question-circle {
  color: #666666;
  cursor: help;
  padding-left: 5px;
}
/* button block */
.footer {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 20px 0;
}
.footer:last-child {
  margin-bottom: 0;
}
.footer.center {
  justify-content: center;
}
.footer.left {
  justify-content: flex-start;
}
/* link */
a,
quill-view a,
.ql-snow a,
.ql-snow .ql-editor a {
  cursor: pointer;
  text-decoration: none !important;
  color: #c62d1f;
}
a:hover,
quill-view a:hover,
.ql-snow a:hover,
.ql-snow .ql-editor a:hover {
  color: #910c00;
}
a:active,
quill-view a:active,
.ql-snow a:active,
.ql-snow .ql-editor a:active {
  color: #e73524;
}
a.fas,
quill-view a.fas,
.ql-snow a.fas,
.ql-snow .ql-editor a.fas {
  padding: 0 4px;
}
/* button */
button {
  background: #DDDDDD;
  border: 0;
  border-radius: 3px;
  box-shadow: 1px 1px 4px #FBFBFB;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 29px;
  margin: 0 5px;
  min-width: 120px;
  padding: 0 15px;
  user-select: none;
}
button:first-child {
  margin-left: 0;
}
button:last-child {
  margin-right: 0;
}
button:hover,
button:active {
  background: #CCCCCC;
}
button.strong {
  background: #c62d1f;
  color: #F5F5F5;
  font-weight: normal;
}
button.strong:hover {
  background: #910c00;
}
button.strong:active {
  background: #e73524;
}
button.second {
  background: #666666;
  color: #F5F5F5;
}
button.second:hover {
  background: #444444;
}
button.second:active {
  background: #888888;
}
button:disabled {
  background: #666666;
  border: 1px solid #CCCCCC;
  color: #F5F5F5;
  cursor: not-allowed;
}
button:disabled:hover {
  background: #666666;
}
button:disabled:active {
  background: #666666;
}
/* Gellule button */
button.gellule,
a.gellule {
  background: #EEEEEE;
  border-radius: 4px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  margin: 0;
  line-height: 24px;
  min-width: 70px;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  user-select: none;
}
button.gellule:hover,
a.gellule:hover {
  font-weight: bold;
}
button.gellule > .fas,
a.gellule > .fas {
  font-size: 0.93rem;
  padding-right: 3px;
  filter: brightness(125%);
}
button.gellule.strong,
a.gellule.strong {
  background: #c62d1f;
  color: #F5F5F5;
  font-weight: normal;
}
button.gellule.strong:hover,
a.gellule.strong:hover {
  background: #910c00;
}
button.gellule.strong:active,
a.gellule.strong:active {
  background: #e73524;
}
button.gellule.second,
a.gellule.second {
  background: #666666;
  color: #F5F5F5;
}
button.gellule.second:hover,
a.gellule.second:hover {
  background: #444444;
}
button.gellule.second:active,
a.gellule.second:active {
  background: #888888;
}
button.gellule:disabled,
a.gellule:disabled {
  background: #666666;
  color: #CCCCCC;
  cursor: not-allowed;
}
button.gellule:disabled:hover,
a.gellule:disabled:hover {
  background: #666666;
}
button.gellule:disabled:active,
a.gellule:disabled:active {
  background: #666666;
}
::placeholder {
  color: #888888;
  font-weight: normal;
  font-style: italic;
}
form {
  width: 100%;
  margin-bottom: 20px;
}
form:last-child {
  margin-bottom: 0;
}
label {
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 22px;
  user-select: none;
  font-weight: normal;
}
input,
textarea,
select {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  box-shadow: 1px 1px 4px #EEEEEE;
  box-sizing: border-box;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: text;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus,
input:active,
textarea:active,
select:active {
  border: 1px solid #c62d1f;
  outline: none;
}
input:disabled,
textarea:disabled,
select:disabled,
input:disabled,
textarea:disabled,
select:disabled,
input:disabled,
textarea:disabled,
select:disabled {
  background: #FBFBFB;
  cursor: not-allowed;
}
input {
  line-height: 30px;
  padding: 0 8px;
}
textarea {
  line-height: 20px !important;
  padding: 3px 5px !important;
}
select {
  cursor: pointer;
  padding: 0 4px;
  height: 32px;
}
input.euro {
  text-align: right;
  padding-right: 20px;
}
input + span.euro {
  display: inline-block;
  left: -15px;
  position: relative;
  width: 0px;
}
p.error {
  color: #e73524;
  font-size: 0.8rem;
  margin: 0;
}
/* block */
div.form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 0 5px 0;
}
div.form:last-child {
  margin-bottom: 0;
}
div.form.multi {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
div.form.multi > div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  min-width: 0;
  margin-right: 15px;
}
div.form.multi > div:last-child {
  margin-right: 0;
}
/* Quill */
quill-editor {
  display: block;
  margin-top: 2px;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  min-width: 0 !important;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: auto;
}
table:last-child {
  margin-bottom: 0;
}
table.white {
  background: #FFFFFF;
}
table tr {
  border-bottom: 1px solid #CCCCCC;
}
table tr:last-child {
  border-bottom: none;
}
table tr:hover {
  background: #EEEEEE;
}
table th {
  color: #888888;
  font-size: 0.95rem;
  padding: 1px 0 0 8px;
  user-select: none;
}
table th a.sort {
  user-select: none;
  font-weight: bold;
}
table th a.sort .fas {
  padding: 0 3px 0 0;
}
table td {
  font-size: 1rem;
  padding: 0 0 0 8px;
}
table td .fas {
  padding: 0 3px;
  margin: 0 2px;
}
table th,
table td {
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}
table th:first-child,
table td:first-child {
  padding-left: 10px;
}
table th:last-child,
table td:last-child {
  padding-right: 10px;
}
table:not(.no-header) tr:nth-child(1) {
  background: transparent;
}
table.form tr {
  border-bottom: none;
}
table.form tr:hover {
  background: transparent;
}
table.form tr > td {
  padding-bottom: 2px;
  padding-top: 2px;
  vertical-align: top;
}
table.form tr > td > span,
table.form tr > td > a {
  line-height: 32px;
}
table.info tr {
  border-bottom: none;
}
table.info tr:hover {
  background: transparent;
  font-size: 1rem;
}
table.info tr td {
  line-height: 24px;
}
table.info tr td:first-child {
  padding-left: 0;
}
table.info tr td:last-child {
  padding-right: 0;
}
table.info tr td:nth-child(2n) {
  padding-right: 50px;
}
table.mini th,
table.mini td {
  line-height: 22px;
  padding-left: 10px;
  font-size: 0.92rem;
}
table.readOnly > tr:hover {
  background: transparent;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.vcenter {
  justify-content: center;
}
.flex-col.hcenter {
  align-items: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.vcenter {
  align-items: center;
}
.flex-row.hcenter {
  justify-content: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-col.wrap,
.flex-row.wrap {
  flex-wrap: wrap;
}
.flex-col > .grow,
.flex-row > .grow {
  flex-grow: 1;
}
.flex-col > .right,
.flex-row > .right {
  margin-left: auto;
}
ul.flex-col,
ul.flex-row {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clx-accordions {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: 0 20px 24px 20px;
}
.clx-accordions:last-child {
  margin-bottom: 0;
}
.clx-accordions accordion {
  display: block;
  border-bottom: 1px solid #CCCCCC;
}
.clx-accordions accordion:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.clx-accordion {
  height: auto;
}
.clx-accordion > .title {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  user-select: none;
  background: #F5F5F5;
  color: #444444;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 16px;
}
.clx-accordion > .title > span:nth-child(1) {
  padding-right: 20px;
}
.clx-accordion > .title > span:nth-child(2) {
  flex-grow: 1;
  text-align: right;
}
.clx-accordion > .title > span:nth-child(2).left {
  text-align: left;
}
.clx-accordion > .title > span:nth-child(2).center {
  text-align: center;
}
.clx-accordion > .title > span.fas {
  margin-left: auto;
  padding-left: 20px;
}
.clx-accordion > .data {
  border: 1px solid #DDDDDD;
  border-bottom: none;
  padding: 10px;
}
.clx-accordion > .data.wrapper {
  overflow: auto;
  padding-right: 0;
}
.clx-accordion.collapse > .title:hover {
  background: #DDDDDD;
}
.clx-accordion.collapse > .data {
  display: none;
}
.clx-modal-body .clx-accordions {
  margin: 0;
}
.clx-block {
  display: block;
  margin: 0 10px 20px 20px;
}
.clx-block:last-child {
  margin-bottom: 0;
}
.clx-block table {
  margin-left: 0;
  margin-right: 0;
}
.clx-block > .clx-block-content {
  background: rgba(245, 245, 245, 0.75);
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  padding: 8px 15px;
  width: auto;
}
.clx-block > .clx-block-content.success {
  border-left: 4px solid #037703;
}
.clx-block > .clx-block-content.warning {
  border-left: 4px solid #FA5C00;
}
.clx-block > .clx-block-content.error {
  border-left: 4px solid #FF0000;
}
.clx-block > .clx-block-content.info {
  border-left: 4px solid #BBBBBB;
}
.clx-block > .clx-block-content.column {
  display: flex;
  flex-direction: row;
}
.clx-calendar-block-day {
  border: 1px solid transparent;
  border-radius: 180px;
  font-size: 1rem;
  font-weight: 400;
  height: 32px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 32px;
}
.clx-calendar-current {
  border: 1px solid #BBBBBB;
  font-weight: 600;
}
.clx-calendar-active {
  background: #c62d1f;
  border: 1px solid #c62d1f;
  color: #FFFFFF;
}
.clx-calendar-hover {
  background: #c62d1f;
  color: #FFFFFF;
}
.clx-calendar {
  background: #FFFFFF;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 1px rgba(0, 0, 0, 0.14), 0 3px 6px 2px rgba(0, 0, 0, 0.12);
  display: inline-block;
  padding: 5px;
  margin-bottom: 80px;
  margin-top: -2px;
  position: absolute;
  user-select: none;
  z-index: 9990;
}
.clx-calendar-bar {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  text-align: center;
}
.clx-calendar-bar > div {
  line-height: 32px;
}
.clx-calendar-bar > div:first-child,
.clx-calendar-bar > div:last-child {
  width: 32px;
}
.clx-calendar-bar > div.text {
  color: #666666;
  flex-grow: 1;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.clx-calendar-bar > div.text > span:hover {
  color: #c62d1f;
}
.clx-calendar-bar > div.text.month {
  cursor: default;
  color: #666666;
}
.clx-calendar-bar > div.text.month > span:hover {
  color: #222222;
}
.clx-calendar-bar > div > .fas {
  color: #666666;
  font-size: 1.1rem;
  padding: 0 7px;
}
.clx-calendar-bar > div > .fas:hover {
  color: #c62d1f;
}
.clx-calendar-day-head {
  display: flex;
  flex-direction: row;
}
.clx-calendar-day-head > div {
  color: #888888;
  border: 1px solid transparent;
  border-radius: 180px;
  font-size: 1rem;
  font-weight: 400;
  height: 32px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 32px;
}
.clx-calendar-body-day {
  display: flex;
  flex-direction: column;
}
.clx-calendar-body-day .clx-calendar-day-week {
  display: flex;
  flex-direction: row;
}
.clx-calendar-body-day .clx-calendar-day-week > div {
  color: #666666;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 180px;
  font-size: 1rem;
  font-weight: 400;
  height: 32px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 32px;
}
.clx-calendar-body-day .clx-calendar-day-week > div.notMonth {
  color: #BBBBBB;
}
.clx-calendar-body-day .clx-calendar-day-week > div.curDay {
  border: 1px solid #BBBBBB;
  font-weight: 600;
}
.clx-calendar-body-day .clx-calendar-day-week > div.active {
  background: #c62d1f;
  border: 1px solid #c62d1f;
  color: #FFFFFF;
}
.clx-calendar-body-day .clx-calendar-day-week > div:hover {
  background: #c62d1f;
  color: #FFFFFF;
}
.clx-calendar-body-day .clx-calendar-day-week > div.disabled {
  background: #FFFFFF;
  color: #CCCCCC;
  cursor: not-allowed;
}
.clx-calendar-body-month {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 252px;
}
.clx-calendar-body-month > .clx-calendar-month-line > div {
  border: 1px solid transparent;
  border-radius: 180px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
  margin: 1px;
  width: 80px;
}
.clx-calendar-body-month > .clx-calendar-month-line > div.curMonth {
  border: 1px solid #BBBBBB;
  font-weight: 600;
}
.clx-calendar-body-month > .clx-calendar-month-line > div.active {
  background: #c62d1f;
  border: 1px solid #c62d1f;
  color: #FFFFFF;
}
.clx-calendar-body-month > .clx-calendar-month-line > div:hover {
  background: #c62d1f;
  color: #FFFFFF;
}
clx-calendar-time {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
clx-calendar-time .clx-calendar-time-link {
  align-self: flex-end;
  position: relative;
  top: -7px;
}
.clx-checkbox {
  display: flex;
  flex-direction: row;
}
.clx-checkbox > span {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  cursor: pointer;
}
.clx-checkbox > span > span {
  background-image: url(/Styles/images/check.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  width: 18px;
}
.clx-checkbox > span > label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 18px;
  user-select: none;
}
.clx-checkbox > span.active > span {
  background-position: 0 -18px;
}
.clx-checkbox > span.disabled-check {
  cursor: not-allowed;
}
.clx-checkbox > span.disabled-check > span {
  background-position: 0 -36px;
}
.clx-checkbox > span.disabled-check > label {
  cursor: not-allowed;
}
.clx-checkbox > span.disabled-nocheck {
  cursor: not-allowed;
}
.clx-checkbox > span.disabled-nocheck > span {
  background-position: 0 0;
}
.clx-checkbox > span.disabled-nocheck > label {
  cursor: not-allowed;
}
table .clx-checkbox > span,
.clx-table .clx-checkbox > span {
  margin: 0;
}
.clx-content {
  display: flex;
  flex-direction: row;
  margin: 0 20px;
}
.clx-content .article {
  margin: 0 10px 20px 20px;
}
.clx-content .article:last-child {
  margin-bottom: 10px;
}
.clx-content .article h2,
.clx-content .article h3,
.clx-content .article h4,
.clx-content .article hr,
.clx-content .article p,
.clx-content .article .clx-accordions,
.clx-content .article .clx-tabs,
.clx-content .article .clx-block {
  margin-left: 0;
  margin-right: 0;
}
.clx-ext-btn {
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  margin: 2px;
  user-select: none;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.05rem;
  color: #444444;
  padding: 2px;
}
.clx-ext-btn > .image {
  border-radius: 7px;
  margin-right: 13px;
  height: 32px;
  width: 32px;
  background-size: 32px;
}
.clx-ext-btn.google > .image {
  background-position: 1px center;
  background-image: url(/Styles/images/google.png);
}
.clx-ext-btn.facebook > .image {
  background-color: #316dbd;
  background-image: url(/Styles/images/facebook.png);
}
.clx-ext-btn.microsoft > .image {
  background-image: url(/Styles/images/microsoft.png);
}
.clx-ext-btn:hover {
  border: 1px solid #CCCCCC;
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.1);
}
.clx-ext-btn:active {
  box-shadow: none;
  transition-duration: 10ms;
}
input.clx-list-view-input-select {
  background: url(/Styles/images/arrow-bottom.png) no-repeat right;
  background-size: 23px 25px;
  cursor: pointer;
  padding-right: 28px;
  user-select: none;
}
.clx-list-view {
  background: #FFFFFF;
  color: #1A1A1A;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
  position: absolute;
  user-select: none;
  z-index: 9999;
}
.clx-list-view > div {
  align-items: stretch;
  justify-content: stretch;
  border-bottom: 1px solid #BBBBBB;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  line-height: 29px;
  padding: 5px 10px;
}
.clx-list-view > div:hover {
  background: #EEEEEE;
}
.clx-list-view > div:last-child {
  border-bottom: none;
}
.clx-list-view > div > .fas {
  padding-right: 6px;
}
.clx-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.clx-modal-content {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 0;
  top: 20px;
  width: 60%;
  z-index: 1000;
}
.clx-modal-content > h2 {
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  font-size: 1.2rem;
  height: 45px;
  justify-content: space-between;
  margin: 0;
  padding: 0 24px;
}
.clx-modal-content > h2 > a.fa-times {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.clx-modal-content.xx-small {
  width: 20%;
  min-width: 300px;
}
.clx-modal-content.x-small {
  width: 30%;
  min-width: 300px;
}
.clx-modal-content.small {
  width: 40%;
  min-width: 300px;
}
.clx-modal-content.normal {
  width: 50%;
  min-width: 300px;
}
.clx-modal-content.large {
  width: 60%;
  min-width: 300px;
}
.clx-modal-content.x-large {
  width: 70%;
  min-width: 300px;
}
.clx-modal-content.xx-large {
  width: 80%;
  min-width: 300px;
}
.clx-modal-content.xxx-large {
  width: 90%;
  min-width: 300px;
}
.clx-modal-content > .clx-modal-body {
  padding: 14px 20px 20px 20px;
  max-height: 500px;
  overflow-y: auto;
}
.clx-modal-content > .clx-modal-body .footer {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.clx-modal-content > .clx-modal-body .footer button {
  margin: 0 50px;
}
.clx-modal-content .clx-tabs,
.clx-modal-content h2,
.clx-modal-content h3 {
  margin-left: 0;
  margin-right: 0;
}
.clx-pager {
  border-top: 1px solid #BBBBBB;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 7px;
}
.clx-pager > a {
  cursor: pointer;
  font-size: 0.9rem;
  padding: 2px 7px;
}
.clx-pager > a:hover {
  color: #c62d1f;
  font-weight: bold;
}
.clx-pager > a.active {
  font-weight: bold;
}
.clx-password {
  background-image: url(/Styles/images/eye.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
  position: absolute;
  width: 40px;
  user-select: none;
}
.clx-radiobutton {
  display: flex;
  flex-direction: row;
}
.clx-radiobutton > span {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  cursor: pointer;
}
.clx-radiobutton > span > span {
  background-image: url(/Styles/images/radio.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  width: 18px;
}
.clx-radiobutton > span > label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 18px;
  user-select: none;
}
.clx-radiobutton > span.active > span {
  background-position: 0 -18px;
}
.clx-radiobutton > span.disabled-check {
  cursor: not-allowed;
}
.clx-radiobutton > span.disabled-check > span {
  background-position: 0 -36px;
}
.clx-radiobutton > span.disabled-check > label {
  cursor: not-allowed;
}
.clx-radiobutton > span.disabled-nocheck {
  cursor: not-allowed;
}
.clx-radiobutton > span.disabled-nocheck > span {
  background-position: 0 0;
}
.clx-radiobutton > span.disabled-nocheck > label {
  cursor: not-allowed;
}
table .clx-radiobutton > span,
.clx-table .clx-radiobutton > span {
  margin: 0;
}
.clx-table {
  display: flex;
  margin-bottom: 10px;
}
.clx-table:last-child {
  margin-bottom: 0;
}
.clx-table-content .head,
.clx-table-content .row {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  font-weight: normal;
}
.clx-table-content .head {
  color: #888888;
  font-size: 0.95rem;
  min-height: 20px;
  user-select: none;
}
.clx-table-content .head > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.clx-table-content .head > div.sort {
  cursor: pointer;
}
.clx-table-content .head > div.sort > .fas {
  width: 10px;
  font-size: 1.1rem;
  margin-left: 4px;
}
.clx-table-content .head > div.sort > .hide {
  width: 10px;
}
.clx-table-content .head > div.sort:hover {
  color: #e73524;
}
.clx-table-content > .rows {
  color: #000000;
  background: transparent;
  font-size: 1rem;
}
.clx-table-content > .rows:hover {
  background: #EEEEEE;
}
.clx-table-content > .rows.open {
  background: #F5F5F5;
  border-left: 4px solid #e73524;
}
.clx-table-content > .rows.open > .detail {
  display: block;
}
.clx-table-content > .rows > .row {
  word-wrap: break-word;
}
.clx-table-content > .rows > .row.clickable {
  cursor: pointer;
  user-select: none;
}
.clx-table-content > .rows > .row .arrow {
  cursor: pointer;
  font-size: 1.2rem;
}
.clx-table-content > .rows > .row .fas {
  font-size: 1rem;
  padding: 0;
}
.clx-table-content > .rows > .row a.fas {
  padding: 0 3px;
}
.clx-table-content > .rows > .detail {
  border-bottom: 1px solid #CCCCCC;
  display: none;
}
/* padding */
.clx-table-content > .head > div {
  padding: 6px 8px 8px 8px;
}
.clx-table-content > .rows > .row > div {
  padding: 8px;
}
.clx-table-content > .rows.open > .row > div:first-child {
  padding-left: 10px;
}
.clx-table-content > .rows > .detail {
  padding: 8px 14px 14px 10px;
}
.clx-table-content > .head > div:first-child,
.clx-table-content > .rows > .row > div:first-child {
  padding-left: 14px;
}
.clx-table-content > .head > div:last-of-type,
.clx-table-content > .rows > .row > div:last-of-type {
  padding-right: 14px;
}
/* Mini table */
.clx-table-content.mini > .head {
  min-height: auto;
  font-size: 0.9rem;
}
.clx-table-content.mini > .rows {
  font-size: 0.95rem;
}
.clx-table-content.mini > .rows .fas {
  font-size: 0.95rem;
}
/* Mini  table : padding */
.clx-table-content.mini > .head > div {
  padding: 5px 5px 5px 5px;
}
.clx-table-content.mini > .rows > .row > div {
  padding: 5px;
}
.clx-table-content.mini > .rows.open > .row > div:first-child {
  padding-left: 10px;
}
.clx-table-content.mini > .rows > .detail {
  padding: 8px 14px 14px 10px;
}
.clx-table-content.mini > .head > div:first-child,
.clx-table-content.mini > .rows > .row > div:first-child {
  padding-left: 14px;
}
.clx-table-content.mini > .head > div:last-of-type,
.clx-table-content.mini > .rows > .row > div:last-of-type {
  padding-right: 14px;
}
.clx-tabs {
  display: block;
  margin: 0 10px 20px 20px;
}
.clx-tabs:last-child {
  margin-bottom: 0;
}
.clx-tabs .tabList {
  flex-grow: 1;
  padding: 15px 20px;
}
.clx-tabs .article,
.clx-tabs h3,
.clx-tabs h4,
.clx-tabs clx-accordions,
.clx-tabs clx-block,
.clx-tabs clx-tabs {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
h2 + .clx-tabs.horizontal,
h3 + .clx-tabs.horizontal,
h4 + .clx-tabs.horizontal {
  margin-top: -10px;
}
.titles {
  display: flex;
  user-select: none;
}
.titles > a {
  color: #666666;
  letter-spacing: 0.14px;
  text-decoration: none;
}
.titles > a.select {
  cursor: default;
}
.horizontal > .titles {
  flex-direction: row;
}
.horizontal > .titles > a {
  border-bottom: 2px solid transparent;
  font-size: 1.14rem;
  line-height: 36px;
  min-width: 116px;
  text-align: center;
  padding: 0 10px;
}
.horizontal > .titles > a:hover {
  background: #F5F5F5;
  border-bottom-color: #CCCCCC;
}
.horizontal > .titles > a.select {
  border-bottom-color: #c62d1f;
  background: none;
  color: #c62d1f;
}
.horizontal > .titles > a.select:hover {
  background: none;
}
.horizontal > .tabList {
  background: rgba(245, 245, 245, 0.75);
  border-top: 1px solid #CCCCCC;
}
.vertical {
  display: flex;
}
.vertical > .titles {
  flex-direction: column;
  min-width: 200px;
}
.vertical > .titles > a {
  border-right: 2px solid transparent;
  min-height: 26px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.vertical > .titles > a:first-child {
  margin-top: 1px;
}
.vertical > .titles > a:last-child {
  border-bottom: none;
}
.vertical > .titles > a:hover {
  background: rgba(224, 224, 224, 0.7);
  border-right-color: #BBBBBB;
}
.vertical > .titles > a.select {
  background: rgba(224, 224, 224, 0.7);
  border-right-color: #DDDDDD;
  color: #000000;
}
.vertical > .tabList {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-left-color: #DDDDDD;
  flex-basis: 100%;
}
.clx-tree-view {
  display: block;
  margin-top: 7px;
  user-select: none;
}
.clx-tree-view-sub {
  display: flex;
  flex-direction: column;
}
.clx-tree-view-sub > div > .text {
  color: #c62d1f;
  cursor: pointer;
  font-size: 1.14rem;
}
.clx-tree-view-sub > div > .text:hover {
  color: #e73524;
}
.clx-tree-view-sub > div > .text:hover .fas {
  color: #e73524;
}
.clx-tree-view-sub > div > .text .fas {
  color: #c62d1f;
  font-size: 1.1rem;
  padding: 0 5px;
}
.clx-tree-view-sub > div > .text .fas.fa-square {
  font-size: 0.6rem;
  padding: 0 9px;
  position: relative;
  top: -2px;
}
.clx-tree-view-sub > div > .text .select {
  font-weight: 500;
}
.clx-tree-view-sub .sub {
  padding: 0 20px 5px;
}
