﻿/*MODALITTA TABLET*/
@media only screen and (min-width: 601px) and (max-width: 1024px) {

  .lblElencoSistemi {
    border-bottom: solid 2px #0094ff
  }

  .lblElencoProfili {
    border-bottom: solid 2px #0094ff;
  }

  /* HEADER */
  .Header {
    float: left;
    width: 100%;
  }

  .HeaderLeft {
    float: left;
    width: calc(100% - 300px);
    min-width: 320px !important;
  }


  .HeaderRight {
    float: left;
    width: 300px;
  }

  .BBtnBar {
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 5px;
    margin: 0px !important;
  }

  .PnlSearchAll {
    float: left;
    /*    height: calc(100% - 0px);
    width: calc(100% - 80px);*/
  }

  .mbtSearchAll {
    margin-left: 10px !important;
    margin-top: 0px !important;
    border: none !important;
    background-color: transparent !important;
    color: white !important;
    height: 40px;
    width: calc(100% - 48px);
    float: left;
    min-width: 150px;
  }

  .BtnSearchAll {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: right;
  }

  /* FOOTER*/
  .Footer {
    background-color: #006837;
    height: 52px;
    margin-top: 10px;
  }

  .FooterLeft {
    display: none;
    float: left;
  }


  .FooterRight {
    text-align: center;
    width: 100%;
    float: left;
  }


  /*LABEL FOOTER*/
  .Designed {
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    font-style: normal;
    font-size: 10pt;
  }
}
