﻿
body {
    background-color: #f1f1f1;
    font-family: Roboto, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.fraud-email {
    margin-bottom: 1.3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fraud-email-red {
    border-color: #d90000;
}

.fraud-email-warning {
    background-color: #d90000;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #d90000;
    margin: 0 !important;
    width: 350px;
    padding-left: 5px;
    position: absolute;
    font-weight: bold;
    left: 14px;
    top: 23px;
}

    .fraud-email-warning p {
        margin: 0;
    }

.not-blocked {
    background-color: #707070 !important;
    border: 1px solid #707070 !important;
}

.fraud-email-tooltip {
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #d90000;
    width: 15px;
    height: 15px;
    position: absolute;
    font-weight: 900;
    left: 320px;
    top: 0px;
    font-size: 0.65rem;
}
    .fraud-email-tooltip:hover::after {
        content: "They cannot do transactions and may have limited features on the app.";
        display: block;
        background-color: white;
        color: black;
        padding: 5px;
        border: 1px solid #d90000;
        border-radius: 4px;
        position: absolute;
        left: 25px;
        font-size: 0.65rem;
        width: 12rem;
    }

.stickyCmdBar {
    position: sticky;
    bottom: 0;
    z-index: 10;
}

#ui-datepicker-div {
    z-index: 1003 !important;
}

.badge {
    white-space: unset;
}

.ui-jqgrid-sortable{
    word-break: break-word;
}

.avatarImg {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.avatarLettersDiv {
    background-color: #97ca3d;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.avatarLettersTxt {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Define length of all buttons */
input[type="button"], input[type="submit"] {
    min-width: 80px;
}


:focus {
    outline: 0;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


.EditPageHeader {
    border-radius: 14px;
    padding: 3px 6px 3px 6px;
    background-color: #e5e5e5;
    margin-bottom: 8px;
    margin-top: 8px;
}


.RightMenu {
    font-size: 13px;
}

.itemHover {
    background-color: #D6D1E6;
}



/*  Required to make the jQuery Pulldown appear nice. 
/*------------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: Arial, sans-serif;
    font-size: small;
    vertical-align: middle;
}

button.ui-button-icon-only {
    width: 1.4em;
    height: 1.4em;
}
/* button elements seem to need a little more width */

/* TODO shouldn't be necessary */
.ui-button {
    margin-left: -4px;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.35em;
}

.ui-menu .ui-menu-item a {
    line-height: 1.0;
}

/*  Override Tab Pag Padding */
.ui-tabs .ui-tabs-panel {
    padding: .5em 0.1em 0em 0.4em;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
}



.ui-widget-overlay {
    opacity: .70;
    filter: Alpha(Opacity=70);
}

.GREYSPANBG {
    background-color: #F1EFE2;
}






/* Common Page LAYOUT CSS */
/*------------------------------------------------------------------------------------------------------*/

.NewLine {
    margin-top: 1px;
    margin-bottom: 2px;
    display: block;
}

    .NewLine > * {
        display: inline-block;
    }

.TopBorder {
    border-top: #97ca3d 3px solid;
    padding-top: 4px;
    margin-top: 10px;
}

.BottomBorder {
    border-bottom: #97ca3d 1px solid;
    margin-top: 4px;
}

.BottomBorder2 {
    margin-top: 10px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: #97ca3d 2px solid;
    font-size: 14px;
}

.Field {
    vertical-align: top;
}


.Field > * {
    display: inline-block;
}

.Field > :first-child, .TitleField {
    font-size: 10px;
    line-height: 10px;
    width: 110px;
    background-color: inherit;
    margin-left: 4px;
    padding-top: 3px;
}

.Field > SPAN {
    /*background-color: #E3EDF9;*/
    height: 22px;
    vertical-align: middle;
    background-color: #E0E0E0;
}

.Field > INPUT[type="submit"], .FieldSize {
    /*font-size: 10px;*/
}

.FieldSize {
    font-size: 10px;
}

.FieldInfoLabel {
    font-size: 10px;
    line-height: 10px;
    margin-left: 6px;
    margin-right: 4px;
    padding-top: 3px;
    vertical-align: top;
}

.FieldInfoButton {
    min-width: 30px !important;
    margin-left: 6px;
    margin-right: 4px;
    vertical-align: top;
    height: 22px;
}


.lblStyle {
	font-size: 10px;
	line-height: 10px;
	background-color: inherit;
	margin-left: 4px;
	padding-top: 3px;
}




.Field > TEXTAREA {
    resize: none;
}

.FieldTop > * {
    display: inline-block;
}

.FieldTop > :first-child {
    font-size: 10px;
    line-height: 10px;
    width: 110px;
    background-color: inherit;
    margin-left: 4px;
    vertical-align: top;
}

.FieldTop > SPAN {
    background-color: #E3EDF9;
    height: 16px;
}

.FieldTop > INPUT[type="submit"] {
    font-size: 10px;
}

.VerticalTop > * {
    vertical-align: top
}

.AlignTop {
    vertical-align: top !important;
}




.TitleSub {
    font-size: 10px;
    line-height: 10px;
    background-color: inherit;
    vertical-align: middle;
}


.TitleNL {
    font-size: 10px;
    line-height: 10px;
    background-color: inherit;
    margin-left: 4px;
   
}


.TitleNL2 {
    font-size: 10px;
    line-height: 10px;
    background-color: inherit;
    margin-left: 4px;
    padding-top: 3px;
}



.TitleNL {
    font-size: 10px;
    line-height: 10px;
    background-color: inherit;
    margin-left: 4px;
   
}


.TitleNL2 {
    font-size: 10px;
    line-height: 10px;
    background-color: inherit;
    margin-left: 4px;
    padding-top: 3px;
}



.Size15 {
    width: 170px;
}

    .Size15 SPAN {
        width: 40px;
    }

    .Size15 > SELECT {
        width: 40px;
    }

    .Size15 > INPUT[type="text"] {
        width: 40px;
    }
    .Size15 .copyGroup {
        width: 40px;
    }

.Size20 {
    width: 210px;
}

    .Size20 SPAN {
        width: 60px;
    }

    .Size20 > SELECT {
        width: 60px;
    }

    .Size20 > INPUT[type="text"] {
        width: 60px;
    }
    .Size20 .copyGroup {
        width: 60px;
    }

.Size20l {
    width: 60px;
}


.Size25 {
    width: 250px;
}

    .Size25 SPAN {
        width: 80px;
    }

    .Size25 > SELECT {
        width: 80px;
    }

    .Size25 > INPUT[type="text"] {
        width: 80px;
    }
    .Size25 .copyGroup {
        width: 80px;
    }

.Size33 {
    width: 328px;
}

    .Size33 > SPAN {
        width: 158px;
    }

    .Size33 > SELECT {
        width: 158px;
    }

    .Size33 > INPUT[type="text"] {
        width: 158px;
    }

    .Size33 .copyGroup {
        width: 158px;
    }

.Size33l {
    width: 158px;
}


.Size45 {
    width: 400px;
}

    .Size45 > SPAN {
        width: 218px;
    }

    .Size45 > SELECT {
        width: 218px;
    }

    .Size45 > INPUT[type="text"] {
        width: 218px;
    }

    .Size45 .copyGroup {
        width: 218px;
    }


.Size50 {
    width: 490px;
}

    .Size50 > SPAN {
        width: 290px;
    }

    .Size50 > SELECT {
        width: 290px;
    }

    .Size50 > INPUT[type="text"] {
        width: 290px;
    }
    
    .Size50 .copyGroup {
        width: 290px;
    }

.Size60 {
    width: 600px;
}

    .Size60 > SPAN {
        width: 430px;
    }

    .Size60 > SELECT {
        width: 430px;
    }

    .Size60 > INPUT[type="text"] {
        width: 430px;
    }

    .Size60 .copyGroup {
        width: 430px;
    }

.Size65 {
    width: 630px;
}

    .Size65 > SPAN {
        width: 490px;
    }

    .Size65 > SELECT {
        width: 490px;
    }

    .Size65 > INPUT[type="text"] {
        width: 490px;
    }

    .Size65 .copyGroup {
        width: 490px;
    }

.Size67 {
    width: 660px;
}

    .Size67 > SPAN {
        width: 490px;
    }

    .Size67 > SELECT {
        width: 490px;
    }

    .Size67 > INPUT[type="text"] {
        width: 490px;
    }

    .Size67 .copyGroup {
        width: 490px;
    }

.Size80 {
    width: 750px;
}

    .Size80 > SPAN {
        width: 490px;
    }

    .Size80 > SELECT {
        width: 490px;
    }

    .Size80 > TEXTAREA {
        width: 570px;
    }

    .Size80 > INPUT[type="text"] {
        width: 570px;
    }

    .Size80 .copyGroup {
        width: 570px;
    }





.Size100 {
    width: 980px;
}

    .Size100 > SPAN {
        width: 800px;
    }

    .Size100 > SELECT {
        width: 800px;
    }

    .Size100 > TEXTAREA {
        width: 800px;
    }

    .Size100 > INPUT[type="text"] {
        width: 800px;
    }

    .Size100 .copyGroup {
        width: 800px;
    }



.SizeFull {
    width: calc(100% - 120px);
    overflow-x: auto;
    resize: none;
}



.SmallText {
    font-size: 10px;
    line-height: 10px;
    background-color: inherit;
}























.eFreshBTN {
    font-size: 8px;
    margin-left: 5px;
    margin-right: 5px;
}



.eFreshBTNlnk {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    color: #0000FF !important;
    text-decoration: none;
}

    .eFreshBTNlnk:hover {
        text-decoration: underline;
    }




.lblTitleLink {
    color: #0000FF !important;
    text-decoration: none;
}

    .lblTitleLink:hover {
        text-decoration: underline;
    }

.lblTitleLinkDisable {
    text-decoration: none;
}






#SearchZone, #TitleZone {
    border-radius: 10px;
}


.SearchZoneLook {
    padding: 4px 12px 4px 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #97ca3d;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}


.elBrowseImage {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
    position: relative !important;
    left: 6px !important;
    border-width: 0px !important;
}


.SearchZoneBrowseImage {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    left: 6px;
}



.SearchZoneTitle {
    margin-left: 4px;
    margin-right: 8px;
    font-size: 14px;
    color: white;
}


.TitleLook {
    margin-left: 8px;
    font-size: 14px;
}

.TitleDataLook {
    font-size: 14px;
    font-weight: bold;
}


.WARNING {
    border-radius: 10px;
    border: solid 1px red;
    display: inline-block;
    width: 750px;
    padding: 5px;
    font-size: small;
    font-family: Arial;
    color: #FF0000;
}

.WARNINGNOISSUE {
    width: 500px;
    display: inline-block;
    font-size: small;
    color: #008000;
    font-weight: bold;
}


.tabContent {
    min-height: 420px;
    visibility: visible;
    clear: left;
    background-color: #F6F8FC;
    /*zoom: 1;*/
}



.HelpText {
    font-size: 12px;
    font-weight: normal;
    color: #0000FF;
}


.ReportGridButton {
    height: 20px;
}

.MerchantWebUserDiv {
    border: 1px solid #4682B4;
    width: 560px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}

.MtlResultArea {
    margin-top: 8px;
    padding: 4px;
}

.MtlResultList {
    margin-top: 16px;
    width: auto;
}



.dialog {
    display: none;
}

.dialogIFrame {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}


.ALLCOMISSIONED {
    background-color: #90EE90 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #000 !important;
    padding: 4px !important;
    text-align: center;
}

.COMISSIONREQUIRED {
    background-color: #FF0000 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #fff !important;
    padding: 4px !important;
    text-align: center;
}

.NOPRODUCTS {
    background-color: #FFFF00 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #000 !important;
    padding: 4px !important;
    text-align: center;
}

.COMISSIONUNDEFINED {
    background-color: #F1EFE2 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #000 !important;
    padding: 4px !important;
    text-align: center;
}

.FieldHasError {
    background-color: #fff9dd !important;
}

.TabHasError {
    background-color: #fff9dd !important;
    color: #000000 !important;
}



.DatasetFile {
    border: 1px solid #A6C9E2;
    background-color: #EAF3D9;
}


.Tile {
    padding: 5px 8px 5px 8px;
    margin: 0px 4px 6px 0px;
    width: 130px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    display: inline-block;
    height: 48px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    word-wrap: break-word;
    background-color: #E0ECFF;
    color: #000000;
}

.tMLarge {
    width: 285px;
}


.BulletinTypeRed, .Bulletin1 {
    background-color: rgb(209,72,54) !important;
    color: #fff;
}

.BulletinTypeYellow, .Bulletin2 {
    background-color: rgb(255, 242, 0) !important;
}

.BulletinTypeGreenDark {
    background-color: #97ca3d !important;
}

.BulletinTypeGreenMedium {
    background-color: #759f40 !important;
}

.BulletinTypeGreenlight {
    background-color: #95c840 !important;
}



.AdvanceSearchBox {
    padding: 8px;
    margin-top: 10px;
    margin-left: 4px;
    margin-bottom: 20px;
    background-color: #dcdcdc;
    border-radius: 10px;
    width: 750px
}

.TicketCategory, .RadioButtonList {
    background-color: White;
    padding: 3px 4px 2px 8px;
    border-radius: 10px;
}


    .TicketCategory > * {
        vertical-align: middle;
        padding-right: 13px;
    }


.ucAddress {
    background-color: #EAF3D9;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 3px;
    border: solid 1px #97ca3d;
}


.productAmountTab {
    height: 95px;
}


.PopupSimilarMerButtons {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    font-size: 15px !important;
    height: 23px;
}

    .PopupSimilarMerButtons:hover {
        background-color: #70A8D2;
    }


.LocationDetail {
    background-color: #F3F3F3;
    border: solid 1px #97ca3d;
    padding: 3px;
    color: #111111;
    font-size: 12px;
    width: 360px;
    height: 100px;
    overflow: auto;
    border-radius: 5px;
}


.StockRecievePreview, .StockAdjustPreview, .WHTransferPreview, .WHReturnPreview {
    background-color: #F3F3F3;
    border: solid 1px #AED2FF;
    padding: 3px;
    color: #111111;
    font-size: 12px;
    font-family: Arial;
    width: 360px;
    height: 80px;
    overflow: auto;
    border-radius: 5px;
}


.StockRecievePreviewTable, .StockAdjustPreviewTable, .WHTransferPreviewTable, .WHReturnPreviewTable {
    border-collapse: collapse;
    padding: 3px;
    font-size: 12px;
    font-family: Arial;
    width: 360px;
    height: 80px;
}

    .StockRecievePreviewTable td, .StockAdjustPreviewTable td, .WHTransferPreviewTable td, .WHReturnPreviewTable td {
        border: 1px solid #97ca3d;
    }

    .StockRecievePreviewTable tr:first-child th {
        border-top: 0;
    }

    .StockRecievePreviewTable tr:last-child td {
        border-bottom: 0;
    }

    .StockRecievePreviewTable tr td:first-child,
    .StockRecievePreviewTable tr th:first-child {
        border-left: 0;
    }

    .StockRecievePreviewTable tr td:last-child,
    .StockRecievePreviewTable tr th:last-child {
        border-right: 0;
    }


    .StockAdjustPreviewTable tr:first-child th {
        border-top: 0;
    }

    .StockAdjustPreviewTable tr:last-child td {
        border-bottom: 0;
    }

    .StockAdjustPreviewTable tr td:first-child,
    .StockAdjustPreviewTable tr th:first-child {
        border-left: 0;
    }

    .StockAdjustPreviewTable tr td:last-child,
    .StockAdjustPreviewTable tr th:last-child {
        border-right: 0;
    }


    .WHTransferPreviewTable tr:first-child th {
        border-top: 0;
    }

    .WHTransferPreviewTable tr:last-child td {
        border-bottom: 0;
    }

    .WHTransferPreviewTable tr td:first-child,
    .WHTransferPreviewTable tr th:first-child {
        border-left: 0;
    }

    .WHTransferPreviewTable tr td:last-child,
    .WHTransferPreviewTable tr th:last-child {
        border-right: 0;
    }


    .WHReturnPreviewTable tr:first-child th {
        border-top: 0;
    }

    .WHReturnPreviewTable tr:last-child td {
        border-bottom: 0;
    }

    .WHReturnPreviewTable tr td:first-child,
    .WHReturnPreviewTable tr th:first-child {
        border-left: 0;
    }

    .WHReturnPreviewTable tr td:last-child,
    .WHReturnPreviewTable tr th:last-child {
        border-right: 0;
    }



.tabpanel_tab_spacer {
    background-color: #FFFFFF !important;
}

.tabpanel_tab_content {
    /*border-bottom: 1px solid #FFFFFF !important;*/
    background: #FFFFFF !important;
}

.tabpanel {
    border: 0 !important;
}


.rbSpOption {
    margin-bottom: 8px;
    padding: 2px;
    border: 1px solid #97ca3d;
    border-radius: 10px;
}



.rbSpOpt label {
    font-size: 10px;
    width: 80px;
    background-color: inherit;
    display: inline-block;
    vertical-align: text-top;
}



.RadioOption {
    padding: 6px;
    border: 1px solid #97ca3d;
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}




.RadioOpt label {
    font-size: 10px;
    width: 150px;
    background-color: inherit;
    display: inline-block;
    vertical-align: text-top;
}

.RadioSelected {
    background-color: #CCFFCC;
}


.collapsibleContainerTitle {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    background-color: #97ca3d;
    color: white;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}



.SuspendGreen, .SuspendRed {
    border-radius: 10px;
    width: 136px;
    text-indent: 7px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 14px;
}

.SuspendGreen {
    background-color: #5CB7DD;
}

.SuspendRed {
    background-color: #5CB7DD;
}



.Info {
    border-radius: 10px;
    padding: 6px 18px 4px 4px;
    text-align: left;
    background-color: #c1c1c1;
    vertical-align: top;
    display: inline-block;
    min-height: 24px;
}


.Information {
    border-radius: 10px;
    padding: 2px 4px 2px 4px;
    font-size: x-small;
    font-style: normal;
    width: 260px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    background-color: #FFFFCC;
    vertical-align: top;
    display: inline-block;
}




.divDisplayFields {
    padding: 5px 8px 5px 8px;
    margin: 0px 4px 6px 0px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    word-wrap: break-word;
    background-color: #DBECE3;
    color: #000000;
}

    .divDisplayFields > * {
        display: inline-block;
    }

    .divDisplayFields div span:first-child {
        margin-left: 4px;
    }

    .divDisplayFields div span:last-child {
        margin-left: 4px;
        margin-right: 14px;
    }




.SearchField {
    background-color: #97ca3d !important;
    background-image: none !important;
    border-radius: 4px;
}
    /*.SearchField:nth-child(2n+3) {
        background-color: #c2ee90 !important;
    }*/




.CmdBar {
    margin-top: 8px;
    background-color: #EAF3D9;
    padding: 4px 15px;
    border-radius: 10px;
    border: solid 1px #97ca3d;
}


.CmdBarNotSaved {
    background-color: #343a40;
    color: white;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 13px;
    display: none;
    float: right;
    margin-top: -2px;
}

.WarnngBar {
    font-size: small;
    min-height: 34px;
}



.CmdBarWarning {
    border: solid 1px #58595B;
    color: #000;
    background-color: #fff9dd;
    font-weight: 600;
}



.TextboxToLabel {
    border: none;
    outline: none;
    font-size: 16px;
}


.SelectedQS {
    background: #97ca3d;
}


.Children {
    border: 0px;
    cursor: pointer;
    min-width: 80px;
    vertical-align: middle;
    background-color: #F3F3F3;
    margin-left: -5px;
    text-align: left;
}




/*jqGrid CSS Tweaks  --------------------   */

/*Size color-profile grid data*/
/*.ui-jqgrid .ui-jqgrid-view { font-size:13px;}*/



.ws-none {
    white-space: pre-wrap !important;
    height: auto;
}

.ws-wrap {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ws-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    position: relative;
}
.ws-ellipsis.multiline-or-overflow::after {
    content: "Right click to expand";
    position: absolute;
    right: 0;
    background-color: black;
    color: white;
    padding-inline: 5px;
    border-radius: 3px;
    visibility: hidden;
}
.ws-ellipsis.multiline-or-overflow:hover::after {
    visibility: visible;
}
.highlight-row .ws-ellipsis {
    white-space: pre-wrap !important;
    overflow-wrap: break-word;
}
.highlight-row .ws-ellipsis::after {
    display: none;
}

.ws-wrapbreakword {
    white-space: break-spaces !important;
}



/*Allow header text to wrap.*/
th.ui-th-column div {
    /* jqGrid columns name wrap  */
    white-space: pre-wrap !important;
    height: auto !important;
    padding: 0;
}


/* Hover and link look for grids */
.ui-jqgrid .GridLink:hover {
    text-decoration: underline;
    cursor: pointer;
}

.ui-jqgrid .GridLink {
    color: #0000FF;
}

.HighlightRowLink {
    color: #0000FF !important;
}

/*//Correct the look of button banner */
.ui-pg-table.navtable tbody {
    display: none;
}

.ui-pg-table tbody tr {
    background-color: #454c54;
}

td[id$="GridPager_left"] {
    width:500px;
    max-width: 100%;
    white-space: nowrap;
}

td[id$="GridPager_center"] {
    width: auto !important;
    float: right;
    margin-top: 3px;
}
/*table[class$=ui-jqgrid-htable] {
    width: 100% !important;
}*/

/*This breaks grids where the header is smaller than parent window width */
/*table[id$=jqg_Grid] {
    width: 100% !important;
}*/

/*.ui-jqgrid, .ui-jqgrid-view {
    width: 100% !important;
}*/

table[id$=treegrid2] {
    width: 100% !important;
}

td[id$="GridPager_right"] {
    width: 15%;
    text-align: right;
    margin-left: 1rem;
    white-space: nowrap;
}

/*Table[class$="ui-jqgrid-btable"] {
    width: 100% !important;
}*/

/*jqGrid END  --------------------   */


.collapsibleContainerTitle div {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    background-color: #97ca3d;
    color: white;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}



.tabpanel_mover li .closer:hover {
    /*background: transparent url(../TabPanel/tab-close-hover.png) no-repeat;*/
}

.treeview .hover {
    color: #000;
    text-decoration: underline;
}

.ui-datepicker-trigger {
    display: none;
}

.ui-state-active a, .ui-state-active a:link {
    color: white;
}


.uiDate {
    width: 102px;
}

.uiDateTime {
    width: 200px;
}

.uiDateNew {
    width: 100px;
}

.uiDateTimeNew {
    width: 200px;
}


.input-group-addon {
    padding: 5px;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #2b4e7b;
    border-color: #dfdfdf;
    border-width: 1px;
    border-style: solid;
    border-left-width: 0;
}

.PopMess {
    background-color: hsla(81.7, 57.1%, 91.6%, 0.80);
    padding: 12px 8px 12px 8px;
    font-size: 20px;
    min-width: 300px;
    z-index: 99999;
    display: inline-block;
}

.PopMess-Process {
    border: solid 3px #aeacac;
    color: black;
}

.PopMess-Info {
    border: solid 3px #759f40;
    color: #759f40;
}

.PopMess-Warn {
    border: solid 3px #e18728;
    color: #e18728;
}

.PopMess-Error {
    border: solid 3px red;
    color: red;
}



.txt2lbl {
    background-color: transparent;
    font-size: 18px;
    border: none;
}


.txt2lbl2 {
    background-color: transparent;
    border: none;
}

.EditPageSequence {
    color: black;
    background-color: #c1c1c1 !important;
    /*border-color: red;*/
    border-radius: 5px;
    padding-left: 5px;
}


.FootNote > * {
    background-color: #F1EFE2;
    Font-Size: 12px;
    margin-right: 12px;
}



.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqgroup > td, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqfoot > td {
    padding: 0 !important;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-input {
    height: 1.5em;
}

.ui-jqgrid-titlebar {
    cursor: pointer;
}



input[type="file"] {
    background-color: white;
    border-radius: 5px;
}

label {
    margin-bottom: 0 !important;
}

/*.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div {
    padding: 5px;
    font-weight: bold;
    background-color: #97ca3d;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff;

}

.ui-widget-content .ui-state-hover td {
    color: black !important;
    background-color: #eaeaea;
}

.ui-state-highlight.ui-state-hover td {
    background-color: #97ca3d;
}*/

.custom-select-sm {
    font-size: 13px;
}

.SearchTip {
    color: white;
    font-size: 12px;
    background-color: #343a40;
    margin-left: 20px;
    border-radius: 6px;
    padding: 5px;
}

    .SearchTip:empty {
        display: none;
    }

.btn-primary {
    background-color: #97ca3d !important;
    border-color: #739f2f !important;
}
    .btn-primary:hover, .btn-primary.active, .btn-primary:active {
        background-color: #739f2f;
        border-color: #739f2f;
    }


.btn-outline-primary {
    border-color: #739f2f !important;
    color: #212529 !important;
}

    .btn-outline-primary:hover, .btn-outline-primary.active, .btn-outline-primary:active {
        background-color: #739f2f !important;
        border-color: #739f2f !important;
        color: white !important;
    }

tr.jqgrow:nth-child(odd) {
    background-color: #f5f5f5
}


.NowEditable {
	background-color: #f0f072;
    color : black;
}


.invisible-link:hover {
    text-decoration: none;
}


.S3Attachment > button, .S3Attachment > div > button {
    margin-left: 4px;
    font-size: 10px;
    min-width: 80px;
    vertical-align: baseline
}





.S3Attachment > INPUT[type="submit"] {
    font-size: 10px;
    min-width: 80px;
}

.S3Attachment > * {
    display: inline-block;
}

.S3Attachment > SPAN {
    background-color: #E3EDF9;
    height: 16px;
}

.S3Attachment > :first-child {
    font-size: 10px;
    width: 110px;
    background-color: inherit;
    margin-left: 4px;
    vertical-align: middle;
}


.S3UploadTitle {
    font-size: 15px;
    font-weight: bold;
}

.zenuser, .mapleuser, .carduser, .paysimplyuser, .partnerpay, .peoplesrfm, .loadhubNumber {
    color: #007bff !important;
    cursor: pointer;
}

.AMLHighRiskIndicator {
    background-color: #d90000;
    padding: 5px 10px;
    border-radius: 5px;
    float: right;
    margin-left: 5px;
    color: white;
    font-size: 14px;
}

.divSection {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 3px;
}

.analyzeTable {
    width: 100%;
}

.analyzeTable td, .analyzeTable th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.analyzeTable tr:nth-child(even) {
    background-color: #dddddd;
}

.tableSimpleBorder * {
    border: 1px solid;
    text-align: center;
}

.reportHighlightStale {
    background: #80fffb !important;
    color: black !important;
}

.reportHighlightPastDueRow {
    background: #FF8080 !important;
    color: black !important;
}

.reportHighlightDueSoonRow {
    background: #FFA500 !important; /* standard orange */
    color: black !important;
}



.globalDivider {
    border-top: 5px solid #97ca3d !important;
}

#complianceRightBar {
    padding: 10px;
    background-color: #E5E5E5;
    border-radius: 5px;
}

.copyButton, .openButton {
    border-radius: 5px;
    border-color: #6C757D !important;
    background-color: #6C757D !important;
    color: white !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}


.openButton {
    border-radius: 0 !important;
}

.btn-date {
    min-width: unset !important;
    border-color: unset !important;
    border: 1px solid #aaaaab;
    height: 25px;
    font-size: x-small;
    background-color: unset !important;
    color: black;
}

.btn-date:hover, .btn-date:focus {
    color: black;
}

.btn-date-selected {
    border: 2px solid #97ca3d !important;
    z-index: 1;
    padding-top: 3px;
    font-weight: bolder;
}

#columnList > * {
    line-height: 30px;
    font-size: medium;
}

#columnChooserDialog {
    display: flex;
    flex-direction: column;
}

#columnList {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-right: 10px; 
}

#showHideColumnButtons {
    flex: 0 0 auto;
    margin-top: 10px; 
}

#divAddControls {
    margin: 5px 0;
}

tr.email-sent {
    background-color: antiquewhite;
}

/* Force the modal close button to show a proper "×" */
.ui-dialog-titlebar-close {
    text-indent: 0;
    font-family: inherit;
    font-size: 25px;
    font-weight: 900;
    width: auto;
    height: auto;
    line-height: 1;
    color: #333;
}

.ui-dialog-titlebar-close:before {
    content: "×";
    display: inline-block;
    font-weight: bolder;
    font-family: inherit;
}

