/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/
/* User-Agent Style */
html {
    background-color: #212323 !important;
}
html, body, input, textarea, select, button {
    background-color: #212323;
}
html, body, input, textarea, select, button {
    border-color: #969086;
    color: #ffffff;
}
a {
    color: #72bcff;
}
table {
    border-color: #74797c;
}
::placeholder {
    color: #ebe6de;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #71762f !important;
    color: #ffffff !important;
}
::selection {
    background-color: #0067e4 !important;
    color: #ffffff !important;
}
::-moz-selection {
    background-color: #0067e4 !important;
    color: #ffffff !important;
}

/* Invert Style */
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], span[data-href^="https://www.hcaptcha.com/"] > #icon, #bit-notification-bar-iframe, embed[type="application/pdf"] {
    filter: invert(100%) hue-rotate(180deg) brightness(134%) contrast(90%) grayscale(42%) !important;
}

/* Variables Style */
:root {
   --darkreader-neutral-background: #1a1c1d;
   --darkreader-neutral-text: #ffffff;
   --darkreader-selection-background: #0067e4;
   --darkreader-selection-text: #ffffff;
}

/* Modified CSS */
.fa-border {
    border-color: rgb(73, 76, 78);
}
.fa-inverse {
    color: rgb(255, 255, 255);
}
.sr-only {
    border-color: initial;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-color: initial;
}
abbr[title] {
    border-bottom-color: initial;
}
mark {
    color: rgb(255, 255, 255);
    background-image: initial;
    background-color: rgb(255, 255, 107);
}
img {
    border-color: initial;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
}
fieldset {
    border-color: rgb(91, 95, 97);
}
legend {
    border-color: initial;
}
html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 35, 35);
}
a {
    color: rgb(170, 217, 254);
    text-decoration-color: initial;
}
a:hover,
a:focus {
    color: rgb(211, 247, 255);
    text-decoration-color: initial;
}
a:focus {
    outline-color: rgb(216, 167, 72);
}
.img-thumbnail {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
hr {
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-top-color: rgb(73, 76, 78);
}
.sr-only {
    border-color: initial;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: rgb(206, 199, 190);
}
mark,
.mark {
    background-color: rgb(79, 72, 35);
}
.text-muted {
    color: rgb(206, 199, 190);
}
.text-primary {
    color: rgb(170, 217, 254);
}
a.text-primary:hover,
a.text-primary:focus {
    color: rgb(197, 237, 255);
}
.text-success {
    color: rgb(209, 254, 210);
}
a.text-success:hover,
a.text-success:focus {
    color: rgb(236, 255, 237);
}
.text-info {
    color: rgb(185, 232, 255);
}
a.text-info:hover,
a.text-info:focus {
    color: rgb(215, 253, 255);
}
.text-warning {
    color: rgb(251, 230, 193);
}
a.text-warning:hover,
a.text-warning:focus {
    color: rgb(255, 252, 221);
}
.text-danger {
    color: rgb(219, 148, 146);
}
a.text-danger:hover,
a.text-danger:focus {
    color: rgb(239, 179, 179);
}
.bg-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: rgb(64, 99, 129);
}
.bg-success {
    background-color: rgb(62, 77, 48);
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: rgb(85, 106, 65);
}
.bg-info {
    background-color: rgb(35, 61, 74);
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: rgb(47, 84, 102);
}
.bg-warning {
    background-color: rgb(79, 72, 35);
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: rgb(112, 102, 50);
}
.bg-danger {
    background-color: rgb(60, 34, 34);
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: rgb(84, 46, 46);
}
.page-header {
    border-bottom-color: rgb(73, 76, 78);
}
.list-unstyled {
    list-style-image: initial;
}
.list-inline {
    list-style-image: initial;
}
abbr[title],
abbr[data-original-title] {
    border-bottom-color: rgb(132, 126, 118);
}
blockquote {
    border-left-color: rgb(73, 76, 78);
}
blockquote footer,
blockquote small,
blockquote .small {
    color: rgb(206, 199, 190);
}
.blockquote-reverse,
blockquote.pull-right {
    border-right-color: rgb(73, 76, 78);
    border-left-color: initial;
}
code {
    color: rgb(232, 117, 146);
    background-color: rgb(48, 30, 34);
}
kbd {
    color: rgb(255, 255, 255);
    background-color: rgb(53, 56, 57);
    box-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px inset;
}
kbd kbd {
    box-shadow: none;
}
pre {
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 43);
    border-color: rgb(86, 90, 92);
}
pre code {
    color: inherit;
    background-color: transparent;
}
table {
    background-color: transparent;
}
caption {
    color: rgb(206, 199, 190);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top-color: rgb(80, 83, 85);
}
.table > thead > tr > th {
    border-bottom-color: rgb(80, 83, 85);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top-color: initial;
}
.table > tbody + tbody {
    border-top-color: rgb(80, 83, 85);
}
.table .table {
    background-color: rgb(33, 35, 35);
}
.table-bordered {
    border-color: rgb(80, 83, 85);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: rgb(80, 83, 85);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgb(38, 40, 41);
}
.table-hover > tbody > tr:hover {
    background-color: rgb(41, 43, 43);
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: rgb(41, 43, 43);
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: rgb(51, 53, 55);
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: rgb(62, 77, 48);
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: rgb(73, 91, 56);
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: rgb(35, 61, 74);
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: rgb(61, 64, 65);
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: rgb(79, 72, 35);
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: rgb(96, 86, 42);
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: rgb(60, 34, 34);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: rgb(72, 40, 40);
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border-color: rgb(80, 83, 85);
    }
    .table-responsive > .table-bordered {
        border-color: initial;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left-color: initial;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right-color: initial;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom-color: initial;
    }
}
fieldset {
    border-color: initial;
}
legend {
    color: rgb(255, 255, 255);
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-bottom-color: rgb(76, 80, 81); 
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline-color: rgb(216, 167, 72);
}
output {
    color: rgb(235, 231, 223);
}
.form-control {
    color: rgb(235, 231, 223);
    background-color: rgb(33, 35, 35);
    background-image: none;
    border-color: rgb(86, 90, 92);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.form-control:focus {
    border-color: rgb(56, 107, 146);
    outline-color: initial;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgba(58, 108, 148, 0.6) 0px 0px 8px;
}
.form-control::-webkit-input-placeholder {
    color: rgb(221, 215, 206);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgb(47, 48, 50);
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: rgb(209, 254, 210);
}
.has-success .form-control {
    border-color: rgb(118, 169, 119);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.has-success .form-control:focus {
    border-color: rgb(126, 180, 128);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgb(111, 158, 123) 0px 0px 6px;
}
.has-success .input-group-addon {
    color: rgb(209, 254, 210);
    background-color: rgb(62, 77, 48);
    border-color: rgb(118, 169, 119);
}
.has-success .form-control-feedback {
    color: rgb(209, 254, 210);
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: rgb(251, 230, 193);
}
.has-warning .form-control {
    border-color: rgb(169, 146, 108);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.has-warning .form-control:focus {
    border-color: rgb(182, 158, 117);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgb(154, 133, 98) 0px 0px 6px;
}
.has-warning .input-group-addon {
    color: rgb(251, 230, 193);
    background-color: rgb(79, 72, 35);
    border-color: rgb(169, 146, 108);
}
.has-warning .form-control-feedback {
    color: rgb(251, 230, 193);
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: rgb(219, 148, 146);
}
.has-error .form-control {
    border-color: rgb(143, 81, 80);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.has-error .form-control:focus {
    border-color: rgb(154, 88, 86);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgb(119, 68, 67) 0px 0px 6px;
}
.has-error .input-group-addon {
    color: rgb(219, 148, 146);
    background-color: rgb(60, 34, 34);
    border-color: rgb(143, 81, 80);
}
.has-error .form-control-feedback {
    color: rgb(219, 148, 146);
}
.help-block {
    color: rgb(209, 203, 193);
}
.btn {
    background-image: none;
    border-color: transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline-color: rgb(216, 167, 72);
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.btn:active,
.btn.active {
    background-image: none;
    outline-color: initial;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 5px inset;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
}
.btn-default {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 35, 35);
    border-color: rgb(86, 90, 92);
}
.btn-default:focus,
.btn-default.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 55, 56);
    border-color: rgb(110, 116, 119);
}
.btn-default:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 55, 56);
    border-color: rgb(98, 103, 105);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 55, 56);
    border-color: rgb(98, 103, 105);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 69, 71);
    border-color: rgb(110, 116, 119);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: rgb(33, 35, 35);
    border-color: rgb(86, 90, 92);
}
.btn-default .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(53, 56, 57);
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
    border-color: rgb(84, 129, 168);
}
.btn-primary:focus,
.btn-primary.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(64, 99, 129);
    border-color: rgb(164, 157, 147);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(64, 99, 129);
    border-color: rgb(92, 142, 185);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(64, 99, 129);
    border-color: rgb(92, 142, 185);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 80, 104);
    border-color: rgb(164, 157, 147);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: rgb(82, 126, 164);
    border-color: rgb(84, 129, 168);
}
.btn-primary .badge {
    color: rgb(170, 217, 254);
    background-color: rgb(33, 35, 35);
}
.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(125, 168, 110);
    border-color: rgb(102, 156, 102);
}
.btn-success:focus,
.btn-success.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(101, 157, 101);
    border-color: rgb(123, 190, 123);
}
.btn-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(101, 157, 101);
    border-color: rgb(112, 172, 112);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(101, 157, 101);
    border-color: rgb(112, 172, 112);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 86);
    border-color: rgb(123, 190, 123);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: rgb(125, 168, 110);
    border-color: rgb(102, 156, 102);
}
.btn-success .badge {
    color: rgb(175, 241, 175);
    background-color: rgb(33, 35, 35);
}
.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(77, 145, 165);
    border-color: rgb(77, 145, 164);
}
.btn-info:focus,
.btn-info.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 171, 195);
    border-color: rgb(95, 178, 202);
}
.btn-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 171, 195);
    border-color: rgb(86, 161, 183);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 171, 195);
    border-color: rgb(86, 161, 183);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(83, 155, 176);
    border-color: rgb(95, 178, 202);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: rgb(77, 145, 165);
    border-color: rgb(77, 145, 164);
}
.btn-info .badge {
    color: rgb(175, 251, 255);
    background-color: rgb(33, 35, 35);
}
.btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(176, 131, 67);
    border-color: rgb(177, 132, 68);
}
.btn-warning:focus,
.btn-warning.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(208, 156, 79);
    border-color: rgb(218, 162, 83);
}
.btn-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(208, 156, 79);
    border-color: rgb(197, 147, 75);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(208, 156, 79);
    border-color: rgb(197, 147, 75);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(196, 146, 74);
    border-color: rgb(218, 162, 83);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: rgb(176, 131, 67);
    border-color: rgb(177, 132, 68);
}
.btn-warning .badge {
    color: rgb(255, 240, 168);
    background-color: rgb(33, 35, 35);
}
.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(148, 60, 58);
    border-color: rgb(144, 60, 57);
}
.btn-danger:focus,
.btn-danger.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 66, 63);
    border-color: rgb(175, 72, 68);
}
.btn-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 66, 63);
    border-color: rgb(158, 65, 62);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 66, 63);
    border-color: rgb(158, 65, 62);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(138, 57, 54);
    border-color: rgb(175, 72, 68);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: rgb(148, 60, 58);
    border-color: rgb(144, 60, 57);
}
.btn-danger .badge {
    color: rgb(238, 141, 138);
    background-color: rgb(33, 35, 35);
}
.btn-link {
    color: rgb(170, 217, 254);
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: rgb(211, 247, 255);
    text-decoration-color: initial;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: rgb(206, 199, 190);
    text-decoration-color: initial;
}
.caret {
    border-top-color: initial;
    border-right-color: transparent;
    border-left-color: transparent;
}
.dropdown-toggle:focus {
    outline-color: initial;
}
.dropdown-menu {
    list-style-image: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgba(183, 175, 163, 0.15);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
}
.dropdown-menu .divider {
    background-color: rgb(54, 56, 58);
}
.dropdown-menu > li > a {
    color: rgb(255, 255, 255);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    background-color: rgb(41, 43, 43);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    background-color: rgb(82, 126, 164);
    outline-color: initial;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: rgb(206, 199, 190);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration-color: initial;
    background-color: transparent;
    background-image: none;
}
.open > a {
    outline-color: initial;
}
.dropdown-header {
    color: rgb(206, 199, 190);
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top-color: initial;
    border-bottom-color: initial;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline-color: initial;
}
.btn-group.open .dropdown-toggle {
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 5px inset;
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.input-group-addon {
    color: rgb(235, 231, 223);
    background-color: rgb(47, 48, 50);
    border-color: rgb(86, 90, 92);
}
.input-group-addon:first-child {
    border-right-color: initial;
}
.input-group-addon:last-child {
    border-left-color: initial;
}
.nav {
    list-style-image: initial;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration-color: initial;
    background-color: rgb(47, 48, 50);
}
.nav > li.disabled > a {
    color: rgb(206, 199, 190);
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: rgb(206, 199, 190);
    text-decoration-color: initial;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: rgb(47, 48, 50);
    border-color: rgb(80, 124, 162);
}
.nav .nav-divider {
    background-color: rgb(54, 56, 58);
}
.nav-tabs {
    border-bottom-color: rgb(80, 83, 85);
}
.nav-tabs > li > a {
    border-color: transparent;
}
.nav-tabs > li > a:hover {
    border-color: rgb(73, 76, 78) rgb(73, 76, 78) rgb(80, 83, 85);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: rgb(235, 231, 223);
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85) rgb(80, 83, 85) transparent;
}
.nav-tabs.nav-justified {
    border-bottom-color: initial;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-color: rgb(80, 83, 85);
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom-color: rgb(80, 83, 85);
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: rgb(66, 69, 71);
    }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
}
.nav-tabs-justified {
    border-bottom-color: initial;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-color: rgb(80, 83, 85);
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom-color: rgb(80, 83, 85);
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: rgb(66, 69, 71);
    }
}
.navbar {
    border-color: transparent;
}
.navbar-collapse {
    border-top-color: transparent;
    box-shadow: rgba(33, 35, 35, 0.1) 0px 1px 0px inset;
}
@media (min-width: 768px) {
    .navbar-collapse {
        border-top-color: initial;
        box-shadow: none;
    }
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration-color: initial;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}
.navbar-toggle:focus {
    outline-color: initial;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border-color: initial;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
.navbar-form {
    border-top-color: transparent;
    border-bottom-color: transparent;
    box-shadow: rgba(33, 35, 35, 0.1) 0px 1px 0px inset,
    rgba(33, 35, 35, 0.1) 0px 1px 0px;
}
@media (min-width: 768px) {
    .navbar-form {
        border-color: initial;
        box-shadow: none;
    }
}
.navbar-default {
    background-color: rgb(38, 40, 41);
    border-color: rgb(76, 79, 81);
}
.navbar-default .navbar-brand {
    color: rgb(206, 199, 190);
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgb(228, 222, 214);
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: rgb(206, 199, 190);
}
.navbar-default .navbar-nav > li > a {
    color: rgb(206, 199, 190);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: rgb(235, 231, 223);
    background-color: rgb(52, 55, 55);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: rgb(80, 83, 85);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgb(59, 63, 64);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(126, 132, 135);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgb(76, 79, 81);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: rgb(235, 231, 223);
    background-color: rgb(52, 55, 55);
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(206, 199, 190);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: rgb(235, 231, 223);
        background-color: rgb(52, 55, 55);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: rgb(206, 199, 190);
}
.navbar-default .navbar-link:hover {
    color: rgb(255, 255, 255);
}
.navbar-default .btn-link {
    color: rgb(206, 199, 190);
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: rgb(255, 255, 255);
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: rgb(255, 255, 255);
}
.navbar-inverse {
    background-color: rgb(36, 37, 38);
    border-color: rgb(179, 172, 160);
}
.navbar-inverse .navbar-brand {
    color: rgb(224, 219, 210);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: rgb(224, 219, 210);
}
.navbar-inverse .navbar-nav > li > a {
    color: rgb(224, 219, 210);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 9, 9);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: rgb(250, 246, 239);
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: rgb(160, 153, 143);
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgb(53, 56, 57);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(33, 35, 35);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: rgb(176, 168, 157);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 9, 9);
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: rgb(179, 172, 160);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgb(8, 9, 9);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(224, 219, 210);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(8, 9, 9);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: rgb(250, 246, 239);
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: rgb(224, 219, 210);
}
.navbar-inverse .navbar-link:hover {
    color: rgb(255, 255, 255);
}
.navbar-inverse .btn-link {
    color: rgb(224, 219, 210);
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: rgb(255, 255, 255);
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: rgb(250, 246, 239);
}
.breadcrumb {
    list-style-image: initial;
    background-color: rgb(41, 43, 43);
}
.breadcrumb > li + li::before {
    color: rgb(255, 255, 255);
}
.breadcrumb > .active {
    color: rgb(206, 199, 190);
}
.pagination > li > a,
.pagination > li > span {
    color: rgb(170, 217, 254);
    text-decoration-color: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgb(211, 247, 255);
    background-color: rgb(47, 48, 50);
    border-color: rgb(80, 83, 85);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
    border-color: rgb(80, 124, 162);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: rgb(206, 199, 190);
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.pager {
    list-style-image: initial;
}
.pager li > a,
.pager li > span {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration-color: initial;
    background-color: rgb(47, 48, 50);
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: rgb(206, 199, 190);
    background-color: rgb(33, 35, 35);
}
.label {
    color: rgb(255, 255, 255);
}
a.label:hover,
a.label:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.label-default {
    background-color: rgb(124, 129, 132);
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: rgb(98, 103, 105);
}
.label-primary {
    background-color: rgb(82, 126, 164);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: rgb(64, 99, 129);
}
.label-success {
    background-color: rgb(125, 168, 110);
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: rgb(101, 157, 101);
}
.label-info {
    background-color: rgb(77, 145, 165);
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: rgb(92, 171, 195);
}
.label-warning {
    background-color: rgb(176, 131, 67);
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: rgb(208, 156, 79);
}
.label-danger {
    background-color: rgb(148, 60, 58);
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: rgb(161, 66, 63);
}
.badge {
    color: rgb(255, 255, 255);
    background-color: rgb(124, 129, 132);
}
a.badge:hover,
a.badge:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: rgb(170, 217, 254);
    background-color: rgb(33, 35, 35);
}
.jumbotron {
    color: inherit;
    background-color: rgb(47, 48, 50);
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron > hr {
    border-top-color: rgb(83, 87, 88);
}
.thumbnail {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: rgb(80, 124, 162);
}
.thumbnail .caption {
    color: rgb(255, 255, 255);
}
.alert {
    border-color: transparent;
}
.alert h4 {
    color: inherit;
}
.alert-dismissable .close,
.alert-dismissible .close {
    color: inherit;
}
.alert-success {
    color: rgb(209, 254, 210);
    background-color: rgb(62, 77, 48);
    border-color: rgb(92, 116, 72);
}
.alert-success hr {
    border-top-color: rgb(99, 124, 77);
}
.alert-success .alert-link {
    color: rgb(236, 255, 237);
}
.alert-info {
    color: rgb(185, 232, 255);
    background-color: rgb(35, 61, 74);
    border-color: rgb(60, 113, 124);
}
.alert-info hr {
    border-top-color: rgb(65, 122, 133);
}
.alert-info .alert-link {
    color: rgb(215, 253, 255);
}
.alert-warning {
    color: rgb(251, 230, 193);
    background-color: rgb(79, 72, 35);
    border-color: rgb(128, 103, 53);
}
.alert-warning hr {
    border-top-color: rgb(135, 109, 56);
}
.alert-warning .alert-link {
    color: rgb(255, 252, 221);
}
.alert-danger {
    color: rgb(219, 148, 146);
    background-color: rgb(60, 34, 34);
    border-color: rgb(96, 54, 60);
}
.alert-danger hr {
    border-top-color: rgb(102, 56, 63);
}
.alert-danger .alert-link {
    color: rgb(239, 179, 179);
}
.progress {
    background-color: rgb(41, 43, 43);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
}
.progress-bar {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 0px inset;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.progress-bar-success {
    background-color: rgb(125, 168, 110);
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.progress-bar-info {
    background-color: rgb(77, 145, 165);
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.progress-bar-warning {
    background-color: rgb(176, 131, 67);
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.progress-bar-danger {
    background-color: rgb(148, 60, 58);
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.media-list {
    list-style-image: initial;
}
.list-group-item {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
a.list-group-item,
button.list-group-item {
    color: rgb(235, 231, 223);
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: rgb(255, 255, 255);
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: rgb(235, 231, 223);
    text-decoration-color: initial;
    background-color: rgb(41, 43, 43);
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: rgb(206, 199, 190);
    background-color: rgb(47, 48, 50);
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: rgb(206, 199, 190);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
    border-color: rgb(80, 124, 162);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: rgb(251, 255, 255);
}
.list-group-item-success {
    color: rgb(209, 254, 210);
    background-color: rgb(62, 77, 48);
}
a.list-group-item-success,
button.list-group-item-success {
    color: rgb(209, 254, 210);
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: rgb(209, 254, 210);
    background-color: rgb(73, 91, 56);
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(83, 119, 84);
    border-color: rgb(118, 169, 119);
}
.list-group-item-info {
    color: rgb(185, 232, 255);
    background-color: rgb(35, 61, 74);
}
a.list-group-item-info,
button.list-group-item-info {
    color: rgb(185, 232, 255);
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: rgb(185, 232, 255);
    background-color: rgb(61, 64, 65);
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(76, 115, 134);
    border-color: rgb(97, 148, 172);
}
.list-group-item-warning {
    color: rgb(251, 230, 193);
    background-color: rgb(79, 72, 35);
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: rgb(251, 230, 193);
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: rgb(251, 230, 193);
    background-color: rgb(96, 86, 42);
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(136, 118, 87);
    border-color: rgb(169, 146, 108);
}
.list-group-item-danger {
    color: rgb(219, 148, 146);
    background-color: rgb(60, 34, 34);
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: rgb(219, 148, 146);
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: rgb(219, 148, 146);
    background-color: rgb(72, 40, 40);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(145, 82, 81);
    border-color: rgb(143, 81, 80);
}
.panel {
    background-color: rgb(33, 35, 35);
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}
.panel-heading {
    border-bottom-color: transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    background-color: rgb(41, 43, 43);
    border-top-color: rgb(80, 83, 85);
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top-color: initial;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom-color: initial;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top-color: rgb(80, 83, 85);
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top-color: initial;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border-color: initial;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left-color: initial;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right-color: initial;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom-color: initial;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom-color: initial;
}
.panel > .table-responsive {
    border-color: initial;
}
.panel-group .panel-heading {
    border-bottom-color: initial;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top-color: rgb(80, 83, 85);
}
.panel-group .panel-footer {
    border-top-color: initial;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(80, 83, 85);
}
.panel-default {
    border-color: rgb(80, 83, 85);
}
.panel-default > .panel-heading {
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 43);
    border-color: rgb(80, 83, 85);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(80, 83, 85);
}
.panel-default > .panel-heading .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(53, 56, 57);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(80, 83, 85);
}
.panel-primary {
    border-color: rgb(80, 124, 162);
}
.panel-primary > .panel-heading {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 126, 164);
    border-color: rgb(80, 124, 162);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(80, 124, 162);
}
.panel-primary > .panel-heading .badge {
    color: rgb(170, 217, 254);
    background-color: rgb(33, 35, 35);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(80, 124, 162);
}
.panel-success {
    border-color: rgb(92, 116, 72);
}
.panel-success > .panel-heading {
    color: rgb(209, 254, 210);
    background-color: rgb(62, 77, 48);
    border-color: rgb(92, 116, 72);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(92, 116, 72);
}
.panel-success > .panel-heading .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(83, 119, 84);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(92, 116, 72);
}
.panel-info {
    border-color: rgb(60, 113, 124);
}
.panel-info > .panel-heading {
    color: rgb(185, 232, 255);
    background-color: rgb(35, 61, 74);
    border-color: rgb(60, 113, 124);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(60, 113, 124);
}
.panel-info > .panel-heading .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(76, 115, 134);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(60, 113, 124);
}
.panel-warning {
    border-color: rgb(128, 103, 53);
}
.panel-warning > .panel-heading {
    color: rgb(251, 230, 193);
    background-color: rgb(79, 72, 35);
    border-color: rgb(128, 103, 53);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(128, 103, 53);
}
.panel-warning > .panel-heading .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(136, 118, 87);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(128, 103, 53);
}
.panel-danger {
    border-color: rgb(96, 54, 60);
}
.panel-danger > .panel-heading {
    color: rgb(219, 148, 146);
    background-color: rgb(60, 34, 34);
    border-color: rgb(96, 54, 60);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(96, 54, 60);
}
.panel-danger > .panel-heading .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(145, 82, 81);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(96, 54, 60);
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    border-color: initial;
}
.well {
    background-color: rgb(41, 43, 43);
    border-color: rgb(77, 81, 83);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
}
.well blockquote {
    border-color: rgba(183, 175, 163, 0.15);
}
.close {
    color: rgb(255, 255, 255);
    text-shadow: rgb(33, 35, 35) 0px 1px 0px;
}
.close:hover,
.close:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
button.close {
    background-image: initial;
    background-color: transparent;
    border-color: initial;
}
.modal {
    outline-color: initial;
}
.modal-content {
    background-color: rgb(33, 35, 35);
    border-color: rgba(183, 175, 163, 0.2);
    outline-color: initial;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-header {
    border-bottom-color: rgb(76, 80, 81);
}
.modal-footer {
    border-top-color: rgb(76, 80, 81);
}
@media (min-width: 768px) {
    .modal-content {
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }
}
.tooltip {
    text-decoration-color: initial;
    text-shadow: none;
}
.tooltip-inner {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.tooltip-arrow {
    border-color: transparent;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgb(183, 175, 163);
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: rgb(183, 175, 163);
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(183, 175, 163);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgb(183, 175, 163);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgb(183, 175, 163);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(183, 175, 163);
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgb(183, 175, 163);
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(183, 175, 163);
}
.popover {
    text-decoration-color: initial;
    text-shadow: none;
    background-color: rgb(33, 35, 35);
    border-color: rgba(183, 175, 163, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.popover-title {
    background-color: rgb(40, 41, 42);
    border-bottom-color: rgb(74, 77, 79);
}
.popover > .arrow,
.popover > .arrow::after {
    border-color: transparent;
}
.popover.top > .arrow {
    border-top-color: rgba(183, 175, 163, 0.25);
}
.popover.top > .arrow::after {
    border-top-color: rgb(66, 69, 71);
}
.popover.right > .arrow {
    border-right-color: rgba(183, 175, 163, 0.25);
}
.popover.right > .arrow::after {
    border-right-color: rgb(66, 69, 71);
}
.popover.bottom > .arrow {
    border-bottom-color: rgba(183, 175, 163, 0.25);
}
.popover.bottom > .arrow::after {
    border-bottom-color: rgb(66, 69, 71);
}
.popover.left > .arrow {
    border-left-color: rgba(183, 175, 163, 0.25);
}
.popover.left > .arrow::after {
    border-left-color: rgb(66, 69, 71);
}
.carousel-control {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    outline-color: initial;
}
.carousel-indicators {
    list-style-image: initial;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(66, 69, 71);
}
.carousel-indicators .active {
    background-color: rgb(33, 35, 35);
}
.carousel-caption {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}
.carousel-caption .btn {
    text-shadow: none;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border-color: initial;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.sweet-alert {
    background-color: rgb(33, 35, 35);
}
.sweet-alert h2 {
    color: rgb(234, 228, 220);
}
.sweet-alert p {
    color: rgb(205, 198, 187);
}
.sweet-alert button {
    background-color: rgb(43, 86, 106);
    color: rgb(255, 255, 255);
    border-color: initial;
    box-shadow: none;
}
.sweet-alert button:focus {
    outline-color: initial;
    box-shadow: rgba(49, 86, 127, 0.5) 0px 0px 2px,
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
}
.sweet-alert button:hover {
    background-color: rgb(46, 93, 114);
}
.sweet-alert button:active {
    background-color: rgb(55, 111, 136);
}
.sweet-alert button.cancel {
    background-color: rgb(70, 73, 75);
}
.sweet-alert button.cancel:hover {
    background-color: rgb(76, 80, 81);
}
.sweet-alert button.cancel:active {
    background-color: rgb(90, 95, 96);
}
.sweet-alert button.cancel:focus {
    box-shadow: rgba(69, 76, 81, 0.8) 0px 0px 2px,
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset !important; 
}
.sweet-alert[data-has-cancel-button="false"] button {
    box-shadow: none !important;
}
.sweet-alert .icon {
    border-color: rgb(116, 121, 124);
}
.sweet-alert .icon.error {
    border-color: rgb(127, 32, 32);
}
.sweet-alert .icon.error .line {
    background-color: rgb(122, 30, 30);
}
.sweet-alert .icon.warning {
    border-color: rgb(146, 94, 49);
}
.sweet-alert .icon.warning .body {
    background-color: rgb(133, 86, 44);
}
.sweet-alert .icon.warning .dot {
    background-color: rgb(133, 86, 44);
}
.sweet-alert .icon.info {
    border-color: rgb(72, 92, 101);
}
.sweet-alert .icon.info::before {
    background-color: rgb(58, 74, 80);
}
.sweet-alert .icon.info::after {
    background-color: rgb(58, 74, 80);
}
.sweet-alert .icon.success {
    border-color: rgb(104, 145, 81);
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.sweet-alert .icon.success .placeholder {
    border-color: rgba(104, 145, 81, 0.2);
}
.sweet-alert .icon.success .fix {
    background-color: rgb(33, 35, 35);
}
.sweet-alert .icon.success .line {
    background-color: rgb(113, 142, 80);
}
.sweet-alert .icon.custom {
    border-color: initial;
}
.toast-message a,
.toast-message label {
    color: rgb(255, 255, 255);
}
.toast-message a:hover {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.toast-close-button {
    color: rgb(255, 255, 255);
    text-shadow: rgb(33, 35, 35) 0px 1px 0px;
}
.toast-close-button:focus,
.toast-close-button:hover {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
button.toast-close-button {
    background-image: initial;
    background-color: initial;
    border-color: initial;
}
#toast-container > div {
    box-shadow: rgb(113, 117, 120) 0px 0px 12px;
    color: rgb(255, 255, 255);
}
#toast-container > div:hover {
    box-shadow: rgb(0, 0, 0) 0px 0px 12px;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.toast {
    background-color: rgb(3, 3, 3);
}
.toast-success {
    background-color: rgb(113, 164, 113);
}
.toast-error {
    background-color: rgb(154, 70, 66);
}
.toast-info {
    background-color: rgb(88, 152, 171);
}
.toast-warning {
    background-color: rgb(225, 163, 75);
}
.toast-progress {
    background-color: rgb(0, 0, 0); 
}
[class^="note-icon-"]::before, [class*=" note-icon-"]::before {
    text-decoration-color: inherit;
}
.note-editor .note-dropzone {
    color: rgb(200, 255, 255);
    background-color: rgb(33, 35, 35);
}
.note-editor .note-dropzone.hover {
    color: rgb(124, 218, 255);
}
.note-editor .note-editing-area .note-editable {
    outline-color: initial;
}
.note-editor.note-frame {
    border-color: rgb(99, 104, 106);
}
.note-editor.note-frame .note-editing-area .note-editable {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 35, 35); 
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: rgb(54, 56, 58);
}
.note-editor.note-frame .note-editing-area .note-codable {
    color: rgb(255, 255, 255);
    background-color: rgb(36, 37, 38);
    border-color: initial;
    box-shadow: none;
}
.note-editor.note-frame.fullscreen .note-editable {
    background-color: rgb(33, 35, 35);
}
.note-editor.note-frame .note-statusbar {
    background-color: rgb(41, 43, 43);
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    border-top-color: rgb(99, 104, 106);
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
    background-color: initial;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
    background-color: initial;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    border-bottom-color: rgb(73, 76, 78);
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background-image: initial;
    background-color: rgb(47, 48, 50);
}
.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
    color: rgb(113, 246, 255);
}
.note-popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
    border-color: rgb(66, 69, 71);
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
    border-color: rgb(183, 175, 163);
}
.note-dialog .note-image-dialog .note-dropzone {
    color: rgb(255, 255, 255);
    border-color: rgb(83, 87, 89);
}
.note-placeholder {
    color: rgb(199, 192, 181);
}
.note-handle .note-control-selection {
    border-color: rgb(183, 175, 163);
}
.note-handle .note-control-selection .note-control-selection-bg {
    background-color: rgb(0, 0, 0);
}
.note-handle .note-control-selection .note-control-handle {
    border-color: rgb(183, 175, 163);
}
.note-handle .note-control-selection .note-control-holder {
    border-color: rgb(183, 175, 163);
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: rgb(33, 35, 35);
    border-color: rgb(183, 175, 163);
}
.note-handle .note-control-selection .note-control-nw {
    border-right-color: initial;
    border-bottom-color: initial;
}
.note-handle .note-control-selection .note-control-ne {
    border-bottom-color: initial;
    border-left-color: initial;
}
.note-handle .note-control-selection .note-control-sw {
    border-top-color: initial;
    border-right-color: initial;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    border-top-color: initial;
    border-left-color: initial;
}
.note-handle .note-control-selection .note-control-selection-info {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    background-color: rgb(86, 132, 171);
    outline-color: initial;
}
.note-editor a {
    background-image: initial;
    background-color: transparent;
}
.note-editor a:focus {
    outline-color: initial;
}
.note-editor a:active,
.note-editor a:hover {
    outline-color: initial;
}
.note-editor abbr[title] {
    border-bottom-color: initial;
}
.note-editor mark {
    background-image: initial;
    background-color: rgb(255, 255, 107);
    color: rgb(255, 255, 255);
}
.note-editor img {
    border-color: initial;
}
.note-editor fieldset {
    border-color: rgb(91, 95, 97);
}
.note-editor legend {
    border-color: initial;
}
.note-editor html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.note-editor body {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 35, 35);
}
.note-editor a {
    color: rgb(144, 199, 241);
    text-decoration-color: initial;
}
.note-editor a:hover,
.note-editor a:focus {
    color: rgb(193, 234, 255);
    text-decoration-color: initial;
}
.note-editor a:focus {
    outline-color: rgb(216, 167, 72);
}
.note-editor .img-thumbnail {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.note-editor hr {
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-top-color: rgb(73, 76, 78);
}
.note-editor .sr-only {
    border-color: initial;
}
.note-editor .text-muted {
    color: rgb(221, 215, 206);
}
.note-editor .text-primary {
    color: rgb(144, 199, 241);
}
.note-editor .text-primary:hover {
    color: rgb(180, 224, 255);
}
.note-editor .text-warning {
    color: rgb(245, 217, 168);
}
.note-editor .text-warning:hover {
    color: rgb(249, 221, 174);
}
.note-editor .text-danger {
    color: rgb(213, 135, 134);
}
.note-editor .text-danger:hover {
    color: rgb(232, 166, 164);
}
.note-editor .text-success {
    color: rgb(194, 243, 195);
}
.note-editor .text-success:hover {
    color: rgb(221, 255, 221);
}
.note-editor .text-info {
    color: rgb(162, 217, 244);
}
.note-editor .text-info:hover {
    color: rgb(191, 237, 255);
}
.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor .h1,
.note-editor .h2,
.note-editor .h3,
.note-editor .h4,
.note-editor .h5,
.note-editor .h6 {
    color: inherit;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor .h1 small,
.note-editor .h2 small,
.note-editor .h3 small,
.note-editor .h4 small,
.note-editor .h5 small,
.note-editor .h6 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small,
.note-editor .h1 .small,
.note-editor .h2 .small,
.note-editor .h3 .small,
.note-editor .h4 .small,
.note-editor .h5 .small,
.note-editor .h6 .small {
    color: rgb(221, 215, 206);
}
.note-editor .page-header {
    border-bottom-color: rgb(73, 76, 78);
}
.note-editor .list-unstyled {
    list-style-image: initial;
}
.note-editor .list-inline {
    list-style-image: initial;
}
.note-editor abbr[title],
.note-editor abbr[data-original-title] {
    border-bottom-color: rgb(106, 111, 113);
}
.note-editor blockquote {
    border-left-color: rgb(73, 76, 78);
}
.note-editor blockquote small {
    color: rgb(221, 215, 206);
}
.note-editor blockquote.pull-right {
    border-right-color: rgb(73, 76, 78);
    border-left-color: initial;
}
.note-editor code {
    color: rgb(232, 117, 146);
    background-color: rgb(48, 30, 34);
}
.note-editor pre {
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 43);
    border-color: rgb(86, 90, 92);
}
.note-editor pre code {
    color: inherit;
    background-color: transparent;
}
.note-editor table {
    background-color: transparent;
}
.note-editor .table > thead > tr > th,
.note-editor .table > tbody > tr > th,
.note-editor .table > tfoot > tr > th,
.note-editor .table > thead > tr > td,
.note-editor .table > tbody > tr > td,
.note-editor .table > tfoot > tr > td {
    border-top-color: rgb(80, 83, 85);
}
.note-editor .table > thead > tr > th {
    border-bottom-color: rgb(80, 83, 85);
}
.note-editor .table > caption + thead > tr:first-child > th,
.note-editor .table > colgroup + thead > tr:first-child > th,
.note-editor .table > thead:first-child > tr:first-child > th,
.note-editor .table > caption + thead > tr:first-child > td,
.note-editor .table > colgroup + thead > tr:first-child > td,
.note-editor .table > thead:first-child > tr:first-child > td {
    border-top-color: initial;
}
.note-editor .table > tbody + tbody {
    border-top-color: rgb(80, 83, 85);
}
.note-editor .table .table {
    background-color: rgb(33, 35, 35);
}
.note-editor .table-bordered {
    border-color: rgb(80, 83, 85);
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > tbody > tr > th,
.note-editor .table-bordered > tfoot > tr > th,
.note-editor .table-bordered > thead > tr > td,
.note-editor .table-bordered > tbody > tr > td,
.note-editor .table-bordered > tfoot > tr > td {
    border-color: rgb(80, 83, 85);
}
.note-editor .table-striped > tbody > tr:nth-child(2n+1) > td,
.note-editor .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgb(38, 40, 41);
}
.note-editor .table-hover > tbody > tr:hover > td,
.note-editor .table-hover > tbody > tr:hover > th {
    background-color: rgb(41, 43, 43);
}
.note-editor .table > thead > tr > td.active,
.note-editor .table > tbody > tr > td.active,
.note-editor .table > tfoot > tr > td.active,
.note-editor .table > thead > tr > th.active,
.note-editor .table > tbody > tr > th.active,
.note-editor .table > tfoot > tr > th.active,
.note-editor .table > thead > tr.active > td,
.note-editor .table > tbody > tr.active > td,
.note-editor .table > tfoot > tr.active > td,
.note-editor .table > thead > tr.active > th,
.note-editor .table > tbody > tr.active > th,
.note-editor .table > tfoot > tr.active > th {
    background-color: rgb(41, 43, 43);
}
.note-editor .table > thead > tr > td.success,
.note-editor .table > tbody > tr > td.success,
.note-editor .table > tfoot > tr > td.success,
.note-editor .table > thead > tr > th.success,
.note-editor .table > tbody > tr > th.success,
.note-editor .table > tfoot > tr > th.success,
.note-editor .table > thead > tr.success > td,
.note-editor .table > tbody > tr.success > td,
.note-editor .table > tfoot > tr.success > td,
.note-editor .table > thead > tr.success > th,
.note-editor .table > tbody > tr.success > th,
.note-editor .table > tfoot > tr.success > th {
    background-color: rgb(62, 77, 48);
    border-color: rgb(92, 116, 72);
}
.note-editor .table-hover > tbody > tr > td.success:hover,
.note-editor .table-hover > tbody > tr > th.success:hover,
.note-editor .table-hover > tbody > tr.success:hover > td,
.note-editor .table-hover > tbody > tr.success:hover > th {
    background-color: rgb(73, 91, 56);
    border-color: rgb(99, 124, 77);
}
.note-editor .table > thead > tr > td.danger,
.note-editor .table > tbody > tr > td.danger,
.note-editor .table > tfoot > tr > td.danger,
.note-editor .table > thead > tr > th.danger,
.note-editor .table > tbody > tr > th.danger,
.note-editor .table > tfoot > tr > th.danger,
.note-editor .table > thead > tr.danger > td,
.note-editor .table > tbody > tr.danger > td,
.note-editor .table > tfoot > tr.danger > td,
.note-editor .table > thead > tr.danger > th,
.note-editor .table > tbody > tr.danger > th,
.note-editor .table > tfoot > tr.danger > th {
    background-color: rgb(60, 34, 34);
    border-color: rgb(96, 54, 60);
}
.note-editor .table-hover > tbody > tr > td.danger:hover,
.note-editor .table-hover > tbody > tr > th.danger:hover,
.note-editor .table-hover > tbody > tr.danger:hover > td,
.note-editor .table-hover > tbody > tr.danger:hover > th {
    background-color: rgb(72, 40, 40);
    border-color: rgb(102, 56, 63);
}
.note-editor .table > thead > tr > td.warning,
.note-editor .table > tbody > tr > td.warning,
.note-editor .table > tfoot > tr > td.warning,
.note-editor .table > thead > tr > th.warning,
.note-editor .table > tbody > tr > th.warning,
.note-editor .table > tfoot > tr > th.warning,
.note-editor .table > thead > tr.warning > td,
.note-editor .table > tbody > tr.warning > td,
.note-editor .table > tfoot > tr.warning > td,
.note-editor .table > thead > tr.warning > th,
.note-editor .table > tbody > tr.warning > th,
.note-editor .table > tfoot > tr.warning > th {
    background-color: rgb(79, 72, 35);
    border-color: rgb(128, 103, 53);
}
.note-editor .table-hover > tbody > tr > td.warning:hover,
.note-editor .table-hover > tbody > tr > th.warning:hover,
.note-editor .table-hover > tbody > tr.warning:hover > td,
.note-editor .table-hover > tbody > tr.warning:hover > th {
    background-color: rgb(96, 86, 42);
    border-color: rgb(135, 109, 56);
}
@media (max-width: 767px) {
    .note-editor .table-responsive {
        border-color: rgb(80, 83, 85);
    }
    .note-editor .table-responsive > .table-bordered {
        border-color: initial;
    }
    .note-editor .table-responsive > .table-bordered > thead > tr > th:first-child,
    .note-editor .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .note-editor .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .note-editor .table-responsive > .table-bordered > thead > tr > td:first-child,
    .note-editor .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .note-editor .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left-color: initial;
    }
    .note-editor .table-responsive > .table-bordered > thead > tr > th:last-child,
    .note-editor .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .note-editor .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .note-editor .table-responsive > .table-bordered > thead > tr > td:last-child,
    .note-editor .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .note-editor .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right-color: initial;
    }
    .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom-color: initial;
    }
}
.note-editor fieldset {
    border-color: initial;
}
.note-editor legend {
    color: rgb(255, 255, 255);
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-bottom-color: rgb(76, 80, 81); 
}
.note-editor input[type="file"]:focus, .note-editor input[type="radio"]:focus, .note-editor input[type="checkbox"]:focus {
    outline-color: rgb(216, 167, 72);
}
.note-editor output {
    color: rgb(235, 231, 223);
}
.note-editor .form-control::-webkit-input-placeholder {
    color: rgb(221, 215, 206);
}
.note-editor .form-control {
    color: rgb(235, 231, 223);
    background-color: rgb(33, 35, 35);
    background-image: none;
    border-color: rgb(86, 90, 92);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.note-editor .form-control:focus {
    border-color: rgb(56, 107, 146);
    outline-color: initial;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgba(58, 108, 148, 0.6) 0px 0px 8px;
}
.note-editor .form-control[disabled],
.note-editor .form-control[readonly],
fieldset[disabled] .note-editor .form-control {
    background-color: rgb(47, 48, 50);
}
.note-editor .has-warning .help-block,
.note-editor .has-warning .control-label {
    color: rgb(245, 217, 168);
}
.note-editor .has-warning .form-control {
    border-color: rgb(154, 131, 92);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.note-editor .has-warning .form-control:focus {
    border-color: rgb(168, 143, 100);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgb(116, 100, 70) 0px 0px 6px;
}
.note-editor .has-warning .input-group-addon {
    color: rgb(245, 217, 168);
    border-color: rgb(154, 131, 92);
    background-color: rgb(79, 72, 35);
}
.note-editor .has-error .help-block,
.note-editor .has-error .control-label {
    color: rgb(213, 135, 134);
}
.note-editor .has-error .form-control {
    border-color: rgb(138, 78, 76);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.note-editor .has-error .form-control:focus {
    border-color: rgb(150, 84, 82);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgb(109, 61, 60) 0px 0px 6px;
}
.note-editor .has-error .input-group-addon {
    color: rgb(213, 135, 134);
    border-color: rgb(138, 78, 76);
    background-color: rgb(60, 34, 34);
}
.note-editor .has-success .help-block,
.note-editor .has-success .control-label {
    color: rgb(194, 243, 195);
}
.note-editor .has-success .form-control {
    border-color: rgb(113, 162, 114);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.note-editor .has-success .form-control:focus {
    border-color: rgb(122, 173, 122);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset,
    rgb(101, 143, 112) 0px 0px 6px;
}
.note-editor .has-success .input-group-addon {
    color: rgb(194, 243, 195);
    border-color: rgb(113, 162, 114);
    background-color: rgb(62, 77, 48);
}
.note-editor .help-block {
    color: rgb(209, 203, 193);
}
.note-editor .btn {
    background-image: none;
    border-color: transparent;
}
.note-editor .btn:focus {
    outline-color: rgb(216, 167, 72);
}
.note-editor .btn:hover,
.note-editor .btn:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.note-editor .btn:active,
.note-editor .btn.active {
    outline-color: initial;
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 5px inset;
}
.note-editor .btn.disabled,
.note-editor .btn[disabled],
fieldset[disabled] .note-editor .btn {
    box-shadow: none;
}
.note-editor .btn-default {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 35, 35);
    border-color: rgb(86, 90, 92);
}
.note-editor .btn-default:hover,
.note-editor .btn-default:focus,
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 51, 52);
    border-color: rgb(98, 103, 105);
}
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
    background-image: none;
}
.note-editor .btn-default.disabled,
.note-editor .btn-default[disabled],
fieldset[disabled] .note-editor .btn-default,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
fieldset[disabled] .note-editor .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
fieldset[disabled] .note-editor .btn-default:focus,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default[disabled]:active,
fieldset[disabled] .note-editor .btn-default:active,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default[disabled].active,
fieldset[disabled] .note-editor .btn-default.active {
    background-color: rgb(33, 35, 35);
    border-color: rgb(86, 90, 92);
}
.note-editor .btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 171);
    border-color: rgb(80, 123, 159);
}
.note-editor .btn-primary:hover,
.note-editor .btn-primary:focus,
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(79, 121, 159);
    border-color: rgb(88, 134, 175);
}
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
    background-image: none;
}
.note-editor .btn-primary.disabled,
.note-editor .btn-primary[disabled],
fieldset[disabled] .note-editor .btn-primary,
.note-editor .btn-primary.disabled:hover,
.note-editor .btn-primary[disabled]:hover,
fieldset[disabled] .note-editor .btn-primary:hover,
.note-editor .btn-primary.disabled:focus,
.note-editor .btn-primary[disabled]:focus,
fieldset[disabled] .note-editor .btn-primary:focus,
.note-editor .btn-primary.disabled:active,
.note-editor .btn-primary[disabled]:active,
fieldset[disabled] .note-editor .btn-primary:active,
.note-editor .btn-primary.disabled.active,
.note-editor .btn-primary[disabled].active,
fieldset[disabled] .note-editor .btn-primary.active {
    background-color: rgb(86, 132, 171);
    border-color: rgb(80, 123, 159);
}
.note-editor .btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(176, 131, 67);
    border-color: rgb(177, 132, 68);
}
.note-editor .btn-warning:hover,
.note-editor .btn-warning:focus,
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(203, 151, 78);
    border-color: rgb(197, 147, 75);
}
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
    background-image: none;
}
.note-editor .btn-warning.disabled,
.note-editor .btn-warning[disabled],
fieldset[disabled] .note-editor .btn-warning,
.note-editor .btn-warning.disabled:hover,
.note-editor .btn-warning[disabled]:hover,
fieldset[disabled] .note-editor .btn-warning:hover,
.note-editor .btn-warning.disabled:focus,
.note-editor .btn-warning[disabled]:focus,
fieldset[disabled] .note-editor .btn-warning:focus,
.note-editor .btn-warning.disabled:active,
.note-editor .btn-warning[disabled]:active,
fieldset[disabled] .note-editor .btn-warning:active,
.note-editor .btn-warning.disabled.active,
.note-editor .btn-warning[disabled].active,
fieldset[disabled] .note-editor .btn-warning.active {
    background-color: rgb(176, 131, 67);
    border-color: rgb(177, 132, 68);
}
.note-editor .btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(148, 60, 58);
    border-color: rgb(144, 60, 57);
}
.note-editor .btn-danger:hover,
.note-editor .btn-danger:focus,
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(168, 69, 66);
    border-color: rgb(158, 65, 62);
}
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
    background-image: none;
}
.note-editor .btn-danger.disabled,
.note-editor .btn-danger[disabled],
fieldset[disabled] .note-editor .btn-danger,
.note-editor .btn-danger.disabled:hover,
.note-editor .btn-danger[disabled]:hover,
fieldset[disabled] .note-editor .btn-danger:hover,
.note-editor .btn-danger.disabled:focus,
.note-editor .btn-danger[disabled]:focus,
fieldset[disabled] .note-editor .btn-danger:focus,
.note-editor .btn-danger.disabled:active,
.note-editor .btn-danger[disabled]:active,
fieldset[disabled] .note-editor .btn-danger:active,
.note-editor .btn-danger.disabled.active,
.note-editor .btn-danger[disabled].active,
fieldset[disabled] .note-editor .btn-danger.active {
    background-color: rgb(148, 60, 58);
    border-color: rgb(144, 60, 57);
}
.note-editor .btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(125, 168, 110);
    border-color: rgb(102, 156, 102);
}
.note-editor .btn-success:hover,
.note-editor .btn-success:focus,
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(106, 164, 106);
    border-color: rgb(112, 172, 112);
}
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
    background-image: none;
}
.note-editor .btn-success.disabled,
.note-editor .btn-success[disabled],
fieldset[disabled] .note-editor .btn-success,
.note-editor .btn-success.disabled:hover,
.note-editor .btn-success[disabled]:hover,
fieldset[disabled] .note-editor .btn-success:hover,
.note-editor .btn-success.disabled:focus,
.note-editor .btn-success[disabled]:focus,
fieldset[disabled] .note-editor .btn-success:focus,
.note-editor .btn-success.disabled:active,
.note-editor .btn-success[disabled]:active,
fieldset[disabled] .note-editor .btn-success:active,
.note-editor .btn-success.disabled.active,
.note-editor .btn-success[disabled].active,
fieldset[disabled] .note-editor .btn-success.active {
    background-color: rgb(125, 168, 110);
    border-color: rgb(102, 156, 102);
}
.note-editor .btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(77, 145, 165);
    border-color: rgb(77, 145, 164);
}
.note-editor .btn-info:hover,
.note-editor .btn-info:focus,
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(89, 166, 189);
    border-color: rgb(86, 161, 183);
}
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
    background-image: none;
}
.note-editor .btn-info.disabled,
.note-editor .btn-info[disabled],
fieldset[disabled] .note-editor .btn-info,
.note-editor .btn-info.disabled:hover,
.note-editor .btn-info[disabled]:hover,
fieldset[disabled] .note-editor .btn-info:hover,
.note-editor .btn-info.disabled:focus,
.note-editor .btn-info[disabled]:focus,
fieldset[disabled] .note-editor .btn-info:focus,
.note-editor .btn-info.disabled:active,
.note-editor .btn-info[disabled]:active,
fieldset[disabled] .note-editor .btn-info:active,
.note-editor .btn-info.disabled.active,
.note-editor .btn-info[disabled].active,
fieldset[disabled] .note-editor .btn-info.active {
    background-color: rgb(77, 145, 165);
    border-color: rgb(77, 145, 164);
}
.note-editor .btn-link {
    color: rgb(144, 199, 241);
}
.note-editor .btn-link,
.note-editor .btn-link:active,
.note-editor .btn-link[disabled],
fieldset[disabled] .note-editor .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.note-editor .btn-link,
.note-editor .btn-link:hover,
.note-editor .btn-link:focus,
.note-editor .btn-link:active {
    border-color: transparent;
}
.note-editor .btn-link:hover,
.note-editor .btn-link:focus {
    color: rgb(193, 234, 255);
    text-decoration-color: initial;
    background-color: transparent;
}
.note-editor .btn-link[disabled]:hover,
fieldset[disabled] .note-editor .btn-link:hover,
.note-editor .btn-link[disabled]:focus,
fieldset[disabled] .note-editor .btn-link:focus {
    color: rgb(221, 215, 206);
    text-decoration-color: initial;
}
.note-editor .caret {
    border-top-color: rgb(183, 175, 163);
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: initial;
}
.note-editor .dropdown-toggle:focus {
    outline-color: initial;
}
.note-editor .dropdown-menu {
    list-style-image: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgba(183, 175, 163, 0.15);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
}
.note-editor .dropdown-menu .divider {
    background-color: rgb(54, 56, 58);
}
.note-editor .dropdown-menu > li > a {
    color: rgb(255, 255, 255);
}
.note-editor .dropdown-menu > li > a:hover,
.note-editor .dropdown-menu > li > a:focus {
    text-decoration-color: initial;
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 43);
}
.note-editor .dropdown-menu > .active > a,
.note-editor .dropdown-menu > .active > a:hover,
.note-editor .dropdown-menu > .active > a:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    outline-color: initial;
    background-color: rgb(86, 132, 171);
}
.note-editor .dropdown-menu > .disabled > a,
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
    color: rgb(221, 215, 206);
}
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
    text-decoration-color: initial;
    background-color: transparent;
    background-image: none;
}
.note-editor .open > a {
    outline-color: initial;
}
.note-editor .dropdown-header {
    color: rgb(221, 215, 206);
}
.note-editor .dropup .caret,
.note-editor .navbar-fixed-bottom .dropdown .caret {
    border-top-color: initial;
    border-bottom-color: rgb(183, 175, 163);
}
.btn-default .note-editor .caret {
    border-top-color: rgb(160, 153, 143);
}
.btn-primary .note-editor .caret,
.btn-success .note-editor .caret,
.btn-warning .note-editor .caret,
.btn-danger .note-editor .caret,
.btn-info .note-editor .caret {
    border-top-color: rgb(66, 69, 71);
}
.note-editor .dropup .btn-default .caret {
    border-bottom-color: rgb(160, 153, 143);
}
.note-editor .dropup .btn-primary .caret,
.note-editor .dropup .btn-success .caret,
.note-editor .dropup .btn-warning .caret,
.note-editor .dropup .btn-danger .caret,
.note-editor .dropup .btn-info .caret {
    border-bottom-color: rgb(66, 69, 71);
}
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus {
    outline-color: initial;
}
.note-editor .btn-group .dropdown-toggle:active,
.note-editor .btn-group.open .dropdown-toggle {
    outline-color: initial;
}
.note-editor .btn-group.open .dropdown-toggle {
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 5px inset;
}
.note-editor .input-group-addon {
    color: rgb(235, 231, 223);
    background-color: rgb(47, 48, 50);
    border-color: rgb(86, 90, 92);
}
.note-editor .input-group-addon:first-child {
    border-right-color: initial;
}
.note-editor .input-group-addon:last-child {
    border-left-color: initial;
}
.note-editor .nav {
    list-style-image: initial;
}
.note-editor .nav > li > a:hover,
.note-editor .nav > li > a:focus {
    text-decoration-color: initial;
    background-color: rgb(47, 48, 50);
}
.note-editor .nav > li.disabled > a {
    color: rgb(221, 215, 206);
}
.note-editor .nav > li.disabled > a:hover,
.note-editor .nav > li.disabled > a:focus {
    color: rgb(221, 215, 206);
    text-decoration-color: initial;
    background-color: transparent;
}
.note-editor .nav .open > a,
.note-editor .nav .open > a:hover,
.note-editor .nav .open > a:focus {
    background-color: rgb(47, 48, 50);
    border-color: rgb(76, 117, 152);
}
.note-editor .nav .open > a .caret,
.note-editor .nav .open > a:hover .caret,
.note-editor .nav .open > a:focus .caret {
    border-top-color: rgb(86, 133, 173);
    border-bottom-color: rgb(86, 133, 173);
}
.note-editor .nav .nav-divider {
    background-color: rgb(54, 56, 58);
}
.note-editor .nav-tabs {
    border-bottom-color: rgb(80, 83, 85);
}
.note-editor .nav-tabs > li > a {
    border-color: transparent;
}
.note-editor .nav-tabs > li > a:hover {
    border-color: rgb(73, 76, 78) rgb(73, 76, 78) rgb(80, 83, 85);
}
.note-editor .nav-tabs > li.active > a,
.note-editor .nav-tabs > li.active > a:hover,
.note-editor .nav-tabs > li.active > a:focus {
    color: rgb(235, 231, 223);
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85) rgb(80, 83, 85) transparent;
}
.note-editor .nav-tabs.nav-justified {
    border-bottom-color: initial;
}
.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
    border-color: rgb(80, 83, 85);
}
@media (min-width: 768px) {
    .note-editor .nav-tabs.nav-justified > li > a {
        border-bottom-color: rgb(80, 83, 85);
    }
    .note-editor .nav-tabs.nav-justified > .active > a,
    .note-editor .nav-tabs.nav-justified > .active > a:hover,
    .note-editor .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: rgb(66, 69, 71);
    }
}
.note-editor .nav-pills > li.active > a,
.note-editor .nav-pills > li.active > a:hover,
.note-editor .nav-pills > li.active > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 171);
}
.note-editor .nav-pills > li.active > a .caret,
.note-editor .nav-pills > li.active > a:hover .caret,
.note-editor .nav-pills > li.active > a:focus .caret {
    border-top-color: rgb(66, 69, 71);
    border-bottom-color: rgb(66, 69, 71);
}
.note-editor .nav-tabs-justified {
    border-bottom-color: initial;
}
.note-editor .nav-tabs-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus {
    border-color: rgb(80, 83, 85);
}
@media (min-width: 768px) {
    .note-editor .nav-tabs-justified > li > a {
        border-bottom-color: rgb(80, 83, 85);
    }
    .note-editor .nav-tabs-justified > .active > a,
    .note-editor .nav-tabs-justified > .active > a:hover,
    .note-editor .nav-tabs-justified > .active > a:focus {
        border-bottom-color: rgb(66, 69, 71);
    }
}
.note-editor .nav .caret {
    border-top-color: rgb(76, 117, 152);
    border-bottom-color: rgb(76, 117, 152);
}
.note-editor .nav a:hover .caret {
    border-top-color: rgb(86, 133, 173);
    border-bottom-color: rgb(86, 133, 173);
}
.note-editor .navbar {
    border-color: transparent;
}
.note-editor .navbar-collapse {
    border-top-color: transparent;
    box-shadow: rgba(33, 35, 35, 0.1) 0px 1px 0px inset;
}
@media (min-width: 768px) {
    .note-editor .navbar-collapse {
        border-top-color: initial;
        box-shadow: none;
    }
}
.note-editor .navbar-brand:hover,
.note-editor .navbar-brand:focus {
    text-decoration-color: initial;
}
.note-editor .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
}
@media (max-width: 767px) {
    .note-editor .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border-color: initial;
        box-shadow: none;
    }
    .note-editor .navbar-nav .open .dropdown-menu > li > a:hover,
    .note-editor .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
.note-editor .navbar-form {
    border-top-color: transparent;
    border-bottom-color: transparent;
    box-shadow: rgba(33, 35, 35, 0.1) 0px 1px 0px inset,
    rgba(33, 35, 35, 0.1) 0px 1px 0px;
}
@media (min-width: 768px) {
    .note-editor .navbar-form {
        border-color: initial;
        box-shadow: none;
    }
}
.note-editor .navbar-default {
    background-color: rgb(38, 40, 41);
    border-color: rgb(76, 79, 81);
}
.note-editor .navbar-default .navbar-brand {
    color: rgb(206, 199, 190);
}
.note-editor .navbar-default .navbar-brand:hover,
.note-editor .navbar-default .navbar-brand:focus {
    color: rgb(228, 222, 214);
    background-color: transparent;
}
.note-editor .navbar-default .navbar-text {
    color: rgb(206, 199, 190);
}
.note-editor .navbar-default .navbar-nav > li > a {
    color: rgb(206, 199, 190);
}
.note-editor .navbar-default .navbar-nav > li > a:hover,
.note-editor .navbar-default .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.note-editor .navbar-default .navbar-nav > .active > a,
.note-editor .navbar-default .navbar-nav > .active > a:hover,
.note-editor .navbar-default .navbar-nav > .active > a:focus {
    color: rgb(235, 231, 223);
    background-color: rgb(52, 55, 55);
}
.note-editor .navbar-default .navbar-nav > .disabled > a,
.note-editor .navbar-default .navbar-nav > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav > .disabled > a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.note-editor .navbar-default .navbar-toggle {
    border-color: rgb(80, 83, 85);
}
.note-editor .navbar-default .navbar-toggle:hover,
.note-editor .navbar-default .navbar-toggle:focus {
    background-color: rgb(59, 63, 64);
}
.note-editor .navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(73, 76, 78);
}
.note-editor .navbar-default .navbar-collapse,
.note-editor .navbar-default .navbar-form {
    border-color: rgb(76, 79, 81);
}
.note-editor .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: rgb(160, 153, 143);
    border-bottom-color: rgb(160, 153, 143);
}
.note-editor .navbar-default .navbar-nav > .open > a,
.note-editor .navbar-default .navbar-nav > .open > a:hover,
.note-editor .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgb(52, 55, 55);
    color: rgb(235, 231, 223);
}
.note-editor .navbar-default .navbar-nav > .open > a .caret,
.note-editor .navbar-default .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: rgb(146, 140, 131);
    border-bottom-color: rgb(146, 140, 131);
}
.note-editor .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: rgb(132, 126, 118);
    border-bottom-color: rgb(132, 126, 118);
}
@media (max-width: 767px) {
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(206, 199, 190);
    }
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: rgb(235, 231, 223);
        background-color: rgb(52, 55, 55);
    }
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
}
.note-editor .navbar-default .navbar-link {
    color: rgb(206, 199, 190);
}
.note-editor .navbar-default .navbar-link:hover {
    color: rgb(255, 255, 255);
}
.note-editor .navbar-inverse {
    background-color: rgb(36, 37, 38);
    border-color: rgb(179, 172, 160);
}
.note-editor .navbar-inverse .navbar-brand {
    color: rgb(221, 215, 206);
}
.note-editor .navbar-inverse .navbar-brand:hover,
.note-editor .navbar-inverse .navbar-brand:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.note-editor .navbar-inverse .navbar-text {
    color: rgb(221, 215, 206);
}
.note-editor .navbar-inverse .navbar-nav > li > a {
    color: rgb(221, 215, 206);
}
.note-editor .navbar-inverse .navbar-nav > li > a:hover,
.note-editor .navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.note-editor .navbar-inverse .navbar-nav > .active > a,
.note-editor .navbar-inverse .navbar-nav > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav > .active > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 9, 9);
}
.note-editor .navbar-inverse .navbar-nav > .disabled > a,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: rgb(250, 246, 239);
    background-color: transparent;
}
.note-editor .navbar-inverse .navbar-toggle {
    border-color: rgb(160, 153, 143);
}
.note-editor .navbar-inverse .navbar-toggle:hover,
.note-editor .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(53, 56, 57);
}
.note-editor .navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(33, 35, 35);
}
.note-editor .navbar-inverse .navbar-collapse,
.note-editor .navbar-inverse .navbar-form {
    border-color: rgb(176, 168, 157);
}
.note-editor .navbar-inverse .navbar-nav > .open > a,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgb(8, 9, 9);
    color: rgb(255, 255, 255);
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: rgb(66, 69, 71);
    border-bottom-color: rgb(66, 69, 71);
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: rgb(106, 111, 113);
    border-bottom-color: rgb(106, 111, 113);
}
.note-editor .navbar-inverse .navbar-nav > .open > a .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: rgb(66, 69, 71);
    border-bottom-color: rgb(66, 69, 71);
}
@media (max-width: 767px) {
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: rgb(179, 172, 160);
    }
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(221, 215, 206);
    }
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(8, 9, 9);
    }
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: rgb(250, 246, 239);
        background-color: transparent;
    }
}
.note-editor .navbar-inverse .navbar-link {
    color: rgb(221, 215, 206);
}
.note-editor .navbar-inverse .navbar-link:hover {
    color: rgb(255, 255, 255);
}
.note-editor .breadcrumb {
    list-style-image: initial;
    background-color: rgb(41, 43, 43);
}
.note-editor .breadcrumb > li + li::before {
    color: rgb(255, 255, 255);
}
.note-editor .breadcrumb > .active {
    color: rgb(221, 215, 206);
}
.note-editor .pagination > li > a,
.note-editor .pagination > li > span {
    text-decoration-color: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.note-editor .pagination > li > a:hover,
.note-editor .pagination > li > span:hover,
.note-editor .pagination > li > a:focus,
.note-editor .pagination > li > span:focus {
    background-color: rgb(47, 48, 50);
}
.note-editor .pagination > .active > a,
.note-editor .pagination > .active > span,
.note-editor .pagination > .active > a:hover,
.note-editor .pagination > .active > span:hover,
.note-editor .pagination > .active > a:focus,
.note-editor .pagination > .active > span:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 171);
    border-color: rgb(76, 117, 152);
}
.note-editor .pagination > .disabled > span,
.note-editor .pagination > .disabled > span:hover,
.note-editor .pagination > .disabled > span:focus,
.note-editor .pagination > .disabled > a,
.note-editor .pagination > .disabled > a:hover,
.note-editor .pagination > .disabled > a:focus {
    color: rgb(221, 215, 206);
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.note-editor .pager {
    list-style-image: initial;
}
.note-editor .pager li > a,
.note-editor .pager li > span {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.note-editor .pager li > a:hover,
.note-editor .pager li > a:focus {
    text-decoration-color: initial;
    background-color: rgb(47, 48, 50);
}
.note-editor .pager .disabled > a,
.note-editor .pager .disabled > a:hover,
.note-editor .pager .disabled > a:focus,
.note-editor .pager .disabled > span {
    color: rgb(221, 215, 206);
    background-color: rgb(33, 35, 35);
}
.note-editor .label {
    color: rgb(255, 255, 255);
}
.note-editor .label[href]:hover,
.note-editor .label[href]:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.note-editor .label-default {
    background-color: rgb(113, 117, 120);
}
.note-editor .label-default[href]:hover,
.note-editor .label-default[href]:focus {
    background-color: rgb(132, 139, 142);
}
.note-editor .label-primary {
    background-color: rgb(86, 132, 171);
}
.note-editor .label-primary[href]:hover,
.note-editor .label-primary[href]:focus {
    background-color: rgb(76, 116, 151);
}
.note-editor .label-success {
    background-color: rgb(125, 168, 110);
}
.note-editor .label-success[href]:hover,
.note-editor .label-success[href]:focus {
    background-color: rgb(101, 157, 101);
}
.note-editor .label-info {
    background-color: rgb(77, 145, 165);
}
.note-editor .label-info[href]:hover,
.note-editor .label-info[href]:focus {
    background-color: rgb(92, 171, 195);
}
.note-editor .label-warning {
    background-color: rgb(176, 131, 67);
}
.note-editor .label-warning[href]:hover,
.note-editor .label-warning[href]:focus {
    background-color: rgb(208, 156, 79);
}
.note-editor .label-danger {
    background-color: rgb(148, 60, 58);
}
.note-editor .label-danger[href]:hover,
.note-editor .label-danger[href]:focus {
    background-color: rgb(161, 66, 63);
}
.note-editor .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(113, 117, 120);
}
.note-editor a.badge:hover,
.note-editor a.badge:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.note-editor a.list-group-item.active > .badge,
.note-editor .nav-pills > .active > a > .badge {
    color: rgb(144, 199, 241);
    background-color: rgb(33, 35, 35);
}
.note-editor .jumbotron {
    color: inherit;
    background-color: rgb(47, 48, 50);
}
.note-editor .jumbotron h1 {
    color: inherit;
}
.note-editor .thumbnail {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.note-editor a.thumbnail:hover,
.note-editor a.thumbnail:focus,
.note-editor a.thumbnail.active {
    border-color: rgb(76, 117, 152);
}
.note-editor .thumbnail .caption {
    color: rgb(255, 255, 255);
}
.note-editor .alert {
    border-color: transparent;
}
.note-editor .alert h4 {
    color: inherit;
}
.note-editor .alert-dismissable .close {
    color: inherit;
}
.note-editor .alert-success {
    background-color: rgb(62, 77, 48);
    border-color: rgb(92, 116, 72);
    color: rgb(194, 243, 195);
}
.note-editor .alert-success hr {
    border-top-color: rgb(99, 124, 77);
}
.note-editor .alert-success .alert-link {
    color: rgb(221, 255, 221);
}
.note-editor .alert-info {
    background-color: rgb(35, 61, 74);
    border-color: rgb(60, 113, 124);
    color: rgb(162, 217, 244);
}
.note-editor .alert-info hr {
    border-top-color: rgb(65, 122, 133);
}
.note-editor .alert-info .alert-link {
    color: rgb(191, 237, 255);
}
.note-editor .alert-warning {
    background-color: rgb(79, 72, 35);
    border-color: rgb(128, 103, 53);
    color: rgb(245, 217, 168);
}
.note-editor .alert-warning hr {
    border-top-color: rgb(135, 109, 56);
}
.note-editor .alert-warning .alert-link {
    color: rgb(249, 221, 174);
}
.note-editor .alert-danger {
    background-color: rgb(60, 34, 34);
    border-color: rgb(96, 54, 60);
    color: rgb(213, 135, 134);
}
.note-editor .alert-danger hr {
    border-top-color: rgb(102, 56, 63);
}
.note-editor .alert-danger .alert-link {
    color: rgb(232, 166, 164);
}
.note-editor .progress {
    background-color: rgb(41, 43, 43);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
}
.note-editor .progress-bar {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 171);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 0px inset;
}
.note-editor .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.note-editor .progress-bar-success {
    background-color: rgb(125, 168, 110);
}
.progress-striped .note-editor .progress-bar-success {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.note-editor .progress-bar-info {
    background-color: rgb(77, 145, 165);
}
.progress-striped .note-editor .progress-bar-info {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.note-editor .progress-bar-warning {
    background-color: rgb(176, 131, 67);
}
.progress-striped .note-editor .progress-bar-warning {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.note-editor .progress-bar-danger {
    background-color: rgb(148, 60, 58);
}
.progress-striped .note-editor .progress-bar-danger {
    background-image: linear-gradient(45deg,
    rgba(33, 35, 35, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 35, 35, 0.15) 50%,
    rgba(33, 35, 35, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.note-editor .media-list {
    list-style-image: initial;
}
.note-editor .list-group-item {
    background-color: rgb(33, 35, 35);
    border-color: rgb(80, 83, 85);
}
.note-editor a.list-group-item {
    color: rgb(235, 231, 223);
}
.note-editor a.list-group-item .list-group-item-heading {
    color: rgb(255, 255, 255);
}
.note-editor a.list-group-item:hover,
.note-editor a.list-group-item:focus {
    text-decoration-color: initial;
    background-color: rgb(41, 43, 43);
}
.note-editor a.list-group-item.active,
.note-editor a.list-group-item.active:hover,
.note-editor a.list-group-item.active:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 171);
    border-color: rgb(76, 117, 152);
}
.note-editor a.list-group-item.active .list-group-item-heading,
.note-editor a.list-group-item.active:hover .list-group-item-heading,
.note-editor a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
.note-editor a.list-group-item.active .list-group-item-text,
.note-editor a.list-group-item.active:hover .list-group-item-text,
.note-editor a.list-group-item.active:focus .list-group-item-text {
    color: rgb(255, 255, 255);
}
.note-editor .panel {
    background-color: rgb(33, 35, 35);
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}
.note-editor .panel > .list-group .list-group-item:last-child {
    border-bottom-color: initial;
}
.note-editor .panel > .panel-body + .table,
.note-editor .panel > .panel-body + .table-responsive {
    border-top-color: rgb(80, 83, 85);
}
.note-editor .panel > .table-bordered,
.note-editor .panel > .table-responsive > .table-bordered {
    border-color: initial;
}
.note-editor .panel > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left-color: initial;
}
.note-editor .panel > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right-color: initial;
}
.note-editor .panel > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom-color: initial;
}
.note-editor .panel-heading {
    border-bottom-color: transparent;
}
.note-editor .panel-title > a {
    color: inherit;
}
.note-editor .panel-footer {
    background-color: rgb(41, 43, 43);
    border-top-color: rgb(80, 83, 85);
}
.note-editor .panel-group .panel-heading {
    border-bottom-color: initial;
}
.note-editor .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(80, 83, 85);
}
.note-editor .panel-group .panel-footer {
    border-top-color: initial;
}
.note-editor .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(80, 83, 85);
}
.note-editor .panel-default {
    border-color: rgb(80, 83, 85);
}
.note-editor .panel-default > .panel-heading {
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 43);
    border-color: rgb(80, 83, 85);
}
.note-editor .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(80, 83, 85);
}
.note-editor .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(80, 83, 85);
}
.note-editor .panel-primary {
    border-color: rgb(76, 117, 152);
}
.note-editor .panel-primary > .panel-heading {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 132, 171);
    border-color: rgb(76, 117, 152);
}
.note-editor .panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(76, 117, 152);
}
.note-editor .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(76, 117, 152);
}
.note-editor .panel-success {
    border-color: rgb(92, 116, 72);
}
.note-editor .panel-success > .panel-heading {
    color: rgb(194, 243, 195);
    background-color: rgb(62, 77, 48);
    border-color: rgb(92, 116, 72);
}
.note-editor .panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(92, 116, 72);
}
.note-editor .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(92, 116, 72);
}
.note-editor .panel-warning {
    border-color: rgb(128, 103, 53);
}
.note-editor .panel-warning > .panel-heading {
    color: rgb(245, 217, 168);
    background-color: rgb(79, 72, 35);
    border-color: rgb(128, 103, 53);
}
.note-editor .panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(128, 103, 53);
}
.note-editor .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(128, 103, 53);
}
.note-editor .panel-danger {
    border-color: rgb(96, 54, 60);
}
.note-editor .panel-danger > .panel-heading {
    color: rgb(213, 135, 134);
    background-color: rgb(60, 34, 34);
    border-color: rgb(96, 54, 60);
}
.note-editor .panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(96, 54, 60);
}
.note-editor .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(96, 54, 60);
}
.note-editor .panel-info {
    border-color: rgb(60, 113, 124);
}
.note-editor .panel-info > .panel-heading {
    color: rgb(162, 217, 244);
    background-color: rgb(35, 61, 74);
    border-color: rgb(60, 113, 124);
}
.note-editor .panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(60, 113, 124);
}
.note-editor .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(60, 113, 124);
}
.note-editor .well {
    background-color: rgb(41, 43, 43);
    border-color: rgb(77, 81, 83);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
}
.note-editor .well blockquote {
    border-color: rgba(183, 175, 163, 0.15);
}
.note-editor .close {
    color: rgb(255, 255, 255);
    text-shadow: rgb(33, 35, 35) 0px 1px 0px;
}
.note-editor .close:hover,
.note-editor .close:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
button.note-editor .close {
    background-image: initial;
    background-color: transparent;
    border-color: initial;
}
.modal-content {
    background-color: rgb(33, 35, 35);
    border-color: rgba(183, 175, 163, 0.2);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    outline-color: initial;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-header {
    border-bottom-color: rgb(76, 80, 81);
}
.modal-footer {
    border-top-color: rgb(76, 80, 81);
}
@media screen and (min-width: 768px) {
    .modal-content {
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }
}
.tooltip-inner {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    background-color: rgb(0, 0, 0);
}
.tooltip-arrow {
    border-color: transparent;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgb(183, 175, 163);
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: rgb(183, 175, 163);
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(183, 175, 163);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgb(183, 175, 163);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgb(183, 175, 163);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(183, 175, 163);
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgb(183, 175, 163);
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(183, 175, 163);
}
.popover {
    background-color: rgb(33, 35, 35);
    border-color: rgba(183, 175, 163, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.popover-title {
    background-color: rgb(40, 41, 42);
    border-bottom-color: rgb(74, 77, 79);
}
.popover .arrow,
.popover .arrow::after {
    border-color: transparent;
}
.popover.top .arrow {
    border-top-color: rgba(183, 175, 163, 0.25);
}
.popover.top .arrow::after {
    border-top-color: rgb(66, 69, 71);
}
.popover.right .arrow {
    border-right-color: rgba(183, 175, 163, 0.25);
}
.popover.right .arrow::after {
    border-right-color: rgb(66, 69, 71);
}
.popover.bottom .arrow {
    border-bottom-color: rgba(183, 175, 163, 0.25);
}
.popover.bottom .arrow::after {
    border-bottom-color: rgb(66, 69, 71);
}
.popover.left .arrow {
    border-left-color: rgba(183, 175, 163, 0.25);
}
.popover.left .arrow::after {
    border-left-color: rgb(66, 69, 71);
}
.carousel-control {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.carousel-indicators {
    list-style-image: initial;
}
.carousel-indicators li {
    border-color: rgb(66, 69, 71);
}
.carousel-indicators .active {
    background-color: rgb(33, 35, 35);
}
.carousel-caption {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}
.carousel-caption .btn {
    text-shadow: none;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border-color: initial;
}
.checkbox label::before {
    border-color: rgb(86, 90, 92);
    background-color: rgb(33, 35, 35);
}
.checkbox label::after {
    color: rgb(235, 231, 223); 
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline-color: rgb(216, 167, 72); 
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: rgb(47, 48, 50); 
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: rgb(86, 132, 171);
    border-color: rgb(76, 117, 152); 
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: rgb(148, 60, 58);
    border-color: rgb(137, 57, 54); 
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: rgb(77, 145, 165);
    border-color: rgb(74, 138, 157); 
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: rgb(176, 131, 67);
    border-color: rgb(169, 125, 64); 
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: rgb(125, 168, 110);
    border-color: rgb(97, 150, 97); 
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255);
}
.radio label::before {
    border-color: rgb(86, 90, 92);
    background-color: rgb(33, 35, 35);
}
.radio label::after {
    background-color: rgb(88, 92, 94); 
}
.radio input[type="radio"]:focus + label::before {
    outline-color: rgb(216, 167, 72); 
}
.radio-primary input[type="radio"] + label::after {
    background-color: rgb(86, 132, 171); 
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: rgb(76, 117, 152); 
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: rgb(86, 132, 171); 
}
.radio-danger input[type="radio"] + label::after {
    background-color: rgb(148, 60, 58); 
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: rgb(137, 57, 54); 
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: rgb(148, 60, 58); 
}
.radio-info input[type="radio"] + label::after {
    background-color: rgb(77, 145, 165); 
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: rgb(74, 138, 157); 
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: rgb(77, 145, 165); 
}
.radio-warning input[type="radio"] + label::after {
    background-color: rgb(176, 131, 67); 
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: rgb(169, 125, 64); 
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: rgb(176, 131, 67); 
}
.radio-success input[type="radio"] + label::after {
    background-color: rgb(125, 168, 110); 
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: rgb(97, 150, 97); 
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: rgb(125, 168, 110);
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline-color: initial;
}
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    color: rgb(255, 255, 255);
}
div.dataTables_scrollBody table {
    border-top-color: initial;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top-color: initial;
}
div.dataTables_scrollFoot table {
    border-top-color: initial;
}
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed hr,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: rgb(80, 83, 85);
}
.fc-unthemed .fc-popover {
    background-color: rgb(33, 35, 35);
}
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed hr {
    background-image: initial;
    background-color: rgb(47, 48, 50);
}
.fc-unthemed .fc-popover .fc-header .fc-close {
    color: rgb(221, 215, 206);
}
.fc-unthemed .fc-today {
    background-image: initial;
    background-color: rgb(79, 72, 35);
}
.fc-highlight {
    background-image: initial;
    background-color: rgb(47, 89, 98);
}
.fc-bgevent {
    background-image: initial;
    background-color: rgb(102, 145, 78);
}
.fc-nonbusiness {
    background-image: initial;
    background-color: rgb(73, 76, 78);
}
.fc-state-default {
    border-color: initial;
}
.fc-state-default {
    background-color: rgb(41, 43, 43);
    background-image: linear-gradient(rgb(33, 35, 35),
    rgb(52, 55, 56));
    border-color: rgba(183, 175, 163, 0.1) rgba(183, 175, 163, 0.1) rgba(183, 175, 163, 0.25);
    color: rgb(255, 255, 255);
    text-shadow: rgba(33, 35, 35, 0.75) 0px 1px 1px;
    box-shadow: rgba(33, 35, 35, 0.2) 0px 1px 0px inset,
    rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 55, 56);
}
.fc-state-hover {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
.fc-state-active,
.fc-state-down {
    background-color: rgb(73, 76, 78);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px inset,
    rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
.fc-state-disabled {
    background-image: none;
    box-shadow: none;
}
.fc-popover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top-color: initial;
}
.fc-row table {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.fc-row:first-child table {
    border-top-color: transparent;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background-image: initial;
    background-color: initial;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: initial;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top-color: initial;
}
.fc-event {
    border-color: rgb(92, 140, 163);
    background-color: rgb(90, 139, 162);
}
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
}
a.fc-more {
    text-decoration-color: initial;
}
a.fc-more:hover {
    text-decoration-color: initial;
}
.fc-time-grid table {
    border-color: transparent;
}
.fc-slats td {
    border-bottom-color: initial;
}
.fc-slats .ui-widget-content {
    background-image: initial;
    background-color: initial;
}
.fc-time-grid-event .fc-bg {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.rating-loading {
    color: rgb(255, 255, 255);
    background-image: url("https://battery.xforce.hu/vendor/bootstrap-star-rating/img/loading.gif");
    background-color: transparent;
    border-color: initial;
}
.rating-container {
    color: rgb(255, 255, 255);
}
.rating-container .rating-stars {
    color: rgb(255, 255, 204);
}
.rating-container .rating-stars::before {
    text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 1px;
}
.rating-container-rtl {
    color: rgb(255, 255, 204);
}
.rating-container-rtl::before {
    text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 1px;
}
.rating-container-rtl .rating-stars {
    color: rgb(255, 255, 255);
}
.star-rating .clear-rating,
.star-rating-rtl .clear-rating {
    color: rgb(235, 231, 223);
}
.clear-rating-active:hover {
    color: rgb(239, 179, 179);
}
.star-rating .caption,
.star-rating-rtl .caption {
    color: rgb(221, 215, 206);
}
.pe-border {
    border-color: rgb(73, 76, 78);
}
.pe-inverse {
    color: rgb(255, 255, 255);
}
.pe-border {
    border-color: rgb(74, 77, 80);
}
.modal-content {
    border-color: initial;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.modal-header {
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.modal-header small {
    color: rgb(227, 220, 213);
}
.modal-footer {
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.hmodal-info .color-line {
    background-image: initial;
    background-color: rgb(77, 141, 183);
}
.hmodal-warning .color-line {
    background-image: initial;
    background-color: rgb(237, 191, 81);
}
.hmodal-success .color-line {
    background-image: initial;
    background-color: rgb(137, 202, 106);
}
.hmodal-danger .color-line {
    background-image: initial;
    background-color: rgb(158, 74, 65);
}
.hmodal-info h4.modal-title {
    color: rgb(137, 207, 255);
}
.hmodal-warning h4.modal-title {
    color: rgb(255, 255, 131);
}
.hmodal-success h4.modal-title {
    color: rgb(192, 255, 158);
}
.hmodal-danger h4.modal-title {
    color: rgb(234, 138, 127);
}
.progress-bar {
    background-color: rgb(42, 44, 45);
    color: rgb(215, 209, 200);
}
.progress-bar-success {
    border-right-color: rgb(128, 188, 99);
}
.progress-bar-info {
    border-right-color: rgb(72, 131, 171);
}
.progress-bar-warning {
    border-right-color: rgb(218, 175, 74);
}
.progress-bar-danger {
    border-right-color: rgb(154, 57, 47);
}
.full .progress-bar-success {
    background-color: rgb(137, 202, 106);
    border-right-color: rgb(128, 188, 99);
}
.full .progress-bar-info {
    background-color: rgb(77, 141, 183);
    border-right-color: rgb(72, 131, 171);
}
.full .progress-bar-warning {
    background-color: rgb(237, 191, 81);
    border-right-color: rgb(218, 175, 74);
}
.full .progress-bar-danger {
    background-color: rgb(159, 59, 49);
    border-right-color: rgb(154, 57, 47);
}
.full .progress-bar {
    color: rgb(255, 255, 255);
}
.badge.badge-success {
    background-color: rgb(137, 202, 106);
}
.badge.badge-info {
    background-color: rgb(77, 141, 183);
}
.badge.badge-danger {
    background-color: rgb(159, 59, 49);
}
.badge.badge-warning {
    background-color: rgb(237, 191, 81);
}
.badge.badge-primary {
    background-color: rgb(64, 76, 90); 
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: rgb(64, 76, 90);
    border-color: rgb(115, 140, 163); 
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: rgb(159, 59, 49);
    border-color: rgb(147, 55, 45); 
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: rgb(77, 141, 183);
    border-color: rgb(69, 126, 164); 
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: rgb(237, 191, 81);
    border-color: rgb(209, 169, 71); 
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: rgb(137, 202, 106);
    border-color: rgb(123, 181, 95); 
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: rgb(255, 255, 255); 
}
.radio-primary input[type="radio"] + label::after {
    background-color: rgb(64, 76, 90); 
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: rgb(115, 140, 163); 
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: rgb(64, 76, 90); 
}
.radio-danger input[type="radio"] + label::after {
    background-color: rgb(159, 59, 49); 
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: rgb(147, 55, 45); 
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: rgb(159, 59, 49); 
}
.radio-info input[type="radio"] + label::after {
    background-color: rgb(77, 141, 183); 
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: rgb(69, 126, 164); 
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: rgb(77, 141, 183); 
}
.radio-warning input[type="radio"] + label::after {
    background-color: rgb(237, 191, 81); 
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: rgb(209, 169, 71); 
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: rgb(237, 191, 81); 
}
.radio-success input[type="radio"] + label::after {
    background-color: rgb(137, 202, 106); 
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: rgb(123, 181, 95); 
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: rgb(137, 202, 106);
}
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control {
    box-shadow: none;
}
.has-error .form-control {
    border-color: rgb(161, 60, 50) !important;
}
.has-warning .form-control {
    border-color: rgb(227, 182, 77) !important;
}
.has-success .form-control {
    border-color: rgb(133, 196, 103) !important;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: rgb(240, 120, 107);
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: rgb(255, 255, 156);
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: rgb(216, 255, 186);
}
.spinner > div {
    background-color: rgb(137, 202, 106);
}
.splash {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    color: rgb(199, 192, 181);
}
.v-timeline::before {
    background-image: initial;
    background-color: rgb(48, 51, 51);
}
.vertical-timeline-icon {
    border-color: rgb(74, 77, 80);
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.vertical-timeline-content {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgb(74, 77, 80);
}
.vertical-date small {
    color: rgb(192, 255, 158);
}
.vertical-timeline-content::after,
.vertical-timeline-content::before {
    border-color: transparent;
}
.vertical-timeline-content::after {
    border-color: transparent rgb(66, 69, 71) transparent transparent;
}
.vertical-timeline-content::before {
    border-color: transparent rgb(74, 77, 80) transparent transparent;
}
.dropdown-menu.hdropdown .title {
    border-bottom-color: rgb(74, 77, 80);
}
.dropdown-menu.hdropdown li {
    background-image: initial;
    background-color: rgb(36, 37, 39);
    border-bottom-color: rgb(74, 77, 80);
}
.dropdown-menu.filedropdown li {
    background-image: initial;
    background-color: rgb(36, 37, 39);
    border-bottom-color: rgb(74, 77, 80);
}
.dropdown-menu.hdropdown li > a:hover,
.dropdown-menu.filedropdown li > a:hover {
    background-image: inherit;
    background-color: inherit;
}
.dropdown-menu.hdropdown li:hover,
.dropdown-menu.filedropdown li:hover {
    background-image: initial;
    background-color: rgb(42, 44, 45);
}
.dropdown-menu.hdropdown li.summary {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
    color: inherit;
    background-image: initial;
    background-color: rgb(38, 40, 41);
    border-bottom-color: rgb(74, 77, 80);
}
.color-demo .header-line::after {
    background-image: initial;
    background-color: rgba(0, 0, 0, 0.2);
}
.header-line div {
    color: rgb(255, 255, 255);
}
.header-line div span {
    color: rgba(255, 255, 255, 0.6);
}
.btn-primary.btn-outline {
    color: rgb(233, 250, 255);
}
.btn-primary2.btn-outline {
    color: rgb(196, 149, 215);
}
.btn-success.btn-outline {
    color: rgb(192, 255, 158);
}
.btn-info.btn-outline {
    color: rgb(137, 207, 255);
}
.btn-warning.btn-outline {
    color: rgb(255, 255, 131);
}
.btn-warning2.btn-outline {
    color: rgb(255, 193, 127);
}
.btn-danger.btn-outline {
    color: rgb(247, 135, 123);
}
.btn-danger2.btn-outline {
    color: rgb(234, 138, 127);
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: rgb(255, 255, 255);
}
.btn-primary {
    background-color: rgb(64, 76, 90);
    border-color: rgb(115, 140, 163);
    color: rgb(255, 255, 255);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: rgb(77, 92, 109);
    border-color: rgb(110, 132, 155);
    color: rgb(255, 255, 255);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: rgb(51, 61, 71);
    border-color: rgb(121, 146, 170);
}
.btn-primary2 {
    background-color: rgb(131, 89, 148);
    border-color: rgb(117, 80, 132);
    color: rgb(255, 255, 255);
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
    background-color: rgb(119, 81, 134);
    border-color: rgb(111, 75, 125);
    color: rgb(255, 255, 255);
}
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
    background-image: none;
}
.btn-primary2.disabled,
.btn-primary2.disabled:hover,
.btn-primary2.disabled:focus,
.btn-primary2.disabled:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled],
.btn-primary2[disabled]:hover,
.btn-primary2[disabled]:focus,
.btn-primary2[disabled]:active,
.btn-primary2.active[disabled],
fieldset[disabled] .btn-primary2,
fieldset[disabled] .btn-primary2:hover,
fieldset[disabled] .btn-primary2:focus,
fieldset[disabled] .btn-primary2:active,
fieldset[disabled] .btn-primary2.active {
    background-color: rgb(129, 87, 146);
    border-color: rgb(124, 84, 139);
}
.btn-success {
    background-color: rgb(137, 202, 106);
    border-color: rgb(123, 181, 95);
    color: rgb(255, 255, 255);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: rgb(145, 191, 101);
    border-color: rgb(116, 171, 90);
    color: rgb(255, 255, 255);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: rgb(120, 177, 93);
    border-color: rgb(128, 190, 100);
}
.btn-info {
    background-color: rgb(77, 141, 183);
    border-color: rgb(69, 126, 164);
    color: rgb(255, 255, 255);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: rgb(70, 127, 166);
    border-color: rgb(66, 118, 155);
    color: rgb(255, 255, 255);
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: rgb(77, 140, 181);
    border-color: rgb(72, 132, 173);
}
.btn-default {
    background-color: rgb(33, 35, 35);
    border-color: rgb(74, 77, 80);
    color: rgb(215, 209, 200);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: rgb(33, 35, 35);
    border-color: rgb(78, 81, 84);
    color: rgb(224, 218, 209);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: rgb(46, 55, 59);
    border-color: rgb(75, 79, 80);
}
.btn-warning {
    background-color: rgb(237, 191, 81);
    border-color: rgb(209, 169, 71);
    color: rgb(255, 255, 255);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: rgb(215, 173, 73);
    border-color: rgb(197, 159, 67);
    color: rgb(255, 255, 255);
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: rgb(217, 175, 74);
    border-color: rgb(220, 178, 75);
}
.btn-warning2 {
    background-color: rgb(198, 133, 75);
    border-color: rgb(176, 119, 67);
    color: rgb(255, 255, 255);
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
    background-color: rgb(181, 122, 69);
    border-color: rgb(167, 113, 64);
    color: rgb(255, 255, 255);
}
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
    background-image: none;
}
.btn-warning2.disabled,
.btn-warning2.disabled:hover,
.btn-warning2.disabled:focus,
.btn-warning2.disabled:active,
.btn-warning2.disabled.active,
.btn-warning2[disabled],
.btn-warning2[disabled]:hover,
.btn-warning2[disabled]:focus,
.btn-warning2[disabled]:active,
.btn-warning2.active[disabled],
fieldset[disabled] .btn-warning2,
fieldset[disabled] .btn-warning2:hover,
fieldset[disabled] .btn-warning2:focus,
fieldset[disabled] .btn-warning2:active,
fieldset[disabled] .btn-warning2.active {
    background-color: rgb(187, 126, 71);
    border-color: rgb(185, 124, 71);
}
.btn-danger {
    background-color: rgb(159, 59, 49);
    border-color: rgb(147, 55, 45);
    color: rgb(255, 255, 255);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: rgb(144, 54, 44);
    border-color: rgb(139, 52, 43);
    color: rgb(255, 255, 255);
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: rgb(176, 65, 54);
    border-color: rgb(155, 57, 47);
}
.btn-danger2 {
    background-color: rgb(158, 74, 65);
    border-color: rgb(155, 73, 64);
    color: rgb(255, 255, 255);
}
.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
    background-color: rgb(166, 77, 68);
    border-color: rgb(147, 69, 61);
    color: rgb(255, 255, 255);
}
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
    background-image: none;
}
.btn-danger2.disabled,
.btn-danger2.disabled:hover,
.btn-danger2.disabled:focus,
.btn-danger2.disabled:active,
.btn-danger2.disabled.active,
.btn-danger2[disabled],
.btn-danger2[disabled]:hover,
.btn-danger2[disabled]:focus,
.btn-danger2[disabled]:active,
.btn-danger2.active[disabled],
fieldset[disabled] .btn-danger2,
fieldset[disabled] .btn-danger2:hover,
fieldset[disabled] .btn-danger2:focus,
fieldset[disabled] .btn-danger2:active,
fieldset[disabled] .btn-danger2.active {
    background-color: rgb(137, 64, 57);
    border-color: rgb(163, 77, 67);
}
.btn-link {
    color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    color: rgb(215, 209, 200);
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
    color: rgb(227, 220, 213);
}
.btn-outline {
    color: inherit;
    background-color: transparent;
}
.list-item-container div:first-child {
    border-top-color: initial;
}
.list .list-item-date {
    color: rgb(235, 231, 223);
}
.list .list-item {
    border-top-color: rgb(74, 77, 80);
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: rgb(64, 76, 90);
    border-color: rgb(115, 140, 163);
    color: rgb(255, 255, 255) !important;
}
.list-group-item-text {
    color: inherit;
}
.list-group-item {
    background-color: inherit;
    border-color: rgb(74, 77, 80);
}
.no-padding .list-group-item {
    border-left-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
}
.no-padding .list-group-item:first-child {
    border-color: initial;
}
.hpanel > .panel-heading {
    color: inherit;
    border-color: transparent;
}
.hpanel .hbuilt.panel-heading {
    border-bottom-color: initial;
}
.hpanel > .panel-footer,
.hpanel > .panel-section {
    color: inherit;
    border-right-color: rgb(74, 77, 80);
    border-bottom-color: rgb(74, 77, 80);
    border-left-color: rgb(74, 77, 80);
    border-top-color: initial;
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.hpanel.panel-collapse > .panel-heading,
.hpanel .hbuilt {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgb(74, 77, 80);
}
.hpanel .panel-body {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgb(74, 77, 80);
}
.hpanel.panel-group .panel-body:first-child {
    border-top-color: rgb(74, 77, 80);
}
.hpanel.panel-group .panel-body {
    border-top-color: initial;
}
.panel-collapse .panel-body {
    border-color: initial;
}
.hpanel {
    border-color: initial;
    box-shadow: none;
}
.hpanel .alert {
    border-top-color: rgb(74, 77, 80);
    border-right-color: rgb(74, 77, 80);
    border-left-color: rgb(74, 77, 80);
    border-bottom-color: initial;
}
.panel-tools a {
    color: rgb(227, 220, 213);
}
.hpanel.hgreen .panel-body {
    border-top-color: rgb(123, 181, 95);
}
.hpanel.hblue .panel-body {
    border-top-color: rgb(69, 126, 164);
}
.hpanel.hyellow .panel-body {
    border-top-color: rgb(209, 169, 71);
}
.hpanel.hviolet .panel-body {
    border-top-color: rgb(117, 80, 132);
}
.hpanel.horange .panel-body {
    border-top-color: rgb(176, 119, 67);
}
.hpanel.hred .panel-body {
    border-top-color: rgb(147, 55, 45);
}
.hpanel.hreddeep .panel-body {
    border-top-color: rgb(155, 73, 64);
}
.hpanel.hnavyblue .panel-body {
    border-top-color: rgb(115, 140, 163);
}
.hpanel.hbggreen .panel-body {
    background-image: initial;
    background-color: rgb(137, 202, 106);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgblue .panel-body {
    background-image: initial;
    background-color: rgb(77, 141, 183);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgyellow .panel-body {
    background-image: initial;
    background-color: rgb(237, 191, 81);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgviolet .panel-body {
    background-image: initial;
    background-color: rgb(131, 89, 148);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgorange .panel-body {
    background-image: initial;
    background-color: rgb(198, 133, 75);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgred .panel-body {
    background-image: initial;
    background-color: rgb(159, 59, 49);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgreddeep .panel-body {
    background-image: initial;
    background-color: rgb(158, 74, 65);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.hpanel.hbgnavyblue .panel-body {
    background-image: initial;
    background-color: rgb(64, 76, 90);
    color: rgb(255, 255, 255);
    border-color: initial;
}
.panel-group .panel-heading {
    background-color: rgb(35, 42, 45);
}
.small-header .panel-body {
    border-right-color: initial;
    border-left-color: initial;
    border-top-color: initial;
}
.small-header .panel-body small {
    color: rgb(205, 198, 187);
}
.hbreadcrumb {
    list-style-image: initial;
    background-color: rgb(33, 35, 35);
}
.hbreadcrumb > li + li::before {
    color: rgb(233, 250, 255);
}
.hbreadcrumb > .active {
    color: rgb(227, 220, 213);
}
.hpanel.collapsed.panel-collapse .panel-body {
    border-color: rgb(74, 77, 80);
}
.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom-color: rgb(74, 77, 80);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: rgb(74, 77, 80) rgb(74, 77, 80) transparent;
}
.nav-tabs {
    border-bottom-color: rgb(74, 77, 80);
}
.tab-pane .panel-body {
    border-top-color: initial;
}
.tabs-left .tab-pane .panel-body,
.tabs-right .tab-pane .panel-body {
    border-top-color: rgb(74, 77, 80);
}
.nav-tabs > li a:hover {
    background-image: initial;
    background-color: transparent;
    border-color: transparent;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom-color: initial;
}
.tabs-below > .nav-tabs {
    border-top-color: rgb(74, 77, 80);
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: rgb(74, 77, 80);
    border-bottom-color: transparent;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: rgb(74, 77, 80) transparent rgb(74, 77, 80) rgb(74, 77, 80);
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: rgb(73, 76, 78) rgb(73, 76, 78) rgb(73, 76, 78) rgb(80, 83, 85);
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: rgb(74, 77, 80) rgb(74, 77, 80) rgb(74, 77, 80) transparent;
}
.tooltip-inner {
    background-color: rgb(64, 76, 90);
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgb(115, 140, 163);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgb(115, 140, 163);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(115, 140, 163);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgb(115, 140, 163);
}
.stats-box-value {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.stats-box-detail {
    background-image: initial;
    background-color: rgb(64, 76, 90);
    color: rgb(255, 255, 255);
}
.chat-user {
    border-bottom-color: rgb(75, 79, 80);
}
.chat-user a {
    color: inherit;
}
.chat-discussion .message {
    background-color: rgb(38, 40, 41);
}
.message-date {
    color: rgb(206, 199, 190);
}
.projects .hpanel .panel-body {
    border-bottom-color: initial;
}
.projects .hpanel:last-child .panel-body {
    border-bottom-color: rgb(74, 77, 80);
}
.projects .hpanel:last-child .panel-body {
    border-bottom-color: rgb(74, 77, 80);
}
.projects .hpanel h4 a {
    color: rgb(215, 209, 200);
}
.social-talk .text-muted {
    color: rgb(238, 232, 224);
}
.blog-box .panel-heading {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-top-color: rgb(74, 77, 80);
    border-left-color: rgb(74, 77, 80);
    border-right-color: rgb(74, 77, 80);
}
.blog-box .panel-footer {
    color: rgb(215, 209, 200);
}
.blog-box .panel-image {
    border-left-color: rgb(74, 77, 80);
    border-right-color: rgb(74, 77, 80);
}
.blog-box .panel-image .title {
    color: rgb(255, 255, 255);
}
.blog-box .panel-image .title a {
    color: rgb(255, 255, 255) !important;
}
.blog-article-box .panel-heading {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-top-color: rgb(74, 77, 80);
    border-left-color: rgb(74, 77, 80);
    border-right-color: rgb(74, 77, 80);
}
.blog-article-box .panel-heading h4 {
    color: rgb(238, 232, 224);
}
.blog-article-box .panel-body p {
    color: rgb(238, 232, 224);
}
.forum-box .panel-body {
    border-bottom-color: initial;
}
.forum-box .panel-body:last-child {
    border-bottom-color: rgb(74, 77, 80);
}
.forum-box .forum-heading .desc {
    color: rgb(215, 209, 200);
}
.forum-box .panel-heading {
    border-top-color: rgb(74, 77, 80);
    border-right-color: rgb(74, 77, 80);
    border-left-color: rgb(74, 77, 80);
    border-bottom-color: initial;
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.forum-box .forum-comments {
    border-top-color: rgb(74, 77, 80);
    border-bottom-color: rgb(74, 77, 80);
    border-left-color: initial;
    border-right-color: initial;
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
ul.mailbox-list,
ul.h-list {
    list-style-image: initial;
}
ul.mailbox-list li.active a,
ul.h-list li.active a {
    background-image: initial;
    background-color: rgb(35, 42, 45);
    border-color: rgb(76, 80, 81);
}
.table-mailbox tr:first-child td {
    border-top-color: initial;
}
.email-compose .note-editor {
    border-color: initial;
}
.note-editor .note-toolbar {
    background-color: rgb(35, 42, 45);
}
.contact-panel h3 a {
    color: inherit;
}
.contact-stat span {
    color: rgb(227, 220, 213);
}
body.blank {
    background-color: rgb(42, 44, 45);
}
#notes .panel-body:first-child {
    border-top-color: initial;
}
.note-content textarea {
    border-color: initial;
}
.note-link:hover {
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.filter-item .panel-body {
    border-bottom-color: initial;
}
.filter-item a {
    color: rgb(215, 209, 200);
}
.filter-item:last-child {
    border-bottom-color: rgb(74, 77, 80);
}
.filter-item:hover .panel-body,
.filter-item.active .panel-body {
    background-image: initial;
    background-color: rgb(29, 41, 47);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 3px;
}
.sweet-alert button {
    background-color: rgb(64, 76, 90);
    color: rgb(255, 255, 255);
    border-color: initial;
    box-shadow: none;
}
.sweet-alert button:focus {
    outline-color: initial;
    box-shadow: rgba(49, 86, 127, 0.5) 0px 0px 2px,
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
}
.sweet-alert button:hover {
    background-color: rgb(46, 93, 114);
}
.sweet-alert button:active {
    background-color: rgb(55, 111, 136);
}
.sweet-alert button.cancel {
    background-color: rgb(70, 73, 75);
}
.sweet-alert button.cancel:hover {
    background-color: rgb(76, 80, 81);
}
.sweet-alert button.cancel:active {
    background-color: rgb(90, 95, 96);
}
.sweet-alert {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.cg-notify-message.homer-notify {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
    border-color: initial;
    color: inherit;
}
.homer-notify.alert-warning {
    border-left-color: rgb(209, 169, 71);
}
.homer-notify.alert-success {
    border-left-color: rgb(123, 181, 95);
}
.homer-notify.alert-danger {
    border-left-color: rgb(155, 73, 64);
}
.homer-notify.alert-info {
    border-left-color: rgb(69, 126, 164);
}
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success {
    background-image: none;
}
#toast-container > div {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    color: rgb(215, 209, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
#toast-container > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.toast-close-button {
    color: rgb(255, 255, 255);
}
.toast-info {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(69, 126, 164);
}
.toast-success {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(123, 181, 95);
}
.toast-warning {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(209, 169, 71);
}
.toast-error {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(147, 55, 45);
}
.toast-info .toast-progress {
    background-color: rgb(77, 141, 183);
}
.toast-success .toast-progress {
    background-color: rgb(137, 202, 106);
}
.toast-warning .toast-progress {
    background-color: rgb(237, 191, 81);
}
.toast-error .toast-progress {
    background-color: rgb(159, 59, 49);
}
.fc-state-default {
    background-color: rgb(33, 35, 35);
    background-image: none;
    box-shadow: none;
    color: inherit;
    text-shadow: none;
}
.fc-state-default {
    border-color: initial;
}
.fc-button {
    color: inherit;
    border-color: rgb(74, 77, 80);
}
.fc-state-active {
    background-color: rgb(64, 76, 90);
    border-color: rgb(115, 140, 163);
    color: rgb(255, 255, 255);
}
.fc-header-title h2 {
    color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: rgb(74, 77, 80);
}
.fc-border-separate tbody {
    background-color: rgb(38, 40, 41);
}
.fc-state-highlight {
    background-image: none;
    background-color: rgb(42, 44, 45);
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    background-color: rgb(64, 76, 90);
    border-color: rgb(115, 140, 163);
}
.fc-event-time,
.fc-event-title {
    color: rgb(211, 204, 195);
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: rgb(255, 255, 255);
}
.fc-view-container .fc-widget-header {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.CodeMirror {
    border-color: rgb(73, 76, 78);
}
.note-editor,
.note-editor.note-frame {
    border-color: rgb(74, 77, 80);
}
.note-editor .note-toolbar {
    border-bottom-color: rgb(74, 77, 80);
}
.note-editor .btn-default {
    border-color: rgb(74, 77, 80);
}
.airmode .note-editor {
    border-color: initial;
}
.dd {
    list-style-image: initial;
}
.dd-list {
    list-style-image: initial;
}
.dd-handle {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    border-color: rgb(76, 80, 81);
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.dd-handle:hover {
    background-image: initial;
    background-color: rgb(44, 47, 48);
}
.dd-item > button {
    border-color: initial;
    background-image: initial;
    background-color: transparent;
}
#nestable2 .dd-item > button {
    color: rgb(255, 251, 245);
}
.dd-placeholder,
.dd-empty {
    background-image: initial;
    background-color: rgb(19, 51, 65);
    border-color: rgb(76, 80, 81);
}
.dd-empty {
    border-color: rgb(93, 97, 100);
    background-color: rgb(54, 56, 58);
    background-image: linear-gradient(45deg,
    rgb(33, 35, 35) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(33, 35, 35) 75%,
    rgb(33, 35, 35)),
    linear-gradient(45deg,
    rgb(33, 35, 35) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(33, 35, 35) 75%,
    rgb(33, 35, 35));
}
.dd-dragel .dd-handle {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0px;
}
.nestable-lists {
    border-right-color: initial;
    border-left-color: initial;
    border-top-color: rgb(76, 80, 81);
    border-bottom-color: rgb(76, 80, 81);
}
#nestable2 .dd-handle {
    color: inherit;
    border-color: rgb(76, 80, 81);
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.angular-ui-tree-handle {
    background-image: none;
    background-color: rgb(35, 42, 45);
    border-color: rgb(74, 77, 80);
    color: inherit;
}
.angular-ui-tree-placeholder {
    background-image: initial;
    background-color: rgb(39, 41, 42);
    border-color: rgb(74, 77, 80);
}
.group-title {
    background-color: rgb(114, 120, 122) !important;
    color: rgb(255, 255, 255) !important;
}
.tree-node {
    background-image: none;
    background-color: rgb(35, 42, 45);
    border-color: rgb(74, 77, 80);
    color: inherit;
}
.tree-handle {
    background-image: none;
    background-color: rgb(35, 42, 45);
    border-color: rgb(74, 77, 80);
    color: inherit;
}
.angular-ui-tree-placeholder {
    background-image: initial;
    background-color: rgb(39, 41, 42);
    border-color: rgb(74, 77, 80);
}
.icheckbox_square-green,
.iradio_square-green {
    background-image: url("https://battery.xforce.hu/styles/img/green.png");
    background-color: initial;
    border-color: initial;
}
@media not all,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url("https://battery.xforce.hu/styles/img/green%402x.png");
    }
}
.ui-sortable-placeholder {
    background-image: initial;
    background-color: rgb(35, 42, 45);
    border-color: rgb(85, 89, 92) !important;
}
.bg-white {
    background-color: rgb(33, 35, 35);
}
.bg-light-soft {
    background-color: rgb(42, 44, 45);
}
.bg-light {
    background-color: rgb(35, 42, 45);
}
.border-top {
    border-top-color: rgb(74, 77, 80);
}
.border-bottom {
    border-bottom-color: rgb(74, 77, 80);
}
.border-right {
    border-right-color: rgb(74, 77, 80);
}
.border-left {
    border-left-color: rgb(74, 77, 80);
}
.h-bg-navy-blue {
    background-image: initial;
    background-color: rgb(64, 76, 90);
}
.h-bg-violet {
    background-image: initial;
    background-color: rgb(131, 89, 148);
}
.h-bg-blue {
    background-image: initial;
    background-color: rgb(77, 141, 183);
}
.h-bg-green {
    background-image: initial;
    background-color: rgb(137, 202, 106);
}
.h-bg-yellow {
    background-image: initial;
    background-color: rgb(237, 191, 81);
}
.h-bg-orange {
    background-image: initial;
    background-color: rgb(198, 133, 75);
}
.h-bg-red {
    background-image: initial;
    background-color: rgb(159, 59, 49);
}
.h-bg-red-deep {
    background-image: initial;
    background-color: rgb(158, 74, 65);
}
.text-primary {
    color: rgb(233, 250, 255);
}
.text-primary-2 {
    color: rgb(196, 149, 215);
}
.text-info {
    color: rgb(137, 207, 255);
}
.text-success {
    color: rgb(192, 255, 158);
}
.text-warning {
    color: rgb(255, 255, 131);
}
.text-danger {
    color: rgb(247, 135, 123);
}
.text-white {
    color: rgb(255, 255, 255);
}
body {
    background-color: rgb(33, 35, 35);
    color: rgb(215, 209, 200);
}
#header {
    background-color: rgb(33, 35, 35);
    border-bottom-color: rgb(74, 77, 80);
}
#wrapper {
    background-image: initial;
    background-color: rgb(42, 44, 45);
    border-left-color: rgb(74, 77, 80);
}
.footer {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-top-color: rgb(74, 77, 80);
}
#right-sidebar {
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(74, 77, 80);
}
.boxed {
    background-color: rgb(33, 35, 35);
}
.boxed .profile-picture {
    background-color: rgb(33, 35, 35);
}
.boxed .boxed-wrapper {
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
}
.ngHeaderCell {
    border-right-color: initial;
    border-bottom-color: rgb(74, 77, 80);
}
.ngCell {
    border-right-color: initial;
}
.ngTopPanel {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.ngRow.even {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.ngRow.selected {
    background-image: initial;
    background-color: rgb(50, 52, 54);
}
.ngRow {
    border-bottom-color: rgb(74, 77, 80);
}
.ngCell {
    background-color: transparent;
}
.ngHeaderCell {
    border-right-color: initial;
}
.gridStyle {
    border-color: rgb(74, 77, 80); 
}
.show-grid [class^="col-"] {
    border-color: rgb(80, 83, 85);
    background-color: rgb(42, 44, 45) !important;
}
.color-line {
    background-color: rgb(35, 42, 45);
    background-image: linear-gradient(to right,
    rgb(52, 73, 94),
    rgb(52, 73, 94) 25%,
    rgb(155, 89, 182) 25%,
    rgb(155, 89, 182) 35%,
    rgb(52, 152, 219) 35%,
    rgb(52, 152, 219) 45%,
    rgb(98, 203, 49) 45%,
    rgb(98, 203, 49) 55%,
    rgb(255, 182, 6) 55%,
    rgb(255, 182, 6) 65%,
    rgb(230, 126, 34) 65%,
    rgb(230, 126, 34) 75%,
    rgb(231, 76, 60) 85%,
    rgb(231, 76, 60) 85%,
    rgb(192, 57, 43) 85%,
    rgb(192, 57, 43) 100%);
}
.hr-line-dashed {
    background-color: transparent;
    border-top-color: rgb(71, 75, 76);
    color: transparent;
}
#logo {
    background-color: rgb(64, 76, 90);
}
#logo span {
    color: rgb(255, 255, 255);
}
#logo.light-version {
    background-color: rgb(35, 42, 45);
    border-bottom-color: rgb(74, 77, 80);
}
#logo.light-version span {
    color: rgb(233, 250, 255);
}
#side-menu {
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
#side-menu li a {
    color: rgb(215, 209, 200);
}
#side-menu li {
    border-bottom-color: rgb(74, 77, 80);
}
#side-menu li:first-child {
    border-top-color: rgb(74, 77, 80);
}
#side-menu li .nav-second-level li a {
    color: rgb(215, 209, 200);
}
#side-menu li .nav-second-level li.active a {
    background-color: rgb(35, 42, 45);
}
#side-menu li .nav-third-level li a {
    color: rgb(215, 209, 200);
}
#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
#side-menu li.active {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.navbar.navbar-static-top a,
.nav.navbar-nav li a {
    color: rgb(227, 220, 213);
}
.header-link {
    border-right-color: rgb(74, 77, 80);
    border-left-color: rgb(74, 77, 80);
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.header-link:hover {
    background-image: initial;
    background-color: rgb(42, 44, 45);
}
.navbar.navbar-static-top .hide-menu {
    color: rgb(227, 220, 213);
}
.box-rb-border {
    border-right-color: rgb(74, 77, 80);
    border-bottom-color: rgb(74, 77, 80);
}
.box-b-border {
    border-bottom-color: rgb(74, 77, 80);
}
.box-r-border {
    border-right-color: rgb(74, 77, 80);
}
a {
    color: rgb(233, 250, 255);
}
a:hover,
a:focus {
    color: rgb(233, 250, 255);
    text-decoration-color: initial;
}
.no-borders {
    border-color: initial !important;
}
.no-background {
    background-image: initial !important;
    background-color: transparent !important;
}
.borders {
    border-color: rgb(74, 77, 80) !important;
}
.navbar-form-custom .form-control {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: initial;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}
.label-success {
    background-color: rgb(137, 202, 106);
}
.well {
    background-image: initial;
    background-color: rgb(35, 42, 45);
    box-shadow: none;
}
.feed-activity-list .feed-element {
    border-bottom-color: rgb(75, 79, 80);
}
.feed-element .well {
    border-color: rgb(75, 79, 80);
    box-shadow: none;
}
.project-list table tr td {
    border-top-color: initial;
    border-bottom-color: rgb(75, 79, 80);
}
.icons-box .infont i {
    color: rgb(218, 212, 203);
}
.icons-box .infont span {
    color: rgb(234, 228, 220);
}
.clip-header {
    background-image: initial;
    background-color: rgb(35, 42, 45);
    border-left-color: rgb(74, 77, 80);
    border-bottom-color: rgb(74, 77, 80);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: rgb(77, 141, 183);
    border-color: rgb(72, 131, 171);
    color: rgb(255, 255, 255);
}
.hbreadcrumb a.active {
    color: rgb(227, 220, 213);
}
.form-control {
    border-color: rgb(74, 77, 80) !important;
}
.input-group-addon {
    background-image: initial;
    background-color: rgb(36, 37, 39);
    border-color: rgb(74, 77, 80) !important;
}
.table > thead > tr > th {
    border-bottom-color: initial;
}
.form-control.error {
    border-color: rgb(147, 55, 45) !important;
}
label.error,
label span.error {
    color: rgb(247, 135, 123);
}
.mobile-navbar {
    background-color: rgb(33, 35, 35);
}
.mobile-navbar .navbar-nav {
    border-bottom-color: rgb(74, 77, 80);
}
.mobile-navbar .navbar-nav > li > a {
    color: rgb(215, 209, 200);
}
.mobile-navbar .navbar-nav > li > a:hover,
.mobile-navbar .navbar-nav > li > a:focus,
.mobile-navbar .navbar-nav .open > a,
.mobile-navbar .navbar-nav .open > a:hover,
.mobile-navbar .navbar-nav .open > a:focus {
    border-bottom-color: initial;
}
body.light-skin {
    background-color: rgb(37, 39, 39);
}
body.light-skin #wrapper {
    background-color: transparent;
    border-left-color: initial;
}
body.light-skin #side-menu {
    background-image: initial;
    background-color: initial;
}
body.light-skin #side-menu li {
    border-color: initial;
}
body.light-skin #side-menu li:first-child {
    border-color: initial;
}
body.light-skin #side-menu li a {
    color: rgb(215, 209, 200);
}
body.light-skin #side-menu li a:hover,
body.light-skin #side-menu li a:focus {
    background-color: inherit;
    color: rgb(215, 209, 200);
}
body.light-skin #side-menu li.active {
    border-color: initial;
    background-image: initial;
    background-color: initial;
}
body.light-skin #side-menu li.active > a {
    border-color: initial;
    color: rgb(215, 209, 200);
}
body.light-skin .hpanel .panel-body {
    border-color: initial;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
body.light-skin .hpanel.panel-collapse .panel-heading {
    border-color: initial;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
body.light-skin .hpanel .panel-heading {
    border-color: initial;
}
body.light-skin .hpanel .hbuilt.panel-heading,
body.light-skin .hpanel.blog-box .panel-heading {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
body.light-skin .hpanel.hgreen .panel-body {
    border-top-color: rgb(123, 181, 95);
}
body.light-skin .hpanel.hblue .panel-body {
    border-top-color: rgb(69, 126, 164);
}
body.light-skin .hpanel.hyellow .panel-body {
    border-top-color: rgb(209, 169, 71);
}
body.light-skin .hpanel.hviolet .panel-body {
    border-top-color: rgb(117, 80, 132);
}
body.light-skin .hpanel.horange .panel-body {
    border-top-color: rgb(176, 119, 67);
}
body.light-skin .hpanel.hred .panel-body {
    border-top-color: rgb(147, 55, 45);
}
body.light-skin .hpanel.hreddeep .panel-body {
    border-top-color: rgb(155, 73, 64);
}
body.light-skin .hpanel.hnavyblue .panel-body {
    border-top-color: rgb(115, 140, 163);
}
body.light-skin #header {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px;
    border-color: initial;
}
body.light-skin .header-link {
    background-color: rgb(33, 35, 35);
}
body.light-skin #logo.light-version {
    border-color: initial;
    background-color: rgb(33, 35, 35);
}
body.light-skin #logo.light-version span {
    color: rgb(215, 209, 200);
}
body.light-skin .hpanel > .panel-footer,
body.light-skin .hpanel > .panel-section {
    background-color: transparent;
    border-color: initial;
}
body.light-skin .social-board .hpanel > .panel-footer,
body.light-skin .social-board .hpanel > .panel-section {
    border-color: rgb(74, 77, 80);
}
body.light-skin .contact-panel.hpanel > .panel-footer,
body.light-skin .contact-panel.hpanel > .panel-section {
    border-color: rgb(74, 77, 80);
}
.landing-page .navbar-default {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.landing-page .navbar .navbar-brand {
    color: rgb(255, 255, 255);
    background-color: rgb(137, 202, 106);
}
.landing-page .navbar-default .navbar-toggle:hover,
.landing-page .navbar-default .navbar-toggle:focus {
    background-image: initial;
    background-color: rgb(137, 202, 106);
}
.landing-page .navbar-default .navbar-toggle:hover .icon-bar,
.landing-page .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgb(33, 35, 35) !important;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover,
.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: rgb(192, 255, 158);
    border-color: initial;
}
.landing-page .navbar-default li a:hover {
    border-bottom-color: initial;
}
.landing-page .brand-desc {
    color: rgb(236, 231, 223);
}
.landing-page .navbar-nav > li > a {
    color: rgb(236, 231, 223);
}
.landing-page header {
    background-image: url("https://battery.xforce.hu/images/landing/header.jpg");
    background-color: initial;
}
.landing-page section {
    border-bottom-color: rgb(74, 77, 80);
}
.landing-page .heading {
    color: rgb(255, 255, 255);
}
.landing-page p {
    color: rgb(240, 235, 228);
}
.landing-page .heading p.small {
    color: rgb(240, 235, 228);
}
.landing-page .heading-image p {
    color: rgb(240, 235, 228);
}
.landing-page .heading-image img {
    box-shadow: rgb(53, 56, 57) 0px 0px 8px 0px;
}
.landing-page .navy-link {
    background-image: initial;
    background-color: rgb(80, 89, 98);
    color: rgb(255, 255, 255);
}
.landing-page .social-icon a {
    background-image: initial;
    background-color: rgb(137, 202, 106);
    color: rgb(255, 255, 255);
}
.landing-page .social-icon a:hover {
    background-image: initial;
    background-color: rgb(126, 187, 98);
}
.landing-page .pricing-plan {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-color: rgb(74, 77, 80);
}
.landing-page .pricing-plan li {
    color: rgb(239, 234, 227);
}
.landing-page .pricing-plan .pricing-price span {
    color: rgb(192, 255, 158);
}
.landing-page li.pricing-desc {
    border-top-color: initial;
}
.landing-page li.pricing-title {
    color: rgb(236, 231, 223);
}
.landing-page .client {
    color: rgb(240, 235, 228);
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.debug {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_hover {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_min {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_min_hover {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_header {
    background-image: initial;
    background-color: rgb(54, 57, 58);
    border-bottom-color: rgb(106, 111, 113);
}
.debug_header_hover {
    background-image: initial;
    background-color: rgb(47, 48, 50);
    border-bottom-color: rgb(106, 111, 113);
}
.g_sarga {
    background-color: rgb(204, 152, 66);
    border-color: rgb(190, 141, 61);
    color: rgb(255, 255, 255);
}
.g_feher {
    background-color: rgb(33, 35, 35);
    border-color: rgb(74, 77, 79);
    color: rgb(255, 255, 255);
}
.g_zold {
    background-color: rgb(105, 191, 133);
    border-color: rgb(92, 168, 99);
    color: rgb(255, 255, 255);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    border-color: rgb(79, 125, 164);
}
.c100 {
    background-color: rgb(73, 76, 78);
}
.c100 > span {
    color: rgb(255, 255, 255);
}
.c100::after {
    background-color: rgb(41, 43, 43);
}
.c100:hover > span {
    color: rgb(167, 218, 255);
}
.c100.dark {
    background-color: rgb(124, 129, 132);
}
.c100.dark .bar,
.c100.dark .fill {
    border-color: rgb(197, 228, 89) !important;
}
.c100.dark > span {
    color: rgb(206, 199, 190);
}
.c100.dark::after {
    background-color: rgb(106, 111, 113);
}
.c100.dark:hover > span {
    color: rgb(255, 255, 148);
}
.c100.green .bar,
.c100.green .fill {
    border-color: rgb(109, 170, 99) !important;
}
.c100.green:hover > span {
    color: rgb(178, 252, 167);
}
.c100.green.dark .bar,
.c100.green.dark .fill {
    border-color: rgb(154, 236, 87) !important;
}
.c100.green.dark:hover > span {
    color: rgb(235, 255, 166);
}
.c100.orange .bar,
.c100.orange .fill {
    border-color: rgb(184, 149, 82) !important;
}
.c100.orange:hover > span {
    color: rgb(255, 226, 140);
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
    border-color: rgb(170, 119, 71) !important;
}
.c100.orange.dark:hover > span {
    color: rgb(255, 202, 142);
}
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success {
    background-image: none;
}
#toast-container > div {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    color: rgb(215, 209, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
#toast-container > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.toast-close-button {
    color: rgb(255, 255, 255);
}
.toast-info {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(69, 126, 164);
}
.toast-success {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(123, 181, 95);
}
.toast-warning {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(209, 169, 71);
}
.toast-error {
    background-image: initial;
    background-color: rgb(33, 35, 35);
    border-left-color: rgb(147, 55, 45);
}
.toast-info .toast-progress {
    background-color: rgb(77, 141, 183);
}
.toast-success .toast-progress {
    background-color: rgb(137, 202, 106);
}
.toast-warning .toast-progress {
    background-color: rgb(237, 191, 81);
}
.toast-error .toast-progress {
    background-color: rgb(159, 59, 49);
}
.dd {
    list-style-image: initial;
}
.dd-list {
    list-style-image: initial;
}
.dd-handle {
    color: rgb(255, 255, 255);
    text-decoration-color: initial;
    border-color: rgb(76, 80, 81);
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
.dd-handle:hover {
    background-image: initial;
    background-color: rgb(44, 47, 48);
}
.dd-item > button {
    border-color: initial;
    background-image: initial;
    background-color: transparent;
}
#nestable2 .dd-item > button {
    color: rgb(255, 251, 245);
}
.dd-placeholder,
.dd-empty {
    background-image: initial;
    background-color: rgb(19, 51, 65);
    border-color: rgb(76, 80, 81);
}
.dd-empty {
    border-color: rgb(93, 97, 100);
    background-color: rgb(54, 56, 58);
    background-image: linear-gradient(45deg,
    rgb(33, 35, 35) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(33, 35, 35) 75%,
    rgb(33, 35, 35)),
    linear-gradient(45deg,
    rgb(33, 35, 35) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(33, 35, 35) 75%,
    rgb(33, 35, 35));
}
.dd-dragel .dd-handle {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0px;
}
.nestable-lists {
    border-right-color: initial;
    border-left-color: initial;
    border-top-color: rgb(76, 80, 81);
    border-bottom-color: rgb(76, 80, 81);
}
#nestable2 .dd-handle {
    color: inherit;
    border-color: rgb(76, 80, 81);
    background-image: initial;
    background-color: rgb(35, 42, 45);
}
#edge-translate-panel-body {
    color: var(--darkreader-text--darkreader-neutral-text) !important;
}
.debug {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_hover {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_min {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_min_hover {
    background-image: initial;
    background-color: rgb(38, 40, 41);
}
.debug_header {
    background-image: initial;
    background-color: rgb(54, 57, 58);
    border-bottom-color: rgb(106, 111, 113);
}
.debug_header_hover {
    background-image: initial;
    background-color: rgb(47, 48, 50);
    border-bottom-color: rgb(106, 111, 113);
}
.jqstooltip {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    border-color: rgb(66, 69, 71);
}
.jqsfield {
    color: rgb(255, 255, 255);
}
.darkmode-layer {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.darkmode-toggle {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}
.darkmode-toggle--white {
    background-image: initial;
    background-color: rgb(18, 17, 35);
}
.darkmode-background {
    background-image: initial;
    background-color: rgb(33, 35, 35);
}

/* Override Style */
.vimvixen-hint {
    background-color: #8f701e !important;
    border-color: #ffea70 !important;
    color: #ffffff !important;
}
::placeholder {
    opacity: 0.5 !important;
}
a[href="https://coinmarketcap.com/"] > svg[width="94"][height="16"] > path {
    fill: var(--darkreader-neutral-text) !important;
}
#edge-translate-panel-body {
    color: var(--darkreader-neutral-text) !important;
}
