﻿body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #ffffff;
}

/* Set padding to keep content from hitting the edges*/

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column

/*.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea { max-width: 280px; }

.field-validation-error {
  color: red;
  font-weight: bold;
}

.clearTop100 {
  clear: both;
  padding-top: 100px;
}

.navbar-default {
  background-color: #336699;
  border-color: #e7e7e7;
}

.navbar-inverse {
  background-color: #336699;
  border-color: #4d6082;
}

.navbar { padding-left: -10000px; }

.img-fluid {
  max-width: 100%;
  height: auto;
  padding-left: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
}

li.notices {
  font-size: 14px;
  padding-bottom: 5px;
}

p.acknowledgement {
  font-size: 11px;
  padding-left: 40px;
}

.clear { clear: both; }

.clearTop {
  clear: both;
  padding-top: 20px;
}

.clearTop10 {
  clear: both;
  padding-top: 10px;
}

.navbar-inverse .navbar-text {
  color: #fff;
  font-weight: bold;
}

.navbar-inverse a {
  color: #fff;
  font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a { color: #fff; }

.navbar-nav li {
  color: #fff;
  padding: 0px 15px;
}

li a {
  display: inline-block;
  float: left;
  width: 28px;
}

a:link { font: 1px; }

h2 {
  font-size: 1.3em;
  color: #1f4d78;
  font-weight: bold;
  padding: 10px 0 0 0;
}

h3 {
  font-size: 1.0em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  color: #1f4d78;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0 0;
}

th {
  background-color: #e5e5e5;
  border-bottom: 1px solid #aaa;
}

#exitDialogLabel {
  font-size: 1em;
  font-weight: bold;
}

li a {
  display: inline-block;
    
  width: 28px;
  color: #f5f5f5;
}

form.navbar-form.navbar-right a { color: #f5f5f5 !important; }

#tab { color: #f5f5f5 !important; }

.container { padding-left: 0; }

.navbar-right {
  margin-right: 25px;
  margin-top: 10px;
}

.editor input[type=text] {
  width: 180px;
  margin: 10px 0 0 10px;
}

#buttons { margin-top: 20px; }

#buttons .btn {
  width: 125px;
  white-space: normal;
  padding: 2px;
  height: 40px;
  font-size: 1em;       
}

#divCertify input[type="text"] {
  background: none;
  border: 0px solid;
  border-bottom: 1px solid #000000;
  outline: none;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
}

.layout .btn {
  height: 30px;
  font-size: 0.9em;
  padding: 5px 6px 0 6px;
}

.appendbutton { border-radius: 0px; }

label.fa:before { margin-right: 5px; }

a.helptext:link {
  font-size: 11px;
  text-decoration: underline;
}

.no-close .ui-dialog-titlebar-close { display: none; }

.boldTextDark {
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
}