/*************************************
 * Adjustments for Solena
 *************************************/ 

.grid-view .filters input, .grid-view .filters select {
	width: auto;
}

hr {
	margin: 1.2em 0;
}

#person-form button, #person-form input, #person-form select, #person-form textarea,
#emailAddress-form button, #emailAddress-form input, #emailAddress-form select, #emailAddress-form textarea,
#group-form button, #group-form input, #group-form select, #group-form textarea {
	vertical-align: top;
	margin-right: 8px;
}

.portlet-content .nav.Neverland li a:hover {
	color: #ffffff;
	text-shadow: none;
	background-color: #0068c6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.portlet-content .nav.Neverland li a:hover h5 {
	text-shadow: none;
	color: #ffffff;
}

.portlet {
	margin-top: 14px;
}

.portlet ul.Neverland {
	margin-left: -5px;
}

.portlet ul.Neverland li a {
	padding-left: 5px
}

select, input[type="file"] {
	height: 33px;
}

#person-form fieldset {
	margin-bottom: 16px;
}

#person-form fieldset legend {
	margin-bottom: 0px;
	border-top: 1px solid #eee;
	border-bottom: 0px;
}

#emailAddress-grid table.table td {
	vertical-align: middle;
}

input.error, textarea.error {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

#LoginForm_password input.error {
	background-color: #ffffff;
	color: initial;
	border: 1px solid #ccc;	
}

#person-form select {
	width: 300px
}

.span10 .span8, .span10 .span10, .span10 .span7 {
	margin-left: 0px;
}

.span10 .span2 input[type="submit"] {
	width: 100%;
	margin-top: 6px;
}

.grid-view {
	padding: 0px;
}

[class^="icon-"], [class*=" icon-"] {
	margin-right: 4px;
}

.pagination ul li.selected a, .pagination ul li.hidden a {
	color: #D3D7CF;
	font-weight: bold;
}

.alert-success {
	margin-bottom: 0;
}

.fixed-cell th {
	float: none;
	width: 19em;
	margin-left: 0;
}
.navbar-fixed-top.Neverland .nav li:last-child a, .navbar-static-top.Neverland .nav li:last-child a, .navbar-top.Neverland .nav li:last-child a {
  padding: 0;
}
.navbar-fixed-top.Neverland .navbar-inner, .navbar-static-top.Neverland .navbar-inner, .navbar-top.Neverland .navbar-inner {
  margin-left: 0;
}

.navbar .nav {
  margin: 0;
  max-width: initial;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
