/* CSS personalizados para el tema */
/*table tbody { display:block; max-height:450px; overflow-y:scroll; }
table thead, table tbody tr { display:table; width:100%; table-layout:fixed; }
*/
.te_fondo-modal-header {
	color: #fff;
	background-color:#dd4b39;
	min-height:45px;
	padding-top:7px;
	padding-bottom:5px;
	text-transform: uppercase;
}

.te_fondo-modal-body{
  background-image: url("../img/fons_modal.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.te_fondo-modal-footer{
  background-color:#fafafa;
}

.te_tbody_tabla{
	color: #fff;
	background-color:#dd4b39;
}



.large-notice {
  background-image: url("../img/fons_modal.png");
  background-position: top right;
  background-repeat: no-repeat;	
}

.datatable-scroll {
    overflow-x: auto;
    overflow-y: visible;
}