#errmsgdiv {
    padding: 20px;
}

/* @import url("../../scripts/wforms/errors.css"); */

div.a1form {
width: 1000px;
display: inline-block;
}

.error {
	border: 1px solid #ff0000;
}

.a1FormDiv {
        display: block;
}

.a1FormDiv h1 {
        font-family: Verdana,Tahoma,Arial;
        font-size: 1.5em;
        display: block;
        text-align: center;
}

.a1FormDiv h2 {
        font-family: Verdana,Tahoma,Arial;
        font-size: 1.25em;
        font-weight: bold;
        display: block;
        text-align: center;
}
a.a1DialogLink{
	text-decoration: none;
}
.main {
	font-weight: bold;
}

.a1field {
    width: 800px;
}


font.red {
	color: #f00;
	position:relative;
	top:2px;
}

#CustomerRef1,#CustomerRef2,#CustomerRef3{
display: inline-block;
margin-left: 40px;
}
.errRadioDiv{

}

.a1RadioCheckboxText {
    display: inline;
}

.a1radio {
    display: inline;
    width: 20px;
}

.a1radio:first {
        margin-left: 0px;
}

#MinorityDiv{
margin-left: 40px;
}

#MinorityBusDiv,#WomenDiv,#SdbDiv,#VeteranDiv{
margin-left: 60px;
}

#OtherCertNumberDiv,#WBENCCertNumberDiv,#NWBOCCertNumberDiv,#USPAACCCertNumberDiv,#USHCCCertNumberDiv,#NMSDCCertNumberDiv,#SBACertNumberDiv{
	margin-left: 80px;
}

.block{
display: block;
text-align: left;
}

a1form ol {
list-style-type: decimal;
margin-left: 10px;
font-weight: bold;
}
#Section3Form {
        display: block;
}

#errmsgdiv {
    border: 1px solid #ff0000;
}

input.greenbutton {
        font-weight: bold;
        color: #33cc55;
}
div.a1fixed{
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #BFDDED;
	padding: 5px 10px 6px 10px;
}
div#circleLoader{
	background-image: url("images/circle_loader.gif");
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
}
div#barLoader, div#submitLoader{
	background-image: url("images/bar_loader.gif");
	width: 200px;
	height: 25px;
	background-size: 200px 25px;
}

span.signspan {
	font-size: 9pt;
	font-weight: bold;
    margin-left: 5px;
}

.smallField {
	width:75px;
}

/*
.naicsDescriptionField {
	width:675px;
}
 */

.tbl thead:first-child tr:first-child th {
	text-align:center;
}

textarea {
	resize: both;
}

label {
	margin-bottom: 2px;
	font-weight:normal;
}


.help-block {
	font-size:12px;
	font-style:italic;
	margin-top:0px;
}

.radio{
	margin-top:0px;
}

.checkbox{
	margin-top:0px;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('bootstrap-3.1.1/glyphicons-halflings-regular.eot');
  src: url('bootstrap-3.1.1/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('bootstrap-3.1.1/glyphicons-halflings-regular.woff') format('woff'), url('bootstrap-3.1.1/glyphicons-halflings-regular.ttf') format('truetype'), url('bootstrap-3.1.1/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*div.checkboxOption div.a1RadioCheckboxText {
	position:relative;
	float:left;
	width:97%;
}
div.checkboxOption input.a1checkbox {
	position:relative;
	float:left;
	width:3%;
}*/

th.naics-number, th.naics-x, th.nigp-number, th.nigp-x {
	width:5%;
}
th.naics-description, th.nigp-description {
	width:80%;
}

.table-addbutton {
	margin-top:-21px;
}

.a1label {
	font-size:13px;
	font-weight:bold;
}

input[type="text"].documentStatus {
	border-radius:4px;
	width:130px;
}

td.toggleBox input.form-control[readonly] {
	cursor: pointer;
}