
.form-group select.form-control {
    border: 1px solid #737373 !important;
    color: #000 !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    background: none !important;
	}

.form-group radio.form-control {
	 
}
legend.rovlegend {
	border:0 none;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #737373;
}

.items {
 	color: #0f6984; 
  	} 
  
 
.bs-linebreak {
  height:10px;
}

.asterisk {
    padding: 1% 0% 0% 1%;
    font-size: 130%;
    color:#df0000;
    font-weight:bold;
    text-align: middle;
    vertical-align: top;
    background-color: #fff;
    width: 3%;
    border-top: none !important;
} 


.row-striped:nth-of-type(odd){
  background-color: #ddeaf9;
  padding:10px;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  padding:10px;
}

.align-bottom {
 	vertical-align: bottom;
}

.box {
  box-sizing: border-box;
  padding: 20px;  
  border: 1px solid #cccccc;
  border-radius: 10px;

}
.errorBox { 
  width:50%;
  border: 1px red solid;
  background-image: url('/images/validation.png');
  background-repeat: no-repeat;
  background-position: 10px top;
  text-align:left;
  color: #D63301; 
  padding:2px 2px 2px 40px;
	
}
.inventory h2 {
  padding: 5px;
  color: #0f6984; 
  font-size: 120%; 
  line-height:normal;
   
}

.inventory-notes {
  line-height: 1.2;
  font-size: 80%;	
	
}
.border-bottom {
  border-bottom: 1px solid #cccccc;
  padding: 10px; 	

}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.panel {
		 border-color: #e6e6e6;
		 
	}
.panel > .panel-heading {
	padding-left:40px;
	padding-top: 10px;
	padding-bottom: 10px;
 
    background-color: #ffffff;
    color: black;
    border-color: #e6e6e6;
    font-weight: bold;
    
  }
 
.panel > .panel-body {
	padding-left:40px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
 

 