
.logo {
  max-width: 240px;
  height: 55px;
  padding: 0px;
  margin: 0px;
  display: block;
  position: relative;
  z-index: 4;
}
.logo a.logo-normal {
  display: block;
  opacity: 1;
  padding: 8px 0px 0px;
  margin: 10px 10px 0px;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.logozz:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(180,180,180,0.3);
}
.logo p {
  float: left;
  font-size: 20px;
  margin: 10px 10px;
  color: #ffffff;
  line-height: 20px;
}
.logo .simple-text {
  text-transform: uppercase;
  padding: 5px 0px;
  display: inline-block;
  font-size: 18px;
  color: #140c0a;
  white-space: nowrap;
  font-weight: 400;
  line-height: 40px;
  overflow: hidden;
}

 

  .dataTables_wrapper .dt-buttons {
 display:none;
}


  .cte-footer {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  background-color: #99acb0;
  color: #ffffff;
  padding: 15px 0 15px 0;
  width: 100%;
}
.cte-footer .cte-inner-footer {
  width: 100%;
  padding: 0 10px;
}


 .cte-message {
  position: relative;
  float: left;
  min-height: 100px;
  height: 100px;
  padding: 0 10px;
  font-size: 12px;
  padding: 15px 0 15px 0;
  width: 100%;
}

 
 .cte-message .cte-message-content {
 
  padding: 0 10px;
  font-size: 16px;

}

 .cte-inner-content{    

  padding: 15px 15px 15px 15px;
  width: 100%;
  margin-top: 15px;
 }


#esign-form h3 {
  margin-top: 0;
}
#esign-form .footer {
  background: #f0f0f0;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#esign-form .content {
  padding-bottom: 0;
}

#doc-container {
  background-image: url(../image/clipboard.png);
  background-size: cover;
  min-height: 58.5vw;
  width: 100%;
  margin-top: 0px;
}
#doc-container iframe {
  position: absolute;
  top: 9%;
  left: 8%;
}

#doc-container {
  min-height: 73.5vw;
}

#esign-form iframe {
  width: 85.5%;
  min-height: 58.5vw;
}


