

.is-checked {
    background-color: #d6d6d6;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

}
.hidden {
    visibility:none;
}


.align-right{
    float:right;
    margin-left:4px;
}
.align-left{
    float:left;
    margin-right:4px;
}
.nudge{
    margin-top:1px;
    margin-left:1px;
}
.noodge {
    margin-top:10px;
    margin-right:6px;
}
.align-center{
    float:center;
    margin-left:0px;
    margin-right:0px;
}
.action-button {
    color:#fcfcfc;
    text-shadow: 1px 1px rgb(0, 99, 155);
}
.list-button {
    color:rgb(96, 125, 139);
}
.demo-card-image.mdl-card {
  width: 312px;
  height: 200px;

}
.demo-card-image-001{
  background: url('https://dev.gfbenchad.com/media/photos/004C_Ny6VhHW.jpg') center / cover;
}

.demo-card-image-002{
  background: url('https://dev.gfbenchad.com/media/photos/IMG_20160130_144428.216.jpg') center / cover;
}
.demo-card-image > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.demo-card-image__filename {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.demo-list-three {
  width: auto;
}
body {
    
}
/* Increase photo size in the list */
.mdl-list__item-icon {
    width: 180px;  /* Increase from 110px */
    height: 120px; /* Increase from 68px */
    margin-right: 16px;
}
/* Adjust list items for the larger images */
.mdl-list__item--three-line {
    height: auto;
    min-height: 128px;
    padding: 16px;
    overflow: visible !important;
}
.isogrid {
        
}
.mdl-data-table {
        
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.9)!important;
}
      .mdl-data-table{

      }
.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 16px;
    width: 130px;
}
.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
    padding-right: 16px;
    width: 70px;
}
.location-text{
    white-space: normal;
    word-wrap: break-word;
    overflow:hidden;
}
.shop {
    color:#87C269;
}
.wait {
    color:#8C4140;
}
.mdl-chip__text  i{
    margin-top:3px;
}
.mdl-chip__text {

    line-height: 13px;
}
.mdl-chip > .material-icons{
font-size:10px;
line-height:10px;
}
.chip-icon{
    font-size:18px;
}
/* Improve list item layout for masonry */
.list-item {
    width: 100%;
    max-width: 360px; /* Adjust based on your preference */
    margin-bottom: 32px;
    height: 350px;
}
.mdl-card{
  height: 350px;
}
.masonry{
  gutter: 5;
}
.material-icons{
  font-size:48px;
}
.mdl-textfield__input {
  border-bottom: 1px solid rgb(86 175 81);
}
.mdl-textfield__label {
  color: rgb(54 44 201 / 72%);
}
.mdl-card__supporting-text {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.mdl-button--icon .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-22px, -12px);
    transform: translate(-22px, -12px);
    line-height: 24px;
    width: 24px;
}
.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
    min-width: 72px;
    width: 72px;
    padding: 0;
    overflow: hidden;
    color: rgb(105 45 219 / 87%);
    line-height: normal;
}
.material-icons.chip-icon{
  font-size:inherit;
}
