﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    /*background-color: #5c87b2;*/
    /*font-size: .85em;*/
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*color: #696969;*/
}

#divbodycontainer {
    /*width: 100%;*/
    position: relative;
    min-height: 100%;
    /*background-color: #f0f0f0;*/
    /*font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
    /*margin: 0;*/
    /*color: #414141;*/
}

#divheaderbackground {
    /*background-image: url('Images/internal-banner.png');*/
    /*-moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    /*height: 327px;*/
    width: 100%;
    min-width: 770px;
    /*position: absolute;*/
    /*position: static;*/
    /*position: fixed;*/
    /*top: 0;
    left: 0;*/
    margin: 0px 0px 0px;
    /*z-index: 1;*/
}

#mainsection {
    width: 100%;
    padding-bottom: 65px;
    /*background-color: #f0f0f0;*/
}

#footerdiv {
    position: absolute;
    bottom: 0px;
    text-align: center;
    line-height: normal;
    margin: 0px auto;
    font-size: 14px;
    /*font-family: sans-serif;*/
    /*height: 65px;*/
    width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-color: #E1E1E1;
    color: #555;
    padding: 10px 0px;
}

/*       */

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

/*
p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}*/

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

/*
footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
*/

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

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: #e8eef4;
    color: #034af3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
    background-color: white !Important;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    /*border: solid 1px #e8eef4;*/
    border: solid 1px black;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    /*border: solid 1px #e8eef4;*/
    border: solid 1px black;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    /*border: solid 1px #e8eef4;*/
    border: solid 1px black;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

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;
}

.file-wrapper {
    width: fit-content;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #dd0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #dd0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #dd0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/*#divheaderbackground { 
  background-image: url('Images/banner2-background-blue1brighter30.jpg'); 
    -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 327px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px 0px 0px;
}*/

ul.enlarge{
list-style-type: none; /*remove the bullet point*/
margin-left: 0;
padding-left: 10px;

margin: 0;
/*top: 10px; 
position: fixed;*/
}
ul.enlarge li{
display: inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
/*margin:10px 40px 0 20px;*/
margin: 10px 40px 0 0px;
}
ul.enlarge img{
/*background-color:#eae9d4;*/
background-color: #505050;
padding: 3px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
ul.enlarge span{
position:absolute;
left: -9999px;
/*background-color:#eae9d4;*/
background-color: #505050;
/*padding: 10px;*/
padding: 15px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center; 
/*color: #495a62;*/
color: #F0F0F0;  
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge span img{
padding:2px;
background:#ccc;



}

/*top: 10px;
position: relative;*/ 

ul.enlarge li:hover span{ 
top: 10px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 10px; /*distance from the left of the thumbnail to the left of the popup image*/

position: fixed;
/*width:615px; 
height:840px;*/
width: 50%; 
height: 85%;
}

/*ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}*/
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
/*ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}*/


/*enlargeimg {
background-color:#eae9d4;
padding: 6px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 

padding:2px;
background:#ccc;

z-index: 50;
cursor:pointer;
}*/

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: white;
}*/