/* ********************** */
/* EBSCO ADMIN LOGIN PAGE */
/* ********************** */
.admin {
	/* Box-model */
	margin: 0 1em;
	/* Visual */
	color: #000;
}
.admin .login,
.admin .password-reset {
	/* Box-model */
	width: 900px;
	max-width: 900px;
	padding: 0;
	margin: 50px auto 0;
}
/* use to hide content included for accessibility */
.hidden{
	/* Typography */
	font-size: 0;
	text-indent: -99999px;
	/* Misc */
	zoom: 1;
}


/* PASSWORD RESET */
.password-reset .media-block .media-cell {
	width: 100%;
}


/* LOGO */
.logo {
	/* Positioning */
	position: relative;
	/* Box-model */
	padding: 0;
	margin-bottom: 45px;
}


/* LOGIN DROPDOWN */
.dd {
	/* Visual */
	background-color: #fff;
}
.dd > .heading {
	/* Box-model */
	display: inline;
}
.logo .img {
	/* Box-model */
	display: inline-block;
}
.dd  .transport {
	/* Positioning */
	position: relative;
	/* Box-model */
	width: 25px;
	height: 25px;
	margin-top: 10px;
	margin-left: 10px;
	/* Typography */
	line-height: normal;
	vertical-align: top;
	cursor: pointer; 
	/* Visual */
	background-color: #efefef;
}
.dd .transport > .bottom {
	/* Positioning */
	position: absolute;
	top: 50%;
	/* Box-model */
	width: 0;
	height: 0;
    margin-top: -1.5px;
	margin-bottom: 1.5px;
	margin-left: 8px;
	/* Visual */
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.logo .dd-list {
	/* Positioning */
	top: 55px;
	left: 0;
	/* Box-model */
	min-width: 440px;
	/* Visual */
	border: 2px solid #e6e6e6;
	box-shadow: 0 2px 2px #e7e7e7;
}
.dd-list-item {
	/* Box-model */
	height: 60px;
	margin: 0 19px;
	/* Visual */
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
}
.dd-list-item:first-child {
	/* Visual */
	border-top: none;
}
.dd-list-item .txt-link {
	/* Box-model */
	display: block;
	width: 440px;
	height: 60px;
	/* Visual */
	background-position: 8px 20px;
	background-repeat: no-repeat;
}
.dd-list-item .txt-link:hover, 
.dd-list-item:focus .txt-link {
	/* Visual */
	background-color: #325e8a;
}
.login1 .txt-link {
	/* Visual */
	background-image: url("../images/color-ebsco-admin.png");
}
.login1 .txt-link:hover, 
.login1:focus .txt-link {
	/* Visual */
	background-image: url("../images/white-ebsco-admin.png");
}
.login2 .txt-link {
	/* Visual */
	background-image: url("../images/color-ebsco-net.png");
}
.login2 .txt-link:hover, 
.login2:focus .txt-link  {
	/* Visual */
	background-image: url("../images/white-ebsco-net.png");
}
.login3 .txt-link {
	/* Visual */
	background-image: url("../images/color-ecm.png");
}
.login3 .txt-link:hover, 
.login3:focus .txt-link  {
	/* Visual */
	background-image: url("../images/white-ecm.png");
}
.login4 .txt-link {
	/* Visual */
	background-image: url("../images/color-library-aware.png");
}
.login4 .txt-link:hover, 
.login4:focus .txt-link  {
	/* Visual */
	background-image: url("../images/white-library-aware.png");
}


/* HEADINGS */
.heading {
	/* Box-model */
	margin: 0 0 25px 0;
	/* Typography */
	font-size: 22px;
	font-weight: normal;
}


/* MEDIA-BLOCKS */
.media-block .media-cell {
	/* Box-model */
	display: inline-block; /* only for ie7 */
	float: left; /* only for ie7 */
	width: 500px;
	/* Visual */
	vertical-align: top;
}
.login .media-cell:first-child { /* for login page */
	/* Box-model */
	width: 400px;
	padding: 0;
}
.media-cell .label {
	/* Box-model */
	display: block;
	padding: 0;
	margin: 20px 0 0;
	/* Typography */
	font-size: 13px;
	color: #000;
}
.media-cell .label strong {
	/* Box-model */
	margin-left: 10px;
}
.media-cell .input {
	/* Box-model */
	display: block;
	width: 280px;
	margin-top: 5px;
	/* Typography */
	font-size: 13px;
	/* Visual */
	border-color: #c8c8c8;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
}


/* TEXT */
.txt {
	/* Typography */
	font-size: 16px;
}

/* DISCLAIMER */
.disclaimer {
	/* Box-model */
	padding-top: 15px;
	margin-top: 65px;
	/* Visual */
	border-top: 1px solid #e1e1e1;
}
.disclaimer .txt {
	/* Typography */
	font-size: 12px;
	color: #333;
}
.disclaimer .txt strong {
	/* Box-model */
	margin-right: 15px;
}


/* LIST */
.list.inline .list-item {
	/* Box-model */
	display: inline;
}
.list > .list-item {
	/* Typography */
	font-size: 16px;
	color: #666;
	/* Visual */
	vertical-align: top;
}
.list-item .icon {
	/* Box-model */
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 12px;
	padding-bottom: 3px;
	margin-top: -3px;
	/* Visual */
	vertical-align: top;
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* ICONS */
.icon.alerts { background-image: url("../images/icons/icon-alerts.png"); }
.icon.branding { background-image: url("../images/icons/icon-branding.png"); }
.icon.build-relationships { background-image: url("../images/icons/icon-build-relationships.png"); }
.icon.collections { background-image: url("../images/icons/icon-collections.png"); }
.icon.custom-access { background-image: url("../images/icons/icon-custom-access.png"); }
.icon.custom-collection { background-image: url("../images/icons/icon-custom-collection.png"); }
.icon.explore { background-image: url("../images/icons/icon-explore.png"); }
.icon.global { background-image: url("../images/icons/icon-global.png"); }
.icon.increase-circulation { background-image: url("../images/icons/icon-increase-curculation.png"); }
.icon.languages { background-image: url("../images/icons/icon-languages.png"); }
.icon.manage { background-image: url("../images/icons/icon-manage.png"); }
.icon.phone { background-image: url("../images/icons/icon-phone.png"); }
.icon.reports { background-image: url("../images/icons/icon-reports.png"); }
.icon.results { background-image: url("../images/icons/icon-results.png"); }
.icon.save-time { background-image: url("../images/icons/icon-save-time.png"); }
.icon.search { background-image: url("../images/icons/icon-search.png"); }


/* TEXT-LINKS */
.txt-link > strong {
	/* Box-model */
	margin-right: 15px;
}
.txt-link,
.txt-link:active,
.txt-link:focus,
.txt-link:hover,
.txt-link:visited {
	/* Typography */
	font-size: 12px;
	color: #005bc6;
	text-decoration: none;
}
.txt-link:active,
.txt-link:focus,
.txt-link:hover {
	/* Typography */
	text-decoration: underline;
}


/* BUTTON */
.btn {
	margin: 20px 0 25px 0;
}
.btn.action {
	/* Box-model */
	/* Typography */
	color: #424242;
	/* Visual */
	background-color: #f9ce5a;
	border-color: #f3bc24;
}
.btn.action:active {
	/* Visual */
	background-color: #f3bc24;
}


/* ERROR */
.msg.msg-alert {
	/* Box-model */
	width: 80%;
	min-height: 0;
	padding: 0;
	margin: 0 0 25px 0;
	/* Typography */
	font-size: 12px;
	line-height: 18px;
	color: #ae0404;
	/* Visual */
	background-color: transparent;
	border-color: transparent;
}
.msg .txt-link {
	/* Typography */
	color: #005bc6;
	text-decoration: underline;
}
.msg .txt-link:hover,
.msg .txt-link:active {
	/* Typography */
	text-decoration: none;
}


/* FOOTER */
.footer {
	/* Box-model */
	width:  500px;
	margin: 300px auto 50px;
	/* Typography */
	font-size: 12px;
	color:  #333;
	text-align: center;
}
.footer .list {
	/* Box-model */
	padding: 0;
	margin: 0 0 15px 0;
}
.footer .txt {
	font-size: 12px;
}
.footer .list-item {
	/* Box-model */
	padding: 0 12px;
	margin: 0;
	/* Typography */
	font-size:  inherit;
	/* Visual */
	border-left: 1px solid #e1e1e1;
}
.footer .list-item .txt-link {
	/* Typography */
	font-size:  inherit;
}
.footer .list-item:first-child {
	/* Visual */
	border-left: none;
}