/*
[ COLOR PALETE: DEFAULT LIST ]

* Colors are, for the most part, ordered from lighter to darker.

	#000 - black
	#fff - white
	
	#f5f5f5 - grey almost white
	#e5e5e5 - grey super light
	#cccccc - grey light
	#8c8c8c - grey light 2
	#737373 - grey medium light
	#4d4d4d - grey dark
	
	#ffe0cc - orange light
	#e65c00 - orange medium
	#cc5200 - orange dark
	
	#db5757 - red light
	#bd2828 - red
	
	#f0f9f2 - green super light
	#d8ebda - green light
	#bcdcbf - green light 2
	#abd3af - green light 3
	#77cc56 - green olive
	#00dd66 - green neon
	#27b04d - green
	#408048 - green grey dark
	#375e27 - green dark
	
	#f9eab7 - yellow canary super light
	#f1e2b1 - yellow canary light
	#e6d7a8 - yellow canary light 2
	#bbaf89 - yellow grey dark
	
	#ccecff - blue royal light
	#80d0ff - blue royal light 2
	#0097f1 - blue royal
	#4286ae - blue royal grey
	#316481 - blue royal grey darker
	blue	- blue
*/
body {
	background-image: url('/static/portal/images/bg.png');
}

.deskPanelHeader:hover {
	color: #0000e6;
}

.header_01 {
	color: #cc7a00;
}

.loading_01 {
	color: #e6f7ff;
}

#toolResults .col-md-6 {
	border-color: #0000e6;
	border-bottom-color: #0000ff;
}

#deskPanelMenu .deskPanelArea {
	background-color: #e6f7ff;
	border-color: #0000e6 !important;
	border-bottom-color: #0000ff !important;
}

#deskPanelMenu .logo {
	color: #cc7a00;
}

#deskPanelMenu .menuItem {
	color: #ffb31a;
}

#aboutMenu .areaHeader {
	background-color: #000066;
	border-color: #0000e6 !important;
}

#aboutMenu .areaHeader .logo {
	color: #e6f7ff;
}

#aboutMenu .areaBody {
	border-left-color: #000066 !important;
	border-right-color: #000066 !important;
}

#aboutMenu .areaBody .bodyWelcome {
	background-image: url('/static/mtchsd/images/Glacier-National-Park-River-Landscape-Montana-1874264_2.jpg');
}

#aboutMenu .areaFooter {
	background-color: #000066;
	border-color: #0000e6 !important;
}

#aboutMenu .areaFooter a {
	color: #e6f7ff;
}

#aboutMenu .areaFooter a:hover {
	color: #ffb31a;
}

#aboutMenu .areaFooter div {
	color: #ffb31a;
}

#ToolHelp {
	border-color: #0000e6;
	background: #e6f7ff;
}

.toolResults_BodyHeader {
	background: #0000e6;
}

.toolResultsItem {
	border-color: #000066;
	border-top-color: #0000e6;
	background: #e6f7ff;
}

#IdentifyResultsPanel table {
	border-color: #e6f7ff;
	border-top-color: #0000e6;
}

#IdentifyResultsPanel table tr td {
	border-left-color: #66a3ff;
}

/* RESULTS: Prev/Next */
.toolResults_tableItem {
	border-color:  #0000e6;
	border-top-color: #000066;
	background: #e6f7ff;
}

.toolResults_Item {
	border-bottom-color: #0000e6;
}

.toolResults_Item .title {
	color: #27b04d;
}

/* RESULTS: Vertical */
.toolResultsContentItem {
	border-color: #e68a00;
	border-bottom-color: #e68a00;
	background: #ffe0b3;
}

.toolResultsContentItem .itemHeader {
	color: #000066;
}

.toolResultsContentItem .itemHeader .itemIcon .fa-plus-square {
	color: #ff9900;
}

.toolResultsContentItem .active {
	background: #0000e6;
	color: #fff;
}

.toolResultsContentItem .itemBody .toolResults_Item .title {
	color: #0000e6;
}

/* ---- */

.tools_header {
	color: #0000e6;
	border-top-color: #0000e6;
}

.options_header {
	color: #0000e6;
	border-top-color: #0000e6;
}

.route_header {
	border-top-color: #0000e6;
	color: #0000e6;
}

.results_header {
	color: #0000e6;
	border-top-color: #0000e6;
}

.routing_stop_marker {
	color: #e68a00;
}

#labels_chk {
	color: #e68a00;
}

.layerMetadataName {
	background-color: #e6f7ff;
	border-color: #0000e6;
	border-bottom-color: #e6f7ff !important;
}

.interactiveLayerIcon {
	color: #0000e6;
}

.metadatabutton {
	color: #e68a00;
}

/* ALERTS */
.alertLoadingArea .inner {
	background: #e68a00;
	border-color: #ff9900;
}

.alertLoadingArea .arrow {
	color: #152b37;
}

.alertErrorArea .inner {
	background: #db5757;
	border-color: #bd2828;
}

.alertTipArea .inner {
	background: #e6f7ff;
	border-color: #0000e6;
}

.alertTipArea .icon {
	color: #e65c00;
}

.alertTipArea .close a {
	color: #e65c00;
}

/* Warning popup */
.ui-dialog-titlebar {
	background-color: #e6f7ff !important;
	border-color: #0000e6 !important;
}

/* LAYER LIST */
.layerList_parent:hover {
	background: #e6f7ff;
}

/***********************
  CUSTOM BTN VALUES
************************/
.btn-primary {
	background: #e68a00;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background: #000066;
}

.btn-primary:active, .btn-primary.active {
	background: #ff9900;
}

.btn-warning {
	background: #ffcc00;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	background: #ffcc00;
}

/***********************
  RAISED BUTTONS
************************/
.btn-primary:active, .btn-primary.active {
	background: #e6f7ff;
}

.btn-warning {
	box-shadow: 0 3px 0 0 #b36b00;
}

.btn-warning:active, .btn-warning.active {
	background: #ffcc00;
}

/* Login Form */
.loginWindow {
	background: #e6f7ff;
	border-color: #0000e6;
}

#secureLoginError {
	background: #bd2828;
}

/* Main Tools */
.mainTools {
	background-color: #000066;
	border-color: #0000e6;
	border-bottom-color: #0000e6;
}

.mainTools .toolMainBtn {
	color: #e6f7ff;
}

.mainTools .disabled {
	color: #9999ff;
}

.mainTools .active {
	background: #ffe0b3;
}

#mainToolsOptions {
	background: #000066;
	border-color: #0000e6;
}
