/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.hide, .ui.form .fields.hide {
  display: none !important;
}

.clickable {
  cursor: pointer;
}

.draggable {
  cursor: grab;
}

.loadable {
  position: relative;
}

span.as-link {
  cursor: pointer;
  color: #2185D0;
}

a {
  color: #2185D0;
}

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

.underline {
  text-decoration: underline;
}

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

.user-form-signature {
  height: 4rem;
}

.scheduling-notes {
  max-width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-wrap {
  white-space: nowrap;
}

.scheduling-notes-popup {
  white-space: pre-wrap;
}

.clear {
  clear: both;
}

section.page-section {
  margin-bottom: 3rem;
}
section.page-section:first-child {
  margin-top: 2rem;
}

div.page-divider {
  height: 2em;
}

.flash {
  margin: 1rem 0;
}

.ui.divider.short {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ui.divider.tall {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.breadcrumbs {
  margin: 1rem 0;
}

#main {
  padding-bottom: 1.5rem;
}
#main.fluid {
  padding: 0 2rem 1.5rem 2rem;
}
#main.wide {
  width: 85%;
}

#sitewide-notice {
  color: white;
  padding: 0.5rem 1rem;
  background-color: #F2711C;
  text-align: center;
  margin-top: -1rem;
}
#sitewide-notice:empty {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .ui.ui.ui.container:not(.fluid) {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .ui.menu:not(.vertical) .right.menu {
    margin-left: 0 !important;
  }
}
[data-collapsible-segment].collapsed {
  overflow: hidden;
}
[data-collapsible-segment].collapsed i.chevron.icon {
  transform: rotate(-90deg);
}

.warning {
  color: #F2711C;
}

.assessment-instructions {
  font-size: 1.2rem;
}
.assessment-instructions .important {
  font-weight: bold;
  font-style: italic;
}
.assessment-instructions .highlight {
  background-color: yellow;
}
.assessment-instructions .ui.form {
  font-size: 1.2rem;
}
.assessment-instructions .inline.field {
  padding-right: 0.2rem !important;
}
.assessment-instructions ol li, .assessment-instructions ul li {
  line-height: 1.75rem;
}

.ui.form .ssn-answer,
#survey-box .ssn-answer {
  display: inline-flex;
  align-items: baseline;
  font-size: 1rem;
}
.ui.form .ssn-answer input[type=password],
.ui.form .ssn-answer input[type=text],
#survey-box .ssn-answer input[type=password],
#survey-box .ssn-answer input[type=text] {
  margin: 0 0.4rem;
  max-width: 5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.ui.form .ssn-answer input[type=password]:first-child,
.ui.form .ssn-answer input[type=text]:first-child,
#survey-box .ssn-answer input[type=password]:first-child,
#survey-box .ssn-answer input[type=text]:first-child {
  margin-left: 0;
}
.ui.form .ssn-answer input[type=password]:last-child,
.ui.form .ssn-answer input[type=text]:last-child,
#survey-box .ssn-answer input[type=password]:last-child,
#survey-box .ssn-answer input[type=text]:last-child {
  margin-right: 0;
}
.ui.form .ssn-answer input[type=password]:read-only,
.ui.form .ssn-answer input[type=text]:read-only,
#survey-box .ssn-answer input[type=password]:read-only,
#survey-box .ssn-answer input[type=text]:read-only {
  border: none;
  margin: 0;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ui.form .ssn-answer input[type=password]:read-only ~ button,
.ui.form .ssn-answer input[type=text]:read-only ~ button,
#survey-box .ssn-answer input[type=password]:read-only ~ button,
#survey-box .ssn-answer input[type=text]:read-only ~ button {
  margin-left: 0.5rem;
}

.assessment.completed {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 25vh;
}

.authorship {
  text-align: right;
  color: #888888;
  font-weight: bold;
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.autosave-info:empty + .spacer {
  display: none;
}
.autosave-info + .spacer {
  padding-left: 0.75rem;
}

.autosave-timestamp {
  padding-right: 3rem;
}

.ui.button:not(.tertiary) {
  border: 1px solid #BBBBBB;
}
.ui.button.delete-button:hover {
  background-color: #DB2828;
  color: white;
}
.ui.button.wide {
  width: 16rem;
}
.ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
  margin: 0 0.42857143em 0 -0.21428571em !important;
}
.ui.button.tiny.icon i.bigger {
  margin: -0.2rem !important;
  font-size: 1.2rem;
}
.ui.button.secondary-action {
  color: #888888;
  text-decoration: underline;
}
.ui.button.secondary-action:hover, .ui.button.secondary-action:focus {
  box-shadow: none !important;
}
.ui.button > .icon {
  margin: 0;
}

button.as-link {
  cursor: pointer;
  border: none;
  background: none;
}
button.as-link:hover {
  text-decoration: underline;
}

.cat {
  position: fixed;
  top: 30%;
  right: -500px;
  z-index: 100;
}
.cat.run {
  transition: right 2.8s linear;
  right: 100%;
}

.ui.modal .content.change-logger {
  overflow: auto;
}

.character-count {
  text-align: right;
  font-size: 0.8rem;
  color: #AAAAAA;
}

.collapsible-search-form .ui.accordion .title {
  display: flex;
  justify-content: space-between;
}
.collapsible-search-form .ui.accordion .title h3 {
  margin: 0;
}

.definition {
  text-decoration: gray underline dotted;
  cursor: help;
}

.document-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  min-height: 3rem;
}
.document-row:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.document-row a {
  color: rgba(0, 0, 0, 0.87);
}
.document-row a:hover {
  color: #2185D0;
}
.document-row .authorship {
  padding-right: 1.5rem;
}
.document-row .publish-controls {
  padding-right: 0.5rem;
}
.document-row .authorship-and-actions {
  display: flex;
}

.ui.segment.for-dropzone-documents {
  padding: 0.75em 0.5em;
}

.ui.segment.for-dropzone {
  background: #f9fafb;
  border-color: rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
}

.dropzone {
  background: none;
  border-radius: 4px;
  padding: 0;
  border: 5px dashed transparent;
  margin-top: 0;
  position: relative;
  transition: border 150ms ease-in-out;
}
.dropzone.dz-drag-hover {
  border: 5px dashed #DDDDDD;
  min-height: 100px;
}
.dropzone.dz-drag-hover .overlay {
  opacity: 1;
  z-index: 1;
}
.dropzone .overlay {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: rgba(230, 230, 230, 0.8);
  border-radius: 4px;
  color: #888888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.dropzone .dz-message {
  display: none;
}
.dropzone .instructions {
  font-size: 1.5rem;
  text-align: center;
  color: #DDDDDD;
  border: none;
  cursor: pointer;
}

[data-dropzone-previews] .dropzone-added .filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
[data-dropzone-previews] .dropzone-added .filename span {
  color: inherit;
}
[data-dropzone-previews] .dropzone-added .status {
  display: flex;
}
[data-dropzone-previews] .dropzone-added .status .dz-success-mark, [data-dropzone-previews] .dropzone-added .status .dz-error-mark {
  display: none;
}
[data-dropzone-previews] .dropzone-added .status .dz-progress {
  margin: 0.25rem 0;
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  width: 80px;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
[data-dropzone-previews] .dropzone-added .status .dz-progress .dz-upload {
  background: #2185D0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
[data-dropzone-previews] .dropzone-added .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
[data-dropzone-previews] .dropzone-added.dz-success .dz-success-mark {
  padding-left: 0.25rem;
  display: inline !important;
}
[data-dropzone-previews] .dropzone-added.dz-error .dz-error-mark {
  padding-left: 0.25rem;
  display: inline !important;
}

.email-content .segment-body {
  padding: 1px 0;
}
.email-content iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.calendar-headers {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-headers .title {
  margin: 0;
}
.calendar-headers .toggles .ui.toggle.checkbox {
  margin-left: 2rem;
  padding-top: 0.5rem;
}
.calendar-headers .toggles .ui.toggle.checkbox.psychFull input:checked ~ label::before {
  background-color: #F2711C !important;
}
.calendar-headers .toggles .ui.toggle.checkbox.medFull input:checked ~ label::before {
  background-color: #FBBD08 !important;
}

.events-calendar {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.events-calendar .fc-button {
  background-color: #E0E1E2;
  border: 1px solid #BBBBBB;
  color: rgba(0, 0, 0, 0.6);
}
.events-calendar .fc-button:hover {
  background-color: #CACBCD;
}
.events-calendar .fc-button.fc-button-active, .events-calendar .fc-button:active {
  background-color: #BABBBC;
  color: rgba(0, 0, 0, 0.6);
}
.events-calendar .menu .item a {
  color: rgba(0, 0, 0, 0.87);
}
.events-calendar .fc-button-group .fc-button {
  border: none;
}
.events-calendar .ui.calendar {
  position: absolute;
  top: 0;
  left: 11.25rem;
}
.events-calendar .ui.calendar input {
  height: 2.55rem;
}
.events-calendar .agenda-share-buttons {
  position: absolute;
  top: 1px;
  right: 11.5rem;
}
.events-calendar .fc-header-toolbar {
  margin-bottom: 0.5rem;
}
.events-calendar h3 {
  margin: 0.5rem 0;
}

[data-events-calendar] .day-note-edit-link {
  float: left;
}

.field-name {
  font-weight: bold;
}
.field-name + ul {
  padding-left: 0.75rem;
  margin: 0.25rem;
}

.show-field {
  margin-bottom: 1rem;
  min-height: 2.75rem;
}

.as-filename {
  font-family: Courier, monospace;
  background-color: #E0E1E2;
  padding: 0.1rem 0.25rem;
  border-radius: 4px;
}

.floated.right {
  float: right;
}
.floated.left {
  float: left;
}

footer.details {
  margin-top: 2rem;
  font-size: 12px;
}

.ui.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AAAAAA;
}
.ui.form ::-moz-placeholder { /* Firefox 19+ */
  color: #AAAAAA;
}
.ui.form :-ms-input-placeholder { /* IE 10+ */
  color: #AAAAAA;
}
.ui.form :-moz-placeholder { /* Firefox 18- */
  color: #AAAAAA;
}
.ui.form:not(.initial) .field input:invalid {
  background-color: inherit;
  color: inherit;
  border: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.form:not(.initial) .field input:invalid:focus {
  border-color: #85b7d9;
}
.ui.form .inline-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui.form .inline-submit input {
  margin-right: 0.5rem;
}
.ui.form .inline-submit .labeled.input {
  margin-right: 0.5rem;
  width: auto;
  flex-grow: 1;
}
.ui.form .inline-submit .labeled.input input {
  margin-right: 0;
  width: auto;
}
.ui.form .inline-submit .labeled.input .ui.label {
  display: inline-flex;
}
.ui.form .error.message {
  display: block;
}
.ui.form .grouped.fields.no-top-margin .field:first-child {
  margin-top: 0 !important;
}
.ui.form .fields:last-child {
  margin-bottom: 0;
}
.ui.form .field.subfield {
  margin-top: 0.33rem;
}
.ui.form .field.inline {
  display: inline;
  padding-right: 1em;
}
.ui.form .field.column {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ui.form .field.stacked-checkboxes .ui.checkbox {
  display: block;
  margin: 0.5rem 0;
}
.ui.form .field.right.aligned {
  text-align: right;
}
.ui.form .field.right.aligned .ui.button {
  margin: 0;
}
.ui.form .field.center.aligned {
  text-align: center;
}
.ui.form .field.multiple-fields .inputs {
  display: flex;
  align-items: flex-start;
}
.ui.form .field.multiple-fields .inputs > * {
  margin: 0 0.25rem;
  min-width: 0;
}
.ui.form .field.multiple-fields .inputs > *:first-child {
  margin-left: 0;
}
.ui.form .field.multiple-fields .inputs > *:last-child {
  margin-right: 0;
}
.ui.form .field.multiple-fields .inputs .spacer {
  margin-top: 0.5rem;
  flex-shrink: 0;
}
.ui.form .field.multiple-fields .inputs .field {
  flex-shrink: 1;
}
.ui.form .field.multiple-fields .inputs .field.error {
  margin-bottom: 2.5rem;
}
.ui.form .field.multiple-fields .inputs .field.error .ui.prompt {
  position: absolute;
}
.ui.form .field.multiple-fields .inputs .field.with-select {
  flex-grow: 1;
}
.ui.form .field input.auto-width {
  vertical-align: middle;
  margin: 0 0.3em;
  width: auto;
}
.ui.form .field label {
  font-size: 1rem;
}
.ui.form .field label .ui.icon.input {
  width: 10em !important;
}
.ui.form .field label .ui.icon.input .calendar.icon {
  margin-top: 0.75em;
}
.ui.form .field label .ui.icon.input .date-mask {
  width: 88%;
}
.ui.form .field label input {
  width: 10em;
  vertical-align: middle;
  margin: 0 0.3em;
}
.ui.form .field .ui.checkbox.radio label {
  font-weight: normal;
}
.ui.form .field .ui.checkbox:not(.radio) {
  font-weight: bold;
  font-size: 0.9rem;
}
.ui.form .field .ui.checkbox.no-top-label label {
  font-weight: bold;
  font-size: 0.92857143em;
  margin-top: 2.5rem;
}
.ui.form .field .ui.checkbox.no-top-margin {
  margin-top: 0 !important;
}
.ui.form .field .ui.checkbox.single-indent {
  margin-left: 3rem;
}
.ui.form .field .ui.checkbox.double-indent {
  margin-left: 6rem;
}
.ui.form .field .date-range {
  display: flex;
  align-items: center;
}
.ui.form .field .date-range .ui.calendar {
  width: 100%;
}
.ui.form .field .date-range .ui.popup.calendar {
  width: auto;
}
.ui.form .field .date-range .spacer {
  padding: 0.25rem;
}
.ui.form .field .equal-width-radio {
  padding-top: 0.5rem;
  display: flex;
}
.ui.form .field .equal-width-radio .ui.radio {
  flex-grow: 1;
}
.ui.form .field .ui.radio.checkbox.tall ::before {
  top: 0.6em;
}
.ui.form .field .ui.radio.checkbox.tall ::after {
  top: 0.6em;
}
.ui.form .field .ui.radio.checkbox.tall label {
  margin-right: 1em;
}
.ui.form .field .ui.radio label {
  font-weight: bold;
}
.ui.form .field .ui.radio.no-top-margin {
  margin-top: 0 !important;
}
.ui.form .field .input-with-delete {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ui.form .field .input-with-delete input {
  margin-right: 0.25rem;
}
.ui.form .field .input-with-delete i.icon {
  height: unset;
}
.ui.form .field .fields.subfields {
  margin-top: 0.33rem;
  padding-top: 0;
  margin-bottom: 0;
}
.ui.form .field .read-only {
  height: 2.7rem;
  display: flex;
  align-items: center;
}
.ui.form .column .field.ui.checkbox.row-wide {
  padding-top: 1rem;
  padding-right: 2rem;
}
.ui.form .ui.dropdown.selection.no-border {
  border: none;
  box-shadow: none !important;
  width: 100%;
}
.ui.form .ui.dropdown.selection.no-border .menu {
  border-width: 1px !important;
  border-radius: 4px;
}
.ui.form .ui.dropdown .menu > .item.subtype {
  padding-left: 2rem !important;
}
.ui.form .ui.dropdown.double-nested .subheader {
  font-weight: normal;
  font-style: italic;
  padding-left: 2rem;
}
.ui.form .ui.dropdown.double-nested .menu > .item.subtype {
  padding-left: 3rem !important;
}

.ui.grid.fitted {
  margin: 0;
}
.ui.grid.no-top-margin {
  margin-top: 0;
}
.ui.grid .column.no-bottom-padding {
  padding-bottom: 0;
}
.ui.grid .column.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.header.with-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header.with-buttons.padded {
  margin-top: 1em;
}
.header.with-buttons .ui.button:last-child {
  margin-right: 0;
}
.header.with-buttons .button {
  flex-shrink: 0;
}
.header.with-buttons .button_to {
  display: inline-block;
}
.header.with-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.with-message h2 {
  white-space: nowrap;
  line-height: 1.28571429em;
}
.header.with-message h2 i {
  margin-bottom: 0.3rem;
}
.header.with-icon {
  display: flex;
  align-items: center;
}
.header.with-icon i {
  text-align: left;
}
.header.with-icon h3 {
  margin: 0;
}
.header h1, .header h2 {
  line-height: 2.5rem;
}
.header h1 {
  margin-bottom: 1rem;
}
.header h2 {
  margin-bottom: 0;
}
.header.for-section {
  align-items: end;
  margin-bottom: 1rem;
}
.header.for-section h4 {
  margin-bottom: 0;
}

h1.centered, h2.centered, h3.centered, h4.centered {
  text-align: center;
}
h1.subheader, h2.subheader, h3.subheader, h4.subheader {
  margin-top: 0;
}
h1 .deemphasized, h2 .deemphasized, h3 .deemphasized, h4 .deemphasized {
  font-weight: normal;
  font-size: 0.7em;
  opacity: 0.7;
}

.icon.subtle {
  color: #CCCCCC;
}
.icon.subtle.times.circle:hover {
  color: #DB2828;
}
.icon.subtle.as-link:hover {
  color: #2185D0;
}
.icon.data-conflict {
  margin-bottom: 0.2rem;
  margin-left: 0.3rem;
}
.icon.with-horizontal-padding {
  padding: 0 0.5rem;
}

.icon.delete-icon:hover {
  color: #DB2828;
}

.ui.labels {
  padding: 0.25rem 0;
}

.ui.label.positive {
  background-color: #21BA45;
  color: white;
}
.ui.label.contrast {
  background-color: #F2711C;
  color: white;
}

.list-with-header {
  margin: 1rem 0.5rem;
}
.list-with-header ul {
  margin: 0;
}

.ui.divided.list > .empty:first-child + .item {
  border-top: none;
}

.ui.list > .item {
  line-height: inherit;
}

.ui.ui.tiny.button.dropdown .menu > .item {
  font-size: 1rem;
}

.menu .item .disabled-item-content {
  color: #AAAAAA;
  cursor: not-allowed;
}

.ui.message.padded {
  padding: 1.5rem;
}
.ui.message.no-top-margin {
  margin-top: 0;
}
.ui.message.orange {
  color: #e7640d !important;
}

.modal-header {
  padding: 1em;
}

.padded-container {
  padding: 2rem;
}

.ui.large.modal > .close {
  top: 1.0535rem;
  right: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.modal-flash {
  padding-top: 1em;
  margin: 1em 0 0 0;
}

.appointment-details h2, .appointment-details h3 {
  margin: 0.1em;
}

h2.inline {
  display: inline;
}

.ui.modal .header.header-link a {
  color: white;
}

.ui.modal.confirm-modal > .header, .ui.modal.shared-modal > .header {
  color: white;
  background-color: #2185D0;
}

.ui.dimmer.modals {
  z-index: 1901;
}

.ui.modal {
  z-index: 1902;
}
.ui.modal > .actions.left.aligned {
  text-align: left;
}
.ui.modal .actions > .button:not(.fluid) {
  margin: 0;
}

.ui.menu.navigation .header.item.logo {
  margin-left: 10px;
  padding-left: 45px;
  background-image: url(https://schedule.fmrt.com/assets/fmrt-logo-small-e8b059c372938444537c3ce40bc59dbb4bb7832e9c43148d713eed8e018a9ad5.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.ui.menu.navigation .label-container {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.note {
  font-style: italic;
  text-align: center;
}
.note.left {
  text-align: left;
}

nav.ui.pagination.menu {
  margin-top: 1rem;
}

section.pagination-footer {
  text-align: center;
}
section.pagination-footer .page-entries-info {
  padding: 1rem;
}

.pagination-footer.tiny .pagination.menu {
  margin: 1rem 0 0 0;
  min-height: 0;
  border: none;
  box-shadow: none;
}
.pagination-footer.tiny .pagination.menu .item {
  padding: 0.5rem;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 4px;
}
.pagination-footer.tiny .pagination.menu .item:before {
  content: none;
}
.pagination-footer.tiny .page-entries-info {
  display: none;
}

.ui.segment.loading #paypal-button-container {
  opacity: 50%;
  pointer-events: none;
}

.photo-form {
  position: relative;
  width: 150px;
  height: 150px;
}
.photo-form input[type=file] {
  display: none;
}
.photo-form .new-photo {
  background-color: #E0E1E2;
  display: block;
  width: 150px;
  height: 150px;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  padding: 20px 10px;
  color: #BBBBBB;
  border-radius: 4px;
  cursor: pointer;
}
.photo-form .new-photo:hover {
  background-color: #CACBCD;
  color: #888888;
}
.photo-form .existing-photo-buttons {
  width: 150px;
  height: 150px;
  text-align: right;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.photo-form .existing-photo-buttons:hover {
  opacity: 1;
}
.photo-form .existing-photo-buttons .ui.button:not(.tertiary) {
  border: none;
}

.ui.progress.success > .label {
  color: black;
}
.ui.progress .bar {
  min-width: 0;
}
.ui.progress .label {
  font-weight: normal;
}

.refreshable {
  position: relative;
}

.section.large .section-header h3 {
  font-size: 1.35rem;
}
.section.large .section-header .button_to {
  display: inline-block;
}
.section.large .section-body .field-name {
  font-size: 1.1rem;
}
.section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #2185D0;
  margin-bottom: 0.5rem;
  min-height: 2.75rem;
}
.section .section-header.with-margin {
  margin-bottom: 1rem;
}
.section .section-header h3 {
  font-size: 1.2rem;
  display: inline-block;
  color: #2185D0;
}
.section .section-header h3 a:hover {
  text-decoration: underline;
}
.section .section-header h4 {
  display: inline-block;
  color: #2185D0;
  margin-bottom: 0;
}
.section .section-header .ui.button {
  margin-bottom: 0.5rem;
}
.section .section-body .field-name {
  font-size: 0.95rem;
}

.ui.segment {
  /* this can happen when displaying email template sections that consist of
  a <li> but not the parent list element. */
}
.ui.segment.disabled {
  pointer-events: none;
}
.ui.segment.with-margin {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.ui.segment.fluid-height {
  height: 100%;
}
.ui.segment.no-margin {
  margin: 0;
}
.ui.segment.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.ui.segment.with-header, .ui.segment.no-padding {
  padding: 0;
}
.ui.segment.collapsible-segment.collapsed .segment-header {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui.segment.sortable-ghost {
  border: 3px solid #2185D0;
  border-radius: 4px;
}
.ui.segment.vertical:first-of-type {
  border-top: none;
}
.ui.segment > li {
  margin-left: 1rem;
}
.ui.segment .right-controls {
  padding-right: 4rem;
  margin-top: 0;
  padding-top: 0;
}
.ui.segment .right-controls .button-wrapper {
  position: absolute;
  right: 0;
  padding: 0 !important;
  z-index: 2;
}
.ui.segment .right-controls .button-wrapper .button {
  margin: 0.5rem;
}
.ui.segment .right-controls .button-wrapper .button:not(:first-child) {
  margin-top: 0;
}
.ui.segment .right-controls .fields {
  padding-top: 1rem;
}
.ui.segment .segment-header {
  background-color: #2185D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: white;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -1px;
  min-height: 3rem;
}
.ui.segment .segment-header.small {
  min-height: 0;
}
.ui.segment .segment-header h2 {
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
}
.ui.segment .segment-header h2 a:hover {
  text-decoration: underline;
}
.ui.segment .segment-header a, .ui.segment .segment-header .as-link {
  color: white;
}
.ui.segment .segment-header a:hover, .ui.segment .segment-header .as-link:hover {
  text-decoration: underline;
}
.ui.segment .segment-header .header-dropdown-wrapper {
  padding: 0.25rem 0.5rem;
  margin-right: 1rem;
  border-radius: 4px;
}
.ui.segment .segment-header .header-dropdown-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ui.segment .segment-header .header-dropdown-wrapper .menu {
  margin: 0.3rem -0.5rem;
}
.ui.segment .segment-header .header-dropdown-wrapper .dropdown.icon {
  margin-left: 0.5rem;
}
.ui.segment .segment-header .left.ui.dropdown.more-menu {
  margin-right: 0.5rem;
}
.ui.segment .segment-header .left.ui.dropdown.more-menu > .menu {
  margin-left: -1rem;
}
.ui.segment .segment-header .bullet {
  padding: 0 1rem;
  font-size: 1rem;
}
.ui.segment .segment-header .label-container {
  display: flex;
  align-items: center;
}
.ui.segment .segment-header .chevron.icon {
  margin: 0 0 0 0.5rem;
  cursor: pointer;
}
.ui.segment .segment-header .details {
  display: flex;
  align-items: center;
}
.ui.segment .segment-body.ui.grid {
  padding: 0 0.5rem;
  margin: 0;
}
.ui.segment .segment-body > table.ui.table:first-child {
  border: none;
  border-radius: 0;
}
.ui.segment .segment-body > table.ui.table:first-child th {
  border-radius: 0;
}
.ui.segment .segment-footer {
  border-top: 1px solid #222426;
  padding: 1rem;
}

#survey-box ::-webkit-input-placeholder, .survey-response-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(191, 191, 191, 0.87);
}
#survey-box ::-moz-placeholder, .survey-response-container ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(191, 191, 191, 0.87);
}
#survey-box :-ms-input-placeholder, .survey-response-container :-ms-input-placeholder { /* IE 10+ */
  color: rgba(191, 191, 191, 0.87);
}
#survey-box :-moz-placeholder, .survey-response-container :-moz-placeholder { /* Firefox 18- */
  color: rgba(191, 191, 191, 0.87);
}
#survey-box .page-navigation .instructions, .survey-response-container .page-navigation .instructions {
  font-style: normal;
  font-weight: normal;
}
#survey-box .page-instructions, #survey-box .question-instructions, .survey-response-container .page-instructions, .survey-response-container .question-instructions {
  font-size: 16px;
}
#survey-box table th.icon, #survey-box table td.icon, .survey-response-container table th.icon, .survey-response-container table td.icon {
  text-align: center;
  max-width: 0.75rem;
  min-width: 0;
  white-space: nowrap;
}
#survey-box .page, .survey-response-container .page {
  color: black;
  font-size: 14px;
}
#survey-box .table-group table, .survey-response-container .table-group table {
  box-shadow: none;
}
#survey-box .table-group table tr:hover, .survey-response-container .table-group table tr:hover {
  background-color: inherit;
}
#survey-box .table-group table tr:hover.row-question-error, .survey-response-container .table-group table tr:hover.row-question-error {
  background-color: #FFF6F6;
}
#survey-box .table-group table td, #survey-box .table-group table th, .survey-response-container .table-group table td, .survey-response-container .table-group table th {
  border: none;
}
#survey-box .table-group .ui.dropdown, .survey-response-container .table-group .ui.dropdown {
  width: 100%;
}
#survey-box .table-group .month-year, .survey-response-container .table-group .month-year {
  display: flex;
  align-items: baseline;
}
#survey-box .table-group .month-year .wrapper, .survey-response-container .table-group .month-year .wrapper {
  margin-right: 1rem;
}
#survey-box .repeatable-block-group .table-group, .survey-response-container .repeatable-block-group .table-group {
  padding-bottom: 0;
  width: calc(100% - 2rem);
}
#survey-box .repeatable-block-group .table-group td, .survey-response-container .repeatable-block-group .table-group td {
  padding: 0.2rem 0.5rem;
}
#survey-box .repeatable-block-group .block, .survey-response-container .repeatable-block-group .block {
  border: 1px solid #2185D0;
  border-radius: 4px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
#survey-box .repeatable-block-group .delete-link-container, .survey-response-container .repeatable-block-group .delete-link-container {
  float: right;
  min-width: 2rem;
  min-height: 2rem;
  text-align: center;
}
#survey-box .repeatable-block-group .selection.ui.dropdown, .survey-response-container .repeatable-block-group .selection.ui.dropdown {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 0;
  width: 100%;
  min-height: 2.2em;
  display: flex;
  align-items: center;
}
#survey-box .repeatable-block-group .selection.ui.dropdown > .dropdown.icon, .survey-response-container .repeatable-block-group .selection.ui.dropdown > .dropdown.icon {
  padding: 0.6em;
}
#survey-box .repeatable-block-group .answer input[type=text], .survey-response-container .repeatable-block-group .answer input[type=text] {
  padding: 0.4em 1em;
}
#survey-box .repeatable-block-group .add-block-link, .survey-response-container .repeatable-block-group .add-block-link {
  background-color: #2185D0;
}
#survey-box .repeatable-block-group .add-block-link:hover, .survey-response-container .repeatable-block-group .add-block-link:hover {
  background-color: #1678C2;
}
#survey-box .option input[type=radio]:checked + label, #survey-box .option input[type=checkbox]:checked + label, #survey-box .bypass-option input[type=radio]:checked + label, #survey-box .bypass-option input[type=checkbox]:checked + label, .survey-response-container .option input[type=radio]:checked + label, .survey-response-container .option input[type=checkbox]:checked + label, .survey-response-container .bypass-option input[type=radio]:checked + label, .survey-response-container .bypass-option input[type=checkbox]:checked + label {
  background: #2185D0;
  color: white;
}
#survey-box .survey-response-navigation button.submit, #survey-box .survey-response-navigation input.submit, #survey-box .survey-response-navigation a.submit, .survey-response-container .survey-response-navigation button.submit, .survey-response-container .survey-response-navigation input.submit, .survey-response-container .survey-response-navigation a.submit {
  background-color: #2185D0;
}
#survey-box .survey-response-navigation button.submit:hover, #survey-box .survey-response-navigation input.submit:hover, #survey-box .survey-response-navigation a.submit:hover, .survey-response-container .survey-response-navigation button.submit:hover, .survey-response-container .survey-response-navigation input.submit:hover, .survey-response-container .survey-response-navigation a.submit:hover {
  background-color: #1678C2;
}
#survey-box .ui.calendar .ui.input, .survey-response-container .ui.calendar .ui.input {
  width: 100%;
}
#survey-box .ui.selection.dropdown, .survey-response-container .ui.selection.dropdown {
  line-height: 1.2em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 100%;
}
#survey-box .extensible-table-group .ui.dropdown, .survey-response-container .extensible-table-group .ui.dropdown {
  font-size: 0.9rem;
  min-width: 0;
}
#survey-box .extensible-table-group .ui.dropdown:not(.month), .survey-response-container .extensible-table-group .ui.dropdown:not(.month) {
  width: 100%;
}
#survey-box .extensible-table-group .add-row-link, .survey-response-container .extensible-table-group .add-row-link {
  background-color: #2185D0;
}
#survey-box .extensible-table-group .add-row-link:hover, .survey-response-container .extensible-table-group .add-row-link:hover {
  background-color: #1678C2;
}

.survey-response-container .jobs-table {
  margin-top: 0;
}
.survey-response-container.police-f-3 th.hs_n_name, .survey-response-container.police-f-3 th.college_n_name, .survey-response-container.police-f-3 th.ce_n_name, .survey-response-container.sheriff-f-3 th.hs_n_name, .survey-response-container.sheriff-f-3 th.college_n_name, .survey-response-container.sheriff-f-3 th.ce_n_name {
  min-width: 18rem;
}
.survey-response-container.brains-layout .timer {
  display: inline-flex;
  flex-direction: column;
}
.survey-response-container.brains-layout .timer .title {
  margin-bottom: 0.2rem;
}
.survey-response-container.brains-layout .page {
  padding-bottom: 0;
}
.survey-response-container.brains h1 {
  display: none;
}
.survey-response-container.brains .page {
  margin-top: 0;
  padding-top: 0;
}
.survey-response-container.brains .bypass-option {
  font-weight: normal;
}
.survey-response-container .save-and-finish-later-button {
  background: #2185D0;
  color: white;
  border: none;
  padding: 0.6em 1em;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: -63px;
}
.survey-response-container .save-and-finish-later-button:hover {
  background: #1678C2;
}
.survey-response-container .continue-button {
  background: #2185D0;
  color: white;
  border: none;
  padding: 0.7em 1em;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}
.survey-response-container .continue-button:hover {
  background: #1678C2;
}
.survey-response-container input.continue[type=submit] {
  font-size: 1rem;
}

#brains-timer-modal .header {
  color: white;
  background-color: #2185D0;
}

.continue-later-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

section.show-details.spaced {
  margin: 1em 0;
}
section.show-details .ui.segment {
  padding: 1rem;
  margin-bottom: 2rem;
}
section.show-details .ui.segment h3 {
  margin-bottom: 0;
}

.show-details-footer {
  font-size: 0.8em;
  margin-top: -1rem;
}
.show-details-footer.below-column {
  margin-top: -2rem;
}

.clickable-row {
  cursor: pointer;
}
.clickable-row .not-linkable {
  cursor: default;
}

.ui.mobile.only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ui.mobile.only {
    display: block;
  }
  span.ui.mobile.only {
    display: inline;
  }
}
.ui.table.no-margin {
  margin: 0;
}
.ui.table.hoverable tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ui.table thead.compact-header th {
  padding: 0.4rem;
  font-size: 0.9rem;
}
.ui.table tr.inactive, .ui.table td.inactive {
  background: #f6f6f6;
  color: #808080;
}
.ui.table tr[data-check-input-row] {
  cursor: pointer;
}
.ui.table td.no-wrap, .ui.table th.no-wrap {
  white-space: nowrap;
}
.ui.table td.icon {
  text-align: center;
}
.ui.table td.radio-button {
  text-align: right;
}
.ui.table td.radio-button .ui.radio.checkbox label:empty {
  padding: 0;
}

.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .stackable.grid .row:first-child {
  padding: 0;
}
.dataTables_wrapper .stackable.grid .row.dt-table {
  padding-bottom: 0;
}
.dataTables_wrapper .stackable.grid .row.dt-table + .row {
  align-items: baseline;
  padding-top: 0;
}
.dataTables_wrapper .dataTables_processing.ui.segment {
  position: static;
  padding: 0;
  box-shadow: none;
  border: none;
}

.ui.tabular.menu .item, .ui.tabular.menu .active.item:hover {
  cursor: pointer;
}

.applicant-index td.progress-bar {
  min-width: 8rem;
}

.applicant-edit {
  margin: 0 0 1rem 1rem;
}
.applicant-edit .flash:empty {
  margin: 0;
}

.appointments-list {
  margin: 0px;
}

.task-completions {
  position: relative;
  display: block;
  height: 100%;
}
.task-completions .segment-body {
  padding: 0 1rem;
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 3rem;
}
.task-completions .segment-body .no-task-completions {
  margin-top: 3rem;
}
.task-completions .task-completion {
  margin: 1rem 0;
  padding: 0 1rem;
}
.task-completions .task-completion:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.task-completions .task-completion .ui.grid {
  margin-bottom: 0.1rem;
}
.task-completions .task-completion .controls {
  text-align: right;
}
.task-completions .task-completion table.ui.table {
  margin-top: 0;
  margin-bottom: 1rem;
}

.services {
  position: relative;
  margin-top: 1rem;
}
.services .flash:empty {
  margin: 0;
}
.services .ui.segment.service {
  margin: 0;
  padding: 0;
}
.services .ui.segment.service:last-child {
  margin-bottom: 2rem;
}
.services .timeline {
  height: 2.5rem;
  width: 50%;
  border-right: 7px dotted #BBBBBB;
}
.services .timeline:last-child {
  display: none;
}
.services .empty + .timeline {
  display: none;
}
.services .task-group {
  margin-top: 0.5rem;
}
.services .task-group.sortable-ghost {
  border: 3px solid #2185D0;
  border-radius: 4px;
}
.services .task-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E0E1E2;
  padding: 0.5rem;
  border-radius: 4px;
  font-weight: bold;
}
.services .task-group-header .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .task-group-header .draggable {
  flex-grow: 1;
}
.services .status-selector {
  width: 9rem;
}
.services .status-selector > .dropdown.icon {
  line-height: 0 !important;
}
.services .status-selector.ui.inline.dropdown > .text {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
.services .status-selector .menu {
  font-weight: normal;
}
.services .status-selector .menu > .item {
  display: flex;
  align-items: center;
}
.services .placeholder {
  color: rgba(191, 191, 191, 0.87);
}
.services .service-task {
  background-color: white;
}
.services .service-task:not(:last-of-type) {
  border-bottom: 1px solid #DDDDDD;
}
.services .service-task.sortable-ghost {
  border: 3px solid #2185D0;
  border-radius: 4px;
  margin: 0.25rem 0;
}
.services .service-task-fields {
  display: flex;
  align-items: center;
}
.services .service-task-fields > div {
  padding: 0.5rem;
}
.services .service-task-fields > div.task-status-container {
  width: 20rem;
  min-width: 20rem;
  max-width: 20rem;
}
.services .service-task-fields > div.task-status-container .ui.dropdown > .text, .services .service-task-fields > div.task-status-container .ui.selection.dropdown .menu > .item {
  display: flex;
  align-items: center;
}
.services .service-task-fields > div.task-status-container .ui.dropdown > .text i.icon, .services .service-task-fields > div.task-status-container .ui.selection.dropdown .menu > .item i.icon {
  margin-right: 0.5rem;
}
.services .service-task-fields > div.task-name {
  width: 20rem;
  min-width: 20rem;
}
.services .service-task-fields > div.task-name .selection.dropdown {
  width: 100%;
}
.services .service-task-fields > div.task-note {
  flex-grow: 1;
}
.services .service-tasks .no-service-tasks:not(:only-child) {
  display: none;
}
.services .select-task-completion {
  padding: 0;
  width: 50rem;
}
.services .select-task-completion .task-completions {
  max-height: 20rem;
  overflow: auto;
}
.services .select-task-completion .action-buttons {
  padding: 0.5rem;
  text-align: right;
  border-top: 1px solid #DDDDDD;
}
.services .notes, .services .emails, .services .reports {
  overflow: auto;
  max-height: 18rem;
}
.services .reports a {
  color: inherit;
}
.services .reports a:hover {
  color: #2185D0;
}

.appointment-form .email-attachment .field, .appointment-form .email-attachment .field:last-child {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.appointment-form .applicant-search {
  margin-bottom: 0;
}
.appointment-form .applicant-contact-info h5 {
  margin: 1.5rem 0 0.5rem 0;
}
.appointment-form .applicant-contact-info .fields {
  margin-bottom: 0.5rem;
}

.special-permission a {
  color: green;
  font-weight: bold;
}
.special-permission a:hover {
  color: darkgreen;
}

.print.agenda h1 {
  font-size: 2rem;
}

.fill-print-page {
  page-break-after: always;
}

.unimportant.words {
  color: silver;
}

.event:hover {
  color: inherit;
}

.fc-event.past {
  opacity: 0.5;
}

.appointmentopening-event {
  background-color: rgb(0, 163, 155);
  border-color: rgb(0, 163, 155);
}

.appointment-event {
  background-color: rgb(100, 53, 201);
  border-color: rgb(100, 53, 201);
}
.appointment-event.in_progress {
  background-color: #DB2828;
  border-color: #DB2828;
}
.appointment-event.hold {
  background-color: #F2711C;
  border-color: #F2711C;
}

.flexibleevent-event, .general-event-event {
  background-color: #2185D0;
  border-color: #2185D0;
}

.clinician-unavailability-event {
  background-color: #767676;
  border-color: #767676;
}

.disabled-event {
  background-color: #767676;
  color: white;
  border-color: rgba(0, 0, 0, 0.6);
}

.month-event.open {
  background-color: #21BA45;
  border-color: #21BA45;
}
.month-event.psych-full {
  background-color: #F2711C;
  border-color: #F2711C;
}
.month-event.med-full {
  background-color: #FBBD08;
  border-color: #FBBD08;
}
.month-event.psych-full.med-full {
  background-color: #DB2828;
  border-color: #DB2828;
}

#day-notes h3 {
  margin: 0.5rem 0;
}
#day-notes .day-notes-button-container {
  padding: 0;
}
#day-notes .day-notes-button-container button {
  margin: 0;
}

#day-clinicians h3 {
  margin: 0.5rem 0;
}

.ui.no.shadow.segments {
  box-shadow: none;
  border: none;
}

.button.spaced {
  width: 100%;
  margin-bottom: 0.5em;
}
.button.spaced:last-child {
  margin-bottom: 0;
}

.report-preview .preview .segment-body {
  height: 100%;
}
.report-preview .preview .ui.message {
  margin: 1rem 1rem 0 1rem;
}
.report-preview .preview iframe {
  background-color: white;
  min-height: 500px;
  max-height: 750px;
  width: 100%;
  border: none;
}

.reports-index .ui.accordion {
  margin-top: -1rem;
}
.reports-index .ui.accordion .title {
  text-align: right;
}

.instructions {
  font-style: italic;
  font-size: 0.9rem;
  font-weight: bold;
}

.report-question .ui.dropdown.selection.multiple .ui.label {
  line-height: 1.33;
}
.report-question .ui.dropdown.selection div.text, .report-question .ui.dropdown.selection div.item {
  line-height: 1.33;
}

.edit-template-layout .cke_chrome {
  border: none;
}
.edit-template-layout .cke_inner, .edit-template-layout .cke_bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.edit-template-layout .layout-and-preview {
  display: flex;
  min-height: 42em;
}
.edit-template-layout .layout-and-preview .layout, .edit-template-layout .layout-and-preview .preview {
  flex-grow: 1;
  flex-basis: 0;
}
.edit-template-layout .layout-and-preview .segment-body.questions {
  max-height: calc(42em - 2.5rem);
  overflow: auto;
  height: 100%;
}
.edit-template-layout .layout-and-preview .segment-body.questions .ui.grid {
  height: 100%;
}
.edit-template-layout .layout .ui.secondary.menu {
  margin: 0;
  min-height: 0;
}
.edit-template-layout .layout .ui.secondary.menu .item, .edit-template-layout .layout .ui.secondary.menu .item:hover {
  padding: 0.3rem 1rem;
  color: white;
}
.edit-template-layout .layout .ui.secondary.menu .item:first-child, .edit-template-layout .layout .ui.secondary.menu .item:hover:first-child {
  margin-left: 0;
}
.edit-template-layout .layout .ui.secondary.menu .item.active, .edit-template-layout .layout .ui.secondary.menu .item:hover, .edit-template-layout .layout .ui.secondary.menu .item:hover.active, .edit-template-layout .layout .ui.secondary.menu .item:hover:hover {
  background: rgba(255, 255, 255, 0.25);
}
.edit-template-layout .layout .autosave-info {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  color: white;
}
.edit-template-layout .preview-button-container {
  display: flex;
  align-items: center;
}
.edit-template-layout .preview .segment-body {
  height: calc(100% - 3rem);
}
.edit-template-layout .preview .ui.message {
  margin: 1rem 1rem 0 1rem;
}
.edit-template-layout .preview iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.edit-template-layout .layout-questions .segment-body {
  min-height: 450px;
}

.template-questions .add-option {
  font-size: 0.9rem;
  color: #888888;
}
.template-questions .add-option:hover {
  color: black;
}
.template-questions textarea.report-answer-option {
  padding: 0.67em 1em;
  overflow-x: hidden;
}
