﻿body {
}

h4 {
    /* 2018.12.03 %% GEL %% color: Purple; */
}

.SchoolDetailText {
    /* 2018.12.03 %% GEL %% color: Navy; */
}

.SchoolDetailDate {
    /* 2018.12.03 %% GEL %% color: Navy;
    background-color: Green; */
}

.ASPxDateEdit {
}

.SchoolDetailDisabled {
    background-color: #d9d9d9;
}

.SchoolDetailLabel {
    /* 2018.12.03 %% GEL %% color: Navy; */
    /* 2018.12.03 %% GEL %% font-weight: bold; */
    /* 2018.11.28 %% GEL %% font-size: smaller; */
}

.SchoolDetailHeading {
    /* 2018.12.03 %% GEL %% color: Navy;
    font-weight: bold; */
    /* 2018.12.03 %% GEL %% font-size: medium; */
}

.Error {
    border-style: ridge;
    /* 2018.12.03 %% GEL %% font-size: small; */
    font-weight: bolder;
    color: #FF0000;
    background-color: #C0C0C0;
}


.Notice {
    /* 2018.12.03 %% GEL %% font-size: medium; */
    font-weight: bolder;
    color: Navy;
}

Table.EdDir-Table {
    vertical-align: middle;
    text-align: left;
    /* 2018.11.28 %% GEL %% width: 640px; */
    border-width: 0px;
}

.ModalPopup {
    Background-color: White;
    border-width: thin;
}

.ModalPopupBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.collapsedPanel {
    width: 640px;
    height: 0px;
    background-color: White;
    overflow: hidden;
}

.collapsedPanelHeader {
    width: 640px;
    height: auto;
    color: #1A32CC;
    background-color: White;
    color: Navy;
    font-weight: bold;
    font-size: smaller;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.tbWaterMark {
    text-align: center;
    font-size: small;
    font-style: oblique;
    color: #151AEE;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.gvAltItem {
    background-color: #151AEE;
}

.gvText {
    color: Green;
}

div.EdDirPanel {
    background-color: Aqua;
    opacity: .8;
}

    div.EdDirPanel p {
        color: Black;
        opacity: 1.5;
    }

.PasswordNotice {
    color: Navy;
    width: 400px;
    font-weight: bold;
}

/*GridViewCSS White Chrome Style*/
    .GridViewStyle {
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
    border: #999999 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/ {
    background-image: url(../../images/HeaderWhiteChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    border-bottom: solid 1px #999;
    color: Navy;
    text-align: left;
}

    .HeaderStyle th {
        padding: 5px;
        color: #333;
    }

    .HeaderStyle a {
        text-decoration: none;
        color: #333;
        display: block;
        text-align: left;
        font-weight: normal;
    }

    .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .PagerStyle td {
        border-top: #999999 1px solid;
    }

    .PagerStyle a {
        color: #333;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #999;
        border-bottom: solid 1px #999;
        border-left: solid 1px #fff;
    }

    .PagerStyle span {
        font-weight: bold;
        color: #333;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/ {
    padding: 5px;
    /* border-right: solid 1px #999; */
}

.RowStyle td {
    background-color: #E4E4E4;
    background-image: url(../../images/HeaderWhiteChrome.jpg);
}

.AltRowStyle {
    background-color: #9ab2ca;
    background-image: url(../../images/HeaderWhiteChrome.jpg);
}

.SelectedRowStyle td {
    background-color: #FF9;
}

.lblFilterStatus {
    font-style: italic;
    color: Navy;
}

.BoundFirstName {
    color: Navy;
    width: 100px;
}

.BoundMiddleName {
    color: Navy;
    width: 100px;
}

.BoundLastName {
    color: Navy;
    width: 100px;
}

.BoundEmail {
    color: Navy;
    width: 150px;
    text-align: left;
}

.BoundWorkPhone {
    color: Navy;
    width: 100px;
}

.SignOff {
    color: Red;
    font-size: x-large;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/* Adjust this width to fit your needs */
.container {
    width: auto;
}

/*
.container_head {
    height: 30px;
    background-image: url(../../images/container_center.jpg);
} */

/* To Center align the title add: text-align:center; */
/*
.container_head_text {
    height: 23px;
    padding: 7px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.container_content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    color: #666666;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: none solid solid solid;
    border-color: #E7E7E7;
}

.UnlockUser {
    width: 85px;
    text-align: center;
}

.EditRoles {
    width: 85px;
    text-align: center;
}

.AuthorizeUser {
    width: 85px;
    text-align: center;
}

.ResetUserPassword {
    width: 85px;
    text-align: center;
}
*/
.StaffingFullName {
    width: 200px;
    text-align: left;
    /* 2018.11.28 %% GEL %% font-size: smaller; */
    color: Navy;
}

.StaffingPosition {
    /* 2018.11.28 %% GEL %% width: 200px; */
    text-align: left;
    /* 2018.11.28 %% GEL %% font-size: smaller; */
    color: Navy;
}

.StaffingADDButton {
    filter: alpha(opacity=70);
    opacity: 0.7;
    font-size: x-small;
    font-weight: bold;
    color: Gray;
}

.StaffingEDITButton {
    /*    filter:alpha(opacity=70); 
	opacity:0.7; */
    font-size: x-small;
    font-weight: bold;
    color: red;
    cursor: pointer;
}

.StaffingHeader {
    font-size: x-large;
    text-decoration: underline;
    color: Navy;
}

.StaffingPhone {
    /* 2018.11.28 %% GEL %% width: 70px; */
    text-align: left;
    /* 2018.11.28 %% GEL %% font-size: smaller; */
}

.StaffingJobTitle {
    /* 2018.11.28 %% GEL %% width: 200px; */
    text-align: left;
    /* 2018.11.28 %% GEL %% font-size: smaller; */
}

.RepeaterTable {
    /* 2018.11.28 %% GEL %% width: 800px; */
}

.StaffingCommandColumn {
    width: 10px;
    filter: alpha(opacity=70);
    opacity: 0.9;
    font-size: x-small;
    font-weight: bold;
    color: gray;
    cursor: pointer;
    text-decoration: underline;
}

.AddedStaffResults {
    border-style: solid;
    border-width: medium;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.9;
    color: Navy;
    font-size: larger;
}

.StaffingOddRow {
    color: Navy;
}

.StaffingEvenRow {
    color: Navy;
}

.SelectedStaff {
    color: Navy;
    background-color: Yellow;
}


table.ASPxDateEdit input {
    color: Navy;
}

/*
    Added 2018.11.26 to fix issues in layout
*/
    table .tblLookup td.SchoolDetailLabel {
    padding-right: .5em;
    padding-top: .25em;
}

table.tblLookup tr td {
    padding-bottom: .5em;
}

table.tblLookup td.SchoolDetailLabel + td {
    width: 20em;
}

    table.tblLookup td.SchoolDetailLabel + td input[type="text"],
    table.tblLookup td.SchoolDetailLabel + td select {
        width: 20em;
    }
