.customHeaderBar {
    background: #2990f1 !important;
}
.customHeaderBar .title {
    color: #fff;
}
.customHeaderBar .button {
    color: #fff !important;
}

.custom-subheader {
    color: #333;
    display: block;
    text-align: center;
    font-size: 1.20em;
    background: #eeeeee;
}

.custom-content{
    padding: 10px;
}

.table-header-title{
    font-size: 1.20em;
}

.row.table-body{
    margin-top: 0;
    padding-top: 5px;
}
.custom-Signature{
    padding-left: 25px;
    padding-top: 10px;
}

.custom-Signature .wrapper {
    position: relative;
    width: 600px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .custom-Signature .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:600px;
    height:200px;
    background-color: white;
  }

  .custom-Signature .left-border{
    height: 100%;
    position: absolute;
    width: 20px;
    border: 1px solid;
    border-right: none;
  }

  .custom-Signature .right-border{
    height: 100%;
    position: absolute;
    width: 20px;
    border: 1px solid;
    border-left: none;
    right: 0;
  }

  #table_content{
    max-height: 300px;
    overflow: auto;
  }

  .custom-content-scroll{
    overflow: auto;
    height: 85vh;
  }