
/* START OF HELP CSS */

div#zp-Zotero-API {
    background-color: #fff;
}

div#zp-Zotpress ul#zp-Zotero-API-Menu {
    background-color: #26292c;
    display: block;
    margin: 3em 0 0;
}
div#zp-Zotpress ul#zp-Zotero-API-Menu:before,
div#zp-Zotpress ul#zp-Zotero-API-Menu:after {
    content: "";
    display: table;
}
div#zp-Zotpress ul#zp-Zotero-API-Menu:after {
    clear: both;
}

div#zp-Zotpress ul#zp-Zotero-API-Menu li {
    background: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
div#zp-Zotpress ul#zp-Zotero-API-Menu li a {
    color: #fff;
    display: block;
    font: normal 1em/2.15em "Helvetica", "Arial", sans-serif;
    padding: 1em 2em;
    text-transform: uppercase;
    text-decoration: none;
}

div#zp-Zotpress ul#zp-Zotero-API-Menu li.ui-tabs-active {
    background-color: #e14d43;
}
div#zp-Zotpress ul#zp-Zotero-API-Menu li a:focus {
    box-shadow: none;
}


div.zp-Zotero-API-Explanation {
    background: #fff;
    padding: 1em 2em 1em;
}
div.zp-Zotero-API-Explanation:after {
    clear: both;
    content: "";
    display: table;
}


div.zp-Zotero-API-Attributes {
    background-color: #e3e3e3;
    padding: 1px 5px;
}
div.zp-Zotero-API-Attributes-Search {
    background-color: transparent;
    margin: 5px 0;
}
div.zp-Zotero-API-Attributes-Search:after {
  content: "";
  display: table;
  clear: both;
}
input[type="text"].zp-Zotero-API-Attributes-Search-Input {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #e14d43;
    float: left;
    font-size: 26px; /* 2em 14px */
    font-weight: bold;
    margin: 0;
    padding: 14px 1em;
    width: 92.5%;
}
input[type="text"].zp-Zotero-API-Attributes-Search-Input::placeholder {
    color: #aaa;
    font-weight: normal;
    font-style: italic;
}
div.zp-Zotero-API-Attributes-Search-Status {
    background: #fff;
    float: left;
    padding: 10px 0 11px;
    width: 7.5%;
}
div.zp-Zotero-API-Attributes-Search-Status .zp-Loading,
div.zp-Zotero-API-Attributes-Search-Status .dashicons {
    font-size: 30px;
    float: right;
    line-height: 2.1;
    width: 2.1em;
    height: 1.96em;
}
div.zp-Zotero-API-Attribute {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    margin: 5px 0;
    padding: 2em;
}
div#zp-Zotpress div.zp-Zotero-API-Attribute h4 {
    font: 600 1em/1em "Helvetica", Arial, sans-serif;
    margin-top: 0.5em;
    text-transform: uppercase;
}
div#zp-Zotpress div.zp-Zotero-API-Attribute h4 strong {
    text-transform: lowercase;
    font-size: 2em;
}

/* END OF HELP CSS */




/* START OF MESSAGE CSS */

div.zp-Message {
    /*background-color: #ffcb15;*/
    background-color: #e14d43;
    display: block;
    float: right;
    margin-left: 20px;
    margin-top: -30px;
    overflow: hidden;
    width: 278px;
}
div#zp-Zotpress div.zp-Message h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1.4em;
    padding: 1.2em;
    padding-bottom: 0;
}
div.zp-Message p {
    color: #fff;
    font: italic 400 14px/21px "Georgia", serif;
    margin: 0;
    padding: 2em;
}
div.zp-Message p.rate {
    background-color: #26292c;
    text-shadow: 0 1px 0 #000;
}
div.zp-Message p.version {
    font-size: 1em;
    padding-top: 1em;
}
div.zp-Message p.version a,
div.zp-Message p.version a:visited,
div.zp-Message p.version a:active {
    color: #fff;
}
div.zp-Message p.version a:hover {
    color: #fff;
}
div.zp-Message p.version a#zp-Donate {
    background: transparent url('../images/pp.png') no-repeat right center;
    padding-right: 16px;
}
div.zp-Message p.version strong {
    color: #fff;
    font: 600 10px/1em "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
}
a.zp-FiveStar {
    background: transparent url('../images/sprite.png') no-repeat -160px -1px;
    color: #ffd900;
    padding-left: 95px;
}

/* END OF MESSAGE CSS */



/* START OF DOCUMENTATION CSS */

div#zp-InText-Example {
    background-color: #fff;
    -moz-box-shadow: 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 1px#aaa;
    box-shadow: 0 0 1px #aaa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    float: right;
    font: normal 400 12px/18px "Georgia", serif;
    margin: 0.5em;
    padding: 0.5em;
    width: 50%;
}
div#zp-InText-Example:after {
    clear: both;
    content: "";
    display: table;
}
div.zp-InText-Example-Col {
    padding: 0 2%;
    width: calc(45.5% - 4px);
}
div.zp-InText-Example-Col:nth-child(1) {
    margin-right: 1.5%;
}
div.zp-InText-Example-Col.alt {
    background-color: #f3f3f3;
}
div#zp-Zotpress div.zp-InText-Example-Col h4 {
    font-size: 1.25em;
    margin: 0;
    padding: 1em 0 0;
}
div#zp-InText-Example .title {
    font-weight: 600;
    font-style: italic;
}

div#zp-Zotpress code {
    background: #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Monaco", monospace;
    padding: 2px 3px;
}

.zp-Documentation {
    border: none;
    background-color: #fff;
    margin: 2em 0;
    padding: 0;
}

.zp-Documentation strong {
    font-weight: bold;
}
div#zp-Zotpress .zp-Documentation code {
    background: #eaeaea;
}

.zp-Documentation tr,
.zp-Documentation th,
.zp-Documentation td {
    border: none;
    font-weight: 300;
    margin: 0;
    padding: 8px 16px;
    text-align: left;
    vertical-align: top;
}
.zp-Documentation td {
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 16px;
}
.zp-Documentation .zebra td {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}
.zp-Documentation p {
    margin: 0;
}

.zp-Documentation .main {
    background-color: #333;
    border-bottom: none;
    color: #fff;
    font: 400 1.5em/1.5em "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    text-transform: uppercase;
}

.zp-Documentation .category,
.zp-Documentation .type {
    font: 600 1em/1.25em "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
}

.zp-Documentation .category,
.zp-Documentation .zebra .category {
    background-color: #666;
    border-bottom: 1px solid #999;
    color: #fff;
}

.zp-Documentation .type {
    background-color: #ACBAD5;
    border-bottom: 1px solid #859ac2;
}
.zp-Documentation .zebra .type {
    background-color: #99abcc;
    border-bottom: 1px solid #859ac2;
}

.zp-Documentation .code {
    background-color: #ffcb15;
    border-bottom: 1px solid #f9a93e;
}
.zp-Documentation .zebra .code {
    background-color: #ffb915;
    border-bottom: 1px solid #f2aa00;
}
.zp-Documentation .example {
    min-width: 20em;
    padding-right: 0;
}
.zp-Documentation .example p {
    margin-bottom: 0.25em;
}

.zp-Documentation p.break {
    margin-top: 1em;
}

/*.zp-Documentation tr.last td,*/
.zp-Documentation td.last {
    border-bottom: none;
}

/* END OF DOCUMENTATION CSS */
