

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ecoicons';
    src: url("../fonts/ecoicons/ecoicons.eot");
    src: url("../fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}

/* Icomoon.com */

.gn-menu-main,
.gn-menu-main ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-width: 1px;

    border-color: rgb(198, 198, 199) rgb(198, 198, 198) rgb(172, 172, 172);
    color: rgb(51, 51, 51);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-image: linear-gradient(#626161, #1d1d1d);
    background-repeat: repeat-x;
    color: rgb(51, 51, 51);
    list-style: none;
    text-transform: none;
    line-height: 42px;
}

.gn-menu-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
    font-size: 13px;
    z-index:100;
}

    .gn-menu-main a {
        display: block;
        height: 100%;
        color: yellow;
        text-decoration: none;
        cursor: pointer;
        text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    }

.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: #5b6064;
    color: white;
}

.gn-menu-main > li {
    display: block;
    float: left;
    height: 100%;
    border-right: 1px solid #CCC;
    text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
    position: relative;
    width: 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gn-menu-main > li:last-child {
    float: right;
    border-right: none;
    border-left: 1px solid yellow;
}

.gn-menu-main > li > a {
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.gn-menu-main:after {
    display: table;
    clear: both;
    content: "";
}

.gn-menu-wrapper {
    position: fixed;
    top: 39px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    border-top: 1px solid #c6d0da;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    transform: translateX(-60px);
    -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;
    background: #e9e8e8;
    box-shadow: 1px 1px 1px #CCC;
    z-index:100;
}

.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: 60px;
    outline: none;
    border: none;
    background: transparent;
    color: #5f6f81;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
    color: #5f6f81;
}

.gn-search:-moz-placeholder {
    color: #5f6f81;
}

.gn-search::-moz-placeholder {
    color: #5f6f81;
}

.gn-search:-ms-input-placeholder {
    color: #5f6f81;
}

/* 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: yellow;
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
    color: yellow;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
    color: yellow;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
    color: yellow;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
    color: yellow;
}

.gn-menu-main a.gn-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

.gn-icon::before {
    display: inline-block;
    width: 60px;
    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-help::before {
    content: "\e000";
}

.gn-icon-earth::before {
    content: "\e004";
}


.gn-icon-Indicadores::before {
        font-family: FontAwesome;
    content: "\f080";
}


.gn-icon-Clientes::before {
        font-family: FontAwesome;
    content: "\f0f2";
}

.gn-icon-cog::before {
    font-family: FontAwesome;
    content: "\f0f6";
}

.gn-icon-search::before {
    content: "\e005";
}

.gn-icon-download::before {
    content: "\e007";
}

.gn-icon-photoshop::before {
    content: "\e001";
}

.gn-icon-illustrator::before {
    content: "\e002";
}

.gn-icon-archive::before {
    content: "\e00d";
}

.gn-icon-sol::before {
    font-family: FontAwesome;
    content: "\f15c";
}

.gn-icon-users::before {
    font-family: FontAwesome;
    content: "\f007";
}

.gn-icon-config::before {
    font-family: FontAwesome;
    content: "\f013";
}


.gn-icon-list::before {
    font-family: FontAwesome;
    content: "\f022";
}

.gn-icon-Meta::before {
    font-family: FontAwesome;
    content: "\f140";
}

.gn-icon-Evento::before {
    font-family: FontAwesome;
    content: "\f044";
}


.gn-icon-Agenda::before {
    font-family: FontAwesome;
    content: "\f073";
}

.gn-icon-Agenda2::before {
    font-family: FontAwesome;
    content: "\f133";
}


.gn-icon-Simula::before {
    font-family: FontAwesome;
    content: "\f1ec";
}

.gn-icon-ListaPrec::before {
    font-family: FontAwesome;
    content: "\f0ca";
}



.gn-icon-CadSist::before {
    font-family: FontAwesome;
    content: "\f1b2";
}

.gn-icon-CadSpe::before {
    font-family: FontAwesome;
    content: "\f1b3";
}

.gn-icon-Cliente::before {
    font-family: FontAwesome;
    content: "\f0e8";
}

.gn-icon-Suspect::before {
    font-family: FontAwesome;
    content: "\f2b5";
}


.gn-icon-dep::before {
    font-family: FontAwesome;
    content: "\f0e8";
}

.gn-icon-mot::before {
    font-family: FontAwesome;
    content: "\f00b";
}


.gn-icon-emp::before {
    font-family: FontAwesome;
    content: "\f0f7";
}


/* 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: yellow;
    box-shadow: 0 3px rgb(51, 51, 51), 0 -6px yellow, 0 -9px rgb(51, 51, 51), 0 -12px yellow;
    content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
    background: white;
    box-shadow: 0 3px #5f6f81, 0 -6px #F5F5F5, 0 -9px #5f6f81, 0 -12px #F5F5F5;
}

.gn-icon-menu.gn-selected::before {
    background: yellow;
    box-shadow: 0 3px rgb(51, 51, 51), 0 -6px yellow, 0 -9px rgb(51, 51, 51), 0 -12px yellow;
}

/* 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: 60px;
    }

@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%;
        }
}
