.block-head h4{
	color:#555;
}

.list.consumos .success{
	//background-color:#f39485;
}
.list.consumos tr.success:hover{
	//background-color:#00c493;
	background-color:#819FF7;
	color:white;
}
.list.historial th, .list.consumos th, .list table tr th{
	//background-color:#00c493;
	background-color:#819FF7;
	
	color: #fff;
	border-color: transparent;
	border: 0px;
	
}

 .list table tr th button{
	background-color:#819FF7;
	color: #fff;
}

.list tr.transparent th{
	
}
/*.list.email th{
background-color: #ef724c;
color: white;
border-color: transparent;
}*/
.list.recibos th, .list.recibos td,.list.recibos table{
//background-color: transparent;

border-color: transparent;
border-collapse:collapse;
}
.list.recibos th, .list.recibos tr{
border-bottom-color: #ddd;
}
.list.historial .table > thead:first-child > tr:first-child > th,.list.email .table > thead:first-child > tr:first-child > th{
border-color: transparent;
}
.list.historial .tableJS.table.table-striped.table-hover.table-bordered.dataTable, .list.email .tableJS.table.table_hover.table-bordered.dataTable{
	margin-top:40px;
	border:none;
}
.list.movimientos table{
	border-color:transparent;
}
.list.movimientos th{
border-bottom-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
background-color:#555;//#00c493;
border:none;
}
.pagination > li > a, .pagination > li > span{
color:#555;
border:none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color:#444;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.list.historial .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th,.list.historial .table-striped > tbody > tr:nth-child(odd) > td, .list.email .table-bordered > tbody > tr:nth-child(odd) > td{
	color:#555;
	background-color:#f9f9f9;
}


.list.historial .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
	border:none;
}

.list.historial td a{
	color:#00c493;
}
.list a{
	color:#ef724c;
}

.preferences label{
	text-align: right;
}
.preferences span{
	
}

.preferences li{
	
	list-style-type: none;
}

.listado ul .col-md-12, 
.listado ul .col-md-6,
.listado ul .col-md-8, 
.listado ul .col-md-4, 
.listado ul .col-md-5, 
.listado ul .col-md-7 {
	padding: 0px;
	padding-left: 10px;

}

.listado label{
	text-align: right;
}
.listado ul{
	margin: 0px;
	padding: 0px;
}

.listado li{
	margin: 5px;
	list-style-type: none;
}

.fecha-cakephp select{
	width: 110px;
	display:inline-block;
}