#p_p_id_accesos_WAR_MisAccesosDirectosIntranetportlet_INSTANCE_1_ {
	
}

#p_p_id_accesos_WAR_MisAccesosDirectosIntranetportlet_INSTANCE_1_ .portlet-borderless-container{
	padding: 0;
	margin: 0;
}

#menu_accesos_boton{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('/MisAccesosDirectosIntranet-portlet/images/menu.png');
	width: 60px;
	height: 60px;
	cursor: pointer;
	top: 2px; 
	right: 0;
}

#menu_accesos_boton:hover, .menu_accesos_boton_activo{
	background-position: center bottom !important;
}

#menu_accesos_boton_li {
	display: none;
	width: 400px;
    padding-top: 58px;
    margin-left: -180px;
    margin-top: 0px;
    position: absolute;
}

#mis_accesos_directos{
	width: 100%;
}

#mad_aplicaciones{
	width: 100%;
	min-height: 400px;
	position: relative;
	background: #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: default;
}

#mad_aplicaciones_apps{
	padding: 15px;
	max-height: 360px;
	overflow: auto;
}

.mad_app{
	margin: 1%;
	width: 31.333%;
	height: 110px;
	float: left;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mad_app:hover{
	-webkit-box-shadow:inset 0px 0px 0px 1px #e2e2e2;
    -moz-box-shadow:inset 0px 0px 0px 1px #e2e2e2;
    box-shadow:inset 0px 0px 0px 1px #e2e2e2;
}

.mad_app_icon{
	width: 100%;
	height: 50px;
	margin: 10px 0px;
}

.mad_app_icon img{
	margin: 0 auto;
	display: block;
}

.mad_app_text{
	width: 90%;
	margin: 0 auto;
	height: 30px;
	line-height: 15px;
	font-size: 13px;
	text-align: center;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	color: white;
}

.mad_app_badge{
	position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    top: 5px;
    left: 0;
    right: 55px;
    margin: 0 auto;
    display: none;
}

.mad_app_delete{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    display: none;
}

#mad_app_form{
	width: 100%;
	padding: 10px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
}

#mad_app_form_title{
	width: 100%;
	height: 23px;
    border-bottom: 1px solid white;
    cursor: pointer;
}

#mad_app_form_title_icon{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center center;
	background-image: url('../images/back.svg');
	float: left;
	margin-right: 5px;
}

#mad_app_form_title_text{
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

#mad_app_form_content{
	width: 100%;
}

#mad_app_form_content_load {
    margin: 70px auto 0px;
}

.mad_app_form_label{
	color: white;
	font-size: 14px;
	line-height: 16px;
	padding: 20px 0px 4px;
}

#mad_app_form_icon_select {
    width: 74px;
    height: 74px;
    background-color: white;
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}

#mad_app_form_app{
	width: 100%;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    margin: 0;
    height: 30px;
}

#mad_app_form_nombre{
	width: 100%;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    margin: 0;
}

#mad_app_form_content_error{
	-webkit-box-shadow:inset 0px 0px 0px 1px #c00;
    -moz-box-shadow:inset 0px 0px 0px 1px #c00;
    box-shadow:inset 0px 0px 0px 1px #c00;
    color: #c00;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: #ffe0e0;
}

#mad_aplicaciones_editar{
	position: absolute; 
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#mad_add{
	width: 100%;
	height: 50px;
	background: #808080;
	cursor: pointer;
}

#mad_add_p{
	color: white;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 47px;
}

#mad_aplicaciones_noitem{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    margin-top: 200px;
}

#mad_aplicaciones_leyenda{
	position: absolute;
    left: 5px;
    right: 5px;
    bottom: 2px;
    height: auto;
    text-align: center;
    display: none;
    background: #333;
}

.mad_aplicaciones_leyenda_item{
	margin: 0 7px;
    display: inline-block;
    overflow: hidden;
}

.mad_aplicaciones_leyenda_item_badge{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    margin-top: 2px;
}

.mad_aplicaciones_leyenda_item_texto{
	text-align: left;
    font-size: 13px;
    color: white;
    float: left;
    line-height: 15px;
    margin-left: 5px;
}

.filo_pro:hover{
	-webkit-box-shadow: inset 0 0 0 1px #67b76a;
    -moz-box-shadow: inset 0 0 0 1px #67b76a;
    box-shadow: inset 0 0 0 1px #67b76a;
}

.filo_pre:hover{
	-webkit-box-shadow: inset 0 0 0 1px #f3a024;
    -moz-box-shadow: inset 0 0 0 1px #f3a024;
    box-shadow: inset 0 0 0 1px #f3a024;
}

.filo_des:hover{
	-webkit-box-shadow: inset 0 0 0 1px #d75398;
    -moz-box-shadow: inset 0 0 0 1px #d75398;
    box-shadow: inset 0 0 0 1px #d75398;
}

.filo_pru:hover{
	-webkit-box-shadow: inset 0 0 0 1px #2b9af3;
    -moz-box-shadow: inset 0 0 0 1px #2b9af3;
    box-shadow: inset 0 0 0 1px #2b9af3;
}

@-webkit-keyframes wobble  {
  0%  { -webkit-transform:  rotate(0deg); }
  20%  { -webkit-transform:  rotate(2deg); }
  50%  { -webkit-transform:  rotate(-2deg); }
  100%  { -webkit-transform:  rotate(0deg); }
}
.wobble { -webkit-animation: wobble 0.2s infinite; }

.loader_div {
    border: 5px solid #e2e2e2; 
    border-top: 5px solid #2b9af3; 
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}