﻿/* Official Magen David Fonts */
@font-face {
    font-family: 'Avenir Demi Bold';
    src: url('/fonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir Bold';
    src: url('/fonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir Regular';
    src: url('/fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('/fonts/AvenirNext-Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('/fonts/AvenirNext-UltraLight.ttf') format('truetype');
    font-weight: normal;
}

/* Other Fonts */

@font-face {
    font-family: 'Digital Mono';
    src: url('/fonts/digital_monospace.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Digital';
    src: url('/fonts/digital.ttf') format('truetype');
    font-weight: normal;
}



/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #ffffff;
    font-size: .90em;
    font-family: 'Avenir Regular','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited {
    color: #034af3;
    font-family: 'Avenir Regular','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-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;
    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
{
    /*width: 1024px;*/
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.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;
}

.progress-swirl {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px; /* make this half your image/element height */
    margin-left: -100px; /* make this half your image/element width */
    width: auto;
    height: auto;
    z-index: 100;
}

.center_content {
    text-align: center;
    align-content: center;
    margin: auto;
    vertical-align:middle;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#002E4F;
    width:100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
    font-size: .85em;
}

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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

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;
}

.navbar-nav .badge {
    position: absolute;
    top: 3px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 30%;
    background-color: #00ccff;
    color: white;
    font-size: .7em;
}

.dropdown-menu .badge {
    position: initial;
}

/* 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;
    font-weight:bold;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 32%;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 32%;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

input, select, textarea {
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #cccccc;
    background-color: #ffffff
}

/* 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;
}

.submitButton {
    margin: 2px 12px 10px 10px;
    padding-right: 10px;
}

.crosshatch {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPgogIDxyZWN0IHdpZHRoPSc4JyBoZWlnaHQ9JzgnIGZpbGw9JyNmZmYnLz4KICA8cGF0aCBkPSdNMCAwTDggOFpNOCAwTDAgOFonIHN0cm9rZS13aWR0aD0nMC41JyBzdHJva2U9JyNhYWEnLz4KPC9zdmc+Cg==");
    background-repeat: repeat;
}

.noprint {
    display: none ;
}


/* Defined Styles for Pages  
----------------------------------------------------------*/

.style1 {
    width: 100%;
}
.style2 {
    width: 265px;
}
.style3 {
    width: 131px;
}
.style4 {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: xx-large;
    color: #465c71;
    font-weight: bold;
}
.style5 {
    margin-left: 50px;
}
.style6 {
    width: 10%;
}
.style7 {
    width: 40%;
}
.style8 {
    width: 50%;
}

.Red_Border_Panel {
    width: 100%;
    border: 4px solid #FF0000;
}
.Yellow_Border_Panel {
    width: 100%;
    border: 4px solid #FFFF00;
}
.Green_Border_Panel {
    width: 100%;
    border: 4px solid #00FF00;
}
.Login_Redirector_Swirl {
    width: 40px;
    height: 40px;
}
.MDY_Text_Huge_Serif {
    font-family: 'Baskerville Old Face','Mongolian Baiti','Times New Roman',Times,serif;
    font-size: 5em;
    color: #000000;
}
.MDY_Text_Huge {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: 5em;
    color: #000000;
}
.MDY_Text_X_X_Large_Serif {
    font-family: 'Baskerville Old Face','Mongolian Baiti','Times New Roman',Times,serif;
    font-size: xx-large;
    color: #000000;
}
.MDY_Text_X_X_Large {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: xx-large;
    color: #000000;
}
.MDY_Text_X_Large_Bold {
    font-family: 'Avenir Demi Bold','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: x-large;
    color: #000000;
}
.MDY_Text_X_Large {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: x-large;
    color: #000000;
}
.MDY_Text_X_Large_Serif {
    font-family: 'Baskerville Old Face','Mongolian Baiti','Times New Roman',Times,serif;
    font-size: x-large;
    color: #000000;
}
.MDY_Text_Large_Bold {
    font-family: 'Avenir Demi Bold','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: large;
    color: #000000;
}
.MDY_Text_Large {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: large;
    color: #000000;
}
.MDY_Text_Large_Fixed_Width {
    font-family: 'Courier New','Courier','Lucida Console','Monaco',monospace;
    font-size: large;
    color: #000000;
}
.MDY_Text_Medium_Bold {
    font-family: 'Avenir Demi Bold','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: medium;
    color: #000000;
}
.MDY_Text_Medium {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: medium;
    color: #000000;
}
.MDY_Text_Small_Bold {
    font-family: 'Avenir Demi Bold','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: small;
    color: #000000;
}
.MDY_Text_Small {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: small;
    color: #000000;
}
.MDY_Text_X_Small_Bold {
    font-family: 'Avenir Demi Bold','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: x-small;
    color: #000000;
}
.MDY_Text_X_Small {
    font-family: 'Avenir Regular','Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
    font-size: x-small;
    color: #000000;
}