html {
  margin: 0;
  padding: 0;
}

body {
  /*background-color: #e2e2e2;*/ /*border-top: solid 10px #000;*/
  font-size: .8em;
  font-family: Tahoma;
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
  background-color: #F9FFF9;
}

#header {
  padding-top: 5px;
  background-color: white;
  position: absolute;
  top: 0;
  height: 70px;
  width: 100%;
}

nav {
  display: inline-block;
}

.site-title {
  color: #000000;
  font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
  font-size: 1.7em;
  padding: 0 0 0 15px;
  vertical-align: top;
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
}

  .site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
  }

.header-left-image {
  float: left;
  display: block;
  margin-left: 5px;
  height: 50px;
}

.header-center-image {
  margin-top: 10px;
}

  .header-center-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
  }

.header-right-image {
  float: right;
  display: block;
  margin-top: 7px;
  margin-right: 2px;
  height: 37px;
}


.header-subtitle {
  float: right;
  font-size: .85em;
  font-weight: 700;
  vertical-align: bottom;
  padding-bottom: 4px;
  padding-right: 12px;
  margin-top: 30px;
  display: inline-block;
}

#body {
  padding-top: 80px;
}

.menu-bar {
  background-color: #8dd6f7;
  padding: 0;
  margin: 8px 0 5px 0;
  height: 22px;
  width: 100%;
}

.menu-display {
  text-align: right;
  color: white;
  font-size: 0.95em;
  font-weight: 600;
  padding-right: 12px;
}

.menu-header {
  color: white;
  font-size: 0.95em;
  font-weight: 600;
  padding-top: 3px;
  padding-left: 12px;
  margin-right: 10px;
  height: 19px;
}

.menu-right {
  float: right;
  font-size: 0.95em;
  font-weight: 600;
  padding-right: 12px;
  padding-top: 3px;
  display: inline;
}

  .menu-right a {
    color: #453f71 !important;
  }

.link-spacing {
  margin-top: 20px;
}

.tabs-cleanheader {
  padding: 0px;
  background: none;
  border-width: 0px;
}

  .tabs-cleanheader .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color: #808080;
  }

  .tabs-cleanheader .ui-tabs-panel {
    background: white;
    border-width: 0px 1px 1px 1px;
    border-color: #808080;
  }

  .tabs-cleanheader .ui-state-default {
    background: #DBDBDB;
    border-color: #808080;
  }

  .tabs-cleanheader .ui-state-active {
    background: white;
  }

.tablesorter-header {
  cursor: pointer;
}

/*Fix a color change to the highlighted tab caused by an update*/
.ui-state-active a {
  color: black !important;
}

.title-link {
  display: inline;
  margin-left: 15px;
}

.inline-link {
  padding-left: 0;
}

.button-container {
  margin-top: 10px;
}

.button-spacing {
  margin-left: 20px;
}

.narrow-input {
  width: 80px
}

.row-spacing td {
  padding-bottom: 20px;
}

.datepicker {
  width: 80px !important;
  margin-right: 6px !important;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.alternate-colors tr:nth-child(even) {
  background-color: #E8EFF0;
}

.selectedListItem {
  font-size: 0.9em;
  font-weight: 600;
}

.link-button {
  /*font-size: 1.05em;*/
  font-weight: 500;
  text-decoration: none;
  background-color: #D0D9DF;
  color: #333333;
  padding: 5px 7px 5px 7px;
  border: 1px solid #91A6B5;
  margin-right: 4px;
  font-family: Arial;
}

.warning {
  color: red;
  font-size: 0.9em;
  margin-left: 10px;
}

.policy-disclaimer {
  margin-top: 20px;
  font-size: 0.85em;
}

.value-group {
  margin-top: 15px;
}

.value-caption {
  font-weight: 700;
  text-transform: uppercase;
}

.ui-dialog .ui-widget-header {
  background: #333D7D;
  color: white;
  font-size: 0.9em;
}

.ui-dialog .ui-widget-content {
  font-size: 0.8em;
}

.ui-widget-overlay {
  background: black;
  opacity: .30;
}

/*a {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}*/

.subNote {
  font-size: 0.8em;
}

.header-note-item {
  margin-bottom: 10px;
}

.treeNode {
  font-weight: 600;
  font-size: 1.1em;
  margin-left: 4px;
}

.tight-ul {
  margin: 0 0 0 15px;
  padding-left: 0px;
}

.padded-ul {
  margin: 5px 0 5px 20px;
  padding-left: 0px;
}

.info-link {
  background: transparent url(../img/Info.png) scroll no-repeat left center;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 1px 0px 1px 3px;
  text-indent: -9999px; /* hides the link text */
}

.edit-link {
  background: transparent url(../img/Pencil.png) scroll no-repeat left center;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 1px 0px 1px 3px;
  text-indent: -9999px; /* hides the link text */
}

.rowPadding {
  padding-top: 3px;
}

a {
  color: #000000;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}

  a:hover {
    color: #4F4F4F;
  }

  a:link, a:visited,
  a:active, a:hover {
    color: #333;
  }

header, footer, hgroup, section {
  display: block;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.55em;
  display: inline;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.0em;
}


h5 a:link, h5 a:visited, h5 a:active {
  padding: 0;
  text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
}

.main-content {
  padding-left: 10px;
  padding-right: 10px;
}

header .content-wrapper {
  padding-top: 20px;
  /*border-bottom:2px solid gray;*/
}

.required-indicator {
  color: #e80c4d;
  padding-right: 5px;
}

.required-disclaimer {
  color: #e80c4d;
  margin: 4px 0 4px 0;
}

.table-link {
  font-weight: 500;
  margin-left: 10px;
}

/* menu
----------------------------------------------------------*/
ul#menu {
  font-size: 1.0em;
  font-weight: 600;
  margin: 2px 0 4px 15px;
  padding: 0;
}

  ul#menu li {
    display: inline;
    list-style: none;
    padding-right: 15px;
  }

    ul#menu li a {
      color: #453f71;
      background: none;
    }

      ul#menu li a:hover {
        color: #453f71;
      }

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}


/* content */
article {
  float: left;
  width: 70%;
}

.label {
  font-weight: 700;
}

.loginLink {
  font-weight: 600;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend {
    display: none;
  }

  fieldset ol {
    padding: 0;
    list-style: none;
  }

    fieldset ol li {
      padding-bottom: 5px;
    }

label {
  display: inline;
}

  label.checkbox {
    display: inline;
  }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  margin: 3px 0 3px 0;
  padding: 4px;
  width: 300px;
}

input[type="number"] {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  margin: 3px 0 3px 0;
  padding: 4px;
  width: 100px;
}

textarea {
  font-family: inherit;
  width: 500px;
}

  input:focus, textarea:focus, select:focus {
    border: 1px solid #7ac0da;
  }

input[type="checkbox"] {
  background: transparent;
  border: none;
  width: auto;
}

input[type="submit"], input[type="button"], input[type="reset"], button {
  background-color: #D0D9DF;
  border: 1px solid #91A6B5;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  padding: 4px;
  margin-right: 4px;
  width: auto;
}

.radio-label {
  display: inline;
  text-align: left;
  padding-left: 10px;
}

.checklist-item {
  margin-top: 2px;
}

.list-item {
  display: block;
  margin: 2px 0 2px 0;
}

.form-message {
  font-style: italic;
  padding-left: 10px;
}

.page-message {
  font-weight: 700;
  margin: 10px 0 10px 0;
}

.form-note {
  font-weight: 700;
}

.radio-group label {
  display: block;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error {
  color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
  margin-left: 5px;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #e80c4d;
}

select.input-validation-error {
  border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}


/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
}

th {
  font-size: 1.0em;
  text-align: left;
  border: none 0px;
  padding-right: 8px;
}

  th a {
    display: block;
    position: relative;
  }

    th a:link, th a:visited, th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    th a:hover {
      color: #000;
    }

  th.asc a, th.desc a {
    margin-right: .75em;
  }

    th.asc a:after, th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
      font-size: 0.75em;
    }

    th.asc a:after {
      content: '▲';
    }

    th.desc a:after {
      content: '▼';
    }

td {
  padding: 0.1em 0.75em 0.1em 0.2em;
  border: 0 none;
}

tr.pager td {
  padding: 0 0.25em 0 0;
}

td.editor-label-autosize {
  text-align: right;
}

td.editor-label {
  text-align: right;
  word-wrap: normal;
  width: 210px;
}

td.display-label {
  text-align: right;
  word-wrap: normal;
  width: 250px;
  padding: 2px 7px 2px 0;
}

.display-field {
  font-weight: 600;
}

.tdIndent td {
  padding-left: 20px;
}

img {
  border: none;
}

.ck-content {
  height: 200px;
  width: 800px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

  .ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
  }

  .ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
  }

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-select {
  width: 120px;
}

.ui-timepicker-rtl {
  direction: rtl;
}

  .ui-timepicker-rtl dl {
    text-align: right;
  }

    .ui-timepicker-rtl dl dd {
      margin: 0 65px 10px 10px;
    }
