﻿/* DEFAULTS
----------------------------------------------------------*/

a:link, a:visited
{
    
    font-family: "Times New Roman" , Times, serif;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    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;
}

/* 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
{
    background-color: #269;
    background-image: linear-gradient(white 2px, transparent 2px), linear-gradient(90deg, white 2px, transparent 2px), linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
    background-size: 00px 00px, 00px 00px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.header
{
    background-color: #ffff;
}

.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 12px;
    margin: 70px;
    background-color: White;
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color:Black;
    
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 02px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #;
    display: inline-block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

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  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.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;
}

/* Row
----------------------------------------------------------*/
.list-row
{
    display: inline-block;
    margin: 10px 2px 2px 2px;
    width: 90%;
    border-radius: 5px;
    background: #ffff;
   
}

.list-left
{
    float: left;
    padding: 6px;
    color: Black;
    font-size: large;
    
}

.list-right
{
    padding: 6px;
    float: right;
    font-size: large;
  
}

.list-title
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: xx-large;
    color: White;
    background: #ffff;
    margin: 10px;
    float: left;
}
.msg
{
    font-size: small;
}
/* Button
----------------------------------------------------------*/
.button_home
{
    border-radius: 5px;
    border: none;
    color: #oooo;
    text-align: center;
    font-size: 28px;
    padding: 10px;
    width: 120px;
    transition: all 1.5s;
    cursor: pointer;
    margin: 5px;
    box-shadow: 10px 14px 18px 0 rgba(0,0,0,0.2);
}
.button
{
    border-radius: 5px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 10px;
    width: 120px;
    transition: all 1.5s;
    cursor: pointer;
    margin: 5px;
    box-shadow: 10px 34px 38px 0 rgba(0,0,0,0.2);
}

.button span
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after
{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 1.5s;
}

.button:hover span
{
    padding-right: 25px;
}

.button:hover span:after
{
    opacity: 1;
    right: 0;
}
.card
{
    box-shadow: 10px 34px 38px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 2px 2px 2px 2px;
}

.card:hover
{
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
}

.container
{
    padding: 2px 16px;
}
.header_card
{
    box-shadow: 10px 4px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    font-family: Times New Roman, Arial , Sans-Serif;
    height: 120px;
    font-size: xx-large;
    background-color:#ffff;
}

.header_card:hover
{
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
}

.container
{
    padding: 2px 16px;
}

.paragraph_card
{
    
    transition: 0.3s;
    font-family: Times New Roman, Arial , Sans-Serif;
    font-size: 17;
    background-color:White;
    text-align: justify;
    width:100%;
    
    
}

.paragraph_card:hover
{
    
}

.container
{
    padding: 2px 16px;
}
.table
{
    
    padding:20px;
    border-radius: 15px;
    opacity:.7;
    color:Black;
    width:100%; 
    
}

.table_header
{
    background-color:Blue;
    opacity:.6;
    color:White;
}
.table_row
{
  background-color:Green;
  opacity:.9;
  color:White;
  
}
.table_row:hover
{
    box-shadow: 20px 40px 60px 1px rgba(0,0,0,0.2);
}

tr
{
    height:30px;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
    
    }
p::first-letter {
    font-size: 500%;
    color: Black;
    
}

.img_card:
{
    
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
 }

div.container1 {
 position:absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
}
div.container2 {
        position:absolute;
		top: 25px;
		left: 25px;
		z-index: 2;
}
.heading1
{
    color:White;
    
    font-size:35px;
  
    }
    
 .icon
 {
     width:100%;
     height:50%;
     }
.img_border
{
    border: 5px solid #ddd;
    border-radius: 4px;
    padding: 2px;
    -webkit-filter: brightness(50%);
    filter: brightness(100%);
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
}

::-webkit-scrollbar {
    width: 10px;
  }

/* Track */
::-webkit-scrollbar-track {
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color:transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #b30000; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}

.main_icon
{
     color:White;
     opacity:.9;
     margin:4px 4px 4px 4px;
     box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
     border-radius:4px;
    }
    
.main_icon:hover
{
    box-shadow: 120px 140px 160px 100px rgba(1,2,3,0.2);
    border-radius:90px;
    
}