
@font-face {
  font-family: "Roboto Mono";
  src: url("RobotoMono.ttf") format("truetype");

  /*font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Regular.ttf") format("truetype");*/
}

html * {
  color:s #ffffff !important;

  font-family: 'Roboto Mono', monospace;

  /*font-family: 'Source Sans Pro', sans-serif;*/

}

/**Custom Table Design Start Here*/
#tablestyleslbis {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tablestyleslbis td,
#tablestyleslbis th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tablestyleslbis tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tablestyleslbis tr:hover {
  background-color: #ddd;
}

#tablestyleslbis th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #17A2B8;
  color: white;
}
/**Custom Table Design End Here*/


/** <div class="modal-dialog modal-xl"> */
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
}

.msgmodal1{
  width: 100%;
  padding-top: 5px;
  height: 45px;
}

.line{
  padding: 0px;
  margin-top: 0px;
}

.contentinfo{
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* Gradient transparent - color - transparent */

hr.style-dash {
  border-top: 1px dashed rgb(0, 0, 0);
}

.report-bg-color {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(115,134,213);
  background: linear-gradient(90deg, rgba(115,134,213,1) 0%, rgba(255,255,255,1) 100%);
}

.div-msg-center {
  background-color: #D1E7DD;
  border-radius: 9.708px;
  width: 50%;
  position: absolute;
  top: 10%;
  left: 43%;
  transform: translate(-50%, -50%);
  padding: 10px;
  z-index: 10000;
}
