html, body {
  background-color: white;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  font-weight: normal; }

div.main {
  border: 0px solid blue; }

/***** TEXTBOX *****/
.camporicerca {
  border: 2px solid #de1b28;
  font-size: 1.1rem;
  width: 300px;
  padding-left: 5px;
  border-radius: 5px; }

/***** TITOLI *****/
.font-medio {
  font-size: 1.2rem; }

.label-media {
  color: #787876;
  font-size: 1.2rem; }

.titolopagina {
  color: #de1b28;
  font-size: 1.2rem;
  font-weight: bold; }

.sottotitolopagina {
  color: #787876;
  font-size: 1.0rem;
  font-weight: normal; }

.sottotitolopaginadx {
  color: #787876;
  font-size: 1.0rem;
  font-weight: normal;
  padding-right: 10px;
  text-align: right; }

.link_azione {
  padding: 5px; }

.link_azione:hover {
  color: white;
  background-color: #de1b28;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

/***** TABELLE *****/
.titolotabella {
  background-color: #f0efea;
  font-size: 0.8rem;
  border-bottom: 1px solid #de1b28;
  padding: 5px; }

.titolotabellagrande {
  background-color: #f0efea;
  font-size: 1.4rem;
  border-bottom: 2px solid #de1b28;
  padding: 5px; }

.recordtabella {
  background-color: white;
  font-size: 0.8rem;
  border-bottom: 1px solid black;
  color: black;
  padding: 5px; }

.recordtabella2 {
  background-color: #f0efea;
  font-size: 0.8rem;
  border-bottom: 1px solid black;
  color: black;
  padding: 5px; }

.recordtabella:hover {
  background-color: #de1b28;
  color: white;
  transition: 0.5s; }

.recordtabella2:hover {
  background-color: #de1b28;
  color: white;
  transition: 0.5s; }

.recordtabellagrande {
  background-color: white;
  font-size: 1.2rem;
  border-bottom: 2px solid black;
  color: black;
  padding: 5px; }

.tdcolore {
  padding-left: 10px;
  padding-right: 10px; }

.tdtaglia {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid black; }

.tdpd5 {
  padding: 5px; }

div.login {
  border: 15px solid #f0efea;
  height: 400px;
  width: 400px;
  border-radius: 200px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

div.auth {
  border: 0px solid black; }

.auth_text {
  border: 2px solid #0e0e0e;
  width: 100%;
  font-color: #0e0e0e;
  font-size: 1.4rem;
  border-radius: 5px;
  background-color: #f0efea; }

.btn_login {
  border: 2px solid #787876;
  width: 100%;
  font-color: black;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  background-color: #f0efea; }

.btn_login:hover {
  background-color: #787876;
  color: white;
  transition: 0.5s; }

.navbar_menu {
  background-color: #0e0e0e; }

.link_menu {
  cursor: pointer;
  text-decoration: none; }

.nav-item_menu {
  padding-right: 20px; }

.dropdown_menu {
  padding-top: 10px;
  background-color: transparent;
  border: 0px solid #0e0e0e;
  color: white; }

.dropdown_menu:hover {
  border: 1px solid #de1b28;
  color: white;
  transition: 0.5s; }

.dropdown_no_menu {
  background-color: transparent;
  border: 1px solid #0e0e0e;
  color: white;
  cursor: normal; }

.dropdown_no_menu:hover {
  border: 1px solid #0e0e0e;
  color: white;
  cursor: normal;
  transition: 0.5s; }

.dropdown-menu_menu {
  border: 2px solid black;
  border-top: 5px solid #de1b28;
  background-color: #f0efea; }

.dropdown-item_menu {
  color: black; }

.dropdown-item_menu:hover {
  background-color: #787876;
  color: white;
  transition: 0.5s; }

div.conto-vendita-lista-depositi {
  border-bottom: 2px solid #787876;
  padding: 10px;
  background-color: #f0efea; }

div.conto-vendita-ricerca {
  text-align: right; }

div.conto-vendita-lista-scarichi {
  padding: 10px; }

#selectDeposito {
  border: 1px solid #787876;
  border-radius: 5px;
  width: 350px;
  text-align: left; }

div.conto-vendita-giacenza-ricerca {
  border-bottom: 2px solid #787876;
  padding: 10px;
  background-color: #f0efea; }

div.conto-vendita-giacenza-elenco {
  padding: 10px; }

.conto-vendita-giacenzabox {
  width: 200px;
  height: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 5px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-top: 2px solid white;
  background-color: #f0efea;
  border-radius: 5px;
  transition: 0.6s; }

.conto-vendita-giacenzabox:hover {
  border-left: 2px solid #787876;
  border-right: 2px solid #787876;
  border-top: 2px solid #787876;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: 0.5s; }

.conto-vendita-giacenzadatiarticolo {
  background-color: black;
  color: white;
  opacity: 0.5;
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  width: 196px;
  margin-top: 258px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  overflow: hidden; }

.conto-vendita-giacenzadatiarticolo:hover {
  opacity: 1;
  height: 126px;
  transition: 0.6s;
  margin-top: 170px;
  transition: 0.5s; }

.conto-vendita-giacenzaimmagine {
  height: 296px;
  width: 196px;
  border-radius: 5px; }

.conto-vendita-giacenzatdarticolo {
  height: 40px;
  border-bottom: 1px solid white; }

.conto-vendita-giacenzatdarticolodescrizione {
  font-size: 0.8rem;
  height: 40px;
  border-bottom: 2px solid white;
  padding-top: 3px;
  padding-bottom: 3px; }

.conto-vendita-giacenzatdqta {
  font-size: 1rem;
  padding-top: 3px; }

.conto-vendita-giacenzadettaglioimmagine {
  padding-right: 10px; }

.conto-vendita-giacenzadettaglioimmaginesrc {
  max-width: 100%; }

.conto-vendita-giacenzadettaglioimmaginesrcmini {
  max-width: 200px; }

.conto-vendita-giacenzadettagliotdarticolo {
  color: black;
  font-size: 1.4rem; }

@media only screen and (min-width: 650px) {
  div.conto-vendita-titolo {
    float: left; }

  .conto-vendita-giacenzadettaglioimmagine {
    float: left;
    width: 30%; } }
@media only screen and (max-width: 650px) {
  .conto-vendita-giacenzabox {
    width: 100%;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 5px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid white;
    background-color: #f0efea;
    border-radius: 5px;
    transition: 0.6s; }

  .conto-vendita-giacenzadatiarticolo {
    background-color: black;
    color: white;
    opacity: 0.5;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative; }

  .conto-vendita-giacenzaimmagine {
    height: auto;
    width: auto;
    border-radius: 5px; }

  .conto-vendita-giacenzamodello {
    width: 100%;
    text-align: center; } }

/*# sourceMappingURL=xfashion.css.map */
