/* Shared navigation components extracted from legacy global.scss. */

/* -----END HEADER------------------------------------------------------------------------------------------------------- */
/* -----LEFT MENU-------------------------------------------------------------------------------------------------------- */

#nav_menu_backlayer{
  position: absolute;
  display: none;
  z-index: 92;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);

  &.active{

    @media only screen and (max-width: 960px){
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      display: block;
    }
  }

}

#nav_menu{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 93;
  box-sizing: border-box;
  width: var(--balter-nav-menu-width);
  height: calc( 100vh - 65px );
  overflow-y: auto;
  /* background-color: var(--balter-background-1); */
  /* background-color: #F7F7F7; */
  background-color: white;
  /* background-image: url('/library/images/textures/bright-squares.png'); */
  /* background-position: center; */
  /* background-size: 200px; */
  /* background-repeat: repeat; */
  transition: 0.4s all ease;
  padding-bottom: 60px;
  border-top-right-radius: 10px;

  @media only screen and (max-width: 960px){
    position: fixed;
    z-index: 200;
    top: 35px;
    left: -260px;
    width: 260px;
    max-width: 80%;
    height: calc(100vh - 35px);
  }

  &::-webkit-scrollbar {
    z-index: 94;
    width: 3px;
  }
  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  &::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

  .puppet_area{
    background-color: white;
    padding: 5px;
    margin: 5px 3px;
  }

  #puppeteer_resume{
    position: relative;
    text-align: center;
    background-color: white;
    margin: 5px 5px -5px 5px;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    border: 2px solid transparent;

    .full_name{
      /* cursor: pointer; */
    }

    #puppeteer_data{
      position: absolute;
      display: none;
      width: 150px;
      right: -150px;
      top: -2px;
      box-sizing: border-box;
      padding: 5px;
      box-shadow: 5px 4px 5px -3px rgba(0,0,0,0.5);
      border-top: 2px solid lightgrey;

      .avatar{
        position: relative;
        display: block;
        box-sizing: border-box;
        border: 1px solid lightgrey;
      }

      .button_interface{
        position: relative;
        cursor: pointer;
        border: 1px solid lightgrey;
        padding: 5px;
        margin: 5px 0 0 0;
        user-select: none;

        svg{
          position: relative;
          display: block;
          float: left;
          height: 20px;
          width: 30px;
          padding: 0;
        }

        span{
          position: relative;
          display: block;
          float: left;
          width: calc(100% - 30px);
          font-size: 14px;
          line-height: 16px;
          text-align: left;
          padding-top: 2px;
        }

        &.active{
          background-color: var(--balter-primary-color);
          color: white;
          cursor: default;
        }

      }

    }

    &:hover{
      border-left: 2px solid lightgrey;
      border-top: 2px solid lightgrey;
      margin: 5px 0 -5px 5px;
      padding: 5px 10px 0 5px;

      #puppeteer_data{
        display: block;
        background-color: white;

        .avatar{
          position: relative;
          margin: 5px;
          width: calc( 100% - 10px );
        }
      }

    }
  }

  .nav_menu_title{
    position: relative;
    text-align: center;
    background-color: white;
    color: var(--balter-color-secondary-2-1);
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
  }

  #current_user_resume{
    position: relative;
    text-align: center;
    background-color: white;
    margin: 5px 5px 0 5px;
    padding: 5px;
    border: 2px solid transparent;

    .full_name{
      /* cursor: pointer; */
    }

    .avatar{
      position: relative;
      display: block;
      box-sizing: border-box;
      border: 1px solid lightgrey;
    }

    #current_user_data{
      position: absolute;
      display: none;
      width: 150px;
      right: -150px;
      top: -2px;
      box-sizing: border-box;
      padding: 5px;
      box-shadow: 5px 4px 5px -3px rgba(0,0,0,0.5);
      border-top: 2px solid lightgrey;

      .button_interface{
        position: relative;
        cursor: pointer;
        border: 1px solid lightgrey;
        padding: 5px;
        margin: 5px 0 0 0;
        user-select: none;

        svg{
          position: relative;
          display: block;
          float: left;
          height: 20px;
          width: 30px;
          padding: 0;
        }

        span{
          position: relative;
          display: block;
          float: left;
          width: calc(100% - 30px);
          font-size: 14px;
          line-height: 16px;
          padding-top: 2px;
          text-align: left;
        }

        &.active{
          background-color: var(--balter-primary-color);
          color: white;
          cursor: default
        }

      }

    }

    &:hover{
      border-left: 2px solid lightgrey;
      border-top: 2px solid lightgrey;
      margin: 5px 0 0 5px;
      padding: 5px 10px 5px 5px;

      #current_user_data{
        display: block;
        background-color: white;

        .avatar{
          position: relative;
          margin: 5px;
          width: calc( 100% - 10px );
        }
      }

    }
  }

  .navigation{

    .buttons_group{
      position: relative;
      box-sizing: border-box;
      margin: 3px 3px 0 3px;
      /* padding: 3px 0; */
      padding: 0;
      background-color: white;

      .title{
        position: relative;
        text-align: left;
        color: #333;
        margin: 0 3px 3px 3px;
        padding-top: 2px;
        font-size: 13px;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
        text-transform: uppercase;
      }

      &.buttons_group_secondary{
        /* background-color: rgba(247, 255, 247, 0.5); */
        background-color: #F8FEFFFF;
      }

    }

    .button_interface,
    .button_interface_tab{
      position: relative !important;
      display: grid;
      grid-template-columns: 40px 1fr;
      grid-gap: 0;
      margin: 0 5px 5px 5px;
      cursor: pointer;
      box-sizing: border-box;
      border-right: 4px solid rgba(0, 0, 0, 0.05);
      background-color: rgba(0, 0, 0, 0.02);
      border-top: 0;
      border-bottom: 0;
      /* background-color: white; */
      /* background: radial-gradient(circle, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 0%); */
      transition: 0.3s all ease;
      user-select: none;
      border-left: 3px solid #f1f1f1;

      svg{
        position: relative;
        display: block;
        grid-column: 1/2;
        grid-row: 1/2;
        padding: 5px 0;
        max-width: 40px;
        height: 20px;
        transition: 0.3s all ease;
      }

      span{
        position: relative;
        display: block;
        grid-column: 2/3;
        grid-row: 1/2;
        padding: 5px 0;
        z-index: 6;
        line-height: 20px;
        font-size: 16px;
        text-align: left;
        color: #333;
        transition: 0.3s all ease;
      }

      &.subbutton{
        margin: -5px 5px 5px 20px;
      }

      &:hover{
        /* background: radial-gradient(circle, rgb(237, 255, 252) 0%, rgba(255,255,255,1) 70%); */
        background-color: rgba(0, 0, 0, 0.12);
      }

      &.active{
        border-right-color: var(--balter-color-primary-4);
        cursor: default;

        svg{
          height: 30px;
          filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .5));
        }

        span{
          font-weight: 600;
          padding: 10px 0 5px 0;
        }

      }

      &:last-child{
        margin-bottom: 0;
      }

    }

    .button_container__load_page{
      position: relative;
      display: block;
      margin: 0;

      .button__load_page{
        position: relative !important;
        display: grid;
        grid-auto-flow: row dense;
        grid-template-columns: 1fr 40px;
        grid-gap: 0;
        cursor: pointer;
        box-sizing: border-box;
        /* border-right: 4px solid rgba(0, 0, 0, 0.05); */
        /* background-color: rgba(0, 0, 0, 0.02); */
        /* background-color: rgb(249 249 249); */
        border: 0;
        background-color: transparent;
        transition: 0.3s all ease;
        user-select: none;
        margin: 0;

        img{
          position: relative;
          display: block;
          padding: 5px 0;
          /* width: 26px; */
          width: 40px;
          height: 20px;
          transition: 0.3s all ease;
          background-color: transparent;
          opacity: 0.7;
        }

        span{
          position: relative;
          display: block;
          padding: 5px 0;
          z-index: 6;
          line-height: 20px;
          font-size: 16px;
          text-align: left;
          color: #333;
          transition: 0.3s all ease;

        }

        &.secondary {
          margin: 1px 0 0 15px;
        }

        /*&.sell_opportunity{
          opacity: 0.4;
        }*/

        &:hover{
          background-color: rgba(0, 0, 0, 0.12);
        }

        &.active{
          /* border-right-color: #A52133; */
          /* background-color: #A52133; */
          /* background: rgb(165,33,51); */
          /* background: linear-gradient(90deg, rgba(165,33,51,1) 45%, rgba(255,255,255,1) 82%); */
          background: var(--balter-primary-color);
          background: linear-gradient(90deg, var(--balter-primary-color) 45%, rgba(255,255,255,1) 82%);
          cursor: default;

          img{
            /* height: 30px; */
            /* width: 40px; */
            filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .5));
            opacity: 1;
          }

          span{
            /* font-weight: 600; */
            /* padding: 10px 0 5px 0; */
            color: white;
            /* text-shadow: 0px 1px 0px #000; */
          }

        }

      }

      &:last-child{
        margin-bottom: 0;
      }

    }

    .button_container{
      &.logout{
        box-sizing: border-box;
        width: 100%;

        .button{
          padding: 0 3px;

          img{
            border-radius: 10px;
            background-color: transparent;
          }

          .text{
            line-height: 18px;
          }

          &:hover{
            background-color: rgb(252 70 70 / 12%);
          }

        }
      }
    }

  }

  &.active{
    left: 0;
    /* box-shadow: 5px 0 5px -3px rgba( 0, 0, 0, 0.5 ); */
    /* box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.3); */
  }

  &:hover{
    /* box-shadow: 5px 0 5px -3px rgba( 0, 0, 0, 0.5 ); */
    /* box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.3); */
  }

}

.button_edit_entity_aux{
  cursor: pointer;
}

/* -----END LEFT MENU---------------------------------------------------------------------------------------------------- */
/* -----GLOBAL NAV RELATED----------------------------------------------------------------------------------------------- */

.nav25_nav_elements_group{

  .nav_style_selection{
    position: relative;
    margin-bottom: 10px;

    .nav_style__selector{
      position: relative;
      display: grid;
      /* grid-template-columns: repeat(3, 1fr); */
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 3px;
      margin: 0;

      .nav_style__button{
        position: relative;
        width: 100%;
        border-color: #6b6b6b;
        background-color: white;

        .text{
          color: #333;
          font-size: 18px;
          line-height: 18px;
          margin: 8px 10px;

        }

        img{
          width: 30px;
          opacity: 0.5;
        }

        &.active{
          border-color: var(--balter-primary-color);
          background-color: #e8e9f1;

          .text{
            color: var(--balter-primary-color);
          }

          img{
            opacity: 1;
          }

        }

      }

    }

    .hide_panel_button__area{
      position: relative;
      text-align: right;
    }

  }

  .navs_group{
    margin-top: 5px;
  }

  .nav25_elements_title{
    position: relative;
    margin: 5px 0 0 0;
    padding: 0 10px 0 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;

    img{
      position: absolute;
      left: 0;
      top: 2px;
      width: 24px;
    }


  }

  .area__contract_info{
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #f5fcff;

    .button{
      border: 0;
      background-color: transparent;

      span{
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin: 0;
      }

    }

  }

  .spoiler{

    &.not_buyed{
      .spoiler_header{
        background-color: #fff9f0;
        .spoiler_title{
          color: #8a8a8a;
        }
      }
    }

  }


  &.nav_area__home{

    .spoiler{
      background-color: white;
      box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.3);
      margin-bottom: 5px;

      .move_handler{
        z-index: 3;
        position: absolute;
        top: 5px;
        right: 0;
        width: 30px;
        height: 30px;
        opacity: 0.4;
        transition: 0.2s all ease;
        cursor: grab;

        img{
          position: relative;
          display: block;
          width: 24px;
          height: 24px;
          margin: 3px;
        }

        &:hover{
          opacity: 1;
        }

      }


      .spoiler_header{
        border-bottom: 1px solid #ececec;
      }
    }

    .elements_area{
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3px;
      margin-bottom: 10px;

      .elements{

        .button_container{
          margin: 0 0 4px 0;

          &.list_button{

            .layer__not_access,
            .layer__not_buyed{
              z-index: 4;
            }

            .button{
              z-index: 3;
              display: block;
              position: relative;
              width: calc( 100% - 4px );
              min-height: 100%;
              margin: 0;
              padding: 0;
              border: 0;
              transition: 0.3s all ease;
              vertical-align: middle;
              background-color: #fafafa;
              white-space: normal;
              border-left: 4px solid rgba(0, 0, 0, 0.05);

              img{
                z-index: 2;
                position: absolute;
                display: block;
                top: 1px;
                left: 1px;
                width: 26px;
                height: 26px;
                background-color: transparent;
                transition: 0.2s all ease;
              }

              span{
                z-index: 1;
                display: inline-block;
                width: calc( 100% - 20px );
                margin: 0 0 0 5px;
                text-align: left;
                position: relative;
                box-sizing: border-box;
                vertical-align: top;
                font-size: 18px;
                line-height: 20px;
                padding: 6px 3px 6px 36px;
                color: black;
                transition: 0.2s all ease;
                background-color: transparent;
                border-radius: 3px;

              }

              &:hover {
                background-color: #fffbfb;
                border-left: 4px #fafafa solid;

                img{
                  filter: drop-shadow(0 0 0 #fff) saturate(2);
                }

                span{
                  color: var(--balter-primary-color);
                  .button{
                    span{
                      background-color: lightgrey;
                    }
                  }
                }

              }

            }


            &.inactive{
              opacity: 0.9;
            }


          }
        }

        .buttons{
          position: relative;
          width: 100%;
          display: grid;
          /* grid-template-columns: 1fr; */
          /* grid-template-columns: repeat(auto-fill, minmax( 140px, 1fr) ); */
          grid-template-columns: repeat(3, 1fr);
          grid-auto-flow: row dense;
          box-sizing: border-box;
          grid-gap: 0;
          padding: 0;

        }


        .buttons_4 {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;

          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }


        .buttons_3 {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;

          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }

        .buttons_2 {
          display: grid;
          grid-template-columns: 1fr 1fr;

          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }

        .buttons_1 {
          display: grid;
          grid-template-columns: 1fr;

          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }

        .columns{

          position: relative;
          width: 100%;
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          grid-auto-flow: row dense;
          box-sizing: border-box;
          grid-gap: 3px;
          padding: 0;

        }

        .columns_3 {
          display: grid;
          grid-template-columns: 1fr 2fr 2fr;


          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }

        .columns_2 {
          display: grid;
          grid-template-columns: 1fr 1fr;

          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }

        .columns_1 {
          display: grid;
          grid-template-columns: 1fr;

          @media only screen and (max-width: 767px){
            grid-template-columns: 1fr;
          }

        }

      }

    }

  }

  &.nav_area__person_view{

    /*.nav25_elements_title{
      font-size: 18px;
      line-height: 22px;
    }*/

    .spoiler{
      background-color: white;
      box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.3);
      margin-bottom: 5px;

      .move_handler{
        z-index: 3;
        position: absolute;
        top: 5px;
        right: 0;
        width: 30px;
        height: 30px;
        opacity: 0.4;
        transition: 0.2s all ease;
        cursor: grab;

        img{
          position: relative;
          display: block;
          width: 24px;
          height: 24px;
          margin: 3px;
        }

        &:hover{
          opacity: 1;
        }

      }


      .spoiler_header{
        border-bottom: 1px solid #ececec;
      }
    }

    .elements_area{
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3px;
      margin-bottom: 10px;

      .elements{
        .buttons{
          position: relative;
          width: 100%;
          display: grid;
          /* grid-template-columns: 1fr; */
          /* grid-template-columns: repeat(auto-fill, minmax( 140px, 1fr) ); */
          grid-template-columns: repeat(2, 1fr);
          grid-auto-flow: row dense;
          box-sizing: border-box;
          grid-gap: 3px;
          padding: 0;

          .button_container{
            margin: 0;

            &.list_button{

              .layer__not_access,
              .layer__not_buyed{
                z-index: 4;
              }

              .button{
                z-index: 3;
                display: block;
                position: relative;
                width: calc( 100% - 4px );
                min-height: 100%;
                margin: 0;
                padding: 0;
                border: 0;
                transition: 0.3s all ease;
                vertical-align: middle;
                background-color: #fafafa;
                white-space: normal;
                border-left: 4px solid rgba(0, 0, 0, 0.05);

                img{
                  z-index: 2;
                  position: absolute;
                  display: block;
                  top: 1px;
                  left: 1px;
                  width: 26px;
                  height: 26px;
                  background-color: transparent;
                  transition: 0.2s all ease;
                }

                span{
                  z-index: 1;
                  display: inline-block;
                  width: calc( 100% - 20px );
                  margin: 0 0 0 5px;
                  text-align: left;
                  position: relative;
                  box-sizing: border-box;
                  vertical-align: top;
                  font-size: 18px;
                  line-height: 20px;
                  padding: 6px 3px 6px 36px;
                  color: black;
                  transition: 0.2s all ease;
                  background-color: transparent;
                  border-radius: 3px;

                }

                &:hover {
                  background-color: #fffbfb;
                  border-left: 4px #fafafa solid;

                  img{
                    filter: drop-shadow(0 0 0 #fff) saturate(2);
                  }

                  span{
                    color: var(--balter-primary-color);
                    .button{
                      span{
                        background-color: lightgrey;
                      }
                    }
                  }

                }

              }


              &.inactive{
                opacity: 0.9;
              }


            }
          }
        }
      }

    }

  }

  &.nav_area__nav_menu{

    .nav25_elements_title{
      display: none;
      /* border-top: 1px solid #a52133; */
      padding-left: 5px;
    }

    .spoiler{
      position: relative;
      box-sizing: border-box;
      width: calc(100% - 6px);
      border-width: 0;
      margin: 3px 3px 3px 3px;
      background-color: transparent;
      transition: 0.2s all ease;

      .spoiler_header{
        background-color: white;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        user-select: none;
        margin: 0;
        border-top: 1px solid var(--balter-primary-color);
        border-left: 4px solid var(--balter-primary-color);

        .spoiler_title{
          font-size: 16px;
          line-height: 20px;
          min-height: 20px;
          width: calc(100% - 40px);
          padding: 5px 0 5px 5px;
        }

        .spoiler_icon_plusminus{
          position: absolute;
          display: block;
          right: 0;
          vertical-align: top;
          font-size: 16px;
          line-height: 16px;
          width: 30px;
          height: 30px;

          i{
            left: 7px;
            top: 8px;
          }

        }

      }

      .spoiler_body{
        padding: 0;
      }

    }

    .elements_area{
      .elements{
        .buttons{
          grid-template-columns: 1fr;

          .button_container{
            position: relative;
            display: block;

            &.list_button{

              .layer__not_access,
              .layer__not_buyed{
                z-index: 4;
              }

              .button{
                z-index: 2;
                position: relative;
                display: block;
                min-height: 100%;
                padding: 5px;
                border: 0;
                transition: 0.3s all ease;
                vertical-align: middle;
                background-color: white;
                white-space: normal;

                span{
                  position: relative;
                  display: block;
                  z-index: 1;
                  width: calc( 100% - 30px );
                  padding: 2px;
                  line-height: 16px;
                  font-size: 16px;
                  text-align: left;
                  color: #333;
                  transition: 0.3s all ease;
                  margin: 0;
                }

                img{
                  position: absolute;
                  display: block;
                  z-index: 2;
                  top: 0;
                  right: 2px;
                  padding: 5px 0;
                  width: auto;
                  height: 20px;
                  transition: 0.3s all ease;
                  background-color: transparent;
                  opacity: 0;
                }

                &:hover {
                  background-color: rgba(0, 0, 0, 0.12);


                  img{
                    /* filter: drop-shadow(0 0 0 #fff) saturate(2); */
                    opacity: 1;
                  }

                  span{
                    color: var(--balter-primary-color);
                    .button{
                      span{
                        background-color: lightgrey;
                      }
                    }
                  }

                }

                &.active{
                  background: var(--balter-primary-color);
                  background: linear-gradient(90deg, var(--balter-primary-color) 45%, rgb(255, 255, 255) 82%);
                  cursor: default;

                  span{
                    color: white;
                  }

                  img{
                    opacity: 1;
                  }

                }

              }


              /*&.inactive{

                display: none;
              }*/

            }

          }

        }
      }
    }
  }

  .tabbed_content[data-tabs_id="nav_menu_tabs"]{

    .content_tabs{
      position: relative;
      max-width: none;
      margin: 0;
      padding: 3px;

      .content_tab{
        padding: 0px 5px 0px 35px;

        i,
        img{
          width: 20px;
          height: 20px;
          filter: grayscale(100%);
        }

        &:hover{
        }

        &.active{

          img,
          i{
            left: 7px;
            top: 2px;
            width: 20px;
            height: 20px;
            filter: grayscale(0%);
          }
        }

      }

    }

    .content_structure{

      .tab{

        &.tab_navigation_favourites{
          padding: 2px;
        }

      }

    }

  }

}

.favourites__list{
  position: relative;
  font-size: 16px;
  line-height: 30px;

  .favourite{
    position: relative;
    max-width: 100%;
    box-sizing: border-box;

    .button_container{
      position: relative;
      z-index: 1;
      display: inline-block;
      /* width: calc(100% - 60px); */
      width: 100%;
      box-sizing: border-box;
      margin: 2px 0;

      .favourite_button{
        display: block;
        background-color: #f6f6f6;
        border: 0;

        img{
          width: 26px;
          margin-top: 2px;
          margin-left: 2px;
          border-radius: 5px;
        }

        .text{
          padding: 2px 0;
          max-width: calc( 100% - 56px );

          .entity_owner{
            position: relative;
            display: block;
            color: #808080;
            font-size: 13px;
            line-height: 13px;
            text-transform: uppercase;
            text-align: left;
            white-space: normal;
          }

          .entity_name{
            position: relative;
            display: block;
            text-align: left;
            font-size: 17px;
            line-height: 17px;
            white-space: normal;

          }

        }

      }
    }

    .move_button{
      position: absolute;
      z-index: 2;
      right: 105px;
      top: 7px;
      background-color: white;
      border-radius: 5px;
      height: 24px;
      padding: 2px 5px;
      box-sizing: border-box;
      cursor: grab;
      opacity: 0.5;
      transition: 0.2s all ease;

      @media only screen and (max-width: 767px){
        display: none;
      }

      img{
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 16px;
        margin-top: 2px;
      }

      .text{
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
        padding: 0 5px;
      }

      &:hover{
        opacity: 1;
      }

    }

    .trash_button{
      position: absolute;
      z-index: 2;
      right: 5px;
      top: 7px;
      background-color: white;
      border-radius: 5px;
      height: 24px;
      padding: 2px 5px;
      box-sizing: border-box;
      cursor: pointer;
      opacity: 0.5;
      transition: 0.2s all ease;

      @media only screen and (max-width: 600px){
        display: none;
      }

      img{
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 20px;
      }

      .text{
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
        padding: 0 5px;
      }

      &:hover{
        opacity: 1;
      }

    }

  }

}

/* -----END ACTION BUTTONS----------------------------------------------------------------------------------------------- */
/* -----HEADER----------------------------------------------------------------------------------------------------------- */

.header{
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 35px;
  width: 100%;
  background-color: white;
  transition: 0.3s all ease;

  @media only screen and (max-width: 960px){
    position: relative;
    z-index: unset;
    /* height: auto; */
    /* min-height: 70px; */
  }

  /*.shadow{
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 1px;
    box-shadow: 0 0 3px 1px #00000020;
  }*/

  .first{
    position: relative;
    height: 35px;
    /* background-color: #A52133; */
    background-color: var(--balter-primary-color);
    /* background-image: url(/library/images/textures/bright-squares.png); */
    /* background-image: url(/library/images/textures/black-linen.png); */
    /* background-image: url(/library/images/textures/texture_thead.png); */

    @media only screen and (max-width: 960px){
      position: fixed;
      z-index: 100;
      left: 0;
      top: 0;
      width: 100vw;
    }

    #button_burger{
      position: relative;
      display: none;
      height: 33px;
      width: 58px;
      line-height: 33px;
      margin: 1px;
      background-color: white;
      text-align: center;
      vertical-align: top;
      cursor: pointer;
      transition: 0.3s all ease;

      @media only screen and (max-width: 960px){
        display: inline-block;
      }

      img{
        position: relative;
        height: 22px;
        vertical-align: middle;
      }

      .close_img{
        display: none;
        height: 18px;
      }

      &.active{

        img{
          display: none;
        }

        .close_img{
          display: inline-block;
        }
      }
    }

    .sitelogo{
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      text-transform: uppercase;
      color: var(--balter-whitegray-2);
      font-size: 28px;
      line-height: 35px;
      padding: 0 0 0 5px;
      font-weight: 900;
      /* text-shadow: 1px 1px 1px #000000; */
      text-shadow: 0 1px 0 #000000;
    }

    .entity_primary_name{
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      text-transform: uppercase;
      color: var(--balter-whitegray-2);
      font-size: 20px;
      line-height: 35px;
      padding: 0 0 0 5px;
      font-weight: 600;
      /* text-shadow: 1px 1px 1px #000000; */
      text-shadow: 0 1px 0 #000000;
    }

    .pagetitle{
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      text-transform: uppercase;
      color: var(--balter-whitegray-2);
      font-size: 20px;
      line-height: 35px;
      padding: 0 10px 0 5px;
      /* text-shadow: 1px 1px 1px #00000075; */
    }

    .global_search_input_area{
      position: relative;
      display: inline-block;
      vertical-align: top;
      background-color: #fafaff;
      justify-content: left;
      align-items: center;
      border: 1px solid #dfe1e5;
      font-size: 0;
      line-height: 0;
      margin: 2px;

      div[data-lastpass-icon-root]{
        transform: scale(0) !important;
      }


      i {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        font-size: 15px;
        line-height: 29px;
        height: 29px;
        width: 20px;
        text-align: center;
        padding: 0 5px;

      }

      input {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        padding: 0 5px;
        font-size: 15px;
        line-height: 29px;
        height: 29px;
        outline: 0;
        border: none;
        background-color: #fafaff;

      }
    }

    .all_managed_entities_area{
      position: relative;
      display: inline-block;
      margin-left: 4px;

      #selector_of_same_interface_of_other_client__container{
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        padding: 0;
        margin: 4px 0;
        font-weight: 500;

        @media only screen and (max-width: 767px){
          display: none;
        }

        select{

        }

        .select2-selection{


          &.select2-selection--single{
            height: 27px;

            .select2-selection__rendered{
              line-height: 25px;
            }

            .select2-selection__arrow{
              height: 25px;
            }

          }

        }

      }

      .button_container{
        margin-left: -5px;
      }

    }


    .buttons{
      position: absolute;
      top: 0;
      right: 0;
      height: 35px;
      font-size: 0;
      line-height: 0;
      /* background-color: #A52133; */
      background-color: var(--balter-primary-color);

      @media only screen and (max-width: 960px){
        /* top: 35px; */
        /* width: 100vw; */
        /* text-align: right; */
        /* height: auto; */
        /* min-height: 35px; */
      }

      .hitext{
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 31px;
        padding: 0 5px 0 10px;
        margin: 2px;
        vertical-align: top;
        color: var(--balter-whitegray-2);

        @media only screen and (max-width: 600px){
          display: none;
        }

      }

      .hiavatar{
        position: relative;
        display: inline-block;
        height: 28px;
        border: 1px solid lightgrey;
        background-color: white;
        border-radius: 50%;
        margin: 2px 5px 0 0;
      }

      .button_container{
        margin-right: 0;

        .button{
          position: relative;
          display: inline-block;
          font-size: 15px;
          line-height: 29px;
          margin: 2px;
          cursor: pointer;
          vertical-align: top;
          border-radius: 5px;
          user-select: none;
          overflow: hidden;
          background-color: #f4f6ffc7;

          span{
            padding: 0 10px 0 10px;
            margin: 0;
          }

          img{
            border-radius: 5px;
            width: auto;
            height: 24px;
          }

          &.button_logout{
            position: relative;
            border-radius: 15px 0 0 15px;
          }

          &.button_with_avatar{
            img{
              height: 25px;
              padding: 2px;
            }
          }

        }

      }


    }


    .lang_switcher{
      position: relative;
      display: inline-block;
      line-height: 27px;
      height: 27px;
      overflow: hidden;
      border: 1px lightgrey solid;
      vertical-align: top;
      margin: 3px 3px 0 3px;
      user-select: none;
      /* transition: 0.3s all ease; */
      background-color: white;
      border-radius: 0 5px 0 0;

      hr{
        display: none;
        margin: 4px 5px;
        border: 0;
        border-top: 1px solid darkred;
      }

      .open_backlayer{
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
      }

      .langs{
        position: relative;
        z-index: 1;
        background-color: white;

        .lang{
          position: relative;
          display: none;
          cursor: pointer;
          text-align: left;
          margin: 2px;

          img{
            position: relative;
            height: 25px;
            width: 33px;
            vertical-align: top;
            border: 1px solid darkred;
          }

          span{
            line-height: 27px;
            font-size: 16px;
            vertical-align: top;
            padding: 0 10px;

            @media only screen and (max-width: 600px){
              display: none;
            }
          }

          &.selected{
            display: block;

            img{
              height: 21px;
              width: 28px;
            }

            span{
              line-height: 23px;
            }

          }

        }

      }

      &.opened{
        position: fixed;
        top: 0;
        right: 0;
        height: calc(100vh - 30px);
        margin: 0;
        overflow-y: scroll;
        border-left: 5px solid var(--balter-primary-color);

        hr{
          display: block;
        }

        .open_backlayer{
          display: none;
        }

        .langs{

          .lang{
            position: relative;
            display: block;

            img{
              position: relative;
              height: 25px;
              width: 33px;
              vertical-align: top;
              border: 1px solid darkred;
            }

            span{
              line-height: 27px;
              font-size: 16px;
              vertical-align: top;
              padding: 0 10px;

              @media only screen and (max-width: 600px){
                display: inline;
              }
            }

            &.selected{
              cursor: default;
              background-color: var(--balter-blue-1);
              color: white;
            }

          }

        }

      }

    }

  }

  .second{
    position: relative;
    height: 50px;
    border-bottom: 1px solid lightgrey;

    @media only screen and (max-width: 960px){
      height: auto;
      min-height: 40px;
      height: auto;
      margin-top: 35px;
    }

    .current_administered_person{
      position: relative;
      display: block;
      float: left;
      z-index: 9;
      margin: 0;
      height: 50px;
      font-size: 0;
      line-height: 0;
      transition: 0.3s all ease;
      min-width: 260px;

      &.button_interface{
        cursor: pointer;
      }

      @media only screen and (max-width: 960px){
        height: 40px;
        max-width: 100%;
        overflow: hidden;
      }

      .button_return_manage_self{
        position: relative;
        display: inline-block;
        width: 20px;
        vertical-align: top;
        margin: 10px 0 0 5px;
        color: #333;
        transition: 0.3s all ease;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
      }

      .avatar{
        position: relative;
        display: inline-block;
        width: auto;
        min-width: 43px;
        height: 43px;
        vertical-align: top;
        margin: 2px;
        background-color: white;
        transition: 0.3s all ease;
        border: 1px solid var(--balter-primary-color);

        @media only screen and (max-width: 960px){
          height: 31px;
          width: 31px;
        }
      }

      .ename{
        position: relative;
        display: inline-block;
        /* min-width: 210px; */
        overflow: hidden;
        word-break: break-all;
        font-size: 16px;
        line-height: 50px;
        margin: 0 5px;
        vertical-align: top;

        @media only screen and (max-width: 960px){
          line-height: 40px;
          height: 40px;
          /* width: calc( 100vw - 150px ); */
          overflow: hidden;
        }

      }

      .button_edit_entity{
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        padding-top: 10px;
        width: 27px;
        text-align: center;
        transition: 0.3s all ease;
        vertical-align: top;
        cursor: pointer;

        svg{
          max-width: 28px;
          height: 28px;
          margin-top: 1px;
        }

        i{
          color: var(--balter-primary-color);
          text-shadow: 0 0 0 #000000;
        }

        &:hover{
          background-color: var(--balter-whitegray-1);
        }
      }


      &.active{
        display: block;
      }

    }

    .administered_persons{
      position: relative;
      display: block;
      float: right;
      z-index: 9;
      margin: 0;
      height: 50px;
      font-size: 0;
      line-height: 0;
      transition: 0.3s all ease;
      cursor: pointer;

      @media only screen and (max-width: 960px){
        float: left;
        height: 40px;
      }

      img{
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: top;
        margin: 10px 5px;

        @media only screen and (max-width: 960px){
          margin: 5px;
        }
      }

      .ename{
        @media only screen and (max-width: 960px){
          /* width: calc( 100vw - 185px ); */
        }
      }

      .arrow_right{
        position: relative;
        display: inline-block;
        z-index: 9;
        text-align: center;
        font-size: 18px;
        line-height: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: var(--balter-primary-color);

        img{
          position: relative;
          display: inline-block;
          width: 30px;
          height: 30px;
          vertical-align: top;
          margin: 10px 5px;

          @media only screen and (max-width: 960px){
            margin: 5px;
          }
        }

        @media only screen and (max-width: 960px){
          line-height: 40px;
        }
      }

      .button_return_manage_self{
        position: relative;
        display: inline-block;
        width: 20px;
        vertical-align: top;
        margin: 10px 0 0 5px;
        color: #333;
        transition: 0.3s all ease;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
      }

      .avatar{
        position: relative;
        display: inline-block;
        height: 41px;
        width: 41px;
        vertical-align: top;
        margin: 2px;
        background-color: white;
        transition: 0.3s all ease;
        border: 2px solid var(--balter-primary-color);

        @media only screen and (max-width: 960px){
          height: 31px;
          width: 31px;
        }
      }

      .ename{
        position: relative;
        display: inline-block;
        /* min-width: 210px; */
        overflow: hidden;
        word-break: break-all;
        font-size: 16px;
        line-height: 50px;
        margin: 0 5px;
        vertical-align: top;

        @media only screen and (max-width: 960px){
          line-height: 40px;
          height: 40px;
          /* width: calc( 100vw - 150px ); */
          overflow: hidden;
        }

      }

      .button_edit_entity{
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        padding-top: 10px;
        width: 27px;
        text-align: center;
        transition: 0.3s all ease;
        vertical-align: top;
        cursor: pointer;

        svg{
          max-width: 28px;
          height: 28px;
          margin-top: 1px;
        }

        i{
          color: var(--balter-primary-color);
          text-shadow: 0 0 0 #000000;
        }

        &:hover{
          background-color: var(--balter-whitegray-1);
        }
      }

      &.button_managed_persons{
        cursor: pointer;
        display: block;
        cursor: pointer;

        @media only screen and (max-width: 960px){

        }

        .ename{
          @media only screen and (max-width: 960px){
            /* width: calc( 100vw - 185px ); */
          }
        }

        .arrow_right{
          position: relative;
          display: inline-block;
          z-index: 9;
          text-align: center;
          font-size: 18px;
          line-height: 50px;
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          color: var(--balter-primary-color);

          img{
            position: relative;
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: top;
            margin: 10px 5px;

            @media only screen and (max-width: 960px){
              margin: 5px;
            }
          }

          @media only screen and (max-width: 960px){
            line-height: 40px;
          }
        }

      }


      &.active{
        display: block;
      }

    }

    .problems_link_button{
      position: relative;
      float: left;
      display: block;
      box-sizing: border-box;
      text-align: right;
      line-height: 30px;
      padding: 0 10px;
      margin: 10px 5px;
      white-space: nowrap;
      box-sizing: border-box;
      border: 1px solid var(--balter-primary-color);
      border-radius: 5px;

      .problems{
        position: relative;
        display: inline-block;
        padding: 0 5px;
        font-weight: 600;

        &.low{
          color: #006400;
        }

        &.medium{
          color: orange;
        }

        &.high{
          color: darkred;
        }

      }

    }

    /*.administered_persons_selector{
      position: relative;
      float: left;
      display: block;
      vertical-align: top;
      overflow: hidden;
      box-sizing: border-box;
      box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0);
      transition: 0.3s all ease;
      background-color: rgb(239 239 239 / 30%);

      @media only screen and (max-width: 960px){
        display: none;
      }

      .administered_persons_backlayer{
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: calc( 100% - 60px );

        height: 50px;

        cursor: pointer;
      }

      .administered_persons{
        position: relative;
        z-index: 9;
        text-align: left;

        .administered_person{
          position: relative;
          z-index: 9;
          margin: 0;
          height: 50px;
          display: none;
          font-size: 0;
          line-height: 0;
          transition: 0.3s all ease;

          .avatar{
            position: relative;
            display: inline-block;
            height: 41px;
            width: 41px;
            vertical-align: top;
            margin: 2px;
            background-color: white;
            transition: 0.3s all ease;
            border: 2px solid #A52133;
          }

          .button_change_global_managed_person{
            position: relative;
            display: inline-block;
            min-width: 171px;
            overflow: hidden;
            word-break: break-all;
            font-size: 16px;
            line-height: 50px;
            margin: 0 5px;
            cursor: pointer;
            vertical-align: top;

            .fa-sign-in-alt{
              color: #A52133;
              display: none;
              text-shadow: 0 1px 0 #000000;
            }
          }

          .arrow_down{
            position: relative;
            display: inline-block;
            z-index: 9;
            width: 30px;
            text-align: center;
            font-size: 18px;
            line-height: 50px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            color: #A52133;
          }

          .button_edit_entity{
            position: relative;
            display: none;
            font-size: 14px;
            line-height: 30px;
            padding: 10px 3px 0 0;
            width: 27px;
            text-align: center;
            transition: 0.3s all ease;
            vertical-align: top;
            cursor: pointer;

            svg{
              max-width: 28px;
              height: 28px;
              margin-top: 1px;
            }

            i{
              color: #A52133;
              text-shadow: 0 0 0 #000000;
            }

            &:hover{
              background-color: var(--balter-whitegray-1);
            }
          }

          &.active{
            display: block;
          }

        }

      }

      &:hover,
      &.active{
        box-shadow: 0 0 8px -3px rgb(0 0 0 / 50%);
        background-color: white;

        .administered_persons_backlayer{
          cursor: default;
        }

        .administered_person{
          display: block;
          border-bottom: 1px solid #ececec;

          .avatar{
            position: relative;
            display: inline-block;
            height: 38px;
            width: 38px;
            vertical-align: top;
            margin: 5px;
            background-color: white;
            border: 2px solid #A52133;
          }

          .button_change_global_managed_person{
            min-width: 345px;

            .fa-sign-in-alt{
              display: inline-block;
            }

          }

          .button_edit_entity{
            display: inline-block;
          }

          .arrow_down{
            display: none;
          }

          &:hover{
            background-color: lightgrey;
          }

          &.active{
            background-color: var(--balter-whitegray-2);

            .button_change_global_managed_person{
              color: #444;
              font-weight: 600;
              cursor: default;

              .fa-sign-in-alt{
                display: none;
              }

            }
          }

        }
      }

    }*/

  }

}

/* -----END INTERFACE CONTENT-------------------------------------------------------------------------------------------- */
/* -----NAV HISTORY RELATED---------------------------------------------------------------------------------------------- */

.area__nav_history{
  position: relative;

  .button_container{
    white-space: normal;

    .button{
      display: block;
      background-color: transparent;
      border-width: 0;
      border-bottom: 1px solid lightgrey;

      .text{
        display: block;
        font-size: 16px;
        line-height: 20px;
        text-align: left;

        .entity_name{
          font-size: 16px;
          line-height: 20px;

        }
      }

    }

  }

}

/* -----GLOBAL FOOTER---------------------------------------------------------------------------------------------------- */

#global_footer{
  position: fixed;
  z-index: 105;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-align: right;
  padding: 0;
  background-color: #f4f6ff;
  box-sizing: border-box;
  border-top: 1px solid #5C000D;

  /* background-image: url('/library/images/textures/bright-squares.png'); */
  /* background-position: center; */
  /* background-size: 200px; */
  /* background-repeat: repeat; */

  #page_active_users_dynamic_container{

    position: relative;
    display: inline-block;
    z-index: 105;
    width: auto;
    height: 30px;
    transition: 0.2s all ease;
    font-size: 0;
    line-height: 0;
    text-align: right;
    /* background-color: rgba(0, 0, 0, 0.2); */
    border-radius: 15px;
    vertical-align: top;

    .active_member{
      position: relative;
      display: inline-block;
      overflow: hidden;
      width: 0;
      height: 30px;
      transition: 0.2s all ease;
      text-align: center;
      border-radius: 15px;
      border: 0 solid var(--balter-primary-color);
      box-sizing: border-box;

      img{
        position: absolute;
        /*top: 0;
        right: 0;
        width: 30px;
        height: 30px;*/
        top: -5px;
        right: -5px;
        width: 40px;
        height: 40px;
        /* border-radius: 50%; */
        /* border: 1px solid #A52133; */
        box-sizing: border-box;
        transition: 0.2s all ease;
      }

      .last_visit{
        position: absolute;
        top: 15px;
        right: 32px;
        font-size: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 3px;
        text-shadow: #ffffff 0 0 4px;
        line-height: 12px;
        transition: 0.2s all ease;
      }

      .session_status{
        position: absolute;
        top: 2px;
        right: 27px;
        width: 6px;
        height: 6px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        transition: 0.2s all ease;

        &[data-status="green"]{ background-color: green; }
        &[data-status="yellow"]{ background-color: orange; }
        &[data-status="red"]{ background-color: darkred; }
      }

      &.current{
        img{
          /* border: 1px solid var(--balter-gray-1); */
        }
      }

      &.active{
        width: 30px;
        margin: 0 2px;
        border: 1px solid green;
      }

      &.active.morethanminut{
        background-color: rgba(255, 255, 255, 0.7);
        width: 60px;
        border-radius: 15px 15px 15px 4px;
        border-width: 0;

        img{
          top: 0;
          right: 0;
          width: 30px;
          height: 30px;
          border-width: 0;
        }

      }

    }

  }

  .footer_nav{
    position: relative;
    display: inline-block;

    .button_interface{
      position: relative;
      cursor: pointer;
    }

    .button__tecnical_issue{
      border: 0;
      background-color: transparent;

      img{
        background-color: transparent;
      }
    }

  }

  .copyright{
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: var(--balter-primary-color);
    margin-right: 30px;

    @media only screen and (max-width: 600px){
      font-size: 12px;
    }

    a{
      color: var(--balter-primary-color);
      text-decoration: none;

      .rb_short{
        display: none;

        @media only screen and (max-width: 400px){
          display: inline;
        }
      }

      .rb{
        display: inline;

        @media only screen and (max-width: 400px){
          display: none;
        }
      }
    }

  }

}

/* -----GLOBAL SEARCH---------------------------------------------------------------------------------------------------- */

#global_search_area{
  position: absolute;
  z-index: 1000;
  top: 35px;
  left: 0;
  height: calc(100vh - 65px);
  width: 100vw;
  display: none;
  background-color: rgb(0 0 0 / 40%);

  &.active{
    display: block;
  }

  #global_search__close_button{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid red;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fffafa;

    i{
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-size: 18px;
    }

  }

  #global_search_content{
    position: relative;
    max-width: 1366px;
    margin: 5px auto 0 5px;
    max-height: 100%;
    overflow-y: auto;
    height: calc(100% - 21px);
    border: 1px solid grey;
    padding: 5px;
    margin-right: 5px;
    background-color: white;

    .global_search_description{
      padding: 5px;
      font-size: 13px;
      line-height: 15px;
      text-align: justify;
    }

    .searched_value{
      position: relative;
      margin: 5px;
      padding: 5px;
      border: 1px solid lightgrey;

      .title{}
      .value{}
    }

    .searched_result_content{
      position: relative;
      padding-bottom: 60px;

      .founds_title{
        position: relative;
        border-top: 1px solid lightgrey;
        padding: 5px 0;
        margin: 10px 5px 0 5px;
        font-size: 18px;
        line-height: 18px;

        &.found_nothing{
          /* opacity: 0.3; */
          display: none;
        }

      }

      .founds_area{
        margin: 0 5px 5px 5px;

        table{
          position: relative;
          width: 100%;
          box-sizing: border-box;

          th,
          td{
            text-align: left;
            padding: 0 5px;
          }

          .col_parent_entity_name{
            width: 30%;
            opacity: 0.8;
          }

        }

        a{

        }

        &.found_nothing{
          /* opacity: 0.3; */
          display: none;
        }

      }

    }

  }


}
