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

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.page-header .page-header-top .page-logo .logo-default {
  margin: 10px 0 0 0;
}

table.dataTable th.actions {
	text-align: center;
}

table.dataTable td.fecha {
	width: 90px;
}

table.dataTable td.edit {
	text-align: center;
	width: 28px;
}

table.dataTable td.delete {
	text-align: center;
	width: 55px;
}

select.form-control option#empty-value {
	color: #cccccc;
}

.padding-left-15 {
	padding: 0;
	padding-left: 15px;
}

.padding-right-15 {
	padding: 0;
	padding-right: 15px;
}

.padding-0 {
	padding: 0;
}

#icono-guardar-calculo, #icono-solicitar-certificado {
	font-size: 9em;
	line-height: 1.5em;
}