.clarifire-blue-dark {
  color: #007DC3;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /*margin-top: 70px; */
  margin-bottom: 30px;
  font-family: Verdana;
  font-size: 12px;
  min-height: 1000px;
  padding-top: 90px;
  /* Margin bottom by footer height */
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  background-color: #d8e5f3;
}
body > .container {
  padding: 60px 15px 0;
}
#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.clarifire-page-header {
  border-bottom: dashed 1px #b9d989;
  margin-bottom: 15px;
  color: #08515a;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.clarifire-page-header > h1 {
  color: #08515a;
  margin-top: 0px;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
}
.clarifire-page-header > h2 {
  color: #08515a;
  margin-top: 0px;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
}
.clarifire-page-header > div > img {
  width: 33px;
  padding-top: 5px;
}
.modal-header {
  background-color: #08515a;
  color: white;
}
.modal-body-fixed {
  max-height: 400px;
  overflow-y: scroll;
}
.navbar-top-left-clarfire-app-logo {
  height: 105px;
  width: 187px !important;
  padding: 0;
  margin: 0 0 0 0;
  background-image: url("../Common/GetImage/148");
  background-repeat: no-repeat;
  background-position-x: 1px;
}
.navbar-top-left-clarfire-app-nologo {
  height: 105px;
  width: 187px !important;
  padding: 0;
  margin: 0 0 0 0;
}
.navbar-top-left-clarfire-chaos-logo {
  height: 105px;
  width: 162px !important;
  padding: 0px;
  margin: 0px;
  background-image: url("../Images/clarifire-chaos-lines.sm.white.fw.png");
  background-repeat: no-repeat;
}
.navbar-top-right-cobranding-logo {
  height: 55px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
}
.navbar-top-right-cobranding-logo img {
  height: 55px;
  padding: 0px 15px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.navbar-top-clarfire {
  min-height: 105px;
  /*background-image: url("../Images/clarifire-chaos-lines-repeat.sm.fw.png");*/
  background-repeat: repeat-x;
  background-color: #ffffff;
}
.navbar-top-clarfire .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 5px;
}
.left-nav-panel-clarifire {
  min-height: 100%;
}
.left-nav-panel-clarifire li span {
  margin: 10px 0px 0px 10px;
  font-size: 14px;
}
.well-clarifire {
  background-color: #d8e5f3;
  box-shadow: none;
}
.well-clarifire-primary {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 4px;
}
.well-clarifire-success {
  background-color: #d8e5f3;
  box-shadow: none;
  border-radius: 4px;
}
.container-fluid .page-header {
  margin: 0px 0px 20px 0px;
}
.container-fluid .page-header h1,
.container-fluid .page-header h2,
.container-fluid .page-header h3,
.container-fluid .page-header h4,
.container-fluid .page-header h5,
.container-fluid .page-header h6 {
  margin-top: 0px;
}
.nav > li > a {
  padding: 5px 10px;
  color: #08515a;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #ffffff;
  background-color: #add281;
}
.dropdown-menu > .panel-body > a {
  line-height: 0;
  padding: 0px;
}
.progress-clarifire {
  margin-bottom: 0px;
  margin-top: 6px;
}
.progress-bar-success {
  background-color: #8dc63f;
}
.btn-primary {
  border-color: #08515a;
  background-color: #08515a;
  background-repeat: repeat-x;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #08515a;
  background-color: #add281;
  background-repeat: repeat-x;
}
.btn-success {
  color: #ffffff;
  border-color: #8dc63f;
  background-color: #8dc63f;
  background-repeat: repeat-x;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  border-color: #8dc63f;
  background-color: #b9d989;
  background-repeat: repeat-x;
}
.btn-danger {
  color: #ffffff;
  background-color: #f5d6d6;
  border-color: #f5d6d6;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f5d6d6;
  border-color: #f5d6d6;
}
.input-group-addon {
  background-color: #b9d989;
  color: #000000;
}
div#HelpContentContainerAccordion > .panel-primary {
  box-shadow: none;
}
.panel-primary {
  border-color: #08515a;
  box-shadow: 5px 5px 5px #333333;
}
.panel-primary > .panel-heading {
  border-color: #08515a;
  background-color: #08515a;
  color: #ffffff;
}
.panel-primary > .panel-heading a {
  color: #ffffff;
}
.panel-success {
  border-color: #8dc63f;
  box-shadow: 5px 5px 5px #333333;
}
.panel-success > .panel-heading {
  border-color: #8dc63f;
  background-color: #8dc63f;
  color: #ffffff;
}
div#HelpContentContainerAccordion > .panel-primary,
div#HelpContentContainerAccordion > .panel-success {
  box-shadow: none;
}
.dashboard-message-alert-panel {
  max-height: 300px;
  overflow-y: scroll;
}
a {
  color: #add281;
}
table {
  border: solid 1px #b9d989;
  border-radius: 10px;
}
.table > tbody > tr {
  cursor: pointer;
}
.table > tbody > tr > td {
  font-size: 14px;
  vertical-align: middle;
}
.table > tbody > tr > td > img {
  width: 33px;
}
.validation-summary-errors {
  color: #cc3333;
}
.validation-summary-valid {
  display: none;
}
.field-validation-error {
  color: #cc3333;
  margin-top: 15px;
}
.field-validation-valid {
  display: none;
}
.form-section-header-success {
  font-weight: bold;
  color: #8dc63f;
}
.clarifire-cdc-hr {
  border-bottom: solid 1px #b9d989;
}
.clarifire-menu-item {
  font-family: Verdana, sans-serif !important;
  font-size: 11px !important;
}
/**
 * Progress bars with centered text
 */
.progress {
  position: relative;
}
.progress span {
  position: absolute;
  display: block;
  width: 100%;
  color: #000000;
}
#topMenu {
  top: 25px;
}
/**
 * Mobile Phone Adjustments   
 */
@media (max-width: 976px) {
  .navbar-top-left-clarfire-chaos-logo {
    display: none;
  }
}
@media (max-width: 813px) {
  body {
    padding-top: 125px;
  }
  .navbar-top-left-clarfire-app-logo {
    margin: 5px 0px 0px 10px;
  }
  .navbar-top-left-clarfire-chaos-logo {
    display: none;
  }
  .navbar-top-right-cobranding-logo {
    display: none;
  }
  .navbar-top-clarfire {
    min-height: 125px;
    background-color: #ffffff;
    background-position-y: 50px;
  }
  .navbar-top-clarfire .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #LeftNavMenuItems {
    display: none;
  }
  .registerPageLeftPanelContent {
    display: none;
  }
  #mobileLeftNavBtn {
    display: block !important;
  }
  #mobileTopNavBtn {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 35px;
  }
  #topMenu {
    display: none !important;
  }
  #topMenuRightGutter {
    display: none;
  }
  .panel-primary {
    box-shadow: none;
  }
  .panel-success {
    box-shadow: none;
  }
}
.input-validation-error {
  color: #cc3333;
  background-color: #f5d6d6;
  border-color: #f5d6d6;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.guide-me-spacer-save-button {
  height: 50px;
  display: block;
}
.guide-me-spacer {
  display: none;
}
.page-header-spacer {
  display: none;
}
@media (max-width: 991px) and (min-width: 814px) {
  .fixed-page-header {
    z-index: 1000;
    background-color: #ffffff;
    width: 66.66666667%;
    top: 105px;
    position: fixed;
  }
  .fixed-guideme-header {
    position: fixed;
    z-index: 1000;
    background-color: #ffffff;
    width: 66%;
    top: 150px;
    left: 33%;
  }
  .fixed-save-button {
    position: fixed;
    z-index: 1000;
    background-color: white;
    width: 66%;
    top: 225px;
    left: 33%;
    height: 40px;
  }
  .guide-me-spacer-save-button {
    height: 105px;
    display: block;
  }
  .page-header-spacer {
    height: 75px;
    display: block;
  }
  .guide-me-spacer {
    height: 105px;
    display: block;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .fixed-page-header {
    z-index: 1000;
    background-color: #ffffff;
    width: 66.66666667%;
    top: 105px;
    position: fixed;
  }
  .fixed-guideme-header {
    position: fixed;
    z-index: 1000;
    background-color: #ffffff;
    width: 66.66666667%;
    top: 150px;
    left: 0;
  }
  .fixed-save-button {
    position: fixed;
    z-index: 1000;
    background-color: white;
    width: 66.66666667%;
    top: 225px;
    left: 0;
    height: 40px;
  }
  .guide-me-spacer-save-button {
    height: 105px;
    display: block;
  }
  .page-header-spacer {
    height: 75px;
    display: block;
  }
  .guide-me-spacer {
    height: 105px;
    display: block;
  }
}
@media (min-width: 1201px) {
  .fixed-page-header {
    z-index: 1000;
    background-color: #ffffff;
    width: 58.33333333%;
    top: 105px;
    position: fixed;
  }
  .fixed-guideme-header {
    position: fixed;
    z-index: 1000;
    background-color: #ffffff;
    width: 58.33333333%;
    top: 150px;
    left: 0;
  }
  .guide-me-spacer {
    height: 105px;
    display: block;
  }
  .fixed-save-button {
    position: fixed;
    z-index: 1000;
    background-color: white;
    width: 58.33333333%;
    top: 225px;
    left: 0;
    height: 40px;
  }
  .guide-me-spacer-save-button {
    height: 105px;
    display: block;
  }
  .page-header-spacer {
    height: 75px;
    display: block;
  }
}
.help-content {
  overflow: auto;
  height: 100px;
}
@media (min-height: 550px) {
  .help-content {
    height: 50px;
  }
}
@media (min-height: 600px) {
  .help-content {
    height: 100px;
  }
}
@media (min-height: 650px) {
  .help-content {
    height: 150px;
  }
}
@media (min-height: 700px) {
  .help-content {
    height: 200px;
  }
}
@media (min-height: 750px) {
  .help-content {
    height: 250px;
  }
}
@media (min-height: 800px) {
  .help-content {
    height: 300px;
  }
}
@media (min-height: 850px) {
  .help-content {
    height: 350px;
  }
}
@media (min-height: 900px) {
  .help-content {
    height: 400px;
  }
}
@media (min-height: 950px) {
  .help-content {
    height: 450px;
  }
}
@media (min-height: 1000px) {
  .help-content {
    height: 500px;
  }
  .fixed-left-nav {
    position: fixed;
    z-index: 1001;
    background-color: #ffffff;
    width: 25%;
    top: 105px;
    left: 8.3%;
    box-shadow: none !important;
  }
}
@media (min-height: 1050px) {
  .help-content {
    height: 550px;
  }
}
@media (min-height: 1100px) {
  .help-content {
    height: 600px;
  }
}
@media (min-height: 1150px) {
  .help-content {
    height: 650px;
  }
}
.panel-info > .panel-heading {
  color: #000000;
  background-color: #b9d989;
  border-color: #8dc63f;
}
.panel-info {
  border-color: #8dc63f;
}
.alert-success {
  color: #48671f;
  background-color: #f2f8e9;
  border-color: #8dc63f;
}
.btn-info {
  color: #ffffff;
  background-color: #add281;
  border-color: #08515a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #000000 !important;
  background-color: #add281;
  border-color: #08515a;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
h5 {
  font-weight: bold;
}
.panel-spacer {
  margin-top: 15px;
}
hr.chaos-1 {
  background-color: #b9d989;
  height: 1px;
  border: 0;
  margin: 0;
  margin-top: 3px;
}
hr.chaos-2 {
  background-color: #8dc63f;
  height: 1px;
  border: 0;
  margin: 0;
  margin-top: 3px;
}
hr.chaos-3 {
  background-color: #add281;
  height: 1px;
  border: 0;
  margin: 0;
  margin-top: 3px;
}
hr.chaos-4 {
  background-color: #08515a;
  height: 1px;
  border: 0;
  margin: 0;
  margin-top: 3px;
}
/*# sourceMappingURL=ClarifireBase.css.map */