﻿html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a {color:#836a78; text-decoration:underline;}
a.nav-link {
    color: #836a78;
    text-decoration: underline;
}

a:hover {text-decoration:none;}

.container-fluid {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
}

body 
{
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
	background-repeat: repeat;
}

.TitleBar {
    padding-top: 5px;
    height: 100px;
    width: 100%;
    border-bottom: 5px solid #69a4d9;
}

.ContentBar {
}

.Logo {
    float: left;
    margin: 2px 5px 0 -5px;
}

.LogoMedium {
    display: none;
}

.LogoSmall {
    display: none;
}

.LogoTitle {
    float: left;
    padding-top: 5px;
    text-align: center;
    color: black;
    font-family: 'Muli', 'Century Gothic', Georgia;
}

    .LogoTitle > h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .LogoTitle > h2 {
        font-weight: 700;
        font-size: 24px;
    }

@media (max-width: 1350px) {
    .LogoLarge {
        display: none;
    }

    .ContentBar {
        margin-top: 60px;
    }

    .LogoMedium {
        display: block;
    }

    .LogoTitle > h1 {
        font-size: 24px;
    }

    .LogoTitle > h2 {
        font-size: 18px;
    }
}

@media(max-width:750px) {
    .TitleBar {
        height: 75px;
    }

    .ContentBar {
        margin-top: 20px;
    }

    .LogoMedium {
        display: none;
    }

    .LogoSmall {
        display: block;
    }

    .LogoTitle > h1 {
        font-size: 16px;
    }

    .LogoTitle > h2 {
        font-size: 12px;
    }
}

.LogoSection
{
	 padding: 0.5em;
}

.GuideSection
{
	position: absolute;
	right:60px;
	top:0px;
	width:120px;
	height: 60px;
	text-align:right;
    color:#264989;
}

.UserInfoSection
{
	position: absolute;
	right:180px;
	top:0px;
	width:200px;
	height: 60px;
	text-align: right;
	color:#264989;
}

.HelpSection
{
	position: absolute;
	right:0px;
	top:0px;
	width:60px;
	height: 60px;
	text-align:right;
	color:#264989;
}

.navbar {
    padding: 0.5rem 0rem;
}

.NavItem {
    margin-right: 20px;
    color: white;
    font-size: 14px;
}

    .NavItem:hover {
        color: white;
        cursor: pointer;
    }

.nav-item {
    list-style: none;
    padding: 0;
}

.nav-item li {
    cursor: pointer;
    font-size: 16px;
}

.nav-item > li > a {
    font-weight: 600 !important;
}

.nav-item.level1  {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
}

.navbar-nav a {
    text-decoration: none;
}

.YearSelection
{
	font-size: 14px;
}

.BreadCrumbsBar
{
	position:absolute;
	top:100px;
	left:0px;
	height: 30px;
	width:100%;
	background-color: #FFFFFF;
	
}
.CollapsiblePanelWithBorder {
    border: solid 1px #6c757d;
    padding: 10px;
    overflow: auto;
}

.StatusLabel {
    border: solid 1px #b8daff;
    border-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
    font-weight: bold;
    color: #004085;
    background-color: #cce5ff;
    margin-bottom: 10px;
    display: block;
}

.UpdateProgressStyle
{
	background-color: #eff1cb;
	border: dashed 1px #bcbea0;
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	bottom: 0%;
	left: 0px;
	position: fixed;
}

/**** Login Style BEGIN ****/
.login {
    background-color: #e5e5f1;
    width: 400px;
    margin: auto;
}

.login_textbox
{
	font-family: Arial;
	font-size: 12px;
}

.login_label
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.login_button
{
	font-family: Arial;
	font-size: 12px;
	width: 60px;
}

.login_titletext
{
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background-color: #264989;

}
/**** Login Style END ****/

/**** PasswordRecovery Style BEGIN ****/
#forgotPasswordForm {
    margin: auto;
    background-color: #e5e5f1;
    width: 450px;
}

.passwordrecovery {
    background-color: #fff;
    border: solid 1px #264989;
}

.passwordrecovery_textbox
{
	width: 150px;
	font-family: Arial;
	font-size: 12px;
}

.passwordrecovery_text
{
	font-family: Arial;
	font-size: 12px;
}

.passwordrecovery_button
{
	font-family: Arial;
	font-size: 12px;
	width: 60px;
}

.passwordrecovery_titletext
{
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background-color: #264989;

}
/**** PasswordRecovery Style END ****/

/**** ChangePassword Style BEGIN ****/
.changepassword
{
	background-color: #fff;
	border: solid 1px #807468;
}

.changepassword_textbox
{
	width: 150px;
	font-family: Arial;
	font-size: 12px;
}

.changepassword_text
{
	font-family: Arial;
	font-size: 12px;
}

.changepassword_changebutton
{
	font-family: Arial;
	font-size: 12px;
	width: 120px;
}

.changepassword_cancelbutton
{
	font-family: Arial;
	font-size: 12px;
	width: 60px;
}

.changepassword_titletext
{
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background-color: #948779;
	border: solid 1px #807468;
}
/**** ChangePassword Style END ****/


/**** Treeview Style BEGIN ****/
.TreeView 
{ 
  background-color: #f0f0f0; 
  border: 1px solid black; 
  padding: 2px; 
  padding-left: 5px;
} 

.TreeNode 
{ 
  font-family: verdana; 
  font-size: 12px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  border: 1px solid #f0f0f0; 
  cursor: default;
} 

.SelectedTreeNode 
{ 
  font-family: verdana; 
  font-size: 12px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  background-color:white; 
  border: 1px solid gray; 
  cursor: default; 
} 

.HoverTreeNode 
{
  font-family: verdana; 
  font-size: 12px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  background-color:#cccccc; 
  border: 1px solid gray; 
  cursor: default;
}

.TreeNodeRow 
{ 
  height: 20px; 
}
/**** Treeview Style END ****/

/**** Grid Style BEGIN ****/
/*.GridViewStyle
{
	color: #000080;
	margin: 4px;
}

.GridViewStyleBordered
{
	color: #000080;
	margin: 4px;
	border-width: 2px;
	border-style:solid;
}

.GridViewHeaderStyle
{
	background-color: #264989;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}

.GridAlternatingRowStyle
{
	background-color: #e5e5f1;
	color: #000080;
	padding: 4px;
}

.GridRowStyle
{
	background-color: #ffffff;
	color: #000080;
	padding: 4px;
}*/
/**** Grid Style END ****/


/**** Repeater Grid Style BEGIN ****/

.RepeaterGridViewHeaderStyle
{
	background-color: #264989;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}

.RepeaterGridAlternatingRowStyle
{
	background-color: #e5e5f1;
	padding: 4px;
	text-align:center;
	color: #000080;
	
}

.RepeaterGridRowStyle
{
	background-color: #FFFFFF;
	padding: 4px;
	text-align:center;
	color: #000080;
	
}
/**** Repeater Grid Style END ****/


.modalBackground
{
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.ItemDefinition
{
    font-weight: bold;
    text-align: right;
    vertical-align:top;
}
.HeaderRow
{
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    background-color: #f7f6f3;
    color:black;
}

.ErrorAsterisk
{
	color: Red;
}

.ErrorText
{
	color: Red;
}

.ErrorListIcons
{
	display:none;
}

.SelectedCell
{
	background-color: yellow;
}

.ErrorCell
{
	background-color: orange;
}

.HighlightedError
{
	display:inline;
}
.NonHighlightedError
{
	display:none;
}

.WelcomeMessage {
    font-family: 'Muli', 'Century Gothic', Georgia;
    text-align: center;
    color: #1f4e79;
    margin-bottom: 15px;
    font-weight: bold;
}

.WelcomeName {
    font-size: 24px;
}

.WelcomeYear {
    font-size: 20px;
}

.AnnouncementsHeader {
    background-color: #69a4d9;
    color: white;
    font-size: 16px;
    padding: 6px 0px;
    font-family: 'Muli', 'Century Gothic', Georgia;
}

.Announcements {
    background-color: #dcdcdc;
    padding: 15px;
}

.AnnouncementsTitle {
    font-size: 16px;
    padding: 6px 0px;
    font-family: 'Muli', 'Century Gothic', Georgia;
    font-weight: bold;
}

.AnnouncementsDate {
    float: right;
    font-family: 'Muli', 'Century Gothic', Georgia;
    font-weight: bold;
    font-size: 16px;
}

.AnnouncementsMessage {
    font-size: 13px;
}

a.btn, a.page-link {
    text-decoration: none;
}

.btn-primary {
    background-color: #1f8dd6;
    border-color: #1f8dd6;
}

.table {
    font-size: 14px;
}

.table-sm {
    font-size: 13px;
}

.table th {
    font-weight: bold;
    background-color: #c1d9ee;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #E6EFF9;
}

.table-bordered {
    border: solid 1px #1f8dd6 !important;
}

    .table-bordered th, .table-bordered td {
        border: solid 1px #1f8dd6 !important;
    }

    /*.table-bordered th {
        border-top-width: 0px !important;
    }

    .table-bordered thead th {
        border-bottom-width: 0px !important;
    }*/

.ErrorMessage {
    font-size: 14px;
    color: red;
}

label {
    font-size: 13px;
}

.RadioButtonList input {
    display: inline;
    margin-right: 0.25em;
}
.RadioButtonList label {
    display: inline;
    margin-right: 1em;
}

a.nav-link {
    text-decoration: none;
}

.btn-outline-secondary {
    background-color: #FFFFFF;
}

.CallLabel {
    font-size: 16px;
}

.CallLabel label {
    font-size: 16px;
}

.f-16 {
    font-size: 16px;
}

.Wrapper div {
    box-sizing: content-box;
}

.form-label-margin label {
    margin-bottom: 0.5rem !important;
}