/**
 * 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;
}
main {
  height: 100%;
  padding-bottom: 0;
}
#card-container {
  height: calc(100% - 35px);
  padding-bottom: 0;
}

.mdl-layout__header-row span {
  margin-left: 15px;
  margin-top: 17px;
}
.mdl-grid {
  /* max-width: 1024px; */
  margin: auto;
}
.material-icons-title {
  font-size: 36px;
  top: 8px;
  position: relative;
}
.mdl-layout__header-row {
  padding: 0;
  margin: 0 auto;
}
.mdl-card__supporting-text {
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.mdl-card {
  min-height: 0;
}
.mdl-card {
  background: linear-gradient(white, #f9f9f9);
  justify-content: space-between;
}
#user-container {
  /* position: absolute; */
  display: flex;
  flex-direction: row;
  /* top: 22px; */
  /* width: 100%; */
  /* right: 0; */
  padding-left: 10px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
#user-container #user-pic {
  position: relative;
  display: inline-block;
  background-image: url('/images/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 5vh;
  height: 5vh;
  background-size: cover;
  border-radius: 50%;
}
#user-container #user-name {
  font-size: 16px;
  line-height: 36px;
  padding-right: 10px;
  padding-left: 20px;
}
/* @media screen and (max-width: 610px) {
  header {
    height: 113px;
    padding-bottom: 80px !important;
  }
  #user-container {
    top: 72px;
    background-color: rgb(3,155,229);
    height: 38px;
    padding-top: 3px;
    padding-right: 2px;
  }
  #user-container #user-pic {
    top: 2px;
    width: 33px;
    height: 33px;
    background-size: 33px;
  }

  .edit-layout {
    display:block;
  } 
} */

@media print {
  .edit-layout {
    display: none;
  }
}

/* .mdl-layout__header {
    min-height: 35px;
} */

.mdl-textfield__label:after {
  background-color: #0288D1;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color: #0288D1;
}
/* .mdl-button .material-icons {
  top: -1px;
  margin-right: 5px;
} */

.mdl-button--icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-heading {
  margin-left: 1em;
}

.mdl-card {
  overflow: visible;
  z-index:auto;
}

.mdl-textfield {
  padding: 0;
}


