@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* custom anl css */
/* Light Monochromatic Blue Color Palette - blue #0040ff #0007d5 #092043, red #d12f19, black #111111, light grey - #f4f4f4, medium grey - #e6e6e6 */
body
{
	font-size:18px;
	color:#111111;
}
body,.text-body,p {
  font-family: 'Open Sans', sans-serif;
}
a {
    color: #092043;
    text-decoration: none;
}
a:hover
{
	color: #d12f19;
}
legend
{
	font-size: 30px;
}
label
{
	font-weight:600;
}
th, td {
    text-align: left;
    vertical-align: top;
}
input,select,textarea
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin:5px;
}
.row
{
	margin:0;
	padding:0;
}

.anlstartcontainer
{
	min-height:500px;
}
/* inputs , custom */
.anlinputsmall
{
	width:25%;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
	border:none;
	box-shadow:none;
}
/* top bar */
.anlsocialicon,.anl-top-right
{
	font-size:1.1em;
}
.anl-top-right a
{
	color:#fff;
	float:right;
}
.navtop
{
		background-color: rgb(9, 32, 67);
/*	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 10px 10px, 10px 10px, 10px 5px;
	background-position: 0px 0px, 5px 5px, 0px 0px; */
	padding:10px 0 10px 0;
	margin-bottom:10px;
/*	background-color: #444444; 
background-color: rgb(32, 32, 32);
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
  background-size: 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 5px 5px, 0px 0px; */
	color:#fff;
	border-bottom:2px #c7c7c7 solid;
}
/* logo part */
.strapline
{
	font-size:25px;
	color:#777777;
	display:none;
	line-height:1.25em;
	letter-spacing: 10px;
}
.anllogo a
{
	margin:0;
}
.anltop
{
	height:155px;
	overflow: hidden;
}
/* documentation page */
.content-categorydoc > .hasTooltip
{
	display:none;
}
/* profile and login */
.anllogin
{
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}
.login
{
	padding-left:15px;
}
.reset-confirm,.login,.remind,.reset
{
	padding: 0 200px 0 200px;
}
/* historical input */
.glyphblue
{
	cursor:pointer;
	color:#092043;
}
.glyphblue:hover
{
	color:#D12f19;
}
.anl_btn a,.btn-primary
{
    background-color: #092043;
	border-color:#092043;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    float: right;
    margin: 2px;
    padding: 8px 8px;
    position: relative;
    text-decoration: none;
	font-size:18px;
}
.btn-primary
{
	background-color: #092043;
	border-color:#092043;
}
.anl_btn a:hover,.btn-primary:hover
{
	background-color: #d12f19;
	border-color:#d12f19;
}
.anlnumsvy
{
	padding:0 5px 0 0;
	font-size:18px;
	vertical-align:middle;
}
/* main menu */
.nav > li 
{
	width:14.2%; 
}
.navbar
{
	margin-bottom:0;
	overflow: visible !important;
}
.navbar-default
{
	border:none;
}
.navbar-nav
{
	padding-left:-15px;
}
/* breadcrumbs */
.anlbread
{
	padding:1em;
	font-size:1.2em;
	font-weight:700;
}
.anlbreadchevron
{
	padding:3px;
	font-size:0.7em;
	color:#777777;
}
/* jumbo */
.jumbo
{
	padding:0;
	margin:0;
	position:relative;
}
.jumbotext
{
	display:block;
	position:absolute;
	width:100%;
	top:30%;
	left:0;
	z-index:2;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.4);
	padding:25px;
	color: #fff;
}
.jumbotext h2
{
	font-size: 40px;
	text-shadow: 4px 4px 8px #000000;
}
.jumbotext p
{
	padding-bottom:5px;
	font-size:25px;
}
.jumbobutton
{
	background-color:#092043;
	color:#fff;
	padding:10px;
	border-radius:4px;
	margin:10px;
}
.jumbotext a:hover,.jumbobutton:hover
{
	color:#fff !important;
	text-decoration:none;
	background-color:#d12f19;
}
.anlfront
{
	padding-bottom:25px;
}
/* accreditations */
.anlcert
{
	padding:25px 0 25px 0;
	margin:25px 25px 25px 0;
}
.anlcert img
{
	border:1px #ddd solid;
}
/* footer */
.anlfooter
{
	background-color: rgb(32, 32, 32);
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 10px 10px, 10px 10px, 10px 5px;
	background-position: 0px 0px, 5px 5px, 0px 0px;
/*	background-color:#111111; */
	color:#fff;
	padding-top:25px;
	margin-top:25px;
}
.anlfooter h1
{
	display:inline-block;
	font-size:18px;
}
.anlbottomsmall
{

}
.fn
{
	display:none !important; 
}
/* vcard */
.org
{
	font-weight:900;
}
.anlterms
{
	text-align:center;
	padding:25px;
}
/* anl help */
.anlhelp {
    font-size: 40px;
    color: green;
    cursor: pointer;
	padding:10px;
}
#anlhelp {
    background-color: #f4f4f4;
    margin: 25px;
    display: none;
    padding: 25px;
}
/* anl self */
.self_button
{
	width:100%;
	font-size:125px;
	color:#092043;
	cursor:pointer;
	padding:10px;
}
.self_button:hover
{
	color:#d12f19;
}
.self_area
{
	margin:10px;	
    background-color: #f4f4f4;
	min-height:300px;
	padding:10px;
}
.anltoptable {
    width: 100%;
}
.anlpgm2
{
	margin-top:25px;
	border-top:1px #092043 solid; 
	font-size:14px;
	margin-left:0;
	padding-left:0;
}
.anltoptd {
    text-align: center;
    background-color: #092043;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
	min-width:75px;
}
.anltoptda
{
	color:#fff;
}
.anlactive {
    background-color: #ffffff !important;
}
.anlactive a
{
	color:#111111;
}
/* self assess */
.anlselftable {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 2px;
}
.anlglyphassess
{
	font-size:75px;
	cursor:pointer;
}
#chgRoom
{
	width:50%;
}
/* media */
.allpg {
    padding: 10px;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
}
.anlselftable th {
    background: #092043;
    padding: 3px;
    color: #ffffff;
}
.anlselftable td {
    border-bottom: 1px dotted #000000;
    font-size: 13px;
}
/* mission statement */
.anlmission
{
    background-image: url(/images/anl/asbestos-uk-anl.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding: 40px 20px;
	color:#ffffff;
	background-size:100%;
	width:100%;
}
.anlmission p
{
	font-size:30px;
}
.anlmission h2
{
	font-size: 40px;
	font-weight:700;
}
/* anl quotes */
.anlquotes
{
	background-image: url(/images/anl/asbestos-legionella-radon-quotes.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding: 40px 20px;
	color:#ffffff;
	background-size:100%;
	width:100%;
}
.anlquote
{
	min-height:100px;
}
/* partners */
.anlpartners
{
	padding:25px;
	margin-bottom:25px;
}
.anlpartner:hover
{
	opacity:0.80;
}
.anlpartner
{
	background-color:#ffffff;
	padding:10px;
	margin:0;
	border:1px #ddd solid;
	opacity:1;
}
.anlpartner p
{
	font-size:0.75em;
}
/* anl service types */
.anltype
{
	margin:0;
	padding:0;
}
/* anl news */
.anlnews
{
	background-color: #f4f4f4;
	border-radius:15px;
	border:5px #fff solid;
}
.anlnews ul
{
	display:block;
}
.anlnews li
{
	font-size: 0.75em;
	display:block;
	text-align:left;
}
.newsscroll
{
	overflow-y:scroll;
	height:300px;
}
/* anl Contact */
.contactformright
{	
	background-image: url(/images/anl/contact-anl2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
	font-size:1.3em;
	border-radius:15px;
}
.contacttext
{
	position: absolute;
	top:2em;
	padding:0.5em;
	width: 100%;
	margin: 0 auto;
}
.anlconbtn
{
	margin:0;
}
.contactthanks
{
	padding:2.5em;
	line-height:2.0em;
}
.anlthumbup
{
	font-size:6em;
	color:green;
}
.pm-input-route-btn
{
	background-color: #d12f19;
	color:#fff;
	width:25%;
}
.pm-input-route-btn:hover
{
	background-color: #092043;
	color:#fff;
}
/* anl social icons */
.anlsocialicons
{
	padding:10px 0 0 0;
	margin:0;
}
.anlsocialicons a
{
	padding:5px;
}
.grpelem
{
	padding:5px;
	width:50px;	
}
/* make text unselectable */
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* going to top */
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
.go-top {
	background-color:#092043 !important;
	position: fixed !important;
	right: 20px;
	bottom: -45px;
	color: #fff; 
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
}
/* services */
.typename {
	color: white;
	cursor: pointer;
	display: table;
	left: 0;
	position: absolute;
	top: 35%;
	width: 100%;
	font-size: 2em;
}

.typewidget a:hover { display: block; margin-left: auto; margin-right: auto; position: relative; background: #000000; transition: background-color 1s;}
.typewidget img { box-shadow:none !important;position: relative; z-index: 1; display: block;}
.typewidget a { background: none;}
.typewidget a:hover img {opacity: .15; transition: opacity 1s; }
.typewidget .copy { left:0;position: absolute; z-index: 2; top: 35%; line-height: 2em; color: white !important; text-align: center; width:100%;}
.typewidget .copy strong { padding:10px;display: block; font-size: 1.5em; margin-bottom: 10px; font-weight: normal;}
.type-service { margin:0;padding:0;} 
.service-mobile
{
	background-color:#f4f4f4;
	padding:25px;
}
.service-text
{
	padding:50px 45px 50px 45px;
}
/* service detail pages, and service start page */
.servcontainer
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  margin:0;
}
.servtypeleft
{
	background-color:#e6e6e6;
	padding:15px;
	border:5px #fff solid;
	display: flex;
	flex-direction: column;
}
.servtype
{
	background-color:#e6e6e6;
	padding:15px;
	border:5px #fff solid;
	display: flex;
	flex-direction: column; 
	text-align:center;
	border-radius: 15px;
}
.servtype2
{
	background-color:#B6C5BE;
	padding:15px;
	border:5px #fff solid;
	text-align:center;
	border-radius: 15px;
}
.servtype p
{
	padding:5px;
	font-size:1em;
}
.servtype h4,.servtype h3
{
	font-weight:700; 
}
.servgold
{
	border-radius: 15px;
	background-color:#D9D919;
}
.servsilver
{
	border-radius: 15px;
	background-color:#B6C5BE;
}
.servbronze
{
	border-radius: 15px;
	background-color:#B5A642; /*  #08b8fb;*/
}
.servadmin
{
	border-radius:15px;
}
}
/* anlstart */
.anlstartname
{
	font-size:2em;
	margin:0;
	padding:0;
	margin-top:auto;
	margin-bottom:auto;
}
.anlstartemail
{
	font-size:0.75em;
}
.servglyph
{
	color:#111111;
	font-size:3em;
	padding:10px;
}


/* information page */
.inforow
{  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  margin:0;	
}
.infocell
{
	display: flex;
	flex-direction: column;
	padding-bottom:10px;
}
.infocell2 img
{
	border:1px #fff solid;
}
/* our team */
.emps
{ 
	text-align:center;
}
.empinfo
{
	position:absolute; 
	left:0;
	bottom:18%;
	display:inline-block; 
	text-align:center;
}
.empcenter
{
	background-color: rgba(0, 0, 0, 0.8);
	color:#ffffff; 
	padding:20px;
	width:40%;
    border-radius: 5px;
}
/* bottom to top button */
.go-top:hover {
	color: #000 !important;
}
.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 11px;
}

@media (max-width: 992px) {
	/* self assessment */
	.servtype p
	{
		padding:3px;
		font-size:1.5em;
	}
	.anltop
	{
		height:200px;
	}
	/* anlstart */
	.anlstartname
	{
	}
	/* login */
	
	.reset-confirm,.login,.remind,.reset
	{
		padding: 0 20px 0 20px;
	}
	/* services */
	.service-mobile
	{
		background-color:#f4f4f4;
		padding:5px;
	}
	.service-text
	{
		padding:10px 5px 10px 5px;
	}
	/* main menu */
	.nav > li 
	{
		width:100%;
	}
	/* main fonts */
	h1, .h1 {
		font-size: 25px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 15px;
	}
	body
	{
		font-size:12px;
	}
	.jumbotext
	{
		display:block;
		position:absolute;
		width:100%;
		top:10%;
		left:0;
		z-index:2;
		text-align:center;
		background-color: rgba(0, 0, 0, 0.4);
		padding:10px;
		color: #fff;
	}
	.jumbotext h2
	{
		font-size: 15px;
		line-height:1em;
		text-shadow: 2px 2px 4px #000000;
	}
	.jumbotext p
	{
		font-size:12px;
		line-height:1em;
		margin:0;
	}
	.jumbobutton
	{
		background-color:#d12f19;
		color:#fff;
		padding:5px;
		border-radius:4px;
		margin:5px;
		font-size: 10px;
	}
	.bx-prev,.bx-next
	{
		display:none;
	}
	.anlsocialicon,.anl-top-right,.anlloginbtn a
	{
		float: none;
		margin: 0 auto;
		text-align:center;
		padding:auto;
	}	
	.anllogin
	{
		text-align:center;
		padding-top:25px;
	}
	.anl-top-right a
	{
		color:#fff;
		margin:auto;
		width:100%;
	}
	.anllogo
	{
		padding:0;
		width:30%;
	}
	.anl_btn a
	{
		font-size:14px;
	}
	.strapline
	{
		font-size:18px;
		line-height:1.45em;
	}
	/* mission statement */
	.anlmission
	{
		background-image: url(/images/anl/asbestos-uk-anl.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		padding: 20px 10px;
		color:#ffffff;
		background-size:100%;
		width:100%;
	}
	.anlmission p
	{
		font-size:14px;
	}
	.anlmission h2
	{
		font-size: 20px;
		font-weight:500;
	}
	/* social icons */
	.anlsocialicons a 
	{
		padding: 1px;
	}
	.grpelem
	{
		padding:2px;
		width:30px;	
		padding:0;
		margin:0;
	}
}

.clbrnTg {
  float: right;
  width: 120px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.topmenu-btns{
 float: right;
width: auto;
margin-top: 28px;
}
@media (max-width: 767px) {
.clbrnTg {
	width: 90px;
	}
}	