﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: 1em;
    font-family: "Segoe UI", "Open Sans", serif, Arial, Helvetica, Verdana, sans-serif;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #090909; /* Color of text on content */
    text-align: left;
    background-color: #FFFFFF;
    
}
/*
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}*/

a:link, a:visited, a:active
{
    color: black;
    text-decoration: none; 
}

a:hover
{
    color: gray;
    text-decoration: none; 
}


a.editButton:link, a.editButton:visited, a.editButton:active
{
    font-size:11px;
    color: black;
    text-decoration: none; 
    
}

a.editButton:hover
{
    color: gray;
    text-decoration: none; 
}



p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: "Segoe UI Light", "Open Sans Light", serif, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
    color: #666666;
    /*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
{
    margin-left: auto;
    margin-right: auto;
    /*width: 960px;  */
}

.upperpageline
{
    margin: 0px auto auto auto;
    text-align: right;
}

.headerlogoframe
{
    background-repeat: no-repeat;
    background-position: right top;
    height: 50px;
    padding-right: 46px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2c2c2c;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #090909;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    background-color: White;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#505050;
    width:100%;
    border-top: 1px solid #FF0000;
}

div.menu
{
    font-family: "Segoe UI Light", "Open Sans Light", serif, Arial, Helvetica, Verdana, sans-serif;
    padding: 4px 0px 4px 8px;
    margin-left: auto;
    margin-right: auto;
}

div.menuInner
{
    margin-left: auto;
    margin-right: auto;
    min-height:45px;
    display: table;
    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 1;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: white;
    display: block;
    line-height: 27px;
    padding: 5px 11px 5px 11px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    transition-property: color,background;
    font-weight: 600;
    font-size: 17px;
    background-color:#505050;
    cursor: pointer;
    
}

div.menu ul li a:hover
{
    cursor: pointer;
    color: gray;
    text-decoration: none;
}

div.menu ul li a:active
{
    cursor: pointer;
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    
}

#MenuCases ul 
{
    z-index: 2;
}

div.menucases
{
    font-size: 1.2em;  
}

#MenuCases a
{
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;  
    min-width: 100px;
    
}

#MenuOptions a.dynamic
{
    float: right;
    opacity: 1;
    animation: fade 0.2s linear;
}

#MenuOptions ul 
{
    float: right;
    z-index: 2;
}

div.menuoptions
{
    float: right;
    font-size: 1em; 
    padding-left: 5px;
    
}

#MenuOptions a
{
    float: right;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;  
    min-width: 100px;
    
}

#MenuOptions a.dynamic
{
    opacity: 1;
    animation: fade 0.2s linear;
    
}



/* 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;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 60px;
}

.loginDisplay
{
    font-size: 15px;
    display: block;
    text-align: right;
    color: White;
    height: 60px;
    padding-right: 40px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.loginform
{
    width: 300px; 
    margin-left: auto; 
    margin-right:auto;
    margin-top:100px;
    background-color: #F2F2F2;
    padding: 25px 25px 25px 25px;
    border-radius: 20px 0px;
    box-shadow: 0px 5px 15px rgba(0,0,0,.4);
    opacity: 1;
    animation: fade 1.5s linear;
}

.loginform table {
    margin-left: auto;
    margin-right: auto;
}

.loginform input[type="text"], .loginform input[type="password"] {
    width: 150px;
}

.ForgotPwBtn {
    font-size: x-small;
}

@keyframes fade {
    0% { opacity: 0 }
  25% { opacity: 0.5 }
  100% { opacity: 1 }
}

.failureNotification
{
    font-size: 15px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.tileButtonWithImage {
    border: 1px solid gray;
    color: white;
    padding: 180px 20px 0px 5px;
    text-align: left;
    vertical-align: text-bottom;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    width: 220px;
    height: 220px;
    box-shadow: 0px 5px 15px rgba(0,0,0,.4);
    transition: 0.2s ease-in-out;
    transition-property: all;
    
}

.hidden {
    display: none;
}

.tileButtonWithImage:hover 
{
    font-size: 20px;
}

.tableAlignVerticalTop
{
    vertical-align: top;
    padding-bottom: 30px;
}


@media screen and (max-device-width: 800px) {
    .loginform {
        font-size: 3vw;
        width: 90%;
        align-content: center;
    }

    .loginform input[type="text"], .loginform input[type="password"] {
        width: 90%;
        font-size: 3vw;
    }

    .loginform input[type="submit"] {
        font-size: 3vw;
    }

    .ForgotPwBtn {
        font-size: 2vw;
    }

    .loginform input[type="checkbox"] {
        width: 3vw;
        height: 3vw;
    }

    .loginform table table td {
        padding-bottom: 2vw;
    }
}

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
        padding: 50px;
    }
}

