/* ********************** */
/* EBSCO ADMIN LOGIN PAGE */
/* ********************** */
.admin {
	color: #000;
}
.admin .login,
.admin .password-reset {
	/* Box-model */
	width: 900px;
	max-width: 900px;
	padding: 0;
	margin: 50px auto 0;
}

/* PASSWORD RESET */
.password-reset .media-block .media-cell {
	width: 100%;
}
/* LOGO */
.logo {
	/* Box-model */
	padding: 0;
	margin-bottom: 45px;
}


/* 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:0;
}
.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 */

	/* Visual */
	vertical-align: middle;
}
.list-item .icon {
	/* Box-model */
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 12px;
	padding-bottom: 3px;
	margin-top: -3px;
	/* Visual */
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	float: left;
}

/* use to hide content included for accessibility */
.hidden{
	/* Typography */
	font-size: 0;
	text-indent: -99999px;
	/* Misc */
	zoom: 1;
}


/* ICONS */
.icon.alerts { background-image: url("../images/icon-alerts.png"); }
.icon.branding { background-image: url("../images/icon-branding.png"); }
.icon.build-relationships { background-image: url("../images/icon-build-relationships.png"); }
.icon.collections { background-image: url("../images/icon-collections.png"); }
.icon.custom-access { background-image: url("../images/icon-custom-access.png"); }
.icon.custom-collection { background-image: url("../images/icon-custom-collection.png"); }
.icon.explore { background-image: url("../images/icon-explore.png"); }
.icon.global { background-image: url("../images/icon-global.png"); }
.icon.increase-circulation { background-image: url("../images/icon-increase-curculation.png"); }
.icon.languages { background-image: url("../images/icon-languages.png"); }
.icon.manage { background-image: url("../images/icon-manage.png"); }
.icon.phone { background-image: url("../images/icon-phone.png"); }
.icon.reports { background-image: url("../images/icon-reports.png"); }
.icon.results { background-image: url("../images/icons/icon-results.png"); }
.icon.save-time { background-image: url("../images/icon-save-time.png"); }
.icon.search { background-image: url("../images/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: 13px;
	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;
		color: #424242;
}


/* ERROR */
.msg.msg-alert {
	/* Box-model */
    width:400px;
	padding: 0 75px 0 0;
	margin: 0 0 25px 0;
	min-height: 0;
	/* Typography */
	font-size: 12px;
	line-height: 18px;
	color: #ae0404;
	/* Visual */
	background-color: transparent;
	border-color: transparent;
}
.msg .txt-link {
	/* Typography */
	font-size: 11px;
	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;
	text-align: center;
	color:  #333;
}
.footer .list {
	/* Box-model */
	padding: 0;
	margin: 0 0 15px 0;
}
.footer .txt {
	font-size: inherit;
}
.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;
}
/* Accordion ========================================================================================================================================================== */
.accordion { border-bottom:0 solid #ddd; }
.accordion-item { background:url(../images/collapsible-bg.gif) repeat-x 0 2px; }
.accordion-header { margin:0; border:0 solid #ddd; border-bottom:0; padding:10px 10px 10px 30px; font-size:1.1em; color:#555; background:url(../images/iss-v-sprite.png) no-repeat 10px 11px; }
.accordion-header:focus, .accordion .accordion-header:hover { color:#000; }
.accordion-header.active { background-position:10px -24px; }
.accordion-body { border:0 solid #ddd; border-top:0; border-bottom:0; padding:5px 30px 15px; }
.accordion-body2 {border:1px solid #ddd; border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:15px 30px 15px; }

/* Collapsible list */
.collapsible-list dt { padding:0 0 0 17px; background:url(../images/iss-v-sprite.png) no-repeat 0 2px; cursor:pointer; outline:none; }
.collapsible-list dt.active { background-position:0 -33px; }


.alert-message .close { position:absolute; right:10px; top:10px; }

/* Alerts */
.alert-message.danger, .alert-message.error, .alert-message.success, .alert-message.info { color:#ffffff; }
.alert-message.danger, .alert-message.error {
  background-color:#c43c35; background-repeat:repeat-x; background-image:linear-gradient(top, #ee5f5b, #c43c35); border-color:#c43c35; border-bottom-color:#882a25; }
.alert-message.success {
  background-color:#268742; background-repeat:repeat-x; background-image:linear-gradient(top, #62c462, #268742); border-color:#268742; border-bottom-color:#3d773d; }
.alert-message.info {
  background-color: #00758d; background-repeat: repeat-x; background-image:linear-gradient(top, #5bc0de, #00758d); border-color:#00758d; border-bottom-color:#22697d; }
:root .alert-message {
  border-radius: 0 \0;
}

.alert-message 
{
 
  border-left:1px solid #eedc94; border-right:1px solid #eedc94; border-top:1px solid #eedc94; border-bottom:1px solid #e4c652; position:relative;
  padding:7px 30px 7px 15px;
  margin-bottom:18px;
  color:#404040;
  background-color:#eedc94;
  background-repeat:repeat-x;
   -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25); -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25); background-image:linear-gradient(top, #fceec1, #eedc94); 
}
.alert-message.danger a, .alert-message.error a, .alert-message.success a, .alert-message.info a, 
.alert-message .field-validation-error 
{ color:#ffffff; }

.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info, 
.alert-message.block-message.error a, .alert-message.block-message.success a, .alert-message.block-message.info a {
  color:#404040;
}
.alert-message.block-message.error { background-color:#fddfde; border-color:#fbc7c6; }
.alert-message.block-message.success { background-color:#d1eed1; border-color:#bfe7bf; }
.alert-message.block-message.info { background-color:#ddf4fb; border-color:#c6edf9; }

.alert-message.block-message .alert-actions { margin-top:5px; }

.alert-message.reminder { margin:40px 2px 5px; padding:6px 30px 6px 0; border-color:#eedc94; }
	.alert-message.reminder .alert { display:inline-block; border-right:1px solid #eedc94; padding:2px 15px; /*text-decoration:none;*/ }

.alert-message.persistent .close { display:none; }
.center { text-align:center; }
.light { color:#555; }
.btn.primary
{ color:#fff; border:1px solid #336699; font-weight:normal; background:#194f7c; }

.dropdown2 {
    border-bottom : #c8c8c8 1px solid;
    border-top : #c8c8c8 1px solid;
    border-left : #c8c8c8 1px solid;
    border-right : #c8c8c8 1px solid;
    font-size: 13px;
    height: 34px;
    width: 280px;
   padding: 5px 5px 5px 5px;
}


/* 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");
}
