﻿/* Format of CSS
** EXAMPLE **

Style attributes are described first while layout/positioning
attributes are added after a break from the styles.

PageElement ((CSS Selector))
{
	((Styles))
	font-size:bold;
	width: 100px;

	((Position/Layout))
	float:left;
	padding-right:15px;
}
*/
hr
{
	height:1px;
	border-width:0;
	color:#a7a7a7;
	background-color:#a7a7a7;
	clear:both;

	padding:0px;
	margin-top:2px;
	margin-bottom:5px;
}

h4
{
	color:#3a5498;
	margin:0 0 5px 10px;
	font-size: 1.1em;
	font-weight: 700;
	clear:both;
}

h3
{
	color:#3a5498;
	margin:0px;
	font-size: 1.2em;font-weight: 700;
	clear:both;
}

h2
{
	color:#0D3692;
	margin:0px;
	font-size: 1.3em;
	font-weight: 900;
	clear:both;
}


h2 span.caption
{
	font-size:0.86em;
	vertical-align:middle;
}

a
{
	color:#000;
}

a img
{
	text-decoration:none;
	vertical-align:middle;
}

a img+span
{
    padding-left:5px;
}

a:hover
{
	text-decoration:none;
}

img
{
	border:none;
}

form
{
	margin:0px;
}

textarea 
{ 
	font-family:"lucida grande", tahoma, arial,verdana,helvetica,sans-serif;
}

ul
{
	padding:0;
	margin:0;
	list-style:none;
}

/* To hide things */
.hidden
{
	display:none;
	margin:0;
	padding:0;
}

/* Disabled and Readonly styles */
input[type=disabled].disabled, input.disabled, input[type=text][disabled]
input[type=text].readonly, input.readonly, input[type=text][readonly],
select[disabled], select.disabled, select[readonly], textarea[readonly]
{
	background-color: #F4F4F4;
	border: solid 1px #c0c0c0;
	padding:2px;
}
div.chosen-container-single.chosen-disabled a{
	background-color: #F4F4F4;
	border: solid 1px #c0c0c0;
}
input[type=button][disabled], input[type=button].disabled,  input[type=button][readonly],
input[type=submit][disabled],input[type=reset][disabled]
{
	vertical-align: baseline; 
	color: #c0c0c0; 
	border: solid 1px; 
	background-color: #d0d0d0;
	border-left-color: #d9dfea; 
	border-right-color: #0e1f5b; 
	border-bottom-color: #0e1f5b; 
	border-top-color: #d9dfea;
}

label[disabled], label.disabled, label[readonly]
{
	color: #e0e0e0;
}

.inBold {
    font-weight:bold;
}

.readonly 
{
	font-size: 1.1em;
	margin-left: 12px;
	vertical-align: middle;
}

/* basic button input */
input[type="button"], input[type="submit"], input[type="reset"], button /* MVC Html.Button does not specify the type!!!! Otherwise we use button[type="submit"], button[type="button"] */
{
	margin-left:5px;
	color: white; 
	background-color: #3b5998;
	border: solid 1px;
	border-left-color: #d9dfea; 
	border-right-color: #0e1f5b; 
	border-bottom-color: #0e1f5b; 
	border-top-color: #d9dfea;
	
    padding: 3px;
}

/* help image displayed at the top of sections */
.helpImage
{
	margin-left:10px; 
	margin-right:5px; 
	padding-left: 10px; 
	vertical-align: middle; 
	border-left: dotted 1px #ccc;
}

/* Print Icon on the title for some pages */
#PrintPage 
{
	float: right;
	margin-right:5px;
	cursor:pointer;
}


/* Stlye to make things look like a link (hand pointer) */
.linkLook:hover
{
	text-decoration:none;
}

.linkLook
{
	text-decoration:underline;
	cursor:pointer;
}

/* descriptive text that goes below a header */
p.headerSectionText, .headerSectionText
{
	color:#333;

	font-size:1.0em;
	margin:0;
	padding-top:4px;
}

/* fieldset to seperate content */
fieldset
{
	background-color: #F2F2F2;
	border:solid 1px #ccc;
	
	/* to fix ie7 bleed issue 
	padding:1em;

	margin::0 0 1em 0;
*/
	position: relative;
	/* end bleed fix  */

	margin-bottom:20px;
	color: #484848;
}

fieldset legend
{
	background-color:White;
	color: #3a5498;
	font-size: 1.1em;
	font-weight:bold;
	/* to fix IE7 bleed issue*/
	position: absolute;
	top: -.7em;
	left: .2em;
	/* end bleed fix */
}

fieldset tr
{
	vertical-align:top;
}

fieldset ul
{
	list-style:none;  
	margin-bottom:20px;
	margin-top:4px;
}

fieldset li
{
	/*margin-left:-20px;*/
}

/* style to display single object data */
.infoPanel
{
	width:98%;
	border: solid 1px #e2c822; 
	background-color: #fff9d7; 
	font-size: 0.95em;
	display:block;
 
	margin-bottom:15px; 
	padding:5px;
}

.infoPanel.manual
{
	background-color: #D0E7CF;
	border-color: #4BA347;
}

.infoPanel.information
{
	border-color:#0d3692; 
	background-color:#dfe4ee;
}

.infoPanel legend
{
	font-size:1.18em;
}
.infoPanel table:first-child {width:100%;}
.infoPanel table {width:100%; margin-top:0px;}

.infoPanel td
{
    vertical-align: top;
}
.infoPanel hr
{
	width:100%;
	border: 0 none;
	color:#e2c822;
	background-color:#e2c822;
}
.infoPanel.manual hr
{
	color: #4BA347;
	background-color: #4BA347;
}
.infoPanel td.infoPanelLabel 
{
    text-align:right;
    font-weight:bold; 
    white-space:nowrap;
}

.infoPanel span.divfooter
{
    margin-left: 5px;
    vertical-align: middle;
}

.infoPanel span.divfooter img
{
    margin-right: 2px;
}


 .confidential
 {
 	font-style:italic;
 	color:#a0a0a0;
 }

.infoPanel td img, .infoPanel img, .infoPanel img+span {vertical-align:middle;}

.requiredfieldsign
{
	display:inline;
	vertical-align:text-top;
	padding-right: 0px;
	margin-top:-3px;
	margin-left:3px;
	margin-right:0px;
	float:left;
}


/* style for basic "Question" and "Answer" field */
.question input[type=text], .question textarea
{
	width:315px; /*106*/

	float:left;
	margin-bottom:10px;
	display :block;
	margin-left:10px;
	margin-right:auto;    
}

/* special style for the currency field sign inside a question */
.question span.currencysign
{
	padding:0;
	padding-right: 3px;
	float:left; 
	text-align:right;
	margin-bottom:10px;
}

/* holder for questions which adds room for active help */
div.needActiveHelp
{
	width:680px;
	margin-bottom: 20px;
}

/* holder for a question and input pair */
div.question
{
	margin-bottom:2px;
	display:block;
	clear:both;	
}

/* holder for the submit button*/
div.questionSubmit
{
	padding:0;
	margin:0;
	padding-bottom:8px;
	display:block;
	float:right;
	clear:both;
}

.question label
{
	font-family: "lucida grande", tahoma, arial,verdana,helvetica,sans-serif;
	font-weight: 700;
	font-size: 0.95em;
	color: #333;
	width:315px;
	text-align:right;
	vertical-align:middle;

	margin-right:6px;
	padding-bottom:13px;
	margin-top:2px; 
	display:block;
	float:left;
	clear:left;
}

/* select fields in a question format */
.question select
{
	width:321px; /*110*/
	float:left;
	margin-left:10px;
	margin-right:auto;
	display:block;
}
/* Yes/No True/False Drop Downs */
.question select.yesNo
{
	width:110px;
}


/* Input and their Masks */
.inputMask, input[type=text][readonly=readonly].inputMask,input[type=text][readonly].inputMask
{
	color:#cdcdcd;
	background-color:White;
}

input[type=text].validate-currency-dollar, input[type=text].validate-currency-dollar + input[type=text].inputMask
{
	float:left;
	margin-bottom:10px;
	width:106px;
	width:106px;
	margin-left:0px;
}

.requiredfieldsign
{
	display:inline;
	vertical-align:text-top;
	padding-right: 0px;
	margin-top:-3px;
	margin-left:3px;
	margin-right:0px;
	float:left;
}

/* Landing menu system */
div.landingMenu ul
{
}

div.landingMenu li
{
	list-style:none;
	width:25%;
	height:120px;
	float: left; 
	text-align :center;
}

div.sectionbody div.landingMenu li
{
	width:24%;
}

div.landingMenu li img
{
	border:0;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:15px;
	margin-bottom:10px;
}

table.split
{
    width:100%;
}

table.split > tbody > tr > td
{
    vertical-align:top;
    padding:10px;
    width:50%;
    text-align:left;
}

div.table {
    display: table;
}
div.row {
    display: table-row;
}

div.cell 
{
    display: table-cell;
}

div.split{
    width:450px;
    float:left;
}

div.split div{
    margin:5px 0 5px 0;
}

div.split div label{
    display:block;
    clear:left;
}

div.split input, div.split select{
    width:350px;
}

/* Progress Menu (This is the menu at the top of each page with an Icon and link) */
/* Learner menu (Expand All, Collapse All, Submit), Pro App (Save and Exit, Assess, Manual Assess) */
/* Top Summary Menu */
#ProgressMenu
{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
}

#ProgressMenu>div
{
	margin:0 5px;
    display:inline;
    padding: 0 0 0 30px;
    position: relative;
    vertical-align: middle;
}

#ProgressMenu div a
{
	cursor:pointer;
}

#ProgressMenu div a:first-child
{
	text-decoration:none;
}

#ProgressMenu div img
{
    left: 0px;
    position: absolute;
    width: 32px;
    height: 32px;

   /* padding: 10px 0 10px 0; */
    /*margin-top: 0px;*/
}

/* For a Image button */
#ProgressMenu div a img+span
{
	text-decoration:underline;
}
/* For a 'disabled' button which really is an image and a span*/
#ProgressMenu div img+span
{
	text-decoration:none;
}

#ProgressMenu div span:hover
{
	text-decoration:none;
}

#ProgressMenu div span 
{
    position: relative;
    display: inline-block; 
    word-wrap: break-word;
    text-align: center;
}

#ProgressMenu #divLearnerSubmittedChangesComments 
{
    display: inline-block;
}

#ProgressMenu #divLearnerSubmittedChangesComments span 
{
    width: 115px;
    margin-top: -10px;
}

/* Yellow Information Panel */
#LearnerInformation.infoPanel td, #StudiesInformation.infoPanel td, #CORInformation.infoPanel td
{
	width:16%;
}
#LearnerInformation.infoPanel td.infoPanelLabel,
#StudiesInformation.infoPanel td.infoPanelLabel,
#CORInformation.infoPanel td.infoPanelLabel
{
	width:16%;
}

#LearnerInformation.infoPanel td[colspan="3"],
#StudiesInformation.infoPanel td[colspan="3"],
#CORInformation.infoPanel td[colspan="3"]
{
	width:48%;
}

#LearnerInformation.infoPanel, #StudiesInformation.infoPanel, #CORInformation.infoPanel 
{
	margin-top:15px;
}

#LearnerInformation.infoPanel legend+table tr:first-child td,
#StudiesInformation.infoPanel legend+table tr:first-child td,
#CORInformation.infoPanel legend+table tr:first-child td
{
	padding-top:10px;
}

.footnote
{
	margin-top:5px;
	margin-left:5px;
	margin-bottom:20px;
	font-size: 0.85em;
}

.heavy
{
	font-weight:700;
}


/*
* Header
* Container for the complete header
*/
#Header
{
	background:#0d3692 url(../Images/SFS.HeaderFooter/bgHeader.jpg) repeat-x top; 
	height:85px; 
	border-bottom: solid 3px #ccc;
}

#Header a, #Footer a
{
	color:#fff;
}

/* Wrapper and Image for GOA */
#Header #LogoTitleWrap
{
	height:28px;
	
	float:left;
	padding:25px 0 26px 27px; 
}

/* Text beside logo */
#Header #LogoTitleWrap ul
{
	list-style:none;
	
	margin:0; 
	margin-left:250px;
	padding:0;
}

/* link with logo image */
#Header #GOALink
{
	text-decoration:none;
	background-image: url(../Images/SFS.HeaderFooter/logo.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	height:23px;
	width:209px;
	border: 0; 
	border-right:2px solid #4576ae;

	float:left;
	display: inline-block;	
	padding:0 11px 6px 0;
	margin-right:11px;
}

/* Title for app */
#Header #SiteTitle
{
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	font-size:1.6em;
	letter-spacing:1px;
	
	margin-top:-2px;
	padding:0px;
} 

/* sub title for app */
#Header #SubTitle 
{
	text-align:left;
	color:#ffffff;
	font-weight:normal;
	font-size:.9em;
	letter-spacing:1px;
	
	margin-top:-4px;
} 

/* Wrapper and image and text links for header */
#Header #HeaderNavWrap
{
	float:right; 
	padding: 10px 15px 0 0; 
}

/* generic style for header menu items image */
#Header ul li Img
{
	vertical-align:middle;
}

/* generic style for header menu items link */
#Header ul li a
{
	vertical-align:middle;
}

/* generic style for header menu items hover event */
#Header ul li a:hover
{
	text-decoration:none;
}

/* header navigation unorderedlist */
.headerNav
{
	list-style:none; 
	text-align:right; 
	vertical-align:bottom;

	margin:7px 0px 0px 0px;
}

/* individual item container */
.headerNavItem
{
	display:inline; 
	padding-left:5px;
}

/* image inside of header nav item */
.headerNavItem img
{
	padding-right:3px;
}

/* header navigation item without image */
#QuickNav
{
	list-style:none; 
	text-align:right; 
	margin:7px 0px 0px 0px;
	vertical-align:bottom;
}

/* target first item to not have a border */
#QuickNav li:first-child
{
	border-left:0;
}

/* header nav item without image */
#QuickNav li
{
	border-left:2px solid #4576ae;
	display:inline; 
	padding:0px 0 2px 5px;
}

/* Footer Information */
#Footer
{
	background-color:#0d3692;
	background-image: url(../Images/SFS.HeaderFooter/bgFooter.jpg);
	background-repeat:repeat-x;
	color:#fff; 
	height:23px;

	clear:both;	
	padding: 25px 0 0 20px;
}

#Footer div#Logo
{
	background-image: url(../Images/SFS.HeaderFooter/canada_t_blue.png);
	background-repeat:no-repeat;
	height:19px;
	width:75px;
	
	float:left; 
	margin-left: 7px;
}

#Footer div#Text
{
	float:right; 
	padding-top: 2px;
	padding-right:15px;	
}

#Footer div#Text #CopyrightDisclaimer
{
	padding-right: 7px;
}

#Footer #ContactUs 
{
	padding-right: 7px;	
}

#ContactUs 
{
	padding-right: 7px; 
	margin-right: 7px; 
	padding-left: 7px; 
	border-right: solid 1px #4576ae

}

#Footer div#Text #PrivacyStatement
{
	padding-right: 7px; 
	margin-right: 7px; 
	padding-left: 7px; 
	border-left: solid 1px #4576ae; 
	border-right: solid 1px #4576ae
}

/* Tab Menu */
#mainNav 
{
	background:transparent url(../Images/SFS.Tabmenu/bgMenu.jpg) repeat-x scroll center bottom;

	display:block;
	height:40px;
	margin-bottom:5px;
}
#mainNav ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainNav li 
{
	background:#204B9A url(../Images/SFS.Tabmenu/bgMenuLeft.jpg) repeat-x scroll left top;
	border-bottom:1px solid #FFFFFF;
	float:left;
	margin:0;
	padding:0;
	width:88px;
}
#mainNav li.slimTab 
{
	width:40px;
}
#mainNav li.mediumTab 
{
	width:76px;
}
#mainNav li.wideTab
{
	width:124px;
}
#mainNav a 
{
	background:transparent url(../Images/SFS.Tabmenu/bgMenuRight.jpg) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	height:15px;
	font-weight:bold;
	padding:10px 7px 10px;
	text-align:center;
	text-decoration:none;
}
#mainNav a:hover 
{
	text-decoration:underline;
}
#mainNav li.selected, #mainNav li.selectedParent 
{
	background:#C7C7C7 url(../Images/SFS.Tabmenu/bgMenuLeftSelected.jpg) no-repeat scroll left top;
	border-bottom:1px solid #C7C7C7;
}
#mainNav li.selected a, #mainNav li.selectedParent a 
{
	background:transparent url(../Images/SFS.Tabmenu/bgMenuRightSelected.jpg) no-repeat scroll right top;
	color:#333333;
}
#mainNav li.selected a:hover, #mainNav li.selectedParent a:hover 
{
	color:#555555;
	text-decoration:none;
}
#mainNav ul.shortMenu a 
{
	height:1.4em;
	min-height:1.3em;
}


/* Action Panel Container */
.actionPanel, .actionPanelGroup
{
    width:175px;
    border:solid 1px #D0D0D0;
    margin-bottom:7px;
    background-color:#FFF;
}

.actionPanel h3, .actionPanelGroup h3 
{
	margin:0px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-size: 1.1em;
	height:20px;
	border-bottom: solid 2px #888;
	background-color:#E1E1E1;
}

.actionPanel ul, .actionPanelGroup ul
{
	list-style:none; 
	margin:0; 
	padding:0;
}

.actionPanel li
{
	padding: 6px 0px 6px 35px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left center;
}

.actionPanel li.disabledActionItem
{
	color:#777;
}

.actionPanel a, .actionPanelGroup a
{
	color:#000;
}
	
.actionPanel a:hover, .actionPanelGroup a:hover
{
	color:#000;
	text-decoration:none;
}

.actionPanelGroup li.disabledActionItem
{
    margin-left:5px;
    padding: 6px 0px 6px 30px;
    background-repeat:no-repeat; 
	background-position:left center;
	color:#777;
}

.actionPanelGroup li a
{
    display:block;
    margin-left:5px;
    padding: 6px 0px 6px 30px;
    background-repeat:no-repeat; 
	background-position:left center;
}

.actionPanelGroup li.selected a {
    background-image: url('../Images/Icons/24x24/arrow_right_blue.png');
}

.actionPanelGroup li span img
{
    height:0.8em;
    width:0.8em;
}

/* Action Bar */
.actionBar
{
	margin-right:25px;
    margin-top:10px;
	float:right;
}

.actionBar form
{
	float:left;
}

.actionBar button
{
	text-align:left;
	color:#000;
	cursor:pointer;
	background-color:Transparent;
	vertical-align:middle;
	min-width:75px;
	height:26px;
	
	display:block;
	border:none;
	margin:0px 20px 0px 0px;
	float:left;
	padding: 0px 0px 0px 30px;
	text-decoration:underline;
}

.actionBar button:hover
{
	text-decoration:none;
}

.actionBar button.next
{
 	width:50px;
}
 
.actionBar button.saveandgotomain
{
 	width:230px;
}

/* One Setup using the ActionImage Implementation */
.actionBar a
{ 
	height:26px;
	text-decoration:none;
}


.actionBar a span
{ 
    vertical-align:middle;
    margin-top:5px;
	
    border:none;
    text-decoration: underline;
}

.actionBar a span:hover
{
	text-decoration:none; 
}

.actionBar a img
{
	vertical-align:middle;	
	
	border:none;
}
/* End One Setup using the ActionImage Implementation */

/* For manual implementations where it is as follows */
/*<button><img /><span>Link</span></button>*/
.actionBar button
{
	vertical-align:middle;
}
.actionBar button>img
{
	padding-right:5px;
	vertical-align:middle;	
	
	border:none;
}
.actionBar button>img+span
{
	vertical-align:middle;
}

/* End For manual implementations where it is as follows */


/* Modal Window */
.modal
{
	border:solid 1px white;
	background-color:White;
	padding:0px;
    z-index:3; 
    position:absolute;
}

.modalBackground
{
	position:absolute;
	background-color:transparent;
	z-index:2;
}

.modalTitle
{
	font-weight:bold;
	text-align:left;
	font-size: 1.2em;
	width:85%;
	float:left;
	color:White;
	display:inline-block;
}

.modalPrint, .modalClose
{
    float:right;
	margin-top:2px;
	margin-left:auto;
	margin-right:5px;
	cursor: pointer;
}

.modalHeader
{	
	border:solid 1px white;
	padding:5px; 
	height:20px;
	background-color:#3a5498;
	text-align:left;
}

.modalFooter
{
	border:solid 1px white;
	padding:0px;
	height:20px;
	background-color:#3a5498;	
}

#ModalBlocker
{
    width:100%;
    height:100%; 
    overflow:hidden; 
    background-color:black;
    z-index:1; 
    position:fixed;
    margin:0;
    padding:0;
    left:0; 
	top: 0;
}

div.modal .scrollingSection
{
    /* height:700px; */
    overflow-y:auto;
    overflow-x:hidden;
}

/* Busy window */
#ProgressModal
{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    background: rgba(0, 0, 0, .8);
    opacity:0.8; 
    filter:alpha(opacity=80);
}

#LoadingArea div
{
    height: 100px;
}

#LoadingArea
{
    display: none;
    
    text-align: center;
    z-index: 1001;
    position: fixed; 
    top: 50%;
    left: 50%; 
    
    background-color:white;
    border: solid 1px white;
    height:140px; 
    width:220px;
    margin-top: -70px; 
    margin-left: -110px;
}
    
body.loading {
    overflow: hidden !important;
}

body.loading #LoadingArea,  body.loading #LoadingArea div{
    display: block;
}

/* Active Help */
.tooltip
{
	position:absolute;
	z-index:10;
	text-align:left;

	padding:5px;
	background-color: #eeeeee;
	color:#3a5498;
	font-weight:bold;
	font-size:1em;
	border:solid 1px #cccccc;
	width:260px;	
}

.tooltip img
{
	vertical-align:middle;
}

.tooltip a
{
	color:#3a5498;
}

/*Hide the clear-field button ('x' in the input box) for IE 10+ browsers*/
::-ms-clear { display: none; width : 0; height: 0; }


button[disabled], a[disabled]
{  
    opacity: 0.65;
    filter: alpha(opacity=65);    
}