﻿@media only screen and (min-width: 1025px) {

  .UtenteEntrato-Containers {
    float: right;
    height: 40px;
    margin-top: 30px;
    margin-right: 20px;
  }

  .UtenteEntrato-LabelLogOut {
    font-size: 12pt !Important;
    color: #006837;
    line-height: 32px;
    float: left;
    margin: 4px;
  }

  .UtenteEntrato-BtnLogOut {
    margin: 4px;
    float: left;
  }

  .UtenteEntrato-PanelDetail {
    float: left;
    border: 1px solid #424242;
    box-sizing: border-box;
    background-color: whitesmoke !important;
    box-shadow: 2px 2px 10px 2px #424242;
    border-radius: 6px;
    z-index: 100;
    position: absolute;
    margin-right: 5px;
    padding: 5px;
    margin-top: 40px;
  }
}
