html
{
	width:100%;
	height:100%;
}

body
{
	font-size: 14pt;
}

form
{
	margin-left: 45%;
	z-index: 3;
	position: fixed;
}

#header
{
	height:10%;
	background-color: #102730;

	padding-top:0px;
	padding-bottom:0px;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0px;
	z-index:10;
}

#Container
{
	position:absolute;
	top:10%;
	left:0;
	height:90%;
	width:100%;

}

#text
{
	max-width:300px;
	max-height:400px;
	overflow-y:auto;
	word-wrap: break-word;
	margin-left:65%;
	margin-top:5%;
	position: fixed;
	z-index:2;
	opacity: 0.5;
}

#map_div
{
	width:100%;
	height:100%;
	float: left;
	position: absolute;
	z-index: 1;
}

#infoMessage
{
	background-color: gray;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	z-index: 10;
}

#logOut_text{
	background: darkslategrey;
	color: whitesmoke;
	text-align: center;
	width: 40%;
	z-index: 11;
	display: none;
	height: auto;
	margin: 15% auto 0 auto;
	padding: 10px;
	position: relative;
}

#overlay
{
	width: 100%;
	height: auto;
}

.map-menu {
		bottom: 0;
		padding: 23px;
		padding-left: 15px;
		position: fixed;
		right: 0;
		white-space: nowrap;
		z-index: 4;
		will-change: top,left;
		pointer-events: none;
	}
	.r-button {
		border: none;
		border-radius: 50%;
		box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
		box-sizing: content-box;
		cursor: pointer;
		outline: none;
		padding: 0;
		pointer-events: auto;
		position: relative;
		-webkit-user-drag: none;
		-webkit-transition: -webkit-transform 150ms cubic-bezier(.4,0,1,1);
		transition: transform 150ms cubic-bezier(.4,0,1,1);

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.button-label{
		display: inline-block;
		opacity: 0;
		margin-right: 8px;
		text-align: right;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: opacity 100ms cubic-bezier(.4,0,1,1);
		transition: opacity 100ms cubic-bezier(.4,0,1,1);

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.show-options .button-label {
		opacity: 1;
	}
	.button-label>.label-text{
		background: rgba(70,70,70,.9);
		background: #ececec;
		border-radius: 2px;
		box-shadow: 0 1px 2px rgba(0,0,0,.15);
		color: #ececec;
		color: rgba(70,70,70,.9);
		display: inline-block;
		font-weight: bold;
		line-height: 1em;
		max-width: 450px;
		overflow: hidden;
		padding: 6px 8px;
		text-overflow: ellipsis;
		vertical-align: middle;
	}
	.control-label {
		float: left;
		margin-top: 10px;
	}
	.control-btn {
		background-color: #34B930;
		height: 48px;
		position: relative;
		width: 48px;
	}
	.button-wrap {
		float: right;
	}
	.button-wrap.control img {
		left: 0;
		margin: 0 auto;
		position: relative;
		top: 0;
		-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
		transition: all .2s cubic-bezier(.4,0,.2,1);

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.button-wrap img.control-img {
		background-size: 24px;
		display: block;
		height: 24px;
		width: 24px;
		-webkit-user-drag: none;
	}
	.control{
	    height: 58px;
	    font-weight: bold;
	}
	.menu-child {
		opacity: 0;
		font-weight: bold;
		height: 40px;
		margin: 9px 0px;
		-webkit-transition: all 120ms cubic-bezier(.25,.25,0,1);
		transition: all 120ms cubic-bezier(.25,.25,0,1);

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.show-options .menu-child {
		opacity: 1;
	}
	.menu-child button {
		height: 31px;
		width: 31px;
		background-color: #FFF;
		margin-right: 8px;
		opacity: 1;
	}
	.menu-child .button-label {
		float: left;
		margin-top: 2px;
	}
	.menu-child button img.disable {
		height: 31px;
		width: 31px;
		opacity: 0;
	}
	.fifth-child button {
		background: url(../icons/logout.png) no-repeat center center white;
		background-size: 20px;
	}
	.fourth-child button {
		background: url(../icons/gps-icon.png) no-repeat center center white;
		background-size: 20px;
		background-color: white;
	}
	.third-child button {
		background: url(../icons/road.png) no-repeat center center white;
	}
	.third-child button img.disable {
		opacity: 1;
	}
	.second-child button {
		background: url(../icons/traffic.png) no-repeat center center;
		background-color: white;
	}
	.first-child button {
		background: url(../icons/polyline.png) no-repeat center center;
		background-color: white;
	}
	
	.binding {
		display:none;
	}

#information_banner{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ff0000;
	cursor: pointer;
}

#information_text > p {
    color: white;
}

#information_banner > p {
    color: white;
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
}

@media screen and (min-width: 200px) {
    .imgHeader{
        display: block;
        margin:auto;
        height: auto;
        max-width: 20%;
        position:absolute;

        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .side_popup_left{
        z-index: 1;
        position: absolute;
        top: 20%;
        left: -170px;
    }
    #information_text{
        display: inline-block;
        max-height: 23%;
        width: 150px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #102730;
    }
}

@media screen and (min-width: 600px) { 
	.imgHeader{
		display: block;
		margin:auto;
		height: auto; 
		max-width: 20%;
		position:absolute;
		
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		
	}
    .side_popup_left{
        z-index: 1;
        position: absolute;
        top: 20%;
        left: -320px;
    }
    #information_text{
        display: inline-block;
        max-height: 23%;
        width: 300px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #102730;
    }
}

@media screen and (min-width: 1024px) { 
	.imgHeader{
		display: block;
		margin:auto;
		height: auto; 
		max-width: 10%;
		position:absolute;
		
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		
	}
    .side_popup_left{
        z-index: 1;
        position: absolute;
        top: 20%;
        left: -320px;
    }
    #information_text{
        display: inline-block;
        max-height: 23%;
        width: 300px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #102730;
    }
}


