﻿/* Frame Styles for DCQ WebShell 4.61+55.05 - GDH 18-Feb-19 */

/* Add the following to the head section of each page (below the defaultstyles.css reference): */
/* <link rel="stylesheet" type="text/css" href="css/_wsframestyles.css"> */

/* Styles in this file are overridden by specific styles applied in-line and directly in a page */
/* Image paths are relative to this css file, not the page file */

/* ====== BASIC SETTINGS ====== */

/* Viewport Settings */
@-webkit-viewport{width: device-width} /* Generic Webkit CR, SA */
@-moz-viewport{width: device-width} /* FF */
@-ms-viewport{width: device-width} /* IE */
@-o-viewport{width: device-width} /* Opera */
@viewport{width: device-width} /* Std W3C */

/* Page Backgound */
body
{
background-color: #B8D5FF; /* Always set as visible in 'bounce-back' area on touch devices */
/* === Standard Repeat / Scroll Scheme === */
/* background-image: url('../Images-UI/pagebg.jpg'); /* Default */
/* background-attachment: scroll; /* Values: fixed | scroll (Default) */
/* background-repeat: repeat; /* Values: repeat (Default) | no-repeat | repeat-x | repeat-y */
scroll-behavior: smooth; /* Smooth scrolling to #id (FF, CR, OP, SA) */
}

#backdrop
{
position: absolute; top: 0; bottom: 0; left: 0; right: 0; /* Fill viewport */
z-index: -1; /* Place behind page content */
/* === Single Image 'Cover' Scheme (Mobile Safari/FB Compatible) === */
background-image: url('../Images/photo-pagebg.jpg'); /* Default */
background-repeat: no-repeat;
background-position: 50% 20%; /* Values: left (Default) | center | right / top (Default) | center | bottom */
background-size: cover; /* (CSS3) Values: width height | contain | cover */
/* DO NOT USE 'background-attachment: fixed' (scaling issues with Mobile Safari/FB) */
max-height: 600px;
}

h1
/* Frame Banner Title */
{
color:#EEEEEE;
font-family: Tahoma, Geneva, Verdana, sans-serif;
font-size: 240%;
font-weight: normal;
}

h2
/* Frame Content Banner Title */
{
color:#FFFFFF;
font-family: Tahoma, Geneva, Verdana, sans-serif;
font-size: 100%;
font-weight: bold;
}

h4
/* Footer Sub-Headings */
{
color:#49196D; /* Dark Red Scheme #A40000 */
font-family: Tahoma, Geneva, Verdana, sans-serif;
font-size: 120%;
font-weight: normal;
}

h6
/* Footer Bar Text */
{
color:#4F4F4F;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: normal;
}

p, div
/* Frame Content Text */
{
color: #3C3C3C;
font-family: Tahoma, Geneva, Verdana, sans-serif;
font-size: 100%;
font-weight: normal;
}

hr
/* Frame Horizontal Lines */
{
color: #EEEEEE; /* IE */
background-color: #EEEEEE; /* FF, CR, etc */
}

/* Frame Link Settings */
a:link {color: #4F4F4F; text-decoration:none;}      /* unvisited link */
a:visited {color: #4F4F4F; text-decoration:none;}  /* visited link */
a:hover {color: #5F5F5F; text-decoration:underline;}  /* mouse over link - a:hover MUST come after a:link and a:visited */
a:active {color: #7F7F7F; text-decoration:underline;}  /* selected link - a:active MUST come after a:hover */

/* ====== ACTIVE AREA SETTINGS ====== */

#banneriframe, #menuiframe, #galleryiframe, #smenuiframe, #contentiframe
{
width: 100%;
height: 1px;
}

#preloadwrapper
{
/* Disable using inline "display: none" not CSS */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #F8F8F8; /* Default */
background-image: url('../Images/limedplanks2-bg.jpg'); /* Default Disabled */
/* background-image: url('../Images-UI/transpBlack25.png'); /* Default */
/* background-repeat: repeat; /* Default Disabled */
overflow: hidden;
}

.ploadimgframe
{
margin: 0 auto; /* centre in page */
padding: 20px; /* image 'border' */
background-image: url('../Images-UI/pagebg.jpg'); /* Default */
border: 2px solid #223D89; /* Default */
border-radius: 10px; /* Rounded or 50% Circular */
visibility: hidden; /* Initial state to avoid sizing script artifacts */
max-width: 80%;
overflow: hidden;
}

.ploadframedimg
{
/* Do not use padding or border - displaces image in frame div */
display: block; /* Remove bottom space and allow centring */
box-sizing: border-box;
margin:0 auto; /* centre in frame width */
/* border: 2px solid #223D89; /* Default */
/* border-radius: 10px; /* Rounded or 50% Circular */
/* background-image: url('../Images-UI/boxoutbg.gif'); /* Default */
/* width: 450px; */
max-width: 100%;
}

.ploadframedimgspl
{
/* Do not use padding or border - displaces image in frame div */
display: block; /* Remove bottom space and allow centring */
box-sizing: border-box;
margin:0 auto; /* centre in frame width */
/* border: 1px solid #888888; /* Default */
/* border-radius: 50%; /* Rounded or 50% Circular */
/* background-image: url('../Images-UI/boxoutbg.gif'); /* Default */
/* width: 450px; */
max-height: 70vh;
max-width: 100%;
}

.plimgframetxt
{
display: block;
text-align: center;
font-family: Tahoma, Geneva, Verdana, sans-serif;
font-size:180%;
color: #223D89; /* DCQ Blue Scheme */
margin: 10px auto;
max-width: 250px;
}

#loadingmsg
{
position: absolute;
top: 0px;
left: 0px;
padding-top: 6px; /* Allow for progress bar */
background-color: #F8F8F8; /* Default */
/* background-image: url('../Images-UI/transpBlack50.png'); /* Default */
width: 100%;
}

p.statmsg
{
padding-left: 36px;
line-height: 36px;
font-size: 140%;
/* color: #C3C3C3; /* Contrast with loadingmsg bkgrnd */
}

img.statmsg
{
margin-right: -16px; /* Remove text offset */
}

/* Pace Progress Bar */
.pace
{
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.pace-inactive
{
display: none;
}

.pace .pace-progress
{
/* Bar Attributes */
background: #223D89; /* DCQ Blue Scheme */
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 6px;
}

#container /* Width values exclude any padding */
{
padding: 0px; /* Default 8px */
margin: 0 auto;  /* Centre container in browser window */
max-width: 100%; /* Default 944px or 100% full width */
min-width: 360px; /* Minimum permissible UI width (limited by wsfooter, banner & menu) */
height: auto;
/* background-image: url('../Images-UI/framebg.jpg'); /* Default */
/* background-image: url('../Images-UI/transpOffWhite50.png'); /* Glass Scheme */
/* box-shadow: 0.0px 0.0px 16px #444444; /* (CSS3) Offset-Rt, Offset-Dn, Offset-Blur, Colour */
margin-top: 36px; /* Make room for relocated menubar + border/margin */
}

#sysmsgwrapper
{
background-color: #FEE638;
}

#headarea
{
/* margin-bottom: 8px; /* Default disabled */
height: auto;
/* background-color: #FFFFFF; */
background-image: url('../Images-UI/transpOffWhite75.png'); /* Default disabled */
background-position: center top; /* Values: left (Default) | center | right / top (Default) | center | bottom */
/* background-size: cover; /* (CSS3) width height | contain | cover */
}

#banner
{
/* Use WebShell 'Populate UI' setting to hide Banner if needed, not CSS */
margin: 0 auto;  /* Centres container in browser window */
margin-bottom: 0px; /* Default 8px */
height: auto;
/* background-color: #EEEEEE; */
/* background-image: url('../Images/header-block-bg.jpg'); /* Default enabled */
/* background-position: center top; /* Values: left (Default) | center | right / top (Default) | center | bottom */
/* background-size: cover; /* (CSS3) width height | contain | cover */
border-bottom: 0px solid #E3E3E3; /* Default 0px */
}

#menuwrapper
{
/* background-color: #EEEEEE; /* Default disabled */
/* background-image: url('../Images-UI/menubar-bg36.gif'); /* Default */
background-image: url('../Images-UI/transpBlue90.png');
background-size: auto 36px; /* Limit height to menubar size */
background-repeat: repeat-x; /* Values: repeat (Default) | no-repeat | repeat-x | repeat-y */
border-bottom: 0px solid #DDDDDD; /* Default 0px */
/* Fixed position settings - default disabled */
position: fixed; /* Move menubar to top and prevent scrolling */
top: 0px;
left: 0px;
width: 100%;
overflow: hidden; /* Sticky Menu: Force enclosure of #menu incl any margin */
}

#menu
{
/* Use WebShell 'Populate UI' setting to hide Menu if needed, not CSS */
margin: 0 auto;  /* Centres container in browser window */
margin-bottom: 0px; /* Default 8px */
/* border-bottom: solid 1px #E2D2B1; /* Default 0px */
height: auto;
width: 100%;
/* background-color: rgba(0,13,104,0.8); /* Default disabled (#000D68) */
/* background-image: url('../Images-UI/menubar-bg36.gif'); */
/* background-image: url('../Images-UI/srctranspDkRed75.png'); /* Glass Scheme */
/* box-shadow: 0px 0px 4px 1px #0000FF; /* Blue */
}

#menu.sticky
{
position: fixed;
top: 0;
margin-bottom: 0px;
box-shadow: none;
}

#bodywrapper
{
background-color: #FFFFFF; /* Default enabled */
background-image: url('../Images-UI/contentbg.gif'); /* Default enabled */
}

#bodyarea
{
height: auto;
margin: 0 auto;  /* Centres container in browser window */
background-color: #FFFFFF; /* Shows if bg image = transparent / disabled */
/* background-image: url('../Images-UI/contentbg.gif'); /* Default disabled */
/* background-image: url('../Images-UI/transpWhite10.png'); /* Default disabled */
overflow: hidden; /* Required to force enclosure of 'float' divs and make bg color show */
}

#sidebar
{
/* Use WebShell setting to hide Sidebar or Side Menu if needed, not CSS */
margin-right: 8px; /* Separation from main content - default 8px */
height: auto;
width: 122px; /* Default smenu/btnwrapper + 2px */
float: left; /* Allows content div to sit next to Sidebar */
overflow: hidden; /* Required to force enclosure of 'float' divs and make bg color show */
}

#smenu
{
/* Use WebShell setting to hide Side Menu or Sidebar if needed, not CSS */
margin-bottom: 8px; /* Default 8px */
height: auto;
min-width: 120px; /* At least 1 button wide */
/* background-color: #F8F8F8; */
/* background-image: url('../Images-UI/smenu-bg.gif'); */
}

#smenufiller
{
display: none; /* Hide Filler (Default) */
margin-bottom: 0px;
padding: 2px;
height: auto;
background-image: url('../Images-UI/smenu-bg.gif');
}

#gallery
{
/* Use WebShell setting to hide Gallery if needed, not CSS */
margin: 0 auto;  /* Centres container in browser window */
margin-bottom: 0px; /* Default 8px */
/* background-color: #FAFAFA; /* Default Disabled */
/* background-image: url('../Images-UI/columnfillbg.gif'); */
/* background-image: url('../Images-UI/transpOffWhite75.png'); /* Glass Scheme */
height: auto; /* Default 'auto' or 1px for .transheight effect */
max-width: 100%; /* Allows content width to vary */
min-width: 300px; /* as browser window re-sized */
overflow: hidden; /* Ensures div expands to fill remaining width of content area */
}

#content
{
/* Should NEVER be hidden */
height: auto;
max-width: 100%; /* Allows content width to vary as browser window re-sized */
min-width: 356px; /* Min value >= pagecontainer (352) / 99% */
/* background-color: #FFFFFF; /* Default enabled */
/* background-image: url('../Images-UI/contentbg.gif'); /* Default enabled */
overflow: hidden; /* Ensures div expands to fill remaining width of content area */
}

#contfootsep
{
display: none; /* Hide if #footer top-border shown */
margin: 0 auto;  /* Centres container in browser window */
clear: both; /* Clear left and right float in divs above this */
height: 16px;
}

#sepline
{
margin: 0 auto;  /* Centres container in browser window */
border-bottom: solid 1px #EEEEEE;
height: 50%; /* Offset so line sits centrally in Separator */
}

#footer
{
display: none; /* Hide Footer (Made visible when WebShell loaded) */
margin: 0 auto;  /* Centres container in browser window */
margin-top: 0px; /* Space away from Body Area (Default 0px) */
border-top: 2px solid #0202FD; /* Defaults: 0px if #sepline shown, 2px if not */
clear: both; /* Clear left and right float in divs above this */
height: auto;
background-color: #FFFFFF; /* Default enabled */
/* background-image: url('../Images-UI/footerbar-bg36.gif'); /* Default */
background-image: url('../Images-UI/transpBlack25.png'); /* Glass Scheme */
overflow: hidden;
}

#pholfootban
{
margin: 0 auto; /* Centre in browser window */
}

#sitefooter
{
display: none; /* Hide site specific footer */
margin: 0 auto; /* Centre container in browser window */
padding-bottom: 16px;
overflow: hidden;
border-bottom: 1px solid #E0E0E0; /* Section Separator */
}

#wsfooter
{
height: 36px;
margin: 0 auto; /* Centre container in browser window */
}

.sysmsgtxt
{
line-height: 36px;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #373737;
}

.maxpagewidth
{
max-width: 1920px; /* Default 944px */
}

.footpanel
{
padding: 0px 0px;
min-width: 33%;
float: left;
}

div.fpitem
{
clear: both;
}

div.fpspacer
{
clear: both;
height: 16px; /* Balances columns w/wo spacers (default 16px) */
}

h4.foottxt
{
margin: 10px;
}

h6.foottxt, span.foottxt, a.foottxt
{
line-height: 36px;
float: left;
}

h6.foottxt a
{
color: #4267B2; /* FB Blue */
}

img.footleft
{
margin: 10px;
float: left;
}

img.footright
{
margin: 10px;
float: right;
}

img.rnd
{
border-radius: 4px;
}

/* ===== Browser-Update.org Message Banner ===== */
.buorg div
{
/* Applies to div descendents of class buorg */
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #3C3C3C;
}

/* ====== Media section must come below any styles that it changes ====== */
@media all and (max-width: 944px) /* Applies while browser window width (inc scrollbar) below this value (not IE<9) */
{
	#container
	{
	padding: 0px; /* Remove outer frame for tablets and mobiles */
	}
	
	#backdrop
	{
	background-position: 50% 0%;
	background-size: auto 600px; /* IE Mobile 11 scaling bug - do not use % */
	}
	
	.plimgframetxt
	{
	font-size:200%;
	}
}

/* ====== Media section must come below any styles that it changes ====== */
@media all and (max-width: 660px) /* Applies while browser window width (inc scrollbar) below this value (not IE<9) */
/* For narrow menu (mobile) device screens - set max-width to same value as 'narrowDevLimit' in menuifr.htm */
{
	body
	{
	background-color: #B8D5FF; /* Visible in touch device 'bounce-back' area */
	}
	
	#backdrop
	{
	background-position: 50% 0%; /* Offset for menubar */
	background-size: auto 440px; /* IE Mobile 11 scaling bug - do not use % */
	}
	
	.plimgframetxt
	{
	font-size: 150%;
	}
	
	#sidebar
	{
	width: 100%; /* At least 1 button width */
	}
	
	#smenufiller
	{
	display: none; /* Hide Filler */
	margin-bottom: 8px;
	}
	
	#menuwrapper
	{
	overflow: visible; /* Cancel 'hidden' (jerky scroll issue in Edge Mobile) */
	}
	
	#menu
	{
	position: fixed; /* Move narrow menubar to top and prevent scrolling */
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #49196D;
	transition: top 0.3s; /* For Narrow Dev smooth scroll in/out of view */
	box-shadow: none;
	}
	
	#container
	{
	margin-top: 36px; /* Make room for relocated menubar + border/margin */
	}
	
	#banner, #smenu, #gallery
	{
	margin-bottom: 0px; /* (Remove section spacers) */
	}
	
	#contfootsep
	{
	display: none;
	}
	
	#footer
	{
	border-top: 2px solid #FD0000;
	}
}

/* ====== Media section must come below any styles that it changes ====== */
@media screen and (max-width: 0px) /* Applies while browser window width (inc scrollbar) below this value (not IE<9) on screens only. Default 660px */
{
	/* #### DARK POWER-SAVE THEME for OLED Mobiles #### */
	body
	{
	background-color: #000000; /* Visible in 'bounce-back' area on touch devices */
	}
	
	h4, h6, a.foottxt
	{
	/* color: #C3C3C3; /* Default #C3C3C3 */
	}
	
	#container
	{
	/* background-image: url('../Images-UI/transpBlack25.png'); /* Glass Scheme */
	}
	
	#bodywrapper
	{
	/* background-color:#111111; /* Solid */
	/* background-image: url('../Images-UI/transpBlack75.png'); /* Glass Scheme */
	}
	
	#bodyarea, #gallery
	{
	/* background-color: #111111; /* Solid */
	/* background-image: url('../Images-UI/transpBlack75.png'); /* Glass Scheme */
	}
	
	#footer
	{
	/* background-image: url('../Images-UI/footerbardk-bg36.gif'); */
	}
}

/* ====== Media section must come below any styles that it changes ====== */
@media all and (max-width: 570px) /* Applies while browser window width (inc scrollbar) below this value (not IE<9) */
{
	.footpanel
	{
	min-width: 48%;
	}
}

/* ====== Media section must come below any styles that it changes ====== */
@media all and (max-height: 430px) /* Applies while browser window height (inc scrollbar) below this value (not IE<9) */
{
	#backdrop
	{
	position: absolute; bottom: -50%; /* Allow scrolling and expand */
	background-position: 50% 2%;
	background-size: auto 500px; /* IE Mobile 11 scaling bug - do not use % */
	}
}

/* ====== PRELOADER ANIMATION SETTINGS (CSS3) ====== */

/* Fade-In On Load */
.fadein
{
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 2s; /* Firefox < 16 */
        animation: fadein 2s; /* Standard, IE10+ */
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard, IE10+ */
@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* Fade-In End */

/* ====== PRELOADER TRANSITION SETTINGS (CSS3) ====== */

/* Transition on style application */

.transfadein
{
visibility: visible;
opacity: 1;

/* Property, duration, delay, type */
-webkit-transition: opacity 0.5s 0.05s ease-in;
   -moz-transition: opacity 0.5s 0.05s ease-in;
        transition: opacity 0.5s 0.05s ease-in;
}

.transfadeout
{
opacity: 0;
visibility: hidden;

/* Property, duration, delay, type */
-webkit-transition: opacity 1s 0.1s ease-out;
   -moz-transition: opacity 1s 0.1s ease-out;
        transition: opacity 1s 0.1s ease-out;
}

.translateout
{
-webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
        transform: translateY(-100%);
-webkit-transition: all 1s 0.1s ease-out;
   -moz-transition: all 1s 0.1s ease-out;
        transition: all 1s 0.1s ease-out;
}

.backdropblur
{
-webkit-filter: blur(0px); /* to disable, set value to 0px */
        filter: blur(0px);
/* Transitions deprecated here as they cause flashes in Chrome (bug) */
/* -webkit-transition: 1.2s 0.1s ease-in-out;
      -moz-transition: 1.2s 0.1s ease-in-out;
           transition: 1.2s 0.1s ease-in-out; */
}

/* ====== WATCH WINDOW SETTINGS ====== */

#watchWin
{
/* Hidden by Default */
z-index: 1001; /* Always on top */
padding: 2px;
height: auto;
position: fixed !Important; /* Does not scroll */
position: absolute;
top:0;
right:0;
/* background-color: orange; /* (Use 'tool' default class) */
border: 2px solid #808080;
overflow: hidden;
}

#watchBody
{
min-height: 235px;
max-height: 320px;
width: 230px;
overflow: auto;
background-image: url(../Images-UI/transpWhite10.png);
padding-top: 2px;
}

#watchBody h6
{
color: #3C3C3C;
}

/* ====== Media section must come below any styles that it changes ====== */
@media all and (max-height: 350px) /* Applies while browser window height (inc scrollbar) below this value (not IE<9) */
{
	#watchBody
	{
	max-height: 250px
	}
}

div.watchHeader
{
padding-bottom: 4px;
height: 20px;
border-bottom: 1px solid #808080;
}

h6.watchHeader
{
font-weight: bold;
color: #000066;
line-height: 22px;
float: left;
}

img.watchHeader
{
padding: 3px 8px;
float: right;
cursor: pointer;
}
