/* Minification failed. Returning unminified contents.
(58,23): run-time error CSS1046: Expect comma, found '0'
(58,27): run-time error CSS1046: Expect comma, found '/'
(58,57): run-time error CSS1046: Expect comma, found '0'
(58,61): run-time error CSS1046: Expect comma, found '/'
 */
/*body {
background-color:yellow;
}*/

.hzFlx {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding:6px;
    /**/
}

.hzAlignCenter {
    align-items:center;
}

.hzAlignBaseline {
    align-items: baseline;
}


.itemGap36 {
    gap:36px;
}

.column {
    flex: 1; /* Distribute available space equally */
}

.bsAlign {
    align-items: baseline;
}

.hzTopGap12 {
    margin-top: 12px;
    align-items: center;
    gap: 12px;
}

.hzBtmGap12 {
    margin-bottom: 12px;
}

.hzFlx select {
    width: 100%;
}

.vlFlx {
    display: flex;
    flex-direction: column;
    gap: 4px;
    /*margin-bottom: 12px;*/
}

.contactBlock {
    border: 1px solid #c0c0c0;
    padding: 12px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 3px 0px, rgb(0 0 0 / 10%) 8px 5px 5px 0px;
    margin-top:12px;
}

.numberCell {
    max-width:120px;
}

.panel-body ol li, .panel-body ul li {
    margin-top: 8px;
    font-size: 16px;
}

.panel-title a {
    font-size: 18px;
    color: #4D55CC;
}

.queryTbl thead tr th {
    text-align: center;
}

.queryTbl tr th, .queryTbl tr TD {
    border: solid 1px #A5BFCC;
}

#joinerPop select {
    min-width: 150px;
}

#summary {
   text-align:right;
   padding-right:24px;
}

.detailLink {
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}

.col-center {
    text-align:center;
}

.OrderNo {
    font-weight: 800;
}

.txtRed {
    color: red;
}
.txtGreen {
    color: #3F7D58;
}
