.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .tableHeader {
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .button {
  width: auto;
  border: 0 none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: none repeat scroll 0 0 #3D75C0;
  cursor: pointer;
  height: 18px;
  text-shadow: 0 0 !important;
  border-width: 0;
  padding: 0 4px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .container {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .introContainer {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .content {
  float: left;
  width: 200px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .ope {
  float: right;
  width: 90px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .new {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 5px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .even {
  background-color: #ddd;
  padding: 3px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .odd {
  background-color: #eee;
  padding: 3px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet input.textInput {
  height: 20px;
  line-height: 20px;
  width: 300px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet select.select {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet textarea.textInput {
  height: 180px;
  width: 400px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .label {
  margin-bottom: 3px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .label-2 {
  margin-bottom: 12px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .pager {
  margin: 3px;
  text-align: right;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .topFormContainer {
  padding-bottom: 10px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .fieldCell {
  float: left;
  margin-right: 10px;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .detailIn td {
  border: none;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet h1 {
  line-height: 0.8em;
}
.access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .cda-login {
  margin-left: 0;
}
@media (min-width: 768px) {
  .access-filter-settings-portlet .access-filter-portlet .cda-access-portlet .cda-login {
    margin-left: 568px;
  }
}