/* Generated by restore/build_dark.py — do not edit by hand.
 *
 * Dark mode for join.igmsu.org, derived from the site's own stylesheets:
 * every colour below is one the theme declared, with its lightness inverted
 * and its hue kept. Light mode is untouched — every rule is scoped to an
 * explicit dark choice or to the OS preference.
 *
 * Sources: /join/st/default_right.css, /join/wp-content/themes/blogfeedly/style.css, /join/wp-content/themes/journalist-feedly/style.css, /join/wp-content/plugins/new-facebook-like-share-follow-button/css/fb-buttons-bootstrap.css, inline <style> in join
 */

.theme-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 99999;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  color: #33373d;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
/* Shown only once the script has marked the document: without JavaScript the
   button could do nothing, and the OS preference already applies. */
html.has-js .theme-toggle { display: block; }
.theme-toggle:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
.theme-toggle::before { content: "\25D1"; }

html[data-theme="dark"] .theme-toggle {
  color: #d7dae0;
  background: rgba(28, 32, 37, 0.92);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .theme-toggle {
    color: #d7dae0;
    background: rgba(28, 32, 37, 0.92);
    border-color: rgba(255, 255, 255, 0.2);
  }
}

/* The UA renders scrollbars, form controls and text selection from this. It
   has to be declared for the OS-preference case too: with no color-scheme at
   all the UA keeps drawing light form controls, and the theme never gave the
   search box a background of its own — the text would go pale on white. */
html[data-theme="dark"] { color-scheme: dark; }
html[data-theme="light"] { color-scheme: light; }
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) { color-scheme: dark; }
}

/* --- explicit choice --------------------------------------- */
html[data-theme="dark"] body { background-color: #141414; color: #e0e0e0; }
html[data-theme="dark"] a:link, html[data-theme="dark"] a:visited { color: #8dabe7; }
html[data-theme="dark"] .contenttitle a:link, html[data-theme="dark"] .contenttitle a:visited { color: #9fb2f4; }
html[data-theme="dark"] .contenttitle a:hover { color: #ebebeb; }
html[data-theme="dark"] a:hover, html[data-theme="dark"] a:active { color: #ebebeb; }
html[data-theme="dark"] #header a:link, html[data-theme="dark"] #header a:visited { color: #474747; }
html[data-theme="dark"] #header a:hover, html[data-theme="dark"] #header a:active { color: #737373; }
html[data-theme="dark"] #copyrights a:link, html[data-theme="dark"] #copyrights a:visited { color: #d5d5d5; }
html[data-theme="dark"] #copyrights a:hover, html[data-theme="dark"] #copyrights a:active { color: #c8c8c8; }
html[data-theme="dark"] #header { background: white; }
html[data-theme="dark"] #header h1 { background: white url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/header_sm.jpg) repeat-x 0 6px; }
html[data-theme="dark"] #mainwrapper { background-color: #141414; border-color: #464646; }
html[data-theme="dark"] #wrapper { background-color: #141414; }
html[data-theme="dark"] .itemcomment { border: 1px solid #404040; }
html[data-theme="dark"] .itemcomment:hover { background: #F9F9F9 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/commentquote02.gif) no-repeat; border: 1px solid #CCCCCC; }
html[data-theme="dark"] .id1 { background: #F9F9F9 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/commentquote02.gif) no-repeat; border: 1px solid #B3C492; }
html[data-theme="dark"] .id1:hover { background: #F9F9F9 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/commentquote02.gif) no-repeat; border: 1px solid #B3C492; }
html[data-theme="dark"] .sidebar { color: #dce0e2; }
html[data-theme="dark"] .sidebardl dt { background: #E5E5E5 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/sidetitlebg.gif); color: #3A3523; }
html[data-theme="dark"] .sidebardl dd { background: #EEEEEE; }
html[data-theme="dark"] .sidebardl dd:hover { background: #E7E7E7; }
html[data-theme="dark"] .sidebardl dd a:link, html[data-theme="dark"] .sidebardl dd a:visited { background: url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/arrow.gif) left center no-repeat; }
html[data-theme="dark"] #footer { background-color: #5a4a01; border-color: #464646; }
html[data-theme="dark"] #copyrights { color: #d5d5d5; }
html[data-theme="dark"] .commentform, html[data-theme="dark"] .mailform { background-color: #181818; }
html[data-theme="dark"] .formfield { background-color: #141414; color: #d5d5d5; border-top: 1px solid #585858; border-left: 1px solid #585858; border-bottom: 1px solid #4d4a45; border-right: 1px solid #4d4a45; }
html[data-theme="dark"] .formbutton { background-color: #141414; color: #d5d5d5; border-top: 1px solid #4d4a45; border-left: 1px solid #4d4a45; border-bottom: 1px solid #585858; border-right: 1px solid #585858; }
html[data-theme="dark"] .error { color: #f39595; }
html[data-theme="dark"] .wrap3 img { border: 3px solid #404040; }
html[data-theme="dark"] .highlight { background-color: #253c00; }
html[data-theme="dark"] .leftbox { border-right: 2px solid #4a4a4a; }
html[data-theme="dark"] .rightbox { border-left: 2px solid #4a4a4a; }
@media only screen and (min-width: 768px) {
html[data-theme="dark"] .menu-wrap ul li.menu-item-has-children:hover .sub-menu { background-color: #141414; box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1); }
html[data-theme="dark"] .menu-wrap ul li.menu-item-has-children .sub-menu li { border-bottom: 1px solid #434343; }
html[data-theme="dark"] .menu-wrap ul li.menu-item-has-children .sub-menu li:last-of-type { border-bottom: 0px solid #404040; }
}
html[data-theme="dark"] body { background-color: #141414; color: #dbdbdb; }
html[data-theme="dark"] a { color: #a9bce1; }
html[data-theme="dark"] a:hover { color: #f0d08f; }
html[data-theme="dark"] h1, html[data-theme="dark"] h2, html[data-theme="dark"] h3, html[data-theme="dark"] h4, html[data-theme="dark"] h5, html[data-theme="dark"] h6 { color: #e1e1e1; }
html[data-theme="dark"] mark, html[data-theme="dark"] ins { background-color: #1d1d1d; }
html[data-theme="dark"] pre { background-color: #161616; }
html[data-theme="dark"] blockquote { border-left: 5px solid #24498f; color: #cacaca; }
html[data-theme="dark"] table { border-bottom: 1px solid #474747; }
html[data-theme="dark"] caption { color: #cacaca; }
html[data-theme="dark"] th { color: #e1e1e1; }
html[data-theme="dark"] tr { border-top: 1px solid #474747; }
html[data-theme="dark"] hr { background-color: #1d1d1d; }
html[data-theme="dark"] label { color: #cacaca; }
html[data-theme="dark"] button, html[data-theme="dark"] input, html[data-theme="dark"] select, html[data-theme="dark"] textarea { background-color: #141414; border: 1px solid #474747; color: #dbdbdb; }
html[data-theme="dark"] input[type="text"]:focus, html[data-theme="dark"] input[type="email"]:focus, html[data-theme="dark"] input[type="url"]:focus, html[data-theme="dark"] input[type="password"]:focus, html[data-theme="dark"] input[type="search"]:focus, html[data-theme="dark"] textarea:focus { border-color: #a87304; color: #e1e1e1; }
html[data-theme="dark"] button, html[data-theme="dark"] input[type="submit"], html[data-theme="dark"] input[type="button"], html[data-theme="dark"] input[type="reset"] { background-color: #583c02; border-color: #a87304; color: #ffffff; }
html[data-theme="dark"] button:hover, html[data-theme="dark"] button:focus, html[data-theme="dark"] button:active, html[data-theme="dark"] input[type="submit"]:hover, html[data-theme="dark"] input[type="submit"]:focus, html[data-theme="dark"] input[type="submit"]:active, html[data-theme="dark"] input[type="button"]:hover, html[data-theme="dark"] input[type="button"]:focus, html[data-theme="dark"] input[type="button"]:active, html[data-theme="dark"] input[type="reset"]:hover, html[data-theme="dark"] input[type="reset"]:focus, html[data-theme="dark"] input[type="reset"]:active { background-color: #583c02; border-color: #a87304; }
html[data-theme="dark"] .wp-caption-text, html[data-theme="dark"] .entry-caption { color: #cacaca; }
html[data-theme="dark"] aside#secondary.featured-sidebar { border-left: 1px solid #434343; }
html[data-theme="dark"] .featured-sidebar #wp-calendar th { color: #ebebeb; }
html[data-theme="dark"] .featured-sidebar .widget-title { color: #dedede; border-bottom: 1px solid #696969; }
html[data-theme="dark"] .featured-sidebar * { color: #dbdbdb; }
html[data-theme="dark"] .featured-sidebar a { color: #ebebeb; }
html[data-theme="dark"] .site-header { background-color: #141414; }
html[data-theme="dark"] .site-title a { color: #d6d6d6; }
html[data-theme="dark"] .site-description { color: #d6d6d6; }
html[data-theme="dark"] .site-navigation { border-top: 1px solid #414545; }
html[data-theme="dark"] .site-navigation .menu-wrap { background-color: #141414; border-top: 0px solid #424242; }
html[data-theme="dark"] .site-navigation a { color: #d6d6d6; }
html[data-theme="dark"] #menu-toggle { background-color: #171919; color: #d3d3d3; }
html[data-theme="dark"] .entry-title a { color: #e1e1e1; }
html[data-theme="dark"] .entry-title a:hover { color: #cacaca; }
html[data-theme="dark"] .entry-meta, html[data-theme="dark"] .entry-meta * { color: #f0d08f; }
html[data-theme="dark"] a.more-link { background-color: #583c02; color: #ffffff; }
html[data-theme="dark"] .read-more .more-link { background-color: #14284e; color: #ffffff; }
html[data-theme="dark"] .read-more .more-link:hover { background-color: #510400; }
html[data-theme="dark"] .tag-links, html[data-theme="dark"] .parent-post-link { color: #e1e1e1; }
html[data-theme="dark"] .tag-links a { background-color: #181818; color: #cacaca; }
html[data-theme="dark"] .author-box { background-color: #14284e; color: #f6f6f6; }
html[data-theme="dark"] .author-box .author-title { color: #f6f6f6; }
html[data-theme="dark"] .author-box .author-link { color: #f6f6f6; }
html[data-theme="dark"] .author-box .author-link:hover { color: #f18782; }
html[data-theme="dark"] .page-title { color: #cacaca; }
html[data-theme="dark"] .author .page-header, html[data-theme="dark"] .search-results .page-content { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .posts-list-item { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .not-found .page-title { color: #e1e1e1; }
html[data-theme="dark"] .archive-list-title { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .comments-title { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .comment-list { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .comment-body { border-top: 1px solid #474747; }
html[data-theme="dark"] .comment-meta { color: #cacaca; }
html[data-theme="dark"] .comment-author .fn { color: #e1e1e1; }
html[data-theme="dark"] .comment-author .url { color: #e1e1e1; }
html[data-theme="dark"] .bypostauthor > .comment-body .fn:after { color: #a9bce1; }
html[data-theme="dark"] .comment-metadata a { color: #cacaca; }
html[data-theme="dark"] .comment-meta a:hover { color: #f18782; }
html[data-theme="dark"] .comments-closed { color: #cacaca; }
html[data-theme="dark"] #cancel-comment-reply-link { background-color: #14284e; color: #f6f6f6; }
html[data-theme="dark"] .comment-notes, html[data-theme="dark"] .logged-in-as { color: #cacaca; }
html[data-theme="dark"] .comment-notes { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .navigation { background-color: #181818; color: #cacaca; }
html[data-theme="dark"] .navigation a { color: #cacaca; }
html[data-theme="dark"] .navigation a:hover { color: #ebebeb; }
html[data-theme="dark"] .nav-previous a, html[data-theme="dark"] .nav-next a { background-color: #181818; }
html[data-theme="dark"] nav.navigation.post-navigation { background-color: rgba(76, 76, 76, 0.0); }
html[data-theme="dark"] .pagination.navigation { background-color: rgba(76, 76, 76, 0.0); }
html[data-theme="dark"] .pagination .current { color: #ebebeb; }
html[data-theme="dark"] .page-links { color: #cacaca; }
html[data-theme="dark"] .social-title { color: #a9bce1; }
html[data-theme="dark"] .social-links a { background-color: #14284e; color: #ffffff; }
html[data-theme="dark"] .social-links a:hover { background-color: #510400; color: #ffffff; }
html[data-theme="dark"] .site-footer { background-color: #474747; color: #f6f6f6; }
html[data-theme="dark"] .copyright a, html[data-theme="dark"] .supplementary a { color: #f6f6f6; }
html[data-theme="dark"] #back-to-top { color: #f6f6f6; }
html[data-theme="dark"] #back-to-top:hover { color: #f0d08f; }
html[data-theme="dark"] .supplementary { border-bottom: 1px solid #424242; }
html[data-theme="dark"] .widget-title { border-bottom: solid 1px #424242; color: #f6f6f6; }
html[data-theme="dark"] .widget button, html[data-theme="dark"] .widget input[type="submit"], html[data-theme="dark"] .widget input[type="button"], html[data-theme="dark"] .widget input[type="reset"] { border-color: #424242; }
html[data-theme="dark"] .widget button:hover, html[data-theme="dark"] .widget button:focus, html[data-theme="dark"] .widget button:active, html[data-theme="dark"] .widget input[type="submit"]:hover, html[data-theme="dark"] .widget input[type="submit"]:focus, html[data-theme="dark"] .widget input[type="submit"]:active, html[data-theme="dark"] .widget input[type="button"]:hover, html[data-theme="dark"] .widget input[type="button"]:focus, html[data-theme="dark"] .widget input[type="button"]:active, html[data-theme="dark"] .widget input[type="reset"]:hover, html[data-theme="dark"] .widget input[type="reset"]:focus, html[data-theme="dark"] .widget input[type="reset"]:active { border-color: #a87304; }
html[data-theme="dark"] #wp-calendar caption { color: #f6f6f6; }
html[data-theme="dark"] #wp-calendar th { color: #f6f6f6; }
html[data-theme="dark"] #wp-calendar tbody a { border: 1px solid #424242; }
html[data-theme="dark"] .tagcloud a { border: 1px solid #424242; }
html[data-theme="dark"] .wp-block-image figcaption { color: #cacaca; }
html[data-theme="dark"] .wp-block-pullquote blockquote { border-bottom: 4px solid #24498f; border-top: 5px solid #24498f; }
html[data-theme="dark"] .wp-block-file { border: 1px solid #474747; }
html[data-theme="dark"] .wp-block-file .wp-block-file__button, html[data-theme="dark"] .wp-block-button .wp-block-button__link { background-color: #14284e; color: #ffffff; }
html[data-theme="dark"] .wp-block-file .wp-block-file__button:active, html[data-theme="dark"] .wp-block-file .wp-block-file__button:focus, html[data-theme="dark"] .wp-block-file .wp-block-file__button:hover, html[data-theme="dark"] .wp-block-file .wp-block-file__button:visited, html[data-theme="dark"] .wp-block-button .wp-block-button__link:active, html[data-theme="dark"] .wp-block-button .wp-block-button__link:focus, html[data-theme="dark"] .wp-block-button .wp-block-button__link:hover, html[data-theme="dark"] .wp-block-button .wp-block-button__link:visited { background-color: #583c02; }
html[data-theme="dark"] .wp-block-separator.is-style-dots:before { color: #cacaca; }
html[data-theme="dark"] .infinite-scroll #infinite-handle span { background-color: #181818; color: #cacaca; }
html[data-theme="dark"] .infinite-scroll #infinite-handle span:hover { color: #f0d08f; }
html[data-theme="dark"] .pagination .page-numbers { background-color: #181818; }
@media only screen and (max-width: 850px) {
html[data-theme="dark"] aside#secondary.featured-sidebar { border-left: 0px solid #404040; }
}
html[data-theme="dark"] a:hover { color: #d4bea5; }
html[data-theme="dark"] a.more-link { background-color: #3d2c18; color: #ffffff; }
html[data-theme="dark"] input[type="text"]:focus, html[data-theme="dark"] input[type="email"]:focus, html[data-theme="dark"] input[type="url"]:focus, html[data-theme="dark"] input[type="password"]:focus, html[data-theme="dark"] input[type="search"]:focus, html[data-theme="dark"] textarea:focus { border-color: #79562f; color: #e1e1e1; }
html[data-theme="dark"] button, html[data-theme="dark"] input[type="submit"], html[data-theme="dark"] input[type="button"], html[data-theme="dark"] input[type="reset"] { background-color: #3d2c18; border-color: #79562f; color: #ffffff; }
html[data-theme="dark"] button:hover, html[data-theme="dark"] button:focus, html[data-theme="dark"] button:active, html[data-theme="dark"] input[type="submit"]:hover, html[data-theme="dark"] input[type="submit"]:focus, html[data-theme="dark"] input[type="submit"]:active, html[data-theme="dark"] input[type="button"]:hover, html[data-theme="dark"] input[type="button"]:focus, html[data-theme="dark"] input[type="button"]:active, html[data-theme="dark"] input[type="reset"]:hover, html[data-theme="dark"] input[type="reset"]:focus, html[data-theme="dark"] input[type="reset"]:active { background-color: #3d2c18; border-color: #79562f; }
html[data-theme="dark"] .entry-meta, html[data-theme="dark"] .entry-meta * { color: #d4bea5; }
html[data-theme="dark"] #back-to-top:hover { color: #d4bea5; }
html[data-theme="dark"] .widget button:hover, html[data-theme="dark"] .widget button:focus, html[data-theme="dark"] .widget button:active, html[data-theme="dark"] .widget input[type="submit"]:hover, html[data-theme="dark"] .widget input[type="submit"]:focus, html[data-theme="dark"] .widget input[type="submit"]:active, html[data-theme="dark"] .widget input[type="button"]:hover, html[data-theme="dark"] .widget input[type="button"]:focus, html[data-theme="dark"] .widget input[type="button"]:active, html[data-theme="dark"] .widget input[type="reset"]:hover, html[data-theme="dark"] .widget input[type="reset"]:focus, html[data-theme="dark"] .widget input[type="reset"]:active { border-color: #79562f; }
html[data-theme="dark"] .wp-block-file .wp-block-file__button:active, html[data-theme="dark"] .wp-block-file .wp-block-file__button:focus, html[data-theme="dark"] .wp-block-file .wp-block-file__button:hover, html[data-theme="dark"] .wp-block-file .wp-block-file__button:visited, html[data-theme="dark"] .wp-block-button .wp-block-button__link:active, html[data-theme="dark"] .wp-block-button .wp-block-button__link:focus, html[data-theme="dark"] .wp-block-button .wp-block-button__link:hover, html[data-theme="dark"] .wp-block-button .wp-block-button__link:visited { background-color: #3d2c18; }
html[data-theme="dark"] .infinite-scroll #infinite-handle span:hover { color: #d4bea5; }
html[data-theme="dark"] fieldset { border: 1px solid #4c4c4c; }
@media print {
html[data-theme="dark"] *, html[data-theme="dark"] *:before, html[data-theme="dark"] *:after { color: #ebebeb !important; }
html[data-theme="dark"] pre, html[data-theme="dark"] blockquote { border: 1px solid #545454; }
html[data-theme="dark"] .btn > .caret, html[data-theme="dark"] .dropup > .btn > .caret { border-top-color: #737373 !important; }
html[data-theme="dark"] .label { border: 1px solid #737373; }
html[data-theme="dark"] .table td, html[data-theme="dark"] .table th { background-color: #141414 !important; }
html[data-theme="dark"] .table-bordered th, html[data-theme="dark"] .table-bordered td { border: 1px solid #474747 !important; }
}
html[data-theme="dark"] .text-muted { color: #c7c7c7; }
html[data-theme="dark"] .text-primary { color: #aec9e1; }
html[data-theme="dark"] caption { color: #c7c7c7; }
html[data-theme="dark"] .table > thead > tr > th, html[data-theme="dark"] .table > tbody > tr > th, html[data-theme="dark"] .table > tfoot > tr > th, html[data-theme="dark"] .table > thead > tr > td, html[data-theme="dark"] .table > tbody > tr > td, html[data-theme="dark"] .table > tfoot > tr > td { border-top: 1px solid #474747; }
html[data-theme="dark"] .table > thead > tr > th { border-bottom: 2px solid #474747; }
html[data-theme="dark"] .table > tbody + tbody { border-top: 2px solid #474747; }
html[data-theme="dark"] .table .table { background-color: #141414; }
html[data-theme="dark"] .table-bordered { border: 1px solid #474747; }
html[data-theme="dark"] .table-bordered > thead > tr > th, html[data-theme="dark"] .table-bordered > tbody > tr > th, html[data-theme="dark"] .table-bordered > tfoot > tr > th, html[data-theme="dark"] .table-bordered > thead > tr > td, html[data-theme="dark"] .table-bordered > tbody > tr > td, html[data-theme="dark"] .table-bordered > tfoot > tr > td { border: 1px solid #474747; }
html[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) { background-color: #161616; }
html[data-theme="dark"] .table-hover > tbody > tr:hover { background-color: #171717; }
html[data-theme="dark"] .table > thead > tr > td.active, html[data-theme="dark"] .table > tbody > tr > td.active, html[data-theme="dark"] .table > tfoot > tr > td.active, html[data-theme="dark"] .table > thead > tr > th.active, html[data-theme="dark"] .table > tbody > tr > th.active, html[data-theme="dark"] .table > tfoot > tr > th.active, html[data-theme="dark"] .table > thead > tr.active > td, html[data-theme="dark"] .table > tbody > tr.active > td, html[data-theme="dark"] .table > tfoot > tr.active > td, html[data-theme="dark"] .table > thead > tr.active > th, html[data-theme="dark"] .table > tbody > tr.active > th, html[data-theme="dark"] .table > tfoot > tr.active > th { background-color: #171717; }
html[data-theme="dark"] .table-hover > tbody > tr > td.active:hover, html[data-theme="dark"] .table-hover > tbody > tr > th.active:hover, html[data-theme="dark"] .table-hover > tbody > tr.active:hover > td, html[data-theme="dark"] .table-hover > tbody > tr:hover > .active, html[data-theme="dark"] .table-hover > tbody > tr.active:hover > th { background-color: #191919; }
html[data-theme="dark"] .table > thead > tr > td.success, html[data-theme="dark"] .table > tbody > tr > td.success, html[data-theme="dark"] .table > tfoot > tr > td.success, html[data-theme="dark"] .table > thead > tr > th.success, html[data-theme="dark"] .table > tbody > tr > th.success, html[data-theme="dark"] .table > tfoot > tr > th.success, html[data-theme="dark"] .table > thead > tr.success > td, html[data-theme="dark"] .table > tbody > tr.success > td, html[data-theme="dark"] .table > tfoot > tr.success > td, html[data-theme="dark"] .table > thead > tr.success > th, html[data-theme="dark"] .table > tbody > tr.success > th, html[data-theme="dark"] .table > tfoot > tr.success > th { background-color: #15260f; }
html[data-theme="dark"] .table-hover > tbody > tr > td.success:hover, html[data-theme="dark"] .table-hover > tbody > tr > th.success:hover, html[data-theme="dark"] .table-hover > tbody > tr.success:hover > td, html[data-theme="dark"] .table-hover > tbody > tr:hover > .success, html[data-theme="dark"] .table-hover > tbody > tr.success:hover > th { background-color: #182a10; }
html[data-theme="dark"] .table > thead > tr > td.info, html[data-theme="dark"] .table > tbody > tr > td.info, html[data-theme="dark"] .table > tfoot > tr > td.info, html[data-theme="dark"] .table > thead > tr > th.info, html[data-theme="dark"] .table > tbody > tr > th.info, html[data-theme="dark"] .table > tfoot > tr > th.info, html[data-theme="dark"] .table > thead > tr.info > td, html[data-theme="dark"] .table > tbody > tr.info > td, html[data-theme="dark"] .table > tfoot > tr.info > td, html[data-theme="dark"] .table > thead > tr.info > th, html[data-theme="dark"] .table > tbody > tr.info > th, html[data-theme="dark"] .table > tfoot > tr.info > th { background-color: #091f2a; }
html[data-theme="dark"] .table-hover > tbody > tr > td.info:hover, html[data-theme="dark"] .table-hover > tbody > tr > th.info:hover, html[data-theme="dark"] .table-hover > tbody > tr.info:hover > td, html[data-theme="dark"] .table-hover > tbody > tr:hover > .info, html[data-theme="dark"] .table-hover > tbody > tr.info:hover > th { background-color: #0a222f; }
html[data-theme="dark"] .table > thead > tr > td.warning, html[data-theme="dark"] .table > tbody > tr > td.warning, html[data-theme="dark"] .table > tfoot > tr > td.warning, html[data-theme="dark"] .table > thead > tr > th.warning, html[data-theme="dark"] .table > tbody > tr > th.warning, html[data-theme="dark"] .table > tfoot > tr > th.warning, html[data-theme="dark"] .table > thead > tr.warning > td, html[data-theme="dark"] .table > tbody > tr.warning > td, html[data-theme="dark"] .table > tfoot > tr.warning > td, html[data-theme="dark"] .table > thead > tr.warning > th, html[data-theme="dark"] .table > tbody > tr.warning > th, html[data-theme="dark"] .table > tfoot > tr.warning > th { background-color: #2b2505; }
html[data-theme="dark"] .table-hover > tbody > tr > td.warning:hover, html[data-theme="dark"] .table-hover > tbody > tr > th.warning:hover, html[data-theme="dark"] .table-hover > tbody > tr.warning:hover > td, html[data-theme="dark"] .table-hover > tbody > tr:hover > .warning, html[data-theme="dark"] .table-hover > tbody > tr.warning:hover > th { background-color: #302905; }
html[data-theme="dark"] .table > thead > tr > td.danger, html[data-theme="dark"] .table > tbody > tr > td.danger, html[data-theme="dark"] .table > tfoot > tr > td.danger, html[data-theme="dark"] .table > thead > tr > th.danger, html[data-theme="dark"] .table > tbody > tr > th.danger, html[data-theme="dark"] .table > tfoot > tr > th.danger, html[data-theme="dark"] .table > thead > tr.danger > td, html[data-theme="dark"] .table > tbody > tr.danger > td, html[data-theme="dark"] .table > tfoot > tr.danger > td, html[data-theme="dark"] .table > thead > tr.danger > th, html[data-theme="dark"] .table > tbody > tr.danger > th, html[data-theme="dark"] .table > tfoot > tr.danger > th { background-color: #250e0e; }
html[data-theme="dark"] .table-hover > tbody > tr > td.danger:hover, html[data-theme="dark"] .table-hover > tbody > tr > th.danger:hover, html[data-theme="dark"] .table-hover > tbody > tr.danger:hover > td, html[data-theme="dark"] .table-hover > tbody > tr:hover > .danger, html[data-theme="dark"] .table-hover > tbody > tr.danger:hover > th { background-color: #291010; }
@media screen and (max-width: 767px) {
html[data-theme="dark"] .table-responsive { border: 1px solid #474747; }
}
html[data-theme="dark"] legend { color: #dbdbdb; border-bottom: 1px solid #454545; }
html[data-theme="dark"] output { color: #d1d1d1; }
html[data-theme="dark"] .form-control { color: #d1d1d1; background-color: #141414; border: 1px solid #4a4a4a; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
html[data-theme="dark"] .form-control:focus { border-color: #14588e; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 8px rgba(5, 23, 36, 0.6); }
html[data-theme="dark"] .form-control::-moz-placeholder { color: #bdbdbd; }
html[data-theme="dark"] .form-control:-ms-input-placeholder { color: #bdbdbd; }
html[data-theme="dark"] .form-control::-webkit-input-placeholder { color: #bdbdbd; }
html[data-theme="dark"] .form-control[disabled], html[data-theme="dark"] .form-control[readonly], html[data-theme="dark"] fieldset[disabled] .form-control { background-color: #181818; }
html[data-theme="dark"] .has-success .help-block, html[data-theme="dark"] .has-success .control-label, html[data-theme="dark"] .has-success .radio, html[data-theme="dark"] .has-success .checkbox, html[data-theme="dark"] .has-success .radio-inline, html[data-theme="dark"] .has-success .checkbox-inline, html[data-theme="dark"] .has-success.radio label, html[data-theme="dark"] .has-success.checkbox label, html[data-theme="dark"] .has-success.radio-inline label, html[data-theme="dark"] .has-success.checkbox-inline label { color: #c4dcc4; }
html[data-theme="dark"] .has-success .form-control { border-color: #418142; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
html[data-theme="dark"] .has-success .form-control:focus { border-color: #458747; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 6px #112212; }
html[data-theme="dark"] .has-success .input-group-addon { color: #c4dcc4; background-color: #15260f; border-color: #418142; }
html[data-theme="dark"] .has-success .form-control-feedback { color: #c4dcc4; }
html[data-theme="dark"] .has-warning .help-block, html[data-theme="dark"] .has-warning .control-label, html[data-theme="dark"] .has-warning .radio, html[data-theme="dark"] .has-warning .checkbox, html[data-theme="dark"] .has-warning .radio-inline, html[data-theme="dark"] .has-warning .checkbox-inline, html[data-theme="dark"] .has-warning.radio label, html[data-theme="dark"] .has-warning.checkbox label, html[data-theme="dark"] .has-warning.radio-inline label, html[data-theme="dark"] .has-warning.checkbox-inline label { color: #ddd1bd; }
html[data-theme="dark"] .has-warning .form-control { border-color: #856939; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
html[data-theme="dark"] .has-warning .form-control:focus { border-color: #8c6f3c; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 6px #221b0e; }
html[data-theme="dark"] .has-warning .input-group-addon { color: #ddd1bd; background-color: #2b2505; border-color: #856939; }
html[data-theme="dark"] .has-warning .form-control-feedback { color: #ddd1bd; }
html[data-theme="dark"] .has-error .help-block, html[data-theme="dark"] .has-error .control-label, html[data-theme="dark"] .has-error .radio, html[data-theme="dark"] .has-error .checkbox, html[data-theme="dark"] .has-error .radio-inline, html[data-theme="dark"] .has-error .checkbox-inline, html[data-theme="dark"] .has-error.radio label, html[data-theme="dark"] .has-error.checkbox label, html[data-theme="dark"] .has-error.radio-inline label, html[data-theme="dark"] .has-error.checkbox-inline label { color: #dbb5b4; }
html[data-theme="dark"] .has-error .form-control { border-color: #833533; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
html[data-theme="dark"] .has-error .form-control:focus { border-color: #8a3836; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 6px #1e0c0c; }
html[data-theme="dark"] .has-error .input-group-addon { color: #dbb5b4; background-color: #250e0e; border-color: #833533; }
html[data-theme="dark"] .has-error .form-control-feedback { color: #dbb5b4; }
html[data-theme="dark"] .help-block { color: #c8c8c8; }
html[data-theme="dark"] .btn:hover, html[data-theme="dark"] .btn:focus, html[data-theme="dark"] .btn.focus { color: #dbdbdb; }
html[data-theme="dark"] .btn:active, html[data-theme="dark"] .btn.active { box-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125); }
html[data-theme="dark"] .btn-default { color: #dbdbdb; background-color: #141414; border-color: #4a4a4a; }
html[data-theme="dark"] .btn-default:focus, html[data-theme="dark"] .btn-default.focus { color: #dbdbdb; background-color: #1a1a1a; border-color: #575757; }
html[data-theme="dark"] .btn-default:hover { color: #dbdbdb; background-color: #1a1a1a; border-color: #505050; }
html[data-theme="dark"] .btn-default:active, html[data-theme="dark"] .btn-default.active, html[data-theme="dark"] .open > .dropdown-toggle.btn-default { color: #dbdbdb; background-color: #1a1a1a; border-color: #505050; }
html[data-theme="dark"] .btn-default:active:hover, html[data-theme="dark"] .btn-default.active:hover, html[data-theme="dark"] .open > .dropdown-toggle.btn-default:hover, html[data-theme="dark"] .btn-default:active:focus, html[data-theme="dark"] .btn-default.active:focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-default:focus, html[data-theme="dark"] .btn-default:active.focus, html[data-theme="dark"] .btn-default.active.focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-default.focus { color: #dbdbdb; background-color: #1e1e1e; border-color: #575757; }
html[data-theme="dark"] .btn-default.disabled:hover, html[data-theme="dark"] .btn-default[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-default:hover, html[data-theme="dark"] .btn-default.disabled:focus, html[data-theme="dark"] .btn-default[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-default:focus, html[data-theme="dark"] .btn-default.disabled.focus, html[data-theme="dark"] .btn-default[disabled].focus, html[data-theme="dark"] fieldset[disabled] .btn-default.focus { background-color: #141414; border-color: #4a4a4a; }
html[data-theme="dark"] .btn-default .badge { color: #ffffff; background-color: #414141; }
html[data-theme="dark"] .btn-primary { color: #ffffff; background-color: #16354f; border-color: #296192; }
html[data-theme="dark"] .btn-primary:focus, html[data-theme="dark"] .btn-primary.focus { color: #ffffff; background-color: #183b58; border-color: #2f70a6; }
html[data-theme="dark"] .btn-primary:hover { color: #ffffff; background-color: #183b58; border-color: #2b689d; }
html[data-theme="dark"] .btn-primary:active, html[data-theme="dark"] .btn-primary.active, html[data-theme="dark"] .open > .dropdown-toggle.btn-primary { color: #ffffff; background-color: #183b58; border-color: #2b689d; }
html[data-theme="dark"] .btn-primary:active:hover, html[data-theme="dark"] .btn-primary.active:hover, html[data-theme="dark"] .open > .dropdown-toggle.btn-primary:hover, html[data-theme="dark"] .btn-primary:active:focus, html[data-theme="dark"] .btn-primary.active:focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-primary:focus, html[data-theme="dark"] .btn-primary:active.focus, html[data-theme="dark"] .btn-primary.active.focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-primary.focus { color: #ffffff; background-color: #1a3f5e; border-color: #2f70a6; }
html[data-theme="dark"] .btn-primary.disabled:hover, html[data-theme="dark"] .btn-primary[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-primary:hover, html[data-theme="dark"] .btn-primary.disabled:focus, html[data-theme="dark"] .btn-primary[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-primary:focus, html[data-theme="dark"] .btn-primary.disabled.focus, html[data-theme="dark"] .btn-primary[disabled].focus, html[data-theme="dark"] fieldset[disabled] .btn-primary.focus { background-color: #16354f; border-color: #296192; }
html[data-theme="dark"] .btn-primary .badge { color: #aec9e1; background-color: #141414; }
html[data-theme="dark"] .btn-success { color: #ffffff; background-color: #1c401c; border-color: #377d37; }
html[data-theme="dark"] .btn-success:focus, html[data-theme="dark"] .btn-success.focus { color: #ffffff; background-color: #1f481f; border-color: #3e8f3e; }
html[data-theme="dark"] .btn-success:hover { color: #ffffff; background-color: #1f481f; border-color: #3a863a; }
html[data-theme="dark"] .btn-success:active, html[data-theme="dark"] .btn-success.active, html[data-theme="dark"] .open > .dropdown-toggle.btn-success { color: #ffffff; background-color: #1f481f; border-color: #3a863a; }
html[data-theme="dark"] .btn-success:active:hover, html[data-theme="dark"] .btn-success.active:hover, html[data-theme="dark"] .open > .dropdown-toggle.btn-success:hover, html[data-theme="dark"] .btn-success:active:focus, html[data-theme="dark"] .btn-success.active:focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-success:focus, html[data-theme="dark"] .btn-success:active.focus, html[data-theme="dark"] .btn-success.active.focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-success.focus { color: #ffffff; background-color: #224e22; border-color: #3e8f3e; }
html[data-theme="dark"] .btn-success.disabled:hover, html[data-theme="dark"] .btn-success[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-success:hover, html[data-theme="dark"] .btn-success.disabled:focus, html[data-theme="dark"] .btn-success[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-success:focus, html[data-theme="dark"] .btn-success.disabled.focus, html[data-theme="dark"] .btn-success[disabled].focus, html[data-theme="dark"] fieldset[disabled] .btn-success.focus { background-color: #1c401c; border-color: #377d37; }
html[data-theme="dark"] .btn-success .badge { color: #aed5ae; background-color: #141414; }
html[data-theme="dark"] .btn-info { color: #ffffff; background-color: #0e3946; border-color: #1d758f; }
html[data-theme="dark"] .btn-info:focus, html[data-theme="dark"] .btn-info.focus { color: #ffffff; background-color: #10414f; border-color: #2187a4; }
html[data-theme="dark"] .btn-info:hover { color: #ffffff; background-color: #10414f; border-color: #1f7e99; }
html[data-theme="dark"] .btn-info:active, html[data-theme="dark"] .btn-info.active, html[data-theme="dark"] .open > .dropdown-toggle.btn-info { color: #ffffff; background-color: #10414f; border-color: #1f7e99; }
html[data-theme="dark"] .btn-info:active:hover, html[data-theme="dark"] .btn-info.active:hover, html[data-theme="dark"] .open > .dropdown-toggle.btn-info:hover, html[data-theme="dark"] .btn-info:active:focus, html[data-theme="dark"] .btn-info.active:focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-info:focus, html[data-theme="dark"] .btn-info:active.focus, html[data-theme="dark"] .btn-info.active.focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-info.focus { color: #ffffff; background-color: #114656; border-color: #2187a4; }
html[data-theme="dark"] .btn-info.disabled:hover, html[data-theme="dark"] .btn-info[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-info:hover, html[data-theme="dark"] .btn-info.disabled:focus, html[data-theme="dark"] .btn-info[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-info:focus, html[data-theme="dark"] .btn-info.disabled.focus, html[data-theme="dark"] .btn-info[disabled].focus, html[data-theme="dark"] fieldset[disabled] .btn-info.focus { background-color: #0e3946; border-color: #1d758f; }
html[data-theme="dark"] .btn-info .badge { color: #98cfdf; background-color: #141414; }
html[data-theme="dark"] .btn-warning { color: #ffffff; background-color: #4d3006; border-color: #9e620d; }
html[data-theme="dark"] .btn-warning:focus, html[data-theme="dark"] .btn-warning.focus { color: #ffffff; background-color: #573607; border-color: #b5710f; }
html[data-theme="dark"] .btn-warning:hover { color: #ffffff; background-color: #573607; border-color: #a96a0e; }
html[data-theme="dark"] .btn-warning:active, html[data-theme="dark"] .btn-warning.active, html[data-theme="dark"] .open > .dropdown-toggle.btn-warning { color: #ffffff; background-color: #573607; border-color: #a96a0e; }
html[data-theme="dark"] .btn-warning:active:hover, html[data-theme="dark"] .btn-warning.active:hover, html[data-theme="dark"] .open > .dropdown-toggle.btn-warning:hover, html[data-theme="dark"] .btn-warning:active:focus, html[data-theme="dark"] .btn-warning.active:focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-warning:focus, html[data-theme="dark"] .btn-warning:active.focus, html[data-theme="dark"] .btn-warning.active.focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-warning.focus { color: #ffffff; background-color: #5e3b08; border-color: #b5710f; }
html[data-theme="dark"] .btn-warning.disabled:hover, html[data-theme="dark"] .btn-warning[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-warning:hover, html[data-theme="dark"] .btn-warning.disabled:focus, html[data-theme="dark"] .btn-warning[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-warning:focus, html[data-theme="dark"] .btn-warning.disabled.focus, html[data-theme="dark"] .btn-warning[disabled].focus, html[data-theme="dark"] fieldset[disabled] .btn-warning.focus { background-color: #4d3006; border-color: #9e620d; }
html[data-theme="dark"] .btn-warning .badge { color: #e9c38d; background-color: #141414; }
html[data-theme="dark"] .btn-danger { color: #ffffff; background-color: #481110; border-color: #90231f; }
html[data-theme="dark"] .btn-danger:focus, html[data-theme="dark"] .btn-danger.focus { color: #ffffff; background-color: #511312; border-color: #a62723; }
html[data-theme="dark"] .btn-danger:hover { color: #ffffff; background-color: #511312; border-color: #9a2521; }
html[data-theme="dark"] .btn-danger:active, html[data-theme="dark"] .btn-danger.active, html[data-theme="dark"] .open > .dropdown-toggle.btn-danger { color: #ffffff; background-color: #511312; border-color: #9a2521; }
html[data-theme="dark"] .btn-danger:active:hover, html[data-theme="dark"] .btn-danger.active:hover, html[data-theme="dark"] .open > .dropdown-toggle.btn-danger:hover, html[data-theme="dark"] .btn-danger:active:focus, html[data-theme="dark"] .btn-danger.active:focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-danger:focus, html[data-theme="dark"] .btn-danger:active.focus, html[data-theme="dark"] .btn-danger.active.focus, html[data-theme="dark"] .open > .dropdown-toggle.btn-danger.focus { color: #ffffff; background-color: #581513; border-color: #a62723; }
html[data-theme="dark"] .btn-danger.disabled:hover, html[data-theme="dark"] .btn-danger[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-danger:hover, html[data-theme="dark"] .btn-danger.disabled:focus, html[data-theme="dark"] .btn-danger[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-danger:focus, html[data-theme="dark"] .btn-danger.disabled.focus, html[data-theme="dark"] .btn-danger[disabled].focus, html[data-theme="dark"] fieldset[disabled] .btn-danger.focus { background-color: #481110; border-color: #90231f; }
html[data-theme="dark"] .btn-danger .badge { color: #e09f9d; background-color: #141414; }
html[data-theme="dark"] .btn-link { color: #aec9e1; }
html[data-theme="dark"] .btn-link:hover, html[data-theme="dark"] .btn-link:focus { color: #bfd4e7; }
html[data-theme="dark"] .btn-link[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .btn-link:hover, html[data-theme="dark"] .btn-link[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .btn-link:focus { color: #c7c7c7; }
html[data-theme="dark"] .dropdown-menu { background-color: #141414; border: 1px solid #4a4a4a; border: 1px solid rgba(115, 115, 115, 0.15); box-shadow: 0 6px 12px rgba(51, 51, 51, 0.175); }
html[data-theme="dark"] .dropdown-menu .divider { background-color: #1a1a1a; }
html[data-theme="dark"] .dropdown-menu > li > a { color: #dbdbdb; }
html[data-theme="dark"] .dropdown-menu > li > a:hover, html[data-theme="dark"] .dropdown-menu > li > a:focus { color: #dfdfdf; background-color: #171717; }
html[data-theme="dark"] .dropdown-menu > .active > a, html[data-theme="dark"] .dropdown-menu > .active > a:hover, html[data-theme="dark"] .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #16354f; }
html[data-theme="dark"] .dropdown-menu > .disabled > a, html[data-theme="dark"] .dropdown-menu > .disabled > a:hover, html[data-theme="dark"] .dropdown-menu > .disabled > a:focus { color: #c7c7c7; }
html[data-theme="dark"] .dropdown-header { color: #c7c7c7; }
html[data-theme="dark"] .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125); }
html[data-theme="dark"] .input-group-addon { color: #d1d1d1; background-color: #181818; border: 1px solid #4a4a4a; }
html[data-theme="dark"] .nav > li > a:hover, html[data-theme="dark"] .nav > li > a:focus { background-color: #181818; }
html[data-theme="dark"] .nav > li.disabled > a { color: #c7c7c7; }
html[data-theme="dark"] .nav > li.disabled > a:hover, html[data-theme="dark"] .nav > li.disabled > a:focus { color: #c7c7c7; }
html[data-theme="dark"] .nav .open > a, html[data-theme="dark"] .nav .open > a:hover, html[data-theme="dark"] .nav .open > a:focus { background-color: #181818; border-color: #285f8f; }
html[data-theme="dark"] .nav .nav-divider { background-color: #1a1a1a; }
html[data-theme="dark"] .nav-tabs { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .nav-tabs > li > a:hover { border-color: #434343 #434343 #474747; }
html[data-theme="dark"] .nav-tabs > li.active > a, html[data-theme="dark"] .nav-tabs > li.active > a:hover, html[data-theme="dark"] .nav-tabs > li.active > a:focus { color: #d1d1d1; background-color: #141414; border: 1px solid #474747; }
html[data-theme="dark"] .nav-tabs.nav-justified > .active > a, html[data-theme="dark"] .nav-tabs.nav-justified > .active > a:hover, html[data-theme="dark"] .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #474747; }
@media (min-width: 768px) {
html[data-theme="dark"] .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .nav-tabs.nav-justified > .active > a, html[data-theme="dark"] .nav-tabs.nav-justified > .active > a:hover, html[data-theme="dark"] .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #404040; }
}
html[data-theme="dark"] .nav-pills > li.active > a, html[data-theme="dark"] .nav-pills > li.active > a:hover, html[data-theme="dark"] .nav-pills > li.active > a:focus { color: #ffffff; background-color: #16354f; }
html[data-theme="dark"] .nav-tabs-justified > .active > a, html[data-theme="dark"] .nav-tabs-justified > .active > a:hover, html[data-theme="dark"] .nav-tabs-justified > .active > a:focus { border: 1px solid #474747; }
@media (min-width: 768px) {
html[data-theme="dark"] .nav-tabs-justified > li > a { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .nav-tabs-justified > .active > a, html[data-theme="dark"] .nav-tabs-justified > .active > a:hover, html[data-theme="dark"] .nav-tabs-justified > .active > a:focus { border-bottom-color: #404040; }
}
html[data-theme="dark"] .navbar-collapse { box-shadow: inset 0 1px 0 rgba(5, 5, 5, 0.1); }
html[data-theme="dark"] .navbar-form { box-shadow: inset 0 1px 0 rgba(5, 5, 5, 0.1), 0 1px 0 rgba(5, 5, 5, 0.1); }
html[data-theme="dark"] .navbar-default { background-color: #161616; border-color: #454545; }
html[data-theme="dark"] .navbar-default .navbar-brand { color: #c7c7c7; }
html[data-theme="dark"] .navbar-default .navbar-brand:hover, html[data-theme="dark"] .navbar-default .navbar-brand:focus { color: #cecece; }
html[data-theme="dark"] .navbar-default .navbar-text { color: #c7c7c7; }
html[data-theme="dark"] .navbar-default .navbar-nav > li > a { color: #c7c7c7; }
html[data-theme="dark"] .navbar-default .navbar-nav > li > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav > li > a:focus { color: #dbdbdb; }
html[data-theme="dark"] .navbar-default .navbar-nav > .active > a, html[data-theme="dark"] .navbar-default .navbar-nav > .active > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav > .active > a:focus { color: #d1d1d1; background-color: #1a1a1a; }
html[data-theme="dark"] .navbar-default .navbar-nav > .disabled > a, html[data-theme="dark"] .navbar-default .navbar-nav > .disabled > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; }
html[data-theme="dark"] .navbar-default .navbar-toggle { border-color: #474747; }
html[data-theme="dark"] .navbar-default .navbar-toggle:hover, html[data-theme="dark"] .navbar-default .navbar-toggle:focus { background-color: #1c1c1c; }
html[data-theme="dark"] .navbar-default .navbar-toggle .icon-bar { background-color: #2f2f2f; }
html[data-theme="dark"] .navbar-default .navbar-collapse, html[data-theme="dark"] .navbar-default .navbar-form { border-color: #454545; }
html[data-theme="dark"] .navbar-default .navbar-nav > .open > a, html[data-theme="dark"] .navbar-default .navbar-nav > .open > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav > .open > a:focus { color: #d1d1d1; background-color: #1a1a1a; }
@media (max-width: 767px) {
html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #c7c7c7; }
html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #dbdbdb; }
html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > .active > a, html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #d1d1d1; background-color: #1a1a1a; }
html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, html[data-theme="dark"] .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; }
}
html[data-theme="dark"] .navbar-default .navbar-link { color: #c7c7c7; }
html[data-theme="dark"] .navbar-default .navbar-link:hover { color: #dbdbdb; }
html[data-theme="dark"] .navbar-default .btn-link { color: #c7c7c7; }
html[data-theme="dark"] .navbar-default .btn-link:hover, html[data-theme="dark"] .navbar-default .btn-link:focus { color: #dbdbdb; }
html[data-theme="dark"] .navbar-default .btn-link[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .navbar-default .btn-link:hover, html[data-theme="dark"] .navbar-default .btn-link[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .navbar-default .btn-link:focus { color: #cccccc; }
html[data-theme="dark"] .navbar-inverse { background-color: #454545; border-color: #717171; }
html[data-theme="dark"] .navbar-inverse .navbar-brand { color: #bcbcbc; }
html[data-theme="dark"] .navbar-inverse .navbar-brand:hover, html[data-theme="dark"] .navbar-inverse .navbar-brand:focus { color: #ffffff; }
html[data-theme="dark"] .navbar-inverse .navbar-text { color: #bcbcbc; }
html[data-theme="dark"] .navbar-inverse .navbar-nav > li > a { color: #bcbcbc; }
html[data-theme="dark"] .navbar-inverse .navbar-nav > li > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; }
html[data-theme="dark"] .navbar-inverse .navbar-nav > .active > a, html[data-theme="dark"] .navbar-inverse .navbar-nav > .active > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #4b4b4b; }
html[data-theme="dark"] .navbar-inverse .navbar-nav > .disabled > a, html[data-theme="dark"] .navbar-inverse .navbar-nav > .disabled > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav > .disabled > a:focus { color: #d6d6d6; }
html[data-theme="dark"] .navbar-inverse .navbar-toggle { border-color: #696969; }
html[data-theme="dark"] .navbar-inverse .navbar-toggle:hover, html[data-theme="dark"] .navbar-inverse .navbar-toggle:focus { background-color: #414141; }
html[data-theme="dark"] .navbar-inverse .navbar-toggle .icon-bar { background-color: #141414; }
html[data-theme="dark"] .navbar-inverse .navbar-collapse, html[data-theme="dark"] .navbar-inverse .navbar-form { border-color: #707070; }
html[data-theme="dark"] .navbar-inverse .navbar-nav > .open > a, html[data-theme="dark"] .navbar-inverse .navbar-nav > .open > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav > .open > a:focus { color: #ffffff; background-color: #4b4b4b; }
@media (max-width: 767px) {
html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #717171; }
html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #4b4b4b; }
html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #bcbcbc; }
html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; }
html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #4b4b4b; }
html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, html[data-theme="dark"] .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #d6d6d6; }
}
html[data-theme="dark"] .navbar-inverse .navbar-link { color: #bcbcbc; }
html[data-theme="dark"] .navbar-inverse .navbar-link:hover { color: #ffffff; }
html[data-theme="dark"] .navbar-inverse .btn-link { color: #bcbcbc; }
html[data-theme="dark"] .navbar-inverse .btn-link:hover, html[data-theme="dark"] .navbar-inverse .btn-link:focus { color: #ffffff; }
html[data-theme="dark"] .navbar-inverse .btn-link[disabled]:hover, html[data-theme="dark"] fieldset[disabled] .navbar-inverse .btn-link:hover, html[data-theme="dark"] .navbar-inverse .btn-link[disabled]:focus, html[data-theme="dark"] fieldset[disabled] .navbar-inverse .btn-link:focus { color: #d6d6d6; }
html[data-theme="dark"] .breadcrumb { background-color: #171717; }
html[data-theme="dark"] .breadcrumb > li + li:before { color: #cccccc; }
html[data-theme="dark"] .breadcrumb > .active { color: #c7c7c7; }
html[data-theme="dark"] .pagination > li > a, html[data-theme="dark"] .pagination > li > span { color: #aec9e1; background-color: #141414; border: 1px solid #474747; }
html[data-theme="dark"] .pagination > li > a:hover, html[data-theme="dark"] .pagination > li > span:hover, html[data-theme="dark"] .pagination > li > a:focus, html[data-theme="dark"] .pagination > li > span:focus { color: #bfd4e7; background-color: #181818; border-color: #474747; }
html[data-theme="dark"] .pagination > .active > a, html[data-theme="dark"] .pagination > .active > span, html[data-theme="dark"] .pagination > .active > a:hover, html[data-theme="dark"] .pagination > .active > span:hover, html[data-theme="dark"] .pagination > .active > a:focus, html[data-theme="dark"] .pagination > .active > span:focus { color: #ffffff; background-color: #16354f; border-color: #285f8f; }
html[data-theme="dark"] .pagination > .disabled > span, html[data-theme="dark"] .pagination > .disabled > span:hover, html[data-theme="dark"] .pagination > .disabled > span:focus, html[data-theme="dark"] .pagination > .disabled > a, html[data-theme="dark"] .pagination > .disabled > a:hover, html[data-theme="dark"] .pagination > .disabled > a:focus { color: #c7c7c7; background-color: #141414; border-color: #474747; }
html[data-theme="dark"] .pager li > a, html[data-theme="dark"] .pager li > span { background-color: #141414; border: 1px solid #474747; }
html[data-theme="dark"] .pager li > a:hover, html[data-theme="dark"] .pager li > a:focus { background-color: #181818; }
html[data-theme="dark"] .pager .disabled > a, html[data-theme="dark"] .pager .disabled > a:hover, html[data-theme="dark"] .pager .disabled > a:focus, html[data-theme="dark"] .pager .disabled > span { color: #c7c7c7; background-color: #141414; }
html[data-theme="dark"] .label { color: #ffffff; }
html[data-theme="dark"] a.label:hover, html[data-theme="dark"] a.label:focus { color: #ffffff; }
html[data-theme="dark"] .label-default { background-color: #323232; }
html[data-theme="dark"] .label-default[href]:hover, html[data-theme="dark"] .label-default[href]:focus { background-color: #383838; }
html[data-theme="dark"] .label-primary { background-color: #16354f; }
html[data-theme="dark"] .label-primary[href]:hover, html[data-theme="dark"] .label-primary[href]:focus { background-color: #183b58; }
html[data-theme="dark"] .label-success { background-color: #1c401c; }
html[data-theme="dark"] .label-success[href]:hover, html[data-theme="dark"] .label-success[href]:focus { background-color: #1f481f; }
html[data-theme="dark"] .label-info { background-color: #0e3946; }
html[data-theme="dark"] .label-info[href]:hover, html[data-theme="dark"] .label-info[href]:focus { background-color: #10414f; }
html[data-theme="dark"] .label-warning { background-color: #4d3006; }
html[data-theme="dark"] .label-warning[href]:hover, html[data-theme="dark"] .label-warning[href]:focus { background-color: #573607; }
html[data-theme="dark"] .label-danger { background-color: #481110; }
html[data-theme="dark"] .label-danger[href]:hover, html[data-theme="dark"] .label-danger[href]:focus { background-color: #511312; }
html[data-theme="dark"] .badge { color: #ffffff; background-color: #323232; }
html[data-theme="dark"] a.badge:hover, html[data-theme="dark"] a.badge:focus { color: #ffffff; }
html[data-theme="dark"] .list-group-item.active > .badge, html[data-theme="dark"] .nav-pills > .active > a > .badge { color: #aec9e1; background-color: #141414; }
html[data-theme="dark"] .jumbotron { background-color: #181818; }
html[data-theme="dark"] .jumbotron > hr { border-top-color: #484848; }
html[data-theme="dark"] .thumbnail { background-color: #141414; border: 1px solid #474747; }
html[data-theme="dark"] a.thumbnail:hover, html[data-theme="dark"] a.thumbnail:focus, html[data-theme="dark"] a.thumbnail.active { border-color: #285f8f; }
html[data-theme="dark"] .thumbnail .caption { color: #dbdbdb; }
html[data-theme="dark"] .alert-success { color: #c4dcc4; background-color: #15260f; border-color: #456728; }
html[data-theme="dark"] .alert-success hr { border-top-color: #486b29; }
html[data-theme="dark"] .alert-success .alert-link { color: #cde2ce; }
html[data-theme="dark"] .alert-info { color: #bbd4e1; background-color: #091f2a; border-color: #196777; }
html[data-theme="dark"] .alert-info hr { border-top-color: #1a6c7b; }
html[data-theme="dark"] .alert-info .alert-link { color: #c5dbe6; }
html[data-theme="dark"] .alert-warning { color: #ddd1bd; background-color: #2b2505; border-color: #7e590c; }
html[data-theme="dark"] .alert-warning hr { border-top-color: #825b0e; }
html[data-theme="dark"] .alert-warning .alert-link { color: #e2d8c7; }
html[data-theme="dark"] .alert-danger { color: #dbb5b4; background-color: #250e0e; border-color: #662832; }
html[data-theme="dark"] .alert-danger hr { border-top-color: #6a2933; }
html[data-theme="dark"] .alert-danger .alert-link { color: #e0bfbe; }
html[data-theme="dark"] .progress { background-color: #171717; box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1); }
html[data-theme="dark"] .progress-bar { color: #ffffff; background-color: #16354f; box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.15); }
html[data-theme="dark"] .progress-bar-success { background-color: #1c401c; }
html[data-theme="dark"] .progress-bar-info { background-color: #0e3946; }
html[data-theme="dark"] .progress-bar-warning { background-color: #4d3006; }
html[data-theme="dark"] .progress-bar-danger { background-color: #481110; }
html[data-theme="dark"] .list-group-item { background-color: #141414; border: 1px solid #474747; }
html[data-theme="dark"] a.list-group-item, html[data-theme="dark"] button.list-group-item { color: #d1d1d1; }
html[data-theme="dark"] a.list-group-item .list-group-item-heading, html[data-theme="dark"] button.list-group-item .list-group-item-heading { color: #dbdbdb; }
html[data-theme="dark"] a.list-group-item:hover, html[data-theme="dark"] button.list-group-item:hover, html[data-theme="dark"] a.list-group-item:focus, html[data-theme="dark"] button.list-group-item:focus { color: #d1d1d1; background-color: #171717; }
html[data-theme="dark"] .list-group-item.disabled, html[data-theme="dark"] .list-group-item.disabled:hover, html[data-theme="dark"] .list-group-item.disabled:focus { color: #c7c7c7; background-color: #181818; }
html[data-theme="dark"] .list-group-item.disabled .list-group-item-text, html[data-theme="dark"] .list-group-item.disabled:hover .list-group-item-text, html[data-theme="dark"] .list-group-item.disabled:focus .list-group-item-text { color: #c7c7c7; }
html[data-theme="dark"] .list-group-item.active, html[data-theme="dark"] .list-group-item.active:hover, html[data-theme="dark"] .list-group-item.active:focus { color: #ffffff; background-color: #16354f; border-color: #285f8f; }
html[data-theme="dark"] .list-group-item.active .list-group-item-text, html[data-theme="dark"] .list-group-item.active:hover .list-group-item-text, html[data-theme="dark"] .list-group-item.active:focus .list-group-item-text { color: #cbddeb; }
html[data-theme="dark"] .list-group-item-success { color: #c4dcc4; background-color: #15260f; }
html[data-theme="dark"] a.list-group-item-success, html[data-theme="dark"] button.list-group-item-success { color: #c4dcc4; }
html[data-theme="dark"] a.list-group-item-success:hover, html[data-theme="dark"] button.list-group-item-success:hover, html[data-theme="dark"] a.list-group-item-success:focus, html[data-theme="dark"] button.list-group-item-success:focus { color: #c4dcc4; background-color: #182a10; }
html[data-theme="dark"] a.list-group-item-success.active, html[data-theme="dark"] button.list-group-item-success.active, html[data-theme="dark"] a.list-group-item-success.active:hover, html[data-theme="dark"] button.list-group-item-success.active:hover, html[data-theme="dark"] a.list-group-item-success.active:focus, html[data-theme="dark"] button.list-group-item-success.active:focus { color: #ffffff; background-color: #264b27; border-color: #418142; }
html[data-theme="dark"] .list-group-item-info { color: #bbd4e1; background-color: #091f2a; }
html[data-theme="dark"] a.list-group-item-info, html[data-theme="dark"] button.list-group-item-info { color: #bbd4e1; }
html[data-theme="dark"] a.list-group-item-info:hover, html[data-theme="dark"] button.list-group-item-info:hover, html[data-theme="dark"] a.list-group-item-info:focus, html[data-theme="dark"] button.list-group-item-info:focus { color: #bbd4e1; background-color: #0a222f; }
html[data-theme="dark"] a.list-group-item-info.active, html[data-theme="dark"] button.list-group-item-info.active, html[data-theme="dark"] a.list-group-item-info.active:hover, html[data-theme="dark"] button.list-group-item-info.active:hover, html[data-theme="dark"] a.list-group-item-info.active:focus, html[data-theme="dark"] button.list-group-item-info.active:focus { color: #ffffff; background-color: #1c4152; border-color: #316f8e; }
html[data-theme="dark"] .list-group-item-warning { color: #ddd1bd; background-color: #2b2505; }
html[data-theme="dark"] a.list-group-item-warning, html[data-theme="dark"] button.list-group-item-warning { color: #ddd1bd; }
html[data-theme="dark"] a.list-group-item-warning:hover, html[data-theme="dark"] button.list-group-item-warning:hover, html[data-theme="dark"] a.list-group-item-warning:focus, html[data-theme="dark"] button.list-group-item-warning:focus { color: #ddd1bd; background-color: #302905; }
html[data-theme="dark"] a.list-group-item-warning.active, html[data-theme="dark"] button.list-group-item-warning.active, html[data-theme="dark"] a.list-group-item-warning.active:hover, html[data-theme="dark"] button.list-group-item-warning.active:hover, html[data-theme="dark"] a.list-group-item-warning.active:focus, html[data-theme="dark"] button.list-group-item-warning.active:focus { color: #ffffff; background-color: #4d3d21; border-color: #856939; }
html[data-theme="dark"] .list-group-item-danger { color: #dbb5b4; background-color: #250e0e; }
html[data-theme="dark"] a.list-group-item-danger, html[data-theme="dark"] button.list-group-item-danger { color: #dbb5b4; }
html[data-theme="dark"] a.list-group-item-danger:hover, html[data-theme="dark"] button.list-group-item-danger:hover, html[data-theme="dark"] a.list-group-item-danger:focus, html[data-theme="dark"] button.list-group-item-danger:focus { color: #dbb5b4; background-color: #291010; }
html[data-theme="dark"] a.list-group-item-danger.active, html[data-theme="dark"] button.list-group-item-danger.active, html[data-theme="dark"] a.list-group-item-danger.active:hover, html[data-theme="dark"] button.list-group-item-danger.active:hover, html[data-theme="dark"] a.list-group-item-danger.active:focus, html[data-theme="dark"] button.list-group-item-danger.active:focus { color: #ffffff; background-color: #491d1c; border-color: #833533; }
html[data-theme="dark"] .panel { background-color: #141414; box-shadow: 0 1px 1px rgba(51, 51, 51, 0.05); }
html[data-theme="dark"] .panel-footer { background-color: #171717; border-top: 1px solid #474747; }
html[data-theme="dark"] .panel > .panel-body + .table, html[data-theme="dark"] .panel > .panel-body + .table-responsive, html[data-theme="dark"] .panel > .table + .panel-body, html[data-theme="dark"] .panel > .table-responsive + .panel-body { border-top: 1px solid #474747; }
html[data-theme="dark"] .panel-group .panel-heading + .panel-collapse > .panel-body, html[data-theme="dark"] .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #474747; }
html[data-theme="dark"] .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #474747; }
html[data-theme="dark"] .panel-default { border-color: #474747; }
html[data-theme="dark"] .panel-default > .panel-heading { color: #dbdbdb; background-color: #171717; border-color: #474747; }
html[data-theme="dark"] .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #474747; }
html[data-theme="dark"] .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #414141; }
html[data-theme="dark"] .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #474747; }
html[data-theme="dark"] .panel-primary { border-color: #285f8f; }
html[data-theme="dark"] .panel-primary > .panel-heading { color: #ffffff; background-color: #16354f; border-color: #285f8f; }
html[data-theme="dark"] .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #285f8f; }
html[data-theme="dark"] .panel-primary > .panel-heading .badge { color: #aec9e1; background-color: #141414; }
html[data-theme="dark"] .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #285f8f; }
html[data-theme="dark"] .panel-success { border-color: #456728; }
html[data-theme="dark"] .panel-success > .panel-heading { color: #c4dcc4; background-color: #15260f; border-color: #456728; }
html[data-theme="dark"] .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #456728; }
html[data-theme="dark"] .panel-success > .panel-heading .badge { color: #e0eeda; background-color: #264b27; }
html[data-theme="dark"] .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #456728; }
html[data-theme="dark"] .panel-info { border-color: #196777; }
html[data-theme="dark"] .panel-info > .panel-heading { color: #bbd4e1; background-color: #091f2a; border-color: #196777; }
html[data-theme="dark"] .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #196777; }
html[data-theme="dark"] .panel-info > .panel-heading .badge { color: #dcecf4; background-color: #1c4152; }
html[data-theme="dark"] .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #196777; }
html[data-theme="dark"] .panel-warning { border-color: #7e590c; }
html[data-theme="dark"] .panel-warning > .panel-heading { color: #ddd1bd; background-color: #2b2505; border-color: #7e590c; }
html[data-theme="dark"] .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #7e590c; }
html[data-theme="dark"] .panel-warning > .panel-heading .badge { color: #faf6e6; background-color: #4d3d21; }
html[data-theme="dark"] .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #7e590c; }
html[data-theme="dark"] .panel-danger { border-color: #662832; }
html[data-theme="dark"] .panel-danger > .panel-heading { color: #dbb5b4; background-color: #250e0e; border-color: #662832; }
html[data-theme="dark"] .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #662832; }
html[data-theme="dark"] .panel-danger > .panel-heading .badge { color: #f0e0e0; background-color: #491d1c; }
html[data-theme="dark"] .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #662832; }
html[data-theme="dark"] .well { background-color: #171717; border: 1px solid #454545; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.05); }
html[data-theme="dark"] .well blockquote { border-color: #474747; border-color: rgba(115, 115, 115, 0.15); }
html[data-theme="dark"] .close { color: #ebebeb; text-shadow: 0 1px 0 #050505; }
html[data-theme="dark"] .close:hover, html[data-theme="dark"] .close:focus { color: #ebebeb; }
html[data-theme="dark"] .modal-content { background-color: #141414; border: 1px solid #545454; border: 1px solid rgba(115, 115, 115, 0.2); box-shadow: 0 3px 9px rgba(51, 51, 51, 0.5); }
html[data-theme="dark"] .modal-backdrop { background-color: #4c4c4c; }
html[data-theme="dark"] .modal-header { border-bottom: 1px solid #454545; }
html[data-theme="dark"] .modal-footer { border-top: 1px solid #454545; }
@media (min-width: 768px) {
html[data-theme="dark"] .modal-content { box-shadow: 0 5px 15px rgba(51, 51, 51, 0.5); }
}
html[data-theme="dark"] .tooltip-inner { color: #ffffff; background-color: #4c4c4c; }
html[data-theme="dark"] .tooltip.top .tooltip-arrow { border-top-color: #737373; }
html[data-theme="dark"] .tooltip.top-left .tooltip-arrow { border-top-color: #737373; }
html[data-theme="dark"] .tooltip.top-right .tooltip-arrow { border-top-color: #737373; }
html[data-theme="dark"] .tooltip.right .tooltip-arrow { border-right-color: #737373; }
html[data-theme="dark"] .tooltip.left .tooltip-arrow { border-left-color: #737373; }
html[data-theme="dark"] .tooltip.bottom .tooltip-arrow { border-bottom-color: #737373; }
html[data-theme="dark"] .tooltip.bottom-left .tooltip-arrow { border-bottom-color: #737373; }
html[data-theme="dark"] .tooltip.bottom-right .tooltip-arrow { border-bottom-color: #737373; }
html[data-theme="dark"] .popover { background-color: #141414; border: 1px solid #4a4a4a; border: 1px solid rgba(115, 115, 115, 0.2); box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2); }
html[data-theme="dark"] .popover-title { background-color: #161616; border-bottom: 1px solid #444444; }
html[data-theme="dark"] .popover.top > .arrow { border-top-color: #545454; border-top-color: rgba(115, 115, 115, 0.25); }
html[data-theme="dark"] .popover.top > .arrow:after { border-top-color: #404040; }
html[data-theme="dark"] .popover.right > .arrow { border-right-color: #545454; border-right-color: rgba(115, 115, 115, 0.25); }
html[data-theme="dark"] .popover.right > .arrow:after { border-right-color: #404040; }
html[data-theme="dark"] .popover.bottom > .arrow { border-bottom-color: #545454; border-bottom-color: rgba(115, 115, 115, 0.25); }
html[data-theme="dark"] .popover.bottom > .arrow:after { border-bottom-color: #404040; }
html[data-theme="dark"] .popover.left > .arrow { border-left-color: #545454; border-left-color: rgba(115, 115, 115, 0.25); }
html[data-theme="dark"] .popover.left > .arrow:after { border-left-color: #404040; }
html[data-theme="dark"] .carousel-control { color: #ffffff; text-shadow: 0 1px 2px rgba(51, 51, 51, 0.6); background-color: rgba(76, 76, 76, 0.0); }
html[data-theme="dark"] .carousel-control:hover, html[data-theme="dark"] .carousel-control:focus { color: #ffffff; }
html[data-theme="dark"] .carousel-indicators li { background-color: #4c4c4c \9; background-color: rgba(76, 76, 76, 0.0); border: 1px solid #404040; }
html[data-theme="dark"] .carousel-indicators .active { background-color: #141414; }
html[data-theme="dark"] .carousel-caption { color: #ffffff; text-shadow: 0 1px 2px rgba(51, 51, 51, 0.6); }
html[data-theme="dark"] #header, html[data-theme="dark"] #header * { color: #333; }
html[data-theme="dark"] .id1, html[data-theme="dark"] .id1 * { color: #333; }
html[data-theme="dark"] .id1:hover, html[data-theme="dark"] .id1:hover * { color: #333; }
html[data-theme="dark"] .itemcomment:hover, html[data-theme="dark"] .itemcomment:hover * { color: #333; }
html[data-theme="dark"] .sidebardl, html[data-theme="dark"] .sidebardl * { color: #333; }

/* --- OS preference, when no choice is stored ---------------- */
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) body { background-color: #141414; color: #e0e0e0; }
  html:not([data-theme="light"]) a:link, html:not([data-theme="light"]) a:visited { color: #8dabe7; }
  html:not([data-theme="light"]) .contenttitle a:link, html:not([data-theme="light"]) .contenttitle a:visited { color: #9fb2f4; }
  html:not([data-theme="light"]) .contenttitle a:hover { color: #ebebeb; }
  html:not([data-theme="light"]) a:hover, html:not([data-theme="light"]) a:active { color: #ebebeb; }
  html:not([data-theme="light"]) #header a:link, html:not([data-theme="light"]) #header a:visited { color: #474747; }
  html:not([data-theme="light"]) #header a:hover, html:not([data-theme="light"]) #header a:active { color: #737373; }
  html:not([data-theme="light"]) #copyrights a:link, html:not([data-theme="light"]) #copyrights a:visited { color: #d5d5d5; }
  html:not([data-theme="light"]) #copyrights a:hover, html:not([data-theme="light"]) #copyrights a:active { color: #c8c8c8; }
  html:not([data-theme="light"]) #header { background: white; }
  html:not([data-theme="light"]) #header h1 { background: white url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/header_sm.jpg) repeat-x 0 6px; }
  html:not([data-theme="light"]) #mainwrapper { background-color: #141414; border-color: #464646; }
  html:not([data-theme="light"]) #wrapper { background-color: #141414; }
  html:not([data-theme="light"]) .itemcomment { border: 1px solid #404040; }
  html:not([data-theme="light"]) .itemcomment:hover { background: #F9F9F9 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/commentquote02.gif) no-repeat; border: 1px solid #CCCCCC; }
  html:not([data-theme="light"]) .id1 { background: #F9F9F9 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/commentquote02.gif) no-repeat; border: 1px solid #B3C492; }
  html:not([data-theme="light"]) .id1:hover { background: #F9F9F9 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/commentquote02.gif) no-repeat; border: 1px solid #B3C492; }
  html:not([data-theme="light"]) .sidebar { color: #dce0e2; }
  html:not([data-theme="light"]) .sidebardl dt { background: #E5E5E5 url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/sidetitlebg.gif); color: #3A3523; }
  html:not([data-theme="light"]) .sidebardl dd { background: #EEEEEE; }
  html:not([data-theme="light"]) .sidebardl dd:hover { background: #E7E7E7; }
  html:not([data-theme="light"]) .sidebardl dd a:link, html:not([data-theme="light"]) .sidebardl dd a:visited { background: url(https://theatre-th.s3.us-east-1.amazonaws.com/ship/microsites/join/st/images/arrow.gif) left center no-repeat; }
  html:not([data-theme="light"]) #footer { background-color: #5a4a01; border-color: #464646; }
  html:not([data-theme="light"]) #copyrights { color: #d5d5d5; }
  html:not([data-theme="light"]) .commentform, html:not([data-theme="light"]) .mailform { background-color: #181818; }
  html:not([data-theme="light"]) .formfield { background-color: #141414; color: #d5d5d5; border-top: 1px solid #585858; border-left: 1px solid #585858; border-bottom: 1px solid #4d4a45; border-right: 1px solid #4d4a45; }
  html:not([data-theme="light"]) .formbutton { background-color: #141414; color: #d5d5d5; border-top: 1px solid #4d4a45; border-left: 1px solid #4d4a45; border-bottom: 1px solid #585858; border-right: 1px solid #585858; }
  html:not([data-theme="light"]) .error { color: #f39595; }
  html:not([data-theme="light"]) .wrap3 img { border: 3px solid #404040; }
  html:not([data-theme="light"]) .highlight { background-color: #253c00; }
  html:not([data-theme="light"]) .leftbox { border-right: 2px solid #4a4a4a; }
  html:not([data-theme="light"]) .rightbox { border-left: 2px solid #4a4a4a; }
@media only screen and (min-width: 768px) {
  html:not([data-theme="light"]) .menu-wrap ul li.menu-item-has-children:hover .sub-menu { background-color: #141414; box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1); }
  html:not([data-theme="light"]) .menu-wrap ul li.menu-item-has-children .sub-menu li { border-bottom: 1px solid #434343; }
  html:not([data-theme="light"]) .menu-wrap ul li.menu-item-has-children .sub-menu li:last-of-type { border-bottom: 0px solid #404040; }
}
  html:not([data-theme="light"]) body { background-color: #141414; color: #dbdbdb; }
  html:not([data-theme="light"]) a { color: #a9bce1; }
  html:not([data-theme="light"]) a:hover { color: #f0d08f; }
  html:not([data-theme="light"]) h1, html:not([data-theme="light"]) h2, html:not([data-theme="light"]) h3, html:not([data-theme="light"]) h4, html:not([data-theme="light"]) h5, html:not([data-theme="light"]) h6 { color: #e1e1e1; }
  html:not([data-theme="light"]) mark, html:not([data-theme="light"]) ins { background-color: #1d1d1d; }
  html:not([data-theme="light"]) pre { background-color: #161616; }
  html:not([data-theme="light"]) blockquote { border-left: 5px solid #24498f; color: #cacaca; }
  html:not([data-theme="light"]) table { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) caption { color: #cacaca; }
  html:not([data-theme="light"]) th { color: #e1e1e1; }
  html:not([data-theme="light"]) tr { border-top: 1px solid #474747; }
  html:not([data-theme="light"]) hr { background-color: #1d1d1d; }
  html:not([data-theme="light"]) label { color: #cacaca; }
  html:not([data-theme="light"]) button, html:not([data-theme="light"]) input, html:not([data-theme="light"]) select, html:not([data-theme="light"]) textarea { background-color: #141414; border: 1px solid #474747; color: #dbdbdb; }
  html:not([data-theme="light"]) input[type="text"]:focus, html:not([data-theme="light"]) input[type="email"]:focus, html:not([data-theme="light"]) input[type="url"]:focus, html:not([data-theme="light"]) input[type="password"]:focus, html:not([data-theme="light"]) input[type="search"]:focus, html:not([data-theme="light"]) textarea:focus { border-color: #a87304; color: #e1e1e1; }
  html:not([data-theme="light"]) button, html:not([data-theme="light"]) input[type="submit"], html:not([data-theme="light"]) input[type="button"], html:not([data-theme="light"]) input[type="reset"] { background-color: #583c02; border-color: #a87304; color: #ffffff; }
  html:not([data-theme="light"]) button:hover, html:not([data-theme="light"]) button:focus, html:not([data-theme="light"]) button:active, html:not([data-theme="light"]) input[type="submit"]:hover, html:not([data-theme="light"]) input[type="submit"]:focus, html:not([data-theme="light"]) input[type="submit"]:active, html:not([data-theme="light"]) input[type="button"]:hover, html:not([data-theme="light"]) input[type="button"]:focus, html:not([data-theme="light"]) input[type="button"]:active, html:not([data-theme="light"]) input[type="reset"]:hover, html:not([data-theme="light"]) input[type="reset"]:focus, html:not([data-theme="light"]) input[type="reset"]:active { background-color: #583c02; border-color: #a87304; }
  html:not([data-theme="light"]) .wp-caption-text, html:not([data-theme="light"]) .entry-caption { color: #cacaca; }
  html:not([data-theme="light"]) aside#secondary.featured-sidebar { border-left: 1px solid #434343; }
  html:not([data-theme="light"]) .featured-sidebar #wp-calendar th { color: #ebebeb; }
  html:not([data-theme="light"]) .featured-sidebar .widget-title { color: #dedede; border-bottom: 1px solid #696969; }
  html:not([data-theme="light"]) .featured-sidebar * { color: #dbdbdb; }
  html:not([data-theme="light"]) .featured-sidebar a { color: #ebebeb; }
  html:not([data-theme="light"]) .site-header { background-color: #141414; }
  html:not([data-theme="light"]) .site-title a { color: #d6d6d6; }
  html:not([data-theme="light"]) .site-description { color: #d6d6d6; }
  html:not([data-theme="light"]) .site-navigation { border-top: 1px solid #414545; }
  html:not([data-theme="light"]) .site-navigation .menu-wrap { background-color: #141414; border-top: 0px solid #424242; }
  html:not([data-theme="light"]) .site-navigation a { color: #d6d6d6; }
  html:not([data-theme="light"]) #menu-toggle { background-color: #171919; color: #d3d3d3; }
  html:not([data-theme="light"]) .entry-title a { color: #e1e1e1; }
  html:not([data-theme="light"]) .entry-title a:hover { color: #cacaca; }
  html:not([data-theme="light"]) .entry-meta, html:not([data-theme="light"]) .entry-meta * { color: #f0d08f; }
  html:not([data-theme="light"]) a.more-link { background-color: #583c02; color: #ffffff; }
  html:not([data-theme="light"]) .read-more .more-link { background-color: #14284e; color: #ffffff; }
  html:not([data-theme="light"]) .read-more .more-link:hover { background-color: #510400; }
  html:not([data-theme="light"]) .tag-links, html:not([data-theme="light"]) .parent-post-link { color: #e1e1e1; }
  html:not([data-theme="light"]) .tag-links a { background-color: #181818; color: #cacaca; }
  html:not([data-theme="light"]) .author-box { background-color: #14284e; color: #f6f6f6; }
  html:not([data-theme="light"]) .author-box .author-title { color: #f6f6f6; }
  html:not([data-theme="light"]) .author-box .author-link { color: #f6f6f6; }
  html:not([data-theme="light"]) .author-box .author-link:hover { color: #f18782; }
  html:not([data-theme="light"]) .page-title { color: #cacaca; }
  html:not([data-theme="light"]) .author .page-header, html:not([data-theme="light"]) .search-results .page-content { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .posts-list-item { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .not-found .page-title { color: #e1e1e1; }
  html:not([data-theme="light"]) .archive-list-title { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .comments-title { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .comment-list { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .comment-body { border-top: 1px solid #474747; }
  html:not([data-theme="light"]) .comment-meta { color: #cacaca; }
  html:not([data-theme="light"]) .comment-author .fn { color: #e1e1e1; }
  html:not([data-theme="light"]) .comment-author .url { color: #e1e1e1; }
  html:not([data-theme="light"]) .bypostauthor > .comment-body .fn:after { color: #a9bce1; }
  html:not([data-theme="light"]) .comment-metadata a { color: #cacaca; }
  html:not([data-theme="light"]) .comment-meta a:hover { color: #f18782; }
  html:not([data-theme="light"]) .comments-closed { color: #cacaca; }
  html:not([data-theme="light"]) #cancel-comment-reply-link { background-color: #14284e; color: #f6f6f6; }
  html:not([data-theme="light"]) .comment-notes, html:not([data-theme="light"]) .logged-in-as { color: #cacaca; }
  html:not([data-theme="light"]) .comment-notes { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .navigation { background-color: #181818; color: #cacaca; }
  html:not([data-theme="light"]) .navigation a { color: #cacaca; }
  html:not([data-theme="light"]) .navigation a:hover { color: #ebebeb; }
  html:not([data-theme="light"]) .nav-previous a, html:not([data-theme="light"]) .nav-next a { background-color: #181818; }
  html:not([data-theme="light"]) nav.navigation.post-navigation { background-color: rgba(76, 76, 76, 0.0); }
  html:not([data-theme="light"]) .pagination.navigation { background-color: rgba(76, 76, 76, 0.0); }
  html:not([data-theme="light"]) .pagination .current { color: #ebebeb; }
  html:not([data-theme="light"]) .page-links { color: #cacaca; }
  html:not([data-theme="light"]) .social-title { color: #a9bce1; }
  html:not([data-theme="light"]) .social-links a { background-color: #14284e; color: #ffffff; }
  html:not([data-theme="light"]) .social-links a:hover { background-color: #510400; color: #ffffff; }
  html:not([data-theme="light"]) .site-footer { background-color: #474747; color: #f6f6f6; }
  html:not([data-theme="light"]) .copyright a, html:not([data-theme="light"]) .supplementary a { color: #f6f6f6; }
  html:not([data-theme="light"]) #back-to-top { color: #f6f6f6; }
  html:not([data-theme="light"]) #back-to-top:hover { color: #f0d08f; }
  html:not([data-theme="light"]) .supplementary { border-bottom: 1px solid #424242; }
  html:not([data-theme="light"]) .widget-title { border-bottom: solid 1px #424242; color: #f6f6f6; }
  html:not([data-theme="light"]) .widget button, html:not([data-theme="light"]) .widget input[type="submit"], html:not([data-theme="light"]) .widget input[type="button"], html:not([data-theme="light"]) .widget input[type="reset"] { border-color: #424242; }
  html:not([data-theme="light"]) .widget button:hover, html:not([data-theme="light"]) .widget button:focus, html:not([data-theme="light"]) .widget button:active, html:not([data-theme="light"]) .widget input[type="submit"]:hover, html:not([data-theme="light"]) .widget input[type="submit"]:focus, html:not([data-theme="light"]) .widget input[type="submit"]:active, html:not([data-theme="light"]) .widget input[type="button"]:hover, html:not([data-theme="light"]) .widget input[type="button"]:focus, html:not([data-theme="light"]) .widget input[type="button"]:active, html:not([data-theme="light"]) .widget input[type="reset"]:hover, html:not([data-theme="light"]) .widget input[type="reset"]:focus, html:not([data-theme="light"]) .widget input[type="reset"]:active { border-color: #a87304; }
  html:not([data-theme="light"]) #wp-calendar caption { color: #f6f6f6; }
  html:not([data-theme="light"]) #wp-calendar th { color: #f6f6f6; }
  html:not([data-theme="light"]) #wp-calendar tbody a { border: 1px solid #424242; }
  html:not([data-theme="light"]) .tagcloud a { border: 1px solid #424242; }
  html:not([data-theme="light"]) .wp-block-image figcaption { color: #cacaca; }
  html:not([data-theme="light"]) .wp-block-pullquote blockquote { border-bottom: 4px solid #24498f; border-top: 5px solid #24498f; }
  html:not([data-theme="light"]) .wp-block-file { border: 1px solid #474747; }
  html:not([data-theme="light"]) .wp-block-file .wp-block-file__button, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link { background-color: #14284e; color: #ffffff; }
  html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:active, html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:focus, html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:hover, html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:visited, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:active, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:focus, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:hover, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:visited { background-color: #583c02; }
  html:not([data-theme="light"]) .wp-block-separator.is-style-dots:before { color: #cacaca; }
  html:not([data-theme="light"]) .infinite-scroll #infinite-handle span { background-color: #181818; color: #cacaca; }
  html:not([data-theme="light"]) .infinite-scroll #infinite-handle span:hover { color: #f0d08f; }
  html:not([data-theme="light"]) .pagination .page-numbers { background-color: #181818; }
@media only screen and (max-width: 850px) {
  html:not([data-theme="light"]) aside#secondary.featured-sidebar { border-left: 0px solid #404040; }
}
  html:not([data-theme="light"]) a:hover { color: #d4bea5; }
  html:not([data-theme="light"]) a.more-link { background-color: #3d2c18; color: #ffffff; }
  html:not([data-theme="light"]) input[type="text"]:focus, html:not([data-theme="light"]) input[type="email"]:focus, html:not([data-theme="light"]) input[type="url"]:focus, html:not([data-theme="light"]) input[type="password"]:focus, html:not([data-theme="light"]) input[type="search"]:focus, html:not([data-theme="light"]) textarea:focus { border-color: #79562f; color: #e1e1e1; }
  html:not([data-theme="light"]) button, html:not([data-theme="light"]) input[type="submit"], html:not([data-theme="light"]) input[type="button"], html:not([data-theme="light"]) input[type="reset"] { background-color: #3d2c18; border-color: #79562f; color: #ffffff; }
  html:not([data-theme="light"]) button:hover, html:not([data-theme="light"]) button:focus, html:not([data-theme="light"]) button:active, html:not([data-theme="light"]) input[type="submit"]:hover, html:not([data-theme="light"]) input[type="submit"]:focus, html:not([data-theme="light"]) input[type="submit"]:active, html:not([data-theme="light"]) input[type="button"]:hover, html:not([data-theme="light"]) input[type="button"]:focus, html:not([data-theme="light"]) input[type="button"]:active, html:not([data-theme="light"]) input[type="reset"]:hover, html:not([data-theme="light"]) input[type="reset"]:focus, html:not([data-theme="light"]) input[type="reset"]:active { background-color: #3d2c18; border-color: #79562f; }
  html:not([data-theme="light"]) .entry-meta, html:not([data-theme="light"]) .entry-meta * { color: #d4bea5; }
  html:not([data-theme="light"]) #back-to-top:hover { color: #d4bea5; }
  html:not([data-theme="light"]) .widget button:hover, html:not([data-theme="light"]) .widget button:focus, html:not([data-theme="light"]) .widget button:active, html:not([data-theme="light"]) .widget input[type="submit"]:hover, html:not([data-theme="light"]) .widget input[type="submit"]:focus, html:not([data-theme="light"]) .widget input[type="submit"]:active, html:not([data-theme="light"]) .widget input[type="button"]:hover, html:not([data-theme="light"]) .widget input[type="button"]:focus, html:not([data-theme="light"]) .widget input[type="button"]:active, html:not([data-theme="light"]) .widget input[type="reset"]:hover, html:not([data-theme="light"]) .widget input[type="reset"]:focus, html:not([data-theme="light"]) .widget input[type="reset"]:active { border-color: #79562f; }
  html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:active, html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:focus, html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:hover, html:not([data-theme="light"]) .wp-block-file .wp-block-file__button:visited, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:active, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:focus, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:hover, html:not([data-theme="light"]) .wp-block-button .wp-block-button__link:visited { background-color: #3d2c18; }
  html:not([data-theme="light"]) .infinite-scroll #infinite-handle span:hover { color: #d4bea5; }
  html:not([data-theme="light"]) fieldset { border: 1px solid #4c4c4c; }
@media print {
  html:not([data-theme="light"]) *, html:not([data-theme="light"]) *:before, html:not([data-theme="light"]) *:after { color: #ebebeb !important; }
  html:not([data-theme="light"]) pre, html:not([data-theme="light"]) blockquote { border: 1px solid #545454; }
  html:not([data-theme="light"]) .btn > .caret, html:not([data-theme="light"]) .dropup > .btn > .caret { border-top-color: #737373 !important; }
  html:not([data-theme="light"]) .label { border: 1px solid #737373; }
  html:not([data-theme="light"]) .table td, html:not([data-theme="light"]) .table th { background-color: #141414 !important; }
  html:not([data-theme="light"]) .table-bordered th, html:not([data-theme="light"]) .table-bordered td { border: 1px solid #474747 !important; }
}
  html:not([data-theme="light"]) .text-muted { color: #c7c7c7; }
  html:not([data-theme="light"]) .text-primary { color: #aec9e1; }
  html:not([data-theme="light"]) caption { color: #c7c7c7; }
  html:not([data-theme="light"]) .table > thead > tr > th, html:not([data-theme="light"]) .table > tbody > tr > th, html:not([data-theme="light"]) .table > tfoot > tr > th, html:not([data-theme="light"]) .table > thead > tr > td, html:not([data-theme="light"]) .table > tbody > tr > td, html:not([data-theme="light"]) .table > tfoot > tr > td { border-top: 1px solid #474747; }
  html:not([data-theme="light"]) .table > thead > tr > th { border-bottom: 2px solid #474747; }
  html:not([data-theme="light"]) .table > tbody + tbody { border-top: 2px solid #474747; }
  html:not([data-theme="light"]) .table .table { background-color: #141414; }
  html:not([data-theme="light"]) .table-bordered { border: 1px solid #474747; }
  html:not([data-theme="light"]) .table-bordered > thead > tr > th, html:not([data-theme="light"]) .table-bordered > tbody > tr > th, html:not([data-theme="light"]) .table-bordered > tfoot > tr > th, html:not([data-theme="light"]) .table-bordered > thead > tr > td, html:not([data-theme="light"]) .table-bordered > tbody > tr > td, html:not([data-theme="light"]) .table-bordered > tfoot > tr > td { border: 1px solid #474747; }
  html:not([data-theme="light"]) .table-striped > tbody > tr:nth-of-type(odd) { background-color: #161616; }
  html:not([data-theme="light"]) .table-hover > tbody > tr:hover { background-color: #171717; }
  html:not([data-theme="light"]) .table > thead > tr > td.active, html:not([data-theme="light"]) .table > tbody > tr > td.active, html:not([data-theme="light"]) .table > tfoot > tr > td.active, html:not([data-theme="light"]) .table > thead > tr > th.active, html:not([data-theme="light"]) .table > tbody > tr > th.active, html:not([data-theme="light"]) .table > tfoot > tr > th.active, html:not([data-theme="light"]) .table > thead > tr.active > td, html:not([data-theme="light"]) .table > tbody > tr.active > td, html:not([data-theme="light"]) .table > tfoot > tr.active > td, html:not([data-theme="light"]) .table > thead > tr.active > th, html:not([data-theme="light"]) .table > tbody > tr.active > th, html:not([data-theme="light"]) .table > tfoot > tr.active > th { background-color: #171717; }
  html:not([data-theme="light"]) .table-hover > tbody > tr > td.active:hover, html:not([data-theme="light"]) .table-hover > tbody > tr > th.active:hover, html:not([data-theme="light"]) .table-hover > tbody > tr.active:hover > td, html:not([data-theme="light"]) .table-hover > tbody > tr:hover > .active, html:not([data-theme="light"]) .table-hover > tbody > tr.active:hover > th { background-color: #191919; }
  html:not([data-theme="light"]) .table > thead > tr > td.success, html:not([data-theme="light"]) .table > tbody > tr > td.success, html:not([data-theme="light"]) .table > tfoot > tr > td.success, html:not([data-theme="light"]) .table > thead > tr > th.success, html:not([data-theme="light"]) .table > tbody > tr > th.success, html:not([data-theme="light"]) .table > tfoot > tr > th.success, html:not([data-theme="light"]) .table > thead > tr.success > td, html:not([data-theme="light"]) .table > tbody > tr.success > td, html:not([data-theme="light"]) .table > tfoot > tr.success > td, html:not([data-theme="light"]) .table > thead > tr.success > th, html:not([data-theme="light"]) .table > tbody > tr.success > th, html:not([data-theme="light"]) .table > tfoot > tr.success > th { background-color: #15260f; }
  html:not([data-theme="light"]) .table-hover > tbody > tr > td.success:hover, html:not([data-theme="light"]) .table-hover > tbody > tr > th.success:hover, html:not([data-theme="light"]) .table-hover > tbody > tr.success:hover > td, html:not([data-theme="light"]) .table-hover > tbody > tr:hover > .success, html:not([data-theme="light"]) .table-hover > tbody > tr.success:hover > th { background-color: #182a10; }
  html:not([data-theme="light"]) .table > thead > tr > td.info, html:not([data-theme="light"]) .table > tbody > tr > td.info, html:not([data-theme="light"]) .table > tfoot > tr > td.info, html:not([data-theme="light"]) .table > thead > tr > th.info, html:not([data-theme="light"]) .table > tbody > tr > th.info, html:not([data-theme="light"]) .table > tfoot > tr > th.info, html:not([data-theme="light"]) .table > thead > tr.info > td, html:not([data-theme="light"]) .table > tbody > tr.info > td, html:not([data-theme="light"]) .table > tfoot > tr.info > td, html:not([data-theme="light"]) .table > thead > tr.info > th, html:not([data-theme="light"]) .table > tbody > tr.info > th, html:not([data-theme="light"]) .table > tfoot > tr.info > th { background-color: #091f2a; }
  html:not([data-theme="light"]) .table-hover > tbody > tr > td.info:hover, html:not([data-theme="light"]) .table-hover > tbody > tr > th.info:hover, html:not([data-theme="light"]) .table-hover > tbody > tr.info:hover > td, html:not([data-theme="light"]) .table-hover > tbody > tr:hover > .info, html:not([data-theme="light"]) .table-hover > tbody > tr.info:hover > th { background-color: #0a222f; }
  html:not([data-theme="light"]) .table > thead > tr > td.warning, html:not([data-theme="light"]) .table > tbody > tr > td.warning, html:not([data-theme="light"]) .table > tfoot > tr > td.warning, html:not([data-theme="light"]) .table > thead > tr > th.warning, html:not([data-theme="light"]) .table > tbody > tr > th.warning, html:not([data-theme="light"]) .table > tfoot > tr > th.warning, html:not([data-theme="light"]) .table > thead > tr.warning > td, html:not([data-theme="light"]) .table > tbody > tr.warning > td, html:not([data-theme="light"]) .table > tfoot > tr.warning > td, html:not([data-theme="light"]) .table > thead > tr.warning > th, html:not([data-theme="light"]) .table > tbody > tr.warning > th, html:not([data-theme="light"]) .table > tfoot > tr.warning > th { background-color: #2b2505; }
  html:not([data-theme="light"]) .table-hover > tbody > tr > td.warning:hover, html:not([data-theme="light"]) .table-hover > tbody > tr > th.warning:hover, html:not([data-theme="light"]) .table-hover > tbody > tr.warning:hover > td, html:not([data-theme="light"]) .table-hover > tbody > tr:hover > .warning, html:not([data-theme="light"]) .table-hover > tbody > tr.warning:hover > th { background-color: #302905; }
  html:not([data-theme="light"]) .table > thead > tr > td.danger, html:not([data-theme="light"]) .table > tbody > tr > td.danger, html:not([data-theme="light"]) .table > tfoot > tr > td.danger, html:not([data-theme="light"]) .table > thead > tr > th.danger, html:not([data-theme="light"]) .table > tbody > tr > th.danger, html:not([data-theme="light"]) .table > tfoot > tr > th.danger, html:not([data-theme="light"]) .table > thead > tr.danger > td, html:not([data-theme="light"]) .table > tbody > tr.danger > td, html:not([data-theme="light"]) .table > tfoot > tr.danger > td, html:not([data-theme="light"]) .table > thead > tr.danger > th, html:not([data-theme="light"]) .table > tbody > tr.danger > th, html:not([data-theme="light"]) .table > tfoot > tr.danger > th { background-color: #250e0e; }
  html:not([data-theme="light"]) .table-hover > tbody > tr > td.danger:hover, html:not([data-theme="light"]) .table-hover > tbody > tr > th.danger:hover, html:not([data-theme="light"]) .table-hover > tbody > tr.danger:hover > td, html:not([data-theme="light"]) .table-hover > tbody > tr:hover > .danger, html:not([data-theme="light"]) .table-hover > tbody > tr.danger:hover > th { background-color: #291010; }
@media screen and (max-width: 767px) {
  html:not([data-theme="light"]) .table-responsive { border: 1px solid #474747; }
}
  html:not([data-theme="light"]) legend { color: #dbdbdb; border-bottom: 1px solid #454545; }
  html:not([data-theme="light"]) output { color: #d1d1d1; }
  html:not([data-theme="light"]) .form-control { color: #d1d1d1; background-color: #141414; border: 1px solid #4a4a4a; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
  html:not([data-theme="light"]) .form-control:focus { border-color: #14588e; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 8px rgba(5, 23, 36, 0.6); }
  html:not([data-theme="light"]) .form-control::-moz-placeholder { color: #bdbdbd; }
  html:not([data-theme="light"]) .form-control:-ms-input-placeholder { color: #bdbdbd; }
  html:not([data-theme="light"]) .form-control::-webkit-input-placeholder { color: #bdbdbd; }
  html:not([data-theme="light"]) .form-control[disabled], html:not([data-theme="light"]) .form-control[readonly], html:not([data-theme="light"]) fieldset[disabled] .form-control { background-color: #181818; }
  html:not([data-theme="light"]) .has-success .help-block, html:not([data-theme="light"]) .has-success .control-label, html:not([data-theme="light"]) .has-success .radio, html:not([data-theme="light"]) .has-success .checkbox, html:not([data-theme="light"]) .has-success .radio-inline, html:not([data-theme="light"]) .has-success .checkbox-inline, html:not([data-theme="light"]) .has-success.radio label, html:not([data-theme="light"]) .has-success.checkbox label, html:not([data-theme="light"]) .has-success.radio-inline label, html:not([data-theme="light"]) .has-success.checkbox-inline label { color: #c4dcc4; }
  html:not([data-theme="light"]) .has-success .form-control { border-color: #418142; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
  html:not([data-theme="light"]) .has-success .form-control:focus { border-color: #458747; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 6px #112212; }
  html:not([data-theme="light"]) .has-success .input-group-addon { color: #c4dcc4; background-color: #15260f; border-color: #418142; }
  html:not([data-theme="light"]) .has-success .form-control-feedback { color: #c4dcc4; }
  html:not([data-theme="light"]) .has-warning .help-block, html:not([data-theme="light"]) .has-warning .control-label, html:not([data-theme="light"]) .has-warning .radio, html:not([data-theme="light"]) .has-warning .checkbox, html:not([data-theme="light"]) .has-warning .radio-inline, html:not([data-theme="light"]) .has-warning .checkbox-inline, html:not([data-theme="light"]) .has-warning.radio label, html:not([data-theme="light"]) .has-warning.checkbox label, html:not([data-theme="light"]) .has-warning.radio-inline label, html:not([data-theme="light"]) .has-warning.checkbox-inline label { color: #ddd1bd; }
  html:not([data-theme="light"]) .has-warning .form-control { border-color: #856939; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
  html:not([data-theme="light"]) .has-warning .form-control:focus { border-color: #8c6f3c; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 6px #221b0e; }
  html:not([data-theme="light"]) .has-warning .input-group-addon { color: #ddd1bd; background-color: #2b2505; border-color: #856939; }
  html:not([data-theme="light"]) .has-warning .form-control-feedback { color: #ddd1bd; }
  html:not([data-theme="light"]) .has-error .help-block, html:not([data-theme="light"]) .has-error .control-label, html:not([data-theme="light"]) .has-error .radio, html:not([data-theme="light"]) .has-error .checkbox, html:not([data-theme="light"]) .has-error .radio-inline, html:not([data-theme="light"]) .has-error .checkbox-inline, html:not([data-theme="light"]) .has-error.radio label, html:not([data-theme="light"]) .has-error.checkbox label, html:not([data-theme="light"]) .has-error.radio-inline label, html:not([data-theme="light"]) .has-error.checkbox-inline label { color: #dbb5b4; }
  html:not([data-theme="light"]) .has-error .form-control { border-color: #833533; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075); }
  html:not([data-theme="light"]) .has-error .form-control:focus { border-color: #8a3836; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075), 0 0 6px #1e0c0c; }
  html:not([data-theme="light"]) .has-error .input-group-addon { color: #dbb5b4; background-color: #250e0e; border-color: #833533; }
  html:not([data-theme="light"]) .has-error .form-control-feedback { color: #dbb5b4; }
  html:not([data-theme="light"]) .help-block { color: #c8c8c8; }
  html:not([data-theme="light"]) .btn:hover, html:not([data-theme="light"]) .btn:focus, html:not([data-theme="light"]) .btn.focus { color: #dbdbdb; }
  html:not([data-theme="light"]) .btn:active, html:not([data-theme="light"]) .btn.active { box-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125); }
  html:not([data-theme="light"]) .btn-default { color: #dbdbdb; background-color: #141414; border-color: #4a4a4a; }
  html:not([data-theme="light"]) .btn-default:focus, html:not([data-theme="light"]) .btn-default.focus { color: #dbdbdb; background-color: #1a1a1a; border-color: #575757; }
  html:not([data-theme="light"]) .btn-default:hover { color: #dbdbdb; background-color: #1a1a1a; border-color: #505050; }
  html:not([data-theme="light"]) .btn-default:active, html:not([data-theme="light"]) .btn-default.active, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-default { color: #dbdbdb; background-color: #1a1a1a; border-color: #505050; }
  html:not([data-theme="light"]) .btn-default:active:hover, html:not([data-theme="light"]) .btn-default.active:hover, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-default:hover, html:not([data-theme="light"]) .btn-default:active:focus, html:not([data-theme="light"]) .btn-default.active:focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-default:focus, html:not([data-theme="light"]) .btn-default:active.focus, html:not([data-theme="light"]) .btn-default.active.focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-default.focus { color: #dbdbdb; background-color: #1e1e1e; border-color: #575757; }
  html:not([data-theme="light"]) .btn-default.disabled:hover, html:not([data-theme="light"]) .btn-default[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-default:hover, html:not([data-theme="light"]) .btn-default.disabled:focus, html:not([data-theme="light"]) .btn-default[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-default:focus, html:not([data-theme="light"]) .btn-default.disabled.focus, html:not([data-theme="light"]) .btn-default[disabled].focus, html:not([data-theme="light"]) fieldset[disabled] .btn-default.focus { background-color: #141414; border-color: #4a4a4a; }
  html:not([data-theme="light"]) .btn-default .badge { color: #ffffff; background-color: #414141; }
  html:not([data-theme="light"]) .btn-primary { color: #ffffff; background-color: #16354f; border-color: #296192; }
  html:not([data-theme="light"]) .btn-primary:focus, html:not([data-theme="light"]) .btn-primary.focus { color: #ffffff; background-color: #183b58; border-color: #2f70a6; }
  html:not([data-theme="light"]) .btn-primary:hover { color: #ffffff; background-color: #183b58; border-color: #2b689d; }
  html:not([data-theme="light"]) .btn-primary:active, html:not([data-theme="light"]) .btn-primary.active, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-primary { color: #ffffff; background-color: #183b58; border-color: #2b689d; }
  html:not([data-theme="light"]) .btn-primary:active:hover, html:not([data-theme="light"]) .btn-primary.active:hover, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-primary:hover, html:not([data-theme="light"]) .btn-primary:active:focus, html:not([data-theme="light"]) .btn-primary.active:focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-primary:focus, html:not([data-theme="light"]) .btn-primary:active.focus, html:not([data-theme="light"]) .btn-primary.active.focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-primary.focus { color: #ffffff; background-color: #1a3f5e; border-color: #2f70a6; }
  html:not([data-theme="light"]) .btn-primary.disabled:hover, html:not([data-theme="light"]) .btn-primary[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-primary:hover, html:not([data-theme="light"]) .btn-primary.disabled:focus, html:not([data-theme="light"]) .btn-primary[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-primary:focus, html:not([data-theme="light"]) .btn-primary.disabled.focus, html:not([data-theme="light"]) .btn-primary[disabled].focus, html:not([data-theme="light"]) fieldset[disabled] .btn-primary.focus { background-color: #16354f; border-color: #296192; }
  html:not([data-theme="light"]) .btn-primary .badge { color: #aec9e1; background-color: #141414; }
  html:not([data-theme="light"]) .btn-success { color: #ffffff; background-color: #1c401c; border-color: #377d37; }
  html:not([data-theme="light"]) .btn-success:focus, html:not([data-theme="light"]) .btn-success.focus { color: #ffffff; background-color: #1f481f; border-color: #3e8f3e; }
  html:not([data-theme="light"]) .btn-success:hover { color: #ffffff; background-color: #1f481f; border-color: #3a863a; }
  html:not([data-theme="light"]) .btn-success:active, html:not([data-theme="light"]) .btn-success.active, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-success { color: #ffffff; background-color: #1f481f; border-color: #3a863a; }
  html:not([data-theme="light"]) .btn-success:active:hover, html:not([data-theme="light"]) .btn-success.active:hover, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-success:hover, html:not([data-theme="light"]) .btn-success:active:focus, html:not([data-theme="light"]) .btn-success.active:focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-success:focus, html:not([data-theme="light"]) .btn-success:active.focus, html:not([data-theme="light"]) .btn-success.active.focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-success.focus { color: #ffffff; background-color: #224e22; border-color: #3e8f3e; }
  html:not([data-theme="light"]) .btn-success.disabled:hover, html:not([data-theme="light"]) .btn-success[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-success:hover, html:not([data-theme="light"]) .btn-success.disabled:focus, html:not([data-theme="light"]) .btn-success[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-success:focus, html:not([data-theme="light"]) .btn-success.disabled.focus, html:not([data-theme="light"]) .btn-success[disabled].focus, html:not([data-theme="light"]) fieldset[disabled] .btn-success.focus { background-color: #1c401c; border-color: #377d37; }
  html:not([data-theme="light"]) .btn-success .badge { color: #aed5ae; background-color: #141414; }
  html:not([data-theme="light"]) .btn-info { color: #ffffff; background-color: #0e3946; border-color: #1d758f; }
  html:not([data-theme="light"]) .btn-info:focus, html:not([data-theme="light"]) .btn-info.focus { color: #ffffff; background-color: #10414f; border-color: #2187a4; }
  html:not([data-theme="light"]) .btn-info:hover { color: #ffffff; background-color: #10414f; border-color: #1f7e99; }
  html:not([data-theme="light"]) .btn-info:active, html:not([data-theme="light"]) .btn-info.active, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-info { color: #ffffff; background-color: #10414f; border-color: #1f7e99; }
  html:not([data-theme="light"]) .btn-info:active:hover, html:not([data-theme="light"]) .btn-info.active:hover, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-info:hover, html:not([data-theme="light"]) .btn-info:active:focus, html:not([data-theme="light"]) .btn-info.active:focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-info:focus, html:not([data-theme="light"]) .btn-info:active.focus, html:not([data-theme="light"]) .btn-info.active.focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-info.focus { color: #ffffff; background-color: #114656; border-color: #2187a4; }
  html:not([data-theme="light"]) .btn-info.disabled:hover, html:not([data-theme="light"]) .btn-info[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-info:hover, html:not([data-theme="light"]) .btn-info.disabled:focus, html:not([data-theme="light"]) .btn-info[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-info:focus, html:not([data-theme="light"]) .btn-info.disabled.focus, html:not([data-theme="light"]) .btn-info[disabled].focus, html:not([data-theme="light"]) fieldset[disabled] .btn-info.focus { background-color: #0e3946; border-color: #1d758f; }
  html:not([data-theme="light"]) .btn-info .badge { color: #98cfdf; background-color: #141414; }
  html:not([data-theme="light"]) .btn-warning { color: #ffffff; background-color: #4d3006; border-color: #9e620d; }
  html:not([data-theme="light"]) .btn-warning:focus, html:not([data-theme="light"]) .btn-warning.focus { color: #ffffff; background-color: #573607; border-color: #b5710f; }
  html:not([data-theme="light"]) .btn-warning:hover { color: #ffffff; background-color: #573607; border-color: #a96a0e; }
  html:not([data-theme="light"]) .btn-warning:active, html:not([data-theme="light"]) .btn-warning.active, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-warning { color: #ffffff; background-color: #573607; border-color: #a96a0e; }
  html:not([data-theme="light"]) .btn-warning:active:hover, html:not([data-theme="light"]) .btn-warning.active:hover, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-warning:hover, html:not([data-theme="light"]) .btn-warning:active:focus, html:not([data-theme="light"]) .btn-warning.active:focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-warning:focus, html:not([data-theme="light"]) .btn-warning:active.focus, html:not([data-theme="light"]) .btn-warning.active.focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-warning.focus { color: #ffffff; background-color: #5e3b08; border-color: #b5710f; }
  html:not([data-theme="light"]) .btn-warning.disabled:hover, html:not([data-theme="light"]) .btn-warning[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-warning:hover, html:not([data-theme="light"]) .btn-warning.disabled:focus, html:not([data-theme="light"]) .btn-warning[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-warning:focus, html:not([data-theme="light"]) .btn-warning.disabled.focus, html:not([data-theme="light"]) .btn-warning[disabled].focus, html:not([data-theme="light"]) fieldset[disabled] .btn-warning.focus { background-color: #4d3006; border-color: #9e620d; }
  html:not([data-theme="light"]) .btn-warning .badge { color: #e9c38d; background-color: #141414; }
  html:not([data-theme="light"]) .btn-danger { color: #ffffff; background-color: #481110; border-color: #90231f; }
  html:not([data-theme="light"]) .btn-danger:focus, html:not([data-theme="light"]) .btn-danger.focus { color: #ffffff; background-color: #511312; border-color: #a62723; }
  html:not([data-theme="light"]) .btn-danger:hover { color: #ffffff; background-color: #511312; border-color: #9a2521; }
  html:not([data-theme="light"]) .btn-danger:active, html:not([data-theme="light"]) .btn-danger.active, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-danger { color: #ffffff; background-color: #511312; border-color: #9a2521; }
  html:not([data-theme="light"]) .btn-danger:active:hover, html:not([data-theme="light"]) .btn-danger.active:hover, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-danger:hover, html:not([data-theme="light"]) .btn-danger:active:focus, html:not([data-theme="light"]) .btn-danger.active:focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-danger:focus, html:not([data-theme="light"]) .btn-danger:active.focus, html:not([data-theme="light"]) .btn-danger.active.focus, html:not([data-theme="light"]) .open > .dropdown-toggle.btn-danger.focus { color: #ffffff; background-color: #581513; border-color: #a62723; }
  html:not([data-theme="light"]) .btn-danger.disabled:hover, html:not([data-theme="light"]) .btn-danger[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-danger:hover, html:not([data-theme="light"]) .btn-danger.disabled:focus, html:not([data-theme="light"]) .btn-danger[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-danger:focus, html:not([data-theme="light"]) .btn-danger.disabled.focus, html:not([data-theme="light"]) .btn-danger[disabled].focus, html:not([data-theme="light"]) fieldset[disabled] .btn-danger.focus { background-color: #481110; border-color: #90231f; }
  html:not([data-theme="light"]) .btn-danger .badge { color: #e09f9d; background-color: #141414; }
  html:not([data-theme="light"]) .btn-link { color: #aec9e1; }
  html:not([data-theme="light"]) .btn-link:hover, html:not([data-theme="light"]) .btn-link:focus { color: #bfd4e7; }
  html:not([data-theme="light"]) .btn-link[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .btn-link:hover, html:not([data-theme="light"]) .btn-link[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .btn-link:focus { color: #c7c7c7; }
  html:not([data-theme="light"]) .dropdown-menu { background-color: #141414; border: 1px solid #4a4a4a; border: 1px solid rgba(115, 115, 115, 0.15); box-shadow: 0 6px 12px rgba(51, 51, 51, 0.175); }
  html:not([data-theme="light"]) .dropdown-menu .divider { background-color: #1a1a1a; }
  html:not([data-theme="light"]) .dropdown-menu > li > a { color: #dbdbdb; }
  html:not([data-theme="light"]) .dropdown-menu > li > a:hover, html:not([data-theme="light"]) .dropdown-menu > li > a:focus { color: #dfdfdf; background-color: #171717; }
  html:not([data-theme="light"]) .dropdown-menu > .active > a, html:not([data-theme="light"]) .dropdown-menu > .active > a:hover, html:not([data-theme="light"]) .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #16354f; }
  html:not([data-theme="light"]) .dropdown-menu > .disabled > a, html:not([data-theme="light"]) .dropdown-menu > .disabled > a:hover, html:not([data-theme="light"]) .dropdown-menu > .disabled > a:focus { color: #c7c7c7; }
  html:not([data-theme="light"]) .dropdown-header { color: #c7c7c7; }
  html:not([data-theme="light"]) .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125); }
  html:not([data-theme="light"]) .input-group-addon { color: #d1d1d1; background-color: #181818; border: 1px solid #4a4a4a; }
  html:not([data-theme="light"]) .nav > li > a:hover, html:not([data-theme="light"]) .nav > li > a:focus { background-color: #181818; }
  html:not([data-theme="light"]) .nav > li.disabled > a { color: #c7c7c7; }
  html:not([data-theme="light"]) .nav > li.disabled > a:hover, html:not([data-theme="light"]) .nav > li.disabled > a:focus { color: #c7c7c7; }
  html:not([data-theme="light"]) .nav .open > a, html:not([data-theme="light"]) .nav .open > a:hover, html:not([data-theme="light"]) .nav .open > a:focus { background-color: #181818; border-color: #285f8f; }
  html:not([data-theme="light"]) .nav .nav-divider { background-color: #1a1a1a; }
  html:not([data-theme="light"]) .nav-tabs { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .nav-tabs > li > a:hover { border-color: #434343 #434343 #474747; }
  html:not([data-theme="light"]) .nav-tabs > li.active > a, html:not([data-theme="light"]) .nav-tabs > li.active > a:hover, html:not([data-theme="light"]) .nav-tabs > li.active > a:focus { color: #d1d1d1; background-color: #141414; border: 1px solid #474747; }
  html:not([data-theme="light"]) .nav-tabs.nav-justified > .active > a, html:not([data-theme="light"]) .nav-tabs.nav-justified > .active > a:hover, html:not([data-theme="light"]) .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #474747; }
@media (min-width: 768px) {
  html:not([data-theme="light"]) .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .nav-tabs.nav-justified > .active > a, html:not([data-theme="light"]) .nav-tabs.nav-justified > .active > a:hover, html:not([data-theme="light"]) .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #404040; }
}
  html:not([data-theme="light"]) .nav-pills > li.active > a, html:not([data-theme="light"]) .nav-pills > li.active > a:hover, html:not([data-theme="light"]) .nav-pills > li.active > a:focus { color: #ffffff; background-color: #16354f; }
  html:not([data-theme="light"]) .nav-tabs-justified > .active > a, html:not([data-theme="light"]) .nav-tabs-justified > .active > a:hover, html:not([data-theme="light"]) .nav-tabs-justified > .active > a:focus { border: 1px solid #474747; }
@media (min-width: 768px) {
  html:not([data-theme="light"]) .nav-tabs-justified > li > a { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .nav-tabs-justified > .active > a, html:not([data-theme="light"]) .nav-tabs-justified > .active > a:hover, html:not([data-theme="light"]) .nav-tabs-justified > .active > a:focus { border-bottom-color: #404040; }
}
  html:not([data-theme="light"]) .navbar-collapse { box-shadow: inset 0 1px 0 rgba(5, 5, 5, 0.1); }
  html:not([data-theme="light"]) .navbar-form { box-shadow: inset 0 1px 0 rgba(5, 5, 5, 0.1), 0 1px 0 rgba(5, 5, 5, 0.1); }
  html:not([data-theme="light"]) .navbar-default { background-color: #161616; border-color: #454545; }
  html:not([data-theme="light"]) .navbar-default .navbar-brand { color: #c7c7c7; }
  html:not([data-theme="light"]) .navbar-default .navbar-brand:hover, html:not([data-theme="light"]) .navbar-default .navbar-brand:focus { color: #cecece; }
  html:not([data-theme="light"]) .navbar-default .navbar-text { color: #c7c7c7; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav > li > a { color: #c7c7c7; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav > li > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav > li > a:focus { color: #dbdbdb; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav > .active > a, html:not([data-theme="light"]) .navbar-default .navbar-nav > .active > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav > .active > a:focus { color: #d1d1d1; background-color: #1a1a1a; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav > .disabled > a, html:not([data-theme="light"]) .navbar-default .navbar-nav > .disabled > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; }
  html:not([data-theme="light"]) .navbar-default .navbar-toggle { border-color: #474747; }
  html:not([data-theme="light"]) .navbar-default .navbar-toggle:hover, html:not([data-theme="light"]) .navbar-default .navbar-toggle:focus { background-color: #1c1c1c; }
  html:not([data-theme="light"]) .navbar-default .navbar-toggle .icon-bar { background-color: #2f2f2f; }
  html:not([data-theme="light"]) .navbar-default .navbar-collapse, html:not([data-theme="light"]) .navbar-default .navbar-form { border-color: #454545; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav > .open > a, html:not([data-theme="light"]) .navbar-default .navbar-nav > .open > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav > .open > a:focus { color: #d1d1d1; background-color: #1a1a1a; }
@media (max-width: 767px) {
  html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #c7c7c7; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #dbdbdb; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > .active > a, html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #d1d1d1; background-color: #1a1a1a; }
  html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, html:not([data-theme="light"]) .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; }
}
  html:not([data-theme="light"]) .navbar-default .navbar-link { color: #c7c7c7; }
  html:not([data-theme="light"]) .navbar-default .navbar-link:hover { color: #dbdbdb; }
  html:not([data-theme="light"]) .navbar-default .btn-link { color: #c7c7c7; }
  html:not([data-theme="light"]) .navbar-default .btn-link:hover, html:not([data-theme="light"]) .navbar-default .btn-link:focus { color: #dbdbdb; }
  html:not([data-theme="light"]) .navbar-default .btn-link[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .navbar-default .btn-link:hover, html:not([data-theme="light"]) .navbar-default .btn-link[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .navbar-default .btn-link:focus { color: #cccccc; }
  html:not([data-theme="light"]) .navbar-inverse { background-color: #454545; border-color: #717171; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-brand { color: #bcbcbc; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-brand:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-brand:focus { color: #ffffff; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-text { color: #bcbcbc; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav > li > a { color: #bcbcbc; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav > li > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .active > a, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .active > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #4b4b4b; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .disabled > a, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .disabled > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .disabled > a:focus { color: #d6d6d6; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-toggle { border-color: #696969; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-toggle:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-toggle:focus { background-color: #414141; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-toggle .icon-bar { background-color: #141414; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-collapse, html:not([data-theme="light"]) .navbar-inverse .navbar-form { border-color: #707070; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .open > a, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .open > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav > .open > a:focus { color: #ffffff; background-color: #4b4b4b; }
@media (max-width: 767px) {
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #717171; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #4b4b4b; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #bcbcbc; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #4b4b4b; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, html:not([data-theme="light"]) .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #d6d6d6; }
}
  html:not([data-theme="light"]) .navbar-inverse .navbar-link { color: #bcbcbc; }
  html:not([data-theme="light"]) .navbar-inverse .navbar-link:hover { color: #ffffff; }
  html:not([data-theme="light"]) .navbar-inverse .btn-link { color: #bcbcbc; }
  html:not([data-theme="light"]) .navbar-inverse .btn-link:hover, html:not([data-theme="light"]) .navbar-inverse .btn-link:focus { color: #ffffff; }
  html:not([data-theme="light"]) .navbar-inverse .btn-link[disabled]:hover, html:not([data-theme="light"]) fieldset[disabled] .navbar-inverse .btn-link:hover, html:not([data-theme="light"]) .navbar-inverse .btn-link[disabled]:focus, html:not([data-theme="light"]) fieldset[disabled] .navbar-inverse .btn-link:focus { color: #d6d6d6; }
  html:not([data-theme="light"]) .breadcrumb { background-color: #171717; }
  html:not([data-theme="light"]) .breadcrumb > li + li:before { color: #cccccc; }
  html:not([data-theme="light"]) .breadcrumb > .active { color: #c7c7c7; }
  html:not([data-theme="light"]) .pagination > li > a, html:not([data-theme="light"]) .pagination > li > span { color: #aec9e1; background-color: #141414; border: 1px solid #474747; }
  html:not([data-theme="light"]) .pagination > li > a:hover, html:not([data-theme="light"]) .pagination > li > span:hover, html:not([data-theme="light"]) .pagination > li > a:focus, html:not([data-theme="light"]) .pagination > li > span:focus { color: #bfd4e7; background-color: #181818; border-color: #474747; }
  html:not([data-theme="light"]) .pagination > .active > a, html:not([data-theme="light"]) .pagination > .active > span, html:not([data-theme="light"]) .pagination > .active > a:hover, html:not([data-theme="light"]) .pagination > .active > span:hover, html:not([data-theme="light"]) .pagination > .active > a:focus, html:not([data-theme="light"]) .pagination > .active > span:focus { color: #ffffff; background-color: #16354f; border-color: #285f8f; }
  html:not([data-theme="light"]) .pagination > .disabled > span, html:not([data-theme="light"]) .pagination > .disabled > span:hover, html:not([data-theme="light"]) .pagination > .disabled > span:focus, html:not([data-theme="light"]) .pagination > .disabled > a, html:not([data-theme="light"]) .pagination > .disabled > a:hover, html:not([data-theme="light"]) .pagination > .disabled > a:focus { color: #c7c7c7; background-color: #141414; border-color: #474747; }
  html:not([data-theme="light"]) .pager li > a, html:not([data-theme="light"]) .pager li > span { background-color: #141414; border: 1px solid #474747; }
  html:not([data-theme="light"]) .pager li > a:hover, html:not([data-theme="light"]) .pager li > a:focus { background-color: #181818; }
  html:not([data-theme="light"]) .pager .disabled > a, html:not([data-theme="light"]) .pager .disabled > a:hover, html:not([data-theme="light"]) .pager .disabled > a:focus, html:not([data-theme="light"]) .pager .disabled > span { color: #c7c7c7; background-color: #141414; }
  html:not([data-theme="light"]) .label { color: #ffffff; }
  html:not([data-theme="light"]) a.label:hover, html:not([data-theme="light"]) a.label:focus { color: #ffffff; }
  html:not([data-theme="light"]) .label-default { background-color: #323232; }
  html:not([data-theme="light"]) .label-default[href]:hover, html:not([data-theme="light"]) .label-default[href]:focus { background-color: #383838; }
  html:not([data-theme="light"]) .label-primary { background-color: #16354f; }
  html:not([data-theme="light"]) .label-primary[href]:hover, html:not([data-theme="light"]) .label-primary[href]:focus { background-color: #183b58; }
  html:not([data-theme="light"]) .label-success { background-color: #1c401c; }
  html:not([data-theme="light"]) .label-success[href]:hover, html:not([data-theme="light"]) .label-success[href]:focus { background-color: #1f481f; }
  html:not([data-theme="light"]) .label-info { background-color: #0e3946; }
  html:not([data-theme="light"]) .label-info[href]:hover, html:not([data-theme="light"]) .label-info[href]:focus { background-color: #10414f; }
  html:not([data-theme="light"]) .label-warning { background-color: #4d3006; }
  html:not([data-theme="light"]) .label-warning[href]:hover, html:not([data-theme="light"]) .label-warning[href]:focus { background-color: #573607; }
  html:not([data-theme="light"]) .label-danger { background-color: #481110; }
  html:not([data-theme="light"]) .label-danger[href]:hover, html:not([data-theme="light"]) .label-danger[href]:focus { background-color: #511312; }
  html:not([data-theme="light"]) .badge { color: #ffffff; background-color: #323232; }
  html:not([data-theme="light"]) a.badge:hover, html:not([data-theme="light"]) a.badge:focus { color: #ffffff; }
  html:not([data-theme="light"]) .list-group-item.active > .badge, html:not([data-theme="light"]) .nav-pills > .active > a > .badge { color: #aec9e1; background-color: #141414; }
  html:not([data-theme="light"]) .jumbotron { background-color: #181818; }
  html:not([data-theme="light"]) .jumbotron > hr { border-top-color: #484848; }
  html:not([data-theme="light"]) .thumbnail { background-color: #141414; border: 1px solid #474747; }
  html:not([data-theme="light"]) a.thumbnail:hover, html:not([data-theme="light"]) a.thumbnail:focus, html:not([data-theme="light"]) a.thumbnail.active { border-color: #285f8f; }
  html:not([data-theme="light"]) .thumbnail .caption { color: #dbdbdb; }
  html:not([data-theme="light"]) .alert-success { color: #c4dcc4; background-color: #15260f; border-color: #456728; }
  html:not([data-theme="light"]) .alert-success hr { border-top-color: #486b29; }
  html:not([data-theme="light"]) .alert-success .alert-link { color: #cde2ce; }
  html:not([data-theme="light"]) .alert-info { color: #bbd4e1; background-color: #091f2a; border-color: #196777; }
  html:not([data-theme="light"]) .alert-info hr { border-top-color: #1a6c7b; }
  html:not([data-theme="light"]) .alert-info .alert-link { color: #c5dbe6; }
  html:not([data-theme="light"]) .alert-warning { color: #ddd1bd; background-color: #2b2505; border-color: #7e590c; }
  html:not([data-theme="light"]) .alert-warning hr { border-top-color: #825b0e; }
  html:not([data-theme="light"]) .alert-warning .alert-link { color: #e2d8c7; }
  html:not([data-theme="light"]) .alert-danger { color: #dbb5b4; background-color: #250e0e; border-color: #662832; }
  html:not([data-theme="light"]) .alert-danger hr { border-top-color: #6a2933; }
  html:not([data-theme="light"]) .alert-danger .alert-link { color: #e0bfbe; }
  html:not([data-theme="light"]) .progress { background-color: #171717; box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1); }
  html:not([data-theme="light"]) .progress-bar { color: #ffffff; background-color: #16354f; box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.15); }
  html:not([data-theme="light"]) .progress-bar-success { background-color: #1c401c; }
  html:not([data-theme="light"]) .progress-bar-info { background-color: #0e3946; }
  html:not([data-theme="light"]) .progress-bar-warning { background-color: #4d3006; }
  html:not([data-theme="light"]) .progress-bar-danger { background-color: #481110; }
  html:not([data-theme="light"]) .list-group-item { background-color: #141414; border: 1px solid #474747; }
  html:not([data-theme="light"]) a.list-group-item, html:not([data-theme="light"]) button.list-group-item { color: #d1d1d1; }
  html:not([data-theme="light"]) a.list-group-item .list-group-item-heading, html:not([data-theme="light"]) button.list-group-item .list-group-item-heading { color: #dbdbdb; }
  html:not([data-theme="light"]) a.list-group-item:hover, html:not([data-theme="light"]) button.list-group-item:hover, html:not([data-theme="light"]) a.list-group-item:focus, html:not([data-theme="light"]) button.list-group-item:focus { color: #d1d1d1; background-color: #171717; }
  html:not([data-theme="light"]) .list-group-item.disabled, html:not([data-theme="light"]) .list-group-item.disabled:hover, html:not([data-theme="light"]) .list-group-item.disabled:focus { color: #c7c7c7; background-color: #181818; }
  html:not([data-theme="light"]) .list-group-item.disabled .list-group-item-text, html:not([data-theme="light"]) .list-group-item.disabled:hover .list-group-item-text, html:not([data-theme="light"]) .list-group-item.disabled:focus .list-group-item-text { color: #c7c7c7; }
  html:not([data-theme="light"]) .list-group-item.active, html:not([data-theme="light"]) .list-group-item.active:hover, html:not([data-theme="light"]) .list-group-item.active:focus { color: #ffffff; background-color: #16354f; border-color: #285f8f; }
  html:not([data-theme="light"]) .list-group-item.active .list-group-item-text, html:not([data-theme="light"]) .list-group-item.active:hover .list-group-item-text, html:not([data-theme="light"]) .list-group-item.active:focus .list-group-item-text { color: #cbddeb; }
  html:not([data-theme="light"]) .list-group-item-success { color: #c4dcc4; background-color: #15260f; }
  html:not([data-theme="light"]) a.list-group-item-success, html:not([data-theme="light"]) button.list-group-item-success { color: #c4dcc4; }
  html:not([data-theme="light"]) a.list-group-item-success:hover, html:not([data-theme="light"]) button.list-group-item-success:hover, html:not([data-theme="light"]) a.list-group-item-success:focus, html:not([data-theme="light"]) button.list-group-item-success:focus { color: #c4dcc4; background-color: #182a10; }
  html:not([data-theme="light"]) a.list-group-item-success.active, html:not([data-theme="light"]) button.list-group-item-success.active, html:not([data-theme="light"]) a.list-group-item-success.active:hover, html:not([data-theme="light"]) button.list-group-item-success.active:hover, html:not([data-theme="light"]) a.list-group-item-success.active:focus, html:not([data-theme="light"]) button.list-group-item-success.active:focus { color: #ffffff; background-color: #264b27; border-color: #418142; }
  html:not([data-theme="light"]) .list-group-item-info { color: #bbd4e1; background-color: #091f2a; }
  html:not([data-theme="light"]) a.list-group-item-info, html:not([data-theme="light"]) button.list-group-item-info { color: #bbd4e1; }
  html:not([data-theme="light"]) a.list-group-item-info:hover, html:not([data-theme="light"]) button.list-group-item-info:hover, html:not([data-theme="light"]) a.list-group-item-info:focus, html:not([data-theme="light"]) button.list-group-item-info:focus { color: #bbd4e1; background-color: #0a222f; }
  html:not([data-theme="light"]) a.list-group-item-info.active, html:not([data-theme="light"]) button.list-group-item-info.active, html:not([data-theme="light"]) a.list-group-item-info.active:hover, html:not([data-theme="light"]) button.list-group-item-info.active:hover, html:not([data-theme="light"]) a.list-group-item-info.active:focus, html:not([data-theme="light"]) button.list-group-item-info.active:focus { color: #ffffff; background-color: #1c4152; border-color: #316f8e; }
  html:not([data-theme="light"]) .list-group-item-warning { color: #ddd1bd; background-color: #2b2505; }
  html:not([data-theme="light"]) a.list-group-item-warning, html:not([data-theme="light"]) button.list-group-item-warning { color: #ddd1bd; }
  html:not([data-theme="light"]) a.list-group-item-warning:hover, html:not([data-theme="light"]) button.list-group-item-warning:hover, html:not([data-theme="light"]) a.list-group-item-warning:focus, html:not([data-theme="light"]) button.list-group-item-warning:focus { color: #ddd1bd; background-color: #302905; }
  html:not([data-theme="light"]) a.list-group-item-warning.active, html:not([data-theme="light"]) button.list-group-item-warning.active, html:not([data-theme="light"]) a.list-group-item-warning.active:hover, html:not([data-theme="light"]) button.list-group-item-warning.active:hover, html:not([data-theme="light"]) a.list-group-item-warning.active:focus, html:not([data-theme="light"]) button.list-group-item-warning.active:focus { color: #ffffff; background-color: #4d3d21; border-color: #856939; }
  html:not([data-theme="light"]) .list-group-item-danger { color: #dbb5b4; background-color: #250e0e; }
  html:not([data-theme="light"]) a.list-group-item-danger, html:not([data-theme="light"]) button.list-group-item-danger { color: #dbb5b4; }
  html:not([data-theme="light"]) a.list-group-item-danger:hover, html:not([data-theme="light"]) button.list-group-item-danger:hover, html:not([data-theme="light"]) a.list-group-item-danger:focus, html:not([data-theme="light"]) button.list-group-item-danger:focus { color: #dbb5b4; background-color: #291010; }
  html:not([data-theme="light"]) a.list-group-item-danger.active, html:not([data-theme="light"]) button.list-group-item-danger.active, html:not([data-theme="light"]) a.list-group-item-danger.active:hover, html:not([data-theme="light"]) button.list-group-item-danger.active:hover, html:not([data-theme="light"]) a.list-group-item-danger.active:focus, html:not([data-theme="light"]) button.list-group-item-danger.active:focus { color: #ffffff; background-color: #491d1c; border-color: #833533; }
  html:not([data-theme="light"]) .panel { background-color: #141414; box-shadow: 0 1px 1px rgba(51, 51, 51, 0.05); }
  html:not([data-theme="light"]) .panel-footer { background-color: #171717; border-top: 1px solid #474747; }
  html:not([data-theme="light"]) .panel > .panel-body + .table, html:not([data-theme="light"]) .panel > .panel-body + .table-responsive, html:not([data-theme="light"]) .panel > .table + .panel-body, html:not([data-theme="light"]) .panel > .table-responsive + .panel-body { border-top: 1px solid #474747; }
  html:not([data-theme="light"]) .panel-group .panel-heading + .panel-collapse > .panel-body, html:not([data-theme="light"]) .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #474747; }
  html:not([data-theme="light"]) .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #474747; }
  html:not([data-theme="light"]) .panel-default { border-color: #474747; }
  html:not([data-theme="light"]) .panel-default > .panel-heading { color: #dbdbdb; background-color: #171717; border-color: #474747; }
  html:not([data-theme="light"]) .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #474747; }
  html:not([data-theme="light"]) .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #414141; }
  html:not([data-theme="light"]) .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #474747; }
  html:not([data-theme="light"]) .panel-primary { border-color: #285f8f; }
  html:not([data-theme="light"]) .panel-primary > .panel-heading { color: #ffffff; background-color: #16354f; border-color: #285f8f; }
  html:not([data-theme="light"]) .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #285f8f; }
  html:not([data-theme="light"]) .panel-primary > .panel-heading .badge { color: #aec9e1; background-color: #141414; }
  html:not([data-theme="light"]) .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #285f8f; }
  html:not([data-theme="light"]) .panel-success { border-color: #456728; }
  html:not([data-theme="light"]) .panel-success > .panel-heading { color: #c4dcc4; background-color: #15260f; border-color: #456728; }
  html:not([data-theme="light"]) .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #456728; }
  html:not([data-theme="light"]) .panel-success > .panel-heading .badge { color: #e0eeda; background-color: #264b27; }
  html:not([data-theme="light"]) .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #456728; }
  html:not([data-theme="light"]) .panel-info { border-color: #196777; }
  html:not([data-theme="light"]) .panel-info > .panel-heading { color: #bbd4e1; background-color: #091f2a; border-color: #196777; }
  html:not([data-theme="light"]) .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #196777; }
  html:not([data-theme="light"]) .panel-info > .panel-heading .badge { color: #dcecf4; background-color: #1c4152; }
  html:not([data-theme="light"]) .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #196777; }
  html:not([data-theme="light"]) .panel-warning { border-color: #7e590c; }
  html:not([data-theme="light"]) .panel-warning > .panel-heading { color: #ddd1bd; background-color: #2b2505; border-color: #7e590c; }
  html:not([data-theme="light"]) .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #7e590c; }
  html:not([data-theme="light"]) .panel-warning > .panel-heading .badge { color: #faf6e6; background-color: #4d3d21; }
  html:not([data-theme="light"]) .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #7e590c; }
  html:not([data-theme="light"]) .panel-danger { border-color: #662832; }
  html:not([data-theme="light"]) .panel-danger > .panel-heading { color: #dbb5b4; background-color: #250e0e; border-color: #662832; }
  html:not([data-theme="light"]) .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #662832; }
  html:not([data-theme="light"]) .panel-danger > .panel-heading .badge { color: #f0e0e0; background-color: #491d1c; }
  html:not([data-theme="light"]) .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #662832; }
  html:not([data-theme="light"]) .well { background-color: #171717; border: 1px solid #454545; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.05); }
  html:not([data-theme="light"]) .well blockquote { border-color: #474747; border-color: rgba(115, 115, 115, 0.15); }
  html:not([data-theme="light"]) .close { color: #ebebeb; text-shadow: 0 1px 0 #050505; }
  html:not([data-theme="light"]) .close:hover, html:not([data-theme="light"]) .close:focus { color: #ebebeb; }
  html:not([data-theme="light"]) .modal-content { background-color: #141414; border: 1px solid #545454; border: 1px solid rgba(115, 115, 115, 0.2); box-shadow: 0 3px 9px rgba(51, 51, 51, 0.5); }
  html:not([data-theme="light"]) .modal-backdrop { background-color: #4c4c4c; }
  html:not([data-theme="light"]) .modal-header { border-bottom: 1px solid #454545; }
  html:not([data-theme="light"]) .modal-footer { border-top: 1px solid #454545; }
@media (min-width: 768px) {
  html:not([data-theme="light"]) .modal-content { box-shadow: 0 5px 15px rgba(51, 51, 51, 0.5); }
}
  html:not([data-theme="light"]) .tooltip-inner { color: #ffffff; background-color: #4c4c4c; }
  html:not([data-theme="light"]) .tooltip.top .tooltip-arrow { border-top-color: #737373; }
  html:not([data-theme="light"]) .tooltip.top-left .tooltip-arrow { border-top-color: #737373; }
  html:not([data-theme="light"]) .tooltip.top-right .tooltip-arrow { border-top-color: #737373; }
  html:not([data-theme="light"]) .tooltip.right .tooltip-arrow { border-right-color: #737373; }
  html:not([data-theme="light"]) .tooltip.left .tooltip-arrow { border-left-color: #737373; }
  html:not([data-theme="light"]) .tooltip.bottom .tooltip-arrow { border-bottom-color: #737373; }
  html:not([data-theme="light"]) .tooltip.bottom-left .tooltip-arrow { border-bottom-color: #737373; }
  html:not([data-theme="light"]) .tooltip.bottom-right .tooltip-arrow { border-bottom-color: #737373; }
  html:not([data-theme="light"]) .popover { background-color: #141414; border: 1px solid #4a4a4a; border: 1px solid rgba(115, 115, 115, 0.2); box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2); }
  html:not([data-theme="light"]) .popover-title { background-color: #161616; border-bottom: 1px solid #444444; }
  html:not([data-theme="light"]) .popover.top > .arrow { border-top-color: #545454; border-top-color: rgba(115, 115, 115, 0.25); }
  html:not([data-theme="light"]) .popover.top > .arrow:after { border-top-color: #404040; }
  html:not([data-theme="light"]) .popover.right > .arrow { border-right-color: #545454; border-right-color: rgba(115, 115, 115, 0.25); }
  html:not([data-theme="light"]) .popover.right > .arrow:after { border-right-color: #404040; }
  html:not([data-theme="light"]) .popover.bottom > .arrow { border-bottom-color: #545454; border-bottom-color: rgba(115, 115, 115, 0.25); }
  html:not([data-theme="light"]) .popover.bottom > .arrow:after { border-bottom-color: #404040; }
  html:not([data-theme="light"]) .popover.left > .arrow { border-left-color: #545454; border-left-color: rgba(115, 115, 115, 0.25); }
  html:not([data-theme="light"]) .popover.left > .arrow:after { border-left-color: #404040; }
  html:not([data-theme="light"]) .carousel-control { color: #ffffff; text-shadow: 0 1px 2px rgba(51, 51, 51, 0.6); background-color: rgba(76, 76, 76, 0.0); }
  html:not([data-theme="light"]) .carousel-control:hover, html:not([data-theme="light"]) .carousel-control:focus { color: #ffffff; }
  html:not([data-theme="light"]) .carousel-indicators li { background-color: #4c4c4c \9; background-color: rgba(76, 76, 76, 0.0); border: 1px solid #404040; }
  html:not([data-theme="light"]) .carousel-indicators .active { background-color: #141414; }
  html:not([data-theme="light"]) .carousel-caption { color: #ffffff; text-shadow: 0 1px 2px rgba(51, 51, 51, 0.6); }
  html:not([data-theme="light"]) #header, html:not([data-theme="light"]) #header * { color: #333; }
  html:not([data-theme="light"]) .id1, html:not([data-theme="light"]) .id1 * { color: #333; }
  html:not([data-theme="light"]) .id1:hover, html:not([data-theme="light"]) .id1:hover * { color: #333; }
  html:not([data-theme="light"]) .itemcomment:hover, html:not([data-theme="light"]) .itemcomment:hover * { color: #333; }
  html:not([data-theme="light"]) .sidebardl, html:not([data-theme="light"]) .sidebardl * { color: #333; }
}
