/* Reset Attributes */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td,
article, aside, canvas, footer, header, hgroup,
menu, nav, section, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    position: relative;
    display: block;
}

body {
    line-height: 1;
    padding-top: 100px;
}

/* Box Model */
* {
    box-sizing: border-box;
}

/* Clearfix */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* General Styles */

a, a:hover, a:visited, a:active {
    text-decoration: none;
    font-size: 14px;
}

.description a, a:visited, a:active {
    text-decoration: underline;
    font-size: 14px;
    color: #2A7093;
    transition: all .2s ease-in-out;
}

ul, ol {
    margin: 20px;
}
ul li, ol li {
    font-size: 14px;
}

.description a:hover {
    color: #3399cc;
}


.hidden {
    display: none;
}

.not-hidden {
    display: block;
}

/* Custom Styles */
header {
    background-color: #000032;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 19px 10px 18px 10px;
    z-index: 1;
}

section {
    width: 50%;
}

    header .logo {
        float: left;
        margin-left: 20px;
        padding: 9px 0 0 0;
    }

    header .navigation {
        float: right;
    }

#main-wrapper {
    max-width: 1350px;
    margin: auto;
}

#main-wrapper section {
    float: right;
}

#main-wrapper section div .note {
    margin: 0 0 0 10px;
    background: pink;
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px;
    word-wrap: break-word;
}

.navigation {
    width: 300px;
    margin: 10px;
    border: solid 1px #cccccc;
    border-radius: 2px;
    position: fixed;
    max-height: 90%;
    overflow-y: auto;
}

.navigation .link {
    color: #4f4f4f;
    margin: 0px;
    font-size: 14px;
}


.navigation li {
    padding: 6px 0px;
    border-top: solid 1px #cccccc;
}

.main-navigation {
    max-width: 1350px;
    margin: 0 auto;
}


/* --------------------------- FOOTER STYLES --------------------------- */

#footer, .footer-inner {
  float: left;
  display: block;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-color: #000032;
  position: relative;
  clear: left;
  overflow: hidden;
}

#footer.container, .footer-inner.container {
  max-width: 100%;
  float: none;
}

@media screen and (min-width: 1200px) {
  #footer.container, .footer-inner.container {
    max-width: 1350px;
    margin: 0 auto;
  }
}

#footer {
  padding: 20px;
}

@media screen and (min-width: 1200px) {
  #footer {
    padding: 20px 0;
  }
}

.footer-inner {
  padding: 0 15px;
}

.footer-text {
  color: #777777;
}

.footer-heading-static {
  margin-top: 1em !important;
  clear: both;
  font-size: 22px;
  color: rgba(255,255,255,.4);
}

.footer-container {
  float: none;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .footer-container {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
  }
  .footer-container:last-child {
    padding: 0;
  }
}

.social-media-list .facebook,
.social-media-list .twitter,
.social-media-list .linkedin {
  display: inline-block;
  width: 42px;
  height: 42px;
}

.social-media-list .facebook {
  background-position: 0 0;
}

.social-media-list .facebook:hover {
  background-position: 0 -51px;
}

.social-media-list .twitter {
  background-position: -62px 0;
}

.social-media-list .twitter:hover {
  background-position: -62px -51px;
}

.social-media-list .linkedin {
  background-position: -124px 0;
}

.social-media-list .linkedin:hover {
  background-position: -124px -51px;
}

.social-media-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.social-media-list-item {
  float: none;
  margin: 0 20px 0 0;
  display: inline-block;
}

.social-media-list-item a {
  background: url(https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://images-static.trustpilot.com/community/shared/social-media-sprite.png) no-repeat;
}

@media screen and (min-width: 768px) {
  .social-media-list-item {
    float: left;
  }
}

.social-media-list-item:last-child {
  margin-right: 0;
}

.tp-sites-list {
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
  display: inline-block;
  float: none;
}

@media screen and (min-width: 768px) {
  .tp-sites-list {
    margin: 4px 0 20px 0;
    padding-right: 20px;
    float: left;
  }
}

.tp-sites-list-item {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

.tp-sites-list-item a, .tp-sites-list-item a:visited {
  text-decoration: none;
  position: relative;
  color: #777777;
  line-height: 20px;
}

.tp-sites-list-item a:hover, .tp-sites-list-item a:visited:hover {
  color: #f2800d;
}

.tp-sites-list-item a:after, .tp-sites-list-item a:visited:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #f2800d;
  transition: 0.2s;
}

.tp-sites-list-item a:hover:after, .tp-sites-list-item a:visited:hover:after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tp-sites-list-item {
    float: left;
  }
}

.tp-sites-list-item:last-child {
  margin-right: 0;
}

.footer-copyright-text {
  margin: 40px 0 20px 0;
  color: #fff;
  opacity: 0.6;
  clear: both;
}
/* Footer styles end */

.submenupoint .link {
    margin-left: 18px;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.link:hover {
    color: #3399cc;
}

.authentication a, .authentication a:visited {
    color: #3399cc;
}

    .authentication a:hover {
        text-decoration: underline;
    }

.navigation li.closed {
    display: none;
}

.navigation li.menupoint {
    font-weight: bold;
    font-size: 18px;
    list-style: none;
}

    .navigation li.menupoint:first-of-type {
        border-top-style: none;
    }

.navigation li.submenupoint {
    padding-left: 10px;
    background-color: #efefef;
    font-weight: normal;
    list-style: none;
}

.nav-arrow {
    color: #444 !important;
    font-size: 14px;
    cursor: pointer;
    background-image: url(/National_Library/20161130034600oe_/https://developers.trustpilot.com/images/arrow.png);
    width: 10px;
    height: 11px;
    display: inline-block;
    padding: 0px;
    background-position-x: -10px;
    margin-left: 6px;
}

    .nav-arrow.collapsed {
        background-position-x: 0px;
    }


.jumptotop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
}

    .jumptotop a {
        color: black;
    }

        .jumptotop a:hover {
            color: #3399cc;
        }

h1, .tutorial .title
 {
    font-size: 22px !important;
    padding: 10px 0 0 10px;
    font-weight: bold;
    line-height: 22px
}

h2 { 
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    padding: 10px 0 0 10px;
    }

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 0 0 10px;
}

p {
    padding: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 18px;
}

.methods div {
    margin: 0 0 0 10px;
}

hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #fff;
    margin: 15px 0 15px 0;
}

.last hr {
    border: 0;
    margin: 0;
}

.httpmethod, .authentication {
    margin-bottom: 3px;
}

.header-method, .header-error {
    padding: 25px 0 10px 0;
}

.header-method a, .header-error {
    font-size: 18px;
}

.header-error {
    padding: 25px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.methods-index {
    margin: 5px 0 0 15px;
}

    .methods-index a {
        color: black;
    }

        .methods-index a:hover {
            color: #3399cc;
        }

.header-parameter, .header-response {
    background: url("/National_Library/20161130034600oe_/https://developers.trustpilot.com/images/crud-sprite.png") 0 25px no-repeat;
    padding: 25px 0 10px 24px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 30px;
}

.header-method.name:before {
    content: "";
}

.methods {
    margin: 10px 0;
    line-height: 1.6em;
}

pre {
    background: none #efefef;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
}

    pre .string {
        color: #3399cc;
    }

    pre .number {
        color: #66cc66;
    }

    pre .boolean {
        color: #009999;
    }

    pre .null {
        color: #000;
    }

    pre .key {
        color: #d14;
    }

.parameters {
    margin: 10px 20px;
}

.parameter {
    margin: 0 0 10px 10px;
}

.response {
    margin: 0 25px;
}

.httpmethod:before, .name:before, .description:before, .path:before, .datatype:before, .isrequired:before, .allowmultiple:before, .range:before, .defaultvalue:before, .sampledata:before, .allowedvalues:before {
    font-weight: normal;
}

.httpmethod, .name, .path, .datatype, .isrequired, .allowmultiple, .range, .defaultvalue, .sampledata, .allowedvalues {
    font-weight: bold;
}

.description {
    font-size: 14px;
}

.httpcode:before {
    content: "HTTP code: ";
}

.httpmethod:before {
    content: "HTTP method: ";
}

.name:before {
    content: "Name: ";
}

.path:before {
    content: "URL: ";
}

.datatype:before {
    content: "Type: ";
}

.isrequired:before {
    content: "Required: ";
}

.allowmultiple:before {
    content: "allowMultiple: ";
}

.range:before {
    content: "range: ";
}

.defaultvalue:before {
    content: "defaultValue: ";
}

.sampledata:before {
    content: "sampleData: ";
}

.allowedvalues:before {
    content: "allowedValues: ";
}

.block-img {
    display: block;
    margin: 10px auto;
}

.code {
    color: #D30634;
    white-space: pre;
    font-family: monospace;
    font-size: 14px;
}

.indent { padding-left: 20px; }

.basic th, .basic td { border: 0px; padding: 5px 10px 5px 0;text-align: left;}
.basic th { font-size: 18px; font-weight: bold; min-width: 130px; }
.basic td { font-size: 14px; }

.formatted {
    list-style: none;
}

.suggestions-item:link, 
.suggestions-item:visited {
    color: black;
    text-decoration-line:none;
}

.search-typeahead {
    height: 29px;
    padding: 0 10px 0 10px;
    border-radius: 10px;
    width: 400px;
}

.tt-hint {
    color: #aaa;
}

.tt-menu {
    background-color: white;
    border: 1px solid black;
    margin-left: 0px;
    width: 398px;
    text-align: left;
}

.tt-suggestion {
    color: #3399cc;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 5px 0 5px 2px;
    border-bottom: 1px solid gray;
}

.tt-suggestion .item.api-name, 
.tt-suggestion .item.api-name .label  { font-size: 15px; }
.tt-suggestion .item.method-name,
.tt-suggestion .item.method-name .label { font-size: 15px; font-weight: bold; }
.tt-suggestion .item.api-path,
.tt-suggestion .item.api-path .label { font-size: 11px; }
.tt-suggestion .item.type,
.tt-suggestion .item.type .label { font-size: 11px; }
.tt-suggestion .item.auth,
.tt-suggestion .item.auth .label { font-size: 11px; }
.tt-suggestion .item.params, 
.tt-suggestion .item.params .label { font-size: 11px; }
.tt-suggestion hr { margin: 2px 2px}
.item.no-items { padding: 10px;} 
.tt-suggestion .item { padding: 2px; }

.tt-suggestion .label {
    margin: 0;
    padding: 0;
    font-style: italic;
    opacity: 0.5;
}

.tt-highlight {
    background-color: #ffffd0;
    font-weight: bold;
}

.tt-suggestion:hover {
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    background-color: #e3e3e3;
}

.contactMe {
    position: fixed;
    bottom: 70px;
    right: 40px;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
}

.contactInfo {
    position: absolute;
    bottom: 33px;
    right: 0px;
    visibility:hidden;
    width: 240px;
    background:white;
    box-shadow:0 2px 5px rgba(0,0,0,0.3);
    border:1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
}

.tutorial {
    display:flex;
    flex-direction: column;
    min-height: 750px;
    margin-bottom: 220px;
}

.tutorial h1, .tutorial h2, .tutorial h3 {
    padding-top: 100px;
    margin-top: -70px;
}

.tutorial-content {
    max-width: 645px;
}

.tutorialSubHeader {
    color: #999999;
    font-size: 22px;
    margin-bottom: 20px;
}

.indexMenu {
    padding-left: 0px;
    font-size: 16px;
}

.indexLink_h1 {
    margin: 5px;
}

.indexLink_h2 {
    margin: 5px;
    margin-left: 20px;
}
.indexLink_h3 {
    margin: 5px;
    margin-left: 40px;
}

@media screen and ( min-width: 740px ) {
    section {
        width: 60%;
    }
}

@media screen and ( min-width: 840px ) {
    section {
        width: 65%;
    }
}

@media screen and ( min-width: 960px ) {
    section {
        width: 70%;
    }
}

@media screen and ( min-width: 1200px ) {
    section {
        width: 75%;
    }

    .indexMenu {
        min-width: 300px;
        padding-left: 50px;
    }

    .tutorial {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

@media screen and ( max-width: 1200px ) {
    .indexMenu {
        margin-top: 0!important;
    }
}
