body{
	font-weight: 200;
	font-size: 0.8rem;
}
.content {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}
.content:before,
.content:after {
  display: table;
  content: " ";
}
.content:after {
  clear: both;
}
@media (min-width: 34em) {
  .content {
    max-width: 34rem;
  }
}
@media (min-width: 48em) {
  .content {
    max-width: 45rem;
  }
}
@media (min-width: 62em) {
  .content {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .content {
    max-width: 72.25rem;
  }
}
.content-fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
}
.content-fluid:before,
.content-fluid:after {
  display: table;
  content: " ";
}
.content-fluid:after {
  clear: both;
}
.modal-content{
	border: none;
}
.tooltip-arrow{
	width:16px;
	height:10px;
	border:none;
}
.growl .growl-message{
	font-weight:200;
}
.growl.growl-error{
	background:#E24D4D;
	color:#FFF;
}
.growl.growl-notice{
	background:#71A950;
	color:#FFF;
}
.language-navigator{
	background-position: center bottom;
}
.content-action-header,.content-action-subheader,.filter-subheader{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.work-table-link,.work-table-link:hover,.work-table-link:active,.work-table-link:focus{
	color:#71A950;
}
.navigation{
	border:none;
}
.navigation-handler{
	height:35px;
}
.button,.button:hover,.button:active,.button:focus{
	text-decoration:none;
	color:#FFF;
}
.content-inner{
	max-width:none;
	width:auto;
}
#login-form .users-forgot-passwrod-link,#reset-form .users-forgot-passwrod-link{
	float: left;
}
.growl{
	opacity:0.95;
}
.checkbox-wrapper-checked:after,.radio-wrapper-checked:after{
	left:6px;
	top:-4px;
}