﻿#wrapper {
    position: absolute;
    width: 240px;
    height: 320px;
    top: 0px;
    left: 0px;
}

body {
    margin: auto;
}

Html * {
    overflow: hidden;
    font-size: 18px !important;
    font-family: "Times New Roman" !important;
}

table tr {
    width: 100%;
}

.ordersInDataGrid {
    table-layout: fixed;
    word-break: keep-all;
    word-wrap: normal;
}

.contentLinkColumn {
    width: 10px;
}

.ordersInDataGrid .batch {
    width: 20px;
}

.orderInHeader {
    width: 20px;
}

.ordersInDataGrid .tr {
    width: 100%;
}

.formLable {
    background-color: Silver;
    width: 90px;
    text-align: justify;
}

#wrap {
    border-style: solid;
    border-width: thin;
    width: 99%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
}

#footer {
    background-color: #3399FF;
    border: solid 1px #000000;
}

    #footer .footerButton {
        display: inline;
        font-size: 10px;
        font-family: 'Courier New', Courier, monospace;
    }

.inlineDiv {
    display: inline;
}

.menuPageButtons {
    font-size: 14px;
    width: 95%;
    height: 30px;
    margin-top: 5px;
}

#header {
    margin: -1;
    padding: 0px;
    background-color: #3399FF;
    height: 35px;
    border: solid 1px #000000;
    width: inherit;
    height: 99%;
    right: 0px;
    margin-bottom: 10px;
}

    #header table {
        width: 99%;
        text-align: right;
    }

#content {
    margin: 0;
    padding: 0px;
    padding-top: 0px;
    height: 99%;
}

    #content table {
        width: 99%;
        text-align: left;
        line-height: 25px;
        margin-left: 5px;
    }

.contentLabel {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
}

.pagerContentLabel {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    max-height: 20px;
    overflow: hidden;
}

.contentLabelError {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    max-height: 20px;
    overflow: hidden;
    color: Red;
}

.contentTextBox {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

    .contentTextBox .select {
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
    }

.textplusbutton {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: bold;
}

    .textplusbutton .contentTextBox {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        font-weight: bold;
    }

.contentTextBoxSmall {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: bold;
}

.contentTextBoxParentFill {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: bold;
}

.contentTextBoxFill {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

.requiredFieldValidator {
    width: 10px;
}

.contentButton {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
}

.menuPageButtons {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    height: 25px;
}

.contentDropDown {
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    height: 20px;
}

.hidden {
    width: 0px;
    height: 0px;
}

.contenthiddenDiv {
    border-style: solid;
    border-bottom-color: Black;
    border-width: 1px;
    z-index: 120;
    background-color: #c0cdd1;
    display: none;
}

    .contenthiddenDiv span {
        color: Red;
    }

.hiddenPanel {
    border-style: solid;
    border-bottom-color: Black;
    border-width: 1px;
    background-color: #c0cdd1;
}

    .hiddenPanel span {
        color: Red;
    }


.errorLabel {
    width: 99%;
    height: 22px;
    color: Red;
    overflow: hidden;
}

.fullPage {
    width: 99%;
    height: 99%;
}

/* Tasks */

.taskAlert {
    background-color: Aqua;
    border-width: 2px;
    border-style: solid;
    z-index: 300;
}

.alert {
    background-color: black;
    border: solid 1px black;
    z-index: 30;
    padding-top: 80px;
}

    .alert .alertText {
        font-weight: bold;
        color: white;
        float: left;
        text-align: left;
        word-wrap: break-word;
    }

    .alert .alertCloseBtn {
        font-weight: bold;
        width: 20px;
        height: 20px;
    }

.noBorder {
    border-style: none;
    border: none;
    border-width: 0px;
}

.wizardPages {
    position: static;
    bottom: 22px;
    padding: 0px;
    text-align: center;
    height: 100%;
    width: 101%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

    .wizardPages .view {
        display: none;
        overflow: hidden;
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
        text-align: left;
    }


        .wizardPages .view .title {
            background: silver;
            padding-left: 5px;
        }

            .wizardPages .view .title p {
                font-family: 'Courier New', Courier, monospace;
                font-size: 12px;
                font-weight: bold;
                vertical-align: middle;
                text-align: left;
                max-height: 22px;
                overflow: hidden;
                width: 100%;
                height: 100%;
                padding-top: 5px;
                text-decoration: underline;
            }

        .wizardPages .view .content {
            padding: 5px;
        }

.wizardButtons {
    text-align: center;
    overflow: hidden;
    background-color: #3399FF;
    border: solid 1px #000000;
}

    .wizardButtons .backButton {
        float: left;
    }

    .wizardButtons .nextButton {
        float: right;
    }

.taskDetails {
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

    .taskDetails tr {
        width: 100%;
    }

    .taskDetails .alternatingRow {
        background-color: #EBEBFE;
    }

    .taskDetails .caption {
        width: 40%;
    }

    .taskDetails .value {
        width: 60px;
    }

    .taskDetails .confirmText {
        width: 30%;
    }

.CaptionCell {
    width: 40px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
}

.layoutTable {
    width: 100%;
    height: 100%;
}

    .layoutTable tr {
        width: 100%;
    }

.inlineBlocks {
    white-space: nowrap;
}

    .inlineBlocks input {
        width: 20%;
        vertical-align: middle;
        float: left;
    }

.captionColumn {
    width: 45px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
}

#textMeasureContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    border: solid 1px black;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
    white-space: nowrap;
}

.pageSelector {
    width: 45px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    max-height: 20px;
    overflow: hidden;
}

/* End */

.fullPageWidth {
    width: 100%;
    margin: 0px;
}

.halfPageWidth {
    width: 48%;
    overflow: hidden;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
}

.fullParentWidth {
}

.gridView {
    width: 99%;
}

.inGridTextBox {
    border-style: none;
    background-color: Transparent;
    height: 18px;
    font-size: 14px;
    font-family: Arial;
    text-align: left;
    overflow: hidden;
    float: left;
}

.inGridTextBoxFill {
    border-style: none;
    background-color: Transparent;
    height: 18px;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    overflow: hidden;
    float: left;
    width: 100%;
}

.pagerDiv {
    width: 99%;
    border-style: none;
    background-color: #2461BF;
    height: 22px;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    overflow: hidden;
    display: inline;
    color: White;
    text-align: center;
}

.gridSelectRowColumn {
    width: 20px;
    font-weight: bold;
}

.gridInfoButtonColumn {
    width: 10px;
    max-width: 15px;
    text-align: right;
}

.hidenDiv {
    visibility: hidden;
    width: 99%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: Aqua;
    border-width: 2px;
    border-style: solid;
}

.gridHeader {
    font-weight: bold;
    color: White;
    background-color: Aqua;
    border-bottom: solid 3px Black;
    border-top: solid 3px Black;
}

.gridRowStyle {
    background-color: #EFF3FB;
}

.gridPagerStyle {
    color: White;
    text-align: center;
    background-color: #2461BF;
}


.gridAlternanteRowStyle {
    background-color: White;
}

.hiddenDivCloseButton {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 0px;
}

a {
    color: Blue;
}

    a:visited {
        color: Blue;
    }

    a:active, a:hover {
        color: Blue;
    }

floatRight {
    float: right;
}

floatLeft {
    float: left;
}

.dgvHeaderStyle {
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
}

.columnWidth10 {
    width: 10px;
}

.columnWidth20 {
    width: 20px;
}

.columnWidth30 {
    width: 30px;
}

.columnWidth40 {
    width: 40px;
}

.columnWidth50 {
    width: 50px;
}

.columnWidth60 {
    width: 60px;
}

.columnWidth70 {
    width: 70px;
}

.columnWidth80 {
    width: 80px;
}

.columnWidth90 {
    width: 90px;
}

.columnWidth100 {
    width: 100px;
}

.columnWidth160 {
    width: 160px;
}

.columnWidth200 {
    width: 200px;
}

.columnWidth220 {
    width: 220px;
}

.line1 {
    top: 0px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line2 {
    top: 30px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line3 {
    top: 60px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line4 {
    top: 90px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line5 {
    top: 120px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line6 {
    top: 150px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line7 {
    top: 180px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line8 {
    top: 210px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line9 {
    top: 240px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line10 {
    top: 270px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line11 {
    top: 300px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}

.line12 {
    top: 330px;
    left: 0px;
    height: 30px;
    vertical-align: middle;
}


.line {
    left: 0px;
    height: 30px;
}

.clsVertTB {
    writing-mode: tb-rl;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    width: 12px;
}

.shortcutButton {
    white-space: normal;
}
