[data-theme="dark"] {
    background: none;
    background-color: #111 !important;
    color: #eee;
}

[data-theme="dark"] .bg-light {
    background-color: #333 !important;
}

[data-theme="dark"] .bg-white {
    background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
    background-color: #eee !important;
}

[data-theme="dark"] .footer {
    background-color: #303030 !important;
}

[data-theme="dark"] .modal-content {
    background-color: #303030 !important;
    border: 1px solid #444 !important;
}

[data-theme="dark"] .modal-header {
    border-bottom: 1px solid #444 !important;
}

[data-theme="dark"] .modal-footer {
    border-top: 1px solid #444 !important;
}

[data-theme="dark"] .modal-footer .btn {
    color: #ffffff;
    background-color: #464545;
    border-color: #464545;
}

[data-theme="dark"] .modal-footer .btn:hover,
[data-theme="dark"] .modal-footer .btn:focus {
    color: #ffffff;
    background-color: #2c2c2c;
    border-color: #272727;
}

[data-theme="dark"] .modal-footer .btn-primary {
    color: #ffffff;
    background-color: #375a7f;
    border-color: #375a7f;
}

[data-theme="dark"] .modal-footer .btn-primary:hover,
[data-theme="dark"] .modal-footer .btn-primary:focus {
    color: #ffffff;
    background-color: #28415b;
    border-color: #253c54;
}

[data-theme="dark"] .modal-footer .btn-success {
    color: #ffffff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}

[data-theme="dark"] .modal-footer .btn-success:hover,
[data-theme="dark"] .modal-footer .btn-success:focus {
    color: #ffffff;
    background-color: #008966;
    border-color: #007f5e;
}

[data-theme="dark"] .modal-footer .btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

[data-theme="dark"] .modal-footer .btn-danger:hover,
[data-theme="dark"] .modal-footer .btn-danger:focus {
    color: #ffffff;
    background-color: #d62c1a;
    border-color: #cd2a19;
}

[data-theme="dark"] .panel {
    background-color: #303030;
    color: #ffffff;
    border-color: #464545;
}

[data-theme="dark"] .panel-body {
    background-color: #303030 !important;
    color: #ffffff;
}

[data-theme="dark"] .panel-heading {
    background-color: #464545;
    border-bottom: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .panel-heading a {
    color: #ffffff;
}

[data-theme="dark"] .panel-heading a:hover,
[data-theme="dark"] .panel-heading a:focus {
    color: #3498db;
    text-decoration: none;
}

[data-theme="dark"] .panel-title {
    color: #ffffff;
}

[data-theme="dark"] .panel-footer {
    background-color: #464545;
    border-top: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .panel-default {
    border-color: #464545;
}

[data-theme="dark"] .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #464545;
    border-color: #464545;
}

[data-theme="dark"] .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #464545;
    color: #ffffff;
}

[data-theme="dark"] .panel-default > .panel-heading .badge {
    color: #464545;
    background-color: #ffffff;
}

[data-theme="dark"] .panel-success {
    border-color: #00bc8c;
}

[data-theme="dark"] .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}

[data-theme="dark"] .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00bc8c;
    color: #ffffff;
    background-color: #1a332d;
}

[data-theme="dark"] .panel-success > .panel-heading .badge {
    color: #00bc8c;
    background-color: #ffffff;
}

[data-theme="dark"] .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00bc8c;
}

[data-theme="dark"] .panel-danger {
    border-color: #e74c3c;
}

[data-theme="dark"] .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

[data-theme="dark"] .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e74c3c;
    color: #ffffff;
}

[data-theme="dark"] .panel-danger > .panel-heading .badge {
    color: #e74c3c;
    background-color: #ffffff;
}

[data-theme="dark"] .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e74c3c;
    color: #ffffff;
}

[data-theme="dark"] .panel-info {
    border-color: #2980b9;
}

[data-theme="dark"] .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #2980b9;
    border-color: #2980b9;
}

[data-theme="dark"] .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2980b9;
    color: #ffffff;
}

[data-theme="dark"] .panel-info > .panel-heading .badge {
    color: #2980b9;
    background-color: #ffffff;
}

[data-theme="dark"] .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2980b9;
    color: #ffffff;
}

[data-theme="dark"] .alert h4 {
    color: inherit;
}

[data-theme="dark"] .alert .alert-link {
    font-weight: bold;
}

[data-theme="dark"] .alert-dismissable .close,
[data-theme="dark"] .alert-dismissible .close {
    color: inherit;
}

[data-theme="dark"] .alert-success {
    color: #ffffff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}

[data-theme="dark"] .alert-success hr {
    border-top-color: #00a379;
}

[data-theme="dark"] .alert-success .alert-link {
    color: #e6e6e6;
}

[data-theme="dark"] .alert-info {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}

[data-theme="dark"] .alert-info hr {
    border-top-color: #258cd1;
}

[data-theme="dark"] .alert-info .alert-link {
    color: #e6e6e6;
}

[data-theme="dark"] .alert-warning {
    color: #ffffff;
    background-color: #f39c12;
    border-color: #f39c12;
}

[data-theme="dark"] .alert-warning hr {
    border-top-color: #e08e0b;
}

[data-theme="dark"] .alert-warning .alert-link {
    color: #e6e6e6;
}

[data-theme="dark"] .alert-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

[data-theme="dark"] .alert-danger hr {
    border-top-color: #e43725;
}

[data-theme="dark"] .alert-danger .alert-link {
    color: #e6e6e6;
}

[data-theme="dark"] .well {
    background-color: #303030;
    border: 1px solid transparent;
}

[data-theme="dark"] .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .table {
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] .table > thead > tr > th,
[data-theme="dark"] .table > tbody > tr > th,
[data-theme="dark"] .table > tfoot > tr > th,
[data-theme="dark"] .table > thead > tr > td,
[data-theme="dark"] .table > tbody > tr > td,
[data-theme="dark"] .table > tfoot > tr > td {
    border-top: 1px solid #464545;
    background-color: #303030;
}

[data-theme="dark"] .table > thead > tr > th {
    border-bottom: 2px solid #464545;
    background-color: #464545;
}

[data-theme="dark"] .table > tbody + tbody {
    border-top: 2px solid #464545;
}

[data-theme="dark"] .table-bordered {
    border: 1px solid #464545;
}

[data-theme="dark"] .table-bordered > thead > tr > th,
[data-theme="dark"] .table-bordered > tbody > tr > th,
[data-theme="dark"] .table-bordered > tfoot > tr > th,
[data-theme="dark"] .table-bordered > thead > tr > td,
[data-theme="dark"] .table-bordered > tbody > tr > td,
[data-theme="dark"] .table-bordered > tfoot > tr > td {
    border: 1px solid #464545;
}

[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #3d3d3d;
}

[data-theme="dark"] .table-hover > tbody > tr:hover {
    background-color: #464545;
}

[data-theme="dark"] .table-condensed > thead > tr > th,
[data-theme="dark"] .table-condensed > tbody > tr > th,
[data-theme="dark"] .table-condensed > tfoot > tr > th,
[data-theme="dark"] .table-condensed > thead > tr > td,
[data-theme="dark"] .table-condensed > tbody > tr > td,
[data-theme="dark"] .table-condensed > tfoot > tr > td {
    padding: 5px;
}

[data-theme="dark"] .table > thead > tr > td.active,
[data-theme="dark"] .table > tbody > tr > td.active,
[data-theme="dark"] .table > tfoot > tr > td.active,
[data-theme="dark"] .table > thead > tr > th.active,
[data-theme="dark"] .table > tbody > tr > th.active,
[data-theme="dark"] .table > tfoot > tr > th.active,
[data-theme="dark"] .table > thead > tr.active > td,
[data-theme="dark"] .table > tbody > tr.active > td,
[data-theme="dark"] .table > tfoot > tr.active > td,
[data-theme="dark"] .table > thead > tr.active > th,
[data-theme="dark"] .table > tbody > tr.active > th,
[data-theme="dark"] .table > tfoot > tr.active > th {
    background-color: #464545;
}

[data-theme="dark"] .table-hover > tbody > tr > td.active:hover,
[data-theme="dark"] .table-hover > tbody > tr > th.active:hover,
[data-theme="dark"] .table-hover > tbody > tr.active:hover > td,
[data-theme="dark"] .table-hover > tbody > tr:hover > .active,
[data-theme="dark"] .table-hover > tbody > tr.active:hover > th {
    background-color: #393838;
}

[data-theme="dark"] .table > thead > tr > td.success,
[data-theme="dark"] .table > tbody > tr > td.success,
[data-theme="dark"] .table > tfoot > tr > td.success,
[data-theme="dark"] .table > thead > tr > th.success,
[data-theme="dark"] .table > tbody > tr > th.success,
[data-theme="dark"] .table > tfoot > tr > th.success,
[data-theme="dark"] .table > thead > tr.success > td,
[data-theme="dark"] .table > tbody > tr.success > td,
[data-theme="dark"] .table > tfoot > tr.success > td,
[data-theme="dark"] .table > thead > tr.success > th,
[data-theme="dark"] .table > tbody > tr.success > th,
[data-theme="dark"] .table > tfoot > tr.success > th {
    background-color: #00bc8c;
}

[data-theme="dark"] .table-hover > tbody > tr > td.success:hover,
[data-theme="dark"] .table-hover > tbody > tr > th.success:hover,
[data-theme="dark"] .table-hover > tbody > tr.success:hover > td,
[data-theme="dark"] .table-hover > tbody > tr:hover > .success,
[data-theme="dark"] .table-hover > tbody > tr.success:hover > th {
    background-color: #00a379;
}

[data-theme="dark"] .table > thead > tr > td.info,
[data-theme="dark"] .table > tbody > tr > td.info,
[data-theme="dark"] .table > tfoot > tr > td.info,
[data-theme="dark"] .table > thead > tr > th.info,
[data-theme="dark"] .table > tbody > tr > th.info,
[data-theme="dark"] .table > tfoot > tr > th.info,
[data-theme="dark"] .table > thead > tr.info > td,
[data-theme="dark"] .table > tbody > tr.info > td,
[data-theme="dark"] .table > tfoot > tr.info > td,
[data-theme="dark"] .table > thead > tr.info > th,
[data-theme="dark"] .table > tbody > tr.info > th,
[data-theme="dark"] .table > tfoot > tr.info > th {
    background-color: #3498db;
}

[data-theme="dark"] .table-hover > tbody > tr > td.info:hover,
[data-theme="dark"] .table-hover > tbody > tr > th.info:hover,
[data-theme="dark"] .table-hover > tbody > tr.info:hover > td,
[data-theme="dark"] .table-hover > tbody > tr:hover > .info,
[data-theme="dark"] .table-hover > tbody > tr.info:hover > th {
    background-color: #258cd1;
}

[data-theme="dark"] .table > thead > tr > td.warning,
[data-theme="dark"] .table > tbody > tr > td.warning,
[data-theme="dark"] .table > tfoot > tr > td.warning,
[data-theme="dark"] .table > thead > tr > th.warning,
[data-theme="dark"] .table > tbody > tr > th.warning,
[data-theme="dark"] .table > tfoot > tr > th.warning,
[data-theme="dark"] .table > thead > tr.warning > td,
[data-theme="dark"] .table > tbody > tr.warning > td,
[data-theme="dark"] .table > tfoot > tr.warning > td,
[data-theme="dark"] .table > thead > tr.warning > th,
[data-theme="dark"] .table > tbody > tr.warning > th,
[data-theme="dark"] .table > tfoot > tr.warning > th {
    background-color: #f39c12;
}

[data-theme="dark"] .table-hover > tbody > tr > td.warning:hover,
[data-theme="dark"] .table-hover > tbody > tr > th.warning:hover,
[data-theme="dark"] .table-hover > tbody > tr.warning:hover > td,
[data-theme="dark"] .table-hover > tbody > tr:hover > .warning,
[data-theme="dark"] .table-hover > tbody > tr.warning:hover > th {
    background-color: #e08e0b;
}

[data-theme="dark"] .table > thead > tr > td.danger,
[data-theme="dark"] .table > tbody > tr > td.danger,
[data-theme="dark"] .table > tfoot > tr > td.danger,
[data-theme="dark"] .table > thead > tr > th.danger,
[data-theme="dark"] .table > tbody > tr > th.danger,
[data-theme="dark"] .table > tfoot > tr > th.danger,
[data-theme="dark"] .table > thead > tr.danger > td,
[data-theme="dark"] .table > tbody > tr.danger > td,
[data-theme="dark"] .table > tfoot > tr.danger > td,
[data-theme="dark"] .table > thead > tr.danger > th,
[data-theme="dark"] .table > tbody > tr.danger > th,
[data-theme="dark"] .table > tfoot > tr.danger > th {
    background-color: #e74c3c;
}

[data-theme="dark"] .table-hover > tbody > tr > td.danger:hover,
[data-theme="dark"] .table-hover > tbody > tr > th.danger:hover,
[data-theme="dark"] .table-hover > tbody > tr.danger:hover > td,
[data-theme="dark"] .table-hover > tbody > tr:hover > .danger,
[data-theme="dark"] .table-hover > tbody > tr.danger:hover > th {
    background-color: #e43725;
}

[data-theme="dark"] .btn:hover,
[data-theme="dark"] .btn:focus,
[data-theme="dark"] .btn.focus {
    color: #ffffff;
    text-decoration: none;
}

[data-theme="dark"] .btn:active,
[data-theme="dark"] .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[data-theme="dark"] .btn.disabled,
[data-theme="dark"] .btn[disabled],
[data-theme="dark"] fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}

[data-theme="dark"] a.btn.disabled,
[data-theme="dark"] fieldset[disabled] a.btn {
    pointer-events: none;
}

[data-theme="dark"] .btn-default {
    color: #ffffff;
    background-color: #464545;
    border-color: #464545;
}

[data-theme="dark"] .btn-default:focus,
[data-theme="dark"] .btn-default.focus {
    color: #ffffff;
    background-color: #2c2c2c;
    border-color: #060606;
}

[data-theme="dark"] .btn-default:hover {
    color: #ffffff;
    background-color: #2c2c2c;
    border-color: #272727;
}

[data-theme="dark"] .btn-default:active,
[data-theme="dark"] .btn-default.active,
[data-theme="dark"] .open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #2c2c2c;
    background-image: none;
    border-color: #272727;
}

[data-theme="dark"] .btn-default:active:hover,
[data-theme="dark"] .btn-default.active:hover,
[data-theme="dark"] .open > .dropdown-toggle.btn-default:hover,
[data-theme="dark"] .btn-default:active:focus,
[data-theme="dark"] .btn-default.active:focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-default:focus,
[data-theme="dark"] .btn-default:active.focus,
[data-theme="dark"] .btn-default.active.focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: #1a1a1a;
    border-color: #060606;
}

[data-theme="dark"] .btn-default.disabled:hover,
[data-theme="dark"] .btn-default[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-default:hover,
[data-theme="dark"] .btn-default.disabled:focus,
[data-theme="dark"] .btn-default[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-default:focus,
[data-theme="dark"] .btn-default.disabled.focus,
[data-theme="dark"] .btn-default[disabled].focus,
[data-theme="dark"] fieldset[disabled] .btn-default.focus {
    background-color: #464545;
    border-color: #464545;
}

[data-theme="dark"] .btn-default .badge {
    color: #464545;
    background-color: #ffffff;
}

[data-theme="dark"] .btn-primary {
    color: #ffffff;
    background-color: #375a7f;
    border-color: #375a7f;
}

[data-theme="dark"] .btn-primary:focus,
[data-theme="dark"] .btn-primary.focus {
    color: #ffffff;
    background-color: #28415b;
    border-color: #101b26;
}

[data-theme="dark"] .btn-primary:hover {
    color: #ffffff;
    background-color: #28415b;
    border-color: #253c54;
}

[data-theme="dark"] .btn-primary:active,
[data-theme="dark"] .btn-primary.active,
[data-theme="dark"] .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #28415b;
    background-image: none;
    border-color: #253c54;
}

[data-theme="dark"] .btn-primary:active:hover,
[data-theme="dark"] .btn-primary.active:hover,
[data-theme="dark"] .open > .dropdown-toggle.btn-primary:hover,
[data-theme="dark"] .btn-primary:active:focus,
[data-theme="dark"] .btn-primary.active:focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-primary:focus,
[data-theme="dark"] .btn-primary:active.focus,
[data-theme="dark"] .btn-primary.active.focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #1d2f43;
    border-color: #101b26;
}

[data-theme="dark"] .btn-primary.disabled:hover,
[data-theme="dark"] .btn-primary[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-primary:hover,
[data-theme="dark"] .btn-primary.disabled:focus,
[data-theme="dark"] .btn-primary[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-primary:focus,
[data-theme="dark"] .btn-primary.disabled.focus,
[data-theme="dark"] .btn-primary[disabled].focus,
[data-theme="dark"] fieldset[disabled] .btn-primary.focus {
    background-color: #375a7f;
    border-color: #375a7f;
}

[data-theme="dark"] .btn-primary .badge {
    color: #375a7f;
    background-color: #ffffff;
}

[data-theme="dark"] .btn-success {
    color: #ffffff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}

[data-theme="dark"] .btn-success:focus,
[data-theme="dark"] .btn-success.focus {
    color: #ffffff;
    background-color: #008966;
    border-color: #003d2d;
}

[data-theme="dark"] .btn-success:hover {
    color: #ffffff;
    background-color: #008966;
    border-color: #007f5e;
}

[data-theme="dark"] .btn-success:active,
[data-theme="dark"] .btn-success.active,
[data-theme="dark"] .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #008966;
    background-image: none;
    border-color: #007f5e;
}

[data-theme="dark"] .btn-success:active:hover,
[data-theme="dark"] .btn-success.active:hover,
[data-theme="dark"] .open > .dropdown-toggle.btn-success:hover,
[data-theme="dark"] .btn-success:active:focus,
[data-theme="dark"] .btn-success.active:focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-success:focus,
[data-theme="dark"] .btn-success:active.focus,
[data-theme="dark"] .btn-success.active.focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #00654b;
    border-color: #003d2d;
}

[data-theme="dark"] .btn-success.disabled:hover,
[data-theme="dark"] .btn-success[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-success:hover,
[data-theme="dark"] .btn-success.disabled:focus,
[data-theme="dark"] .btn-success[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-success:focus,
[data-theme="dark"] .btn-success.disabled.focus,
[data-theme="dark"] .btn-success[disabled].focus,
[data-theme="dark"] fieldset[disabled] .btn-success.focus {
    background-color: #00bc8c;
    border-color: #00bc8c;
}

[data-theme="dark"] .btn-success .badge {
    color: #00bc8c;
    background-color: #ffffff;
}

[data-theme="dark"] .btn-info {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}

[data-theme="dark"] .btn-info:focus,
[data-theme="dark"] .btn-info.focus {
    color: #ffffff;
    background-color: #217dbb;
    border-color: #16527a;
}

[data-theme="dark"] .btn-info:hover {
    color: #ffffff;
    background-color: #217dbb;
    border-color: #2077b2;
}

[data-theme="dark"] .btn-info:active,
[data-theme="dark"] .btn-info.active,
[data-theme="dark"] .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #217dbb;
    background-image: none;
    border-color: #2077b2;
}

[data-theme="dark"] .btn-info:active:hover,
[data-theme="dark"] .btn-info.active:hover,
[data-theme="dark"] .open > .dropdown-toggle.btn-info:hover,
[data-theme="dark"] .btn-info:active:focus,
[data-theme="dark"] .btn-info.active:focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-info:focus,
[data-theme="dark"] .btn-info:active.focus,
[data-theme="dark"] .btn-info.active.focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #1c699d;
    border-color: #16527a;
}

[data-theme="dark"] .btn-info.disabled:hover,
[data-theme="dark"] .btn-info[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-info:hover,
[data-theme="dark"] .btn-info.disabled:focus,
[data-theme="dark"] .btn-info[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-info:focus,
[data-theme="dark"] .btn-info.disabled.focus,
[data-theme="dark"] .btn-info[disabled].focus,
[data-theme="dark"] fieldset[disabled] .btn-info.focus {
    background-color: #3498db;
    border-color: #3498db;
}

[data-theme="dark"] .btn-info .badge {
    color: #3498db;
    background-color: #ffffff;
}

[data-theme="dark"] .btn-warning {
    color: #ffffff;
    background-color: #f39c12;
    border-color: #f39c12;
}

[data-theme="dark"] .btn-warning:focus,
[data-theme="dark"] .btn-warning.focus {
    color: #ffffff;
    background-color: #c87f0a;
    border-color: #7f5006;
}

[data-theme="dark"] .btn-warning:hover {
    color: #ffffff;
    background-color: #c87f0a;
    border-color: #be780a;
}

[data-theme="dark"] .btn-warning:active,
[data-theme="dark"] .btn-warning.active,
[data-theme="dark"] .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #c87f0a;
    background-image: none;
    border-color: #be780a;
}

[data-theme="dark"] .btn-warning:active:hover,
[data-theme="dark"] .btn-warning.active:hover,
[data-theme="dark"] .open > .dropdown-toggle.btn-warning:hover,
[data-theme="dark"] .btn-warning:active:focus,
[data-theme="dark"] .btn-warning.active:focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-warning:focus,
[data-theme="dark"] .btn-warning:active.focus,
[data-theme="dark"] .btn-warning.active.focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #a66908;
    border-color: #7f5006;
}

[data-theme="dark"] .btn-warning.disabled:hover,
[data-theme="dark"] .btn-warning[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-warning:hover,
[data-theme="dark"] .btn-warning.disabled:focus,
[data-theme="dark"] .btn-warning[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-warning:focus,
[data-theme="dark"] .btn-warning.disabled.focus,
[data-theme="dark"] .btn-warning[disabled].focus,
[data-theme="dark"] fieldset[disabled] .btn-warning.focus {
    background-color: #f39c12;
    border-color: #f39c12;
}

[data-theme="dark"] .btn-warning .badge {
    color: #f39c12;
    background-color: #ffffff;
}

[data-theme="dark"] .btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

[data-theme="dark"] .btn-danger:focus,
[data-theme="dark"] .btn-danger.focus {
    color: #ffffff;
    background-color: #d62c1a;
    border-color: #921e12;
}

[data-theme="dark"] .btn-danger:hover {
    color: #ffffff;
    background-color: #d62c1a;
    border-color: #cd2a19;
}

[data-theme="dark"] .btn-danger:active,
[data-theme="dark"] .btn-danger.active,
[data-theme="dark"] .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d62c1a;
    background-image: none;
    border-color: #cd2a19;
}

[data-theme="dark"] .btn-danger:active:hover,
[data-theme="dark"] .btn-danger.active:hover,
[data-theme="dark"] .open > .dropdown-toggle.btn-danger:hover,
[data-theme="dark"] .btn-danger:active:focus,
[data-theme="dark"] .btn-danger.active:focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-danger:focus,
[data-theme="dark"] .btn-danger:active.focus,
[data-theme="dark"] .btn-danger.active.focus,
[data-theme="dark"] .open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #b62516;
    border-color: #921e12;
}

[data-theme="dark"] .btn-danger.disabled:hover,
[data-theme="dark"] .btn-danger[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-danger:hover,
[data-theme="dark"] .btn-danger.disabled:focus,
[data-theme="dark"] .btn-danger[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-danger:focus,
[data-theme="dark"] .btn-danger.disabled.focus,
[data-theme="dark"] .btn-danger[disabled].focus,
[data-theme="dark"] fieldset[disabled] .btn-danger.focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

[data-theme="dark"] .btn-danger .badge {
    color: #e74c3c;
    background-color: #ffffff;
}

[data-theme="dark"] .btn-link {
    font-weight: 400;
}

[data-theme="dark"] .btn-link,
[data-theme="dark"] .btn-link:active,
[data-theme="dark"] .btn-link.active,
[data-theme="dark"] .btn-link[disabled],
[data-theme="dark"] fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

[data-theme="dark"] .btn-link,
[data-theme="dark"] .btn-link:hover,
[data-theme="dark"] .btn-link:focus,
[data-theme="dark"] .btn-link:active {
    border-color: transparent;
}

[data-theme="dark"] .btn-link:hover,
[data-theme="dark"] .btn-link:focus {
    text-decoration: underline;
    background-color: transparent;
}

[data-theme="dark"] .btn-link[disabled]:hover,
[data-theme="dark"] fieldset[disabled] .btn-link:hover,
[data-theme="dark"] .btn-link[disabled]:focus,
[data-theme="dark"] fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

[data-theme="dark"] .nav-tabs {
    border-bottom: 1px solid #464545;
}

[data-theme="dark"] .nav-tabs > li > a {
    color: #ffffff;
    background-color: #303030;
    border-bottom: 1px solid #464545;
}

[data-theme="dark"] .nav-tabs > li > a:hover,
[data-theme="dark"] .nav-tabs > li > a:focus {
    background-color: #464545;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .nav-tabs > li.active > a,
[data-theme="dark"] .nav-tabs > li.active > a:focus,
[data-theme="dark"] .nav-tabs > li.active > a:hover {
    color: #ffffff;
    border: 1px solid #464545;
    border-bottom-color: transparent;
}

[data-theme="dark"] .nav-footer .sitemap a {
    color: #ccc;
}

[data-theme="dark"] .nav-footer .sitemap a:hover {
    color: #fff;
    text-decoration: underline;
}

[data-theme="dark"] .navbar-default .navbar-nav > .open > a,
[data-theme="dark"] .navbar-default .navbar-nav > .open > a:hover,
[data-theme="dark"] .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #303030;
}

[data-theme="dark"] .navbar {
    background-color: #222;
    border-color: #303030;
}

[data-theme="dark"] .navbar-default {
    background-color: #222;
    border-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-brand {
    color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-brand:hover,
[data-theme="dark"] .navbar-default .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

[data-theme="dark"] .navbar-default .navbar-text {
    color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > li > a:hover,
[data-theme="dark"] .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-nav > .active > a,
[data-theme="dark"] .navbar-default .navbar-nav > .active > a:hover,
[data-theme="dark"] .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-nav > .disabled > a,
[data-theme="dark"] .navbar-default .navbar-nav > .disabled > a:hover,
[data-theme="dark"] .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

[data-theme="dark"] .navbar-default .navbar-toggle {
    border-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-toggle:hover,
[data-theme="dark"] .navbar-default .navbar-toggle:focus {
    background-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-collapse,
[data-theme="dark"] .navbar-default .navbar-form {
    border-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-nav > .dropdown > a:hover .caret,
[data-theme="dark"] .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > .open > .dropdown-menu {
    background-color: #303030;
}

[data-theme="dark"] .navbar-default .navbar-nav > .open > .dropdown-menu > li > a {
    color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > .open > .dropdown-menu > li > a:hover,
[data-theme="dark"] .navbar-default .navbar-nav > .open > .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #375a7f;
}

[data-theme="dark"] .popover {
    background-color: #303030;
    border: 1px solid #464545;
}

[data-theme="dark"] .popover-title {
    background-color: #464545;
    border-bottom: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .popover-content {
    color: #ffffff;
}

[data-theme="dark"] .popover.top > .arrow {
    border-top-color: #464545;
}

[data-theme="dark"] .popover.top > .arrow:after {
    border-top-color: #303030;
}

[data-theme="dark"] .popover.right > .arrow {
    border-right-color: #464545;
}

[data-theme="dark"] .popover.right > .arrow:after {
    border-right-color: #303030;
}

[data-theme="dark"] .popover.bottom > .arrow {
    border-bottom-color: #464545;
}

[data-theme="dark"] .popover.bottom > .arrow:after {
    border-bottom-color: #303030;
}

[data-theme="dark"] .popover.left > .arrow {
    border-left-color: #464545;
}

[data-theme="dark"] .popover.left > .arrow:after {
    border-left-color: #303030;
}

[data-theme="dark"] .jumbotron h1 {
    color: #ccc;
}

[data-theme="dark"] .jumbotron p {
    color: #ccc;
}

[data-theme="dark"] .feature-subtext {
    color: #ccc;
}

[data-theme="dark"] .product-item-link {
    color: #ccc;
}

[data-theme="dark"] .product-item-link:hover {
    color: #fff;
}

[data-theme="dark"] a {
    color: #256e9e;
}

[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus {
    color: #5dade2;
    text-decoration: underline;
}

[data-theme="dark"] a:active {
    color: #2980b9;
}

[data-theme="dark"] a.text-muted {
    color: #999999;
}

[data-theme="dark"] a.text-muted:hover,
[data-theme="dark"] a.text-muted:focus {
    color: #bbb;
}

[data-theme="dark"] .list-group-item {
    background-color: #303030;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .list-group-item.active,
[data-theme="dark"] .list-group-item.active:hover,
[data-theme="dark"] .list-group-item.active:focus {
    color: #ffffff;
    background-color: #375a7f;
    border-color: #375a7f;
}

[data-theme="dark"] .list-group-item.disabled,
[data-theme="dark"] .list-group-item.disabled:hover,
[data-theme="dark"] .list-group-item.disabled:focus {
    background-color: #303030;
    color: #999999;
}

[data-theme="dark"] a.list-group-item,
[data-theme="dark"] button.list-group-item {
    color: #ffffff;
}

[data-theme="dark"] a.list-group-item:hover,
[data-theme="dark"] button.list-group-item:hover,
[data-theme="dark"] a.list-group-item:focus,
[data-theme="dark"] button.list-group-item:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #464545;
}

[data-theme="dark"] .list-group-item-success {
    color: #ffffff;
    background-color: #00bc8c;
}

[data-theme="dark"] a.list-group-item-success,
[data-theme="dark"] button.list-group-item-success {
    color: #ffffff;
}

[data-theme="dark"] a.list-group-item-success:hover,
[data-theme="dark"] button.list-group-item-success:hover,
[data-theme="dark"] a.list-group-item-success:focus,
[data-theme="dark"] button.list-group-item-success:focus {
    color: #ffffff;
    background-color: #00a379;
}

[data-theme="dark"] .list-group-item-info {
    color: #ffffff;
    background-color: #3498db;
}

[data-theme="dark"] a.list-group-item-info,
[data-theme="dark"] button.list-group-item-info {
    color: #ffffff;
}

[data-theme="dark"] a.list-group-item-info:hover,
[data-theme="dark"] button.list-group-item-info:hover,
[data-theme="dark"] a.list-group-item-info:focus,
[data-theme="dark"] button.list-group-item-info:focus {
    color: #ffffff;
    background-color: #258cd1;
}

[data-theme="dark"] .list-group-item-warning {
    color: #ffffff;
    background-color: #f39c12;
}

[data-theme="dark"] a.list-group-item-warning,
[data-theme="dark"] button.list-group-item-warning {
    color: #ffffff;
}

[data-theme="dark"] a.list-group-item-warning:hover,
[data-theme="dark"] button.list-group-item-warning:hover,
[data-theme="dark"] a.list-group-item-warning:focus,
[data-theme="dark"] button.list-group-item-warning:focus {
    color: #ffffff;
    background-color: #e08e0b;
}

[data-theme="dark"] .list-group-item-danger {
    color: #ffffff;
    background-color: #e74c3c;
}

[data-theme="dark"] a.list-group-item-danger,
[data-theme="dark"] button.list-group-item-danger {
    color: #ffffff;
}

[data-theme="dark"] a.list-group-item-danger:hover,
[data-theme="dark"] button.list-group-item-danger:hover,
[data-theme="dark"] a.list-group-item-danger:focus,
[data-theme="dark"] button.list-group-item-danger:focus {
    color: #ffffff;
    background-color: #e43725;
}

[data-theme="dark"] .ql-editor.ql-blank::before {
    color: #666666;
}

[data-theme="dark"] .badge {
    background-color: #464545;
    color: #ffffff;
}

[data-theme="dark"] .badge-primary {
    background-color: #375a7f;
}

[data-theme="dark"] .badge-success {
    background-color: #00bc8c;
}

[data-theme="dark"] .badge-info {
    background-color: #3498db;
}

[data-theme="dark"] .badge-warning {
    background-color: #f39c12;
}

[data-theme="dark"] .badge-danger {
    background-color: #e74c3c;
}

[data-theme="dark"] .tablesorter {
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] .tablesorter thead th,
[data-theme="dark"] .tablesorter tfoot th {
    background-color: #464545;
    border-color: #555;
    color: #ffffff;
}

[data-theme="dark"] .tablesorter tbody td {
    background-color: #303030;
    border-color: #464545;
    color: #ffffff;
}

[data-theme="dark"] .tablesorter tbody tr.odd td {
    background-color: #3d3d3d;
}

[data-theme="dark"] .tablesorter tbody tr:hover td {
    background-color: #464545;
}

[data-theme="dark"] .tablesorter thead .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
}

[data-theme="dark"] .tablesorter thead .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

[data-theme="dark"] .tablesorter thead .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

[data-theme="dark"] .tablesorter thead .sorter-false {
    background-image: none;
}

[data-theme="dark"] .tablesorter .filtered {
    display: none;
}

[data-theme="dark"] .tablesorter .tablesorter-filter-row td {
    background-color: #464545;
    border-color: #555;
}

[data-theme="dark"] .tablesorter .tablesorter-filter {
    background-color: #303030;
    border: 1px solid #555;
    color: #ffffff;
}

[data-theme="dark"] .tablesorter .tablesorter-filter::placeholder {
    color: #999;
}

[data-theme="dark"] .tablesorter .tablesorter-errorRow td {
    background-color: #e74c3c;
    color: #ffffff;
}

[data-theme="dark"] .breadcrumb {
    background-color: #303030;
    border: 1px solid #464545;
}

[data-theme="dark"] .breadcrumb > li {
    color: #ffffff;
}

[data-theme="dark"] .breadcrumb > li + li:before {
    color: #999999;
}

[data-theme="dark"] .breadcrumb > .active {
    color: #999999;
}

[data-theme="dark"] .breadcrumb a {
    color: #3498db;
}

[data-theme="dark"] .breadcrumb a:hover,
[data-theme="dark"] .breadcrumb a:focus {
    color: #5dade2;
    text-decoration: none;
}

[data-theme="dark"] .mud-adminbar {
    background-color: #000;
}

[data-theme="dark"] .mud-adminbar-nav {
    border: 1px solid #303030;
    background-color: #222;
}

[data-theme="dark"] .mud-adminbar-nav ul li {
    background-color: #222;
}

[data-theme="dark"] .mud-adminbar-nav ul li a {
    color: #ccc;
    border-bottom: 1px solid #303030;
}

[data-theme="dark"] .mud-adminbar-nav ul li a:hover,
[data-theme="dark"] .mud-adminbar-nav ul li a:focus {
    background-color: #303030;
    color: #fff;
}

[data-theme="dark"] .mud-adminbar-active2 {
    background-color: #375a7f;
    background-image: none;
}

[data-theme="dark"] .mud-adminbar-nav ul li.mud-adminbar-active > a {
    background-color: #375a7f;
    color: #fff;
}

[data-theme="dark"] .mud-adminbar-nav ul ul {
    background-color: #1a1a1a;
}

[data-theme="dark"] .mud-adminbar-nav ul ul li a {
    background-color: #1a1a1a;
    color: #ccc;
}

[data-theme="dark"] .mud-adminbar-nav ul ul li a:hover {
    background-color: #303030;
    color: #fff;
}

[data-theme="dark"] .mud-adminbar-nav .mud-arrow {
    color: #666;
}

[data-theme="dark"] .mud-adminbar-nav li:hover > a > .mud-arrow {
    color: #fff;
}

[data-theme="dark"] .mud-adminbar-nav .glyphicon,
[data-theme="dark"] .mud-adminbar-nav .fa {
    color: #666;
}

[data-theme="dark"] .mud-adminbar-nav li:hover > a > .glyphicon,
[data-theme="dark"] .mud-adminbar-nav li:hover > a > .fa,
[data-theme="dark"] .mud-adminbar-nav li.mud-adminbar-active > a > .glyphicon,
[data-theme="dark"] .mud-adminbar-nav li.mud-adminbar-active > a > .fa {
    color: #fff;
}

[data-theme="dark"] .bootstrap-switch {
    border-color: #464545;
    background-color: #303030;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-container {
    background-color: #303030;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off {
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #375a7f;
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    background-color: #3498db;
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background-color: #00bc8c;
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background-color: #f39c12;
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background-color: #e74c3c;
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
[data-theme="dark"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #464545;
    color: #ffffff;
}

[data-theme="dark"] .bootstrap-switch .bootstrap-switch-label {
    background-color: #303030;
    color: #ffffff;
    border: 1px solid #464545;
}

[data-theme="dark"] .bootstrap-switch.bootstrap-switch-focused {
    border-color: #375a7f;
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

[data-theme="dark"] .bootstrap-switch.bootstrap-switch-disabled,
[data-theme="dark"] .bootstrap-switch.bootstrap-switch-readonly,
[data-theme="dark"] .bootstrap-switch.bootstrap-switch-indeterminate {
    opacity: 0.5;
    cursor: not-allowed;
}

[data-theme="dark"] .form-control {
    background-color: #303030;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .form-control:focus {
    border-color: #375a7f;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(55, 90, 127, 0.6);
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] .form-control::-webkit-input-placeholder {
    color: #999999;
}

[data-theme="dark"] .form-control::-moz-placeholder {
    color: #999999;
}

[data-theme="dark"] .form-control:-ms-input-placeholder {
    color: #999999;
}

[data-theme="dark"] .form-control::-ms-input-placeholder {
    color: #999999;
}

[data-theme="dark"] .form-control::placeholder {
    color: #999999;
}

[data-theme="dark"] .form-control[disabled],
[data-theme="dark"] .form-control[readonly],
[data-theme="dark"] fieldset[disabled] .form-control {
    background-color: #3d3d3d;
    opacity: 1;
    cursor: not-allowed;
}

[data-theme="dark"] .form-control-static {
    color: #ffffff;
}

[data-theme="dark"] .input-group-addon {
    color: #ffffff;
    background-color: #464545;
    border: 1px solid #464545;
}

[data-theme="dark"] select.form-control {
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] select.form-control option {
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] .has-success .form-control {
    border-color: #00bc8c;
}

[data-theme="dark"] .has-success .form-control:focus {
    border-color: #00bc8c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00efb2;
}

[data-theme="dark"] .has-warning .form-control {
    border-color: #f39c12;
}

[data-theme="dark"] .has-warning .form-control:focus {
    border-color: #f39c12;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8c573;
}

[data-theme="dark"] .has-error .form-control {
    border-color: #e74c3c;
}

[data-theme="dark"] .has-error .form-control:focus {
    border-color: #e74c3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}

[data-theme="dark"] .select2-container--default .select2-selection--single {
    background-color: #303030;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}

[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999999;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple {
    background-color: #303030;
    border: 1px solid #464545;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #375a7f;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #e74c3c;
}

[data-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--multiple,
[data-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #375a7f;
    outline: 0;
}

[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #303030;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .select2-container--default .select2-results__option {
    color: #ffffff;
}

[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #375a7f;
}

[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #375a7f;
    color: #ffffff;
}

[data-theme="dark"] .select2-dropdown {
    background-color: #303030;
    border: 1px solid #464545;
}

[data-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single,
[data-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #3d3d3d;
    cursor: not-allowed;
}

[data-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

[data-theme="dark"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}

[data-theme="dark"] .dataplanbox {
    padding: 10px;
    min-width: 300px;
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] .dataplanradio label {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    color: #ffffff;
}

[data-theme="dark"] .dataplanradio label input {
    position: absolute;
    left: -9999px;
}

[data-theme="dark"] .dataplanradio label input:checked + span {
    background-color: #464545;
}

[data-theme="dark"] .dataplanradio label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #375a7f;
}

[data-theme="dark"] .dataplanradio label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

[data-theme="dark"] .dataplanradio label span:hover {
    background-color: #3d3d3d;
}

[data-theme="dark"] .dataplanradio label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #303030;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #375a7f;
}

[data-theme="dark"] [aria-hidden="true"] {
    color: #ffffff;
}

[data-theme="dark"] .btn [aria-hidden="true"] {
    color: inherit;
}

[data-theme="dark"] .text-muted [aria-hidden="true"] {
    color: #999999;
}

[data-theme="dark"] .nav [aria-hidden="true"] {
    color: inherit;
}

[data-theme="dark"] .navbar [aria-hidden="true"] {
    color: inherit;
}

[data-theme="dark"] .close [aria-hidden="true"] {
    color: #ffffff;
}

[data-theme="dark"] .help-block {
    color: #999999;
}

[data-theme="dark"] .has-success .help-block {
    color: #00bc8c;
}

[data-theme="dark"] .has-warning .help-block {
    color: #f39c12;
}

[data-theme="dark"] .has-error .help-block {
    color: #e74c3c;
}

[data-theme="dark"] .mudfish-link-color-333 {
    color: #ccc;
}

[data-theme="dark"] .mudfish-link-color-black {
    color: #fff;
}

[data-theme="dark"] .dropdown-menu {
    background-color: #303030;
    border: 1px solid #464545;
}

[data-theme="dark"] .dropdown-menu > li > a {
    color: #ffffff;
}

[data-theme="dark"] .dropdown-menu > li > a:hover,
[data-theme="dark"] .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #375a7f;
    background-image: none;
}

[data-theme="dark"] .dropdown-menu > .active > a,
[data-theme="dark"] .dropdown-menu > .active > a:hover,
[data-theme="dark"] .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #375a7f;
    background-image: none;
}

[data-theme="dark"] .dropdown-menu > .disabled > a,
[data-theme="dark"] .dropdown-menu > .disabled > a:hover,
[data-theme="dark"] .dropdown-menu > .disabled > a:focus {
    color: #999999;
}

[data-theme="dark"] .dropdown-header {
    color: #999999;
}

[data-theme="dark"] .dropdown-menu .divider {
    background-color: #464545;
}

[data-theme="dark"] .loadingoverlay {
    background-color: rgba(48, 48, 48, 0.8) !important;
}

[data-theme="dark"] .loadingoverlay_element {
    color: #ffffff !important;
}

[data-theme="dark"] .loadingoverlay_text {
    color: #ffffff !important;
}

[data-theme="dark"] .loadingoverlay_progress {
    background-color: #464545 !important;
}

[data-theme="dark"] .loadingoverlay_progress_bar {
    background-color: #375a7f !important;
}

[data-theme="dark"] .nav-pills > li > a {
    color: #ffffff;
    background-color: #303030;
}

[data-theme="dark"] .nav-pills > li > a:hover,
[data-theme="dark"] .nav-pills > li > a:focus {
    color: #ffffff;
    background-color: #464545;
}

[data-theme="dark"] .nav-pills > li.active > a,
[data-theme="dark"] .nav-pills > li.active > a:hover,
[data-theme="dark"] .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #375a7f;
}

[data-theme="dark"] .nav-pills > li.disabled > a,
[data-theme="dark"] .nav-pills > li.disabled > a:hover,
[data-theme="dark"] .nav-pills > li.disabled > a:focus {
    color: #999999;
    background-color: #303030;
}

[data-theme="dark"] fieldset {
    background-color: #303030;
}

[data-theme="dark"] legend {
    color: #ffffff;
    background-color: #303030;
    padding: 3px 6px;
}

[data-theme="dark"] fieldset[disabled] {
    background-color: #3d3d3d;
    opacity: 0.65;
    cursor: not-allowed;
}

[data-theme="dark"] .mud-tab-content-border {
    border-left: 1px solid #464545;
    border-right: 1px solid #464545;
    border-bottom: 1px solid #464545;
}

[data-theme="dark"] .vue-treeselect__control {
    background-color: #303030;
    border-color: #464545;
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__placeholder,
[data-theme="dark"] .vue-treeselect__single-value {
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__menu {
    background: #303030;
    border: 1px solid #464545;
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__option {
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__option--highlight {
    background: #375a7f;
}

[data-theme="dark"] .vue-treeselect__option--selected {
    background: #464545;
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__label {
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__control:hover {
    border-color: #375a7f;
}

[data-theme="dark"] .vue-treeselect__control--focused {
    border-color: #375a7f;
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

[data-theme="dark"] .vue-treeselect__value-container {
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__multi-value {
    background-color: #375a7f;
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__multi-value__label {
    color: #ffffff;
}

[data-theme="dark"] .vue-treeselect__multi-value__remove:hover {
    background-color: #e74c3c;
}

[data-theme="dark"] .vue-treeselect__option--disabled {
    color: #999999;
}

[data-theme="dark"] .vue-treeselect__loading-icon {
    color: #375a7f;
}

[data-theme="dark"] .vue-treeselect__x-container:hover {
    color: #e74c3c;
}

[data-theme="dark"] .vue-treeselect__clear:hover {
    color: #e74c3c;
}

[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] optgroup,
[data-theme="dark"] select,
[data-theme="dark"] textarea {
    color: #ffffff;
    background-color: #303030;
}

[data-theme="dark"] button:focus,
[data-theme="dark"] input:focus,
[data-theme="dark"] select:focus,
[data-theme="dark"] textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

[data-theme="dark"] button:disabled,
[data-theme="dark"] input:disabled,
[data-theme="dark"] select:disabled,
[data-theme="dark"] textarea:disabled {
    background-color: #3d3d3d;
    cursor: not-allowed;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: #999999;
}

[data-theme="dark"] optgroup {
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] option {
    background-color: #303030;
    color: #ffffff;
}

[data-theme="dark"] option:hover,
[data-theme="dark"] option:focus,
[data-theme="dark"] option:active,
[data-theme="dark"] option:checked {
    background-color: #375a7f;
    color: #ffffff;
}

[data-theme="dark"] input[type="checkbox"]:checked,
[data-theme="dark"] input[type="radio"]:checked {
    background-color: #375a7f;
    border-color: #375a7f;
}

[data-theme="dark"] input[type="range"] {
    background-color: #464545;
}

[data-theme="dark"] input[type="range"]::-webkit-slider-thumb {
    background-color: #375a7f;
}

[data-theme="dark"] input[type="range"]::-moz-range-thumb {
    background-color: #375a7f;
}

[data-theme="dark"] input[type="range"]::-ms-thumb {
    background-color: #375a7f;
}

[data-theme="dark"] hr {
    border-top: 1px solid #464545;
}

[data-theme="dark"] code {
    color: #e83e8c;
    background-color: #2a2a2a;
    border-radius: 3px;
    padding: 2px 4px;
}

[data-theme="dark"] pre {
    color: #ffffff;
    background-color: #2a2a2a;
    border: 1px solid #464545;
}

[data-theme="dark"] pre code {
    color: inherit;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

[data-theme="dark"] kbd {
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #464545;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] samp {
    color: #ffffff;
    background-color: #2a2a2a;
}

[data-theme="dark"] .progress {
    background-color: #464545;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .progress-bar {
    background-color: #375a7f;
    color: #ffffff;
}

[data-theme="dark"] .progress-bar-success {
    background-color: #00bc8c;
}

[data-theme="dark"] .progress-bar-info {
    background-color: #3498db;
}

[data-theme="dark"] .progress-bar-warning {
    background-color: #f39c12;
}

[data-theme="dark"] .progress-bar-danger {
    background-color: #e74c3c;
}

[data-theme="dark"] .progress-striped .progress-bar,
[data-theme="dark"] .progress-bar-striped {
    background-image: linear-gradient(45deg, 
        rgba(255, 255, 255, 0.15) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.15) 50%, 
        rgba(255, 255, 255, 0.15) 75%, 
        transparent 75%, 
        transparent);
}

[data-theme="dark"] .railroad-diagram {
    background-color: #303030;
}

[data-theme="dark"] .railroad-diagram path {
    stroke: #ffffff;
    fill: none;
}

[data-theme="dark"] .railroad-diagram text {
    fill: #ffffff;
    font-family: monospace;
}

[data-theme="dark"] .railroad-diagram rect {
    stroke: #ffffff;
    fill: #303030;
}

[data-theme="dark"] .railroad-diagram rect.group-box {
    stroke: #464545;
    fill: #2a2a2a;
}

[data-theme="dark"] .railroad-diagram .comment {
    fill: #999999;
}

[data-theme="dark"] .railroad-diagram .repeat-box {
    stroke: #464545;
    fill: #2a2a2a;
}
