@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;
}

/**************************************************************************
Pitt IACUC Specific - last mod was 11-13-09
**************************************************************************/


.SFtable {
	border-collapse: none;
	background-color: white;

}
.SFHelp {
	vertical-align: top;	
	padding: 10px;	
	background: #eeeeee;
	border-top-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 20%;
}
div.SFtitle {
	font-size: medium;
	font-weight: bold;
}
.SFdescription {
	font-size: x-small;
	margin-left: 10px;
	margin-right: 10px;
}
.SFid {
	font-size: 0.875em;
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
	width: 25px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 5%;
}
.SFattribute {
	vertical-align: top;
	padding: 10px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 70%;
}
.SFheaderRow
{
	vertical-align: top;
	font-style: italic;	
	padding: 10px;	
	background: #eeeeee;
}
.SFheaderCell
{
	font-family: RobotoSlab, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
	width: 100%;
}
.SFTableRow
{
	/*background-color: gray;*/
	border: 1px solid blue;
}
.SFdividerRowTop
{
	background-color: gray;
	height: 0px;
	border-bottom-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-top-style: hidden;
	border-collapse: separate;
}
.SFcontentRow {
	border-bottom-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-top-style: hidden;

}
.SFcontentCol1{
	font-family: RobotoSlab, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	background-color: #FFFFFF;
	border-style: none;
	vertical-align: top;
	text-align: center;
	width: 40px;
	padding: 10px;

}
.SFcontentCol2{
	border-style: none;
	vertical-align: top;
	width: 100%;
	border-bottom-style: hidden;
	border-top-style: hidden;
	padding: 7px;
}
.SFcontentCol3{
	font-family: RobotoSlab, sans-serif;
	font-size: 10px;
	font-style: italic;
	background-color: #FFF5AE;
	width: 150px;
}
.PrintQuestion
{
	font-family: Verdana, RobotoSlab, sans-serif;
	/*font-size: 14px;*/
	/*font-size: small;*/
	color: #000066;
	background-color: white;
}
.PrintAnswer
{

}
.SFfooterRow{
	background-color: #FFFFFF;

}
.SFfooter1{
	border-bottom-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-top-style: hidden;
}
.SFfooter1 div
{
	width: 40px; 
}
.SFfooter2
{
	font-family: RobotoSlab, sans-serif;
	font-size: 8px;
	color: Gray;
	font-style: italic;
	text-align: right; 
	border-bottom-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-top-style: hidden;
}
.SFfooter2 div
{
	width: 150px;
}
.AgendaTitle {
	border-top : 4px solid #000;
	font-size: medium;
	font-weight: bold;
}
.Column1 { 
}
.Column2 {
	border : 1px solid #CCCC99;
	padding: 10px;
	vertical-align: top;
}
.Column2B {
	padding: 10px;
	vertical-align: top;
}
.Column2Top {
	border-top : 1px solid #CCCC99;
	border-left : 1px solid #CCCC99;
	border-right : 1px solid #CCCC99;
}
.Column2Middle {
	border-left : 1px solid #CCCC99;
	border-right : 1px solid #CCCC99;
}
.Column2Bottom {
	border-left : 1px solid #CCCC99;
	border-right : 1px solid #CCCC99;
	border-bottom : 1px solid #CCCC99;
}
.Column3 {
	width: 1%;
	vertical-align : top;
}
.CurrentState {
	background-color: #e8970c;
    color: #FFF;
    font-family: RobotoSlab, sans-serif;
    font-size: 24px;
    min-width: 208px;
    padding: 10px;
    text-align: center;
}
.Login {
	border : 1px solid #CCCC99;
}
.PublishedNote {
	background-color : #CFDAE5;
	border-bottom : 2px solid #FFCC00;
}

.ArchivedNote {
	background-color : #F3D6D8;
	border-bottom : 2px solid #FFCC00;
}

/**************************************************************************
START Tabbed Component CSS - Pitt
**************************************************************************/
/*Border*/
.TabComponentStyle_Border .TabComponentBodyTable {
	border: 1px solid #CCCC99;
}
/*Solid*/
.TabComponentStyle_Solid .TabComponentBodyTable {
	background-color: #F5F5F5;
}
/*END Tabbed Component Styles*/

/**************************************************************************
Hide Show Styles - Still Pitt
One set for printed output and one for screen output	
**************************************************************************/
/*
For Screen Output
*/

@media Screen 
{
	.HideMe {
		DISPLAY: none; VISIBILITY: hidden
	}
	.ShowMe {
		DISPLAY: block; VISIBILITY: visible
	}

	}
	tr.ShowMe{
		DISPLAY: table-row; VISIBILITY: visible
	}
}
/*
For Printed Output
(note: the HideMe & ShowMe classes are Identical so that printed output will display all hidden areas)
*/

@media Print 
{
	.HideMe {
		DISPLAY: none; VISIBILITY: hidden
	}
	.ShowMe {
		DISPLAY: block; VISIBILITY: visible
	}

	}
	tr.ShowMe{
		DISPLAY: table-row; VISIBILITY: visible

	}
}




/**************************************************************************
END Pitt IACUC Specific
**************************************************************************/
