.errorText {
	
	color: #990000;
}

.eventPaused {
	color: #990000;
}


.portlet-app {
  padding: 5px 5px !important;
  border: 0px solid #ddd !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.completedToolsDownload {
	color: #000000;
	text-decoration: none !important;
}

.visitor-view-date {
	margin-bottom: 30px;
}


@media (max-width: 1023px) {
	
	.index-bible-image {
		  display: none;
	}
	
}

/*Icons
---------------------------------- */
.icon {
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.icons .icon {
  margin: 0 5px 5px 0;
}
.icon i {
  position: relative;
  z-index: 1;
}
.icon.dark-bg {
  background-color: rgba(66, 66, 66, 0.66);
  color: #ffffff;
}
.icon.default-bg {
  background-color: rgba(166, 197, 26, 1);
  color: #ffffff;
}
.icon.light-bg {
  background-color: #fff;
  color: #09afdf;
}
.icon.success-bg {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #ffffff;
}

.icon.red-bg {
  background-color: rgba(106, 5, 5, 0.66);
  color: #ffffff;
}
.ic
    
    
.icon.without-bg {
  font-size: 36px;
  line-height: 1;
  color: inherit;
  background-color: transparent;
  height: 100%;
}
.icon.large {
  font-size: 36px;
  width: 100px;
  height: 100px;
  line-height: 97px;
}
.icon.small {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 43px;
}
.icon.xsmall {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 23px;
}
.icon.tiny {
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 19px;
}





.strong-black {
	color: #000000;
}

.btn-black {
  color: #ffffff;
  background-color: #414040;
  border-color: #414040;
}
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-black:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: black;
  border-color: black;
}
.btn-black .badge {
  color: #d74b4b;
  background-color: black;
}









/*Vertical Spacers - Added by Mike Irizarry*/
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }


/*Margin Top - Added by Mike Irizarry*/
.mtop0 { margin-top: 0px; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop45 { margin-top: 45px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop80 { margin-top: 80px; }
.mtop90 { margin-top: 90px; }
.mtop100 { margin-top: 100px;}
.mtop200 { margin-top: 200px; }


/*Margin Left - Added by Mike Irizarry*/
.mleft0 { margin-left: 0px!important; }
.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }
.mleft25 { margin-left: 25px; }
.mleft30 { margin-left: 30px; }
.mleft35 { margin-left: 35px; }
.mleft40 { margin-left: 40px; }
.mleft45 { margin-left: 45px; }
.mleft50 { margin-left: 50px; }
.mleft100 { margin-left: 100px;}
.mleft200 { margin-left: 200px; }


/*Margin Right - Added by Mike Irizarry*/
.mright0 { margin-right: 0px; }
.mright4 { margin-right: 4px; }
.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }
.mright25 { margin-right: 25px; }
.mright30 { margin-right: 30px; }
.mright35 { margin-right: 35px; }
.mright40 { margin-right: 40px; }
.mright45 { margin-right: 45px; }
.mright50 { margin-right: 50px; }
.mright100 { margin-right: 100px;}
.mright200 { margin-right: 200px; }


/*Margin Bottom - Added by Mike Irizarry*/
.mbottom0 { margin-bottom: 0px; }
.mbottom5 { margin-bottom: 5px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom15 { margin-bottom: 15px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom25 { margin-bottom: 25px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom35 { margin-bottom: 35px; }
.mbottom40 { margin-bottom: 40px; }
.mbottom45 { margin-bottom: 45px; }
.mbottom50 { margin-bottom: 50px; }
.mbottom100 { margin-bottom: 100px;}
.mbottom200 { margin-bottom: 200px; }


/*Padding Bottom - Added by Mike Irizarry*/
.pbottom0 { padding-bottom: 0px; }

/*Padding Top - Added by Mike Irizarry*/
.ptop0 { padding-top: 0px !important;}

