#map-click-popup,
#map-hover-popup {
	position: absolute;
	padding: 15px;
	bottom: 12px;
	left: -50px;
	background-color: rgba(71,71,74,0.9);
	color: #fff;
	z-index: 2;
}
#map-click-popup:after, #map-click-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#map-click-popup:after {
	border-top-color: rgba(71,71,74,0.9);
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
#map-click-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
#map-click-popup-content {
	min-width: 200px;
	line-height: 1.4	;
	font-size: 12px;
}

#map-click-popup-content span {
	float: right;
}

#map-click-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 1px;
	right: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
#map-click-popup-closer:after {
	content: "✖";
}

#map-click-popup-closer:hover:after {
	color: gray;
}

#map-click-popup-closer:active:after{
	color: #0267FD;
}

#map-feature-popup {
	position: absolute;
	background-color: #303030;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 5px 10px 10px;
	bottom: 12px;
	left: -50px;
	color: #fff;
	z-index: 2;
}

#map-feature-popup a {
	color: #e5e5e5;
}

#map-feature-popup:after, #map-feature-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#map-feature-popup:after {
	/*border-top-color: #303030;*/
	/*border-width: 10px;*/
	left: 48px;
	margin-left: -10px;
}
#map-feature-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
#map-feature-popup-loader {
	min-width: 100px;
	line-height: 1.2;
	font-size: 12px;
}
#map-feature-popup-content {
	min-width: 350px;
	line-height: 1.2;
	font-size: 12px;
}
#map-feature-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 4px;
	right: 8px;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
}
#map-feature-popup-closer:after {
	content: "✖";
}
#map-feature-popup-name {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 20px;
}
#map-feature-popup-photo {
	max-height: 200px;
	display: block;
	margin: 10px auto 5px;
}

#map-feature-popup-show-chart {
	padding: 4px 15px;
}

#map-feature-popup-show-chart:hover {
	opacity: .9;
}

#map-hover-popup {
	position: absolute;
	padding: 15px;
	bottom: 0;
	left: -50px;
}
#map-hover-popup-content {
	min-width: 200px;
	line-height: 1.2;
	font-size: 12px;
}

#map-click-popup-value.loading,
#map-hover-popup-value.loading,
#map-feature-popup-value.loading,
#map-feature-popup-timestamp.loading,
#map-feature-popup-loader > .loading {
	display: inline-block;
	height: 13px;
	width: 13px;
	background: url(../../img/common/loader.png) no-repeat center;
}

#map-click-popup-show-chart.loading,
#map-feature-popup-show-chart.loading,
#ExportSubmit.loading {
	background: url(../../img/common/loader.png) no-repeat center;
	color: rgba(0, 0, 0, 0.1);
}

#map-feature-popup button.loading,
#map-feature-popup button.loading:active {
	background-color: #434343;
}

#exportSelectLoading {
	height: 13px;
	width: 13px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	background: url(../../img/common/loader.png) no-repeat center;
	color: rgba(0, 0, 0, 0.1);
}

span#ExportAddButton {
	display: inline-block;
	width: 19px;
	height: 19px;
	float: right;
	margin-left: 5px;
	margin-top: 1px;
	background: url(../../img/common/add.png) -3px -4px no-repeat;
	border: 1px solid #b0b0b0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
}

span#ExportAddButton:hover {
	background: url(../../img/common/add.png) -3px -27px no-repeat;
	background-color: #545454;
}

span#ExportAddButton:active {
	background: url(../../img/common/add.png) -3px -27px no-repeat;
	background-color: #0267FD;
}

div#AddedExportsDiv {
	display: none;
	margin-left: 10px;
	clear: both;
}

div#AddedExportsList {
	width: 100%;
}

.ExportRow {
	position: relative;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	font-size: 12px;
}

.ExportLayerName {
	display: block;
}

.ExportLayerDelete {
	padding: 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 10px;
}

.ExportLayerName.header,
.ExportLayerDelete.header {
	font-weight: bold;
}

span.ExportRemoveHref {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../../img/panel/remove.png) top left no-repeat;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #ddd;
	cursor: pointer;
}

span.ExportRemoveHref:hover {
	background: url(../../img/panel/remove.png) bottom left no-repeat;
	background-color: #545454;
}

span.ExportRemoveHref:active{
	background: url(../../img/panel/remove.png) bottom left no-repeat;
	background-color: #0267FD;
}

/******************************************************************************************************************************/
/*						  ENHANCED FORMS */


div.satbaltykEnhancedSelectContent {
	position: absolute;
	height: auto;
	left: -1px;
	top: 24px;
	z-index: 10000;
	background: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	min-width: 154px;
	width: auto;
	max-height: 300px;
	overflow: auto;
}

div.satbaltykEnhancedSelectContent span.option {
	padding: 5px;
	color: #666;
	cursor: pointer;
	min-height: 14px;
	white-space: nowrap;
	display: block;
}


div.satbaltykEnhancedSelectContent span.group {
	font-weight: bold;
}

div.satbaltykEnhancedSelectContent span.option.sb-option-disabled {
	color: #444 !important;
	cursor: not-allowed;
}


div.satbaltykEnhancedSelectContent span.option.group span.plusminus {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: url('../../img/common/plusminus.png') left top no-repeat;
}

div.satbaltykEnhancedSelectContent span.option.group span.plusminus.visible {
	background-position: left bottom;
}

div.satbaltykEnhancedSelectContent span.option.depth-1 {
	padding-left: 23px;
}

div.satbaltykEnhancedSelectContent span.option.depth-2 {
	padding-left: 43px;
}

div.satbaltykEnhancedSelectContent span.option.depth-3 {
	padding-left: 63px;
}

div.satbaltykEnhancedSelectContent span.option.depth-4 {
	padding-left: 83px;
}

div.satbaltykEnhancedSelectContent span.option.depth-5 {
	padding-left: 103px;
}

div.satbaltykEnhancedSelectContent span.option.active {
	background-color: #0167fc;
	color: white;
}

div.satbaltykEnhancedSelectContent span.option:not(.sb-option-disabled):hover{
	background-color: #4089F6;
	color: white;
}



div.satbaltykEnhancedSelectTitle span.satbaltykEnhancedSelectTitleText {
	display: block;
	margin-right: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	line-height: 22px;
}

div.satbaltykEnhancedSelectTitle {
	cursor: pointer;
	position: relative;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	height: 24px;
	display: inline-block;
	width: 230px;
	float: none;
}

.ttCell-1 div.satbaltykEnhancedSelectTitle,
.ttCell-2 div.satbaltykEnhancedSelectTitle{
	float: left;
	width: 100%;
}

.ttCell-1 .ttChartWrapper{
	padding-left: 0px;
}

div.satbaltykEnhancedSelectTitle > span.satbaltykEnhancedSelectArrowWrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	background-color: #434343;
	text-align: left;
}

div.satbaltykEnhancedSelectTitle > span.satbaltykEnhancedSelectArrowWrapper span.satbaltykEnhancedSelectArrow {
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../../img/common/satbaltyk-select-arrows.png) 0 0 no-repeat;
	margin: 4px 0 0 2px;
}


/*************************************************************************************************************/
/*					SLIDER */

.sliderBox {
	position: relative;
	z-index: 1;
}

.sliderWrapper {
	position: relative;
	padding-right: 25px;
	margin: 5px 0;
}

.sliderWrapper.mainCal{
	padding-left: 25px;
}

.sliderBox i {
	position: absolute;
	left: -10px;
	top: 2px;
	cursor: pointer;
}

.sliderBox i:active {
	opacity: .9;
}

.sliderBox .iconRight {
	left: auto;
	right: -10px;
}

.sliderBox .slider.slider-horizontal {
	width: 240px;
}

#content .slider.slider-horizontal .slider-track {
	left: 0;
}

#content .slider.slider-horizontal .slider-handle,
#time-cal-tc .slider.slider-horizontal .slider-handle,
#time-cal-exp .slider.slider-horizontal .slider-handle {
	width: 29px;
	height: 29px;
	margin-top: -10px;
	margin-left: -17px;
	background: #0167fc;
background: -moz-linear-gradient(top,  #0167fc 0%, #0144a6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0167fc), color-stop(100%,#0144a6));
background: -webkit-linear-gradient(top,  #0167fc 0%,#0144a6 100%);
background: -o-linear-gradient(top,  #0167fc 0%,#0144a6 100%);
background: -ms-linear-gradient(top,  #0167fc 0%,#0144a6 100%);
background: linear-gradient(to bottom,  #0167fc 0%,#0144a6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0167fc', endColorstr='#0144a6',GradientType=0 );

}


/*************************************************************************************************************/
/*					TIMECHART */

#TimechartController {
	top: 5%;
	left: 5%;
	height: 90%;
	min-height: 550px;
	width: 90%;
	overflow: auto;
	margin: auto;
	position: fixed;
	background-color: #fff;
	border: 10px solid #606067;
	border-top: 0;
}

#timechart-bottom .timechart_table{
	padding-top: 35px;
}

#TimechartController.zIndexBottom {
	z-index: -1;
}

#TimechartController.zIndexTop {
	z-index: 1000;
}

#TimechartController .icon.timechartHide {
	top: 5px;
	right: 5px;
	z-index: 2;
}

#TimechartController .timechartForm {
	position: absolute;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.productTitleTable {
	margin: 0 0 10px;
}

.productTitleTable .ttCell,
.timechart_table .ttCell {
	display: inline-block;
	padding: 0;
	width: 24%;
	position: relative;
	vertical-align: top;
}

.productTitleTable .ttCell-1,
.timechart_table .ttCell-1 {
	display: inline-block;
	padding: 0;
	width: 15%;
	float: left;
	position: relative;
	vertical-align: top;
}

.timechart_product_settings_inner label{
	display: block;
}

.timechart_product_settings_inner .buttons{
	margin-top: 10px;
}

.timechart_product_settings_inner .buttons .button_update_axis_value{
	margin-bottom: 5px;
}

.productTitleTable .ttCell-2,
.timechart_table .ttCell-2 {
	display: inline-block;
	padding: 0;
	float: left;
	width: 34%;
	position: relative;
	vertical-align: top;
}

.productTitleTable .ttCell-3,
.timechart_table .ttCell-3 {
	display: inline-block;
	padding: 0;
	float: left;
	width: 25%;
	position: relative;
	vertical-align: top;
}

.scaleIco,
.inputLabel {
	width: 25px;
	position: absolute;
	left: 0;
	/*top: 0;*/
	font-size: 12px;
	line-height: 20px;
}

.scaleIco{
	/*top: 16px;*/
	bottom: 0;
}

#timechart-bottom .timechart_label{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 500;
}

.ttCell .select
,#timechart_date_to,
.ttCell input,
#timechart_date_from {
	width: 100%;
	border: 1px solid #555;
	height: 24px;
	font-size: 13px;
	color: rgb(102,102,102);
}

#timechart_date_from,
#timechart_date_to {
	text-indent: 5px;
}

.ttChartWrapper {
	padding: 0 10px 0 35px;
}

#TimechartController .timechartForm .timechartImage {
	position: relative;
	width: 100%;
}

#timechart-progress {
	height: 100%
}
#timechart-progress-indicator {
	width: 256px;
	height: 256px;
	background: white;
	text-align: center;
	margin: auto;
}
#timechart-progress-indicator.with_bg {
	width: 64px;
	height: 64px;
	background-image: url('../../img/common/ajax-loading-64x64.gif');
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
}
#timechart-progress-value {
	position:relative;
	top: 25px;
}
#TimechartImage {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#timechart-image {
	margin: 30px 0 0 0;
	float: none;
	display: block;
}

#timechart-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	text-align: center;
	clear: both;
}

#timechart-bottom > div {
	padding: 0 20px;
}

#chartScaleSet2 {
	padding-right: 0;
}

.timechart_product_settings {
	position: absolute;
	background-color: #303030;
	bottom: 12px;
	z-index: 10;
	padding-top: 20px;
}
.timechart_product_settings.right {
	right: 0;
}

.timechart_product_settings_inner {
	margin: 10px;
	background-color: #fff;
	padding: 5px;
}


/************************************************************************************************************************/
/*			MESSAGE POPUP */

#SatbaltykMessagePopup {
	display: table;
	width: auto;
	overflow: auto;
	margin: 0;
	position: fixed;
	top: 35px;
	left: 0;
	right: auto;
	background-color: rgba(71,71,74,0.9);
	z-index: 100;
	min-width: 300px;
	text-align: center;
}

#SatbaltykMessagePopup.zIndexBottom {
	z-index: -1;
}

#SatbaltykMessagePopup.zIndexTop {
	z-index: 1001;
}

#SatbaltykMessagePopup .icon.messagePopupHide {
	top: 4px;
	right: 3px;
	position: absolute;
}

#SatbaltykMessagePopup .icon.messagePopupHide:active {
	background-color: #0267FD;
	border: 1px solid red;
}

.SatbaltykMessagePopupContent {
	background-color: #fff;
	margin: 5px 10px 10px;
	padding: 15px 10px 10px;
	height: -moz-calc(100% - 38px);
	height: -webkit-calc(100% - 38px);
	height: calc(100% - 38px);
}

.SatbaltykMessagePopupContent.no-header {
	margin-top: 25px;
}

.SatbaltykMessagePopupContent img {
	display: inline-block;
	margin: 0 15px 0 0;
	height: auto;
}

.SatbaltykMessagePopupContent div {
	display: inline-block;
}

.SatbaltykMessagePopupContent p {
	display: block;
	margin: 0;
	padding: 0;
}

a#mapSource {
	color: pink !important;
}


body:not(.sidebar) #map-settings toggle-options,
body:not(.sidebar) #show-diff-alert {
	display: none;
}

body:not(.sidebar) .ddNavWraper {
	position: absolute;
	top: 32px;
}

.ddNavWraper {
	clear: both;
	border-top: 3px solid #0167fc;
}

body:not(.sidebar) #settings-box {
	padding-top: 10px;
}

#show-hide-options {
	margin: 0;
	padding: 3px 0;
	text-transform: lowercase;
	font-size: 11px;
	color: #555;
}

#show-hide-options toggle-options {
	position: relative;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 10px;
}

#show-hide-options toggle-options:hover{
	background-color: #555;
	color: white;
}

#show-hide-options toggle-options:active{
	background-color: #006AEE;
	color: white;
}



#show-hide-options toggle-options:after {
	top: 3px;
	right: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 4px;
	margin-left: 7px;
	opacity: 0.6;
}

#show-hide-options .showOptionsUp:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	top: 7px;
}

#sidebar-col {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background-color: #fff;
	z-index: 2;
	transition: left .5s;
}


.panel-default,
.panel,
.panel-body {
	border:0 !important;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 0;
	box-shadow: 0 0 0 !important;
}

.ddNavWraper .panel-group {
	margin-bottom: 0;
}

.ddNavWraper .panel-title {
	font-size: 12px;
	font-weight: normal;
}

.ddNavWraper .accordion-toggle:before,
.ddNavWraper .accordion-open:before {
	font-size: 19px;
}

.hasCursorHelp {
	cursor: help;
}
#ppm {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 300px;
	z-index: 2;
	padding: 7px 0;
	background-color: #E0E0E0;
	color: #0167fc;
	text-align: center;
	font-size: 1.1em;
	font-family: 'open_sansregular';
	font-weight: bold;
}
#ppm a:hover {
	color: #656574;
	text-decoration: none;
	cursor: pointer;
}