﻿/* Elements */
:root
{
	--CobaltBlue: #0047AB;
	--TileColor: #4d7ec4;
}
html, body, form
{
	border: none; 
    color: #333333;
    font-family: Arial, sans-serif; 
    font-size: 11px;
    width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0; 
}
div, span, p, h1, h2, h3, h4, ul, li
{
	margin: 0;
	border: none;
	padding: 0;
}

table
{
	border-spacing: 0;
	padding: 0;
}

table.cell-padding
{
	border-spacing: 0;
	padding: 1px;
}
table.cell-padding > tbody > tr > td
{
	padding: 1px;
}

table.cell-no-padding
{
	border-spacing: 0;
	padding: 0;
}
table.cell-no-padding > tbody > tr > td
{
	padding: 0;
}

table.cell-padding-right
{
	border-spacing: 0;
	padding: 1px;
}
table.cell-padding-right > tbody > tr > td
{
	padding: 0px 5px 0px 0px;
}

table.cell-edit
{
	border-spacing: 0;
	padding: 0px;
}
table.cell-edit > tbody > tr
{
	height: 20px;
}
table.cell-edit > tbody > tr > td
{
	padding: 0px 5px 0px 0px;
}

.body-gray-out
{
	position: fixed; /* Fixes it to the viewport */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Black with 70% opacity */
	z-index: 100; /* Ensures it is above all other content */
}

.row-edit
{
	padding: 0px;
    height: 20px;
}

/* master UpdateProgress */
.UpdateProgress
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 20px;
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	background-color: #d0d0f0;
	vertical-align: middle;
	z-index: 9;
}

/* master PageHeader */
.PageHeader
{
	height: 60px;
	margin: 0px 20px 0px 20px;
	width: calc(100% - 40px);
}
.PageHeader .Logo
{
	height: 60px;
	width: 10px;
}
.PageHeader .Image
{
	line-height: 60px;
	vertical-align: middle;
}
.PageHeader .LogoBarsGap
{
	width: 20px;
}
.PageHeader .HeaderBars
{
	height: 100%;
	width: 100%;
}
.PageHeader .HeaderBars .MenuHeight
{
	height:34px;
	line-height:34px;
	vertical-align:bottom;
}
.PageHeader .HeaderBars .PabeBarHeight
{
	height:26px;
	line-height:26px;
	vertical-align:middle;
}

/* master Site Naviation Bar */
.PageMenu
{
	font-size: 13px;
	line-height: 17px;
	vertical-align: top;
}
.PageMenu .Home
{
	display: inline-block;
	margin: 0px 15px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	color: Blue;
}
.PageMenu .SelectedHome
{
	display: inline-block;
	margin: 0px 15px 0px 0px;
	text-decoration: none;
	cursor: text;
	color: DarkOrange;
}
.PageMenu .DeptItem
{
	position: relative;
	display: inline-block;
	padding: 0px 3px 0px 3px;
}
.PageMenu .DeptName
{
	display: inline-block;
	cursor: default;
	white-space: nowrap;
	color: #2f847c;
}
.PageMenu .DeptSelectedName
{
	display: inline-block;
	cursor: default;
	white-space: nowrap;
	color: DarkOrange;
}
.PageMenu .DeptSep
{
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #666666;
	vertical-align: middle;
}
.PageMenu .PageList
{
	position: absolute;
	top: 17px;
	display: none;
	background-color: #eaf3f2;
	border: solid 1px #2f847c;
	z-index: 9;
}
.PageMenu .PageItem
{
	line-height: 18px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
    color: #333333;
}
.PageMenu .PageSelectedItem
{
	line-height: 18px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	color: DarkOrange;
}
.PageMenu .PageName
{
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
    text-decoration: none;
	vertical-align: middle;
	color: inherit;
}
.PageMenu .Home:hover
{
}
.PageMenu .DeptItem:hover
{
	cursor: pointer;
	color: DarkOrange;
}
.PageMenu .DeptItem:hover .PageList
{
	display: block;
}
.PageMenu .PageItem:hover
{
	cursor: pointer;
	background-color: #c1dad8;
}
.PageMenu .PageSelectedItem:hover
{
	cursor: text;
}
.PageMenu .LogOut
{
	padding-left: 20px;
	white-space: nowrap;
}

/* master Page Bar */
.PageBar
{
	height: 26px;
	width: 100%;
	vertical-align: middle;
}
.PageBarSelectedPage
{
}
.PageBarSelectedStudent
{
}
.PageBarSelection
{
	display: table;
	margin: 0 auto;
	line-height: 26px;
	vertical-align: middle;
}
.PageBarSignOn
{
	float: right;
}

/* ModalPopupPanel */
.ModalPopupPanel {
	border: 1px solid var(--CobaltBlue);
	border-radius: 6px;
	overflow: hidden;
	//background-clip: padding-box;
	min-width: 200px;
	max-width: 800px;
}

.ModalPopupPanel > .Header 
{
	background-color: var(--CobaltBlue);
	color: white;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.ModalPopupPanel > .Body
{
	background-color: white;
	padding: 10px;
	text-align: center;
}

/* Content Place Holders */
.FormCPH
{
	padding: 20px 20px 20px 20px;
	height: calc(100%-40px);
	width: calc(100%-40px);
}
.PageCPH
{
	position: absolute;
	top: 60px;
	width: 100%;
	height: calc(100% - 60px);
}
.ReportCPH
{
	height: 100%;
	width: 100%;
}

/* Left Pane */
.LeftPane
{
	position: relative;
    height: 100%;
    float: left;
}
.LeftPane > .LeftPaneMenu
{
    position: absolute;
    width: 25px;
    height: inherit;
	border-radius: 3px;
    font-size: 13px;
    background-color: var(--TileColor);
    float: left;
}
.LeftPane .PaneContainer
{
    position: relative;
    height: 100%;
    float: left;
}
.LeftPane > .PaneContainer > .PaneButton
{
	display: inline-block;
    position: absolute;
    top: 5px;
    height: 25px;
    padding: 0px 3px 0px 20px;
    color: White;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -ms-transform: translateX(-100%) translateX(3px) rotate(-90deg);
    -webkit-transform: translateX(-100%) translateX(3px) rotate(-90deg);
    -moz-transform: translateX(-100%) translateX(3px) rotate(-90deg);
    transform: translateX(-100%) translateX(3px) rotate(-90deg);
}
.LeftPane > .PaneContainer > .Pane
{
    position: absolute;
    left: 25px;
    width: calc(100% - 30px);
    height: inherit;
    white-space: nowrap;
    border-radius: 3px;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    -ms-transition: background-color 0.2s, width 0.2s, visibility 0.2s;
    -webkit-transition: background-color 0.2s, width 0.2s, visibility 0.2s;
    -moz-transition: background-color 0.2s, width 0.2s, visibility 0.2s;
    transition: background-color 0.2s, width 0.2s, visibility 0.2s;
}
.LeftPane > .PaneContainer .ModuleContainer
{
	height: inherit;
    float: left;
}
.LeftPane > .PaneContainer > .Hide
{
    width: 0px;
    visibility: hidden;
    z-index: 1;
}
.LeftPane > .PaneContainer > .Show {
	height: inherit;
	width: inherit;
	visibility: visible;
	z-index: 2;
}
.LeftPane > .PaneContainer > .Pane > .Close
{
	color: var(--TileColor);
    position: relative;
    top: 5px;
    left: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	display: inline-block;
    cursor: pointer;
    z-index: 4;
}
.LeftPane > .PaneContainer > .PaneButton:hover + .Pane.Hide
,.LeftPane > .PaneContainer > .Pane.Hide:hover
{
    z-index: 3;
    width: inherit;
    height: calc(100% - 2px);
    visibility: visible;
    border: solid 1px #a0a0a0;
    border-radius: 0px 5px 5px 0px;
    background-color: #e6edf7;
}

/* Right Pane for the Left Pane */
.LeftPaneRight
{
}
.LeftPaneRight > .Content
{
    position: absolute;
    height: 100%;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.LeftPaneRight > .Full
{
    left: 30px;
    width: calc(100% - 40px);
}
.LeftPaneRight > .Partial
{
    left: inherit;
    width: inherit;
}

/* Center Pane */
.SinglePane
{
	margin: 0px 10px 0px 10px;
	height: 100%;
	width: calc(100% - 20px);
}

/* Tile */
.Tile
{
    position: relative;
    margin: 0px 10px 20px 10px;
    height: calc(100% - 22px);
    width: calc(100% - 22px); 
    border: solid 1px var(--TileColor);
    border-radius: 5px;
}
.Tile > .Header
{
    position: relative;
    width: 100%;
    height: 26px;
    line-height: 26px;
    background-color: var(--TileColor);
    text-align: center;
    color: White;
    font-size: larger;
    vertical-align: middle;
    border-radius: 3px 3px 0px 0px;
}
.Tile > .Body
{
	position: relative;
    width: calc(100% - 20px);
    min-height: 20px;
    padding: 10px;
    overflow: auto;
}
.Tile > .Body.HeightFill
{
    height: calc(100% - 49px);
}
.Tile > .Body.HeightGrow
{
    max-height: calc(100% - 49px);
}
.Tile > .Footer
{
}

/* Online Help */
.Help
{
	position: absolute;
	top: 0px;
	right: 10px;
	font-weight: bold;
	font-size: 13px;
	color: White;
	vertical-align: middle;
	cursor: pointer;
}

/* Hover Action Menu */
.HoverActionMenu
{
	position: absolute;
	left: 0;
	top: -6px;
}
.HoverActionMenu .TargetControl
{
    color: Blue;
    cursor: pointer;
}
.HoverActionMenu .List
{
    color: Blue;
    display: none;
	overflow: hidden;
	padding: 4px 4px 4px 4px;
	position: relative;
	z-index: 9;
}
.HoverActionMenu:hover .TargetControl
{
	color: Purple;
    cursor: pointer;
	font-weight: bold;
}
.HoverActionMenu:hover .List
{
    display: block;
}
.HoverActionMenu > select option:hover
{
	background-color: #f1f1f1;
	color: Purple;
    cursor: pointer;
}

/* Theme */
.ThemeBorder
{
	border: solid 1px #0047ab;
}
.ThemeBackground10
{
	background-color: #e6edf7;
}
.ThemeBackground20
{
	background-color: #ccdaee;
}
.ThemeBackground30
{
	background-color: #b3c8e6;
}
.ThemeBackground40
{
	background-color: #99b5dd;
}
.ThemeBackground50
{
	background-color: #80a3d5;
}
.ThemeBackground60
{
	background-color: #6691cd;
}

/* Other */
.CellPaddingRight
{
	padding-right: 20px;
}
.Enabled
{
	color: #336cbc;
	border-color: #336cbc;
}
.HoverHighlight:hover
{
	background-color: Blue;
	color: White;
	font-weight: bold;
}
.ReadRow
{
    height: 14px;
    margin-bottom: 1px;
    vertical-align: top;
}
.ReadRow .Cell
{
    display: inline-block;
    padding: 2px;
    vertical-align: top;
}
.Rotate90Clock
{
    display: inline-block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.SpanButton
{
	color: Blue;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}
.TextAlignLeft
{
    text-align: left;
}
.TextAlignCenter
{
    text-align: center;
}
.TextAlignRight
{
    text-align: right;
}
.TextButton
{
    border: solid 1px Blue;
    border-radius: 3px 3px 3px 3px;
    color: Blue;
    cursor: text;
}
.MarginAll10px
{
	margin: 10px;
}
.PaddingAll10px
{
	padding: 10px;
}
