.portfolio-list-container {
    position: relative;
}

#portfolioTableW{
	/*display:inline-table;*/
	margin: 0px !important;
	width: 100% !important;
	/*overflow: hidden;
max-height: 100px;*/
}

table.portfolio-footer tbody tr td {
	border: 1px transparent solid;
	text-align: right !important;
}

/*Sorting symbols*/
table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
	background-size: 25px 6px;
	background-position-y: 10px;
}

.textCut{
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.portfolio-footer {
    display:inline-table;
}

table.dataTable thead .sorting_desc.column-symbol {
	background: none;
}

table.dataTable thead .sorting_asc.column-symbol {
	background: none;
}

table.dataTable thead .sorting.column-symbol {
	background: none;
}

.accordionHeaderPtf {
	display: inline-block;
	text-align: right !important;
	width: 77px;
    color: #000000;
}

/* COLUMN SIZES */


table.dataTable, table.dataTable th, table.dataTable td {
	-webkit-box-sizing: initial !important; 
	-moz-box-sizing: initial !important ;
	 box-sizing: initial !important; 
}

table.dataTable thead .sorting_desc {
	background-position-x: 99%;
}

table.dataTable thead .sorting_asc {
	background-position-x: 99%;
}

table.dataTable thead .sorting {
	background-position-x: 99%;
}

/*Columns sizes*/
.column-size {

    max-width: 106px;
    min-width: 106px;
    text-align: center;
    width: 106px !important;
}

.column-size-header {
    display: inline-block;
    max-width: 106px;
    min-width: 106px;
    width: 106px !important;
}

.column-size > p{
    width: auto;
	white-space: nowrap;
	overflow: hidden;
}
	
.column-name {    
    width: 144px !important;
    min-width: 144px;
    max-width: 144px;
}

.column-name-large {    
    width: 185px !important;
    min-width: 185px;
    max-width: 185px;
}

.column-fix{
    text-align: center !important;
    width: 70px !important;
    min-width: 70px;
    max-width: 70px;
}

.column-symbol{
    text-align: center !important;
    width: 18px !important;
    max-width: 18px;
    min-width: 18px;
}

.column-news{
    text-align: center !important;
    width: 41px !important;
    min-width: 41px;
    max-width: 41px;
}

.column-news > p{
    width: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-num-shares{
	text-align: center !important;
    width: 80px !important;
    min-width: 80px;
    max-width: 80px;
	margin-right: 48px;
}

.column-percentage{
    width: 42px !important;	
    min-width: 42px;
    max-width: 42px;
}

.column-delete{
	text-align: center !important;
    width: 28px !important;
    min-width: 28px;
    max-width: 28px;
}

.column-price{
    width: 80px !important;
    min-width: 80px;
    max-width: 80px;
}
/**/

#portfolioTableW tbody tr td{
	border-color: #DDDDDD !important;
	border-style: solid !important;
	border-width: 1px 1px 0px 1px !important;
	border-right: 0 !important;
    
}

#portfolioTableW thead tr th{
    height: 25px;
    font-size: 11px;
    /*border: transparent 1px solid !important;*/
}

#portfolioTableW tr:first-child th {
  border-top: white 1px solid !important;
}
#portfolioTableW tr:last-child td {
  border-bottom: white 1px solid !important;
}
#portfolioTableW tr td:first-child,
#portfolioTableW tr th:first-child {
  border-left: white 1px solid !important;
}
#portfolioTableW tr td:last-child,
#portfolioTableW tr th:last-child {
  border-right: white 1px solid !important;
}

/*Types properties - FAZPC-84 */

.type-sponsor-prospect{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #004f5c;
	background-size: 12px 12px;
	background-image: url(../images/SymbolSmallAdvertise.png);
	margin-top: auto;
	margin-bottom: auto;
}

.type-exisiting-sponsor-prospect{
    border-radius: 50%; /*circle*/
    width: 12px;
    height: 12px;
    background-color: #4b9d4a;  
    margin-top: auto;
    margin-bottom: auto;
    background-size: 12px 12px;
    background-image: url(../images/SymbolSmallAdvertise.png);
}

.type-liquidity-existing{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #3a8538;
	background-size: 12px 12px;
	margin-top: auto;
	margin-bottom: auto;
}

.type-liquidity-prospect{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #999999;	
	background-size: 12px 12px;
	margin-top: auto;
	margin-bottom: auto;
}

.type-benchmark-product{
	border-radius: 50%; /*circle*/
	width: 12px;
	height: 12px;
	background-color: #CCCCCC;	
	margin-top: auto;
	margin-bottom: auto;
}

.type-article-prospect{
	border-radius: 50%; /*circle*/
	width: 12px;
	height: 12px;
	background-color: #999999;	
	margin-top: auto;
	margin-bottom: auto;
}

.type-normal-prospect{
	border-radius: 50%; /*circle*/
	width: 12px;
	height: 12px;
	background-color: #999999;	
	margin-top: auto;
	margin-bottom: auto;
}

.type-existing-product{	
	border-radius: 50%; /*circle*/
	width: 12px;
	height: 12px;
	background-color: #4b9d4a;	
	margin-top: auto;
	margin-bottom: auto;
}


.type-invalid-product {	
	width: 15px;
	height: 15px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	margin-bottom: auto;
	margin-left: 4px;
	margin-top: 3px;
}

.type-portfolio{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #3d6fb7;
	margin-top: 3px;
	margin-bottom: -2px;
	margin-left: 1px;
}

table.portfolio-footer tbody tr td.column-symbol {
	text-align: center !important;
}

.padding-p{
	margin: 0px !important;
	padding: 3px 5px 3px 5px !important;
}

.ptfTableinput{
	width: 80%;
	vertical-align:middle;
	border: #DDDDDD 1px solid;
	text-align: right;
}

.ptfTableValueInput{
	width: 60%;
	vertical-align:middle;
	border: #DDDDDD 1px solid;
	text-align: right;
}


.minusButton{
	width: 15px;
	background: url("../images/minus_button.png") no-repeat center;
	height: 15px;
	background-size: 15px 15px;
	vertical-align:middle;
	border-width: 0px;
	padding: 0px;
}

.plusButton{
	background: url("../images/plus_button.png") no-repeat center;
	height: 15px;
	background-size: 15px 15px;
	width: 15px;
	vertical-align:middle;
	border-width: 0px;
	padding: 0px;
}

.deleteButton{
	background: url("../images/delete.png") no-repeat center;
	height: 11px;
	background-size: 11px 11px;
	width: 11px;
	border-width: 0px;
}

/*DATA TABLE*/

table.dataTable thead th, table.dataTable thead td {
	padding: 0px !important;
	border: 1px solid #DDDDDD !important;
	border-bottom: 1px white !important;
	border-top: 0 !important;
	border-right: 0 !important;
}

table.dataTable thead tr th:first-child{
	border-left: 1px solid transparent !important;
}


table.dataTable tbody th, table.dataTable tbody td  {
	 border: #DDDDDD 1px solid !important;
	 padding: 0px !important;
}

table.dataTable.no-footer {
	 border-bottom: none;
}

#portfolioTableW_wrapper .dataTables_scrollBody {
 	border-bottom: 1px solid transparent !important; 
 	position: relative;
 	overflow: hidden !important;
	max-height: 300px !important;
	height: auto !important;
	width: 100% !important;
}

.dataTables_scrollBody {
	overflow-x: hidden !important;
	height: auto !important;
}

.header-left{
	text-align: left !important;
	padding-left: 10px !important;
}

.header-right{
	text-align: right !important;
	padding-right: 10px !important;
}

.footerPtfTable {
	color: #8E8781;
	position: relative;
	padding-top: 1%;
	width: 91%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin-top: 10px;
}

thead.tablesorter-stickyHeader {
	background-color: #f2f2f2;
	/*height: 40px;*/
}

.tablesorter-header{
	cursor: pointer;
}

.portfolio-footer {
    
}

.tablesorter-header .tablesorter-header-inner{
	padding: 3px 0px;
    border-bottom: 1px solid #d8d8d8;
}

th.header {     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left;
} 


#header-fixed { 
   position: absolute;
	overflow: hidden;
	top: 0px;
	height: 22px;	
	display: none;
	background-color: white;
}

.portfolio-list-container table {
	color: #111111;
	font-size: 11px;
	table-layout: fixed;
	display: block;
	font-family: Verdana,sans-serif;
}

.portfolio-list-container  table.portfolio-footer {
	border-top: 1px solid #DDDDDD
}

.portfolio-list-container tbody{
	
	
}

.portfolio-list-container tfoot tr {
    position: absolute;
    top: 90%;
}

.portfolio-list-container tbody > tr:first-child > td {
    border-top: 0;
}

.accordionHeaderContent {
	display: inline-block;
	position: relative;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	/*margin-left: 2px;*/
}

.display-none-ptf{
	display: none !important;
}

.accordion-title-ptf {
	display: inline-block;
	width: 293px;
	color: #000000;
}

.faz-sortable{
	cursor: pointer;
}


/*Tooltip invalid*/
.tooltipster-content {
	font-family: Verdany, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 4px;
	overflow: hidden;
}

.invalidTooltipTheme .tooltipster-arrow-border {
	border-color: #BBBBBB;
}

.invalidTooltipTheme .tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-top: none;
}

.invalidTooltipTheme .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-bottom: none;
}

.invalidTooltipTheme {
	border: 2px solid #D87373;
	background: #D87373;
	color: #FFFFFF;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	border-radius: 4px;
}

td.tooltipserfloatright {
	float: right;
}

.tooltipsertd {
	width: 60px;
}

.invalidTooltipTheme .tooltipster-arrow-border {
	border-color: #D87373;
}

.invalidTooltipTheme .tooltipster-content a, a:hover{
	color: #D87373;
}
