 html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.is-dropdown-submenu>li:hover {
  background-color: lightblue;
}

.is-dropdown-submenu>li {
  border-bottom: 1px dotted lightgray;
}

.numero{
  margin-left: 10px;
}

.container {
    height: 98%;
    // background: #f0e68c;
    // background: #f0e68c;
    background-color: #414042; 
    background-color: #666;
    // overflow-y: none;
}

.c5 {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.cd {
  max-width: 400px; 
  min-width: 250px; 
  padding: 5px; 
  display: inline-flex; 
  margin: 5px;
  /*
  min-height: 300px;
  max-height: 300px;
  */
}


.cell {
	/*
	border: 1px solid black;
	border-collapse: collapse;
	*/
	white-space:nowrap;
	overflow:hidden;
}

.sl {
	float: left;
	margin: 5px;
}

.sr {
	float: right;
	margin: 5px;
}

.row {
  background: $light-gray;
  margin-bottom: 1rem;
}

.tjs {
	text-align: left !important;
    margin-left: 5px !important;
    border: none !important;
    font-size: 12px !important;
}

.pm5 {
  padding: 5px;
  margim: 5px;
}

.dotted {
  border-bottom: 1px dotted;
}

.opc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100% !important;
}

.cor_barra{
  background: #2196F3 !important;
}

.barra {
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
}

.central {
  max-width: 1160px;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
}

.responsive-card-table {
  border-collapse: collapse;
}

.pd5 {
  padding: 5px;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
    
  }

  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }

  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }

  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }

  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }

  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }

}

.icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #33b5e5;
    color: #fff;
    margin-top: 23px;
    margin-left: 5px;

}

