.bumpversion-4.3.8_7.4.0_4.3.1 {background-color: transparent;}

/*
THIS IS PATHWAY.CSS FOR WEBTOP


*/
/*********
 teaser
 *********/
.teaser .thumbnail {
	float: left;
	height: 100px;
	margin: 0px 15px 10px 0px;
	width: 100px;
}

.teaser .thumbnail i {
	display: block;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.teaser .thumbnail img {
	width: 100%;
}

.teaser .thumbnail+.teaser-content {
	margin-left: 130px;
}


.playable-container, .downloadable-container  {
  position: relative;
}   

.playable-container span.fa {
  color: #FFF;
  opacity: 0.50;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%,-50%);
}   

.downloadable-container span.fa {
  position: absolute;
  top: -12%;
  left: 120%;
  transform: translate(-120%, 12%);
  -webkit-transform:translate(-120%,12%);
}   

.playable-container:hover span.fa, .downloadable-container:hover span.fa {
	padding-bottom:5px;
	opacity: 0.90;
}   

.downloadable-container:hover span.fa {
	top:-14%;
	opacity: 1.0;
}   


.btn-dark {
	color: #fff;
	background-color: #4d4d4d;
	border-color: #494949;
}

.btn-group-xs>.btn .fa, .btn-xs .fa {
	margin: 0 2px 0 -2px;
}

.btn-group-xs>.btn, .btn-xs {
    font-size: 9pt
}


.fa.float-left {
    margin-right: .3em;
}
.fa.float-right {
    margin-left: .3em;
}

.content-pod form {
	margin-bottom:30px;
}

.form-inline .text-danger {
	display: block;
}

.cfdump_struct, .cfdump_query, .cfdump_array {
	color: black;
}

.report {
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.report.well, .report .well {
	border: 1px solid grey;
}

.report h5 {
	line-height: 1.3;
}

.well.sliderHolder {
	margin-top: 5px;
	background-color: #E0E0E0;
}

.has-error .well.sliderHolder {
	margin-top: 0px;
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.slider.slider-horizontal {
	width: 100% !important;
}

.slider-selection {
	background: #BABABA;
}

small.label-danger {
	color: #fff;
	background-color: #d9534f;
	padding: 3px;
	display: table;
}

.alert-info .badge {
	background-color: #31708f;
	color: #fff;
	vertical-align: inherit;
}

.helpsection {
	margin-bottom: 15px !important;
	opacity: 0.6;
}
/*
.helpsection:before {
    display: inline-block;
    font: normal normal normal 14px/1.2 FontAwesome;
    font-size: 110%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    margin-right: 5px;
    opacity: 0.6;
    float: left; 
}
*/
.help-block {
	opacity: 0.75;
	display: inline-block;
}
.form-control.textareaInput {
	min-width: 100%
}

textarea.veryTinyTextBox {
	max-width: 200px;
	max-height: 30px;
	overflow: hidden;
}

textarea.tinyTextBox {
	max-width: 200px;
	max-height: 75px;
}

textarea.goalTextBox {
	max-height: 55px;
}

textarea.journalSmallTextBox {
	max-height: 55px;
}

textarea.medTextBox {
	min-height: 150px;
}

textarea.longTextBox {
	min-height: 350px;
}

li.parent:hover .dropdown-menu {
	display: block;
}

.navbar {
	/*
    z-index:0 !important;
*/
	
}

.pagination-wrap {
	font-size: 11pt;
}

.pagination {
	margin: 0;
}

.ui-dialog {
	z-index: 1001 !important;
}

.userstatus-inactive {
	text-decoration: line-through !important;	
}
.userstatus-pending {
	text-decoration: underline !important;	
}

.popover-title, .popover-content {
	background-color: #fff;
}
.popover .close {
	font-size: 32px;
	opacity: 0.5;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -5px;
	display: none;
}



/*
*/

/* DO NOT USE APOSTROPHES IN COMMENTS !!!!!!!!! */
@media ( max-width : 768px) {
	 .form-group {
		margin-left: 0px !important;
	}
}