/*	
Template Name: Adminus
Description: Beautiful admin panel interface
Version: 1.4.4
Author: enstyled
Author URI: http://themeforest.net/user/enstyled
*/


/* Custom fonts */
@import url("../fonts/titillium/stylesheet.css");

* { padding:0; margin:0; }

body {
    background: url("../images/bg-r.jpg") repeat-x #f8f9fa right -80px;
    font-family: "Roboto", Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
 
:focus { -moz-outline-style: none; }
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #008ee8;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #ec8526;
	text-decoration: none;
	}	
	
#hld {
	background: url(../images_legacy/hld.jpg) 0 0 repeat-x;
	min-height: 402px;
	}
	
.wrapper {
	width:90%;
	min-width: 960px;
	margin:0 auto;
	padding-top: 20px;
	}


/* Header */

#logo { display: block; width: 150px; height: 52px; margin-top: -1px; background: transparent url(../images_legacy/azointel-logo.png) no-repeat; float: left; }

#header {
	height: 50px;
	line-height: 50px;
	background: url(../images_legacy/hdr.gif) 0 0 repeat-x;
	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
    margin-left: 165px;
	}
	
#header .hdrl {
	width: 20px;
	height: 50px;
	float: left;
	background: url(../images_legacy/hdrl.gif) top left no-repeat;
	}

#header .hdrr {
	width: 20px;
	height: 50px;
	float: right;
	background: url(../images_legacy/hdrr.gif) top right no-repeat;
	}
	
#header a {
	color: #999;
	text-decoration: none;
	}

#header a:hover { color: #fff; }
	
#header h1 {
	float: left;
	margin-right: 80px;
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	}

#header h1 a { color: #fff; }
#header h1 a:hover { color: #008ee8; }
	

/* Navigation */
#header #nav, #header #nav * { z-index: 20; }
 
#header #nav {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	height: 50px;
	padding: 0;
	float: left;
	}

#header #nav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 50px;
	padding: 0 10px;
	background: url(../images_legacy/nsp.gif) center right no-repeat;
	line-height: 50px;
	}
	
#header #nav li.nobg { background: none; }

#header #nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	}

#header #nav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

#header #nav ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	position: relative;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: none;
	}
		
/* Root Menu */
#header #nav a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	height: 30px;
	padding: 0 10px;
	}
	
#header #nav li.active a { color: #ddd; }
#header #nav li.active a:hover { color: #fff; }

#header #nav a.hasmore {
	border: 1px solid red;
	}

/* Root Menu Hover Persistence */
#header #nav a:hover,
#header #nav li:hover a,
#header #nav li.iehover a {
	color: #fff;
	}

/* 2nd Menu */
#header #nav li:hover li a,
#header #nav li.iehover li a {
	text-transform: none;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #999;
	background: url(../images_legacy/mbg.png) 0 0 repeat;
	}

/* 2nd Menu Hover Persistence */
#header #nav li:hover li a:hover,
#header #nav li:hover li:hover a,
#header #nav li.iehover li a:hover,
#header #nav li.iehover li.iehover a {
	color: #fff;
	background: #000;
	}

/* 3rd Menu */
#header #nav li:hover li:hover li a,
#header #nav li.iehover li.iehover li a {
	float: none;
	color: #999;
	background: url(../images_legacy/mbg.png) 0 0 repeat;
	}

/* 3rd Menu Hover Persistence */
#header #nav li:hover li:hover li a:hover,
#header #nav li:hover li:hover li:hover a,
#header #nav li.iehover li.iehover li a:hover,
#header #nav li.iehover li.iehover li.iehover a {
	color: #fff;
	background: #000;
	}

/* 4th Menu */
#header #nav li:hover li:hover li:hover li a,
#header #nav li.iehover li.iehover li.iehover li a {
	color: #999;
	background: url(../images_legacy/mbg.png) 0 0 repeat;
	}

/* 4th Menu Hover */
#header #nav li:hover li:hover li:hover li a:hover,
#header #nav li.iehover li.iehover li.iehover li a:hover {
	color: #fff;
	background: #000;
	}

#header #nav ul ul,
#header #nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#header #nav li:hover ul ul,
#header #nav li:hover ul ul ul,
#header #nav li.iehover ul ul,
#header #nav li.iehover ul ul ul {
	display: none;
	}
	
#header #nav li:hover ul,
#header #nav ul li:hover ul,
#header #nav ul ul li:hover ul,
#header #nav li.iehover ul,
#header #nav ul li.iehover ul,
#header #nav ul ul li.iehover ul {
	display: block;
	}

#header .user {
	float: right;
	font-size: 11px;
	}

#header .user a { text-decoration: underline; }
#header .user a:hover { text-decoration: none; }


/* Blocks */

.block {
	padding-bottom: 5px;
	margin-bottom: 25px;
	clear: both;
	/*background: #fff url(../images_legacy/bnd.gif) bottom center repeat-x;*/
	}

.block .bendl {
	width: 5px;
	height: 5px;
	background: url(../images_legacy/bendl.gif) bottom left no-repeat;
	float: left;
	}

.block .bendr {
	width: 5px;
	height: 5px;
	background: url(../images_legacy/bendr.gif) bottom left no-repeat;
	float: right;
	}
	

/* Block head */

    .block .block_head {
        height: 54px;
        line-height: 54px;
        overflow: hidden;
        border-radius: 6px 6px 0 0;
    }

.block .block_head .bheadl {
	width: 20px;
	height: 54px;
	float: left;
	/*background: url(../images_legacy/bheadl.gif) top left no-repeat;*/
	}

.block .block_head .bheadr {
	width: 20px;
	height: 54px;
	float: right;
	/*background: url(../images_legacy/bheadr.gif) top right no-repeat;*/
	}
	
.block .block_head h2 {
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	/*text-shadow: 1px 1px 0 #fff;*/
	float: left;
	}
	
.block .block_head ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
	
.block .block_head ul li {  /* , ul#search-filters #identification-statuses li */
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url(../images_legacy/phs.gif) 7px center no-repeat;
	}
	
.block .block_head ul li.nobg, ul#search-filters #identification-statuses li.nobg { background: none; }
	
.block .block_head ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
	}

.block .block_head ul li.active a { color: #888; }
.block .block_head ul li a:hover { color: #008ee8; }

.block .block_head form {
	float: right;
	padding: 15px 0;
	height: 34px;
	line-height: 24px;
	}

.block .block_head form .text {
	width: 129px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background: url(../images_legacy/srch.gif) left center no-repeat;
	}

.block .block_head form .text:focus {
	color: #666;
	background: url(../images_legacy/srch_.gif) left center no-repeat;
	}

.block .block_head select {
	text-transform: none;
	}

/* Block content */

.block .block_content {
	overflow: hidden;
	background: #fff;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	padding: 10px 20px 0;
	}

.block .block_content h1,
.block .block_content h2 {
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	margin-bottom: 10px;
	}

.block .block_content h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}

.block .block_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}
	
.block table {
	text-align: left;
	margin-bottom: 15px;
	}

.block table tr.even td {
	background: #fbfbfb;
	}
	
.block table tr td,
.block table tr th {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	line-height: normal;
	text-align: left;
	}

.block table tr th.sorting_desc {
	color: #474545;
	/*background: url(../images_legacy/sortd.gif) 95% center no-repeat;*/
	}

.block table tr th.sorting_asc {
	color: #474545;
	/*background: url(../images_legacy/sorta.gif) 95% center no-repeat;*/
	}
	
.block table tr td.delete {
	text-align: right;
	font-size: 11px;
	}
	
.block table tr td.delete a { color: #666; }
.block table tr td.delete a:hover { color: #dd0000; }

.block .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
	}

.block .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
	}

.block .dataTables_paginate {
	font-size: 10px;
	font-weight: bold;
	/*
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	*/
	}

.block .dataTables_paginate.right {
	float: right;
	text-align: right;
	padding-top: 1px;
	border: 0;
	width: 500px;
	overflow: hidden;
	}

.block .dataTables_paginate a {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0 1px;
	}
.block .dataTables_paginate a.paginate_button {
	cursor: pointer
	}

.block .dataTables_paginate a.paginate_active {
	background: #39a3e6;
	border: 1px solid #0082d5;
	color: #fff;
	}

.block .dataTables_paginate a:hover {
	color: #fff;
	background: #ec8526;
	border: 1px solid #d77011;
	}
.block .dataTables_paginate a.paginate_button_disabled, .block .dataTables_paginate a.paginate_button_disabled:hover {
	background: #fff;
	border: 1px solid #ccc;
	color: #C2BDBD;
	cursor: default;
	}

.block .block_content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.block .block_content ol {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
	}

.block .block_content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images_legacy/li.gif) 0 7px no-repeat;
 	}
 	
.block .block_content ol li {
	margin-bottom: 5px;
	}
	
.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}
	
.block .block_content .breadcrumb {
	color: #666;
	background: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	padding: 9px 12px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	}
	
	
/* Messages */
	
.block .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.block .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.block .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(../images_legacy/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.block .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../images_legacy/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.block .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../images_legacy/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.block .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../images_legacy/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images_legacy/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/* Forms */

form .block p {
	overflow: hidden;
	clear: both;
	}

form .block label {
	font-family: "Roboto", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	}

input.azointel-text {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-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;
    -webkit-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
}

    input.azointel-text:focus {
        border-color: #3c9ce6;
        outline: 0;
    }


input.azointel-text.medium { width: 600px; }
input.azointel-text.big { width: 98%; }

input.azointel-text.date_picker {
	width: 100px;
	padding-right: 36px;
	cursor: pointer;
	background: url(../images_legacy/cal.jpg) center right no-repeat;
	}

form .block textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Roboto", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
	
form .block textarea.wysiwyg { width: 98%; padding: 0; }
	
form .block input.radio,
form .block input.checkbox {
	vertical-align: middle;
	}


/* Custom form select element */

select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	cursor: pointer;
	}
	
.cmf-skinned-select {
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../images_legacy/azointel-sprite.png') 100% -310px no-repeat;
	}

.cmf-skinned-select:hover {
	background: url('../images_legacy/azointel-sprite.png') 100% -278px no-repeat;
	}

div.cmf-skinned-text {
    padding: 5px 7px;
	font-family: "Roboto", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	}

div.cmf-skinned-select.error .cmf-skinned-text { background-color: #FFDADA; }
	
/* Custom file input */

form .block .fileupload {
	position: relative;
	}

form .block .fileupload #uploadmsg {
	display: block;
	position: absolute;
	top: 20px;
	left: 350px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 11px;
	}

form .block .fileupload #uploadmsg.loading {
	background: url(../images_legacy/ajax-loader.gif) center left no-repeat;
	width: 30px;
	padding-left: 20px;
	}
	
form .block input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Roboto", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

form .block .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
	}

form .block .note.error { color: #e3302c; }
			
input.submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(../images_legacy/azointel-sprite.png) 0 -150px no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	padding: 0;
	}
	
input.submit:hover {
	background: url(../images_legacy/azointel-sprite.png) 0 -120px no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}

input.submit.disabled { 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
input.submit.disabled:hover {
    /* use the normal blue color and don't flip to orange when disabled */
    background: url(../images_legacy/azointel-sprite.png) 0 -150px no-repeat;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: default;
}

input.submit.tiny {
	width: 105px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(../images_legacy/azointel-sprite.png) 0 -200px no-repeat;
	}
	
input.submit.tiny:hover { background: url(../images_legacy/azointel-sprite.png) 0 -180px no-repeat; }
	
input.submit.mid { width: 115px; background: url(../images_legacy/azointel-sprite.png) 0 -90px no-repeat; }
input.submit.mid:hover { background: url(../images_legacy/azointel-sprite.png) 0 -60px no-repeat; }

input.submit.long { width: 165px; background: url(../images_legacy/azointel-sprite.png) 0 -30px no-repeat; }
input.submit.long:hover { background: url(../images_legacy/azointel-sprite.png) 0 0 no-repeat; }


/* Small blocks */

.block.small {
	width: 49%;
	/*background: #fff url(../images_legacy/bnd.gif) bottom center repeat-x;*/
	padding-bottom: 0;
	}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { background: #eaecee }
.block.small .block_content { background: #fff; /*border-left: 1px solid #ccc; border-right: 1px solid #ccc;*/ }

input.azointel-text, textarea { width: 96%; padding: 7px; }

.block.small.center {
	float: none;
	margin: 0 auto;
	}


/* Login block */

.block.small.center.login {
	width: 470px;
	/*background: #fff url(../images_legacy/bnd.gif) bottom center repeat-x;*/
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 5px;
	border-radius: 6px;
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 2px 4px rgba(126,142,177,.12);
	box-shadow: 0 2px 4px rgba(126,142,177,.12);
}

/*@media (min-width: 768px) and (max-width: 991px) {
	.block.small.center.login {
		width: 80%;
		margin: 10%;
	}

	.azo-profile-login-or-register-box #tbAzoProfileLoginEmail {
		width: 100% !important;
	}

	.azo-profile-login-or-register-box #tbAzoProfileLoginPassword {
		width: 100% !important;
	}
}*/

@media (max-width: 767px) {
	.block.small.center.login {
		margin-top: 5%;
		margin-bottom: 5%;
	}
}

@media (max-width: 500px) {
	.block.small.center.login {
		width: 90%;
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.azo-profile-login-or-register-box #tbAzoProfileLoginEmail {
		width: 100% !important;
	}

	.azo-profile-login-or-register-box #tbAzoProfileLoginPassword {
		width: 100% !important;
	}
}

/* Block sidebar */

.block.withsidebar .bendl {
	width: 191px;
	background: url(../images_legacy/bendsb.gif) bottom left no-repeat;
	}

.block.withsidebar .block_content {
	overflow: hidden;
	padding: 0;
	background: url(../images_legacy/sidebar.gif) 0 0 repeat-y;
	}

.block.withsidebar .block_content .sidebar {
	width: 190px;
	float: left;
	font-size: 11px;
	}

.block.withsidebar .block_content .sidebar p {
	padding: 0 13px 15px;
	line-height: 18px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu {
	padding: 0;
	margin-bottom: 10px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
	padding: 0;
	margin: 0;
	background: 0;
	border-bottom: 1px solid #ccc;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
	display: block;
	padding: 10px 13px;
	font-weight: bold;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
	background: #fdfdfd;
	border-right: 1px solid #ccc;
	}
	
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a,
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
	background: #fff;
	border: 0;
	}

.block.withsidebar .block_content .sidebar_content {
	padding: 15px 20px 15px 210px;
	}

/* Image list */

.block .block_content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.block .block_content .imglist ul {
	padding: 0;
	}

.block .block_content .imglist li {
	padding: 0;
	margin: 0;
	background: 0;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 13px 17px 10px 10px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}
	
.block .block_content .imglist li img {
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	}

.block .block_content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(../images_legacy/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 20px;
	top: 22px;
	display: none;
	}
	
.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

.block .block_content .imglist li ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}
	
.block .block_content .imglist li ul li.view a:hover { background: url(../images_legacy/azointel-sprite.png) 0 -220px no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(../images_legacy/azointel-sprite.png) 0 -249px no-repeat; }


/* Footer */

#footer {
	background: url(../images_legacy/ft.gif) 0 0 repeat-x;
	padding: 10px 0 50px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
	}
	
#footer a {
	color: #757575;
	text-decoration: underline;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
#footer .left {
	float: left;
	}
	
#footer .right {
	float: right;
	text-align: right;
	}
	
	
	
	
	
	
	
/*
	-------------------------------------------------------------
	AZO
	-------------------------------------------------------------
*/
	
	
.azo-profile-login-or-register-box {  }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box { padding-left: 10px; padding-right: 30px; }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box li { }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box li.azo-profile-input-label { padding-top: 5px; }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box .azo-profile-login-bot-links {  }
.azo-profile-login-or-register-box .azo-profile-login-register-box { padding-top: 5px; }
.azo-profile-login-or-register-box .azo-profile-register-box { width: 430px; padding-left: 30px; border-left: 1px solid #D8D8D8; }
.azo-profile-login-or-register-box .azo-profile-complete-social-box { float: none; width: auto; padding-top: 0; margin-top: -10px; }
.azo-profile-login-or-register-box input.read-only, .azo-profile-login-or-register-box input.read-only:focus { background-color: #E9E3E3; color: #AFACAC; background-image: none; border-color: #C7C2C2; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }  /* need to override uniform */
p.azo-profile-complete-social-note { margin-top: 0; }
.azo-profile-login-or-passwordless-login-box { display: none; }
.azo-profile-login-or-passwordless-login-box.active { display: block; }
.azo-profile-toggle-login-or-passwordless-login { }
.azo-profile-toggle-login-or-passwordless-login-divider { margin-top: -10px; margin-bottom: 10px; }
.azo-profile-toggle-login-or-passwordless-login-divider span { display: block; overflow: hidden; text-align: center; max-width: 180px; }
.azo-profile-toggle-login-or-passwordless-login-divider span:before, .azo-profile-toggle-login-or-passwordless-login-divider span:after { content: ""; background-color: #D8D8D8; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50%; }
.azo-profile-toggle-login-or-passwordless-login-divider span:before { right: 0.5em; margin-left: -50%; }
.azo-profile-toggle-login-or-passwordless-login-divider span:after { left: 0.5em; margin-right: -50%; }
#divPasswordlessLoginMessage { color: #424040; padding: 10px 15px; font-size: 16px; display: none; }
.azo-profile-passwordless-login-box .passwordless-login-message-success { background-color: #beedbe; }
.azo-profile-passwordless-login-box .passwordless-login-message-error { background-color: #f1a8a8; }
.azo-profile-login-or-register-box .azo-profile-register-box .azo-profile-login-register-box-contents {  }
.azo-profile-login-or-register-box .azo-profile-login-register-header { border-bottom: 1px solid #D8D8D8; padding-bottom: 4px; margin-bottom: 18px; font-weight: bold; font-size: 14px; }
.azo-profile-login-or-register-box #tbAzoProfileLoginEmail, .azo-profile-login-or-register-box #tbAzoProfilePasswordlessLoginEmail { width: 320px; }
.azo-profile-login-or-register-box #tbAzoProfileLoginPassword { width: 240px; }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box .azo-profile-login-btn { padding: 10px 0; }
.azo-profile-login-or-register-box .azo-profile-login-btn input { margin-left: 0; margin-top:10px; }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box .azo-profile-login-remember-me { padding-top: 7px; }
.azo-profile-login-or-register-box .azo-profile-login-or-passwordless-login-box .azo-profile-login-remember-me label { vertical-align: middle; }
/* input.error { background-color: #FFDADA; } */
/*.azo-profile-login-or-register-box input:-webkit-autofill {
    background-color: transparent !important;
}*/
.profile-login-message { margin: 12px auto 5px auto; color: Red; font-weight: bold; }
.azo-profile-login-or-passwordless-login-box .logging-in-wait, .azo-profile-register-box .registering-wait, .azo-profile-complete-social-box .complete-social-registering-wait
    { vertical-align: -8px; margin-left: 3px; visibility: hidden; }

	
.azo-profile-register-box .register-btns { margin-left: -2px; margin-top: 6px; }

.azo-profile-login-social-options-wrap { border-top: 1px solid #D8D8D8; margin-top: 12px; padding-top: 12px; padding-bottom: 12px; }
.azo-profile-login-social-option-header { margin-bottom: 12px; }
.azo-profile-login-social-share-footer-note { margin-top: 2px; }

.social-login-full-container { overflow: visible; margin: 0 auto; }
.profile-form .social-login-full-container { margin-left: 0; }

.profile-form .remove-social-networks li { border-top: 1px solid #D9DDCF; margin-top: 3px; padding: 8px 0; }
.profile-form .remove-social-networks li:first-child { border-top: none; }
.profile-form .remove-social-networks .existing-identity-block { display: inline-block;  }
.profile-form .remove-social-networks .first-block { width: 40%; margin-right: 15px; padding-right: 15px; border-right: 1px solid #D9DDCF; }
.profile-form .remove-social-networks .second-block { vertical-align: top; }


.azoprofile-reg .reg-instructions { margin-top: 0; }
.azoprofile-reg .reg-instructions.last { margin-bottom: 4px; }


form .block .azo-profile-login-or-register-box label .validation { font-weight: normal; color:#e69a9a }




.block .block_content .azo-profile-login-or-register-box ul { list-style-type: none; margin: 0; padding: 0; }
.block .block_content .azo-profile-login-or-register-box ul li { background-image: none; margin-left: 0; padding: 0; margin-bottom:20px; margin-top:20px; }






input.error, select.error { background-color: #FFDADA;border-color:#e69a9a; }


/*
	-------------------------------------------------------------
	AZO
	-------------------------------------------------------------
*/




/*
------------------------------------------------------------------------
------------------------------------------------------------------------
*/


#loading-container {position: absolute; top:50%; left:50%;}
#loading-content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
#loading-content {font-family: "Helvetica", "Arial", sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
#loading-graphic {margin-right: 0.2em; margin-bottom:-2px;}
#loading {background-color: #e4e7ea; height:100%; width:100%; overflow:hidden; position: absolute; left: 0; top: 0; z-index: 99999;}






ul.form-a .long-input { width: 275px; }
ul.form-a .short-med-width { width: 120px; }
ul.form-a .med-width { width: 150px; }
ul.form-a .normal-width { width: 200px; }
ul.form-a  textarea { width: 375px; height: 60px; }

body ul.form-a { padding: 15px 0 5px 0; }
ul.form-a li { padding: 0; } /* padding: 10px 0 0 0; */
ul.form-a.spacey-form li { padding-top: 10px; }
ul.form-a .action-btns, ul.form-a.spacey-form li.action-btns { padding-top: 20px; }
ul.form-a .action-btns input { margin-left: 0; }

ul.form-a .page-item { display: inline-block; margin-right: 20px; }
ul.form-a .page-item-last { margin-right: 0; }
ul.form-a label { display: block; clear: left; }

ul.form-a .header-item, ul.form-a.spacey-form li.header-item { font-size: 18px; padding-top: 28px; padding-bottom: 5px; }
ul.form-a .header-item .validation { font-size: 11px; font-weight: normal; }
ul.form-a li.first-item, ul.form-a.spacey-form li.first-item { padding-top: 0; }

ul.form-a .dummy-save-btn { display: none; }
ul.form-a .saving-wait { visibility: hidden; vertical-align: -2px; margin-left: 3px; }

#uniform-ddlCountry, #uniform-ddlAddressEntryCountry { width: 280px; }
#uniform-ddlCountry span, #uniform-ddlAddressEntryCountry span { width: 250px; }

ul.form-a .notes-item p.first { margin-top: 0; }
ul.form-a .notes-item p.last { margin-bottom: 0; }

div.profile-message { clear: both; background: #FAC8CB url(/pics/error.png) no-repeat 10px 8px; min-height: 30px; margin: 12px auto; padding: 15px 15px 5px 55px; border: 1px solid #F79EA4; }
.validation-msgs-dialog-content { padding: 12px; }




.dummy-submit-btn { display: none; }

.dummy-submit-btn input.submit, .dummy-submit-btn input.submit:hover
  { opacity: 0.6; text-shadow: 1px 1px 0 #0A5482; background-position: 0 -150px; cursor: default; }
.dummy-submit-btn input.submit.mid, .dummy-submit-btn input.submit.mid:hover
  { background-position: 0 -90px; }


.azo-profile-toggle-login-or-passwordless-login .common-cta-a { background: #5ab35a; }
.azo-profile-toggle-login-or-passwordless-login .common-cta-a:hover { background: #4ca54c; }



/*
  ************************************
*/



.common-cta-a, .common-cta-a:hover {
    color: #fff !important;
    border: none !important;
    text-decoration: none;
}

.common-cta-a {
    color: #fff;
    background-color: #3c9ce6;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .common-cta-a:hover {
        color: #fff;
        background-color: #035ead;
    }


.dummy-submit-btn .common-cta-a {
    opacity: 0.6;
    pointer-events: none; /* by using this, the :hover selectors below are disabled, see https://stackoverflow.com/a/29783333/24635. */
}

.site-section-life-sciences .common-cta-a {
    background-color: #00a153;
}


.site-section-life-sciences .common-cta-a:hover {
    background-color: #05b560;
}

.common-cta-a.cta-red {
    background-color: #E93F2E;
}

    .common-cta-a.cta-red:hover {
        background-color: #CE2616;
    }


.common-cta-b, .common-cta-b:hover {
    color: #fff !important;
    border: none !important;
    text-decoration: none !important;
}

.common-cta-b {
    display: block;
    padding: 9px 10px;
    text-align: center;
    background-color: #1e88c9;
    line-height: 26px;
    min-height: 26px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* need transitions turned OFF on height for matchHeight() plug-in to work correctly when it recalculates heights, e.g. after a resize, etc */
    -webkit-transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -o-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
}

.site-section-life-sciences .common-cta-b {
    background-color: #00a153;
}

.common-cta-b:hover {
    background-color: #2893c9;
}

.site-section-life-sciences .common-cta-b:hover {
    background-color: #05b560;
}


/*
  ************************************
*/


.new-block {
    border-radius: 6px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.12);
    box-shadow: 0 2px 4px rgba(126,142,177,.12);
}

/* Made the social login button container scale with width, which is needed for the iframe to change width and show the correct type of buttons there. */
#social-login-container-full,
#social-login-container-full > iframe {
	width: 100% !important;
}
