﻿/*********************************************/
/*Global style for reports and tables*/
.tableDetalle {
	font-size: smaller;
}

.title-report {
	text-align: center;
}

.subtitle-report {
	text-align: center;
	color: gray;
}

.title-report, .subtitle-report {
	display: contents;
}

/*ligada a DetalleProveedor - comparativo*/
.vs {
	background-color: #c0d4ea;
}

.btn_sInicial {
	cursor: pointer;
}

.btnAbonos {
	cursor: pointer;
}

.btnCargos {
	cursor: pointer;
}

.btn_sFinal {
	cursor: pointer;
}

.dt-excel1 {
	background-color: #16a085 !important;
	color: white !important;
	border: 1px solid #16a085 !important;
}

	.dt-excel1:hover {
		background-color: #218672 !important;
		color: white !important;
	}

.dt-pdf1 {
	background-color: #6890bb !important;
	color: white !important;
	border: 1px solid #6890bb !important;
}

	.dt-pdf1:hover {
		background-color: #4679b0 !important;
		color: white !important;
	}

.dt-colvis1 {
	background-color: #919aa3 !important;
	color: white !important;
	border: 1px solid #919aa3 !important;
}

	.dt-colvis1:hover {
		background-color: #585757 !important;
		color: white !important;
	}

dt-button-collection {
	width: 170px !important;
}

div.dt-button-background {
	display: none !important;
}

.dt-button.buttons-columnVisibility {
	background: white !important;
	color: black !important;
	opacity: 0.5 !important;
	text-align: left !important;
	border: none !important;
}

	.dt-button.buttons-columnVisibility.active {
		background: #585757 !important;
		color: white !important;
		text-align: left !important;
		border: none !important;
	}
/*************************************************/
