﻿/* Main Styling */
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px 0px 0px 0px;
}

html, body, form {
    height: 100%;
}

/* Headers */
h1 {
    padding: 0px;
    margin: 0px;
}

table {
    font-size: 1em;
}

/* Main Page Elements */
.HeaderWrapper {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    height: 90px;
    background-color: Black;
    color: White;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.HeaderLeft {
    float: left;
    width: 30%;
    text-align: left;
}

.HeaderRight {
    text-align: right;
}

#PageWrapper {
    min-height: 100%;
    position: relative;
    /*width: 1200px;*/
    width: 1350px;
    margin: 0 auto;
}

#StoreUserPageWrapper {
    min-height: 100%;
    position: relative;
    width: 1600px;
    margin: 0 auto;
}

#left {
    width: 175px;
    height: 300px;
    float: left;
}

#leftForOtherMatterIssues {
    width: 300px;
    height: 600px;
    float: left;
}

#leftOrderingDiv {
    width: 200px;
    height: 250px;
    float: left;
}

#rightForOrderPlacing {
    margin-top: 0px;
    margin-right: 150px;
    width: 1000px;
    float: right;
}

#rightForCurrencyDenomination {
    margin-top: 0px;
    margin-right: 300px;
    width: 600px;
    float: right;
}

#rightForOtherMatterIssues {
    margin-top: 0px;
    /*margin-right: 500px;*/
    margin-right: 220px;
    width: 400px;
    float: right;
}

#rightForOrderPrinting {
    margin-top: 0px;
    margin-left: -150px;
    width: 400px;
    float: right;
}

#right {
    margin-top: 0px;
    margin-right: 150px;
    min-height: 800px;
    width: 1150px;
    float: right;
}

#printbox {
    overflow: hidden;
    /*position: relative;*/
    width: 600px;
    padding: 10px;
}

#white_box {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
}

#white_boxForOtherMatterIssues {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
}

.divider {
    position: absolute;
    left: 12%;
    top: 0%;
    bottom: 10%;
    border-left: 1px solid #ABB2B9;
    height: 100%;
}

.dividerForOtherMatterIssues {
    position: absolute;
    left: 35%;
    top: 0%;
    bottom: 10%;
    /*border-left: 1px solid #ABB2B9;*/
    height: 100%;
}

#Body {
    padding: 10px 10px 80px 10px;
}
/* Bottom padding must be at elast height of footer */
#Footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px; /* Height of the footer */
    padding: 5px 0px 0px 0px;
    border-top: solid 1px black;
}

.MenuButtonsWrapper {
    text-align: center;
    width: 100%;
}

/* Input sections */
.Prompt {
    width: auto;
    padding: 20px 0px 0px 50px;
}

.Input {
    width: auto;
    padding: 20px 0px 0px 100px;
}

/* Control Skin Styling */
.MenuButton {
    background-color: Black;
    color: White;
    height: 80px; /*width:165px; */
    width: 142px;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0px 20px 0px 20px;
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
    white-space: pre-wrap; /* css-3 */
    vertical-align: middle;
    display: inline;
}

.FooterButton {
    background-color: Black;
    color: White;
}

.StoreFooterButton {
    background-color: #2C451C;
    color: White;
    height: 35px;
    font-size: 14px;
    min-width: 100px;
    border-radius: 10px;
}

.StandardButton {
    background-color: Black;
    color: White;
}

.ReadOnlyTextbox, .ReadOnlyTextbox75, .ReadOnlyTextbox100, .ReadOnlyTextbox200, .ReadOnlyTextbox300, .ReadOnlyTextbox400, .ReadOnlyTextbox500, .ReadOnlyTextbox600 {
    background-color: Black !important;
    color: White;
}

.ReadOnlyTextbox60 {
    background-color: Black !important;
    color: White;
    text-align: center;
}

.Textbox60 {
    background-color: lightgray !important;
    color: Black;
    text-align: center;
}

/* Input widths */
.Entry40, .ReadOnlyTextbox60 {
    width: 40px;
}

.Entry60, .ReadOnlyTextbox60 {
    width: 120px;
}

.Entry75, .ReadOnlyTextbox75 {
    width: 75px;
}

.Entry100, .ReadOnlyTextbox100 {
    width: 85px;
}

.Entry200, .ReadOnlyTextbox200 {
    width: 100px;
}

.Coins {
    width: 100px;
}

.Notes {
    width: 100px;
}

.Entry300, .ReadOnlyTextbox300 {
    width: 125px;
}

.Entry400, .ReadOnlyTextbox400 {
    width: 150px;
}

.Entry500, .ReadOnlyTextbox500 {
    width: 175px;
}

.Entry600, .ReadOnlyTextbox600 {
    width: 225px;
}

.ReadOnlyTextbox250 {
    background-color: Black !important;
    color: White;
    width: 285px;
}

.ReadOnlyTextbox400 {
    background-color: Black !important;
    color: White;
    width: 400px;
}

/* Error Message */
.ErrorMessageStyle {
    background-color: #FBDDDD;
    color: red;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
}

.WelcomeMessage {
    text-align: center;
    vertical-align: middle;
    background-color: Silver;
    padding: 10px;
    height: 100px;
    /*width: 1110px;*/
    width: 1090px;
}

#BranchDetails {
    border-bottom: solid 1px black;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.BranchMaintenance th {
    padding: 10px;
    border-top: solid 1px black;
}

.BranchMaintenance td {
    vertical-align: top;
}

#SupplierDetails {
    border-bottom: solid 1px black;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.SupplierMaintenance th {
    padding: 10px;
    border-top: solid 1px black;
}

table.CoinOrderTable {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.LodgementDetailsBagNoHeader {
    width: 70px;
    padding-left: 5px;
    text-align: center;
}

.LodgementDetailsSealNoHeader {
    width: 150px;
    text-align: center;
}

.LodgementDetailsValueHeader {
    width: 75px;
    text-align: center;
}

.LodgementDetailsBagNo {
    width: 70px;
    padding-left: 5px;
    text-align: center;
}

.LodgementDetailsSealNo {
    width: 150px;
    text-align: center;
}

.LodgementDetailsValue {
    width: 75px;
    text-align: center;
}

.LodgementDetailsBagNoFooter {
    width: 70px;
    padding-left: 5px;
}

.LodgementDetailsSealNoFooter {
    width: 150px;
}

.LodgementDetailsValueFooter {
    width: 75px;
}


.CoinOrderDetailsDenominationHeader {
    width: 150px;
    text-align: center;
    font-size: 0.9em;
}

.CoinOrderDetailsValueHeader {
    width: 150px;
    text-align: center;
    font-size: 0.9em;
}

.CoinOrderDetailsBagSachetHeader {
    width: 150px;
    text-align: center;
    font-size: 0.9em;
}

.CoinOrderDetailsValueInStoreHeader {
    width: 200px;
    text-align: center;
    font-size: 0.9em;
}

.CoinOrderDetailsDenomination {
    width: 150px;
    text-align: center;
}

.CoinOrderDetailsValue {
    width: 150px;
    text-align: center;
}

.CoinOrderDetailsBagSachet {
    width: 150px;
    text-align: center;
}

.CoinOrderDetailsValueInStore {
    width: 200px;
    text-align: center;
}

.ProgressBarStyleDiv {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.9);
}

.ProgressBarStyleSpan {
    position: fixed;
    padding: 25px;
    background-color: #F2F2F2;
    vertical-align: top;
    border-style: solid;
    border-color: #1C1C1C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    left: 25%;
    top: 40%;
}

.chkBoxList tr {
    height: 24px;
}

.chkBoxList td {
    width: 120px; /* or percent value: 25% */
}

div.scroll {
    /*margin: 8px, 4px;*/
    padding: 4px;
    height: 110px;
    width: 1066px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
}

div.scrollForPendingOrders {
    margin: 4px, 4px;
    padding: 4px;
    height: 110px;
    width: 1250px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
}

div.scrollForViewReportedIssuesForQA {
    margin: 4px, 4px;
    padding: 4px;
    height: 500px;
    width: 1416px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
}

div.scrollForMissingOrderReporting {
    margin: 4px, 4px;
    padding: 4px;
    height: 500px;
    /*width: 1316px;*/
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
}

.HeaderStyle {
    position: absolute;
    margin-top: -38px;
}

.HeaderStyleForPendingOrders {
    position: absolute;
    margin-top: -35px;
}

.HeaderStyleForMissingOrderReporting {
    position: absolute;
    margin-top: -35px;
    /*width: 1200px;*/
}

.HeaderStyleForViewReportedIssuesForQA {
    position: absolute;
    margin-top: -38px;
    width: 1400px;
}

.HeaderStyleForViewReportedIssuesForMissingOrder {
    position: absolute;
    margin-top: -38px;
    /*width: 1300px;*/
}

.rightAlign {
    text-align: right;
}

.GVFixedHeader {
    font-weight: bold;
    background-color: Green;
    position: relative;
    top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.GridViewContainer {
    overflow-y: scroll;
    overflow-x: hidden;
}

td.locked, th.locked {
    position: relative;
    left: expression((this.parentElement.parentElement.parentElement.parentElement.scrollLeft-2)+'px');
}

/*
.LodgementDetailsBagNoHeader            {width: 70px; padding-left:5px; border-left:solid 1px black; border-top:solid 1px black; border-bottom:solid 1px black; text-align:center;}
.LodgementDetailsSealNoHeader           {width: 150px; border-top:solid 1px black; border-bottom:solid 1px black; text-align:center;}
.LodgementDetailsValueHeader            {width: 75px; border-right:solid 1px black; border-top:solid 1px black; border-bottom:solid 1px black; text-align:center;}

.LodgementDetailsBagNo                  {width: 70px; padding-left:5px; border-left:solid 1px black; text-align:center;}
.LodgementDetailsSealNo                 {width: 150px; text-align:center;}
.LodgementDetailsValue                  {width: 75px; border-right:solid 1px black; text-align:center;}

.LodgementDetailsBagNoFooter            {width: 70px; padding-left:5px; border-top:solid 1px black; }
.LodgementDetailsSealNoFooter           {width: 150px; border-top:solid 1px black; }
.LodgementDetailsValueFooter            {width: 75px; border-top:solid 1px black; }
*/
