﻿:root {
    scroll-behavior: smooth;
    --bs-primary-rgb: 0, 122, 51; /* Your custom green #007A33 */
    --bs-primary: rgb(var(--bs-primary-rgb)); /* Update primary color */
}

/*----------------------------------------------------------
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.
----------------------------------------------------------*/
/*
mark 
{
    background-color:#FFED73;
}

.logo {
    float: left;
    padding-left: 15px;
}

ul li, ol li {
    line-height: 200%;
}

.headerTop {
    border-bottom:solid 1px #ccc;
}

#new-logo {
    padding-top: 5px;
    padding-left: 13px;
}

.green {
    color: #028090;
}

.headerRight {
    margin-right: 10px;
    float: right;
    margin-top: 10px;
    color: #615d60;
}

    .headerRight a:link, .headerRight a:visited {
        color: #615d60;
    }

.headerContentTop {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.headerContent {
    width: 100%;
    height: 36px;
    max-width: 1200px;
    margin: 0 auto;
}

.searchBox {
    height: 30px;
    vertical-align: top;
    border-width: 1px;
    max-width: 100%;
    padding: 0;
    outline-style: none;
    outline: none;
    margin-right: 5px;
}

.searchButton, .searchButton:hover
{
    background-image:url('https://www.classbase.com/Images/magnifying_glass.png');
    background-repeat:no-repeat;
    height:29px;
    width:70px;
    margin-left:5px; 
    background-position:center;
    background-color:#ffcc99;
    border-color:#ffcc99;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
}

.font-weight-600 {
    font-weight:600;
}

.searchButton:hover
{
    background-color:#ff9900;
    border-color:#ff9900;
}

/* a:link, a:visited {
    color: #615d60;
    text-decoration: none;
    font-weight: 600;
    outline: none;
}* /

a:hover {
    color: #615d60;
    text-decoration: underline;
}

.white a:link, .white a:visited
{
    color: #ffffff;
}

.plum {
    color: #aa4362;
}

.red {
    color: #ff4253;
}

.FrontPage a:link
{
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	border-bottom:dotted 1px gray;
}
.FrontPage a:visited
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px gray;
}
.FrontPage a:active
{
	color: #006666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px gray;
}
.FrontPage a:hover
{
	color: #006666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px #006666;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/ * HEADINGS   
----------------------------------------------------------* /
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: 'Open Sans',Arial, sans-serif;    
    line-height:120%;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 300;
}
h2 {
    padding: 0 0 10px 0;
    margin-top: 10px;
    font-weight: 400;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a.k-button, a.k-button:visited {
    font-size: 15px;
    font-weight: 600;
    min-width: 140px;
    min-height: 35px;
}

/ * this rule styles <h2> tags that are the 
first child of the left and right table columns * /
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/ * PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------* /

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.mainHeader
{
    float:left;
    font-size:x-large;
    font-family:Arial,Helvetica;
    font-weight:normal;
    position:absolute;
    top:5px;
    margin-bottom: 10px;
    margin-top:10px;
    left:10px;
}

.mainHeader a:link
{
    text-decoration: none;
    font-weight:normal;
}


#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; / * only IE6 applies CSS properties starting with an underscore * /
}

/ * TAB MENU   
----------------------------------------------------------* /
ul#menu
{
    border-bottom: 1px #615d60 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

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: #f0f0f0;
    color: #615d60;
}

ul#menu li a:hover
{
    background-color:#ffcc99;
}

ul#menu li a:active
{
    background-color:#FC9;
    color: #333333;
}

ul#menu li.selected a
{
    background-color: #ffcc99;
    color: #333333;
}

/ * FORM LAYOUT ELEMENTS   
----------------------------------------------------------* /

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/ * TABLE
----------------------------------------------------------* /

.customTable 
{
  border: solid 1px #f0f0f0;
  border-collapse: collapse;
  max-width:100%;
}

.customTable td 
{
  padding: 5px;   
  border: solid 1px #e6e6e6;
}

.customTable th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #fafafa; 
  border: solid 1px #e6e6e6;   
}

    .customTable tr:nth-child(odd) {
        background: #fafafa;
    }

/ * HIDDEN TABLE
----------------------------------------------------------* /

.hiddenTable
{
  width: 100%; 
  border-collapse:collapse;
}

.hiddenTable td 
{
  border-width:0;
  padding:0;
  width:60%;
}

.hiddenTable th
{
  border-width:0;
  padding:0; 
}

/ * MISC  
----------------------------------------------------------* /
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

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
----------------------------------------------------------* /
.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.blog {
    font-size:16px;
    font-family:'Open Sans';
}

.blog-summary {
    font-family:'Open Sans';
}

.fa-regular.k-sprite,
.fa-regular.k-sprite::before {
    font-size: 18px;
    line-height: 22px;
    width: auto;
    height: auto;
    margin-left: 0;
}