@charset "utf-8";
/* CSS Document */
.container-sm { background-color: #fcfbe5
}	
.container-md {background-color: #00ffff
}	
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2328B465' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2328B465' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: #ccccff;
}
.carousel-indicators {
   position: absolute;
   bottom: -14px;
 }
.carousel-indicators .active{
    background-color: #006666;
}
.carousel-indicators li {
	  background-color: #009999;
}
* {
  padding-left: 8px;
   padding-right: 8px;
  }
ul {
  margin-left: 60px; 
  padding:0
}

ol {
	margin-left: 40px; 
}

p.dotted {border-style: dotted;}
p.dashed {border-style: dashed;}
p.solid {border-style: solid; border-radius: 10px; background-color: lightslategray;}
p.double {border-style: double;}
p.groove {border-style: groove;}   /* used in bl4a */
p.ridge {border-style: ridge;}
p.inset {border-style: inset;}
p.outset {border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}

h1 {color: lightblue;
	background-color: darkslateblue;
	font-size: 32px;
	font-weight: bold;
	border-radius: 0px;
	border-color: gray;
}
h2 {display: inline-flex; 
	background-color: lightblue; 
	color:darkblue;
	font-size: 24px;
	border-width: 2px;
  	border-radius: 5px;
  	border-color: gray;
   	width: 75%; 
  	border-style: solid;
}
h3 {color: lightblue;
	background-color: darkblue;
	font-size: 32px;
	font-weight: bold;
	border-radius: 0px;
	border-color: gray;
}
h4 {display: inline-flex; 
	background-color: lightblue; 
	color:black;
	border-width: 2px;
  	border-radius: 5px;
  	border-color: gray;
   	width: 75%; 
  	border-style: solid;
}
h5 {margin-left:24px;
    font-weight: bold;
}

.table-BOM{
  font-size: 12px;
	width:400px;
	border: 1px solid #EF0505;
	padding: 0px;
	margin: auto;
}

a:link {
  color: maroon;
	text-decoration: none;
}

a:visited {
	color: maroon;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.acuButton {
  font: bold 16px Arial;
  color: #CCCCCC;
  text-decoration: ;
  background-color: lightblue;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
	
.topbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 98%;
	padding: 5px 8px; 	
	
}

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 98%;
	padding: 5px 8px; 
	
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 5px; 
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color: #04AA6D;
  color: white;
}
/* ------------------- end bottom NAV bar ------------------ */