/**
 * 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;
  background-color: #f5f5f5;
}
a {
  text-decoration: none;
}
li a {
  text-decoration: underline;
  color: #0288d1;
}
img {
    max-width: 100%;
    display: inline;
}
.mdl-card {
  overflow: visible;
}
.mdl-layout__header {
    background-color: #e53935;
}
.grecaptcha-logo {
  background-color: white;
}
.mdl-grid {
  max-width: 1024px;
  margin: auto;
}
.mdl-layout__header {
    background-color: #e53935;
}
.mdl-layout__header-row {
  padding: 0;
}
.quickstart-user-details-container, .user-details-container {
  margin-top: 20px;
  line-height: 25px;
}
#quickstart-sign-in-status, #sign-in-status {
  font-weight: bold;
}
pre {
  overflow-x: scroll;
  line-height: 18px;
}
code {
  white-space: pre-wrap;
  word-break: break-all;
}
h3 {
  background-size: 30px;
  padding-left: 50px;
  color: white;
}
#verification-code-form {
  display:none;
}
#recaptcha-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
#verify-code-button, #cancel-verify-code-button {
  margin-left: 20px;
}
#sign-out-button {
  display: none;
}
#sign-in-card {
  z-index: 2;
}
.login-container {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
}

.login-button-container {
    display: block;
    clear: both;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.login-card .mdl-card__supporting-text {
    width: 100%;
    box-sizing: border-box;
}

.login-card .mdl-card__title-text {
    font-size: 22px;
    font-weight: 400;
}

.input-label {
    position: relative;
    top: 12px;
    font-size: 12px;
    color: #0b3754;
}

.survey-login{
    list-style: none;
    padding-left: 16px;
    padding-right: 16px;
}

.survey-login .mdl-textfield {
    width: 100%;
}

.survey-login .mdl-textfield__label {
    top: 21px;
}

h3 {
    font-size: 21px;
    padding-left: 70px;
}

#aoaSurvey .mdl-grid, .thankyou-page .mdl-grid {
    padding-top: 40px !important;
}

#aoaSurvey .mdl-card, thankyou-page .mdl-card {
    margin-bottom: 30px;
}

#aoaSurvey .mdl-list {
    margin: 0;
}

#aoaSurvey .mdl-textfield {
    width: 100%;
}

#aoaSurvey .mdl-card__supporting-text {
    width: 100%;
    box-sizing: border-box;
}

#aoaSurvey .mdl-card__supporting-text.text-input-answer {
    padding: 16px 26px;
}

#aoaSurvey .complete-survey {
    width: 100%;
    position: relative;
}

#aoaSurvey .complete-survey button {
    float: right;
    right: 8px;
    height: auto;
    padding: 7px 26px;
    background-color: #0b3653 !important;
}

#aoaSurvey .mdl-radio {
    font-size: 15px;
}

#aoaSurvey .mdl-radio.is-upgraded {
    padding-left: 34px;
}

#aoaSurvey .mdl-card__title-text, .thankyou-page .mdl-card__title-text {
    font-size: 19px;
    color: white;
    font-weight: 400;
}

#aoaSurvey .mdl-card__title, .thankyou-page .mdl-card__title {
    padding: 16px 24px;
    background-color: #009688 !important;
    border-radius: 3px 3px 0 0;
}

.mdl-layout__drawer-button {
    margin: 12px 12px !important;
}

.top-bar {
    background: #0b3754;
    padding: 50px 0;
    text-align: center;
}

.thank-you-card {
    background: white;
    padding: 60px 80px;
    max-width: 910px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
}

.thank-you-card img {
    margin-bottom: 30px;
}

.thank-you-card h4 {
    margin: 0 0 26px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
}

.thank-you-card p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom:0;
}

#start-survey {
    padding: 7px 22px;
    float: right;
    background-color: #0b3653;
    color: white;
    margin-top: 40px;
    height: auto;
}

.start-survey {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}

.start-survey button {
    float: right;
}

.has-error .mdl-card__title {
  background: #D50000 !important;
  color: #FFFFFF !important;
  border-radius: 4px 4px 0 0;
}

.separator {
    height: 1px;
    background: #bbbbbb;
    margin: 70px 0;
}

.start-survey p {
    font-family: 'Roboto';
    color: #888888;
    font-size: 15px;
    margin-bottom: 30px;
}

.footer-section img {
    margin-bottom: 30px;
    max-height: 49px !important;
}

.footer-section {
    float: left;
    width: 100%;
    font-family: 'Roboto';
}

.footer-section p {
    font-family: 'Roboto';
    color: #aaaaaa;
    margin-bottom: 25px;
}

.rtk-logo {
    display: block !important;
}

.welcome-block {
    width: 100%;
}

.personal-welcome {
    text-align: center;
    margin: 0 0 30px 0;
    color: #454545;
    font-size: 24px;
}

#aoaSurvey .has-error .mdl-card__title {
    background-color: #d50000 !important;
}

#errorBlock {
    text-align: right;
    margin: 0 10px 20px 10px;
    width: 100%;
    color: #d50000;
    font-size: 18px;
}

@media screen and  (max-width: 768px) {
    .mdl-layout__header-row a {
        display: none;
    }
    
    .thank-you-card {
        padding: 40px 60px;
    }
}


@media screen and  (max-width: 584px) {
    .thank-you-card {
            padding: 45px 30px;
    }
    
    .top-bar img {
        width: 90%;
    }
    
    .thank-you-card h4 {
        margin: 0 0 20px;
        font-size: 25px;
    }
    
    .thank-you-card p {
        font-size: 17px;
        margin-bottom: 0;
    }
    
    .login-container {
        margin-top: 20px;
    }
    
    .separator {
        margin: 70px 0 20px;
    }
    
    .footer-section img {
        max-height: 40px !important;
    }
}