html, body, map-canvas { 
   height: 100%; 
   font-family: Roboto;
   padding:0px;
   margin:0px;
   font-size: 0.9em;
   overflow:hidden;
   
	min-width:664px;
}
a,button,h1,h2,h3,h4,h5,h6,ol,p,ul,th{
margin:0;
padding:0;
border:0;
outline:0;
font:inherit;
vertical-align:baseline;
background:transparent;
list-style:none
}
h1{
   font-size: 1.7em;
   font-weight:bold;
}
h2{
	font-size: 1.4em;
	font-weight:bold;
	position:relative;
	bottom:2px;
}
h3{
   font-size: 1.2em;
   font-weight:bold;
}
.alignLeft{
	float:left;
}
.alignRight{
	float:right;
}
.resetAlign{
	clear:both;
	width:100%;
	height:1px;
	background-color:black;
	position:relative;
	top:1px;
}
.separate{
	padding-top:15px;
}
.small{
	font-size: 0.75em;
	position:relative;
	top:6px;
}
.visible{
	display:block;
}
.invisible{
	display:none;
}
table{
	border-collapse:collapse;
	border-spacing: 0;
	width: 100%;
}
table,th, td{
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
	padding:2px;
}
button::-moz-focus-inner,input::-moz-focus-inner{
margin:0;
padding:0;
border:0
}
button,input{
color:inherit
}
input::-ms-clear{
display:none
}
input{
	background-color: transparent;
	border-radius: 5px;
	border: 0px solid #dddddd;
	text-align:center;
	color:#3a84df;
}
select{
	background-color: transparent;
	border: 0;
	border-radius: 2px;
	color:#3a84df;
}
.inputs{
	padding:0;
}
.weightAndFuelInputs{
	width:100%;
	height:100%;
	padding:0px;
}
.titleSummary{
	color:#B6B6B4;
	position:relative;
	top:2px;
}
a{
cursor:pointer;
text-decoration:none;
outline:none
}
.pointer{
	cursor:pointer;
}
a,a:link,a:visited,a:active{
color:#3a84df
}
a:hover{
text-decoration:none
}
hr{
background:#e6e6e6;
border:none;
height:1px;
margin:8px 0
}
#omnibox-div{
	position:absolute;
	top:15px;
	left:32px;
	height: 32px;
	width: 400px;
	z-index:10;
	vertical-align: top;
	-webkit-transition:left 0.5s;
	transition:left 0.5s;
	background-color:rgba(255,255,255,0.96);
	border-right: 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 

#pac-input{
	height:32px;
	margin-left:32px;
	border-right: 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 11px 0 13px;
	width: 400px;
	vertical-align: top;
	text-align:left;
	color:black;
	font-size: 15px;
	line-height: 20px;
	font-family: Roboto;
	text-overflow: ellipsis;
	font-weight: 300;
	-webkit-transition: box-shadow 200ms cubic-bezier(0.52,0,0.48,1);
	transition: box-shadow 200ms cubic-bezier(0.52,0,0.48,1);
	/*box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);*/
		-webkit-transition:left 0.5s;
	transition:left 0.5s;
	background-color:#fff;
	border-right: 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index : 91;
	z-index : 91;
	margin-right:0px;
	border:1px solid #fff;
	border-right:0px;
	opacity:0.85;
	filter: alpha(opacity=85);
	
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

#pac-input:focus {
	border:1px solid;
	border-color: #4d90fe;	
	opacity:1;
	filter: alpha(opacity=100);
	/*margin-left: 31px;
	padding-left: 14px;  /* Regular padding-left + 1. */
	/*width: 399px;*/
}


#pac-input:hover {
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
}

#pac-input.opaque {
	opacity:1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
		
}

.pac-container {
	font-family: Roboto;
	z-index:90;
}

#searchButton {
	height:32px;
	width: 72px;
	z-index: -1;
	
	margin-left:0px;
	border-radius: 0 2px 2px 0;
}
.blue-button{
	background-color: #4d90fe;
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	border: 0;
	text-align: center;
	vertical-align: top;
	border-radius: 2px 2px 2px 2px;
	
	color: rgb(255, 255, 255);
	cursor: default;
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
		
}
.blue-button:hover{
	background-color: #357ae8;
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
}
.blue-button:active{
	-webkit-box-shadow: inset 2px 0 6px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 2px 0 6px -1px rgba(0,0,0,0.3);
	box-shadow: inset 2px 0 6px -1px rgba(0,0,0,0.3);
}	

.blue-button:focus{
	border: 1px solid rgb(77, 144, 254);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	outline: none;
}

.blue-button:active:focus{
	border: 1px solid rgb(77, 144, 254);
	-webkit-box-shadow:inset 2px 0 6px -1px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 2px 0 6px -1px rgba(0,0,0,0.3);
	box-shadow:inset 2px 0 6px -1px rgba(0,0,0,0.3);
	outline: none;
}


.blue-button.map-controls:hover{
	background-color: #357ae8;
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
}
.blue-button.map-controls:active{
	-webkit-box-shadow: 0  2px 6px rgba(0,0,0,0.3),inset 2px 0 6px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0  2px 6px rgba(0,0,0,0.3),inset 2px 0 6px -1px rgba(0,0,0,0.3);
	box-shadow: 0  2px 6px rgba(0,0,0,0.3),inset 2px 0 6px -1px rgba(0,0,0,0.3);
}	

.blue-button.map-controls:focus{
	border: 1px solid rgb(77, 144, 254);
	-webkit-box-shadow: 0  2px 6px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0  2px 6px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.5);
	box-shadow: 0  2px 6px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.5);
	outline: none;
}

.blue-button.map-controls:active:focus{
	border: 1px solid rgb(77, 144, 254);
	-webkit-box-shadow:0  2px 6px rgba(0,0,0,0.3),inset 2px 0 6px -1px rgba(0,0,0,0.3);
	-moz-box-shadow:0  2px 6px rgba(0,0,0,0.3),inset 2px 0 6px -1px rgba(0,0,0,0.3);
	box-shadow:0  2px 6px rgba(0,0,0,0.3),inset 2px 0 6px -1px rgba(0,0,0,0.3);
	outline: none;
}
#loupe{
	background: url(../img/loupe.png);
	background-size: 17px;
	content: "";
	display: block;
	height: 17px;
	margin: 0 auto;
	width: 17px;
	z-index:50;
	color:white;
}
#map-canvas {
	background-color:#E5E3DF;
	margin:auto;
	width:100%;
	margin:0;
	padding:0;
	height:100%;
	min-height:300px;
}
#leftPanel-div {
	position:absolute;
	top:63px;
	bottom:30px;
    overflow-x: auto;
	
	/*right:32px;*/
	width:472px;
	z-index:12;
	background-color:white;
	padding-left:15px;
	padding-right:18px;
	padding-top:10px;
	padding-bottom:10px;
	
	-webkit-transition:left 0.5s;
	-moz-transition:left 0.5s;
	transition:left 0.5s;
	background-color:white;
	border-radius: 2px 2px 2px 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
	background-color:rgba(255,255,255,0.96);
	
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
}
.leftPanel-div-visible{
	left:32px;
}
.leftPanel-div-hidden{
	left:-454px;
}
#toggleLeftPanel{
	position:absolute;
	right:18px;
	top:9px;
	z-index:13;
}
#settingsPanel-div1 {
	text-align:left;
	overflow:visible;
	
	position:absolute;
	top:15px;
	right:140px;/*69*/
	width:492px;/*600*/
	height:32px;
	z-index:18;
	/*padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;*/
	
	vertical-align: top;
}

#settingsPanel-div {
	text-align:left;
	/*overflow:hidden;*/
	
	position:absolute;
	top:15px;
	right:140px;/*69*/
	width:492px;/*600*/
	height:32px;
	z-index:18;
	background-color:white;
	/*padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;*/
	background-color:rgba(255,255,255,0.96);
	
	border-radius: 2px 2px 2px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
}

#rightPanel-div {
	text-align:left;
    overflow-x: auto;
	
	
	position:absolute;
	top:63px;
	width:600px;
	bottom:30px;
	z-index:15;
	background-color:white;
	padding-left:18px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(255,255,255,0.96);
	
	-webkit-transition:right 0.5s;
	-moz-transition:right 0.5s;
	transition:right 0.5s;
	border-radius: 2px 2px 2px 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
}
.rightPanel-div-visible{
	right:32px;
}
.rightPanel-div-hidden{
	right:-582px;
}
#toggleRightPanel{
	position:absolute;
	right:18px;
	top:9px;
	z-index:13;
}
#debug-div {	
	position:absolute;
	left:100px;
	right:100px;
	height:600px;/*300px*/
	z-index:15;
	
	-webkit-transition:bottom 0.5s;
	-moz-transition:bottom 0.5s;
	transition:bottom 0.5s;
}
#debug-div-content{
	width:100%;
	position:absolute;
	top:20px;
	bottom:0px;
	left:0px;
	text-align:left;
    overflow-x: auto;
	font-size: 0.8em;
	/*padding:0px;
	padding-left:15px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	*/
	background-color:white;
	border-radius: 2px 2px 2px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;

	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	
	padding:15px;
}
#debug{
}
.debug-div-visible{
	bottom:20px;
}
.debug-div-hidden{
	bottom:-580px;/*-280*/
}
#debug-div-link{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:20px;
	padding-left:50px;
	/*color:#87AFC7;*/
	color:rgba(135,175,199,0.5);
}

#inputs-div {
	width:100%;
}
#aircraftSelect{
	width:150px;
}
#weights-div {
	width:100%; 
	margin:0px;
}
.tablePaxUnselected{
	background-color:#E6E6E6;
}
.tablePax1.
#aircraftSelect {
	width:100%; 
}


.tableBar{
	border-spacing:0;
	padding:0;
    overflow: hidden;
	text-overflow:clip;
}

#loadBarDiv{
	height:15px;
	margin-top:5px;
}

#paxBar{
	text-align:center;
    overflow: hidden;
	width:100%;
}
#bagBar{
	text-align:center;
    overflow: hidden;
	width:0%;
}
#gasKgBar{
	text-align:center;
    overflow: hidden;
	white-space: nowrap;	
	text-overflow:clip;
	width:0%;
}

#gasBarDiv{
	height:15px;
	margin-top:5px;
}
#gasLBar{
	text-align:center;
    overflow: hidden;
	width:100%;
}
#gasAddlLBar{
	text-align:center;
    overflow: hidden;
	width:0%;
}
#gasEmptyBar{
	text-align:center;
    overflow: hidden;
	white-space: nowrap;	
	text-overflow:clip;
	width:0%;
}
.load{	
	background-color: #ACC6F3;
	/*background-color: #737CA1;former Bags*/
    font-size: 11px;
	color: #FFFFFF;

}
.fuel{
	background-color: #FFC87F;
	/*background: #F87217;*/
    font-size: 11px;
	color: #FFFFFF;
}
.empty{
	background-color: white;
    font-size: 11px;
	color: #FFFFFF;
}

.left-align-bar{
	float:left;
	padding-left:5px;
}
.right-cell-bar{
	width:100%;	
	white-space: nowrap;	
	text-overflow:clip;
}
#fplnDiv{
	width:100%; 
}
#settings-aircraft-div{
	
}
.opacityFull{
	opacity:1;
}
.opacityLight{
	opacity:1;/*0.3*/
}
.iconSettings{
	border:1px solid white;
	margin:0px;
	float:left;
}
.iconSettingsContainers{
	float:left;
}
#divMapTypesIcons{
	opacity:1;
}
#divMapTypesIconsExtension{
	position:absolute;
	top:28px;/*31*/
	left:0px;
	width:32px;
	height:192px;/*128px*/
	background:rgba(255,255,255,0.5);
	margin:0px;
	border:0px;
	padding:0px;
	z-index:2;	
}
#divMapTypesIconsMouseoverarea{
position:absolute;
	top:35px;
	left:-40px;
	right:-40px;
	top:-3px;
	bottom:-40px;
	background:rgba(255,255,255,0);
	margin:0px;
	border:0px;
	padding:0px;
	z-index:-1;
}

.widget-zoom {
	background-clip: padding-box;
	height: 57px;
	width: 29px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	z-index: 0;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.widget-zoom-button-divider {
	background-color: rgb(90%,90%,90%);
	width: 1px;
	display:block;
	height: 20px;
	top:5px;
	bottom:5px;
	z-index: 3;
	-webkit-transition-duration: 0.16s;
	-webkit-transition-property: background-color;
	-webkit-transition-timing-function: ease-out;
	transition-duration: 0.16s;
	transition-property: background-color;
	transition-timing-function: ease-out;
}
#shareButton{
	margin-right:32px;
	margin-left:8px;
	width:54px;
	height:32px;
	line-height: 32px;
	z-index: 15;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0)!important;
	-ms-box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0)!important;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0)!important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0)!important;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #3d9400;
	background-image: -webkit-linear-gradient(top,#3d9400,#398a00);
	background-image: -moz-linear-gradient(top,#3d9400,#398a00);
	background-image: -ms-linear-gradient(top,#3d9400,#398a00);
	background-image: linear-gradient(top,#3d9400,#398a00);
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	min-width: 54px;
	padding: 0 8px;
}
#shareButton:hover{
	background-color: #368200;
	background-image: -webkit-linear-gradient(top,#3d9400,#368200);
	background-image: -moz-linear-gradient(top,#3d9400,#368200);
	background-image: -ms-linear-gradient(top,#3d9400,#368200);
	background-image: linear-gradient(top,#3d9400,#368200);
	text-shadow: 0 1px rgba(0,0,0,0.3);
}
#shareButton:active{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	background:#368200;
}	
#shareButton:focus{
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	outline: rgba(0,0,0,0) 0;
	background-color:#3d9400;
	background-image: -webkit-linear-gradient (top,#3d9400,#398a00);
	background-image: -moz-linear-gradient (top,#3d9400,#398a00);
	background-image: -ms-linear-gradient (top,#3d9400,#398a00);
	background-image: linear-gradient (top,#3d9400,#398a00);
	color:#fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
}
#shareButton:active:focus{
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	outline: rgba(0,0,0,0) 0;
	background-color:#368200;
	background-image: -webkit-linear-gradient (top,#3d9400,#368200);
	background-image: -moz-linear-gradient (top,#3d9400,#368200);
	background-image: -ms-linear-gradient (top,#3d9400,#368200);
	background-image: linear-gradient (top,#3d9400,#368200);
	text-shadow: 0 1px rgba(0,0,0,0.1);
}
#opaqueBackground{
	opacity:0.8;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background:#fff;
	z-index:1000;
}
#popup{
	top:20%;
	left:30%;
	right:30%;
	bottom:20%;
	z-index:1001;
	line-height: 18px;
	background-color: #fff;
	background: #fff;
	border: 1px solid #acacac;
	position: absolute;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 4px 16px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 4px 16px;
	-ms-box-shadow: rgba(0,0,0,.2) 0 4px 16px;
	box-shadow: rgba(0,0,0,.2) 0 4px 16px;
	outline: none;
	margin: 0;
	padding: 40px;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	float: left;
	font-size: 14px;
	padding: 17px 20px;
	overflow:auto;
}
#popupTitle{
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,.3);
	margin-bottom:20px;
	
	color:#000;
	cursor:default;
	font-size: 18px;
	line-height:24px;
	
}
span.popupHeading{
	width:100%;
	margin-top:10px;
	display:block;
}
#linkDiv{
	text-align:left;
	vertical-align: middle;
}
input#linkInput{
	margin-top:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	color: #555;
	font-family: arial,sans-serif;
	margin-bottom: 4px;
	width: 100%;
	resize: none;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	font-size: 13px;
	height: 25px;
	padding: 1px 8px;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: left;
	
}
.greyLabel{
	color: rgb(119, 119, 119);
	top: -9px;
	position: relative;
	margin-right: 5px;
}
.icon{
	width:32px;
	height:32px;
	background: url('../img/icon/email-icon.png');
	background-repeat: no-repeat;
	
	border-collapse: collapse;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
}
#shareOKbutton {
	position:absolute;
	bottom:20px;
	height:27px;
	width: 54px;
	padding-left:8px;
	padding-right:8px;
	border:1px;
}

.map-controls{
	margin-top: 16px;
	height: 29px;
	display:block;
	vertical-align:middle;
	border: 1px solid transparent;
    outline: none;
	
	padding:0;
	background-color:#fff;
	border:none;
	
	background-clip: padding-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-ms-background-clip: padding;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	-ms-box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	
	margin-left:8px;
	margin-right:8px;
}

.imgButton{
	margin-top:4px;
	margin-left:6px; /*standardButton.width(33) - img.width(21) = 12 | 12 / 2 = 6*/
	margin-bottom:4px;
	margin-right:6px; /*standardButton.width(33) - img.width(21) = 12 | 12 / 2 = 6*/
	height:21px;
	width:21px;
	opacity:.8;
	
}
.standardButton{
	width: 33px;
	height: 100%;
	text-align:center;
	
	cursor:pointer;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;

	position: relative;
	display: -moz-inline-box;
	display: inline-block;

	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	opacity: .65;
}
.standardButton:hover{
	opacity: .95;
}
.fullopacity{
	opacity: 1;

}
.selected{
}

.unselected{
	background-color:#E0E0E0 ;	

}

.separator{	
	height: 100%;
	border-left: 1px solid #e5e5e5!important;
	width:0px;
	cursor: default;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
}

#undoButton-img{
	background: url('//www.gstatic.com/mapspro/images/icons-toolbar-001.svg');
	background-repeat:no-repeat;
	background-position: 0px 0;
	opacity: .2;
}
#redoButton-img{
	background: url('//www.gstatic.com/mapspro/images/icons-toolbar-001.svg');
	background-repeat:no-repeat;
	background-position: -21px 0;
	opacity: .2;
}

#divMapTypesIcons-img{
	opacity: .8;
	background: url('../img/map/layers2.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
#reframeButton-img{
	opacity: .9;
	background: url('../img/map/reframe.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
#zoominButton-img{
	opacity: .5;
	background: url('//www.gstatic.com/mapspro/images/icons-toolbar-001.svg');
	background-position: -42px -21px;
}
#zoomoutButton-img{
	opacity: .5;
	background: url('//www.gstatic.com/mapspro/images/icons-toolbar-001.svg');
	background-position: -63px -21px;
}


#clearAllButton-img{
	background: url('../img/map/clearall.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	opacity: .4;
}
#clearAllButton:hover{
	background-color:#FF9999;
}

#unimultisegmentButton-img{
	background: url('//www.gstatic.com/mapspro/images/icons-toolbar-001.svg');
	background-repeat:no-repeat;
	background-position: -21px -21px;
}
#snapAirfieldsButton-img{
	background: url('../img/map/magnet.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	opacity: .8;
}
#reverseNavButton-img{
	background: url('../img/map/reverse.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	opacity: .5;
}
#setHomeButton-img{
	background: url('../img/map/home.png');
	background-repeat:no-repeat;
}
#toggleDotCloudButton-img{
	background: url('../img/map/dotcloud.png');
	background-repeat:no-repeat;
}
#corsicaButton-img{
	background: url('../img/map/corsica.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	opacity: .5;
}



#loadingSplash{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	opacity:100%;
	background-color:#fff;
	z-index:20000;
   font-size: 2em;
   font: Arial;
	
	padding-top:23%;
	text-align:center;
}

.controls {
	margin-top: 45px;
	margin-left: 32px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index : 90;
}


#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

#costs-details-flight-div{
	color: #736F6E;
}
#costs-details-other-div{
	color: #736F6E;
}
#paper-plane{
	z-index:20000;
	position:absolute;
	left:-1201px;/*1200*/
	top:604px;/*603*/
	
	-webkit-transition:left 1.8s, top 1.8s;
	-moz-transition:left 1.8s, top 1.8s;
	transition:left 1.8s, top 1.8s;
}
#paper-plane.final{
	position:absolute;
	left:1600px;
	top:-603px;
}