﻿body, html {
    margin: 0;
    padding: 0;
}

input {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    height: 16px;
}

textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}

select {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    height: 23px;
}

#wrap {
    min-width: 1024px;
    padding: 15px;
    /*max-width: calc(95%);*/
    margin: 0 auto;
    font-family: 'Open Sans',sans-serif;
    height: 100%;
    font-size: 13px;
    color: #1B242B;
}

#divHeader {
    /*background-image: url('../../Images/header_bg.gif');*/
    background-repeat: repeat-x;
    height: 130px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 9pt;
    color: White;
    text-decoration: none;
}

#divHeader2 {
    /*background-image: url('../../Images/header_bg2.gif');*/
    background-repeat: repeat-x;
    height: 10px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 9pt;
    color: White;
    text-decoration: none;
}

legend {
    color: #D95B07;
}

.stdHeaderTitle {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 40pt;
    color: #1B242B;
}

.stdHeaderTitle1 {
    font-family: 'Open Sans';
    font-size: 28pt;
    color: #1B242B;
}

.stdCopyRight {
    /*background-image: url('../../Images/footer_bg.gif');*/
    background-repeat: repeat-x;
    background-position: bottom;
    height: 40px;
    padding-top: 5px;
}

.stdCopyRightLabel {
    font-size: 9pt;
    color: black;
}

#divHeaderLink a {
    font-size: 9pt;
    color: #1E3D75;
    text-decoration: none;
}

    #divHeaderLink a:hover {
        text-decoration: underline;
    }

#divHeaderLink {
    font-size: 9pt;
    color: Black;
    text-decoration: none;
}

.divTabHeader {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 150px;
}

.stdMainSection {
    background-color: #F2F2F2;
    min-height: 320px;
    padding: 5px 5px 5px 5px;
}

.stdTitle {
    font-size: 20pt;
    padding: 5px 5px 5px 5px;
}

.stdSectionTitle {
    height: 30px;
    font-size: 25pt;
    color: #F2F2F2;
    background-color: #1B242B;
}

.stdRowColor1 {
    background-color: #F2F2F2;
}

.stdRowColor2 {
    background-color: #CCCCCC;
}

.stdLabel {
    font-size: 12pt;
    color: #4D4D4D;
}

.validateMessage {
    font-size: 10px;
    color: red;
}

.stdPage {
    font-size: 12pt;
    color: #4D4D4D;
}

.stdPageBox {
    width: 30px;
}

.stdTable {
    color: #F2F2F2;
}

.stdTableHeader {
    background-color: #4D4D4D;
    color: #F2F2F2;
}

.stdDropDownList {
    width: 100px;
}

.stdDropDownList1 {
    width: 150px;
}

.stdDropDownList2 {
    width: 200px;
}

/* TABLE */
/* ------------ */
.defaultTable {
    width: 100%;
}

    .defaultTable .formLabel {
        width: 150px;
        padding-top: 3px;
        vertical-align: top;
        white-space: nowrap;
        height: 22px;
    }

    .defaultTable .customformLabel {
        width: 100px;
        padding-top: 3px;
        vertical-align: top;
        white-space: nowrap;
        height: 22px;
    }

    .defaultTable .formText {
        padding-top: 3px;
        vertical-align: top;
        height: 22px;
        word-break: break-all;
    }

    .defaultTable .topPadding {
        vertical-align: top;
        padding-top: 3px;
        width: 2px;
    }


.filterTable {
    width: 100%;
    padding: 10px 10px 10px 10px;
}

    .filterTable td {
        vertical-align: top;
    }

.noBorderTable {
    width: 100%;
}

    .noBorderTable table tr td {
        border: none;
    }

/* TEXTBOX */
/* ------------ */

.stdTextBox {
    width: 200px;
}

.smallTextBox {
    width: 50px;
}

.mediumTextBox {
    width: 100px;
}

/* DROP DOWN LIST */
/* ------------ */
.stdDropDown {
    width: 206px;
}

/* BUTTON */
/* ------------ */
.stdButton {
    background-color: #1B242B;
    color: #F2F2F2;
    border: none;
    height: 22px;
    min-width: 80px;
    cursor: pointer;
}

.stdCustomWidthButton {
    background-color: #1B242B;
    color: #F2F2F2;
    border: none;
    height: 22px;
    cursor: pointer;
}

/* LABEL */
/* ------------ */
.label_error {
    color: Red;
}

.small_label {
    font-size: 10px;
}

/* AJAX UPDATE Progress */
/* ------------ */
.updateProgressContainer {
    position: absolute;
    background-color: #DDDDDD;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 100050;
}

.updateProgress {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    display: block;
    position: absolute;
    text-align: center;
    padding-top: 20px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    width: 200px;
    height: 40px;
    z-index: 100050;
}

/* FILTER PANEL */
/* ------------ */
.filterHeader {
    color: White;
    border-bottom: solid 1px #B0BEC7;
    border-top: solid 1px #B0BEC7;
    border-right: solid 1px #B0BEC7;
    border-left: solid 1px #B0BEC7;
    padding: 4px 10px 0px 10px;
    background-color: #1B242B;
    text-align: left;
    vertical-align: middle;
    height: 19px;
    cursor: pointer;
}

.filterBody {
    border-bottom: solid 1px #B0BEC7;
    border-top: none 0px #B0BEC7;
    border-right: solid 1px #B0BEC7;
    border-left: solid 1px #B0BEC7;
    text-align: left;
    vertical-align: top;
    background-color: White;
}

/* BOX PANEL */
/* ------------ */
.boxHeader {
    color: White;
    border-bottom: solid 1px #B0BEC7;
    border-top: solid 1px #B0BEC7;
    border-right: solid 1px #B0BEC7;
    border-left: solid 1px #B0BEC7;
    padding: 4px 10px 0px 10px;
    background-color: #1B242B;
    text-align: left;
    vertical-align: middle;
    height: 19px;
}

.boxBody {
    border-bottom: solid 1px #B0BEC7;
    border-top: solid 1px #B0BEC7;
    border-right: solid 1px #B0BEC7;
    border-left: solid 1px #B0BEC7;
    text-align: left;
    vertical-align: top;
    background-color: White;
    padding: 5px 5px 5px 5px;
}


/* GRIDVIEW */
/* ------------ */
.gridview {
}

.gridviewHeader {
    height: 22px;
    padding: 0px 3px 0px 3px;
    background-color: #1B242B;
    color: White;
}

    .gridviewHeader th {
        font-weight: normal;
        text-align: left;
        border: 1px solid #B0BEC7;
        padding-left: 3px;
        text-align: center;
    }

    .gridviewHeader a {
        font-weight: normal;
        color: White;
        text-decoration: none;
    }

        .gridviewHeader a:hover {
            text-decoration: underline;
        }

.gridviewFooter {
    font-weight: bold;
    height: 22px;
    padding: 0px 3px 0px 3px;
    background-color: #3A4F6C;
    color: White;
}

.gridviewRow {
    color: #333333;
    background-color: #FFFFFF;
    border-color: Aquamarine;
    height: 22px;
}

.gridviewRowInsert {
    color: #333333;
    background-color: #E1E1E1;
    border-color: Aquamarine;
    height: 22px;
}

.gridview tr td {
    padding-left: 5px;
    padding-right: 2px;
    border: 1px solid #B0BEC7;
}

    .gridview tr td a {
        color: #1738B9;
        text-decoration: none;
    }

        .gridview tr td a:hover {
            text-decoration: underline;
        }

.gridviewAlternateRow {
    background-color: #F0F0F0;
    height: 22px;
}

.gridviewEditRow {
    height: 22px;
}

.gridviewSelectedRow {
    color: #333333;
    background-color: #E2DED6;
    font-weight: bold;
    height: 22px;
}

.gridviewEmptyRow {
    background-color: #DCDCDC;
    height: 22px;
}


/* AJAX MODAL POPUP */
/* ------------ */
.modalBackground {
    background-color: #DCDCDC;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopupForm {
    background-color: white;
    border: 1px solid #778;
    padding: 8px;
}

.modalPopupHeader {
    color: white;
    height: 15px;
    margin: -8px;
    margin-bottom: 8px;
    padding: 4px;
    font-weight: bold;
    border-bottom: 1px solid #778;
    background-color: #1B242B;
}

    .modalPopupHeader a {
        text-decoration: none;
        color: White;
    }

        .modalPopupHeader a:hover {
            text-decoration: underline;
        }

/* Daily/Monthly/Weekly View selection*/
.weeklyUnselectBox {
    border: 1px solid black;
    color: Gray;
    background-color: #F0F0F0;
    height: 40px;
    cursor: pointer;
    font-size: 12px;
}

.weeklySelectedBox {
    border: 1px solid black;
    color: White;
    background-color: #F88009;
    height: 50px;
}

    .weeklySelectedBox .dateRange {
        font-size: 15px;
        font-weight: bold;
    }

.dailyUnselectBox {
    border: 1px solid black;
    color: Gray;
    background-color: #F0F0F0;
    height: 50px;
    cursor: pointer;
    font-size: 12px;
}

.dailySelectedBox {
    border: 1px solid black;
    color: White;
    background-color: #F88009;
    height: 60px;
}

    .dailySelectedBox .dateRange {
        font-size: 15px;
        font-weight: bold;
    }
/* Legend */
.notSubmittedLegend {
    background-color: #FFCF01;
    width: 20px;
}

.submittedLegend {
    background-color: #2AAAFF;
    width: 20px;
}

.approvedLegend {
    background-color: #6CCF3A;
    width: 20px;
}

.rejectedLegend {
    background-color: #FF4A19;
    width: 20px;
}

/* Auto Complete */
.autoCompletionList {
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

.moveToTop {
    vertical-align: top;
}

.borderTable {
    border: 1px solid black;
    border-bottom: 0px none;
}

    .borderTable td {
        border-bottom: 1px solid black;
    }

.RadioButtonListNoStyle tr td {
    border: 0px;
}
