/**** Eliminacion de bordes ****/
.admin-form .panel {
	border: none !important;
}
.admin-form .panel-footer {
	border: none !important;
}
.admin-form .panel-body {
}

/* ELIMINAR BORDES */
.admin-form .panel {
	border: none !important;	
}

.input_sin_borde {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
		  line-height: 0;
		  height:21px;
		  margin-top:5px;
}

.input_sin_borde:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}	
	
body {
	min-height:200px !important;
}
#content.table-layout > div, #content.table-layout > section {
	height: auto !important;	
}
.dt-panelfooter {
	border: none;
	background-color:none;	
}
.panel-body {
	border:none;	
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border:none;	
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border:none;	
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	border:none ;
}
.sorting_disabled {
	background-color: transparent !important;
}
.pagination > li > a, .pagination > li > span{
	border:none;	
}
.boton_sin_bordes {
	border:none;	
	margin-top:-4px;
}

.panel-heading-sin-bordes {
	border:none;
}
.panel_fondo_transparente{
	
	background-color:transparent !important;	
}