.b-example-divider {
  width: 100%;
  height: 2.25rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  /* margin-bottom: 1rem; */
  text-indent: 1vh;
  text-align: center;
  font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-size: large;
  border-radius: var(--bs-border-radius) !important;
  align-items: center !important;
  display: flex !important;
  padding-left: 1rem;

}

.margin-form {
  padding-left: 1%;
}


.dataTables_filter {
  float: left !important;

}

.filterddl {
  float: right;
}

.dataTables_filter input {
  width: 300px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  text-indent: 10px;
  margin-right: 5px;
}




@media (max-width: 600px) {
  div.dataTables_wrapper {
    min-height: 50px;
  }
}

@media (min-width: 1000px) {
  div.dataTables_wrapper {
    min-height: 275px;
  }
}



div.fg-toolbar.ui-toolbar.ui-corner-tl {
  position: inherit;
}

div.fg-toolbar.ui-toolbar.ui-corner-bl {
  position: absolute;
  bottom: 0;
  width: 100%
}

/*div.dataTables_paginate { position: relative; float: right;} */

/* div.dataTables_scrollBody thead {           
  display: none;
} */


.text-wrap {
  white-space: normal;
}

.width-200 {
  width: 200px;
}


td.details-control {
  background: url('https://datatables.net/examples/resources/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('https://datatables.net/examples/resources/details_close.png') no-repeat center center;
}


table.dataTable tbody td.no-padding {
  padding: 0;
}


.balance {
  background-color: rgb(234, 144, 108) !important;
}

.sistemapuntos {
  background-color: rgb(132, 245, 138) !important;
}

tfoot {
  background-color: azure;
  font-size: large;
  font-weight: bold"

}

/* 
@media (max-width: 767) {
  .autosized .label { font-size: 10px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .autosized .label { font-size: 14px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .autosized .label { font-size: 16px; }
}

@media (min-width: 1200px) {
  .autosized .label { font-size: 20px; }
} 

*/

select.combobox_filtro {
  display: inline;
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

input[type=date].combobox_filtro {
  display: inline;
  width: 150px;
  margin-left: 25px;
  margin-right: 25px;
}



div.dt-top-container {
  /*     display: grid;
          grid-template-columns: auto auto auto;
           */
  text-align: center
}

div.dt-center-in-div {
  margin: 0 auto;
  display: inline-block;
}

div.dt-filter-spacer {
  margin: 10px 0;
}

td.highlight {
  background-color: whitesmoke !important;
}

div.dt-left-in-div {
  float: left;
}

div.dt-right-in-div {
  float: right;
}

video {

  width: 100%;
  height: 450px;
  object-fit: contain;

  /* width: 480px;
  height: 480px;
  background: rgba(0, 0, 0, 0.2); */
}

/* -webkit-transform: scaleX(-1); */
/* mirror effect while using front cam */
/* transform: scaleX(-1); */
/* mirror effect while using front cam */


canvas,
.pictures {
  width: 192px;
  height: 192px;
  -webkit-transform: scaleX(-1);
  /* mirror effect while using front cam */
  transform: scaleX(-1);
  /* mirror effect while using front cam */
  margin: 1%;
  vertical-align: top;
}



.picture_entrega {
  width: 80%;
  height: 40%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  margin: 1%;
  vertical-align: top;
}

