.green {color:green}
.red {color:red}
th.dt-center, td.dt-center { text-align: center; }
.content {
	padding-top:10px;
}

.sidebar-nav-v1 > li.active:hover {
	background-color: var(--secundario) !important
}

#sidebar-nav li:hover {
	background-color: #eee
}

.bottom-marg{
	margin-bottom:20px;
}

td.details-control {
    background: url('../img/icons/flat/search.png') no-repeat center center;
    background-size: 30px 30px;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/icons/details_close.png') no-repeat center center;
}

#view_pdf{
	background-image: url('../img/icons/dark/pdfDoc.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*exactly the width and height of the image*/
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: #F9F9F9;
	cursor: pointer;
	outline: 0;
}

#download_pdf{
	background-image: url('../img/icons/dark/download3.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*exactly the width and height of the image*/
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: #F9F9F9;
	cursor: pointer;
	outline: 0;
}

.ui-datepicker-calendar {
    display: none;
}

.hiddenCustom{
    display: none;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  color: black!important;
  border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  color: black!important;
  border-color: transparent;
}