﻿/*MODALITTA SMARTPHONE*/
@media only screen and (max-width: 600px) {

  .lblElencoSistemi {
    border-bottom: solid 2px #0094ff
  }

  .lblElencoProfili {
    border-bottom: solid 2px #0094ff;
  }

  /* HEADER */
  .Header {
    float: left;
    width: 100%;
    min-height: 50px;
  }

  .HeaderLeft {
    float: left;
    width: 100%;
    min-height: 10px;
    padding-right: 10px;
  }

  .HeaderRight {
    float: left;
    width: calc(100% - 10px);
    padding-right: 10px;
    min-height: 50px;
  }

  .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% - 45px) !important;
    float: left;
    min-width: 100px;
  }

  .BtnSearchAll {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: right;
  }


  /* FOOTER*/

  .Footer {
    background-color: #006837;
    min-height: 200px;
    margin-top: 10px;
    height: auto;
  }

  .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;
  }
}
