
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:100,400,500,700');

/*---------------------------------------------------
1. Theme Default CSS (body, link color, section etc)
----------------------------------------------------*/

/*font-family: 'Open Sans', sans-serif;*/

.control-label {
    color: #5b5b5b;
    margin: 0 0 12px;
    font-weight: 700;
    font-family: 'arial';
    font-size: 17px;
}

input.text_input {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #5b5b5b;
    border-radius: 0px;
}
select.text_select{    
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #5b5b5b;
    border-radius: 0px;}

    .border_dashed{padding: 30px 40px; width: 100%; float: left; border: 2px dashed #333;}

    /*=== css for signature ===*/

.signature_pad button {
  padding: 1em;
  background: #453d91;
  /* box-shadow: 2px 2px 4px #777; */
  /* margin-top: .5em; */
  border-radius: 0px;
  font-size: 20px;
  color: #fff;
  padding: 0px 40px;
  margin: 0px auto;
  display: table;
  width: initial;
  /* padding-bottom: 10px; */
  line-height: 38px !important;
  height: auto;
}

.signature_pad canvas {
  display: block;
  position: relative;
  border: 1px solid #5b5b5b;
}
.signature_pad img {
  position: absolute;
  left: 0;
  top: 0;
}
.position {
    position: relative;
    top: 96px;
}

.refresh {  
  position: absolute;
    bottom: -25px;
    right: -10px;
    height: 45px;
    width: 45px;
    text-align: center;}
    /*=== css for signature ===*/