/* dark mode */
* { -webkit-text-stroke: 0.1px !important; }
.jfk-bubble, embed[type="application/pdf"] { filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%) grayscale(30%) sepia(10%) !important; }
html { background-color: rgb(32, 33, 33) !important; }
html, body, input, textarea, select, button { background-color: rgb(32, 33, 33); border-color: rgb(96, 95, 93); color: rgb(245, 241, 233); }
a { color: rgb(92, 149, 215); }
table { border-color: rgb(85, 84, 82); }
::placeholder { color: rgb(197, 191, 180); }
::selection { background-color: rgb(39, 96, 164); color: rgb(255, 255, 255); }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: rgb(92, 95, 36) !important; color: rgb(245, 241, 233) !important; }
a { background-color: transparent; }
a:active, a:hover { outline-color: initial; }
abbr[title] { border-bottom-color: initial; text-decoration-color: initial; }
mark { background-image: initial; background-color: rgb(210, 207, 74); color: rgb(245, 241, 233); }
img { border-color: initial; }
button, input, optgroup, select, textarea { color: inherit; }
fieldset { border-color: rgb(73, 72, 70); }
html { -webkit-tap-highlight-color: rgba(245, 241, 233, 0); }
body { color: rgb(204, 199, 187); background-color: rgb(35, 36, 36); }
a { color: rgb(151, 185, 201); text-decoration-color: initial; }
a:focus, a:hover { color: rgb(177, 203, 214); text-decoration-color: initial; }
a:focus { outline-color: rgb(195, 149, 58); }
.img-thumbnail { background-color: rgb(35, 36, 36); border-color: rgb(66, 66, 64); }
hr { border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-top-color: rgb(62, 61, 60); }
.sr-only { border-color: initial; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { color: inherit; }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { color: rgb(200, 194, 183); }
.mark, mark { background-color: rgb(65, 59, 29); }
.text-muted { color: rgb(200, 194, 183); }
.text-primary { color: rgb(138, 183, 205); }
a.text-primary:focus, a.text-primary:hover { color: rgb(156, 194, 213); }
.text-success { color: rgb(190, 215, 183); }
a.text-success:focus, a.text-success:hover { color: rgb(204, 224, 196); }
.text-info { color: rgb(173, 200, 211); }
a.text-info:focus, a.text-info:hover { color: rgb(190, 211, 219); }
.text-warning { color: rgb(217, 201, 172); }
a.text-warning:focus, a.text-warning:hover { color: rgb(226, 212, 187); }
.text-danger { color: rgb(199, 152, 147); }
a.text-danger:focus, a.text-danger:hover { color: rgb(210, 170, 164); }
.bg-primary { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); }
a.bg-primary:focus, a.bg-primary:hover { background-color: rgb(63, 107, 131); }
.bg-success { background-color: rgb(44, 58, 36); }
a.bg-success:focus, a.bg-success:hover { background-color: rgb(56, 74, 45); }
.bg-info { background-color: rgb(31, 50, 59); }
a.bg-info:focus, a.bg-info:hover { background-color: rgb(38, 64, 77); }
.bg-warning { background-color: rgb(65, 59, 29); }
a.bg-warning:focus, a.bg-warning:hover { background-color: rgb(89, 80, 38); }
.bg-danger { background-color: rgb(50, 30, 29); }
a.bg-danger:focus, a.bg-danger:hover { background-color: rgb(63, 37, 35); }
.page-header { border-bottom-color: rgb(62, 61, 60); }
blockquote { border-left-color: rgb(62, 61, 60); }
blockquote .small, blockquote footer, blockquote small { color: rgb(200, 194, 183); }
.blockquote-reverse, blockquote.pull-right { border-right-color: rgb(62, 61, 60); border-left-color: initial; }
code { color: rgb(204, 125, 141); background-color: rgb(42, 28, 31); }
kbd { color: rgb(255, 255, 255); background-color: rgb(57, 58, 59); box-shadow: rgba(7, 7, 6, 0.25) 0px -1px 0px inset; }
kbd kbd { box-shadow: none; }
pre { color: rgb(226, 221, 212); background-color: rgb(35, 36, 36); border-color: rgb(70, 69, 67); }
pre code { color: inherit; background-color: transparent; }
table { background-color: transparent; }
caption { color: rgb(200, 194, 183); }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { border-top-color: rgb(66, 66, 64); }
.table > thead > tr > th { border-bottom-color: rgb(66, 66, 64); }
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top-color: initial; }
.table > tbody + tbody { border-top-color: rgb(66, 66, 64); }
.table .table { background-color: rgb(35, 36, 36); }
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-color: rgb(66, 66, 64); }
.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: rgb(34, 35, 35); }
.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: rgb(35, 36, 36); }
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover { background-color: rgb(39, 40, 40); }
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: rgb(44, 58, 36); }
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: rgb(50, 65, 40); }
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { background-color: rgb(31, 50, 59); }
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { background-color: rgb(50, 51, 50); }
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: rgb(65, 59, 29); }
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: rgb(78, 70, 33); }
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: rgb(50, 30, 29); }
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: rgb(56, 33, 32); }
@media screen and (max-width: 767px) {
.table-responsive { border-color: rgb(66, 66, 64); }
.table-responsive > .table-bordered { border-color: initial; }
.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { border-left-color: initial; }
.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { border-right-color: initial; }
.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom-color: initial; }
}
fieldset, legend { border-color: initial; }
legend { color: rgb(226, 221, 212); border-bottom-color: rgb(64, 63, 62); }
input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus { outline-color: rgb(195, 149, 58); }
.form-control, output { color: rgb(213, 207, 197); }
.form-control { background-color: rgb(32, 33, 33); background-image: none; border-color: rgb(68, 70, 70); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset; }
.form-control:focus { border-color: rgb(58, 98, 118); outline-color: initial; box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset, rgba(43, 71, 85, 0.6) 0px 0px 8px; }
.form-control::-webkit-input-placeholder { color: rgb(200, 194, 183); }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: rgb(37, 38, 38); }
.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label { color: rgb(190, 215, 183); }
.has-success .form-control { border-color: rgb(87, 124, 84); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset; }
.has-success .form-control:focus { border-color: rgb(92, 130, 89); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset, rgb(69, 97, 66) 0px 0px 6px; }
.has-success .input-group-addon { color: rgb(190, 215, 183); background-color: rgb(44, 58, 36); border-color: rgb(87, 124, 84); }
.has-success .form-control-feedback { color: rgb(190, 215, 183); }
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label { color: rgb(217, 201, 172); }
.has-warning .form-control { border-color: rgb(130, 111, 79); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset; }
.has-warning .form-control:focus { border-color: rgb(137, 117, 83); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset, rgb(100, 86, 62) 0px 0px 6px; }
.has-warning .input-group-addon { color: rgb(217, 201, 172); background-color: rgb(65, 59, 29); border-color: rgb(130, 111, 79); }
.has-warning .form-control-feedback { color: rgb(217, 201, 172); }
.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label { color: rgb(199, 152, 147); }
.has-error .form-control { border-color: rgb(116, 66, 63); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset; }
.has-error .form-control:focus { border-color: rgb(122, 70, 67); box-shadow: rgba(7, 7, 6, 0.07) 0px 1px 1px inset, rgb(83, 48, 46) 0px 0px 6px; }
.has-error .input-group-addon { color: rgb(199, 152, 147); background-color: rgb(50, 30, 29); border-color: rgb(116, 66, 63); }
.has-error .form-control-feedback { color: rgb(199, 152, 147); }
.help-block { color: rgb(196, 190, 178); }
.btn { background-image: none; border-color: transparent; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline-color: rgb(195, 149, 58); }
.btn.focus, .btn:focus, .btn:hover { color: rgb(204, 199, 187); text-decoration-color: initial; }
.btn.active, .btn:active { background-image: none; outline-color: initial; box-shadow: rgba(7, 7, 6, 0.13) 0px 3px 5px inset; }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { box-shadow: none; }
.btn-default { color: rgb(204, 199, 187); background-color: rgb(32, 33, 33); border-color: rgb(70, 69, 67); }
.btn-default.focus, .btn-default:focus { color: rgb(204, 199, 187); background-color: rgb(39, 40, 40); border-color: rgb(83, 82, 80); }
.btn-default:hover { color: rgb(204, 199, 187); background-color: rgb(39, 40, 40); border-color: rgb(76, 75, 73); }
.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle { color: rgb(204, 199, 187); background-color: rgb(39, 40, 40); background-image: none; border-color: rgb(76, 75, 73); }
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover { color: rgb(204, 199, 187); background-color: rgb(45, 46, 45); border-color: rgb(83, 82, 80); }
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: rgb(32, 33, 33); border-color: rgb(70, 69, 67); }
.btn-default .badge { color: rgb(255, 255, 255); background-color: rgb(73, 74, 73); }
.btn-primary { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); border-color: rgb(68, 115, 140); }
.btn-primary.focus, .btn-primary:focus { color: rgb(255, 255, 255); background-color: rgb(63, 107, 131); border-color: rgb(76, 129, 157); }
.btn-primary:hover { color: rgb(255, 255, 255); background-color: rgb(63, 107, 131); border-color: rgb(72, 122, 148); }
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(63, 107, 131); background-image: none; border-color: rgb(72, 122, 148); }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover { color: rgb(255, 255, 255); background-color: rgb(61, 103, 125); border-color: rgb(76, 129, 157); }
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: rgb(63, 106, 129); border-color: rgb(68, 115, 140); }
.btn-primary .badge { color: rgb(138, 183, 205); background-color: rgb(32, 33, 33); }
.btn-success { color: rgb(255, 255, 255); background-color: rgb(73, 139, 109); border-color: rgb(82, 156, 122); }
.btn-success.focus, .btn-success:focus { color: rgb(255, 255, 255); background-color: rgb(71, 135, 105); border-color: rgb(91, 175, 135); }
.btn-success:hover { color: rgb(255, 255, 255); background-color: rgb(71, 135, 105); border-color: rgb(86, 166, 130); }
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(71, 135, 105); background-image: none; border-color: rgb(86, 166, 130); }
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover { color: rgb(255, 255, 255); background-color: rgb(57, 108, 85); border-color: rgb(91, 175, 135); }
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: rgb(73, 139, 109); border-color: rgb(82, 156, 122); }
.btn-success .badge { color: rgb(162, 223, 192); background-color: rgb(32, 33, 33); }
.btn-info { color: rgb(255, 255, 255); background-color: rgb(54, 71, 79); border-color: rgb(70, 92, 104); }
.btn-info.focus, .btn-info:focus { color: rgb(255, 255, 255); background-color: rgb(63, 82, 92); border-color: rgb(81, 106, 119); }
.btn-info:hover { color: rgb(255, 255, 255); background-color: rgb(63, 82, 92); border-color: rgb(75, 98, 111); }
.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(63, 82, 92); background-image: none; border-color: rgb(75, 98, 111); }
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover { color: rgb(255, 255, 255); background-color: rgb(69, 90, 101); border-color: rgb(81, 106, 119); }
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: rgb(54, 71, 79); border-color: rgb(70, 92, 104); }
.btn-info .badge { color: rgb(166, 187, 197); background-color: rgb(32, 33, 33); }
.btn-warning { color: rgb(255, 255, 255); background-color: rgb(121, 111, 66); border-color: rgb(140, 129, 76); }
.btn-warning.focus, .btn-warning:focus { color: rgb(255, 255, 255); background-color: rgb(132, 122, 72); border-color: rgb(159, 146, 86); }
.btn-warning:hover { color: rgb(255, 255, 255); background-color: rgb(132, 122, 72); border-color: rgb(148, 136, 80); }
.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(132, 122, 72); background-image: none; border-color: rgb(148, 136, 80); }
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover { color: rgb(255, 255, 255); background-color: rgb(132, 121, 72); border-color: rgb(159, 146, 86); }
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: rgb(121, 111, 66); border-color: rgb(140, 129, 76); }
.btn-warning .badge { color: rgb(219, 207, 150); background-color: rgb(32, 33, 33); }
.btn-danger { color: rgb(255, 255, 255); background-color: rgb(130, 77, 55); border-color: rgb(144, 85, 60); }
.btn-danger.focus, .btn-danger:focus { color: rgb(255, 255, 255); background-color: rgb(131, 78, 55); border-color: rgb(161, 94, 66); }
.btn-danger:hover { color: rgb(255, 255, 255); background-color: rgb(131, 78, 55); border-color: rgb(152, 89, 63); }
.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(131, 78, 55); background-image: none; border-color: rgb(152, 89, 63); }
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover { color: rgb(255, 255, 255); background-color: rgb(108, 65, 46); border-color: rgb(161, 94, 66); }
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: rgb(130, 77, 55); border-color: rgb(144, 85, 60); }
.btn-danger .badge { color: rgb(212, 158, 134); background-color: rgb(32, 33, 33); }
.btn-link { color: rgb(151, 185, 201); }
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent; }
.btn-link:focus, .btn-link:hover { color: rgb(177, 203, 214); text-decoration-color: initial; background-color: transparent; }
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: rgb(200, 194, 183); 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 { background-color: rgb(32, 33, 33); border-color: rgba(112, 110, 107, 0.15); box-shadow: rgba(7, 7, 6, 0.18) 0px 6px 12px; }
.dropdown-menu .divider { background-color: rgb(40, 41, 41); }
.dropdown-menu > li > a { color: rgb(226, 221, 212); }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: rgb(231, 226, 217); text-decoration-color: initial; background-color: rgb(35, 36, 36); }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: rgb(255, 255, 255); text-decoration-color: initial; background-color: rgb(63, 106, 129); outline-color: initial; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { color: rgb(200, 194, 183); }
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { text-decoration-color: initial; background-color: transparent; background-image: none; }
.open > a { outline-color: initial; }
.dropdown-header { color: rgb(200, 194, 183); }
.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(7, 7, 6, 0.13) 0px 3px 5px inset; }
.btn-group.open .dropdown-toggle.btn-link { box-shadow: none; }
.input-group-addon { color: rgb(213, 207, 197); background-color: rgb(37, 38, 38); border-color: rgb(68, 70, 70); }
.input-group-addon:first-child { border-right-color: initial; }
.input-group-addon:last-child { border-left-color: initial; }
.nav > li > a:focus, .nav > li > a:hover { text-decoration-color: initial; background-color: rgb(37, 38, 38); }
.nav > li.disabled > a { color: rgb(200, 194, 183); }
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover { color: rgb(200, 194, 183); text-decoration-color: initial; background-color: transparent; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: rgb(37, 38, 38); border-color: rgb(72, 107, 126); }
.nav .nav-divider { background-color: rgb(40, 41, 41); }
.nav-tabs { border-bottom-color: rgb(66, 66, 64); }
.nav-tabs > li > a { border-color: transparent; }
.nav-tabs > li > a:hover { border-color: rgb(62, 61, 60) rgb(62, 61, 60) rgb(66, 66, 64); }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: rgb(213, 207, 197); background-color: rgb(35, 36, 36); border-color: rgb(66, 66, 64) rgb(66, 66, 64) transparent; }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); }
.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom-color: initial; }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a { border-color: rgb(66, 66, 64); }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom-color: rgb(66, 66, 64); }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a { border-bottom-color: rgb(57, 71, 79); }
}
.navbar { border-color: transparent; }
.navbar-collapse { border-top-color: transparent; box-shadow: rgba(32, 33, 33, 0.1) 0px 1px 0px inset; }
@media (min-width: 768px) {
.navbar-collapse { border-top-color: initial; box-shadow: none; }
}
.navbar-brand:focus, .navbar-brand:hover { text-decoration-color: initial; }
.navbar-toggle { background-color: transparent; background-image: none; border-color: transparent; }
.navbar-toggle:focus { outline-color: initial; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu { background-color: transparent; border-color: initial; box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { background-image: none; }
}
.navbar-form { border-top-color: transparent; border-bottom-color: transparent; box-shadow: rgba(32, 33, 33, 0.1) 0px 1px 0px inset, rgba(32, 33, 33, 0.1) 0px 1px 0px; }
@media (min-width: 768px) {
.navbar-form { border-color: initial; box-shadow: none; }
}
.navbar-default { background-color: rgb(32, 33, 33); border-color: rgb(61, 76, 85); }
.navbar-default .navbar-brand { color: rgb(200, 194, 183); }
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { color: rgb(210, 204, 194); background-color: transparent; }
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text { color: rgb(200, 194, 183); }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: rgb(226, 221, 212); background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: rgb(213, 207, 197); background-color: rgb(37, 38, 38); }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover { color: rgb(221, 216, 206); background-color: transparent; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: rgb(213, 207, 197); background-color: rgb(37, 38, 38); }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: rgb(200, 194, 183); }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: rgb(226, 221, 212); background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { color: rgb(213, 207, 197); background-color: rgb(37, 38, 38); }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: rgb(221, 216, 206); background-color: transparent; }
}
.navbar-default .navbar-toggle { border-color: rgb(66, 66, 64); }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: rgb(42, 43, 43); }
.navbar-default .navbar-toggle .icon-bar { background-color: rgb(68, 69, 69); }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: rgb(61, 76, 85); }
.navbar-default .navbar-link { color: rgb(200, 194, 183); }
.navbar-default .navbar-link:hover { color: rgb(226, 221, 212); }
.navbar-default .btn-link { color: rgb(200, 194, 183); }
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover { color: rgb(226, 221, 212); }
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover { color: rgb(221, 216, 206); }
.navbar-inverse { background-color: rgb(40, 41, 41); border-color: rgb(110, 108, 105); }
.navbar-inverse .navbar-brand { color: rgb(197, 191, 180); }
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: rgb(255, 255, 255); background-color: transparent; }
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text { color: rgb(197, 191, 180); }
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: rgb(255, 255, 255); background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color: rgb(255, 255, 255); background-color: rgb(16, 16, 15); }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { color: rgb(220, 214, 204); background-color: transparent; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { color: rgb(255, 255, 255); background-color: rgb(16, 16, 15); }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: rgb(110, 108, 105); }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: rgb(16, 16, 15); }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: rgb(197, 191, 180); }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { 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:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { color: rgb(255, 255, 255); background-color: rgb(16, 16, 15); }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: rgb(220, 214, 204); background-color: transparent; }
}
.navbar-inverse .navbar-toggle { border-color: rgb(102, 100, 98); }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: rgb(57, 58, 59); }
.navbar-inverse .navbar-toggle .icon-bar { background-color: rgb(32, 33, 33); }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: rgb(109, 107, 104); }
.navbar-inverse .navbar-link { color: rgb(197, 191, 180); }
.navbar-inverse .navbar-link:hover { color: rgb(255, 255, 255); }
.navbar-inverse .btn-link { color: rgb(197, 191, 180); }
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover { color: rgb(255, 255, 255); }
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover { color: rgb(220, 214, 204); }
.breadcrumb { background-color: rgb(35, 36, 36); }
.breadcrumb > li + li::before { color: rgb(221, 216, 206); }
.breadcrumb > .active { color: rgb(200, 194, 183); }
.pagination > li > a, .pagination > li > span { color: rgb(151, 185, 201); text-decoration-color: initial; background-color: rgb(32, 33, 33); border-color: rgb(66, 66, 64); }
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { color: rgb(177, 203, 214); background-color: rgb(37, 38, 38); border-color: rgb(66, 66, 64); }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); border-color: rgb(67, 112, 136); }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: rgb(200, 194, 183); background-color: rgb(32, 33, 33); border-color: rgb(66, 66, 64); }
.pager li > a, .pager li > span { background-color: rgb(32, 33, 33); border-color: rgb(66, 66, 64); }
.pager li > a:focus, .pager li > a:hover { text-decoration-color: initial; background-color: rgb(37, 38, 38); }
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: rgb(200, 194, 183); background-color: rgb(32, 33, 33); }
.label { color: rgb(255, 255, 255); }
a.label:focus, a.label:hover { color: rgb(255, 255, 255); text-decoration-color: initial; }
.label-default { background-color: rgb(71, 71, 72); }
.label-default[href]:focus, .label-default[href]:hover { background-color: rgb(71, 71, 72); }
.label-primary { background-color: rgb(63, 106, 129); }
.label-primary[href]:focus, .label-primary[href]:hover { background-color: rgb(63, 107, 131); }
.label-success { background-color: rgb(73, 139, 109); }
.label-success[href]:focus, .label-success[href]:hover { background-color: rgb(71, 135, 105); }
.label-info { background-color: rgb(54, 71, 79); }
.label-info[href]:focus, .label-info[href]:hover { background-color: rgb(63, 82, 92); }
.label-warning { background-color: rgb(121, 111, 66); }
.label-warning[href]:focus, .label-warning[href]:hover { background-color: rgb(132, 122, 72); }
.label-danger { background-color: rgb(130, 77, 55); }
.label-danger[href]:focus, .label-danger[href]:hover { background-color: rgb(131, 78, 55); }
.badge { color: rgb(255, 255, 255); background-color: rgb(71, 71, 72); }
.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: rgb(151, 185, 201); background-color: rgb(32, 33, 33); }
a.badge:focus, a.badge:hover { color: rgb(255, 255, 255); text-decoration-color: initial; }
.jumbotron { background-color: rgb(37, 38, 38); }
.jumbotron, .jumbotron .h1, .jumbotron h1 { color: inherit; }
.jumbotron > hr { border-top-color: rgb(68, 67, 65); }
.thumbnail { background-color: rgb(35, 36, 36); border-color: rgb(66, 66, 64); }
.thumbnail .caption { color: rgb(204, 199, 187); }
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: rgb(72, 107, 126); }
.alert { border-color: transparent; }
.alert h4 { color: inherit; }
.alert-dismissable .close, .alert-dismissible .close { color: inherit; }
.alert-success { color: rgb(190, 215, 183); background-color: rgb(44, 58, 36); border-color: rgb(85, 104, 63); }
.alert-success hr { border-top-color: rgb(88, 109, 65); }
.alert-success .alert-link { color: rgb(204, 224, 196); }
.alert-info { color: rgb(173, 200, 211); background-color: rgb(31, 50, 59); border-color: rgb(60, 111, 118); }
.alert-info hr { border-top-color: rgb(62, 114, 122); }
.alert-info .alert-link { color: rgb(190, 211, 219); }
.alert-warning { color: rgb(217, 201, 172); background-color: rgb(65, 59, 29); border-color: rgb(136, 109, 52); }
.alert-warning hr { border-top-color: rgb(139, 110, 54); }
.alert-warning .alert-link { color: rgb(226, 212, 187); }
.alert-danger { color: rgb(199, 152, 147); background-color: rgb(50, 30, 29); border-color: rgb(91, 52, 57); }
.alert-danger hr { border-top-color: rgb(94, 53, 58); }
.alert-danger .alert-link { color: rgb(210, 170, 164); }
.progress { background-color: rgb(35, 36, 36); box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 2px inset; }
.progress-bar { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); box-shadow: rgba(7, 7, 6, 0.15) 0px -1px 0px inset; }
.progress-bar-striped, .progress-striped .progress-bar { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-success { background-color: rgb(73, 139, 109); }
.progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-info { background-color: rgb(54, 71, 79); }
.progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-warning { background-color: rgb(121, 111, 66); }
.progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-danger { background-color: rgb(130, 77, 55); }
.progress-striped .progress-bar-danger { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.list-group-item { background-color: rgb(32, 33, 33); border-color: rgb(61, 76, 85); }
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { color: rgb(200, 194, 183); background-color: rgb(37, 38, 38); }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: rgb(200, 194, 183); }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); border-color: rgb(67, 112, 136); }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small { color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: rgb(235, 244, 245); }
a.list-group-item, button.list-group-item { color: rgb(213, 207, 197); }
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: rgb(226, 221, 212); }
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover { color: rgb(213, 207, 197); text-decoration-color: initial; background-color: rgb(35, 36, 36); }
.list-group-item-success { color: rgb(190, 215, 183); background-color: rgb(44, 58, 36); }
a.list-group-item-success, button.list-group-item-success { color: rgb(190, 215, 183); }
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; }
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: rgb(190, 215, 183); background-color: rgb(50, 65, 40); }
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover { color: rgb(255, 255, 255); background-color: rgb(73, 103, 70); border-color: rgb(87, 124, 84); }
.list-group-item-info { color: rgb(173, 200, 211); background-color: rgb(31, 50, 59); }
a.list-group-item-info, button.list-group-item-info { color: rgb(173, 200, 211); }
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; }
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { color: rgb(173, 200, 211); background-color: rgb(50, 51, 50); }
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover { color: rgb(255, 255, 255); background-color: rgb(68, 100, 115); border-color: rgb(78, 115, 132); }
.list-group-item-warning { color: rgb(217, 201, 172); background-color: rgb(65, 59, 29); }
a.list-group-item-warning, button.list-group-item-warning { color: rgb(217, 201, 172); }
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; }
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { color: rgb(217, 201, 172); background-color: rgb(78, 70, 33); }
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover { color: rgb(255, 255, 255); background-color: rgb(113, 97, 68); border-color: rgb(130, 111, 79); }
.list-group-item-danger { color: rgb(199, 152, 147); background-color: rgb(50, 30, 29); }
a.list-group-item-danger, button.list-group-item-danger { color: rgb(199, 152, 147); }
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; }
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { color: rgb(199, 152, 147); background-color: rgb(56, 33, 32); }
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover { color: rgb(255, 255, 255); background-color: rgb(105, 60, 57); border-color: rgb(116, 66, 63); }
.panel { background-color: rgb(32, 33, 33); border-color: transparent; box-shadow: rgba(7, 7, 6, 0.05) 0px 1px 1px; }
.panel-heading { border-bottom-color: transparent; }
.panel-heading > .dropdown .dropdown-toggle, .panel-title { color: inherit; }
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a { color: inherit; }
.panel-footer { background-color: rgb(35, 36, 36); border-top-color: rgb(61, 76, 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(66, 66, 64); }
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th { border-top-color: initial; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border-color: initial; }
.panel > .table-responsive { border-color: initial; }
.panel-group .panel-heading { border-bottom-color: initial; }
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(61, 76, 85); }
.panel-group .panel-footer { border-top-color: initial; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom-color: rgb(61, 76, 85); }
.panel-default { border-color: rgb(61, 76, 85); }
.panel-default > .panel-heading { color: rgb(226, 221, 212); background-color: rgb(32, 33, 33); border-color: rgb(61, 76, 85); }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(61, 76, 85); }
.panel-default > .panel-heading .badge { color: rgb(255, 255, 255); background-color: rgb(57, 58, 59); }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(61, 76, 85); }
.panel-primary { border-color: rgb(67, 112, 136); }
.panel-primary > .panel-heading { color: rgb(255, 255, 255); background-color: rgb(63, 106, 129); border-color: rgb(67, 112, 136); }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(67, 112, 136); }
.panel-primary > .panel-heading .badge { color: rgb(138, 183, 205); background-color: rgb(32, 33, 33); }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(67, 112, 136); }
.panel-success { border-color: rgb(85, 104, 63); }
.panel-success > .panel-heading { color: rgb(190, 215, 183); background-color: rgb(44, 58, 36); border-color: rgb(85, 104, 63); }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(85, 104, 63); }
.panel-success > .panel-heading .badge { color: rgb(241, 248, 227); background-color: rgb(73, 103, 70); }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(85, 104, 63); }
.panel-info { border-color: rgb(60, 111, 118); }
.panel-info > .panel-heading { color: rgb(173, 200, 211); background-color: rgb(31, 50, 59); border-color: rgb(60, 111, 118); }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(60, 111, 118); }
.panel-info > .panel-heading .badge { color: rgb(237, 246, 246); background-color: rgb(68, 100, 115); }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(60, 111, 118); }
.panel-warning { border-color: rgb(136, 109, 52); }
.panel-warning > .panel-heading { color: rgb(217, 201, 172); background-color: rgb(65, 59, 29); border-color: rgb(136, 109, 52); }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(136, 109, 52); }
.panel-warning > .panel-heading .badge { color: rgb(255, 255, 239); background-color: rgb(113, 97, 68); }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(136, 109, 52); }
.panel-danger { border-color: rgb(91, 52, 57); }
.panel-danger > .panel-heading { color: rgb(199, 152, 147); background-color: rgb(50, 30, 29); border-color: rgb(91, 52, 57); }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(91, 52, 57); }
.panel-danger > .panel-heading .badge { color: rgb(250, 234, 228); background-color: rgb(105, 60, 57); }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(91, 52, 57); }
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { border-color: initial; }
.well { background-color: rgb(35, 36, 36); border-color: rgb(65, 65, 63); box-shadow: rgba(7, 7, 6, 0.05) 0px 1px 1px inset; }
.well blockquote { border-color: rgba(112, 110, 107, 0.15); }
.close { color: rgb(245, 241, 233); text-shadow: rgb(32, 33, 33) 0px 1px 0px; }
.close:focus, .close:hover { color: rgb(245, 241, 233); text-decoration-color: initial; }
button.close { background-image: initial; background-color: transparent; border-color: initial; }
.modal { outline-color: initial; }
.modal-content { background-color: rgb(32, 33, 33); border-color: rgba(112, 110, 107, 0.2); box-shadow: rgba(7, 7, 6, 0.5) 0px 3px 9px; outline-color: initial; }
.modal-backdrop { background-color: rgb(7, 7, 6); }
.modal-header { border-bottom-color: rgb(64, 63, 62); }
.modal-footer { border-top-color: rgb(64, 63, 62); }
@media (min-width: 768px) {
.modal-content { box-shadow: rgba(7, 7, 6, 0.5) 0px 5px 15px; }
}
.tooltip { text-decoration-color: initial; text-shadow: none; }
.tooltip.top .tooltip-arrow { border-top-color: rgb(112, 110, 107); }
.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow { border-top-color: rgb(112, 110, 107); }
.tooltip.right .tooltip-arrow { border-right-color: rgb(112, 110, 107); }
.tooltip.left .tooltip-arrow { border-left-color: rgb(112, 110, 107); }
.tooltip.bottom .tooltip-arrow { border-bottom-color: rgb(112, 110, 107); }
.tooltip.bottom-left .tooltip-arrow { border-bottom-color: rgb(112, 110, 107); }
.tooltip.bottom-right .tooltip-arrow { border-bottom-color: rgb(112, 110, 107); }
.tooltip-inner { color: rgb(255, 255, 255); background-color: rgb(7, 7, 6); }
.tooltip-arrow { border-color: transparent; }
.popover { text-decoration-color: initial; text-shadow: none; background-color: rgb(32, 33, 33); border-color: rgba(112, 110, 107, 0.2); box-shadow: rgba(7, 7, 6, 0.2) 0px 5px 10px; }
.popover > .arrow, .popover > .arrow::after { border-color: transparent; }
.popover.top > .arrow { border-top-color: rgba(112, 110, 107, 0.25); }
.popover.top > .arrow::after { border-top-color: rgb(59, 58, 57); }
.popover.right > .arrow { border-right-color: rgba(112, 110, 107, 0.25); }
.popover.right > .arrow::after { border-right-color: rgb(59, 58, 57); }
.popover.bottom > .arrow { border-bottom-color: rgba(112, 110, 107, 0.25); }
.popover.bottom > .arrow::after { border-bottom-color: rgb(59, 58, 57); }
.popover.left > .arrow { border-left-color: rgba(112, 110, 107, 0.25); }
.popover.left > .arrow::after { border-left-color: rgb(59, 58, 57); }
.popover-title { background-color: rgb(35, 35, 35); border-bottom-color: rgb(63, 62, 61); }
.carousel-control { color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.6) 0px 1px 2px; background-color: transparent; }
.carousel-control.left { background-image: linear-gradient(90deg, rgba(7, 7, 6, 0.5) 0px, rgba(7, 7, 6, 0)); }
.carousel-control.right { background-image: linear-gradient(90deg, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0.5)); }
.carousel-control:focus, .carousel-control:hover { color: rgb(255, 255, 255); text-decoration-color: initial; outline-color: initial; }
.carousel-indicators li { background-color: transparent; border-color: rgb(59, 58, 57); }
.carousel-indicators .active { background-color: rgb(32, 33, 33); }
.carousel-caption { color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.6) 0px 1px 2px; }
.carousel-caption .btn { text-shadow: none; }
.text-hide { color: transparent; text-shadow: none; background-color: transparent; border-color: initial; }
.layout-boxed .wrapper { box-shadow: rgba(7, 7, 6, 0.5) 0px 0px 8px; }
.layout-boxed { background-color: rgb(34, 35, 35); }
.content-wrapper { background-color: rgb(38, 38, 38); }
.main-footer { background-image: initial; background-color: rgb(32, 33, 33); color: rgb(220, 214, 204); border-top-color: rgb(64, 67, 73); }
a { color: rgb(151, 185, 201); }
a:active, a:focus, a:hover { outline-color: initial; text-decoration-color: initial; color: rgb(149, 184, 200); }
.page-header > small { color: rgb(206, 201, 190); }
.main-header .navbar { border-color: initial; }
.main-header #navbar-search-input.form-control { background-image: initial; background-color: rgba(32, 33, 33, 0.2); border-color: transparent; }
.main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control:focus { border-color: rgba(112, 110, 107, 0.1); background-image: initial; background-color: rgba(32, 33, 33, 0.9); }
.main-header #navbar-search-input.form-control::-webkit-input-placeholder { color: rgb(221, 216, 206); }
@media (max-width: 991px) {
.main-header .navbar-custom-menu a, .main-header .navbar-right a { color: inherit; background-image: initial; background-color: transparent; }
}
@media (max-width: 767px) {
.main-header .navbar-right > li { color: inherit; border-color: initial; }
}
.main-header .sidebar-toggle { background-color: transparent; background-image: none; }
.main-header .sidebar-toggle:hover { color: rgb(255, 255, 255); }
.main-header .sidebar-toggle:active, .main-header .sidebar-toggle:focus { background-image: initial; background-color: transparent; }
.main-header .navbar-brand { color: rgb(255, 255, 255); }
.content-header > .breadcrumb { background-image: initial; background-color: transparent; }
.content-header > .breadcrumb > li > a { color: rgb(220, 214, 204); text-decoration-color: initial; }
@media (max-width: 991px) {
.content-header > .breadcrumb { background-image: initial; background-color: rgb(45, 46, 46); }
.content-header > .breadcrumb li::before { color: rgb(193, 187, 175); }
}
.navbar-toggle { color: rgb(255, 255, 255); border-color: initial; }
.sidebar-form input:focus { border-color: transparent; }
.user-panel > .info > a { text-decoration-color: initial; }
@media (min-width: 768px) {
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span { background-color: inherit; }
}
.sidebar-expanded-on-hover .main-sidebar { box-shadow: rgba(7, 7, 6, 0.13) 3px 0px 8px; }
.nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover { border-bottom-color: transparent; border-left-color: transparent; border-top-color: initial; border-right-color: initial; }
.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:hover { border-top-color: initial; border-right-color: initial; border-bottom-color: initial; }
.control-sidebar-dark { color: rgb(213, 207, 197); }
.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg { background-image: initial; background-color: rgb(45, 51, 53); }
.control-sidebar-dark .nav-tabs.control-sidebar-tabs { border-bottom-color: rgb(99, 113, 118); }
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a { background-image: initial; background-color: rgb(34, 38, 39); color: rgb(213, 207, 197); }
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover { border-left-color: rgb(100, 115, 119); border-bottom-color: rgb(100, 115, 119); }
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover { background-image: initial; background-color: rgb(38, 43, 45); }
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover { color: rgb(255, 255, 255); }
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover { background-image: initial; background-color: rgb(45, 51, 53); color: rgb(255, 255, 255); }
.control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading { color: rgb(255, 255, 255); }
.control-sidebar-dark .control-sidebar-menu > li > a:hover { background-image: initial; background-color: rgb(41, 46, 48); }
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p { color: rgb(213, 207, 197); }
.control-sidebar-light { color: rgb(210, 204, 194); }
.control-sidebar-light, .control-sidebar-light + .control-sidebar-bg { background-image: initial; background-color: rgb(34, 35, 35); border-left-color: rgb(64, 67, 73); }
.control-sidebar-light .nav-tabs.control-sidebar-tabs { border-bottom-color: rgb(64, 67, 73); }
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a { background-image: initial; background-color: rgb(39, 40, 40); color: rgb(220, 214, 204); }
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover { border-left-color: rgb(64, 67, 73); border-bottom-color: rgb(64, 67, 73); }
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover { background-image: initial; background-color: rgb(34, 35, 35); color: rgb(239, 234, 225); }
.control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading { color: rgb(239, 234, 225); }
.control-sidebar-light .control-sidebar-menu > li > a:hover { background-image: initial; background-color: rgb(35, 36, 36); }
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p { color: rgb(210, 204, 194); }
.dropdown-menu { box-shadow: none; border-color: rgb(62, 61, 60); }
.dropdown-menu > li > a { color: rgb(200, 194, 183); }
.dropdown-menu > li > a:hover { background-color: rgb(41, 42, 42); color: rgb(226, 221, 212); }
.dropdown-menu > .divider { background-color: rgb(37, 38, 38); }
.navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header { background-color: rgb(32, 33, 33); border-bottom-color: rgb(61, 60, 59); color: rgb(220, 214, 204); }
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a { background-color: rgb(32, 33, 33); border-bottom-color: rgb(62, 61, 60); color: rgb(220, 214, 204) !important; }
@media (max-width: 991px) {
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a { background-image: initial !important; background-color: rgb(32, 33, 33) !important; color: rgb(220, 214, 204) !important; }
}
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover { text-decoration-color: initial; }
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a { border-bottom-color: rgb(61, 60, 59); }
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover { background-image: initial; background-color: rgb(35, 36, 36); text-decoration-color: initial; }
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a { color: rgb(220, 214, 204); }
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 { color: rgb(220, 214, 204); }
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small { color: rgb(197, 191, 180); }
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p { color: rgb(197, 191, 180); }
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 { color: rgb(206, 201, 190); }
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img { border-color: rgba(59, 58, 57, 0.2); }
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p { color: rgba(255, 255, 255, 0.8); }
.navbar-nav > .user-menu > .dropdown-menu > .user-body { border-bottom-color: rgb(61, 60, 59); border-top-color: rgb(66, 66, 64); }
.navbar-nav > .user-menu > .dropdown-menu > .user-body a { color: rgb(220, 214, 204) !important; }
@media (max-width: 991px) {
.navbar-nav > .user-menu > .dropdown-menu > .user-body a { background-image: initial !important; background-color: rgb(32, 33, 33) !important; color: rgb(220, 214, 204) !important; }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer { background-color: rgb(34, 35, 35); }
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default { color: rgb(206, 201, 190); }
@media (max-width: 991px) {
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover { background-color: rgb(34, 35, 35); }
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu { border-color: rgb(66, 66, 64); background-image: initial; background-color: rgb(32, 33, 33); }
}
.form-control { box-shadow: none; border-color: rgb(64, 67, 73); }
.form-control:focus { border-color: rgb(72, 107, 126); box-shadow: none; }
.form-group.has-success label { color: rgb(158, 250, 201); }
.form-group.has-success .form-control, .form-group.has-success .input-group-addon { border-color: rgb(72, 209, 141); box-shadow: none; }
.form-group.has-success .help-block { color: rgb(158, 250, 201); }
.form-group.has-warning label { color: rgb(234, 188, 114); }
.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon { border-color: rgb(175, 130, 58); box-shadow: none; }
.form-group.has-warning .help-block { color: rgb(234, 188, 114); }
.form-group.has-error label { color: rgb(203, 127, 114); }
.form-group.has-error .form-control, .form-group.has-error .input-group-addon { border-color: rgb(132, 58, 47); box-shadow: none; }
.form-group.has-error .help-block { color: rgb(203, 127, 114); }
.input-group .input-group-addon { border-color: rgb(64, 67, 73); background-color: rgb(32, 33, 33); }
.progress, .progress > .progress-bar { box-shadow: none; }
.progress-bar-light-blue, .progress-bar-primary { background-color: rgb(66, 99, 117); }
.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-green, .progress-bar-success { background-color: rgb(55, 158, 107); }
.progress-striped .progress-bar-green, .progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-aqua, .progress-bar-info { background-color: rgb(59, 160, 182); }
.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-warning, .progress-bar-yellow { background-color: rgb(172, 127, 56); }
.progress-striped .progress-bar-warning, .progress-striped .progress-bar-yellow { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.progress-bar-danger, .progress-bar-red { background-color: rgb(123, 54, 44); }
.progress-striped .progress-bar-danger, .progress-striped .progress-bar-red { background-image: linear-gradient(45deg, rgba(32, 33, 33, 0.15) 25%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0) 50%, rgba(32, 33, 33, 0.15) 0px, rgba(32, 33, 33, 0.15) 75%, rgba(7, 7, 6, 0) 0px, rgba(7, 7, 6, 0)); }
.small-box { box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; }
.small-box > .small-box-footer { color: rgba(255, 255, 255, 0.8); background-image: initial; background-color: rgba(7, 7, 6, 0.1); text-decoration-color: initial; }
.small-box > .small-box-footer:hover { color: rgb(255, 255, 255); background-image: initial; background-color: rgba(7, 7, 6, 0.15); }
.small-box p > small { color: rgb(255, 255, 253); }
.small-box .icon { color: rgba(245, 241, 233, 0.15); }
.small-box:hover { text-decoration-color: initial; color: rgb(255, 255, 253); }
.box { background-image: initial; background-color: rgb(32, 33, 33); border-top-color: rgb(64, 67, 73); box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; }
.box.box-primary { border-top-color: rgb(72, 107, 126); }
.box.box-info { border-top-color: rgb(60, 162, 184); }
.box.box-danger { border-top-color: rgb(132, 58, 47); }
.box.box-warning { border-top-color: rgb(175, 130, 58); }
.box.box-success { border-top-color: rgb(72, 209, 141); }
.box.box-default { border-top-color: rgb(64, 67, 73); }
.box .nav-stacked > li { border-bottom-color: rgb(61, 60, 59); }
.box .nav-stacked > li:last-of-type { border-bottom-color: initial; }
.box .border-right { border-right-color: rgb(61, 60, 59); }
.box .border-left { border-left-color: rgb(61, 60, 59); }
.box.box-solid { border-top-color: initial; }
.box.box-solid > .box-header .btn.btn-default { background-image: initial; background-color: transparent; }
.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); }
.box.box-solid.box-default { border-color: rgb(64, 67, 73); }
.box.box-solid.box-default > .box-header { color: rgb(220, 214, 204); background-image: initial; background-color: rgb(45, 46, 46); }
.box.box-solid.box-default > .box-header .btn, .box.box-solid.box-default > .box-header a { color: rgb(220, 214, 204); }
.box.box-solid.box-primary { border-color: rgb(72, 107, 126); }
.box.box-solid.box-primary > .box-header { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(66, 99, 117); }
.box.box-solid.box-primary > .box-header .btn, .box.box-solid.box-primary > .box-header a { color: rgb(255, 255, 255); }
.box.box-solid.box-info { border-color: rgb(60, 162, 184); }
.box.box-solid.box-info > .box-header { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(59, 160, 182); }
.box.box-solid.box-info > .box-header .btn, .box.box-solid.box-info > .box-header a { color: rgb(255, 255, 255); }
.box.box-solid.box-danger { border-color: rgb(132, 58, 47); }
.box.box-solid.box-danger > .box-header { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(123, 54, 44); }
.box.box-solid.box-danger > .box-header .btn, .box.box-solid.box-danger > .box-header a { color: rgb(255, 255, 255); }
.box.box-solid.box-warning { border-color: rgb(175, 130, 58); }
.box.box-solid.box-warning > .box-header { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(172, 127, 56); }
.box.box-solid.box-warning > .box-header .btn, .box.box-solid.box-warning > .box-header a { color: rgb(255, 255, 255); }
.box.box-solid.box-success { border-color: rgb(72, 209, 141); }
.box.box-solid.box-success > .box-header { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(55, 158, 107); }
.box.box-solid.box-success > .box-header .btn, .box.box-solid.box-success > .box-header a { color: rgb(255, 255, 255); }
.box.box-solid > .box-header > .box-tools .btn { border-color: initial; box-shadow: none; }
.box.box-solid[class*="bg"] > .box-header { color: rgb(255, 255, 255); }
.box .knob-label { color: rgb(226, 221, 212); }
.box .overlay, .overlay-wrapper .overlay { background-image: initial; background-color: rgba(32, 33, 33, 0.7); }
.box .overlay > .fa, .overlay-wrapper .overlay > .fa { color: rgb(245, 241, 233); }
.box .overlay > .ra, .overlay-wrapper .overlay > .ra { color: rgb(245, 241, 233); }
.box .overlay.dark, .overlay-wrapper .overlay.dark { background-image: initial; background-color: rgba(7, 7, 6, 0.5); }
.box-header { color: rgb(220, 214, 204); }
.box-header.with-border { border-bottom-color: rgb(61, 60, 59); }
.collapsed-box .box-header.with-border { border-bottom-color: initial; }
.box-header > .box-tools .dropdown-menu > li > a { color: rgb(220, 214, 204) !important; }
.btn-box-tool { background-image: initial; background-color: transparent; color: rgb(193, 187, 175); }
.btn-box-tool:hover, .open .btn-box-tool { color: rgb(199, 193, 182); }
.btn-box-tool.btn:active { box-shadow: none; }
.box-footer { border-top-color: rgb(61, 60, 59); background-color: rgb(32, 33, 33); }
.box-comments { background-image: initial; background-color: rgb(35, 35, 35); }
.box-comments .box-comment { border-bottom-color: rgb(62, 61, 60); }
.box-comments .box-comment:last-of-type { border-bottom-color: initial; }
.box-comments .comment-text { color: rgb(213, 207, 197); }
.box-comments .username { color: rgb(220, 214, 204); }
.todo-list > li { background-image: initial; background-color: rgb(35, 36, 36); border-left-color: rgb(63, 64, 64); color: rgb(220, 214, 204); }
.todo-list > li .tools { color: rgb(203, 127, 114); }
.todo-list > li.done { color: rgb(197, 191, 180); }
.todo-list > li.done .text { text-decoration-color: initial; }
.todo-list > li.done .label { background-image: initial !important; background-color: rgb(45, 46, 46) !important; }
.todo-list .danger { border-left-color: rgb(132, 58, 47); }
.todo-list .warning { border-left-color: rgb(175, 130, 58); }
.todo-list .info { border-left-color: rgb(60, 162, 184); }
.todo-list .success { border-left-color: rgb(72, 209, 141); }
.todo-list .primary { border-left-color: rgb(72, 107, 126); }
.chat .item > img { border-color: transparent; }
.chat .item > .online { border-color: rgb(72, 209, 141); }
.chat .item > .offline { border-color: rgb(132, 58, 47); }
.chat .item > .attachment { background-image: initial; background-color: rgb(35, 36, 36); }
.modal .panel-body { color: rgb(220, 214, 204); }
.info-box { background-image: initial; background-color: rgb(32, 33, 33); box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; }
.info-box .progress { background-image: initial; background-color: rgba(7, 7, 6, 0.2); }
.info-box .progress .progress-bar { background-image: initial; background-color: rgb(32, 33, 33); }
.info-box-icon { background-image: initial; background-color: rgba(7, 7, 6, 0.2); }
.timeline::before { background-image: initial; background-color: rgb(42, 43, 43); }
.timeline > li > .timeline-item { box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; background-image: initial; background-color: rgb(32, 33, 33); color: rgb(220, 214, 204); }
.timeline > li > .timeline-item > .time { color: rgb(197, 191, 180); }
.timeline > li > .timeline-item > .timeline-header { color: rgb(213, 207, 197); border-bottom-color: rgb(61, 60, 59); }
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(45, 46, 46); }
.timeline > li > .ra, .timeline > li > .glyphicon, .timeline > li > .ion { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(45, 46, 46); }
.timeline > .time-label > span { background-color: rgb(32, 33, 33); }
.timeline-inverse > li > .timeline-item { background-image: initial; background-color: rgb(36, 37, 37); border-color: rgb(66, 66, 64); box-shadow: none; }
.timeline-inverse > li > .timeline-item > .timeline-header { border-bottom-color: rgb(66, 66, 64); }
.btn { box-shadow: none; border-color: transparent; }
.btn.btn-flat { box-shadow: none; }
.btn:active { box-shadow: rgba(7, 7, 6, 0.13) 0px 3px 5px inset; }
.btn:focus { outline-color: initial; }
.btn.btn-file > input[type="file"] { outline-color: initial; background-image: initial; background-color: rgb(32, 33, 33); }
.btn-default { background-color: rgb(35, 36, 36); color: rgb(220, 214, 204); border-color: rgb(66, 66, 64); }
.btn-default.hover, .btn-default:active, .btn-default:hover { background-color: rgb(39, 40, 40); }
.btn-primary { background-color: rgb(66, 99, 117); border-color: rgb(73, 110, 129); }
.btn-primary.hover, .btn-primary:active, .btn-primary:hover { background-color: rgb(66, 99, 117); }
.btn-success { background-color: rgb(55, 158, 107); border-color: rgb(73, 214, 143); }
.btn-success.hover, .btn-success:active, .btn-success:hover { background-color: rgb(48, 135, 92); }
.btn-info { background-color: rgb(59, 160, 182); border-color: rgb(61, 167, 189); }
.btn-info.hover, .btn-info:active, .btn-info:hover { background-color: rgb(59, 160, 182); }
.btn-danger { background-color: rgb(123, 54, 44); border-color: rgb(136, 60, 49); }
.btn-danger.hover, .btn-danger:active, .btn-danger:hover { background-color: rgb(131, 58, 47); }
.btn-warning { background-color: rgb(172, 127, 56); border-color: rgb(181, 134, 60); }
.btn-warning.hover, .btn-warning:active, .btn-warning:hover { background-color: rgb(175, 130, 57); }
.btn-outline { border-color: rgb(59, 58, 57); background-image: initial; background-color: transparent; color: rgb(255, 255, 255); }
.btn-outline:active, .btn-outline:focus, .btn-outline:hover { color: rgba(255, 255, 255, 0.7); border-color: rgba(59, 58, 57, 0.7); }
.btn-link { box-shadow: none; }
.btn[class*="bg-"]:hover { box-shadow: rgba(7, 7, 6, 0.2) 0px 0px 100px inset; }
.btn-app { color: rgb(206, 201, 190); border-color: rgb(66, 66, 64); background-color: rgb(35, 36, 36); }
.btn-app:hover { background-image: initial; background-color: rgb(35, 36, 36); color: rgb(220, 214, 204); border-color: rgb(77, 76, 74); }
.btn-app:active, .btn-app:focus { box-shadow: rgba(7, 7, 6, 0.13) 0px 3px 5px inset; }
.callout { border-left-color: rgb(62, 61, 60); }
.callout a { color: rgb(255, 255, 255); text-decoration-color: initial; }
.callout a:hover { color: rgb(254, 250, 241); }
.callout .highlight, .callout code { background-color: rgb(32, 33, 33); }
.callout.callout-danger { border-color: rgb(140, 62, 49); }
.callout.callout-warning { border-color: rgb(185, 137, 61); }
.callout.callout-info { border-color: rgb(62, 170, 193); }
.callout.callout-success { border-color: rgb(75, 218, 147); }
.alert .close { color: rgb(245, 241, 233); }
.alert a { color: rgb(255, 255, 255); text-decoration-color: initial; }
.alert-success { border-color: rgb(73, 214, 143); }
.alert-danger, .alert-error { border-color: rgb(136, 60, 49); }
.alert-warning { border-color: rgb(181, 134, 60); }
.alert-info { border-color: rgb(61, 167, 189); }
.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover { color: rgb(220, 214, 204); background-image: initial; background-color: rgb(35, 35, 35); }
.nav-pills > li > a { border-top-color: transparent; color: rgb(220, 214, 204); }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { border-top-color: rgb(72, 107, 126); }
.nav-stacked > li > a { border-top-color: initial; border-left-color: transparent; color: rgb(220, 214, 204); }
.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover { background-image: initial; background-color: transparent; color: rgb(220, 214, 204); border-top-color: initial; border-left-color: rgb(72, 107, 126); }
.nav-stacked > li.header { border-bottom-color: rgb(66, 66, 64); color: rgb(200, 194, 183); }
.nav-tabs-custom { background-image: initial; background-color: rgb(32, 33, 33); box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; }
.nav-tabs-custom > .nav-tabs { border-bottom-color: rgb(61, 60, 59); }
.nav-tabs-custom > .nav-tabs > li { border-top-color: transparent; }
.nav-tabs-custom > .nav-tabs > li.disabled > a { color: rgb(200, 194, 183); }
.nav-tabs-custom > .nav-tabs > li > a { color: rgb(220, 214, 204); }
.nav-tabs-custom > .nav-tabs > li > a.text-muted { color: rgb(197, 191, 180); }
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover { background-image: initial; background-color: transparent; }
.nav-tabs-custom > .nav-tabs > li > a:hover { color: rgb(197, 191, 180); }
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover { border-color: transparent; }
.nav-tabs-custom > .nav-tabs > li.active { border-top-color: rgb(72, 107, 126); }
.nav-tabs-custom > .nav-tabs > li.active:hover > a, .nav-tabs-custom > .nav-tabs > li.active > a { background-color: rgb(32, 33, 33); color: rgb(220, 214, 204); }
.nav-tabs-custom > .nav-tabs > li.active > a { border-top-color: transparent; border-left-color: rgb(61, 60, 59); border-right-color: rgb(61, 60, 59); }
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a { border-left-color: transparent; }
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a { border-left-color: rgb(61, 60, 59); border-right-color: transparent; }
.nav-tabs-custom > .nav-tabs > li.header { color: rgb(220, 214, 204); }
.nav-tabs-custom > .tab-content { background-image: initial; background-color: rgb(32, 33, 33); }
.nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus { background-image: initial; background-color: transparent; color: rgb(197, 191, 180); }
.nav-tabs-custom.tab-primary > .nav-tabs > li.active { border-top-color: rgb(72, 107, 126); }
.nav-tabs-custom.tab-info > .nav-tabs > li.active { border-top-color: rgb(60, 162, 184); }
.nav-tabs-custom.tab-danger > .nav-tabs > li.active { border-top-color: rgb(132, 58, 47); }
.nav-tabs-custom.tab-warning > .nav-tabs > li.active { border-top-color: rgb(175, 130, 58); }
.nav-tabs-custom.tab-success > .nav-tabs > li.active { border-top-color: rgb(72, 209, 141); }
.nav-tabs-custom.tab-default > .nav-tabs > li.active { border-top-color: rgb(64, 67, 73); }
.pagination > li > a { background-image: initial; background-color: rgb(34, 34, 34); color: rgb(206, 201, 190); }
.products-list > .item { box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; background-image: initial; background-color: rgb(32, 33, 33); }
.products-list .product-description { color: rgb(197, 191, 180); }
.product-list-in-box > .item { box-shadow: none; border-bottom-color: rgb(61, 60, 59); }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { border-top-color: rgb(61, 60, 59); }
.table > thead > tr > th { border-bottom-color: rgb(61, 60, 59); }
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-color: rgb(61, 60, 59); }
.table.no-border, .table.no-border td, .table.no-border th { border-color: initial; }
.label-default { background-color: rgb(45, 46, 46); color: rgb(220, 214, 204); }
.direct-chat-text { background-image: initial; background-color: rgb(45, 46, 46); border-color: rgb(64, 67, 73); color: rgb(220, 214, 204); }
.direct-chat-text::after, .direct-chat-text::before { border-color: transparent rgb(64, 67, 73) transparent transparent; }
.right .direct-chat-text::after, .right .direct-chat-text::before { border-right-color: transparent; border-left-color: rgb(64, 67, 73); }
.direct-chat-timestamp { color: rgb(197, 191, 180); }
.direct-chat-contacts { background-image: initial; background-color: rgb(45, 51, 53); color: rgb(255, 255, 255); }
.contacts-list > li { border-bottom-color: rgba(112, 110, 107, 0.2); }
.contacts-list > li:last-of-type { border-bottom-color: initial; }
.contacts-list-info { color: rgb(255, 255, 255); }
.contacts-list-date { color: rgb(197, 191, 180); }
.contacts-list-msg { color: rgb(197, 191, 180); }
.direct-chat-danger .right > .direct-chat-text { background-image: initial; background-color: rgb(123, 54, 44); border-color: rgb(132, 58, 47); color: rgb(255, 255, 255); }
.direct-chat-danger .right > .direct-chat-text::after, .direct-chat-danger .right > .direct-chat-text::before { border-left-color: rgb(132, 58, 47); }
.direct-chat-primary .right > .direct-chat-text { background-image: initial; background-color: rgb(66, 99, 117); border-color: rgb(72, 107, 126); color: rgb(255, 255, 255); }
.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before { border-left-color: rgb(72, 107, 126); }
.direct-chat-warning .right > .direct-chat-text { background-image: initial; background-color: rgb(172, 127, 56); border-color: rgb(175, 130, 58); color: rgb(255, 255, 255); }
.direct-chat-warning .right > .direct-chat-text::after, .direct-chat-warning .right > .direct-chat-text::before { border-left-color: rgb(175, 130, 58); }
.direct-chat-info .right > .direct-chat-text { background-image: initial; background-color: rgb(59, 160, 182); border-color: rgb(60, 162, 184); color: rgb(255, 255, 255); }
.direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before { border-left-color: rgb(60, 162, 184); }
.direct-chat-success .right > .direct-chat-text { background-image: initial; background-color: rgb(55, 158, 107); border-color: rgb(72, 209, 141); color: rgb(255, 255, 255); }
.direct-chat-success .right > .direct-chat-text::after, .direct-chat-success .right > .direct-chat-text::before { border-left-color: rgb(72, 209, 141); }
.users-list > li > a:hover, .users-list > li > a:hover .users-list-name { color: rgb(197, 191, 180); }
.users-list-name { color: rgb(220, 214, 204); }
.users-list-date { color: rgb(197, 191, 180); }
.carousel-control.left, .carousel-control.right { background-image: none; }
.modal { background-image: initial; background-color: rgba(7, 7, 6, 0.3); }
.modal-content { box-shadow: rgba(7, 7, 6, 0.13) 0px 2px 3px; border-color: initial; }
@media (min-width: 768px) {
.modal-content { box-shadow: rgba(7, 7, 6, 0.13) 0px 2px 3px; }
}
.modal-header { border-bottom-color: rgb(61, 60, 59); }
.modal-footer { border-top-color: rgb(61, 60, 59); }
.modal-primary .modal-footer, .modal-primary .modal-header { border-color: rgb(75, 112, 132); }
.modal-warning .modal-footer, .modal-warning .modal-header { border-color: rgb(185, 137, 61); }
.modal-info .modal-footer, .modal-info .modal-header { border-color: rgb(62, 170, 193); }
.modal-success .modal-footer, .modal-success .modal-header { border-color: rgb(75, 218, 147); }
.modal-danger .modal-footer, .modal-danger .modal-header { border-color: rgb(140, 62, 49); }
.box-widget { border-color: initial; }
.widget-user .widget-user-username { text-shadow: rgba(7, 7, 6, 0.2) 0px 1px 1px; }
.widget-user .widget-user-image > img { border-color: rgb(59, 58, 57); }
.mailbox-controls.with-border, .mailbox-read-info { border-bottom-color: rgb(61, 60, 59); }
.mailbox-read-time { color: rgb(197, 191, 180); }
.mailbox-attachments li { border-color: rgb(62, 61, 60); }
.mailbox-attachment-name { color: rgb(206, 201, 190); }
.mailbox-attachment-info { background-image: initial; background-color: rgb(35, 36, 36); }
.mailbox-attachment-size { color: rgb(197, 191, 180); }
.mailbox-attachment-icon { color: rgb(206, 201, 190); }
.lockscreen { background-image: initial; background-color: rgb(45, 46, 46); }
.lockscreen-logo a { color: rgb(220, 214, 204); }
.lockscreen-item { background-image: initial; background-color: rgb(32, 33, 33); }
.lockscreen-image { background-image: initial; background-color: rgb(32, 33, 33); }
.lockscreen-credentials .form-control { border-color: initial; }
.lockscreen-credentials .btn { background-color: rgb(32, 33, 33); border-color: initial; }
.login-logo a, .register-logo a { color: rgb(220, 214, 204); }
.login-page, .register-page { background-image: initial; background-color: rgb(45, 46, 46); }
.login-box-body, .register-box-body { background-image: initial; background-color: rgb(32, 33, 33); border-top-color: initial; color: rgb(206, 201, 190); }
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback { color: rgb(200, 194, 183); }
.invoice { background-image: initial; background-color: rgb(32, 33, 33); border-color: rgb(61, 60, 59); }
.profile-user-img { border-color: rgb(64, 67, 73); }
.post { border-bottom-color: rgb(64, 67, 73); color: rgb(206, 201, 190); }
.post:last-of-type { border-bottom-color: initial; }
.btn-social > :first-child { border-right-color: rgba(112, 110, 107, 0.2); }
.btn-social-icon > :first-child { border-color: initial; }
.btn-adn { color: rgb(255, 255, 255); background-color: rgb(101, 55, 45); border-color: rgba(112, 110, 107, 0.2); }
.btn-adn.active, .btn-adn.focus, .btn-adn:active, .btn-adn:focus, .btn-adn:hover, .open > .dropdown-toggle.btn-adn { color: rgb(255, 255, 255); background-color: rgb(117, 64, 52); border-color: rgba(112, 110, 107, 0.2); }
.btn-adn.active.focus, .btn-adn.active:focus, .btn-adn.active:hover, .btn-adn:active.focus, .btn-adn:active:focus, .btn-adn:active:hover, .open > .dropdown-toggle.btn-adn.focus, .open > .dropdown-toggle.btn-adn:focus, .open > .dropdown-toggle.btn-adn:hover { color: rgb(255, 255, 255); background-color: rgb(121, 66, 54); border-color: rgba(112, 110, 107, 0.2); }
.btn-adn.active, .btn-adn:active, .open > .dropdown-toggle.btn-adn { background-image: none; }
.btn-adn.disabled.focus, .btn-adn.disabled:focus, .btn-adn.disabled:hover, .btn-adn[disabled].focus, .btn-adn[disabled]:focus, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn.focus, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn:hover { background-color: rgb(101, 55, 45); border-color: rgba(112, 110, 107, 0.2); }
.btn-adn .badge { color: rgb(202, 143, 128); background-color: rgb(32, 33, 33); }
.btn-bitbucket { color: rgb(255, 255, 255); background-color: rgb(56, 85, 114); border-color: rgba(112, 110, 107, 0.2); }
.btn-bitbucket.active, .btn-bitbucket.focus, .btn-bitbucket:active, .btn-bitbucket:focus, .btn-bitbucket:hover, .open > .dropdown-toggle.btn-bitbucket { color: rgb(255, 255, 255); background-color: rgb(41, 61, 80); border-color: rgba(112, 110, 107, 0.2); }
.btn-bitbucket.active.focus, .btn-bitbucket.active:focus, .btn-bitbucket.active:hover, .btn-bitbucket:active.focus, .btn-bitbucket:active:focus, .btn-bitbucket:active:hover, .open > .dropdown-toggle.btn-bitbucket.focus, .open > .dropdown-toggle.btn-bitbucket:focus, .open > .dropdown-toggle.btn-bitbucket:hover { color: rgb(255, 255, 255); background-color: rgb(30, 43, 56); border-color: rgba(112, 110, 107, 0.2); }
.btn-bitbucket.active, .btn-bitbucket:active, .open > .dropdown-toggle.btn-bitbucket { background-image: none; }
.btn-bitbucket.disabled.focus, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled].focus, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket.focus, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket:hover { background-color: rgb(56, 85, 114); border-color: rgba(112, 110, 107, 0.2); }
.btn-bitbucket .badge { color: rgb(174, 199, 217); background-color: rgb(32, 33, 33); }
.btn-dropbox { color: rgb(255, 255, 255); background-color: rgb(53, 112, 154); border-color: rgba(112, 110, 107, 0.2); }
.btn-dropbox.active, .btn-dropbox.focus, .btn-dropbox:active, .btn-dropbox:focus, .btn-dropbox:hover, .open > .dropdown-toggle.btn-dropbox { color: rgb(255, 255, 255); background-color: rgb(51, 108, 148); border-color: rgba(112, 110, 107, 0.2); }
.btn-dropbox.active.focus, .btn-dropbox.active:focus, .btn-dropbox.active:hover, .btn-dropbox:active.focus, .btn-dropbox:active:focus, .btn-dropbox:active:hover, .open > .dropdown-toggle.btn-dropbox.focus, .open > .dropdown-toggle.btn-dropbox:focus, .open > .dropdown-toggle.btn-dropbox:hover { color: rgb(255, 255, 255); background-color: rgb(42, 89, 121); border-color: rgba(112, 110, 107, 0.2); }
.btn-dropbox.active, .btn-dropbox:active, .open > .dropdown-toggle.btn-dropbox { background-image: none; }
.btn-dropbox.disabled.focus, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover, .btn-dropbox[disabled].focus, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox.focus, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox:hover { background-color: rgb(53, 112, 154); border-color: rgba(112, 110, 107, 0.2); }
.btn-dropbox .badge { color: rgb(122, 178, 216); background-color: rgb(32, 33, 33); }
.btn-facebook { color: rgb(255, 255, 255); background-color: rgb(62, 75, 103); border-color: rgba(112, 110, 107, 0.2); }
.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open > .dropdown-toggle.btn-facebook { color: rgb(255, 255, 255); background-color: rgb(62, 74, 103); border-color: rgba(112, 110, 107, 0.2); }
.btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open > .dropdown-toggle.btn-facebook.focus, .open > .dropdown-toggle.btn-facebook:focus, .open > .dropdown-toggle.btn-facebook:hover { color: rgb(255, 255, 255); background-color: rgb(49, 59, 82); border-color: rgba(112, 110, 107, 0.2); }
.btn-facebook.active, .btn-facebook:active, .open > .dropdown-toggle.btn-facebook { background-image: none; }
.btn-facebook.disabled.focus, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled].focus, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover { background-color: rgb(62, 75, 103); border-color: rgba(112, 110, 107, 0.2); }
.btn-facebook .badge { color: rgb(167, 185, 202); background-color: rgb(32, 33, 33); }
.btn-flickr { color: rgb(255, 255, 255); background-color: rgb(158, 28, 93); border-color: rgba(112, 110, 107, 0.2); }
.btn-flickr.active, .btn-flickr.focus, .btn-flickr:active, .btn-flickr:focus, .btn-flickr:hover, .open > .dropdown-toggle.btn-flickr { color: rgb(255, 255, 255); background-color: rgb(158, 28, 93); border-color: rgba(112, 110, 107, 0.2); }
.btn-flickr.active.focus, .btn-flickr.active:focus, .btn-flickr.active:hover, .btn-flickr:active.focus, .btn-flickr:active:focus, .btn-flickr:active:hover, .open > .dropdown-toggle.btn-flickr.focus, .open > .dropdown-toggle.btn-flickr:focus, .open > .dropdown-toggle.btn-flickr:hover { color: rgb(255, 255, 255); background-color: rgb(131, 24, 77); border-color: rgba(112, 110, 107, 0.2); }
.btn-flickr.active, .btn-flickr:active, .open > .dropdown-toggle.btn-flickr { background-image: none; }
.btn-flickr.disabled.focus, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover, .btn-flickr[disabled].focus, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr.focus, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr:hover { background-color: rgb(158, 28, 93); border-color: rgba(112, 110, 107, 0.2); }
.btn-flickr .badge { color: rgb(210, 80, 144); background-color: rgb(32, 33, 33); }
.btn-foursquare { color: rgb(255, 255, 255); background-color: rgb(122, 26, 50); border-color: rgba(112, 110, 107, 0.2); }
.btn-foursquare.active, .btn-foursquare.focus, .btn-foursquare:active, .btn-foursquare:focus, .btn-foursquare:hover, .open > .dropdown-toggle.btn-foursquare { color: rgb(255, 255, 255); background-color: rgb(143, 30, 58); border-color: rgba(112, 110, 107, 0.2); }
.btn-foursquare.active.focus, .btn-foursquare.active:focus, .btn-foursquare.active:hover, .btn-foursquare:active.focus, .btn-foursquare:active:focus, .btn-foursquare:active:hover, .open > .dropdown-toggle.btn-foursquare.focus, .open > .dropdown-toggle.btn-foursquare:focus, .open > .dropdown-toggle.btn-foursquare:hover { color: rgb(255, 255, 255); background-color: rgb(150, 31, 61); border-color: rgba(112, 110, 107, 0.2); }
.btn-foursquare.active, .btn-foursquare:active, .open > .dropdown-toggle.btn-foursquare { background-image: none; }
.btn-foursquare.disabled.focus, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:hover, .btn-foursquare[disabled].focus, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare.focus, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare:hover { background-color: rgb(122, 26, 50); border-color: rgba(112, 110, 107, 0.2); }
.btn-foursquare .badge { color: rgb(210, 97, 123); background-color: rgb(32, 33, 33); }
.btn-github { color: rgb(255, 255, 255); background-color: rgb(71, 71, 72); border-color: rgba(112, 110, 107, 0.2); }
.btn-github.active, .btn-github.focus, .btn-github:active, .btn-github:focus, .btn-github:hover, .open > .dropdown-toggle.btn-github { color: rgb(255, 255, 255); background-color: rgb(50, 50, 50); border-color: rgba(112, 110, 107, 0.2); }
.btn-github.active.focus, .btn-github.active:focus, .btn-github.active:hover, .btn-github:active.focus, .btn-github:active:focus, .btn-github:active:hover, .open > .dropdown-toggle.btn-github.focus, .open > .dropdown-toggle.btn-github:focus, .open > .dropdown-toggle.btn-github:hover { color: rgb(255, 255, 255); background-color: rgb(32, 32, 32); border-color: rgba(112, 110, 107, 0.2); }
.btn-github.active, .btn-github:active, .open > .dropdown-toggle.btn-github { background-image: none; }
.btn-github.disabled.focus, .btn-github.disabled:focus, .btn-github.disabled:hover, .btn-github[disabled].focus, .btn-github[disabled]:focus, .btn-github[disabled]:hover, fieldset[disabled] .btn-github.focus, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github:hover { background-color: rgb(71, 71, 72); border-color: rgba(112, 110, 107, 0.2); }
.btn-github .badge { color: rgb(220, 214, 204); background-color: rgb(32, 33, 33); }
.btn-google { color: rgb(255, 255, 255); background-color: rgb(123, 54, 44); border-color: rgba(112, 110, 107, 0.2); }
.btn-google.active, .btn-google.focus, .btn-google:active, .btn-google:focus, .btn-google:hover, .open > .dropdown-toggle.btn-google { color: rgb(255, 255, 255); background-color: rgb(131, 58, 46); border-color: rgba(112, 110, 107, 0.2); }
.btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .open > .dropdown-toggle.btn-google.focus, .open > .dropdown-toggle.btn-google:focus, .open > .dropdown-toggle.btn-google:hover { color: rgb(255, 255, 255); background-color: rgb(131, 58, 47); border-color: rgba(112, 110, 107, 0.2); }
.btn-google.active, .btn-google:active, .open > .dropdown-toggle.btn-google { background-image: none; }
.btn-google.disabled.focus, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google[disabled].focus, .btn-google[disabled]:focus, .btn-google[disabled]:hover, fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover { background-color: rgb(123, 54, 44); border-color: rgba(112, 110, 107, 0.2); }
.btn-google .badge { color: rgb(203, 127, 114); background-color: rgb(32, 33, 33); }
.btn-instagram { color: rgb(255, 255, 255); background-color: rgb(67, 90, 106); border-color: rgba(112, 110, 107, 0.2); }
.btn-instagram.active, .btn-instagram.focus, .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover, .open > .dropdown-toggle.btn-instagram { color: rgb(255, 255, 255); background-color: rgb(67, 89, 106); border-color: rgba(112, 110, 107, 0.2); }
.btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover, .btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover, .open > .dropdown-toggle.btn-instagram.focus, .open > .dropdown-toggle.btn-instagram:focus, .open > .dropdown-toggle.btn-instagram:hover { color: rgb(255, 255, 255); background-color: rgb(56, 75, 88); border-color: rgba(112, 110, 107, 0.2); }
.btn-instagram.active, .btn-instagram:active, .open > .dropdown-toggle.btn-instagram { background-image: none; }
.btn-instagram.disabled.focus, .btn-instagram.disabled:focus, .btn-instagram.disabled:hover, .btn-instagram[disabled].focus, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram.focus, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram:hover { background-color: rgb(67, 90, 106); border-color: rgba(112, 110, 107, 0.2); }
.btn-instagram .badge { color: rgb(168, 188, 202); background-color: rgb(32, 33, 33); }
.btn-linkedin { color: rgb(255, 255, 255); background-color: rgb(47, 123, 157); border-color: rgba(112, 110, 107, 0.2); }
.btn-linkedin.active, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover, .open > .dropdown-toggle.btn-linkedin { color: rgb(255, 255, 255); background-color: rgb(36, 91, 115); border-color: rgba(112, 110, 107, 0.2); }
.btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover, .btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover, .open > .dropdown-toggle.btn-linkedin.focus, .open > .dropdown-toggle.btn-linkedin:focus, .open > .dropdown-toggle.btn-linkedin:hover { color: rgb(255, 255, 255); background-color: rgb(28, 67, 85); border-color: rgba(112, 110, 107, 0.2); }
.btn-linkedin.active, .btn-linkedin:active, .open > .dropdown-toggle.btn-linkedin { background-image: none; }
.btn-linkedin.disabled.focus, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover, .btn-linkedin[disabled].focus, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin.focus, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin:hover { background-color: rgb(47, 123, 157); border-color: rgba(112, 110, 107, 0.2); }
.btn-linkedin .badge { color: rgb(140, 205, 233); background-color: rgb(32, 33, 33); }
.btn-microsoft { color: rgb(255, 255, 255); background-color: rgb(43, 79, 136); border-color: rgba(112, 110, 107, 0.2); }
.btn-microsoft.active, .btn-microsoft.focus, .btn-microsoft:active, .btn-microsoft:focus, .btn-microsoft:hover, .open > .dropdown-toggle.btn-microsoft { color: rgb(255, 255, 255); background-color: rgb(45, 83, 143); border-color: rgba(112, 110, 107, 0.2); }
.btn-microsoft.active.focus, .btn-microsoft.active:focus, .btn-microsoft.active:hover, .btn-microsoft:active.focus, .btn-microsoft:active:focus, .btn-microsoft:active:hover, .open > .dropdown-toggle.btn-microsoft.focus, .open > .dropdown-toggle.btn-microsoft:focus, .open > .dropdown-toggle.btn-microsoft:hover { color: rgb(255, 255, 255); background-color: rgb(44, 81, 140); border-color: rgba(112, 110, 107, 0.2); }
.btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft { background-image: none; }
.btn-microsoft.disabled.focus, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:hover, .btn-microsoft[disabled].focus, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft.focus, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft:hover { background-color: rgb(43, 79, 136); border-color: rgba(112, 110, 107, 0.2); }
.btn-microsoft .badge { color: rgb(113, 164, 210); background-color: rgb(32, 33, 33); }
.btn-openid { color: rgb(255, 255, 255); background-color: rgb(164, 112, 50); border-color: rgba(112, 110, 107, 0.2); }
.btn-openid.active, .btn-openid.focus, .btn-openid:active, .btn-openid:focus, .btn-openid:hover, .open > .dropdown-toggle.btn-openid { color: rgb(255, 255, 255); background-color: rgb(175, 119, 53); border-color: rgba(112, 110, 107, 0.2); }
.btn-openid.active.focus, .btn-openid.active:focus, .btn-openid.active:hover, .btn-openid:active.focus, .btn-openid:active:focus, .btn-openid:active:hover, .open > .dropdown-toggle.btn-openid.focus, .open > .dropdown-toggle.btn-openid:focus, .open > .dropdown-toggle.btn-openid:hover { color: rgb(255, 255, 255); background-color: rgb(168, 114, 52); border-color: rgba(112, 110, 107, 0.2); }
.btn-openid.active, .btn-openid:active, .open > .dropdown-toggle.btn-openid { background-image: none; }
.btn-openid.disabled.focus, .btn-openid.disabled:focus, .btn-openid.disabled:hover, .btn-openid[disabled].focus, .btn-openid[disabled]:focus, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid.focus, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid:hover { background-color: rgb(164, 112, 50); border-color: rgba(112, 110, 107, 0.2); }
.btn-openid .badge { color: rgb(232, 176, 107); background-color: rgb(32, 33, 33); }
.btn-pinterest { color: rgb(255, 255, 255); background-color: rgb(129, 44, 45); border-color: rgba(112, 110, 107, 0.2); }
.btn-pinterest.active, .btn-pinterest.focus, .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover, .open > .dropdown-toggle.btn-pinterest { color: rgb(255, 255, 255); background-color: rgb(129, 44, 46); border-color: rgba(112, 110, 107, 0.2); }
.btn-pinterest.active.focus, .btn-pinterest.active:focus, .btn-pinterest.active:hover, .btn-pinterest:active.focus, .btn-pinterest:active:focus, .btn-pinterest:active:hover, .open > .dropdown-toggle.btn-pinterest.focus, .open > .dropdown-toggle.btn-pinterest:focus, .open > .dropdown-toggle.btn-pinterest:hover { color: rgb(255, 255, 255); background-color: rgb(105, 37, 38); border-color: rgba(112, 110, 107, 0.2); }
.btn-pinterest.active, .btn-pinterest:active, .open > .dropdown-toggle.btn-pinterest { background-image: none; }
.btn-pinterest.disabled.focus, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:hover, .btn-pinterest[disabled].focus, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest.focus, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest:hover { background-color: rgb(129, 44, 45); border-color: rgba(112, 110, 107, 0.2); }
.btn-pinterest .badge { color: rgb(205, 120, 120); background-color: rgb(32, 33, 33); }
.btn-reddit { color: rgb(245, 241, 233); background-color: rgb(37, 38, 38); border-color: rgba(112, 110, 107, 0.2); }
.btn-reddit.active, .btn-reddit.focus, .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover, .open > .dropdown-toggle.btn-reddit { color: rgb(245, 241, 233); background-color: rgb(52, 53, 53); border-color: rgba(112, 110, 107, 0.2); }
.btn-reddit.active.focus, .btn-reddit.active:focus, .btn-reddit.active:hover, .btn-reddit:active.focus, .btn-reddit:active:focus, .btn-reddit:active:hover, .open > .dropdown-toggle.btn-reddit.focus, .open > .dropdown-toggle.btn-reddit:focus, .open > .dropdown-toggle.btn-reddit:hover { color: rgb(245, 241, 233); background-color: rgb(26, 61, 95); border-color: rgba(112, 110, 107, 0.2); }
.btn-reddit.active, .btn-reddit:active, .open > .dropdown-toggle.btn-reddit { background-image: none; }
.btn-reddit.disabled.focus, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover, .btn-reddit[disabled].focus, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit.focus, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit:hover { background-color: rgb(37, 38, 38); border-color: rgba(112, 110, 107, 0.2); }
.btn-reddit .badge { color: rgb(255, 255, 255); background-color: rgb(7, 7, 6); }
.btn-soundcloud { color: rgb(255, 255, 255); background-color: rgb(173, 86, 40); border-color: rgba(112, 110, 107, 0.2); }
.btn-soundcloud.active, .btn-soundcloud.focus, .btn-soundcloud:active, .btn-soundcloud:focus, .btn-soundcloud:hover, .open > .dropdown-toggle.btn-soundcloud { color: rgb(255, 255, 255); background-color: rgb(173, 86, 40); border-color: rgba(112, 110, 107, 0.2); }
.btn-soundcloud.active.focus, .btn-soundcloud.active:focus, .btn-soundcloud.active:hover, .btn-soundcloud:active.focus, .btn-soundcloud:active:focus, .btn-soundcloud:active:hover, .open > .dropdown-toggle.btn-soundcloud.focus, .open > .dropdown-toggle.btn-soundcloud:focus, .open > .dropdown-toggle.btn-soundcloud:hover { color: rgb(255, 255, 255); background-color: rgb(143, 72, 34); border-color: rgba(112, 110, 107, 0.2); }
.btn-soundcloud.active, .btn-soundcloud:active, .open > .dropdown-toggle.btn-soundcloud { background-image: none; }
.btn-soundcloud.disabled.focus, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled].focus, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud.focus, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud:hover { background-color: rgb(173, 86, 40); border-color: rgba(112, 110, 107, 0.2); }
.btn-soundcloud .badge { color: rgb(225, 137, 91); background-color: rgb(32, 33, 33); }
.btn-tumblr { color: rgb(255, 255, 255); background-color: rgb(61, 77, 92); border-color: rgba(112, 110, 107, 0.2); }
.btn-tumblr.active, .btn-tumblr.focus, .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover, .open > .dropdown-toggle.btn-tumblr { color: rgb(255, 255, 255); background-color: rgb(41, 51, 61); border-color: rgba(112, 110, 107, 0.2); }
.btn-tumblr.active.focus, .btn-tumblr.active:focus, .btn-tumblr.active:hover, .btn-tumblr:active.focus, .btn-tumblr:active:focus, .btn-tumblr:active:hover, .open > .dropdown-toggle.btn-tumblr.focus, .open > .dropdown-toggle.btn-tumblr:focus, .open > .dropdown-toggle.btn-tumblr:hover { color: rgb(255, 255, 255); background-color: rgb(28, 34, 40); border-color: rgba(112, 110, 107, 0.2); }
.btn-tumblr.active, .btn-tumblr:active, .open > .dropdown-toggle.btn-tumblr { background-image: none; }
.btn-tumblr.disabled.focus, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover, .btn-tumblr[disabled].focus, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr.focus, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr:hover { background-color: rgb(61, 77, 92); border-color: rgba(112, 110, 107, 0.2); }
.btn-tumblr .badge { color: rgb(194, 206, 214); background-color: rgb(32, 33, 33); }
.btn-twitter { color: rgb(255, 255, 255); background-color: rgb(45, 88, 120); border-color: rgba(112, 110, 107, 0.2); }
.btn-twitter.active, .btn-twitter.focus, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open > .dropdown-toggle.btn-twitter { color: rgb(255, 255, 255); background-color: rgb(52, 103, 141); border-color: rgba(112, 110, 107, 0.2); }
.btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover, .open > .dropdown-toggle.btn-twitter.focus, .open > .dropdown-toggle.btn-twitter:focus, .open > .dropdown-toggle.btn-twitter:hover { color: rgb(255, 255, 255); background-color: rgb(54, 109, 148); border-color: rgba(112, 110, 107, 0.2); }
.btn-twitter.active, .btn-twitter:active, .open > .dropdown-toggle.btn-twitter { background-image: none; }
.btn-twitter.disabled.focus, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled].focus, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover { background-color: rgb(45, 88, 120); border-color: rgba(112, 110, 107, 0.2); }
.btn-twitter .badge { color: rgb(124, 177, 213); background-color: rgb(32, 33, 33); }
.btn-vimeo { color: rgb(255, 255, 255); background-color: rgb(61, 134, 155); border-color: rgba(112, 110, 107, 0.2); }
.btn-vimeo.active, .btn-vimeo.focus, .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover, .open > .dropdown-toggle.btn-vimeo { color: rgb(255, 255, 255); background-color: rgb(62, 135, 156); border-color: rgba(112, 110, 107, 0.2); }
.btn-vimeo.active.focus, .btn-vimeo.active:focus, .btn-vimeo.active:hover, .btn-vimeo:active.focus, .btn-vimeo:active:focus, .btn-vimeo:active:hover, .open > .dropdown-toggle.btn-vimeo.focus, .open > .dropdown-toggle.btn-vimeo:focus, .open > .dropdown-toggle.btn-vimeo:hover { color: rgb(255, 255, 255); background-color: rgb(57, 123, 143); border-color: rgba(112, 110, 107, 0.2); }
.btn-vimeo.active, .btn-vimeo:active, .open > .dropdown-toggle.btn-vimeo { background-image: none; }
.btn-vimeo.disabled.focus, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover, .btn-vimeo[disabled].focus, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo.focus, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo:hover { background-color: rgb(61, 134, 155); border-color: rgba(112, 110, 107, 0.2); }
.btn-vimeo .badge { color: rgb(125, 199, 220); background-color: rgb(32, 33, 33); }
.btn-vk { color: rgb(255, 255, 255); background-color: rgb(69, 82, 94); border-color: rgba(112, 110, 107, 0.2); }
.btn-vk.active, .btn-vk.focus, .btn-vk:active, .btn-vk:focus, .btn-vk:hover, .open > .dropdown-toggle.btn-vk { color: rgb(255, 255, 255); background-color: rgb(69, 82, 94); border-color: rgba(112, 110, 107, 0.2); }
.btn-vk.active.focus, .btn-vk.active:focus, .btn-vk.active:hover, .btn-vk:active.focus, .btn-vk:active:focus, .btn-vk:active:hover, .open > .dropdown-toggle.btn-vk.focus, .open > .dropdown-toggle.btn-vk:focus, .open > .dropdown-toggle.btn-vk:hover { color: rgb(255, 255, 255); background-color: rgb(69, 82, 93); border-color: rgba(112, 110, 107, 0.2); }
.btn-vk.active, .btn-vk:active, .open > .dropdown-toggle.btn-vk { background-image: none; }
.btn-vk.disabled.focus, .btn-vk.disabled:focus, .btn-vk.disabled:hover, .btn-vk[disabled].focus, .btn-vk[disabled]:focus, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk.focus, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk:hover { background-color: rgb(69, 82, 94); border-color: rgba(112, 110, 107, 0.2); }
.btn-vk .badge { color: rgb(168, 183, 192); background-color: rgb(32, 33, 33); }
.btn-yahoo { color: rgb(255, 255, 255); background-color: rgb(98, 35, 123); border-color: rgba(112, 110, 107, 0.2); }
.btn-yahoo.active, .btn-yahoo.focus, .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover, .open > .dropdown-toggle.btn-yahoo { color: rgb(255, 255, 255); background-color: rgb(71, 26, 89); border-color: rgba(112, 110, 107, 0.2); }
.btn-yahoo.active.focus, .btn-yahoo.active:focus, .btn-yahoo.active:hover, .btn-yahoo:active.focus, .btn-yahoo:active:focus, .btn-yahoo:active:hover, .open > .dropdown-toggle.btn-yahoo.focus, .open > .dropdown-toggle.btn-yahoo:focus, .open > .dropdown-toggle.btn-yahoo:hover { color: rgb(255, 255, 255); background-color: rgb(52, 20, 64); border-color: rgba(112, 110, 107, 0.2); }
.btn-yahoo.active, .btn-yahoo:active, .open > .dropdown-toggle.btn-yahoo { background-image: none; }
.btn-yahoo.disabled.focus, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover, .btn-yahoo[disabled].focus, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo.focus, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo:hover { background-color: rgb(98, 35, 123); border-color: rgba(112, 110, 107, 0.2); }
.btn-yahoo .badge { color: rgb(196, 139, 213); background-color: rgb(32, 33, 33); }
.fc-button { background-color: rgb(35, 36, 36); background-image: none; color: rgb(220, 214, 204); border-color: rgb(66, 66, 64); }
.fc-button.hover, .fc-button:active, .fc-button:hover { background-color: rgb(38, 39, 39); }
.fc-header-title h2 { color: rgb(206, 201, 190); }
.fc-widget-header { background-image: initial; background-color: rgb(34, 34, 34); }
.fc-grid { border-color: initial; }
.fc-widget-content:first-of-type, .fc-widget-header:first-of-type { border-left-color: initial; border-right-color: initial; }
.fc-widget-content:last-of-type, .fc-widget-header:last-of-type { border-right-color: initial; }
.external-event { box-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; text-shadow: rgba(7, 7, 6, 0.1) 0px 1px 1px; }
.external-event:hover { box-shadow: rgba(7, 7, 6, 0.2) 0px 0px 90px inset; }
.select2-container--default.select2-container--focus, .select2-container--default:active, .select2-container--default:focus, .select2-selection.select2-container--focus, .select2-selection:active, .select2-selection:focus { outline-color: initial; }
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single { border-color: rgb(64, 67, 73); }
.select2-container--default.select2-container--open { border-color: rgb(72, 107, 126); }
.select2-dropdown { border-color: rgb(64, 67, 73); }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgb(66, 99, 117); }
.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field { border-color: rgb(64, 67, 73); }
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus { outline-color: initial; }
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field { border-color: rgb(72, 107, 126) !important; }
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"]:hover { color: rgb(220, 214, 204); }
.select2-container--default .select2-selection--multiple { border-color: rgb(64, 67, 73); }
.select2-container--default .select2-selection--multiple:focus { border-color: rgb(72, 107, 126); }
.select2-container--default.select2-container--focus .select2-selection--multiple { border-color: rgb(64, 67, 73); }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: rgb(66, 99, 117); border-color: rgb(73, 110, 129); color: rgb(255, 255, 255); }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: rgba(255, 255, 255, 0.7); }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(255, 255, 255); }
.box .datepicker-inline .datepicker-days > table td:hover, .box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline > table td:hover, .box .datepicker-inline td:hover { background-color: rgba(32, 33, 33, 0.3); }
.box .datepicker-inline .datepicker-days > table td.day.new, .box .datepicker-inline .datepicker-days > table td.day.old, .box .datepicker-inline .datepicker-days td.day.new, .box .datepicker-inline .datepicker-days td.day.old, .box .datepicker-inline > table td.day.new, .box .datepicker-inline > table td.day.old, .box .datepicker-inline td.day.new, .box .datepicker-inline td.day.old { color: rgb(200, 194, 183); }
.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header { color: rgb(255, 255, 255) !important; }
.bg-gray { color: rgb(245, 241, 233); background-color: rgb(45, 46, 46) !important; }
.bg-gray-light { background-color: rgb(35, 35, 35); }
.bg-black { background-color: rgb(23, 24, 24) !important; }
.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body { background-color: rgb(123, 54, 44) !important; }
.alert-warning, .bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body { background-color: rgb(172, 127, 56) !important; }
.alert-info, .bg-aqua, .callout.callout-info, .label-info, .modal-info .modal-body { background-color: rgb(59, 160, 182) !important; }
.bg-blue { background-color: rgb(45, 116, 156) !important; }
.bg-light-blue, .label-primary, .modal-primary .modal-body { background-color: rgb(66, 99, 117) !important; }
.alert-success, .bg-green, .callout.callout-success, .label-success, .modal-success .modal-body { background-color: rgb(55, 158, 107) !important; }
.bg-navy { background-color: rgb(17, 36, 56) !important; }
.bg-teal { background-color: rgb(74, 135, 132) !important; }
.bg-olive { background-color: rgb(74, 116, 94) !important; }
.bg-lime { background-color: rgb(66, 191, 116) !important; }
.bg-orange { background-color: rgb(166, 101, 44) !important; }
.bg-fuchsia { background-color: rgb(146, 38, 119) !important; }
.bg-purple { background-color: rgb(63, 61, 88) !important; }
.bg-maroon { background-color: rgb(135, 43, 74) !important; }
.bg-gray-active { color: rgb(245, 241, 233); background-color: rgb(51, 52, 57) !important; }
.bg-black-active { background-color: rgb(7, 7, 6) !important; }
.bg-red-active, .modal-danger .modal-footer, .modal-danger .modal-header { background-color: rgb(130, 57, 46) !important; }
.bg-yellow-active, .modal-warning .modal-footer, .modal-warning .modal-header { background-color: rgb(175, 130, 57) !important; }
.bg-aqua-active, .modal-info .modal-footer, .modal-info .modal-header { background-color: rgb(59, 160, 182) !important; }
.bg-blue-active { background-color: rgb(34, 85, 114) !important; }
.bg-light-blue-active, .modal-primary .modal-footer, .modal-primary .modal-header { background-color: rgb(67, 99, 116) !important; }
.bg-green-active, .modal-success .modal-footer, .modal-success .modal-header { background-color: rgb(48, 135, 92) !important; }
.bg-navy-active { background-color: rgb(16, 32, 48) !important; }
.bg-teal-active { background-color: rgb(74, 137, 134) !important; }
.bg-olive-active { background-color: rgb(74, 115, 94) !important; }
.bg-lime-active { background-color: rgb(66, 192, 116) !important; }
.bg-orange-active { background-color: rgb(179, 109, 47) !important; }
.bg-fuchsia-active { background-color: rgb(147, 38, 120) !important; }
.bg-purple-active { background-color: rgb(64, 62, 89) !important; }
.bg-maroon-active { background-color: rgb(136, 43, 74) !important; }
.text-red { color: rgb(203, 127, 114) !important; }
.text-yellow { color: rgb(234, 188, 114) !important; }
.text-aqua { color: rgb(119, 215, 234) !important; }
.text-blue { color: rgb(137, 198, 231) !important; }
.text-black { color: rgb(239, 234, 225) !important; }
.text-light-blue { color: rgb(151, 185, 201) !important; }
.text-green { color: rgb(158, 250, 201) !important; }
.text-gray { color: rgb(233, 227, 218) !important; }
.text-navy { color: rgb(227, 222, 213) !important; }
.text-teal { color: rgb(153, 218, 213) !important; }
.text-olive { color: rgb(175, 214, 190) !important; }
.text-lime { color: rgb(119, 244, 167) !important; }
.text-orange { color: rgb(233, 162, 97) !important; }
.text-fuchsia { color: rgb(208, 97, 178) !important; }
.text-purple { color: rgb(163, 172, 188) !important; }
.text-maroon { color: rgb(205, 113, 142) !important; }
.link-muted { color: rgb(193, 187, 176); }
.link-muted:focus, .link-muted:hover { color: rgb(199, 193, 182); }
.link-black { color: rgb(206, 201, 190); }
.link-black:focus, .link-black:hover { color: rgb(197, 191, 180); }
.no-border { border-color: initial !important; }
.no-shadow { box-shadow: none !important; }
.list-group-unbordered > .list-group-item { border-left-color: initial; border-right-color: initial; }
.bg-teal-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(74, 135, 132) !important; }
.bg-light-blue-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(66, 99, 117) !important; }
.bg-blue-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(45, 116, 156) !important; }
.bg-aqua-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(59, 160, 182) !important; }
.bg-yellow-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(172, 127, 56) !important; }
.bg-purple-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(63, 61, 88) !important; }
.bg-green-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(55, 158, 107) !important; }
.bg-red-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(123, 54, 44) !important; }
.bg-black-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(23, 24, 24) !important; }
.bg-maroon-gradient { color: rgb(255, 255, 255); background-image: initial !important; background-color: rgb(135, 43, 74) !important; }
.list-header { color: rgb(206, 201, 190); }
.list-seperator { background-image: initial; background-color: rgb(35, 36, 36); }
.list-link > a { color: rgb(200, 194, 183); }
.list-link > a:hover { color: rgb(233, 227, 218); }
.user-block .description { color: rgb(197, 191, 180); }
.img-bordered { border-color: rgb(64, 67, 73); }
.img-bordered-sm { border-color: rgb(64, 67, 73); }
.attachment-block { border-color: rgb(61, 60, 59); background-image: initial; background-color: rgb(35, 35, 35); }
.attachment-block .attachment-text { color: rgb(213, 207, 197); }
.ui-helper-hidden-accessible { border-color: initial; }
.sort-highlight { background-image: initial; background-color: rgb(35, 36, 36); border-color: rgb(66, 66, 64); }
hr { border-top-color: rgb(94, 93, 91); }
#red .slider-selection { background-image: initial; background-color: rgb(119, 43, 30); }
#blue .slider-selection { background-image: initial; background-color: rgb(66, 99, 117); }
#green .slider-selection { background-image: initial; background-color: rgb(55, 158, 107); }
#yellow .slider-selection { background-image: initial; background-color: rgb(172, 127, 56); }
#aqua .slider-selection { background-image: initial; background-color: rgb(59, 160, 182); }
#purple .slider-selection { background-image: initial; background-color: rgb(104, 51, 118); }
.skin-blue .main-header .navbar { background-color: rgb(66, 99, 117); }
.skin-blue .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav > .active > a, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-blue .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-blue .main-header .navbar .sidebar-toggle:hover { background-color: rgb(66, 99, 117); }
@media (max-width: 767px) {
.skin-blue .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-blue .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-blue .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(66, 99, 117); }
}
.skin-blue .main-header .logo { background-color: rgb(66, 99, 117); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-blue .main-header .logo:hover { background-color: rgb(67, 99, 116); }
.skin-blue .main-header li.user-header { background-color: rgb(66, 99, 117); }
.skin-blue .content-header { background-image: initial; background-color: transparent; }
.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper { background-color: rgb(45, 51, 53); }
.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a { color: rgb(255, 255, 255); }
.skin-blue .sidebar-menu > li.header { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(36, 41, 42); }
.skin-blue .sidebar-menu > li > a { border-left-color: transparent; }
.skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a, .skin-blue .sidebar-menu > li:hover > a { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(41, 46, 48); }
.skin-blue .sidebar-menu > li.active > a { border-left-color: rgb(72, 107, 126); }
.skin-blue .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(57, 65, 68); }
.skin-blue .sidebar a { color: rgb(213, 207, 197); }
.skin-blue .sidebar a:hover { text-decoration-color: initial; }
.skin-blue .sidebar-menu .treeview-menu > li > a { color: rgb(192, 186, 175); }
.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu .treeview-menu > li > a:hover { color: rgb(255, 255, 255); }
.skin-blue .sidebar-form { border-color: rgb(93, 106, 110); }
.skin-blue .sidebar-form .btn, .skin-blue .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(69, 79, 82); border-color: transparent; }
.skin-blue .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-blue .sidebar-form .btn { color: rgb(197, 191, 180); }
.skin-blue-light .main-header .navbar { background-color: rgb(66, 99, 117); }
.skin-blue-light .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-blue-light .main-header .navbar .nav .open > a, .skin-blue-light .main-header .navbar .nav .open > a:focus, .skin-blue-light .main-header .navbar .nav .open > a:hover, .skin-blue-light .main-header .navbar .nav > .active > a, .skin-blue-light .main-header .navbar .nav > li > a:active, .skin-blue-light .main-header .navbar .nav > li > a:focus, .skin-blue-light .main-header .navbar .nav > li > a:hover, .skin-blue-light .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-blue-light .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-blue-light .main-header .navbar .sidebar-toggle:hover { background-color: rgb(66, 99, 117); }
@media (max-width: 767px) {
.skin-blue-light .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-blue-light .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-blue-light .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(66, 99, 117); }
}
.skin-blue-light .main-header .logo { background-color: rgb(66, 99, 117); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-blue-light .main-header .logo:hover { background-color: rgb(67, 99, 116); }
.skin-blue-light .main-header li.user-header { background-color: rgb(66, 99, 117); }
.skin-blue-light .content-header { background-image: initial; background-color: transparent; }
.skin-blue-light .left-side, .skin-blue-light .main-sidebar, .skin-blue-light .wrapper { background-color: rgb(34, 35, 35); }
.skin-blue-light .main-sidebar { border-right-color: rgb(64, 67, 73); }
.skin-blue-light .user-panel > .info, .skin-blue-light .user-panel > .info > a { color: rgb(220, 214, 204); }
.skin-blue-light .sidebar-menu > li.header { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(34, 35, 35); }
.skin-blue-light .sidebar-menu > li > a { border-left-color: transparent; }
.skin-blue-light .sidebar-menu > li.active > a, .skin-blue-light .sidebar-menu > li:hover > a { color: rgb(245, 241, 233); background-image: initial; background-color: rgb(35, 36, 36); }
.skin-blue-light .sidebar-menu > li.active { border-left-color: rgb(72, 107, 126); }
.skin-blue-light .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(35, 36, 36); }
.skin-blue-light .sidebar a { color: rgb(220, 214, 204); }
.skin-blue-light .sidebar a:hover { text-decoration-color: initial; }
.skin-blue-light .sidebar-menu .treeview-menu > li > a { color: rgb(200, 194, 183); }
.skin-blue-light .sidebar-menu .treeview-menu > li.active > a, .skin-blue-light .sidebar-menu .treeview-menu > li > a:hover { color: rgb(245, 241, 233); }
.skin-blue-light .sidebar-form { border-color: rgb(64, 67, 73); }
.skin-blue-light .sidebar-form .btn, .skin-blue-light .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(32, 33, 33); border-color: transparent; }
.skin-blue-light .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-blue-light .sidebar-form input[type="text"]:focus, .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-blue-light .sidebar-form .btn { color: rgb(197, 191, 180); }
@media (min-width: 768px) {
.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { border-left-color: rgb(64, 67, 73); }
}
.skin-blue-light .main-footer { border-top-color: rgb(64, 67, 73); }
.skin-blue.layout-top-nav .main-header > .logo { background-color: rgb(66, 99, 117); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-blue.layout-top-nav .main-header > .logo:hover { background-color: rgb(67, 99, 116); }
.skin-black .main-header { box-shadow: rgba(7, 7, 6, 0.05) 0px 1px 1px; }
.skin-black .main-header .navbar-toggle { color: rgb(226, 221, 212); }
.skin-black .main-header .navbar-brand { color: rgb(226, 221, 212); border-right-color: rgb(62, 61, 60); }
.skin-black .main-header .navbar { background-color: rgb(32, 33, 33); }
.skin-black .main-header .navbar .nav > li > a { color: rgb(226, 221, 212); }
.skin-black .main-header .navbar .nav .open > a, .skin-black .main-header .navbar .nav .open > a:focus, .skin-black .main-header .navbar .nav .open > a:hover, .skin-black .main-header .navbar .nav > .active > a, .skin-black .main-header .navbar .nav > li > a:active, .skin-black .main-header .navbar .nav > li > a:focus, .skin-black .main-header .navbar .nav > li > a:hover { background-image: initial; background-color: rgb(32, 33, 33); color: rgb(197, 191, 180); }
.skin-black .main-header .navbar .sidebar-toggle { color: rgb(226, 221, 212); }
.skin-black .main-header .navbar .sidebar-toggle:hover { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(32, 33, 33); }
.skin-black .main-header .navbar > .sidebar-toggle { color: rgb(226, 221, 212); border-right-color: rgb(62, 61, 60); }
.skin-black .main-header .navbar .navbar-nav > li > a { border-right-color: rgb(62, 61, 60); }
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header .navbar .navbar-right > li > a { border-left-color: rgb(62, 61, 60); }
.skin-black .main-header .logo { background-color: rgb(32, 33, 33); color: rgb(226, 221, 212); border-bottom-color: transparent; border-right-color: rgb(62, 61, 60); }
.skin-black .main-header .logo:hover { background-color: rgb(33, 34, 34); }
@media (max-width: 767px) {
.skin-black .main-header .logo { background-color: rgb(40, 41, 41); color: rgb(255, 255, 255); border-bottom-color: transparent; border-right-color: initial; }
.skin-black .main-header .logo:hover { background-color: rgb(37, 38, 38); }
}
.skin-black .main-header li.user-header { background-color: rgb(40, 41, 41); }
.skin-black .content-header { background-image: initial; background-color: transparent; box-shadow: none; }
.skin-black .left-side, .skin-black .main-sidebar, .skin-black .wrapper { background-color: rgb(45, 51, 53); }
.skin-black .user-panel > .info, .skin-black .user-panel > .info > a { color: rgb(255, 255, 255); }
.skin-black .sidebar-menu > li.header { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(36, 41, 42); }
.skin-black .sidebar-menu > li > a { border-left-color: transparent; }
.skin-black .sidebar-menu > li.active > a, .skin-black .sidebar-menu > li.menu-open > a, .skin-black .sidebar-menu > li:hover > a { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(41, 46, 48); }
.skin-black .sidebar-menu > li.active > a { border-left-color: rgb(59, 58, 57); }
.skin-black .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(57, 65, 68); }
.skin-black .sidebar a { color: rgb(213, 207, 197); }
.skin-black .sidebar a:hover { text-decoration-color: initial; }
.skin-black .sidebar-menu .treeview-menu > li > a { color: rgb(192, 186, 175); }
.skin-black .sidebar-menu .treeview-menu > li.active > a, .skin-black .sidebar-menu .treeview-menu > li > a:hover { color: rgb(255, 255, 255); }
.skin-black .sidebar-form { border-color: rgb(93, 106, 110); }
.skin-black .sidebar-form .btn, .skin-black .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(69, 79, 82); border-color: transparent; }
.skin-black .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-black .sidebar-form input[type="text"]:focus, .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-black .sidebar-form .btn { color: rgb(197, 191, 180); }
.skin-black .pace .pace-progress { background-image: initial; background-color: rgb(40, 41, 41); }
.skin-black .pace .pace-activity { border-top-color: rgb(105, 103, 101); border-left-color: rgb(105, 103, 101); }
.skin-black-light .main-header { box-shadow: rgba(7, 7, 6, 0.05) 0px 1px 1px; }
.skin-black-light .main-header .navbar-toggle { color: rgb(226, 221, 212); }
.skin-black-light .main-header .navbar-brand { color: rgb(226, 221, 212); border-right-color: rgb(64, 67, 73); }
.skin-black-light .main-header .navbar { background-color: rgb(32, 33, 33); }
.skin-black-light .main-header .navbar .nav > li > a { color: rgb(226, 221, 212); }
.skin-black-light .main-header .navbar .nav .open > a, .skin-black-light .main-header .navbar .nav .open > a:focus, .skin-black-light .main-header .navbar .nav .open > a:hover, .skin-black-light .main-header .navbar .nav > .active > a, .skin-black-light .main-header .navbar .nav > li > a:active, .skin-black-light .main-header .navbar .nav > li > a:focus, .skin-black-light .main-header .navbar .nav > li > a:hover { background-image: initial; background-color: rgb(32, 33, 33); color: rgb(197, 191, 180); }
.skin-black-light .main-header .navbar .sidebar-toggle { color: rgb(226, 221, 212); }
.skin-black-light .main-header .navbar .sidebar-toggle:hover { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(32, 33, 33); }
.skin-black-light .main-header .navbar > .sidebar-toggle { color: rgb(226, 221, 212); border-right-color: rgb(64, 67, 73); }
.skin-black-light .main-header .navbar .navbar-nav > li > a { border-right-color: rgb(64, 67, 73); }
.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black-light .main-header .navbar .navbar-right > li > a { border-left-color: rgb(64, 67, 73); }
.skin-black-light .main-header .logo { background-color: rgb(32, 33, 33); color: rgb(226, 221, 212); border-bottom-color: transparent; border-right-color: rgb(64, 67, 73); }
.skin-black-light .main-header .logo:hover { background-color: rgb(33, 34, 34); }
@media (max-width: 767px) {
.skin-black-light .main-header .logo { background-color: rgb(40, 41, 41); color: rgb(255, 255, 255); border-bottom-color: transparent; border-right-color: initial; }
.skin-black-light .main-header .logo:hover { background-color: rgb(37, 38, 38); }
}
.skin-black-light .main-header li.user-header { background-color: rgb(40, 41, 41); }
.skin-black-light .content-header { background-image: initial; background-color: transparent; box-shadow: none; }
.skin-black-light .left-side, .skin-black-light .main-sidebar, .skin-black-light .wrapper { background-color: rgb(34, 35, 35); }
.skin-black-light .main-sidebar { border-right-color: rgb(64, 67, 73); }
.skin-black-light .user-panel > .info, .skin-black-light .user-panel > .info > a { color: rgb(220, 214, 204); }
.skin-black-light .sidebar-menu > li.header { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(34, 35, 35); }
.skin-black-light .sidebar-menu > li > a { border-left-color: transparent; }
.skin-black-light .sidebar-menu > li.active > a, .skin-black-light .sidebar-menu > li:hover > a { color: rgb(245, 241, 233); background-image: initial; background-color: rgb(35, 36, 36); }
.skin-black-light .sidebar-menu > li.active { border-left-color: rgb(59, 58, 57); }
.skin-black-light .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(35, 36, 36); }
.skin-black-light .sidebar a { color: rgb(220, 214, 204); }
.skin-black-light .sidebar a:hover { text-decoration-color: initial; }
.skin-black-light .sidebar-menu .treeview-menu > li > a { color: rgb(200, 194, 183); }
.skin-black-light .sidebar-menu .treeview-menu > li.active > a, .skin-black-light .sidebar-menu .treeview-menu > li > a:hover { color: rgb(245, 241, 233); }
.skin-black-light .sidebar-form { border-color: rgb(64, 67, 73); }
.skin-black-light .sidebar-form .btn, .skin-black-light .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(32, 33, 33); border-color: transparent; }
.skin-black-light .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-black-light .sidebar-form input[type="text"]:focus, .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-black-light .sidebar-form .btn { color: rgb(197, 191, 180); }
@media (min-width: 768px) {
.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { border-left-color: rgb(64, 67, 73); }
}
.skin-green .main-header .navbar { background-color: rgb(55, 158, 107); }
.skin-green .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-green .main-header .navbar .nav .open > a, .skin-green .main-header .navbar .nav .open > a:focus, .skin-green .main-header .navbar .nav .open > a:hover, .skin-green .main-header .navbar .nav > .active > a, .skin-green .main-header .navbar .nav > li > a:active, .skin-green .main-header .navbar .nav > li > a:focus, .skin-green .main-header .navbar .nav > li > a:hover, .skin-green .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-green .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-green .main-header .navbar .sidebar-toggle:hover { background-color: rgb(48, 135, 92); }
@media (max-width: 767px) {
.skin-green .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-green .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-green .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(48, 135, 92); }
}
.skin-green .main-header .logo { background-color: rgb(48, 135, 92); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-green .main-header .logo:hover { background-color: rgb(46, 130, 88); }
.skin-green .main-header li.user-header { background-color: rgb(55, 158, 107); }
.skin-green .content-header { background-image: initial; background-color: transparent; }
.skin-green .left-side, .skin-green .main-sidebar, .skin-green .wrapper { background-color: rgb(45, 51, 53); }
.skin-green .user-panel > .info, .skin-green .user-panel > .info > a { color: rgb(255, 255, 255); }
.skin-green .sidebar-menu > li.header { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(36, 41, 42); }
.skin-green .sidebar-menu > li > a { border-left-color: transparent; }
.skin-green .sidebar-menu > li.active > a, .skin-green .sidebar-menu > li.menu-open > a, .skin-green .sidebar-menu > li:hover > a { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(41, 46, 48); }
.skin-green .sidebar-menu > li.active > a { border-left-color: rgb(72, 209, 141); }
.skin-green .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(57, 65, 68); }
.skin-green .sidebar a { color: rgb(213, 207, 197); }
.skin-green .sidebar a:hover { text-decoration-color: initial; }
.skin-green .sidebar-menu .treeview-menu > li > a { color: rgb(192, 186, 175); }
.skin-green .sidebar-menu .treeview-menu > li.active > a, .skin-green .sidebar-menu .treeview-menu > li > a:hover { color: rgb(255, 255, 255); }
.skin-green .sidebar-form { border-color: rgb(93, 106, 110); }
.skin-green .sidebar-form .btn, .skin-green .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(69, 79, 82); border-color: transparent; }
.skin-green .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-green .sidebar-form input[type="text"]:focus, .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-green .sidebar-form .btn { color: rgb(197, 191, 180); }
.skin-green-light .main-header .navbar { background-color: rgb(55, 158, 107); }
.skin-green-light .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-green-light .main-header .navbar .nav .open > a, .skin-green-light .main-header .navbar .nav .open > a:focus, .skin-green-light .main-header .navbar .nav .open > a:hover, .skin-green-light .main-header .navbar .nav > .active > a, .skin-green-light .main-header .navbar .nav > li > a:active, .skin-green-light .main-header .navbar .nav > li > a:focus, .skin-green-light .main-header .navbar .nav > li > a:hover, .skin-green-light .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-green-light .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-green-light .main-header .navbar .sidebar-toggle:hover { background-color: rgb(48, 135, 92); }
@media (max-width: 767px) {
.skin-green-light .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-green-light .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-green-light .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(48, 135, 92); }
}
.skin-green-light .main-header .logo { background-color: rgb(55, 158, 107); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-green-light .main-header .logo:hover { background-color: rgb(54, 153, 104); }
.skin-green-light .main-header li.user-header { background-color: rgb(55, 158, 107); }
.skin-green-light .content-header { background-image: initial; background-color: transparent; }
.skin-green-light .left-side, .skin-green-light .main-sidebar, .skin-green-light .wrapper { background-color: rgb(34, 35, 35); }
.skin-green-light .main-sidebar { border-right-color: rgb(64, 67, 73); }
.skin-green-light .user-panel > .info, .skin-green-light .user-panel > .info > a { color: rgb(220, 214, 204); }
.skin-green-light .sidebar-menu > li.header { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(34, 35, 35); }
.skin-green-light .sidebar-menu > li > a { border-left-color: transparent; }
.skin-green-light .sidebar-menu > li.active > a, .skin-green-light .sidebar-menu > li:hover > a { color: rgb(245, 241, 233); background-image: initial; background-color: rgb(35, 36, 36); }
.skin-green-light .sidebar-menu > li.active { border-left-color: rgb(72, 209, 141); }
.skin-green-light .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(35, 36, 36); }
.skin-green-light .sidebar a { color: rgb(220, 214, 204); }
.skin-green-light .sidebar a:hover { text-decoration-color: initial; }
.skin-green-light .sidebar-menu .treeview-menu > li > a { color: rgb(200, 194, 183); }
.skin-green-light .sidebar-menu .treeview-menu > li.active > a, .skin-green-light .sidebar-menu .treeview-menu > li > a:hover { color: rgb(245, 241, 233); }
.skin-green-light .sidebar-form { border-color: rgb(64, 67, 73); }
.skin-green-light .sidebar-form .btn, .skin-green-light .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(32, 33, 33); border-color: transparent; }
.skin-green-light .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-green-light .sidebar-form input[type="text"]:focus, .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-green-light .sidebar-form .btn { color: rgb(197, 191, 180); }
@media (min-width: 768px) {
.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { border-left-color: rgb(64, 67, 73); }
}
.skin-red .main-header .navbar { background-color: rgb(123, 54, 44); }
.skin-red .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-red .main-header .navbar .nav .open > a, .skin-red .main-header .navbar .nav .open > a:focus, .skin-red .main-header .navbar .nav .open > a:hover, .skin-red .main-header .navbar .nav > .active > a, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus, .skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-red .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-red .main-header .navbar .sidebar-toggle:hover { background-color: rgb(131, 58, 47); }
@media (max-width: 767px) {
.skin-red .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-red .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-red .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(131, 58, 47); }
}
.skin-red .main-header .logo { background-color: rgb(131, 58, 47); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-red .main-header .logo:hover { background-color: rgb(130, 57, 46); }
.skin-red .main-header li.user-header { background-color: rgb(123, 54, 44); }
.skin-red .content-header { background-image: initial; background-color: transparent; }
.skin-red .left-side, .skin-red .main-sidebar, .skin-red .wrapper { background-color: rgb(45, 51, 53); }
.skin-red .user-panel > .info, .skin-red .user-panel > .info > a { color: rgb(255, 255, 255); }
.skin-red .sidebar-menu > li.header { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(36, 41, 42); }
.skin-red .sidebar-menu > li > a { border-left-color: transparent; }
.skin-red .sidebar-menu > li.active > a, .skin-red .sidebar-menu > li.menu-open > a, .skin-red .sidebar-menu > li:hover > a { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(41, 46, 48); }
.skin-red .sidebar-menu > li.active > a { border-left-color: rgb(132, 58, 47); }
.skin-red .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(57, 65, 68); }
.skin-red .sidebar a { color: rgb(213, 207, 197); }
.skin-red .sidebar a:hover { text-decoration-color: initial; }
.skin-red .sidebar-menu .treeview-menu > li > a { color: rgb(192, 186, 175); }
.skin-red .sidebar-menu .treeview-menu > li.active > a, .skin-red .sidebar-menu .treeview-menu > li > a:hover { color: rgb(255, 255, 255); }
.skin-red .sidebar-form { border-color: rgb(93, 106, 110); }
.skin-red .sidebar-form .btn, .skin-red .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(69, 79, 82); border-color: transparent; }
.skin-red .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-red .sidebar-form input[type="text"]:focus, .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-red .sidebar-form .btn { color: rgb(197, 191, 180); }
.skin-red-light .main-header .navbar { background-color: rgb(123, 54, 44); }
.skin-red-light .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-red-light .main-header .navbar .nav .open > a, .skin-red-light .main-header .navbar .nav .open > a:focus, .skin-red-light .main-header .navbar .nav .open > a:hover, .skin-red-light .main-header .navbar .nav > .active > a, .skin-red-light .main-header .navbar .nav > li > a:active, .skin-red-light .main-header .navbar .nav > li > a:focus, .skin-red-light .main-header .navbar .nav > li > a:hover, .skin-red-light .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-red-light .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-red-light .main-header .navbar .sidebar-toggle:hover { background-color: rgb(131, 58, 47); }
@media (max-width: 767px) {
.skin-red-light .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-red-light .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-red-light .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(131, 58, 47); }
}
.skin-red-light .main-header .logo { background-color: rgb(123, 54, 44); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-red-light .main-header .logo:hover { background-color: rgb(124, 55, 45); }
.skin-red-light .main-header li.user-header { background-color: rgb(123, 54, 44); }
.skin-red-light .content-header { background-image: initial; background-color: transparent; }
.skin-red-light .left-side, .skin-red-light .main-sidebar, .skin-red-light .wrapper { background-color: rgb(34, 35, 35); }
.skin-red-light .main-sidebar { border-right-color: rgb(64, 67, 73); }
.skin-red-light .user-panel > .info, .skin-red-light .user-panel > .info > a { color: rgb(220, 214, 204); }
.skin-red-light .sidebar-menu > li.header { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(34, 35, 35); }
.skin-red-light .sidebar-menu > li > a { border-left-color: transparent; }
.skin-red-light .sidebar-menu > li.active > a, .skin-red-light .sidebar-menu > li:hover > a { color: rgb(245, 241, 233); background-image: initial; background-color: rgb(35, 36, 36); }
.skin-red-light .sidebar-menu > li.active { border-left-color: rgb(132, 58, 47); }
.skin-red-light .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(35, 36, 36); }
.skin-red-light .sidebar a { color: rgb(220, 214, 204); }
.skin-red-light .sidebar a:hover { text-decoration-color: initial; }
.skin-red-light .sidebar-menu .treeview-menu > li > a { color: rgb(200, 194, 183); }
.skin-red-light .sidebar-menu .treeview-menu > li.active > a, .skin-red-light .sidebar-menu .treeview-menu > li > a:hover { color: rgb(245, 241, 233); }
.skin-red-light .sidebar-form { border-color: rgb(64, 67, 73); }
.skin-red-light .sidebar-form .btn, .skin-red-light .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(32, 33, 33); border-color: transparent; }
.skin-red-light .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-red-light .sidebar-form input[type="text"]:focus, .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-red-light .sidebar-form .btn { color: rgb(197, 191, 180); }
@media (min-width: 768px) {
.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { border-left-color: rgb(64, 67, 73); }
}
.skin-yellow .main-header .navbar { background-color: rgb(172, 127, 56); }
.skin-yellow .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-yellow .main-header .navbar .nav .open > a, .skin-yellow .main-header .navbar .nav .open > a:focus, .skin-yellow .main-header .navbar .nav .open > a:hover, .skin-yellow .main-header .navbar .nav > .active > a, .skin-yellow .main-header .navbar .nav > li > a:active, .skin-yellow .main-header .navbar .nav > li > a:focus, .skin-yellow .main-header .navbar .nav > li > a:hover, .skin-yellow .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-yellow .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-yellow .main-header .navbar .sidebar-toggle:hover { background-color: rgb(175, 130, 57); }
@media (max-width: 767px) {
.skin-yellow .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-yellow .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(175, 130, 57); }
}
.skin-yellow .main-header .logo { background-color: rgb(175, 130, 57); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-yellow .main-header .logo:hover { background-color: rgb(175, 130, 57); }
.skin-yellow .main-header li.user-header { background-color: rgb(172, 127, 56); }
.skin-yellow .content-header { background-image: initial; background-color: transparent; }
.skin-yellow .left-side, .skin-yellow .main-sidebar, .skin-yellow .wrapper { background-color: rgb(45, 51, 53); }
.skin-yellow .user-panel > .info, .skin-yellow .user-panel > .info > a { color: rgb(255, 255, 255); }
.skin-yellow .sidebar-menu > li.header { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(36, 41, 42); }
.skin-yellow .sidebar-menu > li > a { border-left-color: transparent; }
.skin-yellow .sidebar-menu > li.active > a, .skin-yellow .sidebar-menu > li.menu-open > a, .skin-yellow .sidebar-menu > li:hover > a { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(41, 46, 48); }
.skin-yellow .sidebar-menu > li.active > a { border-left-color: rgb(175, 130, 58); }
.skin-yellow .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(57, 65, 68); }
.skin-yellow .sidebar a { color: rgb(213, 207, 197); }
.skin-yellow .sidebar a:hover { text-decoration-color: initial; }
.skin-yellow .sidebar-menu .treeview-menu > li > a { color: rgb(192, 186, 175); }
.skin-yellow .sidebar-menu .treeview-menu > li.active > a, .skin-yellow .sidebar-menu .treeview-menu > li > a:hover { color: rgb(255, 255, 255); }
.skin-yellow .sidebar-form { border-color: rgb(93, 106, 110); }
.skin-yellow .sidebar-form .btn, .skin-yellow .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(69, 79, 82); border-color: transparent; }
.skin-yellow .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-yellow .sidebar-form input[type="text"]:focus, .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-yellow .sidebar-form .btn { color: rgb(197, 191, 180); }
.skin-yellow-light .main-header .navbar { background-color: rgb(172, 127, 56); }
.skin-yellow-light .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-yellow-light .main-header .navbar .nav .open > a, .skin-yellow-light .main-header .navbar .nav .open > a:focus, .skin-yellow-light .main-header .navbar .nav .open > a:hover, .skin-yellow-light .main-header .navbar .nav > .active > a, .skin-yellow-light .main-header .navbar .nav > li > a:active, .skin-yellow-light .main-header .navbar .nav > li > a:focus, .skin-yellow-light .main-header .navbar .nav > li > a:hover, .skin-yellow-light .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-yellow-light .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover { background-color: rgb(175, 130, 57); }
@media (max-width: 767px) {
.skin-yellow-light .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-yellow-light .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(175, 130, 57); }
}
.skin-yellow-light .main-header .logo { background-color: rgb(172, 127, 56); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-yellow-light .main-header .logo:hover { background-color: rgb(174, 129, 57); }
.skin-yellow-light .main-header li.user-header { background-color: rgb(172, 127, 56); }
.skin-yellow-light .content-header { background-image: initial; background-color: transparent; }
.skin-yellow-light .left-side, .skin-yellow-light .main-sidebar, .skin-yellow-light .wrapper { background-color: rgb(34, 35, 35); }
.skin-yellow-light .main-sidebar { border-right-color: rgb(64, 67, 73); }
.skin-yellow-light .user-panel > .info, .skin-yellow-light .user-panel > .info > a { color: rgb(220, 214, 204); }
.skin-yellow-light .sidebar-menu > li.header { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(34, 35, 35); }
.skin-yellow-light .sidebar-menu > li > a { border-left-color: transparent; }
.skin-yellow-light .sidebar-menu > li.active > a, .skin-yellow-light .sidebar-menu > li:hover > a { color: rgb(245, 241, 233); background-image: initial; background-color: rgb(35, 36, 36); }
.skin-yellow-light .sidebar-menu > li.active { border-left-color: rgb(175, 130, 58); }
.skin-yellow-light .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(35, 36, 36); }
.skin-yellow-light .sidebar a { color: rgb(220, 214, 204); }
.skin-yellow-light .sidebar a:hover { text-decoration-color: initial; }
.skin-yellow-light .sidebar-menu .treeview-menu > li > a { color: rgb(200, 194, 183); }
.skin-yellow-light .sidebar-menu .treeview-menu > li.active > a, .skin-yellow-light .sidebar-menu .treeview-menu > li > a:hover { color: rgb(245, 241, 233); }
.skin-yellow-light .sidebar-form { border-color: rgb(64, 67, 73); }
.skin-yellow-light .sidebar-form .btn, .skin-yellow-light .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(32, 33, 33); border-color: transparent; }
.skin-yellow-light .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-yellow-light .sidebar-form input[type="text"]:focus, .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-yellow-light .sidebar-form .btn { color: rgb(197, 191, 180); }
@media (min-width: 768px) {
.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { border-left-color: rgb(64, 67, 73); }
}
.skin-purple .main-header .navbar { background-color: rgb(63, 61, 88); }
.skin-purple .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-purple .main-header .navbar .nav .open > a, .skin-purple .main-header .navbar .nav .open > a:focus, .skin-purple .main-header .navbar .nav .open > a:hover, .skin-purple .main-header .navbar .nav > .active > a, .skin-purple .main-header .navbar .nav > li > a:active, .skin-purple .main-header .navbar .nav > li > a:focus, .skin-purple .main-header .navbar .nav > li > a:hover, .skin-purple .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-purple .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-purple .main-header .navbar .sidebar-toggle:hover { background-color: rgb(64, 62, 89); }
@media (max-width: 767px) {
.skin-purple .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-purple .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-purple .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(64, 62, 89); }
}
.skin-purple .main-header .logo { background-color: rgb(64, 62, 89); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-purple .main-header .logo:hover { background-color: rgb(64, 61, 88); }
.skin-purple .main-header li.user-header { background-color: rgb(63, 61, 88); }
.skin-purple .content-header { background-image: initial; background-color: transparent; }
.skin-purple .left-side, .skin-purple .main-sidebar, .skin-purple .wrapper { background-color: rgb(45, 51, 53); }
.skin-purple .user-panel > .info, .skin-purple .user-panel > .info > a { color: rgb(255, 255, 255); }
.skin-purple .sidebar-menu > li.header { color: rgb(206, 201, 190); background-image: initial; background-color: rgb(36, 41, 42); }
.skin-purple .sidebar-menu > li > a { border-left-color: transparent; }
.skin-purple .sidebar-menu > li.active > a, .skin-purple .sidebar-menu > li.menu-open > a, .skin-purple .sidebar-menu > li:hover > a { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(41, 46, 48); }
.skin-purple .sidebar-menu > li.active > a { border-left-color: rgb(70, 68, 98); }
.skin-purple .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(57, 65, 68); }
.skin-purple .sidebar a { color: rgb(213, 207, 197); }
.skin-purple .sidebar a:hover { text-decoration-color: initial; }
.skin-purple .sidebar-menu .treeview-menu > li > a { color: rgb(192, 186, 175); }
.skin-purple .sidebar-menu .treeview-menu > li.active > a, .skin-purple .sidebar-menu .treeview-menu > li > a:hover { color: rgb(255, 255, 255); }
.skin-purple .sidebar-form { border-color: rgb(93, 106, 110); }
.skin-purple .sidebar-form .btn, .skin-purple .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(69, 79, 82); border-color: transparent; }
.skin-purple .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-purple .sidebar-form input[type="text"]:focus, .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-purple .sidebar-form .btn { color: rgb(197, 191, 180); }
.skin-purple-light .main-header .navbar { background-color: rgb(63, 61, 88); }
.skin-purple-light .main-header .navbar .nav > li > a { color: rgb(255, 255, 255); }
.skin-purple-light .main-header .navbar .nav .open > a, .skin-purple-light .main-header .navbar .nav .open > a:focus, .skin-purple-light .main-header .navbar .nav .open > a:hover, .skin-purple-light .main-header .navbar .nav > .active > a, .skin-purple-light .main-header .navbar .nav > li > a:active, .skin-purple-light .main-header .navbar .nav > li > a:focus, .skin-purple-light .main-header .navbar .nav > li > a:hover, .skin-purple-light .main-header .navbar .sidebar-toggle:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.1); color: rgb(255, 255, 250); }
.skin-purple-light .main-header .navbar .sidebar-toggle { color: rgb(255, 255, 255); }
.skin-purple-light .main-header .navbar .sidebar-toggle:hover { background-color: rgb(64, 62, 89); }
@media (max-width: 767px) {
.skin-purple-light .main-header .navbar .dropdown-menu li.divider { background-color: rgba(32, 33, 33, 0.1); }
.skin-purple-light .main-header .navbar .dropdown-menu li a { color: rgb(255, 255, 255); }
.skin-purple-light .main-header .navbar .dropdown-menu li a:hover { background-image: initial; background-color: rgb(64, 62, 89); }
}
.skin-purple-light .main-header .logo { background-color: rgb(63, 61, 88); color: rgb(255, 255, 255); border-bottom-color: transparent; }
.skin-purple-light .main-header .logo:hover { background-color: rgb(64, 62, 89); }
.skin-purple-light .main-header li.user-header { background-color: rgb(63, 61, 88); }
.skin-purple-light .content-header { background-image: initial; background-color: transparent; }
.skin-purple-light .left-side, .skin-purple-light .main-sidebar, .skin-purple-light .wrapper { background-color: rgb(34, 35, 35); }
.skin-purple-light .main-sidebar { border-right-color: rgb(64, 67, 73); }
.skin-purple-light .user-panel > .info, .skin-purple-light .user-panel > .info > a { color: rgb(220, 214, 204); }
.skin-purple-light .sidebar-menu > li.header { color: rgb(197, 191, 180); background-image: initial; background-color: rgb(34, 35, 35); }
.skin-purple-light .sidebar-menu > li > a { border-left-color: transparent; }
.skin-purple-light .sidebar-menu > li.active > a, .skin-purple-light .sidebar-menu > li:hover > a { color: rgb(245, 241, 233); background-image: initial; background-color: rgb(35, 36, 36); }
.skin-purple-light .sidebar-menu > li.active { border-left-color: rgb(70, 68, 98); }
.skin-purple-light .sidebar-menu > li > .treeview-menu { background-image: initial; background-color: rgb(35, 36, 36); }
.skin-purple-light .sidebar a { color: rgb(220, 214, 204); }
.skin-purple-light .sidebar a:hover { text-decoration-color: initial; }
.skin-purple-light .sidebar-menu .treeview-menu > li > a { color: rgb(200, 194, 183); }
.skin-purple-light .sidebar-menu .treeview-menu > li.active > a, .skin-purple-light .sidebar-menu .treeview-menu > li > a:hover { color: rgb(245, 241, 233); }
.skin-purple-light .sidebar-form { border-color: rgb(64, 67, 73); }
.skin-purple-light .sidebar-form .btn, .skin-purple-light .sidebar-form input[type="text"] { box-shadow: none; background-color: rgb(32, 33, 33); border-color: transparent; }
.skin-purple-light .sidebar-form input[type="text"] { color: rgb(206, 201, 190); }
.skin-purple-light .sidebar-form input[type="text"]:focus, .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { background-color: rgb(32, 33, 33); color: rgb(206, 201, 190); }
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn { border-left-color: rgb(59, 58, 57); }
.skin-purple-light .sidebar-form .btn { color: rgb(197, 191, 180); }
@media (min-width: 768px) {
.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { border-left-color: rgb(64, 67, 73); }
}
.select2-container .select2-search--inline .select2-search__field { border-color: initial; }
.select2-dropdown { background-color: rgb(32, 33, 33); border-color: rgb(77, 76, 74); }
.select2-container--open .select2-dropdown--above { border-bottom-color: initial; }
.select2-container--open .select2-dropdown--below { border-top-color: initial; }
.select2-close-mask { border-color: initial; background-color: rgb(32, 33, 33); }
.select2-hidden-accessible { border-color: initial !important; }
.select2-container--default .select2-selection--single { background-color: rgb(32, 33, 33); border-color: rgb(77, 76, 74); }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: rgb(220, 214, 204); }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: rgb(197, 191, 180); }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: rgb(84, 83, 81) transparent transparent; }
.select2-container--default.select2-container--disabled .select2-selection--single { background-color: rgb(37, 38, 38); }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(84, 83, 81); }
.select2-container--default .select2-selection--multiple { background-color: rgb(32, 33, 33); border-color: rgb(77, 76, 74); }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: rgb(40, 41, 41); border-color: rgb(77, 76, 74); }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: rgb(197, 191, 180); }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(226, 221, 212); }
.select2-container--default.select2-container--focus .select2-selection--multiple { border-color: rgb(112, 110, 107); outline-color: initial; }
.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: rgb(37, 38, 38); }
.select2-container--default .select2-search--dropdown .select2-search__field { border-color: rgb(77, 76, 74); }
.select2-container--default .select2-search--inline .select2-search__field { background-image: initial; background-color: transparent; border-color: initial; outline-color: initial; box-shadow: none; }
.select2-container--default .select2-results__option[aria-disabled="true"] { color: rgb(197, 191, 180); }
.select2-container--default .select2-results__option[aria-selected="true"] { background-color: rgb(42, 43, 43); }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgb(31, 65, 119); color: rgb(255, 255, 255); }
.select2-container--classic .select2-selection--single { background-color: rgb(35, 35, 35); border-color: rgb(77, 76, 74); outline-color: initial; background-image: linear-gradient(rgb(32, 33, 33) 50%, rgb(37, 38, 38)); }
.select2-container--classic .select2-selection--single:focus { border-color: rgb(36, 77, 143); }
.select2-container--classic .select2-selection--single .select2-selection__rendered { color: rgb(220, 214, 204); }
.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: rgb(197, 191, 180); }
.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: rgb(42, 43, 43); border-top-color: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: rgb(77, 76, 74); background-image: linear-gradient(rgb(37, 38, 38) 50%, rgb(48, 48, 48)); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: rgb(84, 83, 81) transparent transparent; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border-top-color: initial; border-bottom-color: initial; border-left-color: initial; border-right-color: rgb(77, 76, 74); }
.select2-container--classic.select2-container--open .select2-selection--single { border-color: rgb(36, 77, 143); }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background-image: initial; background-color: transparent; border-color: initial; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(84, 83, 81); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top-color: initial; background-image: linear-gradient(rgb(32, 33, 33) 0px, rgb(37, 38, 38) 50%); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom-color: initial; background-image: linear-gradient(rgb(37, 38, 38) 50%, rgb(32, 33, 33)); }
.select2-container--classic .select2-selection--multiple { background-color: rgb(32, 33, 33); border-color: rgb(77, 76, 74); outline-color: initial; }
.select2-container--classic .select2-selection--multiple:focus { border-color: rgb(36, 77, 143); }
.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: rgb(40, 41, 41); border-color: rgb(77, 76, 74); }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: rgb(197, 191, 180); }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(213, 207, 197); }
.select2-container--classic.select2-container--open .select2-selection--multiple { border-color: rgb(36, 77, 143); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top-color: initial; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-color: initial; }
.select2-container--classic .select2-search--dropdown .select2-search__field { border-color: rgb(77, 76, 74); outline-color: initial; }
.select2-container--classic .select2-search--inline .select2-search__field { outline-color: initial; box-shadow: none; }
.select2-container--classic .select2-dropdown { background-color: rgb(32, 33, 33); border-color: transparent; }
.select2-container--classic .select2-dropdown--above { border-bottom-color: initial; }
.select2-container--classic .select2-dropdown--below { border-top-color: initial; }
.select2-container--classic .select2-results__option[aria-disabled="true"] { color: rgb(197, 191, 180); }
.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: rgb(52, 78, 120); color: rgb(255, 255, 255); }
.select2-container--classic.select2-container--open .select2-dropdown { border-color: rgb(36, 77, 143); }
.datepicker-dropdown::before { border-left-color: transparent; border-right-color: transparent; border-bottom-color: rgba(112, 110, 107, 0.2); }
.datepicker-dropdown::after, .datepicker-dropdown::before { border-top-color: initial; }
.datepicker-dropdown::after { border-left-color: transparent; border-right-color: transparent; border-bottom-color: rgb(59, 58, 57); }
.datepicker-dropdown.datepicker-orient-top::before { border-bottom-color: initial; border-top-color: rgb(80, 79, 77); }
.datepicker-dropdown.datepicker-orient-top::after { border-bottom-color: initial; border-top-color: rgb(59, 58, 57); }
.datepicker td, .datepicker th { border-color: initial; }
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent; }
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.datepicker table tr td.new, .datepicker table tr td.old { color: rgb(197, 191, 180); }
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background-image: none; background-color: initial; color: rgb(197, 191, 180); }
.datepicker table tr td.highlighted { background-image: initial; background-color: rgb(31, 50, 59); }
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover { background-color: rgb(107, 87, 36); background-image: linear-gradient(rgb(103, 74, 33), rgb(113, 107, 42)); border-color: rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.25); color: rgb(245, 241, 233); }
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] { background-color: rgb(113, 107, 42); }
.datepicker table tr td.today:hover:hover { color: rgb(245, 241, 233); }
.datepicker table tr td.today.active:hover { color: rgb(255, 255, 255); }
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover { background-color: rgb(118, 97, 46); background-image: linear-gradient(rgb(114, 85, 42), rgb(124, 117, 51)); border-color: rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.25); }
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] { background-color: rgb(124, 117, 51); }
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover { background-color: rgb(61, 62, 62); background-image: linear-gradient(rgb(55, 56, 56), rgb(70, 71, 71)); border-color: rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.25); color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.25) 0px -1px 0px; }
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] { background-color: rgb(70, 71, 71); }
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover { background-color: rgb(44, 111, 168); background-image: linear-gradient(rgb(51, 135, 175), rgb(33, 74, 158)); border-color: rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.25); color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.25) 0px -1px 0px; }
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] { background-color: rgb(33, 74, 158); }
.datepicker table tr td span.focused, .datepicker table tr td span:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover { background-image: none; background-color: initial; color: rgb(197, 191, 180); }
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover { background-color: rgb(44, 111, 168); background-image: linear-gradient(rgb(51, 135, 175), rgb(33, 74, 158)); border-color: rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.1) rgba(112, 110, 107, 0.25); color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.25) 0px -1px 0px; }
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] { background-color: rgb(33, 74, 158); }
.datepicker table tr td span.new, .datepicker table tr td span.old { color: rgb(197, 191, 180); }
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.input-daterange .add-on { text-shadow: rgb(32, 33, 33) 0px 1px 0px; background-color: rgb(37, 38, 38); border-color: rgb(70, 69, 67); }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before { border-left-color: transparent; border-right-color: transparent; border-bottom-color: rgba(112, 110, 107, 0.2); }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after { border-left-color: transparent; border-right-color: transparent; border-bottom-color: rgb(59, 58, 57); }
.bootstrap-datetimepicker-widget.dropdown-menu.top::before { border-left-color: transparent; border-right-color: transparent; border-top-color: rgba(112, 110, 107, 0.2); }
.bootstrap-datetimepicker-widget.dropdown-menu.top::after { border-left-color: transparent; border-right-color: transparent; border-top-color: rgb(59, 58, 57); }
.bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after { border-color: initial; }
.bootstrap-datetimepicker-widget .picker-switch::after { border-color: initial; }
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background-image: none; background-color: initial; color: rgb(200, 194, 183); }
.bootstrap-datetimepicker-widget table th.prev::after { border-color: initial; }
.bootstrap-datetimepicker-widget table th.next::after { border-color: initial; }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.bootstrap-datetimepicker-widget table td.cw { color: rgb(200, 194, 183); }
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old { color: rgb(200, 194, 183); }
.bootstrap-datetimepicker-widget table td.today::before { border-color: rgba(112, 110, 107, 0.2) transparent rgb(68, 102, 130); }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: rgb(63, 94, 119); color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.25) 0px -1px 0px; }
.bootstrap-datetimepicker-widget table td.active.today::before { border-bottom-color: rgb(59, 58, 57); }
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background-image: none; background-color: initial; color: rgb(200, 194, 183); }
.bootstrap-datetimepicker-widget table td span:hover { background-image: initial; background-color: rgb(37, 38, 38); }
.bootstrap-datetimepicker-widget table td span.active { background-color: rgb(63, 94, 119); color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.25) 0px -1px 0px; }
.bootstrap-datetimepicker-widget table td span.old { color: rgb(200, 194, 183); }
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover { background-image: none; background-color: initial; color: rgb(200, 194, 183); }
.sr-only { border-color: initial; }
.pretty .state label::after, .pretty .state label::before { border-color: transparent; background-color: transparent; }
.pretty .state label::before { border-color: rgb(71, 73, 75); }
.pretty.p-default input:checked ~ .state label::after { background-color: rgb(52, 53, 53) !important; }
.pretty.p-icon .state .icon { border-color: transparent; }
.pretty.p-icon input:checked ~ .state label::before { border-color: rgb(89, 94, 95); }
.pretty.p-svg .state .svg { border-color: transparent; }
.pretty.p-switch .state::before { border-color: rgb(71, 73, 75); }
.pretty.p-switch .state label::after, .pretty.p-switch .state label::before { border-color: transparent; }
.pretty.p-switch .state label::after { background-color: rgb(52, 53, 53) !important; }
.pretty.p-switch input:checked ~ .state::before { border-color: rgb(89, 94, 95); }
.pretty.p-switch input:checked ~ .state label::after { background-color: rgb(74, 75, 75) !important; }
.pretty.p-switch.p-fill input:checked ~ .state::before { border-color: rgb(89, 94, 95); background-color: rgb(74, 75, 75) !important; }
.pretty.p-switch.p-fill input:checked ~ .state label::after { background-color: rgb(32, 33, 33) !important; }
.pretty.p-switch.p-slim .state::before { background-image: initial !important; background-color: rgb(52, 53, 53) !important; }
.pretty.p-switch.p-slim input:checked ~ .state::before { border-color: rgb(89, 94, 95); background-color: rgb(74, 75, 75) !important; }
.pretty.p-has-focus input:focus ~ .state label::before { box-shadow: rgb(52, 53, 53) 0px 0px 3px 0px; }
.pretty.p-toggle .state.p-off .icon { color: rgb(212, 206, 196); }
.pretty.p-jelly:not(.p-default) input:checked + .state label::before { border-color: transparent; }
.pretty.p-rotate:not(.p-default) input:checked ~ .state label::before { border-color: transparent; }
.pretty.p-toggle .state.p-primary label::after, .pretty input:checked ~ .state.p-primary label::after { background-color: rgb(61, 91, 115) !important; }
.pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg, .pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg { color: rgb(255, 255, 255); stroke: rgb(255, 255, 255); }
.pretty.p-toggle .state.p-primary-o label::before, .pretty input:checked ~ .state.p-primary-o label::before { border-color: rgb(65, 98, 125); }
.pretty.p-toggle .state.p-primary-o label::after, .pretty input:checked ~ .state.p-primary-o label::after { background-color: transparent; }
.pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg, .pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg { color: rgb(143, 177, 200); stroke: rgb(143, 177, 200); }
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label::after { background-color: rgb(61, 91, 115) !important; }
.pretty.p-switch input:checked ~ .state.p-primary::before { border-color: rgb(65, 98, 125); }
.pretty.p-switch.p-fill input:checked ~ .state.p-primary::before { background-color: rgb(61, 91, 115) !important; }
.pretty.p-switch.p-slim input:checked ~ .state.p-primary::before { border-color: rgb(72, 108, 138); background-color: rgb(61, 91, 116) !important; }
.pretty.p-toggle .state.p-info label::after, .pretty input:checked ~ .state.p-info label::after { background-color: rgb(57, 104, 116) !important; }
.pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg, .pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg { color: rgb(255, 255, 255); stroke: rgb(255, 255, 255); }
.pretty.p-toggle .state.p-info-o label::before, .pretty input:checked ~ .state.p-info-o label::before { border-color: rgb(65, 120, 135); }
.pretty.p-toggle .state.p-info-o label::after, .pretty input:checked ~ .state.p-info-o label::after { background-color: transparent; }
.pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg, .pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg { color: rgb(140, 197, 211); stroke: rgb(140, 197, 211); }
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label::after { background-color: rgb(57, 104, 116) !important; }
.pretty.p-switch input:checked ~ .state.p-info::before { border-color: rgb(65, 120, 135); }
.pretty.p-switch.p-fill input:checked ~ .state.p-info::before { background-color: rgb(57, 104, 116) !important; }
.pretty.p-switch.p-slim input:checked ~ .state.p-info::before { border-color: rgb(72, 135, 150); background-color: rgb(67, 123, 137) !important; }
.pretty.p-toggle .state.p-success label::after, .pretty input:checked ~ .state.p-success label::after { background-color: rgb(69, 105, 66) !important; }
.pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg, .pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg { color: rgb(255, 255, 255); stroke: rgb(255, 255, 255); }
.pretty.p-toggle .state.p-success-o label::before, .pretty input:checked ~ .state.p-success-o label::before { border-color: rgb(78, 118, 74); }
.pretty.p-toggle .state.p-success-o label::after, .pretty input:checked ~ .state.p-success-o label::after { background-color: transparent; }
.pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg, .pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg { color: rgb(164, 204, 156); stroke: rgb(164, 204, 156); }
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label::after { background-color: rgb(69, 105, 66) !important; }
.pretty.p-switch input:checked ~ .state.p-success::before { border-color: rgb(78, 118, 74); }
.pretty.p-switch.p-fill input:checked ~ .state.p-success::before { background-color: rgb(69, 105, 66) !important; }
.pretty.p-switch.p-slim input:checked ~ .state.p-success::before { border-color: rgb(87, 132, 82); background-color: rgb(73, 110, 69) !important; }
.pretty.p-toggle .state.p-warning label::after, .pretty input:checked ~ .state.p-warning label::after { background-color: rgb(136, 100, 49) !important; }
.pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg, .pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg { color: rgb(255, 255, 255); stroke: rgb(255, 255, 255); }
.pretty.p-toggle .state.p-warning-o label::before, .pretty input:checked ~ .state.p-warning-o label::before { border-color: rgb(158, 116, 56); }
.pretty.p-toggle .state.p-warning-o label::after, .pretty input:checked ~ .state.p-warning-o label::after { background-color: transparent; }
.pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg, .pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg { color: rgb(230, 185, 121); stroke: rgb(230, 185, 121); }
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label::after { background-color: rgb(136, 100, 49) !important; }
.pretty.p-switch input:checked ~ .state.p-warning::before { border-color: rgb(158, 116, 56); }
.pretty.p-switch.p-fill input:checked ~ .state.p-warning::before { background-color: rgb(136, 100, 49) !important; }
.pretty.p-switch.p-slim input:checked ~ .state.p-warning::before { border-color: rgb(175, 129, 62); background-color: rgb(165, 121, 58) !important; }
.pretty.p-toggle .state.p-danger label::after, .pretty input:checked ~ .state.p-danger label::after { background-color: rgb(109, 47, 43) !important; }
.pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg, .pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg { color: rgb(255, 255, 255); stroke: rgb(255, 255, 255); }
.pretty.p-toggle .state.p-danger-o label::before, .pretty input:checked ~ .state.p-danger-o label::before { border-color: rgb(123, 52, 48); }
.pretty.p-toggle .state.p-danger-o label::after, .pretty input:checked ~ .state.p-danger-o label::after { background-color: transparent; }
.pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg, .pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg { color: rgb(200, 125, 118); stroke: rgb(200, 125, 118); }
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label::after { background-color: rgb(109, 47, 43) !important; }
.pretty.p-switch input:checked ~ .state.p-danger::before { border-color: rgb(123, 52, 48); }
.pretty.p-switch.p-fill input:checked ~ .state.p-danger::before { background-color: rgb(109, 47, 43) !important; }
.pretty.p-switch.p-slim input:checked ~ .state.p-danger::before { border-color: rgb(137, 57, 53); background-color: rgb(123, 52, 48) !important; }
.note-hint-group .note-hint-item:hover { background-image: initial; background-color: rgba(7, 7, 6, 0.05); }
.note-hint-group .active { background-image: initial; background-color: rgb(66, 99, 117); color: rgb(255, 255, 255); }
img.profile-user-img { border-color: initial; }
.navbar-nav .campaign-menu a.campaign-selector { color: rgb(255, 255, 255); text-shadow: rgba(7, 7, 6, 0.5) 0px 1px 4px; }
.navbar-nav .campaign-menu a.campaign-selector.cover-background { background-color: rgb(42, 43, 43); }
.navbar-nav .user-menu .dropdown-menu > li.user-header { background-color: rgb(41, 46, 48); }
.placeholder-background { background-color: rgb(39, 40, 40); }
.user-header a { background-image: none; background-color: initial; }
.user-header a:hover { background-image: none !important; background-color: initial !important; }
div.required label::after { color: rgb(206, 77, 74); }
table th .table-filters { background-color: rgb(37, 38, 38); }
table th .table-filters:hover { background-color: rgba(7, 7, 6, 0.1); }
.preview a.img-delete { color: rgb(255, 255, 255); background-image: none; background-color: rgba(7, 7, 6, 0.3); }
.preview a.img-delete:hover { background-color: rgba(29, 9, 12, 0.7); }
.preview-v2 a.img-delete { color: rgb(255, 255, 255); background-image: none; background-color: rgba(7, 7, 6, 0.3); }
.preview-v2 a.img-delete:hover { background-color: rgba(29, 9, 12, 0.7); }
footer .footer { background-color: rgba(32, 33, 33, 0.3); }
footer a:hover { background-image: initial; background-color: rgba(32, 33, 33, 0.2); text-decoration-color: initial; }
.main-footer { color: rgb(204, 199, 187); background-color: rgb(38, 38, 38); border-top-color: initial; }
tr.tr-hover:hover { background-color: rgba(7, 7, 6, 0.1) !important; }
tr.entity-hidden td { color: rgb(220, 214, 204); }
.filters { background-color: rgb(32, 33, 33); }
.mce-btn-group:not(:first-child) { border-left-color: initial !important; }
.editor-panel .form-group .mce-container { border-color: initial; box-shadow: none; }
.panel-entry .form-group .mce-container { border-color: initial; box-shadow: none; }
.live-search-results { background-color: rgb(32, 33, 33); }
.tt-cursor { background-color: rgb(35, 36, 36); }
.crud-field-entity { border-color: rgb(62, 61, 60); }
.crud-field-entity:hover { background-color: rgb(37, 38, 38); }
.new-tag { color: rgba(245, 241, 233, 0.8); }
.panel-entity-files .well { border-color: rgb(62, 61, 60); }
.panel-entity-files .entity-file-remove:hover { color: rgb(212, 131, 139); }
.panel-entity-files .entity-file-name { border-color: initial; background-image: none; background-color: initial; }
.entity-file-rename:hover { color: rgba(245, 241, 233, 0.7); }
.list-group-unbordered .list-group-item:first-child { border-top-color: initial; }
.list-group-unbordered .list-group-item:last-child { border-bottom-color: initial; }
.input-error { border-color: rgb(154, 25, 23); }
.datagrid-search .input-group-addon { border-right-color: initial; }
.select2-selection__rendered .color-white { color: rgb(245, 241, 233) !important; }
.entity-attributes .fa-unlock-alt { color: rgba(245, 241, 233, 0.3); }
.entity-attributes .fa-unlock-alt:hover { color: rgba(245, 241, 233, 0.8); }
.entity-attributes .fa-lock:hover { color: rgba(245, 241, 233, 0.8); }
.entity-creator a { color: rgb(233, 227, 218); background-color: rgb(32, 33, 33); }
.entity-creator a:hover { box-shadow: rgba(60, 59, 84, 0.31) 0px 4px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.entity-form ul.nav { border-bottom-color: rgb(59, 58, 57); }
.entity-form ul.nav li { background-color: rgb(35, 36, 36); }
.shortcut { color: rgb(195, 189, 177); }
.menu-link-tabs { box-shadow: rgba(60, 59, 84, 0.31) 0px 6px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.menu-link-tabs .nav { border-top-color: initial; }
.full-sized-image h1 { text-shadow: rgba(7, 7, 6, 0.5) 0px 1px 4px; color: rgb(255, 255, 255); }
.widget-user-username a { color: rgb(255, 255, 255); }
.bg-pink { background-color: rgb(65, 34, 61) !important; }
.bg-brown, .bg-pink { color: rgb(255, 255, 255) !important; }
.bg-brown { background-color: rgb(121, 82, 60) !important; }
.text-pink { color: rgb(237, 204, 226) !important; }
.text-brown { color: rgb(213, 175, 152) !important; }
.text-black { color: rgb(245, 241, 233) !important; }
.bg-gray .widget-user-username a, .bg-none .widget-user-username a { color: rgb(245, 241, 233); }
.widget-patron .img-circle { border-color: initial !important; }
.box-active { box-shadow: rgba(60, 59, 84, 0.31) 0px 6px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.box-green .box-body { background-color: rgb(48, 61, 45); }
hr { border-top-color: rgb(62, 61, 60); }
.calendar tbody td .weather { background-color: rgb(42, 43, 43); }
.calendar tbody td .calendar-event-block .calendar-event-comment { color: rgba(255, 255, 255, 0.9); }
.calendar tbody td .colour-pallet { color: rgb(255, 255, 255); }
.calendar tbody td .bg-gray, .calendar tbody td .bg-gray .calendar-event-comment { color: rgb(226, 221, 212) !important; }
.calendar tbody td.today { background-color: rgb(73, 70, 28); }
.calendar tbody tr.named_week td { background-color: rgb(73, 70, 28); }
.calendar-event-action:hover { background-color: rgba(7, 7, 6, 0.3); }
@media (max-width: 787px) {
footer .footer { background-image: initial; background-color: transparent; }
.navbar-nav .campaign-menu .dropdown-menu { box-shadow: rgba(60, 59, 84, 0.31) 0px 6px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.content-header .breadcrumb { background-image: initial; background-color: transparent; }
.content-header .breadcrumb li { color: rgb(195, 189, 177); }
}
.booster { background-color: rgb(132, 121, 72); }
.entity-header .bottom .texts h1, .entity-header .bottom .texts h3 { text-shadow: rgba(7, 7, 6, 0.5) 0px 1px 4px; color: rgb(255, 255, 255); }
.entity-header .bottom .entity-avatar img { box-shadow: rgba(63, 64, 65, 0.3) 0px 6px 6px, rgba(32, 33, 33, 0.08) 0px 1px 3px; }
.entity-header .bottom .entity-avatar:hover img { box-shadow: rgba(60, 59, 84, 0.31) 0px 4px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.ra-border { border-color: rgb(62, 61, 60); }
.ra-inverse { color: rgb(255, 255, 255); }
.map { background-color: rgba(7, 7, 6, 0.2); }
.map .loading-map { background-image: initial; background-color: rgba(7, 7, 6, 0.4); color: rgb(255, 255, 255); }
.map .point { color: rgb(255, 255, 255); }
.map .point i { color: rgb(255, 255, 255); }
.map .none { background-image: none; background-color: initial; border-color: initial; }
.map .white i, .map .yellow i { color: rgb(245, 241, 233); }
.map-zoom a, .map-zoom button { background-color: rgba(35, 36, 36, 0.9); }
.map-helper p { background-color: rgba(7, 7, 6, 0.7); color: rgb(255, 255, 255); }
.map-admin-mode { outline-color: initial; border-color: rgb(127, 69, 63); box-shadow: rgb(111, 61, 55) 0px 0px 20px; }
.entity-entry::before { background-image: linear-gradient(rgba(7, 7, 6, 0) 20px, rgb(32, 33, 33)); background-color: initial; }
.sp-alpha-handle { border-color: rgb(112, 110, 107); background-image: initial; background-color: rgb(32, 33, 33); }
.sp-alpha-inner { border-color: rgb(102, 100, 98); }
.sp-sat { background-image: linear-gradient(to right, rgb(32, 33, 33), rgba(88, 64, 51, 0)); }
.sp-val { background-image: linear-gradient(to top, rgb(7, 7, 6), rgba(88, 64, 51, 0)); }
.sp-hue { background-image: linear-gradient(rgb(154, 25, 23) 0%, rgb(210, 207, 74) 17%, rgb(63, 189, 57) 33%, rgb(70, 196, 192) 50%, rgb(14, 13, 141) 67%, rgb(161, 32, 158) 83%, rgb(154, 25, 23) 100%); background-color: initial; }
.sp-dragger { border-color: rgb(59, 58, 57); background-image: initial; background-color: rgb(7, 7, 6); }
.sp-slider { border-color: rgb(112, 110, 107); background-image: initial; background-color: rgb(32, 33, 33); }
.sp-container { background-color: rgb(38, 38, 38); border-color: rgb(131, 90, 52); }
.sp-color, .sp-hue, .sp-clear { border-color: rgb(91, 90, 88); }
.sp-input { border-color: initial; background-image: initial; background-color: transparent; color: rgb(233, 227, 218); }
.sp-input:focus { border-color: rgb(190, 143, 56); }
.sp-input.sp-validation-error { border-color: rgb(154, 25, 23); background-image: initial; background-color: rgb(58, 13, 12); }
.sp-picker-container { border-left-color: rgb(59, 58, 57); }
.sp-palette-container { border-right-color: rgb(70, 69, 67); }
.sp-palette-only .sp-palette-container { border-color: initial; }
.sp-palette .sp-thumb-el { border-color: transparent; }
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active { border-color: rgb(190, 143, 56); }
.sp-initial { border-color: rgb(102, 100, 98); }
.sp-initial span { border-color: initial; }
.sp-replacer { border-color: rgb(105, 92, 78); background-image: initial; background-color: rgb(37, 38, 38); color: rgb(226, 221, 212); }
.sp-replacer:hover, .sp-replacer.sp-active { border-color: rgb(131, 90, 52); color: rgb(239, 234, 225); }
.sp-replacer.sp-disabled { border-color: rgb(73, 72, 70); color: rgb(210, 204, 194); }
.sp-preview { border-color: rgb(105, 103, 101); }
.sp-palette .sp-thumb-el { border-color: rgb(69, 68, 66); }
.sp-container button { background-color: rgb(37, 38, 38); background-image: linear-gradient(rgb(37, 38, 38), rgb(48, 48, 48)); border-color: rgb(70, 69, 67) rgb(70, 69, 67) rgb(74, 73, 71); color: rgb(226, 221, 212); text-shadow: rgb(37, 38, 38) 0px 1px 0px; }
.sp-container button:hover { background-color: rgb(42, 43, 43); background-image: linear-gradient(rgb(42, 43, 43), rgb(53, 53, 53)); border-color: rgb(74, 73, 71) rgb(74, 73, 71) rgb(80, 79, 77); text-shadow: rgb(42, 43, 43) 0px 1px 0px; }
.sp-container button:active { border-color: rgb(77, 76, 74) rgb(77, 76, 74) rgb(84, 83, 81); box-shadow: rgb(57, 58, 59) 0px 0px 5px 2px inset, rgb(37, 38, 38) 0px 1px 0px 0px; }
.sp-cancel { text-decoration-color: initial; color: rgb(199, 118, 115) !important; }
.sp-cancel:hover { text-decoration-color: initial; color: rgb(199, 118, 115) !important; }
.sp-palette span:hover, .sp-palette span.sp-thumb-active { border-color: rgb(112, 110, 107); }
.treeview-menu li a { color: rgb(213, 207, 197) !important; }
.treeview-menu li:hover { background-color: rgb(41, 46, 48); }
.treeview-menu li:hover a { color: rgb(255, 255, 253) !important; }
.vimvixen-hint { background-color: rgb(118, 91, 23) !important; border-color: rgb(211, 184, 80) !important; color: rgb(253, 242, 216) !important; }
::placeholder { opacity: 0.5 !important; }
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 { filter: none; }
.sr-only { border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0px; overflow: visible; position: static; width: auto; }
.fa-border { border-color: rgb(62, 61, 60); }
.fa-inverse { color: rgb(255, 255, 255); }
.sr-only { border-color: initial; }
.campaign .content { color: rgb(255, 255, 255); background-color: rgba(7, 7, 6, 0.5); }
.campaign .content .more, .campaign .content .preview, .campaign .content h1 { text-shadow: rgba(7, 7, 6, 0.5) 0px 1px 4px; }
.campaign .content h1 .img-circle:hover { box-shadow: rgba(60, 59, 84, 0.31) 0px 4px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.campaign .content h1 a { color: rgb(255, 255, 255); }
.campaign .content h1 a:active, .campaign .content h1 a:focus, .campaign .content h1 a:hover { color: rgb(149, 184, 200); }
.campaign .content .campaign-link { background-image: initial; background-color: rgba(7, 7, 6, 0.1); }
.campaign .content .campaign-link:hover { color: rgb(255, 255, 255); background-image: initial; background-color: rgb(66, 99, 117); box-shadow: rgba(60, 59, 84, 0.31) 0px 4px 6px, rgba(7, 7, 6, 0.08) 0px 1px 3px; }
.cover-background .campaign-link { background-image: initial !important; background-color: rgba(7, 7, 6, 0.6) !important; }
.cover-background .campaign-link:hover { background-image: initial !important; background-color: rgb(66, 99, 117) !important; }
.no-header .content { background-color: rgb(32, 33, 33); color: rgb(226, 221, 212); border-color: rgb(61, 76, 85); }
.no-header .content .more, .no-header .content .preview, .no-header .content h1 { text-shadow: none; }
.no-header .content h1 a { color: rgb(151, 185, 201); }
.no-header .content ul.campaign-links li a { border-color: rgb(61, 76, 85); background-image: initial; background-color: rgba(32, 33, 33, 0.2); }
.no-header .content ul.campaign-links li a:hover { background-image: initial; background-color: rgba(32, 33, 33, 0.5); }
.panel .panel-heading-entity h3 { background-color: rgba(7, 7, 6, 0.2); }
.panel .panel-heading-entity h3 a { text-shadow: rgba(7, 7, 6, 0.9) 0px 1px 4px; color: rgb(255, 255, 255) !important; }
.panel .panel-body .preview::before { background-image: linear-gradient(rgba(7, 7, 6, 0), rgb(32, 33, 33)); background-color: initial; }
.campaign-dashboard-widgets .widget { border-color: rgb(70, 69, 67); }
.campaign-dashboard-widgets .widget:hover { background-color: rgba(32, 33, 33, 0.8); }
.campaign-dashboard-widgets .widget .widget-overlay { background-color: rgba(32, 33, 33, 0.7); }
.campaign-dashboard-widgets .add { border-color: rgb(70, 69, 67); }
.widget-recent .row { border-bottom-color: rgb(70, 69, 67); }
.widget-recent .elapsed { color: rgb(197, 191, 180); }
.widget-recent-list .flex:hover { background-color: rgba(57, 57, 58, 0.05); }
.widget-user-header .widget-user-overlay { background-color: rgba(32, 33, 33, 0.8); }
/* Dark Map Explorer */
.leaflet-top, .map-body .navbar, .leaflet-popup { filter: invert(85%) !important; }
.map-body .navbar img, .map-body .navbar .btn { filter: invert(115%); }
.leaflet-popup a { filter: invert(115%); }
/* Relation Explorer Dark Mode fix */
#cy { background-color: rgb(32, 33, 33); color: rgb(204, 199, 187); }
.cy-panzoom { filter: invert(85%); }
* { scrollbar-width: thin; scrollbar-color: #202324 #454a4d; }