.page-body {
  overflow:auto;
}

.myModal{
  position:fixed;
  top:0;
  padding-top: 3em !important;
  left:0;
  z-index:1050;
  width:100% !important;
  max-width:100% !important;
  height:100%;
  overflow:hidden;
  background-color: rgba(0,0,0,.4);
  outline:0
}

.zColorDanger
{
  color:#dc3545 !important;
}

.zColorPrimary
{
  color:#0d6efd !important;
}

.zColorInfo
{
  color:#0dcaf0 !important;
}

.zColorSecondary
{
  color:#6c757d !important;
}
.zColorSuccess
{
  color:#198754 !important;
}

.zColorWarning
{  
  color:#ffc107 !important;
}

.zColorDim
{
  color:lightgrey !important;
}
