/* GLOBAL CLASSES */
.clearBoth {
  clear: both; }

.attachedFileDeleted {
  color: red !important; }

.show {
  display: block; }

.hide {
  display: none; }

.reactField {
  display: flex;
  flex-direction: column;
  position: relative; }
  .reactField > :nth-child(2) {
    flex-grow: 1; }
  .reactField.invalid:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    /*z-index: -1;*/
    border: 1px solid #f00;
    background-color: #ffdddd; }
  .reactField.invalid > * {
    z-index: 1; }
  .reactField.horizontal {
    flex-direction: row; }

input[type="file" i] {
	cursor: pointer;
}

.reactGrid .reactField {
  height: 100%; }

.reactValidationStatus.invalid {
  margin: -2px;
  padding: 1px;
  border: 1px solid #f00;
  background-color: #ffdddd; }
  .reactValidationStatus.invalid * {
    border-radius: 0 !important; }

.reactFormLabelAndLink {
  font-size: 10px;
  color: #808080;
  margin-bottom: 2px; }
  .reactFormLabelAndLink > div {
    width: 100%;
    display: flex;
    flex-direction: row; }
  .reactFormLabelAndLink.required > div > label:first-child::after {
    content: " *"; }
  .reactFormLabelAndLink > div > label:last-child {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    flex-grow: 1;
    text-align: right; }
  .reactFormLabelAndLink a {
    color: #4f6886;
    text-decoration: none; }
    .reactFormLabelAndLink a:hover {
      text-decoration: underline; }
  .horizontal > .reactFormLabelAndLink {
    margin-right: 5px; }
    .horizontal > .reactFormLabelAndLink label {
      line-height: 19px; }

.reactFormField {
  width: 100%;
  height: 100%; }

.reactInput {
  width: 100%;
  border: 1px solid #808080;
  font-size: 11px;
  color: black;
  height: 19px;
  padding-left: 2px;
  border-radius: 2px;
  box-sizing: border-box; }
  .reactInput.invalid:focus {
    box-shadow: none; }

.reactLinkButton {
  margin: 0 5px 0 0; }
  .reactLinkButton.disabled > a {
    background: #ccc !important;
    cursor: default;
    transition: background-color 0.3s !important; }
  .reactLinkButton > a {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #3B5778;
    background: #4C709B;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    font-size: 11px;
    text-decoration: none !important;
    color: white !important;
    display: block;
    float: left;
    box-sizing: border-box;
    transition: background-color 0.3s; }
    .reactLinkButton > a:hover {
      background-color: #6898C7; }
    .reactLinkButton > a .label {
      transition: opacity 0.2s;
      margin-top: -1px;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .reactLinkButton > a .spinner {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(/mind_modules/LL/gui/default/default/img/btn_spinner.gif);
      background-size: 30%;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
      transition: opacity 0.2s; }
    .reactLinkButton > a.loading {
      background-color: gray;
      transition: background-color 0.3s; }
      .reactLinkButton > a.loading .spinner {
        opacity: 1;
        transition: opacity 1s; }
      .reactLinkButton > a.loading .label {
        opacity: 0;
        transition: opacity 0.5s; }
    .reactLinkButton > a.success {
      background-color: green;
      transition: background-color 2s; }
      .reactLinkButton > a.success .label {
        opacity: 1;
        transition: transform 1s, opacity 0.5s; }
    .reactLinkButton > a.error {
      background-color: #c00;
      transition: background-color 0.2s; }
    .reactLinkButton > a.loading .label {
      opacity: 0;
      transition: opacity 0.2s; }

.reactShield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  background-color: black;
  padding: 0;
  margin: 0;
  background-image: url(/mind_setup/gui/theme_llfjgkwxho_1/media/bg_shieldLoading.gif);
  background-repeat: no-repeat;
  background-position: 200% 200%; }
  .reactShield.loading {
    background-position: center 300px; }

.reactTabContainer {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .reactTabContainer .reactTabButtons {
    width: 100%;
    background: url(/mind_setup/gui/theme_llfjgkwxho_1/media/bg_MENU4_2.png) repeat-x bottom left;
    line-height: 21px;
    flex-basis: 32px; }
    .reactTabContainer .reactTabButtons ul {
      margin: 0;
      padding: 5px 0 0 30px;
      list-style-type: none;
      min-width: 1px; }
      .reactTabContainer .reactTabButtons ul li {
        float: left;
        margin: 0 17px 0 0;
        display: list-item;
        text-align: -webkit-match-parent; }
        .reactTabContainer .reactTabButtons ul li div > a {
          font-size: 12px;
          color: #4f6886;
          text-decoration: none;
          display: block;
          z-index: 3000;
          margin-top: 1px;
          font-family: Sans-Serif; }
          .reactTabContainer .reactTabButtons ul li div > a:hover, .reactTabContainer .reactTabButtons ul li div > a.selected {
            text-decoration: underline; }
          .reactTabContainer .reactTabButtons ul li div > a.disabled {
            cursor: default;
            color: #bbb; }
            .reactTabContainer .reactTabButtons ul li div > a.disabled:hover {
              text-decoration: none; }
  .reactTabContainer .reactTabContent {
    padding: 23px 15px 15px;
    flex-grow: 1;
    flex-basis: 0;
    overflow-y: scroll;
    display: flex;
    flex-direction: column; }
    .reactTabContainer .reactTabContent > div {
      flex-grow: 1;
      height: 100%;
      flex-direction: column; }
      .reactTabContainer .reactTabContent > div .reactTab {
        flex-grow: 1;
        display: flex;
        flex-direction: row; }

.reactProgressBar {
  position: relative;
  background-color: #ccc;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #3B5778; }
  .reactProgressBar > .reactProgressBarFill {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 0%;
    height: 100%;
    background-color: #4C709B;
    transition: width 0.5s; }
    .reactProgressBar > .reactProgressBarFill.resetProgressBar {
      width: 0%;
      background-color: #4C709B;
      transition: width 0s, background-color 0s; }
    .reactProgressBar > .reactProgressBarFill.error {
      background-color: #c00;
      transition: background-color 1s; }
    .reactProgressBar > .reactProgressBarFill.success {
      background-color: green;
      transition: width 0.5s, background-color 2s; }
  .reactProgressBar > .reactProgressBarLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 100%;
    height: 100%;
    font-size: 9pt;
    color: white; }

.reactDialogForm {
  background: rgba(0, 56, 168, 0.03);
  width: 100%; }

.reactChecklist {
  display: flex;
  flex-direction: column; }
  .reactChecklist > div {
    display: flex;
    flex-direction: column; }
    .reactChecklist > div > div {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
  .reactChecklist > div > div > div {
    display: flex; }
    .reactChecklist > div > div > div:first-child {
      margin-bottom: 4px; }
    .reactChecklist > div > div > div .reactFormLabelAndLink {
      margin-top: 3px; }
    .reactChecklist > div > div > div > div {
      flex-grow: 1;
      flex-basis: 0;
      cursor: default; }
  .reactChecklist.horizontal > div > div {
    display: flex; }
    .reactChecklist.horizontal > div > div > div {
      flex-grow: 1;
      flex-basis: 0; }

.reactGrid {
  position: relative;
  z-index: 1; }
  .reactGrid > div {
    box-sizing: border-box;
    position: absolute; }
    .reactGrid > div > div {
      position: relative;
      width: 100%;
      height: 100%; }
  .reactGrid .reactAutoCompleteInput, .reactGrid .reactAutoCompleteInputOld {
    width: 100%; }
  .reactGrid .reactTextArea {
    height: 100%;
    width: 100%; }
  .reactGrid .reactChecklist {
    width: 100%;
    height: 100%; }

.reactAutoCompleteInputOld {
  position: relative;
  height: 30px;
  padding-bottom: 4px; }
  .reactAutoCompleteInputOld a {
    color: #4f6886;
    text-decoration: none; }
  .reactAutoCompleteInputOld .reactAutoCompleteList {
    color: black;
    position: absolute;
    z-index: 1;
    border: 1px solid gray;
    width: 300px; }
    .reactAutoCompleteInputOld .reactAutoCompleteList > div {
      white-space: normal;
      background-color: white;
      padding: 5px; }
      .reactAutoCompleteInputOld .reactAutoCompleteList > div:nth-child(even) {
        background-color: #eee; }
      .reactAutoCompleteInputOld .reactAutoCompleteList > div:not(.meta):hover {
        cursor: pointer;
        background-color: #4C709B;
        color: white; }
      .reactAutoCompleteInputOld .reactAutoCompleteList > div.meta {
        background-color: white;
        cursor: default; }
        .reactAutoCompleteInputOld .reactAutoCompleteList > div.meta.loading {
          padding-top: 5px; }
          .reactAutoCompleteInputOld .reactAutoCompleteList > div.meta.loading:before {
            display: inline-block;
            content: "";
            width: 20px;
            height: 19px;
            background: url(/mind_modules/LL/gui/default/default/img/icn_ajaxLoaderAdminDialog.gif) no-repeat 0 0;
            float: left;
            margin-top: -1px; }
  .reactAutoCompleteInputOld > div {
    display: flex; }
    .reactAutoCompleteInputOld > div > div {
      flex-grow: 1; }
    .reactAutoCompleteInputOld > div > div:first-child {
      flex-basis: 50%;
      flex-grow: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .reactAutoCompleteInputOld > div > div:first-child > span {
        padding: 3px;
        line-height: 19px;
        cursor: pointer; }
    .reactAutoCompleteInputOld > div a {
      margin-left: 10px;
      line-height: 19px; }

.reactMatchHighlighter .highlight {
  text-decoration: underline; }

.issDropdown > select {
  width: 100%;
  box-sizing: border-box; }

.reactTextArea {
  display: flex;
  flex-direction: column; }
  .reactTextArea > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .reactTextArea > div > textarea {
      flex-grow: 1;
      width: 100%;
      max-width: 100%;
      min-height: 50px;
      box-sizing: border-box;
      font-size: 11px;
      resize: none; }

.reactListCheckbox, .reactListRadio {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .reactListCheckbox > div, .reactListRadio > div {
    overflow-y: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .reactListCheckbox > div > div, .reactListRadio > div > div {
      border: 1px solid gray;
      background-color: white;
      flex-grow: 1;
      overflow-y: scroll;
      overflow-x: hidden; }
      .reactListCheckbox > div > div > .selectable, .reactListRadio > div > div > .selectable {
        height: 21px;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: default; }
        .reactListCheckbox > div > div > .selectable > input:first-child, .reactListRadio > div > div > .selectable > input:first-child {
          flex-basis: 15px; }
        .reactListCheckbox > div > div > .selectable:nth-child(even), .reactListRadio > div > div > .selectable:nth-child(even) {
          background-color: #eee; }
        .reactListCheckbox > div > div > .selectable:hover, .reactListRadio > div > div > .selectable:hover {
          background-color: #668ab4;
          color: white; }
        .reactListCheckbox > div > div > .selectable.selected, .reactListRadio > div > div > .selectable.selected {
          background-color: #4C709B;
          color: white; }
          .reactListCheckbox > div > div > .selectable.selected:hover, .reactListRadio > div > div > .selectable.selected:hover {
            background-color: #2c4869; }

.reactListBuilder {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .reactListBuilder > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .reactListBuilder > div > div:nth-child(1) {
      border: 1px solid gray;
      background-color: lightgray;
      display: flex;
      flex-direction: row;
      align-items: center;
      cursor: default;
      border: 1px solid gray;
      border-width: 1px 1px 0px 1px;
      padding: 2px 2px 2px 2px; }
      .reactListBuilder > div > div:nth-child(1) > div {
        flex-basis: 0;
        flex-grow: 1; }
      .reactListBuilder > div > div:nth-child(1) .reactFileUpload > .layoutDiv {
        display: flex;
        flex-direction: row; }
        .reactListBuilder > div > div:nth-child(1) .reactFileUpload > .layoutDiv .reactLinkButton {
          width: 100%; }
        .reactListBuilder > div > div:nth-child(1) .reactFileUpload > .layoutDiv > div:last-child {
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          margin-left: 2px; }
          .reactListBuilder > div > div:nth-child(1) .reactFileUpload > .layoutDiv > div:last-child > div {
            flex-grow: 1; }
    .reactListBuilder > div > div:nth-child(2) {
      border: 1px solid gray;
      background-color: white;
      flex-basis: 0;
      flex-grow: 1;
      overflow-y: scroll; }
      .reactListBuilder > div > div:nth-child(2) > .row {
        line-height: 21px;
        display: flex;
        flex-direction: row;
        cursor: default; }
        .reactListBuilder > div > div:nth-child(2) > .row > *:first-child {
          flex-basis: 21px;
          height: 21px;
          display: flex;
          justify-content: center;
          font-weight: bold;
          align-items: center;
          cursor: pointer;
          background-position: -216px 2px;
          background-image: url(/mind_modules/LL/gui/default/default/img/spt_rowCtrls.gif?v=12);
          background-repeat: no-repeat; }
          .reactListBuilder > div > div:nth-child(2) > .row > *:first-child:hover {
            color: white;
            opacity: 0.5; }
        .reactListBuilder > div > div:nth-child(2) > .row > *:nth-child(2) {
          flex-basis: 0px;
          flex-grow: 1;
          overflow-x: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .reactListBuilder > div > div:nth-child(2) > .row:nth-child(even) {
          background-color: #eee; }

.reactFieldHelp {
  position: relative; }
  .reactFieldHelp > div {
    display: none;
    position: absolute;
    padding: 20px;
    bottom: -5px;
    z-index: 1; }
    .reactFieldHelp > div.right {
      left: -45px; }
    .reactFieldHelp > div.left {
      right: -25px; }
    .reactFieldHelp > div > div {
      color: #444;
      font-family: Sans-Serif;
      font-size: 10px;
      max-width: 300px;
      background: lightgreen;
      text-align: left;
      width: 300px;
      padding: 7px;
      border-radius: 3px;
      border: 1px solid #F8F4B4;
      background: #FFFDE2;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }
  .reactFieldHelp:hover > div {
    display: block; }

.reactIcon {
  width: 1em;
  height: 1em;
  background-color: black;
  display: inline-block; }
  .reactIcon .MAIL {
    background-color: red; }

.reactInfoBox {
  border: 1px solid #afab6f;
  background-color: #feffd4;
  padding: 7px;
  font-size: 11px;
  font-family: Sans-Serif; }
  .reactInfoBox a {
    color: #4f6886;
    text-decoration: none; }
    .reactInfoBox a:hover {
      text-decoration: underline; }

.reactDialogForm {
  background: rgba(0, 56, 168, 0.03); }

.reactLinkButton {
  width: 50px;
  height: 20px; }

.legacyFileUpload > input {
  display: none; }

.taxinputs > * {
  margin-bottom: 5px; }

.taxinputs #configSaveButton {
  margin-left: 0px !important; }

.taxinputs .reactField {
  margin-bottom: 5px; }

.taxinputs .taxFieldEdit {
  margin-right: 5px;
  cursor: pointer; }
  .taxinputs .taxFieldEdit:hover {
    text-decoration: underline; }

.taxinputs .LabelPrefix {
  float: left;
  margin-left: 5px; }

.issFlag {
  padding: 0 0 !important; }
  .issFlag > img {
    width: 20px; }

.issMarginRight5 {
  margin-right: 5px; }

.iisMediumButtons {
  width: 130px; }

.issInlineBlock {
  display: inline-block; }

.iss-no-print {
  display: block; }

.iss-signature {
  border-bottom: 2px dotted black; }

.iss-not-editable {
  text-decoration: none !important; }

.iss-template-name-input {
  width: 200px; }

.iss-template-list {
  margin: 10px 0 10px 0; }
  .iss-template-list > div:nth-child(even) {
    background-color: #eee; }
  .iss-template-list .iss-template-item {
    font-size: 10pt;
    color: #808080; }
  .iss-template-list .iss-template-label {
    float: right;
    cursor: pointer; }
    .iss-template-list .iss-template-label:hover {
      text-decoration: underline; }

.iss-salary-templates .invalid {
  margin: -2px;
  padding: 1px;
  border: 1px solid #f00;
  background-color: #ffdddd; }
  .iss-salary-templates .invalid * {
    border-radius: 0 !important; }

.iss-template-selector {
  width: 200px;
  margin: 7px; }

@media print {
  .iss-no-print {
    display: none; }
  .iss-print td {
    font-size: 70% !important; } }

.iss-date-input {
  margin-bottom: 5px; }
  .iss-date-input .invalid {
    border: 1px solid #f00; }

.iss-parameter-table {
  padding: 1px 1px 1px 5px;
  border: 1px solid;
  margin-bottom: 15px;
  border: none !important; }
  .iss-parameter-table tr:nth-child(odd) {
    background-color: rgba(0, 56, 168, 0.08); }
  .iss-parameter-table td:nth-child(even) {
    background-color: rgba(0, 56, 168, 0.06); }
  .iss-parameter-table .iss-parameterSheet-table-header {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: white;
    text-align: center;
    background-color: rgba(59, 91, 134, 0.7) !important;
    padding: 0px !important;
    border-left: 0.5px solid #cecdcd;
    vertical-align: middle !important; }
  .iss-parameter-table .iss-paremeterSheet-table-cell {
    max-width: 70px;
    min-width: 70px;
    border-bottom: 1px solid gray;
    vertical-align: 0px !important;
    padding: 5px !important; }
  .iss-parameter-table .iss-parameterSheet-table-salary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .iss-parameter-table .iss-parameterSheet-table-cell-date {
    min-width: 60px;
    text-align: center;
    color: gray;
    border-bottom: 1px solid gray; }

.iss-gear-button {
  width: 13px;
  cursor: pointer; }

.iss-parameter-tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #F7F9FC;
  min-height: 50px;
  border: 1px solid black;
  padding: 5px;
  width: auto !important; }
  .iss-parameter-tooltip .iss-parameter-settings-table {
    margin: 5px 0 5px 0;
    min-width: 200px;
    max-width: 400px;
    width: auto !important; }

.iss-parameter-clickable {
  cursor: pointer; }
  .iss-parameter-clickable:hover {
    text-decoration: underline; }

.reactMedicalCentreResult > div:first-child {
  font-weight: bold; }

.reactAttestReceiverNonstandardLabel {
  margin: 2px 0px 3px 0px; }

.reactGrid > div {
  padding: 3px; }

.assignmentForm .reactChecklist.shiftTypes {
  margin: 0px; }

.assignmentForm .reactNonStandardAttestReceiver > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  margin-bottom: 3px; }
  .assignmentForm .reactNonStandardAttestReceiver > div:nth-child(2) > div {
    flex-grow: 1;
    justify-content: space-between; }
    .assignmentForm .reactNonStandardAttestReceiver > div:nth-child(2) > div:first-child {
      margin-right: 3px; }

.issPersonellInterestDialog .Overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.issPersonellInterestDialog .PreBookedButton:hover {
  cursor: pointer;
  text-decoration: underline; }

.issPersonellInterestDialog .submitButton:hover {
  cursor: pointer;
  opacity: 0.8; }

.issPersonellInterestDialog .SmallDialog {
  height: 320px;
  width: 320px;
  max-width: 100%;
  max-height: 100%;
  border: none;
  border-radius: 11px; }
  .issPersonellInterestDialog .SmallDialog .header {
    text-align: left;
    background: none;
    color: black;
    font-size: 16px;
    margin: 5px; }

.issPersonellInterestDialog .DialogContent {
  padding: 9px 13px 9px 13px; }

.issPersonellInterestDialog .assignmentTitle {
  font-size: 21px;
  color: black; }

.issPersonellInterestDialog .textBox {
  min-height: 120px; }

.issPersonellInterestDialog .compensationBox {
  width: 60%; }

.issPersonellInterestDialog .PersonellDialogButtons {
  margin-right: 30px;
  width: 70px; }

#LL51_configPage .preview {
  margin-left: auto;
  margin-right: auto;
  border: 1px dotted black;
  width: 100%;
  box-sizing: border-box; }

#LL51_configPage .reactTabContainer {
  background-color: white;
  height: 594px;
  border-bottom: 1px solid #ccc; }

#LL51_configPage .reactTab > div {
  width: 300px;
  margin-left: 10px; }
  #LL51_configPage .reactTab > div > div {
    margin-bottom: 10px; }

#LL51_configPage .reactLinkButton {
  width: 70px;
  height: 26px; }

#LL51_configPage .reactFormLabelAndLink, #LL51_configPage .reactInput {
  font-size: 10pt; }

#LL51_configPage .reactFormLabelAndLink {
  margin: 2px 0px; }

#LL51_configPage .reactTextInput .reactInput {
  padding: 5px;
  height: 26px; }

#LL51_configPage #configSaveButton {
  margin: 20px 0 0 25px;
  margin-left: 25px; }

#LL51_configPage .reactFileUpload > .layoutDiv {
  margin-top: 5px;
  display: flex; }
  #LL51_configPage .reactFileUpload > .layoutDiv > div {
    flex-grow: 1; }
    #LL51_configPage .reactFileUpload > .layoutDiv > div:first-child {
      flex-grow: 0; }
    #LL51_configPage .reactFileUpload > .layoutDiv > div .reactProgressBar {
      height: 26px; }

#LL51_configPage .reactFileUpload .reactLinkButton {
  width: 70px;
  height: 26px; }

#SET_container .SET_cssTopContainer {
  height: 90px; }

#SET_container > div.configPageContentContainer {
  padding: 0px;
  background-color: #f2f2f2; }

.iss-clickable-label {
  display: block;
  text-align: right;
  cursor: pointer;
  margin-bottom: 3px;
  margin-top: 5px; }
  .iss-clickable-label:hover {
    text-decoration: underline; }

/* SIGN UP FORM */
.signUpFormContainer {
  font-family: Sans-Serif;
  width: 80%;
  margin: 0;
  padding: 0;
  position: relative; }

.signUpForm form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .signUpForm form .inputTextContainer, .signUpForm form .textAreaContainer, .signUpForm form .MultiSelectContainer, .signUpForm form .singleSelectContainer {
    width: 100%; }
  .signUpForm form .singleSelectContainer {
    margin-left: 10px; }
  .signUpForm form .MultiSelectContainer {
    margin-right: 10px; }

.signUpForm input, textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  margin: 3px 0 8px 0px; }
  .signUpForm input:focus, textarea:focus {
    outline-offset: -2px; }

.signUpForm button.submitButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1px;
  width: 100%; }
  .signUpForm button.submitButton:hover {
    background: #97c768; }

.submitButton {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #D9D9D9;
  border-style: none;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  background: #8fc35d; }
  .submitButton:focus {
    outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

/***** ERROR MESSAGES *****/
.errorMessage {
  font-size: 12px;
  margin: -8px 0 6px 0; }

/* DEFAULT */
.signUpForm input.required {
  background: url(media/required.png) no-repeat 98.5% 50%; }

/* REQUIRED */
.signUpForm input.isRequired {
  background: url(media/required.png) no-repeat 98.4% 50%;
  border-bottom: 2px solid #ff4d4d !important; }
  .signUpForm input.isRequired:focus {
    background: url(media/required.png) no-repeat 98.4% 50%;
    border-bottom: 1px solid #D9D9D9; }

/* VALID */
.signUpForm input.valid {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #8fc35d !important;
  background: url(media/check.png) no-repeat 98.8% 50%; }

/* NOT VALID */
.signUpForm input.notValid {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff4d4d !important;
  background: url(media/utrop.png) no-repeat 98.8% 50%; }
  .signUpForm input.notValid:focus {
    background: url(media/required.png) no-repeat 98.4% 50%;
    border-bottom: 1px solid #D9D9D9; }

/* FOCUS */
.signUpForm input:focus .isRequired, .signUpForm input:focus .notValid, .signUpForm input:focus .valid {
  border-bottom: 1px solid #D9D9D9 !important; }
  .signUpForm input:focus .isRequired + .errorMessage, .signUpForm input:focus .notValid + .errorMessage, .signUpForm input:focus .valid + .errorMessage {
    display: none; }

.signUpForm input:focus, input .isRequired:focus, .notValid:focus, .valid:focus {
  border-bottom: 1px solid #D9D9D9 !important; }
  .signUpForm input:focus + .errorMessage, input .isRequired:focus + .errorMessage, .notValid:focus + .errorMessage, .valid:focus + .errorMessage {
    display: none; }

/**** TEXT AREA ****/
.textAreaContainer textarea {
  resize: vertical !important; }

/**** CONFIRMATION MESSAGES ****/
.confirmation-message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
  width: 80%;
  text-align: center;
  margin: 5% 10%;
  padding: 10px;
  border-bottom: 2px solid #8fc35d;
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2); }

.singleSelectContainer, .MultiSelectContainer {
  position: relative;
  height: 80px; }

.dropdownSelectContainerClass {
  position: absolute; }

.disabledSubmitButton {
  background: #ccc !important;
  cursor: default; }
  .disabledSubmitButton:hover {
    background: #ccc !important; }

.flex50 {
  width: 200px !important;
  padding: 2px; }

.issPresentationSendoutForm {
  height: 100%; }
  .issPresentationSendoutForm h3 {
    margin: 0px 0px 5px 0px; }
  .issPresentationSendoutForm .reactLinkButton {
    height: 17px; }
  .issPresentationSendoutForm .reactGridCell.saveTemplate > div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    bottom: 5px; }
    .issPresentationSendoutForm .reactGridCell.saveTemplate > div .reactLinkButton {
      width: 100px; }
  .issPresentationSendoutForm .reactLinkButton > a {
    padding: 2px; }
  .issPresentationSendoutForm .sendPreview {
    padding: 10px 0px 20px 5px;
    width: auto;
    height: 20px;
    display: inline-block; }

.issPresentationSendoutDialog .sendLog .post > div {
  display: inline-block; }

.LogInPageWrapper {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: space-around;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }
  .LogInPageWrapper .loader-container {
    top: 0;
    left: 0;
    z-index: 1; }
    .LogInPageWrapper .loader-container .loader-background {
      opacity: 0.4; }
  .LogInPageWrapper .confirmation-message {
    margin: 2% auto 15% auto;
    padding: 20px 10px; }
  .LogInPageWrapper .loading {
    cursor: default;
    background-size: contain;
    background-image: url("/css/media/btn_spinner.gif");
    background-repeat: no-repeat;
    background-position: center center; }
    .LogInPageWrapper .loading:hover:after {
      width: 0; }
  .LogInPageWrapper .iss-UnsubscribeLabel {
    margin-bottom: 40px; }

.LogInPage {
  height: auto;
  width: 700px;
  padding: 20px 0;
  border-radius: 3px; }

.login {
  align-self: center; }

.signup {
  align-self: flex-start;
  margin-bottom: 30px;
  margin-top: 30px; }
  .signup .signUpFormContainer {
    width: 80%; }

@media (max-width: 1024px) {
  .signup {
    width: 80%;
    left: 10%;
    margin-left: 0;
    top: 50px; } }

.contentWrapper .MainLogin, .contentWrapper .recoverpage, .contentWrapper .ResetPage, .contentWrapper .ActivationPage, .contentWrapper .DeregistrationPage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%; }
  .contentWrapper .MainLogin .LinksWrapper, .contentWrapper .recoverpage .LinksWrapper, .contentWrapper .ResetPage .LinksWrapper, .contentWrapper .ActivationPage .LinksWrapper, .contentWrapper .DeregistrationPage .LinksWrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10px; }
    .contentWrapper .MainLogin .LinksWrapper .LinkWrapper:first-child, .contentWrapper .recoverpage .LinksWrapper .LinkWrapper:first-child, .contentWrapper .ResetPage .LinksWrapper .LinkWrapper:first-child, .contentWrapper .ActivationPage .LinksWrapper .LinkWrapper:first-child, .contentWrapper .DeregistrationPage .LinksWrapper .LinkWrapper:first-child {
      margin-right: 40px; }
    .contentWrapper .MainLogin .LinksWrapper .LinkWrapper > a, .contentWrapper .recoverpage .LinksWrapper .LinkWrapper > a, .contentWrapper .ResetPage .LinksWrapper .LinkWrapper > a, .contentWrapper .ActivationPage .LinksWrapper .LinkWrapper > a, .contentWrapper .DeregistrationPage .LinksWrapper .LinkWrapper > a {
      transition: color 0.5s ease; }

.contentWrapper .ResetPage .LinksWrapper, .contentWrapper .ActivationPage .LinksWrapper, .contentWrapper .DeregistrationPage .LinksWrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.contentWrapper .FlexButtonWrapper {
  margin: 0 0 15px 0; }
  .contentWrapper .FlexButtonWrapper > button {
    cursor: pointer;
    width: 100%;
    padding: 0 15px;
    transition: all 500ms ease;
    position: relative; }
    .contentWrapper .FlexButtonWrapper > button:after {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 0px;
      height: 42px;
      transition: all 0.1s ease; }
    .contentWrapper .FlexButtonWrapper > button:hover:after {
      width: 100%; }

.contentWrapper .signUpFormContainer {
  margin: auto; }
  .contentWrapper .signUpFormContainer .inputTextContainer {
    margin: 0 0 10px 10px; }
    .contentWrapper .signUpFormContainer .inputTextContainer > input {
      width: 98%; }
      .contentWrapper .signUpFormContainer .inputTextContainer > input:focus {
        outline-offset: -2px; }
    .contentWrapper .signUpFormContainer .inputTextContainer:focus {
      outline: none; }
  .contentWrapper .signUpFormContainer .textAreaContainer {
    margin: 0 0 10px 10px; }
    .contentWrapper .signUpFormContainer .textAreaContainer > textarea {
      width: 98%; }
  .contentWrapper .signUpFormContainer .singupbutton {
    margin: 0 12px 10px 10px;
    width: 100%; }
  .contentWrapper .signUpFormContainer .FlexButtonWrapper {
    margin: 40px 0 40px 10px; }
  .contentWrapper .signUpFormContainer .marginLeft {
    margin-left: 10px; }
  .contentWrapper .signUpFormContainer .marginRight {
    margin-right: 12px; }
  .contentWrapper .signUpFormContainer .DDclearText button {
    transition: all 500ms ease; }
    .contentWrapper .signUpFormContainer .DDclearText button:hover {
      text-decoration: none; }
  .contentWrapper .signUpFormContainer .DDtitle {
    font-family: Sans-Serif; }

.InputAddOn {
  display: flex;
  margin: 0 0 20px 0;
  width: 100%; }

.InputAddOn-field {
  flex: 1;
  font: 15px Arial; }

.InputAddOn-field:not(:first-child) {
  border-left: 0; }

.InputAddOn-field:not(:last-child) {
  border-right: 0; }

.InputAddOn-item {
  font: inherit;
  font-weight: normal; }

.InputAddOn-field,
.InputAddOn-item {
  padding: 1em 1.50em; }

.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
  border-radius: 2px 0 0 2px; }

.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
  border-radius: 0 2px 2px 0;
  width: 100%;
  height: 100%; }

.icon {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.icon-password {
  background-image: url(/css/media/password.svg);
  background-repeat: no-repeat;
  background-size: 50% 50%; }

.icon-username {
  background-image: url(/css/media/profil.svg);
  background-repeat: no-repeat;
  background-size: 50% 50%; }

.HeaderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  margin: 30px 0; }
  .HeaderContainer > img {
    max-width: 80%;
    margin: 0px auto 25px auto; }
  .HeaderContainer:after {
    content: '';
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30px;
    width: 100%; }

.labelWrapper {
  align-self: center;
  margin: 0 0 30px 0; }
  .labelWrapper > label {
    font-size: 20px;
    font-family: sans-serif; }

div#g-recaptcha {
  margin-bottom: 20px; }

.recoverpage.hide {
  display: none; }

#CompanyLogo {
  width: 80%;
  height: 100%; }
  #CompanyLogo > a > img {
    max-width: 80%;
    max-height: 100%; }

.SET_cssBlock_LL_LL54 {
  height: 100%;
  width: 100%; }
  .SET_cssBlock_LL_LL54 .SET_cssBlockContent {
    width: 100%;
    height: 100%; }

.BackButton {
  margin-left: 5px; }

.iss-terms-paragraph {
  font-size: 8pt;
  line-height: 1.5;
  padding-left: 5px;
  padding-right: 5px; }

.iss-terms-container {
  display: flex;
  margin: 0 0 20px 10px; }
  .iss-terms-container > input {
    flex-basis: auto; }

.LogOutButtonContainer {
  display: flex;
  justify-content: flex-end; }
  .LogOutButtonContainer #LL52_LogoutButton {
    padding: 20px 12px; }
    .LogOutButtonContainer #LL52_LogoutButton .AdminButton {
      margin-right: 10px;
      float: left; }
    .LogOutButtonContainer #LL52_LogoutButton .width90 {
      width: 90px; }
    .LogOutButtonContainer #LL52_LogoutButton .width210 {
      width: 210px; }
    .LogOutButtonContainer #LL52_LogoutButton .loading:hover {
      cursor: default;
      background-size: contain;
      background-image: url("/css/media/btn_spinner.gif");
      background-repeat: no-repeat;
      background-position: center center; }

.issCommentHistory .reactFieldHelp {
  right: 10px; }
  .issCommentHistory .reactFieldHelp > div > div {
    width: 280px; }

.issCommentHistory .change {
  position: relative;
  z-index: 0;
  margin: 2px;
  padding: 0px 3px;
  background: #ddd;
  color: gray;
  line-height: 19px;
  display: flex;
  flex-direction: row; }
  .issCommentHistory .change:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 100%;
    background: lightblue; }
  .issCommentHistory .change.loaded .loadAction, .issCommentHistory .change.loading .loadAction {
    display: none; }
  .issCommentHistory .change.loading:before {
    right: 30%;
    transition: right 2s;
    background: lightblue; }
  .issCommentHistory .change.loaded:before {
    right: 0%;
    transition: right 0.5s, background-color 0.8s;
    background-color: #c6fabf; }
  .issCommentHistory .change > div {
    display: inline-block;
    white-space: nowrap;
    z-index: 1; }
    .issCommentHistory .change > div.coordinator {
      padding-left: 10px;
      flex-grow: 1;
      overflow: hidden; }
    .issCommentHistory .change > div.loadAction {
      color: #4f6886;
      cursor: pointer;
      text-decoration: underline; }

.issLocationPage .LocationRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #f4f4f4;
  height: 30px; }
  .issLocationPage .LocationRow .LocationRowItem {
    width: 27%; }
  .issLocationPage .LocationRow .LocationRowLastItem {
    width: 10%;
    text-align: right;
    margin: 3px; }

.issLocationPage .LocationRow:hover {
  opacity: 0.8; }

.issLocationPage .ExpandNr2 {
  background-color: #d8d8d8; }

.issLocationPage .ExpandNr3 {
  background-color: #c5c5c5; }

.issLocationPage .ExpandNr4 {
  background-color: #F7F7F9; }

.issLocationPage .Locationheader {
  background-color: white;
  height: 19px;
  border-radius: 0px;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 168%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center; }
  .issLocationPage .Locationheader .HeaderItem {
    width: 25%; }
  .issLocationPage .Locationheader .HeaderItem:hover {
    cursor: pointer;
    text-decoration: underline; }
  .issLocationPage .Locationheader .LastHeaderItem {
    width: 10%;
    text-align: right;
    padding-right: 5px; }
  .issLocationPage .Locationheader .LastHeaderItem:hover {
    cursor: pointer;
    text-decoration: underline; }

.issLocationPage .ListFunctions {
  display: block;
  background: #efefef;
  height: 20px;
  position: relative; }

.issLocationPage .FunctionsButton {
  color: white;
  padding: 0 8px 1px 8px;
  min-width: 44px;
  text-align: center;
  background: #4f6886;
  border: 1px solid #3B5778;
  font-size: 11px;
  margin: 2px 0 0 10px; }

.issLocationPage .istaffSpriteSheet {
  background: url("/mind_modules/LL/gui/default/default/img/spt_rowCtrls.gif");
  outline: none;
  border: none; }

.issLocationPage .spritesheet-01 {
  background: url("/mind_modules/LL/gui/default/default/img/spritesheet-01.svg");
  background-size: 300px 155px;
  outline: none;
  border: none; }

.issLocationPage .istaffSpriteSheet:hover {
  opacity: 0.8;
  cursor: pointer; }

.issLocationPage .ExpandIcon {
  width: 10px;
  background-position: 45% 100px;
  transform: rotate(150deg); }

.issLocationPage .ExpandIcon_expanded {
  width: 10px;
  background-position: 45% 102px;
  cursor: pointer; }

.issLocationPage .RowName:hover {
  cursor: pointer;
  text-decoration: underline; }

.issLocationPage .EditIcon {
  width: 19px;
  height: 27px;
  background-position: -344px 0px;
  padding-left: 18px; }

.issLocationPage .DeleteIcon {
  width: 22px;
  height: 27px;
  background-position: -407px 0; }

.issLocationPage .SearchIcon {
  width: 20px;
  height: 18px;
  background: url(/mind_modules/LL/gui/default/default/img/btn_search2.gif) no-repeat top left;
  border-radius: 2px; }

.issLocationPage .SearchField {
  width: 162px;
  border: 1px solid #808080;
  color: #000000;
  font-family: Sans-Serif;
  font-size: 11px;
  height: 19px;
  padding: 1px 0 0 3px;
  border-radius: 2px; }

.issLocationPage .dropdown {
  position: relative;
  display: inline-block;
  float: right; }

.issLocationPage .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 6px;
  z-index: 1; }

.issLocationPage .dropdown:hover .dropdown-content {
  display: block;
  cursor: default; }

.issLocationPage .asc {
  width: 10px;
  background-position: 45% 100px;
  transform: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.issLocationPage .desc {
  width: 10px;
  background-position: 55% 100px;
  transform: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.issLocationPage .asc2 {
  width: 10px;
  background-position: 45% 100px;
  transform: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.issLocationPage .desc2 {
  width: 10px;
  background-position: 55% 100px;
  transform: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.issLocationPage .asc:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

.issLocationPage .desc:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

.issLocationPage .issSortingButtons {
  display: inline; }

.issLocationPage .issCheckboxDropdown:hover {
  text-decoration: underline;
  cursor: pointer; }

.FunctionsButton {
  color: white;
  padding: 0 8px 1px 8px;
  min-width: 44px;
  text-align: center;
  background: #4f6886;
  border: 1px solid #3B5778;
  font-size: 11px;
  margin: 2px 0 0 10px; }

#LocationFilter {
  width: 119px; }

.issLocationFilter {
  height: 165px; }
  .issLocationFilter .SearchFieldSelector {
    width: 115px; }
  .issLocationFilter .issLocationLabel {
    font-size: 9px;
    color: #808080;
    float: left; }
  .issLocationFilter .reactListCheckbox > div {
    height: 100%; }
  .issLocationFilter .reactListCheckbox, .issLocationFilter .selectable > div {
    width: 120px; }
  .issLocationFilter .checkLocation {
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 12px;
    overflow: hidden; }
  .issLocationFilter .expandLocation {
    padding-left: 2px;
    line-height: 18px; }
  .issLocationFilter .expandLocation:hover {
    opacity: 0.5;
    cursor: pointer; }
  .issLocationFilter .reactListCheckbox {
    display: flex;
    flex-direction: column;
    height: 80%; }
  .issLocationFilter .reactListCheckbox input[type="checkbox"], .issLocationFilter .selectable input[type="checkbox"] {
    background: white;
    display: none; }
  .issLocationFilter .onClickBox {
    width: 100%;
    display: inline-flex;
    line-height: 200%; }

.InfoButton:hover {
  cursor: pointer;
  opacity: 0.5; }

.ModalWrapper {
  background-color: #F8FBFF !important;
  border: 40px solid #777;
  border-width: 0 1px;
  padding: 9px 13px 9px 13px !important;
  width: 250px !important; }

.issTitleModal {
  text-decoration: underline; }

.close-button {
  margin: 0 5px 0 0;
  padding: 0 15px 0 15px !important;
  border: 1px solid #3B5778 !important;
  color: white !important;
  background: #4C709B;
  text-decoration: none;
  bottom: 20px !important;
  top: inherit !important; }

/* Front page "button page" */
.reactMassRegistratePage .reactInfoBox {
  margin: 5px; }

.reactMassRegistratePage .massRegPageTitle {
  margin: 5px; }

.clientMassRegistration .reactMassRegistrationListHeader .reactMassRegistrationListLabel {
  width: 122px !important; }

.clientMassRegistration .reactMassRegistration, .clientMassRegistration .reactTextInput, .clientMassRegistration .reactInput, .clientMassRegistration .reactMassRegistration, .clientMassRegistration .issDropdown, .clientMassRegistration .reactInput, .clientMassRegistration .reactMassRegistration, .clientMassRegistration .reactAutoSpec, .clientMassRegistration .reactInput {
  width: 120px !important; }

.clientMassRegistration .reactTextInput {
  margin-right: 5px !important; }

.clientMassRegistration .issMassRegistrationDropdownAdv, .clientMassRegistration .regionSearchField {
  width: 120px !important;
  margin-right: 4px; }

.reactMassRegistration {
  /* PAGE HEADER */
  /* LIST LABEL HEADER*/
  /* PAGINATED MASS REG LIST */
  /* LOADER */
  /* INPUTS */
  /* BUTTONS */
  /* OTHER */ }
  .reactMassRegistration .reactProgressBar {
    height: 20px; }
  .reactMassRegistration h3.massRegistrationHeader {
    color: white;
    font-size: 16px;
    padding: 10px;
    background: #4c709b;
    font-weight: normal;
    margin: 0 0 5px; }
  .reactMassRegistration .reqfield {
    font-weight: bold; }
  .reactMassRegistration .reactMassRegistrationListHeader {
    padding-left: 2px; }
    .reactMassRegistration .reactMassRegistrationListHeader .reactMassRegistrationListLabel {
      display: inline-block;
      margin: 2px;
      width: 92px;
      color: black;
      font-size: 10px;
      text-decoration: none !important; }
  .reactMassRegistration .react-paginate {
    /* PAGINATION */ }
    .reactMassRegistration .react-paginate .reactForm {
      display: flex;
      flex-direction: row; }
      .reactMassRegistration .react-paginate .reactForm.reactMassRegistrationRow {
        padding-left: 2px; }
        .reactMassRegistration .react-paginate .reactForm.reactMassRegistrationRow.failed .validationIcon {
          display: inline-block;
          width: 19px;
          height: 19px;
          background-image: url("media/utrop.png");
          background-size: 19px 19px;
          vertical-align: middle; }
        .reactMassRegistration .react-paginate .reactForm.reactMassRegistrationRow.success .validationIcon {
          display: inline-block;
          width: 19px;
          height: 19px;
          background-image: url("media/check.png");
          background-size: 19px 19px;
          vertical-align: middle; }
    .reactMassRegistration .react-paginate ul li {
      display: inline-block; }
    .reactMassRegistration .react-paginate .break a {
      cursor: default; }
    .reactMassRegistration .react-paginate .pagination {
      display: inline-block;
      padding: 0;
      margin: 0;
      margin-top: 5px; }
  .reactMassRegistration .loader-container {
    z-index: 1; }
    .reactMassRegistration .loader-container .loader-background {
      opacity: 0.4; }
  .reactMassRegistration .multiSelect {
    margin: 2px;
    font-size: 11px;
    color: black;
    padding: 2px 3px; }
  .reactMassRegistration .reactListCheckbox {
    display: flex;
    flex-direction: inherit;
    height: 5.8em;
    position: absolute;
    z-index: 999;
    margin-top: 6px;
    width: 120px; }
  .reactMassRegistration .reactTextInput, .reactMassRegistration .issDropdown, .reactMassRegistration .reactAutoSpec {
    display: inline-block;
    margin: 2px; }
    .reactMassRegistration .reactTextInput .reactInput, .reactMassRegistration .issDropdown .reactInput, .reactMassRegistration .reactAutoSpec .reactInput {
      width: 92px; }
  .reactMassRegistration div.reactAutoCompleteInput {
    display: inline-block;
    margin: 2px;
    width: 92px; }
  .reactMassRegistration input.isNew {
    border-color: blue;
    border-style: solid;
    border-width: medium; }
  .reactMassRegistration .reactLinkButton {
    width: 70px;
    height: 30px;
    margin: 5px;
    display: inline-block; }
  .reactMassRegistration .reactComponent {
    vertical-align: middle; }
  .reactMassRegistration .reactMassRegistrationUl {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .reactMassRegistration .reactClientResult div, .reactMassRegistration .reactCoordinatorResult div, .reactMassRegistration .reactSpecializationResult div {
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .reactMassRegistration .reactSmallRemoveButton {
    display: inline-block;
    margin: 2px;
    height: 19px; }
  .reactMassRegistration .reactDuplicateErrorText {
    font-size: 11px;
    color: #ff0000; }
  .reactMassRegistration p {
    font-size: 12px; }
  .reactMassRegistration .newSpecDiv {
    width: 100px;
    height: 40px;
    margin: 5px;
    display: inline-block; }
  .reactMassRegistration .newSpec {
    font-size: 12px;
    color: #71beed; }

/* BUTTONS */
.reactRenderTarget .reactLinkButtonMassReg {
  width: 100px;
  height: 40px;
  margin: 5px;
  display: inline-block; }

.reactRenderTarget .reactDuplicate {
  margin: 5px 0px 5px 5px; }

.DraftEditor-root, .RichEditor-root {
  min-height: 275px;
  position: relative;
  overflow: hidden; }
  .DraftEditor-root .DraftEditor-root, .RichEditor-root .DraftEditor-root {
    border: 1px solid #E0E0E0;
    background-color: white; }
  .DraftEditor-root .DraftEditor-editorContainer, .RichEditor-root .DraftEditor-editorContainer {
    margin: 5px; }
  .DraftEditor-root div.LL_cssRTE, .RichEditor-root div.LL_cssRTE {
    border: none !important; }
  .DraftEditor-root .issDropdown, .RichEditor-root .issDropdown {
    display: inline-block;
    padding-left: 5px; }
  .DraftEditor-root #headerSelect > select, .RichEditor-root #headerSelect > select {
    width: 50px !important;
    float: left; }
  .DraftEditor-root #templateStringSelect > select, .RichEditor-root #templateStringSelect > select {
    width: 200px !important;
    float: left; }
  .DraftEditor-root #indentText, .RichEditor-root #indentText {
    text-indent: 10px; }
  .DraftEditor-root .reactLinkButton, .RichEditor-root .reactLinkButton {
    float: left;
    width: auto !important;
    padding-left: 5px; }
  .DraftEditor-root #RichEditor-icons, .RichEditor-root #RichEditor-icons {
    clear: both; }
  .DraftEditor-root #RichEditor-editor, .RichEditor-root #RichEditor-editor {
    padding-top: 20px;
    padding-left: 3px; }
    .DraftEditor-root #RichEditor-editor a, .RichEditor-root #RichEditor-editor a {
      cursor: pointer !important; }
    .DraftEditor-root #RichEditor-editor h1, .RichEditor-root #RichEditor-editor h1 {
      font-size: 2em;
      margin: .67em 0; }
    .DraftEditor-root #RichEditor-editor h2, .RichEditor-root #RichEditor-editor h2 {
      font-size: 1.5em;
      margin: .75em 0; }
    .DraftEditor-root #RichEditor-editor h3, .RichEditor-root #RichEditor-editor h3 {
      font-size: 1.17em;
      margin: .83em 0; }
    .DraftEditor-root #RichEditor-editor h4, .RichEditor-root #RichEditor-editor h4 {
      font-size: 1em;
      margin: 1em 0; }
    .DraftEditor-root #RichEditor-editor h5, .RichEditor-root #RichEditor-editor h5 {
      font-size: .83em;
      margin: 1.5em 0; }
    .DraftEditor-root #RichEditor-editor h6, .RichEditor-root #RichEditor-editor h6 {
      font-size: .75em;
      margin: 1.67em 0; }
    .DraftEditor-root #RichEditor-editor h1, .DraftEditor-root #RichEditor-editor h2, .DraftEditor-root #RichEditor-editor h3, .DraftEditor-root #RichEditor-editor h4, .DraftEditor-root #RichEditor-editor h5, .DraftEditor-root #RichEditor-editor h6, .RichEditor-root #RichEditor-editor h1, .RichEditor-root #RichEditor-editor h2, .RichEditor-root #RichEditor-editor h3, .RichEditor-root #RichEditor-editor h4, .RichEditor-root #RichEditor-editor h5, .RichEditor-root #RichEditor-editor h6 {
      font-weight: bolder; }
  .DraftEditor-root .indentStyle, .RichEditor-root .indentStyle {
    color: #999;
    font-family: Sans-Serif;
    font-style: italic;
    text-align: center; }
  .DraftEditor-root .BlockIndent-0, .RichEditor-root .BlockIndent-0 {
    margin-left: 0px !important; }
  .DraftEditor-root .BlockIndent-20, .RichEditor-root .BlockIndent-20 {
    margin-left: 20px !important; }
  .DraftEditor-root .BlockIndent-40, .RichEditor-root .BlockIndent-40 {
    margin-left: 40px !important; }
  .DraftEditor-root .BlockIndent-60, .RichEditor-root .BlockIndent-60 {
    margin-left: 60px !important; }
  .DraftEditor-root .BlockIndent-80, .RichEditor-root .BlockIndent-80 {
    margin-left: 80px !important; }
  .DraftEditor-root .BlockIndent-100, .RichEditor-root .BlockIndent-100 {
    margin-left: 100px !important; }
  .DraftEditor-root .BlockIndent-120, .RichEditor-root .BlockIndent-120 {
    margin-left: 120px !important; }
  .DraftEditor-root .BlockIndent-140, .RichEditor-root .BlockIndent-140 {
    margin-left: 140px !important; }
  .DraftEditor-root .BlockIndent-160, .RichEditor-root .BlockIndent-160 {
    margin-left: 160px !important; }
  .DraftEditor-root .BlockIndent-180, .RichEditor-root .BlockIndent-180 {
    margin-left: 180px !important; }
  .DraftEditor-root .BlockIndent-200, .RichEditor-root .BlockIndent-200 {
    margin-left: 200px !important; }
  .DraftEditor-root .importedTableCell, .RichEditor-root .importedTableCell {
    width: 20%;
    float: left; }
  .DraftEditor-root .importedTableCellClear, .RichEditor-root .importedTableCellClear {
    width: 20%;
    float: left;
    clear: left; }
  .DraftEditor-root .colorSelectorActive, .RichEditor-root .colorSelectorActive {
    position: absolute !important;
    top: 35px;
    left: 320px;
    width: 250px;
    z-index: 10; }

.issDialogRegionsFilter {
  width: 146px !important; }
  .issDialogRegionsFilter .nestedDropdown {
    z-index: 9999; }
  .issDialogRegionsFilter .dropdown-content {
    min-width: 132px; }

.issProfessionPage .rowName {
  color: #3C577A; }

.issProfessionPage .rowName:hover {
  cursor: pointer;
  text-decoration: underline; }

.issProfessionPage .classicButton {
  color: white;
  padding: 0 8px 1px 8px;
  min-width: 44px;
  text-align: center;
  background: #4f6886;
  border: 1px solid #3B5778;
  font-size: 11px;
  margin: 2px 11px 0 15px;
  border-radius: 2px; }

.issProfessionPage .functionsCounter {
  margin: 3px 7px 0px 7px; }

.issProfessionPage .professionFunctions {
  padding: 1px;
  background: #EFEFEC;
  display: flex; }

.issProfessionPage .lastButtons {
  position: relative;
  top: -20%;
  left: 14%; }

.issProfessionPage .HeaderRow {
  background-color: white;
  height: 19px;
  border-radius: 0px;
  width: 100%;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  line-height: 168%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  border-spacing: 2px; }

.issProfessionPage .spritesheet-01 {
  background: url("/mind_modules/LL/gui/default/default/img/spritesheet-01.svg");
  background-size: 300px 155px;
  outline: none;
  border: none; }

.issProfessionPage .asc {
  width: 10px;
  background-position: 55% 100px;
  transform: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.issProfessionPage .desc {
  width: 10px;
  background-position: 45% 100px;
  transform: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.issProfessionPage .selected {
  opacity: 1.0;
  filter: alpha(opacity=100); }

.issProfessionPage .arrowHover:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

.issProfessionPage .issSortingButtons {
  display: inline; }

.issProfessionPage .blocked {
  display: block;
  opacity: 0.65;
  cursor: not-allowed; }

.issProfessionPage .HeaderCheck {
  margin: 8px; }

.issProfessionPage .HeaderItem {
  width: 25%; }

.issProfessionPage .HeaderIcon {
  width: 3%;
  text-align: center; }

.issProfessionPage .professionPageFilter {
  height: 120px;
  background: #fcfcfc;
  display: flex;
  flex-direction: column;
  padding: 10px; }
  .issProfessionPage .professionPageFilter .filterHeader {
    display: flex;
    flex-grow: 1; }
    .issProfessionPage .professionPageFilter .filterHeader .searchField {
      height: 20px; }
    .issProfessionPage .professionPageFilter .filterHeader .searchIcon {
      background: url("/mind_modules/LL/gui/default/default/img/btn_search2.gif") no-repeat top left;
      height: 19px;
      width: 21px;
      flex-grow: 1; }
    .issProfessionPage .professionPageFilter .filterHeader .searchIcon:hover {
      opacity: 0.8; }
    .issProfessionPage .professionPageFilter .filterHeader .clearFilter {
      padding: 0 8px 1px 8px;
      min-width: 44px;
      text-align: center;
      background: white;
      border: 1px solid #3B5778;
      font-size: 11px;
      margin: 2px 0 0 0;
      border-radius: 2px;
      height: 20px; }
    .issProfessionPage .professionPageFilter .filterHeader .clearFilter:hover {
      opacity: 0.7;
      cursor: pointer; }
  .issProfessionPage .professionPageFilter .filterContent {
    display: flex;
    flex-grow: 1; }
    .issProfessionPage .professionPageFilter .filterContent .statusSubFilter {
      flex-grow: 1;
      font-size: 9px;
      color: #808080; }
    .issProfessionPage .professionPageFilter .filterContent .status {
      color: black;
      font-size: 10px; }
  .issProfessionPage .professionPageFilter .filterFooter {
    display: flex; }

.issProfessionPage .icons {
  background: url("/mind_modules/LL/gui/default/default/img/spt_rowCtrls.gif") no-repeat;
  background-repeat: no-repeat;
  height: 21px;
  width: 22px;
  margin: 2px 0;
  padding: 2px;
  display: inline-block; }

.issProfessionPage .editIcon {
  background-position: -344px 0; }

.issProfessionPage .deleteIcon {
  background-position: -406px 0; }

.issProfessionPage .icons:hover {
  opacity: 0.8;
  cursor: pointer; }

.issProfessionPage .ReactTable .rt-table {
  flex: 1 0 auto; }

.issProfessionPage .ReactTable .rt-thead .rt-th.-sort-asc, .issProfessionPage .ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: none; }

.issProfessionPage .ReactTable .rt-thead .rt-th.-sort-desc, .issProfessionPage .ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: none; }

.issProfessionPage .ReactTable .rt-thead .rt-tr {
  display: none; }

.issProfessionPage .ReactTable .rt-tbody .rt-td {
  height: 30px; }

.issProfessionPage .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 6px;
  z-index: 1; }

.issProfessionPage .dropdown:hover .dropdown-content {
  display: block;
  cursor: default; }

.issProfessionPage .LastHeaderItem:hover {
  cursor: pointer;
  text-decoration: underline; }

.issProfessionPage .LastHeaderItem {
  margin-left: auto; }

.issProfessionPage .reactLinkButton > a {
  text-transform: lowercase !important;
  color: white;
  padding: 0 8px 1px 8px;
  min-width: 44px;
  text-align: center;
  background: #4f6886;
  border: 1px solid #3B5778;
  font-size: 11px;
  margin: 2px 11px 0 15px;
  border-radius: 2px;
  height: 18px !important; }

.issStaffRegionsFilter {
  width: 260px !important; }
  .issStaffRegionsFilter .searchFilter {
    display: inline-flex;
    min-width: 100%; }
  .issStaffRegionsFilter .SelectorAddAndRemove {
    float: right;
    background: none;
    border: none;
    color: #4f6886;
    font-size: 12px;
    margin: 5px; }
  .issStaffRegionsFilter .SelectorAddAndRemove:hover {
    cursor: pointer;
    opacity: 0.8; }
  .issStaffRegionsFilter .selectedList {
    display: block;
    width: 100%; }
  .issStaffRegionsFilter .selectedItem {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .issStaffRegionsFilter .dropdown-content {
    min-width: 215px; }

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.loader-inner {
  position: relative;
  height: 100%;
  width: 100%; }

.loader-background {
  background: #6C6C6C;
  width: 100%;
  height: 100%;
  position: absolute; }

.loader-spinner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999;
  position: absolute;
  border: 4px solid #d9d8d8;
  /* Light grey */
  border-top: 4px solid #0038A8;
  /* Blue */
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
  left: -webkit-calc(50% - 25px);
  left: -moz-calc(50% - 25px);
  left: calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ORG SPINNER STYLING
.loader-container {
	position: absolute;
	width:100%;
	height:100%;
}

.loader-inner {
	position:relative;
	height: 100%;
	widht: 100%;
}

.loader-background {
	opacity: 0.2;
	background: $mid-gray;
	width:100%;
	height:100%;
	position:absolute;
}

.loader-spinner {
	@include borderRadius(50%);
	z-index:9999;
	top: 40%;
	left: 46%;
	position: absolute;
    border: 6px solid $white; 
    border-top: 6px solid $company-blue; 
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
    @keyframes spin {
	    0% { transform: rotate(0deg); }
	    100% { transform: rotate(360deg); }
	}
}
*/
.arrowBoxWrapper .arrowBox {
  background: #ff3434;
  color: #FEFEFE;
  max-width: 400px;
  padding: 8px 20px;
  font-family: Sans-Serif;
  position: relative;
  border-radius: 2px;
  -moz-box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1); }
  .arrowBoxWrapper .arrowBox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #ff3434 #ff3434;
    border-style: solid;
    transform-origin: 50% 50%; }
  .arrowBoxWrapper .arrowBox:after {
    border-width: 10px; }
  .arrowBoxWrapper .arrowBox:after {
    right: 100%;
    transform: rotate(45deg); }
  .arrowBoxWrapper .arrowBox:after {
    margin-right: -10px;
    margin-bottom: -10px;
    bottom: 50%; }
  .arrowBoxWrapper .arrowBox:after {
    -moz-box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1); }

@keyframes siren {
  0% {
    background-color: rgba(0, 0, 0, 0.7); }
  50% {
    background-color: rgba(255, 0, 0, 0.7); }
  100% {
    background-color: rgba(0, 0, 0, 0.7); } }

.issUnhandledErrorMessage {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.7); }
  .issUnhandledErrorMessage h1 {
    font-size: 11px;
    margin-top: 0px; }
  .issUnhandledErrorMessage .debugInfo {
    background: #303030;
    color: #ccc;
    font-family: Sans-Serif; }
  .issUnhandledErrorMessage > div {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #F8FBFF;
    border: 1px solid #AECAEB;
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    font-family: Sans-Serif;
    font-size: 11px;
    width: 400px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px; }
    .issUnhandledErrorMessage > div .debugInfo {
      flex-grow: 1;
      padding: 5px;
      margin: 0px;
      overflow: scroll; }
    .issUnhandledErrorMessage > div .buttons {
      margin-top: 14px; }
      .issUnhandledErrorMessage > div .buttons > div {
        margin-right: 7px;
        display: inline-block; }

#RichEditor-icons .StyleButton {
  width: 22px;
  height: 22px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  line-height: 22px;
  cursor: pointer;
  padding: 3px;
  border: 1px solid #999; }

#RichEditor-icons .BoldStyleButton {
  background-image: url(/mind_modules/LL/gui/default/default/img/bold.svg); }

#RichEditor-icons .ItalicStyleButton {
  background-image: url(/mind_modules/LL/gui/default/default/img/italic.svg); }

#RichEditor-icons .UnderlineStyleButton {
  background-image: url(/mind_modules/LL/gui/default/default/img/underline.svg); }

#RichEditor-icons .ListStyleButton {
  background-image: url(/mind_modules/LL/gui/default/default/img/bullet.svg); }

#RichEditor-icons .BulletStyleButton {
  background-image: url(/mind_modules/LL/gui/default/default/img/list.svg); }

#RichEditor-icons .UndoButton {
  background: url(/mind_modules/LL/gui/default/default/img/undo.svg); }

#RichEditor-icons .RedoButton {
  background: url(/mind_modules/LL/gui/default/default/img/redo.svg); }

#RichEditor-icons .IncreaseIndentButton {
  background: url(/mind_modules/LL/gui/default/default/img/cms_icons.jpg) no-repeat -448px -160px; }

#RichEditor-icons .DecreaseIndentButton {
  background: url(/mind_modules/LL/gui/default/default/img/cms_icons.jpg) no-repeat -408px -160px; }

#RichEditor-icons .EraserButton {
  background: url(/mind_modules/LL/gui/default/default/img/cms_icons.jpg) no-repeat -288px -160px; }

#RichEditor-icons .LinkButton {
  background: url(/mind_modules/LL/gui/default/default/img/cms_icons.jpg) no-repeat -249px -12px; }

#RichEditor-icons .UnlinkButton {
  background: url(/mind_modules/LL/gui/default/default/img/cms_icons.jpg) no-repeat -568px -160px; }

#RichEditor-icons .ColorButton {
  background: url(/mind_modules/LL/gui/default/default/img/cms_icons.jpg) no-repeat -448px -235px; }

#RichEditor-icons input[type="button"],
#RichEditor-icons button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

#RichEditor-icons button:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

#RichEditor-icons .selectedStyle {
  float: left;
  margin-left: 5px;
  background-color: #d8d8d8; }

#RichEditor-icons .styleButtonHolder {
  float: left;
  background: white;
  margin-left: 5px; }

.issMedicFilter {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .issMedicFilter > div {
    width: 100%;
    display: flex;
    flex-direction: row; }
    .issMedicFilter > div.header {
      flex-basis: 100%; }
      .issMedicFilter > div.header .reactFormLabelAndLink {
        width: 100%; }
    .issMedicFilter > div.filter {
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden; }
      .issMedicFilter > div.filter:nth-child(even) {
        flex-basis: 58%; }
      .issMedicFilter > div.filter:nth-child(odd) {
        flex-basis: 42%; }
      .issMedicFilter > div.filter > div {
        flex-grow: 1;
        cursor: default; }

.issRichTextArea {
  display: flex;
  flex-direction: column; }
  .issRichTextArea .controls > div {
    display: inline-block;
    cursor: pointer; }
  .issRichTextArea .editor {
    flex-grow: 1;
    cursor: text; }
    .issRichTextArea .editor .loader-container {
      top: 0px; }

/*** TITLE & CLEAR ***/
.DDtitle {
  float: left;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 0 0 2px;
  margin-bottom: 2px; }
  .DDtitle:after {
    margin-left: 5px; }

.DDtitle-notRequired {
  float: left;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 0 0 2px;
  margin-bottom: 2px; }

.DDclearText {
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #3153a1;
  cursor: pointer;
  font-size: 9px; }
  .DDclearText button {
    text-transform: uppercase;
    border: none;
    outline: none;
    background: none;
    color: #3153a1;
    padding: 0 2px 0 0;
    font-size: 9px;
    line-height: 18px;
    margin-bottom: 0px; }
    .DDclearText button:focus {
      outline: none;
      color: #3153a1; }
    .DDclearText button:hover {
      text-decoration: underline;
      color: #3153a1; }

/*** DROPDOWN PLACEMENT/POSITIONING ***/
.dropdownSelectContainerClass {
  position: relative;
  width: 200px;
  display: inline-block; }

.dropdownSelectClass {
  width: 200px; }

/*** NONE SELECTED ***/
.noneSelected {
  border-top: 2px solid #ff4d4d;
  margin-top: -2px; }

/*** DROPDOWN INNER CLASS ***/
.dropdownGroup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px 0;
  position: relative;
  height: auto;
  width: auto;
  float: left; }

/*** DROPDOWN BUTTON ***/
.button_DD {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  padding-left: 10px;
  font-size: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  height: 34px;
  position: relative;
  text-align: left;
  z-index: 0; }

/* Dropdown button :hover */
.button_DD:hover .arrow-down:after {
  border-top-color: #3153a1; }

/* Dropdown button :focus */
.dropdownSelectClass .button_DD:focus {
  outline: none;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

/* Dropdown button when list is open */
.button_DD.openButton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0.1px solid #e5e5e5; }

.buttonText_span {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  padding: 2px 0 0 0; }

/*** DROP DOWN LIST CONTAINERS***/
.DDListContainer {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: 12px;
  color: #6C6C6C;
  width: 200px;
  background: #F2F2F2;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: auto;
  max-height: 124px;
  z-index: 2; }
  .DDListContainer ul {
    padding-left: 0px;
    margin: 3px 0; }
    .DDListContainer ul li {
      padding: 5px 0 5px 10px;
      list-style-type: none; }
      .DDListContainer ul li:hover {
        background: #6C6C6C;
        color: #FFFFFF; }
  .DDListContainer input[type="checkbox"] {
    display: none; }

/*** DROPDOWN SINGLE SELECT BUTTON ARROWS ***/
/* Up arrows */
.arrow-up-closed, .arrow-up-open {
  position: relative;
  margin-top: 13px;
  margin-right: 9px;
  float: right;
  width: 0;
  height: 0;
  bottom: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #6C6C6C; }

/* Down arrows */
.arrow-down-open, .arrow-down-closed {
  position: relative;
  margin-top: -10px;
  margin-right: 9px;
  float: right;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6C6C6C; }

.button_DD:focus .arrow-up-open {
  border-bottom: 5px solid #3153a1; }

.button_DD:focus .arrow-down-open {
  border-top: 5px solid #3153a1; }

.button_DD:hover .arrow-up-closed {
  border-bottom: 5px solid #3153a1; }

.button_DD:hover .arrow-down-closed {
  border-top: 5px solid #3153a1; }

.button_DD.openButton:hover .arrow-up-open, .button_DD.openButton:hover .arrow-down-open {
  border-color: #3153a1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

/*** DROPDOWN MULTI SELECT BUTTON ARROWS ***/
.arrow-down, .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  float: right; }
  .arrow-down:after, .arrow-up:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    left: -15px;
    top: 9px;
    border-top-color: #6C6C6C;
    border-width: 6px; }

/* Arrow down tweaks */
.arrow-down:after {
  border-bottom: 0;
  border-top-color: #6C6C6C; }

/* Arrow up tweaks */
.arrow-up:after {
  border-top: 0;
  border-bottom-color: #3153a1; }

/*** INPUT CHECKBOK ***/
input.DD_checkbox {
  margin: 1px 3px 0 7px; }

/*** LABEL ***/
.labelText {
  margin-top: -2px; }

/*** INPUT CHECKBOX & LABEL***/
.DD_item {
  border: none;
  display: block; }
  .DD_item:hover {
    background: #6C6C6C;
    color: #FFFFFF; }
  .DD_item li {
    display: block;
    height: auto; }

label.DD_checkboxLabel {
  padding: 1px 0;
  display: flex; }

.checkedBackground li {
  background: #3153a1;
  color: #FFFFFF; }

.checkedBackground:hover,
.DD_item.checkedBackground li:hover {
  background: #274382; }

/**** DROPDOWN SEARCH CONTAINER ****/
.DD_searchContainer {
  background: #F2F2F2;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -2px; }
  .DD_searchContainer input {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    font-family: Sans-Serif;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    border: 1px solid #d9d9d9 !important;
    outline: none !important;
    height: 26px !important;
    font-size: 12px !important;
    margin: 3px 0 3px 3px !important;
    width: 195px !important;
    padding: 0 6px !important;
    background: #FEFEFE !important; }

.DD_search {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 191px;
  height: 20px !important;
  margin-left: 4px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  background: #F2F2F2; }

.Overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.ModalWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  width: 300px;
  max-width: 100%;
  max-height: 100%;
  background-color: white;
  padding: 20px 50px 20px 20px; }

.issTitlePersonName {
  font-size: 15px; }

.ModalContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.close-button {
  position: absolute;
  /* don't need to go crazy with z-index here, just sits over .modal-guts */
  z-index: 1;
  top: 10px;
  /* needs to look OK with or without scrollbar */
  right: 20px;
  border: 0;
  color: white;
  padding: 5px 10px;
  color: black;
  cursor: pointer; }

.close-button:hover {
  opacity: 0.5; }

.issNestedSearchableSelector {
  width: 100%; }
  .issNestedSearchableSelector .searchField {
    width: 100%;
    height: 19px;
    border: 1px solid #808080;
    font-family: Sans-Serif;
    font-size: 11px;
    border-radius: 2px;
    padding: 0px 2px 1px; }
  .issNestedSearchableSelector .nestedDropdown {
    display: flex;
    border: 1px solid #808080;
    background-color: white;
    max-width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    border-top: none;
    flex-direction: column;
    position: absolute; }
  .issNestedSearchableSelector .dropdown-content {
    background-color: white;
    min-height: 15px;
    font-family: Sans-Serif;
    font-size: 11px;
    position: relative;
    width: 100%;
    display: inline-flex;
    padding: 6px 6px; }
  .issNestedSearchableSelector .dropdown-content:hover {
    cursor: pointer;
    background-color: #1e90ff;
    color: white; }
  .issNestedSearchableSelector .expandParent {
    width: 10%;
    border: none; }
  .issNestedSearchableSelector .expandParent:hover {
    opacity: 0.8;
    cursor: default; }
  .issNestedSearchableSelector .optionName {
    width: 90%;
    float: right; }

.issAutoCompleteInput {
  position: relative;
  display: flex;
  flex-direction: row; }
  .issAutoCompleteInput a {
    color: #4f6886;
    text-decoration: none; }
  .issAutoCompleteInput .issAutoCompleteList {
    color: black;
    position: absolute;
    z-index: 1;
    border: 1px solid gray;
    width: 100%;
    box-sizing: border-box; }
    .issAutoCompleteInput .issAutoCompleteList > div {
      white-space: normal;
      background-color: white;
      padding: 5px; }
      .issAutoCompleteInput .issAutoCompleteList > div:nth-child(even) {
        background-color: #eee; }
      .issAutoCompleteInput .issAutoCompleteList > div:not(.meta):hover {
        cursor: pointer;
        background-color: #4C709B;
        color: white; }
      .issAutoCompleteInput .issAutoCompleteList > div.meta {
        background-color: white;
        cursor: default; }
        .issAutoCompleteInput .issAutoCompleteList > div.meta.loading {
          padding-top: 5px; }
          .issAutoCompleteInput .issAutoCompleteList > div.meta.loading:before {
            display: inline-block;
            content: "";
            width: 20px;
            height: 19px;
            background: url(/mind_modules/LL/gui/default/default/img/icn_ajaxLoaderAdminDialog.gif) no-repeat 0 0;
            float: left;
            margin-top: -1px; }
    .issAutoCompleteInput .issAutoCompleteList .issArbitraryResult {
      font-weight: bold;
      text-decoration: underline; }
  .issAutoCompleteInput > div {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .issAutoCompleteInput > div > span {
      padding: 3px;
      line-height: 19px;
      cursor: pointer; }

.issAutoCompleteDropdown {
  position: absolute; }

.issListPagination {
  z-index: 1;
  position: relative !important; }

.issListPaginationButtons {
  display: inline-block;
  color: #3a5575;
  font-weight: bolder;
  cursor: pointer;
  background-color: white;
  padding: 2px;
  margin-top: -1px;
  border: 1px solid gray; }
  .issListPaginationButtons:hover {
    text-decoration: underline; }

.SearchFieldSelector {
  width: 162px;
  border: 1px solid #808080;
  color: #000000;
  font-family: Sans-Serif;
  font-size: 11px;
  height: 16px;
  padding: 1px 0 0 3px;
  border-radius: 2px; }

.ClearLocationFilter {
  float: right;
  font-size: 10px;
  color: #4F6886;
  text-decoration: none; }

.ClearLocationFilter:hover {
  text-decoration: underline;
  cursor: pointer; }

.linkDialog {
  position: absolute;
  top: 110px;
  left: 210px;
  width: 356px;
  border: 4px solid #6d6f73;
  border-radius: 0;
  box-shadow: none;
  font-family: Sans-Serif;
  font-size: 11px;
  z-index: 10; }
  .linkDialog label {
    color: #808080;
    font-weight: normal; }

.linkHeader {
  background: #395373;
  height: 21px;
  line-height: 21px;
  padding-left: 7px;
  padding-right: 7px; }
  .linkHeader h3 {
    color: #f3f4f4;
    font-size: 11px;
    font-weight: bold;
    margin: 0px; }
  .linkHeader a {
    position: absolute;
    right: 7px;
    top: 0px;
    color: white !important;
    font-weight: normal; }

.linkBody {
  border: 1px solid #3b4f6c;
  margin: 0;
  padding: 14px 19px;
  background: white; }
  .linkBody .linkFormRow input[type=text] {
    border: 1px solid #abadb3;
    background: white;
    color: #141414;
    font-size: 11px;
    padding: 2px;
    width: 300px;
    box-sizing: border-box; }
  .linkBody .linkSaveButtons {
    overflow: hidden;
    margin: 10px 0 0; }
    .linkBody .linkSaveButtons a {
      text-transform: uppercase;
      display: inline-block;
      border: 1px solid #3B5778;
      background: #4C709B;
      color: white !important;
      font-size: 10px;
      padding: 2px 5px;
      text-decoration: none; }

.issDropdownGrid {
  width: 100%; }
  .issDropdownGrid .downdownContent {
    display: block;
    position: absolute; }

.issGridPicker .wrapper {
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  margin: 0px 1px 1px 10px; }

.issGridPicker .pickedValue {
  height: 26px;
  width: 26px;
  margin: 10px 0px 0px 10px; }

.issGridPicker .pickedValue:hover {
  opacity: 0.8; }

.issGridPicker .gridItem {
  position: absolute; }

.issGridPicker .reactGrid > div {
  padding: 0px !important; }

.issDialog {
  z-index: 10001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -420px;
  margin-top: -245px; }
  .issDialog > .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px; }
    .issDialog > .title > div:first-child {
      margin-right: 5px; }
  .issDialog > .frame {
    height: 490px;
    width: 840px;
    position: relative;
    background-color: white;
    display: flex;
    flex-direction: column; }
    .issDialog > .frame > a.closeButton {
      position: absolute;
      right: 4px;
      line-height: 20px; }
    .issDialog > .frame > .reactTabContainer {
      flex-grow: 1; }
      .issDialog > .frame > .reactTabContainer > .reactTabButtons {
        flex-basis: 20px;
        line-height: 20px;
        cursor: move; }
      .issDialog > .frame > .reactTabContainer .reactTabContent {
        padding: 0px; }
        .issDialog > .frame > .reactTabContainer .reactTabContent .reactTabContent {
          padding: 10px; }
    .issDialog > .frame > .footer {
      width: 100%;
      flex-basis: 30px; }

.TaxDialog .reactChecklist > div > div > div:first-child {
  margin-bottom: 0; }

.TaxDialog #configSaveButton {
  margin-left: 0px !important; }

.SmallDialog {
  position: fixed;
  display: flex;
  flex-direction: column;
  border: 4px solid #6d6f73;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  z-index: 9999;
  min-width: 100px; }
  .SmallDialog > *:not(.header) {
    margin: 5px; }
  .SmallDialog .header {
    display: flex;
    background: #395373;
    color: #f3f4f4;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding: 0 7px;
    cursor: move; }
    .SmallDialog .header .HeaderLabel {
      flex-grow: 2; }

.RemoveLabel {
  text-align: end;
  cursor: pointer; }
  .RemoveLabel:hover {
    text-decoration: underline; }

#CompensationBlock {
  width: 793px;
  background-color: #F8F9FD; }
  #CompensationBlock .header {
    font-weight: bold;
    background: #4C709B;
    color: white;
    padding: 1px 0 2px 2px;
    margin: 0 0 3px 0;
    width: 464px; }
  #CompensationBlock .FloatLeft {
    float: left;
    margin-left: 2px; }
  #CompensationBlock .reactField {
    z-index: 1; }
  #CompensationBlock .reactChecklist > div > div {
    flex-direction: row; }
    #CompensationBlock .reactChecklist > div > div > div:first-child {
      margin-bottom: 0; }
    #CompensationBlock .reactChecklist > div > div > * {
      align-items: center; }
  #CompensationBlock .clickable {
    color: #4C709B; }
    #CompensationBlock .clickable:hover {
      cursor: pointer;
      text-decoration: underline; }
  #CompensationBlock .DisplayText {
    font-weight: bold; }
  #CompensationBlock .timestamp {
    color: #C5C5C5; }
  #CompensationBlock .flex {
    display: flex; }
  #CompensationBlock .lineheight {
    line-height: 19px; }

.saveButton {
  margin-bottom: 30px; }

#documentTable {
  width: 100%;
  border-top: 1px solid #808080;
  border-collapse: collapse;
  font-family: Sans-Serif;
  font-size: 11px; }
  #documentTable tbody > tr:nth-child(1) {
    border-top: 1px solid #808080; }
  #documentTable tr.typeRow:hover td {
    background-color: #efefef; }
  #documentTable .documentCheckBox {
    width: 30px; }
  #documentTable .documentName {
    width: 93%;
    margin: 0px; }

#nameCheckBox {
  display: table-cell;
  width: 35px; }

#nameRow {
  display: table-cell;
  vertical-align: middle; }

#editButtons {
  height: 20px;
  padding: 2.5px 0px 2.5px 32px;
  background: #EFEFEF url("/mind_modules/LL/gui/default/default/img/icn_taggable_document.gif") no-repeat 3px 3px;
  border-bottom: 1px solid #808080; }

.documentItems .editButton {
  background: url("/mind_modules/LL/gui/default/default/img/spt_rowCtrls.gif");
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin: 2px 0;
  background-position: -344px 0px; }

.documentItems .deleteButton {
  background: url("/mind_modules/LL/gui/default/default/img/spt_rowCtrls.gif");
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin: 2px 0;
  background-position: -406px 0px; }

.tableHeaderButtons {
  color: white;
  border: 1px solid #3b5778;
  background: #3b5778;
  font-size: 11px;
  padding: 0px 8px;
  margin-top: 2px;
  margin-right: 5px;
  height: 13px;
  float: left;
  text-decoration: none; }

.documentDialog {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 356px;
  z-index: 10;
  border: 4px solid #6d6f73;
  border-radius: 0;
  box-shadow: none;
  font-family: Sans-Serif;
  font-size: 11px; }
  .documentDialog label {
    color: #808080;
    font-weight: normal; }

.dialogHeader {
  background: #395373;
  height: 21px;
  line-height: 21px;
  padding-left: 7px;
  padding-right: 7px; }
  .dialogHeader h3 {
    color: #f3f4f4;
    font-size: 11px;
    font-weight: bold;
    margin: 0px; }
  .dialogHeader a {
    position: absolute;
    right: 7px;
    top: 0px;
    color: white !important;
    font-weight: normal; }

.dialogBody {
  border: 1px solid #3b4f6c;
  margin: 0;
  padding: 14px 19px;
  background: white; }
  .dialogBody .dialogFormRow input[type=text] {
    border: 1px solid #abadb3;
    background: white;
    color: #141414;
    font-size: 11px;
    padding: 2px;
    width: 300px;
    box-sizing: border-box; }
  .dialogBody .dialogSaveButtons {
    overflow: hidden;
    margin: 10px 0 0; }
    .dialogBody .dialogSaveButtons a {
      text-transform: uppercase;
      display: inline-block;
      border: 1px solid #3B5778;
      background: #4C709B;
      color: white !important;
      font-size: 10px;
      padding: 2px 5px;
      text-decoration: none; }

.toggleAllCheckboxes {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 100px;
  border: 1px solid #808080;
  background: #f7f7f7;
  margin-top: 17px;
  margin-left: -15px;
  font-family: Sans-Serif;
  font-size: 11px;
  overflow: hidden; }

.issTablePagination .issDropdown {
  width: 100px;
  float: right; }

.issTablePagination .issDropdown > select {
  background-color: #4f6886;
  color: white;
  border-color: #3b5778;
  border-radius: 0px; }

.issTablePagination .arrows-pagination {
  padding: 8px 8px !important;
  font-weight: bold; }

.issTablePagination ul.pagination {
  display: inline-block;
  line-height: 100%;
  padding: 0;
  margin: 0; }

.issTablePagination ul.pagination li {
  display: inline; }

.issTablePagination ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s; }

.issTablePagination ul.pagination li a.active {
  background-color: #4f6886;
  border-color: #3b5778;
  color: white; }

.issTablePagination ul.pagination li a:hover:not(.active) {
  background-color: #ddd; }

.issListFilterWrapper {
  margin: -4px 0 10px 0;
  padding: 10px;
  background: #fcfcfc;
  font-family: Sans-Serif;
  height: 100%;
  border: 1px solid #f9f9f9; }

.ClearFilter {
  font-size: 11px;
  line-height: 19px;
  color: #3B5778;
  text-decoration: none;
  float: right; }

.ClearFilter:hover {
  cursor: pointer;
  text-decoration: underline; }

.MarketsFilter {
  font-size: 9px;
  color: #808080; }

.FilterButton {
  color: white;
  padding: 0 8px 1px 8px;
  min-width: 44px;
  text-align: center;
  background: #4f6886;
  border: 1px solid #3B5778;
  font-size: 11px;
  margin: 2px 0 0 0; }

.issFrameShield {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.issIFrame {
  position: relative; }

.issMedicalCentreReceiverItem {
  overflow: hidden;
  max-height: 21px;
  transition: max-height 0.5s;
  position: relative;
  width: 100%; }
  .issMedicalCentreReceiverItem > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    .issMedicalCentreReceiverItem > div > * {
      line-height: 21px; }
    .issMedicalCentreReceiverItem > div > *.email, .issMedicalCentreReceiverItem > div > *.name {
      flex-grow: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      word-wrap: break-word;
      white-space: nowrap;
      width: 0px; }
    .issMedicalCentreReceiverItem > div > *.name {
      padding-right: 10px; }
    .issMedicalCentreReceiverItem > div > *.email {
      color: gray;
      flex-grow: 0;
      flex-basis: 50%; }
    .issMedicalCentreReceiverItem > div > *.edit.enabled:hover {
      cursor: pointer; }
  .issMedicalCentreReceiverItem > div:nth-child(2) {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray; }

.issPreviewWindow {
  background-color: white;
  position: fixed;
  width: 838px;
  height: 477px;
  z-index: 10000;
  display: flex;
  flex-direction: column; }
  .issPreviewWindow > * {
    box-sizing: border-box; }
  .issPreviewWindow > .titleBar {
    cursor: move;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 24px;
    align-items: center; }
  .issPreviewWindow > .content {
    flex-grow: 1;
    width: 100%;
    position: relative; }
  .issPreviewWindow > .shield {
    top: 24px;
    border: none;
    position: absolute;
    top: 24px;
    bottom: 0px;
    left: 0px;
    right: 0px; }

.issLocationDialog {
  position: fixed; }
  .issLocationDialog .issDropdown {
    width: 40%; }
  .issLocationDialog .issLocationDiagButton > a {
    text-transform: none !important; }
  .issLocationDialog .issDiagMessage {
    font-size: 11px; }
  .issLocationDialog .reactTabContainer .reactTabContent {
    overflow: auto; }
  .issLocationDialog .reactLinkButton {
    display: inline; }

#LL51_configPage .reactTabContainer.issPageTemplateEditor {
  height: 500px;
  width: 1160px;
  border: none; }
  #LL51_configPage .reactTabContainer.issPageTemplateEditor .reactTabContent {
    padding: 0px;
    overflow-y: auto; }
  #LL51_configPage .reactTabContainer.issPageTemplateEditor .reactTab > * {
    flex-basis: 0px;
    flex-grow: 1;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0px;
    margin: 0px; }
  #LL51_configPage .reactTabContainer.issPageTemplateEditor textarea {
    box-shadow: none;
    tab-size: 4;
    font-size: 8pt; }

.issLoginPagePreview {
  border: none;
  margin-top: 5px;
  width: 300%;
  transform: scale(0.33);
  transform-origin: 0 0;
  height: 800px; }

.issTimeReportPreview .columnsWrapper {
  width: 600px; }

.issTimeReportPreview .previewRow {
  margin-bottom: 10px;
  border: 1px solid #808080;
  font-size: 10pt;
  height: 20px;
  padding: 5px;
  width: 200px;
  border-radius: 2px; }

.issTimeReportPreview .hourlyMult {
  width: 100px;
  margin-left: 5px; }

.issTimeReportPreview .typeOfColumn {
  width: 310px !important;
  padding: 5px;
  margin-top: 20px; }

.issTimeReportPreview .second-header {
  float: right; }

.issMassRegistrationDropdownAdv .regionSearchField {
  display: inline-block;
  margin: 2px;
  width: 92px;
  border: 1px solid #808080;
  font-size: 11px;
  color: black;
  height: 19px;
  padding-left: 2px;
  border-radius: 2px;
  box-sizing: border-box; }

.issMassRegistrationDropdownAdv .regionDropdown {
  display: block;
  position: absolute;
  width: 105px;
  border: 1px solid #808080;
  padding: 0px 2px 1px;
  background-color: white;
  z-index: 15;
  max-height: 200px;
  overflow: auto; }

.issMassRegistrationDropdownAdv .regionDropdown-content {
  min-width: 100%;
  height: 19px;
  font-family: Sans-Serif;
  font-size: 11px;
  position: relative;
  background-color: white;
  display: inline-flex;
  line-height: 200%; }

.issMassRegistrationDropdownAdv .LocationName {
  width: 90%;
  float: right; }

.issMassRegistrationDropdownAdv .regionDropdown-content:hover {
  cursor: pointer;
  background-color: #1e90ff;
  color: white; }

.issMassRegistrationDropdownAdv .expandParent {
  width: 10%;
  border: none; }

.issMassRegistrationDropdownAdv .expandParent:hover {
  opacity: 0.8;
  cursor: default; }

.issProfessionForm .professionIcon {
  width: 25px;
  height: 25px;
  margin: 1px; }

.issProfessionForm .professionIcon:hover {
  opacity: 0.8; }

.issProfessionForm .occupied {
  opacity: 0.5; }

.issProfessionForm .current {
  border-bottom: 4px solid #28a528;
  border-radius: 5px; }

.issProfessionForm .pickedValue {
  width: 30px;
  height: 30px;
  border: 3px outset #dcd9d9;
  border-radius: 8px;
  background-color: #dcd9d9;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }

.issDeleteHandler .newProfession {
  width: 200px;
  display: inline-block; }

.issDeleteHandler .professionDropdown {
  width: 200px;
  display: inline-block; }

.iisClientsProfessionList {
  height: 110px !important; }

.documentViewerWrapper {
  font-family: Sans-Serif;
  font-size: 12px; }
  .documentViewerWrapper a {
    text-decoration: none; }
    .documentViewerWrapper a:hover {
      text-decoration: underline; }
  .documentViewerWrapper .Vikingvisible {
    visibility: visible; }
  .documentViewerWrapper .Vikinghidden {
    visibility: hidden; }
  .documentViewerWrapper .docViewerButton {
    width: 20px;
    height: 20px;
    background-image: url(./media/document.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    display: inline-block; }
  .documentViewerWrapper .ArrowHead {
    display: inline-block;
    height: 13px;
    width: 7px;
    background: url("/mind_modules/LL/gui/default/default/img/spt_rowCtrls.gif") no-repeat -152px -79px;
    outline: none; }
  .documentViewerWrapper .DropdDownList {
    position: absolute;
    background: #FFFFFF;
    width: 300px;
    border-radius: 3px;
    z-index: 1; }
    .documentViewerWrapper .DropdDownList .ListItem {
      padding: 8px 10px;
      border-bottom: 1px solid #F2F2F2; }
      .documentViewerWrapper .DropdDownList .ListItem .typeIcon {
        float: left;
        margin-right: 10px;
        height: 25px;
        width: 25px; }
      .documentViewerWrapper .DropdDownList .ListItem .mainTitle a {
        width: 80%;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .documentViewerWrapper .DropdDownList .ListItem .subTitle {
        font-size: 10px;
        color: #696969; }
    .documentViewerWrapper .DropdDownList .INTERNAL {
      border-left: 4px solid #0038a8; }
    .documentViewerWrapper .DropdDownList .SHARED {
      border-left: 4px solid #ff4d4d; }
    .documentViewerWrapper .DropdDownList .listFooter {
      border-bottom: 3px solid #F4F2F3;
      position: relative;
      height: 30px; }
      .documentViewerWrapper .DropdDownList .listFooter a {
        float: right;
        cursor: pointer;
        margin: 6px 8px 0 0; }
      .documentViewerWrapper .DropdDownList .listFooter .loader-background {
        background: none; }
      .documentViewerWrapper .DropdDownList .listFooter .loader-spinner {
        top: 3px;
        left: 0;
        height: 16px;
        width: 16px; }
      .documentViewerWrapper .DropdDownList .listFooter .loader-container {
        width: 0; }

.ShowOverflow {
  overflow: visible !important; }

.SET_cssBlock_LL_LL8, .SET_cssBlock_LL_LL3 {
  overflow: visible !important; }

/*# sourceMappingURL=main.css.map */