 tr:hover {
  background: transparent;
} 
 

.escolha {
  width: auto;
  height: auto;
  border: solid 1px;
  padding: 5;
  margin-left: 5px;
  background: white;
  color: tomato;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.escolha:hover {
  background-color: teal;
  color: white;
} 

.active {
  cursor: pointer;
  width: 150px;
  height: auto;
  border: solid 1px;
  padding: 5;
  margin-left: 5px;
  background-color: teal;
  color: white;
  border-radius: 4px 4px 4px 4px;
}
.flex-container > div {
    background-color: white;
    border: 1px solid gray;
    margin: 10px;
  text-align: center;
  font-size: 15px;
  height: 197px;
  width: 245px;
  box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
  border: solid #e6570f 2px;
  border-radius: 3%;
  z-index: 1;
}

.headerDash {
    cursor: pointer !important;
    width: 100%;
    height: 35px;
    background: #1c355d !important;
    color: white;
    border-radius: 4px 4px 0px 0px;
    font-size: 22px;
}
.bodyDash > p {
    height: 158px;
    font-size: 22px;
    border-radius: 0px 0px 4px 5px;
}

p > span {
    font-size: 12px;
}



.titleManual {
  text-align: left;
  margin-left: 10px;
  display: block;
  z-index: 1;
  color: #686868;
}
.titleManual > div {
  margin-top: 3px;
  margin-left: -6px;
}
.titleManual > div > span {
  font-size: 11px;
  /* margin-left: 2em; */
  font-weight: bold;
  position: absolute;
  color: #686868;
}
.spanTitleManual {
  margin-top: 10px;
  position: absolute;
  margin-top: 11px;
  font-style: italic;
  color: #686868;
  font-weight: bold;
}
.pipeManual {
  width: 14px;
  height: 14px;
  background: #686868;
  /* margin-top: 3px; */
  /* margin-left: -6px; */
  border-radius: 50%;
}

.titleOperador {
  margin-top: 25px;
  text-align: left;
  margin-left: 10px;
  display: block;
  z-index: 1;
  color: #e6570f;
}
.titleOperador > div {
  margin-top: 3px;
  margin-left: -6px;
}
.titleOperador > div > span {
  font-size: 11px;
  /* margin-left: 2em; */
  font-weight: bold;
  position: absolute;
  color: #e6570f;
}
.spanTitleOperador {
  margin-top: 10px;
  position: absolute;
  margin-top: 10px;
  font-style: italic;
  color: #e6570f;
  font-weight: bold;
}

.titleRouteasy {
  margin-top: 25px;
  text-align: left;
  margin-left: 10px;
  display: block;
  z-index: 1;
  color: #1c355d;
}
.titleRouteasy > div {
  margin-top: 3px;
  margin-left: -6px;
}
.titleRouteasy > div > span {
  font-size: 11px;
  /* margin-left: 2em; */
  font-weight: bold;
  position: absolute;
  color: #1c355d;
}
.spanTitleRouteasy {
  margin-top: 10px;
  position: absolute;
  margin-top: 10px;
  font-style: italic;
  color: #1c355d;
  font-weight: bold;
}

.original {
  height: 157px;
  border-radius: 0px 0px 4px 4px;
}

.box {
  background: #29262636;

  line-height: 93px;
  text-align: center;
  transform: rotate(-55deg);
  font-size: 19px;
  margin-top: 27px;
  border-radius: 7%;
}
.spin {
  cursor: pointer;
}


/* teste pra cima  */

ul.semaforo {
    position: relative;
    padding: 4px;
    list-style-type: none;
    border: 1px solid black;
    width: 74px;
    height: 29px;
    border-radius: 5px;
    background: black;
}

ul.semaforo li {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: lightgrey;
}

.verde li:nth-of-type(1) {
    border-color: limegreen;
    background-color: limegreen;
    background: radial-gradient(center, ellipse cover, #00ff00 1%, #32cd32 100%);
}

.naranja li:nth-of-type(2) {
    border-color: orange;
    background-color: orange;
    background: radial-gradient(center, ellipse cover, #ffd700 1%, #ff8c00 100%);
}

.rojo li:nth-of-type(3) {
    border-color: red;
    background-color: red;
    background: radial-gradient(center, ellipse cover, #ff0000 1%, #cc0000 100%);
}

.paineldash {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    background: #1c355d;
    color: white;
    padding: 10px;
    height: auto;
    border-radius: 13px;
}

#feedback {
    font-size: 0.4em;
}

#selectable .ui-selected {
    background: #F39814;
    color: #1c355d;
}

#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#selectable li {
    margin: 6px;
    padding: 14px;
    float: left;
    width: 65px;
    height: 65px;
    font-size: 0.5em;
    text-align: center;
    border-radius: 64px;
    border: 2px solid #e7580f;
}

.flex-container {
    margin-top: 5em;
    flex-wrap: wrap;
    background-color: rgb(28, 53, 73);
    display: flex;
    flex-direction: row;
    user-select: none !important;
    padding-top: 22px;
    padding-left: 40px;
}

.scannerPrincipal {
    border: none;
    border-bottom: 2px solid #1c355d;
    width: 130px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #ddd;
    background-image: url(img/ico/searchicon24.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 3px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.scannerPrincipal:focus {
    width: 50%;
    background-color: white;
    border-bottom: 2px solid #1c355d;
}

.dialogdemoBasicUsage #popupContainer {
    position: relative;
}

.dialogdemoBasicUsage .footer {
    width: 100%;
    text-align: center;
    margin-left: 20px;
}

.dialogdemoBasicUsage .footer,
.dialogdemoBasicUsage .footer>code {
    font-size: 0.8em;
    margin-top: 50px;
}

.dialogdemoBasicUsage button {
    width: 200px;
}

.dialogdemoBasicUsage div#status {
    color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
    margin-bottom: 0;
}



/* daqui para baixo foi reajustado hml e css */


#chart-container {
  margin-top: 137px;
}



.openRoute {
    color: white;
    cursor: pointer;
    font-size: 16;
    font-weight: bold;
    margin-left: 20px;
}
.openRoute:hover {
    color: var(--details-color);
  cursor: pointer;
  font-weight: bold;
  font-size: 16;
  margin-left: 20px;
}



.cardRouter {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 2em;
}

.cardRouter .card {
    margin-bottom: 15px;
    margin-left: 15px;
    display: -ms-inline-grid;
    flex-wrap: wrap;
    flex-direction: row;

}

.cardContent {
    background: white;
    border-radius: 3%;
    margin-right: 20px;
    width: 506px;
    height: 199px;
}

.cardContentHeader {
    background: var(--secondary-color);
    color: oldlace;
    padding: 18px;
    border: solid 2px var(--details-color);
    border-radius: 6px 6px 0px 0px;

}.cardContentbody {

    border-radius: 0px 0px 10px 10px;
    border: solid 1px var(--details-color);
    padding: 10px;
    height: 134px;
        background: aliceblue;

}

.cardContentbody table {
    width: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

/* .cardContentbodyFooter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -129px;
    margin-left: 268px;
} */

.cardContentbodyFooter .QtdServicos {
    display: flex;
    text-align: center;
    display: block;
    z-index: 4;
    /* width: 220; */
    position: absolute;
    text-align: center;
    margin-top: 44px;
    margin-left: -20px;
    display: inline-grid;
    flex-wrap: wrap;
}

.cardContentbodyFooter .QtdServicos > span {
  font-size: 12px;
  font-weight: 900;
  color: var(--secondary-color);
}
.cardContentbodyFooter .QtdServicos p {
    font-size: 13px;
    color: gray;
    margin: 0;
    align-self: flex-start;
    text-align: left;
    width: 100%;
}
.cardContentbody table {
    /* border: 2px solid #e7580f; */
    border-radius: 6px;
    border-collapse: collapse;
}

.cardContentbody table tbody tr {
    height: 35px;
}

.cardContentbody table tbody tr td {
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    /* border: 2px solid #e7580f; */
}

.cardContentbody table tbody tr td:first-child {
    width: 20px;
    padding-left: 0;
}

.cardContentbody .status-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.cardContentbody .status-routeasy {
    background: var(--secondary-color);
}

.cardContentbody .status-ajuste {
    background: var(--details-color);
}

.cardContentbody .status-manual {
    background: gray;
}

.cardContentbody table tbody tr td:nth-child(3),
.cardContentbody table tbody tr td:nth-child(4) {
    text-align: right;
    font-weight: 800;
    font-size: 12px;
}

.cardContentbody table tbody tr td:last-child span {
    font-weight: 800;
    padding-left: 5px;
}

.cardContentbody table tbody tr {
    color: var(--secondary-color);
}

.cardContentbody table tbody tr:nth-child(2) {
    color:  var(--details-color);
}

.cardContentbody table tbody tr.dadosCasa {
    color: gray;
}

.cardContentbody table tbody tr td[rowspan="3"] {
    vertical-align: middle;
    text-align: center;
    padding: 0;
}