﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background-color: #eafffe;
    font-family: 'Courier New';
    height: 1150px;
    width: 1400px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    line-height: 1.6em;
    margin-bottom: 10px;
}

#tooltip {
    background: cornsilk;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    background-color: #eafffe;
    border: 2px solid black;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 1150px;
    width: 1450px;
}

.header
{
    border-style: none;
    color: #000000;
    font-variant: normal;
    font-weight: bold;
    font-family: Arial;
    font-size:x-large;
    height: 50px;
    position: relative;
    width: 100%;
}

.title {
    background-color: #eafffe;
    background-image: none;
    background-repeat: no-repeat;
    border-style: none;
    display: block;
    width: 100%;
}

.title table
{
    empty-cells: hide;
    width: 100%;
}

.title table .applogo
{
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 60px;
}

.title table .applogo .logo
{
    height: 50px;
    width: 50px;
}

.title table .appname
{
    font-family: cursive;
    font-size: 40px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
}

.title table .appdate
{
    font-size: 12px;
    padding-right: 20px;
    text-align: right;
    vertical-align: top;
}

.main
{
    border-style: none;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
/*    z-index: 10;
*/}

.footer {
    border-style: none;
    color: white;
    background-color: cornflowerblue;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    text-align: center;
/*    vertical-align: central;
*/    width: 1450px;
    position:absolute; 
    top:1115px
}

.center {
    background-color: #5389AB;
    height: 40px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    align-content:center;
}
.section
{
    background-color: #5389AB;
    height: 40px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.contactheader
{
    background-color: #5389AB;
    height: 30px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}


.subsection
{
    background-color: #5389AB;
    height: 10px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.boldText {
    font-weight: bold;
}

.scrollable-pageview {
    position: relative;
    width: 100%;
    height: 500px; /* or whatever fits your layout */
    overflow: auto;
}

/* Bold headers */
/*.RadGrid .rgHeader {
    font-weight: bold !important;
}*/

/* Bold regular and alternate data rows */
/*.RadGrid .rgRow,
.RadGrid .rgAltRow {
    font-weight: bold !important;
}

.RadGrid .rgHeader div,
.RadGrid .rgRow td,
.RadGrid .rgAltRow td {
    font-weight: bold !important;
}*/


.custom-radgrid {
    font-weight: bold;
    font-size: 14px;
}

.rgMasterTable {
    font-size: 14px !important;
    font-family: Arial !important;
}


/* CIRCLE OBJECT   
----------------------------------------------------------*/
.oval {
    width: 50px;
    height: 35px;
    line-height: 500px;
    border-radius: 75%;
    text-align: center;
    /*    background: linear-gradient(orange, red);
*/ background-color: lightgray; /*linear-gradient(orange, red);*/
    color: white;
}

.ovals {
    display: flex;
}

.oval-text {
    background-color: lightgray;  /*linear-gradient(orange, red);*/
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 75%;
    text-align: center;
    margin-left: 8px;
    margin-bottom: 1px;
    /*font-size: 15px;*/
    display: flex;
    width: 50px;
    height: 35px;
}

.oval-text:hover {
        background: blue;
}


.circle-down-with-text {
    background: linear-gradient(orange, red);
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    padding: 15px;
    display: flex;
    height: 50px;
    width: 50px;
}

.multi-line-text {
    font-size: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#0400bb;
    border-style: none;
    width:100%;
}

div.menu
{
    padding: 8px 0px 8px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #010033;
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    margin-left: 8px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #030077;
    color: #cccccc;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #030077;
    color: #ffffff;
    text-decoration: none;
}


/* Page Locking  
----------------------------------------------------------*/

.lockOff
{
    display: none;
    visibility: hidden;
}

.lockOn
{
    background-color: #ffffff;
    color: #000033;
    display: block;
    font-size: large;
    font-style: italic;
    font-weight: bold;
    height: auto;
    left: 0px;
    padding-top: 10%;
    position: absolute;
    text-align: center;
    top: 0px;
    visibility: visible;
    width: 100%;
    z-index: 999;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    font-family: 'Courier New';
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

.container {
    position: relative;
    border: 1px solid;
    width: 200px;
    padding: 10px;
}

.container:hover > .popup {
    visibility: visible;
    opacity: 1;
}

.popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    display: flex;
    flex-direction: row;
    width: 150px;
    height: 50px;
    transition: all .3s;
}

.first-element {
    height: 100%;
    flex-basis: 50%;
    border: 1px solid red;
}

.second-element {
    border: 1px solid green;
    height: 100%;
    flex-basis: 50%;
}




fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.bold
{
    font-weight: bold;
}

.button
{
    margin-left: 25px;
    margin-right: 25px;
    width: 100px;
    padding-right: 0px;
    padding-left: 0px;
}

.buttonSection
{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: auto;
}

.clear
{
    clear: both;
}

.loginData
{
    width: 250px;
}

.loginDiv
{
    padding-left: 40px;
    width: 740px;
}

.loginLabel
{
    width: 80px;
}

.loginTable
{
    width: 700px;
}

.failureNotification
{
    font-size: 1.2em;
    color: #ff0000;
}
