/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button
input,
select,
textarea {
	 color: #222;
	 font-family: 'open_sansregular';
}

html {
	 font-size: 1em;
	 line-height: 1.4;
}

body {
	min-height: 500px;
	min-width: 960px;
}

.cBoth {
	clear: both;
}

.fRight {
	float: right !important;
}

.fLeft {
  float: left !important;
}

.tCenter {
	text-align: center;
}

hr {
	 display: block;
	 height: 1px;
	 border: 0;
	 border-top: 1px solid #ccc;
	 margin: 1em 0;
	 padding: 0;
}

audio,
canvas,
img,
video {
	 vertical-align: middle;
}

fieldset {
	 border: 0;
	 margin: 0;
	 padding: 0;
}

textarea {
	 resize: vertical;
}

body {
font-family: 'open_sansregular';
}

.icon,.icons {
	background-image: url('../../img/desktop/icons.png');
	background-repeat: no-repeat;
}

#view-modifiers .icon span {
	background-image: url('../../img/common/sprite_options.png');
	background-repeat: no-repeat;
}

.iconUK,
.iconPL {
	width: 26px;
	height: 13px;
	display: block;
	background-position: -40px -46px;
}

.iconPL {
	background-position: -40px -72px;
}

.container {
	margin: 0;
}

header {
	position: relative;
}

nav {
	padding: 0;
	background-color: #fff;
	color: #333;
	position: relative;
	height: 32px;
	font-size: 12px;
}

nav ul ul {
	display: none;
}

nav .opened {
	display: block;
}

nav .productsMenu {
	margin: 0;
	z-index: 10;
	background-color: #646464;
	padding-left: 0;
	position: relative;
	float: left;
}

.sidebar nav .productsMenu {
	position: fixed;
	top: 0;
	left: 0;
}

.ddMenu {
	padding: 5px;
	width: 300px;
	background-color: #fff;
	overflow-y: auto;
}

#settings-box {
	padding: 0 5px;
}

#settings-box .select {
	float: none;
}

.productsMenuTitle {
	font-size: 14px;
	margin: 0;
	padding: 12px 20px 0;
	height: 42px;
	font-weight: normal;
}

.productsMenuTitle:hover {
	background-color: #555454;
	cursor: pointer;
}

.productsMenu h2.active {
	background-color: #555454;
}

nav .container > ul li,
nav .loginRegister p {
	padding: 15px 25px;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	float: right;
}

nav .loginRegister .versionParagraph{
	padding-bottom: 0;
}

nav .loginRegister p {
	padding: 15px 12px;
}

nav .loginRegister p a {
	color: #FEFEFE;
	text-decoration: none;
	outline: 0;
}

nav .container > ul li:last-child {
	border-bottom: 0;
}

nav .container > ul li:hover,
nav .container > ul li:active,
nav .container > ul .active,
nav .loginRegister p:hover,
nav .loginRegister p.active {
	background-color: #555454;
}

nav .container > ul li li:hover {
	background-color: #f4f4f4;
	color: #3d3d3d;
}

nav .container > ul li li li {
	padding: 10px;
}

nav .loginRegister {
	float: right;
}

.sidebar .main-menu {
	overflow-x: visible;
	overflow-y: auto;
	position: relative;
}

.products-list-ul {
	position: fixed;
	top: 42px;
	left: 0;
	z-index: 10;
	width: 400px;
	padding: 0;
	margin: 0;
	background-color: #a6a6a6;
	border: 1px solid #454444;
	box-shadow: 3px 3px 3px #444;
	opacity: .98;
	overflow: auto;
}

.products-list-ul .products-list-ul {
	top: 45px;
}

.products-list-ul li {
	float: none;
	position: relative;
	color: #f5f5f5;
	line-height: 1;
	padding: 10px 35px 10px 25px;
	border-bottom: 1px solid #868686;
	font-size: 14px;
}

.products-list-ul li:hover {
	background-color: #969696;
}

.products-list-ul li.expanded {
	background-color: #555454;
}

.expanded > .products-list-ul {
	display: block;
}

.products-list-ul .active,
.products-list-ul .active:hover {
	background-color: #f4f4f4;
	color: #555454;
}

.products-list-level-1 {
	left: 390px;
	z-index: 11;
}

.products-list-level-2 {
	left:620px;
	width: 250px;
	z-index: 12;
}

.products-list-level-3 {
	left:860px;
	width: 228px;
	z-index: 13;
}

.group {
	position: relative;
}

 .sb-product-changer,.sb-product-changer-disabled, .container .panel-default > .panel-heading {
	font-weight: normal;
	cursor: pointer;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	min-height: 28px;
}


.sb-product-changer, .sb-product-changer-disabled {
	background-color: #EAEAEA;
}

.container .panel-default > .panel-heading {
	background-color: #D2D2D2 ;
}


.container .panel-default[is-disabled="1"] > .panel-heading:hover{
	background-color: #EAEAEA;
}

.container .panel-default[is-disabled="1"] > .panel-heading:active{
	background-color: #EAEAEA;
}


.container .panel-default > .panel-heading:hover{
	background-color: #545454;
	color: white;
}

.container .panel-default > .panel-heading:active{
	background-color: #0267FD;
	color: white;
}


.sb-product-changer.active, .sb-product-changer-disabled.active, .container .panel-default > .panel-heading.active {
	background-color: #0267FD;
	color: #fff;
	}

	.sb-product-changer:hover{
		background-color: #545454;
		color: white;
	}

	.sb-product-changer:active{
		background-color: #0267FD;
		color: white;
	}


.sb-product-changer-disabled,
.sb-group-disabled {
	font-weight: normal;
	cursor: not-allowed;
	color: #AFAFAF !important;
}

.map-settings {
	position: relative;
	width: 100%;
	background-color: #fff;
}

#legend {
	position: absolute;
	bottom: auto;
	top: 10px;
	left: 45px;
	background-color: rgba(71, 71, 74, 0.9);
	padding: 0;
	width: 365px;
	z-index: 1 !important;
}

.ui-draggable-dragging {
	cursor: move;
}

#legend .noScale {
	padding-bottom: 0;
	padding-top: 0;
}

#mapLabel,
#scale-settings h2,
#TimechartController h2,
#SatbaltykMessagePopupWrapper h2 {
	margin: 0;
	padding: 10px 15px 0;
	font-size: 12px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 1px;
}

#TimechartController h2 {
	background-color: #606067;
	padding: 8px 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.sidebar .ol-zoom {
	position: absolute;
	bottom: 294px;
	top: auto;
	left: 10px;
	padding: 0;
}

#sidebar-bottom-links {
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 300px;
	z-index: 2;
	padding: 5px 0;
	background-color: #fff;
	text-align: center;
}

#sidebar-bottom-links div {
	display: inline-block;
}

#sidebar-bottom-links div a {
	float: left;
	padding: 0 10px;
	color: #0167fc;
	font-size: 12px;
}

#sidebar-bottom-links div a:first-child {
	border-right: 1px solid #0167fc;
}

#sidebar-bottom-links div a:last-child {
	border-left: 1px solid #0167fc;
}

#legend .scale {
	position: relative;
	margin: 0 auto;
	width: 345px;
	padding-left: 20px;
}

#legend .scaleSettings {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
	margin: 0 0 0 10px;
	background-color: #424242;
	background-position: 3px 3px;
	cursor: pointer;
}

#legend .scaleSettings:hover{
	background-color: #666;
}

#legend .scaleSettings:active{
	background-color: #0267FD;
}

#legend .legendHide,
.settingsHide,
.timechartHide,
.messagePopupHide,
#scale-settings .legendHide {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 19px;
	height: 18px;
	background-position: -18px 0;
	cursor: pointer;
}

#legend .legendHide:hover,
.settingsHide:hover,
.timechartHide:hover,
.messagePopupHide:hover,
#scale-settings .legendHide:hover {
	background-color: #666;
}

#legend .legendHide:active,
.settingsHide:active,
.timechartHide:active,
.messagePopupHide:active,
#scale-settings .legendHide:active {
	background-color: #0267FD;
}


#legend .grid {
	float: left;
	position: relative;
	height: 6px;
	width: 25%;
	border-left: 1px solid #d1d5c8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#legend .gridVal {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	margin: 0 0 0 -10px;
	font-size: 9px;
	color: #d1d5c8;
	text-align: center;
}

#legend .gridValLast {
	left: 100%;
}

#legend .grid:last-child {
	border-right: 1px solid #d1d5c8;
}

#legend .scaleDescription {
	font-size: 9px;
	color: #d1d5c8;
	padding-right: 35px;
	margin-bottom: 5px;
}

#legend .mapTime {
	float: left;
	margin-left: -2px;
}

#legend .mapUnit {
	float: right;
	/*position: relative;*/
	/*top: -15px;*/
	/*left: 297px;*/
}

.dataInfo {
	font-size: 11px;
	color: #fff;
	padding: 5px 18px;
}

#map-settings {
	position: relative;
}

#map-controllers {
	position: absolute;
	left: 310px;
	bottom: 65px;
	width: 31px;
	height: 229px;
}

.slideUp {
	display: block;
	position: absolute;
	top: -26px;
	right: 0;
	width: 39px;
	height: 26px;
	background-color: #646464;
	background-position: 13px -19px;
	cursor: pointer;
}

.slideDown {
	 background-position: 13px -18px;
	-ms-transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
}

#view-modifiers {
	text-align: center;
}

#view-modifiers .icon {
	display: block;
	background-color: #555564;
	background-image: none;
	cursor: pointer;
	position: relative;
	border-bottom: 2px solid #424242;
}

#view-modifiers .icon span {
	width: 31px;
	height: 31px;
	display: block;
}

#view-modifiers i:last-child {
	margin-right: 0;
}

#view-modifiers input + i:hover {
	background-color: #555;
}

#view-modifiers .saveCanvas {
	border-bottom: 0;
}

#view-modifiers i:active,
#view-modifiers input + i:active,
#view-modifiers input:checked + i {
	background-color: #006AEE;
}

#view-modifiers label {
	position: relative;
}

#view-modifiers input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

#view-modifiers input:disabled + i {
	opacity: 0.4;
	cursor: not-allowed;
}

#map-projection,
#time-selection,
#scale_type_selection .select {
	display: block;
	background-color: #fff;
	padding: 6px 25px 0 0;
	text-align: center;
	font-size: 12px;
	margin: 0 10px;
	width: auto;
}

#scale_type_selection .select {
	width: 140px;
	padding-top: 0;
}

.selected:hover i{
	background-color: #545454;
	color:#fff;
}
.selected:active i {
	background-color: #0267FD;
	color:#fff;
}

#map-projection label,
#time-selection label {
	color: #555;
	vertical-align: top;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

.select .selectOptions {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	background-color: #fff;
	color: #555;
	min-width: 100%;
	z-index: 10;
	border: 1px solid #555;
}

.select .selectOptions span.active{
	color: white;
	background-color: #0167fc;
}


.sidebar .select .selectOptions {
  top:auto;
	bottom: 100%;
}

.calWrapper .select .selectOptions {
	bottom: auto;
	top: 100%;
}

#scale_type_selection .selectOptions, #map-projection .selectOptions {
	top: auto;
	bottom: 100%;
}

.selectOptions span {
	display: block;
	padding: 3px 15px;
	text-align: left;
	text-indent: 0;
	font-size: 13px;
}

.selectOptions span:hover {
	 background-color: #434343;
		color: white;
}

.selectOptions span:active{
	background-color: #006AEE;
	color: #fff;
}


.select,
.selectTime {
	position: relative;
	height: 24px;
	margin: 0 auto;
	text-indent: 10px;
	text-align: left;
	line-height: 21px;
	cursor: pointer;
	vertical-align: top;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #555;
	color: #555;
}

.calWrapper .select{
	height: 30px;
	z-index: 2;
}

.select .selected,
.selectTime .selected {
	height: 30px;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	line-height: 28px;
}

.selectTime .selected {
	text-indent: 3px;
}

#time-selection .selectTime {
	width: auto;
	padding: 0 30px;
	height: 32px;
}

.select i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #555;
}

.select i.active{
	background-color: #0167fc !important;
}

.select i.active span{
	background-position: -269px -25px;
}

.disabled.select i{
	background-color: rgb(235, 235, 228);
}

.disabled.select i:hover{
	background-color: rgb(235, 235, 228);
}


.select i span {
	display: block;
	width: 7px;
	height: 13px;
	background: url(../../img/common/sprite.png) -269px -5px no-repeat;
	margin: 7px auto 0;
}

.select .satbaltykEnhancedSelectArrowWrapper span {
	margin: 5px auto 0;
}

#TimechartController .select i span,
#map-feature-popup-products .select i span {
	margin-top: 5px;
}

#TimechartController .select i,
#map-feature-popup-products .select i {
	width: 24px;
}

.select:hover i{
	background-color: #555;
}

.select:active i {
	background-color: #0267FD;
}

.select:hover i span {
	background-position: -269px -25px;
}

#time-selection .iconRight,
#time-selection .iconLeft {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-right: 1px solid #555;
	border-left: 0;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

#time-selection .iconRight.active,
#time-selection .iconLeft.active{
	background-color: #0267FD;
}

#time-selection .iconRight.active:after,
#time-selection .iconLeft.active:after{
	background-position: -300px -34px;
}



#time-selection .iconLeft:after,
#time-selection .iconRight:after {
	display: block;
	position: relative;
	left: 10px;
	top: 4px;
	content: '';
	width: 10px;
	height: 20px;
	background: url('../../img/common/sprite_options.png') -300px 1px no-repeat;
}

#time-selection .iconLeft:after {
	-ms-transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
	 left: 9px;
	 top: 5px;
	 background-position: -300px 0;
}

#time-selection .iconRight {
	border-left: 1px solid #555;
	border-right: 0;
	left: auto;
	right: 0;
}

#time-selection i:hover {
	background-color: #555;
}

#time-selection i:hover:after {
	background-position: -300px -34px;
}

#time-selection i:active {
	background-color: #006AEE;
}

#time-selection .iconRight:hover:after {
	background-position: -300px -33px
}

.calWrapper .icon,
#time-selection-tc .icon {
		background: url('../../img/common/sprite_options.png') -337px 0 no-repeat;
}

#time-selection .selected {
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#time-selection-tc .iconRight,
#time-selection-tc .iconLeft,
.calWrapper .iconRight,
.calWrapper .iconLeft {
	width: 15px;
	height: 22px;
	display: inline-block;
}
.calWrapper .iconRight,
.calWrapper .iconLeft {
  z-index: 200;
}

#time-selection-tc .iconLeft,
.calWrapper .iconLeft  {
	-ms-transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
}

#time-selection {
	padding: 5px 0 15px;
}

.collapsed #time-selection {
	height: 0px;
	overflow: hidden;
	padding: 0;
}
.calWrapper p{
	font-size: 12px;
	color: #555;
}

.calWrapper .select {
	float: none;
	display: inline-block;
	width: 45%;
}

#ue-logo {
	background-color: #fff;
	padding: 0;
	text-align: center;
	float: right;
	height: 38px;
	overflow-y: hidden;
}

.sidebar #ue-logo {
	display: none;
}

.dragMap span {background-position: 6px -31px;}
.zoomMap span {background-position: -29px -28px}
.cloudLayer span {background-position: -152px -33px;}
.addPin span {background-position: -189px -28px;}
.adjustHeight span {background-position: -72px -28px;}
.adjustWidth span {	background-position: -109px -29px;}
.saveCanvas span {background-position: -232px -27px;}

.adjustWidth {
	margin-bottom: 20px;
}

.mobileVersion {background-image: url(../../img/common/mobile_version.png);
}

.desktopVersion {background-image: url(../../img/common/desktop_version.png);
}

.sideMenu{
	background-image: url(../../img/common/top_menu.png);
}

.topMenu{
	background-image: url(../../img/common/side_menu.png);
}

.versionIcon{
	width: 30px;
	height: 39px;
	display: block;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}


.clearfix:before,
.clearfix:after {
	 content: " ";
	 display: table;
}

.clearfix:after {
	 clear: both;
}

.clearfix {
	 *zoom: 1;
}

.animate-hide {
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  opacity: 1;
  height: auto;
}

.animate-hide.ng-hide {
  height: 0;
  opacity: 0;
  padding: 0 !important;
  overflow: hidden;
}

.time-cal {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 100;
	width: 327px;
	height: 440px;
}
.sidebar .time-cal {
	top: 170px;
	left: 20px;
}

#time-cal-tc {
	position: fixed;
	top: 0;
	left: 500px;
	z-index: 100;
	width: 327px;
	z-index: 9999;
}

#datepicker {
	margin-bottom: 15px;
}

.calWrapper {
	position: relative;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #555;
	text-align: center;
}

.time-cal .close,
#time-cal-tc .close {
	font-size: medium;
	position: absolute;
	top: 12px;
	right: 12px;
	font-style: normal;
	cursor: pointer;
	color: #555;
	width: 30px;
	height: 30px;
	text-align: center;
	background: url(../../img/common/close_icon.png) 0 0 no-repeat;
}


#time-cal-tc .close:hover,
.time-cal .close:hover {
	background-color: #525252;
	background-position: 0 -30px
}

#time-cal-tc .close:active,
.time-cal .close:active {
	background-color: #0167fc;
	background-position: 0 -30px
}

.calWrapper table {
	color: #555;
	width: 250px;
	margin: 20px auto 0;
	clear: both;
}

.calWrapper button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	background-color: #fff;
	color: #555;
	font-size: 16px;
	line-height: 2em;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
}

.calWrapper td button {
	padding: 0;
}

.calWrapper table thead small {
	font-size: 14px;
	color: #b0b0b0;
}

.calWrapper button[disabled],
.calWrapper .text-muted {
	color: #b0b0b0;
	font-weight: normal;
}

#map-feature-popup button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	background-color: #676767;
	color: #fff;
	font-size:12px;
	height: 24px;
	line-height: 20px;
	padding: 0 20px;
}

.calWrapper button[disabled]{
	color: #ccc;
	cursor: not-allowed;
}

.calWrapper button[disabled]:hover{
	color: #ccc;
	background-color: #fff;
}

.calWrapper .timeSelection {
	margin: 15px 0;
	font-size: 15px;
	color: #545454;
	font-family: 'open_sanssemibold';
}

.calWrapper .calButtons {
	padding-bottom: 5px;
}

.calWrapper .calButtons button {
	background-color: #434343;
	color: #fff;
}

.calWrapper .calButtons button:hover{
	background-color: #fff;
	border: 1px solid black;
	color: black;
}

.calWrapper .calButtons button:active{
	color:white;
	background-color: #006AEE;
	border: 0px;
}

.calWrapper .calButtons button.negativeButton{
	background-color: #fff;
	border: 1px solid #555;
	color: #555;
}

.calWrapper .calButtons button.negativeButton:hover {
	background-color: #434343;
	border: 1px solid #434343;
	color: #fff;
}

.calWrapper .calButtons button.negativeButton:active{
	color:white;
	background-color: #006AEE;
	border: 1px solid #006AEE;
}


.text-muted{
  color: transparent;
}
.calWrapper td .active:not(:disabled) {
	background-color: #006AEE;
	color: #fff;
}

.calWrapper td button:hover {
	background-color: #434343;
	color: #fff;
	border: 0px;
}

.calWrapper td button:active {
	background-color: #006AEE;
	color: #000;
}

.calWrapper select {
	font-size: 12px;
}

.noUi-horizontal {
	height: 5px;
}

.noUi-horizontal .noUi-handle {
	width: 19px;
	height: 19px;
	top: -9px;
	left: -10px;
	cursor: pointer;
}

#hours-slider {
	margin-top: 15px;
}

.slider{
	left: 25px;
}

.noUi-handle::after, .noUi-handle::before {
	top: 2px;
	left: 7px;
}

.noUi-handle::after {
	 left: 9px;
}

#map .ol-control button {
	background-color: #656574;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 31px;
	height: 31px;
	line-height: 29px;
	font-size: 30px;
	border-bottom: 2px solid #424242;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	outline: none;
}

#map .ol-control button.ol-zoom-out:active, #map .ol-control button.ol-zoom-in:active{
	background-color: #0267FD;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}





#map .ol-control button:hover {
	background-color: #555564;
}

canvas {
	background-color: #E0E0E0;
}

html {
	height: 100%;
}

.sidebar {
	height: 100%;
}

.sidebar #content {
	width: auto;
	height: 100%;
	position: relative;
}

.sidebar nav {
	position: relative;
	z-index: 2;
}

#map-container {
	left: 300px;
	right: 0;
	position: absolute;
	padding: 0;
	top: 0;
	bottom: 0;
}

#map {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.sidebar nav .loginRegister {
	float: none;
	border-bottom: 2px solid #818181;
	background-color: #646464;
}

.sidebar .products-list-ul {
	box-shadow: 0 0 0;
	border: 0;
	width: 440px;
}

.sidebar .products-list-ul .products-list-ul {
	width: 300px;
}

.langChange {
	float: right;
	top: 2px;
}

body:not(.sidebar) nav .container {
	float: left;
}

.sidebar nav .container > ul {
	clear: both;
	padding-left: 10px;
	position: relative;
}

.sidebar nav .container > ul li {
	padding: 15px 14px 15px 15px;
	font-size: 11px;
}

.sidebar nav .container > ul .group {
	cursor: default;
}

.sidebar .container > ul li ul {
	bottom: auto;
	top: 100%;
	left: -5px;
	position: absolute;
	width: 445px;
}

.sidebar .container > ul li {
	position: static;
}

.sidebar .container > ul ul li {
	float: none;
	display: block;
	position: relative;
}

.sidebar .container > ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.sidebar .container > ul ul ul ul {
	position: absolute;
	display: block;
	left: 0;
	top: 100%;
}

.sidebar footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 440px;
	z-index: 10;
}

#map-projection {
	float: none;
	padding: 10px 0 0;
	margin: 0;
}

.popupBox {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	margin: 0;
	background-color: #a4a4a4;
	z-index: 50;
	padding: 10px 0;
	box-shadow: 3px 3px 3px #ddd;
	text-align: right;
}

.sidebar .popupBox {
	width: 420px;
	box-shadow: 0 0 0;
	background-color: transparent;
}

.sidebar .popupBox div {
	text-align: right;
}

.sidebar #settings-box > div,
.sidebar #export-box > div {
	padding-right: 15px;
}

.sidebar #export-box > div {
	margin-top: 20px;
}

#settings-box h2,
.popupBox h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #e5e5e5;
	font-weight: bold;
}

.popupBox label {
	font-size: 12px;
	color: #fff;
}

#settings-box h3 {
	margin: 0;
	padding: 0 10px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	display: inline-block;
}

.sidebar #settings-box .settings-cb-group p {
	display: inline-block;
	margin: 0 5px;
}

.sidebar #settings-box .settings-cb-group {
	text-align: center;
}

.sidebar #settings-box {
	position: static;
}

.sidebar #settings-box > div {
	padding-right: 0;
}

#settings-box h3 {
	padding: 15px 0 5px;
	display: block;
	text-align: center;
}

#settings-box .select {
	text-indent: 0;
	text-align: center;
	height: auto;
}

.checkbox {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	position: relative;
	font-size: 12px;
}

.checkbox input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.checkbox input+label {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	color: #333;
	cursor: pointer;
}

.checkbox input+label:before {
	display: inline-block;
	width: 13px;
	height: 12px;
	background-color: #fff;
	content: '';
	margin: 0 5px 0 0;
	outline: 1px solid;
}

.checkbox input:checked+label:before {
	background: #fff url('../../img/common/checkbox-checked.png') 1px 0 no-repeat;
	outline: 1px solid;
}

#settings-box .select {
	margin: 0 auto;
	display: block;
}


#login-box p,
#export-box p {
	display: inline-block;
	margin: 0;
}

#login-box p, #export-box p {
	text-align: center;
	display: block;
	padding: 0 0 10px;
}

.sidebar #login-box p .medium {
	width: 235px;
}

.sidebar .popupBox label {
	padding-right: 15px;
}


#login-box input[type="submit"],
#register-box .submit input,
#export-box input[type="submit"],
.submitBtn,
#map-click-popup button,
#map-hover-popup button,
.timechart_table button,
.defaultButton,
.defaultButton:visited {
	background-color: #424242;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	margin: 0;
	display: inline-block;
	border: 0;
	font-size: 12px;
}

#map-click-popup button,
#map-hover-popup button {
	background-color: #fff;
	margin: 10px 0 0;
	color: #222;
}

#login-box input[type="submit"]:hover,
#register-box .submit input:hover,
#map-click-popup button:hover,
#map-hover-popup button:hover,
.submitBtn:hover,
.timechart_table button,
.defaultButton,
.defaultButton:visited {
	background-color: #434343;
	color: #fff;
}

#login-box input[type="submit"]:active,
#register-box .submit input:active,
#map-click-popup button:active,
#map-hover-popup button:active,
.submitBtn:active,
.defaultButton:active {
	background-color: #006AEE;
	color: #fff;
}

.defaultButton:hover {
	opacity: .9;
}

#map-hover-popup button:visited {
	background-color: #fff;
	color: #222;
}

#login-box label {
	display: block;
	line-height: 25px;
	padding: 0 0 0 5px;
	font-size: 12px;
	text-align: center;
	color: #424242;
}

#login-box .submit button {
	margin-left: 0;
}

a.defaultButton:hover {
	text-decoration: none;
	color: #fff;
}

#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#login-box input[type="email"],
#register-box input[type="email"],
#register-box input[type="password"],
#export-box input[type="text"],
#export-box input[type="email"],
#export-box select,
div.satbaltykEnhancedSelectContent,
div.satbaltykEnhancedSelectTitle {
	width: 180px;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	color: #666;
	text-indent: 5px;
	background-color: #fff;
	border: 1px solid #555;
}

#export-box{
	/*height: 352px;*/
	overflow-y: auto;
}

#login-box .submit {
	padding-top: 10px;
	text-align: center;
}

#export-box select {
	width: 164px;
	margin: 0 10px 0 5px;
	padding: 0 5px;
	height: 23px;
	line-height: 23px;
}

#export-box input[type="text"],
#export-box input[type="email"] {
	width: 160px;
	margin: 0 0 0 5px;
}

#login-box a {
	display: inline-block;
	color: #424242;
	font-size: 11px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
#login-box a:hover {
	text-decoration: underline;
}

.sidebar #login-box .resetPassLink,
.sidebar #login-box .registerLink {
	padding: 0 30px;
}

#forgot-pass {
	margin-right: 10px;
}

.submitForgot {
	padding: 20px 0 0;
	text-align: right;
}

#register-box .wrapper {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1200px;
}

.sidebar #register-box .wrapper {
	padding: 0;
}

#register-box p,
#register-box .submit {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 10px;
	float: right;
}

#register-box form p {
	width: 50%;
	float: left;
	margin-bottom: 15px;
	text-align: left;
}

#register-box form .interests,
#register-box form .interests label {
	float: none;
	clear: both;
	display: block;
	width: auto;
}

#register-box .capt,
#register-box .capt label {
	clear: both;
	width: 100%;
	float: none;
}

#register-box .capt label {
	text-align: center;
	padding-bottom: 5px;
}

.sidebar #register-box .submit {
	display: block;
	margin: 25px auto;
	float: none;
	text-align: center;
}

#register-box label {
	display: block;
	text-align: left;
}

#register-box #registerForm {
	padding: 0 10px 5px;
}

#register-box #registerForm input {
	width: 120px;
	margin: 0;
}

#register-box #registerForm .interests input {
	width: 240px;
	display: block;
	float: none;
}

#register-box #registerForm p:nth-child(odd) input,
#register-box #registerForm p:nth-child(odd) label {
	margin-left: 5px;
}

.sidebar #register-box #registerForm #UserCaptcha {
	width: 70px;
}

#registerForm .captchaImg {
	margin-right: 10px;
}

#map .ol-scale-line {
	top: 8px;
	right: 20px;
	left: auto;
	z-index: 10;
	background-color: transparent;
}

#map .ol-scale-line-inner {
	color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
}

.sidebar #map .ol-scale-line {
	bottom: auto;
}

#scale-settings {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #303030;
	z-index: 1000;
	padding: 5px 10px 10px;
	margin-left: -365px;
	margin-top: -70px;
}

.scaleForm {
	background-color: #fff;
	width: 720px;
	margin: 10px 0 0;
	padding: 15px 10px 10px;
}

#scale-settings p {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding-right: 15px;
}

#scale-settings input[type="text"] {
	width: 35px;
	border: 1px solid #424242;
	text-align: center;
}

#scale-settings input[type="number"]{
	border: 1px solid #424242;
	text-align: center;
}

#scale-settings label {
	padding-right: 10px;
}

#scale-settings .legendHide {
	top: 7px;
}

.scaleForm button {
	background-color: #fff;
	color: #555;
	border: 1px solid #555;
	float: right;
	padding: 0 15px;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
}

.scaleForm button:hover{
	color: #fff;
	background-color: #555;
	border: 1px solid #555;
}

.scaleForm button:active{
	color: #fff;
	background-color: #0267FD;
	border: 1px solid #0267FD;
}

#ExportForm {
	color: #333;
	font-size: 13px;
}

#ExportForm > div {
	margin: 0 0 10px;
	text-align: right;
}

#ExportForm .submit {
	text-align: right;
	padding: 10px 0 0;
}

body:not(.sidebar) #ExportForm {
	padding: 10px;
}

body:not(.sidebar) #ExportForm p {
		text-align: right;
		display: block;
		padding: 0 0 10px;
		margin: 0;
}

.ExportLayerName {
	padding-right: 60px;
}

.tooltip-main{
  display: none;
}

.calendar{
	position: relative;
	top: 0;
	left: 0;
	padding: 15px;
	z-index: 100;
	width: 240px;
	height: 300px;
}

.mainCal .slider{
	left: 0;
}

.calWrapper td button.dt-forecast{
    color: #fff;
    background-color: green;
    border-color: green;
}

.calWrapper td button.dt-forecast.active{
	background-color: #006AEE !important;
}

.dt-forecast .active span{
	color: #fff !important;
}

#save-canvas{
	position: fixed;
	left: 450px;
	top: 100px;
	background-color: #606067;
	color: white;
	display: block;
	text-decoration: none;
}

#sb-logo{
	position: fixed;
	right: 0;
	bottom: 41px;
}

#partner-logo {
	position: fixed;
	right: 81px;
	bottom: 41px;
}

#partner-logo > img {
    max-width: 93px;
}

.loginRegister i{
	width: 11px;
	height: 22px;
	display: inline-block;
}

header p .toggleMenu {
	position: relative;
	width: 22px;
	height: 26px;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	float: right;
	background-color: #fff;
	/*background-position: -14px -39px;*/
}

header p .toggleMenu:after {
	left: 50%;
	margin-left: -1px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(85, 85, 85, 0);
	border-left-color: #555;
	border-width: 4px;
	margin-top: -5px;
}

header p .toggleMenu:hover:after {
	border-left-color: #fff;
}

header p .toggleMenu:hover{
		background-color: #555;
}

header p .toggleMenu:after:active{
	border-left-color: #fff;
}

header p .toggleMenu:active{
	background-color: #0267FD;
}



header p .rotateClk:after {
	border-color: rgba(85, 0, 85, 85);
}

nav p .toggleMenu:hover {
	background-color: #f8f8f8;
}

p .iconLeft{
		background-position: -20px -47px;
}

/* Specify styling for tooltip contents */
.tooltip.sbTooltip .tooltip-inner {
    color: #333;
    background-color: #fff;
    border: solid 1px #000;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 0;
		z-index: 200;

}
/* Hide arrow */
/*.tooltip.sbTooltip .tooltip-arrow {
    border-top-color: #fff;
    color: #fff;
}*/


#homepage_login_login {
	padding: 10px 0;
	color: #373737;
	cursor: pointer;
	font-size: 11px;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6414bdd65cc420596a71)
 * Config saved to config.json and https://gist.github.com/6414bdd65cc420596a71
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
	border: 1px solid transparent;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.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: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
#alerts-notifier {
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	border: 3px solid #605F64;
	left: 300px;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #555;
}
.alert-content {
	padding: 7px 0;
	margin: 0;
	margin-right: 30px;
	min-height: 1em;
}
.alert-content .close {
	position: absolute;
	bottom: 6px;
	right: 8px;
	display: block;
	width: 19px;
	height: 18px;
	font-style: normal;
	cursor: pointer;
	background-position: -18px 0;
	filter: invert(100%);
	-ms-filter: invert(100%);
	-moz-filter: invert(100%);
	-webkit-filter: invert(100%);
}

.alert-content .close:hover{
	color: #fff;
	background-color: #555;
}

.alert-content .close:active{
	color: #fff;
	background-color: yellow;
}

.alert-content > div {
	margin-right: 1	0px;
}

#show-diff-alert{
	font-size: 12px;
	width: 25%;
	float: left;
	text-align: center;
}

.sidebar #show-diff-alert {
	float: none;
	padding: 5px 10px 10px;
	text-align: center;
	display: block;
	width: auto;
	line-height: 1.2;
	color: #c00;
}
.color-error{
	display: block;
	color: red;
}
.projection-selected{
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

#logo-header .slideSwitcher {
	margin: 0;
	position: absolute;
	top: 0;
	left: 301px;
	z-index: 10;
}

#logo-header .header-menu {
	float: left;
	margin-left: 10px;
}

/* Logo styles */
.sidebar #logo-header {
	position: relative;
	border-bottom: 2px solid #d6d6d6;
}

.logo {
	display: none;
}

.logo i {
	display: block;
	width: 100%;
	background-image: url('../../img/common/logos.png');
	background-position: 9px -3px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 280px auto;
	height:65px;
}

.logo .en {
		background-position: 10px -65px;
}

.sidebar .logo {
	display: block;
	width: 300px;
	height: 90px;
}

#consortiumers {
	float: right;
	padding: 2px 3px;
	margin-right: 15px;
	font-size: 12px;
	color: #555;
	cursor: pointer;
}

#consortiumers:hover{
	color: white;
	background-color: #555;
}

#consortiumers:active{
		background-color: #0267FD;
		color: white;
}

.header-menu {
	height: 20px;
}

.header-menu span{
	/*padding: 15px 25px;*/
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	float: right;
}

.mg-lf-20{
	margin-left: 20px;
}
.mg-rt-20{
	margin-right: 20px;
}

.pd-tp-10{
	padding-top: 10px;
}
.panel-body{
	background-color: #fff;
}

.tab {
	float: left;
	height: 32px;
	line-height: 32px;
}

nav .tab {
	position: relative;
	width: 115px;
	background-color: transparent;
	cursor: pointer;
	text-align: center;
}

nav .tab span{
	color: #000;
}

nav .tab.active span{
	color: #fff;
}

#sidebar-col nav .tab:hover{
	background-color: #656574;
}

nav .tab:active {
	background-color: #006AEE;
}

.tab:after {
	display: block;
	position: relative;
	width: 115px;
	text-align: center;
}

#sidebar-col .tab:after {
	display: none;
}

.tab.active:after {
	color: #fefefe;
	background-color: #555;
}

#sidebar-col .tab {
	width: 58px;
	float: left;
	height: 35px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-bottom: 0;
	margin-left: 2px;
}
.tab-content{
	width: 300px;
}
#UserProfileInterest{
	float: right;
}

#loginForm,
#forgotPasswordForm {
	padding: 20px 10px;
}

#forgotPasswordForm div {
	text-align: center;
}

.w-80{
	width: 80px;
}

#sidebar-col .products {
	background-image: url(../../img/desktop/product_icon.png);
	background-position: 1px -1px;
	width: 118px;
	margin-left: 0;
}

#sidebar-col .products.active,
#sidebar-col .products:active,
#sidebar-col .products:hover {
	background-position: 1px 33px;
}

#sidebar-col .export {
	background-image: url(../../img/desktop/eksport_icon.png);
	background-position: -7px -1px;
}

#sidebar-col .export.active,
#sidebar-col .export:active,
#sidebar-col .export:hover{
	background-position: -7px -38px;
}

#sidebar-col .settings{
	background-image: url(../../img/common/menu-icons.png);
	background-position: -122px -37px;
}

#sidebar-col .settings.active,
#sidebar-col .settings:active,
#sidebar-col .settings:hover{
	background-position: -122px 0;
}

#sidebar-col .login {
	background-image: url(../../img/common/menu-icons.png);
	background-position: 177px -40px;
}

#sidebar-col .login.active,
#sidebar-col .login:active,
#sidebar-col .login:hover{
	background-position: 177px -78px;
}

#sidebar-col .register {
	background-image: url(../../img/common/menu-icons.png);
	background-position: 56.5% 90%;
}

#sidebar-col .register.active,
#sidebar-col .register:active,
#sidebar-col .register:hover {
	background-position: 56.5% 2%;
}

.sidebar .home {
	background-image: url(../../img/common/menu-icons.png);
	background-position: 84.5% 96%;
}

.sidebar .home:active,
.sidebar .home:hover{
	background-position: 84.5% 2%;
}

#sidebar-col .logout{
	background-image: url(../../img/common/menu-icons.png);
	background-position: 43% 89%;
}

#sidebar-col .logout.active,
#sidebar-col .logout:active{
	background-position: 43% 2%;
}

#sidebar-col .my-account{
	background-image: url(../../img/common/menu-icons.png);
	background-position: -425px -40px;
}

#sidebar-col .my-account:hover{
	background-position:-425px 0;
}

#sidebar-col .my-account.active,
#sidebar-col .my-account:active{
	background-position:-425px 0;
}

#sidebar-col .tab.active{
	background-color: #0167fc;
}

.tab-group-line{
	width: 100%;
	height: 2px;
	background: #545454;
	overflow: hidden;
	clear: both;
}
.offsetTab{
	margin-left: 2.4px;
}

#register-box{
	padding-top: 20px;
}
.panel-heading{
	padding: 0px;
}

.scrollMe {
	/*max-height: 320px;*/
	overflow-y: auto;
	margin-bottom: 10px;
}

.container .panel-heading{
	padding: 0px;
	padding-bottom: 5px;
	border-radius: 0px;
}

.accordion-toggle:hover, .accordion-toggle:focus{
	text-decoration: none;
}

.accordion-toggle {
	position: relative;
	padding-left: 20px;
}

.accordion-toggle:before{
		color:blue;
		content: "+";
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 1em;
	}
.accordion-open:before{
	content: "-";
}

.container .panel-body{
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}

.panel-title .text-muted{
	color: #AFAFAF;
	cursor: not-allowed;
}

.logged-as{
	clear: both;
	font-size: 12px;
	display: inline;
	line-height: 32px;
}

.sidebar .logged-as {
	display: block;
	overflow: hidden;
	width: 280px;
	line-height: 20px;
	white-space: nowrap;
}
.logged-as p {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inactive{
	background-color: #909090;
}

header .iconLeft{
	 -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#timechart_product1ChartMinValue.error,
#timechart_product2ChartMinValue.error,
#timechart_product1ChartMaxValue.error,
#timechart_product2ChartMaxValue.error {
	background: #EEB4B4;
}
#time-cal-tc .defaultButton{
	margin-left: 0;
}

.marquee {
  height: 16px;
  width: auto;
  overflow: hidden;
  position: relative;
}

.marquee div {
	white-space: nowrap;
  display: inline-block;
  height: 19px;
  position: absolute;
  overflow: hidden;

}

.marquee span {
	margin-left: 20px;
}

.exportButton {
	float: left;
	display: inline-block;
}

.select .export-formats-button {
		background-color: #434343;
		color: #fff;
		width: auto;
		height: 22px;
		line-height: 22px;
		padding: 0 45px;
		display: block;
		cursor: pointer;
		font-size: 12px;
		text-align: center;
}

.ttCell .ttChartWrapper .exportSelect {
	width: auto;
	text-indent: 0;
}

.export-formats-button:hover {
	background-color: #555;
}

.export-formats-button:active {
	background-color: #006AEE;
}

.break-word{
	word-wrap: break-word;
}

#exportMonthsContainer.selectOptions{
	top: auto;
	bottom: 100%;
}

.select.monthSelect{
	width: 140px;
	float: left;
	margin-right: 19px;
}

.select.yearSelect{
	width: 95px;
	float: left;
}
.sliderWrapper > div{
	padding-top: 3px;
}

.submit input[type="submit"]{

}

.numberInput{
	width: 50px;
}
.scale_type{
	width: 135px;
}
.inlBlock{
	display: inline-block;
}

span[disabled="disabled"]{
	background-color: rgb(235, 235, 228);
	color: #929292;
}

span[disabled="disabled"].select i{
	background-color: rgb(235, 235, 228);
}

.scaleForm input[disabled="disabled"]{
	color: #929292;
}

.block-ui-message{
	position: relative;
	border-radius: 0;
	background-color: #fff;
	color: #333;
	border: 2px solid #555;
	padding: 20px;
	width: 240px;
	height: 150px;
	text-align: center;
	line-height: 1;
	background-size: 50px;
	background-position: center center;
	font-size: 16p;
	font-weight: normal;
}

.block-ui-message p{
	margin: 0;
}
.cancelTimechart{
	position: absolute;
	top:60%;
	left: 48%;
}

.cancelTimechart:hover{
	color:white;
	background-color: #545454;
}

.cancelTimechart:active{
	color: white;
	background-color: #0267FD;
}

.block-ui-message .cancelTimechart {
	font-size: 12px;
	position: absolute;
	background-color: #555;
	color: #fff;
	display: block;
	width: 80px;
	bottom: 15px;
	top: auto;
	left: 50%;
	margin-left: -40px;
	height: 23px;
	line-height: 23px;
	padding: 0;
}

.calWrapper button.highligh-today, .calWrapper button.highligh-today:hover {
	background-color: #fcefa1;
}

.satbaltykEnhancedSelectTitle.disabled{
	background-color: rgb(235, 235, 228);
}

.redLabel{
	color: #ff0909;
}

.blueLabel{
	color: #00f;
}

.timechartForm .aggregation_label{
	font-size: 12px;
	width: 25%;
	text-align: right;
}

#timechart_aggregation_title{
	width: 75%;
	float: right;
}

.m-l-2{
	margin-left: 2%;
}

.accordion-toggle:hover{
	color: rgb(255,255,255);
}
