.wrap.xbee {
  /** Cookie tab. */ }
  .wrap.xbee .tab-cookie .xbee-connect-indicator {
    display: inline-block;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%; }
    .wrap.xbee .tab-cookie .xbee-connect-indicator.connected {
      background-color: #00da00; }
  .wrap.xbee .tab-cookie .connect-xbee p {
    margin-bottom: 20px; }
  .wrap.xbee .tab-cookie .cookie-position {
    position: relative;
    border: 5px #333 solid;
    background: #f9f9f9;
    display: block;
    height: 150px;
    width: 140px; }
    .wrap.xbee .tab-cookie .cookie-position .position {
      width: 20px;
      height: 20px;
      border: 1px #b5b5b5 solid;
      cursor: pointer;
      position: absolute; }
      .wrap.xbee .tab-cookie .cookie-position .position.clicked {
        background-color: #ffb62f;
        border-color: #ffb62f; }
      .wrap.xbee .tab-cookie .cookie-position .position.left-top {
        top: 0;
        left: 0; }
      .wrap.xbee .tab-cookie .cookie-position .position.right-top {
        top: 0;
        right: 0; }
      .wrap.xbee .tab-cookie .cookie-position .position.right-bottom {
        bottom: 0;
        right: 0; }
      .wrap.xbee .tab-cookie .cookie-position .position.left-bottom {
        bottom: 0;
        left: 0; }
  .wrap.xbee .tab-cookie .section.disabled .cookie-position {
    border-color: #dcdcdc; }
  .wrap.xbee .tab-cookie .section.disabled .cookie-position .position {
    cursor: not-allowed; }
    .wrap.xbee .tab-cookie .section.disabled .cookie-position .position.clicked {
      background: #a0a5aa;
      border-color: #dcdcdc; }
