@charset "utf-8";
/* CSS Document */
#SelectedDate{cursor:pointer;}
input[type=text].required::-webkit-input-placeholder {
}
input[type=text].required::-webkit-input-placeholder:before {
  content: '* ';
  color: red;
  vertical-align: top;
  font-size: small;
}
input[type=text].required:-moz-placeholder:after {
}
input[type=text].required:-moz-placeholder:after:before {
  content: '* ';
  color: red;
  vertical-align: top;
  font-size: small;
}
input[type=text].required::-moz-placeholder:after {
}
input[type=text].required::-moz-placeholder:after:before {
  content: '* ';
  color: red;
  vertical-align: top;
  font-size: small;
}
input[type=text].required:-ms-input-placeholder:after {
  color: blue;
}
input[type=text].required:-ms-input-placeholder:after:before {
  content: '* ';
  color: red;
  vertical-align: top;
  font-size: small;
}

.dropdown-menu:hover{background:#fff;color:#333333;}
#header-caption-id{width:560px;margin-top:17px;}
#header-caption-span{text-align:right;font-size:28px;color:#ffffff;}
#header{background: -moz-linear-gradient(left center , rgba(101, 101, 101, 1) 0%, rgba(46, 46, 46, 1) 99%, rgba(47, 47, 47, 1) 100%) repeat scroll 0 0;
background: -webkit-linear-gradient(left center , rgba(101, 101, 101, 1) 0%, rgba(46, 46, 46, 1) 99%, rgba(47, 47, 47, 1) 100%) repeat scroll 0 0;
}
#header-logo{padding-right:15px;}
#footer-text-style{    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    margin: 16px;}
.stripes {
                height: 58px;
    background: #6a2790;
    margin-top: -25px;
    z-index: -99999;
                color:#fff;
                padding-left:auto;
                padding-right:auto;
}
.stripes p{
    text-align: center;
    font-size: 31px;
    font-weight: 400;
}
.logoImageIconSign{
 position: relative;
    z-index: 100000;
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 17px;
	margin-top: 9px;
}
#signature{
padding:0px;
}
.form-control{
font-size:12px;
}
body{
font-size:12px;
}
#general-information{
font-weight:bold;
}
input[type=checkbox]{margin:9px 4px 9px;vertical-align:middle;}