html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	/* The html and body elements cannot have any padding or margin. */
}
body {
	padding-top: 70px;
}
#HHLogo {
	display: inline;
	width: 178px;
	height: 32px;
}
.showhelp > i.fa {
	font-size: 2em;
	margin-right: 0px;
}
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#panel-help {
	display: none;
}
#panel-help h4 {
	margin-top: 0px;
}
#panel-help h4 i.fa {
	font-size: 1.58em;
}
#panel-help i.fa-hand-o-right {
	color: #5466C7;
	padding-right: 2px;
}
#panel-help .fa-stack {
	color: #5466C7;
}
#panel-help [data-toggle="collapse"] .fa-stack {
	color: #FF3300;
	margin-right: 4px;
}
#panel-help [data-toggle="collapse"] .fa-sm {
	font-size: .83em;
}
#panel-help [data-toggle="collapse"] {
	font-weight: bold;
}
#panel-help .collapse-group p {
	margin: 6px 0px 6px 6px ;
}
#panel-help .collapse-group {
	padding-bottom: 10px;
}
#panel-help .nav-tabs > li.active > a {
	background-color: #f5f5f5;
}
#panel-help .nav-tabs {
	margin-bottom: 20px;
}
#panel-help [data-toggle="collapse"] .fa-sm .fa-stack-1x {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
}
#panel-help img {
	border: 1px solid #E5E5E5;
	max-width: 100%;
}
#panel-help .panel-heading {
	background-color: transparent;
	border: none;
	padding: 0;
	color: #5466C7;
}
#panel-help .panel-group .panel {
	border: none;
	background: none;
	margin: 6px 0px 12px 0px;
}
#panel-help .panel-title {
	font-size: 1em;
}
#panel-help .panel-body {
	padding: 0px 0px 12px 25px;
	border-top: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 120px;
	}
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	/*padding: 0 0 60px; CONSIDER REMOVING*/
}

/* Set the fixed height of the footer here */
#push, #footer {
	height: 60px;
}

#footer {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 10px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}

textarea.copypaste {
	width: 100%;
	border: none;
	resize: none;
	border-radius: 3px;
	line-height: 100%;
	cursor: pointer;
	overflow: hidden;
}
textarea.copypaste.ecode {
	font-weight: bold;
	background-color: #FFFFCC;
	text-align: center;
}

#masthead {
	min-height:270px;
	background-color:#000044;
	color:#aaaacc;
}

#masthead h1 {
	font-size: 55px;
	line-height: 1;
}

#masthead .well {
	margin-top:13%;
	background-color:#111155;
	border-color:#000033;
}
#prayers .well > h3, #news .well > h3 {
	margin-top: 0px;
}
abbr.timeago {
	font-size: .7em;
	line-height: 3.7em;
	margin-left: -6px;
	margin-top: -30px;
	display: block;
	color: #999;
	cursor: default;
	border: none;
}

.icon-bar {
	background-color:#fff;
}

@media screen and (min-width: 768px) {
	#masthead h1 {
		font-size: 100px;
	}
}

.navbar-brand {
	padding: 12px 15px 8px;
}
.navbar-brand img {
	margin: -12px 0px -4px;
}
.navbar-brand .beta {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -13px;
}
.navbar-brand em {
	display: block;
	width: 250px;
	height: 1.2em;
	margin-left: 6px;
	font-weight: normal !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.navbar-brand span {
	font-size: 14px;
}
.navbar-bright {
	background-color: #3a4896;
	color: #ffffff;
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #3A4896 0%, #000033 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #3A4896 0%, #000033 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top left, #3A4896 0%, #000033 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #3A4896), color-stop(1, #000033));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #3A4896 0%, #000033 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #3A4896 0%, #000033 100%);
}
  
.navbar-bright a, #masthead a, #masthead .lead {
	color: #aaaacc;
}  
.navbar-bright a:hover {
	color: #FFFFFF;
}
.navbar-bright li {
	min-height: inherit;
}
.navbar-bright li:hover, .navbar-bright li.active {
	background-color:#000033;
}
.navbar-bright li > a:hover {
	background-color: transparent;
}
.navbar-bright li.profile-link a {
	margin-bottom: -20px;
}
.navbar-bright li a.profile-sublinks {
	margin: 0px 0px 0px 6px;
	padding: 0px 10px 0px 15px;
	position: relative;
	line-height: .75em;
	font-weight: bold;
	display: inline-block;
}
.navbar-bright li span.profile-sublinks {
	display: block;
	text-align: center;
	margin-top: 8px;
}
@media (min-width: 768px) {
	.navbar-bright li span.profile-sublinks {
		display: inline;
		text-align: inherit;
		margin-top: 0;
	}
	.navbar-bright li {
		min-height: 63px;
	}
}

.affix-top,.affix{
	position: static;
}

.navbar-nav li a {
	text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000033;
}

@media (min-width: 768px) {
  .navbar-nav {
	float: right;
  }
}

@media (min-width: 979px) {
  #sidebar.affix-top {
	position: static;
	margin-top:30px;
	width:228px;
  }
  
  #sidebar.affix {
	position: fixed;
	top:70px;
	width:228px;
  }
}

#sidebar li.active {
	border:0 #eee solid;
	border-right-width:4px;
}

.badge-success {
	background-color: #00ac6b;
}

.profile {
	margin-bottom: 30px;
	text-align: center;
	height: 235px;
}
.profile h4 {
	margin-bottom: 0;
}
.profile {
	margin-bottom: 20px;
}
.profile-img {
	padding: 5px;
	max-height:150px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}
.profile-img > div {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.profile > a > .profile-img > div:hover {
	cursor: pointer;
	width: 150px;
	height: 150px;
	/*border-radius: 50%;*/
	/*display: inline-block;*/
	/*overflow: hidden;*/
	margin: -5px;
}
.profile-highlight .profile-img {
	background-color: #3a4896;
}
.profile-highlight > span {
	color: #3a4896;
	padding-bottom: 8px;
	display: inline-block;
}
.profile-trainee .profile-img {
	background-color: green;
}
.profile-trainee > span {
	color: green;
	padding-bottom: 8px;
	display: inline-block;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { 	margin-right: 0; }
.modal-header > div:nth-of-type(1) > div {
	height:64px;
	width: 64px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.modal-header > div:nth-of-type(1) {
	background-color: #FFFFFF;
	position: absolute;
	border-radius: 50%;
	max-height: 74px;
	display: inline-block;
	overflow: hidden;
	padding: 5px;
	top: -10px;
	left: -10px;
	z-index: 100;
}
.modal-header > div:nth-of-type(2) > div {
	height:44px;
	width: 44px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.modal-header > div:nth-of-type(2) {
	background-color: #FFFFFF;
	position: absolute;
	border-radius: 50%;
	max-height: 54px;
	display: inline-block;
	overflow: hidden;
	padding: 5px;
	top: 40px;
	right: -10px;
	z-index: 100;
}
.modal-header h4 > div {
	font-size: .75em;
}
#pvtMsgModal .modal-header h4,
#pvtMsgHistoryModal .modal-header h4,
#editProfileModal .modal-header h4 {
	margin-left: 50px;	
}
.modal .timestamp {
	font-size: .75em;
	color: #666666;
	margin: 0px 15px;
}
address {
	margin-bottom: 10px;
	margin-top: 10px;
}
.ii {
	color: #FFF;
	margin-left: -30px;
	text-shadow: 0px 0px 10px #0000CC;
}
.ii:hover {
	text-shadow: 0px 0px 10px #00ac6b;
	font-size: 2.2em;
	margin-left: -34px;
}
.ii2 {
	margin-left: -38px;
}
.ii2:hover {
	font-size: 2em;
	margin: -20px 0px 0px -56px;
}
.navbar-nav li em, .navbar-brand em {
	font-weight: bold;
	font-style: normal;
	line-height: .85em;
}
.anchor {
	display: block;
	margin-top: -90px;
	height: 90px;
	visibility: hidden;
}
#sidebar {
	margin: 14px 0px;
}
.scroll-100 {
	overflow: auto;
	max-height: 100px;
}
.scroll-150 {
	overflow: auto;
	max-height: 150px;
}
.scroll-200 {
	overflow: auto;
	max-height: 200px;
}
.scroll-250 {
	overflow: auto;
	max-height: 250px;
}
.scroll-300 {
	overflow: auto;
	max-height: 300px;
}
.navbar-toggle {
	position: absolute;
	right: 0px;
	margin-right: 10px;
}
@media (min-width: 768px){
	.navbar-nav > li > a {
		text-align: left;
	}
	.navbar-nav li em, .navbar-brand em {
		display: block;
		line-height: .85em;
		margin-left: 6px;
	}
	.navbar-brand em {
		margin-left: 38px;
	}
}
.carousel-inner img {
	width:100%;
	height:100%;
}

#myCarousel {
	font-size:90%;
}

.carousel-controls-mini {

}

.carousel-controls-mini > a {
	border:1px solid #eee;
	width:20px;
	display:block;
	float:left;
	text-align:center;
}
.carousel-control {
	font-size: 2em;
	color: #ffffff;
	text-align: center;
}
.carousel-control i {
	position: absolute;
	position: absolute;
	top: 45%;
	left: 15%;
	right: 15%;
}
.carousel-caption {
	top: 0px;
	padding-bottom: 0px;
}
.carousel-indicators {
	bottom: 0px;
}
@media screen and (min-width: 768px) {
	.carousel-caption {
		padding-bottom: 0px;
	}
	.carousel-indicators {
		bottom: 0px;
	}
	.carousel h4, .carousel p {
		font-size: 150%;
	}
}
.carousel {
	border-radius: 10px;
	overflow: hidden;
}

/* vertical slider controls */
.vertical .carousel-inner {
	height: 100%;
}
.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
	top: 0;
}
.carousel.vertical .next {
	top: 100%;
}
.carousel.vertical .prev {
	top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -100%;
}

.carousel.vertical .active.right {
	top: 100%;
}

.carousel.vertical .item {
	left: 0;
}

/* news ticker */
.news-ticker {
	overflow: hidden;
	min-height: 76px;
	color: #3a87ad;
	background-color: #E8F2F6;
	border-color: #bce8f1;
}
.news-ticker .pagination a {
	color: #3a87ad;
	background-color: #E8F2F6;
	border-color: #bce8f1;
}
.news-ticker .panel-body {
	padding: 0px 0px 8px 0px;
	min-height: 70px;
}
.news-ticker table {
	margin-right: 32px;
}
.news-ticker table td {
	vertical-align: top;
}
.news-ticker .panel-footer {
	margin-top: -74px;
	border: none;
	background: transparent;
}
.news-ticker .pagination > li {
	display: block;
}
.news-ticker .pagination > li > a:hover {
	background-color: #E2F5FF;
	color: #2a6496;
}
.news-ticker .pagination-sm > li:first-child > a,
.news-ticker .pagination-sm > li:first-child > span {
	position: absolute;
	top: 6px;
	right: 22px;
	border-radius: 3px 3px 0px 0px;
}
.news-ticker .pagination-sm > li:last-child > a,
.news-ticker .pagination-sm > li:last-child > span {
	position: absolute;
	bottom: 6px;
	right: 22px;
	border-radius: 0px 0px 3px 3px;
	margin: 0;
}
.news-ticker ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.news-item {
	padding: 4px 4px;
	margin: 0px;
	border-bottom: 0;
}
.boxshadow {
	box-shadow: 2px 2px 5px #888888;
}
.news-item img {
	box-shadow: 1px 1px 6px #2a6496;
}
.round {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/* private message "chat" bubbles */
.talk-bubble {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
}
.text-left .talk-bubble {
	background-color: #d9edf7;
}
.text-right .talk-bubble {
	background-color: #fcf8e3;
}
.talktext {
	padding: 1em;
	text-align: left;
	line-height: 1.5em;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -20px;
	top: 18px;
	bottom: auto;
	border: 12px solid;
	border-color: #fcf8e3 transparent transparent #fcf8e3;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	right: auto;
	top: 18px;
	bottom: auto;
	border: 12px solid;
	border-color: #d9edf7 #d9edf7 transparent transparent;
}

/* Modal "stretch-to-fit height" */
.modal.modal-stretch {
	overflow: initial;
	overflow-y: initial;
	overflow-x: initial;
}
.modal.modal-stretch .modal-dialog,
.modal.modal-stretch .modal-content,
.modal.modal-stretch .modal-footer,
.modal.modal-stretch #pvtMsgHistory
{
	position: fixed;
}
.modal.modal-stretch .modal-dialog {
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 30px;
}
.modal.modal-stretch .modal-content {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.modal.modal-stretch #pvtMsgHistory {
	position: fixed;
	top: 86px;
	left: 1px;
	right: 1px;
	bottom: 73px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#pvtMsgHistory > .clearfix > div {
	margin-top: 6px;
}
#pvtMsgHistory abbr.timeago {
	font-size: 1em;
	line-height: inherit;
	margin-left: 0;
	margin-top: 0;
	display: block;
	color: #999;
	cursor: default;
	border: none;
}

/* media query for mobile devices */
@media ( max-width: 480px ) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal.modal-stretch {
		height: 90%;
		left: 5%; /* ( win width [100%] - dlg width [90%] ) / 2 */
		top: 5%;
		width: 90%;
	}
	.modal.modal-stretch .modal-dialog {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.modal.modal-stretch #pvtMsgHistory {
		position: fixed;
		top: 86px;
		bottom: 79px;
	}
	.help-video {
		padding: 0px;
		left: -10px;
	}
	
	ul.nav-tabs > li {
		text-align: center;
	}
	ul.nav-tabs > li > a > i.fa {
		font-size: 2em;
		margin: 0px;
	}
	ul.nav-tabs > li > a {
		padding: 6px 9px;
	}
	ul.nav-tabs > li > a > text, .btn-group > button > text {
		display: block;
		font-size: .75em;
	}
	ul.nav-tabs .badge {
		display: block;
		margin-bottom: 6px;
	}
	.archives input[select] {
		height: 160px;
	}
}

.bg-success {
	background-color: #dff0d8;
}

#prayers h3 {
	line-height: 1.5em;
}
/* NEW "LEADERS GUIDE" CODE :: BEGIN */
accordion .panel-title > a {
	padding: 10px 15px;
}
accordion .panel-title > a {
	display: block;
}
accordion .panel-heading {
	padding: 0px;
}
accordion .panel-group:first-of-type > .panel {
	margin: 3px;
}
accordion .panel-group .panel .panel {
	margin: -8px -12px 14px -8px;
}
accordion .panel-group .panel-heading
.accordion-caret .panel-toggle:hover {
	text-decoration: none;
}
.accordion-caret .panel-toggle:hover span,
.accordion-caret .panel-toggle:hover strong {
	text-decoration: underline;
}
.accordion-caret .panel-toggle:before {
	font-size: 20px;
	color: #999999 !important;
	margin-right: 3px;
	display: inline-block;
	height: 18px;
	overflow: hidden;
}
.accordion-caret .panel-toggle:not(.collapsed):before {
	content: "▾" !important;
}
.accordion-caret .panel-toggle.collapsed:before {
	content: "▸" !important;
}
/* NEW "LEADERS GUIDE" CODE :: END */
.thumbnail.pull-right {
	margin-left: 10px;
}
.dropdown-menu-right {
	right: 0;
	left: inherit;
}

.modal.modal-stretch .modal-footer {
	position: fixed;
	left: 1px;
	right: 1px;
	bottom: 0px;
}
.modal .modal-footer div .btn.btn-default.hidden-xs {
	display: inline !important;
}
@media (max-width: 767px) {
	.modal .modal-footer div .btn.btn-default.hidden-xs {
		display: none !important;
	}
}
.btn-stretch {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: visiblefill; /*if not set, cursor won't work*/
}
.btn-default.disabled, .btn-default[disabled] {
	text-decoration: line-through;
	background-color: #e5e5e5;
	border: none;
}
.group-list {
	border-top: 2px solid #e7e7e7;
	padding: 6px 0px 0px;
	margin-bottom: 3px;
}
.group-list:nth-of-type(1) {
	border-top: none;
}
.group-list ul li:first-child {
	margin: 0px 0px 6px -20px;
}
.row.leaders h4:first-child, .row.contacts h4:first-child {
	margin-top: 0px;
}
.row.leaders h5, .row.contacts h5 {
	font-weight: bold;
	text-decoration: underline;
}
.row.leaders > div, .row.contacts > div {
	display: inline-block;
}
.row.leaders, .row.contacts {
	border-bottom: 3px solid #e5e5e5;
	padding: 25px 0px;
}
.row.leaders div:nth-of-type(2) .btn, .row.contacts div:nth-of-type(2) .btn {
	width: 100%;
}
.row.contacts .txtemail {
	max-width: 200px;
}
.row.contacts .fa-ul {
	margin-left: 1.5em;
}
.fa-ul > li {
	padding-bottom: 10px;
}
.row.contacts li > i.fa-li {
	color: #CCC;
}
.btn-tiny {
	padding: 0px 4px;
}
.btn-urge {
	background-color: #FFE8E8;
	border-color: #FFD8D8;
}
.btn-urge:hover {
	background-color: #FFD8D8;
	border-color: #FFB0B0;
}
.btn-train {
	background-color: #CCCCCC;
	border-color: #4cae4c;	
	color: #FFFFFF;
	height: 30px;
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-train:hover {
	border-color: #398439;
}
.btn-train.progress > div.train-text {
	position: absolute;
	z-index: 50;
	padding: 5px 10px;
}
.btn-train > .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-train[disabled] {
	opacity: 1;
	filter: alpha(opacity=100);
}
.popSourceBlock {
	display:none;
}
.popTitle {
	font-weight: bold;
}

.popover.seamless .popover-title {
	font-size: 2em;
	background-color: none;
}
.popover table {
	min-width: 220px;
	width: 100%;
	font-size: x-small;
}
.popover th {
	text-align: center;
	padding: 6px;
}
.popover td {
	text-align: center;
	padding: 6px;
}
.popover-content .fa {
	color: pink;
}
.popover-content .fa-check-circle {
	color: green;
}
.popover.fade {z-index:-1} .popover.fade.in {z-index:99} /*Required to deactivate popover with body click*/

.pop-book.btn {
	white-space: inherit;
	width: 24% !important;
	height: 120px;
	padding: 2px 4px;
}
.pop-book > div {
	position: relative;
	height: 110px;
	overflow: hidden;
}
.pop-book > div > div {
	width: 100%;
}
.pop-book > div > div:nth-of-type(1) {
	max-height: 70px;
	top: 8px;
	overflow: hidden;
}
.pop-book > div > div:nth-of-type(2) {
	line-height: 70%;
}
.pop-book > div > div:nth-of-type(3) {
	position: absolute;
	bottom: 2px;
	line-height: 70%;
}

.info-overlay {
	position: relative;
	overflow: hidden;
	border: 1px solid #888888;
	margin: 5px;
	display: inline-block;
}
.info-overlay > div {
	visibility: hidden;
	opacity: 0;
	background-color: rgba(255,255,255,0.90);
	width: 250px;
	height: 320px;
	line-height: 213px;
	padding: 6px 14px;
	text-align: left;
}
.info-overlay > div.visible > button {
	visibility: visible !important;
}
.info-overlay > div > button {
	visibility: hidden !important;
}
.info-overlay > div.visible {
	opacity: 1;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	visibility: visible !important;
}
.no-touch .info-overlay > div.visible {
	opacity: 1;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	visibility: visible;
}
.no-touch .info-overlay:hover > div {
	opacity: 1;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	visibility: visible;
}
.info-overlay > div > div {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.info-overlay h5 {
	font-weight: bold;
	text-align: center;
}
.info-overlay h5 > span {
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
}
.info-overlay ul {
	padding: 8px 0px 0px 20px;
	margin-left: 0;
}
.info-overlay ul li {
	padding-bottom: 6px;
}
.info-overlay a {
	float: right;
	line-height: 1em;
}

.modal-stretch-inner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: auto;
}
.modal-stretch-inner .form-group {
	margin:0px;
}
@media (min-height: 550px) {
	.modal-stretch-sm {
		bottom: 50% !important;
		min-height: 200px;
	}
}
a {
	color: #5466C7;
	cursor: pointer;
}
a:hover, a:focus {
	color: #3a4896;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #ffffff;
    background: none!important;
    border: none !important;
    /*min-height: 64px;*/
}
a > i.fa, button i.fa, .panel-title > i.fa, h4 > i.fa {
	margin-right:4px;
}
.nav-tabs {
	margin-bottom: 10px;
}
.alert {
	margin: 0px 0px 5px 0px;
}
.groupme {
	white-space: nowrap;
}
.spkr-bios {
	width:350px;
}
.text-accent {
	color: orangered;
}
.training-sessions li {
    margin-bottom: 1.25em;
}
.training-sessions li em {
	display: inline-block;
}
label {
	line-height: 2.5em;
}
label.pickme {
	cursor: pointer;
}

input[type="radio"] {
	margin-right: 4px;
}

.form-control[readonly] {
	border: none;
	box-shadow: none;
}

.cal-table {
	width: 60vw;
}
.cal-date {
    width: 8vw;
	height: 8vw;
	float: left;
    position: relative;
}
.cal-date input[type=checkbox] {
    display: none;
}
.cal-date label {
    cursor: pointer;
    position: absolute;
    width: 8vw;
    height: 8vw;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
	border-radius: 3px;
}
.cal-date-unavail label {
	cursor: not-allowed;
    background-color: #eee;
}
@media (max-width:1468px){
	.cal-table {
		width: 80vw;
	}
	.cal-date {
		width: 11vw;
		height: 11vw;
	}
	.cal-date label {
		width: 11vw;
		height: 11vw;
	}
	.cal-date-unavail {
		display: inherit;
	}
}
@media (max-width:768px){
	.cal-table {
		width: 90vw;
	}
	.cal-date {
		width: 28vw;
		height: 28vw;
	}
	.cal-date label {
		width: 27vw;
		height: 27vw;
	}
	.cal-date-unavail {
		display: none;
	}
}
.cal-date .date {
	position: relative;
	pointer-events: none;
	padding: 10px;
	color: #999;
}
.cal-date input[type="checkbox"] ~ .date {
	color: #000;
}
.cal-date-unavail input[type="checkbox"] ~ .date:before {
    content: "";
    display: none;
    margin-right: 0px;
}
.cal-date input[type="checkbox"] ~ .date:before {
	font-family: FontAwesome;
	content: "\f096";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.cal-date input[type=checkbox][disabled][checked] ~ .date:before {
	content: "\f023";
}
.cal-date:hover input[type="checkbox"] ~ .date:before {
	content: "\f046";
	opacity: .8;
}
.cal-date input[type=checkbox]:checked ~ .date:before {
	content: "\f046";
}
.cal-date input[type=checkbox]:checked + label {
	background-color: lightyellow;
}
/*.cal-date input[type=checkbox]:disabled ~ .date, .cal-date input[type=checkbox]:checked ~ .date {
	color: #8a6d3b;
}
.cal-date input[type=checkbox]:disabled ~ .date:before {
	content: "\f023";
}*/
.cal-date input[type=checkbox][disabled] ~ .date, .cal-date input[type=checkbox]:checked ~ .date {
	color: #999;
}
.cal-date input[type=checkbox][disabled] ~ .date > .price {
	display: none;
}
.cal-date-unavail input[type=checkbox][disabled] + label {
	background: #eee;
    border-color: #ddd;
}
.cal-date input[type=checkbox][disabled][checked] ~ .date, .cal-date input[type=checkbox]:checked ~ .date {
	color: #8a6d3b;
}
.cal-date input[type=checkbox][disabled] ~ .date:before {
	content: "";
}
.cal-date input[type=checkbox][disabled][checked] ~ .date > .price {
	display: none;
}
.cal-date input[type=checkbox][disabled][checked]+ label {
	background-color: yellow;
	border-color: #faebcc;
}

.alert-locked {
	padding: 5px 10px;
	background-color: yellow;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-locked span {
	font-size: .75em;
}
.row-break {
	padding-top: 20px;
	border-top: 1px solid #CCC;
	margin-top: 20px;
}
.form-control {
    margin: 3px;
}
.form-control-feedback {
	right: 8px;
}
.has-feedback .form-control {
	padding: 6px 12px;
}
.default-hide {
	display: none;
}