/*this css create for the alert message showing on page overlay*/

  .myalert-success {
    padding: 15px;
    background-color: #ddffdd;
    margin: auto;
    text-align: center;
    top: 80px;
    margin-left: 30%;
    margin-right: 30%;
    height: 50px;
    width: 300px;
    position: absolute;
    color: green;
    z-index: 2;
    border-radius: 10px;
    cursor: default;
  }
.myalert-danger {
    padding: 15px;
    background-color: #ffb3b3;
    margin: auto;
    text-align: center;
    top: 80px;
    margin-left: 30%;
    margin-right: 30%;
    height: 50px;
    width: 300px;
    position: absolute;
    color: red;
    z-index: 2;
    border-radius: 10px;
    cursor: default;
  }

  .customFont{
    font-size: 10px; 
  }

  .tableheader-color-gray{

    background-color: none;
  }

