﻿body {
  background-color: #F7F7F7;
  font-size: 15px !important;
}

h2 {
  text-transform: uppercase;
}

.highlight {
  font-weight: bold;
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.has-error.help-block {
  color: #a94442;
}

.form-control.input-validation-error {
  border-color: #a94442;
}

.login .wrapper {
  margin-top: -300px;
}

.login-error {
  clear: both;
  padding: 10px 20px 20px;
  text-align: center;
}

#main {
  background-color: inherit;
  padding: 0 0 30px 30px;
  /*div:last-of-type{
        margin-bottom: 30px;
    }*/
}

#main .page-header {
  padding-top: 30px;
}

#main .page-header .pull-left h1 {
  line-height: 44px;
}

#left {
  position: fixed;
  height: 100%;
  background-color: #002953;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 34, 69, 0.5) 2px, rgba(0, 34, 69, 0.5) 4px);
}

#left .main-nav {
  list-style: none;
  font-size: 18px;
  padding: 0;
  text-align: center;
}

#left .main-nav li {
  height: 100%;
  width: 100%;
}

#left .main-nav .active {
  background-color: #F7F7F7;
  padding: 12px 0;
}

#left .main-nav .active a {
  color: #B49336;
}

#left .main-nav .active a:hover {
  text-decoration: none;
}

#left .main-nav .active:hover {
  background-color: #efefef;
}

#left .report-nav li a {
  color: #fff;
  border-radius: 0;
}

#left .report-nav li a:hover {
  background-color: #B49336;
}

#left .report-nav .active a {
  background-color: #B49336;
}

#left #user-info {
  text-align: center;
  width: 200px;
  margin-bottom: 18px;
}

#left #user-info .welcome {
  color: #B49336;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#left #user-info .user-name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#left #user-info a {
  color: #FFF;
  text-transform: uppercase;
  line-height: 40px;
}

#logo {
  text-align: center;
  padding: 15px 0;
}

#logo img {
  margin: 12px auto;
  max-width: 180px;
}

.diagnostic .panel-heading-bg {
  border-bottom: 1px solid #ddd;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(211, 211, 211, 0.4) 5px, rgba(211, 211, 211, 0.4) 0px);
}

.diagnostic .panel-heading-bg .panel-heading a {
  color: #96281B;
}

.diagnostic .panel-heading-bg .started {
  margin-left: 20px;
  font-weight: 600;
}

.diagnostic .panel-footer {
  background-color: #fff;
}

.diagnostic .panel-footer a {
  color: #96281B;
  font-weight: 600;
}

.diagnostic table {
  margin: 3px 8px;
  width: 97%;
}

#data-entry .stick-top {
  padding: 0;
  background-color: #F7F7F7;
  z-index: 999;
  position: fixed;
  width: 90%;
}

#data-entry .stick-top .container {
  margin: 0 15px 0 -15px;
  padding: 0 0 0 15px;
}

#data-entry .stick-top .intro-text-container {
  margin: 0 15px 0 -15px;
  padding: 0 15px 0 15px;
}

@media (max-width: 840px) {
  #data-entry .stick-top {
    width: 100%;
  }
}

#data-entry .form-intro {
  padding: 15px;
}

#data-entry .contents {
  margin-top: 75px;
}

#data-entry .form-group {
  padding-top: 10px;
}

#data-entry .form-group .control-label {
  font-size: 14px;
  margin-bottom: 12px;
}

#data-entry .alternate {
  background-color: #fff;
}

#data-entry .bottom-buttons {
  padding: 15px 0;
}

#data-entry .bottom-buttons a {
  font-size: 16px;
  margin: 0 5px;
}

#data-entry select {
  width: 100%;
  text-overflow: ellipsis;
}

#data-entry .section1-responses dt {
  font-size: 16px;
}

#data-entry .table-priorities th.span, #data-entry .table-priorities th:nth-child(odd), #data-entry .table-priorities td:nth-child(odd) {
  border-right-color: #bdbdbd;
  border-right-width: 2px;
}

.table tr th {
  background-color: #ECECEC;
}

/*---------------------------------------------------
	Primary Navigation (left sidebar)
---------------------------------------------------*/
.content-menu {
  width: 100%;
  margin: 10px 0;
}
.menu-section,
.activity {
  display: block;
}
.menu-section:hover,
.activity:hover,
.menu-section:active,
.activity:active,
.menu-section:focus,
.activity:focus {
  text-decoration: none;
}
.activity,
.activity:hover,
.activity:active,
.activity:focus {
  color: white;
}
/*---------------------------------------------------
	Secondary Navigation
---------------------------------------------------*/
.secondary-nav {
  display: table;
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 70px;
}
.secondary-nav a {
  display: table-cell;
  background-color: #f2f2f2;
  padding: 8px;
  margin-right: -5px;
  vertical-align: middle;
  border: 1px solid #558ed5;
  -webkit-box-shadow: -1px 3px 5px 0px #b4b4b4;
  -moz-box-shadow: -1px 3px 5px 0px #b4b4b4;
  box-shadow: -1px 3px 5px 0px #b4b4b4;
}
.secondary-nav a:hover,
.secondary-nav a:active {
  background-color: #558ed5;
  color: white;
  text-decoration: none;
}
.secondary-nav-overview a {
  min-width: 25%;
}
.secondary-nav-analyze a {
  min-width: 33.33%;
}
.secondary-nav-design a {
  min-width: 16.66%;
}
.secondary-nav-manage a {
  min-width: 25%;
}
/*---------------------------------------------------
	Main Content
---------------------------------------------------*/
.content-section {
  background-color: white;
  padding-left: 30px;
  padding-right: 20px;
  overflow-y: scroll;
}
.title {
  width: 100%;
  background-color: white;
  text-align: center;
  margin-right: 20%;
  padding: 5px 0 2px;
  border-top: 1px solid #B39336;
  border-bottom: 1px solid #B39336;
}
.title-main {
  font-family: 'Proxima Nova'
  color: #B39336;
  font-size: 14px;
  text-transform: uppercase;
}
.title-sub {
  font-family: "crimson";
  color: #ADB1BC;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  /* Chrome only */
  .title-sub {
    padding-bottom: 10px;
  }
}
.main-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.main-inner h2 {
  text-transform: none;
  font-weight: bold;
  margin-bottom: 20px;
}
.header-links {
  float: right;
  margin-top: -52px;
}
.header-links a:hover {
  text-decoration: none;
}
.header-link-item {
  display: inline-block;
  width: 100px;
  font-size: 13px !important;
}
.header-link-item img {
  float: left;
  max-height: 30px;
  padding-right: 5px;
}
.btn {
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  padding: 5px 9px;
  filter: none;
}

/*# sourceMappingURL=custom-style.css.map */