/* line 15, src/Includes/css/sass/_mixins.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget .btn[data-action="today"]:after, .bootstrap-datetimepicker-widget .picker-switch:after, .bootstrap-datetimepicker-widget table th.prev:after, .bootstrap-datetimepicker-widget table th.next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 15, src/Includes/css/sass/_mixins.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget .btn[data-action="today"]:after, .bootstrap-datetimepicker-widget .picker-switch:after, .bootstrap-datetimepicker-widget table th.prev:after, .bootstrap-datetimepicker-widget table th.next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 6, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.input-md + .chosen-container, .form-control + .chosen-container {
  font-size: 12px; }
  /* line 9, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .input-md + .chosen-container .search-field input[type="text"], .form-control + .chosen-container .search-field input[type="text"] {
    padding-top: 4px !important; }

/* line 14, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.input-sm + .chosen-container {
  font-size: 11px; }
  /* line 16, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .input-sm + .chosen-container .search-field input[type="text"] {
    padding-top: 3px !important; }

/* line 21, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  /* line 28, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 34, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  /* line 38, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container .chosen-drop {
    position: fixed;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #66afe9;
    border-top: 0;
    background: #fff; }
  /* line 48, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container a {
    cursor: pointer; }
  /* line 52, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
  /* line 60, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top; }
  /* line 66, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container .search-choice img, .chosen-container .chosen-single img {
    margin-left: 0.5em; }
  /* line 70, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container .chosen-results {
    color: #666;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch; }
    /* line 79, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container .chosen-results li {
      display: none;
      margin: 0;
      padding-bottom: 0px !important;
      word-wrap: break-word;
      -webkit-touch-callout: none; }
      /* line 86, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.image-result {
        position: relative;
        padding: 0.5em 0 0.5em 5px !important; }
        /* line 89, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container .chosen-results li.image-result .locusicon {
          top: 25%; }
      /* line 93, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li .glyph {
        margin-right: 0.5em;
        margin-top: 0.5em;
        margin-bottom: 0.5em; }
      /* line 99, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.highlighted .glyph {
        color: #fff; }
      /* line 103, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.active-result {
        display: list-item;
        cursor: pointer; }
        /* line 106, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container .chosen-results li.active-result .locusicon {
          display: none; }
      /* line 110, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #ccc;
        cursor: default; }
      /* line 116, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.highlighted {
        background-color: #52a6ea;
        color: #fff; }
      /* line 127, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.readonly-result {
        cursor: not-allowed;
        color: #ccc; }
        /* line 130, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container .chosen-results li.readonly-result.highlighted {
          background-color: #fff;
          color: #ccc; }
      /* line 136, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.no-results {
        color: #777;
        display: list-item;
        background: #f4f4f4; }
      /* line 141, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        font-weight: bold;
        cursor: default; }
      /* line 146, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      /* line 149, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container .chosen-results li em {
        font-style: normal;
        text-decoration: underline; }

/* line 158, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
  /* line 173, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-single > span {
    margin-left: -4px;
    padding-right: 18px; }
  /* line 177, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 183, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px; }
  /* line 193, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }
  /* line 196, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%; }
    /* line 203, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      background: url("chosen-sprite.png") no-repeat 0px 2px; }
  /* line 210, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-single:hover {
    color: #666; }

/* line 215, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

/* line 219, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single .chosen-default {
  color: #999; }

/* line 223, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 227, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  /* line 233, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ccc;
    background: white url("chosen-sprite.png") no-repeat 100% -20px;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }
  /* line 247, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-single .chosen-search input[type="text"]:focus {
    box-shadow: none; }

/* line 251, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

/* line 257, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single .chosen-results li {
  padding-left: 0px; }

/* line 262, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* line 269, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-multi {
  min-width: 215px; }
  /* line 271, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: text; }
    /* line 288, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-choices .chosen-choices-list {
      position: relative;
      margin: 0;
      padding-top: 0.25em;
      padding-left: 0; }
      /* line 294, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container-multi .chosen-choices .chosen-choices-list li {
        float: left;
        list-style: none; }
        /* line 298, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice {
          position: relative;
          margin: 3px 5px 3px 0;
          padding: 3px 20px 3px 5px;
          border: 1px solid #ccc;
          max-width: 100%;
          border-radius: 3px;
          background-color: #f4f4f4;
          background-size: 100% 19px;
          background-repeat: repeat-x;
          background-clip: padding-box;
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          color: #555;
          line-height: 13px;
          cursor: default; }
          /* line 321, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
          .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice span {
            word-wrap: break-word; }
          /* line 324, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
          .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice .search-choice-close {
            position: absolute;
            top: 4px;
            right: 3px;
            display: block;
            width: 12px;
            height: 12px;
            background: url("chosen-sprite.png") -42px 1px no-repeat;
            font-size: 1px; }
          /* line 334, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
          .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice .search-choice-close:hover {
            background-position: -42px -10px; }
          /* line 338, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
          .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice .glyph {
            margin-right: 0.5em; }
        /* line 342, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice-disabled {
          padding-right: 5px;
          border: 1px solid #ccc;
          background-color: #e4e4e4;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
          background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
          background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
          background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
          background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
          color: #666; }
        /* line 353, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice-focus {
          background: #d4d4d4; }
          /* line 355, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
          .chosen-container-multi .chosen-choices .chosen-choices-list li.search-choice-focus .search-choice-close {
            background-position: -42px -10px; }
  /* line 365, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-multi .chosen-controls {
    display: flex;
    width: 100%;
    min-width: 200px; }
    /* line 370, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-controls .search-field {
      flex: 1 1 auto;
      margin-right: 0.5em;
      margin-left: 0px;
      margin-bottom: 3px;
      margin-top: 3px;
      padding: 0;
      white-space: nowrap;
      width: 75%; }
      /* line 380, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-container-multi .chosen-controls .search-field input[type="text"] {
        width: 100% !important;
        margin: 1px 0;
        padding: 0;
        padding-left: 3px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 3px !important;
        outline: 0;
        background: white url("chosen-sprite.png") no-repeat 100% -21px;
        background: url("chosen-sprite.png") no-repeat 100% -21px;
        box-shadow: none;
        color: #999;
        font-size: 100%;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0; }
        /* line 400, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
        .chosen-container-multi .chosen-controls .search-field input[type="text"]::-ms-clear {
          display: none; }
    /* line 407, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-controls span.chosen-select-all,
    .chosen-container-multi .chosen-controls span.chosen-clear-all {
      text-decoration: underline;
      margin-top: 10px;
      font-weight: bold;
      font-size: 0.9em;
      cursor: pointer;
      flex: 0 1 auto;
      text-align: right;
      white-space: nowrap; }
    /* line 419, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-controls span.chosen-selected-count {
      font-style: italic;
      flex: 0 0 auto;
      margin-right: 0.5em;
      margin-top: 10px;
      font-size: 0.9em; }
  /* line 428, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0; }
    /* line 431, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-results li {
      padding-left: 5px; }
  /* line 436, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    cursor: pointer; }
    /* line 440, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-drop .result-selected .locusicon {
      position: absolute;
      right: 3px; }
    /* line 444, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-multi .chosen-drop .result-selected.highlighted {
      background-color: #dedede !important;
      color: #666 !important; }

/* line 453, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #66afe9; }

/* line 457, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #66afe9;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }
  /* line 463, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent; }
    /* line 466, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 2px; }

/* line 472, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-active.chosen-with-drop.chosen-container-multi .chosen-choices {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px; }

/* line 480, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9; }
  /* line 482, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-container-active .chosen-choices .search-field {
    width: 75%; }
    /* line 484, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-container-active .chosen-choices .search-field input[type="text"] {
      width: 100% !important;
      color: #222 !important; }

/* line 493, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed; }
  /* line 496, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-disabled .chosen-single {
    cursor: not-allowed; }
  /* line 499, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-disabled.chosen-container-multi .chosen-choices {
    cursor: not-allowed; }
    /* line 502, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-disabled.chosen-container-multi .chosen-choices .search-field input[type="text"],
    .chosen-disabled.chosen-container-multi .chosen-choices .chosen-clear-all,
    .chosen-disabled.chosen-container-multi .chosen-choices .chosen-select-all {
      cursor: not-allowed; }
  /* line 509, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-disabled .chosen-choices-list .search-choice .search-choice-close {
    cursor: not-allowed; }

/* line 515, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.chosen-rtl {
  text-align: right; }
  /* line 517, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
    /* line 520, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-rtl .chosen-single span {
      margin-right: 0;
      margin-left: 26px;
      direction: rtl; }
    /* line 525, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-rtl .chosen-single div {
      right: auto;
      left: 3px; }
    /* line 529, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-rtl .chosen-single abbr {
      right: auto;
      left: 26px; }
  /* line 535, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  /* line 540, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl .chosen-choices-list li {
    float: right; }
    /* line 542, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-rtl .chosen-choices-list li.search-field input[type="text"] {
      width: 100% !important;
      direction: rtl; }
    /* line 546, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
    .chosen-rtl .chosen-choices-list li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      /* line 549, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
      .chosen-rtl .chosen-choices-list li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  /* line 556, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  /* line 561, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  /* line 566, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  /* line 573, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }
  /* line 580, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  /* line 587, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  /* line 592, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url("chosen-sprite.png") no-repeat -30px -20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 602, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices-list .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* Multi-chosen inside form-group-flex will expand to 100% - the width of any label / other elements */
/* line 617, src/Includes/jQueryEIMWidgets/Chosen/locus-chosen.scss */
.form-group-flex .chosen-container-multi {
  flex: 1 1 auto;
  min-width: 250px; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 15, src/Includes/css/sass/_mixins.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget .btn[data-action="today"]:after, .bootstrap-datetimepicker-widget .picker-switch:after, .bootstrap-datetimepicker-widget table th.prev:after, .bootstrap-datetimepicker-widget table th.next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 25, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  background-color: #fcfcfc;
  z-index: 1060; }
  @media (min-width: 768px) {
    /* line 32, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em; } }
  @media (min-width: 992px) {
    /* line 32, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em; } }
  @media (min-width: 1200px) {
    /* line 32, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em; } }
  /* line 46, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute; }
  /* line 53, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px; }
  /* line 62, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px; }
  /* line 72, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px; }
  /* line 81, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px; }
  /* line 91, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px; }
  /* line 96, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px; }

/* line 103, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

/* line 107, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  background-color: transparent;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  color: #52a6ea; }

/* line 117, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

/* line 121, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 48px;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0;
  color: #454545; }

/* line 129, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 8px;
  background-image: none;
  background: #e8e8e8;
  background-color: #e8e8e8;
  border: none;
  border-radius: 3px;
  color: #454545;
  font-size: 1.2em; }

/* line 141, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after {
  content: "Increment Hours"; }

/* line 146, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after {
  content: "Increment Minutes"; }

/* line 151, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after {
  content: "Decrement Hours"; }

/* line 156, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after {
  content: "Decrement Minutes"; }

/* line 161, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after {
  content: "Show Hours"; }

/* line 166, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after {
  content: "Show Minutes"; }

/* line 171, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after {
  content: "Toggle AM/PM"; }

/* line 176, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]:after {
  content: "Clear the picker"; }

/* line 181, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]:after {
  content: "Set the date to today"; }

/* line 186, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }
  /* line 189, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget .picker-switch:after {
    content: "Toggle Date and Time Screens"; }
  /* line 194, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit; }
    /* line 201, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget .picker-switch td span {
      line-height: 2.5;
      height: 2.5em;
      width: 100%; }

/* line 209, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }
  /* line 214, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget table td,
  .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0px; }
  /* line 220, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px; }
    /* line 225, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table th.picker-switch {
      width: 145px; }
    /* line 229, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
      background: none;
      color: #eeeeee;
      cursor: not-allowed; }
    /* line 236, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table th.prev:after {
      content: "Previous Month"; }
    /* line 241, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table th.next:after {
      content: "Next Month"; }
  /* line 247, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer; }
    /* line 250, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
      background: whitesmoke; }
  /* line 255, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .bootstrap-datetimepicker-widget table td {
    width: 48px;
    height: 48px;
    line-height: 48px; }
    /* line 260, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.separator {
      font-size: 1.4em;
      font-weight: bold; }
    /* line 265, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.cw {
      font-size: .8em;
      height: 20px;
      line-height: 20px;
      color: #eeeeee; }
    /* line 272, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.day {
      height: 20px;
      line-height: 20px;
      width: 20px; }
    /* line 278, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
      background: whitesmoke;
      cursor: pointer; }
    /* line 286, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
      color: #eeeeee; }
    /* line 291, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.today {
      position: relative; }
      /* line 294, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
      .bootstrap-datetimepicker-widget table td.today:before {
        content: '';
        display: inline-block;
        border: 0 0 7px 7px solid transparent;
        border-bottom-color: #52a6ea;
        border-top-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 4px;
        right: 4px; }
    /* line 306, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
      background-color: #52a6ea;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    /* line 313, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.active.today:before {
      border-bottom-color: #fff; }
    /* line 317, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
      background: none;
      color: #eeeeee;
      cursor: not-allowed; }
    /* line 324, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
    .bootstrap-datetimepicker-widget table td span {
      display: inline-block;
      width: 48px;
      height: 48px;
      line-height: 48px;
      margin: 2px 1.5px;
      cursor: pointer;
      border-radius: 0px; }
      /* line 333, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
      .bootstrap-datetimepicker-widget table td span.decade {
        line-height: 1.25;
        padding: 6px;
        margin: 6px; }
      /* line 339, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
      .bootstrap-datetimepicker-widget table td span:hover {
        background: whitesmoke; }
      /* line 343, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
      .bootstrap-datetimepicker-widget table td span.active {
        background-color: #52a6ea;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      /* line 349, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
      .bootstrap-datetimepicker-widget table td span.old {
        color: #eeeeee; }
      /* line 353, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
      .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
        background: none;
        color: #eeeeee;
        cursor: not-allowed; }

/* line 364, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

/* line 375, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.date .input-group-addon, .input-group.time .input-group-addon, .input-group.datetime .input-group-addon {
  cursor: pointer;
  width: 1%;
  padding: 0 .75em;
  border-left: 0; }

/* line 381, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.date .input-group-addon ~ .glyph-inline, .input-group.time .input-group-addon ~ .glyph-inline, .input-group.datetime .input-group-addon ~ .glyph-inline {
  margin-bottom: 4px; }

/* line 387, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
td .input-group.date .input-group-addon, td .input-group.time .input-group-addon, td .input-group.datetime .input-group-addon {
  width: auto;
  padding: 0 .4em; }

/* line 392, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.date.side-by-side, .input-group.time.side-by-side, .input-group.datetime.side-by-side {
  float: left; }

/* line 396, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.date[disabled] input[type="text"], .input-group.time[disabled] input[type="text"], .input-group.datetime[disabled] input[type="text"] {
  border-radius: 3px; }

/* line 399, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.date[disabled] .input-group-addon, .input-group.time[disabled] .input-group-addon, .input-group.datetime[disabled] .input-group-addon {
  display: none; }

/* line 403, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
label.date-label-stacked + .input-group.date:first-of-type, label.date-label-stacked + .input-group.time:first-of-type, label.date-label-stacked + .input-group.datetime:first-of-type {
  margin-bottom: 6px; }

/* line 407, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.date {
  width: 115px; }
  /* line 409, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .input-group.date[disabled] {
    width: 95px; }
  /* line 414, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  td .input-group.date input[type="text"] {
    min-width: 90px; }

/* line 419, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.time {
  width: 85px; }
  /* line 421, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .input-group.time[disabled] {
    width: 64px; }
  /* line 426, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  td .input-group.time input[type="text"] {
    min-width: 60px; }

/* line 431, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.input-group.datetime {
  width: 145px; }
  /* line 433, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .input-group.datetime[disabled] {
    width: 109px; }
  /* line 438, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  td .input-group.datetime input[type="text"] {
    min-width: 118px; }

/* line 445, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
select.date-label-inline {
  float: left;
  margin-right: 3px; }

/* line 450, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
.date-range-container {
  display: flex;
  flex-wrap: wrap; }
  /* line 454, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .date-range-container .from-date-container {
    flex: 0 0 auto;
    margin-right: 1em; }
  /* line 459, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .date-range-container .to-date-container {
    flex: 0 0 auto; }
  /* line 464, src/Includes/BootstrapWidgets/bootstrap-datetimepicker/datetimepicker.scss */
  .date-range-container .btn-right {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto; }

/* line 1, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.block {
  display: block; }

/* line 5, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.button-group {
  height: auto;
  width: 60px;
  max-width: 60px;
  min-width: 60px; }

/* line 12, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.button-group input {
  height: auto;
  margin: 0 auto; }

/* line 17, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.center {
  text-align: center; }

/* line 21, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.clear {
  clear: both; }

/* line 25, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.dueling-select-container {
  width: 100%;
  height: auto; }

/* Constrain the selects to not overflow their container, and also to maintain a minimum width of 150px when empty / reflowing */
/* line 31, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.dueling-select-container select {
  min-width: 150px;
  width: 100%;
  max-width: 100%; }

/* line 37, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.dueling-select-header-container th {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap; }

/* line 43, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.float-left {
  float: left; }

/* line 47, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.left {
  text-align: left; }

/* line 51, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.multiple-select {
  min-width: 150px;
  height: 200px;
  margin: 0; }

/* line 57, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.right {
  text-align: right; }

/* line 61, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  width: 45%; }

/* line 69, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.sequence-button-group {
  margin-top: 75px;
  width: 40px; }

/* line 74, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.sequence-button-group input {
  margin: 0 auto; }

/* line 78, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.width-30 {
  width: 30px; }

/* line 82, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.width-40 {
  width: 40px; }

/* New filter input - FB 76364 */
/* line 87, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container .filter-group {
  position: relative; }

/* line 90, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container .filter-group div {
  position: absolute;
  top: 3px;
  right: 2px; }

/* line 95, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container .filter-group span {
  height: auto;
  color: #dfdfdf; }

/* line 99, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container .filter-group span:hover {
  color: #bababa; }

/* line 102, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container input.dsFilter {
  border-radius: 0;
  margin: 0 0 2px 0;
  width: 100%;
  padding-right: 20px; }

/* Get rid of second X on IE11 */
/* line 110, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container input.dsFilter::-ms-clear {
  display: none; }

/* Note that these cannot be set togther but must be set individually */
/* line 115, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container input.dsFilter::-webkit-input-placeholder {
  color: #dfdfdf; }

/* line 118, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container input.dsFilter::-moz-placeholder {
  color: #dfdfdf;
  opacity: 1; }

/* line 122, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.select-container input.dsFilter:-ms-input-placeholder {
  color: #dfdfdf; }

/* line 126, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.dueling-select-container .button-group input[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  color: #aaa; }

/* line 137, src/Includes/jQueryEIMWidgets/DuelingSelect/css/dueling-select.scss */
.ds-control {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  overflow-x: auto; }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/core.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  /* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_single.scss */
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    /* line 12, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_single.scss */
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    /* line 22, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_single.scss */
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  /* line 29, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_single.scss */
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  /* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_multiple.scss */
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    /* line 12, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_multiple.scss */
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  /* line 21, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_multiple.scss */
  .select2-container .select2-search--inline {
    float: left; }
    /* line 24, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_multiple.scss */
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      /* line 31, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_multiple.scss */
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

/* line 19, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-results {
  display: block; }

/* line 23, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 29, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  /* line 35, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
  .select2-results__option[aria-selected] {
    cursor: pointer; }

/* line 40, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 44, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 50, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 56, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px; }
  /* line 60, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    /* line 65, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  /* line 70, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/_dropdown.scss */
  .select2-search--dropdown.select2-search--hide {
    display: none; }

/* line 15, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/core.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 36, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/core.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  /* line 6, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  /* line 11, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  /* line 17, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  /* line 21, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    /* line 31, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

/* line 52, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 56, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

/* line 64, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  /* line 68, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

/* line 77, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  /* line 7, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    /* line 14, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  /* line 19, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  /* line 27, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  /* line 35, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  /* line 49, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    /* line 58, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

/* line 66, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 70, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 75, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 83, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

/* line 90, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

/* line 95, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

/* line 6, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 13, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 20, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

/* line 26, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

/* line 35, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 41, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

/* line 45, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

/* line 49, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

/* line 53, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  /* line 56, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  /* line 60, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    /* line 64, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      /* line 68, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        /* line 72, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          /* line 76, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

/* line 87, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

/* line 92, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  /* line 11, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  /* line 15, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  /* line 20, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  /* line 27, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  /* line 31, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    /* line 50, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

/* line 71, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 75, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

/* line 90, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  /* line 93, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    /* line 98, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

/* line 106, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 116, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  /* line 11, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  /* line 15, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  /* line 21, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  /* line 25, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  /* line 40, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    /* line 49, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

/* line 57, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

/* line 63, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 71, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

/* line 76, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 84, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 9, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

/* line 16, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

/* line 22, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

/* line 27, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 31, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 35, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 41, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 45, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 50, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

/* line 55, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 61, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/classic/layout.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
.select2-container--locus {
  color: #666666; }
  /* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
  .select2-container--locus .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 24px; }
    /* line 7, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
    .select2-container--locus .select2-selection--single:focus {
      outline: thin dotted; }
    /* line 11, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
    .select2-container--locus .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 24px; }
    /* line 16, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
    .select2-container--locus .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    /* line 22, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
    .select2-container--locus .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    /* line 26, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
    .select2-container--locus .select2-selection--single .select2-selection__arrow {
      height: 22px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px; }
      /* line 33, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
      .select2-container--locus .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  /* line 54, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
  .select2-container--locus[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  /* line 58, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
  .select2-container--locus[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  /* line 66, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
  .select2-container--locus.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    /* line 70, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
    .select2-container--locus.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  /* line 79, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_single.scss */
  .select2-container--locus.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
  /* line 1, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    /* line 7, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
    .select2-container--locus .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
      /* line 14, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
      .select2-container--locus .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    /* line 19, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
    .select2-container--locus .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    /* line 27, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
    .select2-container--locus .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    /* line 35, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
    .select2-container--locus .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    /* line 49, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
    .select2-container--locus .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      /* line 58, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
      .select2-container--locus .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  /* line 66, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--locus[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--locus[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  /* line 70, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  /* line 75, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  /* line 83, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  /* line 90, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  /* line 95, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/_multiple.scss */
  .select2-container--locus.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  /* line 8, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus.select2-container--open.select2-container--above .select2-selection--single, .select2-container--locus.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  /* line 15, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus.select2-container--open.select2-container--below .select2-selection--single, .select2-container--locus.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  /* line 22, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
  /* line 28, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  /* line 37, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  /* line 43, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__option[role=group] {
    padding: 0; }
  /* line 47, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__option[aria-disabled=true] {
    color: #999; }
  /* line 51, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  /* line 55, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__option .select2-results__option {
    padding-left: 1em; }
    /* line 58, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
    .select2-container--locus .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    /* line 62, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
    .select2-container--locus .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      /* line 66, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
      .select2-container--locus .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        /* line 70, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
        .select2-container--locus .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          /* line 74, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
          .select2-container--locus .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            /* line 78, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
            .select2-container--locus .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  /* line 89, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__message {
    font-style: italic; }
  /* line 93, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }
  /* line 98, src/Includes/jQueryEIMWidgets/select2/select2-4.0.6-rc.1/src/scss/theme/locus/layout.scss */
  .select2-container--locus .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

/* line 3, src/Includes/css/sass/_custom-tags.scss */
.tooltip-label {
  cursor: help;
  border-bottom: 1px dashed;
  border-bottom-color: #52a6ea;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 11, src/Includes/css/sass/_custom-tags.scss */
.tooltip .close-cTooltip {
  float: right;
  margin-top: -.5em;
  margin-right: -0.5em; }

/* line 1, src/Includes/css/sass/_scaffolding.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget .btn[data-action="today"]:after, .bootstrap-datetimepicker-widget .picker-switch:after, .bootstrap-datetimepicker-widget table th.prev:after, .bootstrap-datetimepicker-widget table th.next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Code preview widget */
/* line 16, src/Includes/css/sass/common.scss */
.code-preview {
  position: relative; }
  /* line 19, src/Includes/css/sass/common.scss */
  .code-preview .toolbar {
    background: rgba(71, 193, 230, 0.4);
    display: flex;
    padding: 2px 0; }
    /* line 22, src/Includes/css/sass/common.scss */
    .code-preview .toolbar .toolbar-buttons {
      margin-left: auto; }
  /* line 28, src/Includes/css/sass/common.scss */
  .code-preview .code-text {
    max-height: 720px;
    overflow-y: auto;
    background-color: #f5f5f5;
    color: #333333;
    padding: 7.5px; }
