/* ###############################################################
   #                                                             #
   # Copyright (c) 2018-2022 YottaDB LLC and/or its subsidiaries.#
   # All rights reserved.                                        #
   #                                                             #
   #     This source code contains the intellectual property     #
   #     of its copyright holder(s), and is made available       #
   #     under a license.  If you do not know the terms of       #
   #     the license, please stop and do not read further.       #
   #                                                             #
   ###############################################################*/

.wy-nav-content {
	    max-width: 4000px;
}
.wy-side-nav-search {
	background: #3b1a68;
}
.wy-nav-side {
	background: #3b1a68;
}
.wy-side-scroll {
	background: #3b1a68;
}
body {
	background-color: #3b1a68;
	width: 150%;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
        height: 26px !important;
        margin-top: 0 !important;
        min-width: 13px !important;
        padding: 5px 26px !important;
        width: 68px !important;
}
.wy-table-responsive table td, .wy-table-responsive table th {
        white-space: normal;
}

.wy-table-responsive {
        margin-bottom: 24px;
        max-width: 100%;
        overflow: auto;
}
pre.literal-block {
  white-space: pre;
  margin: 0 !important;
  padding: 12px 12px !important;
  font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  font-size: 12px;
  display: block;
  overflow: auto;
  color: #404040;
}
/* adds scrollbar to sidenav */
.wy-side-scroll {
  width: auto;
  overflow-y: auto;
}

@font-face {
    font-family: "FiraGO";
    src: url("https://docs.yottadb.com/Fonts/FiraGO-SemiBoldItalic.woff");
    font-weight: 700;
}

@font-face {
    font-family: "FiraGO";
    src: url("https://docs.yottadb.com/Fonts/FiraGO-SemiBold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "FiraGO";
    src: url("https://docs.yottadb.com/Fonts/FiraGO-LightItalic.woff");
    font-weight: 200;
}

@font-face {
    font-family: "FiraGO";
    src: url("https://docs.yottadb.com/Fonts/FiraGO-Light.woff");
    font-weight: 200;
}

@font-face {
    font-family: "Inconsolata";
    src: url("https://docs.yottadb.com/Fonts/Inconsolata-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Lora";
    src: url("https://docs.yottadb.com/Fonts/Lora-Bold.ttf");
    font-weight: 700;
}
