@charset "utf-8";
/* > OSA MODEX BOOTSTRAP COMPONENTS CSS: START
***********************************************************************************************************************/
	/**************************************************************************************************************/
	/*
	********
	********
	********
	*/
	/* >> NOTES {}: START
	***************************************************************************************************************/
	
	/* TOC: 
	-	OSA MODEX BOOTSTRAP COMPONENTS CSS
	-		- NOTES
	-		- COMPONENTS
				- PANELS
				- POPOVERS
					- BASE PROPERTIES
					- COLOR AND SIZE VARIANTS
	
	
	/* NOTES: END
	***************************************************************************************************************/
	/*
	********
	********
	********
	*/
	/* >> COMPONENTS {}: START
	***************************************************************************************************************/
		/******************************************************************************************************/
		/*
		********
		********
		********
		*/
		/* >>> PANELS {}: START
		*******************************************************************************************************/

		/* 
		# Removing gradient from heading */
		.panel-heading {
			background-image:none;
		}


		/* PANELS: END
		*******************************************************************************************************/
		/*
		********
		********
		********
		*/
		/* >>> POPOVERS {}: START
		*******************************************************************************************************/
			/*
			********
			********
			********
			*/
			/* >>>> BASE PROPERTIES {}: START
			***********************************************************************************************/
			.popover {
				text-align:left;
				
				border-radius:0;
				
				padding:0;
				
				text-shadow: none;
			}
				.popover.bottom > .arrow::after {
					/*
					border-bottom-color:#e5e5e5;
					*/
				}
				.popover .popover-title {
					/*
					padding-top:10px;
					padding-bottom:8px;
					padding-left:13px;
					padding-right:13px;
					
					background-color:#e5e5e5;
					
					border-bottom-color:#e3e3e3;
					
					font-weight:normal;
					font-size:13px;
					line-height:142%;
					text-align:left;
					*/
					border-radius:0;
				}
				.popover .popover-content {
					/*
					padding:13px;
					padding-top:11px;
					*/
				}
			
			/* BASE PROPERTIES: END
			***********************************************************************************************/
			/*
			********
			********
			********
			*/
			/* >>>> COLOR AND SIZE VARIANTS {}: START
			***********************************************************************************************/
			/* 
			# Contextual color styles *//* 
			Matching bubble style arrow to context color */
						
			/* 
			/*
			The following colors aren't for OSA, this is just showing what kind of code would need
			to be added, if we needed to make contextual colors. */
			/*
			.osa-bs-primary-popover > .popover.bottom > .arrow::after {
				border-bottom-color:#1b5680;
			}
			.osa-bs-attention-popover > .popover.bottom > .arrow::after {
				border-bottom-color:#ff2c00;
			}
			.osa-bs-success-popover > .popover.bottom > .arrow::after {
				border-bottom-color:#3ec000;
			}
			.osa-bs-info-popover > .popover.bottom > .arrow::after {
				border-bottom-color:#338bff;
			}
			.osa-bs-warning-popover > .popover.bottom > .arrow::after {
				border-bottom-color:#e6b100;
			}
			.osa-bs-danger-popover > .popover.bottom > .arrow::after {
				border-bottom-color:#bf0000;
			}
			*/

			/* 
			Same for the following ...

			Popover heading/title contextual styles 
			.osa-bs-primary-popover > .popover > .popover-title {
				background-color:#1b5680;
				color:#ffffff;
			}
			.osa-bs-attention-popover > .popover > .popover-title {
				background-color:#ff2c00;
				color:#ffffff;
			}
			.osa-bs-success-popover > .popover > .popover-title {
				background-color:#3ec000;
				color:#ffffff;
			}
			.osa-bs-info-popover > .popover > .popover-title {
				background-color:#338bff;
				color:#ffffff;
			}
			.osa-bs-warning-popover > .popover > .popover-title {
				background-color:#e6b100;
				color:#ffffff;
			}
			.osa-bs-danger-popover > .popover > .popover-title {
				background-color:#bf0000;
				color:#ffffff;
			}
			*/

			
			/* # Size Variants */
			/* 	## Common shared style for all sizes */
				.osa-bs-small-sized-popover-container,
				.osa-bs-medium-sized-popover-container,
				.osa-bs-large-sized-popover-container {
					position: absolute;
					text-shadow:none;
				}
					/* 
					## Small */
					.osa-bs-small-sized-popover-container > .popover {
						width:350px !important;
						max-width:350px !important;
					}

					/* 	
					## Medium */
					.osa-bs-medium-sized-popover-container > .popover {
						width:525px !important;
						max-width:525px !important;
					}

					/* 	
					## Large */
					.osa-bs-large-sized-popover-container > .popover {
						width:788px !important;
						max-width:788px !important;
					}
			
			/* COLOR AND SIZE VARIANTS: END
			***********************************************************************************************/
			
		/* POPOVERS: END
		*******************************************************************************************************/
	
	/* COMPONENTS: END
	***************************************************************************************************************/
	
/* OSA MODEX BOOTSTRAP COMPONENTS CSS: END
***********************************************************************************************************************/
