
body {
    background-color: #262626;
}

.map {
    background-image: url('Images/map.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.map-white {
    background-image: url('Images/map-white.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.map-none {
}

.form {
    padding-bottom: 0;
}

.content-wrapper {
    padding-bottom: 0;
}

.content {
    display: table;
    height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
}

.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container-base,
.formLayout-container-w1500,
.formLayout-container-w1200,
.formLayout-container-w900,
.formLayout-container-w600,
.formLayout-container-w400 {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
}
.formLayout-container-w1500 {
    max-width: 1500px;
}
.formLayout-container-w1200 {
    max-width: 1200px;
}

.formLayout-container-w900 {
    max-width: 900px;
}

.formLayout-container-w600 {
    max-width: 600px;
}

.formLayout-container-w400 {
    max-width: 400px;
}

.formLayout-groupBox {
    margin: 0;
    padding: 0 !important;
}

.formLayout-groupBox-caption {
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    font-weight: 600;
    color: #c21414;
    font-size: 1.46em;
}

.formLayout-generalErrorText {
    color: red;
    padding-top: 1em;
}

.eye-button {
    background: none;
}

    .eye-button > div {
        background: url('Images/eye-button.svg') no-repeat center;
        width: 18px;
        height: 12px;
        vertical-align: baseline;
        pointer-events: none;
        user-select: none;
    }

    .eye-button.show-password > div {
        background: url('Images/eye-button-hide.svg') no-repeat center;
    }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.footer-wrapper {
    position: static;
    display: table-row;
}

/* Tab Contorl */
.dxtcFixed {
    max-width: 750px;
}

.dxtcFixed {
    width: 100%;
}

.dxtc-img {
    width: 40px;
}

.operatorLimitCell {
    border-radius: 4px;
    margin: 8px 4px;
    border-color: black;
}

.operatorLimitCellError {
    border-radius: 4px;
    margin: 8px 4px;
    border-color: black;
    color: red;
}

.purchaserequisitionApprove {
    background-image:url(Images/actions_checkcircled.svg);
    width:50px;
    height:50px;
}
.purchaserequisitionReject {
    background-image: url(Images/actions_deletecircled.svg);
    width: 50px;
    height: 50px;
}

.soready {
    font-size: 2.0em;
    color: #1177D7;
}
.caption {
    font-weight: 700;
    display: block;
}

.dateexpected {
    display: block;
}

.memo {
    font-weight: 700;
    color: #1177D7;
    display: block;
}

.priceupdatepercentage {
    font-weight: 700;
    color: #1177D7;
    display: inline;
}

.priceupdatequantity {
    color: #C21414;
    display: inline;
}

