/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
.smart-form fieldset {
  padding: 5px 14px 5px;
}
 
.smart-form .btn {
 	float:right;
	height:31px;
	margin:0 0 0 5px;
	padding:0 22px;
	font:300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
	cursor:pointer;
}

#logo {
  width: 190px;
  margin-top: 5px;
  margin-left: 12px;
}
#logo img {
  width: 190px;
}
.tachado {
	color:#999;
	text-decoration:line-through;
}


.lista_cb {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	margin:20px;
}
.lista_cb .item {
	float:left;
	border:1px solid #000;
	text-align: center;
	padding:10px;
}
.lista_cb .item .cb {
	font-family: 'Libre Barcode 39 Text', cursive;
	font-size:50px;
}

.table th.ordenado {
	background: #eee;
	padding:0px;
}
.table th.ordenable {
	padding:0px;
}
.table th.ordenado a,
.table th.ordenable a {
	display:block;
	color:#333;
	padding:10px;
}

.animo {
	display: block;
	color:#000;
	padding:5px;
	margin:10px;
}
.animo.activo {
	background: #d6dde7;
	font-weight: bold;
}