
.jm-cookie-badge {
  position: relative;
  padding: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1a80b6;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.jm-cookie-tooltip {
  position: absolute;
  border-radius: 3px;
  padding: 2px 6px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/*
* Cookie placement
 */
.placements {
  background: transparent url(../images/placement.png) no-repeat center center;
  height: 108px;
  width: 108px;
  position: relative;
}

.jm-cookies-placement {
  float: left;
}

.jm-cookies-placement:nth-child(1) label,
.jm-cookies-placement:nth-child(4) label,
.jm-cookies-placement:nth-child(7) label {
  text-align: left;
}

.jm-cookies-placement:nth-child(3) label,
.jm-cookies-placement:nth-child(6) label,
.jm-cookies-placement:nth-child(9) label {
  text-align: right;
}

.jm-cookies-placement:nth-child(-n+3) label {
  vertical-align: top;
  padding-top: -1px !important;
}

.jm-cookies-placement:nth-child(n+4) label {
  vertical-align: middle;
  padding-top: 8px;
}

.jm-cookies-placement:nth-child(n+7) label {
  vertical-align: text-bottom;
  padding-top: 18px;
}

.jm-cookies-placement label {
  height: 36px;
  width: 36px;
  display: block;
  color: #fff;
  text-align: center;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.jm-cookies-placement label,
.jm-cookies-placement label input {
  margin: 0 !important;
}

@media screen and (max-width: 1200px) {
  .jm-cookies-placement {
    /* width: 100%;
    float: none; */
  }
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-weight: 400;
    font-size: 10px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.statistic_container {
  position: relative;
}

.statistic_container.loading {
  background-image: url(../images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}


/*
* Select2
 */
.select2-container {
  width: 100% !important;
  max-width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    cursor: text;

    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
}

.select2-search.select2-search--inline {
      margin-bottom: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ddd !important;
    outline: 0;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    max-height: 22px;
    user-select: none;
    -webkit-user-select: none;
}

/*
* Cookie preview
 */
#cookie_preview {
  display: none;
}

/*
* Spinner input
 */
.ui-spinner input {
  /* width: 46px; */
  text-align: center;
  background-color: transparent;
  border: 0;
  height: 20px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.0);
}
