/* CSS Stylesheet for the eAdvance Web Site */



BODY {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.PageStyle { background-color: #FFFFFF; }

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    color: #404040;
}

.BodyLabel {
    color: #404040;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
}

.popButton {
    position: absolute;
    margin-left: 2px;
    width: 25px;
    height: 25px;
    background: url(images/btn_small_go.gif) no-repeat;
}

.CollapseItemList {
    color: #FF0000;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.CollapseGroupName {
    margin-left: 96%;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.SectionLabel {
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}



.ValueLabel {
    color: #000000;
    font-weight: normal;
    font-size: 10px;
    text-align: left;
}

.Error {
    text-align: center;
    font-size: large;
}

.Message {
    text-align: center;
    font-size: unset;
}

.TableHeader {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MsgLabel {
    color: #404040;
    font-weight: bold;
    font-size: 10px;
}

.TabCtl { height: 20px; }

TD { font-size: 10px; }

TEXTAREA {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

INPUT {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

SELECT {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

H1, H2, H3, H4, H5, THEAD, TFOOT { COLOR: #404040; }

TH {
    vertical-align: center;
    font-size: 12px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DefaultCursor { cursor: default; }


/*********************************/

/* Tabs							 */

/*********************************/

.WebTabControl_TabFont {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #404040;
    vertical-align: middle;
}

/*********************************/

/* Multi-page Navigation links	 */

/*********************************/

A.NavLink {
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #404040;
}

A.NavLink:visited {
    text-decoration: none;
    color: #404040;
}

A.NavLink:active {
    text-decoration: none;
    color: #404040;
}

A.NavLink:hover {
    text-decoration: none;
    font-weight: bold;
    color: #404040;
}

/*********************************/

/* Self Registration Pages	 */

/*********************************/

/* Section labels in InitSelfRegistration page */

.SelfRegSectionLabel {
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

/* Table Header in SelfRegistrationSelectUser page */

.SelfRegTableHeader {
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

/* Table Entry in SelfRegistrationSelectUser page */

.SelfRegTableRow {
    color: #404040;
    font-size: 12px;
    text-align: left;
}

/* Select Button in SelfRegistrationSelectUser page */

.SelfRegTableButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 12px;
    width: 80px;
    height: 25px;
}

/* Field Labels in InitSelfRegistration and SelfRegistration (Cols=2) page */

.SelfRegBodyLabelRight {
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    width: 150px;
}

/* Field Labels SelfRegistration (Cols=1) page */

.SelfRegBodyLabelRightSingleCol {
    color: #404040;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    width: 150px;
}

/* Field Entries in InitSelfRegistration and SelfRegistration (Cols=2) page */

.SelfRegInput {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    width: 200px;
}

/* Field Entries in SelfRegistration (Cols=1) page */

.SelfRegInputSingleCol {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    width: 200px;
}

/* Error Label in all SelfRegistration pages */

.SelfRegError {
    text-align: center;
    FONT-SIZE: 12px;
}

/* Buttons in all SelfRegistration pages except the Select Button on SelfRegistrationSelectUser*/

.SelfRegButton {
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 40px;
}

/* Page Headers in all SelfRegistration pages */

.SelfRegH2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.00em;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    color: #404040;
}

/* Styles the employee AJAX-style dropdown list */

.EmpCompletionList {
    min-width: 250px;
    max-width: 500px;
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
}

.VisitorCompletionList {
    min-width: 340px;
    max-width: 500px;
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
    width: 340px;
}

/* hide all visitor images */

img[alt*="Photo"] { display: none; }

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container {
    background-color: #f0ffff;
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}


.popupConfirmation {
    width: 300px;
    height: 200px;
}

.popup_Titlebar {
    background: #6495ed;
    height: 29px;
}

.popup_Body {
    padding: 30px 30px 30px 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #ff0000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.TitlebarRight {
    background: url(Images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons { margin: 10px; }

/*New CSS Design*/

.logo {
    height: 50px;
    width: 120px;
    margin-left: 10px;
    margin-top: 10px;   
}

.container {
    height: 450px;
    width: 100%;
    align-content: center;
}

.wrapper {
    width: 415px;
    height: 303px;
    align-content: center;
    position: relative;
}

.action-button {
    width: 100%;
    height: auto;
    background: #F2F2F2;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-color: #999999;
    border-style: solid;
    border-width: thin;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif
}

.action-checkbox {
    width: 100%;
    height: auto;
    background: transparent;
}

.action-column {
    width: 75px;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

.form-submit {
    background: #00539b;
    border: solid 1px #00539b;
    box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 80px;
    min-height: 22px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 1px #0f5797;
    transition: background .4s;
}

.login-table {
    width: 315px;
    height: 200px;
    align-items: center;
    background: #b0cbea;
    margin: 70px 80px 70px 80px;
}

.login-label {
    height: 30px;
    font-size: 12px;
}

.SectionDivider {
    background-color: #00539b;
    margin-top: 2px;
    margin-bottom: 8px;
}

.table-bottom-bar {
    height: 19px;
    width: 100%;
    background-color: #E6E6E6;
}

.header-font, .header-font-white {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    color: #ffffff;
}

/* class with style for White theme */

.header-font-white { color: #000000; }

/*********************************/

/* Sub Menu	(upper-right corner) */

/*********************************/

A.topmenu, A.topmenu-white {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/* class with style for White theme */

A.topmenu-white { color: #000000; }

A.topmenu:link, A.topmenu-white:link {
    color: #ffffff;
    text-decoration: none;
}

/* class with style for White theme */

A.topmenu-white:link { color: #000000; }

A.topmenu:hover, A.topmenu-white:hover {
    text-decoration: none;
    color: #ffffff;
}

/* class with style for White theme */

A.topmenu-white:hover { color: #000000; }

A.topmenupipe, A.topmenupipe-white {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/* class with style for White theme */

A.topmenupipe-white { color: #000000; }

A.topmenupipe:link, A.topmenupipe-white:link {
    color: #ffffff;
    text-decoration: none;
}

/* class with style for White theme */

A.topmenupipe-white:link { color: #000000; }

/*********************************/

/* Main Menu					 */

/*********************************/

A.mainmenu {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
}

A.mainmenu:link {
    color: Blue;
    text-decoration: none;
    z-index: 1;
}

A.mainmenu:hover {
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
}

.MainMenuStyle {
    
    border-color: #bbbbbb;
    border: 1px;
    border-style: solid;
    z-index: 1;
}

.MainMenuStaticItemStyle, .MainMenuStaticItemStyleWhite {
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
    padding-left: 8px;
    font-size: 13px !important;
}

/* class with style for White theme */

.MainMenuStaticItemStyleWhite { color: #000000; }

.MainMenuDynamicItemStyle {
    color: #3E3E3E;
    font-weight: bold;
    padding: 3px;
    z-index: 1;
}

.MainMenuDynamicHoverStyle {
    background-color: #C6C6C6;
    z-index: 1;
}

.div-lightgrey-border {
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
    visibility: visible;
    overflow: auto;
    width: 625px;
    position: static;
    background-color: White
}

/*********************************/

/* Reports      				 */

/*********************************/

table.ReportTable td {
    text-align: left;
    padding: 2px;
}

.ReportTableHeader {
    height: 22px;
    background-color: lightgray;
}

.resourcestrings-table-header th {
    height: 22px;
    background-color: #00539b;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.approval-table-header {
    height: 22px;
    background-color: #00539b;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.visitor-table-header {
    height: 22px;
    background-color: #00539b;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.employee-table-header {
    height: 22px;
    background-color: #00539b;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.report-wizard-table {
    display: table;
    min-width: 450px;
}

.report-wizard-table-body { display: table-row-group; }

.report-wizard-table-row { display: table-row; }

.report-wizard-table-footer {
    background-color: #E6E6E6;
    padding: 10px;
    text-align: center;
}

.report-wizard-paramter-cell-label {
    display: table-cell;
    padding: 10px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top
}

.report-wizard-paramter-cell-checkbox {
    display: table-cell;
    padding: 10px 10px 10px 5px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top
}

.report-wizard-parameter-cell-spacing {
    display: table-cell;
    min-width: 30px
}

.report-wizard-parameter-cell-control {
    display: table-cell;
    padding: 10px;
    text-align: left;
    height: 22px
}

.report-wizard-control {
    width: 100%;

    /* needed to make same width for html's input and select controls */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.report-wizard-time-dropbox {
    vertical-align: bottom;
    height: 22px;
}

.report-wizard-checkbox label { vertical-align: middle; }

.report-wizard-checkbox input {
    vertical-align: middle;
    text-align: right;
}

.report-wizard-parameters-table { border: gainsboro thin solid; }