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

.ribbon
{
    width: 100%;
    height: 50%;
    background-color: #546e7a;
    position: fixed;
}

.list-tour.active
{
    background: #dcdcdc;
}



#tour-detail span.label, #tour-detail span.value
{
    display: block;
}

#tour-detail span.label
{
    font-size: 1.2em;
    color: #c1cafe;
    margin: 10px 0 3px 0;
}

#tour-detail span.value
{
    color: #ffffff;
    font-size: 1.4em;
    margin-bottom: 1em;
}

#tour-detail span.value.title
{
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 0.4em;
}

#tour-detail
{
    position: fixed;
    top: 20%;
    padding: 1em;
    width: 20%;
}

#btn-wrapper
{
    margin: 2em auto 1em auto;
    height: 42px;
    overflow: hidden;
    width: 240px;
}

#btn-start, #btn-really
{
    float: left;
    display: block;
    font-size: 1.5em;
    height: 44px;
    padding: 5px 36px;
    width: 240px;
}

#btn-start:disabled
{
    background-color: #dddddd !important;
    color: #a5a5a5 !important;
    box-shadow: none !important;
}

.list-tour i.material-icons
{
    font-size: 44px;
    width: 52px;
    height: 52px;
    padding: 5px 0 0 5px;
    position: relative;
    bottom: 8px;
}

.mdl-list__item--two-line
{
    height: 84px;
}

#tours-list
{
    margin-top: 0;
    padding: 0;
}


#container-right
{
    z-index: 99;
    margin-top: 5%;
}

#logo
{
    width: 64px;
    height: auto;
    position: fixed;
    bottom: 1%;
    right: 1%;
}

.form-inline
{
    padding: 2rem;
}

.form-inline input
{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 0 1rem 0;
}

.form-inline label
{
    display: block;
}

.form-inline button
{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #273583;
    border-color: #273583;
}

.form-inline .error
{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}