﻿
body {
    margin: 0px 0px 0px 0px;
    background-color: #c0c0c0;
    font-family: 'Segoe UI', Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

#HeadBar {
    background-color: #000000;
    height: 105px;
}

#app_logo {
    height: 80px;
    border-bottom: 1px solid #ffd800;
}

#app_name {
    float: right;
}

#app_user_info {
    float: right;
    font-family: 'Segoe UI', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 10pt;
    color: #ffd800;
    padding: 5px 2px;
    margin-right: 12px;
}

#app_sectionHeading {
    position: absolute;
    float: left;
    font-family: 'Segoe UI';
    font-size: 32pt;
    color: #5090e9;
    margin-left: 260px;
    margin-top: 10px;
}

#main-container {
    padding: 6px 6px 3px 6px;
    font-size: 9pt;
    background-image: url(../Images/main_bg.jpg);
    background-position-y: top;
    background-repeat: repeat-x;
}



#head-container {
    width: 10px;
    height: 38px;
    margin-bottom: 6px;
}

#heading {
    border: 1px solid #990000;
    background-color: #ffffff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 6px 18px 6px 18px;
    /*margin-bottom: 6px;*/
    position: absolute;
}

    #heading h2 {
        margin: 0px;
    }

        #heading h2 a {
            color: #000000;
            text-decoration: none;
        }

            #heading h2 a:hover {
                color: #0000ff;
                text-decoration: underline;
            }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                             S E C T I O N    F O R M A T T I N G                            */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.quote-color {
    color: #006600
}
.quote-border {
    border: 1px solid #009900;
    background-color: #bcf8ce;
}

.work-instruction-color {
    color: #000066;
}
.work-instruction-border {
    border: 1px solid #5090e9;
    background-color: #c6cdfa;
}

.error-color {
    color: #ff0000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                             E L E M E N T    F O R M A T T I N G                            */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.ref-no {
    text-align: center;
    font-size: 48pt;
    font-size: 700;
}

.inner-container {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.inner-container-title {
    font-weight: 700;
    margin-left: 3px;
    margin-bottom: 6px;
}

.displayLabel {
    color: #777777;
}


.quote-no {
    text-align: center;
    font-size: 48pt;
    font-size: 700;
    color: #900;
}


.quote-commands {
    padding: 3px;
}

#leftside-container {
    width: 300px;
    height: 100%;
    background-color: #e0e0e0;
    border: 1px solid #606060;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px;
    float: left;
    margin-left: -100%;
}

#content-wrapper {
    float: left;
    width: 100%;
}

#contacts {
    margin-left: 324px;
    background-color: #e0e0e0;
    border: 1px solid #606060;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px;
}

#pnlLineItemPanel {
    margin-top: 6px;
}

#pnlComponent {
    margin-top: 6px;
}

#pnlComponentEdit {
    width: 100%;
    height: 200px;
    border: 1px solid #900;
    background-color: #f8bcc3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 6px;
}

.details-container {
    border: 1px solid #990000;
    background-color: #f6e7c8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
    background-image: url(../Images/contact_bg.jpg);
    background-position-y: top;
    background-repeat: repeat-x;
}

.container-title {
    font-weight: 700;
    color: #990000;
}

th {
    font-weight: normal;
}

.quote-container {
    border: 1px solid #009900;
    background-color: #bcf8ce;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.work-instruction {
    border: 1px solid #5090e9;
    background-color: #c6cdfa;
    color: #000066;
}

.quote-title {
    font-weight: 700;
    color: #009900;
    margin-left: 3px;
    margin-bottom: 6px;
}

.quote-line-row {
    color: #000;
    background-color: #fff;
    background-image: url(../Images/quot_line_bg.jpg);
    background-position-y: top;
    background-repeat: repeat-x;
}

.quote-line-altrow {
    color: #000;
    background-color: #fff;
    background-image: url(../Images/quot_line_altbg.jpg);
    background-position-y: top;
    background-repeat: repeat-x;
}

.quote-line-highlite {
    color: #fff;
    background-color: #090;
    background-image: url(../Images/quot_line_highlite.jpg);
    background-position-y: top;
    background-repeat: repeat-x;
}

.item-ctrls {
    border: 1px solid #ccc;
    background-color: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 6px;
    padding: 4px;
}

.lineitemAdd {
    border: 1px solid #009900;
    background-color: #bcf8ce;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 6px;
}

.lineitemEdit {
    border: 1px solid #9f8911;
    background-color: #f3f3c0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 6px;
}

.lineitemTitleEdit {
    font-weight: 700;
    color: #9f8911;
}

.lineitemTitleAdd {
    font-weight: 700;
    color: #009900;
}

.label {
    color: #909090;
}

.popupBG {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.editPopup {
    background-color: #ffffff;
    border: 3px solid #5090e9;
}

.popupHeader {
    height: 20px;
    padding: 4px 6px 0px 6px;
    background-color: #5090e9;
    color: #ffffff;
    font-size: 9pt;
}

.popupBody {
    padding: 9px;
}

    .popupBody td {
        padding: 3px;
    }

.popupControls {
    padding: 4px;
    text-align: right;
}

    .popupControls input {
        border: 1px solid #5090e9;
        width: 80px;
        padding: 2px;
    }

        .popupControls input:hover {
            border: 1px solid #5090e9;
            background-color: #5090e9;
            color: #ffffff;
            font-weight: 700;
        }

.popupTextBox {
    border: 1px solid #5090e9;
}

.s25 {
    width: 25px;
}

.s50 {
    width: 50px;
}

.s75 {
    width: 75px;
}

.s100 {
    width: 100px;
}

.s200 {
    width: 200px;
}

.s300 {
    width: 300px;
}

.metroButton {
    border: 1px solid #909090;
    /*background-color: #C0C0C0;*/
    color: #606060;
    padding: 3px 6px;
    /*height: 22px;*/
}

    .metroButton:hover {
        border: 1px solid #426FBD;
        background-image: -ms-linear-gradient(top, #5090E9 50%, #426FBD 100%);
        background-color: #5090E9;
        color: #ffffff;
        cursor: pointer;
        /*font-weight: 700;*/
    }

    .metroButton:disabled {
        border: 1px solid #C0C0C0;
        background-image: none;
        background-color: #E0E0E0;
        color: #909090;
        cursor: default;
    }

.metroMarginLeft {
    margin-left: 6px;
}

.metroButtonHiLite {
    border: 1px solid #ff0000;
    color: #990000;
    padding: 3px 6px;
}
    .metroButtonHiLite:hover {
        border: 1px solid #426FBD;
        background-image: -ms-linear-gradient(top, #5090E9 50%, #426FBD 100%);
        background-color: #5090E9;
        color: #ffffff;
        cursor: pointer;
        /*font-weight: 700;*/
    }

.rightGap {
    margin-right: 3px;
}

.searchTextBox {
    border: 1px solid #5090e9;
    width: 150px;
    padding: 2px;
}

.currency {
    text-align: right;
}

.qty {
    text-align: center;
}

.infoMessage {
    border: 1px solid #009;
    background-color: #b2cef6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000099;
    font-size: 12pt;
    font-weight: 700;
    padding: 9px;
    margin: 6px;
}

.errorMessage {
    border: 1px solid #990000;
    background-color: #f3c0c0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #990000;
    font-size: 12pt;
    font-weight: 700;
    padding: 9px;
    margin: 6px;
}

.warnMessage {
    border: 1px solid #990;
    background-color: #f3f3c0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #990;
    font-size: 12pt;
    font-weight: 700;
    padding: 9px;
    margin: 6px;
}

.check-box-list {
    width: 200px;
    border: 1px solid #666;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.topline-info {
    color: #ffffff;
    /*font-weight:700;*/
}

    .topline-info a {
        color: #ffffff;
        /*font-weight:700;*/
        text-decoration: none;
    }

        .topline-info a:hover {
            color: #6495ed;
            text-decoration: none;
        }

.filter {
    padding: 6px;
}

.metroTextBox {
    border: 1px solid #5090e9;
    height: 19px;
}

.GridViewStyle {
}

    .GridViewStyle td {
        padding-left: 4px;
        margin-left: 4px;
    }

/*
    File List View
*/

.FileList {
    font-size: 14pt;
}


/*
    New Work Instruction
*/
.newWI-container {
    border: 1px solid #808080;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    background-color: #D0D0D0;
}
.newWI-inner-container {
    border: 1px solid #808080;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px;
    background-color: #FFFFFF;
    margin-top: 6px;
}
.very-light-grey {
    background-color: #e0e0e0;
}
.very-pale-green {
    background-color: #bcf8ce;
}
.newWI-container-title {
    color: #000066;
    font-size: 14pt;
    font-weight: 700;
}
.newWI-label {
    color: #666;
    font-size: 9pt;
}
.newWI-Data a {
    color: #006;
    font-size: 10pt;
    font-weight: 700;
    text-decoration: none;
}
.newWI-Data a:hover {
    color: #006;
    font-size: 10pt;
    font-weight: 700;
    text-decoration: underline;
}
.newWI-Data {
    color: #006;
    font-size: 10pt;
    /*font-weight: 700;*/
    /*text-decoration: none;*/
}
.newWI-Formlabel {
    color: #000;
    font-size: 9pt;
}


.ListViewItem td a {
    color: #000000;
    background-color: #ffffff;
}
.ListViewAlternate td a {
    color: #000000;
    background-color: #bcf8ce;
}
.ListViewSelected td a {
    color: #ffffff;
    background-color: #000099;
}

.readonly {
    background-color: #ccc;
    border: 1px solid #666;
    color: #333;
}

.textbox_note {
    font-size: 8pt;
    color: #0f2fa9;
}