body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-alias {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-alias .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-alias .alert {
	margin-top: 20px;
	text-align: center;
	padding: 5px;
	opacity: 0;
	transition: opacity 750ms linear;
	transition-delay: 3s;
}

.active {
	opacity: 1 !important;
	transition: none !important;
}
.modal-dialog {
	width: 450px;
}
.navdiv {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 35px;
	text-align: right;
	padding-right: 10px;
}

#contentSpan {
	height: 35px;
	width: 100px;
}

	.aliasTable{
		width:100%;
		border-collapse:collapse;
	}
	.aliasTable td{
		padding:7px; border:#4e95f4 1px solid;
	}
	.aliasTable td a:hover span {
		opacity: 1;
		visibility: visible;
	}
	.aliasTable td a span {
		opacity: 0;
		visibility: hidden;
		cursor: pointer;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.aliasTable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.aliasTable tr:nth-child(odd){
		background: #b8d1f3;
	}

	/*  Define the background color for all the EVEN background rows  */
	.aliasTable tr:nth-child(even){
		background: #dae5f4;
	}
	.aliasTable .inactive {
		color: #a0a0a0;
	}
	.aliasTable .inactive td a:hover span {
		opacity: 0;
		visibility: hidden;
	}

#tableDiv {
	display: none;
	margin: 10px;
}
#aliasCol {
	width: 110px;
}
#viewlink {
	cursor: pointer;
	color: #ffffff;
	margin-right: 10px;
  font-size: 1.4em;
}
#closeTable {
	display: none;
	color: #999999;
}

#search {
	text-align: left;
	padding-bottom: 12px;
}
