html,
body {
  /*height: 100%;*/
  background-color: #003366;
  /*color: white;*/
  font-size: 9pt;
}

#header {
  /*width:1000px;*/
  /*margin:0 auto;*/
  text-align: center;
  color: white;
}

.hbtn {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  border:0;
  background: url('/img/login_btn_middle.gif');
  color: white;
}

.lngBtn {
  margin-right: 6px;
}

.content {
  margin:0 auto;
  /*width:1000px;*/
  color: white;
}

.contentNeutral {
  background-color: white;
  color: #555;
  padding: 4px;
}

.footer {
  /*margin:0 auto;*/
  /*width:1000px;*/
  height: 60px;
  border-top: 1px solid #ddd;
  /*padding-top: 10px;*/
  margin-top: 10px;
  text-align: right;
  color: white;
}

.hsep {
  height: 1px;
  color: white;
  margin:0;
}

.menusepbig {
  height:34px;
  background: url('/img/white.gif');
  width:1px;
  float:left;
  margin-right:4px;
}
.menusepsmall {
  height:17px;
  background: url('/img/white.gif');
  width:1px;
  float:left;
  margin-left:4px;
  margin-right:4px;
}

a {
  color: white;
  /*font-family: Arial,Helvetica,sans-serif;*/
  font-size: 9pt;
  text-decoration: underline;
}

a:hover {
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  text-decoration: underline;
}

a .fa, a:hover .fa, a:visited .fa {
  color: #003366;
}

a .fa-color-2, a:hover .fa-color-2, a:visited .fa-color-2 {
  color: #ffffff;
}

a.link-2, a:hover.link-2, a:visited.link-2 {
  color: #003366;
}

.smalltitle {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 4px;
}

.subTitle {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  margin-bottom: 4px;
}

.tblCellH {
  background-color: #3399ff;
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: bold;
  padding-top: 2pt;
  padding-left: 4pt;
  text-align: left;
  border-right:solid 1px #003366;
  border-bottom:solid 1px #003366;
  display: table-cell;
}

.tblCell {
  background-color: #ffffff;
  color: #555;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  vertical-align: middle;
  border-right:solid 1px #003366;
  padding-left: 4px;
  display: table-cell;
  border-bottom:solid 1px #003366;
  padding-top: 2px;
  padding-bottom: 2px;
}

.tbl {
  display: table;
  width:100%;
  border-top:solid 1px #003366;
  border-left:solid 1px #003366;
}

.tblRow {
  display: table-row;
}

.flex {
  display: flex;
}

.cellH {
  background-color: #3399ff;
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: bold;
  /*padding-top: 2pt;*/
  /*padding-left: 4pt;*/
  text-align: left;
  border-right:solid 1px #003366;
  border-bottom:solid 1px #003366;
  padding-top: 2px;
  padding-bottom: 2px;
}

.cell {
  background-color: #ffffff;
  color: #555;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  /*vertical-align: middle;*/
  border-right:solid 1px #003366;
  /*padding-left: 2px;*/
  border-bottom:solid 1px #003366;
  /*float: left;*/
  padding-top: 2px;
  padding-bottom: 2px;
}

/*
.cell > .form-group {
  display: inline-block;
}
*/

.pagination {
  margin-top: 4px;
  margin-bottom: 4px;
}

button {
  color: black;
}

.form-horizontal .form-group {
    margin: 0;
}

.form-group {
    margin: 0;
}

.form-control{
  padding: 2px;
  height: 24px;
}

.form-horizontal .control-label {
  text-align: left;
}

.control-label {
  /*margin-top: 6px;*/
  color: #003366;
}
.control-label2 {
  /*margin-top: 6px;*/
  color: #white;
}
.has-success .control-label {
  color: #003366;
}

.datetimepicker {
  color:#003366;
}
.input-group-addon {
  padding-top: 0;
  padding-bottom: 0;
}

A IMG {
  margin: 1px;
}

.iconSmall {
  padding-left: 7px;
}

.btn-primary:hover {
   font-weight:normal;
   font-size: 14px;
}
.btn-primary {
   text-decoration: none;
   font-size: 14px !important;
}

.under {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.gray
{
    BACKGROUND-COLOR: #c0c0c0;
    COLOR: black
}

.white
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #003366;
}

.red
{
    BACKGROUND-COLOR: crimson;
    COLOR: white
}

.rounded {
    border-radius: .75rem;
}

#login-form .has-error, #login-form .has-error .help-block, #login-form .has-error .checkbox {
  color: #F7A5A5 !important;
}

