html, body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
#page-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7A13C;
background: -moz-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(247,161,60,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(247,161,60,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(247,161,60,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(247,161,60,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(247,161,60,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,175,75,1) 0%, rgba(247,161,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#f7a13c', GradientType=1 );
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
}
.mdl-layout__content {
    /*padding: 10px;*/
    max-width: 1440px;
}

/* My Custom CSS */
.mdl-card {
    z-index: 1000;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    height: 100%;
    width: 100%;
/*    transform: translate(-50%, -50%);*/
}
.mdl-card__supporting-text {
    overflow: scroll !important;
}
.rangeBreakdown {
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 10px;
}
.mdl-button-small {
    padding: 0 8px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 12px !important;
    margin-bottom: 4px;
}
#selectedGroupTitle {
    margin: 0px;
    padding-bottom: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    color: #333;
}
table td {
    padding: 4px auto;
    border: 1px solid #ccc;
    text-align: center;
    height: 30px;
}
.android-content {
    margin: 20px;
}
.rangeBreakdown .mdl-list__item {
    font-size: 14px;
}
.mdl-list__item-sub-title {
    font-size: 12px !important;
}
.mdl-navigation__title {
    font-size: 16px;
    color: #757575;
    margin-left: 5px;
    display: block;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}


.android-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.android-mobile-title {
  display: none !important;
}


.android-logo-image {
  height: 28px;
  width: 28px;
}


.android-header {
  overflow: visible;
  background-color: #ff9800;
}

  .android-header .material-icons {
    color: #000 !important;
  }

  .android-header .mdl-layout__drawer-button {
    background: transparent;
  }

  .android-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

  .android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    justify-content: flex-end;
    width: 800px;
  }

  .android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .android-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #ff9800;
    }

  .android-more-button {
    order: 3;
  }


.android-drawer {
  border-right: none;
  background: #444;
}

  .android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #fff;
  }

  .android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #ff9800;
  }

  .android-drawer .mdl-layout-toolbar {
    position: relative;
    background: #111;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ff9800 !important;
  }

    .android-drawer .android-logo-image {
      position: absolute;
      bottom: 16px;
    }

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}
.android-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
  .android-navigation-container {
    display: none;
  }

  .android-title {
    display: none !important;
  }

  .android-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.android-search-box.is-focused ~ .android-mobile-title,
  .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
    opacity: 0;
  }
  .mdl-layout__content {
    padding: 0px 10px !important;
  }


    .rangeBreakdown {
        width: 100% !important;
    }
    .rangeBreakdown > .mdl-list__item {
        float: left;
        width: 50% !important;
        height: 65px !important;
        line-height: 85px !important;
    }
    table td {
    font-size: 10px;
    }
    .rangeBreakdown.mdl-list {
        padding: 4px 0;
    }
    .rangeBreakdown .mdl-list__item {
        font-size: 10px;
    }
    .mdl-list__item-sub-title {
        font-size: 10px !important;
    }

    footer {
      display: none !important;
    }
}

/*** Accordion ***/
.mdl-accordion.mdl-accordion--opened {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: -1px;
}

.mdl-accordion.mdl-accordion--opened + .mdl-accordion.mdl-accordion--opened {
  border-top: none;
  margin-top: 0;
}

.mdl-accordion .mdl-accordion__content-wrapper {
  overflow: hidden;
  background: #777;
}

.mdl-accordion .mdl-accordion__content {
  transition-property: margin-top;
  transition-duration: 0.2s;
}

.mdl-accordion .mdl-accordion__icon {
  transition-property: transform;
  transition-duration: 0.2s;
  color: rgba(0,0,0,0.3);
  position: absolute;
  right: 6px;
  margin-top: -3px;
}
.mdl-accordion.mdl-accordion--opened .mdl-accordion__icon {
  transform: rotate(-180deg);
}

.mdl-accordion.mdl-accordion--opened .mdl-accordion__button {
  color: #ff9800;
}
.mdl-accordion.mdl-accordion--opened .mdl-accordion__content {
  margin-top: 0 !important;
}
/*** Weighted ***/
.weighted {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
.cell {
    position: relative;
}
/*** Search Results ***/
.fp-avatar {
  height: 32px;
  width: 32px;
  display: inline-block;
  background-size: 32px 32px;
  border-radius: 32px;
  border: 2px white solid;
  margin-right: 10px;
}
.fp-username {
  display: inline-block;
  line-height: 38px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.fp-usernamelink {
  border-radius: 19px 5px 5px 19px;
  text-transform: none;
  white-space: nowrap;
}
