﻿/* GENERAL */
body {
  background-color: #ccc;
}

/* TEXT FORMATTING */

span {
  line-height: 40px;
  font-family: Arial;
  font-style: italic;
  font-weight: 800;
  color: #fff;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height:1.4em;
  background-image:none;
  background-color:# ffff!important;
  margin: 100px 0;
}

h1 {
  text-align: center;
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
  text-align: center;
  margin: 2em 0.5em!important;
  line-height: 120%;
}

h3 {
  font-size: 1.6em;
  margin: 1.8em 0 1em;
}

ol {
  list-style-type: decimal;
}

ul.list{
list-style-type: none;  
}

ul.list ul{
  list-style-type: none;  
  margin: 0 10px 10px;
}


p {
  font-size: 14px;
  padding: 10px 0;
  line-height: 160%;
  text-align: justify;
}

blockquote {
  background-color: #CCC;
  font-family: courier;
  line-height: 1.4em;
  font-weight: 400;
  background-image: none;
  font-style: normal;
  padding: 5px 20px;
}

ul {
  margin-left: 20px;
  list-style-type: square;
}

ol li ul{
font-size: 80%;
margin: 20px;  
}


li {
  margin-left: 15px;
  list-style: inherit;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px; 
  text-align: justify;
}

clb {
  clear: both;
}

/* STRUCTURE */

.documentation__header {
  width: calc(100% - 160px);
  margin: auto;
  background-color: #fff;
  padding: 20px 20px 0;
  max-width: 1100px;
}

.documentation__header__logo {
  max-width: 420px;
  width: 100%;
  margin: 30px 0 40px -16px;
}

.documentation__header__languagebar {
  width: 100% ;
}

.documentation__outline {
  width: calc(100% - 280px);
  background-color: #fff;
  margin: auto;
  padding: 80px;
  max-width: 980px;
}

.documentation__footer {
  width: calc(100% - 160px);
  margin: 0px auto 0;
  background-color: #fff;
  padding: 20px 20px;
  max-width: 1100px;
}

.documentation__outline .content{
	text-align: justify;
}

/* ELEMENTS */

.important-note {
  padding: 10px 20px;
  background-color: #ff6600;
  color: #fff;
}

.dropdown-button.gradient-gray span {
  line-height: 20px;
}

.dropdown-button.gradient-gray .container {
  background: #ddd;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 #ddd;
  border-radius: 0;
}

.language-selector {
  margin-top: -18px;
}

/* MODIFIERS */

a.title {
  color: #f60;
}

.first-level {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}

.first-level p {
  padding: 0;
}

.list {
  vertical-align: top;
  width: 46% ;
  display: inline-block;
}

.navigation {
  line-height: 1.2em;
  width: 100%;
  font-size: 12px;
  margin: 5px 0 13px -6px;
  font-weight: 400;
}

.q {
  padding-top: 25px;
}

.section {
  font-size: 120% ;
  font-weight: 800;
  margin: 10px 0;
}

.important {
  margin: 10px 10px 0;
}

/* TABLES */

table {
  background-color: #eee;
  border-collapse: separate;
  border-spacing: 5px 15px;
  font-size: 1em;
  width: 100% ;
  margin: 4px 0;
  padding: 4px;
}

tr {
  border-bottom: 1px #FFF solid;
}

table td, table th {
  border: 0px;
}

td {
  vertical-align: top;
}

th: nth-child(4), td: nth-child(4) {
  text-align: left;
  width: 55% ;
}

td: nth-child(1), td: nth-child(2), td: nth-child(3) {
  text-align: center;
  width: 15% ;
}

/* SUMMARY/DETAILS Custom Styles */

.api-details {}
 .api-header {}
 .api-content {}

.notice-details {}

.notice-summary {
  text-align: center;
  color: #999;
  margin-bottom: 9px; 
    font-size: initial;
}
.notice-content{
  margin: auto;
  color: #999;
  text-align: left;
}

.notice-content p {
  font-size: initial;
  margin-top: 0px;
}

/* API SPECIFIC */

.api-toc {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin: 50px 0;
}

.api__item__title {
  margin-bottom: 30px;
}

.api-title {
  text-align: center;
}

.first-level {
  font-weight: 800;
}

.api__item {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
  margin: 50px 0 0;
}

.api__date {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin-top: 5px;
}

/* NOTICE SPECIFIC */

.notice{
  max-width: 640px;
  margin: auto;
  text-align: center;
}

.notice p{
  text-align: center;
  color: #aaa;
}

.notice__message span{
  color:#aaa;
  font-style: initial;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.notice__title {
  line-height: 30px;
}



@media screen and (max-width: 650px) {
  .documentation__footer{
  width: 95%;
  }
 
}

@media screen and (max-width: 800px) {
  
.list {
  vertical-align: top;
  width: 45%;
  display: inline-block;
}
  
.documentation__outline {
    width: calc(100% - 40px);
    padding: 20px;
    max-width: 480px;
}

body {
    background: #fff;
    word-wrap: break-word;
    margin: 0;
    min-width: 300px;
}

  
h1{
  font-size: 200%;
  font-weight: 400;
  padding: 12px 15px;
  height: auto;
  margin-bottom: 5px;
  background: #0b1422;
  color: #fff;
  text-align: left;
}
  
  
}

/* This style is used on the responsible-gaming page
   When a popup for things like self-exclusion/reality check are shown, we don't want to see two scrollbars. So this will hide the scrollbar of the 
   responsible-gaming page, which will make the scrollbar of the popup's iframe the only one visible.
   This style is removed when the popup is closed, restoring the scrollbar of the responsible-gaming page.
*/
.active-popup {
    overflow: hidden;
}

/* styles for nested lists  */

ol.sub {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    ol.sub > li {
        display: table;
        margin-bottom: 5px;
        margin-left: 0;
        padding-top: 10px;
    }

    .hide-number li:first-child:before{
        content: ' ';
    }

ol.sub > li::before,
.show-number li:first-child:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    display: table-cell;
    padding-right: 20px;
}

.list-alike p{
    margin: 5px 0;
    padding: 0;
}
.list-alike p span{
    display: inline-block;
    width: 35px;
    line-height:22px;
    text-align: end;
    margin-right: 15px;
    color: black;
    font-style: unset;
    font-weight: normal;
}
.underline {
    text-decoration: underline;
}
