/* slack button */

.github-btn {
  position: relative;
  top: 15px;
  margin-left: 20px;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}

a.gh-btn {
  float: left;
}
a.gh-btn {
  padding: 2px 5px 2px 4px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}

a.gh-btn {
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fcfcfc),
    to(#eee)
  );
  background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
  background-repeat: no-repeat;
  border: 1px solid #d5d5d5;
}

a.gh-btn:hover,
a.gh-btn:focus {
  text-decoration: none;
  background-color: #ddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #eee),
    to(#ddd)
  );
  background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
  border-color: #ccc;
}

a.gh-btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

.github-btn-large {
  height: 30px;
}

.github-btn-large a.gh-btn{
  padding: 3px 10px 3px 8px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 4px;
}
/* end slack button */


.netris-header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
    z-index: 3179;
}

.wy-side-scroll {
    height: 90%;
}

.netris-logo{
    max-width: 95px;
}

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;
}


.wy-nav-top {
    top: 50px;

}

.wy-nav-content {
  margin-top: 50px !important;
  max-width: none;
}

.wy-nav-content-wrap {
  background: rgba(0,0,0,0);
}

.wy-nav-side {
    top:50px;
    background: #ffffff;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
    color: #01358d;
}

.wy-side-nav-search input[type="text"] {
    width: 100%;
    border-radius: 50px;
    padding: 6px 12px;
    border-color: #f9556d;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
    background: #ffffff;
}

.wy-menu-vertical a {
    color: #666666;
    position: relative;
}

.wy-menu-vertical a:hover,
.wy-menu-vertical li.current,
.wy-menu-vertical li.current>a {
    background-color: #ffffff !important;
}

.wy-menu-vertical li.current>a {
    color: #000000 !important;
    border: none !important;
}

.btn-neutral {
    color: #fff !important;
    background-color: #f9556d !important;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: 0 13px 13px 0 rgba(249, 85, 109, 0.2);
    transition: all 0.2s ease-in;
    padding: 9px 34px;
    font-size: 14px;
}

.btn-neutral:hover,
.btn-neutral:focus {
    background-color: #ef4060 !important;
    border-color: #ef4060 !important;
    box-shadow: 0 13px 13px 0 rgba(249, 85, 109, 0.4);
    padding: 9px 34px;
}

.btn-neutral:visited {
    color: #fff !important;
}

.toctree-wrapper a {
    color: #01358d;
}

.underscore-transition,
.rst-other-versions>a {
    font-family: Montseratt;
}

.fa-github::before {
    color: #01358d !important;
}

.underscore-transition,
.wy-breadcrumbs li:first-child,
.wy-breadcrumbs li:last-child,
.rst-other-versions>a,
.toctree-wrapper a,
footer>a {
    color: #01358d !important;
    position: relative;
}

.underscore-transition::before,
.wy-menu-vertical a::before,
.wy-breadcrumbs li:first-child::before,
.wy-breadcrumbs li:last-child::before,
.rst-other-versions>a::before,
.toctree-wrapper a::before,
footer>a::before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
}

.underscore-transition:hover::before,
.wy-menu-vertical a:hover::before,
.wy-breadcrumbs li:first-child:hover::before,
.wy-breadcrumbs li:last-child:hover::before,
.rst-other-versions>a:hover::before,
.toctree-wrapper a:hover::before,
footer>a:hover::before {
    width: 100%;
    border-top-color: #f9556d;
    border-right-color: #f9556d;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.note .first {
    background-color: #f9556d !important;
}

.highlight {
    background-color: #f3f3f3 !important;
    border-color: #b7b7b7 !important;
}

.rst-current-version {
    color: #f9556d !important;
}

.rst-versions,
.rst-current-version {
    background-color: #f3f3f3 !important;
    border-color: #b7b7b7;
}

.rst-current-version .fa-book,
.rst-other-versions {
    color: #b7b7b7 !important;
}

.rst-other-versions dl a {
    color: #f9556d !important;
}

.rst-other-versions hr {
    border-color: #f9556d !important;
}

.button {
    color: #fff !important;
    background-color: #f9556d !important;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: 0 13px 13px 0 rgba(249, 85, 109, 0.2);
    transition: all 0.2s ease-in;
    padding: 9px 34px;
    font-size: 14px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.header-wrapper div {
    display: flex;
}

.header-wrapper .underscore-transition {
    cursor: pointer;
    margin-right: 25px;
}

.with-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.centered {
    text-align: center;
}

.wy-table-responsive table td {
    white-space: normal !important;
}

.wy-table-responsive {
    overflow: visible !important;
}
