.modal-dialog {
  width: 600px;
  margin: 5% auto !important;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* Modal - header */
.modal-header {
  padding-top: 0px !important;
  padding-bottom: 1px !important;
  font-weight: bolder;
  font-size: 16px;
}

.modal-body {
  font-size: 14px;
}

.tbl-body-modal thead th {
  padding: 8px 2px !important;
  /* border: #D1D1D1 1px solid; */
}

.tbl-body-modal tbody td {
  padding: 4px 10px 4px 10px !important;
  /* border: #D1D1D1 1px solid; */

}

.tbl-body-modal thead th {
  text-align: center;
  background: #D9EFFE;
  color: black;
  border: 2px solid #fff !important;
}

/* The Close Button */
.close {
  top: 5px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* GENERAL CLASS */
.overflow-hidden {
  overflow: hidden !important;
}

.w100ps {
  width: 100% !important;
}

.w95ps {
  width: 95% !important;
  margin: 2% auto !important;
}

.w90ps {
  width: 90% !important;
}

.w80ps {
  width: 80% !important;
}

.w70ps {
  width: 70% !important;
}

.h100ps {
  height: 100% !important;
}

.h90ps {
  height: 90% !important;
}

.h95ps {
  height: 95% !important;
}

.h50ps {
  height: 50% !important;
}

.m3ps-auto {
  margin: 3% auto !important;
}