/**
 * 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;
  margin: 0;
  padding: 0;
}

.cloak {
  visibility: hidden;
}

dialog .mdl-progress {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

body .mdl-layout__header-row {
  padding-left: 40px;
  height: 30px;
}

body .mdl-layout__header-row h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

body .mdl-layout__tab-bar-button {
  display: none;
}

body .mdl-layout .mdl-layout__tab-bar, body .mdl-layout .mdl-layout__tab-bar-container {
  overflow: visible;
}

body .mdl-layout__tab-bar-container {
  height: 64px;
}

body .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

body .mdl-card__title-text {
  font-size: 24px;
}

body .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
}

body .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}

body #createButton {
  position: absolute;
  right: 180px;
  top: 36px;
  z-index: 999;
}

body #getButton {
  position: absolute;
  right: 110px;
  top: 36px;
  z-index: 999;
}

body #moreButton {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}


body #signOutButton {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 999;
  color: white;
}

p {
  font-size: 14px;
  margin: 0 0 8px 0px;
  word-wrap: break-word;
}

.highlighted {
  animation: 2000ms linear 0ms normal highlightedKeyframes;
}

select {
  min-width: 200px;
  height: 20px;
}

.float-right {
  float: right;
}

.mdl-dialog__content {
  font-size: 16px;
}

dialog {
  min-width: 450px;
}

#creationDataDialog {
  min-width: 60%;
}

@keyframes highlightedKeyframes {
  0% {
    background-color: #FFFFFF;
  }
  50% {
    background-color: #00897b;
  }
  100% {
    background-color: #FFFFFF;
  }
}

.mdl-dialog {
  width: 400px;
}

.mdl-dialog__title {
  padding: 24px 24px 0;
  margin: 0;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: rgb(63, 81, 181);
}

/*
.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 280px;
}


}

.mdl-dialog__actions {
  padding: 8px 8px 8px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mdl-dialog__actions>* {
  margin-right: 8px;
  height: 36px;
}

.mdl-dialog__actions>*:first-child {
  margin-right: 0;
}

.mdl-dialog__actions--full-width {
  padding: 0 0 8px 0;
}

.mdl-dialog__actions--full-width>* {
  height: 48px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right;
}

.mdl-dialog__content {
  padding: 20px 24px 24px 24px;
  color: rgba(0, 0, 0, 0.54);
}*/

#signInPrompt {
  background-color: #FAFAFA;
  height: 100%;
  padding-top: 200px;
  margin: auto;
  width: 300px;

};

.text-center {
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.text-italic {
  font-style: italic;
}

.text-muted {
  color: #6c757d;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

#loginHeader {
  text-align: center;
  margin-bottom: 5px;
}

#loginFooter {
  text-align: center;
  margin-top: 15px;
}