
body {
    font-family:Arial !important;
}

#segmentSet {
    display: flex;
    margin-bottom: 10px;
}

.lblSegment {
    width: 150px;
}

#accHeader {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}

    #accHeader * {
        margin-right: 10px;
        vertical-align: baseline !important;
    }

.lblAccType {
    margin-top: 5px;
}

.ddlcCtrl, .ddlcCtrlAcc {
    background-color: white !important;
}

.ddlcCtrlNS, .ddlcCtrlAccNS {
    background-color: rgb(255, 255, 204); /*yellow*/
}

.sectionHolder {
    border: 1px solid #cacbcb;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin-top: 4px;
    margin-right: 4px;
}

#prAddedGrid {
    margin: 10px 0 10px 0 !important;
}

.accListBoxes {
    margin-bottom: 15px;
    border: 1px solid #cacbcb;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    display: table;
}

.btn-margins {
    margin-bottom: 6px;
    float: right;
}

.sectionContent {
    padding: 10px;
    margin-top: 4px;
    margin-right: 4px;
}

.lblSegmentHidden, .codeStringReal {
    display: none !important;
}

.floatRight {
    float: right;
    margin-right: 10px;
}

.resetOption {
    padding-left: 5px;
    width: 28px;
    float: left;
}

.tooltipOption {
    padding-top: 4px;
    padding-left: 5px;
    float: left;
    height: 20px;
}

.hide {
    display: none;
}

#priceTag, #priceTag > #tagging {
    display: flex;
    margin-bottom: 5px;
}

    #priceTag label {
        width: 150px;
    }

    #priceTag > #tagging {
        text-align: left !important;
    }

        #priceTag > #tagging input {
            margin-right: 5px;
        }

        #priceTag > #tagging #txtTags {
            width: 40% !important;
            margin: 0 5px 0 0;
        }

        #priceTag > #tagging #txtQtyNum {
            width: 30% !important;
        }

        #priceTag > #tagging img {
            vertical-align: middle;
            height: 15px;
            width: 15px;
            margin-top: 5px;
            margin-right: 5px;
        }

.modal-header {
    height: 50px;
}

.gridRowHide {
    display: none;
}

.modal-content {
    border-top: 15px solid #1564c2;
}

#MsgContent {
    padding: 10px;
    font-size: 14px;
}

.modal-sm, .modal-dialog {
    /*min-width: initial !important;*/
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

#resetTooltip {
    min-width: 50px;
}

#drow, .drow {
    display: flex;
}

#prSummLbl {
    width: 90px;
    overflow-x: visible;
}

.toRight {
    text-align: right;
}

.toCenter {
    text-align: center;
}

.fmtQty {
    width:80% !important; 
    margin-top:5px; 
    margin-bottom:5px; 
    text-align:right;
    color:black !important;
}

.navbar-brand-wrap .tagline{
    left:225px !important;
}

.tagline img {
    margin-bottom: -23px !important;
}