body {
	min-height: 100%;
	min-width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background-image 3s ease-in-out;
	-moz-transition: background-image 3s ease-in-out;
	-o-transition: background-image 3s ease-in-out;
	transition: background-image 3s ease-in-out;
}

/** INDEX PAGE **/

/**
#twitter-widget-0, #contentTwitter {
	min-height:500px !important;
	height: -webkit-fill-available !important;
}
**/

h4, h5 {
	padding-top:5px;
}

audio {
	width:100%
}

a {
	color:darkblue;
	font-weight:600;
}

nav-menu-like * a.nav-link {
	font-weight:unset;
	font-size:0.9rem;
}

a.list-group-item {
	font-size:0.85em;
	color:black;
	font-weight:unset;
}

.group-wide > .input-group > .input-group-prepend {
	width:100%;
}

.group-wide > .input-group > .input-group-prepend > .input-group-text {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;    
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.group-wide > .input-group > .form-control {
	white-space:pre-wrap;
	width:100%;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.serviceName {
    font-size: 0.85rem;
    font-weight: bold;
    color: darkblue;
    /* border-bottom-width: 2px; */
    /* border-bottom-style: dotted; */
    padding-bottom: 5px;
}

hr {
	margin-top:0.5rem;
	width: unset;
	border-width: 3px;
	border-color: #065f94;
}

.hr-sm {
	border-width:1px;
	border-color: #065f94;
	margin-top:unset;
	margin-bottom:4px;
}

header {
	min-height: var( --header-height-max );
	background-color: #065f94 !important;
	opacity: 0.95;
}

header:hover {
	/** opacity:unset; **/
	
}

.fc-title, .fc-time {
	color: white;
}

/** HEADER MENU **/
.hr-menu {
	width: 100%;
	border-width: 1px;
	border-color: #065f94;
	padding-bottom: 2px;
	padding-top: 1px;
	margin: 0px;
}

.menu-header {
	padding-left: 5px;
	font-wight: bold;
}

.message-warn {
	background-color:yellow;
}

.message-emrg {
	background-color:red;
}

.message-info {
	background-color:white;	
}

main {
	padding-top: var( --header-height-max );
	/* padding-bottom:225px; */
}

.domino-richtext {
	overflow-x:auto;
}

.domino-richtext * {
	/** max-width: 100% !important; **/
	font-size: unset !important;
	font-family: unset !important;
}

.domnino-richtext img {
	height: unset !important;
	padding:5px;
}

.domino-richtext table {
	width: 100% !important;
	max-width: 100% !important;
}

.domino-richtext table>thead>tr>th {
	width: auto !important;
}

.domino-richtext table>tbody>tr>td {
	width: auto !important;
}

.domino-richtext * iframe {
	max-width: 100% !important;
	width:100% !important;
}

.content {
	background-color: white;
}

.contentMessageBody {
	margin-top:10px;
}

.box-item {
	padding:5px;
	box-sizing:border-box;
	border-bottom-left-radius:.25rem;
	border-bottom-right-radius:.25rem;
	border-top-left-radius:.25rem;
	border-top-right-radius:.25rem;
	background-clip:padding-box;
}

.img-round {
	box-sizing:border-box;
	border-bottom-left-radius:.5rem;
	border-bottom-right-radius:.5rem;
	border-top-left-radius:.5rem;
	border-top-right-radius:.5rem;
	background-clip:padding-box;
}

footer {
	position: unset;
	bottom: 0px;
	width: 100%;
	height: var( --footer-height );
	max-height: var( --footer-height ) !important;  /* Height of the footer */
	overflow: hidden;
	/** z-index: 3; **/
	padding-top: 10px;
	padding-bottom: 10px;
	color: white !important;
}

footer * {
	font-size: 1em;
	color: white !important;
}

.footerLabel {
	font-size: 1.5em;
	font-weight: bold;
}

.footerLogo {
	padding-top: 15.0px;
	padding-bottom: 15.0px;
	width: 225px;
}

nav-social * {
	color: white;
}

nav-social {
	vertical-align: middle;
	height: 38px;
	max-height: 38px;
}

nav-social>a {
	vertical-align: middle;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
	min-height: 27px;
	max-height: 27px;
	margin-bottom: 0px;
}

nav-social>a>* {
	max-height: 23px;
}

.social-icon {
	vertical-align: middle;
	height: 23px;
}

nav-search * {
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

nav-menu-like {
	color: white;
}

/**
#navMenuLike > ul,  li,  div {
	width:100%
}
**/
#navMenuLike>ul {
	width: 100%;
}

#navMenuLike>ul>li {
	width: 100%;
}

#navMenuLike>ul>li>a {
	width: auto;
	text-align: right;
	float: right;
}

#navMenuLike>ul>li>div {
	width: 100%;
	text-align: right;
	overflow-x: hidden;
	overflow-y: auto;
}

.dropdown-menu {
	background-color: ivory;
}

nav-menu-common {
	color: white;
	margin-left: auto;
	margin-right: auto;
}

nav-menu-common>div>ul>li>a {
	color: white !important;
	font-weight: bold;
}

nav-menu-mobile>div {
	padding: .375rem .75rem;
}

nav-menu-mobile>div>* {
	display: inline-flex;
	color: white !important;
}

.menu-right {
	float: right !important;
	position: relative;
}

.list-group-item:hover, .dropdown-item:hover {
	color: white;
	font-weight: bold;
	background-color: blue;
	border-color: blue;
}

.list-group-item {
	padding:0.75rem;
}

.list-group-header, .list-group-header:hover {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: darkblue;
	border-color: darkblue;
}

.listEvent * {
	color: black;
	font-weight:unset;
}

.icon-li-logo {
	list-style-image: url( /images/favicon-16x16.png );
}

.listEvent>li {
	list-style-type: none;
	padding-bottom: 6px;
	/**
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	**/
}

.labelHome {
	font-weight: bold;
	font-size: 1.75rem;
	color: #055F94;
}

.labelHomeSub {
	font-weight: bold;
	font-size: 1.25rem;
	color: #055F94;
}

.fld-date {
	width: 60%;
	min-width: 175px;
	max-width: 200px;
	display: inline !important;
}

.fld-time {
	width: 35%;
	min-width: 135px;
	max-width: 150px;
	display: inline !important;
	margin-left: 5px;
}

.xspTextViewColumn a {
	font-weight:unset;
}

.errorDisp {
	padding: 5px;
	background-color: #bc1e1e !important;
	color: white;
}

.form-control.is-invalid {
	border-width: 3px;
}

/** SITE AREA **/
.siteAreaMenu * {
	color: black;
}

.siteAreaMenu {
	-webkit-columns: 2;
	-webkit-column-break-inside: avoid;
	-moz-columns: 2;
	columns: 2;
	column-fill: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	list-style-type: none;
}

.siteAreaMenu div {
	width: auto;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: block;
}

.siteAreaMenu ul {
	margin-top: 0px;
	margin-bottom: 25px;
	list-style-type: none;
}

.siteAreaMenu>div ul {
	padding-left: 0px;
}

.siteAreaMenu>div ul ul {
	padding-left: 15px;
}

.siteAreaMenu>div ul li a {
	font-weight: bold;
}

.siteAreaMenu>div ul ul li a {
	font-weight: normal;
}

.home-item-left {
	background-color:white;
	width:100%;
	max-width:375px;
	margin-bottom:7px;
	padding:10px;
}

@media ( min-width : 1250px ) {
	nav-menu-common>div>ul>li {
		padding-right: 15px;
	}
}

@media ( min-width : 992px ) {
	mobileonly, .mobileonly {
		display: none;
	}
	.domino-richtext * img {
		max-width: 100% !important;
		margin: unset !important;
		height: unset !important;
	}
	
	.fixed-top {
		/** position: unset; 
		z-index: unset;
		**/
		top: 0;
		right: 0;
		left: 0;
	}
}

@media ( max-width : 992px ) {
	body {
		background-color: white;
		background-image: unset !important;
		background-attachment: unset;
		background-position: unset;
		background-repeat: no-repeat;
		background-size: unset;
	}
	main {
		padding-top: 75px;
		/* padding-bottom: 168px; */
	}
	header {
		min-height: 75px;
		overflow-y: auto;
		max-height: -webkit-fill-available;
	}
	nav-menu-mobile>div>button {
		border-color: white !important;
	}
	nav-menu-mobile>div>h4 {
		padding-left: 10px;
	}
	#navbarLine2 {
		padding: 5px;
	}
	nav-search {
		padding-top: 5px;
	}
	mobileonly * {
		color: white;
	}
	.desktoponly {
		display: none;
	}
	
	.contentMessageBody {
		margin-top:unset;
	}
	
	.container {
		max-width: unset;
		width: 100%;
	}
	
	.home-item-left {
		max-width:unset;
	}
	
	.domino-richtext * img {
		max-width: 100% !important;
		margin: unset !important;
		height: unset !important;
		padding:5px;
	}
	
	footer {
		height: 168px;
		max-height: 168pxpx !important;  /* Height of the footer */
	}
	
	footer * {
		font-size:0.75rem;
	}
	
	.footerLogo {
		width: 190px !important;
	}
}

@media ( max-width : 768px ) {
	main {
		padding-top: 109px;
		padding-bottom:0px;
	}
	
	.contentMessageBody {
		margin-top:unset;
	}
	
	.container {
		max-width: unset;
		width: 100%;
	}
	
	.home-item-left {
		max-width:unset;
	}
	
	.siteAreaMenu {
		-webkit-columns: unset;
		-webkit-column-break-inside: unset;
		-moz-columns: unset;
		columns: unset;
	}

	.domino-richtext table>thead>tr>th {
		width: auto !important;
	}
	.domino-richtext table>tbody>tr>td {
		width: auto !important;
	}
	.domino-richtext table>tbody>tr>td>* {
		width: auto !important;
	}
	
	.domino-richtext * img {
		max-width: 100% !important;
		margin: unset !important;
		height: unset !important;
		padding:5px;
	}
		
	header {
		overflow-y: auto;
		max-height: -webkit-fill-available;
	}
	footer {
		display: none;
	}
}