@charset "utf-8";

.navbar.navbar-default {
	border-radius: 0px;
	border-width: 0px;
	border-color: #232124;
	background-color: #232124;
	height: 96px;
	margin-left: 0px;
	margin-right: 0px;
	
}
.navbar-header{
	position:relative;
	z-index:10001;
	
}

body{
	font-family: 'Calibri', sans-serif;
}


h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Bison Bold', Helvetica, Arial, sans-serif;
}

.h1{
	margin-top:10px;
}

.btn.active{
	z-index: 0;
}

.breadcrumb{
	margin-bottom:0px;
}

.navbar-collapse{
	background-color: #232124;
	position:relative;
	z-index:10000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: #232124;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
@media(min-width:768px){
.logostyle {
	width: 200px;
}
}
@media(min-width:991px){
.logostyle {
	width: 260px;
}
}
.navbar-right {
	margin-top: 25px;
	font-size: 25px;
	color: #aaa;
	font-family: 'Bison Bold';
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

body {
	background-color: rgb(208, 211, 216);
	background-image: url("../images/gray-paper.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.container-wbg{
	background-color: #FFF;
	padding-left: 0px;
	padding-right: 0px;
}.image-fill {
	width: 100%;
}
.carousel-heading {
	background-color: rgba(0,0,0,0.50);
	text-align: left;
}
.carousel-para {
	background-color: rgba(0,0,0,0.50);
	text-align: left;
}
.module-title {
}
.title {
	text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

footer {
	text-align: center;
	background-color: #232124;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.StdPict{
	max-height: 200px;
	float:left;
	margin-bottom: 15px;
}

.impTable.hidden{
	display: none;
}

.metTable.hidden{
	display: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modalcontainer{
	width: 90%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sms-table{
    border-collapse:separate;
    border-spacing: 0;
    border:solid black 2px;
    border-radius:6px;
    -moz-border-radius:6px;
  z-index:1;
}



.sms-td {
  border-left:solid #0076BC 2px;
  background-color: #64B1DE;
  padding-top: 3px;    
  padding-left: 5px;
  padding-right: 5px;    
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index:2;
}



.sms-td-bg {
  border-left:solid #0076BC 2px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index:2;
}

.sms-td-1 {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #64B1DE;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index:2;
}

.sms-td-bg-1 {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index:2;
}



.sms-th {
  border-left:solid #0076BC 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  z-index:2;
}

.sms-th-1{
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index:2;
}

.optionlayout{
	
  width:210px;
  max-width:210px;
  min-width:210px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  position:relative;
  background-color:#A3A4A7;
  border:2px solid;
  margin-bottom: 2px;
  margin-top: 3px;
  margin-right: 5px;
  padding:5px;
  border-color:#232124;
  border-radius:10px;
  vertical-align: middle;
  
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  clear:both;

}


.optionlayout > a {
	color: #232124;
}

.aroundimage{

  max-width:690px;
  border:2px solid; 
  border-color: #232124;
  border-radius: 10px;
  margin: 20px;
  padding:5px;
  position:relative;

}

.imagecaption{

  position:absolute;
  width:150px;
  color:black;
  bottom:0;
  right:0;
  padding-right:10px;
  padding-bottom:10px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right; 
  z-index:5;

}

.carousel-captionug{
	position: absolute;
	width: 42%;
	top:0px;
	
  	right:15px;
  
	
	
}

.carouselug{
	width:55%;

}

.sms-table-ug{
    border-collapse:separate;
    border-spacing: 0;
    border:solid #464646 2px;
    border-radius:6px;
    -moz-border-radius:20px;
  	z-index:3;
	width:100%;
  	text-shadow: 0 1px 0 #fff;
	margin-bottom: 15px;
}



.sms-td-ug {
	border-left: solid #ddd 2px;
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	z-index: 2;
	text-align: center;
}



.sms-td-bg-ug {
  border-left:solid #ddd 2px;
  padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #f1f1f1;
  text-align:center;
  font-size: 12px;
  z-index:2;
}

.sms-td-1-ug {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  background: #135CAE;
	color: #fff;
	text-shadow: 0 1px 0 #333;
border-top: 1px solid #0c3c73;
  font-size: 12px;
  z-index:2;
}

.sms-td-bg-1-ug {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  background: #104d92;
  color: #fff;
text-shadow: 0 1px 0 #333;
border-top: 1px solid #0c3c73;
   
  font-size: 12px;
  z-index:2;
}



.sms-th-ug {
  border-left:solid #DDD 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  z-index:2;
}

.sms-th-1-ug{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
    background: #135CAE;
	color: #fff;
	text-shadow: 0 1px 0 #333;
  font-size: 12px;
  font-weight: bold;
  z-index:2;
}
.flright {
	float: right;
}
.flleft {
	float: left;
}

.articlediv{
	overflow:auto;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 430px;
	float: left;
}

.articleimgright{
	float: right;
	max-width: 400px;
	margin-left: 20px;
	text-align:center
}

.articleimgleft{
	float: left;
	max-width: 400px;
	margin-right: 20px;
}


@media screen and (min-width:768px) and (max-width:991px){
	.navbar-right {
		margin-top: 25px;
		font-size: 14px;
		color: #aaa;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	}
	
}

@media screen and (max-width:767px){
	.carousel-para{
		visibility:hidden;
	}
}

.row {
	margin-bottom: 35px;
}

@font-face {
font-family: "Bison Bold";
src: url(../fonts/bison-boldpersonaluse-webfont.eot);
src: 
url('../fonts/bison-boldpersonaluse-webfont.eot?#iefix') format('embedded-opentype'), url("../fonts/bison-boldpersonaluse-webfont.woff") format("woff"), url("../fonts/bison-boldpersonaluse-webfont.svg#bison-boldpersonaluse-webfont") format("svg");
}

.dropdown-menu{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#techdata {
	border-collapse: collapse;
	width: 100%
}

#techdata td, #techdata th {
	border: 1px solid #ddd;
}

#techdata tr:nth-child(even) {
	background-color: #f2f2f2;
}

#techdata tr:hover {
	background-color: #ddd;
}

#techdata th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #0076BC;
	color: white;
}

.downloadicon{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	
}

.nav-tabs > li.active > a{
	color: #ffffff;
	background-color: #232124;
}

.nav-tabs >li > a{
	color: #000000;
	background-color: #999999;
}