﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
/*
html
{
    height: 100%;
}
*/
body 
{
    height: 100%;
    background-color: white;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    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: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 2px 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 
{
    min-height: 100%;
    width: 95%;
    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;
}

#main 
{
    min-height: 100%;
    padding: 0px 10px 5px 10px;
    background-color: #fff;
    border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 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;
}

#maincol {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

#mspartnerlogo
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul.menu li {
    display: inline;
    list-style: none;
}

ul.menu li a {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #002957;
    color: #eee;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul.menu li a:hover {
    background-color: #D84C10;
    text-decoration: none;
}

ul.menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.menu li.selected a {
    background-color: #fff;
    color: #000;
}

ul.menu li.inactivelink a {
    background-color: #ddd;
    color: #111;
}

ul.menu li.inactivenolink {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #ddd;
    color: #aaa;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul.newmenu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: center;
}

ul.newmenu li {
    display: inline;
    list-style: none;
}

ul.newmenu li a {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #002957;
    color: #eee;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul.newmenu li a:hover {
    background-color: #D84C10;
    text-decoration: none;
}

ul.newmenu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.newmenu li.selected a {
    background-color: #fff;
    color: #000;
}

ul.newmenu li.inactivelink a {
    background-color: #ddd;
    color: #111;
}


/*
-- Top Navigation menu
-------------------------------------------------
*/
nav#topnav
{
    z-index: 1000;
    display: block;
    margin: 0 auto 0;
    border: 1px solid #222;
    position: relative;
    background-color: #002957;
    font: 16px Tahoma, Sans-serif;
}

nav#topnav ul
{
    padding: 0;
    margin: 0;
}

nav#topnav li
{
    white-space: nowrap;
    position: relative;
    float: left;
    list-style-type: none;
}

nav#topnav ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

nav#topnav li a
{
    display: block;
    padding: 2px 30px;
    border-left: 1px solid #999;
    border-right: 1px solid #222;
    color: #eee;
    text-decoration: none;
}

nav#topnav li a:focus
{
    outline: none;
    text-decoration: underline;
}

nav#topnav li:first-child a
{
    border-left: none;
}

nav#topnav li.last a
{
    border-right: none;
}

nav#topnav a span
{
    display: block;
    float: right;
    margin-left: 5px;
}

nav#topnav ul ul
{
    display: none;
    position: absolute;
    left: 0;
    background: #D84C00;
}

nav#topnav ul ul li
{
    float: none;
}

nav#topnav ul ul a 
{
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    font-size: 14px;
}

nav#topnav ul ul a:hover
{
    background-color: #D84C10;
}

nav#topnav ul a:hover
{
    background-color: #D84C00;
}

.overlay
{
    background: transparent url(/Content/Fullscope/images/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

div#loadingoverlay img
{
    position: fixed;
    top: 50%;
    left: 50%;
}

div#pageloadingoverlay img
{
    position: fixed;
    top: 50%;
    left: 50%;
}
div#rowloadingoverlay img
{
    position: fixed;
    top: 50%;
    left: 50%;
}

.new-record-box 
{
    position: fixed;
    top: -1000px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
}

.filter-box 
{
    position: fixed;
    top: -1000px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
}

.upload-box 
{
    position: fixed;
    top: -1000px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
}

a.overlayclose {
    padding: 5px 20px;
    margin: 0px 3px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #ddd;
    color: #111;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

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;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td[class="number-field"] {
    padding: 5px;
    text-align: right;
    border: solid 1px #e8eef4;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

table[class="filtertable"] {
    table-layout: fixed;
}

table[class="filtertable"] tr[class="filterheaderrow"] {
    background: lightgrey
}

table[class="filtertable"] tr[class="filterheaderrow"] td[class="filtercommandcol"] {
    width: 30px
}

table.layouttable {
    border-style: none;
    border-collapse: collapse;
}

table.layouttable > tbody > tr > td {
    padding: 5px;
    border-style: none;
}

table.calendartable {
    border-style: none;
    border-collapse: collapse;
}

table.calendartable tr {
    height:40px
}

table.calendartable td {
    padding: 5px;
    border-style: none;
    text-align:center;
    background-color:#e0e0e0;
    width:40px;
}

table.calendartable td.calendarheader {
    background-color:#a0a0ef;
}

table.calendartable td.calendarblank {
    background-color:#efefef;
}

table.calendartable td.calendartoday {
    background-color:#b0b0b0;
}

table.calendartable td.calendarholiday {
    background-color:#efe0e0;
}

table.calendartable td.calendarholidaytoday {
    background-color:#cfb0b0;
}

/* MISC  
----------------------------------------------------------*/
.scroll-pane 
{
    overflow: auto;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

div.parententityheader 
{
    border: 1px solid #d3d3d3;
    padding: .2em .2em .2em .2em;
    font-size: 1.5em;
    vertical-align: middle;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
}

#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 {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.detail-label,
.detail-editor-label
{
    font-weight: bold;
    text-align: right;
}

.detail-field,
.detail-editor-field 
{
    font-weight: normal;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.number-field 
{
    text-align: right;
}

.tri-state {
    width: 6em;
}

div[class=perfsection]
{
    border: 1px solid #000000;
    padding: 10px;
    margin-top: 20px;
}

div span[class=divtitle]
{
    padding: 3px;
    display: inline-block;
    position: relative;
    top: -20px;
    background-color: #fff;
}

.budgetdescription
{
    height: 20px;
}


/* MAIN MENU   
----------------------------------------------------------*/
div#mainmenuoverlay
{
    padding-top: 50px;
    z-index: 1000;
}

header#mainmenuheader {
    position: relative;
    margin-bottom: 0px;
    color: #fff;
    padding: 0;
    background-color: #002957;
}

table.mainmenuitemtable 
{
    border-style: none;
    border-collapse: collapse;
    background-color: #002957;
    color: #fff;
    width: 150px;
    position: relative;
    display: inline-table;
    margin: 3px;
}

table.mainmenuitemtable tr.mainmenuitemimgrow 
{
    border-style: none;
    border-collapse: collapse;
    height: 150px;
}

table.mainmenuitemtable td
{
    border-style: none;
    border-collapse: collapse;
}

table.mainmenuitemtable tr.mainmenuitemimgrow img
{
    border-style: none;
    border-collapse: collapse;
    height: 128px;
    width: 128px;
}

table.mainmenuitemtable tr.mainmenuitemtextrow 
{
    border-style: none;
    border-collapse: collapse;
    color: #fff;
}


.page-view-table
{
    width: 100%;
    border-style: none;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

.page-view-table-row
{
    min-height: 300px;
    border-style: none;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

.page-view-table-menucol
{
    vertical-align: top;
    width: 40px;
    border-style: none;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

.page-view-table-datacol
{
    vertical-align: top;
    border-style: none;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

/* TAB MENU   
----------------------------------------------------------*/
.tab-menu-perm-table
{
    width: 100%;
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
}

.tab-menu-perm-table td
{
    border-style: none;
    border-collapse: collapse;
}

.tab-menu-perm-spacer-row
{
    height: 50px;
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
}

.tab-menu-perm-item-row
{
    height: 40px;
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
}

.tab-menu-perm-item-col
{
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    background-color: #002957;
    color: #000;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.tab-menu-perm-img
{
    width: 32px;
    height: 32px;
    border: 0 none #fff;
}

td.inactivelink
{
    background-color: #ddd;
    color: #fff;
}

td.inactivenolink
{
    background-color: #ddd;
    color: #fff;
}

.tab-menuitem-ovfl-table 
{
    border-style: none;
    border-collapse: collapse;
    background-color: #002957;
    color: #fff;
    width: 120px;
    position: relative;
    display: inline-table;
}

.tab-menuitem-ovfl-img-row
{
    border-style: none;
    border-collapse: collapse;
    height: 120px;
}
.tab-menuitem-ovfl-img-col
{
    border-style: none;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.tab-menuitem-ovfl-img
{
    width: 64px;
    height: 64px;
    border: 0 none #fff;
}

.tab-menuitem-ovfl-text-row
{
    border-style: none;
    border-collapse: collapse;
    color: #fff;
}
.tab-menuitem-ovfl-text-col
{
    border-style: none;
    border-collapse: collapse;
    text-align: center;
}

table.inactivelink
{
    background-color: #ddd;
}

div.tabmenuoverlay
{
    z-index: 1000;
}

/*
    The wizard styles
*/
.wizard-step-tab-table
{
    width: 100%;
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
}

.wizard-step-tab-row
{
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
}

.wizard-step-tab-col
{
    padding: 0 0 0 0;
    border-style: none;
    border-collapse: collapse;
    background-color: #002957;
    color: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.wizard-step-tab-col .inactivelink
{
    background-color: #ddd;
    color: #000;
}

tr.wizard-step-tab-row td.current-step
{
    background-color: #D84C10;
    color: #000;
}

.wizard-step-tab-row-header
{
    font-size: 2em;
    font-weight: bold;
    font-style: italic;
}

.wizard-step-content-div {
    width: 100%;
    border-style: solid;
    border-color: #002957;
    border-width: 1px;
    padding: 20px 20px 20px 20px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.wizard-step-content-header
{
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    border-style: none;
    border-collapse: collapse;
    font-size: 2em;
    font-weight: bold;
    font-style: italic;
}

.wizard-step-content-instructions
{
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    border-style: none;
    border-collapse: collapse;
    font-size: 1.5em;
}

.wizard-step-content-table
{
    width: 100%;
    border-style: none;
    border-collapse: collapse;
}

div.wizard-menu-button a 
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #002957;
    color: #eee;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

div.wizard-menu-button div.inactivelink a
{
    background-color: #ddd;
    color: #000;
}

div.wizard-menu-button a:hover {
    background-color: #D84C10;
    text-decoration: none;
}

div.wizard-menu-button a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

table.multiscrolltable {
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}
table.multiscrolltable tr {
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}
table.multiscrolltable td {
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}
table.estimatelist {
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}
table.estimatelist tr {
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}
table.estimatelist td {
    font-size:.8em;
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}
table.estimatelist th {
    font-size:.8em;
    padding: 0px 0px 0px 0px;
    border: 0px none red;
    margin: 0px 0px 0px 0px;
}

table.tab-table {
    border: none;
}
table.tab-table > tbody > tr > td {
    border: none;
}