/* here you can put your own css to customize and override the theme */

.table > thead > tr > td.dark, .table > tbody > tr > td.dark, .table > tfoot > tr > td.dark, .table > thead > tr > th.dark, .table > tbody > tr > th.dark, .table > tfoot > tr > th.dark, .table > thead > tr.dark > td, .table > tbody > tr.dark > td, .table > tfoot > tr.dark > td, .table > thead > tr.dark > th, .table > tbody > tr.dark > th, .table > tfoot > tr.dark > th {
    background-color: #686868;
    color:white;
}
.table > thead > tr > td.light-dark, .table > tbody > tr > td.light-dark, .table > tfoot > tr > td.light-dark, .table > thead > tr > th.light-dark, .table > tbody > tr > th.light-dark, .table > tfoot > tr > th.light-dark, .table > thead > tr.light-dark > td, .table > tbody > tr.light-dark > td, .table > tfoot > tr.light-dark > td, .table > thead > tr.light-dark > th, .table > tbody > tr.light-dark > th, .table > tfoot > tr.light-dark > th {
    background-color: #e2e2e2;
    color:black;
}

.table > thead > tr > td.dullorange, .table > tbody > tr > td.dullorange, .table > tfoot > tr > td.dullorange, .table > thead > tr > th.dullorange, .table > tbody > tr > th.dullorange, .table > tfoot > tr > th.dullorange, .table > thead > tr.dullorange > td, .table > tbody > tr.dullorange > td, .table > tfoot > tr.dullorange > td, .table > thead > tr.dullorange > th, .table > tbody > tr.dullorange > th, .table > tfoot > tr.dullorange > th {
    background-color: #eaa679;
    color:black;
}

.table > thead > tr > td.freezed, .table > tbody > tr > td.freezed, .table > tfoot > tr > td.freezed, .table > thead > tr > th.freezed, .table > tbody > tr > th.freezed, .table > tfoot > tr > th.freezed, .table > thead > tr.freezed > td, .table > tbody > tr.freezed > td, .table > tfoot > tr.freezed > td, .table > thead > tr.freezed > th, .table > tbody > tr.freezed > th, .table > tfoot > tr.freezed > th {
    background-color: #D8E3F2;
    color:black;
}



.portlet.box.print{
	border:0px !important;
}
@media print{
	.table > thead > tr > td.light-dark, .table > tbody > tr > td.light-dark, .table > tfoot > tr > td.light-dark, .table > thead > tr > th.light-dark, .table > tbody > tr > th.light-dark, .table > tfoot > tr > th.light-dark, .table > thead > tr.light-dark > td, .table > tbody > tr.light-dark > td, .table > tfoot > tr.light-dark > td, .table > thead > tr.light-dark > th, .table > tbody > tr.light-dark > th, .table > tfoot > tr.light-dark > th {
	    background-color: black;
	    color:white;
	}
}

div.portfolio-text span{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	margin-right: 10px;
	color:white;
	font-size: 28px;
	padding: 18px 7px;
}

/*  Portinos Orange */
.btn.pporange {
  color: white;
  text-shadow: none;	 
  background-color: #ff6600;
}
.btn.pporange:hover, 
.btn.pporange:focus, 
.btn.pporange:active, 
.btn.pporange.active,
.btn.pporange.disabled, 
.btn.pporange[disabled]{ 
  background-color: #ef8945 !important;
  color: #fff !important;
  outline: none !important;
}

/* NOTIFICACIONES */
li .no-read a
{
	background-color:#fff0c3 !important;
}

/* SISTEMA COTIZACIÓN */
.cotizacion_etapa {
    background-color:lightgoldenrodyellow !important;
}
.cotizacion_resultado{
    background-color:lightsteelblue !important;
}