/* ------------------------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------------------------ */

 @font-face {
  font-family: 'suez_oneregular';
  src: url('../webfonts/suezone-regular-webfont.eot');
  src: url('../webfonts/suezone-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/suezone-regular-webfont.woff2') format('woff2'),
    url('../webfonts/suezone-regular-webfont.woff') format('woff'),
    url('../webfonts/suezone-regular-webfont.ttf') format('truetype'),
    url('../webfonts/suezone-regular-webfont.svg#suez_oneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  min-width: 980px;
  max-width: 1280px;
}

body, p, a, div, th, td {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

td.code {
  font-size: 14px;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: 400;
}

#content {
  padding-top: 16px;
  z-Index: -1;
  margin-left: 270px;
}

p {
  color: #808080;
}

h1 {
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-weight: normal;
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0;
}

section {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

section h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

article {
  padding: 14px 0 30px 0;
  border-top: 10px solid #355C7D;
	margin-top: 10px;
}

article h1 {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

article h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}

article h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px 0;
}

article h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  background-color: #f5f5f5;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 4px 8px;
  border: #e0e0e0 1px solid;
}

td {
  vertical-align: top;
  padding: 10px 8px 0 8px;
  border: #e0e0e0 1px solid;
}

#generator .content {
  color: #b0b0b0;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

.label-optional {
  float: right;
  background-color: grey;
  margin-top: 4px;
}

.open-left {
  right: 0;
  left: auto;
}

/* ------------------------------------------------------------------------------------------
 * apidoc - intro
 * ------------------------------------------------------------------------------------------ */

#apidoc .apidoc {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

#apidoc h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

#apidoc h2 {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-top: 14px;
}

/* ------------------------------------------------------------------------------------------
 * pre / code
 * ------------------------------------------------------------------------------------------ */
pre {
  background-color: #292b36;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  margin: 10px 0 20px 0;
  overflow-x: auto;
}

pre.prettyprint {
  width: 100%;
}

code.language-text {
  word-wrap: break-word;
}

pre.language-json {
  overflow: auto;
  background-color:#171717;
}

pre.language-html {
  margin: 0 0 20px 0;
}

.type {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 4px 5px;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: #3387CC;
  color: #ffffff;
}

.type__get {
  background-color: green;
}

.type__put {
  background-color: #e5c500;
}

.type__post {
  background-color: #4070ec;
}

.type__delete {
  background-color: #ed0039;
}

pre.language-api .str {
  color: #ffffff;
}

pre.language-api .pln,
pre.language-api .pun {
  color: #65B042;
}

pre code {
  display: block;
  font-size: 14px;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: 400;
  word-wrap: normal;
  white-space: pre;
}

pre code.sample-request-response-json {
  white-space: pre-wrap;
  max-height: 500px;
  overflow: auto;
}

/* ------------------------------------------------------------------------------------------
 * Sidenav
 * ------------------------------------------------------------------------------------------ */
.sidenav {
	width: 228px;
	margin: 0;
	padding: 0 20px 20px 5px;
	position: fixed;
	top: 50px;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #212121;
  z-index: 10;
}

.nav>li>a:focus, .nav>li>a:hover
{
  background-color: #5f5f5f;
  color: #ffffff;
  margin-left: 0 !important;
  text-indent: 0 !important;
}

.sidenav > li > a {
	display: block;
	width: 192px;
	margin: 0;
	padding: 2px 11px;
	border: 0;
	border-left: transparent 4px solid;
	border-right: transparent 4px solid;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
  color: #c1c1c1;
}

.sidenav > li.nav-header {
  margin-top: 8px;
  margin-bottom: 8px;
}

.sidenav > li.nav-header > a {
  padding: 5px 15px;
  border-radius: 10px;
	border: 2px dashed #131313;
	width: 190px;
	font-family: "suez_oneregular", "Source Sans Pro", sans-serif;
	font-size: 16px;
	background: #fffab9;
	color: #000000;
	margin-top: 30px;
}

.sidenav > li.active > a {
	position: relative;
	z-index: 2;
	background-color: #337ab7;
  color: #ffffff;
  margin-left: 0 !important;
	text-indent: 0 !important;
}

.sidenav > li.has-modifications a {
  border-right: #60d060 4px solid;
}

.sidenav > li.is-new a {
  /* 
  border-left: #e5e5e5 4px solid; 
  */
  margin-left: 1.5em;
	text-indent: -1.5em;  
}

/* ------------------------------------------------------------------------------------------
 * Side nav search
 * ------------------------------------------------------------------------------------------ */
.sidenav-search {
  width: 228px;
  left: 0px;
  position: fixed;
  padding: 16px 20px 10px 20px;
  background-color: #F5F5F5;
  z-index: 11;
}

.sidenav-search .search {
  height: 26px;
}

.search-reset {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 28px;
  top: 17px;
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------------
 * Compare
 * ------------------------------------------------------------------------------------------ */

ins {
  background: #60d060;
  text-decoration: none;
  color: #000000;
}

del {
  background: #f05050;
  color: #000000;
}

.label-ins {
  background-color: #60d060;
}

.label-del {
  background-color: #f05050;
  text-decoration: line-through;
}

pre.ins {
  background-color: #60d060;
}

pre.del {
  background-color: #f05050;
  text-decoration: line-through;
}

table.ins th,
table.ins td {
  background-color: #60d060;
}

table.del th,
table.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

tr.ins td {
  background-color: #60d060;
}

tr.del td {
  background-color: #f05050;
  text-decoration: line-through;
}


.apidone
{
	color:#11CA11;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------------------------ */

#loader {
  position: absolute;
  width: 100%;
}

#loader p {
  padding-top: 80px;
  margin-left: -4px;
}

.spinner {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 14px;
  height: 14px;
  background: #fffab9;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ------------------------------------------------------------------------------------------
 * Tabs
 * ------------------------------------------------------------------------------------------ */
ul.nav-tabs {
  margin: 0;
}

p.deprecated span{
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------
 * Print
 * ------------------------------------------------------------------------------------------ */

@media print {

  #sidenav,
  #version,
  #versions,
  section .version,
  section .versions {
    display: none;
  }

  #content {
    margin-left: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a:after {
    content: " [" attr(href) "] ";
  }

  p {
    color: #000000
  }

  pre {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border: #808080 1px solid;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
  }

} /* /@media print */

.navbar_hide
{
	margin-left: -270px;
}

.content_move_when_navbar_hidden
{
	margin-left:-160px;
}

.animate_width
{
	-webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;

	-webkit-transition: margin 0.4s ease-in-out;
    -moz-transition: margin 0.4s ease-in-out;
    -o-transition: margin 0.4s ease-in-out;
    transition: margin 0.4s ease-in-out;	
}

#burger_area
{
}

.burger_container {
  position: fixed;
	top: 10px;
	right: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 8px;
	background-color: #d0d0d088;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #868686;
}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #355C7D !important;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.sidelogoarea
{
  width: 100%;
	background: transparent;
	padding: 12px;
	border-radius: 4px;
	margin-top: 10px;
}

.container-fluid {
  background: #fffab9;
  border-radius: 15px;
}

.sidenav {
  background: #fffab9;
}

/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/

/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/master/LICENSE */

/* User-Agent Style */
html {
  background-color: #3d3d3c !important;
}
html, body, input, textarea, select, button {
  background-color: #3d3d3c;
}
html, body, input, textarea, select, button {
  border-color: #7c766b;
  color: #cfcbc4;
}
a {
  color: #578fcf;
}
table {
  border-color: #676a69;
}
::placeholder {
  color: #a9a298;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #67692f !important;
  color: #cfcbc4 !important;
}
::-webkit-scrollbar {
  background-color: #424342;
  color: #a49d92;
}
::-webkit-scrollbar-thumb {
  background-color: #5d5e5e;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #6a6c6c;
}
::-webkit-scrollbar-thumb:active {
  background-color: #5f6161;
}
::-webkit-scrollbar-corner {
  background-color: #3d3d3c;
}
::selection {
  background-color: #326097 !important;
  color: #cfcbc4 !important;
}
::-moz-selection {
  background-color: #326097 !important;
  color: #cfcbc4 !important;
}

/* Invert Style */
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], span[data-href^="https://www.hcaptcha.com/"] > #icon, #bit-notification-bar-iframe, ::-webkit-calendar-picker-indicator {
  filter: invert(100%) hue-rotate(180deg) brightness(102%) contrast(57%) sepia(10%) !important;
}

/* Variables Style */
:root {
 --darkreader-neutral-background: #393a39;
 --darkreader-neutral-text: #c4bfb7;
 --darkreader-selection-background: #326097;
 --darkreader-selection-text: #cfcbc4;
}

/* Modified CSS */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-color: initial;
}
abbr[title] {
  border-bottom-color: initial;
  text-decoration-color: initial;
}
mark {
  background-image: initial;
  background-color: rgb(185, 183, 53);
  color: rgb(207, 203, 196);
}
img {
  border-color: initial;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
}
fieldset {
  border-color: rgb(91, 92, 92);
}
legend {
  border-color: initial;
}
html {
  -webkit-tap-highlight-color: rgba(207, 203, 196, 0);
}
body {
  color: rgb(185, 179, 170);
  background-color: rgb(61, 61, 60);
}
a {
  color: rgb(122, 158, 183);
  text-decoration-color: initial;
}
a:focus,
a:hover {
  color: rgb(147, 173, 190);
  text-decoration-color: initial;
}
a:focus {
  outline-color: rgb(169, 129, 50);
}
.img-thumbnail {
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86);
}
hr {
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-top-color: rgb(81, 83, 82);
}
.sr-only {
  border-color: initial;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: rgb(154, 146, 135);
}
.mark,
mark {
  background-color: rgb(87, 80, 49);
}
.text-muted {
  color: rgb(154, 146, 135);
}
.text-primary {
  color: rgb(122, 158, 183);
}
a.text-primary:focus,
a.text-primary:hover {
  color: rgb(139, 168, 188);
}
.text-success {
  color: rgb(145, 178, 139);
}
a.text-success:focus,
a.text-success:hover {
  color: rgb(161, 186, 155);
}
.text-info {
  color: rgb(131, 166, 180);
}
a.text-info:focus,
a.text-info:hover {
  color: rgb(149, 176, 187);
}
.text-warning {
  color: rgb(181, 162, 128);
}
a.text-warning:focus,
a.text-warning:hover {
  color: rgb(189, 173, 145);
}
.text-danger {
  color: rgb(175, 116, 112);
}
a.text-danger:focus,
a.text-danger:hover {
  color: rgb(183, 133, 129);
}
.bg-primary {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: rgb(70, 96, 117);
}
.bg-success {
  background-color: rgb(73, 84, 59);
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: rgb(84, 100, 65);
}
.bg-info {
  background-color: rgb(56, 76, 84);
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: rgb(60, 88, 101);
}
.bg-warning {
  background-color: rgb(87, 80, 49);
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: rgb(106, 96, 53);
}
.bg-danger {
  background-color: rgb(81, 59, 57);
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: rgb(96, 65, 63);
}
.page-header {
  border-bottom-color: rgb(81, 83, 82);
}
.list-unstyled {
  list-style-image: initial;
}
.list-inline {
  list-style-image: initial;
}
blockquote {
  border-left-color: rgb(81, 83, 82);
}
blockquote .small,
blockquote footer,
blockquote small {
  color: rgb(154, 146, 135);
}
.blockquote-reverse,
blockquote.pull-right {
  border-right-color: rgb(81, 83, 82);
  border-left-color: initial;
}
code {
  color: rgb(191, 98, 117);
  background-color: rgb(73, 57, 60);
}
kbd {
  color: rgb(207, 203, 196);
  background-color: rgb(71, 72, 71);
  box-shadow: rgba(44, 43, 42, 0.25) 0px -1px 0px inset;
}
kbd kbd {
  box-shadow: none;
}
pre {
  color: rgb(185, 179, 170);
  background-color: rgb(65, 65, 64);
  border-color: rgb(88, 90, 89);
}
pre code {
  color: inherit;
  background-color: transparent;
}
table {
  background-color: transparent;
}
caption {
  color: rgb(154, 146, 135);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top-color: rgb(85, 86, 86);
}
.table > thead > tr > th {
  border-bottom-color: rgb(85, 86, 86);
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top-color: initial;
}
.table > tbody + tbody {
  border-top-color: rgb(85, 86, 86);
}
.table .table {
  background-color: rgb(61, 61, 60);
}
.table-bordered {
  border-color: rgb(85, 86, 86);
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: rgb(85, 86, 86);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgb(63, 64, 63);
}
.table-hover > tbody > tr:hover {
  background-color: rgb(65, 65, 64);
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: rgb(65, 65, 64);
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: rgb(70, 71, 70);
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: rgb(73, 84, 59);
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: rgb(78, 91, 62);
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: rgb(56, 76, 84);
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: rgb(75, 76, 76);
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: rgb(87, 80, 49);
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: rgb(96, 88, 51);
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: rgb(81, 59, 57);
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: rgb(88, 62, 60);
}
@media screen and (max-width: 767px) {
  .table-responsive {
      border-color: rgb(85, 86, 86);
  }
  .table-responsive > .table-bordered {
      border-color: initial;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
      border-left-color: initial;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
      border-right-color: initial;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom-color: initial;
  }
}
fieldset {
  border-color: initial;
}
legend {
  color: rgb(185, 179, 170);
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-bottom-color: rgb(83, 85, 84); 
}
input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
  outline-color: rgb(169, 129, 50);
}
output {
  color: rgb(169, 163, 152);
}
.form-control {
  color: rgb(169, 163, 152);
  background-color: rgb(61, 61, 60);
  background-image: none;
  border-color: rgb(88, 90, 89);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset;
}
.form-control:focus {
  border-color: rgb(62, 101, 129);
  outline-color: initial;
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset,
  rgba(63, 101, 130, 0.6) 0px 0px 8px;
}
.form-control::-webkit-input-placeholder {
  color: rgb(162, 155, 144);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgb(68, 68, 67);
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: rgb(145, 178, 139);
}
.has-success .form-control {
  border-color: rgb(95, 134, 91);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset;
}
.has-success .form-control:focus {
  border-color: rgb(99, 140, 95);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset,
  rgb(92, 128, 97) 0px 0px 6px;
}
.has-success .input-group-addon {
  color: rgb(145, 178, 139);
  background-color: rgb(73, 84, 59);
  border-color: rgb(95, 134, 91);
}
.has-success .form-control-feedback {
  color: rgb(145, 178, 139);
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: rgb(181, 162, 128);
}
.has-warning .form-control {
  border-color: rgb(138, 118, 85);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset;
}
.has-warning .form-control:focus {
  border-color: rgb(146, 125, 89);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset,
  rgb(130, 111, 81) 0px 0px 6px;
}
.has-warning .input-group-addon {
  color: rgb(181, 162, 128);
  background-color: rgb(87, 80, 49);
  border-color: rgb(138, 118, 85);
}
.has-warning .form-control-feedback {
  color: rgb(181, 162, 128);
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: rgb(175, 116, 112);
}
.has-error .form-control {
  border-color: rgb(132, 82, 79);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset;
}
.has-error .form-control:focus {
  border-color: rgb(139, 85, 82);
  box-shadow: rgba(44, 43, 42, 0.07) 0px 1px 1px inset,
  rgb(118, 76, 73) 0px 0px 6px;
}
.has-error .input-group-addon {
  color: rgb(175, 116, 112);
  background-color: rgb(81, 59, 57);
  border-color: rgb(132, 82, 79);
}
.has-error .form-control-feedback {
  color: rgb(175, 116, 112);
}
.help-block {
  color: rgb(155, 148, 137);
}
.btn {
  background-image: none;
  border-color: transparent;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline-color: rgb(169, 129, 50);
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: rgb(185, 179, 170);
  text-decoration-color: initial;
}
.btn.active,
.btn:active {
  background-image: none;
  outline-color: initial;
  box-shadow: rgba(44, 43, 42, 0.13) 0px 3px 5px inset;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  box-shadow: none;
}
.btn-default {
  color: rgb(185, 179, 170);
  background-color: rgb(61, 61, 60);
  border-color: rgb(88, 90, 89);
}
.btn-default.focus,
.btn-default:focus {
  color: rgb(185, 179, 170);
  background-color: rgb(71, 71, 71);
  border-color: rgb(101, 103, 103);
}
.btn-default:hover {
  color: rgb(185, 179, 170);
  background-color: rgb(71, 71, 71);
  border-color: rgb(94, 97, 96);
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: rgb(185, 179, 170);
  background-color: rgb(71, 71, 71);
  background-image: none;
  border-color: rgb(94, 97, 96);
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: rgb(185, 179, 170);
  background-color: rgb(78, 79, 78);
  border-color: rgb(101, 103, 103);
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: rgb(61, 61, 60);
  border-color: rgb(88, 90, 89);
}
.btn-default .badge {
  color: rgb(207, 203, 196);
  background-color: rgb(71, 72, 71);
}
.btn-primary {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
  border-color: rgb(78, 112, 140);
}
.btn-primary.focus,
.btn-primary:focus {
  color: rgb(207, 203, 196);
  background-color: rgb(70, 96, 117);
  border-color: rgb(132, 125, 113);
}
.btn-primary:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(70, 96, 117);
  border-color: rgb(81, 119, 150);
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: rgb(207, 203, 196);
  background-color: rgb(70, 96, 117);
  background-image: none;
  border-color: rgb(81, 119, 150);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(65, 86, 103);
  border-color: rgb(132, 125, 113);
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: rgb(77, 110, 137);
  border-color: rgb(78, 112, 140);
}
.btn-primary .badge {
  color: rgb(122, 158, 183);
  background-color: rgb(61, 61, 60);
}
.btn-success {
  color: rgb(207, 203, 196);
  background-color: rgb(101, 133, 84);
  border-color: rgb(86, 128, 82);
}
.btn-success.focus,
.btn-success:focus {
  color: rgb(207, 203, 196);
  background-color: rgb(86, 128, 81);
  border-color: rgb(95, 146, 90);
}
.btn-success:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(86, 128, 81);
  border-color: rgb(90, 136, 85);
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: rgb(207, 203, 196);
  background-color: rgb(86, 128, 81);
  background-image: none;
  border-color: rgb(90, 136, 85);
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(79, 115, 75);
  border-color: rgb(95, 146, 90);
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: rgb(101, 133, 84);
  border-color: rgb(86, 128, 82);
}
.btn-success .badge {
  color: rgb(122, 172, 116);
  background-color: rgb(61, 61, 60);
}
.btn-info {
  color: rgb(207, 203, 196);
  background-color: rgb(69, 121, 135);
  border-color: rgb(69, 121, 134);
}
.btn-info.focus,
.btn-info:focus {
  color: rgb(207, 203, 196);
  background-color: rgb(75, 136, 151);
  border-color: rgb(76, 139, 155);
}
.btn-info:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(75, 136, 151);
  border-color: rgb(72, 130, 144);
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: rgb(207, 203, 196);
  background-color: rgb(75, 136, 151);
  background-image: none;
  border-color: rgb(72, 130, 144);
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(71, 127, 140);
  border-color: rgb(76, 139, 155);
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: rgb(69, 121, 135);
  border-color: rgb(69, 121, 134);
}
.btn-info .badge {
  color: rgb(120, 177, 190);
  background-color: rgb(61, 61, 60);
}
.btn-warning {
  color: rgb(207, 203, 196);
  background-color: rgb(147, 110, 56);
  border-color: rgb(148, 110, 56);
}
.btn-warning.focus,
.btn-warning:focus {
  color: rgb(207, 203, 196);
  background-color: rgb(166, 122, 59);
  border-color: rgb(171, 126, 60);
}
.btn-warning:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(166, 122, 59);
  border-color: rgb(159, 118, 58);
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: rgb(207, 203, 196);
  background-color: rgb(166, 122, 59);
  background-image: none;
  border-color: rgb(159, 118, 58);
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(158, 117, 58);
  border-color: rgb(171, 126, 60);
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: rgb(147, 110, 56);
  border-color: rgb(148, 110, 56);
}
.btn-warning .badge {
  color: rgb(209, 166, 105);
  background-color: rgb(61, 61, 60);
}
.btn-danger {
  color: rgb(207, 203, 196);
  background-color: rgb(141, 70, 66);
  border-color: rgb(138, 70, 65);
}
.btn-danger.focus,
.btn-danger:focus {
  color: rgb(207, 203, 196);
  background-color: rgb(149, 72, 68);
  border-color: rgb(159, 75, 70);
}
.btn-danger:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(149, 72, 68);
  border-color: rgb(147, 72, 67);
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: rgb(207, 203, 196);
  background-color: rgb(149, 72, 68);
  background-image: none;
  border-color: rgb(147, 72, 67);
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(134, 68, 64);
  border-color: rgb(159, 75, 70);
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: rgb(141, 70, 66);
  border-color: rgb(138, 70, 65);
}
.btn-danger .badge {
  color: rgb(190, 111, 105);
  background-color: rgb(61, 61, 60);
}
.btn-link {
  color: rgb(122, 158, 183);
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: rgb(147, 173, 190);
  text-decoration-color: initial;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: rgb(154, 146, 135);
  text-decoration-color: initial;
}
.caret {
  border-top-color: initial;
  border-right-color: transparent;
  border-left-color: transparent;
}
.dropdown-toggle:focus {
  outline-color: initial;
}
.dropdown-menu {
  list-style-image: initial;
  background-color: rgb(61, 61, 60);
  border-color: rgba(142, 134, 121, 0.15);
  box-shadow: rgba(44, 43, 42, 0.18) 0px 6px 12px;
}
.dropdown-menu .divider {
  background-color: rgb(71, 72, 72);
}
.dropdown-menu > li > a {
  color: rgb(185, 179, 170);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: rgb(190, 185, 177);
  text-decoration-color: initial;
  background-color: rgb(65, 65, 64);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: rgb(207, 203, 196);
  text-decoration-color: initial;
  background-color: rgb(77, 110, 137);
  outline-color: initial;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: rgb(154, 146, 135);
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration-color: initial;
  background-color: transparent;
  background-image: none;
}
.open > a {
  outline-color: initial;
}
.dropdown-header {
  color: rgb(154, 146, 135);
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top-color: initial;
  border-bottom-color: initial;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline-color: initial;
}
.btn-group.open .dropdown-toggle {
  box-shadow: rgba(44, 43, 42, 0.13) 0px 3px 5px inset;
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.input-group-addon {
  color: rgb(169, 163, 152);
  background-color: rgb(68, 68, 67);
  border-color: rgb(88, 90, 89);
}
.input-group-addon:first-child {
  border-right-color: initial;
}
.input-group-addon:last-child {
  border-left-color: initial;
}
.nav {
  list-style-image: initial;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration-color: initial;
  background-color: rgb(68, 68, 67);
}
.nav > li.disabled > a {
  color: rgb(154, 146, 135);
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: rgb(154, 146, 135);
  text-decoration-color: initial;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgb(68, 68, 67);
  border-color: rgb(76, 109, 137);
}
.nav .nav-divider {
  background-color: rgb(71, 72, 72);
}
.nav-tabs {
  border-bottom-color: rgb(85, 86, 86);
}
.nav-tabs > li > a {
  border-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: rgb(81, 83, 82) rgb(81, 83, 82) rgb(85, 86, 86);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: rgb(169, 163, 152);
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86) rgb(85, 86, 86) transparent;
}
.nav-tabs.nav-justified {
  border-bottom-color: initial;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border-color: rgb(85, 86, 86);
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
      border-bottom-color: rgb(85, 86, 86);
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: rgb(78, 79, 78);
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
}
.nav-tabs-justified {
  border-bottom-color: initial;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border-color: rgb(85, 86, 86);
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
      border-bottom-color: rgb(85, 86, 86);
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
      border-bottom-color: rgb(78, 79, 78);
  }
}
.navbar {
  border-color: transparent;
}
.navbar-collapse {
  border-top-color: transparent;
  box-shadow: rgba(61, 61, 60, 0.1) 0px 1px 0px inset;
}
@media (min-width: 768px) {
  .navbar-collapse {
      border-top-color: initial;
      box-shadow: none;
  }
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration-color: initial;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.navbar-toggle:focus {
  outline-color: initial;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
      background-color: transparent;
      border-color: initial;
      box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
      background-image: none;
  }
}
.navbar-form {
  border-top-color: transparent;
  border-bottom-color: transparent;
  box-shadow: rgba(61, 61, 60, 0.1) 0px 1px 0px inset,
  rgba(61, 61, 60, 0.1) 0px 1px 0px;
}
@media (min-width: 768px) {
  .navbar-form {
      border-color: initial;
      box-shadow: none;
  }
}
.navbar-default {
  background-color: rgb(64, 64, 63);
  border-color: rgb(83, 84, 84);
}
.navbar-default .navbar-brand {
  color: rgb(154, 146, 135);
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: rgb(165, 158, 148);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: rgb(154, 146, 135);
}
.navbar-default .navbar-nav > li > a {
  color: rgb(154, 146, 135);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: rgb(185, 179, 170);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: rgb(169, 163, 152);
  background-color: rgb(71, 71, 70);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: rgb(185, 179, 170);
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: rgb(169, 163, 152);
  background-color: rgb(71, 71, 70);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: rgb(154, 146, 135);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: rgb(185, 179, 170);
      background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: rgb(169, 163, 152);
      background-color: rgb(71, 71, 70);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: rgb(185, 179, 170);
      background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: rgb(85, 86, 86);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgb(74, 76, 75);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(108, 112, 111);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(83, 84, 84);
}
.navbar-default .navbar-link {
  color: rgb(154, 146, 135);
}
.navbar-default .navbar-link:hover {
  color: rgb(185, 179, 170);
}
.navbar-default .btn-link {
  color: rgb(154, 146, 135);
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: rgb(185, 179, 170);
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: rgb(185, 179, 170);
}
.navbar-inverse {
  background-color: rgb(62, 62, 61);
  border-color: rgb(140, 132, 120);
}
.navbar-inverse .navbar-brand {
  color: rgb(163, 157, 146);
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: rgb(207, 203, 196);
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(163, 157, 146);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(163, 157, 146);
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: rgb(207, 203, 196);
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(48, 48, 47);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: rgb(177, 171, 161);
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(48, 48, 47);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: rgb(140, 132, 120);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: rgb(48, 48, 47);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: rgb(163, 157, 146);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: rgb(207, 203, 196);
      background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: rgb(207, 203, 196);
      background-color: rgb(48, 48, 47);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: rgb(177, 171, 161);
      background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: rgb(130, 122, 111);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: rgb(71, 72, 71);
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgb(61, 61, 60);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(138, 130, 118);
}
.navbar-inverse .navbar-link {
  color: rgb(163, 157, 146);
}
.navbar-inverse .navbar-link:hover {
  color: rgb(207, 203, 196);
}
.navbar-inverse .btn-link {
  color: rgb(163, 157, 146);
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: rgb(207, 203, 196);
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: rgb(177, 171, 161);
}
.breadcrumb {
  list-style-image: initial;
  background-color: rgb(65, 65, 64);
}
.breadcrumb > li + li::before {
  color: rgb(185, 179, 170);
}
.breadcrumb > .active {
  color: rgb(154, 146, 135);
}
.pagination > li > a,
.pagination > li > span {
  color: rgb(122, 158, 183);
  text-decoration-color: initial;
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: rgb(147, 173, 190);
  background-color: rgb(68, 68, 67);
  border-color: rgb(85, 86, 86);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
  border-color: rgb(76, 109, 137);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: rgb(154, 146, 135);
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86);
}
.pager {
  list-style-image: initial;
}
.pager li > a,
.pager li > span {
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86);
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration-color: initial;
  background-color: rgb(68, 68, 67);
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: rgb(154, 146, 135);
  background-color: rgb(61, 61, 60);
}
.label {
  color: rgb(207, 203, 196);
}
a.label:focus,
a.label:hover {
  color: rgb(207, 203, 196);
  text-decoration-color: initial;
}
.label-default {
  background-color: rgb(108, 110, 110);
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: rgb(94, 97, 96);
}
.label-primary {
  background-color: rgb(77, 110, 137);
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: rgb(70, 96, 117);
}
.label-success {
  background-color: rgb(101, 133, 84);
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: rgb(86, 128, 81);
}
.label-info {
  background-color: rgb(69, 121, 135);
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: rgb(75, 136, 151);
}
.label-warning {
  background-color: rgb(147, 110, 56);
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: rgb(166, 122, 59);
}
.label-danger {
  background-color: rgb(141, 70, 66);
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: rgb(149, 72, 68);
}
.badge {
  color: rgb(207, 203, 196);
  background-color: rgb(108, 110, 110);
}
a.badge:focus,
a.badge:hover {
  color: rgb(207, 203, 196);
  text-decoration-color: initial;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: rgb(122, 158, 183);
  background-color: rgb(61, 61, 60);
}
.jumbotron {
  color: inherit;
  background-color: rgb(68, 68, 67);
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron > hr {
  border-top-color: rgb(86, 88, 87);
}
.thumbnail {
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86);
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: rgb(76, 109, 137);
}
.thumbnail .caption {
  color: rgb(185, 179, 170);
}
.alert {
  border-color: transparent;
}
.alert h4 {
  color: inherit;
}
.alert-dismissable .close,
.alert-dismissible .close {
  color: inherit;
}
.alert-success {
  color: rgb(145, 178, 139);
  background-color: rgb(73, 84, 59);
  border-color: rgb(87, 105, 68);
}
.alert-success hr {
  border-top-color: rgb(91, 109, 70);
}
.alert-success .alert-link {
  color: rgb(161, 186, 155);
}
.alert-info {
  color: rgb(131, 166, 180);
  background-color: rgb(56, 76, 84);
  border-color: rgb(64, 104, 110);
}
.alert-info hr {
  border-top-color: rgb(65, 109, 115);
}
.alert-info .alert-link {
  color: rgb(149, 176, 187);
}
.alert-warning {
  color: rgb(181, 162, 128);
  background-color: rgb(87, 80, 49);
  border-color: rgb(117, 96, 53);
}
.alert-warning hr {
  border-top-color: rgb(121, 99, 54);
}
.alert-warning .alert-link {
  color: rgb(189, 173, 145);
}
.alert-danger {
  color: rgb(175, 116, 112);
  background-color: rgb(81, 59, 57);
  border-color: rgb(103, 69, 72);
}
.alert-danger hr {
  border-top-color: rgb(107, 70, 74);
}
.alert-danger .alert-link {
  color: rgb(183, 133, 129);
}
.progress {
  background-color: rgb(65, 65, 64);
  box-shadow: rgba(44, 43, 42, 0.1) 0px 1px 2px inset;
}
.progress-bar {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
  box-shadow: rgba(44, 43, 42, 0.15) 0px -1px 0px inset;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg,
  rgba(61, 61, 60, 0.15) 25%,
  rgba(44, 43, 42, 0) 25%,
  rgba(44, 43, 42, 0) 50%,
  rgba(61, 61, 60, 0.15) 50%,
  rgba(61, 61, 60, 0.15) 75%,
  rgba(44, 43, 42, 0) 75%,
  rgba(44, 43, 42, 0));
}
.progress-bar-success {
  background-color: rgb(101, 133, 84);
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg,
  rgba(61, 61, 60, 0.15) 25%,
  rgba(44, 43, 42, 0) 25%,
  rgba(44, 43, 42, 0) 50%,
  rgba(61, 61, 60, 0.15) 50%,
  rgba(61, 61, 60, 0.15) 75%,
  rgba(44, 43, 42, 0) 75%,
  rgba(44, 43, 42, 0));
}
.progress-bar-info {
  background-color: rgb(69, 121, 135);
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg,
  rgba(61, 61, 60, 0.15) 25%,
  rgba(44, 43, 42, 0) 25%,
  rgba(44, 43, 42, 0) 50%,
  rgba(61, 61, 60, 0.15) 50%,
  rgba(61, 61, 60, 0.15) 75%,
  rgba(44, 43, 42, 0) 75%,
  rgba(44, 43, 42, 0));
}
.progress-bar-warning {
  background-color: rgb(147, 110, 56);
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg,
  rgba(61, 61, 60, 0.15) 25%,
  rgba(44, 43, 42, 0) 25%,
  rgba(44, 43, 42, 0) 50%,
  rgba(61, 61, 60, 0.15) 50%,
  rgba(61, 61, 60, 0.15) 75%,
  rgba(44, 43, 42, 0) 75%,
  rgba(44, 43, 42, 0));
}
.progress-bar-danger {
  background-color: rgb(141, 70, 66);
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg,
  rgba(61, 61, 60, 0.15) 25%,
  rgba(44, 43, 42, 0) 25%,
  rgba(44, 43, 42, 0) 50%,
  rgba(61, 61, 60, 0.15) 50%,
  rgba(61, 61, 60, 0.15) 75%,
  rgba(44, 43, 42, 0) 75%,
  rgba(44, 43, 42, 0));
}
.media-list {
  list-style-image: initial;
}
.list-group-item {
  background-color: rgb(61, 61, 60);
  border-color: rgb(85, 86, 86);
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: rgb(154, 146, 135);
  background-color: rgb(68, 68, 67);
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: rgb(154, 146, 135);
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
  border-color: rgb(76, 109, 137);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: rgb(170, 187, 197);
}
a.list-group-item,
button.list-group-item {
  color: rgb(169, 163, 152);
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: rgb(185, 179, 170);
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: rgb(169, 163, 152);
  text-decoration-color: initial;
  background-color: rgb(65, 65, 64);
}
.list-group-item-success {
  color: rgb(145, 178, 139);
  background-color: rgb(73, 84, 59);
}
a.list-group-item-success,
button.list-group-item-success {
  color: rgb(145, 178, 139);
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: rgb(145, 178, 139);
  background-color: rgb(78, 91, 62);
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(80, 107, 77);
  border-color: rgb(95, 134, 91);
}
.list-group-item-info {
  color: rgb(131, 166, 180);
  background-color: rgb(56, 76, 84);
}
a.list-group-item-info,
button.list-group-item-info {
  color: rgb(131, 166, 180);
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: rgb(131, 166, 180);
  background-color: rgb(75, 76, 76);
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(75, 105, 117);
  border-color: rgb(84, 122, 139);
}
.list-group-item-warning {
  color: rgb(181, 162, 128);
  background-color: rgb(87, 80, 49);
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: rgb(181, 162, 128);
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: rgb(181, 162, 128);
  background-color: rgb(96, 88, 51);
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(119, 104, 76);
  border-color: rgb(138, 118, 85);
}
.list-group-item-danger {
  color: rgb(175, 116, 112);
  background-color: rgb(81, 59, 57);
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: rgb(175, 116, 112);
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: rgb(175, 116, 112);
  background-color: rgb(88, 62, 60);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: rgb(207, 203, 196);
  background-color: rgb(134, 83, 79);
  border-color: rgb(132, 82, 79);
}
.panel {
  background-color: rgb(61, 61, 60);
  border-color: transparent;
  box-shadow: rgba(44, 43, 42, 0.05) 0px 1px 1px;
}
.panel-heading {
  border-bottom-color: transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  background-color: rgb(65, 65, 64);
  border-top-color: rgb(85, 86, 86);
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top-color: initial;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom-color: initial;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top-color: rgb(85, 86, 86);
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top-color: initial;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border-color: initial;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left-color: initial;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right-color: initial;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom-color: initial;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom-color: initial;
}
.panel > .table-responsive {
  border-color: initial;
}
.panel-group .panel-heading {
  border-bottom-color: initial;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(85, 86, 86);
}
.panel-group .panel-footer {
  border-top-color: initial;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: rgb(85, 86, 86);
}
.panel-default {
  border-color: rgb(85, 86, 86);
}
.panel-default > .panel-heading {
  color: rgb(185, 179, 170);
  background-color: rgb(65, 65, 64);
  border-color: rgb(85, 86, 86);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(85, 86, 86);
}
.panel-default > .panel-heading .badge {
  color: rgb(203, 198, 191);
  background-color: rgb(71, 72, 71);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(85, 86, 86);
}
.panel-primary {
  border-color: rgb(76, 109, 137);
}
.panel-primary > .panel-heading {
  color: rgb(207, 203, 196);
  background-color: rgb(77, 110, 137);
  border-color: rgb(76, 109, 137);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(76, 109, 137);
}
.panel-primary > .panel-heading .badge {
  color: rgb(122, 158, 183);
  background-color: rgb(61, 61, 60);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(76, 109, 137);
}
.panel-success {
  border-color: rgb(87, 105, 68);
}
.panel-success > .panel-heading {
  color: rgb(145, 178, 139);
  background-color: rgb(73, 84, 59);
  border-color: rgb(87, 105, 68);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(87, 105, 68);
}
.panel-success > .panel-heading .badge {
  color: rgb(188, 202, 173);
  background-color: rgb(80, 107, 77);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(87, 105, 68);
}
.panel-info {
  border-color: rgb(64, 104, 110);
}
.panel-info > .panel-heading {
  color: rgb(131, 166, 180);
  background-color: rgb(56, 76, 84);
  border-color: rgb(64, 104, 110);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(64, 104, 110);
}
.panel-info > .panel-heading .badge {
  color: rgb(178, 197, 204);
  background-color: rgb(75, 105, 117);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(64, 104, 110);
}
.panel-warning {
  border-color: rgb(117, 96, 53);
}
.panel-warning > .panel-heading {
  color: rgb(181, 162, 128);
  background-color: rgb(87, 80, 49);
  border-color: rgb(117, 96, 53);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(117, 96, 53);
}
.panel-warning > .panel-heading .badge {
  color: rgb(218, 209, 173);
  background-color: rgb(119, 104, 76);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(117, 96, 53);
}
.panel-danger {
  border-color: rgb(103, 69, 72);
}
.panel-danger > .panel-heading {
  color: rgb(175, 116, 112);
  background-color: rgb(81, 59, 57);
  border-color: rgb(103, 69, 72);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(103, 69, 72);
}
.panel-danger > .panel-heading .badge {
  color: rgb(205, 180, 175);
  background-color: rgb(134, 83, 79);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(103, 69, 72);
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border-color: initial;
}
.well {
  background-color: rgb(65, 65, 64);
  border-color: rgb(84, 85, 84);
  box-shadow: rgba(44, 43, 42, 0.05) 0px 1px 1px inset;
}
.well blockquote {
  border-color: rgba(142, 134, 121, 0.15);
}
.close {
  color: rgb(207, 203, 196);
  text-shadow: rgb(61, 61, 60) 0px 1px 0px;
}
.close:focus,
.close:hover {
  color: rgb(207, 203, 196);
  text-decoration-color: initial;
}
button.close {
  background-image: initial;
  background-color: initial;
  border-color: initial;
}
.modal {
  outline-color: initial;
}
.modal-content {
  background-color: rgb(61, 61, 60);
  border-color: rgba(142, 134, 121, 0.2);
  box-shadow: rgba(44, 43, 42, 0.5) 0px 3px 9px;
  outline-color: initial;
}
.modal-backdrop {
  background-color: rgb(44, 43, 42);
}
.modal-header {
  border-bottom-color: rgb(83, 85, 84);
}
.modal-footer {
  border-top-color: rgb(83, 85, 84);
}
@media (min-width: 768px) {
  .modal-content {
      box-shadow: rgba(44, 43, 42, 0.5) 0px 5px 15px;
  }
}
.tooltip {
  text-decoration-color: initial;
  text-shadow: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgb(142, 134, 121);
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: rgb(142, 134, 121);
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: rgb(142, 134, 121);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgb(142, 134, 121);
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgb(142, 134, 121);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgb(142, 134, 121);
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: rgb(142, 134, 121);
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: rgb(142, 134, 121);
}
.tooltip-inner {
  color: rgb(207, 203, 196);
  background-color: rgb(44, 43, 42);
}
.tooltip-arrow {
  border-color: transparent;
}
.popover {
  text-decoration-color: initial;
  text-shadow: none;
  background-color: rgb(61, 61, 60);
  border-color: rgba(142, 134, 121, 0.2);
  box-shadow: rgba(44, 43, 42, 0.2) 0px 5px 10px;
}
.popover > .arrow,
.popover > .arrow::after {
  border-color: transparent;
}
.popover.top > .arrow {
  border-top-color: rgba(142, 134, 121, 0.25);
}
.popover.top > .arrow::after {
  border-top-color: rgb(78, 79, 78);
}
.popover.right > .arrow {
  border-right-color: rgba(142, 134, 121, 0.25);
}
.popover.right > .arrow::after {
  border-right-color: rgb(78, 79, 78);
}
.popover.bottom > .arrow {
  border-bottom-color: rgba(142, 134, 121, 0.25);
}
.popover.bottom > .arrow::after {
  border-bottom-color: rgb(78, 79, 78);
}
.popover.left > .arrow {
  border-left-color: rgba(142, 134, 121, 0.25);
}
.popover.left > .arrow::after {
  border-left-color: rgb(78, 79, 78);
}
.popover-title {
  background-color: rgb(64, 65, 63);
  border-bottom-color: rgb(82, 83, 82);
}
.carousel-control {
  color: rgb(207, 203, 196);
  text-shadow: rgba(44, 43, 42, 0.6) 0px 1px 2px;
  background-color: rgba(44, 43, 42, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right,
  rgba(44, 43, 42, 0.5) 0px,
  rgba(44, 43, 42, 0) 100%);
}
.carousel-control.right {
  background-image: linear-gradient(to right,
  rgba(44, 43, 42, 0) 0px,
  rgba(44, 43, 42, 0.5) 100%);
}
.carousel-control:focus,
.carousel-control:hover {
  color: rgb(207, 203, 196);
  text-decoration-color: initial;
  outline-color: initial;
}
.carousel-indicators {
  list-style-image: initial;
}
.carousel-indicators li {
  background-color: rgba(44, 43, 42, 0);
  border-color: rgb(78, 79, 78);
}
.carousel-indicators .active {
  background-color: rgb(61, 61, 60);
}
.carousel-caption {
  color: rgb(207, 203, 196);
  text-shadow: rgba(44, 43, 42, 0.6) 0px 1px 2px;
}
.carousel-caption .btn {
  text-shadow: none;
}
.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border-color: initial;
}
pre .str,
code .str {
  color: rgb(137, 176, 111);
}
pre .kwd,
code .kwd {
  color: rgb(198, 142, 116);
}
pre .com,
code .com {
  color: rgb(171, 164, 154);
}
pre .typ,
code .typ {
  color: rgb(135, 176, 210);
}
pre .lit,
code .lit {
  color: rgb(114, 155, 183);
}
pre .pun,
code .pun {
  color: rgb(207, 203, 196);
}
pre .pln,
code .pln {
  color: rgb(207, 203, 196);
}
pre .tag,
code .tag {
  color: rgb(135, 176, 210);
}
pre .atn,
code .atn {
  color: rgb(179, 173, 125);
}
pre .atv,
code .atv {
  color: rgb(137, 176, 111);
}
pre .dec,
code .dec {
  color: rgb(114, 155, 183);
}
pre.prettyprint,
code.prettyprint {
  background-color: rgb(44, 43, 42);
}
ol.linenums {
  color: rgb(171, 164, 154);
}
p {
  color: rgb(150, 143, 130);
}
section {
  border-top-color: rgb(82, 83, 82);
}
article {
  border-top-color: rgb(89, 115, 135);
}
th {
  background-color: rgb(65, 65, 64);
  border-color: rgb(84, 85, 85);
}
td {
  border-color: rgb(84, 85, 85);
}
#generator .content {
  color: rgb(172, 166, 155);
  border-top-color: rgb(82, 83, 82);
}
.label-optional {
  background-color: rgb(112, 115, 115);
}
#apidoc .apidoc {
  border-top-color: rgb(82, 83, 82);
}
pre {
  background-color: rgb(67, 67, 70);
  color: rgb(207, 203, 196);
}
pre.language-json {
  background-color: rgb(56, 56, 55);
}
.type {
  background-color: rgb(78, 117, 148);
  color: rgb(207, 203, 196);
}
.type__get {
  background-color: rgb(49, 110, 46);
}
.type__put {
  background-color: rgb(169, 152, 51);
}
.type__post {
  background-color: rgb(59, 82, 145);
}
.type__delete {
  background-color: rgb(166, 48, 74);
}
pre.language-api .str {
  color: rgb(207, 203, 196);
}
pre.language-api .pln,
pre.language-api .pun {
  color: rgb(137, 176, 111);
}
.sidenav {
  background-color: rgb(61, 62, 61);
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgb(95, 97, 96);
  color: rgb(207, 203, 196);
}
.sidenav > li > a {
  border-top-color: initial;
  border-bottom-color: initial;
  border-left-color: transparent;
  border-right-color: transparent;
  color: rgb(180, 173, 164);
}
.sidenav > li.nav-header > a {
  border-color: rgb(138, 129, 117);
  color: rgb(207, 203, 196);
  background-image: initial !important;
  background-color: #2c2b2a;
}
.sidenav > li.active > a {
  background-color: rgb(77, 110, 137);
  color: rgb(207, 203, 196);
}
.sidenav > li.has-modifications a {
  border-right-color: rgb(74, 128, 70);
}
.sidenav-search {
  background-color: rgb(65, 65, 64);
}
.search-reset {
  background-color: rgb(61, 61, 60);
}
ins {
  background-image: initial;
  background-color: rgb(92, 134, 73);
  text-decoration-color: initial;
  color: rgb(207, 203, 196);
}
del {
  background-image: initial;
  background-color: rgb(142, 55, 53);
  color: rgb(207, 203, 196);
}
.label-ins {
  background-color: rgb(92, 134, 73);
}
.label-del {
  background-color: rgb(142, 55, 53);
  text-decoration-color: initial;
}
pre.ins {
  background-color: rgb(92, 134, 73);
}
pre.del {
  background-color: rgb(142, 55, 53);
  text-decoration-color: initial;
}
table.ins th,
table.ins td {
  background-color: rgb(92, 134, 73);
}
table.del th,
table.del td {
  background-color: rgb(142, 55, 53);
  text-decoration-color: initial;
}
tr.ins td {
  background-color: rgb(92, 134, 73);
}
tr.del td {
  background-color: rgb(142, 55, 53);
  text-decoration-color: initial;
}
.apidone {
  color: rgb(100, 204, 94);
}
.container1 > div,
.container2 > div,
.container3 > div {
  background-image: initial !important;
  background-color: #2c2b2a;
}
p.deprecated span {
  color: rgb(209, 67, 64);
  text-decoration-color: initial;
}
.burger_container {
  background-color: rgba(80, 81, 80, 0.53);
  border-color: rgb(102, 105, 104);
}
.bar1,
.bar2,
.bar3 {
  background-color: rgb(76, 94, 108) !important;
}
.sidelogoarea {
  background-image: initial;
  background-color: transparent;
}
.container-fluid {
  background-image: linear-gradient(150deg,
  rgb(117, 73, 50) 25%,
  rgb(130, 52, 58) 50%,
  rgb(127, 82, 92) 75%,
  rgb(104, 94, 108) 100%);
  background-color: initial;
}
.sidenav {
  background-image: linear-gradient(150deg,
  rgb(117, 73, 50) 25%,
  rgb(130, 52, 58) 50%,
  rgb(127, 82, 92) 75%,
  rgb(104, 94, 108) 100%);
  background-color: initial;
}
#inspector-general-container #ig-app .ig-tooltip {
  background-color: rgb(89, 91, 90);
  color: rgb(207, 203, 196);
}
#inspector-general-container {
  background-color: rgb(61, 61, 60);
  box-shadow: rgba(85, 90, 101, 0.15) 0px 1px 2px;
}
#inspector-general-container #ig-app {
  background-color: rgb(61, 61, 60);
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-multi-player-select {
  border-color: rgb(92, 94, 93);
  box-shadow: rgba(85, 90, 101, 0.15) 0px 1px 2px;
  color: rgb(191, 186, 177);
}
#inspector-general-container #ig-app .ig-helper-container {
  background-color: rgb(82, 87, 96);
}
#inspector-general-container #ig-app .ig-helper-container .ig-helper-marker {
  color: rgb(194, 198, 201);
}
#inspector-general-container #ig-app .ig-copy-item {
  color: rgb(94, 154, 202);
  text-decoration-color: initial;
}
#inspector-general-container #ig-app .ig-copy-item.disabled {
  color: rgb(176, 170, 160);
}
#inspector-general-container #ig-app .ig-copy-item.underlined {
  text-decoration-color: initial;
}
#inspector-general-container #ig-app body::-webkit-scrollbar {
  background-color: rgb(61, 61, 60);
}
#inspector-general-container #ig-app code {
  border-color: initial;
  background-color: rgb(61, 61, 60);
}
#inspector-general-container #ig-app .ig-primary-container .ig-download-button {
  background-color: rgb(57, 112, 167);
  color: rgb(194, 198, 201);
  border-color: initial;
}
#inspector-general-container #ig-app .ig-column-header {
  color: rgb(176, 170, 160);
}
#inspector-general-container .ig-no-content-container .ig-no-content-centered-placeholder .ig-no-content-header {
  color: rgb(207, 203, 196);
}
#inspector-general-container #ig-app .ig-navbar-container {
  border-bottom-color: rgb(84, 86, 85);
  box-shadow: rgba(85, 90, 101, 0.15) 0px 1px 2px;
}
#inspector-general-container #ig-app .ig-navbar-container .ig-placeholder-logo {
  background-image: initial;
  background-color: rgb(85, 90, 101);
}
#inspector-general-container #ig-app .ig-navbar-container .ig-nav-tab {
  color: rgb(176, 170, 160);
  background-color: rgb(61, 61, 60);
  border-right-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-navbar-container .ig-nav-tab.ig-active {
  background-color: rgb(64, 64, 63);
}
#inspector-general-container #ig-app .ig-navbar-container .ig-navbar-header {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-footer-container {
  border-top-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-footer-container .ig-footer-button-container.select-container {
  border-color: initial;
}
#inspector-general-container #ig-app .ig-footer-container .ig-footer-button-container.left-item {
  border-right-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-footer-container .ig-footer-options-container {
  background-color: rgb(64, 64, 63);
}
#inspector-general-container #ig-app .ig-footer-container .ig-footer-options-container #ig-position-select {
  border-color: rgb(92, 94, 93);
  box-shadow: rgba(85, 90, 101, 0.15) 0px 1px 2px;
  color: rgb(191, 186, 177);
}
#inspector-general-container #ig-app .ig-footer-container .ig-footer-text {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-footer-container .ig-options-text {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-report-container .ig-report-header .ig-report-title {
  color: rgb(207, 203, 196);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-report-container .ig-report-header .ig-generate-report-lead {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-report-container .ig-report-input-item .ig-generate-report-prompt {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-report-container .ig-report-input-item .ig-browsers-reported {
  border-color: rgb(92, 94, 93);
  background-color: rgb(61, 61, 60);
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-report-container .ig-report-input-item .ig-issue-description {
  background-color: rgb(61, 61, 60);
  border-color: rgb(92, 94, 93);
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-vpb-container .ig-vpb-title-container .ig-vpb-title {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-vpb-container .ig-vpb-content-container .ig-vpb-row .ig-vpb-item.title-item p {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-configuration-container .ig-configuration-output-footer .ig-config-setup {
  background-color: rgb(61, 61, 60);
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-configuration-container .ig-configuration-output-footer .ig-config-setup .ig-setup-button {
  background-color: rgb(73, 74, 74);
  color: rgb(194, 198, 201);
  border-color: initial;
}
#inspector-general-container #ig-app .ig-configuration-container .ig-configuration-output-footer .ig-config-setup .ig-setup-button.ig-active-setup {
  background-color: rgb(57, 112, 167);
}
#inspector-general-container #ig-app .ig-configuration-container .ig-configuration-header-container .ig-player-configuration-header {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-configuration-container .ig-configuration-output-container #ig-code-editor {
  background-color: rgb(64, 65, 64);
  border-color: initial;
  color: rgb(191, 186, 177);
  box-shadow: rgb(85, 90, 101) 0.25px 0.25px 1px 0px;
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-bordered-qoe.right-border {
  border-right-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-bordered-qoe .ig-qoe-report-text {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-bordered-qoe .ig-qoe-button-container .ig-qoe-no-report {
  color: rgb(176, 170, 160);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-qoe-title {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-qoe-measure {
  color: rgb(176, 170, 160);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-qoe-measure.lighthouse-report {
  color: rgb(94, 154, 202);
  text-decoration-color: initial;
}
#inspector-general-container #ig-app .CodeMirror {
  color: rgb(207, 203, 196);
  background-color: rgb(64, 65, 64);
}
#inspector-general-container #ig-app .CodeMirror-gutter-filler,
#inspector-general-container #ig-app .CodeMirror-scrollbar-filler {
  background-color: rgb(61, 61, 60);
}
#inspector-general-container #ig-app .CodeMirror-gutters {
  border-right-color: rgb(85, 86, 86);
  background-color: rgb(64, 65, 63);
}
#inspector-general-container #ig-app .CodeMirror-linenumber {
  color: rgb(162, 155, 144);
}
#inspector-general-container #ig-app .CodeMirror-guttermarker {
  color: rgb(207, 203, 196);
}
#inspector-general-container #ig-app .CodeMirror-guttermarker-subtle {
  color: rgb(162, 155, 144);
}
#inspector-general-container #ig-app .CodeMirror-cursor {
  border-left-color: rgb(142, 134, 121);
  border-right-color: initial;
}
#inspector-general-container #ig-app .CodeMirror div.CodeMirror-secondarycursor {
  border-left-color: rgb(91, 92, 92);
}
#inspector-general-container #ig-app .cm-fat-cursor .CodeMirror-cursor {
  background-image: initial;
  background-color: rgb(79, 128, 57);
  border-color: initial !important;
}
#inspector-general-container #ig-app .cm-fat-cursor-mark {
  background-color: rgba(84, 171, 50, 0.5);
}
#inspector-general-container #ig-app .cm-animate-fat-cursor {
  border-color: initial;
  background-color: rgb(79, 128, 57);
}
#inspector-general-container #ig-app .cm-tab {
  text-decoration-color: inherit;
}
#inspector-general-container #ig-app .CodeMirror-ruler {
  border-left-color: rgb(88, 90, 89);
}
#inspector-general-container #ig-app .cm-s-default .cm-header {
  color: rgb(86, 130, 206);
}
#inspector-general-container #ig-app .cm-s-default .cm-quote {
  color: rgb(120, 215, 113);
}
#inspector-general-container #ig-app .cm-negative {
  color: rgb(192, 103, 99);
}
#inspector-general-container #ig-app .cm-positive {
  color: rgb(125, 194, 118);
}
#inspector-general-container #ig-app .cm-link {
  text-decoration-color: initial;
}
#inspector-general-container #ig-app .cm-strikethrough {
  text-decoration-color: initial;
}
#inspector-general-container #ig-app .cm-s-default .cm-keyword {
  color: rgb(205, 124, 209);
}
#inspector-general-container #ig-app .cm-s-default .cm-atom {
  color: rgb(128, 116, 196);
}
#inspector-general-container #ig-app .cm-s-default .cm-number {
  color: rgb(148, 205, 176);
}
#inspector-general-container #ig-app .cm-s-default .cm-def {
  color: rgb(86, 130, 206);
}
#inspector-general-container #ig-app .cm-s-default .cm-variable-2 {
  color: rgb(122, 171, 210);
}
#inspector-general-container #ig-app .cm-s-default .cm-type,
#inspector-general-container #ig-app .cm-s-default .cm-variable-3 {
  color: rgb(130, 217, 178);
}
#inspector-general-container #ig-app .cm-s-default .cm-comment {
  color: rgb(217, 163, 106);
}
#inspector-general-container #ig-app .cm-s-default .cm-string {
  color: rgb(202, 109, 106);
}
#inspector-general-container #ig-app .cm-s-default .cm-string-2 {
  color: rgb(213, 117, 66);
}
#inspector-general-container #ig-app .cm-s-default .cm-meta {
  color: rgb(169, 163, 152);
}
#inspector-general-container #ig-app .cm-s-default .cm-qualifier {
  color: rgb(169, 163, 152);
}
#inspector-general-container #ig-app .cm-s-default .cm-builtin {
  color: rgb(139, 105, 207);
}
#inspector-general-container #ig-app .cm-s-default .cm-bracket {
  color: rgb(154, 146, 135);
}
#inspector-general-container #ig-app .cm-s-default .cm-tag {
  color: rgb(148, 216, 129);
}
#inspector-general-container #ig-app .cm-s-default .cm-attribute {
  color: rgb(107, 144, 208);
}
#inspector-general-container #ig-app .cm-s-default .cm-hr {
  color: rgb(162, 155, 144);
}
#inspector-general-container #ig-app .cm-s-default .cm-link {
  color: rgb(107, 144, 208);
}
#inspector-general-container #ig-app .cm-s-default .cm-error {
  color: rgb(209, 67, 64);
}
#inspector-general-container #ig-app .cm-invalidchar {
  color: rgb(209, 67, 64);
}
#inspector-general-container #ig-app .CodeMirror-composing {
  border-bottom-color: initial;
}
#inspector-general-container #ig-app div.CodeMirror span.CodeMirror-matchingbracket {
  color: rgb(105, 214, 98);
}
#inspector-general-container #ig-app div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: rgb(193, 112, 108);
}
#inspector-general-container #ig-app .CodeMirror-matchingtag {
  background-image: initial;
  background-color: rgba(181, 127, 50, 0.3);
}
#inspector-general-container #ig-app .CodeMirror-activeline-background {
  background-image: initial;
  background-color: rgb(65, 66, 65);
}
#inspector-general-container #ig-app .CodeMirror {
  background-image: initial;
  background-color: rgb(61, 61, 60);
}
#inspector-general-container #ig-app .CodeMirror-scroll {
  outline-color: initial;
}
#inspector-general-container #ig-app .CodeMirror-sizer {
  border-right-color: transparent;
}
#inspector-general-container #ig-app .CodeMirror-gutter-wrapper {
  background-image: initial !important;
  background-color: initial !important;
  border-color: initial !important;
}
#inspector-general-container #ig-app .CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
#inspector-general-container #ig-app .CodeMirror pre {
  background-image: initial;
  background-color: initial;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
#inspector-general-container #ig-app .CodeMirror-code {
  outline-color: initial;
}
#inspector-general-container #ig-app .CodeMirror-selected {
  background-image: initial;
  background-color: rgb(76, 77, 76);
}
#inspector-general-container #ig-app .CodeMirror-focused .CodeMirror-selected {
  background-image: initial;
  background-color: rgb(72, 74, 72);
}
#inspector-general-container #ig-app .CodeMirror-line::selection,
#inspector-general-container #ig-app .CodeMirror-line > span::selection,
#inspector-general-container #ig-app .CodeMirror-line > span > span::selection {
  background-image: initial;
  background-color: rgb(72, 74, 72);
}
#inspector-general-container #ig-app .cm-searching {
  background-color: rgba(185, 183, 53, 0.4);
}
#inspector-general-container #ig-app span.CodeMirror-selectedtext {
  background-image: initial;
  background-color: initial;
}
#inspector-general-container #ig-app .ig-primary-container .ig-error-detail-nav-container .ig-config-summary-title {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-debug-container .ig-debug-row {
  border-bottom-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-overview-unit .ig-overview-detail-container p {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-overview-content-container .ig-overview-col .ig-overview-unit .ig-overview-detail-container p.ig-copy-item {
  color: rgb(94, 154, 202);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-event-detail-container .ig-event-detail-header-container .ig-event-detail-title .ig-event-detail-header {
  color: rgb(207, 203, 196);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-event-detail-container .ig-event-detail-primary-container .ig-code-output-container .ig-code-output {
  background-color: rgb(64, 64, 63);
  border-color: initial;
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-list-view-container .ig-feed-filter-container {
  border-bottom-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-primary-container .ig-list-view-container .ig-feed-filter-container .ig-name-filter-container {
  background-color: rgb(64, 64, 63);
  border-right-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-primary-container .ig-list-view-container .ig-feed-filter-container .ig-list-filter {
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  background-color: rgb(64, 64, 63);
  border-bottom-color: rgb(84, 86, 85);
  color: rgb(191, 186, 177);
}
#inspector-general-container #ig-app .ig-primary-container .ig-list-view-container .ig-feed-filter-container .ig-list-filter.play-select {
  border-color: initial;
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-list-feed-container {
  border-right-color: rgb(84, 86, 85);
  background-color: rgb(64, 64, 63);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-list-feed-container .ig-list-feed-item {
  border-bottom-color: rgb(84, 86, 85);
  background-color: rgb(64, 64, 63);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-list-feed-container .ig-list-feed-item.no-padding.no-pointer {
  border-bottom-color: initial;
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-list-feed-container .ig-list-feed-item .ig-list-item {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-list-feed-container .ig-list-feed-item .ig-list-item .ig-ping-not-sent {
  color: rgb(210, 67, 103);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-list-feed-container .ig-list-feed-item .ig-list-item span {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-troubleshooting-header {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-troubleshoot-item-text {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-no-ads-detected {
  color: rgb(166, 159, 149);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-error-container.warnings-detected {
  background-color: rgb(182, 144, 51);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-error-container.errors-detected {
  background-color: rgb(175, 48, 81);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-error-container.no-errors {
  background-color: rgb(53, 148, 100);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-troubleshoot-summary-row .ig-troubleshoot-summary-item .ig-error-container .ig-error-count {
  color: rgb(194, 198, 201);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-error-summary-container.with-border {
  border-right-color: rgb(84, 86, 85);
}
#inspector-general-container #ig-app .ig-primary-container .ig-primary-content-container .ig-troubleshooting-container .ig-troubleshooting-column .ig-error-summary-container .ig-preload-box .ig-preload-text.ig-invalid-input {
  color: rgb(210, 67, 103);
}

/* Override Style */
.vimvixen-hint {
  background-color: #7f6521 !important;
  border-color: #c0a540 !important;
  color: #d6cdb4 !important;
}
::placeholder {
  opacity: 0.5 !important;
}
a[href="https://coinmarketcap.com/"] > svg[width="94"][height="16"] > path {
  fill: var(--darkreader-neutral-text) !important;
}
#edge-translate-panel-body {
  color: var(--darkreader-neutral-text) !important;
}
gr-main-header {
  background-color: #395359 !important;
}
embed[type="application/pdf"] { filter: invert(100%) contrast(90%); }
