/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.lifo_result .input-field{
 
 color: red;
}


  #logo-container{
    font-weight: 700;
  }

 .collection-item p{
  color: gray;
  margin-bottom: 0px;

  margin-top: 0px;
 }
 .number input{
  width: 50px;
  margin-bottom: -100px;
  margin-top: -100px;
 }
.round{
    border-radius: 25px;
}
nav .dropdown-content  {
  margin-top: 65px;
}

.login{
 /* display: block;
  margin-left: 25%;*/
}
.lifo-logo{
  /*float: top;
  display: block;
  margin-bottom: 20px;
  margin-left: 100px;*/
}
.acg-logo{
/*	margin-top: -0px;
	margin-left: 50px;*/
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


/*********************
  Media Query Classes
**********************/

@media only screen and (max-device-width : 600px)  {
  .acg-logo{
    display: none;
  }
  .login h5{
    font-size: 20px;
  }

}

@media only screen and (max-device-width : 320px)  {
  .acg-logo{
    display: none;
  }
  .login h5{
    font-size: 15px;
  }

}

/*Fixed Brand Name Size*/

@media only screen and (min-width : 994px)  {
  #logo-container{
    font-size: 1em;
  }
}
@media only screen and (max-width : 400px)  {
  #logo-container{
    font-size: 1em;
  }
}
/*********************
  Other Added Classes
**********************/


table.notes td{

    vertical-align: text-top;
} 


table.bordered  td {
border-left: 1px solid #cfd8dc;
border-right: 1px solid #cfd8dc;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(material-icons.woff) format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}