@CHARSET "UTF-8";
*{
    font-family: arial,sans-serif, serif;
}
td, th{
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}
body {
    margin: 0px;
    padding: 0px;
    padding-bottom: 50px;
}
h1 {
    padding-left: 10px;
    padding-top: 5px;
}
h2{
    background-color: #144968;
    padding: 5px 10px;
    color: white;
}
h3{
    background-color: #1d6396;
    padding: 5px 30px;
    color: white;
}
h4{
    background-color: #edf2f6;
    padding: 5px 50px;
    color: #355A79;
}
h5{
    margin:10px 0px 5px 0px;
    padding: 5px 0px;
    font-size: 17px;
    color: #355A79;
}

dl, p, ul {
    margin: 10px 30px;
}

dd {
    font-weight: bold;
    margin: 10px 0;
}

ul li {
    margin: 10px 0;
}

code, pre {
    font-family: monospace;
}

.remoteapi_rest_help_method span {
    font-weight: bolder;
}
.remoteapi_rest_help_content{
    padding: 5px 50px;
}
.remoteapi_rest_help_true{
    font-weight: bolder;
    color: green;
}
.remoteapi_rest_help_false{
    font-style: italic;
    color: gray;
}

.remoteapi_rest_help_module_description,
.remoteapi_rest_help_basic_description {
    margin-left: 30px;
    margin-right: 30px;
}
.remoteapi_rest_help_attributes_name{
    width: 200px;
}
.remoteapi_rest_help_attributes_description{
    width: 400px;
}
.remoteapi_rest_help_attributes th{
    text-align: left;
}
.remoteapi_rest_help_batchaction{
    font-style: italic;
    font-weight: bolder;
    color: grey;
}

.remoteapi_rest_help_enumeration {
    border-collapse:collapse;
}

.remoteapi_rest_help_enumeration th,
.remoteapi_rest_help_enumeration td {
    border: 1px solid grey;
    padding: 5px;
}

.remoteapi_rest_help_enumeration th {
    background-color: lightgrey;
}

/* Special rules for Essentials page */
#essentials h5,
#essentials code,
#essentials pre,
.remoteapi_rest_help_enumeration {
    margin-left: 30px;
}
.methodsOverview{
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #edf2f6;
    padding: 10px;
    border: 2px solid #144968;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.methodsOverviewList{
    height: 600px;
    overflow-y: scroll;
    background-color: white;
}
.methodsOverviewList, .methodsOverviewHide{
    display: none;
}
.methodsOverviewShow, .methodsOverviewHide {
    cursor: pointer;
}
.methodsOverviewList a {
    color: #355A79;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}
.infobox {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #f5db70;
    background-color: #fff4c6;
    padding: 10px;
}
