@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(font.woff2) format('woff2');
}
body {
  background-color: white;
}
.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;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.mdl-components__link-image {
  display: inline-block;
  margin: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 48px;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  z-index:10;
}
.mdl-data-table th {
  text-align: center;
}
.mdl-data-table td {
  text-align: center;
}
.product-table {
  width: 304px;
  top: 10px;
  left: 10px;
}
.product-button-right {

}
.product-button-left2 {

}
.product-button-left {
}
.product-button-exit {

}
.shopping-table {
  width:100%;
  margin:50px auto;
}
.mdl-layout__drawer {
  width: 500px;
  left: -250px;
}
.mdl-layout__drawer.is-visible {
  left: 0;
}
.demo-card-image.mdl-card {
}
.demo-card-image > .mdl-card__actions {

  color: black;
}
.nopadding {padding: 0px !important; margin: 0px !important;}
.align-right { text-align: right !important; }
.demo-card-image__filename {

}
*:not(input,textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Disable selection/Copy of UIWebView */
}
.mdl-spinner {
  width: 84px;
  height: 84px;
}
.mdl-spinner__circle {
  border-width: 9px;
}
#myProgress {
  width: 100%;
  background-color: #ddd;
}
#myBar {
  width: 10%;
  height: 30px;
  background-color: #3498db;
}
.product-th-medida {
  min-width: 175px!important;
}
.product-td-medida  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
}
.mdl-js-data-table td,.mdl-js-data-table th  { padding: 8px!important;}
#hammer.mdl-card { width: 100%!important; background-size: cover!important;}
.loader {
  position: absolute;
  left: 40%;
  top: 10%;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:absolute;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#808080;
  opacity: 0.8;
}
.ng-modal-dialog {
  background-color: #fff;
  box-shadow: 10px 10px #595554;
  border-radius: 4px;
  z-index:10000;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ng-modal-dialog-content {
  padding:10px;
  text-align: left;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}
.product-icon{
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 85%;
  z-index: 999;
}