.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

/*GENERAL*/
.bg-custom {
  background-color: #075083; }

.container-fluid {
  position: relative; }

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.subcard .card-header {
  justify-content: left; }
  .subcard .card-header h4 {
    font-size: 0.875rem;
    font-weight: bold;
    color: #4e73df; }

.subcard .subheading h4 {
  font-size: 1rem;
  font-weight: bold; }

input[type="checkbox"].form-control {
  width: 30px;
  height: 24px; }

.checkbox-label {
  display: flex;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  align-items: center;
  margin-left: 1rem; }

.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.375rem 0.75rem; }

.loading {
  display: none; }

.btn-group {
  border-radius: 0.35rem; }
  .btn-group > button:last-of-type {
    border-left: 1px solid green; }
  .btn-group .dropdown-toggle:focus {
    box-shadow: none !important; }
  .btn-group .dropdown-menu-right {
    min-width: 100%;
    background-color: #1cc88a;
    color: white;
    padding: 0; }
    .btn-group .dropdown-menu-right a {
      color: white; }
      .btn-group .dropdown-menu-right a:hover, .btn-group .dropdown-menu-right a:focus {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b; }

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column-reverse; }
  .btn-wrap button {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .btn-wrap {
      justify-content: flex-end;
      flex-flow: row; }
      .btn-wrap button {
        margin-left: 10px;
        margin-bottom: 0; } }
.invalid {
  color: #b94a48; }
  .invalid p {
    margin-bottom: 0; }

.fixedBottom {
  position: fixed !important;
  bottom: 0 !important;
  width: 100%; }

/*end GENERAL*/
/*TOOLTIP BTN*/
.copy_tooltip {
  position: relative;
  display: inline-block; }

.copy_tooltip .copy_tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s; }

.copy_tooltip .copy_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.copy_tooltip:hover .copy_tooltiptext {
  visibility: visible;
  opacity: 1; }

/*END TOOLTIP BTN*/
.element-loader-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #90909075;
  z-index: 99; }

/*SAFE MODE*/
body:not(.safe-mode-active) .safe-mode-toggler:after {
  content: "\f070";
  font-family: "Font Awesome 5 Free"; }

body:not(.safe-mode-active) .safe-mode-visible {
  display: none !important; }

body.safe-mode-active .safe-mode-toggler:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free"; }

body.safe-mode-active .safe-mode-hidden {
  display: none !important; }

body.safe-mode-active .safe-mode-disable {
  pointer-events: none; }

body.safe-mode-active .safe-mode-blur {
  filter: blur(7px) grayscale(1) !important; }

/*TOGGLE SWITCH CHECKBOX*/
.toggle-control {
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 24px;
  align-items: center; }

.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.toggle-control input:checked ~ .control {
  background-color: #4e73df; }

.toggle-control input:checked ~ .control:after {
  left: 16px; }

.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 35px;
  border-radius: 15px;
  background-color: darkgray;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in; }

.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in; }

.toggle-control .label-text {
  margin-left: 1rem; }

.toggle-control.reversed {
  padding-right: 60px;
  padding-left: 0; }
  .toggle-control.reversed .control {
    left: auto;
    right: 0; }
  .toggle-control.reversed .label-text {
    margin: 0; }

.toggle-control .form-control:disabled {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.form-control {
  padding: 0.375rem 0.5rem; }

.content-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

.content-inputs-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

/*END TOGGLE SWITCH CHECKBOX*/
.form-group.toggle.states-include input:checked ~ .label-text.include {
  display: block !important; }

.form-group.toggle.states-include input:not(:checked) ~ .label-text.exclude {
  display: block !important; }

/*SWITCH BUTTON FOR STATES*/
.switch-button {
  background: rgba(180, 180, 180, 0.74);
  border-radius: 0.35rem;
  overflow: hidden;
  width: 200px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  padding-right: 100px;
  position: relative;
  line-height: 1.1; }
  .switch-button.states:before {
    content: "Targeted"; }
  .switch-button.order:before {
    content: "Create New Order"; }
  .switch-button.lead-age:before {
    content: "Exact"; }
  .switch-button.detail-report:before {
    content: "Pings"; }
  .switch-button.detail-report-order {
    width: 230px;
    padding-right: 140px; }
    .switch-button.detail-report-order:before {
      content: "Onboarding Leads";
      width: 140px; }
    .switch-button.detail-report-order .switch-button-checkbox + .switch-button-label:before {
      transition: all 300ms linear; }
    .switch-button.detail-report-order .switch-button-checkbox:checked + .switch-button-label:before {
      width: 140px;
      transform: translateX(90px); }
  .switch-button.api-setup:before {
    content: "Use Slinky's API key"; }
  .switch-button label {
    margin-bottom: 0; }
  .switch-button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none; }
  .switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    .switch-button-checkbox:checked + .switch-button-label:before {
      transform: translateX(100px);
      transition: transform 300ms linear; }
    .switch-button-checkbox + .switch-button-label {
      position: relative;
      padding: 7px 0;
      display: block;
      user-select: none;
      pointer-events: none; }
      .switch-button-checkbox + .switch-button-label:before {
        content: "";
        background: #4e73df;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0.35rem;
        transform: translateX(0);
        transition: transform 300ms; }
      .switch-button-checkbox + .switch-button-label .switch-button-label-span {
        position: relative; }

/*END SWITCH BUTTON*/
.order-switch .switch-button {
  width: 280px;
  padding-right: 140px; }
  .order-switch .switch-button:before {
    width: 140px; }
  .order-switch .switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(140px);
    transition: transform 300ms linear; }
  @media screen and (min-width: 600px) {
    .order-switch .switch-button {
      width: 480px;
      padding-right: 240px; }
      .order-switch .switch-button:before {
        width: 240px; }
      .order-switch .switch-button-checkbox:checked + .switch-button-label:before {
        transform: translateX(240px);
        transition: transform 300ms linear; } }
.api-setup .switch-button {
  width: 240px;
  padding-right: 120px; }
  .api-setup .switch-button:before {
    width: 120px; }
  .api-setup .switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(120px);
    transition: transform 300ms linear; }
  @media screen and (min-width: 600px) {
    .api-setup .switch-button {
      width: 340px;
      padding-right: 170px; }
      .api-setup .switch-button:before {
        width: 170px; }
      .api-setup .switch-button-checkbox:checked + .switch-button-label:before {
        transform: translateX(170px);
        transition: transform 300ms linear; } }
#notifications-div button {
  font-size: 25px; }

#notifications-div .notifications_button_on {
  color: #4e73df; }

div.tab-content.p-4.position-relative div.col-12.col-md-6 {
  position: static !important; }

ul.nav.nav-tabs button.active {
  color: #4e73df;
  border-bottom: #4e73df;
  font-weight: bold;
  border-bottom: #4e73df;
  border-style: solid;
  border-radius: unset; }

ul.nav.nav-tabs li.btn-link {
  display: flex; }

ul.nav.nav-tabs button.btn:focus {
  outline: none;
  box-shadow: none; }

div.ui-slider-range {
  background-color: #4e73df; }

.ui-slider-handle {
  background-color: #4e73df !important;
  border-radius: 50% !important;
  border: none !important;
  width: 1.5em !important;
  height: 1.5em !important;
  top: -0.45em !important; }

.ui-slider {
  margin-top: 12px; }

.range-div input {
  padding: 0;
  text-align: center;
  min-width: 50px; }

div.tab-pane div.col-12 {
  position: static; }

.ui-slider-horizontal {
  border: none !important;
  background-color: #dedee1;
  border-radius: 10px;
  height: 0.6rem; }

div.tab-pane div h5.font-weight-bold, h5.font-weight-bold.mb-4.mt-1 {
  color: #075083; }

.grey-modal {
  background-color: #f8f9fc; }

div.tab-pane div h4.mt-1 {
  margin-bottom: 20px; }

ul.nav.nav-tabs.justify-content-between li.btn-link button.btn {
  padding: 0.375rem 0.65rem !important;
  display: flex;
  align-items: center; }

.bg-light-modal {
  background-color: #ffffff;
  border-radius: 0.35rem; }

.hide-number-input-arrows::-webkit-inner-spin-button,
.hide-number-input-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.hide-number-input-arrows {
  -moz-appearance: textfield; }

label[for=id_is_real_time] {
  display: inline-flex;
  margin-bottom: 2px; }

.preview-stamp::after {
  display: inline-block;
  content: "Preview";
  color: #b94a48;
  border: 1px solid #b94a48;
  font-size: 7px;
  padding: 2px 3px;
  border-radius: 5px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 1; }

.rangeslider-box.slider-disabled .ui-slider-handle {
  background-color: #bfbfc0 !important; }

.rangeslider-box.slider-disabled div.ui-slider-range {
  background-color: #bfbfc0 !important; }

.rangeslider-box input {
  height: 35px; }
  .rangeslider-box input:placeholder-shown {
    font-size: 10px; }

.rangeslider-box.slider-disabled .ui-slider-handle {
  background-color: #bfbfc0 !important; }

.rangeslider-box.slider-disabled div.ui-slider-range {
  background-color: #bfbfc0 !important; }

.rangeslider-box input {
  height: 35px; }
  .rangeslider-box input:placeholder-shown {
    font-size: 10px; }

select:invalid,
select.select-empty {
  color: #adb5bd !important; }
  select:invalid option,
  select.select-empty option {
    color: #6e707e; }

.number-input-arrows-margin::-webkit-outer-spin-button, .number-input-arrows-margin::-webkit-inner-spin-button {
  margin-left: 5px; }

.inputs-disabled .toggle-control {
  cursor: initial; }
  .inputs-disabled .toggle-control .control {
    opacity: 0.5; }

input.input-micro {
  padding: 0.3rem 0.3rem; }

select[readonly] {
  pointer-events: none; }

/*ACCOUNT*/
.account-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1; }

.account-template {
  z-index: 2; }
  .account-template > .row {
    min-height: 100vh;
    align-content: center;
    align-items: center;
    padding: 50px 0; }
  .account-template .formcol {
    z-index: 2; }
  .account-template .card {
    border-radius: 30px;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold; }
    .account-template .card h1 {
      width: 100%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 25px; }
    .account-template .card .buttons-wrap {
      margin-bottom: 10px; }
      .account-template .card .buttons-wrap .btn {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        text-align: center; }
    .account-template .card .meta-wrap {
      border-top: 1px solid grey;
      margin-top: 20px;
      padding-top: 10px; }

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box; }

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 0.875rem;
  color: #adb5bd;
  white-space: nowrap;
  height: calc(1.5em + 0.75rem + 2px); }

.ms-options-wrap > button:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0px 0px 0px 0.2rem rgba(78, 115, 223, 0.25); }

.ms-options-wrap > button > span {
  display: inline-block; }

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6; }

.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px; }

.ms-options-wrap.ms-has-selections > button {
  color: #6e707e; }

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden; }

.ms-options-wrap.ms-active > .ms-options {
  visibility: visible; }

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none; }

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none; }

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline; }

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px; }

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none; }

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px; }

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa; }

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold; }

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent; }

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px; }

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999; }

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent; }

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px; }

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/*sidebar*/
body .sidebar-brand {
  background-color: #075083; }

body.debug .sidebar-brand {
  background-color: #b94a48; }

body.demo .sidebar-brand {
  background-color: #dd7929; }

.close-navbar-toggler {
  display: none; }

@media screen and (max-width: 768px) {
  body:not(.sidebar-toggled) .close-navbar-toggler {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; } }

ul.sidebar-inner {
  display: flex;
  flex-flow: column; }

.sidebar:not(.sidebar-inner) {
  position: relative;
  background-color: #075083;
  z-index: 101; }
  .sidebar:not(.sidebar-inner):not(.toggled) {
    min-width: 6.5rem; }
  .sidebar:not(.sidebar-inner) canvas {
    width: 14rem;
    height: 100vh;
    position: fixed; }
  .sidebar:not(.sidebar-inner) > ul {
    position: fixed;
    padding: 0; }
    .sidebar:not(.sidebar-inner) > ul li {
      font-weight: bold;
      list-style: none; }
  .sidebar:not(.sidebar-inner) .collapse-item.collapse-toggle:after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free'; }
  .sidebar:not(.sidebar-inner) .collapse-item.collapse-toggle.collapsed:after {
    content: '\f105'; }
  .sidebar:not(.sidebar-inner) .collapse-submenu {
    position: static;
    margin: 0; }
    .sidebar:not(.sidebar-inner) .collapse-submenu ul {
      padding: 0;
      background-color: rgba(0, 0, 0, 0.05); }
      .sidebar:not(.sidebar-inner) .collapse-submenu ul li {
        margin: 0; }
        .sidebar:not(.sidebar-inner) .collapse-submenu ul li a:before {
          content: "- "; }

.sidebar-logo {
  width: 100%;
  max-width: 5.5rem;
  min-width: 2rem; }

#content-wrapper {
  padding-top: 70px; }

/*top navbar*/
.topbar {
  position: fixed;
  left: 107px;
  top: 0;
  z-index: 2;
  width: calc(100% - 107px);
  transition: height 0.3s;
  z-index: 100; }

body.nav-sticky .topbar {
  padding-top: 0;
  padding-bottom: 0; }

.sidebar.toggled + #content-wrapper .topbar {
  width: calc(100%);
  left: 0; }

@media screen and (min-width: 768px) {
  .sidebar:not(.sidebar-inner):not(.toggled) {
    min-width: 14rem; }
    .sidebar:not(.sidebar-inner):not(.toggled) > ul {
      width: 14rem; }
    .sidebar:not(.sidebar-inner):not(.toggled) .nav-item .nav-link {
      display: flex;
      align-items: center; }
      .sidebar:not(.sidebar-inner):not(.toggled) .nav-item .nav-link i {
        margin-right: 5px;
        width: 20px; }
    .sidebar:not(.sidebar-inner):not(.toggled) .nav-item .collapse-item {
      white-space: break-spaces; }
    .sidebar:not(.sidebar-inner):not(.toggled) .nav-link[data-toggle="collapse"]:after {
      margin-left: auto; }
  .sidebar:not(.sidebar-inner).toggled {
    min-width: 6.5rem; }
    .sidebar:not(.sidebar-inner).toggled > ul {
      width: 6.5rem !important; }
    .sidebar:not(.sidebar-inner).toggled canvas {
      width: 6.5rem !important; } }

@media screen and (max-width: 767px) {
  .sidebar .sidebar-brand {
    height: 3rem; }
  /*top navbar*/
  .topbar {
    width: calc(100% - 107px);
    transition: height 0.3s; }
  body.nav-sticky .topbar {
    height: 50px; }
  .sidebar.toggled + #content-wrapper .topbar {
    width: calc(100%);
    left: 0; } }

/*MODAL*/
.modal-header {
  background-color: #075083;
  color: white;
  font-weight: 500; }
  .modal-header button {
    color: white; }
    .modal-header button:hover {
      color: white; }

.modal .modal-lg .modal-content {
  background-color: #f8f9fc; }

.modal .modal-lg .card {
  background-color: white; }
  .modal .modal-lg .card .card-header {
    border: 0px;
    color: #5a5d66;
    font-size: 1.1rem;
    background-color: #e9ecf3; }
  .modal .modal-lg .card .row div[class^="col"] {
    position: static; }

.modal .modal-lg .subheading h3 {
  color: #5a5d66;
  font-size: 1.1rem; }

.modal .modal-lg .modal-footer {
  border-top: 0; }

.modal .form-group.standardized {
  min-height: 65px;
  display: flex;
  align-items: end; }

.modal .form-group.closed {
  display: none; }

.modal .form-group.open {
  display: block; }

/* Lead Cost Field */
.modal .form-group.price .input-group label.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.modal .form-group.price .input-group input:checked + label.btn {
  color: white;
  background-color: #4e73df; }
  .modal .form-group.price .input-group input:checked + label.btn:hover {
    color: #4e73df;
    background-color: white; }

.filter-card .form-group {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0.5rem; }
  .filter-card .form-group.daterange {
    width: 100%; }
    .filter-card .form-group.daterange input {
      min-width: 217px; }

.filter-card .btn-wrap {
  width: 100%; }

@media screen and (min-width: 576px) {
  .filter-card .form-group {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 1rem; }
    .filter-card .form-group.daterange {
      width: auto; }
    .filter-card .form-group label {
      margin-bottom: 0;
      margin-right: 0.5rem;
      white-space: nowrap; }
  .filter-card .btn-wrap {
    width: auto;
    margin-bottom: 0.5rem; } }

.select2.select2-container {
  min-width: 100px; }

.modal .select2.select2-container {
  width: 100% !important;
  font-size: 0.875rem; }

.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important; }

.select2-selection__rendered {
  font-size: 0.875rem !important;
  padding: 0 !important;
  color: #6e707e !important; }

.select2-selection {
  display: flex !important;
  align-items: center; }

.select2-results__option--selected {
  background-color: rgba(0, 0, 0, 0.1); }

vue-widget-aggregated_count {
  margin-top: -1rem; }

.btn-outline-secondary.btn-icon-split .icon {
  border-right-width: 1px;
  border-right-style: solid; }

.table-wrap {
  overflow: auto;
  border-radius: 0.35rem; }

#products-table .table .col-product-name {
  width: 250px;
  min-width: 215px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F5F5; }

.table {
  margin-bottom: 0; }
  .table thead th {
    color: #565656;
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 3.5rem;
    padding: 0.4rem 0.8rem;
    line-height: 1.1;
    vertical-align: middle !important;
    background-color: #d8e5f1;
    border-bottom: 0 !important;
    border-top: 0 !important; }
    .table thead th.col-actions {
      text-align: center; }
    .table thead th.edit, .table thead th.delete {
      width: 40px; }
  .table tfoot {
    border-top: 0.15rem solid #565656; }
    .table tfoot tr {
      background-color: #e7e7e7 !important; }
      .table tfoot tr td {
        color: #565656;
        font-weight: 700; }
  .table td {
    min-width: 60px;
    line-height: 1.1;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
    vertical-align: middle; }
    .table td.col-actions, .table td.edit, .table td.duplicate, .table td.more-actions, .table td.delete, .table td.btns {
      text-align: center; }
  .table.expand-button {
    cursor: pointer; }
    .table.expand-button:hover {
      color: #0750834f; }

td.toggle-cell, div.toggle-cell {
  font-size: 25px;
  line-height: 1; }
  td.toggle-cell > *, div.toggle-cell > * {
    color: #4e73df; }
  td.toggle-cell:not(.active) > *, div.toggle-cell:not(.active) > * {
    color: #858796; }
  td.toggle-cell.content-disabled, div.toggle-cell.content-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; }
    td.toggle-cell.content-disabled.active, div.toggle-cell.content-disabled.active {
      color: #4e73df; }
  td.toggle-cell.active > button, div.toggle-cell.active > button {
    color: #4e73df; }
  td.toggle-cell > button, div.toggle-cell > button {
    font-size: 25px;
    line-height: 1; }

.small {
  font-size: 75%; }

.col-details {
  width: 75px;
  min-width: 75px;
  max-width: 80px; }

.col-actions .inner-wrap {
  justify-content: flex-end; }

.btnw-1 {
  text-align: center; }

.btns-1 {
  width: 60px;
  min-width: 60px; }

.btns-2 {
  width: 90px;
  min-width: 90px; }

.btns-3 {
  width: 125px;
  min-width: 125px; }

.btns-4 {
  width: 160px;
  min-width: 160px; }

.col-id {
  width: 70px;
  min-width: 65px;
  max-width: 100px; }

.col-id-sm {
  width: 75px;
  min-width: 75px;
  max-width: 100px; }

.col-supplier {
  width: 140px;
  min-width: 130px; }

.col-supplier-big {
  width: 180px;
  min-width: 130px; }

.col-vertical {
  width: 130px;
  min-width: 124px; }

.col-name-big {
  width: 400px;
  min-width: 150px; }

.col-product-name {
  width: 170px;
  min-width: 160px; }

.col-file-name {
  width: 300px;
  min-width: 225px; }

.col-email {
  width: 320px;
  min-width: 160px; }

.col-billing {
  width: 120px;
  min-width: 103px; }

.col-delivery-type {
  width: 110px;
  min-width: 95px; }

.col-campaign-name {
  width: 250px;
  min-width: 215px; }

.col-description {
  min-width: 215px; }

.col-field-name {
  width: 170px;
  min-width: 160px; }

.col-mode {
  width: 75px;
  min-width: 75px; }

.col-daily-limit {
  width: 120px;
  min-width: 103px; }
  .col-daily-limit .inner-wrap {
    justify-content: flex-end; }

.col-inventory-tag {
  width: 170px;
  min-width: 130px; }

.col-cost {
  width: 80px;
  min-width: 80px; }
  .col-cost .inner-wrap {
    justify-content: flex-end; }

.col-mandatory {
  width: 100px;
  min-width: 100px; }

.col-checkbox {
  width: 120px;
  min-width: 120px; }

.col-4-btnw {
  width: 200px;
  min-width: 170px; }

.col-posting-instructions {
  width: 180px;
  min-width: 180px; }

.col-available-leads {
  width: 180px;
  min-width: 180px; }
  .col-available-leads .inner-wrap {
    justify-content: flex-end; }

.col-date {
  width: 145px;
  min-width: 125px; }

.col-sm {
  width: 60px;
  min-width: 60px; }

.col-settings {
  width: 50px;
  min-width: 50px; }

.col-table-name {
  width: 380px;
  min-width: 215px; }

.table-fixed {
  min-width: 1150px;
  table-layout: fixed;
  width: fit-content; }

.sticky-header {
  max-height: 500px;
  overflow-y: auto; }

.sticky-header-150 {
  max-height: 150px;
  overflow-y: auto; }

.sticky-header-300 {
  max-height: 300px;
  overflow-y: auto; }

.sticky-header-500 {
  max-height: 500px;
  overflow-y: auto; }

.sticky-header-750 {
  max-height: 750px;
  overflow-y: auto; }

.sticky-header-1000 {
  max-height: 1000px;
  overflow-y: auto; }

.table-sticky-header {
  overflow: auto; }
  .table-sticky-header thead {
    width: 100%;
    position: sticky;
    top: -1px;
    z-index: 2; }
  .table-sticky-header tfoot {
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 2; }

tr.accordion-toggle:not(.collapsed) td.show-more {
  color: #4e73df; }

td.accordion-toggle:not(.collapsed) {
  color: #4e73df; }

td.show-more {
  cursor: pointer; }

.toggle-cell {
  font-size: 25px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0; }

table .detail-row {
  color: #565656; }
  table .detail-row:nth-child(4n+2) {
    background-color: #F5F5F5; }
  table .detail-row > td {
    border: 0; }

.darken-link {
  color: #858796; }

.darken-link-overview {
  color: #565656; }

table.table-with-details-rows > tbody > tr:nth-of-type(4n - 1) {
  background: white; }

.table-overview {
  text-align: center; }
  .table-overview .table-headers-wrap {
    width: 712px; }
    .table-overview .table-headers-wrap .table-wrap {
      overflow: auto;
      border-bottom-left-radius: 0.35rem;
      border-top-left-radius: 0.35rem;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .table-overview .table-headers-wrap tbody tr:nth-of-type(odd) th {
      background-color: #d3dee9; }
  .table-overview .days-table {
    border-right: 0;
    white-space: nowrap; }
    .table-overview .days-table thead th:first-child {
      border-top-left-radius: 0; }
  .table-overview .days-table-wrap {
    width: calc(100% - 550px);
    overflow: auto;
    min-width: 300px; }
    .table-overview .days-table-wrap .table-wrap {
      overflow: auto;
      border-top-right-radius: 0.35rem;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0.35rem;
      border-bottom-left-radius: 0; }
  .table-overview .table-description {
    text-align: left; }
  .table-overview table {
    border-right: 5px solid #4e73df;
    min-width: 100px;
    border-radius: 0; }
  .table-overview td,
  .table-overview th {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.875rem;
    border-top: 0;
    height: 1rem !important;
    vertical-align: middle; }
  .table-overview td {
    font-weight: bold; }
  .table-overview th {
    background: #d8e5f1;
    color: #565656;
    line-height: 1.1; }
  .table-overview .marked {
    color: #464646; }
  .table-overview .nothing {
    background-color: rgba(0, 0, 0, 0.05); }
  .table-overview .high-acceptance {
    background-color: #40b34059; }
  .table-overview .even {
    background-color: #f9a30557; }
  .table-overview .high-rejection {
    background-color: #ff000052; }
  .table-overview td.resizerCol {
    padding: 0; }
  .table-overview td:hover .heightResizer {
    white-space: pre-wrap; }
  .table-overview .heightResizer {
    white-space: nowrap;
    max-height: initial;
    text-overflow: ellipsis;
    padding: 0.35rem; }

/*nicer styles for scrollbar*/
/* width */
.table-responsive ::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

/* Track */
.table-responsive ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px; }

/* Handle */
.table-responsive ::-webkit-scrollbar-thumb {
  background: #4f72dd;
  border-radius: 20px; }

/* Handle on hover */
.table-responsive ::-webkit-scrollbar-thumb:hover {
  background: #2653d4; }

.sort_asc {
  color: #9395a2;
  overflow: hidden;
  width: 25px;
  width: 15px;
  height: 50%;
  text-align: center;
  padding-left: 0.25rem; }
  .sort_asc.active {
    color: #2B2B2B; }
  .sort_asc i {
    transform: translateY(5px); }

.sort_desc {
  color: #9395a2;
  overflow: hidden;
  width: 25px;
  width: 15px;
  height: 50%;
  text-align: center;
  padding-left: 0.25rem; }
  .sort_desc.active {
    color: #2B2B2B; }
  .sort_desc i {
    transform: translateY(-3px); }

.sortable .inner-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

.sortable .sort-wrap {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }

table.aggregated_count td.verticals {
  text-transform: capitalize; }

.dropdown .btn {
  padding: 0rem 0.5rem;
  text-align: center; }

button.RUNNING {
  pointer-events: none;
  opacity: 0.6; }

span[data-task-status="RUNNING"] + .update-failed {
  display: none; }

.truncated {
  text-overflow: ellipsis; }

.actions-grid {
  display: inline-grid;
  gap: 5px; }
  .actions-grid.size-4 {
    width: 120px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .actions-grid.size-3 {
    width: 90px;
    grid-template-columns: 1fr 1fr 1fr; }
  .actions-grid.size-2 {
    width: 60px;
    grid-template-columns: 1fr 1fr; }
  .actions-grid.size-1 {
    width: 30px;
    grid-template-columns: 1fr; }

.table-micro td, .table-micro th, .table-micro thead th {
  padding: 0.3rem 0.4rem;
  min-width: unset;
  height: auto;
  min-height: unset; }

.grid-col-1 {
  grid-column: 1; }

.grid-col-2 {
  grid-column: 2; }

.grid-col-3 {
  grid-column: 3; }

.grid-col-4 {
  grid-column: 4; }

button.RUNNING .spin {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

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

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

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

.data_input {
  table-layout: fixed; }
  .data_input td,
  .data_input th {
    width: 90px; }
    .data_input td.suppression,
    .data_input th.suppression {
      width: 150px; }
    .data_input td.configuration,
    .data_input th.configuration {
      width: 250px; }
    .data_input td.name,
    .data_input th.name {
      width: 150px; }
    .data_input td.posting-instructions,
    .data_input th.posting-instructions {
      width: 115px; }
    .data_input td.nokey .btn,
    .data_input th.nokey .btn {
      position: relative; }
      .data_input td.nokey .btn::after,
      .data_input th.nokey .btn::after {
        content: "\f084";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        color: #b94a48;
        position: absolute;
        right: 2px;
        top: 0px; }

.form-group.required:not(.nullable):not(.order-new) > label::after,
.form-group .required-star > label::after {
  content: "*";
  color: #b94a48; }

.form-group.required:not(.nullable):not(.order-new) > label.tt,
.form-group .required-star > label.tt {
  display: inline-flex; }
  .form-group.required:not(.nullable):not(.order-new) > label.tt sup,
  .form-group .required-star > label.tt sup {
    top: 0;
    order: 3;
    margin-left: 0.3em; }

.form-group.required:not(.nullable):not(.order-new) > label.has-tooltip,
.form-group .required-star > label.has-tooltip {
  display: inline-flex; }
  .form-group.required:not(.nullable):not(.order-new) > label.has-tooltip sup,
  .form-group .required-star > label.has-tooltip sup {
    top: 0;
    order: 3;
    margin-left: 0.3em; }

.form-group.required:not(.nullable):not(.order-new) > label a,
.form-group .required-star > label a {
  order: 3; }

.form-group.required.nullable .price-input label::after,
.order-new .price-input label::after,
.order-new.order-product label::after,
.required-star::after {
  content: "*";
  color: #b94a48; }

label.required-star {
  display: inline-flex; }

label.required-star a {
  order: 3; }

/*FILE INPUT*/
/*mapping form*/
.mapping-table-wrap .file-single .file-preview {
  max-width: 100%;
  overflow: auto; }
  .mapping-table-wrap .file-single .file-preview th {
    text-align: left; }
    .mapping-table-wrap .file-single .file-preview th:first-child {
      display: none; }
    .mapping-table-wrap .file-single .file-preview th:nth-of-type(2) {
      border-top-left-radius: 0.35rem; }
  .mapping-table-wrap .file-single .file-preview td {
    font-size: 12px; }

.mapping-table-wrap .file-single .form-group.required {
  order: -1; }

.mapping-table-wrap .file-single .form-group label {
  width: 100%; }

.heightResizer {
  overflow: hidden;
  max-height: 70px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .heightResizer.open {
    max-height: 1000px;
    transition: max-height 1s ease-in-out; }
  .heightResizer ul {
    list-style-type: none;
    padding: 0;
    max-width: 500px;
    margin-bottom: 0; }
  .heightResizer p.subtitle {
    margin-bottom: 0;
    font-weight: bold; }
  .heightResizer span.state:not(:last-child):after {
    content: ", "; }

table.contracts .subtitle {
  margin-bottom: 0;
  font-weight: bold; }

table.contracts .content .state:not(:last-child):after {
  content: ","; }

#posting-schedule-wrap {
  padding-right: 10px; }
  #posting-schedule-wrap .posting-row {
    position: relative; }
    #posting-schedule-wrap .posting-row p.label {
      margin-bottom: 0.5rem; }
  #posting-schedule-wrap .delete-button {
    color: #b94a48;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: -9px;
    top: 7px; }

table#suppliers td.no-key button.update-key {
  display: none; }

table#suppliers td:not(.no-key) .generate-key {
  display: none; }

.api_key_box + .btn, #user_api_key_box + .btn {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  height: 35px;
  width: 35px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  border-radius: 0 0.35rem 0.35rem 0; }

td.key-disabled .update-key {
  color: #b94a48; }

.onpage-table-filter-group {
  width: 180px; }
  .onpage-table-filter-group .input-group-append .input-group-text {
    border-radius: 0 5px 5px 0; }

.text-note {
  font-size: 0.8rem;
  color: #858796; }

form.reporting-aggregation-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between; }
  form.reporting-aggregation-filter .form-group > input {
    max-width: 245px; }
  form.reporting-aggregation-filter > div {
    width: calc(50% - 5px); }
  form.reporting-aggregation-filter .state,
  form.reporting-aggregation-filter .status,
  form.reporting-aggregation-filter .btn-wrap {
    width: 100%; }

#tableSettingsBox form .inputs-wrap {
  display: flex;
  flex-wrap: wrap; }
  #tableSettingsBox form .inputs-wrap .form-group {
    width: calc(100% / 4 - 5px);
    padding: 0 8px;
    margin-bottom: 5px; }
    #tableSettingsBox form .inputs-wrap .form-group label {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      border: 1px solid black;
      padding: 5px;
      word-break: break-all;
      height: 100%; }
      #tableSettingsBox form .inputs-wrap .form-group label input {
        margin-left: 5px; }

@media (min-width: 1160px) {
  #download-leads-table .btn-icon-split {
    width: 100%;
    max-width: 200px;
    justify-content: flex-start; }
    #download-leads-table .btn-icon-split .text {
      width: 100%;
      display: block !important; } }

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/ }

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
  color: #555555;
  font-size: 0.875rem;
  outline: 0; }

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 0.875rem; }

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */ }

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #adb5bd; }

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #adb5bd; }

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #adb5bd;
  opacity: 1; }

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */ }

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0; }

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff; }

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px; }

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap; }

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9; }

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */ }

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px; }

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent; }

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent; }

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333; }

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed; }

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee; }

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px; }

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px; }

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.5;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */ }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0; }

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #adb5bd; }

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */ }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #adb5bd;
  float: left;
  margin-top: 5px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px; }

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px; }

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */ }

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px; }

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */ }

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px; }

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px; }

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */ }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */ }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c; }

.has-warning.select2-drop-active {
  border-color: #66512c; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534; }

.has-error.select2-drop-active {
  border-color: #843534; }

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c; }

.has-success.select2-drop-active {
  border-color: #2b542c; }

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */ }

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none; }

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3; }

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important; }

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block; } }
