/**
 * 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.
 */
/*MODAL*/

/* The Modal (background) */
.modal-fcm {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-fcm .mdl-grid {
    max-width: 1024px;
    margin: auto;
}
.modal-fcm .mdl-layout__header-row {
    padding: 0;
}
.modal-fcm .quickstart-user-details-container {
    margin-top: 20px;
    line-height: 25px;
}
.modal-fcm #quickstart-sign-in-status {
    font-weight: bold;
}
.modal-fcm pre {
    overflow-x: scroll;
    line-height: 18px;
}
.modal-fcm code {
    white-space: pre-wrap;
    word-break: break-all;
}

/* Modal Content */
.modal-fcm .modal-fcm-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
}

/* The Close Button */
.modal-fcm .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-fcm .close:hover,
.modal-fcm .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-fcm .butt {
    background: rgb(255,152,0);
    color: rgb(66,66,66); 
    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: none;
    border-radius: 2px;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

#modal_message {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
}