/** 
 *   @Document   : lauyout.css
 *   @Created on : 
 *   @Author     : Virginio Laurini @ Pingitore Informatica
 *   @Description:
 *
 */
 
/* Default settings */
body { 
  font: 13px verdana,helvetica,sans-serif; 
  padding: 0px; 
  margin: auto; 
  background-color: whitesmoke;
}

table {
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: whitesmoke;
}

/* Titolo del sito */
.titolo {
  text-align: center;
  vertical-align: middle;
  font-size: 4em; 
  color: #084e87;
  font-weight: bold;
  font-style: italic;
  font-family: 'Times New Roman',Times,serif;
}

/* responsive text queries */
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 96%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 93%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}

/* Area dei messaggi utente */
.msgArea {
  vertical-align: middle; 
  cursor: pointer;
}

/* Bottoni */
.imgBigButton {
  width: 30px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.imgMediumButton {
  width: 25px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.imgSmallButton {
  width: 20px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* Bootstrap customizations */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
