﻿/* DEFAULTS
----------------------------------------------------------*/

html, body
{
    background: White;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    height:100%;
    width:100%;
}

form {
    height:100%;
    width:100%;
    z-index:1;
}

.button
{
    background-color: #E0E4FF;
    border-top: 1px solid #96A6FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#DDE2FF), to(#EDEFFF));
    background: -webkit-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -moz-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -ms-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -o-linear-gradient(top, #DDE2FF, #EDEFFF);
    padding: 3px 3.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
}

.nonbutton
{
    background-color:transparent;
    border:none;
}

.buttonnone {
    border: none;
    background-color: transparent;
    width: 20px;
}

.buttontab
{
    border:none;
    background-color: #D0D4FF;
    color: black;
    /*font-weight: bold;*/
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#DDE2FF), to(#EDEFFF));
    background: -webkit-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -moz-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -ms-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -o-linear-gradient(top, #DDE2FF, #EDEFFF);
}

.buttontabsel
{
    border:none;
    background-color: #D0D4EF;
    color: black;
    font-weight: bold;
    padding: 5px; 
    background: -webkit-gradient(linear, left top, left bottom, from(#CDD2EF), to(#DDDFEF));
    background: -webkit-linear-gradient(top, #CDD2EF, #DDDFEF);
    background: -moz-linear-gradient(top, #CDD2EF, #DDDFEF);
    background: -ms-linear-gradient(top, #CDD2EF, #DDDFEF);
    background: -o-linear-gradient(top, #CDD2EF, #DDDFEF);
}

p
{
    margin-bottom: 10px;
    /*line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    z-index:1;
}

h1
{
    font-size: 1.6em;
    font-weight:bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3
{
    font-size: 1.2em;
    font-weight:bold;
}

h4
{
    font-size: 1.1em;
    font-weight:bold;
}

h5 {
    color: black;
    font-weight:bold;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

h6
{
    font-size: 1em;
    font-weight:bold;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    height: 100vh;
    background-color: White;
    /*margin: 0px auto 0px auto;*/
    margin: 0px 0px 0px 0px;
    /*border: 1px solid #496077;*/
    border:hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    width: 100%;
    border: hidden;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 200px;
    /*height:100%;*/
    width: 100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 2px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#5A7854;*/
    /*background-color: #00824C;*/
    /*background-color: #2D4AFF;*/
    width:100%;
}

div.Menu
{
    padding: 1px 1px 1px 1px;
    background-color: #2D4AFF;
}

div.Menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    color: #bbc4cc;
}

div.Menu ul li a, div.Menu ul li a:visited
{
    /*background-color: #5A7854;*/
    /*background-color: #00824C;*/
    background-color: #2D4AFF;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 2px 10px;
    margin-top: 0px;
    margin-bottom: -2px;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    white-space: nowrap;
}

div.Menu ul li a:hover
{
    /*background-color: #5A7854;*/
    /*background-color: #00824C;
    color: #465c71;*/
    background-color: #aaaaaa;
    /*color: black;*/
    text-decoration: none;
}

div.Menu ul li a:active
{
    /*background-color: #5A7854;*/
    /*background-color: #00824C;*/
    background-color: #2D4AFF;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 2px 2px;
    padding: 2px;
    border: 1px solid #A0A0A0;
}

fieldset p 
{
    margin: 1px 1px 1px 1px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

fieldset legend {
    font-size: 1.3em;
    font-weight: 600;
    color: #404040;
    padding: 3px 2px 1px 3px;
    margin: 1px 1px 1px 1px;
}

legend 
{
    font-size: 1.5em;
    font-weight: 600;
    padding: 4px 1px 1px 7px;
    margin: 1px 1px 1px 1px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.red {
  background-color: red;
}
.green {
  background-color: green;
}
.blue {
  background-color: blue;
}
.yellow {
  background-color: yellow;
}
.brightyellow {
    background-color: #FFD800;
}
.orange {
    background-color: orange;
}
.cyan {
    background-color: cyan;
}
.lightgreen {
    background-color: lightgreen;
}
.black {
    background-color: black;
}
.brightorange {
    background-color: #FF6A00;
}
.brightgreen {
    background-color: #4CFF00;
}
.mediumgreen {
    background-color: #26C400;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.margin
{
    width:70px;
    /*background-color:#A9C6C3;*/
    background-color:#7085FF;
}

.bt /*td, .bt th*/
{
    /*color: #1E5E3E;*/
    color: #1E285E;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    /*border-top-color: #7BB2AC;*/
    border-top-color:#2D4AFF;
    border-top-style: solid;
    border-top-width: thin;
    text-align: right;
}

.btalt
{
    color: #1E285E;
    background-color:#E5E8FF;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    /*border-top-color: #7BB2AC;*/
    border-top-color:#2D4AFF;
    border-top-style: solid;
    border-top-width: thin;
    text-align: right;
}

.gfill
{
    /*background-color: #DCE5E4;*/
    background-color:#C9D1FF;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    /*border-top-color: #7BB2AC;*/
    border-top-color:#2D4AFF;
    border-top-style: solid;
    border-top-width: thin;
}

.gheader
{
    background-color:#C9D1FF;
}

.gradientheader
{
    background: #C9D1FF; /* Old browsers */
    background: -moz-linear-gradient(top,  #E5E8FF 0%, #338cd6 33%, #5b96c6 56%, #C9D1FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E8FF), color-stop(33%,#338cd6), color-stop(56%,#5b96c6), color-stop(100%,#C9D1FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E8FF', endColorstr='#C9D1FF',GradientType=0 ); /* IE6-9 */
}
.galtrow
{
    background-color:#E5E8FF;
}

.grid
{
    font-size: 12px;
}

.ErrorDisplay {
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-color: #7BB2AC;
    border-top-style: solid;
    border-top-width: thin;
}
.panel {
    margin-left:0px;
}

.pagetitle {
 /*background-color:#DCE5E4;*/
 background-color:#E0E4FF;
 /*background-image: url(images/topshape_belltown.jpg);*/
 text-align:center; 
 width:99.98%; 
 font-weight:bold; 
 font-size:18px;
 color: black;
}

.ShopBanner {
    background-color: yellow;
    font-size: 20px;
    font-weight: bold;
    color:black;
    width:50%;
    text-align:center;
    margin-left: 25%;
}

.gradienta {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #338cd6 33%, #5b96c6 56%, #9ec6e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(33%,#338cd6), color-stop(56%,#5b96c6), color-stop(100%,#9ec6e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#9ec6e5',GradientType=0 ); /* IE6-9 */
}

.gradient
{
    background-color: #CCD9FF;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #CCD9FF), color-stop(1, #3755FC) );
    background-image: -o-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: -moz-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: -webkit-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: -ms-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: linear-gradient(to bottom, #CCD9FF 0%, #3755FC 100%);
}

.FixedHeader {
position: absolute;
margin-top: -24px;
margin-left:-1px;
padding-left:-1px;
padding-right:-1px;
background-color:#C9D1FF;
/*color: #444444;*/
}

.FixedHeader2 {
position: absolute;
margin-top: -36px;
padding-left:0px;
padding-right:0px;
background-color:#C9D1FF;
/*color: #444444;*/
}

.StopLight {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.tabcell 
{
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 0px; /*-5px;*/
	padding: 0 20px;
}
.tabcellsel 
{
	border: 1px solid #AAA;
	background: #FFFFFF;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 0px; /*-5px;*/
	padding: 0 20px;
}
.tabcell a {
		color: #555;
		text-decoration: none;
}
		
.tabcellsel a 
{
	color: #555;
	text-decoration: none;
}

#datasection {
    position: relative;
    float: left;
    height: 90%;
    width: 100%;
}

#tabs {
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
}

    #tabs ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: 0px;
        /*height: 5.85%;*/
        height: 32px;
        border-radius: 0px;
    }

        #tabs ul li {
            float: left;
            padding-right: 2px;
        }

    #tabs div {
        font-size: 12px;
    }

.ui-widget-header {
    /*background-color: #A9C6C3;*/
    height: 30px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}

#tabdatasection {
    height: 90%;
    width: 100%;
    position: relative;
    overflow: auto;
    border-left: 1px solid #aaaaaa;
    min-width: 650px;
}

.scrollable {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90%;
    width: 100%;
}

.site-title {
    font-size: 24px;
}
.content-wrapper {
    padding: 0;
    margin: 0;
}
/* Drop Down Menu using div and a tags */
.dropbtn {
    background-color: #888888;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    /*background-color: #f9f9f9;*/
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
    outline: none;
    text-align: center;
}

    .dropdown:hover {
        background-color: #dddddd;
    }

    .dropdown a:focus {
        background-color: #dddddd;
    }

.dropdownsel {
    position: relative;
    display: inline-block;
    background-color: yellow;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
    outline: none;
    text-align: center;
}

    .dropdownsel:hover {
        background-color: #dddd00;
    }

.dropdown-content {
    display: none;
    position: absolute;
    top: 25px;
    background-color: #f9f9f9;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

    .dropdown-content a {
        color: black;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        display: block;
    }

/*.dropdown-content a:hover {
            background-color: #e1e1e1;
        }*/

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdownsel:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #888888;
}

.menuitem {
    /*
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
    */
    color:black;
}

.calBorder {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-collapse: collapse;
    width: 200px;
    height: 100px;
    vertical-align:top;
    border-spacing: 0px;
}

.calDiv {
    justify-content: center;
    width:100%;
    height:75px;
    align-items:center;
    overflow:auto;
}

.calItem {
    border: 1px solid grey;
    margin: auto;
    /*display: flex;*/
}

.calHeader {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-collapse: collapse;
    width: 200px;
    height: 30px;
    background-color:aquamarine;
    border-spacing: 0px;
}

.calHeaderNW {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-collapse: collapse;
    height: 30px;
    background-color: aquamarine;
    border-spacing: 0px;
}

.calTable {
    border-spacing: 0px;
    border-collapse: collapse;
    background-color:white;
}

/*.ui-datepicker-calendar {
    display: none;
}
    */
/* Menu Styles */
.fourth-level-menu {
    position: relative;
    top: -50px;
    right: -250px;
    min-width: 250px;
    list-style: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    display: none;
    z-index: 46;
}

.fourth-level-menu-left {
    position: relative;
    top: -50px;
    right: 245px;
    min-width: 250px;
    list-style: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    display: none;
    z-index: 46;
}

    .fourth-level-menu-left > li {
        height: 30px;
        /*background: #1B55EE;*/
        z-index: 46;
    }

        .fourth-level-menu-left > li:hover {
            background: #CCCCCC;
            z-index: 46;
        }

.third-level-menu {
    position: absolute;
    top: 0;
    right: -250px;
    min-width: 250px;
    list-style: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    display: none;
    z-index: 46;
}

.third-level-menu-left {
    position: absolute;
    top: 0;
    right: 245px;
    min-width: 250px;
    list-style: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    display: none;
    z-index: 46;
}

        .third-level-menu-left > li:hover {
            background: #CCCCCC;
            z-index: 46;
        }

        .second-level-menu > li > a > hr {
            margin-top: 0px;
            z-index: 46;
        }

    .top-level-menu li:hover > ul {
        /* On hover, display the next level's menu */
        display: inline;
        z-index: 46;
    }


    /* Menu Link Styles */

        .top-level-menu a:hover {
            color: #000000;
            z-index: 46;
        }

.second-level-menu hr {
    background-color: #F0F0F0;
    z-index: 46;
}

.ToDoListBackground {
    background-color: #cad3f3;
}

.ToDoButton {
    background-color: #a7aefb;
    border-top: 0px solid #96A6FF;
    padding: 3px 3.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size:16px;
    width:250px;
}

.ToDoButtonSelected {
    background-color: #ceceff;
    border-top: 1px solid #eeeeFF;
    padding: 3px 3.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    width:250px;
}

* {
    box-sizing: border-box;
}

.box {
    float: left;
    width: 20%;
    padding: 5px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.flexcontainer {
    display: flex;
    flex-flow: row wrap;
}

.systemheader {
    font-size: 1.6em;
    font-weight: bold;
}

.required {
    font-weight: bold;
}

.table {
    color: black;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #EEEEEE;
    border: 1px solid black;
    text-align: center;
}

.tablecell {
    border-right: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}


.dbtable {
    border: 1px solid black;
    border-collapse: collapse;
}

.primarykey {
    border-bottom: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    /*padding: 1px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent2 {
    display: none;
    /*padding: 1px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}
