html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
* {
  outline: none;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: #f4f0f0;
  border-radius: 2px;
}
*::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 2px;
}

#load {
  display: none;
}
#load img {
  position: relative;
  left: 50%;
  margin-left: -20%;
}
#conteudo {
  min-height: calc(100% - 82px);
}

.conteudo {
  margin-top: 10px;
}
/*
.row-conteudo-dp{
	border-bottom: 1px solid #E6E6E6;
}
*/
.row-conteudo-dp:hover {
  background-color: #e6e6e6;
  border-radius: 5px;
}

.tempsolicitante {
  cursor: pointer;
}
.tempsolicitante:hover {
  opacity: 0.7;
}
.body-demanda {
  font-size: 0.898em;
}

.disabled {
  opacity: 0.7;
}
