:root {
    --bg-main-color: #202020;
    --bg-panel-body-color: #161616;
}

:root[theme=dark] .bootbox-checkbox-list, :root[theme=highcontrast] .bootbox-checkbox-list {
    background-color: transparent;
    border: none;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
  background: #131313;
  border-left: 1px solid black;
}
::-webkit-scrollbar-thumb {
  background: #300000;
}
::-webkit-scrollbar-thumb:hover {
  background: #600000;
}

motd-panel {
    display: none;
}

.motd-body {
    display: none;
}

/* Portainer - Main */
#content-wrapper,
#page-wrapper,
#view,
.page-content,
body,
html {
	height: 100%;
	width: 100%;
	background: url("https://css.vengefulsyndicate.com/theme.park//Resources/blur-noise.png"), #191919 center center/cover no-repeat fixed;
}

.containerNameInput {
	width: 85%;
	border: none;
	background: none;
	border-bottom: 1px solid #000
}

.form-section-title {
	border-bottom: 1px solid #777;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #777;
	padding-left: 0
}

.tooltip.portainer-tooltip .tooltip-inner {
	font-family: Montserrat;
	background-color: #fff;
	padding: .833em 1em;
	color: #333;
	border: 1px solid #d4d4d5;
	border-radius: .14285714rem;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
	box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15)
}

.tooltip.portainer-tooltip .tooltip-arrow {
	display: none
}

.fa.tooltip-icon {
	margin-left: 5px;
	font-size: 1.3em;
	color: #cc0000
}

.fa.green-icon {
	color: #23ae89
}

.fa.red-icon {
	color: #ae2323
}

.fa.orange-icon {
	color: #f0ad4e
}

.fa.white-icon {
	color: #fff
}

.fa.blue-icon,
.fab.blue-icon {
	color: #900000
}

.text-warning {
	color: #f0ad4e
}

.blocklist-item {
	padding: .7rem;
	margin-bottom: .7rem;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 10px -2px hsla(153, 0%, 0%, .5);
	box-shadow: 0 3px 10px -2px hsla(153, 0%, 0%, .5);
    background: rgba(0,0,0,0.25);
}

.blocklist-item--disabled {
	cursor: auto;
	background-color: #ececec
}

.blocklist-item--selected {
	border: 2px solid #bbb
}

.blocklist-item--selected,
.blocklist-item:hover {
	background-color: #222;
	color: #fff
}

.panel-body {
	padding-top: 30px;
	background-color: #191919
}

ul.sidebar .sidebar-title.endpoint-name {
	color: #fff;
}

ul.sidebar .sidebar-list a.active {
	color: #fff;
	text-indent: 22px;
	border-left: 3px solid #fff;
	background: #600000;
}

.sidebar-header {
	background: none
}

.sidebar-header a {
	color: #fff
}

.sidebar-footer-content .update-notification {
	background-color: #f05000;
}

div.update-notification.ng-scope a {
    color: #fff !important;
}

div.update-notification.ng-scope a:hover {
    color: #ca0000;
}

.sidebar-footer-content .version {
	font-size: 11px;
	margin: 11px 20px 0 7px;
	color: #fff
}

ul.sidebar .sidebar-list .sidebar-sublist a {
	text-indent: 35px;
	font-size: 12px;
	color: #b2bfdc;
	line-height: 36px
}

ul.sidebar .sidebar-list .sidebar-sublist a.active {
	color: #fff;
	border-left: 3px solid #fff;
	background: #2d3e63
}

.small-select {
	display: inline-block;
	padding: 0 6px;
	margin-left: 10px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	font-size: 14px
}

.bootbox-form .checkbox i {
	margin-left: 21px
}

.bootbox-form .checkbox i,
.switch i {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-right: 24px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	border-radius: 24px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px #a80000;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px #a80000
}

.bootbox-form .checkbox i:before,
.switch i:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: #fff;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .5)
}

.bootbox-form .checkbox :checked ~ i,
.switch :checked + i {
	padding-right: 0;
	padding-left: 24px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px #00a800;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px #00a800
}

.boxselector_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: .5rem
}

.boxselector_wrapper > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .5rem
}

.boxselector_wrapper .boxselector_header {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700
}

.boxselector_header .fa,
.fab {
	font-weight: 400
}

.boxselector_wrapper input[type=radio] {
	display: none
}

.boxselector_wrapper input[type=radio]:not(:disabled) ~ label {
	cursor: pointer
}

.boxselector_wrapper label {
	font-weight: 400;
	font-size: 12px;
	display: block;
    background: #202020;
    border: 1px solid #000;
	border-radius: 2px;
	padding: 10px 10px 0;
	text-align: center;
	-webkit-box-shadow: 0 3px 10px -2px hsla(153, 5%, 5%, .5);
	box-shadow: 0 3px 10px -2px hsla(153, 5%, 5%, .5);
	position: relative
}

.boxselector_wrapper label.boxselector_disabled {
	background: #cacaca;
	border-color: #787878;
	color: #787878;
	cursor: not-allowed
}

.boxselector_wrapper input[type=radio]:checked + label {
	background: #900000;
	color: #fff;
	padding-top: 2rem;
	border-color: #900000
}

.boxselector_wrapper input[type=radio]:checked + label:after {
	color: #900000;
	font-family: Font Awesome\ 5 Free;
	border: 2px solid #900000;
	content: "\F00C";
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 30px;
	width: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .25)
}

@media only screen and (max-width:700px) {
	.boxselector_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.visualizer_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.visualizer_container .node {
	border: 1px dashed #cc0000;
	background-color: #cc0000;
	background-color: rgba(51, 122, 183, .1);
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 10px -2px hsla(153, 5%, 65%, .5);
	box-shadow: 0 3px 10px -2px hsla(153, 5%, 65%, .5);
	padding: 15px;
	margin: 5px
}

.visualizer_container .node .node_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #777;
	padding-bottom: 10px
}

.visualizer_container .node .node_info .node_platform {
	margin-left: 2px;
	font-size: 16px
}

.visualizer_container .node .node_info .node_labels {
	border-top: 1px solid #777;
	padding-top: 10px;
	margin-top: 10px
}

.visualizer_container .node .node_info .node_label {
	font-style: italic;
	color: #787878
}

.visualizer_container .node .tasks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 5px
}

.visualizer_container .node .tasks .task {
	border: 1px solid #333;
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 10px -2px hsla(153, 5%, 65%, .5);
	box-shadow: 0 3px 10px -2px hsla(153, 5%, 65%, .5);
	padding: 10px;
	margin: 5px;
	font-size: 10px
}

.visualizer_container .node .tasks .task div {
	padding: 2px
}

.visualizer_container .node .tasks .task_running {
	border-radius: 4px;
	background-color: #23ae89;
	background-color: rgba(35, 174, 137, .2)
}

.visualizer_container .node .tasks .task_stopped {
	border-radius: 4px;
	background-color: #ae2323;
	background-color: rgba(174, 35, 35, .2)
}

.visualizer_container .node .tasks .task_warning {
	border-radius: 4px;
	background-color: #f0ad4e;
	background-color: rgba(240, 173, 78, .2)
}

.visualizer_container .node .tasks .task_info {
	border-radius: 4px;
	background-color: #46b8da;
	background-color: rgba(70, 184, 218, .2)
}

.visualizer_container .node .tasks .task .service_name {
	text-align: center;
	margin-bottom: 5px
}

.log_viewer {
    color: #eee;
    background-color: #101010;
}

.log_viewer.wrap_lines {
	white-space: pre-wrap
}

.log_viewer .inner_line {
	padding: 0 15px;
	cursor: pointer;
	margin-bottom: 0
}

.log_viewer .inner_line:empty:after {
	content: ".";
	visibility: hidden
}

.log_viewer .line_selected {
	background-color: #c5cae9
}

.row.header .meta .page {
	padding-top: 7px
}

.tag {
	padding: 2px 6px;
	color: #fff;
	background-color: #cc0000;
	border: 1px solid #2e6da4;
	border-radius: 4px
}

.template-envvar {
	padding-bottom: 5px
}

.line-separator {
	border-bottom: 1px solid #777;
	width: 50%;
	margin: 20px auto 10px
}

.modal-open {
	padding-right: 0 !important
}

.image-zoom-modal .modal-dialog {
	width: 80%
}

/*!bootbox override*/
.multiSelect > button {
	min-height: 30px !important;
	background-color: unset;
	background-image: unset
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#cc0000));
	background-image: linear-gradient(#cc0000, #cc0000);
	color: #fff;
	border: none
}

.multiSelect .multiSelectGroup:hover,
.multiSelect .multiSelectItem:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#cc0000)) !important;
	background-image: linear-gradient(#cc0000, #cc0000) !important;
	color: #fff !important
}

#loading-bar .bar {
	position: relative;
	height: 3px;
	background: #738bc0
}

/*!angular-loading-bar override*/
.monospaced {
	font-family: monospace;
	font-weight: 600
}

json-tree {
	font-size: 13px;
	color: #ccc
}

json-tree .key {
	color: #738bc0;
	padding-right: 5px
}

json-tree .branch-preview {
	font-style: normal;
	font-size: 11px;
	opacity: .5
}

/* !json-tree override */
/* ! vertical layout */
.multiSelect .vertical {
	float: none
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
	float: left
}

/* ! create a "row" */
.multiSelect .line {
	padding: 2px 0 4px;
	max-height: 30px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

/* ! create a "column" */
.multiSelect .acol {
	min-width: 12px
}

/* ! */
.multiSelect .acol,
.multiSelect .inlineBlock,
.multiSelect > button {
	display: inline-block
}

.multiSelect > button {
    border: 1px solid #000;
    color: #ccc;
    background-color: #202020;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#222));
    background-image: linear-gradient(#202020, #222);
}

.multiSelect > button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#600000), to(#000000));
	background-image: linear-gradient(#600000, #000000)
}

.multiSelect > button:disabled {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
	background-image: linear-gradient(#333, #333);
	border: 1px solid #000;
	color: #999
}

.multiSelect .buttonClicked {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.multiSelect .buttonLabel {
	display: inline-block;
	padding: 5px 0
}

.multiSelect .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 1px 12px !important;
	vertical-align: middle;
	border-top: 4px solid #333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0 dotted
}

.multiSelect .checkboxLayer {
	background-color: #202020;
}

.multiSelect .helperContainer {
	border-bottom: 1px solid #000;
	padding: 8px 8px 0
}

.multiSelect .helperButton {
	display: inline;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
	height: 26px;
	font-size: 13px;
	border-radius: 2px;
	color: #999;
	background-color: #333;
	line-height: 1.6;
	margin: 0 0 8px
}

.multiSelect .helperButton.reset {
	float: right
}

.multiSelect .helperButton:not(.reset) {
	margin-right: 4px
}

.multiSelect .clearButton {
    border: 1px solid #000;
    color: #ca0000;
    background-color: #161616;
}

.multiSelect .inputFilter {
	border-radius: 2px;
	border: 1px solid #ccc;
	height: 26px;
	font-size: 14px;
	width: 100%;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	margin: 0 0 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
	border: 1px solid #000;
	color: #fff;
	background-color: #600000
}

.multiSelect .helperButton:disabled {
	color: #ccc;
	border: 1px solid #ddd
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
	border: 1px solid #66afe9 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 0, 0, .6) !important;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 0, 0, .6) !important
}

.multiSelect .checkBoxContainer {
	display: block;
	padding: 8px;
	overflow: hidden
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
	display: block !important
}

.multiSelect .multiSelectItem {
	display: block;
	padding: 3px;
	color: #eee;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	position: relative;
	min-width: 278px;
	min-height: 32px
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#f1f1f1));
    background-image: linear-gradient(#111, #111);
    color: #999;
    cursor: pointer;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.multiSelect .multiSelectFocus,
.multiSelect .multiSelectGroup:hover,
.multiSelect .multiSelectItem:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)) !important;
	background-image: linear-gradient(#333, #333) !important;
	color: #fff !important;
	cursor: pointer;
	border: 1px solid #000 !important
}

.multiSelect .multiSelectGroup span:hover,
.multiSelect .multiSelectItem span:hover {
	cursor: pointer
}

/* ! group labels */
.multiSelect .multiSelectGroup {
	display: block;
	clear: both
}

.multiSelect .tickMark {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 10px
}

.multiSelect .checkbox {
	color: #ddd !important;
	position: absolute;
	left: -9999px;
	cursor: pointer
}

.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
	color: #c4c4c4 !important;
	cursor: not-allowed !important
}

.datatable .toolBar {
	background-color: #101010;
	overflow: auto;
}

.datatable .actionBar,
.datatable .toolBar {
	color: #a90000;
	padding: 10px;
}

.datatable .toolBar .toolBarTitle {
	float: left;
	margin: 5px 0 0 10px
}

.datatable .toolBar .settings {
	float: right;
	margin: 5px 10px 0 0
}

.datatable .toolBar .setting {
	cursor: pointer;
	margin-right: 5px
}

.datatable .toolBar .setting-active {
	color: #cc0000
}

.datatable .searchBar {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*border: 1px solid #000;*/
	padding: 8px;
    background: rgba(0,0,0,0.25);
}

.datatable .searchInput {
	background: none;
	border: none;
	width: 95%
}

.datatable .searchIcon {
	color: #767676;
	margin-right: 5px
}

.datatable .footer {
	background-color:#101010;
	color: #767676;
	overflow: auto;
}

.tableMenu {
	color: #767676;
	padding: 10px
}

.tableMenu .menuContent {
	border-bottom: 1px solid #777;
}

.widget .widget-body table thead th .table-filter {
	color: #eee;
	cursor: pointer;
	font-size: 12px !important
}

.widget .widget-body table thead th .filter-active {
	color: #f0ad4e;
	font-size: 12px !important
}

.md-checkbox label:before {
	background: #fff;
	border: 2px solid #000;
	border-radius: 2px;
	cursor: pointer;
	height: 16px;
	-webkit-transition: background .3s;
	transition: background .3s;
	width: 16px
}

.md-checkbox input[type=checkbox] {
	margin-right: 5px;
	opacity: 0;
	outline: 0
}

.md-checkbox input[type=checkbox]:checked + label:before {
	background: #cc0000;
	border: none
}

.md-checkbox input[type=checkbox]:disabled + label:before {
	background: #ececec;
	border: 2px solid #ddd;
	cursor: auto
}

.md-checkbox input[type=checkbox]:checked + label:after {
	border: 2px solid #fff;
	border-right-style: none;
	border-top-style: none;
	height: 4px;
	left: 4px;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 9px
}

.md-radio {
	margin: 6px 0
}

.md-radio .md-radio-inline {
	display: inline-block
}

.md-radio input[type=radio] {
	display: none
}

.md-radio input[type=radio]:checked + label:before {
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards;
	border-color: #cc0000
}

.md-radio input[type=radio]:checked + label:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.md-radio label {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin-bottom: 0;
	padding: 0 22px;
	position: relative;
	vertical-align: bottom
}

.md-radio label:after,
.md-radio label:before {
	border-radius: 50%;
	content: "";
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-property: border-color, -webkit-transform;
	transition-property: border-color, -webkit-transform;
	transition-property: transform, border-color;
	transition-property: transform, border-color, -webkit-transform
}

.md-radio label:before {
	border: 2px solid #000;
	border: 2px solid rgba(0, 0, 0, .54);
	height: 16px;
	left: 0;
	top: 0;
	width: 16px
}

.md-radio label:after {
	background: #cc0000;
	height: 8px;
	left: 4px;
	top: 4px;
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 8px
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
.ui-select-highlight {
	font-weight: 700
}

.ui-select-offscreen {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0 !important;
	top: 0 !important
}

.ui-select-choices-row:hover {
	background-color: #f5f5f5
}

.ng-dirty.ng-invalid > a.select2-choice {
	border-color: #d44950
}

.select2-result-single {
	padding-left: 0
}

.select2-locked > .select2-search-choice-close,
.select-locked > .ui-select-match-close {
	display: none
}

body > .select2-container.open {
	z-index: 2
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-width: 1px;
	border-top-style: solid;
	-webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
	margin-top: -4px
}

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
	margin-top: 4px
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
	border-bottom-color: #5897fb
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0
}

.selectize-input.selectize-focus {
	border-color: #007fbb !important
}

.selectize-control.single > .selectize-input > input {
	width: 100%
}

.selectize-control.multi > .selectize-input > input {
	margin: 0 !important
}

.selectize-control > .selectize-dropdown {
	width: 100%
}

.ng-dirty.ng-invalid > div.selectize-input {
	border-color: #d44950
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
	-webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
	margin-top: -2px
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 0
}

.btn-default-focus {
	color: #eee;
	background-color: #101010;
	border-color: #000;
	text-decoration: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 0, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 0, 0, .6)
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
	border-left: 1px solid #900000
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
	border-right: 1px solid #900000
}

.ui-select-bootstrap .ui-select-choices-row > span {
	color: #ccc;
}

.ui-select-bootstrap .ui-select-choices-row > span:focus,
.ui-select-bootstrap .ui-select-choices-row > span:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
	color: #fff;
	background-color: #900000
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
	display: none !important
}

.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
	border-color: #d44950
}

mark {
	background: #ff0;
	color: #000
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	background: #202020;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #a90000;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.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 {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-muted {
	color: #777
}

.text-primary {
	color: #cc0000
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #f0ad4e
}

a.text-warning:focus,
a.text-warning:hover {
	color: #f0ad4e
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #cc0000
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014   \A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\A0   \2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

code,
kbd {
	padding: 2px 4px;
	font-size: 90%
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #eee;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #101010;
	border: 1px solid #000;
	border-radius: 4px
}

table {
	background-color: transparent
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

caption,
th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #101010;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #000;
}

.table > tbody + tbody {
	border-top: 2px solid #000
}

.table .table {
	background-color: #101010;
    background: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.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: 1px solid #101010;
}

.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: #333;
}

.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: #300000
}

.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: #dff0d8
}

.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: #d0e9c6
}

.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: #d9edf7
}

.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: #c4e3f3
}

.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: #fcf8e3
}

.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: #faf2cc
}

.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: #f2dede
}

.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: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #000
	}
}

fieldset {
	min-width: 0;
	margin: 0
}

fieldset,
legend {
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control,
output {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #eee
}

.form-control {
	background-color: #101010;
	background-image: none;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #660000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 0, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 0, 0, .6)
}

.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: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.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: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.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: #a90000
}

.has-error .form-control {
	border: 2px solid #a90000;
	-webkit-box-shadow: inset 0 1px 1px rgba(132, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(132, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #c90000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a90000;
	background-color: #f2dede;
	border-color: #a90000
}

.has-error .form-control-feedback {
	color: #a90000
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #eee;
	background-color: #222;
	border-color: #000
}

.btn-default.focus,
.btn-default:focus {
	color: #eee;
	background-color: #222;
	border-color: #000
}

.btn-default:hover {
	color: #eee;
	background-color: #222;
	border-color: #000
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	color: #eee;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #eee;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.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: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #555;
	border-color: #505050
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #333;
	border-color: #505050
}

.btn-primary:hover {
	color: #fff;
	background-color: #900000;
	border-color: #600000
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #309000;
	background-image: none;
	border-color: #000
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #60c000;
	border-color: #000
}

.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: #cc0000;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #cc0000;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #309030;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.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: #309030;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #309030;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.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: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.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: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.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: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #cc0000;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #a90000;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.dropdown-menu {
	background-color: #101010;
	border: 1px solid #900000;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu .divider {
	background-color: #e5e5e5
}

.dropdown-menu > li > a {
	color: #333;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cc0000;
	outline: 0
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.input-group-addon {
    color: #fff;
    background-color: #900000;
    border: 1px solid #600000;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav > li.disabled > a {
	color: #777
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #cc0000
}

.nav .nav-divider {
	background-color: #e5e5e5
}

.nav-tabs {
	border-bottom: 1px solid #000
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #900000;
    border: 1px solid #000;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #000
}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #000;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #cc0000
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #000;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav > li {
		float: left
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin: 8px -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		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: #555;
		background-color: #e7e7e7
	}

	.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: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.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: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		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: #fff;
		background-color: #080808
	}

	.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: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.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: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb > li {
	display: inline-block
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\A0"
}

.breadcrumb > .active {
	color: #777
}

.pagination > li > a,
.pagination > li > span {
	color: #fff;
	background-color: #333;
	border: 1px solid #000
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #a90000;
	background-color: #eee;
	border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #cc0000;
	border-color: #cc0000
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #202020;
	border-color: #000
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next > a,
.pager .next > span {
	float: right
}

.pager .previous > a,
.pager .previous > span {
	float: left
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #cc0000
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #309030
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d90000
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c90000
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #cc0000;
	background-color: #fff
}

.list-group-item > .badge {
	float: right
}

.list-group-item > .badge + .badge {
	margin-right: 5px
}

.nav-pills > li > a > .badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron > hr {
	border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container-fluid .jumbotron,
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #cc0000
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert > p,
.alert > ul {
	margin-bottom: 0
}

.alert > p + p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes a {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes a {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #cc0000;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite
}

.progress-bar-success {
	background-color: #309030
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media > .pull-right {
	padding-left: 10px
}

.media-left,
.media > .pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.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: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 1;
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000
}

.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: #c7ddef
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

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: #3c763d;
	background-color: #d0e9c6
}

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: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

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: #31708f;
	background-color: #c4e3f3
}

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: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

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: #8a6d3b;
	background-color: #faf2cc
}

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: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

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: #a94442;
	background-color: #ebcccc
}

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: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #161616;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0
}

.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #000
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #000
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #000
}

.panel-default {
	border-color: #000
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #cc0000
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #cc0000
}

.panel-primary > .panel-heading .badge {
	color: #cc0000;
	background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #cc0000
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #900000;
	text-shadow: 0 1px 0 #000;
	filter: alpha(opacity=20);
	opacity: .75
}

.close:focus,
.close:hover {
	color: #ca0000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 1
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background: url("https://css.vengefulsyndicate.com/theme.park//Resources/blur-noise.png"), #191919 center center/cover no-repeat fixed;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 12;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	left: 5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover > .arrow {
	border-width: 11px
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover > .arrow:after {
	content: "";
	border-width: 10px
}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=90);
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203A"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 5;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 4;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.toast-title {
	font-weight: 700
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a,
.toast-message label {
	color: #fff
}

.toast-message a:hover {
	color: #ccc;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

.rtl .toast-close-button {
	left: -.3em;
	float: left;
	right: .3em
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

#toast-container > div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}

#toast-container > div.rtl {
	direction: rtl;
	padding: 15px 50px 15px 15px;
	background-position: right 15px center
}

#toast-container > div:hover {
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51a351
}

.toast-error {
	background-color: #bd362f
}

.toast-info {
	background-color: #2f96b4
}

.toast-warning {
	background-color: #f89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

@media (max-width:240px) {
	#toast-container > div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	#toast-container > div.rtl {
		padding: 8px 50px 8px 8px
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}

	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media (min-width:241px) and (max-width:480px) {
	#toast-container > div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	#toast-container > div.rtl {
		padding: 8px 50px 8px 8px
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}

	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media (min-width:481px) and (max-width:768px) {
	#toast-container > div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}

	#toast-container > div.rtl {
		padding: 15px 50px 15px 15px
	}
}

.xterm {
	font-family: courier-new, courier, monospace;
	-webkit-font-feature-settings: "liga"0;
	font-feature-settings: "liga"0;
	position: relative;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none
}

.xterm.focus,
.xterm:focus {
	outline: none
}

.xterm .xterm-helpers {
	position: absolute;
	top: 0;
	z-index: 10
}

.xterm .xterm-helper-textarea {
	position: absolute;
	opacity: 0;
	left: -9999em;
	top: 0;
	width: 0;
	height: 0;
	z-index: -10;
	white-space: nowrap;
	overflow: hidden;
	resize: none
}

.xterm .composition-view {
	background: #000;
	color: #fff;
	display: none;
	position: absolute;
	white-space: nowrap;
	z-index: 1
}

.xterm .composition-view.active {
	display: block
}

.xterm .xterm-viewport {
	background-color: #000;
	overflow-y: scroll;
	cursor: default;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0
}

.xterm .xterm-screen {
	position: relative
}

.xterm .xterm-screen canvas {
	position: absolute;
	left: 0;
	top: 0
}

.xterm .xterm-scroll-area {
	visibility: hidden
}

.xterm-char-measure-element {
	display: inline-block;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -9999em;
	line-height: normal
}

.xterm {
	cursor: text
}

.xterm.enable-mouse-events {
	cursor: default
}

.xterm.xterm-cursor-pointer {
	cursor: pointer
}

.xterm.xterm-cursor-crosshair {
	cursor: crosshair
}

.xterm .xterm-accessibility,
.xterm .xterm-message {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	color: transparent
}

.xterm .live-region {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden
}

json-tree .key {
	color: #d02828;
	padding: 5px 10px 5px 15px
}

#loading-bar .bar {
	-webkit-transition: width .35s;
	transition: width .35s;
	background: #29d;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px
}

#loading-bar .peg {
	position: absolute;
	width: 70px;
	right: 0;
	top: 0;
	height: 2px;
	opacity: .45;
	-ms-box-shadow: #29d 1px 0 6px 1px;
	-webkit-box-shadow: #29d 1px 0 6px 1px;
	box-shadow: 1px 0 6px 1px #29d;
	border-radius: 100%
}

#loading-bar-spinner {
	display: block;
	position: fixed;
	z-index: 1;
	top: 10px;
	left: 10px
}

#loading-bar-spinner .spinner-icon {
	width: 14px;
	height: 14px;
	border: 2px solid transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: a .4s linear infinite;
	animation: a .4s linear infinite
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

#content-wrapper {
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	height: auto
}

@media only screen and (min-width:561px) {
	#page-wrapper.open {
		padding-left: 250px
	}
}

@media only screen and (max-width:560px) {
	#page-wrapper.open {
		padding-left: 70px
	}
}

.row.header {
	background: #fff;
    background: rgba(0,0,0,0.25);
}

.row.header > div:last-child {
	padding-right: 0
}

.row.header .meta .page {
	font-size: 17px;
	padding-top: 11px
}

.row.header .meta .breadcrumb-links {
	font-size: 10px
}

.row.header .meta div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.row.header .login a {
	padding: 18px;
	display: block
}

.row.header .user {
	min-width: 130px
}

.row.header .user > .item {
	width: 65px;
	height: 60px;
	float: right;
	display: inline-block;
	text-align: center;
	vertical-align: middle
}

.row.header .user > .item a {
	color: #919191;
	display: block
}

.row.header .user > .item i {
	font-size: 20px;
	line-height: 55px
}

.row.header .user > .item ul.dropdown-menu {
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .05)
}

.row.header .user > .item ul.dropdown-menu .dropdown-header {
	text-align: center
}

.row.header .user > .item ul.dropdown-menu li.link {
	text-align: left
}

.row.header .user > .item ul.dropdown-menu li.link a {
	padding-left: 7px;
	padding-right: 7px
}

.row.header .user > .item ul.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 23px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, .2);
	border-left: 7px solid transparent;
	content: ""
}

.row.header .user > .item ul.dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 24px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: ""
}

.loading {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: a 2s infinite ease-in-out;
	animation: a 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

html {
	overflow-y: scroll
}

body {
	background: #f3f3f3;
	font-family: Montserrat;
	color: #f3f3f3 !important;
	background: #202020;
}

.green {
	background: #23ae89 !important
}

.blue {
	background: #2361ae !important
}

.orange {
	background: #d3a938 !important
}

.red {
	background: #ae2323 !important
}

#sidebar-wrapper {
    background: rgba(0,0,0,0.5);
}

#page-wrapper:not(.open) ul.sidebar .sidebar-title.separator,
.sidebar-footer,
ul.sidebar .sidebar-list a:hover,
ul.sidebar .sidebar-main a {
	background: #300000;
}

ul.sidebar li a {
	color: #fff;
}

ul.sidebar .sidebar-title {
	color: #a90000;
}

ul.sidebar .sidebar-list a {
	text-indent: 25px;
	font-size: 15px;
	color: #cccccc;
	line-height: 40px;
}

ul.sidebar .sidebar-list a:hover {
	color: #fff;
	border-left: 3px solid #900000;
	text-indent: 22px;
}

#page-wrapper:not(.open) ul.sidebar .sidebar-list a:hover span {
	border-left: 3px solid #e99d1a;
	text-indent: 22px
}

.sidebar-footer {
	position: absolute;
	height: 40px;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	text-align: center
}

.sidebar-footer div a {
	color: #b2bfdc;
	font-size: 12px;
	line-height: 43px
}

.sidebar-footer div a:hover {
	color: #fff;
	text-decoration: none
}

.widget {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: rgba(0,0,0,0.25);
	border: 1px solid transparent;
	border-radius: 2px;
	border-color:#000000;
}

.widget .widget-header {
	color: #a90000;
	background-color: #101010;
	padding: 10px 15px;
	border-bottom: 1px solid #000000;
	line-height: 30px
}

.widget .widget-body table thead {
	background:#101010 !important;
}

.widget .widget-body .error {
	color: red
}

.widget .widget-icon {
	background: #900000 !important;
}

.widget .widget-footer {
	border-top: 1px solid #000000;
	padding: 10px
}

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
	cursor: pointer
}

.moment-picker {
	position: absolute;
	z-index: 1
}

.moment-picker .moment-picker-container {
	color: #404040;
	min-width: 15em;
	background: #fff;
	padding: 4px;
	border: 1px solid #f0f3f4;
	border-radius: 4px;
	position: absolute;
	margin-top: 4px;
	margin-left: -.5em;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .075);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .075)
}

.moment-picker .moment-picker-container:before {
	border-bottom-color: #f0f3f4;
	border-width: 9px
}

.moment-picker .moment-picker-container:after {
	border-bottom-color: #fff;
}

.moment-picker.top .moment-picker-container:before {
	border-top-color: #f0f3f4;
	border-width: 9px
}

.moment-picker.top .moment-picker-container:after {
	border-top-color: #fff;
}

.moment-picker td:hover,
.moment-picker th:hover {
	background-color: #fafbfb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
	background-image: linear-gradient(#f0f3f4, #fafbfb)
}

.moment-picker td.disabled,
.moment-picker td.disabled:hover,
.moment-picker th.disabled,
.moment-picker th.disabled:hover {
	color: #abbbc7;
	background: none;
	cursor: default
}

.moment-picker td.today {
	background: #e4eef5;
	color: #404040;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, .9)
}

.moment-picker td.selected {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	border-color: #3ca0dd;
	background-color: #45b1e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
	background-image: linear-gradient(#45b1e8, #3097de)
}

.rzslider .rz-pointer {
    background-color: #900000;
}

.rzslider .rz-selection {
    background: #600000;
}

.rzslider .rz-pointer:active:after {
    background-color: #fff;
}

.rzslider .rz-bubble.rz-limit {
    color: #ccc;
}
.rzslider .rz-bubble {
    color: #ccc;
}

.rzslider .rz-bar {
    background: #333;
}

.CodeMirror {
    color: #fff;
    background: #202020;
}

.CodeMirror-gutters {
    border-right: 1px solid #900000;
    background-color: #333;
    white-space: nowrap;
}

.CodeMirror-cursor {
    border-left: 1px solid #c00;
    border-right: none;
    width: 0;
}

pre.CodeMirror-line:active,
pre.CodeMirror-line:focus {
    background-color: #333;
}

.cm-s-default .cm-atom {
    color: #a00;
}

.cm-s-default .cm-comment {
    color: #505050;
}

service-tasks-datatable > div {
    background-color: #000000 !important;
    padding: 2px !important;
}

service-tasks-datatable > div > table > tbody {
	background-color: #202020 !important;
}
