@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';
}

table {
    width:100%;
    font-size:18px;
}

.theme-first-cell-header {
    height:60px;
    padding-left:30px;
}

.theme-first-cell img {
    margin: 10px;
    vertical-align: middle;
}

.center {
    margin-left: auto !important;
}

.fullheight {
    height: 100%;
}

.fw7-bg-color {
    background-color: #03a9f4;
}

.no-margin {
    margin: 0px;
}

.grey-bg {
    background-color: #eeeeee;
}

.white-bg {
    background-color: #ffffff;
}

.height-minus-header {
    height: calc(100% - 56px);
}

.no-padding-right {
    padding-right: 0px;
}

.left-padding-only {
    padding:0px 10px 0px 0px;
}

.padding-left-30 {
    padding-left: 30px;
}

.flex-display {
    display: flex;
}

.vscrollable {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.white-icon {
    color:#ffffff;
    padding:20px;
}

.card-layout {
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.card-layout .card {
    width:200px;
    margin: 15px;
}

.card-layout .card-header {
     height: 140px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}

.card-content-header {
    width: 100%;
    font-size: 14pt;
    overflow: hidden;;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.action-card-layout {
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.action-card-layout .card {
    width:200px;
    height:220px;
    margin: 15px;
    background-color: #03a9f4;
}

.action-card-layout img {
    width:150px;
    height:150px;
    padding: 15px;
}

.action-card-layout span {
    font-size: 20px;
}

.action-card-layout .card-content {
     text-align: center;
}

.tab-link.active {
    border-bottom: 3px solid #03a9f4;
}

.no-bg-image {
    background-size: 0px !important;
    padding-right: 20px !important;
}

.list-block .item-text {
    max-height: 60px
}

.label-cell {
    text-align: center !important;
}