  .bold-green-font {
    font-weight: bold;
    color: green;
  }

  .bold-font {
    font-weight: bold;
    padding-top: 100px !important;
    margin-top: 100px !important;
  }

  .right-text {
    text-align: right;
  }

  .large-font {
    
  }

  .italic-darkblue-font {
    font-style: italic;
    color: darkblue;
  }

  .italic-purple-font {
    font-style: italic;
    color: purple;
  }

  .underline-blue-font {
    text-decoration: none;
    color:#000000;
    padding: 10px; 
  }

  .gold-border {
    border: 0px solid gold;
    padding: 10px;
  }

  .deeppink-border {
    border: 3px solid deeppink;
  }

  .orchid-background {
    background-color: orchid;
  }
  
  .green-background {
    background-color:#ffffff;
	color:#000000;
	font-weight: bold;
	cursor:pointer;
	font-size: 14px;
	font-weight: bold;
  }

  .beige-background {
    background-color:#f9f9f9;
    cursor:pointer;
    padding: 10px;
    font-size: 12px;
  }
  
  .tableRow-background{
	background-color: white;
	cursor:pointer;
	padding: 10px;	
	font-size: 12px;
  }
  
  .tableRow-background:hover, .beige-background:hover{
	 background-color: #e5f2f2; 
	 cursor:pointer;
	 color: #000000;
  }
  
  .tableRow-background-white, .beige-background-white{
	 cursor:default;
	 color: #000000;
  }
  
  .tableTotal_fontStyle{
  	background-color: white; 
	cursor:default;
	color: #000000;
  }
  .tableTotal_fontStyle:hover{
	 background-color: white; 
	 cursor:default;
	 color: #000000;
  }
  
  .tableRow-background-white:hover{
  	background-color: white; 
	cursor:default;
	color: #000000;
  }
  
  .beige-background-white:hover{
	 background-color: #f9f9f9; 
	 cursor:default;
	 color: #000000;
  }
  
  .selectedTableRow-background {	
    background-color: #d5eaea;
	font-size: 12px;
	padding: 10px;
  }
  
.unsorted .google-visualization-table-sortind:after {
    content: "\002B0D";
}

.table_fontStyle{
	font-weight: bold;
	border: 0px;
	padding: 8px;
}

.table_selectChecked{
	text-align: center;
}

.planName_EXPIRED{
	font-weight: bold;
	color: #d20000;
	font-size: 12px;
}
