﻿*,
*:after,
*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'ecoicons';		
}

/* Icomoon.com */

.container{
    top:0;
}

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: #779b57;
		color: #ffffff;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		line-height: 35px;

}

.gn-menu-main {
	position: fixed;
	top: 0;
	left: 0;
	/*width: 100%;*/
	/*height: 35px;
	font-size: 13px;	
	color: #ffffff;*/
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
}


.gn-menu-mainlegenda,
.gn-menu-mainlegenda ul {
		padding: 0;
		background: #779b57;
		color: #ffffff;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		line-height: 35px;
        width: 31px;
}

.gn-menu-mainlegenda {
	/*position: fixed;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 35px;
	font-size: 13px;	
	color: #ffffff;*/
}

.gn-menu-mainlegenda a {
		display: block;
		height: 100%;
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
}


.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background-color: #527c2d;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 0px solid #d2d5d9;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 0;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}
.bk {
		position: relative;
		width: 35px;
		height: 0px;
}
.gn-menu-main > li:last-child {
		float: left;
		border-right: none;
		border-left: 1px solid #c6d0da;
		/*background-image:url(../img/logo.png);*/
		width: 0px;
}
.gn-menu-main > li:last-child:hover {
		background-color: none !important;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;

}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";

}

.gn-menu-wrapper {
		position: fixed;
		top: 160px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 35px;
		border-top: 1px solid #c6d0da;
		-webkit-transform: translateX(-35px);
		-moz-transform: translateX(-35px);
		transform: translateX(-35px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		/*height: 100%;*/
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1;
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 35px;
		outline: none;
		border: none;
		color: #ffffff;
		background: transparent;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #ffffff
}

.gn-search:-moz-placeholder {
		color: #ffffff
}

.gn-search::-moz-placeholder {
		color: #ffffff
}

.gn-search:-ms-input-placeholder {
		color: #ffffff
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 35px;
}

.gn-icon::before {
		display: inline-block;
		width: 35px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-representantes{
	background-image: url('Images/GEO/Sprites/ico_representantes.png');
	background-repeat:no-repeat;
	text-indent: 35px
}

.gn-icon-Legenda{
	background-image: url('../../Images/LegendaUP.png');
	background-repeat:no-repeat;
	text-indent: 35px
}


.gn-icon-consultas{
	background-image: url('Images/GEO/Sprites/ico_lupa.png');
	background-repeat:no-repeat;
	text-indent: 35px
}

.gn-icon-auditoria{
	background-image: url('Images/GEO/mapa.png');
    background-position-x: 8px;
    background-position-y: 3px;
	background-repeat:no-repeat;
    text-indent: 35px;
    margin-left: 0px
    
}

.gn-icon-clientes{
	background-image: url('Images/GEO/Sprites/ico_clientes.png');
    background-position-x: 0px;
    background-position-y: 3px;
	background-repeat:no-repeat;
    text-indent: 35px;
    margin-left: 0px
}


/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		/*background: #FFFFFF;*/
/*box-shadow: 0 3px #4f7597, 0 -6px #FFFFFF, 0 -9px #4f7597, 0 -12px #FFFFFF;*/
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		/*background: white;*/
		/*box-shadow: 0 3px #2a4053, 0 -6px white, 0 -9px #2a4053, 0 -12px white;*/
}

.gn-icon-menu.gn-selected::before {
		/*background: #FFFFFF;*/
/*box-shadow: 0 3px #4f7597, 0 -6px #FFFFFF, 0 -9px #4f7597, 0 -12px #FFFFFF;*/
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 35px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}

/***************************************

INPUT TYPE DROPDOWN NOVO

***************************************/
.RadDropDownList_Forest .rddlIcon {
    background-color: #d2d8cd;
    background-image: url(Images/GEO/set_comb.png) no-repeat top left !important;
    background-position: -44px -14px !important;
}
.RadDropDownList_Forest .rddlEmptyMessage, .RadDropDownList_Forest .rddlDefaultMessage {
    color: #3F6736 !important;
    font-style: italic;
}
.RadDropDownList_Forest .rddlInner {
    background-color: #D2D8CD !important;
    background-image: none !important;
    border-color: #D2D8CD !important;
    color: #3F6736 !important;
}
.RadDropDownList .rddlInner {
    padding: 7px 5px 24px !important;
}
.rddlPopup_Forest {
    background: none repeat scroll 0 0 #D2D8CD !important;
    border-color: #D2D8CD !important;
    color: #3F6736 !important;
}
.rddlItemHovered 
{
    background-color: #3F6736 !important;
    color: #D2D8CD !important;
   }
