/*
$SiteLightColor: #FDEFEF;
$SiteMediumColor:  rgba(172, 25, 25, 0.5);
$SiteDarkColor: #741111;
$SiteForeground: #ffffff;
$SiteForegroundHover: #F9D4D4;
$SiteBorder: #F7CACA;
$SiteButtonHilight: #F9D9D9;

*/
body {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px; }

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

h2 {
  color: #1a346b;
  font-weight: 200; }

a {
  color: #1a346b;
  text-decoration: none; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

.btn.btn-default.prayer-item-edit-submit {
  background: #dcecf7;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  float: left; }

.btn.btn-default.prayer-item-edit-cancel {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  float: left; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
html, body {
  height: 100%; }

#wrap {
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px; }

#main {
  overflow: auto;
  padding-bottom: 40px;
  /* this needs to be bigger than footer height*/
  max-width: 940px;
  padding-top: 91px; }

.prayer-item-popup-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1095px) {
  #main {
    padding-top: 0px; } }

.prayer-instructions {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 10px; }

.prayer-item-edit-instructions {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px; }

.footer {
  position: relative;
  margin-top: -40px;
  /* negative value of footer height */
  height: 40px;
  clear: both;
  padding-top: 30px;
  text-align: center; }

.enable-animation {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.transparent {
  opacity: 0;
  pointer-events: none; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(91, 131, 165, 0.7);
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.0;
  z-index: 1000;
  pointer-events: none; }

.full-page-shim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.page-top.page-top-visible {
  opacity: 1.0;
  pointer-events: all; }

.page-top.page-top-faded {
  opacity: 0.5; }

.page-top.page-top-faded:hover {
  opacity: 1.0; }

.prayer-item {
  position: relative;
  width: 100%;
  min-height: 80px;
  border: 1px solid #d8e2e9;
  padding: 15px;
  padding-top: 8px;
  margin-bottom: 20px;
  margin-top: 10px;
  box-shadow: 0px 4px 4px #F3F6F9;
  background: white; }

.prayer-item-prayed div {
  display: inline-block;
  margin: 0; }

.prayer-item-sort {
  display: inline-block;
  margin-top: 10px;
  float: right; }


.prayer-item-name-location{
    padding-right: 5px;
    display: inline-block;
  color: #1a346b; }

@media (max-width: 480px) {

.prayer-item-name-location{
    display: block; }

  .prayer-item-sort {
    display: none; } }

.prayer-item-sort .selected {
  text-decoration: none !important;
  color: #1a346b;
  font-weight: bold; }

.prayer-item-new-actions {
  display: inline-block;
  float: left;
  margin-bottom: 5px; }

.prayer-item-new-add {
  background: #d8e2e9; }

.prayer-item-actions {
  display: inline;
}

.prayer-item-content {
  margin-bottom: 20px;
  margin-top: 5px; }

.prayer-item-summary {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  color: #1a346b; }

.prayer-item-submitted {
    display: inline-block;
  color: rgba(91, 131, 165, 0.7); }

.prayer-item-prayed {
  float: left;
  margin-right: 2px; }

.prayer-item-prayed .btn.btn-default {
  padding-left: 35px;
  padding-right: 35px; }

.prayer-item-prayed .btn {
  padding-left: 15px;
  padding-right: 15px; }

.prayer-item-prayed-count {
  font-weight: bold;
  font-size: 16px;
  margin-right: 1px; }

.prayer-item-flag, .prayer-item-edit, .prayer-item-sendnote {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  z-index: 1001; }

.prayer-item-edit input[type=text],
.prayer-item-edit textarea,
.prayer-item-flag input[type=text],
.prayer-item-flag textarea,
.prayer-item-sendnote input[type=text],
.prayer-item-sendnote textarea,
.prayer-item-edit select {
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px; }

.prayer-item-edit-cancel,
.prayer-item-edit-submit,
.prayer-item-flag-cancel,
.prayer-item-flag-submit,
.prayer-item-sendnote-cancel,
.prayer-item-sendnote-submit {
  float: right;
  margin-left: 5px; }

.prayer-item-edit .checkbox {
  font-size: 13px; }

.prayer-item-prayer-stats {
  color: rgba(91, 131, 165, 0.7);
  float: right;
  margin: 10px;
  top: 0px;
  right: 10px;
  position: absolute; }

    .prayer-item-logo{
        position: absolute;
        bottom: 15px;
        right: 10px;
    }

.navbar-inverse {
  background-color: #ffffff;
  border-color: #d8e2e9;
  font-family: 'Open Sans', sans-serif; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1a346b; }

.navbar-inverse .navbar-brand {
  color: #1a346b;
  font-size: 22px;
  margin-right: 30px;
  padding-left: 25px;
  padding-right: 25px; }

.navbar-inverse .navbar-toggle {
  border-color: #d8e2e9; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-right: 30px; }

.navbar {
  max-width: 940px;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100%; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: rgba(91, 131, 165, 0.7); }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #F3F6F9; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #1a346b;
  background-color: #d8e2e9; }

.navbar-inverse .navbar-nav > li > a {
  font-size: 18px;
  color: #1a346b; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: 10px; }

@media (min-width: 768px) {
  .navbar-nav > li > a.selected,
  .navbar-nav > li > a:active {
    border-bottom: 2px solid #1a346b;
    margin-right: 10px; }
  .navbar-nav {
    margin-left: 40px; }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1a346b;
    background-color: #F3F6F9;
    border-bottom: 2px solid rgba(91, 131, 165, 0.7); } }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #1a346b;
  background-color: #F3F6F9; }

.container > .navbar-header, .container > .navbar-collapse {
  margin-left: 0px; }

.affiliate-logo-link {
  float: right; }

.affiliate-logo {
  height: 50px;
  margin: 10px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  color: #1a346b;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #d8e2e9;
  background: #F3F6F9; }

.btn:hover {
  border: 1px solid rgba(91, 131, 165, 0.7);
  background: white; }

.fa {
  color: #1a346b; }

.lefticon {
  margin-right: 10px; }

.actions-collapse {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  margin-bottom: 35px;
  clear: both; }

.actions-expaned-btn {
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  color: #1a346b;
  text-align: left;
  text-decoration: none;
  display: block;
  font-size: 15px;
  border: 1px solid #d8e2e9;
  background: #F3F6F9;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.actions-toggle-btn {
  background: transparent;
  border: 1px solid transparent; }

.back-nav-link {
  font-size: 16px; }

.backnav {
  margin-right: 6px; }

.prayer-item-submitted.detail {
  margin-top: 20px; }

.form-horizontal .form-group, .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.form-control {
  border-radius: 4px; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #1a346b; }

.copyright {
  color: rgba(91, 131, 165, 0.7); }

@media (min-width: 768px) {
  .container {
    max-width: none; } }

@media (min-width: 992px) {
  .container {
    max-width: none; } }

.affiliate-select {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.affiliate-select li {
  margin: 5px; }

.affiliate-select li a {
  width: 100%;
  clear: both;
  float: left;
  border: 1px solid #d8e2e9; }

.affiliate-select li a:hover {
  background: #F3F6F9;
  border: 1px solid #1a346b;
  text-decoration: none; }

.select-header {
  color: #1a346b; }

.moretoggle::after {
  content: "more";
  margin-left: 6px;
  margin-right: 6px;
  font-family: "Source Sans Pro", sans-serif; }

.lesstoggle::after {
  content: "less";
  margin-left: 6px;
  margin-right: 6px;
  font-family: "Source Sans Pro", sans-serif; }

.moretoggle::before {
  content: "\f107";
  margin-left: 6px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lesstoggle::before {
  content: "\f106";
  margin-left: 6px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media all and (orientation: landscape) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative; }
  #main {
    padding-top: 0px; } }

.full-page-shim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 1000; }

.radio label, .checkbox label {
  display: inline;
  margin-bottom: 5px;
  font-weight: normal;
  cursor: pointer; }

.fixedContainer {
  position: fixed; }

.relativeContainer {
  position: relative; }

.dl-horizontal dt, .dl-horizontal dd {
  text-align: left;
  margin-bottom: 20px;
  border-top: 1px solid rgba(91, 131, 165, 0.3);
  padding: 10px; }

.dl-horizontal dd {
  background: #F3F6F9;
  box-shadow: inset 0px 0px 5px rgba(91, 131, 165, 0.3);
  color: rgba(91, 131, 165, 0.7); }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; } }

.form-control {
  border-radius: 0px;
  margin-top: 10px; }

.form-group {
  margin-bottom: 25px;
  border-top: 1px solid #e4e4e4; }

.text-right {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 15px; }

.in-iframe #main {
  padding-top: 0px; }

.in-iframe .navbar {
  display: none; }

.poweredbycontainer {
  width: 100%;
  text-align: center; }

.poweredby {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto; }
