﻿html {
  margin: 0;
  padding: 0;
}

body {
  /*background-color: #e2e2e2;*/ /*border-top: solid 10px #000;*/
  font-size: .8em;
  /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
  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: #E7F4D9;
  position: absolute;
  top: 0;
  height: 70px;
  width: 100%;
}

nav {
  display: inline-block;
}

#body {
  padding-top: 78px;
}

.menu-bar {
  background-color: #1AA0B6;
  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;
}

.link-spacing {
  margin-top: 20px;
}

.same-line-comment {
  margin-left: 10px;
}

.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;
    font-weight: 600;
  }

/*Fix a color change to the highlighted tab caused by an update*/
.ui-state-active a {
  color: black !important;
}

.tooltip-display {
  z-index: 10;
  display: none;
  padding: 10px 10px 10px 25px;
  width: 390px;
  text-indent: -17px;
}

.tooltip:focus ~ .tooltip-display {
  display: block;
  position: absolute;
  color: #111;
  margin-top: -30px;
  border: 1px solid #DCA;
  left: 380px;
  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;
}

.title-link {
  display: inline;
  margin-left: 15px;
}

.inline-link {
  padding-left: 0;
}

.alternate-colors tr:nth-child(even) {
  background-color: #E8EFF0;
}

.disclaimer-text {
  margin-top: 20px;
  font-size: 0.85em;
}

.item-comment {
  font-size: 0.85em;
}

.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;
}

th.headerSortUp {
  background-position: right;
  background-image: url(../img/asc.gif);
  background-repeat: no-repeat;
}

th.headerSortDown {
  background-position: right;
  background-image: url(../img/desc.gif);
  background-repeat: no-repeat;
}

.warning {
  color: red;
  font-size: 0.9em;
  margin-left: 10px;
}

.ui-dialog .ui-widget-header {
  background: #1AA0B6;
  color: white;
  font-size: 0.9em;
}

.ui-dialog .ui-widget-content {
  font-size: 0.9em;
}

.ui-widget-overlay {
  background: black;
  opacity: .30;
}

/*a {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}*/


.button-container {
  margin-top: 20px;
}

.button-spacer {
  margin-left: 20px;
}

.answer-spacing {
  padding-top: 10px;
}

.info-link {
  background: transparent url(../img/Info.png) scroll no-repeat left center;
  display: block;
  width: 10px;
  height: 16px;
  margin: 1px 0px 1px 3px;
  text-indent: -9999px; /* hides the link text */
}

.delete-link-inline {
  background: url(../img/Delete.png) no-repeat top left;
  display: inline;
  width: 10px;
  height: 16px;
  margin: 2px 0px 2px 6px;
  padding-left: 20px;
  text-indent: -9999px;
}

.download-link {
  background: url(../img/DownLoad.png) no-repeat top left;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 2px 0px 2px 3px;
  text-indent: -9999px; /* hides the link text */
}

.file-row {
  margin-top: 4px;
}

.list-spacing li {
  margin-top: 4px;
}

.datepicker {
  width: 80px !important;
  margin-right: 6px !important;
}

.narrow-input {
  width: 100px;
}

.check-column-table td {
  vertical-align: top;
}

.check-column-table label {
  display: block;
  margin-top: 2px;
  margin-bottom: 4px;
}

.grid-table td, .grid-table th {
  border: solid;
  border-width: thin;
  border-color: gray;
}

.grid-column-header th {
  text-align: center;
  font-weight: 700;
}

.grid-row-header {
  font-weight: 600;
}

.header-comment {
  font-weight: 500;
  font-size: 0.9em;
  margin-left: 7px;
}

.label-block {
  display: block;
  margin-top: 10px;
}

  .label-block textarea {
    display: block;
  }

  .label-block textarea {
    display: block;
  }

  .label-block textarea {
    display: block;
  }

.completed-application {
  font-weight: 700;
  color: green;
}

.incomplete-application {
  font-weight: 700;
  color: red;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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;
  margin: 5px 0 10px auto;
}

h3 {
  font-size: 1.2em;
  margin: 10px 0 0 0;
}

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;
}

.featured + .main-content {
  /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
  padding-top: 20px;
  /*border-bottom:2px solid gray;*/
}

.required-indicator {
  color: #e80c4d;
  padding-left: 4px;
}

.required-disclaimer {
  color: #e80c4d;
  margin: 4px 0 4px 0
}

/* site title
----------------------------------------------------------*/
.site-title {
  color: #000000;
  font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
  font-size: 1.7em;
  padding: 0 0 0 15px;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  margin-top: 7px;
}

  .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: 30px;
  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;
      }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  background-color: #fff;
}

  .featured .content-wrapper {
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
  }

  .featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
  }

  .featured p {
    font-size: 1.1em;
  }

/* 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;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

  ol.round li {
    margin: 25px 0;
    padding-left: 45px;
  }


/* content */
article {
  float: left;
  width: 70%;
}

.label {
  font-weight: 700;
}

/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }




#logoutForm {
  display: inline;
}

.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.checkbox {
  display: inline;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  margin: 3px 0 3px 0;
  padding: 4px;
  width: 300px;
}

select {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  margin: 3px 0 3px 0;
  padding: 4px;
  width: 310px;
}

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: 550px;
}

  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;
}

.form-message {
  font-style: italic;
  padding-left: 10px;
}

.highlight-message {
  font-weight: 700;
  margin: 10px 0 10px 0;
}

.form-note {
  font-weight: 700;
}

/* 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: 5pt;
  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;
}

td.display-label {
  text-align: right;
  word-wrap: normal;
  padding: 2px 7px 2px 0;
}

.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;
    }
