﻿/* Jquery UI Overrides */

.ui-widget-content {
    border: 1px solid #245794 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
}

    .ui-widget-content a {
        color: #000000;
    }

.ui-widget-header {
    border: 1px solid #245794 !important;
    background-color: #245794 !important;
    background: #245794 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

    .ui-widget-header a {
        color: #ffffff !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #245794 !important;
        background-color: #E0EEF8 !important;
        background: #E0EEF8 !important;
        font-weight: normal !important;
        color: #ffffff !important;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #000000 !important;
            text-decoration: none !important;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #245794 !important;
        background: #E0EEF8 !important;
        font-weight: normal !important;
        color: #000000 !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #245794 !important;
        background: #E0EEF8 !important;
        font-weight: normal !important;
        color: #000000 !important;
    }

        .ui-state-active,
        .ui-widget-content .ui-state-active,
        .ui-widget-header .ui-state-active,
        a.ui-button:active,
        .ui-button:active,
        .ui-button.ui-state-active:hover {
            border: 1px solid #245794 !important;
            background: #ffffff !important;
            font-weight: normal !important;
            color: #000000 !important;
        }

.ui-menu .ui-state-active {
    border: 1px solid #245794 !important;
    background: #245794 !important;
    font-weight: normal !important;
    color: #000000 !important;
}


.ui-accordion .ui-accordion-header {
    margin: 0 0 0 0;
    padding: .4em .4em .4em .4em;
}

/* Areas */
body {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
}

form {
    margin: 0px;
    padding: 0px;
}

.MasterCheckbox {
    padding-top: 4px;
}

.tdBorderBottomBold {
    border-bottom: 1px solid #acacac;
    vertical-align: top;
    font-weight: bold;
}

.tdBorderBottom {
    border-bottom: 1px solid #acacac;
    vertical-align: top;
}

.tdBorderRight {
    border-right: 1px solid #acacac;
}

/* Global Formatting */
img {
    border: 0px;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

/* Status Types */
.OkStatus {
    color: #000000;
    font-weight: bold;
    background-color: #77ff00;
    padding: 1px 1px 1px 1px;
}

    .OkStatus a:link {
        color: #000000;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

    .OkStatus a:visited {
        color: #000000;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

.ReviewStatus {
    color: #FFA500;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}

.CancelledStatus {
    background-color: #800080;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}

.NotBookedStatus {
    background-color: #FFA500;
    color: #000000;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}

.ConfirmationStatus {
    color: #000000;
    font-weight: bold;
    background-color: #ffff00;
    padding: 1px 1px 1px 1px;
}

    .ConfirmationStatus a:link {
        color: #000000;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

    .ConfirmationStatus a:visited {
        color: #000000;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

.IssueStatus {
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000;
    padding: 1px 1px 1px 1px;
}

    .IssueStatus a:link {
        color: #ffffff;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

    .IssueStatus a:visited {
        color: #ffffff;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

.AwayStatus {
    color: #ffffff;
    font-weight: bold;
    background-color: #0033ff;
    padding: 1px 1px 1px 1px;
}

    .AwayStatus a:link {
        color: #ffffff;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

    .AwayStatus a:visited {
        color: #ffffff;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
    }

.NotActiveStatus {
    color: #000000;
    font-weight: bold;
    background-color: #FFA500;
    padding: 1px 1px 1px 1px;
}

.ValidationError {
    color: #ff0000;
    padding: 1px 1px 1px 1px;
}
/* Additional Vals */
.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 1.25em;
    font-weight: bold;
}

.headerBottomPad {
    padding: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
    font-weight: bold;
    font-size: 1.25em;
}

.content {
    padding: 0px 10px 0px 10px;
    text-align: left;
    font-size: 0.9em;
    color: #000000;
}

.contentNoPad {
    text-align: left;
    font-size: 0.9em;
    color: #000000;
}

.footer {
    margin: 2px 0 0 0;
    padding: 2px 0 0 2px;
    text-align: left;
    font-size: 0.6em;
    color: #999999;
}

/* Error (validationgroup) */
.validationError {
    color: #ff0000;
}

.tooltip {
    position: absolute;
    display: none;
    z-index: 1000;
    background-color: white;
    color: black;
    border: 1px solid black;
}


/* begin: jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-datepicker-calendar td {
    border: 1px solid transparent;
}
/* end: jQuery UI Datepicker moving pixels fix */
/* begin: jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #ff6a00 none; /* a color that fits the widget theme */
    color: white; /* a color that is readeable with the color above */
}
/* end: jQuery UI Datepicker emphasis on selected dates */

input[type='text'], input[type='number'], input[type='password'], textarea {
    font-size: 16px;
}

.EditButton {
    background-color: #CDFECD !important;
    background: #CDFECD !important;
}

.DashboardButton {
    background-color: #4CC417 !important;
    background: #4CC417 !important;
}

.ReportButton {
    background-color: #FAFF89 !important;
    background: #FAFF89 !important;
}

.UpdateButton {
    background-color: #FAFF89 !important;
    background: #FAFF89 !important;
}
