﻿/**********Common***********/

.DnnModule {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding: 15px;
}

.middle {
    vertical-align: middle;
}

a.ccDisabled, a.ccDisabled:hover, a.ccDisabled:visited {
    cursor: default;
    text-decoration: none;
    color: inherit;
    font: inherit;
}

.dxpc-content > div {
    text-align: center;
    margin-bottom: 10px;
}

.dxpc-content > div:last-child {
    margin-bottom: 0px;
}

.dxtc-leftIndent,
.dxtc-rightIndent {
    display: none !important;
}

.dxtc-tab,
.dxtc-activeTab {
    flex-grow: 1;
}

.filter-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1em;
}

.filter-bar > * {
    margin-right: 1em;
}

.detail-row-section-header {
    text-align: center;
    border-bottom: 2px solid #0072C6;
    line-height: 0.1em;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.detail-row-header-text {
    font-size: 1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    text-transform: uppercase;
}

div.additional-fields {
    width: 140px;
}

.dxeTextBoxSys[class*="dxeDisabled"],
.dxeTextBoxSys[class*="dxeDisabled"] .dxeEditAreaSys[class*="dxeDisabled"] {
    background-color: #f1f1f1;
}

.header-grid-add-cell {
    text-align: center;
}

.header-grid-add-cell .header-grid-add-button {
    margin-left: 4px;
    margin-right: 4px;
}

[class*="dxgvFilterBarImageCell"] img {
    margin-top: 0 !important;
}

[class*="dxgvStatusBar"] tr.dxgv > td {
    padding-bottom: 0;
}

/**********Reports**********/
div[id*="CriteriaPanel"] {
    display: flex;
    align-items: center;
}

div[id*="CriteriaPanel"] span {
    margin-right: 4px;
    margin-left: 4px;
}

/*****Transaction Entry*****/

.hiddenFileUpload {
    display: none !important;
}

.pageWrapper {
    width: 100%;
    margin: 0 auto;
}

.buttonWrapper {
    display: flex;
}

.buttonSpacer {
    flex-grow: 1;
    display: flex;
}

.buttonContent {
    margin: auto;
    margin-top: 5px;
}

.headerTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-spacing: 0px;
}

.headerTable > tbody > tr > td {
    padding: 2px;
}

.headerTable .label-cell {
    width: 15%;
    padding-left: 10px;
}

.headerTable .data-cell {
    width: 35%;
}

.trxFormSection {
    width: 100%;
    margin-bottom: 10px;
}

.document-header {
    color: #0072C6;
    font-size: 24px;
    font-weight: bold;
}

.section-header {
    color: #0072C6;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

table.trxFormSection > tbody > tr > td {
    padding: 0;
}

.trxFormSection:after {
    content: "";
    display: table;
    clear: both;
}

[class^="dxeListBoxItem"] {
    padding: 2px !important;
}

.cc-listbox {
    border: none;
    width: 100%;
}

.cc-listbox .dxlbd {
    width: 100% !important;
}

.cc-listbox .dxlbd > table {
    height: 100%
}

.cc-listbox .dxKBSW {
    display: none;
}