/* Add here all your CSS customizations */
/* Top bar Images */
.stickyAd{
    margin-top:50px;
    display: none;
}

.main {
    height:100%;
}
/* Access Table for Carrier Access List */
.AccessTable{
	width:100%; 
	border-collapse:collapse; 
}
.AccessTable th{
	text-align:center
}
.AccessTable td{ 
	padding:7px; border:#4e95f4 1px solid;
}
/* Define the default color for all the table rows */
.AccessTable tr{
	background: #d3d3d3;
}
/* Define the hover highlight color for the table row */
.AccessTable tr:hover {
	background-color: #ffff99;
}

/* PRODUCT APP  /public_html/carriers/portal/portal/site_media/static/css */
/* Product Details */
/* Portfolio Info */
.product-info {
	margin: 10px 0 10px;
	float: left;
}
.product-info ul li a {
	text-decoration: none;
	color: #B1B1B1;
	margin: 10px 10px 10px;
}


/* Authenticated Homepage */
.homepage-search{
width: 500px;
height: 75px;
display: inline-block;
border: 1px solid #005e80;
background: linear-gradient(#eee, #fff);
transition: all 0.3s ease-out;
box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
padding: 5px;
color: #005e80;
text-align: center; 
font-family:customfont;
margin: 0 auto;
font-size: 25px;
}

.btn-homepage-search{
width: 75px;
height: 55px;
display: inline-block;
border: 1px solid #005e80;
background: linear-gradient(#eee, #fff);
transition: all 0.3s ease-out;
box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
padding: 5px;
color: #005e80;
text-align: center; 
margin: 0 auto;
font-size: 45px;
}
#home-search { min-height: 100px; }


/* Used on hazMAX homepage in the projects section - contains new items added & company documents */
.borders dl{
    background-color:white;
}

.borders dd{
    color:#777777;
}

#popular th{
    color:#777777;
}


/* Training Course Library */
.course-item a{
    color:#777777;
    text-decoration:None;
}

/* 500 Error page */
.error-template{
	text-align:center;
	margin-top 55px;
}
