@media print
{    
    .no-print, .no-print *, .pvtUnused
    {
        display: none !important;
    }
}
{
    border: 0;
}

html { 
  background: 
  url(../images/bgLogo.png) left 10px bottom 65px no-repeat fixed,
  url(../images/bgBottom.jpg) repeat-x center bottom fixed,
  url(../images/stripes-bg.png) center center fixed;
}

html, body {
  color: #373C40;
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}

body {
    font-size: 70%;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
}
table{
	margin:0px auto;
	padding:5px;
}
td, th{
	padding:5px;
	text-align: center;
}
th{
	vertical-align:bottom;
	font-stretch: condensed;
	font-size: 70%;
}
p {
    padding: 7px 0 7px 0;
    font-weight: 500;
    font-size: 10pt;
}
p.info{
    font-size:7pt;
    color: gray;
}
p.agreement{
    margin-left:15px;
}
p.agreement label{
    width:390px;
    text-align:left;
    margin-top:3px;
}
a {
    color: #16699f;
    text-decoration:none;
}
a:hover{
    color: #4C99CC;
    text-decoration: none;
}
small{
	font-size: 8pt;
}
h1 {
    font-weight:200;
    color: #888888;
    font-size:16pt;
    padding-left:26px;
	padding-top:6px;
	padding-bottom:-15px;
    margin:2px ;
}
form{
	margin-bottom: 2px;
}
form p{
    font-size: 8pt;
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}
label{
    color:#444;    
    margin-right: 6px;
    margin-top:2px;
	margin-left:6px;
	font-size:80%;
}
input{
	border:none;
    color: #505050;
	text-align: center;

	padding:4px 3px 1px 3px;
}
button.add-button{
    float:right;
}

input.dropdown{
    float:left;
    clear:left;
    display:block;
    margin:5px;
}
input.remove{
    margin:5px;
	padding: 6px;
	width: 50px !important;
}

input[type=button]{
	border-radius: 8px;
	background:#F96A54;
	color:#fff;
	margin:2px;
	padding:4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
input[type=button]:hover{
	cursor:pointer;
	background:#F96A54;
	/*background:#3B81F8;*/
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transition: all 0.1s ease-in-out;
}
input[type=text].small{
    border: 1px solid #E1E1E1;
    height: 18px;
    width: 30px;
}

input.long{
    width: 247px;
    color: #505050;
}
input.short{
    width: 75px;
    color: #505050;
}
input.hrs{
    width: 40px;
    color: #505050;
	margin-left: 4px;
	margin-right:4px;
}
input.calc{
    background-color: #fdffdb !important;
}
input.qb{
    background-color: #d5efd8 !important ;
	border-bottom: 1px solid #9cdaa4 !important ;
}
input[type=date]{
    max-width: 130px;
    color: #505050;
	overflow: visible;
    border:none;
	border-bottom: 1px solid #E1E1E1;
	height: 20px;
}
input[type=text]{
	border: none;
    border-bottom: 1px solid #E1E1E1;
    /*height: 18px;*/
}

input[type=text].nav-search{
	border: none;
	height: auto;
	
}
div.nav-search{
	float:right;
	color: #fff;
	clear: right;

}

.nav-search-input{
	width: 150px !important;
	padding: 0 0 !important;
}
.nav-card h3, .nav-card h4{
	margin: 12px auto 10px auto;
	color: #3B81F8;
}
.nav-card textarea, .mdl-cell textarea {
	border: none;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
	resize: none;
	min-width: 500px;
	padding: 6px;
	margin: 6px;
	outline:none;
}
.nav-card select{
	border: none;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom:3px;
    color: #505050;
    margin-right:5px;

}
.nav-card textarea:focus,select:focus, input:focus {
	outline:none;
	border-bottom: 1px solid #3b81f8;
}
fieldset.row{
    padding:6px;
    float:left;
	clear:both;
}
.clear{
	width:100%;
	float:none;
	clear:both;
}
.nav-grid-container{
    min-width:1100px;
	max-width:1140px;
	margin: 0px auto;
}
.nav-grid-container-yer{
    min-width:1000px;
	margin: -20px auto 0px 30px;
}
.nav-card{
	overflow: visible !important;
	margin: 10px auto 10px auto;
    background-color: rgba(255,255,255,1);
	border-radius: 2px;
    padding:14px 5px 12px 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

	max-width: 1400px;
	pointer-events:auto;
}
.nav-card-sidebar{
	margin-top:10px !important;
	width:200px;
	height:auto;
	float:right;
	pointer-events:auto;
}
.nav-card-mainbar{
	width:900px;
	padding: 15px;
	float:left;
	pointer-events:auto;
}

.nav-card-mainbar-full{
	width:1200px;
}
.nav-card-main-borderless{
	margin: 5px auto;
	min-width:930px;
	float:left;
	pointer-events:auto;
}
.nav-card a:not(.inactiveText), .nav-card a:not(.error), .nav-card-main-borderless a, .fake-link{
	color: #16699f;
	cursor: pointer;
}
.nav-card h2{
	text-align: center;
}
#tableSort{
	margin: 0 auto;
}
.inner-container{
	text-align: center;
	position: relative;
	margin: 10 auto;
	width: auto;
	height: auto;
}
.timeInput{
	max-width:1600px !important;
	height:800px;
}
.alert-error{
	overflow: visible !important;
    min-width:850px;
	max-width:860px;
	min-height: 30px;
    margin: 6px auto 2px auto;
    background-color: rgb(255,82,82);
	border-radius: 6px;
	text-align:center;
	color: #fff;
    padding:3px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 2px 2px rgba(0,0,0,0.23);
}

.alert-error > h4{
	margin: 0 0;
	font-size: 150%;
}

.fa-circle {
  color: #3B81F8;
}
.project_content
{
   margin: 0 auto;
   width: 900px;
}
.row{
	vertical-align: top;
	margin: 0px auto;
	margin-top:3px;
    margin-bottom:0px;
	float:left;
	padding: 6px;
	clear:right;
	/*vertical-align:middle; */	
}
.block{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 2px;
	overflow: visible;
}
.block label{
	max-width: 115px;
}
.content-grid {
	max-width:1400px;
	margin: 0px auto;
	padding:0 !important;
}
.mdl-cell {
	position: relative;
	border: none;
	background: #fff;
	padding:16px 6px;
	padding: 4px;
	height:116px;
	margin: 4px 4px 4px 4px!important;
	text-align:center;
	border-radius: 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	pointer-events: auto;
}
.mdl-cell-sidebar {
	height:auto;
}
.mdl-cell.qb {
	border-left: 4px solid #2ca01c;
}
.mdl-cell.calc{
	border-left: 4px solid #f8ff7d;
}
.mdl-cell.aptus{
	border-left: 4px solid #3B81F8;
}
.mdl-cell-aptus input {
	font-size:250%;
	font-weight: bold;
	border:none;
	background:none;
	width:60%;
	position:absolute;
	text-align:center;
	left: 0;
	right: 0;
	/*margin: auto;*/
	top:7;
}
.mdl-list__item {
	padding: 7px 16px !important; 
}
#budget, #expenses_expected, #adjustment{
	outline:none;
	border-bottom: 1px solid #EEE;
}
.cell-sub-data{
	float:right;
	max-width: 100px;
	height:100%;
}
.cell-sub-data input{
	width:100%;
}
.cell-sub-data input {
	position:static;
	float: right;
	font-size:100%;
	font-weight: bold;
	border:none;
	background:none;
	text-align:right;
	margin: auto;
	top:7;
	margin-right:4px;
	clear:both;
}
.cell-sub-label {
	position:relative;
	top: -6px;
	float:right;
	width:100%;
	text-align:right;
	margin: auto;
	margin-right:4px;
	display:block;
	clear:both;
	height: 16px;
}
.hours-pending{
	font-size:120%;
	font-weight: 700 !important;
	z-index: 49;  
	text-align:right;
}
.hours-pending a{
	font-weight: 700 !important;
}
.hours-pending td{
	padding:0px;
}
#hours_error{
	position:relative;
	top: -9px;
	text-align:center;
	font-size:80%;
	width:100%;
}
.mdl-cell-primary-text{
	font-size:160%;
	font-weight: bold;
	border:none;
	background:none;
	width:100%;
	text-align:center;
	position:absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:7;
}

.mdl-cell input:focus{
	border:none;
	border-bottom: 1px solid #3b81f8;
}
.align-bottom{
	position:absolute;
	bottom:14px;
	left:14px;
	width:90%; 
	height:28px;
	text-align: left;
	padding: 0px 4px 0px 0px;
	margin: 0px;
}
.nav-card-title{
	position:absolute;
	top:2px;
	left:20px;
	width:90%; 
	height:26px;
	text-align: left;
	padding: 0px 4px 0px 0px;
	margin: 0px;	
	font-size: 230%;
	font-weight: 600;
}
.align-bottom.label-s{
	height:17px;
}
.label-l{
	font-weight: 600 !important;
}
.label-m{
	display: inline-block;
    width: 8em;
    margin-right: .5em;
    padding-top: 38px;
}
.primary-input{
	display: inline-block;
    position: relative;
    top: -3em;
}
.cell-error{
	position:absolute;
	bottom:0px;
	width:90%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	font-size:70%;
}
.submit{
    color: #fff;
    cursor: pointer;
    /*float:left;*/
    margin:3px;
	padding:5px;
	border-radius: 15px;
	background: #F96A54;
	border: none;
}
.submit:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transition: all 0.1s ease-in-out;
}
.no-button{
	background-color: rgba(255,255,255,0);
	padding: 0px;
	margin: 0px;
}
.force-center {
    text-align: center;
}
.expensesInput {
	width : 340px;
	min-height: 200px;
}
.linksInput{
	width : 420px;
	min-height: 200px;
}
.form label{
	display:block;
    float: left;
    text-align: left;
    margin-right: 5px;
    margin-top:2px;
    width:auto;
}
.error {
 background-color:rgb(255,82,82);
}
.error label,.error a,.ms_link.error a{
	color: #fff !important;
}
div#milestone.ms-floating {
 background-color:rgb(193,213,246);
}
input[type=date].ms-floating {
 background-color:rgb(193,213,246);
}
span.ms-floating {
 color:rgb(193,213,246);
}
.error input,.error select{
	background-color: #fff;
}
.hard {
	border-bottom: 2px dotted #000 !important;
	font-weight: 700;
}
.errorText
{
 color: red !important;
}
.pendingText
{
 color: orange !important;
}
.warningText
{
 color: #e2ce1b;
}
.goodText
{
	 color: green;
}
.inactiveText
{
	 color: #ddd;
}
.inactiveText a:hover{
	 color: #ccc;
}
.complete{
 border:none;
 background:     linear-gradient(
      rgba(0, 0, 0, 0.1), 
      rgba(0, 0, 0, 0.1)
    ) !important;

}
.calculated {
	/*
	border: 1px dashed #3B81F8;
	border-radius:8px;
	*/
}
.warning
{
 border:1px solid yellow !important;
 color: #c8ca00;
}
.overdue
{
	color: #C50000;
	font-weight: bold;	
}
.anchor
{
 padding-top: 60px !important;
}
.light-padding{
	padding: 30px;
}

.highcharts-container { 
    overflow: visible !important; 
	border-radius: 15px; !important
}
.ms_complete_check{
	margin-left: 15px;
	margin-right: 15px;
	
}
.ms-descriptor{
	margin-left: 4px;
	float: right;
}
.tooltip {
    float: left;
    min-width: 140px;
    white-space:pre-wrap;
    position: relative;
    z-index: 500;   
    /* border-radius: 5px; */
    background-color: rgba(255,255,255,1);
    padding: 5px;
    font-size: 9pt;
	text-align: right;
}
.preset{   
	/*Step 2: Basic Button Styles*/
    height: 20px;
    border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
    background: #F96A54;     
	color: #FFF !important;
    text-align: center;
	padding: 5px;

}
a.preset:hover{
	color: #fff !important;
}

.history{
	font-size:80%;
}
.history-other{
	color: #d96a20 !important;
}
:disabled {
    background: #fff !important;
	border:0px !important;
	-webkit-appearance: none;
}
td.dollar_cell{
	text-align: right !important;
}
div.milestone-container {
    min-width:700px;
	height:69px;
	width:98%;
	background-color:#f0f3f8;
    margin:5px auto;
    vertical-align: top;
    padding: 0px 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
div#milestones{
	margin: 0px auto;
}
div.login {
	float: right;
	position: absolute;
	right: 8%;
	z-index: 2;
	top: 0px;
	/*height: 44px;*/
	color: #fff;
	background: #F96A54;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 0px;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	text-align: center;
}

div.loginAlt {
	float: center;
	right: 40%;
	z-index: 2;
	top: 100px;
	/*height: 44px;*/
	color: #fff;
	background: #F96A54;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 0px;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	text-align: center;
}

div.header{
	/*height:78px;*/
	position:fixed;
	top:0;left:0;
	width:100%;
	background: #3B81F8;
	z-index:15;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
div#main{
	top:80px;
	position:absolute;
	width:98%;
	margin: 0 auto 0 auto;
	padding: 0 0 70px 0;
	overflow: hidden;
	pointer-events: none;
}

div#sidebar{
   position:fixed;
   height:90%;
   width:220px; 
   top:70px;
   right:0;
   z-index: 50;
   overflow: visible;
}
div#footer{
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	padding: 1rem;
	color: #fff;
	z-index:-2;
	pointer-events:auto;
	/* background-color: #3B81F8; */
}
div#footer a:link, div#footer a:visited,div#footer a:hover,div#footer a:active{
	color: #fff;
}
div.header-content{
    margin: 0px auto;
	max-width: 900px;
}
#site-search-label{
    color: rgba(255,255,255,.6);
	top: 2px;
}
#site-search-label::after{
	bottom: 2px;
}
#notes, #adjustment_notes{
	color: #000;
	background-color: #f7f7f7;
	background-color: rgba(0,0,0,.035);
}
input#adjustment{
	font-size:150%;
	width:99%;
}
#adjustment_notes{ /*hack to make adjustments look better*/
	margin-top:16px;
	font-size:90%;
}
#adjustment-box-label{
	font-size:18px;
	font-weight: 700;
	bottom: 1px;
}
form#nav-search-form{
	display:inline;
}
.logout-button-span{
	position:relative;
	top:-8px;
	right: 14px;
}
.grey-link, .grey-link a{
	display: inline-block;
	text-align: center;
	position:relative;
	top: -8px;
	margin: 4px;
	overflow: visible;
    color: #ddd;
}
div.header-title-row{
	/*max-width:1300px;*/
	height:20px;
	display: block;
	margin: 12px auto;
	padding-left: 50px;
}
span#header-title{
	font-size:230%;
	color: #fff;
	height:100%;
	max-width:600px;
	display: inline;
	margin: 8px;
}
.float-right {
	float: right;
	clear: right;
}

div#milestone.error{
	background-color:rgb(255,82,82);
}
div#gauge_sidebar{
   float: right;
   height:90%;
   width:200px; 
   margin-top:20px;
   margin-right:30px;
   right:8;
   z-index: 5;
   overflow: visible;
}
.tableSort th{
	cursor:pointer;
}
.lock_unlock input[type="checkbox"] {
  display:none;
}
.lock_unlock input[type="checkbox"] + span:before {
  content: "\f13e"; /* check-empty */
}
.lock_unlock input[type="checkbox"]:checked + span:before {
  content: "\f023"; /* check */
}
.lock_unlock input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-size: 10px;
}
.lock_unlock span:hover{
	font-size: 110%;
}
.drop {
	position: relative;
	color: #000;
}
.drop ul {
	position: absolute;
	left: 0;
	top: 1.9em;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 0 0;
	color: #000;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.drop ul li {
	display: block;
	width: 100%;
	color: #000;
	background-color: #fff;
}
.drop ul li a {
	width: 100%;
	padding: 1em 4px;
	display: inline-block;
	white-space: pre;
	box-sizing: border-box;
	color: #000;
}
.drop ul li a:hover {
	background: #ebebeb;
	color: #000;
}
.drop:hover ul {
	transform: scale(1);
}
.dropText a:link {
	color: #111;
}
.dropText a:visited {
	color: #111;
}
div.header-nav-row {
	height:38px;	
}
.mdl-layout {
	align-items: center;
  justify-content: center;
}
/*
.mdl-button {
	margin: 0px 5px !important;
}
*/
.mdl-layout__content {
	padding: 24px;
	flex: none;
}
.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 38px;
}
.mdl-demo .mdl-layout__tab {
  height: 38px;
  line-height: 38px;
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 38px;
  line-height: 38px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 38px;
}
.tab-container {
	position: relative;
	display: inline-block;
}
.slide {
  background: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.mdl-demo .mdl-card {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
  margin: 20px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 100;
}
.mdl-demo .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 48px;
}
.mdl-demo section.section--center {
  max-width: 1200px;
}
.mdl-demo #features section.section--center {
  max-width: 920px;
}
.mdl-demo section > header{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.mdl-demo section .section__text {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}
.mdl-demo .is-small-screen section.section--footer .section__circle--big {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 8px 16px;
}
.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: white;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4, #features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #C1EEF4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4DD0E1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}
.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}
.left-text{
	text-align:left;
}
.right-text{
	text-align:right;
}
.center-text{
	text-align:center;
}
.mdl-cell--4-col {
    width: calc(33.3333333333% - 8px) !important;
}
.slide-selection {
	color: rgba(255,255,255,.6);
	width: 25px;
	min-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float:right;
}
i.slide-selection{
	width: 5px;
}
button.slide-selection{
	min-width: 5px;
	width:5px;
	padding-left:8px;
}
#employee-tab, #quickref-tab{
	padding-right: 0px;
}
.slide-menu-item > a{
	color: rgba(0,0,0,.87) !important;
}
.slide-menu-item {
	min-width: 100px;
}
a.anchorOffset{
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#variable-button{
    position: fixed;
    bottom: 10px;
    right: 20px; 
	z-index: 1;
	color: rgba(255, 255, 255, 0.5);
}
#history-button{
    position: fixed;
    bottom: 10px;
    right: 56px; 
	z-index: 1;
	color: rgba(255, 255, 255, 0.5);
}

.tooltip_templates{
	color: #fff;
	padding: 2px;
	margin: 2px;
	font-size: 100%;
}
.tooltip_templates td{
	padding: 0px;
	margin: 0px;
}

.led-red {
  width: 24px;
  height: 24px;
  margin: 0px -8px 0px 6px;
  background-color: #F00;
  border-radius: 50%;
  animation: blinkRed 0.5s infinite;
}

.led-green {
  width: 24px;
  height: 24px;
  margin: 0px -8px 0px 6px;
  background-color: #2F2;
  border-radius: 50%;
}

.led-yellow {
  width: 24px;
  height: 24px;
  margin: 0px -8px 0px 6px;
  background-color: #ff0;
  border-radius: 50%;
}

.timestamp_info{
	font-size: 80%;
	color: #ccc;
	text-align: center;
	width: 99%;
	margin: 0 auto;
}
table.pvtTable thead tr th, table.pvtTable tbody tr th {
	vertical-align:middle;
	font-size: 9pt;
	font-stretch: normal;
	font-weight: normal;
	color: #fff;
}

.pivotHR .pvtTable tr th {
   background-color: #665D91;
}
.pivotINV .pvtTable tr th {
   background-color: #C4641B;
}
.pivotEquity .pvtTable tr th {
	background-color: #c028b8;
 }
.pivotEXP .pvtTable tr th {
   background-color: #5d9188;
}
.pivotYER .pvtTable tr th {
   background-color: #3b81f8;
}

.pvtFilteredAttribute{
	font-weight: bold;
}
    

@keyframes blinkRed {
    from { background-color: #F00; }
    20% { background-color: #A00; }
    to { background-color: #F00; }
}

td.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	max-width: 300px;
}
span.chartToggle.active{
	font-weight: bold;
	color: #000;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}
span.ChartToggle.inactive{
	font-weight: bold;
	color: #999;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}
tr.specMilestoneText a{
	color: #999 !important;
}
tr.pendMilestoneText a{
	color: #666 !important;
}