/* custom styles */
.krumo-root {
    text-align: left !important;
}
/* biblioteca */
.view-biblioteca table td span.nuevo {
    color: #D01C27;
    font-size: 85%;
}
/* admin biblioteca */
.node-documento_empleado-form {
    text-align: left;
}
.node-documento_empleado-form #edit-title {
    width: auto;
}
.node-documento_empleado-form label {
    font-weight: bold;
}
.node-documento_empleado-form label.option {
    font-weight: normal;
}
.node-documento_empleado-form #edit-field-destinatarios-preview .tabledrag-toggle-weight-wrapper {
    display: none;
}
.node-documento_empleado-form .field-type-datestamp * {
    margin: 0;
    padding: 0;
}
.node-documento_empleado-form .field-type-datestamp label {
    display: none;
}
.node-documento_empleado-form .field-type-datestamp legend {
    font: inherit;
    border: none;
}
.node-documento_empleado-form .oculto {
    display: none !important;
}
.node-documento_empleado-form .alert-block {
    text-align: left;
}
.node-documento_empleado-form .alert-block ul {
    list-style-position: inside;
}
form#views-exposed-form-admin-documentos-page .views-exposed-form input.form-text,
form#views-exposed-form-admin-documentos-page select {
    max-width: 165px;
}
form#views-exposed-form-admin-documentos-page .views-widget-filter-created {
    position: relative;
    top: -23px;
}
form#views-exposed-form-admin-documentos-page .views-exposed-widget {
    float: left;
    margin-right: 15px;
}
form#views-exposed-form-admin-documentos-page .views-submit-button {
    clear: left
}
form#views-exposed-form-admin-documentos-page .views-submit-button * {
    margin: 0;
}
/* estadisticas y exportaciones */
form#exportar-datos-form fieldset {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.page-bibliotecav2 .ui-icon {
    background-image: none !important;
}

#accordion > h3.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all {
	background: #3e3d40;
    color: white;
    font-weight: bold;
    padding: 5px;
}

#accordion > h3.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top {
	font-size: 1.2em;
	font-weight: bold;
	color: #3e3d40;
	padding: 5px;

}

#field-biblioteca-segmento-add-more-wrapper .tabledrag-toggle-weight {
    display: none;
}

.page-bibliotecav2 .ui-corner-top, .page-bibliotecav2 .ui-corner-all {
    border-radius: 0;
}

table {
  border-collapse: collapse;
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

tbody {
  border-top: 1px solid #ccc;
}

tr.even,tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

th.active img {
  display: inline;
}

td.active {
  background-color: #ddd;
}
