@import url("../better.css");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  color: #afb7b9;
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
  background-color: #111;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
table {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.4em;
  color: #e3e3e3; }

div.document {
  max-width: 80%;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-weight: 300;
  text-transform: uppercase;
  font-family: "PT Serif", serif;
  color: #F2A900;
  letter-spacing: 0.1em; }

h1 {
  margin-top: 1em;
  margin-bottom: .55em;
  font-size: 27px;
  color: #F2A900; }
  @media (max-width: 950px) {
    h1 {
      font-size: 24px;} }

h2 {
  margin-bottom: .8em;
  font-size: 18px;
  font-weight: 300;
  color: #bf4d0a;
  letter-spacing: 0.1em; }
  @media (max-width: 950px) {
    h2 {
      font-size: 20px; } }

h3 {
  margin-bottom: .8em;
  letter-spacing: 0.1em;
  font-size: 14px;
}
  @media (max-width: 950px) {
    h3 {
      font-size: 19px; } }

h4 {
  font-size: 22px;
  letter-spacing: 0.01em; }
  @media (max-width: 950px) {
    h4 {
      font-size: 17px;} }

h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
  margin-bottom: 1.2em; }
  @media (max-width: 950px) {
    h5 {
      font-size: 14px;} }

h6 {
  font-size: 14px;
}
@media (max-width: 950px) {
  h6 {
    font-size: 14px;} }

.pubg {
  /* background-image: url("../images/pubg/main-bg.jpg") !important; */
}

body.pubg {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pubg header {
  z-index: 25;
  position: relative;
  width: 100%;
  background-color: transparent;
}

.pubg .menu-top-outer {
  margin-bottom: 70px;
}

.pubg .menu-top-outer #site-logo {
  background-image: url('../images/logo.png');
  background-size: 150px;
}

.pubg #mainMenu .main-menu li,
.pubg #mainMenu .main-menu li a {
  border: 0;
  border-bottom: 0 !important;
}

.pubg #mainMenu .main-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  top: 0;
}

header#pageheader, .related, .document {
  width: 100%;
  max-width: 1190px;
  min-height: 90vh;
  margin: auto;
}

p {
  font-size: 14px;
  /*margin-bottom: 1.95em;*/
  font-weight: 500;
}

.bodywrapper {
    margin: 0 0 0 22rem;
}

.bodywrapper div  {
  margin-top: 3rem;
}

.bodywrapper div.opblock-summary-description,
.bodywrapper div.tab-header,
.bodywrapper div.try-out,
.bodywrapper div.response-col_description__inner,
.bodywrapper div.opblock-summary,
.bodywrapper div.opblock-description,
.bodywrapper div.opblock-description *,
.bodywrapper div.tab-item,
.bodywrapper div.renderedMarkdown,
.bodywrapper div.renderedMarkdown div,
.bodywrapper div.highlight-none,
.bodywrapper div.highlight-none div,
.bodywrapper div.highlight-shell,
.bodywrapper div.highlight-shell div,
.bodywrapper div.highlight-go,
.bodywrapper div.highlight-go div,
.bodywrapper div.highlight-python,
.bodywrapper div.highlight-python div,
.bodywrapper div.highlight-java,
.bodywrapper div.highlight-java div,
.bodywrapper div.modal-ux,
.bodywrapper div.modal-ux-content,
.bodywrapper div.modal-dialog-ux,
.bodywrapper div.modal-ux-inner,
.bodywrapper div.modal-ux-header,
.bodywrapper div.highlight-default,
.bodywrapper div.highlight-default div {
  margin-top: 0;
}


.bodywrapper > div  {
  margin-bottom: 2rem;
}

.bodywrapper div .section h2  {
  margin-bottom: 0.5rem;
}

.section .simple {
  color: #d3d3d3;
  margin-bottom: 20px;
}

.section .simple li {
  color: #d3d3d3;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.section .simple li:last-child {
  margin-bottom: 0;
}

.body p {
  letter-spacing: 0.04em;
  line-height: 1.5em;
}

div.sphinxsidebar {
  display: block;
  margin-left: -105%;
  width: 20rem;
}

.sphinxsidebarwrapper ul {
  padding: 2rem 1rem 0 0;
}

.sphinxsidebarwrapper h3 {
  display: none;
}

.sphinxsidebarwrapper ul li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  list-style: none;
  margin-bottom: -2px;
  padding: 0;
  width: 275px;
}

.sphinxsidebarwrapper ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sphinxsidebarwrapper ul li.current > a {
  color: #F2A900;
  border-left: none;
}

.sphinxsidebarwrapper ul li.current {
  padding: 0px 0 0px;
  margin-bottom: 0;
}

.sphinxsidebarwrapper ul li ul {
  margin-bottom: 0;
  margin-left: 5px;
  padding-bottom: 10px;
  padding-top: 0;
}

.sphinxsidebarwrapper ul li ul li {
  border: none;
  padding: 5.5px 0 5.5px;
  max-width: 250px;
}

.sphinxsidebarwrapper ul li ul li:last-child {
  border-bottom: none;
}

.sphinxsidebarwrapper ul li ul li a {
  color: #d3d3d3;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 0px 5px 0 14px;
  text-transform: none;
}

.sphinxsidebarwrapper ul li ul li a:hover {
  color: #F2A900;
}

.sphinxsidebarwrapper ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .07em;
  padding: 14px 10px 8px 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.sphinxsidebarwrapper ul li a:hover, ul.aside-menu li a:focus {
  text-decoration: none;
  color: #fff;
}

.mobileNav {
  display: none;
}
.mobileNav ul {
  border: 1px solid rgba(255,255,255,.2);
  display: none;
  margin: 0 auto;
  padding-left: 0 !important;
  position: relative;
  top: -30px;
  width: 80%;
}
.mobileNav li {
  background-color: #000;
  letter-spacing: 0.1rem;
  list-style-type: none;
  padding: 15px 30px;
  text-transform: uppercase;
}
.mobileNav li > a {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}
.mobileNav li > a:hover {
  color: #F2A900;
}
.mobileNav ul:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  height: 0;
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  width: 0;
}
.mobileNav.mobileNavExpanded ul:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
  content: '';
  height: 0;
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  width: 0;
}
.sphinxsidebar.mobileNavExpanded {
  display: block;
}
@media (max-width: 950px) {
  .mobileNav {
    display: block;
  }
  .sphinxsidebar,
  div.sphinxsidebar {
    display: none;
    float: none;
    margin: 0;
    margin-left: 0;
    position: absolute;
    top: -55px;
    width: 100%;
  }
  .sphinxsidebar.mobileNavExpanded {
    display: block;
  }
  .sphinxsidebarwrapper,
  div.sphinxsidebarwrapper {
    padding: 0;
  }

  .sphinxsidebar .sphinxsidebarwrapper > ul {
    padding: 0 !important;
  }
  .sphinxsidebarwrapper ul {
    background-color: #000;
  }
  .sphinxsidebarwrapper ul li {
    width: 100%;
  }
  .sphinxsidebarwrapper ul li ul {
    display: none;
  }
  .sphinxsidebar .sphinxsidebarwrapper > ul > li > a  {
    padding: 10px 10px 10px 17px;
  }
  /* .sphinxsidebar .sphinxsidebarwrapper > ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sphinxsidebar .sphinxsidebarwrapper > ul > li  {
    padding-left: 0;
    width: 100%;
  }
  .sphinxsidebar .sphinxsidebarwrapper > ul > li > a  {
    padding-bottom: 14px;
  }
  .sphinxsidebar h3,
  .sphinxsidebar .toctree-l1,
  .sphinxsidebar .toctree-l1 ul {
    display: none;
  }
  .sphinxsidebar .toctree-l1.current {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding-left: 0;
  } */
}


.breadcrumbs {
  border:none;
}

a {
  color: #F2A900;
  letter-spacing: 0.04em;
}

a:visited {
  color: #F2A900;
}


.highlight pre{
  background-color: #1e1e1e;
}

.highlight .go {
  color: white;
}

.pre {
  background-color: #3f3f3f;
}

.pubg pre {
  font-size: 12px;
}

table {
  margin-bottom: 20px;
}

table.docutils th {
  padding:10px;
  border:1px solid #afb7b9;
}

thead {
  background-color: #1d191e;
}

table.docutils td {
  padding:10px;
  border:1px solid #afb7b9;
}

.pubg code {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: auto;
  display: inline;
  width: auto;
  border: none;
  padding: 5px;
}

.pubg .modal-ux code {
  color: #000;
  border: 1px solid #d1d1d1;
  min-height: initial;
}

.pubg .modal-ux label {
  color: #6d6d6d;
}

.toctree-wrapper ul {
  margin-bottom: 5px;
}

.toctree-wrapper ul li a {
  font-family: "Roboto", sans-serif;
}

.pubg p,
.pubg address,
.pubg blockquote,
.pubg pre,
.pubg table {
  color: #d3d3d3;
}

.pubg h1,
.pubg h2,
.pubg h3,
.pubg h4,
.pubg h5,
.pubg h6 {
  color: #F2A900
}

.pubg h1 {
  font-size: 24px;
}
@media (max-width: 950px) {
  .pubg h1 {
    margin-top: 1em !important;
  }
}

.info-bottom.info-bottom.info-bottom table tbody tr, table tbody tr {
  border-color: rgba(255, 255, 255, 0.2);
}

.headerlink {
  margin-left: 15px;
}

.pubg div.related.bottom {
  display: none;
}

div.bodywrapper {
  margin-left: 275px;
}

.pubg *[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
}

.pubg .menu-top-outer .chosen-container .chosen-single span:after {
  font: "Font Awesome\ 5 Free";
  font-family: "Font Awesome\ 5 Free";
}

@media (max-width: 950px) {
  div.document {
    margin: 0 auto;
    position: relative;
    width: 99%;
  }

  div.documentwrapper {
    float: none;
    width: 100%;
  }

  div.bodywrapper {
    margin: 0;
    width: 100%;
  }
}

.menu-open:after {
  content: '';
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  visibility: hidden;
}

@media (max-width: 965px) {
  /* .pubg .menu-top-outer .site-logo, .pubg footer.footer-outer-wrapper .site-logo {
    margin-left: 5px;
    width: 149px;
  } */
}

@media (max-width: 950px) {
  .menu-open #mainMenu li {
    margin-right: 0;
  }
  .menu-open:after {
    visibility: visible;
  }
  .pubg .menu-top-outer .btn, .pubg .menu-top-outer .user-drop {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pubg {
  background: #111 !important;
}

.swagger-ui .info {
  margin: 0;
}