html {
    min-height: 100%;
    height: 100%;
    position:relative;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight:300;
    position:relative;
    background-color:#fafafa;
}
td {
    font-weight: 300;
    font-size: 14px;
    color: #333;
}
span.paramname {
    float:left;
    font-weight: bold;
    color: #0e315a;
}
.try-param-name {
    color: #0e315a;
    font-weight: bold;
}
span.paramname .required{
    font-weight: bold;
}

dt code {
    font-weight:normal;
}
#page-wrapper {
    margin-left:250px;
}

.data-format {
    font-size:12px;
}
.datatype {
    font-size:12px;
    clear:left;
    float:left;
    color: #0e315a;
}
.method-hdr {
    margin:3px;
    border:1px solid #ddd;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    background-color: #fff;
    background-color: #fff;
}

.method-hdr.opened {
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0 ;
}

.method-hdr .httpmethod {
    padding:8px;
    border-radius: 5px;
    font-transform:uppercase;
    font-weight: bold;
    float:left;
    background-color: #dddddd;
    width: 80px;
    text-align: center;
}

.method-content {
    display: none;
    padding: 4px 10px;
    margin: 0 3px 3px 3px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.method-content .uri, .uri {
    font-family: monospace;
    padding:4px;
    color: #006600;
    word-break: break-word;
}
.method-content .uri .param, .uri .param {
    color:#556600;
    font-style: italic;
}

.method-detail {
    overflow: hidden;
}

.method-hdr .httpmethod_post {
    background-color: #10a54a;
    color: #fff;
}
.method-hdr .httpmethod_put {
    background-color: #c5862b;
    color: #fff;
}
.method-hdr .httpmethod_get {
    background-color: #0f6ab4;
    color: #fff;
}
.method-hdr .httpmethod_delete {
    background-color: #a41e22;
    color: #fff;
}
.method-hdr .title {
    margin-left: 90px;
    padding:8px 10px;
    color: #000;
}

.expand-sub-data {
    float: left;
    padding:4px;
    color: #006600;
}

.pdescription {
    padding: 10px 5px;

}

.datarow {
/*    color: #8c9299;*/
}
table.data-row-level-0 {
    margin: 20px 0;
}
table.data-row-level-1 {
    background-color:#f5f5f5 !important;
}
table.data-row-level-2 {
    background-color:#f0f0f0 !important;
}
table.data-row-level-3 {
    background-color:#eaeaea !important;
}
table.data-row-level-4 {
    background-color:#e0e0e0 !important;
}
tr.datarow-childcontainer {
    display: none;
}
.datarow .dl-horizontal dt {
    word-break: break-all;
    white-space: normal;
}
table tr td.datarow-childcontainer {
    padding:0;
    padding-left:20px;
    padding-bottom:10px;
    border-collapse: collapse;
    border:0;
}
.datarow-childcontainer table{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
.example-results pre {
    max-height:300px;
    overflow: auto;
}
.default-marker {
    font-size: 10px;
    font-style: italic;
    margin-right: 4px;
}
a.anchor {
    color: inherit;
    text-decoration: inherit;
    display:block;
}
/* Side nav */
#side-nav {
    float:left;
    width:250px;
    height:100%;
    background-color:#fff;
    border-right: 1px solid #eee;
    margin-left: -15px;
    font-size: 13px;
    font-weight: 400;
    overflow-y: auto;
}

#side-nav .nav .nav {
    display:none;
    font-size:13px;
}
#side-nav > .nav > li.section a {
    /*background-color: #337ab7;
    color: #fff;*/
}
#side-nav > .nav > li.active > a {
}
#side-nav > .nav > li.active > a:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  margin-right: 5px;
  float:right;
}
#side-nav a.menugroupdivider {
    border-top:2px solid #337ab7;
    border-bottom:2px solid #337ab7;
    font-weight: 800;
    cursor: default;
}

#side-nav a {
    border-bottom: 1px solid #eee;
}
#side-nav li.active > a.leaf {
    font-weight: 800;
}

#side-nav li.active .nav {
    display: block;
}
#side-nav li.active .nav li  a{
    padding:7px 5px 5px 30px;
}

.constant-data {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom: 1px solid #ccc;
}
#try-param-data {
    padding-bottom:20px;
    font-size: 14px;
}
.codelangchooser {
    margin-left: -15px;
    top: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 5px;
    z-index: 1;
}
.codelangchooser div{
    text-align:right; 
    width: 40%;
}
.codelangchooser select {
    color: #000;
}
.sample-code-lang {
    display:none;
}
.sample-code-lang-name {
    float:right;
}
.sample-code-lang-name:after {
  font-family: "Glyphicons Halflings";
  content: "\e252";
  margin-right: 5px;
}

.hljs   {
    background: transparent;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
 
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
 
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
#loadingmsg {
    display:none;
}
.examples pre code {
    font-size: 80%;
}
.required-field {
    color: #888;
}
code {
    background-color:#f0f0f0;
    color: #f3003f;
}
.example-url {
  display:block;
  font-family: monospace;
  font-size:12px;
  padding:4px;
  word-break: break-word;
}
a.collapsed .collapsed-indicator:before {
  content: "\e250";
}
.collapsed-indicator:before{
  float: left ;
  font-family: "Glyphicons Halflings";
  content: "\e252";
  margin-right: 5px;
}
.more-information-content {
    display:none;
}
@media (min-width: 1200px) {
    .page-bg-stripe {
        background-color: #103464;
        position: absolute;
        width: 42%;
        height: 100%;
        right: 0;
        margin-top: -1px;
    }
    .example-block h3 {
        color: #fff;
    }
    .method-content {
        border: 0px;
        padding-top:0;
        background-color: transparent;
    }
    .method-detail {
        border: 1px solid #ddd;
        border-top: 0;
        border-radius: 0 0 5px 5px;
        background-color: #fff;
    }
    .method-content > .row {
        margin-left: -10px;
        margin-right: 16px;
    }
    .example-block  {
        margin-left:15px;
        margin-right:-15px;
    }
}

.stickynav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.menugroup {
    font-weight: 500;
    font-size: 40px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 10px 0;
    background-color:#fff;
    padding: 5px;
}
#loading {
    display: none;
    position: fixed;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-top: 35px;
    text-align: center;
    left:50%;
    top:20%;
    width: 200px;
    height: 200px;
    z-index: 1001;
}
td.paramdescription {
    word-break: break-word;
}
table.actiontypes>tbody>tr.actiontype_qualifiers>td,
table.actiontypes>tbody>tr.actiontype_subtype>td {
    border-top:0px;
}

