/*

* Override Pages default styles or create your own styles here

*/
.red {color: red};
.blue {color: blue};
.green {color: green};
.yellow {color: yellow};
.white {color: white};

/* browser print adjustment */
@media print
{
  .print-background-area {padding: 0px !important; margin:0px !important; background: white;}
  .print-container-area {display:block !important;}
  .noprint {display:none !important}
  .table-bordered{
    border:1px solid black !important;
    margin-top:20px;
    }
  .table-bordered > thead > tr > th{
    border:1px solid black !important;
  }
  .table-bordered > tbody > tr > td{
    border:1px solid black !important;
  }
  .table-bordered > tfoot > tr > td{
    border:1px solid black !important;
  }
  .border {
    border-color:black !important;
  }
}
.dt-button-info {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  left: 90px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3B4752;
  border-radius: 10px;
  background-color: white;
  opacity: 0.9;
}
@media only screen and (max-width: 600px) {
  .notification-toggle {
    width: 360px;
  }
}