*{
	font-size:14px;
}
body {
    //font-family:verdana,helvetica,arial,sans-serif;
    font: 100%/12px  Verdana, Arial, Sans-Serif;
    padding:20px;
    //font-size:12px;
    margin:0;
}
h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}

/* Redefiniciones para objetos EASYUI */
/* LinkButton EASYUI */
.l-btn-text {
	font-size:14px;
}
/* Titulo PANEL EASYUI */
.panel-title {
	font-size:14px;
}
/* Header DATAGRID EASYUI */
.datagrid-cell{
	font-size:12px;
}
.datagrid-header .datagrid-cell span {
	font-size:12px;
	font-weight:bold;
}
/*-------------------------------*/
.demo-info{
	padding:0 0 12px 0;
}
.demo-tip{
	display:none;
}

//V2 CSS EDITORES CRUDS
#v2_fm{
	margin:0;
	padding:10px 30px;
}
.v2_ftitle{
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.v2_fitem{
	margin-bottom:5px;
}
.v2_fitem label{
	display:inline-block;
	width:180px;
}

/* Estilos Password Strength */
#strength_cambiopass_general, #strength_nuevo_usuario, #strength_cambiopass_usuarios {
	width: 300px;
	padding: 3px 0;
	height: 20px;
	color: #000;
	font-size: 14px;
	text-align: center;
}

.default{background-color: #CCC;}
.weak{background-color: #FF0000;}
.strong{background-color: #FF9900;}
.stronger{background-color: #FFCC00; }
.strongest{background-color: #00FF00;}

/* SWITCHBUTTON */
.switchbutton-off{
  background-color: #DDD;
  font-weight: bold;
}
.switchbutton-on{
  background: #0092DC;
  font-weight: bold;
}

/* Badge */
.badge {
   position:relative;
}
.badge[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:0px;
   right:-25px;
   font-size:.8em;
   font-weight:bold;
   background:red;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}