Esempio n. 1
0
		   user-select: none;
		}
		
		.autocompleteSuggestion {
			cursor: pointer;
		}
		
		.showEmphasis {
			border-color: rgba(82, 168, 236, 0.8);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px #62C462;
			outline: 0 none;
		}

	</style>
    <?php 
UserManagement::SetInactiveLogoutTime(30);
?>
  </head>

  <body>
  	<div id="portfolioErrorModal" class="modal hide">
    <div class="modal-header">
    	<a href="#" class="close">&times;</a>
        <h3>Portfolio Error</h3>
    </div>
    <div class="modal-body">
    	<p>
        There is some issue with your portfolio.
        </p>
        <p>
        Please ensure that you have entered only positive, numeric values.