﻿


body {
    color: #333333!important;
}

.loginPart {
    padding: 0.5em;
    margin-top: 0.5em;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #999999;
    color: white;
}

.loginPart .card-body {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* change grid background */
.dx-datagrid {
    background-color: #FAFAFA!important;
}

/*.dx-datagrid tr {
    border: 1px solid #505050 !important;
}*/

.dx-toolbar-items-container {
    background-color: #FAFAFA !important;
}

/* change grid hover color */
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #999999 !important;
    color: white !important;
}

/* change grid hover color */
.dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #999999 !important;
    color: white !important;
}
.dx-texteditor-input {    
    padding-bottom: 4px !important;
}

/*.dx-row > td {
    border-right: 1px solid #505050 !important;
}

table>tbody>tr {
    border: 1px solid #505050 !important;
}*/

.gridDefaultContact {
    border: orange;
}

.card {
    border: 1px solid #A5A5A5;
    margin-right: 0.25em;
    /*box-shadow: 0 2px 3px rgba(2, 37, 61, 0.35);*/
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    border-radius: 0!important;
}

.time-width {
    padding: 2px;
    width: 7em !important;
    text-align: center;
}

.dayLabel-width {
    width: 4em !important;
}

#BranchOfficeGrid {
    width: 100% !important;
}

#CodAccountGrid {
    width: 100% !important;
}

#CustomerUserGridPartial {
    width: 100% !important;
}

#PackingTypeGridPartial {
    width: 100% !important;
}

#PickupGridPartial {
    width: 100% !important;
}

#ShipmentGridPartial {
    width: 100% !important;
}

#ShipmentTemplateGridPartial {
    width: 100% !important;
}

.dx-texteditor-input {
    position: relative;
    height: 4em !important;
}

.dx-dropdowneditor-input-wrapper {
    position: relative;
}

.dx-texteditor-container {
    position: relative;
}

.top-action-button {
    display: grid;
    padding-left: 6px;
    padding-right: 6px;
    width: -webkit-min-content;
    height: auto -webkit-min-content;
    justify-items: center;
    color: #dc3545;
    border-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.action-button-text {
    display: block;
    margin-bottom: 0rem;
}

.button-action-panel {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
    align-items: flex-end;
    margin-left: 10px;
}

.modalSetPrintPosition {
    background-image: url(../images/print/realistic-black-frame-landscape.jpg);
    background-repeat: no-repeat;
    width: 626px;
    height: 626px;
    position: relative;
}

.imgPrintPosition:hover {
    background-color: #044d7f;    
}

.labelDateTime {
    margin-top: -2em;    
}

.dx-datebox {
    width: 20.5em !important;
}

.modal-export-label-1 {
    top: 1rem;
    font-size: 18px;
    text-transform: none;
}

.modal-export-label-2 {
    top: 3rem;
    font-size: 18px;
    text-transform: none;

}

input[type="checkbox"], input[type="checkbox"]:focus {
    height: 1em;
}

.modal-export-checkbox-2 {
    margin-top: 5px;
}

#AddParcelItemsPickupDate {
    height: 3.25em !important;
    line-height: 1 !important;
    width: 100%;
    margin-right: 0.75em;
}

#FilterDateFrom {
    height: 3.25em !important;
    line-height: 1 !important;
    max-width: 15em;
    margin-right: 0.75em;
}

#FilterDateTo {
    height: 3.25em !important;
    line-height: 1 !important;
    max-width: 15em;
}

#nav-step1-tab {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

#nav-step2-tab {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

#nav-step3-tab {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

#PickupDate.dx-texteditor-input {
    padding-left: 1em!important;
}