/* Sticky footer styles
----------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #f4f4ef;
  color: #222222;
}

.red, .error { color: #bc3613 }
.text-white { color: #ffffff }
.text-orange { color: #dc5431 }
.bkg-orange { background-color: #dc5431 }
.dark-bkg { background-color: #404040 }
.dim, .faded { color: #aaaaaa }
.primary { color: #007bff }
.success { color: #28a745 }

.bkgrnd {
  width: 1880px;
  height: 150px;
  background-image: url("/img/hdr/banner.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Page title. */
.page-title-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 14px 0;
  padding: 20px 10px 20px 32px;
  padding: 1.0rem;
  background: #e4e4dd;
  box-shadow: 1px 1px 2px #9c9c9c;
}
.page-title-wrap h1.page-title {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-size: 2em;
  color: #111111;
  text-align: center;
  text-shadow: 1px 1px #ffffff;
}

.list-two {
	column-count: 2;
	column-gap: 20px;
	list-style-type: none;
}

.list-three {
	column-count: 3;
	column-gap: 20px;
	list-style-type: none;
}

.list-four {
	column-count: 4;
	column-gap: 20px;
	list-style-type: none;
}

label {
  font-weight: 500;
 }

.close:hover, .close:focus {
  outline: 0;
 }

h1,h2,h3,h4,h5,caption,legend {
  font-family: 'Poppins', sans-serif;
}

a.bkg-clear {
  background-color: transparent !important;
}

form input[type=text], form textarea, button[type=submit] {
  font-family: Verdana, 'sans serif', georgia, arial;
}
form input[type=text], input[type=email],  form textarea {
  background-color: #fdfdfd !important;
}

a {
  outline: 0; }
  a:focus, a:hover {
  text-decoration: none;
}

#top-header {
	padding-top: 56px;
}

#prog-menu {
  color: rgba(255,255,255,0.7);
}

.dropdown-menu {
  background-color: #343A40;
  color: ghostwhite;
}

.dropdown-item {
  color: ghostwhite;
}

.page-header, .page-header-brief {
  font-family: 'Poppins', sans-serif;
  padding: 10px 24px;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22), 0 2px 4px rgba(0, 0, 0, 0.44);
}
.page-header-brief {
  padding: 0;
}

#logo-area {
  background-color: #132241;
  cursor: pointer;
}

.page-content {
  padding: 24px 24px 2px 24px;
  /*
  background-color: whitesmoke;
  background-image: url('/img/hdr/bkg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  */
}

.formWrapper {
  background-color:	white;
  margin-top: 2.0rem;
  margin-bottom: 3.0rem;
  padding-top: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.formWrapper input {
  background-color: rgba(255,255,255,0.6);
}
.formWrapper .form-group {
  margin-bottom: 1.5rem;
}
.formWrapper h2 {
  color: white !important;
  background-color: #404040;
  padding-bottom: 0.4rem;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid rgba(86,17,30,0.1);
}

.formWrapper > h3 {
  color: #222222;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(86,17,30,0.1);
}

.panel-flat {
  padding: 0.5rem 1.0rem 0.1rem;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.7);
}

.panel {
  padding: 0.5rem 1.0rem 0.1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background-color: white;
}
.panel h2 {
  color: #132241 !important;
  padding-left: 10px !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1.0rem !important;
  border-bottom: 1px solid rgba(86,17,30,0.1) !important;
}

#changePw, #loginForm, #forgotPw, #pwForm, #form-new-acct {
  padding: 1rem 2rem 0.5rem;
}

#loginForm .input-group span {
  background-color: transparent;
}

#form-new-acct .steps a {
  font-size: 1.2rem;
  padding: 0.5rem;
}

.form-reg label {
  font-size: 1.1rem;
}
.form-reg .form-control {
  padding: 0.4rem 0.5rem;
}
.form-reg input[type=radio] {
  display: inline-block !important;
}
.form-reg fieldset {
  padding: 0 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(86,17,30,0.2);
  border-radius: 4px;
}
.form-reg fieldset legend {
  font-style: italic;
  font-size: 1.0rem;
  color: #2184be;
  width: auto;
}

fieldset.sidebar {
  background-color: #edede8;
  border: 3px solid white;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #c6c6c6;
  margin: 0;
}
fieldset.sidebar legend {
  color: #676767;
  width: auto;
  padding: 0px 5px;
  border-radius: 5px;
  margin-left: 1rem;
}

.highcharts-credits {
  display: none;
}

tr, th, td {
  vertical-align: middle;
}

.table caption {
  caption-side: top;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bolder;
}

.table th, .table td {
  font-family: 'Poppins', sans-serif;
  padding: 0.3rem;
  vertical-align: middle;
  }

.table thead th {
  padding: 0.3rem;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9; }

.table-bordered {
  border: 1px solid #d9d9d9; }

.thead-border-0 th {
  border-top-color: transparent;
}

.table-dark {
  background-color: #5a82a1;
}

.thead-darker th, .tfoot-darker {
  color: white;
  background-color: #404040;
}

#mail-list li.list-group-item {
  padding-left: 0.4em;
}

.hr-light {
  width:100%;
  margin-top: 1.0rem;
}

#left-panel {
  background-color: #edede8;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding-bottom: 1.0rem;
  box-shadow: 2px 2px 2px #c6c6c6;
} 
#left-panel div.list-group {
  margin-bottom: 1.5rem;
  border: none;
}
#left-panel a {
  background-color: inherit;
}
#left-panel a.list-group-item {
  font-size: 1.2rem;
  color: #bc3613;
  padding: 0.3rem 1.25rem;
  border: none;
  transition: padding 0.5s ease-out;
}
#left-panel a.list-group-item:hover {
  text-shadow: rgba(128,128,128,0.4) 1px 1px 2px;
  padding: 0.3rem 1.75rem;
}
#left-panel a.list-group-item.active {
  border: none;
  font-weight: bold;
}
#left-panel h5 {
  font-size: 1.2rem;
  color: #676767;
}

li.prog-list {
  margin-bottom: 2.5rem;
}

/* jQuery steps form wizard */
.wizard > .content {
  background-color: transparent !important;
  min-height: 32rem;
  margin: 0;
}

.wizard > .content > .body {
  width: 100% !important;
  height: 100%;
  position: static;
  padding: 0;
}
.wizard section h5 {
  color: #2184be;
}

.wizard .steps a {
  font-size: 1.25rem !important;
  padding: 0.5rem !important;
  padding: 0.7rem 0.5rem 0.5rem !important;
}
.wizard > .steps {
  margin-bottom: 1rem; }
  .wizard > .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wizard > .steps > ul > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
.wizard > .steps > ul > li:not(:last-child) {
        margin-right: 0.75rem; }
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
	color: antiquewhite;
    border-radius: 0;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.wizard > .steps .number {
    font-size: 1.2rem !important;
    font-weight: 400;
    width: 1.5rem;
    line-height: calc(2.5rem - 3px * 2);
    line-height: 1.5rem;
    text-align: center;
    border-radius: 25%;
    border: 2px solid #9a9a9a;
    display: inline-block;
    margin-right: 0.5rem; }
.wizard > .steps .current a, .wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	color: ghostwhite !important;
	border-radius: 0.5rem;
	background-color: #28a745; // BS success 
}
.wizard > .steps .current .number {
    border-color: antiquewhite; }
.wizard > .steps .done a, .wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
	background-color: rgba(128,128,128,0.5) !important;
	border-radius: 0.5rem;
    color: white; }
.wizard > .steps .done .number {
    border-color: antiquewhite; }
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	background-color: rgba(200,200,200,0.1);
	border-radius: 0.5rem;
    color: #9a9a9a; }
.wizard > .steps .disabled .number {
    border-color: #9a9a9a; }

.wizard > .actions {
	margin-top: 1rem;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  color: ghostwhite !important;
  line-height: 1.25;
  padding: 0.5rem 1.2rem;
  border-radius: 0.5rem;
  //background-color: #007bff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  //background-color: #aaaaaa !important;
  color: #383e5d !important;
  opacity: 0.5;
  cursor: not-allowed;
  border-radius: 0.5rem;
  box-shadow: none; }

.wizard.vertical > .steps {
  width: calc(27% - 2rem);
  width: 20%;
  margin: 3rem 3rem 0 0; }
.wizard.vertical > .steps > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.wizard.vertical > .steps > ul > li:not(:last-child) {
      margin: 0 0 1.5rem 0;
}

.wizard.vertical > .actions {
  width: 100%;
  margin: 0;
}

#invModalHeader, #invModalFooter {
  color: ghostwhite;
  background-color: rgba(19,34,65,0.9);
}
#invModalHeader .modal-title !important {
  font-family: 'Poppins', sans-serif;
  color: ghostwhite;
}
#invModalBody {
  background-color: rgba(127,127,160,0.2) !important;
}

.modal-header {
  background-image: url('/img/hdr/banner600.jpg');
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-header button {
  color: white;
}
.modal-content {
  min-width: 620px;
  background-color: #fafafa !important;
  border: none;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 35px; /* Vertically center the text there */
  color: #d3d3d3;
  color: rgb(202,192,177);
  background-color: rgba(19,34,65,1.0);
}

.footer p {
  margin-top: 0.5rem;
}

.footer a {
  color: white;
}

