@import url("https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Rubik&display=swap");
/* From the 'formal' palette */
/* taken from: https://www.brand.pitt.edu/visual-identity/color-palettes/palette-flexibility */
/* Use the recommended Pitt body/content font for all copy text*/
body,
p,
div,
tr,
td,
center,
table,
select,
textarea,
input {
  font-size: 14pt;
  font-family: "Open Sans", sans-serif;
}

/* use the Pitt subheader font  */
.NavigationTabControl a,
td.TabOn,
td.TabOff {
  font-family: "Merriweather", serif;
}

/* get rid of ugly boarders at the top of the screen, tighten up the shadow */
.GlobalNavigation {
  border-bottom: 0px;
  -webkit-box-shadow: 0px 1px 2px #585c5e;
          box-shadow: 0px 1px 2px #585c5e;
}

.HeaderMajorTabRow {
  border-top: 0px;
}

#ClickTopBar {
  border-spacing: 0px;
}

/* use Pitt-Formal shadow color for top bar (where logo and username sit) */
.TopNavAreaLeft,
.TopNavAreaRight {
  background-color: #e6e7e4;
}

/* Site section styling (My Inbox, COI, etc) */
.TopNavTabArea {
  background-color: #0e4686;
  font-family: "Rubik", sans-serif;
}

.HeaderMajorTabRow .HeaderTabContents a {
  font-size: 18pt;
  font-family: "Rubik", sans-serif;
}

.HeaderMajorTabRow .HeaderTabContents a a.Selected {
  background-color: #6a5e8a;
  color: #dfc4af !important;
  border-bottom: 1px solid #6a5e8a;
}

.HeaderMajorTabRow .HeaderTabContents a.Selected {
  background-color: #f2b12e;
  color: #0d032f !important;
  border-bottom: 1px solid #0d032f;
}

/* Minor/subsections: Reports, etc sub-bar */
.HeaderMinorTabRow {
  background-color: #dfc4af;
}

.HeaderMinorTabRow .HeaderTabContents a {
  color: #0d032f !important;
  font-family: "Merriweather", serif;
  font-size: 12pt;
}

.BreadcrumbArea {
  background-color: #c5c6c0;
  -webkit-box-shadow: 0px 1px 2px #585c5e;
          box-shadow: 0px 1px 2px #585c5e;
}

/* Custom Search Display */
.DisplayHead,
.DisplayHeadSort {
  font-family: "Merriweather", serif;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

td.List {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* Smartform copy text */
.SFQuestions li p,
.SFQuestions ol li ul li,
.SFQuestions ul li,
.SFQuestions li span {
  font-family: "Open Sans", sans-serif !important;
  color: #0d032f !important;
  max-width: 60em;
  min-width: 30em;
}

/* Smartform numbering from yellow to pitt gold */
.SFQuestions li {
  color: #f2b12e;
}

/* Make system buttons upmc purple */
.Button,
.Button2,
.button2 {
  background-color: #724868;
  font-family: "Open Sans", sans-serif;
}

a.actionButton {
  font-family: "Open Sans", sans-serif;
  background-color: #724868;
  display: block;
  color: white;
  line-height: 40px;
  font-style: center;
  min-height: 40px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  border-radius: 4px;
}

.customActivityButton {
  font-size: 12pt;
  font-family: "Open Sans", sans-serif;
  background-color: #724868;
  display: block;
  color: #fffffe !important;
  min-height: 40px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  border-radius: 4px;
}

.singleLineButton {
  line-height: 40px;
}

.multiLineButton {
  padding: 17px 5px;
}

/* visited link color to not be blue, but upmc purple */
a:visited:not(.TransparentButton) {
  color: #6a5e8a;
}

/*
	Make the state display a little more consistent with the graphic?
	Don't have to keep the border or border-radius
*/
.CurrentState {
  background-color: #f2b12e;
  font-family: "Rubik", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.05em;
  border: 2px #0e4686 solid;
  border-radius: 2em;
}

.FormHead {
  background-color: #0d032f;
  color: #dfc4af;
}

div.Shortcuts {
  display: none;
}

.SFQuestions .RequiredSpan {
  color: #f2382e !important;
}

/* SmartForm navigation top bar */
/*
.TransparentButton,
.ToolArea {
	color: $upmc-prim;
	background-color: $upmc-bg-lighter !important;
}
*/
#ViewSetChooserCell {
  background-color: white !important;
}

/* Headers */
h1,
h2,
h3 {
  font-family: "Rubik", sans-serif;
  color: #0e4686;
}

h3.RoomComponentTitle {
  font-family: "Rubik", sans-serif;
  color: #0d032f;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  color: #0d032f;
}

/* Room component style that centers content */
RoomComponent.centerComponent {
  text-align: center;
}
