#sm_form_div {
  font-family: "Open Sans";
  line-height: 1em;
}

.sm-title {
  font-size:18px;
  margin-top:20px;
}

.sm-desc {
  color:#777777;
  margin-bottom:10px;
}

.sm-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border:1px solid white;
}

.sm-input {
  position: relative;
  margin: 10px 0px;
  width: 250px;
  
}


.sm-input div.sm-value {
  padding: 10px;
  min-height: 39px;
  border:1px solid #efefef;
}

.sm-osw {
  margin-top:3px;
}
.sm-fl {
  float:left;
}

.sm-input div {
  border:1px solid #777777;
  border-radius:3px;
}

.sm-input input {
  width:100%;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  padding: 10px;
  font-size: 16px;
}

.sm-input input:focus {
  outline: none;
  border: 1px solid #FFFFFF;
  outline-width: 0;
}

.sm-input label {
  position: absolute;
  top: -4px;
  left: 15px;
  background-color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  color: #777777;
  line-height: 1em;
}

.sm-input .autocomplete-items {
  width:calc(100% - 24px);;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 43px;
  left: 0px;
  right: 0;
  margin-top: -6px;

  width:calc(100% - 2px);
  margin-top: -1px;
}

.sm-input .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border: none;
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.sm-input .autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.sm-input .autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.terytdtl {
  display:block;
  font-size:smaller;
  color:#777777 !important;
  margin: 4px 0px 0px 0px;
}

.smf-err {
  color:red;
  font-size:smaller;
}

.sm-cal-d {
  width:calc(13%);
  margin:10px 0px;
}


.sm-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: "Open Sans";
  line-height: 1.75;
  min-width: 64px;
  background-color: rgb(168, 195, 0);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 10px 30px;
  border-radius: 50px;
  background-image: linear-gradient(rgb(168, 204, 31), rgb(91, 150, 39));
  text-transform: unset;
  font-weight: bold;
  color: white;
  font-size: 18px;
  box-shadow: rgba(95, 157, 41, 0.48) 0px 3px 7px 3px;
}

.sm-button:hover {
  background-image: linear-gradient(rgb(234, 245, 173), rgb(168, 195, 0));
  color: rgb(87, 140, 34);
  text-decoration: none;
  background-color: rgb(87, 140, 34);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.sm-link {
  margin: 0px;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.375rem;
  font-family: "Open Sans";
  color: rgb(168, 195, 0);
  font-weight: 600;
  cursor:pointer;
}

#sm-save-info {
  float: right;
  color: red;
  text-align: right;
  margin-right: 20px;
  padding-top:16px;
}

.sm-summary-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border:1px solid white;
}

.sm-s-line {
  width: 330px;
  display: flex;
  margin:5px 0px;
}
.sm-s-name {
  width: 50%;
  text-align: right;
  padding-right:3px;
  color:#777777;
}
.sm-s-value {
  width: 50%;
  text-align: left;
}

.pdf-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 141%; 
}

.pdf-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ar {
  text-align:right;
}