html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
    overflow-x: auto;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto',sans-serif !important;
    font-weight: 400 !important;   
    /*font-size: 0px;*/
    color: #666;
    cursor: default;
    overflow-y: scroll;
    overflow-x: auto;
    height: 100%;
}

/*Reseteo*/

strong {
    font-weight: 500;
}

b {
    font-weight: normal;
}

ul, 
li {
    /*    margin: 0px;
        padding: 0px;*/
}

/*Reseteo > html5*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
span,
b {
    display: block;
}

/*-*/

p,
h1,
h2,
h3,
h4,
h5,
h6
{
    /*margin: 0px;*/
    font-weight: 500;
}
li {
    list-style: none;
}
a {    
    color: #00204e;
}
a:hover {    
    color: #d90773;
}
a:link {
    text-decoration: none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: 0 none;
}
button, button.p_2 {
    color: #FFFFFF;
}
button {
    background-color: #00204e;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    transition: all 200ms ease 0s;
    color:#FFFFFF;

}
button:hover {
    background-color: #d90773;
}
.web{
    background-color: #00204e;
    min-height: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    /*    background: -webkit-linear-gradient(#114982, #1a75ce);  For Safari 5.1 to 6.0 
        background: -o-linear-gradient(#114982, #1a75ce);  For Opera 11.1 to 12.0 
        background: -moz-linear-gradient(#114982, #1a75ce);  For Firefox 3.6 to 15 
        background: linear-gradient(#114982, #1a75ce);  Standard syntax */
}

.header {
    position: relative;
    min-width: 900px;
    padding: 10px 20px;
    box-shadow: 0px 5px 200px rgba(0,0,0,0.75);
    background-color: white;
}
.header .logo,
.header .logoAPI {
    float: left;
}
.header .logoAPI {
    padding: 36px;
    border-left: 1px solid #ccc;
    margin-left: 29px;
}

.header .menu {
    float: right;
    padding: 20px;
}
.header .menu li {
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
}
.header .menu li > a {
    color: #999;
    font-weight: normal;
}
.header .menu li > a:hover {
    color: #d90773;
    font-weight: normal;
}
.header .menu li > a.activo {
    color: #d90773;
    font-weight: normal;
    cursor: default;
}
.main {
    /*    max-width: 1120px;
        min-width: 820px;*/
    width: 900px;
    margin: auto;
    background-color: white;
    padding: 40px;
    /* margin: 0px 80px; */
    border-radius: 15px;
    /* box-shadow: 0px 30px 80px; */
    box-shadow: 0px 55px 100px rgba(0,0,0,0.5);
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.loginAdmin{
    position: fixed;
    width:340px;
    height:240px;
    padding: 15px;
    margin-left:-170px;
    margin-top: -120px;
    left:50%;
    top:50%;
}
.loginAdmin .boxForm{
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
    position: relative;
    padding-bottom: 50px;
}
.loginAdmin  .boxForm input{
    width:160px;
    float: left;
    margin-bottom: 10px;
    border-radius:5px;
    border: 0px;
    padding: 10px;
    box-shadow: inset 0px 1px 5px rgba(0,0,0,0.25);
}
.loginAdmin button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0px;
}
.loginAdmin h2 {

    color: white;
}

.loginAdmin form label{
    width: 65px;
    float: left;
    color: grey;
    text-align: right;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 12px;
}

.main h2 {
    color: #00204e;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;

}
.main h2:first-child {
    margin-top: 0px;
}
.main h3 {
    color: #999;
    margin-top: 30px;
}

.method br {
    line-height: 30px;
}
/*.main .row {
    padding: 20px 10px;
    border-bottom: 1px solid #CCC;
}*/

.row.link h3 {
    margin: 0px;
    font-weight: 400;
    color: #00204e;
}
.row.link {
    cursor: pointer;
}
.row.link:hover h3 {
    color: #d90773;
}

.versions-main-row {
    padding: 20px 10px;
    border-bottom: 1px solid #CCC; 
}

.row.link:hover {
    background-color: aliceblue;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.row:last-child {
    border: 0px;
    margin-bottom: 0px;
}

.method strong {
    color: #333;
}
.method i {
    color: #999;
}
.novedades ul,
.method .important {
    background-color: cornsilk;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 15px;
    line-height: 30px;
}
.novedades ul {
    margin: 0px;
}
.method .syntax .function {
    background-color: #F2F2F2;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 30px;
}
.method .syntaxhighlighter {
    overflow-y: hidden !important;
}

.div{
    display:block;
}
.no-margin{
    border: none;
    height: auto;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    padding: 0 10px;
    width: 100%;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table thead tr th {
    border-bottom: 1px solid rgba(59,65,81,.2);
    color: #3b4151;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    text-align: left;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    font-size: 12px;
}

table tbody tr td:first-of-type {
    min-width: 6em;
    padding: 10px 0;

}

.parameter__name {
    color: #3b4151;
    font-family: sans-serif;
    font-weight: 400;
    margin-right: 0.75em;
    font-size: 12px;
}

table tbody tr td {
    padding: 10px 0 0;
    vertical-align: top;
}

.parameters-col_description .markdown p {
    margin: 0;
}

.execute-wrapper {
    padding: 20px;
    text-align: right;
}

.table-container {
    padding: 20px;
}

.responses-inner {
    padding: 20px;
}

.opblock .tab-header {
    display: flex;
    flex: 1;
}

.opblock-section-header{
    align-items: center;
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    display: flex;
    min-height: 50px;
    padding: 8px 20px;
}

code {
    font-family: Consolas,monaco,monospace;
    font-size: 14px;
    padding: 5px 7px;
    border-radius: 4px;

}

.restPost button:hover{
    background-color: rgba(73,204,144,0.0);
}

.restGet button:hover{
    background-color: rgba(73,204,144,0.0);
}

.restPut button:hover{
    background-color: rgba(73,204,144,0.0);
}

.opblock-body pre.microlight {
    word-wrap: break-word;
    background: #333;
    border-radius: 4px;
    color: #fff;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: 0;
    padding: 10px;
    white-space: pre-wrap;
    word-break: break-all;
    word-break: break-word;
}

.opblock{
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,.19);
    margin: 0 0 15px;
}

.restPost{
    background-color: rgba(73,204,144,.1);
    border-color: #49cc90;
}

.restPost-content{
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 5px;
}

.restPost-content-control{
    all: inherit;
    border-bottom: 0;
    cursor: pointer;
    flex: 1;
    padding: 0;
}
.restPost .restPost-content-method{
    background: #49cc90;
}
.opblock .restPost-content-method{
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.restPost .restPost-content-path{
    align-items: center;
    color: #3b4151;
    display: flex;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    word-break: break-word;
}

.restPost-content-description{
    color: #3b4151;
    flex: 1 1 auto;
    font-family: sans-serif;
    font-size: 13px;
    word-break: break-word;
}

.restGet{
    background-color: rgba(97,175,254,.1);
    border-color: #61affe;
}

.restGet-content{
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 5px;
}

.restGet-content-control{
    all: inherit;
    border-bottom: 0;
    cursor: pointer;
    flex: 1;
    padding: 0;
}
.restGet .restGet-content-method{
    background: #61affe;
}
.opblock .restGet-content-method{
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.restGet .restGet-content-path{
    align-items: center;
    color: #3b4151;
    display: flex;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    word-break: break-word;
}

.restGet-content-description{
    color: #3b4151;
    flex: 1 1 auto;
    font-family: sans-serif;
    font-size: 13px;
    word-break: break-word;
}

.restPut{
    background-color: rgba(252,161,48,.1);
    border-color: #fca130;
}

.restPut-content{
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 5px;
}

.restPut-content-control{
    all: inherit;
    border-bottom: 0;
    cursor: pointer;
    flex: 1;
    padding: 0;
}
.restPut .restPut-content-method{
    background: #fca130;
}
.opblock .restPut-content-method{
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.restPut .restPut-content-path{
    align-items: center;
    color: #3b4151;
    display: flex;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    word-break: break-word;
}

.restPut-content-description{
    color: #3b4151;
    flex: 1 1 auto;
    font-family: sans-serif;
    font-size: 13px;
    word-break: break-word;
}

/*Tabla minimizada*/

.tablaMinimizada {
    /*width: 100%;*/
    border: 0px;
    /*margin: 0px;*/
    padding: 0px;
    margin: auto;
    position: relative;
    font-size: 12px;
}

.tablaMinimizada tbody tr:hover:nth-child(2n+2) td,
.tablaMinimizada tbody tr:hover td {
    background-color: floralwhite;
    border: 2px solid #F17C00;
    border-right: 0px;
    border-left: 0px;
}

.tablaMinimizada tbody tr:hover:nth-child(2n+2) td.noVisible,
.tablaMinimizada tbody tr:hover td.noVisible,
.tablaMinimizada tbody tr:hover td.noVisible:first-child, 
.tablaMinimizada tbody tr:hover td.noVisible:last-child,
.tablaMinimizada tbody tr:nth-child(4n+3) td.noVisible,
.tablaMinimizada tr td.noVisible:first-child,
.tablaMinimizada thead td.noVisible:first-child,
.tablaMinimizada.minBorder tr td.noVisible:first-child,
.tablaMinimizada.minBorder thead td.noVisible:first-child,
.tablaMinimizada tr td.noVisible:last-child,
.tablaMinimizada thead td.noVisible:last-child,
.tablaMinimizada.minBorder tr td.noVisible:last-child,
.tablaMinimizada.minBorder thead td.noVisible:last-child,
.tablaMinimizada tbody td.noVisible
{
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.tablaMinimizada tbody .detalles {
    border: 2px solid rgb(204, 204, 204);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 20px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    text-align: left;
    display: block;
    padding: 10px;
}

.tablaMinimizada tbody tr:hover td:first-child {
    border-left: 2px solid #F17C00;
}
.tablaMinimizada tbody tr:hover td:last-child {
    border-right: 2px solid #F17C00;
}
.tablaMinimizada tbody tr:nth-child(4n+3) td {
    background-color: #F2F2F2;
    /*border: 2px solid transparent;*/
    /*    border-bottom-color: white;
        border-top-color: white; */
}
.tablaMinimizada tr td:first-child,
.tablaMinimizada thead td:first-child {
    border-radius: 50px 0px 0px 50px;
    border-left-color: white;
}
.tablaMinimizada.minBorder tr td:first-child,
.tablaMinimizada.minBorder thead td:first-child {
    border-radius: 5px 0px 0px 5px;
    border-left-color: white;
}
.tablaMinimizada tr td:last-child,
.tablaMinimizada thead td:last-child {
    border-radius: 0px 50px 50px 0px;
}
.tablaMinimizada.minBorder tr td:last-child,
.tablaMinimizada.minBorder thead td:last-child {
    border-radius: 0px 5px 5px 0px;
}
.tablaMinimizada thead td {
    background-color: #00204e;
    color: white;
    padding: 5px;
    text-align: center;

}
.tablaMinimizada.minBorder tbody td {
    border: none;
}
.tablaMinimizada tbody td {
    padding: 5px;
    border: 2px solid transparent;
    /*    border-bottom-color: white;
        border-top-color: white; */
    cursor: pointer;
    text-align: center;
}

.tablaMinimizada thead tr.tag td {
    background-color: white;
    padding: 0px;
    text-align: inherit;
    border-radius: 0px;
}

.tablaMinimizada thead tr.tag td div {

    border: 1px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    color: #1A75CE;
    padding: 10px 15px;
    float: right;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    /*margin-top: 20px;*/
}

.tablaMinimizada tbody .valorDestacado{
    padding: 3px;
    border-radius: 50px;
    background-color: #1A75CE;
    color: white;
}
.tablaMinimizada tbody tr.totalizacion td,
.tablaMinimizada tbody tr.totalizacion:hover td{
    border: none;
    border-radius: 0px;
    border-top: 2px solid #999;
    background-color: white;
    color: #1A75CE;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}

.novedades li {
list-style-type: decimal;
list-style-position: outside;
margin-bottom: 10px;
margin-left: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #CCC;
}
.novedades li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*---------- Wrap -------------*/

div:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

* html div {
    height:1%;
}
div {
    display:block;
}
div {
    display:inline-block;
}
div {
    display:block;
}

.wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
* html .wrap {
    height:1%;
}
.wrap {
    display:block;
}
.wrap {
    display:inline-block;
}
.wrap {
    display:block;
}


#tarifas{
  border-collapse: collapse;
  width: 100%;
}

#tarifas td, #tarifas th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tarifas tr:nth-child(even){background-color: #f2f2f2;}

#tarifas tr:hover {background-color: #ddd;}

#tarifas th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #d90773;
  color: white;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    background-color: #00204e !important;
    border-color: #00204e !important;
}

.pagination > li > a, .pagination > li > span {

    color: #00204e !important;
}

.dataTables_filter {
    float: right !important;
}