body {
  margin: 0;
  background-color: #eff0f1;
  color: #31363b;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 14px;
  color: #31363b;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 13px;
  color: #31363b;
}
td,
p,
b,
th {
  font-size: 12px;
}
img {
  border: none;
}
a:link,
a:visited {
  text-decoration: none;
  color: #31363b;
}
td.listfooter {
  background: #e5e5e5;
  border-top: 1px solid #c0c2c3;
  padding: 3px;
  height: 16px;
}
td.scrollhead,
td.scrollbody {
  vertical-align: top;
  padding: 0;
}
div.scrollbody {
  background-color: #fcfcfc;
  overflow: auto;
}
html.ltr div.scrollbody {
  text-align: left;
}
html.rtl div.scrollbody {
  text-align: right;
}
/* Title bar */
a.maintitlebar,
div.maintitlebar {
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 2px;
  border: 1px solid #eff0f1;
  border-radius: 8px;
}
a.maintitlebar:link,
div.maintitlebar:link,
a.maintitlebar:visited,
div.maintitlebar:visited {
  text-decoration: none;
  color: #2980b9;
}
html.ltr a.maintitlebar,
html.ltr div.maintitlebar {
  padding-right: 5px;
}
html.rtl a.maintitlebar,
html.rtl div.maintitlebar {
  padding-left: 5px;
}
a.maintitlebar:hover {
  text-decoration: none;
  background-color: #f3f4f4;
  cursor: pointer;
  border: 1px solid #c0c2c3;
}
div.copynotice {
  border-style: solid;
  border-color: #c0c2c3;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 10px;
}
html.ltr div.copynotice {
  text-align: right;
}
html.rtl div.copynotice {
  text-align: left;
}
hr {
  width: 100%;
  border: none;
  background-color: #c0c2c3;
  height: 1px;
}
img.center {
  text-align: center;
  vertical-align: middle;
}
input.center,
select.center,
a.center {
  vertical-align: middle;
}
html.ltr input.center,
html.ltr select.center,
html.ltr a.center {
  text-align: left;
}
html.rtl input.center,
html.rtl select.center,
html.rtl a.center {
  text-align: right;
}
/********************** Template migration *********************/
form#mainform {
  margin: 0;
}
table.framework {
  height: auto;
  width: 100%;
  border: 0;
  border-spacing: 5px;
  padding: 0;
  margin-top: 0;
  vertical-align: top;
}
html.ltr table.framework {
  margin-left: 0;
}
html.rtl table.framework {
  margin-right: 0;
}
table.framework td#maincell {
  background-color: #eff0f1;
  width: auto;
  vertical-align: top;
  padding-bottom: 35px;
}
table.framework > tbody > tr > td {
  /* cellpadding="0" */
  padding: 0;
}
div.contentboxh {
  background-color: #f0f0f0;
  border: 1px solid #c0c2c3;
  border-bottom: none;
  height: 26px;
  vertical-align: middle;
  width: auto;
}
div.contentboxh > p {
  margin: 2px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
div.contentboxb {
  border: 1px solid #c0c2c3;
  border-top-width: 0;
  vertical-align: middle;
  width: auto;
  background: #fcfcfc;
  padding: 5px;
}
.filter div.contentboxb {
  padding: 0;
  padding-top: 3px;
}
.filter div.contentboxb label img,
.filter div.contentboxb label input[type=checkbox] {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.filter div.contentboxb > label {
  display: block;
  margin: 5px;
}
.filter div.contentboxb > fieldset > label {
  display: block;
  margin: 5px 0 0 0;
}
.filter div.contentboxb > hr {
  margin-bottom: 3px;
}
div.contentboxb > div {
  display: inline-block;
  margin: 1px;
}
.filter div.contentboxb > div {
  width: 100%;
  background: #e5e5e5;
  border-top: 1px solid #c0c2c3;
  text-align: right;
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
}
div.contentboxb > img,
div.contentboxb > input {
  display: inline-block;
  margin: 3px;
}
option.select {
  background-repeat: no-repeat;
  background-position: 0 top;
  border: 0;
  padding-bottom: 1px;
  height: 18px;
}
html.ltr option.select {
  padding-left: 20px;
}
html.rtl option.select {
  padding-right: 20px;
}
td.tbhead {
  border-bottom: 1px solid #c0c2c3;
}
html.ltr td.tbhead {
  border-right: 1px solid #c0c2c3;
}
html.rtl td.tbhead {
  border-left: 1px solid #c0c2c3;
}
td.tbrhead {
  border-bottom: 1px solid #c0c2c3;
}
.separator {
  border-top: 1px solid #c0c2c3;
  border-bottom: 1px solid #fcfcfc;
  margin: 2px 5px;
  /* top right bottom left */
  height: 0;
  font-size: 1px;
  line-height: 0;
}
div.autocomplete {
  position: absolute;
  background-color: #fcfcfc;
  border: 1px solid #c0c2c3;
  margin: 0;
  padding: 0;
  z-index: 600;
  overflow: hidden;
  word-wrap: break-word;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
html.ltr div.autocomplete ul li {
  padding-left: 4px;
}
html.rtl div.autocomplete ul li {
  padding-right: 4px;
}
div.autocomplete ul li:hover {
  background-color: #dddddd;
}
div.autocomplete ul li.selected {
  background-color: #dddddd;
}
#pulldown {
  background: #fcfcfc;
  height: 23px;
  border: 1px #c0c2c3 solid;
}
#pulldown ul {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  list-style: none;
  z-index: 90;
}
#pulldown ul li {
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  list-style-type: none;
}
#pulldown ul li a {
  display: block;
  width: auto;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
  margin: 0;
  padding: 5px;
}
#pulldown ul li a:hover {
  text-decoration: none;
}
#pulldown ul li img {
  vertical-align: middle;
}
#pulldown ul li.sep {
  color: #c0c2c3;
  padding: .8em 0 .5em;
}
#pulldown ul ul {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  border-top: 1px #c0c2c3 solid;
  border-left: 1px #c0c2c3 solid;
  border-bottom: 1px #c0c2c3 solid;
  border-right: 1px #c0c2c3 solid;
  background: #fcfcfc;
}
#pulldown ul ul li {
  border-bottom: 1px solid #fcfcfc;
  float: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
#pulldown ul ul li a {
  padding: 5px 9px 5px 5px;
}
#pulldown ul ul li a:hover {
  font-weight: normal;
  background-color: #d5eaf7;
  background-image: none;
}
span.informal {
  color: #444444;
  font-style: italic;
}
span.mark {
  color: #dd0000;
}
/* Header */
html.ltr div#header-left {
  float: left;
}
html.ltr div#header-left .plugtop,
html.ltr div#header-left .logout {
  margin-left: 35px;
}
html.rtl div#header-left {
  float: right;
}
html.rtl div#header-left .plugtop,
html.rtl div#header-left .logout {
  margin-right: 35px;
}
div#header-left img {
  vertical-align: middle;
}
html.ltr div#header-left img#fd-logo {
  padding-left: 2px;
  padding-right: 25px;
}
html.rtl div#header-left img#fd-logo {
  padding-left: 25px;
  padding-right: 2px;
}
.plugtop {
  color: #31363b;
  border: 1px solid #c0c2c3;
  padding: 10px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f4f4;
  font-size: 18px;
}
.plugtop img {
  height: 32px;
}
html.ltr .plugtop img {
  margin-right: 4px;
}
html.rtl .plugtop img {
  margin-left: 4px;
}
div#header-right {
  padding-top: 8px;
  height: 38px;
  color: #31363b;
}
html.ltr div#header-right {
  text-align: right;
}
html.rtl div#header-right {
  text-align: left;
}
div#header-right div.version {
  font-size: 20px;
}
/* Header col */
div.setup-header {
  background-color: #eff0f1;
  padding: 4px 5px 4px;
  color: #31363b;
}
/*** ACL edition ***/
div.acledition div.togglebuttons input {
  width: 100px;
}
div.acledition div.setbuttons input {
  width: 50px;
}
div.acledition > table {
  width: 100%;
  border: 1px solid #c0c2c3;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 10px;
}
div.acledition > table input[type=checkbox] {
  vertical-align: middle;
}
div.acledition > table > tbody > tr:nth-child(1) > td {
  background-color: #e5e5e5;
  border-bottom: 1px solid #c0c2c3;
}
div.acledition > table > tbody > tr:nth-child(1) > td:nth-child(1) {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.ltr div.acledition > table > tbody > tr:nth-child(1) > td:nth-child(1) {
  padding-left: 5px;
}
html.rtl div.acledition > table > tbody > tr:nth-child(1) > td:nth-child(1) {
  padding-right: 5px;
}
div.acledition > table.expand > tbody > tr:nth-child(1) > td {
  background-color: #bbccff;
}
div.acledition > table > tbody > tr:nth-child(3) {
  vertical-align: top;
  height: 0px;
}
div.acledition > table > tbody > tr:nth-child(3) > td > div {
  width: 100%;
}
div.acledition > table > tbody > tr:nth-child(3) > td > div > table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
}
div.acledition > table > tbody > tr:nth-child(3) > td > div > table > tbody > tr > td {
  border: 1px solid #c0c2c3;
  width: 33%;
}
/* On small screens */
@media (max-width: 640px) {
  div.setup-header {
    padding: 2px;
    height: 36px;
  }
  a.maintitlebar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: block;
  }
  html.ltr a.maintitlebar {
    float: left;
    margin: 0;
    padding: 0;
  }
  html.rtl a.maintitlebar {
    float: right;
    margin: 0;
  }
  a.maintitlebar img {
    padding: 6px;
    width: 22px;
    height: 22px;
  }
  html.ltr div#header-left .logout {
    margin-left: 0;
    float: right;
  }
  html.rtl div#header-left .logout {
    margin-right: 0;
    float: left;
  }
  html.ltr div#header-left,
  html.rtl div#header-left {
    height: 40px;
    width: 100%;
  }
  html.ltr div#header-right,
  html.rtl div#header-right {
    padding-top: 8px;
    height: 30px;
    margin-top: -40px;
    width: 100%;
  }
  div#header-right a {
    background: #eff0f1;
  }
  .optional {
    display: none !important;
  }
  div#header-left .plugtop {
    display: inline-block;
    hyphens: none;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }
  html.ltr div#header-left .plugtop {
    margin: 0;
    padding-left: 6px;
  }
  html.rtl div#header-left .plugtop {
    margin: 0;
    padding-right: 6px;
  }
  div.logout-label {
    display: inline-block;
    vertical-align: middle;
  }
  table.framework {
    margin: 0;
    border: none;
    width: 100%;
    border-spacing: 0;
  }
  table.framework #maincell {
    padding-bottom: 55px;
  }
}
