﻿/*REVISION HISTORY
------------------
02/01/21	Added revision table
02/01/21	Changed colour from orange scheme to blue
*/

html {
  position: relative;
  min-height: 100%;
}

body {
	/* Required for footer */
	margin-bottom: 60px;
}

.picblock {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 1);
	zoom: 1;
	margin-bottom:20px;
}

/* Required for rolling news sheet */
.fixed-foot {
/*	position: absolute;*/
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
/*	background-color: #f5f5f5; */
	background-color: rgba(220, 220, 220, 0.5);
}

.roll-font {
	font-size: 28px !important;
}

.roll-pad {
	padding-top:30px;
}

/* Hyperlinks */
a,
p a,
.panel-body a,
.thumbnail a {
	color: #257087;
}

@media print {
	a,
	p a,
	.panel-body a,
	.thumbnail a {
		color: #000000 !important;
	}
}

a:hover,
p a:hover,
.panel-body a:hover,
.thumbnail a:hover {
	color: #257087;
	text-decoration:underline;
}

/* Bootstrap default overrides */
.page-header h1 {
	color: #257087;
}

.panel-primary .panel-heading, .label-default {
	background-color: #257087;
	border-color: #ffffff;
}

.panel-primary, .label-default {
	border-color: #257087;
}

.jumbotron {
	font-size: 14pt;
	color: #ffffff;
	background-color: #cc6600; /* for non CSS3 browsers */
	background: -ms-linear-gradient(135deg, #051b26, #257087); /* IE 11 */
	background: linear-gradient(135deg, #051b26, #257087); /* Standard syntax */
	
	margin-top: 30px;
	padding: 20px 380px 20px 20px;
}

.jumbotron h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}

.form-control:focus {
	border-color: #051b26;
	box-shadow:0 0 5px #051b26;
}

/* News sheet tables */

.diary-table td {
	vertical-align:text-top;
}

.news-table {
	display: table;
}

.news-tr {
	display: table-row;
}

.news-td {
	display: table-cell;
	padding-bottom:0.75em;
	word-wrap: break-word;
}

.news-td-ns {
	display: table-cell;
	word-wrap: break-word;
	padding-right:5px;
}

/* Reponsive table styles for news sheet */
.flex-cell {
	float:left;
	word-wrap: break-word;
	padding-right:5px;
	min-height:1px;
}

.w10, .flex-w10 {
	width: 10%;
}

.w15, .flex-w15 {
	width: 15%;
}

.w20, .flex-w20 {
	width: 20%;
}

.w25, .flex-w25 {
	width: 25%;
}

.w30, .flex-w30 {
	width: 30%;
}

.w40, .flex-w40 {
	width: 40%;
}

.w45, .flex-w45 {
	width: 45%;
}

.w50, .flex-w50 {
	width:50%;
}

.w55, .flex-w55 {
	width: 55%;
}

.w60, .flex-w60 {
	width: 60%;
}

.w70, .flex-w70 {
	width: 70%;
}

.w75, .flex-w75 {
	width: 75%;
}

.w80, .flex-w80 {
	width:80%;
}

.w85, .flex-w85 {
	width: 85%;
}

.w100 {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.flex-w20, .flex-w25, .flex-w30, .flex-w40, .flex-w45, .flex-w50, .flex-w55,
	.flex-w60, .flex-w70, .flex-w75, .flex-w80 {
		width:100%;
	}
}

.pad5b {
	padding-bottom:5px;
}

/*File icons*/
span.file {
	display: block;
	padding: 1px 0px;
}
span.file a[href$=".docx"] {
	background: url('http://www.southfieldchurch.org/images/fileicons/docx.png') left center no-repeat;
	padding-left: 20px;
}
span.file a[href$=".pdf"] {
	background: url('http://www.southfieldchurch.org/images/fileicons/pdf.png') left center no-repeat;
	padding-left: 20px;
}

span.file a[href$=".sqlite"], span.file a[href$=".otz"] {
	background: url('http://www.southfieldchurch.org/images/fileicons/file.png') left center no-repeat;
	padding-left: 20px;
}

span.file a[href$=".txt"] {
	background: url('http://www.southfieldchurch.org/images/fileicons/txt.png') left center no-repeat;
	padding-left: 20px;
}

span.file a[href$=".htm"], span.file a[href$=".html"] {
	background: url('http://www.southfieldchurch.org/images/fileicons/html.png') left center no-repeat;
	padding-left: 20px;
}

/*Standard Flowplayer*/
#flowplayer {
	display:block;
	width:100%;
	height:30px;
	margin-bottom:20px;
}

/* Small Flowplayer*/
a.miniPlayer {
    display:block;
    width:42px;
	height:42px;
}

/* Styles for MP3 Page */
.mp3row {
	cursor: pointer;
	}
	
.mp3row a,
.mp3row a:link,
.mp3row a:visited,
.mp3row a:active {
    color: black;
	text-decoration: none;
	outline: 0;
}

#myAudio {
	width:100%;
	margin-bottom:20px;
}

#mygrid_container {
/* Needed to prevent the shrink grid problem */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.dhtmlxcalendar_dhx_skyblue {
	margin-left:15px; !important;
}

.mybtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

	
	/* Tooltip container */
	.tooltip {
		position: relative;
		display: inline-block;
		/*border-bottom: 1px dotted black;  If you want dots under the hoverable text */
		opacity: 1;
	}
	
	/* Tooltip text */
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: black;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;
		
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 1;
	}
	
	/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
		visibility: visible;
	}	
	
