body{
  background: rgb(244,244,244);
  background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
}
.panel-heading {
  padding: 8px 10px 12px 10px;
  vertical-align: middle;
}
.select2-container {
  width: 100% !important;
}
input::placeholder {
  color: #E0E0E0 !important;
}
pre.dbg, pre.pre-dbg{
	font-size: 12px;
	background-color: #000;
	color: #fff;
  text-align: justify;
  padding: 1em 2em;
  word-wrap: break-word;
  max-height: 400px;
}
.ar{
	color: #77CBFF;
}
.comp{
	color: #EEF2A9;
}
.rsp{
  margin: 1em 0px;
  text-align: justify;
}
.has-error{
  border: 2px solid #fadbd8;
  border-radius: .35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.has-error:focus{
  color: #6e707e;
  background-color: #fff;
  border-color: #D32D21;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 204, 200, 0.8);
}
.table {
  font-size: 12px;
}
.card{
  margin-bottom: 1.5em;
}
.alert{
  font-size:12px !important;
}
.ul-info{
  margin:0px;
  padding:0px;
}
.ul-info li{
  margin: 5px 0px;
  list-style:none
}
.ul-info li strong{
  display:inline-block;
  width:110px;
}
.ul-info li small{
  font-size:12px;
}
.txt-scroll-y{
  max-height:300px;
  overflow-y:auto;
  padding:10px;
}
.txt-min{
  padding-top:6px;
  font-size: 10px;
}
.flx-btn{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.report-ul{
  list-style:none;
  margin:0px;
  padding:0px;
  max-height:300px;
  overflow:auto;
}
.report-li{
  margin:0px;
  padding:5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.sidebar .nav-item .nav-link.active {
  color: #e9ca72 !important;
}