@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	background:#666666;
	margin:0;
	padding:0;
	color:black;
	font-size: 14px;
	line-height: 1.3em;
}

#container {
	width:950px;
	margin:0 auto;
	background:#FFFFFF;
}

label {
	display: inline;	
}
@media (max-width: 499px) {
	#container.responsive {
		width: 100%;
	}	
}

#content {
	margin:0;
	padding:0 20px 20px 20px;
	border-bottom:#5E7AA9 25px solid;
}
#content_padded {
	margin:0;
	padding:20px 200px 20px 200px;
	border-bottom:#5E7AA9 25px solid;
}
#content_wide {
	margin:0;
	padding:20px 40px 20px 40px;
	border-bottom:#5E7AA9 25px solid;
}

/*	HEADER
-----------------------*/
#ucprint_header {
	background:#5E7AA9;
	color:#FFFFFF;
	padding:30px 0 0px 20px;
}
#ucprint_header h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.5em;
	margin:0 0 10px 0;
}
#ucprint-logo {
	max-width: 100%;
	margin: 20px 0 0 0;
	padding-left: 30px;	
}

#account_div {
	float:right;
	padding:10px 30px 10px 0;
	width:200px;
	text-align:right;
}
#account_div span {
	color:#9FAFCB;
	text-transform:lowercase;
	font-size:22px;
}

/*	FOOTER
-----------------------*/
#footer {
	background:#666666;
	color:#999;
	font-size:12px;
}

#footer .rightside {
	text-align: right;
	padding-right: 50px;
}
#footer .leftside ul {
	list-style: none;
	margin-top: 20px;
}

#footer .leftside ul li {
	 display: inline-block;	
}



/*	LINKS
-----------------------*/
a,
a:visited {
	color:#677FAC;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#account_div a {
	color:#A3BDDB;
	font-size:12px;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
}
#account_div a.selected {
	color:#FFFFFF;
}
#account_div a:hover {
	color:#FFFFFF;
}
#account_div a span.pending {
	font-size:12px;
	color:#FF0;
}

#footer a {
	color:#999;
	padding:5px;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
}

/*	FORMATTING
-----------------------*/
#ucprint_header h1 {
	color:#FFFFFF;
	font-weight:normal;
	font-size:22px;
	margin-top:5px;
}
h1 {
	color:#5E7AA9;
	font-weight:normal;
	font-size:34px;
	margin-top:5px;
}

#register h3 {
	font-size:14px;
	color:#666666;
	margin-top:40px;
}
#register p {
	margin-top:0;
}

h1.title {
	color:#4D4D4D;
	font-weight:normal;
	font-size:32px;
}
header:before, header:after {
	display: table;
	content: " ";	
}
header:after {
	clear: both;
}
header {
	*zoom: 1;	
}
header img {
	float: left;	
	margin:20px 0;
	padding-left:20px;
}
header h1 {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}



h2.subHead {
	color:#4D4D4D;
	font-weight:normal;
	margin:10px 0 3px 0;
}

p {
	margin:0 0 30px 0;
}
p.marginless {
	margin:0;
}

ul.ulist1	{
	margin: 5px 0 20px 0px;
	padding: 0;
	list-style-type: square;
}
li.ulist1	{
	margin: 0 0 4px 28px;
	padding: 0;
	line-height: 14px;
}

blockquote {
	margin:5px 0 5px 20px;
}

/* OTHER
-------------------------------*/
#login {
	width:200px;
	float:left;
	border:#5E7AA9 1px dotted;
	padding:10px;
	font-size:12px;
	height: 420px;
	line-height:1.2em;
}
#login2 {
	width:500px;
	float:left;
	padding:10px;
	font-size:12px;
	height: 420px;
	line-height:1.2em;
}

#register {
	width:200px;
	margin-left:0px;
	float:left;
	border:#5E7AA9 1px dotted;
	border-left:none;
	padding:10px;
	height: 420px;
	font-size:12px;
	line-height:1.4em;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
	background-color:#FF9;
}

.slideDown {
	padding:0 10px;
	margin:0 0 20px 0;
	display:none;
}
.slideDown p {
	
}

/*	THESIS BINDERY
-----------------------*/
#uploadStatus {
	color:#090;
	font-size:12px;
}
.pdf {
	color:#069;
	font-size:.9em;
	padding-left:20px;
	background:url(/inc/g/icon_pdf.gif) left center no-repeat;
	line-height:1.5em;
}
.link {
	color:#069;
	font-size:.9em;
	padding-left:20px;
	background:url(/inc/g/icon_external.gif) left center no-repeat;
	line-height:1.5em;
}

#bindplaceholder {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	padding-top:10px;
	color:#069;
}

#ucsf_fund, #ucb_fund, #ucla_fund, #haas_copy_code_fund {
	margin:5px 0 0 20px;
	padding:5px;
	border:#5E7AA9 1px solid;
	display:none;
}
#ucsf_fund .fieldTitle, #ucb_fund .fieldTitle {
	font-weight:bold;
}

/*	MISC
-----------------------*/
.spacer10 {
	margin-left:10px;
}
.spacer30 {
	margin-left:30px;
}

.error {
	color:#F00;
}

label:hover {
	cursor:pointer;
}

.required {
	border:#F90 2px solid;
}

.holdOrderTitle {
	width:660px;
	background:#E0E0D9;
	padding:10px 20px;
}
.holdOrder {
	width:658px;
	border:#828F47 1px solid;
	background:#E0E0D9;
	padding:10px 20px;
	overflow:visible;
	display: block;
}

.selectedColor {
	width:50px;
	height:50px;
	border:#000 1px solid;
	margin:5px 0 0 10px;
}

div .fakeinput {
	width:276px;
	height:12px;
	padding:3px 2px;
	background:#FFF;
	border:#A3AAB1 1px solid;
	font-style:italic;
}

.padleft {
	margin-left: 10px;	
}
.cardbox {
	width: 255px;
	margin: 20px 0 0 5px;
	float: left;	
}
.cardbox input {
	float: left;
	border: 1px solid blue !important;	
}
.cardlabel {
	float:right; 
	width:220px;
	margin-right:10px;
	font-weight: bold;	
}

#affiliation {
	width: 200px;
	max-width: 100%;
	margin-top: 10px;	
}
#identity {
	width: 300px;
	max-width: 100%;
	margin-top: 10px;
}

.inputspacing {
	margin-bottom: 20px;	
}

/* sample modal dialogdd */
.modal-title {
	color: #666;	
}
.samplegrid img {
	max-width: 100%;	
}

.samplegrid figure {
	float:left;	
}
.samplegrid figcaption {
	text-align: center;	
	padding-bottom: 25px;
}
.modal-footer a:link,
.modal-footer a:active,
.modal-footer a:visited
  {
	text-decoration:none;	
}

.red_asterisk {
	color: red;
	font-weight: bold;
}

.generalpadding {
	padding: 10px;	
}
.fieldcontainer {
	float: left;
	margin-right: 40px;	
}
.fieldcols .leftside {
	width: 290px;
	float: left;	
}
.fieldcols .rightside {
	width: 475px;
	float: right;	
}

.preview_container {
	margin: 10px auto;
	text-align: center;
}

h1.ucbrand a {
	color: white;
	text-decoration: none;
}


@media (min-width: 500px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 500px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #a3bddb;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}
.navbar-toggle .caret {
	border-top-color: white;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 500px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 499px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 500px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 500px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar {
	border-radius: 0;
	background-image: none;
	background-color: transparent;
	border: none;
}
.navbar-default {
	margin: 0;
	padding: 0;
}
.navbar-default ul {
	margin: 0;
	padding: 0;
	
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #A3BDDB;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > .selected > a,
.navbar-default .navbar-nav > .selected > a:hover,
.navbar-default .navbar-nav > .selected > a:focus {
  color: white;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #677fac;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.nav .caret {
  border-top-color: #677fac;
  border-bottom-color: #677fac;
}

.nav a:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important;
}

.btn-default .caret {
  border-top-color: #677fac;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.nav .caret {
  border-top-color: #677fac;
  border-bottom-color: #677fac;
}

.nav a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}  
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #677fac;
  border-bottom-color: #677fac;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #a3bddb;
  border-bottom-color: #a3bddb;
}
@media (max-width: 499px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #a3bddb !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #677fac;

  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
  }
}

.collapse {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #5C7AA9;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 20px 0px 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {

}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav li a {
	text-decoration: none;	
}

.panel-default > .panel-heading {
	background-color: #ccc;	
}
.panel-body {
  background-color: #f5f5f5;		
}

.bc_tableHeaderNarrow {
	background-image: none !important;
	background-color: #5C7AA9 !important;
	border: 1px solid black;
	width: 598px !important;
}
.bc_tableHeader {
	background-image: none !important;
	background-color: #5C7AA9 !important;
	border: 1px solid black;
	width: 798px !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #5C7AA9;
  border-color: #357ebd;
}

a.btn {
	color: white;
	text-decoration: none;
}

/* primary navigation */
/* page selection */
.page_front .menu-main ul li.page_front a,
.page_printing .menu-main ul li.page_printing a,
.page_copying .menu-main ul li.page_copying a,
.page_design .menu-main ul li.page_design a,
.page_copiermgmt .menu-main ul li.page_copiermgmt a,
.page_planspecs .menu-main ul li.page_planspecs a,
.page_directmail .menu-main ul li.page_directmail a
{
	color: white;	
}

.menu-button {
	display: none;	
}

.menu-main ul {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.menu-main ul li {
	display: inline-block;
	margin: 0 15px 0 0;	
}
.menu-main ul li a {
	color: #A2BDDB;
	text-decoration: none;
	line-height: 1.6em;	
}

/* optometry pages */

#msgbar {
	background-color: #A2BDDB;
	min-height: 25px;
	color: white;
	text-align: center;
	padding-top: 3px;
	display: none;
}
#msgbar a {
	color: white;	
	font-size: 14px;
}

.red {
	color: red;	
}

fieldset {
	background-color: #f6f6f6;
	padding: 20px;
	border: 1px solid #e5e5e5;	
}
fieldset legend {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.2em;	
	padding: 0 10px;
	margin-bottom: 0px;
	width: auto;
	border-bottom: none;
}

#pagecontent {
	width: 850px;
	margin: 0 auto;
}

.optform,
.optform p {
	font-size: 1em;	
	color: black;
}
.optform input[type="text"] {
	width: 100%;	
}
.optform .row {
	margin-bottom: 20px;	
}
.optheader {
	margin-left:30px;
	padding-top:30px;
}
.optheader h2 {
	margin-left: 30px;
}
.optcontent {
	width: 850px;
	margin: 0 auto;
}

#chartstringcontainer {
	clear: both;	
}

.chartstringfield {
	float:left;
	margin-right: 35px;	
}

.optform .chartstringfield input {
	width: 90px;	
}

@media (max-width: 499px) {
.menu-button {
	display: inline-block;
	background-color: #A3BDDB;
	border: 1px solid white;	
	margin-bottom: 10px;	
}

.menu-main ul {
	display: none;	
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.menu-main ul li {
	display: block;
}

.menu-main ul li a {
	color: #A2BDDB;
	text-decoration: none;
	line-height: 1.6em;	
}
.menu-main ul li a:hover {
	color: white;
	text-decoration:underline;	
}

}

@media (min-width: 500px) {
	.menu-main ul {
		display: block !important;	
	}
}

/* ucb forms */
.ucbforms .container {
	max-width: 975px;	
	background-color:white;
	padding: 0;
}
#ucprint_header {
	font-size: 14px;	
}
.ucbforms section {
	padding: 20px;	
	font-size: 14px;
	color: black;
	line-height: 1.3em;
}
.ucbforms section p {
	font-size: 14px;
	color: black;	
}
.ucbforms img {
	max-width: 100%;	
}
.ucbforms .row div {
	margin-top: 10px;	
}

.ucbforms input.shortwidth {
	width: 50px;
}
.ucbforms .alert {
	display: none;	
}

/* responsive table container */
.table-container
{
	width: 100%;
	overflow: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

/* various styles */
.preview-instruction {
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding:0 5px 0 20px;
}
.indentedrows {
	margin-left: 25px;
}
.indentedrows .row {
	margin-bottom: 10px;	
}
.popover.tour .popover-content {
	font-size: 15px;	
}
.popover.tour .popover-title {
	font-weight: bold;	
}

/* ucbstyle */
body.ucbstyle form table td {
	padding: 3px 10px;
}
body.ucbstyle fieldset {
	background-color: #f6f6f6;	
}
body.ucbstyle fieldset legend {
	font-weight: bold;
	text-transform:uppercase;	
}

body.ucbstyle .ucbcontent {
	clear:both;
	width: 750px;
	margin: 0 auto;
}
body.ucbstyle textarea {
	width: 100%;	
}
.fullwidth {
	width: 100%;	
}

.datafield {
	float: left;
	margin-right: 20px;
	text-align: center;	
}
.panelbody {	
	background-color: #AEC2D6;
	width: 598px;
	color: #000;
	margin: 0 auto 10px auto;
	padding: 10px 20px;
	border: #000000 1px solid;
	border-top:none;
	font-size: 12px;
	text-align: center;
}
.containrows {
	padding-left: 20px !important;
	padding-right: 20px !important;	
}

input[type="submit"]:disabled {
	color: #CCC;
}