/**
*@author Henry Sanchez Arango. mailto: <henry.sanchez@olsoftware.com>
*@since 11-08-2015
*@version 1.0
*/
.menu {
	background-color: transparent;
    /* padding: 6px; */
    font-family: Verdana;
    font-size: 10px;
    clear: both;
    background-color: #F5F5F5;
    /*height: 100%;*/
}
.menuBlock {
	height: 66px;
	
}

.panel-ruta {
	/*width: 200px;*/
	color: #939393;
	font-size: 9px;
	font-family: Verdana;
	margin-right: 20px;
}

/*************/
#menu {
	background-color: transparent;
	/*background-color: #012B5D;*/
	/*background:-moz-linear-gradient(72% 100% 89deg, #546C8A, #00285B 100%);*/
	/*padding: 9px 6px 9px 6px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}

#menu span {
	/*color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}

.newAccount {
	background: #C73928 repeat scroll 0% 0% !important;
	float: right;
	border: 1px solid transparent;
	font-size: 11px !important;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
}

.newAccount:HOVER {
	box-shadow: 0px 0px 0px 1px #FFFFFF inset;
	-moz-box-shadow: 0px 0px 0px 1px #FFFFFF inset;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF inset;
	box-shadow: 0px 0px 0px 1px #FFFFFF inset;
}

.newAccount:FOCUS {
	background: #C73928 repeat scroll 0% 0% !important;
}

.config-icon {
	background-image: url("../images/normal/24x24/configuration.png") !important;
	background-size: 100% 100%;
}

.profile-icon {
	background-image: url("../images/normal/32x32/users.png") !important;
	background-size: 100% 100%;
}

.user-icon {
	background-image: url("../images/normal/32x32/user.png") !important;
	background-size: 100% 100%;
}
/**
*@author Henry Sanchez Arango. mailto: <henry.sanchez@olsoftware.com>
*@since 11-08-2015
*@version 1.0
*/
.menu-fixed {
    position: fixed;
    min-width: 74.1%;
    z-index: 1000;
    /*box-shadow: 0px 2px 7px #7C7C7B;*/
    /*height: 60px;*/
    width: 100%;
}

/** div Toogle*/
.toogle {
    background-color: #4C9AD0;
    height: 100vh;
    position: absolute;
    z-index: 2000;
    width: 266px;
    left: 0%;
    top: 51px !important;
}

.ui-effects-wrapper {
	height: 83% !important;
	display: block;	
}

#toggle.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-shadow: none;
    line-height: 1.42857143;
    margin-left: 4px;
}

#toggle .ui-state-active, .ui-widget-content.ui-state-active, .ui-widget-header.ui-state-active {
    background: rgba(15, 54, 100, .1) !important;
    background-image: none !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-shadow: none;
}

.ui-panelmenu .ui-panelmenu-header {
    cursor: pointer;
    position: relative;
    margin: 0;
    zoom: 1;
    background-color: #4C9AD0;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-align: left;
}

.ui-panelmenu .ui-panelmenu-content {
    background-color: #4C9AD0;
    font-size: 12px;
    color: #ffffff !important;
    padding: 0.2em 0;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    overflow: auto;
    zoom: 1;
    text-align: left;
}

.ui-panelmenu .ui-menuitem-link {
    color: #ffffff;
    display: block;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    border: solid 1px transparent;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    padding: 0.3em 0.3em 0.3em 2em;
}

.ui-panelmenu .ui-menuitem {
    margin: 1px 0;
    padding: 5px 3px;
    padding-left: 0px;
    background: rgba(255,255,255,.1);
}
/*************/

