/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
    #Site Styles
    #Page Styles
    #Media Queries
    #Font-Face */

/* #Site Styles
================================================== */
.http-method-get{
    text-transform: uppercase;
    background-color: #0F6AB4;
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 50px;
    font-size: 0.7em;
    text-align: center;
    padding: 7px 0 4px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.api-headline, .api-content{
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #E7F0F7;
    border: 1px solid black;
    border-color: #C3D9EC;
}

/*.api-example button.submit{
    float:right;
    margin:0;
}*/
input.path{
    width:90%;
    margin-left:5%;
}

.output{
    display:none;
}

div.syntaxhighlighter{
    max-height: 400px;
    background-color: #EEE;
    padding:10px 5px;
}

#municipalities_district_id{
    width:40px;
}

.method_text{
    display: none;
}

#method-documentation pre{
    background: #FFF;
}
/*.syntaxhighlighter div.toolbar{
    display:none;
}*/

#methods_info{
    display:none;
}

.example_value{
    font-weight: bold;
}

.sapo-tabs-nav{
    margin:0 1em;
}

.sapo-tabs-nav li{
    display: inline-block;
    border-top: 1px solid #C3D9EC;
    border-left: 1px solid #C3D9EC;
    border-right: 1px solid #C3D9EC;
    background-color: #C3D9EC;
    padding: 0.5em;
    margin:0;
    border-radius: 5px 5px 0 0;
    position: relative;
    bottom: -1px;
    font-weight: bold;
}

.sapo-tabs-nav li:hover{
    background-color: #FFF;
    /*border-top: 1px solid #C3D9EC;
    border-left: 1px solid #C3D9EC;
    border-right: 1px solid #C3D9EC;*/
}

.sapo-tabs-nav li a{
    text-decoration: none;
}

li.sapo-active-nav {
    background-color: white;
    /*border-top: 1px solid #C3D9EC;
    border-left: 1px solid #C3D9EC;
    border-right: 1px solid #C3D9EC;*/
}

div.sapo-active-container{
    background-color: #FFF;
    margin:0 1em 1em 1em;
    border:1px solid #C3D9EC;
    padding:1.5em;
}

ul#params_list{
    /*padding:1em;*/
}

ul#params_list li{
    padding: 0 1em;
}

ul#params_list li input, ul#params_list li select{
    display: inline-block;
    margin: 0 1em;
}

.api-content{
    display:none;
}

/*.api-intro{
    display:block;
}*/

.api-content>.row{
    padding:1em;
}
.api-content>.row .http-method{
    font-weight: bold;
    text-transform: uppercase;
    color: #004B73;
    font-size: 1.30em;
}

.api-content>.row .path{
    font-weight: bold;
}

.pre_wrap {
    white-space: pre-wrap;
}

.requests_list li span{
    display:none;
}
.requests_list li span.method_title{
    display: block;
}

.requests_list a{
    text-decoration: none;
}

.endpoint-info{
    border:1px solid #C3D9EC;
    background: #FFF;
    padding:0.5em;
}


.console_info{
    color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid #00529B;
    padding: 0.5em;
}

#method-documentation h5{
    font-weight: bold;
    font-size:1.1em;
}

#method-documentation h4{
    text-transform: none;
}


.api-intro {
    line-height: 1.2em;
    font-size: 1.2em;
}
.api-intro p{
    padding: 0.5em 0;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {}

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {}

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {}

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {}

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file
        Just create a "fonts" folder at the root,
        copy your FontName into code below and remove
        comment brackets */

/*  @font-face {
        font-family: 'FontName';
        src: url('../fonts/FontName.eot');
        src: url('../fonts/FontName.eot?iefix') format('eot'),
             url('../fonts/FontName.woff') format('woff'),
             url('../fonts/FontName.ttf') format('truetype'),
             url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
        font-weight: normal;
        font-style: normal; }
*/
