html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	/*padding-top: 70px;*/
}

#maps
{
	width: 100%;
	height: 100%;
	z-index:0;
}
/*
.promindo-logo
{
	width: 131px;
	height: 60px;
	float: right;
	position: fixed;
	margin: 10px;
	z-index: 1000;
	background-image: url('../img/promindo-logo-small.png');
}
*/

.promindo-logo
{
	margin: 60px 0px 0px 10px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
	width: 131px;
	height: 60px;
	z-index: 1000;
	/*background-image: url('../img/promindo-logo-small.png');*/
}

.satprime-logo
{
	margin: 10px;
    left: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
	width: 78px;
	height: 20px;
	z-index: 1000;
	/*background-image: url('../img/satprime.png');*/
}

#ajaxloading, #ajaxloading_ajax, #ajaxloading-ajax, #showlegendloading
{
	display:none;
}

.filterdata,
.filterdata-header
{
	list-style:none;
}

.filterdata-header
{
	margin-top:20px;
}

.vesselicon {
	background-repeat:no-repeat;
	background-position: 0px 1px;
	padding-left: 30px;
}

.vesselicon-blue {
	background-image:url(../img/vessel3/90-iblue.png);
}

.vesselicon-gray {
	background-image:url(../img/vessel3/90-igray.png);
}

.vesselicon-green {
	background-image:url(../img/vessel3/90-igreen.png);
}

.vesselicon-purple {
	background-image:url(../img/vessel3/90-ipurple.png);
}

.vesselicon-red {
	background-image:url(../img/vessel3/90-ired.png);
}

.vesselicon-yellow {
	background-image:url(../img/vessel3/90-iyellow.png);
}

.vesselicon-brown {
	background-image:url(../img/vessel3/90-ibrown.png);
}

#full-width
{
	background:#fff;
}

.ui-autocomplete-loading {
	margin-right: 5px;
    background: white url('../img/loading/loading1.gif') right center no-repeat;
}

#seacrhvesel, .ui-autocomplete
{
	z-index: 1000;
}
.ui-autocomplete {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ui-menu .ui-menu-item {
font-size: 12px;
}

.ui-menu .ui-menu-item a:hover{
	color: #fff;
	background: #0097cf;
	border-radius: 0px;
	-moz-border-radius: 0px;
}


#mapToolbar
{
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1000;
	margin: 8px 10px 10px 10px;
	right: 50px;
}

#mapToolbar input[type="checkbox"]
{
    display:none;
}

#measureDistance-dialog
{
	display:none;
}

#mapToolbar input[type="checkbox"] + label
{

    display:inline-block;
    width:27px;
    height:27px;
    margin: auto 4px;
    vertical-align:middle;
	background: rgba(0, 60, 136, 0.5) url(../img/icons/ruler-16x16.png) left top no-repeat;
	background-position: center center;
    cursor:pointer;
	border: #d3e3e3 3px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mapToolbar input[type="checkbox"] + label:hover, #mapToolbar input[type="checkbox"]:checked + label:hover
{
	background: rgba(0, 60, 136, 0.7) url(../img/icons/ruler-16x16.png) left top no-repeat;
	background-position: center center;
}

#mapToolbar input[type="checkbox"]:checked + label
{
	background: rgba(0, 60, 136, 0.1) url(../img/icons/ruler-16x16.png) left top no-repeat;
	background-position: center center;
}

.glyphicon-custom
{
	width:27px;
	height:27px;
	display: inline-block;
	padding:-10px;
	margin:-4px -8px -8px -8px;
	background: rgba(0, 60, 136, 0.1) url(../img/icons/maptools_24_white.png) left top no-repeat;
}

.glyphicon-hand
{
	background-position: -71px;
}

.glyphicon-polygon-area
{
	background-position: -22px;
}

.glyphicon-compasser
{
	background-position: -47px;
}

.glyphicon-ruler
{
	background-position: 2px;
}

.weather-color-scale{
	position: absolute;
	width: 300px;
	height: 26px;
	z-index: 1001;
	margin: 8px 10px 10px 10px;
	bottom: 20px;
	right: 50px;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 10px;
/*  	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.50);
  	border-radius: 5px;*/
}