/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 28, 2014, 6:05:36 PM
    Author     : print
*/

#local-selector {
    height: auto;
    min-height: 36px;
}

.step {
    font-family: SourceSansPro, arial, sans-serif;
    /* width: 100%; */
    padding: 9px 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    color: black;
    background-color: rgb(248, 248, 248);
    position: relative;
}

.step ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#side-menu .step-0 span {
    padding-left: 1em;
}

#side-menu .step li {
    margin: 0;
    padding: 0.25em 0 0;
}

#side-menu .step li + li {
    border-top: 1px solid lightgray;
}

#side-menu .step .voltar,
#side-menu .step .fechar {
    letter-spacing: 1px;
    color: rgb(158, 158, 158);
}
#side-menu .step .fechar {
    /* border-top: 1px solid lightgrey; */
    margin-top: 0em;
    /* padding-bottom: 1px; */
}
#side-menu .voltar .icon-left-open {
    font-size: 80%;
    margin-left: -1em;
    margin-right: -0.3em;
}

#side-menu .step .informacao {
    font-family: SourceSansPro, sans-serif;
    font-size: 13px;
    padding: 1.1em 0.5em 0.6em;
    color: grey;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid lightgray;
    margin: 0;
    line-height: 1.3;
}
#side-menu .step .informacao:first-child {
    border-top: 0;
}

#side-menu .option {
    display: table;
    width: 100%;
}

#side-menu .option span,
#side-menu .option label {
    display: table-cell;
    vertical-align: middle;
    padding: 0.9em 1.5em 0.8em 0;
}
#side-menu .option.fechar span {
    /* padding-bottom: 0; */
}

#side-menu .option.with-child span {
    padding-right: 0;
    padding-left: 1.5em;
}
#side-menu .option .input {
    display: table-cell;
    width: 1.5em;
    padding: 0;
    vertical-align: middle;
}

#side-menu .with-child:after {
    display: table-cell;
    width: 1em;
    padding: 0 0.5em;
    vertical-align: middle;
    content: '\e808';
    font-family: 'fontello';
    font-size: 70%;
}


/*.search-letras {
    margin: 1em 0;
    display: none;
}
.search-letras button {
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 25px;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: rgb(128, 128, 128);
    color: white;
    margin: 1em;
    float: left;
}

.search-letras button:nth-child(5n+1) {
     margin-left: 0; 
}
.search-letras button:nth-child(5n) {
    margin-right: 0;
}
.search-letras button:before {
    content: '# ';
    font-size: 90%;
    color: rgb(179, 179, 179);
}
.search-letras button[disabled=disabled] {
    background-color: transparent;
    color: rgb(128, 128, 128);
}*/

.list {
    max-height: 30em;
    overflow-y: scroll; 
}
.fuzzy-search {
    width: 100%;
    border-radius: 0;
    /* -webkit-appearance: initial; */
    border: 1px solid lightgray;
    padding: 5px;
    font-size: 110%;
}
.index .btn {
    border: none;
    padding: 0.5em;
    display: inline-block;
    margin-top: 2em;
    background-color: gray;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0.75em;
    font-size: 90%;
    margin-left: 0.5em;
}

#local-selector {
    width: 100%;
    display: block;
}

#side-menu-container-locais .dynamic-select {
    width: 100%;
}

#local-selector .lc-header {
    position: relative;
    padding: 0.5em 0 1em;
}

.is-phone #local-selector,
.is-tablet #local-selector {
    height: auto;
}

.lc-header .content,
.lc-header .search {
    display: table;
}

.lc-header .content > *,
.lc-header .search > * {
    display: table-cell;
    padding: 0.5em;
}

.lc-header .content p {
    width: 100%;
    font-size: 1em;
    color: rgb(158, 158, 158);
    font-family: SourceSansPro, arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    /* letter-spacing: 1px; */
    word-break: break-word;
    font-size: 0.9em;
    line-height: 1.4;
}

#local-selector .search {
    display: none;
    position: absolute;
    top: 0.2em; 
    bottom: 0.5em;
    left: 0; right: 0;
    width: 100%;
    background-color: rgb(248, 248, 248);
}
#local-selector .search input {
    width: 100%;
}
#local-selector .search .icon-cancel {
    text-align: right;
}

.lc-letras {
    margin-top: 1em;
    display: none;
}
.lc-letras .ratio {
    width: 4em;
    background-color: lightgrey;
    border: 1px solid white;
    background-image: none;
    font-family: SourceSansPro, arial, sans-serif;
}

.is-phone #side-menu .option span,
.is-phone #side-menu .option label,
.is-tablet #side-menu .option span,
.is-tablet #side-menu .option label {
    padding: 1.2em 1.5em 1.2em 0;
}

.lc-letras .ratio p {
    font-family: SourceSansPro, Arial, sans;
}

/* ==========================================================================
Helper classes
========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

