﻿html {
  margin: 0;
  padding: 0;
}

body {
  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: ghostwhite;
}

#header {
  padding-top: 5px;
  background-color: white;
  position: absolute;
  top: 0;
  height: 70px;
  width: 100%;
}

nav {
  display: inline-block;
}

#body {
  padding-top: 78px;
}

.menu-bar {
  background-color: #14377d;
  padding: 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;
  color: white;
  font-size: 0.95em;
  font-weight: 600;
  padding-right: 12px;
  padding-top: 3px;
  display: inline;
}

.datepicker {
  width: 100px !important;
  margin-right: 6px !important;
}

.tabs-cleanheader {
  padding: 0;
  background: none;
  border-width: 0;
}

  .tabs-cleanheader .ui-tabs-nav {
    padding-left: 0;
    background: transparent;
    border-width: 0 0 1px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #808080;
  }

  .tabs-cleanheader .ui-tabs-panel {
    background: white;
    border-width: 0 1px 1px 1px;
    border-color: #808080;
  }

  .tabs-cleanheader .ui-state-default {
    background: #DBDBDB; /*background: #C6D5EC;*/ /*background: #D0CFC4;*/
    border-color: #808080;
  }

  .tabs-cleanheader .ui-state-active {
    background: white;
  }

/*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;
}

.alternateColors tr:nth-child(even) {
  background-color: #E3E6F4;
}

.narrow-input {
  width: 80px;
}

.wide-input {
  width: 500px !important;
}

.total-display {
  font-weight: 700;
  border-top: 1px solid gray;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.textarea-label {
  margin-top: 10px;
}

  .textarea-label textarea {
    display: block;
  }

.selectedListItem {
  font-size: 0.9em;
  font-weight: 600;
}

.info-spacing {
  padding-top: 10px;
}

.link-spacing {
  padding-top: 15px;
}

.disclaimer {
  margin-top: 25px;
  font-size: 0.85em;
  color: black;
}

.section-header {
  margin-top: 10px;
  font-weight: 700;
}

.tooltip-display {
  z-index: 10;
  display: none;
  padding: 10px 10px 10px 25px;
  width: 350px;
  text-indent: -17px;
}

.tooltip:focus ~ .tooltip-display {
  display: block;
  position: absolute;
  color: #111;
  margin-top: -30px;
  border: 1px solid #DCA;
  left: 510px;
  background: #fffAF0;
}

/*draw the triangle pointing to the dropdown*/
.tooltip-display:after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: 2px;
  left: -10px;
  border-color: transparent #666;
  border-width: 10px 10px 10px 0;
}

.tooltip-number {
  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;
}

.ui-dialog .ui-widget-header {
  background: #14377d;
  color: white;
  font-size: 0.9em;
}

.ui-dialog .ui-widget-content {
  font-size: 0.95em;
}

.ui-widget-overlay {
  background: black;
  opacity: .30;
}

.subNote {
  font-size: 0.8em;
}

.treeNode {
  font-weight: 600;
  font-size: 1.1em;
  margin-left: 4px;
}

.info-link {
  background: transparent url(../img/Info.png) scroll no-repeat left center;
  display: block;
  width: 10px;
  height: 16px;
  margin: 1px 0 1px 3px;
  text-indent: -9999px; /* hides the link text */
  direction: ltr;
}

.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 {
  display: inline;
  color: #e80c4d;
  padding-left: 5px;
}

.required-disclaimer {
  color: #e80c4d;
}

/* site title
----------------------------------------------------------*/
.site-title {
  color: #000000;
  font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
  font-size: 1.6em;
  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-subtitle {
  float: right;
  font-size: .85em;
  font-weight: 700;
  vertical-align: bottom;
  padding-bottom: 4px;
  padding-right: 12px;
  margin-top: 25px;
  display: inline-block;
}


/* 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: white;
      background: none;
    }

      ul#menu li a:hover {
        color: #FFFFFF;
      }


.label {
  font-weight: 700;
}

label {
  display: block;
}

  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;
}

.list-header {
  margin-top: 10px;
  font-weight: 600;
}

.checklist-table {
  margin-top: 3px;
  margin-left: 5px;
}

  .checklist-table td {
    vertical-align: top;
  }

.checklist-item {
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.button-container {
  margin-top: 15px;
}

.button-spacing {
  margin-left: 20px
}

.checklist-container {
  border: 1px solid #C0C0C0;
  padding: 4px 10px 4px 0;
  margin: 3px 0 3px 0;
}

.ranking-table {
  cursor: grab;
  cursor: -webkit-grab;
}

  .ranking-table td {
    padding: 2px 0 2px 0
  }

.textbox-as-label {
  border: none !important;
  background-color: transparent !important;
  width: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: default;
  pointer-events: none;
}

.ui-sortable-helper {
  font-weight: 700;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* 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 0;
  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: 0;
      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 {
  text-align: right;
}

td.display-label {
  text-align: right;
  white-space: nowrap;
}

.display-field {
  font-weight: 600;
}

.tdIndent td {
  padding-left: 20px;
}

img {
  border: none;
}

/* 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;
    }


.tablesorter th {
  text-decoration: underline;
  cursor: pointer;
  padding-right: 20px;
  outline-style: none;
}

.headerSortDown {
  background-repeat: no-repeat;
  background-position: right;
  /* black asc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.headerSortUp {
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
