﻿/*
=======================================================================
	 list.css - CSS for styled lists such as navigation, toolbars, tabs etc

     NOTE: general text lists (simple bullets & numbers) are found in text.css
=======================================================================
*/
.article ul,
.article ol {
  margin-bottom: 1.6em;
  margin-left: 3em;
  list-style-type: disc;
  line-height: 1.67;
}
.article footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article footer li {
  margin: 3px 0;
}
.article ol {
  list-style-type: decimal;
}
.block-list li {
  position: relative;
}
.block-list a,
.block-list .current {
  display: block;
  padding: 0.5em;
  text-decoration: none;
}
.block-list > li > a:hover {
  text-decoration: underline;
}
.block-list > li {
  line-height: 1.2;
}
footer .block-list > li a {
  padding: 0;
}
footer .block-list > li {
  padding: 0.3em 0;
}
.vertical-tabs li {
  margin: 0 0 2px;
}
.vertical-tabs .ui-state-active {
  margin-right: -1px;
}
.vertical-tabs .ui-state-active a,
.vertical-tabs .ui-state-active a:hover {
  padding-right: 7px;
  border: 1px solid #999;
  border-right: none;
  background: #fff;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  cursor: default;
}
.cms-form .vertical-tabs .ui-state-default {
  padding-left: 3px;
}
.cms-form .vertical-tabs .ui-state-active {
  margin-left: 5px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #7883A7;
}
.cms-form .vertical-tabs a {
  outline: none;
}
/* default bcu side menu */
.side-menu > .bcu-main-menu:last-child > li:last-child > a,
.side-menu > .bcu-main-menu:last-child > li:last-child > span {
  border: none;
}
/* faculty and school side menu */
.side-menu-level-2,
.side-menu-level-3,
.side-menu-level-4,
.side-menu-level-5 {
  margin-bottom: 1px;
}
.side-menu-level-2 a,
.side-menu-level-2 span {
  padding-left: 16px !important;
  background: url(/content/imgs/biad/list-arrow-dark-grey.gif) no-repeat 8px 0.9em #ccc;
  color: #000;
}
.side-menu-level-3 a,
.side-menu-level-3 span {
  padding-left: 31px !important;
  background: url(/content/imgs/biad/list-arrow-dark-grey.gif) no-repeat 23px 0.9em #ddd;
  color: #000;
}
.side-menu-level-4 a,
.side-menu-level-4 span {
  padding-left: 46px !important;
  background: url(/content/imgs/biad/list-arrow-dark-grey.gif) no-repeat 38px 0.9em #eee;
  color: #000;
}
.side-menu-level-5 a,
.side-menu-level-5 span {
  padding-left: 61px !important;
  background: url(/content/imgs/biad/list-arrow-dark-grey.gif) no-repeat 53px 0.9em #efefef;
  color: #000;
}
/* tabs - horizontal lists */
.base-tabs {
  position: relative;
}
.base-tabs > li {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
/* apply padding to <a> tag to make largest clickable area */
.base-tabs > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.base-tabs a:hover {
  text-decoration: underline;
}
.base-tabs .active,
.ui-tabs-selected {
  background-color: #fff;
}
/* extend to bcu blue color list */
.white li a,
.base-tabs a.white,
.block-list a.white {
  color: white;
}
.bg-primary .active a,
.bg-primary .ui-tabs-selected a,
.bg-primary .ui-tabs-selected a:hover {
  color: #444;
  /*cursor: default;*/
  text-decoration: none;
}
.li-borders > li > a {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  border-right: 1px solid #666;
}
.li-white-borders > li > a {
  border-right: 1px solid #fff;
}
/* allow padding for icons */
.icon-list > li {
  padding-left: 1em;
}
/* extend to dotted lower eg BCU side menu */
.dotted-bottom-list li {
  padding-top: 6px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.hover-select li a,
.hover-remove li a {
  display: inline-block;
  text-decoration: none;
}
.lt-ie8 .hover-remove li a span {
  top: 0;
  cursor: pointer;
}
.article dd > ul > li {
  margin-top: 0px;
}
.no-list-margin {
  margin: 0  0 1.2em!important;
}
.no-bullets {
  list-style-type: none!important;
}
.no-list-margin li {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none repeat scroll 0 center transparent;
  list-style: none outside none;
  line-height: 1.6em;
}
.article .list-arrows {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.article .list-arrows > li:before {
  position: absolute;
  left: 0;
  padding-right: 6px;
  width: 10px;
  content: "\e035";
  /* same as .icon-right-open-mini*/
  text-align: right;
  font-family: 'bcu_icon_font';
}
.article .list-arrows > li {
  position: relative;
  padding-left: 16px;
}