/**
* File : Contract.css
* Path : ./assets/css/Contract.css
* Purpose : It will contain css for Contract.
* Created : 28-Feb-2023
* Author : KiBiz Systems
* Comments :
*/

body {
  margin: 3% 7% 0 7%;
  font-family: "Times New Roman", Times, serif;
  color: black;
}
thead {
  font-family: tahoma;
  font-size: small;
  height: 30px;
  background-color: grey;
  color: white;
}
.tbody-line {
  font-family: tahoma;
  font-size: small;
}
.tr-line {
  border-bottom: 1pt solid black;
  height: 30px;
}
#submit {
  background-color: #4caf50;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
hr {
  margin: 0px;
  border: 1px solid grey;
}
.td_label {
  vertical-align: bottom;
}
.td_input {
  border: none;
  border-bottom: 1px solid black;
  margin: 2px 10px;
  line-height: 5px;
}

/* Hide all extra canvas elements created */
canvas.jSignature:not(:first-of-type) {
  display: none;
}

.parent-item {
  font-size: 110%;
}

.blanket-order-child-items {
  padding-left: 25px;
  font-size: 98%;
}
