﻿/************************* BEGIN CLEAR *************************************/
input::-ms-clear { display: none; }
html, body {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

textarea {
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

.ajax__calendar_title {
    width: 150px;
    margin: auto;
}

.AllUCaseText
{
    text-transform: uppercase;
}

.Capitalize {
    text-transform: capitalize;
}

.SelectedGridViewRow
{
	font-weight: bold;
	font-family: Arial;
    font-size: 9pt;
    text-indent: 3px;
	background-color:Yellow;
}

.ajax__calendar_container {
    position: relative;
    cursor: default;
    width: 170px;
    font-size: 11px;
    z-index: 5000000;
}
.ImgButton
{
    border-style: none;
    background-color: Transparent;
    background-image: url(../images/New_Window.png);
    font-family: Arial;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.AlternateRow {
    background-color: #D9D9D9;
}

.HeaderRow {
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    background-color: #d4d4c8; /* Redundancy for old browsers */
    background-color: var(--HeaderRow-background-color);
    border-style: solid;
    border-color: Black;
    border-width: .5px;
    text-indent: 3px;
}

.ErrorMessage {
    background-color: transparent;
    color: red;
    font-weight: bold;
}

.DisplayMessage {
    background-color: transparent;
    color: darkgreen;
    font-weight: bold;
}

.WarningMessage {
    font-weight: bold;
    color: orange;
    background-color: transparent;
}

.Row1 {
    font-family: Arial;
    background-color: #FFFFFF;
    font-size: 12px;
}

.Row2 {
    font-family: Arial;
    background-color: #EEEEEE;
    font-size: 12px;
}

.Row1_11pt {
    background-color: #FFFFFF;    
    font-size: 11px;
}

.Row2_11pt {
    background-color: #EEEEEE;
    font-size: 11px;
}

.Row1_10pt {
    background-color: #FFFFFF;    
    font-size: 10px;
}

.Row2_10pt {
    background-color: #EEEEEE;
    font-size: 10px;
}


.SelectedRow {
    background-color: #FFFF00;
    font-size: 12px;
}

.DisplayTable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    background-color: #F8F8F8;
    border-radius: 2px;
}

.HeaderCell {
    text-align: center;
    background-color: #004566;
    color: White;
    width: 100%;
    font-weight: bold;
}

.HeaderCell1 {
    text-align: center;
    background-color: #EEEEEE;
    color: #1e395b;
    font-weight: bold;
    font-size: x-large;
}

.CurrentFound {
    text-align: center;
    background-color: #F0131A;
    color: #FFFFFF;
    width: 100%;
    font-weight: bold;
}

.HeaderCellWS {
     background-color: #dce7f5;
    color: #1e395b;
    width: 100%;
    font-weight: bold;
}

hr {
    color: #004566;
}


input[readonly="readonly"][type="text"] {
    border: 1px #DDDDDD solid;
    padding: 2px;
    background-color: #FDFDFD;
    min-height: 15px;
}

input[disabled="disabled"][type="text"] {
    border: 1px #DDDDDD solid;
    padding: 2px;
    background-color: #FDFDFD;
    min-height: 15px;
}

select[disabled="disabled"] {
    border: 1px #DDDDDD solid;
    padding: 2px;
    background-color: #FDFDFD;
    min-height: 15px;
}

input[disabled="disabled"][type="button"] {
    cursor: pointer;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    background: white;
    color: #AAAAAA;
    font-weight: bold;
    font-size: small;
}

input[disabled="disabled"][type="submit"] {
    cursor: pointer;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    background: white;
    color: #AAAAAA;
    font-weight: bold;
    font-size: small;
}

/**********************************************************/
/* Style used for LinkButtons CssClass="SelectedItem"     */
/**********************************************************/
a.SelectedItem:link, a.SelectedItem:visited {
    color: #004566;
    text-decoration: none;
}

a.SelectedItem:hover {
    color: #FFFFFF;
    background-color: #004566;
    text-decoration: none;
}

a.SelectedItem:active {
    color: #FFFFFF;
    background-color: #004566;
    text-decoration: none;
}

/**********************************************************/
/* Style used for gray LinkButtons on top-right of Master */
/**********************************************************/
.HLLinkBtnStyle:link, a.HLLinkBtnStyle:visited {
    color: #666666;
    text-decoration: none;
}

.HLLinkBtnStyle:hover {
    color: #666666;
    text-decoration: underline;
}

.HLLinkBtnStyle:active {
    color: #666666;
    text-decoration: underline;
}

.MenuButton {
    font-size: 9pt;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    display: block;
    border: solid #CCC 1px;
    text-align: center;
    color: #07c;
    cursor: pointer;
}

.MenuButton:hover, .MenuButton:active, .MenuButton:focus {
    border: solid #AAA 1px;
    background-color: #EEE;
    color: #07c;
}

.MenuButton[disabled="disabled"][type="button"] {
    font-size: 9pt;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    display: block;
    border: solid #CCC 1px;
    text-align: center;
    color: #CCC;
    background-color: #EEE;
    cursor: pointer;
}

.MenuButton[disabled="disabled"][type="submit"] {
    font-size: 9pt;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    display: block;
    border: solid #CCC 1px;
    text-align: center;
    color: #CCC;
    background-color: #EEE;
    cursor: pointer;
}


/**********************************************************/
/* Definitions for the MasterPage                         */
/**********************************************************/
#page {
    /*margin: auto;*/
    text-align: left;
    width: 1250px;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: small;
}

/**********************************************************/
/* Style for the Paging buttons on the DataGrid           */
/**********************************************************/
.dgrdPagerStyle a {
    color: #004566;
    background-color: #FFFFFF;
    text-decoration: none;
}

    .dgrdPagerStyle a:hover {
        color: #FFFFFF;
        background-color: #004566;
        text-decoration: none;
    }

/**********************************************************/
/* Style for Buttons                                      */
/**********************************************************/
.FormButton, .WaitButtonWithPopup, .PrintScreenButton, .DownloadButton, .WaitButton, .FormButtonNoPostBack {
    cursor: pointer;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    background: white;
    color: #002A44;
    font-weight: bold;
    font-size: small;
}

.DeleteButton {
    cursor: pointer;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #ff3535;
    border-bottom: solid 2px #ff3535;
    background: white;
    color: #ff3535;
    font-weight: bold;
    font-size: small;
}

.LoginButton {
    background-color: Transparent;
    color: White;
    border: none;
    cursor: pointer;
    background-image: url(../images/LoginBtnBg.jpg);
    width: 84px;
    height: 32px;
}



/**********************************************************/
/* Logo on the Login page                                 */
/**********************************************************/
.LoginLogo {
    background-image: url(../images/homepage/marathonweblogin.png);
    width: 792px;
    height: 612px;
    background-repeat: no-repeat;
}


/***************/
/* News Style  */
/***************/
.CANews {
    background-image: url(../images/ca_small.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
}

.MWNews {
    background-image: url(../images/mw_small.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}

.NewsTable {
    border: 1px solid #dce7f5;
}

.NewsHeader {
    font-size: 12pt;
    font-weight: bold;
    color: #366bac;
}

.NewsDate {
    font-size: 8pt;
    font-weight: bold;
    color: #AAAAAA;
}


/* Expand/Collapge Styling */
.ExpandImage {
    cursor: pointer;
    display: block;
    float: right;
    background-image: url(../images/expand_blue.jpg);
    height: 13px;
    width: 13px;
}

.CollapseImage {
    cursor: pointer;
    display: block;
    float: right;
    background-image: url(../images/collapse_blue.jpg);
    height: 13px;
    width: 13px;
}

.ShowHideText {
    cursor: pointer;
    display: block;
    float: right;
}

.DisplayLabel {
    border: 1px #DDDDDD solid;
    padding: 2px;
    background-color: #FDFDFD;
    min-height: 15px;
}

.RightAlignText {
    text-align: right;
}

.Money {
    text-align: right;
}

.DisplayLabel2 {
    border: 1px #DDDDDD solid;
    padding: 2px;
    background-color: #FDFDFD;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    overflow: scroll;
    background-color: White;
    border: 3px solid gray;
    padding: 2px;
}

.grid-alternaterow {
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    color: #666;
    font-size: 11px;
    background: #F6F6F6;
    vertical-align: top;
}

div.ui-datepicker {
    font-size: 10px;
}


.ReportToolbar {
    line-height: 30px;
    font-family: Verdana;
    font-size: 8pt;
    border-bottom: 1px #CCCCCC Solid;
    background-color: #ECE9D8;
    background-image: url(../images/toolbar-bg.png);
}

    .ReportToolbar .FirstButton {
        background-color: transparent;
        border-style: None;
        width: 16px;
        border-width: 0px;
        height: 16px;
        background-image: url("../images/toolbar-first.png");
        cursor: pointer;
        margin-left: 10px;
        margin-right: 2px;
    }

    .ReportToolbar .NextButton {
        background-color: transparent;
        border-style: None;
        width: 16px;
        border-width: 0px;
        height: 16px;
        background-image: url("../images/toolbar-next.png");
        cursor: pointer;
        margin-left: 5px;
        margin-right: 2px;
    }

    .ReportToolbar .PreviousButton {
        background-color: transparent;
        border-style: None;
        width: 16px;
        border-width: 0px;
        height: 16px;
        background-image: url("../images/toolbar-previous.png");
        cursor: pointer;
        margin-left: 5px;
        margin-right: 2px;
    }

    .ReportToolbar .LastButton {
        background-color: transparent;
        border-style: None;
        width: 16px;
        border-width: 0px;
        height: 16px;
        background-image: url("../images/toolbar-last.png");
        cursor: pointer;
        margin-left: 5px;
        margin-right: 2px;
    }

.watermarked {
    background-color: #f9feff;
    color: #666666;
    font-size: 9pt;
}

.DropButton {
    padding: 0;
    margin: 0;
    border: 0;
    background: url("../images/dropdownbutton.png") no-repeat;
    width: 15px;
    height: 22px;
}

.LiveHeader a {
    color: #666666;
    text-decoration: none;
}

.LiveHeader span {
    color: #666666;
}

.TrainingHeader a {
    color: #FFFFFF;
    text-decoration: none;
}

.TrainingHeader span {
    color: #FFFFFF;
}


.star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

.star-waiting {
    background: url(../images/star.gif) no-repeat 0 -16px;
}

.star-empty {
    background: url(../images/star.gif) no-repeat 0 0px;
}

.star-filled {
    background: url(../images/star.gif) no-repeat 0 -32px;
}

.ASPGrid {
    width: 100%;
    background-color: #fff;
    border: solid 1px #ccc;
    border-collapse: collapse;
    margin: 2px;
}

    .ASPGrid caption {
        padding: 2px; 
        background-color: #DDDDDD; 
    }

    .ASPGrid td {
        padding: 2px;
        border: solid 1px #ccc;
        color: #717171;
        font-size: 11px;
    }

    .ASPGrid th {
        padding: 2px;
        color: #666;
        background: #eee;
        border-left: solid 1px #ccc;
        font-size: 11px;
        text-align: left;
    }

    .ASPGrid .alt {
        background: #fcfcfc;
    }

    .ASPGrid .pgr {
        background: #424242;
    }

        .ASPGrid .pgr table {
            margin: 5px 0;
        }

        .ASPGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .ASPGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .ASPGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.ASPCalendar {
    border-color: #dddddd;
    font-size: 8pt;
}

    .ASPCalendar table td a {
        text-decoration: none;
    }

    .ASPCalendar a {
        text-decoration: none;
    }

    .ASPCalendar .TitleStyle {
        color: #666666;
        font-weight: bold;
    }

    .ASPCalendar .DayHeaderStyle {
        background-color: #EEEEEE;
        color: #666666;
        font-weight: lighter;
    }

    .ASPCalendar .DayStyle {
        background-color: white;
        color: black;
        cursor: pointer;
    }

    .ASPCalendar .SelectedDayStyle {
        background-color: white;
        color: black;
        cursor: pointer;
    }

.warning-label {
    border: 3px solid #ff7e00;
    background-color: #ffbf81;
    font-weight: bold;
    text-align: center;
}

.WarningMessage {
    font-weight: bold;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 1000;
}

#progressMessage {
    position: fixed;
    top: 40%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
}

fieldset {
    padding: 5px;
    border: 1px solid lightgray;
    margin-left: 2px;
}

.tooltipContainer
{
    z-index: 24;
    text-decoration: none;
    border: 0px;
}

.tooltipContainer:hover
{
    position: relative;
}

.tooltipContainer .tooltipDisplay
{
    /*the span will display just on :hover state*/
    display: block;
    visibility: hidden;
    position: absolute;
    top: 2px;
    left: 25px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #000000;
    background-color: #C9D1E7;
    color: #000000;
    text-align: left;
    z-index: 25;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tooltipContainer:hover .tooltipDisplay
{
    visibility: visible;
}


/* Begin: TableSorter CSS for SortTable class */

.TableSorter {
    position: relative;
    top: 1px;
    left: 1px;
    height: 11px;
    width: 12px;
    float: left;
    -webkit-user-select: none !important; /* webkit (safari, chrome) browsers */
    -moz-user-select: none !important; /* mozilla browsers */
    -ms-user-select: none !important; /* IE10+ */
}

.SortDesc {
    position: relative;
    background-image: url(../images/SortUp.png);
    top: 0;
    left: 0;
    width: 12px;
    height: 5px;
    float: left;
    -webkit-user-select: none !important; /* webkit (safari, chrome) browsers */
    -moz-user-select: none !important; /* mozilla browsers */
    -ms-user-select: none !important; /* IE10+ */
}

.SortAsc {
    position: absolute;
    background-image: url(../images/SortUp.png);
    top: 6px;
    left: 0;
    width: 12px;
    height: 5px;
    transform: rotate(180deg);
    float: left;
    -webkit-user-select: none !important; /* webkit (safari, chrome) browsers */
    -moz-user-select: none !important; /* mozilla browsers */
    -ms-user-select: none !important; /* IE10+ */
}

:root {
    --HeaderRow-background-color: #D4D4C8;
}

.DistrictName {
    font-weight: bold;
    font-family: Arial;
    font-size: 26px;
    color: #65657e;
}

.Required:before {
    content: "* ";
    color: red;
}

.CustomSearch:before {
    content: "+ ";
    color: #004566;
}





/*Active Applicant Changes*/
.SearchButton {
    cursor: pointer;
    border: 2px solid #60CCF4;
    background-color: #1D4698;
    color: #FFFFFF;
    font-weight: bold;
    font-size: small;
}

.StepButton {
    background-color: #1D4698;
    margin: 1px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    padding-left: 5px;
    border: 2px solid #60CCF4;
    transition: background-color .3s;
}

.DisplayButton {
    background-color: #1D4698;
    margin: 1px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 13px;
    border: 2px solid #60CCF4;
    padding: 5px 10px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.StepCell {
    height: 30px;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-right: 5px;
}

.PageHeader {
    color: #65698A;
    background-color: transparent;
    font-weight: bold;
    font-size: x-large;
}

.tblInfoFullWidth {
    width: 100%;
    border: solid;
    border-color: #1D4698;
    border-width: 2px;
    max-width: 1550px;
    min-width: 600px;
    min-height: 316px;
    border-spacing: 0px;
}

.tblInfo {
    width: 80%;
    border: solid;
    border-color: #800000;
    border-width: 2px;
    max-width: 1250px;
    min-width: 600px;
    border-spacing: 0px;
}

.JobCategoryNote {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background-color: #DBDBDB;
    max-width: 800px;
    min-width: 600px;
}

.requiredAF + span:after {
    display: inline;
    color: red;
    content: " *";
}

.AADisplayTable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;    
    border-radius: 5px;
}

.HeaderRowSmall {
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    background-color: #d4d4c8;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    text-indent: 3px;
}

.Row1Small {
    font-family: Arial;
    font-size: 9pt;
    background-color: #E7ECFC;
    text-indent: 3px;
    padding: 0px;
}

.Row2Small {
    font-family: Arial;
    font-size: 9pt;
    text-indent: 3px;
    background-color: #DED3AF;
    padding: 0px;
}

.NonColoredRowSmall {
    font-family: Arial;
    font-size: 9pt;
    text-indent: 3px;
    /*background-color: #DED3AF;*/
    padding: 0px;
}

/*END*/