/*
 * 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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *









 */

/* Rules for Google Material Designi Incons. */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("./MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("./MaterialIcons-Regular.woff2") format('woff2'),
    url("./MaterialIcons-Regular.woff") format('woff'),
    url("./MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-10 	{ font-size: 10px; !important; }
.material-icons.md-12 	{ font-size: 12px; !important; }
.material-icons.md-18 	{ font-size: 18px; }
.material-icons.md-24 	{ font-size: 24px; }
.material-icons.md-36 	{ font-size: 36px; }
.material-icons.md-48 	{ font-size: 48px; }

.material-icons.md-xs 	{ font-size: 12px; }
.material-icons.md-sm 	{ font-size: 18px; }
.material-icons.md-md 	{ font-size: 24px; }
.material-icons.md-lg 	{ font-size: 36px; }
.material-icons.md-xl 	{ font-size: 48px; }
.material-icons.md-xxl 	{ font-size: 56px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules for coloring icons active & inactive. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules for sizing the buttons. */
.btn-group-xs > .btn, .btn-xs {
  padding: .15rem .2rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}
.btn-group-xxs > .btn, .btn-xxs {
  padding: .08rem .1rem;
  font-size: .875rem;
  line-height: .1;
  border-radius: .2rem;
}

/* Rules for sizing input fields. */
.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}


/* Rules for table responsive. */
.table-responsive {overflow: visible;}


/* Rules for table. */
.no-border tbody tr td, .no-border tbody tr th {border: none;}
.table-vcenter tbody tr td {vertical-align: center;}


/* Allineamento verticale tabelle */
.table-vcenter tr td {
   vertical-align: middle !important;
}


.form-control-xs {
  height: 25px;
}


body, html {
  height: 100%;

  /* The image used */
  background-image: url("bgs/bg-circuit-6.png");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.date-select { 
  display: inline-block;
  width: 33%;
}

.date-select-short { 
  display: inline-block;
  width: 32.5%;
}
