.visorTextoBandejaTarea {
  min-height: 200px;
  height: 100%;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 10px;
}

.tabla_bandeja_entrada .react-grid-Container {
  width: 100% !important;
}

.bandeja.list-group .dl {
  flex-wrap: wrap!important;
  align-content: space-between!important;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  overflow: initial;  
}

.bandeja .list-group-item {
  margin: 5px;  
  height: auto;
  background: transparent;
  min-width: 25em;
  display: table-cell;
  max-width: 300px;
}

.bandeja .inner-box
{
  max-width: 300px;
}

.bandeja .boxes,
.bandeja .list-group-item {
  border: none;
  border-radius: 1em;
}

.bandeja .boxes
{
  height: 100%;
  display: grid;  
}

.bandeja .boxes.notme
{
  opacity: 0.8;
}

.bandeja pre {
  border-radius: .7em .7em 0 0 !important;
}

.bandeja .list-group-item pre,
.bandeja .list-group-item span {
  font-size: 105%;
}

.bandeja .list-group-item .tarjeta {
  min-height: 180px;
  overflow: auto;
  justify-content: flex-start;
  flex: 1;
  margin-left: 1em;
}

.bandeja .tarjeta td {
  padding-right: .5rem;
  border-top: 1px solid #ece2e2;
  border-bottom: 1px solid #ece2e2;
}

.bandeja .tarjeta label,
.bandeja .tarjeta span {
  margin: 0;
}

.bandeja .header,
.bandeja .header.list-group-item:nth-of-type(odd) {
  background: #879bb2;
  color: #ffffff;
}

.bandeja .label {
  margin: 1px;
}

.bandeja .label-left,
.label-left {
  border-radius: 5px 0 0 5px;
  border: 1px solid #3b4c55;
  min-width: 7em;
  margin-right: 0;
  text-align: right;
}

.bandeja .label-right,
.label-right {
  border: 1px solid #3b4c55;
  border-radius: 0 5px 5px 0;
  min-width: 7em;
  margin-left: 0;
}

.cs-popover {
  margin: 0;
  padding: 0;
}

/***
POPOVER TABLAS
*/
.tableB {
  font-size: 1em;

  border-radius: 5px 5px 0 0 !important;
  border-collapse: separate !important;
  background: transparent;
}

.tableB tbody tr {
  margin-top: .6em;
}

.tableB tbody tr {
  border: none;
  background: #FFFFFF;
}

.tableB tbody td {
  padding: .5em;
}

.tableB .trBTitulo th {
  background-color: #b6eaa4;
  padding: .5em;
}

.tableB_101702000001 {
  border: solid 1px #b6eaa4 !important;
}

.tableB_101702000002 {
  border: solid 1px #82a3e8 !important;
}

.tableB_101702000003 {
  border: solid 1px #a1b1c8 !important;
}

.tableB_0 {
  border: solid 1px #ffb980 !important;
}

.tableB_101702000001 .trBTitulo th {
  background-color: #b6eaa4;
}

.tableB_101702000002 .trBTitulo th {
  background-color: #82a3e8;
  color: #FFFFFF;
}

.tableB_101702000003 .trBTitulo th {
  background-color: #a1b1c8;
  color: #FFFFFF;
}

.tableB_0 .trBTitulo th {
  background-color: #ffb980;
  color: #FFFFFF;
}

.cs-bandeja .nav-pills {
  text-transform: uppercase;
  font-weight: bold;
}

.cs-bandeja .nav-pills > li.active > a {
  background: #DFDFDF;
  border-radius: initial;
}

.cs-bandeja .nav-pills > li.active > a:hover {
  background: #DDDDDD;
}

.cs-bandeja .cs-menu-tab
{
  border-bottom: none;
  padding-bottom: 5px;
}

.cs-listamail {
  background: #DFDFDF;
  margin: .5em;
}

.listaMail .card:hover {
  background-color: #eeeeee;
}

.listaMail h4 {
  padding: .5em 0;
}

.contenedorMail .label,
.listaMail .label-default {
  margin-left: .2em;
}

.cs-card {
  background-color: #FFFFFF;
  margin: 5px 0;
}



.cs-card .label-default {
  background-color: #e9d5e3;
  color: #6d2558;
}

.cs-card .label-default:nth-child(2),
.cs-card .label-default:nth-child(5) {
  background-color: #f4f4dc;
  color: #636328;
}

.cs-card .label-default:nth-child(3),
.cs-card .label-default:nth-child(6) {
  background-color: #e8c1c1;
  color: #974d4d;
}

.cs-card.active {
  background-color: #ffb980;
}

.cs-card.lcMail
{
  margin: 0;
  border-top: 1px solid #cccccc;
  padding-top: 1em !important;
}
