@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=latin-ext");
/********* Font sizes *********/
/* Color triad http://paletton.com */
/********* Site customizations *********/
/********* Layers z-index *********/
* {
  -webkit-font-smoothing: antialiased;
}

html {
  color: #E4E4E4;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  min-height: 100vh;
  overflow-y: scroll;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #E4E4E4;
  min-height: 100vh;
}

a {
  color: inherit;
}
a:empty:before {
  content: attr(title);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0.6em;
  padding-bottom: 0.1em;
  font-style: normal;
  font-weight: 700;
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
  margin-top: 0 !important;
}

hr {
  border-top: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

hr:before {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p,
ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

svg {
  vertical-align: bottom;
  fill: #E4E4E4;
  stroke: #E4E4E4;
}

del {
  color: #ca2828;
  -webkit-text-fill-color: #ca2828;
  text-decoration: line-through;
}

ins {
  background-color: #2d6088;
  text-decoration: none;
}

del:empty:after,
ins:empty:after {
  content: " ";
}

.invalid.input, input.invalid[type=password],
input.invalid[type=text],
input.invalid[type=date],
input.invalid[type=month],
input.invalid[type=week],
input.invalid[type=time],
input.invalid[type=datetime],
input.invalid[type=email],
input.invalid[type=url],
input.invalid[type=search],
input.invalid[type=number],
.input :invalid,
input[type=password] :invalid,
input[type=text] :invalid,
input[type=date] :invalid,
input[type=month] :invalid,
input[type=week] :invalid,
input[type=time] :invalid,
input[type=datetime] :invalid,
input[type=email] :invalid,
input[type=url] :invalid,
input[type=search] :invalid,
input[type=number] :invalid, textarea.invalid textarea:invalid, select.invalid, select:invalid {
  border: 1px solid #e94545;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  border: none;
  color: #E4E4E4 !important;
  -webkit-text-fill-color: #E4E4E4;
  opacity: 1 !important;
  padding: 2px;
  line-height: 2em;
  height: 2em;
  box-sizing: content-box;
  font-family: "Open Sans", sans-serif;
}
select option.empty {
  font-style: italic;
}
select[multiple] {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 2px;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.duration {
  width: auto;
}

optgroup {
  background-color: #4a4137;
}

input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 10px;
}

input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

label + input[type=checkbox],
label + input[type=radio] {
  padding-left: 10px;
}

label[for]:hover {
  text-decoration: underline;
}

textarea {
  font-family: "Open Sans", sans-serif;
  border-radius: 0px;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  color: #E4E4E4 !important;
  -webkit-text-fill-color: #E4E4E4;
  opacity: 1 !important;
  resize: none;
  border: none;
  line-height: 2em;
  width: 100% !important;
}
input.radio-button[type=radio],
input.toggle-button[type=checkbox] {
  display: none;
}
input.radio-button[type=radio] + label,
input.toggle-button[type=checkbox] + label {
  display: inline-block;
  background-color: rgb(229.5, 229.5, 229.5);
  text-align: center;
  margin: 2px;
  box-sizing: content-box;
  width: 50px;
  padding-left: 0px;
  font-size: 14px;
}
input.radio-button[type=radio]:checked + label,
input.toggle-button[type=checkbox]:checked + label {
  background-color: #333333;
  color: rgb(229.5, 229.5, 229.5);
}

.input, input[type=password],
input[type=text],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=email],
input[type=url],
input[type=search],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535) !important;
  color: #E4E4E4;
  -webkit-text-fill-color: #E4E4E4;
  opacity: 1 !important;
  line-height: 2em;
  font-family: "Open Sans", sans-serif;
  border: none;
  padding: 2px;
}
.right-align.input, input.right-align[type=password],
input.right-align[type=text],
input.right-align[type=date],
input.right-align[type=month],
input.right-align[type=week],
input.right-align[type=time],
input.right-align[type=datetime],
input.right-align[type=email],
input.right-align[type=url],
input.right-align[type=search],
input.right-align[type=number] {
  text-align: right;
}
.duration.input, input.duration[type=password],
input.duration[type=text],
input.duration[type=date],
input.duration[type=month],
input.duration[type=week],
input.duration[type=time],
input.duration[type=datetime],
input.duration[type=email],
input.duration[type=url],
input.duration[type=search],
input.duration[type=number] {
  width: 3ex !important;
  text-align: center;
}

input[type=date] {
  min-height: 2em;
  min-width: 5em;
}

input[type=time] {
  min-height: 2em;
  min-width: 4em;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  background-color: inherit;
}

input.autosize,
select.autosize {
  width: auto !important;
}

.button, button,
input[type=reset],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: none;
  padding: 5px 10px;
  background-color: #CBC242;
  color: rgb(25.5, 25.5, 25.5) !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.attention.button, button.attention,
input.attention[type=reset],
input.attention[type=submit],
input.attention[type=button] {
  background-color: #FFFFCC !important;
}
.blinking.button, button.blinking,
input.blinking[type=reset],
input.blinking[type=submit],
input.blinking[type=button] {
  animation: bg-blinker 1s linear infinite;
}
.button:hover, button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  text-decoration: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.input-stars {
  white-space: nowrap;
}
.input-stars .clear-value {
  -webkit-text-fill-color: #CBC242;
  color: #CBC242;
}

.radio-container div {
  line-height: 1.8;
}
.radio-container div input[type=radio] {
  position: relative;
  top: 2px;
}

select.highlighted,
.input.highlighted,
input.highlighted {
  background-color: #e5c867 !important;
  color: rgb(25.5, 25.5, 25.5) !important;
  -webkit-text-fill-color: rgb(25.5, 25.5, 25.5) !important;
}
select.highlighted + div,
.input.highlighted + div,
input.highlighted + div {
  background-color: #e5c867 !important;
  color: rgb(25.5, 25.5, 25.5) !important;
  -webkit-text-fill-color: rgb(25.5, 25.5, 25.5) !important;
}

.hide-radio input {
  display: none;
}

.button-color.black {
  color: #000 !important;
}
.button-color.red {
  color: #F00 !important;
}
.button-color.blue {
  color: #00F !important;
}
.button-color.white {
  color: #FFF !important;
}

.file-upload-control {
  display: flex;
}
.file-upload-control img {
  width: 28px;
  height: 28px;
  padding-left: 4px;
}
.file-upload-control span {
  padding-left: 4px;
}

#ButtonPrevious,
#ButtonNext {
  position: fixed;
  top: 50%;
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #CBC242 !important;
  background-color: transparent;
}

#ButtonPrevious {
  left: 120px;
}

#ButtonNext {
  right: 0px;
}

#new_aftervisit .form-field-label {
  width: 150px;
}
#new_aftervisit .form-field-control TABLE,
#new_aftervisit .form-field-control TBODY,
#new_aftervisit .form-field-control TR,
#new_aftervisit .form-field-control TD {
  display: block;
}
#new_aftervisit .form-field-control TD {
  padding: 0px;
}

#jobtime .form-field {
  display: block;
}
#jobtime .form-field-label {
  text-align: left;
  width: auto;
}
#jobtime table.table-form-child-container.addable {
  width: inherit !important;
}

.tile-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.tile-image {
  display: block;
  width: auto;
}
.tile-item {
  margin: 0px 2px 2px 0px;
  box-sizing: content-box;
  text-align: center;
  width: 177px;
  height: 177px;
  background-color: #4A4137;
  position: relative;
}
.tile-item.highlighted {
  background-color: rgb(59.3720930233, 52.1511627907, 44.1279069767);
}
.tile-item .icon-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background-color: rgba(44.7441860465, 39.3023255814, 33.2558139535, 0.5);
}
.tile-item .icon-bar a,
.tile-item .icon-bar span {
  margin: 5px;
}
.tile-item .icon-bar span.selected {
  background-color: #CBC242;
}
.tile-item .tile-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(44.7441860465, 39.3023255814, 33.2558139535, 0.5);
  color: #FFFFFF;
  padding: 2px 4px;
  line-height: 2;
}
.tile-item .tile-title {
  font-size: 24px;
  font-weight: bold;
  padding: 0px 4px;
  line-height: 30px;
  text-align: left;
}
.tile-item .tile-title A {
  text-decoration: none;
}
.tile-item .tile-title A:hover {
  text-decoration: underline;
}
.tile-item .tile-title-small {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 4px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  text-align: left;
}
.tile-item .tile-title-small A {
  text-decoration: none;
}
.tile-item .tile-title-small A:hover {
  text-decoration: underline;
}
.tile-container-simple > DIV {
  margin: 0px 2px 2px 0px;
  box-sizing: content-box;
  text-align: center;
  width: 177px;
  height: 177px;
  background-color: #4A4137;
  position: relative;
}
.tile-container-simple > DIV > A,
.tile-container-simple > DIV > SPAN,
.tile-container-simple > DIV > BUTTON {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(44.7441860465, 39.3023255814, 33.2558139535, 0.5) !important;
  color: #FFFFFF !important;
  padding: 2px 4px;
  line-height: 2;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tile-container-simple > DIV > A.check,
.tile-container-simple > DIV > SPAN.check,
.tile-container-simple > DIV > BUTTON.check {
  padding-left: 8px;
  text-align: left;
}
.tile-container-simple > DIV > A.check LABEL,
.tile-container-simple > DIV > SPAN.check LABEL,
.tile-container-simple > DIV > BUTTON.check LABEL {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tile-container-simple > DIV > IMG {
  display: block;
  width: 177px;
  height: 177px;
}
.tile-container-simple .icon-bar {
  position: absolute;
  top: 0px;
  right: 0px;
}
.tile-container-simple .icon-bar BUTTON {
  margin: 5px;
  height: 40px;
}

.calendar {
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
  position: relative;
}

.calendar-header {
  height: 30px;
  position: sticky;
  border-bottom: 1px dotted rgb(44.7441860465, 39.3023255814, 33.2558139535);
  background-color: #4A4137;
  z-index: 4;
  top: 78px;
}

.calendar-header-days {
  position: absolute;
  top: 0px;
  left: 50px;
  height: 100%;
  width: calc(100% - 50px);
}
.calendar-header-days > DIV {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.calendar-ruler > DIV {
  height: 30px;
  box-sizing: border-box;
  border-bottom: 1px dotted rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
.calendar-ruler > DIV LABEL.time {
  padding-left: 6px;
  line-height: 1.2;
  position: relative;
  top: -9px;
}
.calendar-ruler > DIV LABEL.week {
  padding-left: 6px;
}
.calendar-ruler > DIV:first-of-type LABEL.time {
  visibility: hidden;
}

.calendar-days {
  position: absolute;
  top: 30px;
  left: 50px;
  height: calc(100% - 30px);
  width: calc(100% - 50px);
}
.calendar-days .dummy {
  height: 20px;
  background-color: rgb(31.396039604, 119.603960396, 47.8415841584);
  position: absolute;
  z-index: 1;
}

.calendar-daycol {
  position: absolute;
  top: 0px;
  height: 100%;
  border-left: 2px solid rgb(44.7441860465, 39.3023255814, 33.2558139535);
  z-index: 2;
}
.calendar-daycol LABEL,
.calendar-daycol A {
  padding: 0px 4px;
  line-height: 30px;
}
.calendar-daycol A {
  text-decoration: none;
}
.calendar-daycol A:hover {
  text-decoration: underline;
}

.calendar-item {
  position: absolute;
  width: auto;
  min-height: 20px;
  border-top: 1px solid rgb(44.7441860465, 39.3023255814, 33.2558139535);
  border-top-right-radius: 11px;
  border-bottom: 1px solid rgb(44.7441860465, 39.3023255814, 33.2558139535);
  background-color: rgb(132.511627907, 116.3953488372, 98.488372093);
  line-height: 20px;
  font-size: 10px;
  display: flex;
  overflow: auto;
  z-index: 3;
}
.calendar-item .button-status {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0px !important;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.calendar-item SPAN,
.calendar-item .dropdown-activator {
  padding-left: 5px;
  flex: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendar-item IMG {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.calendar-item.unassigned {
  position: static;
  margin: auto 0px;
  padding-right: 4px;
  min-width: 200px;
  height: 20px;
  cursor: move;
}
.calendar-item .notification-icon {
  width: 20px;
  text-align: center;
}
.calendar-item .visit-status-line {
  display: flex;
  gap: 1ex;
  padding-right: 1em;
}

.calendar-jobtime {
  position: absolute;
  background-color: #4A4137;
  opacity: 0.5;
}

.calendar-item-visit-view {
  width: 400px;
  font-size: 10px;
}
.calendar-item-visit-view DIV {
  line-height: 1.2;
  margin-bottom: 4px;
}
.calendar-item-visit-view > DIV:first-child {
  display: flex;
  line-height: 20px;
}
.calendar-item-visit-view > DIV:first-child > IMG {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  padding-right: 4px;
}
.calendar-item-visit-view > DIV:first-child .visit-status-line {
  padding-left: 4px;
  white-space: nowrap;
  flex: 0;
}
.calendar-item-visit-view > DIV:first-child .visit-patient-name {
  flex: auto;
  padding-left: 4px;
}

.calendar-jobtimeitem {
  display: flex;
}
.calendar-jobtimeitem .add-child-button {
  width: 34px;
  height: 34px;
  padding: 0px;
}
.calendar-jobtimeitem table.table-form-child-container.addable {
  width: auto !important;
}

#jobtime .form-section {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#jobtime td {
  padding-bottom: 0px !important;
}

.calendar-header-month {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
.calendar-header-month > DIV {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.calendar-week-of-month-container {
  position: relative;
  border-bottom: 2px solid rgb(44.7441860465, 39.3023255814, 33.2558139535);
  height: 100px;
}
.calendar-week-of-month-container LABEL {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 6px;
  display: none;
}

.calendar-week-of-month {
  position: relative;
  height: 100px;
  box-sizing: border-box;
}

.calendar-day-of-month {
  position: absolute;
  top: 0px;
  height: 100px;
  border-left: 2px solid rgb(44.7441860465, 39.3023255814, 33.2558139535);
  z-index: 2;
}
.calendar-day-of-month .cell-header,
.calendar-day-of-month LABEL,
.calendar-day-of-month A {
  font-size: 24px;
  font-weight: bold;
  padding: 0px 4px;
  line-height: 30px;
}
.calendar-day-of-month A {
  text-decoration: none;
}
.calendar-day-of-month A:hover {
  text-decoration: underline;
}
.calendar-day-of-month.doctor-is-working-this-day {
  background-color: rgb(146.9186046512, 129.2325581395, 109.5813953488);
}
.calendar-day-of-month.doctor-is-available-this-day {
  background-color: rgb(79.8511627907, 70.1395348837, 59.3488372093);
}

.calendar-free-list-icon {
  font-size: 28px;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.calendar-visit-list-icon {
  font-size: 28px;
  position: absolute;
  left: 4px;
  bottom: 4px;
}

.calendar-visit-treatment-icon {
  font-size: 28px;
  position: absolute;
  left: 44px;
  bottom: 4px;
}

.calendar-occupied {
  position: absolute;
  width: calc(100% - 100px);
  top: 0px;
  right: 0px;
  height: 100px;
  padding: 8px;
  font-size: 10px;
  text-align: right;
}
.calendar-occupied DIV {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar-visit-table {
  font-size: 12px;
}
.calendar-visit-table TD {
  padding: 1px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}

.calendar-icon-container {
  position: absolute;
  bottom: 0px;
  display: flex;
  gap: 2px;
  margin: 4px;
}
.calendar-icon-container A {
  display: block;
  padding: 0px !important;
}
.calendar-icon-container .calendar-icon {
  display: block;
  border: 2px solid rgb(110.5, 110.5, 110.5);
  padding: 1px;
}
.calendar-icon-container .calendar-icon.doctor-is-available-this-day {
  border: 2px solid #EEEEEE;
}
.calendar-icon-container .calendar-icon.doctor-is-rejected-this-day {
  border: 2px solid rgb(59.5, 59.5, 59.5);
}

.textareawithshortcuts-container {
  position: relative;
}
.textareawithshortcuts-container textarea {
  box-sizing: border-box;
}
.textareawithshortcuts-container .toolbox {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.textareawithshortcuts-container .toolbox button {
  font-size: 10px;
  font-weight: bold;
  display: block;
  min-width: 40px;
  box-sizing: border-box;
}
.textareawithshortcuts-container .helper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding: 0px;
}

@keyframes blinker {
  0% {
    opacity: 10%;
  }
  50% {
    color: #FFFFCC;
  }
}
@keyframes bg-blinker {
  50% {
    background-color: #FFFFCC;
  }
}
@keyframes text-blinker {
  50% {
    opacity: 10%;
  }
}
ul.list-style-none {
  list-style: none;
  padding-left: 0px;
}

ul.list-style-decimal {
  list-style: decimal;
}

.full-width {
  width: 100% !important;
}
.full-width > input, .full-width > select, .full-width > textarea {
  width: 100%;
}

.center {
  text-align: center;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.narrow-text {
  font-size: 12px;
  padding: 0;
}

/********* Controls *********/
.input {
  display: inline-block;
  width: calc(100% - 5px) !important;
}
.input.input-smile {
  width: auto !important;
}
.input.input-smile svg {
  fill: #E4E4E4;
  stroke: #E4E4E4;
}
.input > div > span:empty:after {
  content: " ";
}

.button {
  display: inline-block;
  text-decoration: none !important;
}

button.selected {
  background-color: rgb(225.0082987552, 219.8174273859, 145.9917012448);
}

/********* Header *********/
header {
  display: flex;
  flex-flow: row nowrap;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background-color: rgb(25.5, 25.5, 25.5);
  padding: 0px;
}
header > div {
  flex: 0 1 auto;
  min-width: min-intrinsic;
  color: white;
  border-right: solid 1px rgb(38.25, 38.25, 38.25);
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px;
}
header > div a,
header > div span,
header > div button,
header > div .button {
  color: white;
  text-decoration: none !important;
  margin: 0;
}
header > div button,
header > div .button {
  padding: 0 10px;
  height: 100%;
}
header > div a:hover,
header > div button:hover,
header > div .button:hover {
  color: rgb(127.5, 127.5, 127.5);
}
header > div:last-child {
  border-right: none;
  padding: 0;
}
header > div .page-title {
  font-size: 20px;
}
header > div .page-title-icon {
  font-size: 20px;
  padding-left: 10px;
}
header > div .page-title-icon.blinking {
  animation: blinker 1s linear infinite;
}
header .logo-container {
  width: 36px;
  background-color: transparent;
}
header .logo-container .logo {
  height: 36px;
  width: 36px;
  display: block;
}
header .menu,
header .notification,
header .calendar,
header .session {
  flex-shrink: 0;
}
header .space {
  flex: 1 1 auto;
  align-self: stretch;
  padding: 0;
}
header .button-space {
  flex: 0 1 80px;
}
header .user {
  flex-shrink: 2;
  max-width: 130px;
}

@media screen and (max-width: 414px) {
  header .calendar {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #plan .scrollable {
    padding-right: 30px;
  }
}
/********* Container *********/
.container {
  padding-top: 36px;
}
.container.no-menu nav#mainmenu {
  display: none !important;
}
.container.no-menu .content {
  margin-left: 0 !important;
}
.container.no-menu .sticky {
  left: 0 !important;
}

/********* Left menu *********/
.iphone nav#mainmenu {
  width: 100%;
  overflow-y: auto;
}
.iphone .container .content {
  display: none;
}
.iphone .container.no-menu .content {
  display: block !important;
}

nav#mainmenu {
  box-sizing: border-box;
  background: rgb(103.2558139535, 90.6976744186, 76.7441860465);
  position: fixed;
  top: 0;
  padding-top: 36px;
  width: 120px;
  height: 100%;
  z-index: 95;
}
nav#mainmenu div#domain-selector {
  text-align: center;
  padding: 0 10px;
}
nav#mainmenu div#domain-selector select {
  width: 100%;
}
nav#mainmenu div#mainmenu-selector {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}
nav#mainmenu div#mainmenu-selector ul {
  list-style: none;
  font-size: 14px;
  text-align: center;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
nav#mainmenu div#mainmenu-selector ul > li {
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
}
nav#mainmenu div#mainmenu-selector ul > li a,
nav#mainmenu div#mainmenu-selector ul > li span {
  padding: 10px 0;
  display: inherit;
  width: inherit;
  color: #E4E4E4;
  text-decoration: none;
}
nav#mainmenu div#mainmenu-selector ul > li a:hover,
nav#mainmenu div#mainmenu-selector ul > li span:hover {
  background-color: rgb(25.5, 25.5, 25.5);
  color: rgb(229.5, 229.5, 229.5);
}
nav#mainmenu div#mainmenu-selector ul > li a.selected,
nav#mainmenu div#mainmenu-selector ul > li span.selected {
  color: rgb(229.5, 229.5, 229.5);
  background-color: #333333;
}
nav#mainmenu div#mainmenu-selector ul > li > ul {
  line-height: 12px;
  font-size: 14px;
  text-transform: uppercase;
  background: #4a4137;
}
nav#mainmenu div#mainmenu-selector ul > li > ul > li {
  border-bottom: solid rgb(146.9186046512, 129.2325581395, 109.5813953488) -1px;
}
nav#mainmenu div#mainmenu-selector ul > li > ul > li a,
nav#mainmenu div#mainmenu-selector ul > li > ul > li span {
  padding: 15px 0;
}
nav#mainmenu div#mainmenu-selector ul > li > ul > li > ul {
  font-style: italic;
  background: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
nav#mainmenu div#mainmenu-selector ul > li > ul > li > ul > li {
  border-bottom: solid rgb(30.1162790698, 26.4534883721, 22.3837209302) 1px;
}
nav#mainmenu div#mainmenu-selector ul > li.attention a,
nav#mainmenu div#mainmenu-selector ul > li.attention span {
  color: #FFFFCC;
}
nav#mainmenu div#mainmenu-selector ul > li.blinking a,
nav#mainmenu div#mainmenu-selector ul > li.blinking span {
  animation: blinker 1s linear infinite;
}
nav#mainmenu div#mainmenu-selector ul.sub-menu {
  background-color: rgb(210, 210, 210);
}

.mainmenu-popup ul {
  list-style: none;
  font-size: 14px;
  text-align: center;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.mainmenu-popup ul > li a,
.mainmenu-popup ul > li span {
  color: #E4E4E4;
  text-decoration: none;
}
.mainmenu-popup ul > li a:hover,
.mainmenu-popup ul > li span:hover {
  background-color: rgb(25.5, 25.5, 25.5);
  color: rgb(229.5, 229.5, 229.5);
}
.mainmenu-popup ul > li a.selected,
.mainmenu-popup ul > li span.selected {
  color: rgb(229.5, 229.5, 229.5);
  background-color: #333333;
}
.mainmenu-popup ul > li > ul {
  line-height: 12px;
  font-size: 14px;
}
.mainmenu-popup ul > li > ul > li {
  border-bottom: solid rgb(59.3720930233, 52.1511627907, 44.1279069767) 1px;
}
.mainmenu-popup ul > li > ul > li a,
.mainmenu-popup ul > li > ul > li span {
  padding: 15px 0;
}
.mainmenu-popup ul > li > ul > li > ul {
  font-style: italic;
  background: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
.mainmenu-popup ul > li > ul > li > ul > li {
  border-bottom: solid rgb(30.1162790698, 26.4534883721, 22.3837209302) 1px;
}
.mainmenu-popup ul > li.attention a,
.mainmenu-popup ul > li.attention span {
  color: #FFFFCC;
}
.mainmenu-popup ul > li.blinking a,
.mainmenu-popup ul > li.blinking span {
  animation: blinker 1s linear infinite;
}

nav.local-menu {
  z-index: 90;
  line-height: 36px;
  font-size: 18px;
}
nav.local-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.local-menu ul li {
  background-color: #4A4137;
  margin-bottom: 2px;
}
nav.local-menu ul li a {
  padding: 5px;
  display: block;
  height: 100%;
  color: #E4E4E4;
  text-decoration: none;
  text-align: left;
}
nav.local-menu ul li a:hover {
  background-color: #333333;
  color: rgb(229.5, 229.5, 229.5);
}
nav.local-menu ul li a:focus {
  outline: none;
}
nav.local-menu ul li .tabPageLabel {
  padding-left: 10px;
  padding-right: 40px;
  display: block;
  width: inherit;
  height: 100%;
  color: #E4E4E4;
  text-align: left;
  font-size: medium;
  font-weight: 400;
}
nav.local-menu ul li .selected {
  background-color: #333333 !important;
  color: rgb(229.5, 229.5, 229.5) !important;
}
nav.local-menu ul li:nth-child(even) {
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
}

.local-menu .section {
  margin-bottom: 1px;
}
.local-menu h3 {
  font-size: 12px;
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
  color: #E4E4E4;
  position: sticky;
  top: 36px;
  margin: 0px 0px 1px 0px;
  padding: 4px 10px;
}
.local-menu .group {
  display: flex;
  flex-direction: row;
  background-color: #4A4137;
  padding: 10px;
  margin-bottom: 2px;
}
.local-menu .group A {
  display: block;
  font-size: 18px;
  margin-right: 20px;
}

/********* Content *********/
.content {
  margin-left: 120px;
  position: relative;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
.content nav#sub-menu {
  top: 0;
  padding-top: 36px;
  position: fixed;
  margin-left: -10px;
  margin-right: -10px;
  background-color: rgb(210, 210, 210);
  float: left;
  height: 100%;
  font-size: 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}
.content nav#sub-menu ul {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  height: inherit;
}
.content nav#sub-menu ul li {
  height: auto;
  display: block;
}
.content nav#sub-menu ul li input {
  background-color: rgb(210, 210, 210);
}
.content nav#sub-menu ul li a,
.content nav#sub-menu ul li input {
  padding: 0 10px;
  display: block;
  width: inherit;
  height: 100%;
  color: #E4E4E4;
  text-decoration: none;
  text-align: center;
}
.content nav#sub-menu ul li a:hover,
.content nav#sub-menu ul li input:hover {
  background-color: #333333;
  color: rgb(229.5, 229.5, 229.5);
}
.content nav#sub-menu ul li a:focus,
.content nav#sub-menu ul li input:focus {
  outline: none;
}
.content nav#sub-menu ul li .tabPageLabel {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: block;
  width: inherit;
  height: 100%;
  color: #E4E4E4;
  text-align: left;
  font-size: medium;
  font-weight: 400;
}
.content nav#sub-menu ul li .selected {
  background-color: #333333;
  color: rgb(229.5, 229.5, 229.5);
}
.content .submit-bar {
  display: flex;
}
.content .submit-bar button,
.content .submit-bar input[type=reset],
.content .submit-bar input[type=submit],
.content .submit-bar input[type=button],
.content .submit-bar select.button,
.content .submit-bar .button {
  margin-left: 2px;
  height: 100%;
  min-width: 42px;
  display: inline-block;
  vertical-align: top;
}
.content .submit-bar button a,
.content .submit-bar input[type=reset] a,
.content .submit-bar input[type=submit] a,
.content .submit-bar input[type=button] a,
.content .submit-bar select.button a,
.content .submit-bar .button a {
  color: rgb(25.5, 25.5, 25.5);
}
.content .submit-bar button.disabled, .content .submit-bar button[disabled],
.content .submit-bar input[type=reset].disabled,
.content .submit-bar input[type=reset][disabled],
.content .submit-bar input[type=submit].disabled,
.content .submit-bar input[type=submit][disabled],
.content .submit-bar input[type=button].disabled,
.content .submit-bar input[type=button][disabled],
.content .submit-bar select.button.disabled,
.content .submit-bar select.button[disabled],
.content .submit-bar .button.disabled,
.content .submit-bar .button[disabled] {
  color: rgb(25.5, 25.5, 25.5) !important;
  background-color: rgb(110.968879668, 105.6846473029, 30.531120332) !important;
}
.content .submit-bar button.disabled.attention, .content .submit-bar button[disabled].attention,
.content .submit-bar input[type=reset].disabled.attention,
.content .submit-bar input[type=reset][disabled].attention,
.content .submit-bar input[type=submit].disabled.attention,
.content .submit-bar input[type=submit][disabled].attention,
.content .submit-bar input[type=button].disabled.attention,
.content .submit-bar input[type=button][disabled].attention,
.content .submit-bar select.button.disabled.attention,
.content .submit-bar select.button[disabled].attention,
.content .submit-bar .button.disabled.attention,
.content .submit-bar .button[disabled].attention {
  background-color: rgb(255, 255, 76.5) !important;
}
.content .submit-bar .button {
  padding: 5px 10px;
  box-sizing: border-box;
}
.content .submit-bar .separator {
  display: inline-block;
  width: 18px;
}
@media screen and (min-width: 600px) {
  .content .submit-bar {
    z-index: 200;
    position: fixed;
    top: 0px;
    right: 10px;
    height: 36px;
    line-height: 26px;
    margin-top: 0px;
  }
  .content .submit-bar button,
  .content .submit-bar input[type=reset],
  .content .submit-bar input[type=submit],
  .content .submit-bar input[type=button],
  .content .submit-bar .button {
    background-color: #CBC242;
    color: rgb(25.5, 25.5, 25.5);
  }
  .content .submit-bar button[value=accept],
  .content .submit-bar input[type=reset][value=accept],
  .content .submit-bar input[type=submit][value=accept],
  .content .submit-bar input[type=button][value=accept],
  .content .submit-bar .button[value=accept] {
    color: #E4E4E4;
  }
  .content .submit-bar button[value=apply],
  .content .submit-bar input[type=reset][value=apply],
  .content .submit-bar input[type=submit][value=apply],
  .content .submit-bar input[type=button][value=apply],
  .content .submit-bar .button[value=apply] {
    color: #E4E4E4;
  }
  .content .submit-bar button[value=delete], .content .submit-bar button[value=reject],
  .content .submit-bar input[type=reset][value=delete],
  .content .submit-bar input[type=reset][value=reject],
  .content .submit-bar input[type=submit][value=delete],
  .content .submit-bar input[type=submit][value=reject],
  .content .submit-bar input[type=button][value=delete],
  .content .submit-bar input[type=button][value=reject],
  .content .submit-bar .button[value=delete],
  .content .submit-bar .button[value=reject] {
    color: rgb(25.5, 25.5, 25.5) !important;
  }
  .content .submit-bar button.blinking,
  .content .submit-bar input[type=reset].blinking,
  .content .submit-bar input[type=submit].blinking,
  .content .submit-bar input[type=button].blinking,
  .content .submit-bar .button.blinking {
    animation: bg-blinker 1s linear infinite;
  }
  .content .submit-bar select.button {
    line-height: inherit;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    -webkit-text-fill-color: rgb(25.5, 25.5, 25.5);
  }
  .content .submit-bar .button-delete {
    margin-right: 50px;
  }
  .content .submit-bar .button-cancel,
  .content .submit-bar .button-return {
    position: fixed;
    top: 0px;
    left: 80px;
    height: 36px;
  }
}
.content footer {
  margin: 0 2px;
}
.content footer p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}
.content footer span {
  padding-right: 10px;
}

#errors {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
#errors .error-list {
  list-style: none;
  padding: 4px;
  color: white;
  font-weight: normal;
  font-size: 14px;
  margin: 2px 0;
}
#errors .error-list.level-error {
  background-color: #e94545;
  color: #FFFFFF;
}
#errors .error-list.level-warning {
  background-color: #EEAA00;
  color: #FFFFFF;
}
#errors .error-list.level-info {
  background-color: #66BB66;
  color: #FFFFFF;
}
#errors .error-list LI {
  padding: 4px;
}

.single-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.edit-content {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.edit-content table.data {
  line-height: 1;
}
.edit-content .form-section {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #4A4137;
}
.edit-content .form-section:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.edit-content .scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 1px;
  padding-bottom: 1px;
}
.edit-content .form-table > div,
.edit-content .form-child-table > div,
.edit-content .form-table.vertical > div,
.edit-content .form-child-table.vertical > div {
  flex: 0 1 auto;
}
.edit-content .form-table .form-row.vertical .form-field-control-item,
.edit-content .form-child-table .form-row.vertical .form-field-control-item,
.edit-content .form-table.vertical .form-row.vertical .form-field-control-item,
.edit-content .form-child-table.vertical .form-row.vertical .form-field-control-item {
  flex-flow: column nowrap;
}
.edit-content .form-table .form-field,
.edit-content .form-child-table .form-field,
.edit-content .form-table.vertical .form-field,
.edit-content .form-child-table.vertical .form-field {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  padding: 3px;
}
.edit-content .form-table .form-field > div,
.edit-content .form-child-table .form-field > div,
.edit-content .form-table.vertical .form-field > div,
.edit-content .form-child-table.vertical .form-field > div {
  flex: 1 1 auto;
}
.edit-content .form-table .form-field > .form-field-label,
.edit-content .form-child-table .form-field > .form-field-label,
.edit-content .form-table.vertical .form-field > .form-field-label,
.edit-content .form-child-table.vertical .form-field > .form-field-label {
  font-size: 10px;
  flex: 0 1 auto;
  align-self: flex-start;
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
  width: 80px;
  min-width: 80px;
}
.edit-content .form-table .form-field .form-field-control,
.edit-content .form-child-table .form-field .form-field-control,
.edit-content .form-table.vertical .form-field .form-field-control,
.edit-content .form-child-table.vertical .form-field .form-field-control {
  height: 100%;
  margin: auto 0px;
}
.edit-content .form-table .form-field .form-field-control-item,
.edit-content .form-child-table .form-field .form-field-control-item,
.edit-content .form-table.vertical .form-field .form-field-control-item,
.edit-content .form-child-table.vertical .form-field .form-field-control-item {
  display: flex;
  flex-flow: row nowrap;
}
.edit-content .form-table .form-field .form-field-control-item > *,
.edit-content .form-child-table .form-field .form-field-control-item > *,
.edit-content .form-table.vertical .form-field .form-field-control-item > *,
.edit-content .form-child-table.vertical .form-field .form-field-control-item > * {
  flex: 0 1 auto;
  align-self: baseline;
}
.edit-content .form-table .form-field .form-field-control-item > *:first-child,
.edit-content .form-child-table .form-field .form-field-control-item > *:first-child,
.edit-content .form-table.vertical .form-field .form-field-control-item > *:first-child,
.edit-content .form-child-table.vertical .form-field .form-field-control-item > *:first-child {
  min-width: 40px;
  width: 100%;
}
.edit-content .form-table .form-field .form-field-control-item > *:first-child > input[type=text],
.edit-content .form-table .form-field .form-field-control-item > *:first-child input[type=number],
.edit-content .form-table .form-field .form-field-control-item > *:first-child > select,
.edit-content .form-table .form-field .form-field-control-item > *:first-child > textarea,
.edit-content .form-child-table .form-field .form-field-control-item > *:first-child > input[type=text],
.edit-content .form-child-table .form-field .form-field-control-item > *:first-child input[type=number],
.edit-content .form-child-table .form-field .form-field-control-item > *:first-child > select,
.edit-content .form-child-table .form-field .form-field-control-item > *:first-child > textarea,
.edit-content .form-table.vertical .form-field .form-field-control-item > *:first-child > input[type=text],
.edit-content .form-table.vertical .form-field .form-field-control-item > *:first-child input[type=number],
.edit-content .form-table.vertical .form-field .form-field-control-item > *:first-child > select,
.edit-content .form-table.vertical .form-field .form-field-control-item > *:first-child > textarea,
.edit-content .form-child-table.vertical .form-field .form-field-control-item > *:first-child > input[type=text],
.edit-content .form-child-table.vertical .form-field .form-field-control-item > *:first-child input[type=number],
.edit-content .form-child-table.vertical .form-field .form-field-control-item > *:first-child > select,
.edit-content .form-child-table.vertical .form-field .form-field-control-item > *:first-child > textarea {
  width: 100%;
}
.edit-content .form-table .form-field .form-field-control-item > input[size],
.edit-content .form-table .form-field .form-field-control-item input[type=checkbox],
.edit-content .form-table .form-field .form-field-control-item input[type=radio],
.edit-content .form-child-table .form-field .form-field-control-item > input[size],
.edit-content .form-child-table .form-field .form-field-control-item input[type=checkbox],
.edit-content .form-child-table .form-field .form-field-control-item input[type=radio],
.edit-content .form-table.vertical .form-field .form-field-control-item > input[size],
.edit-content .form-table.vertical .form-field .form-field-control-item input[type=checkbox],
.edit-content .form-table.vertical .form-field .form-field-control-item input[type=radio],
.edit-content .form-child-table.vertical .form-field .form-field-control-item > input[size],
.edit-content .form-child-table.vertical .form-field .form-field-control-item input[type=checkbox],
.edit-content .form-child-table.vertical .form-field .form-field-control-item input[type=radio] {
  width: auto !important;
}
.edit-content .form-table .form-field .form-field-control-item .add-child-button,
.edit-content .form-child-table .form-field .form-field-control-item .add-child-button,
.edit-content .form-table.vertical .form-field .form-field-control-item .add-child-button,
.edit-content .form-child-table.vertical .form-field .form-field-control-item .add-child-button {
  align-self: flex-start;
  width: 2em;
  height: 2em;
  text-align: center;
  font-size: inherit;
  padding: 2px;
  box-sizing: content-box;
}
.edit-content .form-table .form-field .form-field-control-item .remove-child-button,
.edit-content .form-child-table .form-field .form-field-control-item .remove-child-button,
.edit-content .form-table.vertical .form-field .form-field-control-item .remove-child-button,
.edit-content .form-child-table.vertical .form-field .form-field-control-item .remove-child-button {
  align-self: flex-end;
  width: 2em;
  height: 2em;
  text-align: center;
  font-size: inherit;
  padding: 2px;
  box-sizing: content-box;
}
.edit-content .form-table .form-field .form-field-control-item a.add-child-button,
.edit-content .form-child-table .form-field .form-field-control-item a.add-child-button,
.edit-content .form-table.vertical .form-field .form-field-control-item a.add-child-button,
.edit-content .form-child-table.vertical .form-field .form-field-control-item a.add-child-button {
  padding-top: 4px;
  padding-bottom: 0px;
}
.edit-content .form-table .form-field.invalid > .form-field-label:after,
.edit-content .form-child-table .form-field.invalid > .form-field-label:after,
.edit-content .form-table.vertical .form-field.invalid > .form-field-label:after,
.edit-content .form-child-table.vertical .form-field.invalid > .form-field-label:after {
  font-weight: 900;
  content: "!";
  color: #e94545;
  padding-left: 5px;
}
@media screen and (max-width: 414px) {
  .edit-content .form-field {
    flex-flow: column wrap !important;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    padding: 10px 0 !important;
  }
  .edit-content .form-field .form-field-label {
    font-style: italic;
  }
  .edit-content .form-field > * {
    flex: 1 1 auto !important;
    height: auto !important;
    text-align: left !important;
    padding-right: 0px !important;
    width: 100% !important;
  }
}
.edit-content .form-table.horizontal,
.edit-content .form-child-table.horizontal {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.edit-content .form-table.horizontal .form-field > .form-field-control .form-field-control-item,
.edit-content .form-child-table.horizontal .form-field > .form-field-control .form-field-control-item {
  flex-flow: row nowrap;
}
.edit-content .form-table.horizontal .form-row,
.edit-content .form-child-table.horizontal .form-row {
  padding-right: 5px;
}
.edit-content .form-table.horizontal .form-row:nth-child(n+2) .form-field > .form-field-label,
.edit-content .form-child-table.horizontal .form-row:nth-child(n+2) .form-field > .form-field-label {
  width: auto;
  min-width: -moz-min-content;
  min-width: min-content;
}
.edit-content .form-table.horizontal .form-row:last-child,
.edit-content .form-child-table.horizontal .form-row:last-child {
  flex: auto;
  padding-right: 0px;
}
.edit-content .form-table.horizontal .form-row:not(:last-child).input, .edit-content .form-table.horizontal .form-row:not(:last-child) > input:not([size]), .edit-content .form-table.horizontal .form-row:not(:last-child) > select, .edit-content .form-table.horizontal .form-row:not(:last-child) > textarea,
.edit-content .form-child-table.horizontal .form-row:not(:last-child).input,
.edit-content .form-child-table.horizontal .form-row:not(:last-child) > input:not([size]),
.edit-content .form-child-table.horizontal .form-row:not(:last-child) > select,
.edit-content .form-child-table.horizontal .form-row:not(:last-child) > textarea {
  width: auto;
}
.edit-content .form-table.horizontal-checkbox,
.edit-content .form-child-table.horizontal-checkbox {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.edit-content .form-table.horizontal-checkbox .form-row:first-child,
.edit-content .form-child-table.horizontal-checkbox .form-row:first-child {
  flex: auto;
  width: calc(100% - 60px);
}
.edit-content .form-table.horizontal-checkbox .form-row.no-label .form-field-label,
.edit-content .form-child-table.horizontal-checkbox .form-row.no-label .form-field-label {
  display: none;
}
.edit-content div.form-child-container {
  display: flex;
}
.edit-content div.form-child-container > div {
  flex: 1 1 auto;
}
.edit-content div.form-child-container > .form-child-mover {
  flex: 0 1 20px;
  align-self: flex-start;
  color: rgb(229.5, 229.5, 229.5);
  padding-top: 4px;
  padding-right: 5px;
}
.edit-content div.form-child-container > .form-child-actions {
  flex: 0 1 auto;
  width: 45px;
  min-width: 45px;
}
.edit-content div.form-child-container .moveable .form-field-label {
  width: 55px !important;
  min-width: 55px !important;
}
.edit-content div.form-child-container .form-child.deletable {
  border-right: rgb(229.5, 229.5, 229.5) solid 4px;
  margin-bottom: 4px;
}
.edit-content .move-child-button {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  color: inherit;
  width: min-intrinsic;
}
.edit-content label {
  color: #E4E4E4;
}
.edit-content .plan ul {
  list-style: none;
  padding-left: 0px;
}
.edit-content .plan ul li ul {
  list-style: disc;
  padding-left: 45px;
}
.edit-content .plan input[type=radio] {
  margin-left: 18px;
}
.edit-content .plan div.addtask {
  margin-left: 18px;
  display: inline;
}
.edit-content .plan label,
.edit-content .plan div.addtasklabel {
  margin-left: 10px;
}
.edit-content .plan div.addtasklabel {
  display: inline;
}
.edit-content #UploadButton {
  font-size: inherit;
  padding: 2px 4px;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  box-sizing: content-box;
}

#treatment .form-field-label {
  width: 160px;
}

button.disabled, button[disabled],
input[type=reset].disabled,
input[type=reset][disabled],
input[type=submit].disabled,
input[type=submit][disabled],
input[type=button].disabled,
input[type=button][disabled],
.button.disabled,
.button[disabled] {
  color: rgb(170.9626556017, 162.8215767635, 47.0373443983) !important;
}

.select-all {
  font-style: italic;
}

table.data {
  table-layout: fixed;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0px 2px;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  width: 100%;
}
table.data colgroup:not(:first-of-type) {
  border-left: 2px solid black;
}
table.data colgroup:not(:last-of-type) {
  border-right: 2px solid black;
}
table.data col.grid-col {
  width: 40px;
  max-width: 40px;
}
table.data thead.sticky {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
table.data thead.sticky th[colspan]:not(:first-of-type) {
  border-left: 2px solid black;
}
table.data thead.sticky th[colspan]:not(:last-of-type) {
  border-right: 2px solid black;
}
table.data td,
table.data th {
  padding: 0px;
  background-color: #4A4137;
}
table.data td button,
table.data td input[type=button],
table.data td .button {
  font-size: inherit;
  padding: 2px 4px;
  line-height: 2em;
  width: 2em;
  box-sizing: content-box;
}
table.data td button.button-status,
table.data td input[type=button].button-status,
table.data td .button.button-status {
  display: inline-block;
  width: auto;
  line-height: inherit;
}
table.data td button.button-status:after,
table.data td input[type=button].button-status:after,
table.data td .button.button-status:after {
  padding: 2px;
  font-size: 10px;
  content: "Wybierz";
}
table.data td button.button-delete, table.data td button.button-select, table.data td button.button-done,
table.data td input[type=button].button-delete,
table.data td input[type=button].button-select,
table.data td input[type=button].button-done,
table.data td .button.button-delete,
table.data td .button.button-select,
table.data td .button.button-done {
  display: inline-block;
  line-height: inherit;
  width: 48px;
  padding-left: 0px;
  padding-right: 0px;
}
table.data td button.button-done:after,
table.data td input[type=button].button-done:after,
table.data td .button.button-done:after {
  padding: 2px 0px;
  font-size: 10px;
  content: "Potwierdź";
}
table.data td button.button-delete:after,
table.data td input[type=button].button-delete:after,
table.data td .button.button-delete:after {
  padding: 2px 0px;
  font-size: 10px;
  content: "Usuń";
}
table.data td button.button-select:after,
table.data td input[type=button].button-select:after,
table.data td .button.button-select:after {
  padding: 2px 0px;
  font-size: 10px;
  content: "Wybierz";
}
table.data thead {
  /*
  		position: -webkit-sticky;
  		position: sticky;
  		top: $header-height;
  */
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  text-align: center;
  z-index: 1;
}
table.data thead tr {
  color: rgb(178.5, 178.5, 178.5);
}
table.data thead tr td,
table.data thead tr th {
  padding: 5px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 10px;
}
table.data thead tr td a,
table.data thead tr th a {
  color: rgb(178.5, 178.5, 178.5);
}
table.data thead tr th {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
table.data thead tr.filter {
  background-color: rgb(229.5, 229.5, 229.5);
  color: rgb(25.5, 25.5, 25.5);
}
table.data thead tr.filter th {
  border: 1px solid #FFFFFF;
}
table.data thead .colgroup {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  color: rgb(25.5, 25.5, 25.5);
}
table.data tbody {
  border-top: 2px solid #000000;
}
table.data tbody:first-of-type {
  border-top: none;
}
table.data tbody td,
table.data tbody th,
table.data tbody a {
  color: #E4E4E4;
}
table.data tbody td {
  border: none;
}
table.data tbody td.text-cell {
  padding: 5px;
}
table.data tbody td.image-cell img {
  display: block;
}
table.data tbody th {
  border: 1px solid transparent;
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
  text-align: left;
  padding: 5px;
}
table.data tbody tr.active td {
  background-color: rgb(88.6279069767, 77.8488372093, 65.8720930233);
}
table.data tbody tr.total td {
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
}
table.data tbody tr.subtotal td {
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
}
.dropdown-panel table.data {
  width: auto;
}

table.table-form-child-container {
  font-size: 12px;
  width: 100%;
  order: 2;
  border-spacing: 0;
}
table.table-form-child-container.addable {
  width: calc(100% - 32px) !important;
}
table.table-form-child-container tbody tr {
  box-sizing: border-box;
}
table.table-form-child-container tbody tr td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  box-sizing: content-box;
}
table.table-form-child-container tbody tr td:last-child {
  padding-right: 0px;
}
table.table-form-child-container tbody tr td .remove-child-button {
  padding: 2px 4px;
}
table.table-form-child-container tbody tr:first-child td {
  padding-top: 0px;
}
table.table-form-child-container tbody tr:last-child td {
  padding-bottom: 0px;
}
table.table-form-child-container tbody td > .input,
table.table-form-child-container tbody td > div,
table.table-form-child-container tbody td > label,
table.table-form-child-container tbody td > span {
  width: 100%;
}
table.table-form-child-container tbody td > input[type=text],
table.table-form-child-container tbody td > input[type=number],
table.table-form-child-container tbody td > input[type=date],
table.table-form-child-container tbody td > input[type=time],
table.table-form-child-container tbody td > textarea,
table.table-form-child-container tbody td > select {
  width: calc(100% - 2px) !important;
}
table.table-form-child-container tbody td.form-child-actions,
table.table-form-child-container tbody td.form-child-mover {
  text-align: center;
  width: 2em;
  height: 2em;
  box-sizing: content-box;
}
table.table-form-child-container tbody td.column_paymenttype {
  width: auto;
  text-align: right;
  padding-right: 10px;
}
table.table-form-child-container tbody td.column_price {
  width: 100px;
}
table.table-form-child-container tbody td.column_directions {
  width: 30%;
}
table.table-form-child-container tbody td.column_dose {
  width: 50px;
}
table.table-form-child-container tbody td.column_ispaid {
  width: 60px;
  text-align: center;
}
table.table-form-child-container input[type=text]:disabled {
  border: none;
}

/* Grid Table container (Events) */
div.grid {
  /*
      overflow-x: scroll;  
      overflow-y: visible;
  */
  padding-bottom: 1px;
  margin-bottom: 10px;
}
div.grid.gridoffset {
  margin-left: 250px;
}
div.grid .grid-group {
  font-size: 18px;
  text-align: left;
}
div.grid .grid-static {
  /*
  		position: -webkit-sticky;
  		position: sticky;
  */
  border: 1px solid rgb(44.7441860465, 39.3023255814, 33.2558139535);
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  position: absolute;
  width: 200px;
  left: 10px;
}
div.grid .grid-static a {
  color: rgb(25.5, 25.5, 25.5);
}
div.grid .grid-static-plan {
  position: absolute;
  width: 40px;
  left: 220px;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
div.grid .tableFloatingHeaderOriginal.sticky .grid-static {
  left: -250px;
}
div.grid .tableFloatingHeaderOriginal.sticky .grid-static-plan {
  left: -40px;
}
div.grid thead .colgroup th {
  height: 12px;
}
div.grid thead .header th {
  height: 24px;
}

table.grid {
  font-size: 14px;
  table-layout: fixed;
  color: rgb(25.5, 25.5, 25.5);
}
table.grid-borderbox td,
table.grid-borderbox th {
  box-sizing: border-box;
}
table.grid td,
table.grid th {
  border: 1px solid transparent;
  margin: 0;
  white-space: nowrap;
}
table.grid td.dark,
table.grid th.dark {
  color: white;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: white;
}
table.grid td.darkerlightgray,
table.grid th.darkerlightgray {
  background-color: rgb(178.5, 178.5, 178.5);
  border-color: white;
}
table.grid td.lightgray,
table.grid th.lightgray {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: white;
}
table.grid thead {
  /*
  		position: -webkit-sticky;
  		top: $header-height;
  */
  text-align: center;
  font-size: 8px;
  line-height: 12px;
  left: 120px;
}
table.grid thead .header {
  background-color: rgb(229.5, 229.5, 229.5);
}
table.grid thead td,
table.grid thead th {
  padding: 1px 0;
}
table.grid thead td a,
table.grid thead th a {
  color: rgb(25.5, 25.5, 25.5);
}
table.grid thead td.expanded,
table.grid thead th.expanded {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
table.grid thead tr:first-child th {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
}
table.grid tbody th {
  font-weight: 400;
  color: rgb(25.5, 25.5, 25.5);
  height: 40px;
  line-height: 42px;
  text-align: right;
  padding-right: 10px;
}
table.grid tbody th.header {
  font-weight: 700;
}
table.grid tbody td {
  min-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}

.table-content {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.table-content .scrollable {
  padding-right: 1px;
  padding-bottom: 1px;
}
.table-content .sorted {
  display: block;
  position: relative;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table-content .sorted:after {
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
}
.table-content .sorted.up:after {
  content: "D";
}
.table-content .sorted.down:after {
  content: "U";
}
.table-content .filtered {
  display: block;
  position: relative;
  padding-right: 8px;
}
.table-content .filtered:after {
  padding-top: 6px;
  content: "F";
  position: absolute;
  top: 0;
  right: 0;
}
.table-content th.no-border {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535) !important;
  border: none !important;
  color: #E4E4E4 !important;
}
.table-content th.no-border a {
  color: inherit !important;
}
.table-content td.no-border {
  border: none !important;
}
.table-content .control-panel {
  display: flex;
  flex-flow: row;
  background-color: #4A4137;
  padding: 5px;
  height: 32px;
  overflow: hidden;
}
.table-content .control-panel .form-field {
  flex: 0 1 auto;
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
  display: flex;
}
.table-content .control-panel .form-field.right {
  margin-left: auto;
  margin-right: 0px;
}
.table-content .control-panel .form-field .form-field-label {
  font-size: 10px;
  line-height: 30px;
  margin-right: 4px;
  white-space: nowrap;
}
.table-content .control-panel .form-field .form-field-control a.dropdown-activator {
  border-bottom: 1px solid transparent;
}
.table-content .control-panel .form-field button,
.table-content .control-panel .form-field input[type=reset],
.table-content .control-panel .form-field input[type=submit],
.table-content .control-panel .form-field input[type=button],
.table-content .control-panel .form-field .button {
  padding: 2px 5px;
  color: rgb(25.5, 25.5, 25.5);
  background-color: #CBC242;
  font-size: inherit;
  line-height: 2em;
}
.table-content .control-panel .form-field button[value^=delete],
.table-content .control-panel .form-field input[type=reset][value^=delete],
.table-content .control-panel .form-field input[type=submit][value^=delete],
.table-content .control-panel .form-field input[type=button][value^=delete],
.table-content .control-panel .form-field .button[value^=delete] {
  color: rgb(230, 116, 105);
}
.table-content .control-panel .form-field #status_label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.browser-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.browser-container .browser-panel {
  display: table-cell;
  min-width: 200px;
  padding-right: 5px;
  vertical-align: top;
}
.browser-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.dropdown-activator:not(.disabled) {
  cursor: pointer;
}
.dropdown-activator:hover {
  text-decoration: underline;
}
.dropdown-activator:focus-visible {
  outline: auto;
}
.dropdown-activator.plus {
  color: rgb(229.5, 229.5, 229.5);
}
.dropdown-panel {
  min-height: 1em;
  max-height: 100vh;
  box-sizing: border-box;
  text-align: left;
  color: #E4E4E4;
  display: none;
  position: fixed;
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
  z-index: 210;
  padding: 4px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.5;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-panel.column-filter {
  min-width: 200px;
  font-size: 14px;
  line-height: 19.6px;
}
.dropdown-panel .button-bar {
  text-align: center;
}
.dropdown-panel h1 {
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  font-weight: bold;
  background-color: #4A4137;
  padding: 1px 4px;
}
.dropdown-panel a {
  text-decoration: underline !important;
}
.dropdown-panel .submit-bar {
  z-index: inherit;
  position: initial;
  height: inherit;
  float: none;
  margin-top: 0px;
  text-align: right;
}
.dropdown-panel .submit-bar button {
  margin-left: 2px;
  white-space: nowrap;
}
.dropdown-panel .submit-bar .button-return,
.dropdown-panel .submit-bar .button-cancel {
  float: left;
}
.dropdown-panel .submit-bar.vertical .button-wrapper {
  display: block;
  padding: 4px;
  box-sizing: border-box;
}
.dropdown-panel .submit-bar.vertical .button-wrapper .button,
.dropdown-panel .submit-bar.vertical .button-wrapper button {
  padding-right: 25px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.dropdown-panel .submit-bar.vertical .button-wrapper .button i.fa,
.dropdown-panel .submit-bar.vertical .button-wrapper button i.fa {
  width: 2em;
}
.dropdown-panel .submit-bar.vertical .separator {
  display: block;
  height: 10px;
}
.dropdown-panel .single-line {
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-panel .edit-content {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.dropdown-panel .edit-content .form-table {
  width: auto;
}
.dropdown-panel ul.error-list {
  font-size: 12px;
  list-style: none;
  padding-left: 10px;
  color: white;
  font-weight: normal !important;
  margin: 0;
}
.dropdown-panel ul.error-list.level-error {
  background-color: #e94545;
}
.dropdown-panel ul.error-list.level-warning {
  background-color: #FFFFCC;
}
.dropdown-panel ul.error-list.level-info {
  background-color: #66BB66;
}
.dropdown-panel .checkbox {
  white-space: nowrap;
  overflow: auto;
}
.dropdown-panel.events {
  text-align: left;
  font-size: 14px;
}
.dropdown-panel.events h4 {
  padding-top: 0px;
}
.dropdown-panel.events ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.dropdown-panel.events ul a,
.dropdown-panel.events ul a:hover {
  color: #E4E4E4;
}
.dropdown-panel.events .scrollable {
  max-height: 600px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.dropdown-panel #new_visit {
  width: 400px;
}
.dropdown-panel #visitdetail {
  width: 400px;
}
.dropdown-panel #plannedtreatment_ids {
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-panel #patientnotes {
  width: 400px;
}
.dropdown-panel #todostatus,
.dropdown-panel #visitstatus {
  font-size: 18px;
}
.dropdown-panel #page-diagselector {
  width: 50em;
  height: 180px;
  overflow: auto;
  margin: 0px;
}
.dropdown-panel #page-diagselector TABLE {
  font-size: 12px;
  width: 100%;
}
.dropdown-panel #page-diagselector #filterform {
  top: 0px;
}
.dropdown-panel #page-diagselector BUTTON {
  width: 100%;
  font-weight: bold;
  padding: 0px;
}
.dropdown-panel #page-patientselector {
  margin: 0px;
  height: 80vh;
}
.dropdown-panel #page-patientselector #filterform {
  top: 0px;
}
.dropdown-panel #page-treatmentselector {
  width: 30em;
  height: 360px;
  overflow: auto;
  margin: 0px;
}
.dropdown-panel #page-treatmentselector TABLE {
  font-size: 12px;
  width: 100%;
  border-spacing: 0px;
}
.dropdown-panel #page-treatmentselector #filterform {
  top: 0px;
}
.dropdown-panel #page-treatmentselector BUTTON {
  width: 100%;
  font-weight: normal;
  text-align: left;
  padding: 0px 2px 0px 20px;
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  color: #E4E4E4 !important;
  box-sizing: border-box;
}
.dropdown-panel #page-treatmentselector BUTTON:hover {
  background-color: rgb(88.6279069767, 77.8488372093, 65.8720930233);
}
.dropdown-panel #page-treatmentselector BUTTON:focus, .dropdown-panel #page-treatmentselector BUTTON.focus {
  background-color: rgb(88.6279069767, 77.8488372093, 65.8720930233);
}
.dropdown input[type=checkbox] + label,
.dropdown input[type=radio] + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#SessionForm {
  max-height: calc(80vh - 28px);
}

col.col-first {
  border-left: 2px solid rgb(25.5, 25.5, 25.5);
}
col.col-last {
  border-right: 2px solid rgb(25.5, 25.5, 25.5);
}

.nav-left a, .nav-right a {
  color: rgb(25.5, 25.5, 25.5) !important;
  padding-left: 2px;
  padding-right: 2px;
}
.nav-left {
  float: left;
}
.nav-right {
  float: right;
}

.level-0 {
  padding-left: 5px !important;
}

.level-1 {
  padding-left: 55px !important;
}

.level-2 {
  padding-left: 105px !important;
}

.level-3 {
  padding-left: 155px !important;
}

.level-4 {
  padding-left: 205px !important;
}

.level-5 {
  padding-left: 255px !important;
}

.level-6 {
  padding-left: 305px !important;
}

.form-child-header-large {
  background-color: rgb(229.5, 229.5, 229.5);
  font-size: 36px;
  color: rgb(25.5, 25.5, 25.5);
  padding: 10px;
}

.content-normal {
  display: block;
}
.content-alt {
  display: none;
}

.unn-popup {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  height: auto;
  margin: 30px auto;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.notifications {
  left: 0;
  width: 100%;
  border: none;
  font-size: 12px;
}
.notifications li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notifications a {
  color: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
  text-decoration: underline;
}
.notifications a:hover {
  background-color: inherit !important;
}
.notifications ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
.notifications ul > li > p, .notifications ul > li li {
  margin: 0;
  padding: 0;
}

.notification-popup {
  width: 80%;
  min-height: 18px;
  max-height: 50%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(132.511627907, 116.3953488372, 98.488372093);
  padding: 10px;
}

@media screen and (width < 1000px) {
  .notification-popup {
    width: 100%;
    max-height: 90%;
    top: 36px !important;
  }
}
.popup-content {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}

.table-cell-input {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.ui-draggable:hover {
  cursor: move;
}

.fc-time-grid-event .fc-resizer:after {
  content: "." !important;
  color: rgb(25.5, 25.5, 25.5);
}

.fc-day-header {
  font-size: 10px !important;
  line-height: 14px !important;
}

.fc-title {
  font-size: 9px !important;
}

.fc-time-grid .fc-slats td {
  height: 22px !important;
}

.fc-unthemed .fc-today {
  background: rgb(44.7441860465, 39.3023255814, 33.2558139535) !important;
}

.option-tree {
  font-size: 14px;
}
.option-tree .scrollable {
  max-height: 600px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.option-tree ul {
  margin: 0;
  list-style-type: none;
}
.option-tree ul li label,
.option-tree ul li label:hover {
  color: #E4E4E4;
  text-decoration: underline;
  cursor: pointer;
}
.option-tree > ul {
  padding-left: 0;
}
.option-tree > ul > li {
  font-weight: 700;
}
.option-tree > ul > li > ul {
  padding-left: 5ex;
  font-weight: 400;
}
.option-tree > ul > li > ul > li {
  font-style: oblique;
}
.option-tree > ul > li > ul > li > ul > li {
  font-style: normal;
}

.form-child-header {
  background-color: rgb(229.5, 229.5, 229.5);
  cursor: pointer;
  margin-bottom: 3px;
}

h3.form-child-header {
  padding: 0px 10px !important;
}

div.form-child-container {
  min-width: 100%;
}

ul.item-list {
  list-style: none;
  padding: 0 10px;
}
ul.item-list li.item-picker {
  text-decoration: underline;
  cursor: pointer;
}

table .col-personname {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  text-overflow: ellipsis;
}

.form-picker-control {
  display: flex;
}
.form-picker-control .name {
  flex: 1 1 auto;
  align-self: flex-start !important;
  border: none;
  border-bottom: 1px solid transparent;
  text-align: left;
  width: 100%;
  line-height: 18px;
}
.form-picker-control .selector {
  flex: 1 1 auto;
  align-self: flex-start !important;
}
.form-picker-control .selector input[type=button],
.form-picker-control .selector button,
.form-picker-control .selector .button {
  font-size: 14px;
  margin: 0px;
  margin-left: 10px;
  padding: 0px 10px;
  width: 35px;
  background-color: rgb(229.5, 229.5, 229.5);
  color: #E4E4E4;
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
.form-picker-control .selector input[type=button]:hover,
.form-picker-control .selector button:hover,
.form-picker-control .selector .button:hover {
  background-color: rgb(25.5, 25.5, 25.5);
  color: rgb(229.5, 229.5, 229.5);
}

#spinner {
  display: none;
}

div#busy {
  z-index: 300;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
div#busy div {
  display: table-cell;
  vertical-align: middle;
}
div#busy div div {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  display: table;
  margin: 0 auto 0 auto;
  padding: 50px;
  border-radius: 25px;
}

/********* Responsive *********/
.column, .columns {
  float: left;
  padding: 0;
  box-sizing: border-box;
  padding-right: 10px;
}

.columns.first {
  clear: left;
}
.columns.last {
  padding-right: 0;
}

.one.column, .one.columns {
  width: 100%;
}

.two.columns {
  width: 50%;
}

.three.columns {
  width: 33.3333333333%;
}

.four.columns {
  width: 25%;
}

.five.columns {
  width: 20%;
}

.six.columns {
  width: 16.6666666667%;
}

.two-of-three.columns {
  width: 66.6666666667%;
}

.two-of-four.columns {
  width: 50%;
}

.three-of-four.columns {
  width: 75%;
}

@media screen and (max-width: 1000px) {
  .column, .columns {
    padding-right: 0px;
  }
  .columns.first {
    padding-right: 0px;
  }
  .one.column, .one.columns {
    width: 100%;
  }
  .two.columns {
    width: 100%;
  }
  .three.columns {
    width: 100%;
  }
  .four.columns {
    width: 100%;
  }
  .five.columns {
    width: 100%;
  }
  .six.columns {
    width: 100%;
  }
}
.navigator .navigator-item:not(:last-child) {
  padding-right: 20px;
}
.navigator .disabled {
  color: #7e7e7e !important;
  font-style: normal;
}

.sortable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sortable-highlight {
  background-color: rgb(229.5, 229.5, 229.5);
}

button.duplicate-item {
  background-color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  color: #E4E4E4;
  margin: 0px;
  padding: 0 10px;
  height: 12px;
}

div.fixedgrid-table-container {
  -webkit-overflow-scrolling: touch;
}

table.fixedgrid {
  table-layout: fixed;
  width: 0px;
}
table.fixedgrid col {
  background-color: white;
}
table.fixedgrid td,
table.fixedgrid th {
  height: 30px;
  min-height: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section_s_productlines table,
  .section_s_deliveries table,
  .section_s_drafts table {
    font-size: 14px;
  }
  .section_s_productlines table td,
  .section_s_deliveries table td,
  .section_s_drafts table td {
    line-height: 16px;
  }
}
form[method=get] {
  position: sticky;
  top: 36px;
  z-index: 101;
}

.form-section.disabled {
  background-color: #f5f5f5 !important;
}
.form-section.disabled input.disabled,
.form-section.disabled span,
.form-section.disabled textarea:disabled {
  background-color: #f5f5f5 !important;
}

.status.positive {
  color: #5AB65A;
}
.status.negative {
  color: #e94545;
}

.maininstitutionaddress {
  border: rgb(229.5, 229.5, 229.5) solid 4px;
}
.maininstitutionaddress label {
  font-weight: 700;
  font-style: oblique;
}

.form-row.important .form-field-label label {
  color: red;
  font-weight: 700;
}

#Legend {
  float: right;
}

.mbti-r {
  background-color: #FF8888;
}
.mbti-g {
  background-color: #88FF88;
}
.mbti-y {
  background-color: #FFFF88;
}
.mbti-b {
  background-color: #8888FF;
}

.file-drop {
  box-sizing: border-box;
  background-color: #4A4137;
  text-align: center;
  padding: 30px;
  height: 150px;
}
.file-drop.drop-hover {
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
}
.file-drop .form-field {
  margin: 20px;
}

img.avatar-image {
  display: block;
  margin-right: 10px;
}

.photo-compare-container {
  display: flex;
  position: fixed;
  left: 120px;
  right: 0px;
  top: 36px;
  bottom: 0px;
}
.photo-compare-container .photo-compare-item {
  flex: 1;
  overflow: hidden;
}
.photo-compare-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.progress-bar-container {
  text-align: left;
  background-color: rgb(103.2558139535, 90.6976744186, 76.7441860465);
  z-index: 210;
  padding: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  line-height: 27px;
  position: fixed;
  right: 10px;
}
.progress-bar-container.active {
  display: block;
}
.progress-bar-container .progress-bar span {
  padding-left: 20px;
}

.input-stars .unset {
  opacity: 0.2;
}

:target {
  background-color: rgb(225.0082987552, 219.8174273859, 145.9917012448);
}

.list-container div {
  white-space: nowrap;
  padding-right: 20px;
}
.list-container div.list-group > div {
  padding-left: 2ex;
}
.list-container div.list-group > div.list-group-label {
  padding-left: inherit;
}

.symbol {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0px;
  border-radius: 50%;
  line-height: 24px;
  color: rgb(44.7441860465, 39.3023255814, 33.2558139535);
  font-weight: bold;
  font-size: 18px;
}
.symbol.vat {
  font-size: 10px;
  background-color: #E4E4E4;
}
.symbol.note {
  background-color: #FFFFCC;
}

.active-line {
  background-color: #FFFFCC;
}
.active-line LABEL {
  color: #4A4137;
}

.active-icon {
  color: #FFFFCC !important;
}

.survey-container {
  display: flex;
  position: fixed;
  left: 120px;
  right: 0px;
  top: 36px;
  bottom: 0px;
}

.svg-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: text-bottom;
}

.matte {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.matte.active {
  display: block;
}
.matte.busy {
  cursor: wait !important;
  display: block;
  z-index: 99;
}

.ellipsis {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.uniontime {
  white-space: nowrap;
}

.link-list > DIV {
  font-size: 18px;
}
.link-list IMG,
.link-list I {
  width: 20px;
  height: 20px;
  padding-right: 4px;
  vertical-align: middle;
}
.link-list A {
  text-decoration: none !important;
}
.link-list A:hover {
  text-decoration: underline !important;
}

.diag-picker-control {
  width: 100% !important;
  padding-right: 0px !important;
}
.diag-picker-control .input {
  width: 100% !important;
  padding-right: 0px !important;
}

.icon-and-label {
  display: flex;
}
.icon-and-label img {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.icon-and-label span {
  padding-left: 5px;
  line-height: 36px;
  font-size: 18px;
}

.group_diag,
.group_smoker {
  overflow: auto;
}

.metric {
  float: right;
  font-size: 18px;
  padding-right: 2px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

#visit ~ .metric {
  margin-top: -24px;
}

.hanging-left {
  margin-left: -20px;
  width: 20px;
}

#user .form-field-label,
#usereditor .form-field-label {
  width: 200px;
}

@media screen and (width > 1000px) {
  #todo TEXTAREA,
  #edittodo TEXTAREA {
    height: calc(100vh - 150px);
  }
}/*# sourceMappingURL=main.css.map */