/*
 * @file
 * Provides the layout styles for layout_threecol_33_34_33.
 *
 * @todo Using display: flex requires https://www.drupal.org/node/2842298 to be
 * in before this can be marked as stable.
 */

.ui-dialog{
  top: 100px !important;
}

.ui-dialog h4{
  font-size: 16px;
  font-weight: normal;
  float: left;
}

.dialog-off-canvas-main-canvas{
  padding-right: 0 !important;
}

#drupal-off-canvas summary{
  background-color: #333;
}

body.role-editor_3x3 .new-section, body.role-administrator .new-section,
body.role-editor_3x3 .tabs.primary, body.role-administrator .tabs.primary,
body.role-editor_3x3 #block-starterkits-help, body.role-administrator #block-starterkits-help,
body.role-editor_3x3 .tabs.secondary > li:last-child, body.role-administrator .tabs.secondary > li:last-child,
body.role-editor_3x3 .remove-section, body.role-administrator .remove-section,
body.role-editor_3x3 .layout-builder-block-update, body.role-administrator .layout-builder-block-update{
  display: none;
}

body.page-node-subhome.role-editor_3x3 .remove-section,
body.page-node-subhome.role-administrator .remove-section,
body.page-node-subhome.role-editor_3x3 .new-section,
body.page-node-subhome.role-administrator .new-section{
  display: inline-block;
}

.block-linea-de-tiempo-form .field--name-info{
  display: none;
}

body.role-editor_3x3 .layout--threecol-33-34-33 > .layout__region .contextual{
  display: inline-block;
}
.layout-section .remove-section{
  text-indent: 0px;
  padding-left: 23px;
  margin-left: 10px;
}

body.role-editor_3x3 .u-md-size8of10{
  width: 100% !important;
}

.form-wrapper{
  padding-bottom: 10px;
  /*border-bottom: solid 1px #ccc;*/
  margin-bottom: 10px;
}
.form-wrapper label{
  display: block;
}

.field--name-field-contenidos table.field-multiple-table{
  width: 100%;
}

.field--name-field-contenidos .field-multiple-table tbody tr{
  border-bottom: dashed 1px #3155a6;
}

.ui-dialog .field--name-field-contenidos .field-multiple-table .form-wrapper{
  border-bottom: none;
}
.ui-dialog .field--name-field-contenidos .tabledrag-handle .handle{
  padding-right: 0.7em;
}

.Module .capacidad-filas {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  color: #9F6000;
  background-color: #FEEFB3;
  z-index: 1;
}

tr.draggable {
  border-top: 1px solid silver;
}

.block-navegacion-local-form .form-item {
  margin-bottom: 20px;
}

.field--name-field-tematicas label,
.field--name-field-publicos label{
  display: inline-block;
}
