﻿.ShowQuotation {
    border-color: #0d6efd;
    border: groove;
    box-shadow: 4px 2px 2px #888888;
    width: 100%;
}
.MyFormLayoutCssClass {
    background-color: lightcoral;
    border-color: #0d6efd;
    border: groove;
    font-size: large;
    box-shadow: 4px 2px 2px #888888;
    width: 100%;
}
.HighPriorityWarning {
/*    -webkit-mask-image: url("../images/flat-color-icons--high-priority.svg");*/
    color: red;
    font-size: large;
}
.EverythingOk {
    -webkit-mask-image: url("../images/flat-color-icons--checkmark.svg");
}

.Sage50 {
    mask-image: url("../images/Sage.png");
    -webkit-mask-image: url("../images/Sage.png");
}
.calculator {
    mask-image: url("../images/Calculator25.png");
    -webkit-mask-image: url("../images/Calculator25.png");
}
.add-icon {
    mask-image: url("../images/add.svg");
    -webkit-mask-image: url("../images/add.svg");
}
.home-icon {
    mask-image: url("../images/home.svg");
    -webkit-mask-image: url("../images/home.svg");
}
.btn-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/column-chooser.svg");
    mask-image: url("../images/column-chooser.svg");
    background-color: currentColor;
}
.edit-job-window-header-style {
    background-color: cornflowerblue;
}
.edit-job-body-style {
    background-color: burlywood;
}
.dde-drop-down tr.dxbl-calendar-days-of-week > th:first-of-type, .dde-drop-down .dxbl-calendar-week-number {
    display: none;
}

.flex-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.align-search-box-left {
    margin-left: 0 !important;
}
.remove-flex {
    flex: unset !important;
}
.icon-logo {
    display: flex;
    height: 20px;
    width: 120px;
    opacity: 0.7;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../images/icons/logo-monochrome.svg");
    -webkit-mask-image: url("../images/icons/logo-monochrome.svg");
}

.align-center .dxbl-fl-ctrl {
    align-self: center !important;
}

.smlHeader {
    font-style: italic;
    font-size: 16px;
    --dxbl-fl-caption-color: white;
    background-color: lightblue;
}
.ShowDescription {
    border: dashed 1px solid blue;
    font: 10px italic;
}
.PartNo {
    border:dashed 1px solid blue;
}
/*set the font size for the DX Grid Column Chooser dialog */
.dxbs-grid-column-chooser-dialog .modal-header {
    font-size: x-small;
}

/*Drop Down with Buttons Area */
.width80 {
    width: 70%;
    padding-right: 2px;
    vertical-align: bottom;
}
.width85 {
    width: 85%;
    padding-right: 2px;
    vertical-align: bottom;
}
.width90 {
    width: 90%;
    padding-right: 2px;
}

.width5 {
    width: 5%;
    vertical-align: bottom;
    text-align: left;
    padding: 0;
}
.width15 {
    width: 12%;
    vertical-align: bottom;
    text-align: left;
    padding: 0;
}
.width10 {
    width: 10%;
    text-align: left;
    padding: 0;
}
.width20 {
    width: 20%;
    text-align: left;
    padding: 0;
}
.btn-height {
    height: 30px;
}

.my-form-layout .row > div:last-of-type {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

/* Grid Related */
.AutoAddPartNo {
    font-size: 10px;
    border-color: #0d6efd;
}

/*#888888*/
.my-grid {
    font-size: 12px;
    border-color: #0d6efd;
    border: solid;
    box-shadow: 4px 2px 4px #0079FF;
}
.grid-search {
    font-size: 12px;
    border-color: #0d6efd;
    border: double;
}
.MyToolBarCssClass {
    background-color: #6495ED;
    border-color: #0d6efd;
    border: groove;
    box-shadow: 4px 2px 2px #888888;
}
.MyToolBarDropDownCssClass {
    background-color: white !important;
    color: #0079FF;
}
.MyCssClass {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.AlignHeaderLeft span {
    text-align: left;
    width: 100%;
}

.AlignHeaderCenter span {
    text-align: center;
    width: 100%;
}

.AlignHeaderRight span {
    text-align: right;
    width: 100%;
}
.About-Milestone {
    font-size: 10px;
    border-color: #0d6efd;
    border: double;
}
.Show-Error {
    font-size: 16px;
    border-color: mediumvioletred;
    border: double;
}
.grid-toolbar-new,
.grid-toolbar-delete,
.grid-toolbar-save,
.grid-toolbar-cancel {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 16px;
    width: 16px;
    opacity: 0.7;
}

.grid-toolbar-new {
    -webkit-mask-image: url("images/icons/grid-toolbar-new.svg");
    mask-image: url("images/icons/grid-toolbar-new.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("images/icons/grid-toolbar-delete.svg");
    mask-image: url("images/icons/grid-toolbar-delete.svg");
}

.grid-toolbar-save {
    -webkit-mask-image: url("images/icons/save.svg");
    mask-image: url("images/icons/save.svg");
}

.grid-toolbar-cancel {
    -webkit-mask-image: url("images/icons/undo.svg");
    mask-image: url("images/icons/undo.svg");
}

.grid-modified-cell {
    background-color: rgba(var(--bs-primary-rgb), 0.15) !important;
}