﻿.logo__img {
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    width: 208px;
    height: 40px;
}


.hideTag{
    display:none;
}


.float {
    cursor:pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}


.resource_separator {
    margin-top: 5%;
}

/*Content revision record*/
.revision_content {
    margin-top: 5%;
}


/**/
.tagTitle {
    padding: 10px;
    display: inline;
    border-radius: 2px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    color: #34495E;
    width: auto;
    height: auto;
    box-sizing: content-box;
    display: inline-block;
    outline: none;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
}

/*this section contains css styles for modal, that modal shows catalog tables that you select*/
#contenido {
    height: auto;
    width: -webkit-fill-available;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #f1f1f1; /*modal's color*/
    -webkit-box-shadow: 0 0 0px #000;
    -moz-box-shadow: 0 0 0px #000;
    -o-box-shadow: 0 0 0px #000;
    -ms-box-shadow: 0 0 0px #000;
    box-shadow: 0 0 0px #000;
}
h4{
        padding:20px;
}


/*Appendix elements*/
ul.appendix > li {
    margin-left: 10px;
}
.contentInformation {
    display: block;
    border: 2px black solid;
    color: black;
    padding: 10px;
    margin-top: -20px;
    /*border-radius: 5px;
    box-shadow: 2px 2px;
    background-color: navajowhite;*/
}
ul.listOfExamples {
    list-style-type: disc;
}
div.appendix {
    margin-top: -10px;
    margin-bottom: 30px;
}
div.tablesshow {
    margin-top: -25px;
    align-content: center;
}
table.appendixTable {
    margin: auto;
}
.subExample {

}
.tagTitle {

}
.separador {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    border-bottom: double;
}
/*Botones*/
.showExample {
    background-color: #205493;
    padding: 10px;
    display: inline;
    border-radius: 2px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    display: inline-block;
    outline: none;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.showExample:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.showExample2 {
    background-color: #205493;
    padding: 10px;
    display: inline;
    border-radius: 2px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    display: inline-block;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.showExample2:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.contentInfo {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

/*properties for table showing in modal*/
.tableCss {
    border: 1px solid black;
    width: 100%;
    height: auto;
    text-align: justify
}
.tableCss thead th{
    background-color: white;
}
.tableCss tbody tr:nth-child(odd) {
    background-color: #f1f1f1
}
.tableCss thead tr th {
    border-bottom: 1px solid #111;
    padding: 10px 18px;
    font-weight: bold;
}
.tableCss tbody tr td {
    padding: 8px 10px;
}


.filePDF:hover, .tableSearch:hover {
    cursor: pointer !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #555 !important;
}
.tableSearchSimple:hover {
    cursor: pointer !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #555 !important;
}
.contentInfo {
    margin-left: 20%;
    margin-bottom:20px;
}

.tableSearchSimple, .tableSearch {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    line-height:normal;
}


#input_apiKey {
    visibility: hidden;
}

.footer {
    visibility: hidden;
}
/* heading */
li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
    background-color: #f1f1f1;
    border: 1px solid #DADFE1;
}

li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
    border: 1px solid transparent;
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
}
li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

/* method_http  */
li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
    display: block;
    clear: none;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    color: black;
}
ul.options p.sumary1 {
    color: #34495E;
    line-height: 1.4em;
    padding: 0 10px;
}

div.content {
    background-color: #f1f1f1;
    border: 1px solid #DADFE1;
}
/* Put cursor style */

.globalCursor{
    cursor: pointer;
}


/* Main title*/
h2.showHideAppendix:hover, h2.showHideApi:hover, h2.showHideApiResponseRFQ:hover, h2.showHideApiSendRFQ:hover {
    text-decoration: underline;
    color: black;
    opacity: 1;
}
/* Data fiel*/
div.datafielExample p {
    margin-left: 10%;
}
span.datafiele {
    margin-left: 10%;
    background-color: #f1f1f1;
    border: 0;
}
/* Successful */
li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
    color: #34495E;
}

/* model Example */
ul.signature-nav {
    display: block;
    min-width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.description .strong {
    font-weight: bold;
    color: #000;
    font-size: .9em;
}
.propName {
    font-weight: bold;
}
.propType {
    color: #5555aa;
}
.description div {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-left: 1em;
}


ul.signature-nav li.modelView {
    float: left;
    margin: 0 5px 5px 0;
    padding: 2px 5px 2px 0;
    border-right: 1px solid #ddd;
}
.signature-nav .selected {
    color: black;
    text-decoration: none;
}


.signature-nav a {
    text-decoration: none;
    color: #AAA;
}
.signature-nav a:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

/* Code Example*/
.model-signature pre {
    font-size: .85em;
    line-height: 1.2em;
    overflow: auto;
    max-height: 200px;
    cursor: pointer;
    margin: auto;
}

.models_container {
    clear:both;
}
.snippet2, snippet3 {
    display: block;
    overflow-y: scroll;
    max-height: 212px;
}
/* content type*/
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: "Avenir", sans-serif !important;
}

.info_title {
    color: #002857 !important;
}

.separator_content {
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #2C3E50;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
}

div.heading h2 {
    color: #002857;
    padding-left: 0;
    display: block;
    clear: none;
    float: left;
    font-family: "Avenir", sans-serif !important;
    font-weight: bold;
}
div.heading ul.options {
    overflow: hidden;
    padding: 0;
    display: block;
    clear: none;
    float: right;   
}
/*Table Response*/


/*  */
ul.options li.first {
    padding-left: 0;
}
div.heading ul.options li {
    float: left;
    clear: none;
    margin: 0;
    padding: 2px 10px;
    border-right: 1px solid #dddddd;
    color: #666666;
    font-size: 0.9em;
}
div.heading ul.options li a {
    color: #aaaaaa;
    text-decoration: none;
}

ul.endpoints li.endpoint ul.operations li.operation {
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0 0 10px;
    padding: 0;
}

ul.operations li.operation div.heading h3  span.http_method a {
    background-color: white;
}
ul.operations li.operation div.heading h3 span.http_method a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 50px;
    font-size: 0.7em;
    text-align: center;
    padding: 7px 0 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
ul.operations li.operation div.heading h3 span.http_method a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 50px;
    font-size: 0.7em;
    text-align: center;
    padding: 7px 0 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
ul.operations li.operation div.heading h3 span.path {
    padding-left: 10px;
}
ul.operations li.operation div.heading h3 span {
    margin: 0;
    padding: 0;
    padding-left: 0px;
}


table.appendixTable thead tr th {
    padding: 0px;
    font-size: 0.9em;
    color: #666666;
    border-bottom: 1px solid #999999;
}

.tableImage {
    background-color: #205493;
    padding: 10px;
    display: inline;
    border-radius: 2px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    display: inline-block;
    outline: none;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tableImage:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.fileUploadTitle{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.fileUploadRows{
    line-height: 1.6;
}
.fileUploadImage {
    text-align: center;
}
.fileUploadBorder{
    border-top: 1px solid #ddd;
    text-align: justify;
}

.faq-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    font-family: "Avenir", sans-serif !important;
}

    .faq-item:last-child {
        border-bottom: none;
    }


.faq-answer {
    display: none;
    padding: 15px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #2C3E50;
    font-family: "Avenir", sans-serif !important;
}

.faq-question:hover {
    text-decoration: underline;
    color: #002857 !important;
}
 