/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html,
body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

a {
  color: rgb(63, 81, 181);
}

.hidden {
  display: None;
}

.demo-avatar {
  width: 80%;
  height: 80px;
  border-radius: 24px;
}

.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}

.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}

.demo-drawer {
  border: none;
  max-height: none;
  box-shadow: none;
}

#main-contain {
  background-color: #37474F;
}

/* iOS Safari specific workaround */
.demo-drawer .mdl-menu__container {
  z-index: -1;
}

.demo-drawer .demo-navigation {
  z-index: -2;
}

/* END iOS Safari specific workaround */
.demo-drawer .mdl-menu .mdl-menu__item {
  display: flex;
  align-items: center;
}

.demo-drawer-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  align-items: center;
}

.demo-avatar-dropdown {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.demo-navigation {
  flex-grow: 1;
}

.demo-layout .demo-navigation .mdl-navigation__link {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}

.demo-layout .demo-navigation .mdl-navigation__link:hover {
  background-color: rgb(0, 188 212);
  color: #37474F;
}

.demo-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 32px;
}

.demo-content {
  max-width: 1200px;
}

.demo-card-square {
  /*align-items: flex-end;
  align-content: flex-end;*/
  height: auto;
}

.demo-card-square>.mdl-card__title {
  color: #000;
  align-items: flex-start;
}

#dt-results>h5,
#dermatologist-api-results>h5,
#dermatologist-api-results,
#dt-results {
  padding-top: 0;
}

/* #dt-results, #dermatologist-api-results {
  min-height: 80%;
} */

.upload-placeholder {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}

#upload-form {
  padding-left: 8px;
  padding-right: 8px;
}

.demo-cards .demo-separator {
  height: 32px;
}

.demo-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}

.demo-cards ul {
  padding: 0;
}

.demo-cards h3 {
  font-size: 1em;
}

.demo-updates .mdl-card__title {
  min-height: 200px;
  background-image: url('images/dog.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
}

.demo-cards .mdl-card__actions a {
  color: rgb(63, 81, 181);
  ;
  text-decoration: none;
}

.demo-charts {
  padding-left: 15px;
}

.demo-options h3 {
  margin: 0;
}

.demo-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}

.demo-options ul {
  margin: 0;
  list-style-type: none;
}

.demo-options li {
  margin: 4px 0;
}

.demo-options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}

.demo-options .mdl-card__actions {
  height: 64px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.classifier-results {
  align-content: space-between;
}

.wrapped-figures {
  display: flex;
  flex-wrap: wrap;
}

.outer {
  width: 100%;
}

.mdl-radio__label {
  padding-right: 20px;
}

.inner-bottom {
  overflow-y: auto;
  max-height: 600px;
}

span#exchange,
span#price_type {
  text-transform: capitalize;
}

span#market {
  text-transform: uppercase;
}

span#increase {
  color: #1da33a;
}

span#decrease {
  color: red;
}

div#predict-card {
  display: flex;
  justify-content: space-evenly;
  min-height: 80px;
  align-items: center;
}

div#classify-row {
  padding-left: 0;
}

.row {
  min-width: calc(100% - 16px);
}

.home-header {
  justify-content: center;
}

.footer {
  z-index: -4;
}

.mdl-ripple {
  background: #000;
  opacity: 0.001;
}

ul,
li {
  /*list-style-type: none;*/
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul {
  padding-bottom: 10px;
}

*/ div#file-list-display>p {
  margin-bottom: 0;
  font-size: 13px;
}

div#file-list-display {
  overflow-y: auto;
  max-height: 100px;
}

div#dt-results>.outer>.inner-top>h4 {
  margin-top: 0;
}

div#home-content>p>a {
  color: rgb(63, 81, 181);
}

div#dt-inner-bottom>ul,
#dermatologist-inner-bottom>ul {
  list-style: none;
}

#card1-title {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 600px;
}

#predict-radio-card {
  display: flex;
  align-content: center;
  justify-content: center;
}

#analyze-radio-legend {
  padding-bottom: 10px;
}

#disease-list {
  list-style: circle;
}

#home-content {
  display: flex;
  flex-direction: column;
}

#login-btn {
  display: flex;
  justify-content: center;
}