form label.required:after{
  color: red;
  content: ' * '
}

.error {
  color:red;
  background-color: #FFF;
  padding-top: 3px;
}

/* custom table */
.table-sm tr td, tr th{
  padding: 7px 7px 7px 7px;
  border-top: none;
  border-bottom: 1px solid #f0f0f0;
}

.table-no-border tr td, tr th{
  border: none;
}

.table-md tr td, tr th{
  padding: 8px 8px 8px 8px;
  /* border-top: none;
  border-bottom: 1px solid #f0f0f0; */
}

.table-fixed tr td{
  padding: 5px 7px 5px 7px;
}

.table-fixed tr th{
  padding: 7px 0px 7px 6px;
  border-top: none;
  border-bottom: none;
}


.table-fixed tbody {
  max-height: 40vh;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}
.table-fixed tr:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.table-fixed tbody td,
.table-fixed thead > tr > th {
  float: left;
}

.modal-custom {
  box-shadow: 2px 2px 5px rgba(157, 80, 187, 0.1);
  background: rgba(0, 0, 0, 0.8);
}

/* report WBA */

.papi-chart-container {
    background-image: url("../images/papikostik.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 500px;
    height: 500px;
    padding: 50px 50px 50px 50px;
    margin: 0 auto;
}

.papi-chart-container-en {
  background-image: url("../images/papikostik-en.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 500px;
  height: 500px;
  padding: 50px 50px 50px 50px;
  margin: 0 auto;
}
.papi-chart{
    width:400px;
    height:400px;
    position: relative;
    z-index: 10;
}

table.table-bordered tr th {
  border-top: none;
  padding: 10px;
}

.bling {
  background-color: #ffffff;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 12pt;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
}
@keyframes glowing-warning {
  0% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
  50% {
    background-color: #f0ad4e;
    box-shadow: 0 0 20px #eea236;
  }
  100% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
}
.bling-warning {
  animation: glowing-warning 1300ms infinite;
}

@keyframes glowing-success {
  0% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
  50% {
    background-color: #5cb85c;
    box-shadow: 0 0 20px #4cae4c;
  }
  100% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
}
.bling-success {
  animation: glowing-success 1300ms infinite;
}

@keyframes glowing-danger {
  0% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
  50% {
    background-color: #d9534f;
    box-shadow: 0 0 20px #d43f3a;
  }
  100% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
}
.bling-danger {
  animation: glowing-danger 1300ms infinite;
}
