body { background-color: transparent !important; }

.container { width: 100%; max-width: 1170px; }

.bg-success { margin-top: 15px;padding: 15px; border: 2px dotted #000; }

.multiselect div { margin-left: 25px; }
.multiselect label, .multiselect span { display: block; }
.multiselect input { margin-right: 10px; }

/*table.cont { width: 100%; }
table.cont tbody tr:nth-child(2n) { background: #f3f3f3; }
table.cont tbody tr:hover { background: #c2c2c2; }
table.cont th, table.cont td { padding: 5px; }*/

.pagination { text-align: center; width: 100%; }
/*.pagination a { display: inline-block; padding: 10px; }*/
.pagination > li > a, .pagination > li > span { float: none; }

.filtro .information h3 { text-align: center; }
.filtro .information h3::after { content: ""; display: inline-block; position: absolute; width: 0; height: 0; margin-top: 8px; margin-left: 10px;
    border: 10px solid; border-color: #000 transparent transparent;
}

.filtro .opciones { padding:10px 0; text-align:center; }
.filtro .opciones > input { margin: 0 12px; padding: 2px 7px; }
.filtro .opciones > a { margin-left: 7px; }
.filtro .form-group { margin-bottom: 7px; margin-right: 5px; }

.select2-selection  { min-width: 200px; }