/* Minification failed. Returning unminified contents.
(217,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.internal_menu_navigation {
    min-width: 300px;
    /*overflow: scroll;*/
    position: relative;
    display: block;
    top: -70px;
    float: left;
}

.title_of_page {
    width: 100%;
    font-size: 32px;

}

    .title_of_page .link_latest_api {
        font-size: 12px !important;
        position: relative;
        top: -8px;
        left: 8px;
    }

    .title_of_page .material-icons.md-24 {
        font-size: 12px !important;
    }
        /*.grid {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
}*/
        .container ul li {
    font-size: 16px;
    margin-left: 40px;
}
.print {
font-weight:bold;
float:right;
}
.current_page {
        font-weight: bold;
    color:#000!important;
/*    font-weight: bold;
    color: #000 !important;
    background: #f2f2f2;
    padding: 5px 120px 5px 0px;
    border-radius: 5px;*/
}

.requestbody_wrapper {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding:20px;
}
.current_page:before {
    content: "\203A";
}

    #title{
        font-weight:bold!important;
    }
    .internal_menu_navigation ul li {
        font-size: 16px;
        list-style: none;
        line-height: 33px;
/*        padding-left: 40px;
*/    }
.internal_menu_navigation ul li:last-child {
    margin-bottom: 9px;
}

.internal_menu_navigation h2{
    font-size:18px!important;
}
h4 {
    font-weight: bold;
    font-size: 20px;
}

p {
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-size: 16px!important;
    color:#666!important;
    font-weight:normal!important;
    padding-top:8px;
}
    p span {
        font-size: 16px !important;
        padding-top: 8px;
    }

.tab {
    padding-left:40px;
}
.dobble_tab {
    padding-left: 80px;
}

.tab, .dobble_tab {
 padding-top:20px;
}

.print-text strong {
    color: #000099;
    text-transform: uppercase;
    font-family: JTMarnie!important;
    font-weight: 600;
    font-size:16px;
}

.printicon:hover, .printicon:focus {
    color: #000099 !important;
}


.sucess_status {
    color: darkgreen !important;
}

.error_status {
    color: red !important;
}

.open_menu_documentation, .close_menu_documentation {
    display: none;
}

@media print {
    .navbar-fixed-top, .title_of_page, .internal_menu_navigation, .cookies, .print, footer {
        display: none!important;
    }
    .grid {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 1200px) {
    #menufixo{
        display: none;
    }



    .open_menu_documentation {
        display: block;
        position: fixed;
        top: 75px;
        left: 0;
        background-color: #fbfbfb;
        height: 60px !important;
        border-radius: 10px;
        width: 326px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        color: #000000;
        padding: 30px 10px 10px 30px;
        font-size: 15px;
        z-index: 10;
    }
    open_menu_documentation a{
        margin-top:-10px;
    }


    .menufixoShowed {
        display: block !important;
        position: fixed;
        background-color: white;
        border-left: solid 1px #ccc;
        left: 0;
        top: 130px !important;
        overflow-y: scroll !important;
        height: calc(100% - 122px) !important;
        z-index:12;
        padding:16px;
    }

    .content-area{
        width:auto!important;
    }
    .grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
 

 
}
/*tables*/
.api_table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.api_table td, .api_table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.api_table th {
    background-color: #dddddd;
}
.api_table tr {
    background-color: #f5f5f5;
}


/*.api_table tr:nth-child(even) {
    background-color: #dddddd;
}*/


.code_style {
    background-color: rgba(0,0,0,.06);
    padding: 2px 4px;
    border-radius: 2px;
    color: rgba(0, 0, 0, .9));
    font-family: Menlo,Consolas,Courier New,monospace;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    white-space: pre;
    word-wrap: normal;
    overflow:auto;
}


.breaklines {
    white-space: normal !important;
    word-break: break-all;
}
.content-area {
    width: 800px;
    display: block;
    min-height:710px;
    float:right;
    margin-top:-60px;
}


.listype-none {
    list-style-type: none!important;
    margin-left:-20px;
}

.margin-left-20{
    margin-left:20px;

}

.navbar-remove-fixed {
/*    top: -300px!important;
*/}


#menufixo::-webkit-scrollbar {
    width: 5px;
}

#menufixo::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#menufixo::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

#menufixo::-webkit-scrollbar-thumb {
    background: #d9d9d9;
}


@media only screen and (max-width: 900px) {
    .content-area {
        max-width: 600px !important;
    }
}

@media only screen and (max-width: 600px) {
    .content-area {
        max-width: 400px !important;
    }
}


.fakebutton:hover {
    cursor: pointer;
}
