﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #000000;/*#002776; /*#2b4081;*/ /*#3a4e8a;*/ /*#334767;*/
    font-size: .85em;
    font-family: /*"Trebuchet MS",*/ Arial, Helvetica, Sans-Serif;
    margin: 0 0 0 25px;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #696969;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

header div#logo
{
	background-image: url(../Content/images/deloitte_logo.png);	
	width: 124px;
	height: 25px;
}

#main {
    padding: 30px 30px 15px 30px;
    margin-top: 35px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
    display: none;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding:14px;
    margin: 0 0 1.5em 0;
    width: 400px;
}

feedbackFieldset {
    border: 1px solid #ddd;
    padding:14px;
    margin: 0 0 1.5em 0;
    width: 350px;
    float:left;
}

.bigfs
{
    width: 760px;
}

#navigator, #navigatorPFMA 
{
    float:left;
    display:block;
    width:150px;
    margin: 0 15px 0 0;
}

#navigator ul,  #navigatorPFMA ul
{
    list-style-type: none;
}

#navigator li,  #navigatorPFMA li
{
    margin: 0 5px 5px -35px;
    padding: 0 5px;
    font-weight: bold;
}

#navigator li.selector,  #navigatorPFMA li.selector
{
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    cursor:pointer;
}

#navigator li.selected,  #navigatorPFMA li.selected
{
    background-color: #62B5E5;/*#9FAFD1;*/
    color: #ffffff;
}

#navigator li.selector:hover,  #navigatorPFMA li.selector:hover
{
    background-color: #BBBCBC;
}

#navigator li.sh1,  #navigatorPFMA li.sh1
{
    margin: 0 5px 5px -30px;
}

#navigator li.add-sel,  #navigatorPFMA li.add-sel
{
    font-weight:normal;
    cursor:pointer;
}

.showToggle
{
    cursor:pointer;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

.supertext 
{
    width:400px;
}

textarea
{
    font-size: 1.2em;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    color: #444
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;

}

input[type="submit"], input[type="button"]
{
    line-height: 1.4;
    padding: .4em 1em;
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    color: #555555;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.form-header
{
    border: 1px solid #ddd;
    padding:7px;
}

.mini-nav
{
    overflow-x: auto;
    overflow-y: hidden;
    height:80px;
    clear:both;
    width:100%;
}

.mini-nav-link h2
{
    padding:0 5px;
    display:inline-block;
}

.mini-nav-link a
{
    color: #696969;
}

/* TABLE
----------------------------------------------------------*/

table {

}

table td {
    white-space: nowrap;
}

table th {

}

#title table {
	border: none;
}

#title table td {
	border: none;	
}

#titlearea {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.6em;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label,
.header-label {
    margin:2px 0 2px 10px;
    padding: 4px 2px;
    text-align:right;
    float:left;
    display:block;
    width: 140px;
    font-weight: bold;
}

.display-field, 
.editor-field,
.header-field,
.reportheader-field {
    float:left;
    padding: 4px 2px;
    width: 200px;
    margin:2px 0 2px 10px;
}

.feedback-display-left {
    margin:2px 5px 2px 0px;
    padding: 4px 2px;
    text-align:right;
    float:left;
    display:block;
    width: 140px;
    font-weight: bold;
}

.feedback-display-right {
    float:left;
    padding: 4px 2px;
    width: 200px;
    margin:2px 0 2px 5px;
}

.feedback-display-full {
    margin:2px 5px 2px 0px;
    padding: 4px 2px;
    text-align:left;
    float:left;
    display:block;
    width: 340px;
}

#fFeedback .editor-label 
{
	margin-left: 1px;
}


fieldset select
{
    width: 200px;
}

.header-label 
{
    width:110px;
}

.header-field
{
    width:100px;
}

.reportheader-field
{
    width:210px;
}

.display-field
{
    font-size: 1.2em;
}

.text-box {
    width: 30em;
}

.multi-line {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Styles for table controls
----------------------------------------------------------*/
.tablecontrols
{
    /*position:absolute;*/
    z-index:2;
    margin: 6px 0 0 6px;
    overflow: hidden;
}

.tablecontrols a
{
    float: left;
    margin-right: 4px;
    text-indent:-9999px;
    height:32px;
    width:32px;
}
.addicon {
    background: url("../../Content/images/addicon.png") no-repeat scroll right center transparent;
}
.cloneicon {
    background: url("../../Content/images/cloneicon.png") no-repeat scroll right center transparent;
}
.editicon {
    background: url("../../Content/images/editicon.png") no-repeat scroll right center transparent;
}
.deleteicon {
    background: url("../../Content/images/deleteicon.png") no-repeat scroll right center transparent;
}

/* Styles for sideBar control
----------------------------------------------------------*/

.sidebar {
	background-color:#dfdfdf;
	/*background-color:#dbeaf9;*/
	left:0px;
	top:0px;
	color: #000;
	font-size: .9em;
	width:25px;
	left:0px;
	line-height: normal;
	margin:0;
	overflow:hidden;
	position:fixed;
	height:100%;
	z-index:100;
	border-right: 1px solid #AAAAAA;
}

.sidebar a.etc, .sidebar a:hover.etc,.sidebar a:visited.etc
{   
	background: url("../../Content/images/sidebaretc.png") no-repeat scroll right center transparent;
	cursor:pointer; 
	display:block; 
	font-size:32px;
	/*height:60px;*/
	height:30px;
	position:absolute; 
	/*right:8px;*/
	right:5px;
	text-decoration:none;
	top:10px; 
	width:25px; 
	z-index:101;
}

.sidebar-buttons {
	padding: 0 0 2px;
	position: relative;
	margin: 0 auto;
}

.sidebar-buttons li {
	display: inline;
	padding: 0 10px;
	list-style: none;
	
}

.sidebar-buttons li a 
{
	font-weight: bold;
	background-color: transparent;
	color: #000;
	text-decoration:none;
	display: block;
	border:none;
	text-indent: -9999px;
	text-align: left;
}

.sidebar-buttons li a.home
{
	background-image:url('../../Content/images/home.png'); 
	background-position:center;
	background-repeat:no-repeat;
	height:60px; 
	width:59px;
	display:block;
}

.sidebar-buttons li a.maint
{
	background-image:url('../../Content/images/maint.png'); 
	background-repeat:no-repeat;
	height:59px; 
	width:59px;
	display:block;
}

.sidebar-buttons li a.mail
{
	background-image:url('../../Content/images/mail.png'); 
	background-repeat:no-repeat;
	height:59px; 
	width:59px;
	display:block;
}

.sidebar-buttons li a.report
{
	background-image:url('../../Content/images/report.png'); 
	background-repeat:no-repeat;
	height:59px; 
	width:59px;
	display:block;
}

.sidebar-buttons li a.doc
{
	background-image:url('../../Content/images/docs.png'); 
	background-repeat:no-repeat;
	height:59px; 
	width:59px;
	display:block;
}

.sidebar-buttons .menuitem-title {
    display: block;
    font-size: 15px;
    text-align: center;
}

#sideBarNote
{
    background: url("images/side-bar-note.png") no-repeat scroll left bottom transparent;
    position:absolute;
    top:5px;
    left: 25px;
    padding: 20px 10px 10px 20px;
    width:100px;
    height:50px;
    color: Black;
    z-index:99;
}

/* Styles for document layout
----------------------------------------------------------*/
.fselect
{
    font-weight:bold;
}

.fselect:hover
{
    cursor:pointer;
    text-decoration:underline;
}

.folder_select_ref
{
    float:left;
}

.folder_select_desc
{
    margin-left:5px;
    float:left;
}

.document_select
{
    border: 1px solid #ddd;
    padding: 0 5px;
}

.document_select_ref
{
    float:left;
}

.document_select_desc
{
    margin-left:5px;
    float:left;
}

.tooltipStyling
{
padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 1px #aaa;
	box-shadow: 0 0 1px #aaa;
	background-color:Aqua;
}

/* Terms
----------------------------------------------------------*/
.terms OL  
{
    counter-reset: item;
}
     
.terms LI  
{
    display: block; 
    list-style: decimal
}
     
.terms LI:before  
{
    content: counters(item, ".") " "; 
    counter-increment: item;
}

/* Web Reports
----------------------------------------------------------*/

.report-group
{
  margin-bottom: 50px;
}

.report-group h3
{
	padding-top: 7px;
	margin-left: 40px;
}

.report-group a
{
	color: #666666;
}

.reporticon 
{
    background: url("../../Content/images/reporticon.png") no-repeat scroll left center transparent;
    height:32px;
    margin-bottom: 15px;
}

.report-column
{
    width:200px;
}


.scrollTable {
    width:100%;
    margin:0px;
    padding:0px;
    overflow: auto;
    font-size:small;  
}

.circle-text {
    border-style: solid;
    border-color: #7AD226;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 40px
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#home-page-access-button {
    margin: 0 auto;
}

#home-page-password-button {
    margin: 0 auto;
}