/* - - - - - - - - - - - - - - - - - - - - -

 Title : EISI FORM STYLES
  URL : https://www.eastern-industrial.com/css/eisi-form.css

- - - - - - - - - - - - - - - - - - - - - */

/* Backgrounds */
html{background-image:none;background-color:transparent !important;}
#container{background:transparent !important;}
.wufoo input.text, .wufoo textarea.textarea{background:#FFFFFF;}
.wufoo .focused{background:#FFF7C0;}
.wufoo .instruct{background-color:#F5F5F5;}

/* Borders */
#container{border:0 solid #ced4da;}
.wufoo .info{border-bottom:1px dotted #ced4da;}
.wufoo .instruct{border:1px solid #ced4da;}

/* Typography */
.wufoo .info h2{font-size:160%;font-family:inherit;color:#535960;}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444;}
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#535960;}
.wufoo .section div{font-size:85%;font-family:inherit;color:#535960;}
.wufoo label.desc, .wufoo legend.desc{font-size:95%;font-family:inherit;color:#535960 !important;}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#535960;}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333; width:100%;height:auto;padding-left:3px;border: 1px solid #ced4da;border-radius: 0.25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.wufoo input.text {height:30px;}
.wufoo label.choice{color:#535960;}
.wufoo .instruct{font-size:80%;font-family:inherit;color:#535960;}

/* Submit Button */
#saveForm {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #9398a0;
    border: 1px solid #9398a0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
    
#saveForm:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9398a0;
    border-color: #9398a0;
}

div#container {background: transparent !important;}