

.green
{
  color:#092;
}

.chart-num
{
	width:30px;height:20px;line-height:20px;vertical-align: middle;display:inline-block
}

.percent-out
{
	margin-left:5px;display:inline-block;width:100px;height:20px;
}

.firstline
{
  font-weight: bold;
  padding:4px;
}

.secondline
{
  font-weight: normal;
  color: #777;
  padding:4px;
}

.strip
{
  display:inline-block;
  max-width:150px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background-image:-webkit-linear-gradient(left, rgba(50,50,50,0.9),rgba(50,50,50,0.6));
  padding: 0px 10px;
  font-weight:normal;
}

.strip1
{
  display:inline-block;
  max-width:150px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background-image:-webkit-linear-gradient(left, rgba(50,50,50,0.9),rgba(50,50,50,0.6));
  padding: 0px 10px;
  font-weight:normal;
}

.crop
{ 
  white-space: nowrap;
  overflow:hidden;
  max-width: 240px;
  text-overflow:ellipsis;
}

.crop1
{ 
  white-space: nowrap;
  overflow:hidden;
  max-width: 500px;
  text-overflow:ellipsis;
}

.percent-in
{
	height:20px;background-color:#AAA
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

#menu li {
    float: left;
	margin:0;
}

#menu li a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    color: white;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
	font-weight:normal;
	cursor:pointer;
	font-size:16px;
	
}

/* Change the link color to #111 (black) on hover */
#menu li a:hover {
    background-color:rgba(255,255,255,0.4);
	text-decoration: none;
}

#menu li a.active
{
	background-color:rgba(255,255,255,0.2)
}

#menu li a.active:hover
{
	background-color:rgba(255,255,255,0.4)
}


a
{
  /*color:black;*/
  color:inherit;
  font-weight:inherit;
	text-decoration:none;
}
a:hover
{
  /*color:#C99405;*/
	text-decoration:underline;
}

td
{
	font-size:14px;
}

th:focus,
a:focus {
  outline: none; }

.codepen-wrap {
  margin-top: 15px; }

.mdl-data-table {
  width: 100%; }
  .mdl-data-table th {
    cursor: pointer; }

.mdl-data-table tr {
  transition: none !important; }

th md-select {
  margin: 0; }

.md-errors-spacer {
  display: none; }

ul.pagination {
  padding: 0;
  font-size: 0;
  display: inline-block; }
  .pagination > li {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border: 1px solid #ddd;
    border-left: 0; }
    .pagination > li:first-child {
      border-left: 1px solid #ddd;
      border-radius: 2px 0 0 2px; }
    .pagination > li:last-child {
      border-radius: 0 2px 2px 0; }
  .pagination a {
    color: #444;
    font-size: 13px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none; }
  .pagination .active {
    background: #3f51b5;
    border-color: #3f51b5; }
    .pagination .active a {
      color: #fff; }
  .pagination-page.active {
    background: #3f51b5; }
    .pagination-page.active a {
      color: #fff; }

.material-icons, .sortable span:before, .sortable span:after {
  font-family: 'Material Icons';
  font-size: 18px;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.sortable span {
  position: relative; }
  .sortable span:before {
    content: 'arrow_drop_down';
    position: absolute;
    right: -18px;
    top: -2px; }
  .sortable span:after {
    content: 'arrow_drop_up';
    position: absolute;
    right: -18px;
    top: -9px; }

.sortable.sort-ascent span:before {
  display: none; }

.sortable.sort-ascent span:after {
  top: -5px; }

.sortable.sort-descent span:before {
  top: -5px; }

.sortable.sort-descent span:after {
  display: none; }