.bg{
	width: 10px;
	height: 10px;
	position: absolute;
}
.bg-header{
	width: 10%;
	height: 10%;

	position: absolute;
}
/*END LOG IN PAGE*/

  .bg-1 { 
      background-color: #0F7480; /* Green */
      color: #ffffff;
      height:100%;
  }

  .bg-2 { 
      background-color: #878787; /* grey */
      color: #ffffff;
      height:100%;
  }



header a{
	margin-top: 10px;
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	min-height: 25px;
}


  .navbar {
      padding-top: 15px;
      padding-bottom: 15px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing: 5px;
      background: #F6F6F6;
  }
  .navbar-nav  li a:hover {
      color: #fff !important;
  }

  .custom {
    width: 200px !important;
}

tr:nth-of-type(even) { 
  background: #f4f4f4; 
}

tr:nth-of-type(odd) { 
  background: #ffffff; 
}
