/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */



// 
// * {
//   max-width: 1600px;
//   margin: auto;
// }
// 
// p {
//   font-size: 1.6em;
//   padding: 0.25em;
//   font-family: 'Share Tech Mono';
// }
// 
// p>strong {
//   font-family: verdana
// }
// 
// h1 {
//   font-family: 'Electrolize';
//   font-size: 50px;
//   padding: 15px;
//   line-height: 55px;
//   text-align: center;
// }
// 
// .menucontainer {
//   overflow: hidden;
//   background-color: #333;
//   font-family: 'Share Tech Mono';
//   word-spacing: 0.5px;
// }
// 
// .menucontainer a {
//   float: left;
//   font-size: 16px;
//   color: white;
//   text-align: center;
//   padding: 14px 16px;
//   text-decoration: none;
// }
// 
// .dropdown {
//   float: left;
//   overflow: hidden;
// }
// 
// .dropdown .dropbtn {
//   font-size: 16px;
//   border: none;
//   outline: none;
//   color: white;
//   padding: 14px 16px;
//   background-color: inherit;
//   font-family: 'Share Tech Mono';
// }
// 
// .menucontainer a:hover, .dropdown:hover .dropbtn {
//   background-color: #76b852;
// }
// 
// .dropdown-content {
//   display: none;
//   position: absolute;
//   background-color: #f9f9f9;
//   min-width: 160px;
//   box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
//   z-index: 1;
// }
// 
// .dropdown-content a {
//   float: none;
//   color: black;
//   padding: 12px 16px;
//   text-decoration: none;
//   display: block;
//   text-align: left;
// }
// 
// .dropdown-content a:hover {
//   background-color: #ddd;
// }
// 
// .dropdown:hover .dropdown-content {
//   display: block;
// }
// 
// #loginright {
//   float: right;
//   background-color: red;
// }
// 
// #loginright a:hover {
//   float: right;
//   background-color: red;
//   transform: scale(1.1);
// }
// 
// 
// 
// /*Styling delle _form.html*/
// 
// .field {}
// 
// 
// /*Tabella*/
// 
// table {
//   width: 100%;
//   border-collapse: collapse;
//   border-spacing: 0;
// }
// 
// 
// /*Zebrato*/
// 
// tr:nth-of-type(odd) {
//   background: white;
//   box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
// }
// 
// tr:hover {
//   background-color: #ffffb3;
// }
// 
// td, th {
//   padding: 6px;
//   border: 1px solid #ccc;
//   text-align: left;
// }
// 
// th {
//   background: #76b852;
//   color: white;
//   font-weight: bold;
//   border: 0px solid #ccc;
//   font-size: 16px;
// }
// 
// th:first-child {
//   border-radius: 10px 0 0 0;
// }
// 
// th:last-child {
//   border-radius: 0 10px 0 0;
// }
// 
// th:only-child {
//   border-radius: 10px 10px 0 0;
// }
// 
// #calendar {
//   max-width: 900px;
//   margin: 40px auto;
//   padding: 0 10px;
//   position: relative;
//   z-index: 0;
// }
// 
// #calendar tr:hover {
//   color: #333333;
// 	background-color: transparent;
// }
// 
// #calendar th {
//   border-radius: 0;
// }
// 
// #calendar tr:nth-of-type(odd) {
//   background: none;
//   box-shadow: 0 0 0 0;
// }


