﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.vx-width {
    width: 110px !important;
}

#googleMap {
    height: 100%;
    width: 100%;
}

.dx-texteditor.dx-editor-filled.dx-state-disabled {
    background-color: rgba(0,0,0,0);
    color: black !important;
}

.dx-texteditor.dx-editor-filled.dx-state-readonly {
    background-color: rgba(0,0,0,0);
    color: black !important;
}

.dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input {
    background-color: rgba(0,0,0,0);
    color: black !important;
}

.dx-texteditor.dx-editor-filled.dx-state-readonly .dx-texteditor-input {
    background-color: rgba(0,0,0,0);
    color: black !important;
}

.dx-state-disabled .dx-widget,
.dx-state-disabled.dx-widget {
    opacity: 0.7;
}

.dx-state-readonly .dx-widget,
.dx-state-readonly.dx-widget {
    opacity: 0.7;
}

.dx-lookup.dx-editor-filled.dx-state-disabled .dx-lookup-arrow {
    visibility: hidden;
}

.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon, .dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    visibility: hidden;
}

.dx-fieldset-column {
    float: left;
    width: 230px;
    padding: 0px 20px 0px 0px;
}

.dx-field {
    text-align: left;
    width: 100%;
}

.dx-field-label {
    text-align: left;
    width: 200px;
}

.dx-field-value {
    text-align: left;
    width: 350px !important;
}

.clear {
    clear: both;
}

#filterFrom {
    width: 180px;
}
#filterTo {
    width: 180px;
}
#filterStatus {
    width: 760px;
}

.searchDate {
    width: 240px;
}

.listhori .dx-scrollview-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.listhori .dx-list-item {
    overflow: visible;
    display: block;
}

.listhori .dx-list-item:first-of-type {
    border-top: none;
    margin-top: 0px;
}





/*CSS for transaction module menu items*/
.bx-Order:before {
    content: "\ea37";
}

.bx-Shipment:before {
    content: "\eed8";
}

.bx-ASN:before {
    content: "\eba6";
}

.bx-Invoice:before {
    content: "\ead5";
}

.bx-Remittance:before {
    content: "\ef18";
}

.bx-StockAdjustment:before {
    content: "\eabf";
}

.bx-StockQuantity:before {
    content: "\e9c8";
}

.toast-title {
    padding: 12px 20px !important;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
}

.dxHiddenColumn {
    display: none;
}

#vxValidationSummary {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

.page-title-box {
    padding-bottom: 6px;
}

.sub-group1 .dx-form-group-caption {
    font-size: 16px
}

.button-cancel { 
    margin: 0px 0px 0px 20px;
}

.small-ids {
    font-size: 11px;
}

.medium-ids {
    font-size: 14px;
}

.dataGridEditText {
    cursor: Text;
}

.dataGridEditPointer {
    cursor: pointer;
}

.dxMaxWidth50 {
    max-width: 50px;
}
.dxMaxWidth80 {
    max-width: 80px;
}
.dxMaxWidth90 {
    max-width: 90px;
}
.dxMaxWidth100 {
    max-width: 100px;
}
.dxMaxWidth110 {
    max-width: 110px;
}
.dxMaxWidth150 {
    max-width: 150px;
}
.dxMaxWidth200 {
    max-width: 200px;
}
.dxMaxWidth250 {
    max-width: 250px;
}
.dxMaxWidth300 {
    max-width: 300px;
}
.dxMaxWidth350 {
    max-width: 350px;
}
.dxMaxWidth400 {
    max-width: 400px;
}
.dxMaxWidth450 {
    max-width: 450px;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-button {
    padding-top: 1rem;
}

.navbar-brand-box {
    padding-top: 1rem;
    padding-left: 1rem;
    text-align: left;
    width: 250px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  
}

.dx-invalid-message-right .dx-invalid-message-content {
    /*doesnt work*/  
}
