#secciones .list-group-item , 
#asociados_folleto .list-group-item, 
#asociados .list-group-item {
    cursor: e-resize;
}
#secciones_folleto .list-group-item {
    cursor: move;
}

.input-color::-webkit-color-swatch {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.input-color::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.color-swatch-body {
    white-space: inherit !important;
}

.cursor-pointer {
    cursor:pointer;
}

.alert-rojo {
    stroke: red;
}

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  width: 10px !important;
}

.form-control {
    height: 40px;
}

textarea.form-control {
    height: auto;
}