/*
 Primary Colours
 */
/* CUSTOM SELECTOR */
.options-container {
  display: none; }

.custom-selector {
  position: relative; }
  .custom-selector.focused {
    z-index: 100; }
  .custom-selector input {
    position: relative;
    top: 0;
    background-color: transparent;
    color: black;
    outline: none !important;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .custom-selector input.unclickable {
      background-color: #efefef;
      opacity: 0.8; }

.cs-input-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10; }

input.cust-sel-input {
  width: 100%;
  padding: 5px;
  pointer-events: all; }

.cs-arrow {
  position: absolute;
  right: 10px;
  bottom: 14px;
  font-size: 12px;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none; }

.open-cs-options {
  position: absolute;
  z-index: 999999 !important;
  background-color: #fff;
  width: auto;
  left: 0;
  border: 1px solid #aaa;
  height: auto;
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden !important;
  -webkit-transition: height 0.1s ease-in-out, opacity 0.1s ease;
  -o-transition: height 0.1s ease-in-out, opacity 0.1s ease;
  transition: height 0.1s ease-in-out, opacity 0.1s ease;
  top: 29px; }
  .open-cs-options > .opt {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    background-color: #fbfbfb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 35px;
    /* imitate unselectable class */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .open-cs-options > .opt .ui, .open-cs-options > .opt .up, .open-cs-options > .opt .app-icon {
      width: 35px;
      float: left;
      display: block;
      height: 35px;
      margin-right: 8px; }
      .open-cs-options > .opt .ui.ui, .open-cs-options > .opt .up.ui, .open-cs-options > .opt .app-icon.ui {
        font-size: 15px; }
    .open-cs-options > .opt:hover {
      background-color: #e8e8e8; }
    .open-cs-options > .opt.disabled {
      color: gray; }
    .open-cs-options > .opt *::-moz-selection {
      background: none !important; }
    .open-cs-options > .opt *::selection {
      background: none !important; }
  .open-cs-options > :not(.opt), .open-cs-options .cs-filter-hide {
    display: none !important; }
  .open-cs-options .options-container {
    border: 0px solid #aaa; }
  .open-cs-options.no-icons .opt {
    line-height: 20px; }

.open-cs-selector {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  padding: 20px;
  overflow-y: auto; }
  .open-cs-selector h3.open-cs-selector-title {
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center; }
    .open-cs-selector h3.open-cs-selector-title .cancel-open-cs {
      position: absolute;
      width: 27px;
      height: 22px;
      top: 17px;
      left: 20px;
      padding: 2px 2px 2px 0px;
      background: #de1403;
      font-size: 14px;
      line-height: 23px;
      border: none;
      cursor: pointer;
      box-sizing: content-box;
      border-radius: 4px; }
      .open-cs-selector h3.open-cs-selector-title .cancel-open-cs .hr4 {
        color: white;
        font-size: 12px; }
  .open-cs-selector .ms-selected-input-container {
    background-color: white;
    padding: 0px; }
  .open-cs-selector .cust-sel-input {
    padding: 7px; }
  .open-cs-selector .opt {
    padding: 10px 15px; }
  .open-cs-selector #open-cs-submit {
    position: absolute;
    width: 27px !important;
    top: 16px;
    right: 15px;
    min-width: 27px;
    padding: 0px 2px 5px 2px;
    font-size: 20px; }
    .open-cs-selector #open-cs-submit .hr4:before {
      color: white;
      font-size: 12px;
      position: relative;
      top: -1px; }

.custom-selector.disabled .ms-selected-items > div {
  padding-right: 5px; }
  .custom-selector.disabled .ms-selected-items > div .remove {
    display: none; }
  .custom-selector:not(.disabled) .ms-selected-items > :not(.locked):hover, .custom-selector:not(.disabled) .ms-selected-items > :not(.locked):hover i.remove {
    color: #f44336; }
  .custom-selector .ms-selected-items > div.locked .remove {
    display: none; }

.ms-selected-items {
  padding: 3px; }

.ms-selected-items > div {
  cursor: not-allowed;
  display: inline-block;
  width: auto;
  border: 1px solid rgba(115, 163, 178, 0.3);
  background-color: rgba(182, 228, 242, 0.28);
  display: inline-block;
  white-space: normal;
  overflow: hidden;
  border-radius: 3px;
  padding: 2px 5px 0px 5px;
  position: relative;
  margin-right: 3px;
  /* imitate unselectable class */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ms-selected-items > div .ui, .ms-selected-items > div .up {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    position: relative;
    top: 2px; }
  .ms-selected-items > div .ui {
    font-size: 7px;
    display: inline-block; }
  .ms-selected-items > div:not(.locked) {
    cursor: pointer;
    border: 1px solid rgba(115, 163, 178, 0.3);
    background-color: rgba(182, 228, 242, 0.28);
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-right: 22px; }
  .ms-selected-items > div i.remove {
    font-size: 10px;
    position: absolute;
    top: 7px;
    right: 7px;
    color: #333; }
  .ms-selected-items > div *::-moz-selection {
    background: none !important; }
  .ms-selected-items > div *::selection {
    background: none !important; }

.ms-selected-input-container {
  border: 1px solid #dcdbdb;
  cursor: text;
  display: inline-block;
  width: 100%;
  padding: 2px 20px 5px 2px; }
  .ms-selected-input-container .cust-sel-input {
    border: 0;
    width: 100%;
    cursor: text;
    line-height: 28px;
    padding: 0 5px; }

.option-icon img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  top: -5px; }

.custom-selector.hr4-input-error {
  border-radius: 3px; }

.custom-selector .hide-when-closed, .custom-selector .hide-when-closed + .cs-arrow {
  display: none; }
  .custom-selector.opened .hide-when-closed, .custom-selector.opened .hide-when-closed + .cs-arrow {
    display: inline-block; }
