[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}

[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

.field-required { }
.field-error { border: solid 2px #b80000 !important; }
.field-upper { text-transform: uppercase;}

.buttonfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:60px;
	background-color: #f38721;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	cursor: pointer;
}

.buttonfloatsub {
    margin-top:22px;
    color: white;
    font-size:18px;
}

.right {
	text-align: right;
}

.row-hide {
	visibility: hidden;
}

.pointer {
	cursor: pointer;
	color: #f38721;
}

.white {
	color: #ffffff;
}

.orange {
	color: #f38721;
}

.right {
	float: right;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.table-sm > tbody > tr > th,
.table-sm > tbody > tr > td {
	padding: 4px;
}

.note-editing-area {
	min-height: 15em;
}

.note-editor.panel-default .note-editing-area .note-editable {
	background-color: transparent;
	color: #949ba2;
}

.dropdown-menu {
	background-color: #30333c;
	min-width: 200px !important;
}

.btn-secondary {
	border-color: #585d6e;
	font-size: smaller;
}
.btn-secondary {
	color: #949ba2;
	background-color: transparent;
	border-color: #616779;
}
.btn-secondary:focus, .btn-secondary.focus {
	color: #ffffff;
	background-color: rgba(97, 103, 121, 0.1);
	border-color: #616779;
	outline: 0;
	box-shadow: none;
}
.btn-secondary:hover {
	color: #ffffff;
	background-color: rgba(97, 103, 121, 0.1);
	border-color: #616779;
}
.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	color: #ffffff;
	background-color: rgba(97, 103, 121, 0.1);
	border-color: #616779;
}
.btn-secondary:active:hover, .btn-secondary.active:hover, .open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus, .btn-secondary.active:focus, .open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus, .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary.focus {
	color: #ffffff;
	background-color: rgba(97, 103, 121, 0.1);
	border-color: #798094;
	outline: 0;
	box-shadow: none;
}
.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background-image: none;
}
.btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus {
	background-color: rgba(97, 103, 121, 0.1);
	border-color: #616779;
}
.btn-secondary .badge {
	color: transparent;
	background-color: #949ba2;
}

.dt-buttons {
	float: right;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 200px;
	background: #fff;
	overflow: hidden;
}
.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 200px;
	z-index: 2000;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #f68821;
}
.pace.pace-inactive {
	display: none;
}
.pace-done .content > div {
	opacity: 1;
}

.first-row {
	border-bottom: dashed 1px #f68821 !important;
	padding-bottom: 8px !important;
}

.tab-pane .panel-body {
	background-color: rgba(68,70,79) !important;
}

.nav-tabs > li {
    background-color: #2f323b ;
}
.nav-tabs>li>a {
	color: #e0e0e0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: rgba(68,70,79);
	border-bottom: solid 1px #f68821;
}

.btn-light {
	color: white;
}
.btn:hover {
	color: #f68821;
}
.note-toolbar {
	background-color: #494b54;
}
.dropdown-item {
	display: block;
}

.notifyjs-bootstrap-base {
	padding-top: 2em;
	padding-bottom: 2em;
}
.container-center {
	margin-top: 20px;
}

.table-responsive {
	overflow: hidden;
}

#maprow {
	margin-top: 10px;
}
#mapcol {
	min-height: 400px;
	border: solid 1px #f68821;
	margin: 8px;
}

.echart {
	height: 200px;
}