﻿body {
  margin: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e7e7e7;
  color: #000000;
}

.content-area {
  background-color: #ffffff;
}

textarea {
  font-family: Arial, Helvetica, Sans-Serif;
}

.hsubject {
  visibility: hidden;
}

a:link, a:visited {
  color: #5E9BB5;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.page-header {
  padding-bottom: 0px;
  margin: 0px 0px 20px 0px;
  border: none;
}

h1 {
  font-size: 16px;
	font-weight: normal;
	color: #25456C;
  text-transform: uppercase;
}

.heading {
  font-size: 14px;
	font-weight: bold;
	color: #25456C;
}

.small-text {
  font-size: 10px;
}

.uppercase-text {
  text-transform: uppercase;
}

.warning-color {
  color: red;
}

.site-title {
  height: 75px;
  padding-top: 32px;
  font-size: 18pt;
  text-align: right;
  color: #133863;
}

.site-title-mobile {
  padding-bottom: 10px;
  font-size: 16pt;
  color: #133863;
}

.text-underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .indent-xs {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .indent-sm {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .center-text,
  .center-value,
  .center-value-indent,
  .center-heading {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .center-text {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .center-value {
    padding-left: 30px;
    margin: 0;
    text-align: left;
  }
  .center-value-indent {
    padding-left: 60px;
    margin: 0;
    text-align: left;
  }
  .center-heading {
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .bottom-margin-xs {
    margin-bottom: 15px;
  }
}

/* Add some space between text and caret */
.caret {
  margin-left: 5px;
}

/********************
  Main navbar
********************/

.navbar {
  /* Decrease navbar height */
  min-height: 30px !important;
  margin-bottom: 0px;
  border: none;
}

.navbar-default {
  background-color: #133863;
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  /* Remove navbar rounded corners */
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  /* Decrease navbar height */
  padding-top: 8px !important; 
  padding-bottom: 8px !important;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #72A5C2;
  color: white;
}

.navbar-default .navbar-nav > li > a:focus {
  background-color: #133863;
  color: white;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: #72A5C2;
  color: white;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #133863;
  color: white;
}

.navbar-default .navbar-toggle {
  background-color: #133863;
  color: white;
}

.navbar-default .navbar-toggle:hover {
  background-color: #72A5C2;
  color: white;
}

.navbar-default .navbar-toggle:focus {
  background-color: #133863;
  color: white;
}

.navbar-default .navbar-toggle .icon-bar {
  /* 3 lines in navbar toggle */
  background-color: white;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #133863;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #133863;
  color: white;
}

.navbar-default .navbar-nav > .open > a:hover {
  background-color: #72A5C2;
  color: white;
}

@media (max-width: 767px) {
  .navbar {
    background: none;
    background-color: #133863;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: #133863;
    color: white;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #72A5C2;
    color: white;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #72A5C2;
    color: white;
  }
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
}

@media (min-width: 768px) {
  .navbar-container {
    padding-left: 0;
  }
}

/********************
  Secondary navbar
********************/

.navbar-custom {
  background-color: #00263E;
  color: white;
  /* Remove navbar rounded corners */
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.navbar-custom .navbar-nav > li > a {
    /* Decrease navbar height */
    padding-top: 8px !important; 
    padding-bottom: 8px !important;
    background-color: #00263E;
    color: white;
  }

.navbar-custom .navbar-nav > li > a:focus {
    background-color: #00263E;
    color: white;
}

.navbar-custom .navbar-nav > li > a:hover {
  background-color: #72A5C2;
  color: white;
}

.navbar-custom .navbar-nav .open .dropdown-menu {
  background-color: #00263E;
  color: white;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #00263E;
  color: white;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #72A5C2;
  color: white;
}

/********************
  Drop-down menu
********************/

.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #72A5C2;
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > li > a {
  background-color: #72A5C2;
  color: white;
  /* Fixes wrong border color in IE */
  border-right: none;
  /* Decrease drop-down height */
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #133863;
  color: white;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #133863;
  color: white;
}

/********************
  Form
********************/

.form-control {
  display: block;
  width: 100%;
  height: 26px;
  padding: 7px 7px;
  font-size: 12px;
  line-height: 1;
  color: black;
  background-color: #fff;
  /* Remove navbar rounded corners */
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control-static {
  display: block;
  width: 100%;
  height: 26px;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1;
}

.form-horizontal .control-label {
  padding-top: 5px;
}

.form-group.required .control-label:before {
  content: "* ";
  color: red;
}

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

.no-right-padding {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.no-left-padding {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.left-align {
  text-align: left !important;
}

.vertical-compact {
  margin-bottom: 3px;
}

.input-group-append {
  display: inline-block;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 2px;
  width: 18px;
  margin-right: 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.input-group-prepend {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 2px;
  width: 18px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

/* Hides the number spin-button for Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* Hides the number spin-button for Chrome */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Fix number padding */
input[type=number] {
  padding: 0;
  padding-left: 7px;
  margin: 0;
}

/* Style the drop-down list */
select.form-control {
  border: 1px solid #ccc;
  line-height: normal;
  padding: 3px;
  margin-bottom: 2px;
}
select.form-control:focus {
  border-color: #66afe9;
}
/* Remove blue highlight for IE */
select.form-control:focus::-ms-value {
  color: black;
  background-color: transparent;
}

/* Fix checkbox label appearance */
input[type=checkbox] + label {
  display: inline;
  margin-bottom: 0px;
  padding-left: 5px;
  font-weight: normal;
}

/* Fix radiobutton label appearance */
input[type=radio] + label {
  display: inline;
  margin-bottom: 0px;
  padding-left: 5px;
  font-weight: normal;
}


.ui-datepicker,
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  z-index: 9999 !important;
}

/********************
  Button
********************/

.btn {
  font-size: 12px;
  font-weight: bold;
}

.btn-default,
.btn-primary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #aad482;
  background: -moz-linear-gradient(top,#aad482 0,#489142 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#aad482),color-stop(100%,#489142));
  background: -webkit-linear-gradient(top,#aad482 0,#489142 100%);
  background: -o-linear-gradient(top,#aad482 0,#489142 100%);
  background: -ms-linear-gradient(top,#aad482 0,#489142 100%);
  background: linear-gradient(to bottom,#aad482 0,#489142 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aad482',endColorstr='#489142',GradientType=0);
  color: #fff!important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #fff!important;
  border-radius: 3px;
  box-shadow: 0 0 3px #000;
  margin: 2px 2px 2px 0px;
}

.btn-cancel {
  color: #489142!important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #fff!important;
  border-radius: 3px;
  box-shadow: 0 0 3px #000;
  margin: 2px 2px 2px 0px;
}

.btn-heading,
.btn-heading:hover,
.btn-heading:focus,
.btn-heading:active,
.btn-heading.active {
  margin: 0px;
  padding: 2px 10px 0px 10px;
}

/********************
  Panel
********************/

.panel-title.panel-default {
  color: #25456C;
  font-size: 12px;
  text-transform: uppercase;
}

.panel-blue {
  border-color: #808080;
}

.panel-title.panel-blue {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}

.panel-title.panel-blue.panel-title-button {
  margin-top: 3px;
}

.panel-heading.panel-blue {
  /*
  background-image: -webkit-linear-gradient(top, #647a94 0%, #284a6f 100%);
  background-image: linear-gradient(to bottom, #647a94 0%, #284a6f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#647a94', endColorstr='#284a6f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  */
  background-image: -webkit-linear-gradient(top, #133863 0%, #00263E 100%);
  background-image: linear-gradient(to bottom, #133863 0%, #00263E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133863', endColorstr='#00263E', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  background-color: #00263E;
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: #808080;
}

.panel-heading.panel-blue.panel-heading-button {
  padding-top: 4px;
  padding-bottom: 4px;
}

.panel-body {
  padding: 10px 15px 10px 15px !important;
}

/********************
  Table
********************/

.table {
  margin-bottom: 0px;
}

.table.table-borderless td, 
.table.table-borderless th {
    border: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.alternating-color-dark,
.table thead {
  color: #5A7492;
  border-bottom: 1px solid gray;
}

.alternating-color-light {
  background-color: #EFF3F6;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}

.footable > thead > tr > th {
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: none;
}

.footable > tbody > tr > td {
  border-top: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.footable.breakpoint > tbody > tr > td {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footable-row-detail-name {
  font-weight: normal;
}

/********************
  Chart
********************/

.FadingTooltip {
  border-right: darkgray 1px outset;
  border-top: darkgray 1px outset;
  font-size: 12pt;
  border-left: darkgray 1px outset;
  width: auto;
  color: black;
  border-bottom: darkgray 1px outset;
  height: auto;
  background-color: #FFF8DC;
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
  border-bottom-width: 3px 3px 3px 3px;
}

.clickable {
   cursor: pointer;
   cursor: hand;
}

.badge {
  margin-left: 2px;
  background-color: crimson;
  color: white;
}

.celltopborder 
{
  border-top-style: solid;
	border-top-color: Black;
}

/* Fix for Chrome printing issue */
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media print {
  a {
    display: none !important;
  }
  input[type=submit] {
    display: none !important;
  }
  .pagebreakbefore {
    page-break-before: always;
  }
}
