
.PittLogin{
	background-color: #0F2C63;
	//background-image: linear-gradient(#000086, #0029B6);
	box-shadow: 10px 10px 5px #888888;
}

.PittBeigeDropShadow{
	background-color: #e5e5cb;
	border: 5px double #ffffff;
	width: 300px;
	color: #FFFFFF; 
    font-weight: normal;
	font-family: RobotoSlab;
    font-size: 18pt;
	box-shadow: 5px 5px 5px #888888;
}
.PittImportantInformation{
    background-color: #ffbb00;
    color: #FFF;
    font-family: RobotoSlab;
    font-size: 20px;
    min-width: 208px;
    padding: 10px;
    text-align: center;
}
.PittSFBox{
	background-color: #e5e5cb;
	border: 1px solid black;
	color: black; 
    font-weight: normal;
	font-family: arial;
	font-style: italic;
    font-size: 11pt;
    padding-left: .75em;
    padding-right: .75em;
    padding-bottom: .5em;
    padding-top: .5em;
	box-shadow: 2px 2px 2px #888888;
}
.PittSFBoxHalfWidth{
	background-color: #e5e5cb;
	border: 1px solid black;
	color: black; 
	max-width: 1200px;
    font-weight: normal;
	font-family: arial;
	font-style: italic;
    font-size: 11pt;
    padding-left: .75em;
    padding-right: .75em;
    padding-bottom: .5em;
    padding-top: .5em;
	box-shadow: 2px 2px 2px #888888;
}



.PittGradientDropShadow{
	background-image: linear-gradient(#000086, #0029B6);
    color: white;
	border: 5px double #000086;
	width: 400px;
	font-weight: normal;
	font-family: RobotoSlab;
    font-size: 18pt;
	box-shadow: 5px 5px 5px #888888;
}

.PittRoomComponent{
	backfround-color: #FFFFFF;
	color: #FFFFFF; 
    font-weight: normal;
	font-family: RobotoSlab;
    font-size: 18pt;
}
.PittNavyFont{
	color: #0F2C63; 
    font-weight: normal;
	font-family: Arial;
    font-size: 14pt;
    padding-left: 1.5em;
}
.PittNavyPageFont{
	color: #0F2C63; 
    font-weight: normal;
	font-family: RobotoSlab, sans-serif;
    font-size: 14pt;
    padding-left: .5em;
}

.PittWhiteFontSpace, PittWhiteFontSpace A{
	color: #FFFFFF; 
    font-weight: normal;
	font-family: RobotoSlab, sans-serif;
    font-size: 14pt;
    padding-left: 1.5em;
}
.PittWhiteFont{
	color: #FFFFFF; 
    font-weight: normal;
	font-family: verdana; sans-serif;
    font-size: 18pt;
}
.PittWhiteFontSmall{
	color: #FFFFFF; 
    font-weight: normal;
	font-family: RobotoSlab;
    font-size: 10pt;
}


/* The following are used to display the hover over/pop-up overflow text on Study Team Members SF page - displays a member's qualifications. Can be used elsewhere */
.Pitttooltip {
    position: relative;
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    border-bottom: 1px solid #778899;
    border-top: 1px solid #778899;
    border-right: 1px solid #778899;
    border-left: 1px solid #778899;
    background-color: whitesmoke;
}

.Pitttooltip .Pitttooltiptext {
    visibility: hidden;
    width: 500px;
    border-radius: 8px 8px 8px 8px;
    border-bottom: 2px solid #778899;
    border-top: 2px solid #778899;
    border-right: 2px solid #778899;
    border-left: 2px solid #778899;
    background-color: whitesmoke;
    color: black;
    text-align: left;
    font-weight: normal;
	font-family: Arial;
    font-size: 10pt;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 1s;
}

.Pitttooltip .Pitttooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.Pitttooltip:hover .Pitttooltiptext {
    visibility: visible;
    opacity: 1;
}

.PittButton, .PittButton A:VISITED:not(.TransparentButton){
	box-shadow: none;
	font-family: 'Arial', serif;
	background-color: whitesmoke;  
	color: black; 
	border: 0 none; 
	border-radius: 4px 4px 4px 4px;  
	font-size: 11pt;
	padding: .33em 1.5em;
}

.PittButton:hover {
	background-color: #e8970c;
	cursor: pointer;
}

.PittButton:disabled{
	cursor: default;
    background-color: #bababa;
    pointer-events: none;
    border: 0px;
}

.PittButton:focus{
	//color: #e1f1f9;
	color: #ffffff;
    outline: 0px;
    border: 0px;
    box-shadow: 0 0 1px 1px #cedee7;
	background-color: #20323f;    
}

/* The following are used to display sorted documents on the workspace templates */
/* overall */
.tablesorter-default {
	width: 100%;
	font: 12px/18px Arial, Sans-serif;
	color: #333;
	background-color: #fff;
	border-spacing: 0;
	margin: 10px 0 15px;
	text-align: left;
}

/* header */
.tablesorter-default th,
.tablesorter-default thead td,
.tablesorter-default td div {
	font-family: "Arial", Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	background-color: #dddede;
	border-collapse: collapse;
	border-bottom: #ccc 2px solid;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
	border: 0;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
	border-top: #000 2px solid;
}

/* tbody */
.tablesorter-default td {
	background-color: #fff;
	border-bottom: #ccc 1px solid;
	padding: 4px;
	vertical-align: top;
}

/* hovered row colors */
.tablesorter-default tbody > tr:hover > td,
.tablesorter-default tbody > tr.even:hover > td,
.tablesorter-default tbody > tr.odd:hover > td {
	background: #fff;
	color: #000;
}

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(../addons/pager/icons/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd td {
	background-color: #dfdfdf;
}
.tablesorter-default tr.even td {
	background-color: #efefef;
}

/* Column Widget - column sort colors */
.tablesorter-default tr.odd td.primary {
	background-color: #bfbfbf;
}
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
	background-color: #d9d9d9;
}
.tablesorter-default tr.odd td.secondary {
	background-color: #d9d9d9;
}
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
	background-color: #e6e6e6;
}
.tablesorter-default tr.odd td.tertiary {
	background-color: #e6e6e6;
}
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
	background-color: #f2f2f2;
}

/* caption */
caption {
	background: #fff;
}

/* filter widget */
.tablesorter-default .tablesorter-filter-row td {
	background: #eee;
	border-bottom: #ccc 1px solid;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-default .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-default .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter-default .tablesorter-filter {
	width: 95%;
	height: auto;
	margin: 4px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}


/* Below are overridden clickportal.css classes */

.TopNavAreaLeft {
    background-Color: #FFFFFF;
    padding-bottom: .5em;	
    //background-image: linear-gradient(#000033, #000086);
}

/* controls the background gradient (black to blue) plus it overrides the behavior of the "A" anchor for the 'Login' and 'user name' links so visited and hover are white */
/* TopNavAreaRight is the container that TopNavText is used in. The override of the Anchor has to be done at this level - doing it on TopNavText wont work*/
.TopNavAreaRight, .TopNavAreaRight A:VISITED:not(.TransparentButton), .TopNavAreaRight A:HOVER:not(.TransparentButton) {
    background-Color: #FFFFFF;
    padding-bottom: .5em;
    //padding-left: 1.5em;
    //background-image: linear-gradient(#000033, #000086);
    color: #0F2C63;
    
}

/* Controls the 'Login' text in upper right corner when user is NOT logged in */
.TopNavText:link, .TopNavText:active, .TopNavText:visited, .TopNavText:hover {
    color: #0F2C63 !important;
    font-weight: normal;
	font-family: RobotoSlab, serif;
    font-size: 15pt;
}

/* Controls the menu (user's name) text in upper right when user is logged in */
.AccountDropdown  {
	padding-right: 1em;
	font-weight: normal;
	font-family: RobotoSlab, serif;
    font-size: 15pt;
	cursor: pointer;
	color: #0F2C63;
}

/* backgound color of the drop down menu */
.AccountDropdownContents {
	background-color: #CCCC99;
}


/**************************************
Global Navigation
**************************************/
/* controls height of very top row NOTE: "Tob" is intentional - its mispelled in Click base code for the page*/
.TobBarUpperBorder {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid white;
	background-Color: #FFFFF;
}


/* This controls color of horizontal line between upper and lower topbar */
.HeaderMajorTabRow {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #FFFFF;
}

/* This controls the topbar font, font color, family, size and the vertical line between tabs */
.HeaderMajorTabRow .HeaderTabContents A, .HeaderMajorTabRow .HeaderTabContents .Filler{
    display: table-cell;
    color: #ffffff !important;
    font-family: RobotoSlab, serif;
    font-size: 15pt;
    border-right: 2px solid ##FFFFF;
    border-left: 2px solid ##FFFFF;
    padding: .5em 1em;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

/* This controls the mouse over color of top bar font */
.HeaderMajorTabRow .HeaderTabContents A:hover, .HeaderMajorTabRow .HeaderTabContents A:focus  {
    //color: #d1e1e9  !important;
    color: #cccc99  !important;    
}

/* Controls selected topbar tab (not sub tab)*/
.HeaderMajorTabRow .HeaderTabContents A.Selected {
    //background-color: #bed4df;
    background-color: #CCCC99;
    color: #0F2C63  !important;
    font-family: RobotoSlab, serif;
    font-size: 15pt;
    border-bottom: 1px solid #cccc99;
}

/* Controls un-selected tobbar tab color*/
.TopNavTabArea {
	line-height: 22 px;
    background-color: #0F2C63;
    //background-color: #f12805;
    padding: 0 0 0 0;
}

/* Controls color of sub-row, height */
.HeaderMinorTabRow {
	padding-top: .3em;
    padding-bottom: .5em;
    background-color: #CCCC99;
    width: 100%;
    height: 1.2em;
    margin: 0 auto;
}

/* Controls the font: family, color, size of the sub-row*/
.HeaderMinorTabRow .HeaderTabContents A, .HeaderMinorTabRow .HeaderTabContents .Filler{
    display: table-cell;
    font-family: Roboto Condensed, sans-serif;
    font-size: 13pt;
    color: #405767;
    padding: .2em 1.5em;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}
.pseudoEntitySet{
    -webkit-margin-after: 0em;
    -webkit-margin-before: 0em;
 }
 
 /* Controls the color and weight of the ID of a Project when looking at the SF - the text in upper right top bar of SF view */
 .TopNavTitleText {
    color: #e5e5cb;
    font-weight: bold;
}
 
 /* Below the sub-row there is a horizontal cell, before the page content - this controls the color, stock is white, this is PItt beige */
 .GlobalNavigation {
    border-bottom: 1px solid #cccc99;
}

ul.PittSFBulletList li{
	padding-bottom: 0px;
}

.SFQuestions li, td.sfQuestionIdentifier {
    max-width: 1200px;
}
.SFQuestions li span .PrintQuestion,
.SFQuestions li span,
.SFQuestions span#readonly.PrintAnswer b {
    color: #252525;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.PageHead, H1, td.sfSection {
    color: #FFFFF;
    font-family: RobotoSlab;
    font-size: 23px;
}

/* This class is used on the Log Off page - controls color of 'Logoff Succesful' text.  Also controls color of text on Reviewer Notes Filter By. Also used in project type center. Basically - don't override this */
.Label1 {
    color: #000000;
    font-weight: bold;
}

/* This class targets the Webr ID (an id value inserted into every SF page) and more or less centers the SF questions */ 
#_webr_EntityView {
	margin: auto;
	width:95%;
}

/* Controls colors associated with Reviewer Note display on Smartforms.  NOTE: there is a base SD page that has an inline style specified, so just updating this class doesn't totally change */
/* what the user sees - you may also need to edit the ResourceAdministration: Project/ReviewerNotesTable page - to remove the inline style. */
.ReviewerNotes-Area {
	background-color: #e5e5cb;
}

.PrintQuestion {
    font-size: 16px;
}

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;
}
.hideLogin {
	display: none;
}

