﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face {
    font-family: PublicSansRegularIE;
    src: url('../fonts/PublicSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: PublicSansBoldIE;
    src: url('../fonts/PublicSans-Black.ttf') format('truetype');
    font-weight: normal;
}

body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*background-color: #D3D3D3;*/
    /*background-color: #f2f2f2;*/
    /*background-color: #f5f5ef;*/
}

/*a {
    color: #3377FF;
}

    a:hover {
        color: red;*/
        /* text-decoration: none;*/
    /*}

    a:active {
        color: #034af3;*/
        /*text-decoration: none;*/
    /*}*/

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.button {
    color: black;
    font-family: "Public Sans", "Public Sans";
    /*background-color: silver;*/
}

    .button:hover {
        color: black;
        background-color: yellow;
    }

    .button:disabled {
        opacity: 0.25;
        /*color: blue;
        background-color: green;*/
    }

.buttonMobile {
    color: black;
    background-color: #DBDBDB;
    height: 40px;
}

    .buttonMobile:hover {
        color: black;
        background-color: yellow;
        height: 40px;
    }

    .buttonMobile:disabled {
        opacity: 0.25;
        /*color: blue;
        background-color: green;*/
    }

.dltButton {
    color: black;
    background-color: #FF6A6A;
}

    .dltButton:hover {
        color: black;
        background-color: yellow;
    }

    .dltButton:disabled {
        opacity: 0.25;
        /*color: blue;
        background-color: green;*/
    }

.menuButton {
    margin-left: 20px;
    font-weight: bold;
    top: 7px;
    position: relative;
}

    .menuButton:hover {
        color: black;
        background-color: yellow;
    }

    .menuButton:disabled {
        opacity: 0.25;
        /*color: blue;
        background-color: green;*/
    }

.mainPanel {
    color: black;
    /*background-color: silver;*/
}

    .mainPanel:disabled {
        opacity: 0.25;
    }

.gvlink {
    color: #3377FF;
    text-decoration: none;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    /*font-weight: bold;*/
}

    .gvlink:hover {
        color: red;
        text-decoration: none;
    }

/*.GridViewEditRow input[type=text] {
    width: 50px;
}*/
/* size textboxes */

/*.GridViewEditRow select {
    width: 50px;
}*/
/* size drop down lists */


.logoutlink {
    color: blue;
    cursor: pointer;
}

    .logoutlink:hover {
        color: red;
        cursor: pointer;
    }

.RadioButtonLeft {
    white-space: nowrap;
    position: absolute;
    text-align: left;
}

.gridLinks {
    text-decoration: none;
}

.gridRows {
    padding-left: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.GroupHeaderRowStyle {
    background-color: #001A70;
    height: 25px;
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    color: White;
}

.GroupHeaderRowStyleLeft {
    background-color: #001A70;
    height: 25px;
    text-align: Left;
    font-size: 10pt;
    font-weight: normal;
    color: White;
}

.GroupHeaderRowStyleBlank {
    background-color: white;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    border-style: none;
}

.centerroundedbox {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px 20px 20px 20px;
}

.roundedbox {
    border-radius: 20px 20px 20px 20px;
}

.roundedboxtop {
    border-radius: 20px 20px 0px 0px;
}

.roundedboxbottom {
    border-radius: 0px 0px 20px 20px;
}

.ddlPad {
    padding-left: 5px;
    padding-right: 5px;
}

/* 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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    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;
}



/* 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  
----------------------------------------------------------*/
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* width: 70%; */
}

.gridCenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Public Sans", "Public Sans";
    /* width: 70%; */
}

.PopupPanel {
    position: fixed;
    left: 50%;
    top: 18%;
    margin-top: -60px;
    margin-left: -215px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.PopupPanel2 {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -360px;
    margin-left: -402px;
}

.label {
    white-space: nowrap;
    position: absolute;
    font-family: "Public Sans", "Public Sans";
}

.labelDetail {
    white-space: nowrap;
    position: absolute;
    font-size: 11pt;
}

.labelRight {
    white-space: nowrap;
    position: absolute;
    text-align: right;
}

.labelLeft {
    white-space: nowrap;
    position: absolute;
    text-align: left;
}

.labelLeftWrap {
    position: absolute;
    text-align: left;
}

.labelCenter {
    white-space: nowrap;
    text-align: center;
}

.labelHeaderSmall {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Public Sans", "Public Sans";
  /*  font-family: "CinzelRegularIE", "CinzelRegularNIE";*/
}

.panel {
    background-color: #D3D3D3;
}

.CheckBoxCenter {
    margin-left: auto;
    margin-right: auto;
    padding-right: 80px;
}
