#menu
{
    height: 40px;
    width: 100%;
    background-color: #2A2C34;
    overflow: hidden;
    color: #fafafa;
    position: absolute;
    padding-bottom:5px;
    top: 0;
    left: 0;
    margin: 0;
    overflow: visible;
}

#menu a
{
    color: white;
}

#menu a.logout_link, #menu .access_environment a:hover
{
    color: #ffffff;
}


#user,#revision
{
    float: right;
    margin-right: 10px;
    padding: 5px;
    font-size: 8pt;
}

#revision_number
{
    width: 45px;
    text-align:center;
    text-decoration: underline;
}

#logo_help, #logo_drop_menu, .manual_link{
	float: right;
	padding-top: 5px;
	cursor:pointer;
}

#logo_drop_menu{
	display:none;
	width: 20px;	
}

#logout
{
    float: right;
    margin-top: 3px;
    padding: 5px;
}

#logout img
{
    height: 24px;
}

#logo_menu, #sections
{
    float: left;
    text-align: left;
}


#logo_menu
{
    margin: 2px 0px 2px 0px;
}

#logo_menu img
{
    max-height: 35px;
}


#sections
{
    margin-left: 15px;
}

#sections .section_menu
{
    padding-right: 14px;
    padding-top: 8px;
    display: inline-block;
    float: left;
}

#sections .section_menu:hover
{
    cursor: pointer;
}

#sections .section_menu:after
{
    border-bottom: 3px solid transparent;
    transition: all .25s ease-in-out;
    display:block;
    content: '';
    padding-bottom: 6px;
    box-sizing: border-box;
    line-height: 1;
}

#sections .section_menu.current:after
{
    border-bottom: 3px solid #E05512;
}

#sections .section_menu:hover:after
{
    border-bottom: 3px solid #E05512;
    
}

.section_menu img
{
    max-width: 32px;
    max-height: 32px;
    margin-right: 8px;
    vertical-align: middle;
    padding-left: 10px;
}

.section_menu span
{
    padding-right:5px;  /*10px;*/
    font-size: 9pt;
}

.last_access
{
    font-size: 8pt;
    margin-left: 5px;
}

#environment_accesses
{
    float: right;
}

#div_environment_accesses
{
    padding: 5px;
}

.environment_access
{
    float: left;
    padding: 3px;
    margin: 7px 3px 3px 3px;
    background-color: #4669A6;
    border-radius: 2px;
}

.environment_access:hover
{
    background-color: #006dd3;
    cursor: pointer;
}

.environment_access.current
{
    background-color: #E05512;
}

/*********************** MENÚ LATERAL *************************/

#menu_lateral {
    width: 197px;
    height: 100%;
    border-right: 1px solid #222222;
    overflow-y: auto;
    background-color: #3D424D;
    color: #fafafa;
    float: left;
}

#title_menu_lateral {
    font-size: 14pt;
    padding: 5px;
    border-bottom: 1px solid #222222;
    background-color: #4669A6;
    color: #fafafa;
}

#sections_menu_lateral {
    margin-top: 10px;
}

.element_menu_lateral {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.div_element_menu_lateral {
    padding: 6px;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.div_element_menu_lateral:hover
{
    border-left: 4px solid #ff2828;
    background-color: #4a4a4a;
}

.div_element_menu_lateral.current
{
    border-left: 4px solid #E05512;
    background-color: #2a2a2a;
}

.img_menu_lateral
{
    float: left;
}

.img_menu_lateral img
{
    max-height: 24px;
    vertical-align: bottom;
}

.name_menu_lateral {
    float: left;
    text-align: left;
    margin-left: 8px;
    margin-top: 2px;
    width: 132px;
}

.span_menu_lateral {
    color: #fafafa;
}

/*
#menu_movil{
	background-color: white;
	color:black;
}*/


