*{
	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;}

/* PLAN DE CUENTAS */
.open-folder{
	background: url('http://www.jeasyui.com/easyui/themes/default/images/tree_icons.png') no-repeat -224px 0;
}

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