@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;
}

/* Navigation use the Pitt subheader font  */
.NavigationTabControl a,
td.TabOn,
td.TabOff {
  background: #0e4686;
  font-family: "Rubik", sans-serif;
  color: #FFFFFF  !important;
}

.NavigationTabSpacer {
    display: table-cell;
    background-color: #0e4686;
    width: 99%;
}

.NavigationTabControl .active, td.TabOn {
	color: #0e4686 !important;
	background: #f2b12e;
}

.NavigationTabControl .active:hover, td.TabOn:hover, .NavigationTabControl .active:focus, td.TabOn:focus {
	background: #f2b12e;
	color: #0e4686 !important;;
}

.NavigationTabControl a:hover, td.TabOff:hover, .NavigationTabControl a:focus, td.TabOff:focus {
	color: #0e4686 !important;
	background: #f2b12e;
}

.NavigationTabControl .NavigationTab-overflow {
	text-align: left;
	background: #0e4686;
	color: #f2b12e;
	font-family: Rubik;
	white-space: nowrap;
}

.NavigationTab-overflow:before {
	content: attr(data-content);
}

.NavigationTabControl .DropLayout {
	padding: 0;
	border: 1px solid #0e4686;
}


/* 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 {
  width: 100%;	
  border-spacing: 0px;
}

/* use Pitt-Formal shadow color for top bar (where logo and username sit) */
.TopNavAreaLeft {
	background-Color: #FFFFFF;
    padding-bottom: .5em;
}
.TopNavAreaRight {
	background-Color: #FFFFFF;
    padding-bottom: .5em;
  
}

/* 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:hover, .HeaderMajorTabRow .HeaderTabContents A:focus  {
    color: #f2b12e  !important;
}

.HeaderMajorTabRow .HeaderTabContents a a.Selected {
  background-color: #336699;
  color: #e6e7e4 !important;
  border-bottom: 1px solid #336699;
}

.HeaderMajorTabRow .HeaderTabContents a.Selected {
  background-color: #f2b12e;
  color: #0d032f !important;
  border-bottom: 1px solid #0d032f;
}

/* Minor/subsections: Reports, etc sub-bar */
.HeaderMinorTabRow {
  background-color: #e6e7e4;
}

.HeaderMinorTabRow .HeaderTabContents a {
  color: #0d032f !important;
  font-family: "Merriweather", serif;
  font-size: 12pt;
}

.HeaderMajorTabContentsOverflow {
	border: solid 1px #20323f !important; /*override default droplayout border*/
    background-color: #0e4686;
    color: white;
}

.HeaderMajorTabContentsOverflow A  {
    color: white !important;
    font-family: "Rubik", serif;
    font-size: 15pt;
    display: block;
    height: 2em;
    border: 0 0 0 0;
    cursor: pointer;
}

.HeaderMajorTabContentsOverflow A:hover, .HeaderMajorTabContentsOverflow A:focus {
    color: #FFB81C !important;
}
.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;
}

/* Smartform numbering from yellow to pitt gold */
.SFQuestions li {
  color: #f2b12e;
}

/* Make system buttons upmc purple */
.Button,
.Button2,
.button2 {
  background-color: #405767;
  font-family: "Open Sans", sans-serif;
}

a.actionButton {
  font-family: "Open Sans", sans-serif;
  background-color: #405767;
  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: #405767;
  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: #336699;
}

/*
	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: #0e4686;
  color: #FFFFFF;
}

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;
}

/*Account DropDown*/
.AccountDropdownContents {
	align: left;
	background-color: #0e4686;
	color: white;	
}

.AccountDropdownContents > A:link {
	color: white;	
}

.AccountDropdownContents > A:visited {
	color: white;	
}

.AccountDropdownContents > A:hover {
	background-color: #0e4686;
	color: #FFB81C;	
}


a.actionButton {
  font-family: "Open Sans", sans-serif;
  background-color: #724868;
  display: block;
  color: white;
  line-height: 40px;
  font-style: center;
  min-height: 41px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  border-radius: 4px;
}