/**
 * Overall page layout
 */
#page-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-direction: column;
}
#page-header {
	position: relative;
	display: block;
	width: 100%;
}
#page-content {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 1;
	flex-direction: column;
	overflow: hidden;
}
#mmMenuBar a {
	color: white;
	background-color: transparent !important;
	font-weight: bold;
}
#mmMenuBar a:hover {
	color: white;
	background-color: #888 !important;
	font-weight: bold;
}
#mmMenuBar .dropdown-menu a {
	color: black;
	font-weight: bold;
}
/**
 * Menu bar customizations
 */
.at-logo-image {
	margin: 15px 0px !important;
}
#menuBar .navbar-banner
{
	justify-content: start !important;
}
/**
 * Generic text support
 */
.mm-text {
  font-size: small;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.mm-small-text {
  font-size: x-small;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * MM Summary
 */
.mmsummary-title
{
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
	background-color: #4482B6;
	color: white;
	text-align: left;
}
.mmsummary-nugget
{
  margin: 5px 5px 5px 5px;
  border-radius: 10px;
  background-color: #eee;
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
  text-align: center;
}
.mmsummary-nugget-header
{
  font-size: 1.5em;
  width: 100%;
  background-color: #4482B6;
  color: white;
  text-align: center;
}
.mmsummary-rounded-top-nugget
{
  border-radius: 10px 10px 0px 0px;
}
.mmsummary-rounded-corners
{
  border-radius: 10px;
}
.mmsummary-rounded-bottom-nugget
{
  border-radius: 0px 0px 10px 10px;
}
.mmsummary-spacer
{
  height: 5px;
}
/**
 * MM Dashboard
 */
.mmdashboard-icon-image
{
  border-radius: 10px;
}
.mmdashboard-highlighted-icon
{
	background-color: #eee;
	font-size: 1.1em;
	font-weight: bold;
}
.mmdashboard-highlighted-icon .mmdashboard-icon-footer a
{
	color: black !important;
}
.mmdashboard-meditation-list td
{
	padding: 3px 0px;
}
/**
 * Generic form support
 */
.mm-form {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;	
	margin: 0px auto 0px;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.mm-form .mm-field-label {
	color: gray;
	font-size: 0.8em;
}
.mm-form .mm-field-message {
	color: red;
}
.mm-form input, .mm-form textarea, .mm-form select, .mm-form-input {
	font-family: sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.2em;
}
.mm-form button {
	font-family: sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #888888;  /* 4CAF50 */
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 1.2em;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.mm-form button:hover,.form button:active,.form button:focus {
	background: #666666;  /* 43A047 */
}
.mm-form .mm-paragraph {
	font-size: 1.2em;
	border-bottom: 20px;
}

.action-menu .ui-menu-icon
{
	display: none;
}
.action-menu.ui-menu .ui-front
{
	border: 1px solid #888;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.6),0px 6px 20px 0px rgba(0,0,0,0.7);
}
.action-menu.ui-menu .ui-menu-item
{
	font-weight: bold;
	font-size: 1.1em;
}

/**
 * Help message support
 */
.mm-help-title {
	padding: 10px;
	background-color: #ddd;
 	font-size: 1.2em;
 	font-weight: bold;
}
.mm-help-abstract {
 	font-style: italic;
}
.mm-help-heading {
 	font-weight: bold;
 	text-decoration: underline;
 	font-size: 1em;
}
 .mm-help-subheading {
 	font-weight: bold;
}
.mm-help-paragraph {
}
.mm-help-videos {
	text-align: center;
}
.mm-help-videos iframe {
	margin-bottom: 5px;
	width: 220px;
	height: 124px;
}
