.line-numbers {
    margin-right: 1.0em;
}

.content {
    padding-bottom: 100px;
}

.column_header_name {
    width: 150px;
}

.column_header_path {
    width: 350px;
}

.column_header_name .column_header_param_type .column_header_data_type .column_header_return_type
    {
    width: 200px;
}

.expandable {
    display: none;
}

.main_content {
    margin-top: 80px;
    margin-left: 25px;
    margin-right: 25px;
}

.model {
    float: left;
    background-color: #f3f3f3;    
    margin: 0 0 10px 0;
}
.model .title {
    font-size: 20px;
    background-color: #e1e1e1;
}


.model-container {
    float: left;
    width: 500px;
    padding: 0px;
}

.model-detail-container {
    clear: left;
    float: left;
    width: 500px;
    margin-left: 40px;
}

.model-detail-popup {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    opacity: 0.99;
    z-index: 1;
    overflow: scroll;
    width: 400px;
}

.model-detail-popup .code {
    background-color: #E4F5FF;
    font-family: monospace;
    white-space: pre;
    margin: 10px;
    overflow: auto;
}

.model-detail-popup h2 {
    margin-top: 0px;
    padding-top: 0px;
}

.model-detail-popup li {
    padding-bottom: 5px;
}

.model-detail-popup .param-reqiured-true {
    font-family: monospace;
    font-weight: bold;
    clear: left;
    display: block;
    float: left;
    width: 100%;
}

.model-detail-popup .param-required-false {
    font-family: monospace;
    clear: left;
    display: block;
    float: left;
    width: 100%;
}

.model-detail-popup .param-description {
    margin-left: 50px;
    float: left;
}

.section-header {
    border-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
    color: rgb(57, 57, 57);
    padding-left: 5px;
}

.section-header-ul {
    list-style-type: none;
}

.content {
    padding-top: 100px;
}

.content h1 {
    font-size: 20px;
    text-align: center;
    color: #005CA8;
}

.content h2 {
    font-size: 20px;
}

.content h3 {
    font-size: 16px;
}

.content h4 {
    font-size: 12px;
}

.sidebar {
    box-sizing: border-box;
    float: left;
    display: block;
    width: 300px;
    overflow: scroll;
    position: fixed;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 50px;
}

.sidebar a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5d6576;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-decoration: none;
    margin-left: -3px;
}

.section-header-title {
    padding-top: 20px;
    padding-bottom: 5px;
}

.section-header-title a {
    color: #005CA8;
    font-weight: bold;
}

.sidebar a:hover {
    color: #3c4151;
}

.section-box {
    border-bottom-style: solid;
    border-bottom: 10px;
}

.section-box ul li {
    list-style: none;
    margin-left: 0px;
}

.non-sidebar {
    box-sizing: border-box;
    display: block;
    margin-left: 320px;
    margin-right: 0px;
    width: 1000px;
    margin-top: 20px;
}

.non-sidebar h2 {
    clear: left;
    padding-top: 10px;
}

li.parameter {
    list-style: none;
    display: block;
    padding-left: 1em;
}



.param-name {
    margin-left: 1em;
}

.param-in {
    font-weight: bold;
    font-size: 1.1em;
}

.param-type {
    margin-left: 1em;
    font-style: italic;
}

.param-enum-header {
    margin-left: 45px;
    font-style: italic;
}
.param-enum {
    margin-left: 55px;
    font-family: Arial,sans-serif;
  	font-size: 12px;
}

.param-description {
    display: block;
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans,
        sans-serif;
}

.param-optional-flag {
    font-style: italic;
}

.section {
    font-weight: normal;
    clear: left;
}

.section a {
    text-decoration: underline;
}

.code {
    background-color: #E4F5FF;
    font-family: monospace;
    white-space: pre;
    margin: 10px;
    overflow: auto;
    width: 600px;
}

.header {
    position: fixed;
    text-align: left;
    background-color: #4c5264;
    float: left;
    top: 0;
    width: 100%;
    height: 70px auto;  
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 5px;
    z-index: 100;
}

.logo {
    margin: 19px 10px 10px 10px;
    float: left;
}

.headerTitle {
    margin: 10px;
    float: left;
}

.headerTitle h2 {
    font-weight: 650;
    color: white;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    margin-top: 14px;
}
.headerTitle h5 {
    color: white;
}

.menu {
    height: 70px;
    float: left;
    vertical-align: middle;
}

.menu li {
    padding-left: 40px;
    display: inline;
    font-weight: 600;
    color: white;
    display: inline;
}

.menu a {
    line-height: 80px;
    color: #959cad;
    text-decoration: none;
}

.menu a:hover {
    color: white;
}

.top-bar h1 a {
    width: auto;
}

.top-bar h1#logo a {
    width: auto;
    display: block;
    clear: none;
    float: left;
    background-position: left;
    color: white;
    text-decoration: none;
}

.top-bar ul li {
    list-style: none;
}

.top-bar h1#logo span {
    display: block;
    clear: none;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    margin: 0px;
}

.top-bar h1#logo a span.light {
    color: #ffc97a;
    color: #666666;
    padding-left: 0px;
}

.top-bar ul#nav {
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    clear: none;
}

.top-bar ul#nav li {
    float: left;
    clear: none;
    margin: 0;
    padding: 2px 10px;
    border-right: 1px solid #dddddd;
}

.top-bar ul#nav li:first-child, .top-bar ul#nav li.first {
    padding-left: 0;
}

.top-bar ul#nav li:last-child, .top-bar ul#nav li.last {
    padding-right: 0;
    border-right: none;
}

.top-bar ul#nav li {
    border: none;
    padding: 0 5px;
}

.top-bar ul#nav li a {
    display: block;
    padding: 8px 10px 8px 10px;
    color: #999999;
    text-decoration: none;
}

.top-bar ul#nav li a.strong {
    color: white;
}

.top-bar ul#nav li a:active, .top-bar ul#nav li a.active, .top-bar ul#nav li a:hover
    {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0%, #ff5401),
        color-stop(100%, #ffa014));
    background-image: -moz-linear-gradient(bottom, #ff5401 0%, #ffa014 100%);
    background-image: linear-gradient(bottom, #ff5401 0%, #ffa014 100%);
    color: white;
}

a:hover {
    cursor: pointer
}

.top-bar ul#nav:hover li {
    border-color: #222222;
}


.description {
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #0f6ab4;
}

.path {
    vertical-align: baseline;
    padding-left: 10px;
}

.http_get_method {
    background-color: #0f6ab4;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 50px;
    font-size: 1em;
    text-align: center;
    padding: 7px 0 4px;
    font-weight: 700;
    cursor: pointer
}

.live-demo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.live-demo-header {
    border: 1px solid #c3d9ec;
    background-color: #e7f0f7;
}

.live-demo-content {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    background-color: #ebf3f9;
    border: 1px solid #c3d9ec;
}


.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.terminal {
    background-color: #444;
    color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    font: 0.89em Consolas, 'Liberation Mono', Courier, monospace;
    margin: 2em 0;
    padding: 10px;
}

.GET {
    background-color: #0f6ab4;
    color: white;
    padding-left: 5px;
}

.POST {
    background-color: #10a54a;
    color: white;
    padding-left: 5px;
}

.PUT {
    background-color: #c5862b;
    color: white;
    padding-left: 5px;
}

.DELETE {
    background-color: #a41e22;
    color: white;
    padding-left: 5px;
}

.huge {
    color: #fff;
}

.example {
    background-color: #f3f3f3;
    padding: 2px;
    margin:  0 0 2px 0;
}

pre {
    padding: 0px;
    margin:  0px;   
    font-size: 15px;
}

code {
    white-space: pre;
}

.nickname {
  font-weight: bold;
}

.method-path {
  font-size: 1.5em;
  background-color: #0f6ab4;
}

.parameter {
  width: 500px;
}

.param {
  display: block; 
  width: 500px;
  padding: 0px 0 0 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.param-desc {
  width: 700px;
  padding: 0 0 0 20px;
  color: #777;
}

.param-type {
  font-style: italic;
}

.field-label {
  padding: 0;
  margin: 0;
  clear: both;
}

.field-items    {
    padding: 0 0 5px 0;
}

.return-type {
  clear: both;
  padding-bottom: 10px;
}

.loading {
    display: none;
}

#liveDemoSearch {
    width: 825px;
}

#liveDemoSearchButton {
    width: 65px;
}


.interfaceChange th {
    font-weight: bold;
}
.releaseNew {
    background-color: #ffc73d;
}
.releaseAdd {
    background-color: #4CAF50;
}
.releaseFix {
    background-color: #af0500;
}
.releaseTag {
    vertical-align: middle !important;
}

.releaseTag div {
    border: none;
    color: white;
    padding: 3px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 12px;

}

.detailLink p {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.detailLink p:hover, p:focus {
    color: #2a6496;
    text-decoration: underline;
}

.hiddenRow {
    border: none !important;
}
.discouraged {
    font-weight: bold;
    border: 1px solid #f0ad4e;
    padding: 6px 6px 6px 39px;
    background-repeat: no-repeat;
    background-image:url("../images/warning_icon.png");
    background-position: 6px center;
}
.docutable table th, td {
     padding: 5px 10px;
     border: 1px solid #ddd;
}
.docutable table tr:hover {background-color: #f5f5f5;}

